*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

/* Global button styles - remove outline */

button {
  outline: none !important;
  box-shadow: none !important;
}

button:focus,
  button:focus-visible,
  button:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Navigation styles */

.navigation {
  border-radius: 9999px;
  background-color: rgb(31 42 55 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.7;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  backdrop-filter: blur(10px);
  transition: opacity 0.3s ease;
}

/* Game info subtext */

.game-info__subtext {
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 0.7);
}

@media (min-width: 640px) {
  .game-info__subtext {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .game-info__subtext {
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .game-info__subtext {
    margin-bottom: 2.5rem;
  }
}

/* Nav fade on scroll: applied by JS when user scrolls down */

.navigation.navigation--hidden {
  opacity: 0;
  pointer-events: none;
}

.navigation__logo {
  height: 2.5rem;
  width: auto;
}

.navigation__menu {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.navigation__menu-item {
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 25 40 / var(--tw-bg-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.navigation__menu-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 14 14 / var(--tw-bg-opacity, 1));
}

.navigation__menu-item {
  outline: none !important;
  box-shadow: none !important;
}

.navigation__menu-item:focus,
  .navigation__menu-item:focus-visible,
  .navigation__menu-item:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.navigation__menu-item--active {
  --tw-bg-opacity: 1;
  background-color: rgb(225 14 14 / var(--tw-bg-opacity, 1));
}

.navigation__mobile-toggle {
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(225 14 14 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  outline: none !important;
  box-shadow: none !important;
}

.navigation__mobile-toggle:focus,
  .navigation__mobile-toggle:focus-visible,
  .navigation__mobile-toggle:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.navigation__menu-mobile {
  position: fixed;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  max-width: 1280px;
  width: calc(100% - 2rem);
  background-color: rgba(31, 42, 55, 0.95);
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  backdrop-filter: blur(10px);
  transition: opacity 0.3s ease;
}

/* Mobile menu fade on scroll: same as main nav */

.navigation__menu-mobile.navigation--hidden {
  opacity: 0;
  pointer-events: none;
}

/* Hero Carousel styles */

.hero-carousel__slide {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
}

@media (min-width: 768px) {
  .hero-carousel__slide {
    flex-direction: row;
  }
}

.hero-carousel__slide {
  pointer-events: none;
}

.hero-carousel__slide::after {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0px;
  border-radius: 1rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.9;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  opacity: 1;
  z-index: 10;
}

.hero-carousel__slide.hero-carousel__slide--active {
  pointer-events: auto;
}

.hero-carousel__slide.hero-carousel__slide--active::after {
  opacity: 0 !important;
}

/* Hero Banner Carousel (Full-width single slide) */

.hero-banner-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

.hero-banner-carousel__track {
  position: relative;
  width: 100%;
}

.hero-banner-carousel__slide {
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  display: none !important;
}

.hero-banner-carousel__slide--active {
  display: block !important;
  animation: fadeIn 0.5s ease-in-out;
}

.hero-banner-carousel__slide--active.hero-carousel__slide-grid {
  display: grid !important;
}

.hero-banner-carousel__slide--active.hero-banner-carousel__slide--video {
  display: flex !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.hero-banner-carousel__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.hero-banner-carousel__dot {
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background-color: #4B5563;
  border: none;
  outline: none !important;
}

.hero-banner-carousel__dot:hover {
  background-color: #9CA3AF;
}

.hero-banner-carousel__dot--active {
  height: 1rem;
  width: 1rem;
  background-color: #E10E0E;
}

.hero-banner-carousel__dot:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Video slide container - matches height of grid slide */

.hero-banner-carousel__slide--video {
  align-items: center;
  justify-content: center;
}

.hero-banner-carousel__video-container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}

.hero-carousel__slide-video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

/* Hero Carousel Slide Grid (2-column layout on desktop, 1-column on mobile/tablet) */

.hero-carousel__slide-grid {
  display: grid;
  overflow: hidden;
  border-radius: 1rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}

@media (min-width: 1024px) {
  .hero-carousel__slide-grid {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr;
  }
}

.hero-carousel__slide-grid-left {
  position: relative;
  display: block;
  overflow: hidden;
}

.hero-carousel__slide-grid-image {
  display: block;
  height: auto;
  width: 100%;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .hero-carousel__slide-grid-image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.hero-carousel__slide-grid-left:hover .hero-carousel__slide-grid-image {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hero-carousel__slide-grid-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem;
  background-image: url('../images/world-view-bg2.webp');
}

@media (min-width: 1024px) {
  .hero-carousel__slide-grid-right {
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem;
  }
}

.hero-carousel__slide-grid-text {
  margin: 0px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .hero-carousel__slide-grid-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.hero-carousel__slide-grid-button {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(225 14 14 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hero-carousel__slide-grid-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .hero-carousel__slide-grid-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.hero-carousel__countdown {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .hero-carousel__countdown {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .hero-carousel__countdown {
    flex: 0 1 auto;
    flex-direction: column;
  }
}

.hero-carousel__countdown-days {
  display: inline-block;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  .hero-carousel__countdown-days {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .hero-carousel__countdown-days {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.hero-carousel__divider {
  flex-shrink: 0;
  background-color: rgb(255 255 255 / 0.3);
  width: 1px;
  height: 60px;
  margin: 0 0.5rem;
}

@media (min-width: 1024px) {
  .hero-carousel__divider {
    width: 100%;
    height: 1px;
    margin: 0.5rem 0;
  }
}

.hero-carousel__cta-group {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .hero-carousel__cta-group {
    flex: 0 1 auto;
    gap: 0.75rem;
  }
}

/* CTA Section styles */

.cta-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-radius: 30px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-image: url('../images/world-view-bg1.webp');
}

.cta-section__heading {
  text-align: center;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.cta-section__button {
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cta-section__button--active {
  --tw-bg-opacity: 1;
  background-color: rgb(225 14 14 / var(--tw-bg-opacity, 1));
}

.cta-section__button--active:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.cta-section__button--disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(31 42 55 / var(--tw-text-opacity, 1));
}

.cta-section__button--normal {
  --tw-bg-opacity: 1;
  background-color: rgb(17 25 40 / var(--tw-bg-opacity, 1));
}

.cta-section__button--normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 14 14 / var(--tw-bg-opacity, 1));
}

.cta-section__divider {
  height: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}

/* Song Card styles */

.song-card {
  display: flex;
  overflow: hidden;
  border-radius: 1rem;
}

.song-card__thumbnail {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

@media (min-width: 768px) {
  .song-card__thumbnail {
    flex-shrink: 0;
  }
}

.song-card__info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(17 25 40 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

@media (min-width: 768px) {
  .song-card__info {
    min-width: 220px;
    flex-shrink: 0;
  }
}

.song-card__title {
  font-family: Noto Sans Thai, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.song-card__artist {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(99 115 129 / var(--tw-text-opacity, 1));
}

.song-card__likes {
  font-family: Noto Sans Thai, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .song-card__likes {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.song-card__view {
  font-family: Noto Sans Thai, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .song-card__view {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.song-card__random-button {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(225 14 14 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.song-card__random-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

/* Gallery Section styles */

.gallery-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(40,4,4,0.5);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.gallery-section__title {
  margin-bottom: 1.25rem;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.gallery-section__filters {
  margin-bottom: 1.25rem;
  display: flex;
  gap: 1rem;
}

.gallery-section__filter-button--disabled {
  background: #6B7280;
  color: #1F2A37;
  cursor: not-allowed;
}

/* Footer styles */

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(17 25 40 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

/* Mobile & Tablet Footer (< 1024px) */

@media (max-width: 1023px) {
  .footer {
    height: auto;
    flex-direction: column;
    padding: 0.625rem;
  }

  .footer > div {
    gap: 1.5rem;
  }

  .footer__contact {
    order: 1;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
  }

  .footer__contact-title {
    font-family: Noto Sans Thai, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .footer__email {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .footer__email:hover,
    .footer__email:active {
    color: #F59E0B;
  }

  .footer__partner-section {
    order: 2;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }

  .footer__partner-logos {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }

  .footer__divider {
    display: none;
  }

  .footer__sub-partners-wrap {
    margin-top: 1.5rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .footer__sub-partners-text {
    text-align: center;
    font-family: Noto Sans Thai, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .footer__sub-partners {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }

  .footer__sub-partners-primary {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }

  .footer__sub-partners-secondary {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
  }

  .footer__copyright {
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

/* Desktop Footer (>= 1024px) */

@media (min-width: 1024px) {
  .footer {
    flex-direction: row;
  }

  .footer__contact {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.625rem;
  }

  .footer__contact-title {
    font-family: Noto Sans Thai, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .footer__email {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .footer__email:hover,
    .footer__email:active {
    color: #F59E0B;
  }

  .footer__partner-section {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
  }

  .footer__partner-logos {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }

  .footer__divider {
    display: block;
    height: 4rem;
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  }

  .footer__sub-partners-wrap {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__sub-partners-text {
    font-family: Noto Sans Thai, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .footer__sub-partners {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .footer__sub-partners-primary {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }

  .footer__sub-partners-secondary {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
  }

  .footer__copyright {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

/* Tab Navigation styles */

.tab-navigation {
  width: 100%;
}

.tab-navigation__container {
  display: flex;
  width: 100%;
  align-items: flex-start;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(225 14 14 / var(--tw-border-opacity, 1));
}

.tab-navigation__button {
  cursor: pointer;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(17 25 40 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tab-navigation__button:hover {
  --tw-bg-opacity: 0.8;
}

.tab-navigation__button--active {
  --tw-bg-opacity: 1;
  background-color: rgb(225 14 14 / var(--tw-bg-opacity, 1));
}

/* Activity Detail Layout styles */

.activity-detail {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.activity-detail__container {
  display: flex;
  width: 100%;
  max-width: 1280px;
  flex-direction: column;
  gap: 1rem;
}

.activity-detail__header {
  text-align: center;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  line-height: 58px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .activity-detail__header {
    font-size: 48px;
  }
}

@media (min-width: 1280px) {
  .activity-detail__header {
    font-size: 40px;
    line-height: 48px;
  }
}

.activity-detail__content-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}

@media (min-width: 768px) {
  .activity-detail__content-wrapper {
    flex-direction: row;
  }
}

.activity-detail__sidebar {
  width: 100%;
  flex-shrink: 0;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .activity-detail__sidebar {
    width: 300px;
  }
}

/* Desktop sticky sidebar */

@media (min-width: 768px) {
  .activity-detail__sidebar {
    position: sticky;
    top: 20px;
    align-self: flex-start;
  }
}

.activity-detail__main-content {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2.5rem;
}

/* Sidebar Menu styles */

.sidebar-menu {
  width: 100%;
}

.sidebar-menu__container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.625rem;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 25 40 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.sidebar-menu__item {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 42 55 / var(--tw-border-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.sidebar-menu__item:last-of-type {
  border-bottom-width: 0px;
}

.sidebar-menu__link {
  display: block;
  cursor: pointer;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.sidebar-menu__link:hover {
  --tw-text-opacity: 1;
  color: rgb(225 14 14 / var(--tw-text-opacity, 1));
}

.sidebar-menu__link {
  outline: none !important;
}

.sidebar-menu__link:focus {
  outline: none !important;
}

.sidebar-menu__link--active {
  --tw-text-opacity: 1;
  color: rgb(225 14 14 / var(--tw-text-opacity, 1));
}

.sidebar-menu__button {
  width: 100%;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(225 14 14 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.sidebar-menu__button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.sidebar-menu__button {
  outline: none !important;
}

.sidebar-menu__button:focus {
  outline: none !important;
}

.sidebar-menu__button--disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(31 42 55 / var(--tw-text-opacity, 1));
}

.sidebar-menu__button--disabled:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

/* Content Section styles */

.content-section {
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  scroll-margin-top: 160px;
}

/* For sections in activity detail that have IDs */

.content-section[id] {
  scroll-margin-top: 160px;
}

/* Apply scroll margin to all sections on page */

section {
  scroll-margin-top: 160px;
}

.content-section__header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.content-section__logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.content-section__logo {
  height: 100px;
  width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.content-section__subtitle {
  text-align: center;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.content-section__activity-name {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.content-section__title {
  font-family: Noto Sans Thai, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .content-section__title {
    font-size: 24px;
    line-height: 32px;
  }
}

.content-section__text {
  font-family: Noto Sans Thai, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .content-section__text {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 22px;
  }
}

.content-section__list {
  margin-left: 1.75rem;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .content-section__list {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 22px;
  }
}

ul.content-section__list {
  list-style-type: disc;
}

ol.content-section__list {
  list-style-type: decimal;
}

.content-section__list li {
  margin-bottom: 0.5rem;
}

.content-section__list li:last-child {
  margin-bottom: 0px;
}

/* Floating Navigation Button (Mobile Only) */

.floating-nav-button {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 50;
  background-color: #E10E0E;
  color: white;
  border-radius: 9999px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  width: 56px;
  height: 56px;
  display: none;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

@media (max-width: 767px) {
  .floating-nav-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.floating-nav-button.floating-nav-button--visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.floating-nav-button:hover {
  transform: translateY(0) scale(1.1);
}

.floating-nav-button img {
  width: 24px;
  height: 24px;
}

/* Mobile Navigation Modal */

.mobile-nav-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.mobile-nav-modal.mobile-nav-modal--open {
  display: flex !important;
}

.mobile-nav-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.mobile-nav-modal__content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  max-height: 80vh;
  overflow-y: auto;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(17 25 40 / var(--tw-bg-opacity, 1));
  animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

.mobile-nav-modal__header {
  position: sticky;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 42 55 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 25 40 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mobile-nav-modal__title {
  font-family: Noto Sans Thai, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.mobile-nav-modal__close {
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mobile-nav-modal__close:hover {
  --tw-text-opacity: 1;
  color: rgb(225 14 14 / var(--tw-text-opacity, 1));
}

.mobile-nav-modal__list {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mobile-nav-modal__item {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 42 55 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mobile-nav-modal__item:last-child {
  border-bottom-width: 0px;
}

.mobile-nav-modal__link {
  display: block;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.mobile-nav-modal__link--active {
  --tw-text-opacity: 1;
  color: rgb(225 14 14 / var(--tw-text-opacity, 1));
}

/* Responsive styles for Activity Detail */

@media (max-width: 767px) {
  .activity-detail__header {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1.25;
  }

  .activity-detail__content-wrapper {
    flex-direction: column;
  }

  .activity-detail__sidebar {
    width: 100%;
    padding-top: 1.25rem;
  }

  .activity-detail__main-content {
    padding-top: 1.25rem;
  }

  .tab-navigation__button {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sidebar-menu__item {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/* Game Info Page Styles */

.game-info-detail-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(63 5 5 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(32 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .game-info-detail-frame {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* Text indent for paragraphs */

.game-info-detail-frame p {
  text-indent: 2em;
}

/* Desktop only: max-height and scroll for better footer visibility */

@media (min-width: 1280px) {
  .game-info-detail-frame {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media (min-width: 1536px) {
  .game-info-detail-frame {
    max-height: 480px;
  }
}

/* Custom scrollbar styling for game-info-detail-frame */

.game-info-detail-frame::-webkit-scrollbar {
  width: 8px;
}

.game-info-detail-frame::-webkit-scrollbar-track {
  background: #3f0505;
  border-radius: 10px;
}

.game-info-detail-frame::-webkit-scrollbar-thumb {
  background: #E10E0E;
  border-radius: 10px;
}

.game-info-detail-frame::-webkit-scrollbar-thumb:hover {
  background: #c00c0c;
}

/* Activity Register Page Styles */

.activity-register-frame {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(63 5 5 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(32 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .activity-register-frame {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.activity-register-frame {
  position: relative;
  overflow: hidden;
}

/* Scrollable content area (form stays fixed at bottom) */

.activity-register-frame__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 7rem;
  /* space so content doesn't sit under fixed form */
}

/* Text spacing for registration content */

.activity-register-frame__content .content-section__text {
  line-height: 32px;
}

@media (min-width: 768px) {
  .activity-register-frame__content .content-section__text {
    line-height: 34px;
  }
}

@media (min-width: 1280px) {
  .activity-register-frame__content .content-section__text {
    line-height: 30px;
  }
}

.activity-register-frame__content .content-section__list {
  line-height: 32px;
}

@media (min-width: 768px) {
  .activity-register-frame__content .content-section__list {
    line-height: 34px;
  }
}

@media (min-width: 1280px) {
  .activity-register-frame__content .content-section__list {
    line-height: 30px;
  }
}

.activity-register-frame__content .content-section__list li {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .activity-register-frame__content .content-section__list li {
    margin-bottom: 1.25rem;
  }
}

.activity-register-frame__content .content-section__list li:last-child {
  margin-bottom: 0px;
}

/* Form fixed at bottom of frame, higher z-index above content */

.activity-register-frame__form {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #4B0000;
  padding: 1rem 1rem;
  border-top: 2px solid #3f0505;
}

@media (min-width: 768px) {
  .activity-register-frame__form {
    padding: 1.25rem 18px;
  }
}

/* Desktop only: max-height so content scrolls, form stays at bottom */

@media (min-width: 1280px) {
  .activity-register-frame {
    max-height: 420px;
    display: flex;
    flex-direction: column;
  }

  .activity-register-frame__content {
    padding-bottom: 7.5rem;
  }
}

@media (min-width: 1536px) {
  .activity-register-frame {
    max-height: 650px;
  }
}

/* Step 2: Remove max-height restriction */

.activity-register-frame--step2 {
  max-height: none !important;
}

@media (min-width: 1280px) {
  .activity-register-frame--step2 {
    max-height: none !important;
  }
}

@media (min-width: 1536px) {
  .activity-register-frame--step2 {
    max-height: none !important;
  }
}

/* Step 2: Form buttons area - not fixed, part of content flow */

.activity-register-frame--step2 .activity-register-frame__content--step2 {
  padding-bottom: 0;
}

.activity-register-frame__form--step2 {
  position: relative;
  background: transparent;
  border-top: none;
  padding: 0 0 0 0;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .activity-register-frame__form--step2 {
    padding: 0 0 0 0;
  }
}

/* Step 2: Equal width buttons */

.activity-register-button--step2-clear {
  --tw-bg-opacity: 1;
  background-color: rgb(31 42 55 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.activity-register-button--step2-clear:hover {
  --tw-bg-opacity: 0.8;
}

.activity-register-button--step2-clear {
  flex: 1;
}

.activity-register-button--step2-submit {
  --tw-bg-opacity: 1;
  background-color: rgb(225 14 14 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.activity-register-button--step2-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.activity-register-button--step2-submit {
  flex: 1;
}

/* Download asset button: content width only, no flex grow */

.activity-register-button--download-asset {
  flex: none !important;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 640px) {
  .activity-register-button--download-asset {
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* Custom scrollbar styling for scrollable content */

.activity-register-frame__content::-webkit-scrollbar {
  width: 8px;
}

.activity-register-frame__content::-webkit-scrollbar-track {
  background: #3f0505;
  border-radius: 10px;
}

.activity-register-frame__content::-webkit-scrollbar-thumb {
  background: #E10E0E;
  border-radius: 10px;
}

.activity-register-frame__content::-webkit-scrollbar-thumb:hover {
  background: #c00c0c;
}

/* Registration Form Input Styles */

.activity-register-input {
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: #D1D5DB !important;
  border-color: #F59E0B !important;
  border-width: 2px;
  border-style: solid;
  color: #111928;
  outline: none !important;
  box-shadow: none !important;
}

.activity-register-input::-moz-placeholder {
  color: #6B7280;
}

.activity-register-input::placeholder {
  color: #6B7280;
}

.activity-register-input:focus {
  border-color: #3758F9 !important;
  outline: none !important;
  box-shadow: none !important;
  ring: none !important;
}

.activity-register-input:focus-visible {
  border-color: #3758F9 !important;
  outline: none !important;
  box-shadow: none !important;
  ring: none !important;
}

/* Disabled state: force color and opacity so all input types (text, email, tel, url, select) match. Browsers can override color on disabled controls (e.g. -webkit-text-fill-color on email). */

.activity-register-input:disabled {
  border-color: #4B5563 !important;
  background-color: #D1D5DB !important;
  color: #8899A8 !important;
  -webkit-text-fill-color: #8899A8 !important;
  opacity: 1 !important;
  cursor: not-allowed;
}

.activity-register-input:invalid:not(:-moz-placeholder) {
  border-color: #DC2626 !important;
  outline: none !important;
  box-shadow: none !important;
}

.activity-register-input:invalid:not(:placeholder-shown) {
  border-color: #DC2626 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Invalid input state class (for examples or manual application) */

.activity-register-input--invalid {
  border-color: #DC2626 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Input hint text (helper text) */

/* Input error message */

.activity-register-input__error {
  font-family: Noto Sans Thai, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(225 14 14 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .activity-register-input__error {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/* Divider (primary-red line) - use above consent or between sections */

.activity-register-divider {
  height: 2px;
  background-color: #E10E0E;
  border: none;
  margin: 1rem 0;
  width: 100%;
}

/* Select dropdown styling (for year picker) - remove native appearance so our styles apply when disabled */

.activity-register-input--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23111928' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}

/* Select disabled state: match other inputs. Browsers (e.g. Chrome) ignore background on disabled select unless native appearance is removed and opacity is reset. Use background shorthand so color is not stripped. */

.activity-register-input--select:disabled {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  opacity: 1 !important;
  border-color: #4B5563 !important;
  background: #D1D5DB url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238899A8' d='M6 9L1 4h10z'/%3E%3C/svg%3E") no-repeat right 1rem center !important;
  color: #8899A8 !important;
  cursor: not-allowed !important;
}

.activity-register-input--select option {
  background-color: #D1D5DB;
  color: #111928;
  padding: 0.5rem;
}

/* File Upload Button */

/* Registration Form Buttons */

.activity-register-button {
  cursor: pointer;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  outline: none !important;
}

.activity-register-button:focus {
  outline: none !important;
}

.activity-register-button--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(225 14 14 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.activity-register-button--primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.activity-register-button--disabled,
  .activity-register-button:disabled {
  pointer-events: none;
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(31 42 55 / var(--tw-text-opacity, 1));
}

.activity-register-button--disabled:hover,
  .activity-register-button:disabled:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(31 42 55 / var(--tw-text-opacity, 1));
}

/* Checkbox Styles */

input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 2px solid #E10E0E;
  background-color: #1F2A37;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  outline: none !important;
  box-shadow: none !important;
}

input[type="checkbox"]:checked {
  background-color: #1F2A37;
  border-color: #E10E0E;
}

/* Checkmark using border method */

input[type="checkbox"]:checked::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #E10E0E;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

input[type="checkbox"]:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #E10E0E;
}

input[type="checkbox"]:hover {
  border-color: #E10E0E;
}

/* Step Indicator Styles */

/* Activity Register Step 1 - Step indicator (Figma: red circle Step 1, white circles Step 2/3) */

.activity-register-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  position: relative;
}

@media (min-width: 768px) {
  .activity-register-steps {
    gap: 0;
  }
}

/* Sticky step indicator styling */

.activity-register-steps--sticky {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #200000;
  padding: 1.25rem 1rem;
  margin: 0 -1rem 1.5rem -1rem;
}

@media (min-width: 768px) {
  .activity-register-steps--sticky {
    padding: 1.5rem 18px;
    margin: 0 -18px 1.5rem -18px;
  }
}

.activity-register-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.activity-register-step__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  font-size: 1.125rem;
  line-height: 1;
  font-family: 'Noto Sans Thai', sans-serif;
}

@media (min-width: 768px) {
  .activity-register-step__circle {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.25rem;
  }
}

.activity-register-step--active .activity-register-step__circle {
  background-color: #E10E0E;
  color: #FFFFFF;
  border: none;
}

.activity-register-step:not(.activity-register-step--active) .activity-register-step__circle {
  background-color: #1F2A37;
  color: #E10E0E;
  border: 2px solid #E10E0E;
}

.activity-register-step__label {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.2;
  font-family: 'Noto Sans Thai', sans-serif;
  white-space: nowrap;
  text-align: center;
}

@media (min-width: 768px) {
  .activity-register-step__label {
    font-size: 0.875rem;
  }
}

/* Step 1 (active): red label */

.activity-register-step--active .activity-register-step__label {
  color: #E10E0E;
}

/* Step 2 & 3 (inactive): light gray labels */

.activity-register-step:not(.activity-register-step--active) .activity-register-step__label {
  color: #E5E7EB;
}

.activity-register-step__connector {
  flex-shrink: 0;
  width: 1.5rem;
  height: 2px;
  background-color: #FFFFFF;
  opacity: 0.5;
  align-self: flex-start;
  /* Position at center of circle: circle height (3rem) / 2 = 1.5rem */
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .activity-register-step__connector {
    width: 2rem;
    /* Position at center of circle: circle height (3.5rem) / 2 = 1.75rem */
    margin-top: 1.75rem;
  }
}

/* Connector after Step 1 (active) should be red and fully opaque */

.activity-register-step--active + .activity-register-step__connector {
  background-color: #E10E0E;
  opacity: 1;
}

/* Rules list: bullet points (small white circles) */

/* Song Submit Form - Header row (title + download button) */

.song-submit-header {
  width: 100%;
}

/* Song Submit Form - Status bar (dark orange/yellow background, white text) */

.song-submit-status {
  background-color: #1F2A37;
  flex-shrink: 0;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

@media (max-width: 767px) {
  .song-submit-status {
    text-align: center !important;
    justify-content: center !important;
  }
}

.song-submit-status__icon {
  flex-shrink: 0;
}

/* Song Submit Form - Status bar approved state (light green background, teal text #13C296 to match check icon) */

.song-submit-status--approve {
  background-color: #1F2A37;
  color: #13C296;
}

.song-submit-status--approve .song-submit-status__message {
  color: #13C296;
}

/* Song Submit Form - Status bar not-approved state (same background, red text #E10E0E to match icon-notpass-circle) */

.song-submit-status--not-approve .song-submit-status__message {
  color: #E10E0E;
}

/* Song Submit Form - Reason for not approve (below status bar) */

.song-submit-not-approve-reason {
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(225 14 14 / 0.3);
  background-color: rgb(13 14 25 / 0.6);
  padding: 1rem;
}

.song-submit-not-approve-reason p {
  margin: 0px;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .song-submit-not-approve-reason p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* Song Submit Form - Edit button: circular orange icon + "แก้ไข" label */

.song-submit-edit-btn {
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  gap: 0.375rem;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.song-submit-edit-btn:hover {
  opacity: 0.9;
}

@media (min-width: 768px) {
  .song-submit-edit-btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.song-submit-edit-btn {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
}

.song-submit-edit-btn:focus {
  outline: none !important;
}

.song-submit-edit-btn__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  background-color: #F59E0B;
  /* orange circle per Figma */
}

.song-submit-edit-btn__icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.song-submit-edit-btn__label {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

/* Song Submit – Confirm submission modal (Figma) */

.song-submit-confirm-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.song-submit-confirm-modal.song-submit-confirm-modal--open {
  display: flex !important;
}

.song-submit-confirm-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.song-submit-confirm-modal__content {
  position: relative;
  background-color: #200000;
  border: 2px solid #3f0505;
  border-radius: 20px;
  padding: 2rem 1.75rem 1.75rem;
  max-width: 480px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.song-submit-confirm-modal__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.song-submit-confirm-modal__title {
  margin: 0px;
  text-align: center;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .song-submit-confirm-modal__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.song-submit-confirm-modal__divider {
  height: 2px;
  background-color: #E10E0E;
  width: 64px;
  margin: 0.5rem auto 0;
  flex-shrink: 0;
}

.song-submit-confirm-modal__message {
  margin: 0px;
  text-align: center;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  margin-top: 1.25rem;
}

.song-submit-confirm-modal__actions {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-top: 1.75rem;
}

.song-submit-confirm-modal__btn {
  flex: 1 1 0%;
  cursor: pointer;
  border-width: 0px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Textarea uses same input styling but rounded-2xl and multi-line friendly */

.activity-register-input--textarea {
  border-radius: 1rem;
  min-height: 120px;
}

/* Activity Register Step 3 - Success screen */

.activity-register-step3__email {
  color: #F59E0B;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .activity-register-step3__email {
    font-size: 2rem;
  }
}

/* Song Submit Share page - 2-column grid layout (Figma) */

.song-submit-share__content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .song-submit-share__content-grid {
    grid-template-columns: minmax(0, 360px) 1fr;
    gap: 2rem;
  }
}

.song-submit-share__column-left {
  display: flex;
  height: 688px;
  width: 100%;
  max-width: 360px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1rem;
  background-image: url('../images/share-pic-mobile-ratio-v2.webp');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}

.song-submit-share__column-right {
  display: flex;
  flex-direction: column;
}

.song-submit-share__banner {
  width: 100%;
  max-width: 200px;
  padding: 0.75rem;
}

.song-submit-share__activity-details {
  text-align: center;
}

.song-submit-share__thank-you {
  text-align: center;
  font-weight: 600;
}

.song-submit-share__thank-you-heading {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.song-submit-share__divider {
  border: none;
  height: 2px;
  background-color: #E10E0E;
}

/* Share buttons: full width, dark background (Figma) */

.song-submit-share__card {
  width: 100%;
  max-width: 290px;
  border-radius: 1rem;
  background-color: rgba(32,0,0,0.4);
  padding: 1rem;
}

@media (min-width: 768px) {
  .song-submit-share__card {
    padding: 1.25rem;
  }
}

.song-submit-share__card-art-img {
  display: block;
}

/* Back to Home: solid dark red/orange (Figma) */

.song-submit-share__back-btn {
  background-color: #E10E0E !important;
  border: none !important;
  color: #ffffff !important;
}

.song-submit-share__back-btn:hover {
  background-color: #c00c0c !important;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-top-10 {
  top: -2.5rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-\[72px\] {
  top: 72px;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-\[165px\] {
  height: 165px;
}

.h-\[180px\] {
  height: 180px;
}

.h-\[18px\] {
  height: 18px;
}

.h-\[22px\] {
  height: 22px;
}

.h-\[26px\] {
  height: 26px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[760px\] {
  height: 760px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-\[120px\] {
  min-height: 120px;
}

.min-h-screen {
  min-height: 100vh;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[130px\] {
  width: 130px;
}

.w-\[480px\] {
  width: 480px;
}

.w-\[60\%\] {
  width: 60%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-\[1000px\] {
  max-width: 1000px;
}

.max-w-\[1100px\] {
  max-width: 1100px;
}

.max-w-\[1280px\] {
  max-width: 1280px;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-full {
  max-width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.resize-y {
  resize: vertical;
}

.list-disc {
  list-style-type: disc;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-dark-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(13 14 25 / var(--tw-bg-opacity, 1));
}

.bg-dark-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(17 25 40 / var(--tw-bg-opacity, 1));
}

.bg-primary-red {
  --tw-bg-opacity: 1;
  background-color: rgb(225 14 14 / var(--tw-bg-opacity, 1));
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-4 {
  padding: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-4 {
  padding-top: 1rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.font-inter {
  font-family: Inter, sans-serif;
}

.font-noto-sans-thai {
  font-family: Noto Sans Thai, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.leading-\[1\.8\] {
  line-height: 1.8;
}

.leading-\[40px\] {
  line-height: 40px;
}

.leading-tight {
  line-height: 1.25;
}

.text-\[\#637381\] {
  --tw-text-opacity: 1;
  color: rgb(99 115 129 / var(--tw-text-opacity, 1));
}

.text-\[\#F59E0B\] {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.text-\[\#f59e0b\] {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.text-primary-red {
  --tw-text-opacity: 1;
  color: rgb(225 14 14 / var(--tw-text-opacity, 1));
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-60 {
  opacity: 0.6;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Smooth scrolling */

html {
  scroll-behavior: smooth;
}

/* Custom styles for BEM components */

/* Additional custom styles */

.hover\:text-primary-red:hover {
  --tw-text-opacity: 1;
  color: rgb(225 14 14 / var(--tw-text-opacity, 1));
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-primary-red:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(225 14 14 / var(--tw-ring-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:inline {
    display: inline;
  }

  .sm\:h-\[220px\] {
    height: 220px;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:leading-\[1\.85\] {
    line-height: 1.85;
  }
}

@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[300px\] {
    height: 300px;
  }

  .md\:h-\[329px\] {
    height: 329px;
  }

  .md\:w-\[160px\] {
    width: 160px;
  }

  .md\:w-\[220px\] {
    width: 220px;
  }

  .md\:w-\[600px\] {
    width: 600px;
  }

  .md\:w-\[800px\] {
    width: 800px;
  }

  .md\:min-w-0 {
    min-width: 0px;
  }

  .md\:min-w-\[220px\] {
    min-width: 220px;
  }

  .md\:max-w-\[820px\] {
    max-width: 820px;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-\[2\] {
    flex: 2;
  }

  .md\:flex-\[3\] {
    flex: 3;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .md\:rounded-\[40px\] {
    border-radius: 40px;
  }

  .md\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }

  .md\:text-\[28px\] {
    font-size: 28px;
  }

  .md\:text-\[42px\] {
    font-size: 42px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:leading-\[32px\] {
    line-height: 32px;
  }

  .md\:leading-\[36px\] {
    line-height: 36px;
  }

  .md\:leading-\[50px\] {
    line-height: 50px;
  }
}

@media (min-width: 1024px) {
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[160px\] {
    height: 160px;
  }

  .lg\:h-\[338px\] {
    height: 338px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-2\.5 {
    gap: 0.625rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:leading-\[40px\] {
    line-height: 40px;
  }

  .lg\:leading-\[48px\] {
    line-height: 48px;
  }
}

@media (min-width: 1280px) {
  .xl\:block {
    display: block;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:leading-\[28px\] {
    line-height: 28px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:h-\[1106px\] {
    height: 1106px;
  }

  .\32xl\:w-\[700px\] {
    width: 700px;
  }
}
