/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .h-full {
    height: 100%;
  }
  .min-h-full {
    min-height: 100%;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
:root {
  --bg: #03040c;
  --panel: #080b19;
  --panel2: #0b0e21;
  --purple: #8b2cff;
  --pink: #c43cff;
  --cyan: #20d9ff;
  --lime: #36e866;
  --gold: #ffbd21;
  --text: #f7f5ff;
  --muted: #8d91a8;
  --line: rgba(139,44,255,.25);
}
* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  min-height: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: system-ui,-apple-system,"Segoe UI",sans-serif;
}
body {
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
  font: inherit;
}
button:focus-visible, a:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}
.mobile-menu-button, .mobile-drawer-layer {
  display: none;
}
.dashboard-shell {
  width: 100%;
  max-width: 1920px;
  min-height: 100svh;
  margin-inline: auto;
  display: grid;
  grid-template: 76px minmax(0,1fr) 56px / 210px minmax(0,1fr);
  background: radial-gradient(circle at 75% 35%,rgba(65,38,142,.1),transparent 34%),radial-gradient(circle at 18% 78%,rgba(15,91,132,.07),transparent 30%),var(--bg);
  box-shadow: 0 0 50px rgba(0,0,0,.32);
}
.top-header {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  height: 76px;
  border-bottom: 1px solid rgba(139,44,255,.22);
  background: rgba(3,4,12,.94);
  align-items: center;
  z-index: 3;
}
.brand {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-right: 1px solid var(--line);
  font-size: 27px;
  font-weight: 950;
  font-style: italic;
  letter-spacing: -2px;
}
.brand b {
  color: var(--pink);
  font-size: 35px;
  text-shadow: 0 0 12px rgba(196,60,255,.45);
}
.brand small {
  position: absolute;
  margin: 34px 0 0 17px;
  font-size: 6px;
  letter-spacing: 2px;
  color: #797c91;
  font-style: normal;
}
.top-nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(4px,1.3vw,20px);
}
.top-nav a {
  position: relative;
  min-width: 96px;
  height: 38px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  color: #a3a5b7;
  font-size: 13px;
  font-weight: 700;
  transition: color .18s ease,background .18s ease;
}
.top-nav a:hover {
  color: white;
  background: rgba(139,44,255,.05);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-right: 24px;
}
.notification-button {
  position: relative;
  border: 0;
  background: none;
  padding: 6px;
  cursor: pointer;
}
.notification-button svg {
  width: 21px;
  fill: none;
  stroke: #b0b2c2;
  stroke-width: 1.7;
  stroke-linecap: round;
}
.notification-button span,.side-nav i {
  position: absolute;
  border-radius: 10px;
  background: #f23858;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  display: grid;
  place-items: center;
}
.notification-button span {
  width: 16px;
  height: 16px;
  right: -2px;
  top: 0;
}
.logout-button {
  background: #0c0f1f;
  border: 1px solid #272a3d;
  border-radius: 6px;
  padding: 8px 13px;
  font-size: 11px;
  cursor: pointer;
  color: #c4c5d1;
}
.sidebar {
  grid-row: 2;
  padding: 14px 12px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: rgba(5,6,17,.72);
}
.side-nav {
  display: grid;
  gap: 4px;
}
.side-nav a {
  height: 42px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  gap: 13px;
  color: #7f8298;
  font-size: 12px;
  position: relative;
}
.side-nav a>span {
  width: 17px;
  text-align: center;
  font-size: 15px;
}
.side-nav a b {
  font-weight: 650;
}
.side-nav a:hover {
  color: #d9d9e3;
  background: #0d1022;
}
.side-nav .active {
  color: white;
  background: linear-gradient(90deg,rgba(139,44,255,.35),rgba(139,44,255,.07));
  border-left: 2px solid var(--pink);
}
.side-nav i {
  right: 12px;
  width: 18px;
  height: 16px;
  top: 13px;
  color: white;
}
.attendance-card {
  margin-top: auto;
  min-height: 132px;
  border: 1px solid rgba(196,60,255,.4);
  border-radius: 9px;
  padding: 15px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 100% 100%,rgba(112,42,255,.55),transparent 52%),linear-gradient(140deg,#12102b,#090b1b);
}
.attendance-card small {
  color: var(--pink);
  font-size: 7px;
  letter-spacing: 1.5px;
  font-weight: 800;
}
.attendance-card strong {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  margin: 7px 0;
}
.attendance-card>span {
  color: #9b9db0;
  font-size: 8px;
}
.promo-coin {
  position: absolute;
  right: 15px;
  bottom: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--gold);
  border: 4px solid #d78b00;
  color: #6c3a00;
  display: grid;
  place-items: center;
  font-weight: 900;
  transform: rotate(-15deg);
}
.promo-marble {
  position: absolute;
  right: 48px;
  bottom: -8px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 30%,#fbfdff,#6e55f1 30%,#150d47 66%);
  box-shadow: 0 0 14px rgba(139,44,255,.5);
}
.dashboard-main {
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
  min-height: 0;
  overflow: auto;
  padding: 14px 16px;
  display: grid;
  grid-template-rows: 145px minmax(270px,1fr) 150px;
  gap: 12px;
}
.panel {
  background: linear-gradient(125deg,rgba(12,15,34,.98),rgba(6,8,20,.98));
  border: 1px solid var(--line);
  border-radius: 9px;
}
.account-summary {
  display: grid;
  grid-template-columns: 1.42fr 1fr .78fr .78fr;
  padding: 16px 6px;
}
.profile-block {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 18px;
}
.profile-symbol {
  flex: 0 0 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid var(--purple);
  display: grid;
  place-items: center;
  background: radial-gradient(circle,#24214b,#080b19 66%);
  font-weight: 950;
  font-style: italic;
  font-size: 20px;
  box-shadow: inset 0 0 18px rgba(139,44,255,.3);
}
.profile-symbol b {
  position: absolute;
  color: var(--pink);
  margin: 15px 0 0 25px;
  font-size: 25px;
}
.profile-name {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.profile-name strong {
  font-size: 15px;
}
.profile-name span {
  background: linear-gradient(90deg,#6f24dc,#a33eff);
  padding: 3px 7px;
  border-radius: 3px;
  font-size: 8px;
  font-weight: 800;
}
.profile-meta {
  margin: 0;
  display: grid;
  gap: 4px;
  font-size: 9px;
}
.profile-meta div {
  display: flex;
  gap: 9px;
}
.profile-meta dt {
  color: #696d82;
  min-width: 46px;
}
.profile-meta dd {
  margin: 0;
  color: #aeb0bf;
}
.summary-cell {
  border-left: 1px solid rgba(139,44,255,.16);
  padding: 5px clamp(13px,1.8vw,27px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.summary-cell>span {
  color: #85899f;
  font-size: 10px;
  margin-bottom: 9px;
}
.summary-cell>strong {
  font-size: clamp(18px,1.7vw,26px);
  letter-spacing: -1px;
  white-space: nowrap;
}
.summary-cell strong small {
  font-size: .55em;
}
.summary-cell>div {
  display: flex;
  gap: 6px;
  margin-top: 12px;
}
.summary-cell button {
  border: 0;
  border-radius: 4px;
  padding: 6px 9px;
  font-size: 8px;
  font-weight: 700;
  background: linear-gradient(100deg,#6b20d7,#9a32ff);
  cursor: pointer;
}
.summary-cell button.ghost,.detail-button {
  background: #101327;
  border: 1px solid #282b41;
}
.point-cell>strong {
  color: var(--gold);
}
.bonus-cell>strong {
  color: var(--cyan);
}
.bet-cell>strong {
  color: var(--lime);
}
.summary-cell p {
  color: #5f6378;
  font-size: 8px;
  margin: 10px 0 0;
}
.summary-cell .detail-button {
  margin-top: 13px;
  align-self: flex-start;
  color: #9fa2b5;
}
.detail-button b {
  color: var(--lime);
  margin-left: 8px;
}
.status-cards {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
}
.status-card {
  height: 150px;
  padding: 14px 16px;
  position: relative;
  overflow: hidden;
}
.status-card header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.status-card header>span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.2px;
  color: #969aaf;
}
.status-card header i {
  font-size: 7px;
  font-style: normal;
  color: #686c82;
}
.status-card>strong {
  display: block;
  font-size: 28px;
  margin-top: 15px;
  letter-spacing: -1px;
}
.status-card>p {
  margin: 3px 0;
  color: #777b91;
  font-size: 8px;
}
.status-card>a {
  position: absolute;
  bottom: 14px;
  font-size: 8px;
  color: #aeb1c1;
}
.status-card>a span {
  margin-left: 8px;
  color: var(--cyan);
}
.live-card header i {
  color: #ff5570;
}
.live-card>strong b {
  color: #ff4162;
  font-size: 40px;
}
.live-rings {
  position: absolute;
  right: -22px;
  bottom: -35px;
  width: 105px;
  height: 105px;
  border: 1px solid rgba(255,49,84,.3);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(255,49,84,.04),0 0 0 35px rgba(255,49,84,.03);
}
.players-card>strong {
  color: var(--cyan);
}
.mini-chart {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 45%;
  height: 43px;
  display: flex;
  align-items: end;
  gap: 3px;
  border-bottom: 1px solid rgba(32,217,255,.2);
}
.mini-chart i {
  flex: 1;
  background: linear-gradient(var(--cyan),rgba(32,217,255,.08));
  opacity: .65;
}
.race-card>strong {
  font-variant-numeric: tabular-nums;
  color: #fff;
}
.race-card:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 52px;
  width: 42px;
  height: 42px;
  border: 4px solid rgba(139,44,255,.12);
  border-top-color: var(--purple);
  border-radius: 50%;
}
.jackpot-card>strong {
  font-size: clamp(17px,1.5vw,23px);
  color: var(--gold);
}
.jackpot-card strong small {
  font-size: .55em;
}
.treasure {
  position: absolute;
  right: 11px;
  bottom: 6px;
  width: 72px;
  height: 54px;
}
.treasure b {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 32px;
  border-radius: 4px;
  background: linear-gradient(#9d5709 45%,#55300d 46%);
  border: 2px solid #d79116;
}
.treasure span {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 4px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--gold);
  border: 3px solid #cc7b08;
  color: #714000;
  font-size: 9px;
  font-weight: 900;
  display: grid;
  place-items: center;
  transform: rotate(-14deg);
}
.footer-status {
  grid-column: 1/-1;
  grid-row: 3;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  height: 56px;
  border-top: 1px solid var(--line);
  background: #050611;
  align-items: center;
  z-index: 4;
}
.footer-brand {
  height: 100%;
  border-right: 1px solid var(--line);
  display: grid;
  place-content: center;
  font-size: 11px;
  font-weight: 900;
  font-style: italic;
}
.footer-brand span {
  font-size: 6px;
  color: #616478;
  letter-spacing: 1.6px;
}
.footer-metrics {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.footer-metrics p {
  margin: 0;
  padding: 0 clamp(18px,2.4vw,38px);
  border-right: 1px solid #202233;
  display: flex;
  gap: 9px;
  font-size: 8px;
}
.footer-metrics p>span {
  color: #686c81;
}
.footer-metrics strong {
  color: #c7c9d5;
}
.footer-metrics i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 6px var(--lime);
}
.support {
  padding: 0 22px;
  text-align: right;
}
.support span {
  display: block;
  color: #666a7e;
  font-size: 7px;
}
.support a {
  font-size: 9px;
  color: #bbbcca;
}
@media (max-width:1280px) {
  .top-nav a {
    min-width: 82px;
  }
  .dashboard-main {
    padding: 12px;
    gap: 10px;
  }
  .account-summary {
    grid-template-columns: 1.35fr 1fr .78fr .78fr;
  }
  .profile-block {
    padding: 0 12px;
  }
  .profile-symbol {
    flex-basis: 58px;
    height: 58px;
  }
  .summary-cell {
    padding-inline: 13px;
  }
  .footer-metrics p {
    padding-inline: 18px;
  }
}
@media (max-width:1024px) {
  .dashboard-shell {
    grid-template-columns: 176px minmax(0,1fr);
  }
  .top-header,.footer-status {
    grid-template-columns: 176px 1fr auto;
  }
  .brand {
    font-size: 23px;
  }
  .top-nav {
    gap: 0;
  }
  .top-nav a {
    min-width: 70px;
    font-size: 11px;
  }
  .sidebar {
    padding-inline: 8px;
  }
  .attendance-card {
    padding: 12px;
  }
  .account-summary {
    grid-template-columns: 1.25fr 1fr .74fr .74fr;
  }
  .profile-meta div:nth-child(2) {
    display: none;
  }
  .footer-metrics p {
    padding-inline: 10px;
  }
  .support {
    padding-inline: 12px;
  }
}
@media (max-width:900px) {
  .dashboard-shell {
    display: block;
    padding: 64px 0 50px;
  }
  .top-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
  }
  .brand {
    border: 0;
    padding-right: 10px;
  }
  .header-actions {
    padding: 0;
    gap: 10px;
  }
  .sidebar {
    display: none;
  }
  .dashboard-main {
    display: grid;
    grid-template-rows: auto 390px auto;
    overflow: visible;
    padding: 12px;
  }
  .account-summary {
    min-height: 145px;
  }
  .status-cards {
    grid-template-columns: repeat(2,1fr);
  }
  .footer-status {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding: 0 14px;
  }
  .footer-brand,.footer-metrics p:nth-child(n+3),.support span {
    display: none;
  }
  .footer-metrics p {
    border: 0;
    padding: 0 10px;
  }
  .support {
    padding: 0;
  }
}
@media (max-width:640px) {
  .dashboard-shell {
    padding-top: 58px;
  }
  .top-header {
    height: 58px;
  }
  .logout-button {
    padding: 7px;
    font-size: 0;
  }
  .logout-button span {
    font-size: 14px;
  }
  .account-summary {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .profile-block,.summary-cell {
    padding: 16px;
    border-left: 0;
    border-bottom: 1px solid rgba(139,44,255,.16);
  }
  .summary-cell:last-child {
    border: 0;
  }
  .dashboard-main {
    grid-template-rows: auto 390px auto;
  }
  .footer-metrics p:nth-child(2) {
    display: none;
  }
  .attendance-card,.footer-brand {
    display: none;
  }
}
@media (prefers-reduced-motion:reduce) {
  *,*::before,*::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
.heroLauncher {
  position: relative;
  isolation: isolate;
  height: 440px;
  overflow: hidden;
  background: #080b19 url("../images/hero-track.webp") center / cover no-repeat;
}
.heroLauncher::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 4, 14, .97) 0%, rgba(5, 6, 19, .83) 30%, rgba(5, 6, 19, .25) 57%, rgba(3, 5, 14, .1) 100%), linear-gradient(180deg, rgba(4, 5, 16, .1), rgba(4, 5, 16, .34));
}
.heroInner {
  position: relative;
  z-index: 1;
  width: min(100%, 1540px);
  height: 100%;
  min-height: 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(620px, 1.4fr);
}
.heroCopy {
  position: relative;
  z-index: 3;
  align-self: center;
  min-width: 0;
  padding-left: clamp(30px, 4.2vw, 66px);
}
.heroCopy p {
  margin: 0;
  color: #dad8ed;
  font-size: 12px;
  font-weight: 700;
}
.heroCopy p span {
  color: var(--pink);
  font-size: 7px;
}
.heroCopy h1 {
  margin: 12px 0;
  font-size: clamp(92px, 9vw, 144px);
  font-weight: 950;
  font-style: italic;
  letter-spacing: -12px;
  line-height: .82;
  text-shadow: 0 0 24px rgba(139, 44, 255, .55);
}
.heroCopy h1 span {
  color: var(--pink);
  text-shadow: 0 0 25px rgba(196, 60, 255, .65);
}
.heroCopy > strong {
  font-size: 14px;
}
.heroCopy > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 125px;
  margin-top: 20px;
  padding: 9px 11px;
  border: 1px solid #514071;
  border-radius: 4px;
  color: #c6c4d3;
  background: rgba(13, 14, 34, .76);
  font-size: 9px;
}
.heroCopy > a span {
  color: var(--cyan);
}
.heroVisualStage {
  position: relative;
  height: 100%;
  min-width: 0;
  overflow: visible;
}
.heroModelAnchor {
  --launch-x: 86%;
  --launch-y: 51%;
  --launch-size: 46%;
  position: absolute;
  z-index: 2;
  left: 54%;
  bottom: -10%;
  height: 116%;
  aspect-ratio: 1085 / 1457;
  transform: translateX(-50%);
  pointer-events: none;
}
.heroModelImageFrame {
  position: relative;
  width: 100%;
  height: 100%;
}
.heroModelImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.heroLaunchButton {
  position: absolute;
  z-index: 4;
  left: var(--launch-x);
  top: var(--launch-y);
  width: clamp(118px, var(--launch-size), 272px);
  height: auto;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  align-self: center;
  justify-self: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  overflow: visible;
  background: transparent;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  cursor: pointer;
  transition: transform .18s ease;
}
.heroLaunchOuter, .heroLaunchCenter {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  pointer-events: none;
}
.heroLaunchOuter {
  z-index: 0;
}
.heroLaunchCenter {
  z-index: 1;
}
.heroLaunchLayerImage {
  object-fit: contain;
  object-position: center;
}
.heroLaunchButton:hover {
  transform: translate(-50%, -50%) scale(1.035);
}
.heroLaunchButton:active {
  transform: translate(-50%, -50%) scale(.97);
}
@media (min-width: 1440px) {
  .heroLauncher {
    height: clamp(440px, 34vw, 560px);
  }
  .heroModelAnchor {
    left: 54%;
    bottom: -10%;
    height: 116%;
    --launch-size: 54.28%;
  }
}
@media (min-width: 1920px) {
  .heroModelAnchor {
    left: 54%;
    bottom: -10%;
    height: 122%;
    --launch-size: 51.92%;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .heroLauncher {
    height: clamp(420px, 42vw, 520px);
  }
  .heroInner {
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.4fr);
  }
  .heroModelAnchor {
    left: 57%;
    bottom: -8%;
    height: 103%;
    --launch-size: 57.5%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .heroLauncher {
    height: clamp(420px, 52vw, 500px);
  }
  .heroInner {
    grid-template-columns: 38% 62%;
  }
  .heroCopy {
    align-self: start;
    padding: 40px 0 0 30px;
  }
  .heroCopy h1 {
    font-size: clamp(74px, 10vw, 100px);
  }
  .heroModelAnchor {
    left: 62%;
    bottom: -2%;
    height: 88%;
    --launch-size: 54%;
  }
  .attendance-card, .promo-coin, .promo-marble, .footer-brand, .footer-status {
    display: none !important;
  }
  .status-card {
    height: auto;
    min-height: 150px;
  }
}
.heroLightingLayer {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.heroTrackGlow {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
}
.heroTrackGlow--primary {
  right: -6%;
  bottom: -18%;
  width: 72%;
  height: 34%;
  background: radial-gradient(ellipse,rgba(220,46,255,.34) 0%,rgba(143,43,255,.15) 38%,transparent 72%);
  filter: blur(12px);
  transform: rotate(-8deg);
  will-change: transform, opacity;
  animation: hero-track-glow-primary 6.4s ease-in-out -1.8s infinite;
}
.heroTrackGlow--secondary {
  left: 31%;
  top: 43%;
  width: 48%;
  height: 18%;
  background: radial-gradient(ellipse,rgba(34,218,255,.27) 0%,rgba(44,112,255,.1) 42%,transparent 75%);
  filter: blur(10px);
  transform: rotate(-12deg);
  animation: hero-track-glow-secondary 8.2s ease-in-out -5.1s infinite;
}
.heroLightingBreath {
  position: absolute;
  inset: 22% 8% 5% 24%;
  background: radial-gradient(ellipse at 62% 66%,rgba(139,44,255,.12),transparent 58%),radial-gradient(ellipse at 48% 46%,rgba(27,207,235,.08),transparent 52%);
  opacity: .07;
  animation: hero-lighting-breathe 8.4s ease-in-out -2.7s infinite alternate;
}
.heroModelRimLight {
  position: absolute;
  right: 10%;
  bottom: -12%;
  width: 31%;
  height: 69%;
  border-radius: 50%;
  background: radial-gradient(ellipse at 52% 62%,rgba(160,54,255,.2),rgba(102,33,215,.08) 40%,transparent 70%);
  opacity: .08;
  animation: hero-model-rim-breathe 5.6s ease-in-out -1.4s infinite alternate;
}
.heroCameraFlashLayer {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.heroCameraFlash {
  --flash-color: 156,211,255;
  --flash-peak: .74;
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,.96);
  box-shadow: 0 0 4px rgba(255,255,255,.9),0 0 9px rgba(var(--flash-color),.62),0 0 16px rgba(185,116,255,.24);
  opacity: 0;
  animation: hero-camera-flash var(--flash-duration) linear var(--flash-delay) infinite;
}
.heroCameraFlash--small {
  width: 3px;
  height: 3px;
}
.heroCameraFlash--medium {
  --flash-peak: .9;
  width: 5px;
  height: 5px;
  box-shadow: 0 0 5px rgba(255,255,255,.94),0 0 13px rgba(var(--flash-color),.68),0 0 20px rgba(185,116,255,.3);
}
.heroCameraFlash--large {
  --flash-peak: 1;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 6px rgba(255,255,255,.98),0 0 18px rgba(var(--flash-color),.74),0 0 30px rgba(185,116,255,.36);
  will-change: transform, opacity;
}
.heroCameraFlash--large::before, .heroCameraFlash--large::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: linear-gradient(90deg,transparent,rgba(224,242,255,.7),transparent);
  transform: translate(-50%,-50%);
}
.heroCameraFlash--large::before {
  width: 28px;
  height: 1px;
}
.heroCameraFlash--large::after {
  width: 1px;
  height: 24px;
}
.heroCameraFlash--one {
  top: 15%;
  left: 37%;
  --flash-duration: 4.1s;
  --flash-delay: -1.2s;
}
.heroCameraFlash--two {
  top: 23%;
  left: 46%;
  --flash-duration: 5.3s;
  --flash-delay: -3.6s;
}
.heroCameraFlash--three {
  top: 13%;
  left: 57%;
  --flash-duration: 6.7s;
  --flash-delay: -5.4s;
  --flash-color: 190,151,255;
}
.heroCameraFlash--four {
  top: 30%;
  left: 35%;
  --flash-duration: 7.9s;
  --flash-delay: -.7s;
}
.heroCameraFlash--five {
  top: 20%;
  right: 30%;
  --flash-duration: 4.8s;
  --flash-delay: -2.9s;
}
.heroCameraFlash--six {
  top: 36%;
  left: 48%;
  --flash-duration: 8.3s;
  --flash-delay: -6.1s;
  --flash-color: 111,232,220;
}
.heroCameraFlash--seven {
  top: 27%;
  left: 62%;
  --flash-duration: 5.9s;
  --flash-delay: -4.4s;
}
.heroCameraFlash--eight {
  top: 15%;
  right: 18%;
  --flash-duration: 7.2s;
  --flash-delay: -1.8s;
  --flash-color: 192,156,255;
}
.heroCameraFlash--nine {
  top: 40%;
  left: 57%;
  --flash-duration: 4.4s;
  --flash-delay: -3.1s;
}
.heroCameraFlash--ten {
  top: 32%;
  right: 21%;
  --flash-duration: 6.3s;
  --flash-delay: -5.7s;
}
.heroCameraFlash--eleven {
  top: 21%;
  left: 51%;
  --flash-duration: 7.6s;
  --flash-delay: -6.8s;
}
.heroCameraFlash--twelve {
  top: 38%;
  right: 33%;
  --flash-duration: 5.6s;
  --flash-delay: -2.3s;
  --flash-color: 185,148,255;
}
.heroCameraFlash--four, .heroCameraFlash--ten {
  animation-name: hero-camera-flash-double;
}
@keyframes hero-track-glow-primary {
  0%,100% {
    opacity: 0;
    transform: translate3d(-9%,2%,0) rotate(-8deg) scaleX(.82);
  }
  43% {
    opacity: .34;
    transform: translate3d(1%,0,0) rotate(-8deg) scaleX(1);
  }
  68% {
    opacity: .16;
    transform: translate3d(7%,-2%,0) rotate(-8deg) scaleX(1.08);
  }
}
@keyframes hero-track-glow-secondary {
  0%,100% {
    opacity: 0;
    transform: translate3d(8%,0,0) rotate(-12deg) scaleX(.86);
  }
  48% {
    opacity: .28;
    transform: translate3d(-2%,-3%,0) rotate(-12deg) scaleX(1.04);
  }
  70% {
    opacity: .1;
    transform: translate3d(-7%,-5%,0) rotate(-12deg) scaleX(1.1);
  }
}
@keyframes hero-lighting-breathe {
  0% {
    opacity: .05;
  }
  100% {
    opacity: .13;
  }
}
@keyframes hero-model-rim-breathe {
  0% {
    opacity: .06;
    transform: scale(.96);
  }
  100% {
    opacity: .13;
    transform: scale(1.04);
  }
}
@keyframes hero-camera-flash {
  0%,88%,93%,100% {
    opacity: 0;
    transform: scale(.55);
  }
  89% {
    opacity: .14;
    transform: scale(.7);
  }
  90% {
    opacity: var(--flash-peak);
    transform: scale(1.45);
  }
  91% {
    opacity: .34;
    transform: scale(1);
  }
  92% {
    opacity: 0;
    transform: scale(.8);
  }
}
@keyframes hero-camera-flash-double {
  0%,86%,95%,100% {
    opacity: 0;
    transform: scale(.55);
  }
  88% {
    opacity: .12;
    transform: scale(.7);
  }
  89% {
    opacity: var(--flash-peak);
    transform: scale(1.4);
  }
  90% {
    opacity: 0;
    transform: scale(.75);
  }
  92% {
    opacity: .1;
    transform: scale(.7);
  }
  93% {
    opacity: .55;
    transform: scale(1.18);
  }
  94% {
    opacity: 0;
    transform: scale(.75);
  }
}
@media (max-width: 767px) {
  .heroLauncher {
    height: auto;
    min-height: 500px;
  }
  .heroInner {
    height: auto;
    min-height: 500px;
    display: flex;
    flex-direction: column;
  }
  .heroCopy {
    z-index: 3;
    flex: 0 0 auto;
    width: 100%;
    align-self: stretch;
    padding: 24px 22px 0;
  }
  .heroCopy h1 {
    margin: 10px 0;
    font-size: clamp(67px, 16.75vw, 80px);
    letter-spacing: -8px;
    white-space: nowrap;
  }
  .heroCopy > a {
    position: relative;
    margin-top: 18px;
  }
  .heroVisualStage {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-height: 300px;
  }
  .heroModelAnchor {
    left: calc(49% + 8px);
    bottom: 0;
    height: 315px;
    --launch-size: 55%;
  }
  .heroLightingLayer {
    opacity: .72;
  }
  .heroCameraFlashLayer {
    opacity: .8;
  }
  .heroTrackGlow--primary {
    right: -18%;
    bottom: -11%;
    width: 92%;
    height: 25%;
    filter: blur(9px);
  }
  .heroTrackGlow--secondary {
    display: none;
  }
  .heroLightingBreath {
    inset: 38% 0 4% 15%;
    opacity: .05;
  }
  .heroModelRimLight {
    right: -2%;
    width: 55%;
    opacity: .06;
  }
  .heroCameraFlash--four, .heroCameraFlash--five, .heroCameraFlash--six, .heroCameraFlash--eight, .heroCameraFlash--ten, .heroCameraFlash--twelve {
    display: none;
  }
  .attendance-card, .promo-coin, .promo-marble, .footer-brand {
    display: none !important;
  }
  .footer-status {
    display: none !important;
  }
}
@media (max-width: 430px) {
  .heroLauncher, .heroInner {
    min-height: 526px;
  }
  .heroCopy h1 {
    font-size: clamp(65px, 16.2vw, 77px);
  }
  .heroModelAnchor {
    left: calc(48% + 10px);
    height: 331px;
    --launch-size: 54%;
  }
}
.dashboard-shell {
  overflow-x: clip;
}
.dashboard-main, .account-summary, .status-cards, .summary-cell {
  min-width: 0;
}
.summary-cell strong, .summary-cell p, .profile-block {
  overflow-wrap: anywhere;
}
@media (min-width: 1440px) {
  .status-cards {
    grid-template-columns: repeat(4, minmax(220px, 1fr));
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .status-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1023px) {
  .dashboard-shell {
    display: block;
    width: 100%;
    max-width: 1920px;
    min-height: 100svh;
    padding: 0;
  }
  .top-header {
    position: relative;
    inset: auto;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 16px;
  }
  .brand {
    width: 150px;
    border-right: 0;
  }
  .top-nav {
    display: none;
  }
  .logout-button {
    display: none;
  }
  .header-actions {
    margin-left: auto;
    gap: 9px;
    padding-right: 0;
  }
  .mobile-menu-button {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 42px;
    padding: 0;
    border: 1px solid rgba(139,44,255,.5);
    border-radius: 8px;
    background: #0c0f1f;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
  }
  .mobile-menu-button:hover {
    border-color: var(--pink);
    background: #14102b;
    box-shadow: 0 0 14px rgba(139,44,255,.2);
  }
  .mobile-menu-button svg, .mobile-drawer-close svg {
    width: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
  }
  .mobile-drawer-layer {
    position: fixed;
    z-index: 90;
    inset: 0;
    display: block;
    visibility: hidden;
    pointer-events: none;
    transition: visibility 0s linear .22s;
  }
  .mobile-drawer-layer[data-open="true"] {
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }
  .mobile-drawer-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(0,0,0,.62);
    opacity: 0;
    backdrop-filter: blur(3px);
    transition: opacity .22s ease;
    cursor: default;
  }
  .mobile-drawer-layer[data-open="true"] .mobile-drawer-overlay {
    opacity: 1;
  }
  .mobile-drawer {
    position: absolute;
    top: 0;
    right: 0;
    width: min(84vw, 340px);
    height: 100dvh;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    border-left: 1px solid rgba(139,44,255,.48);
    background: rgba(5,5,18,.98);
    box-shadow: -20px 0 50px rgba(0,0,0,.55);
    transform: translateX(100%);
    transition: transform .22s ease;
  }
  .mobile-drawer-layer[data-open="true"] .mobile-drawer {
    transform: translateX(0);
  }
  .mobile-drawer-header {
    min-height: 82px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
  }
  .drawer-identity strong {
    font-size: 23px;
    font-style: italic;
    letter-spacing: -2px;
  }
  .drawer-identity strong span {
    color: var(--pink);
    font-size: 29px;
  }
  .drawer-identity p {
    margin: 3px 0 0;
    color: #b7b9c8;
    font-size: 11px;
  }
  .drawer-identity p b {
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 3px;
    background: var(--purple);
    color: white;
    font-size: 7px;
  }
  .mobile-drawer-close {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid #292c41;
    border-radius: 8px;
    background: #0c0f1f;
    cursor: pointer;
  }
  .mobile-drawer-scroll {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 14px 12px;
  }
  .mobile-drawer-nav {
    display: grid;
    gap: 3px;
  }
  .mobile-drawer-nav + .mobile-drawer-nav {
    margin-top: 17px;
    padding-top: 15px;
    border-top: 1px solid rgba(139,44,255,.18);
  }
  .mobile-drawer-nav > small {
    padding: 0 12px 7px;
    color: #65697f;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.5px;
  }
  .mobile-drawer-nav a {
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 13px;
    border-radius: 6px;
    color: #898da2;
    font-size: 12px;
    font-weight: 650;
  }
  .mobile-drawer-nav a:hover {
    color: white;
    background: #0e1123;
  }
  .mobile-drawer-nav a.active {
    color: white;
    background: linear-gradient(90deg,rgba(139,44,255,.38),rgba(139,44,255,.08));
  }
  .mobile-drawer-nav a.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 7px;
    width: 2px;
    border-radius: 2px;
    background: var(--pink);
  }
  .dashboard-links a > span {
    width: 18px;
    text-align: center;
    color: #a78bfa;
    font-size: 15px;
  }
  .dashboard-links a > i {
    margin-left: auto;
    width: 18px;
    height: 16px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #f23858;
    color: white;
    font-size: 9px;
    font-style: normal;
  }
  .mobile-drawer-footer {
    padding: 13px 18px calc(13px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 12px;
    align-items: center;
    border-top: 1px solid var(--line);
    background: #070817;
  }
  .mobile-drawer-footer button {
    justify-self: start;
    padding: 7px 10px;
    border: 1px solid #292c41;
    border-radius: 5px;
    background: #101326;
    font-size: 10px;
    cursor: pointer;
  }
  .mobile-drawer-footer a {
    color: #b9bbca;
    font-size: 9px;
  }
  .mobile-drawer-footer small {
    grid-column: 1 / -1;
    color: #55596e;
    font-size: 7px;
    letter-spacing: 1.1px;
  }
  .sidebar, .attendance-card, .promo-coin, .promo-marble, .footer-brand, .footer-status {
    display: none !important;
  }
  .dashboard-main {
    width: 100%;
    max-width: none;
    overflow: visible;
    padding: 14px 16px 24px;
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 14px;
  }
  .account-summary {
    height: auto;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
  }
  .profile-block, .summary-cell {
    min-height: 122px;
    padding: 18px 20px;
    border-left: 0;
    border-bottom: 1px solid rgba(139,44,255,.16);
  }
  .account-summary > :nth-child(odd) {
    border-right: 1px solid rgba(139,44,255,.16);
  }
  .account-summary > :nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .summary-cell > strong {
    white-space: normal;
  }
  .status-cards {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 14px;
  }
  .status-card {
    height: auto;
    min-height: 150px;
    padding: 16px 18px;
  }
}
@media (max-width: 640px) {
  .top-header {
    padding-inline: 12px;
  }
  .brand {
    width: 94px;
    justify-content: flex-start;
  }
  .notification-button {
    margin-left: auto;
  }
  .mobile-menu-button {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }
  .dashboard-main {
    padding: 12px 16px 24px;
    gap: 14px;
  }
  .account-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(112px, auto);
    min-height: 0;
  }
  .profile-block, .summary-cell {
    width: 100%;
    min-height: 112px;
    padding: clamp(12px, 3vw, 16px);
    border-bottom: 1px solid rgba(139,44,255,.16) !important;
  }
  .account-summary > :nth-child(odd) {
    border-right: 1px solid rgba(139,44,255,.16) !important;
  }
  .account-summary > :nth-last-child(-n+2) {
    border-bottom: 0 !important;
  }
  .profile-block {
    gap: 9px;
  }
  .profile-symbol {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    font-size: 16px;
  }
  .profile-symbol b {
    margin: 12px 0 0 19px;
    font-size: 20px;
  }
  .profile-name {
    gap: 5px;
    margin-bottom: 6px;
    white-space: nowrap;
  }
  .profile-name strong {
    font-size: 12px;
  }
  .profile-name span {
    padding: 2px 5px;
    font-size: 7px;
  }
  .profile-meta {
    gap: 2px;
    font-size: 8px;
    line-height: 1.2;
  }
  .profile-meta div:nth-child(2) {
    display: none;
  }
  .profile-meta dt {
    min-width: 38px;
  }
  .summary-cell > span {
    margin-bottom: 6px;
    font-size: 11px;
  }
  .summary-cell > strong {
    font-size: clamp(20px, 5vw, 26px);
    line-height: 1.1;
    letter-spacing: -1px;
  }
  .summary-cell > div {
    flex-wrap: nowrap;
    gap: 4px;
    margin-top: 8px;
  }
  .summary-cell button {
    min-height: 30px;
    padding: 5px 7px;
    font-size: 10px;
    white-space: nowrap;
  }
  .summary-cell p {
    display: none;
  }
  .summary-cell .detail-button {
    min-height: 30px;
    margin-top: 8px;
  }
}
@media (max-width: 430px) {
  .point-cell > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 4px;
  }
  .point-cell button {
    min-width: 0;
    padding-inline: 4px;
    font-size: 9px;
  }
}
.app-toast-region {
  position: fixed;
  z-index: 1100;
  top: 88px;
  right: 28px;
  width: min(360px, calc(100vw - 48px));
  pointer-events: none;
}
.app-toast {
  display: grid;
  grid-template-columns: 24px minmax(0,1fr) 28px;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 10px 10px 10px 13px;
  border: 1px solid rgba(139,44,255,.56);
  border-radius: 9px;
  color: #f7f5ff;
  background: rgba(8,11,25,.97);
  box-shadow: 0 12px 30px rgba(0,0,0,.38), 0 0 18px rgba(40,217,255,.09), 0 0 14px rgba(139,44,255,.1);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}
.app-toast[data-visible="true"] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.app-toast-icon {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(40,217,255,.42);
  border-radius: 50%;
  color: var(--cyan);
  background: rgba(40,217,255,.08);
  font-size: 11px;
  font-weight: 900;
}
.app-toast.success .app-toast-icon {
  color: var(--lime);
  border-color: rgba(54,232,102,.42);
  background: rgba(54,232,102,.08);
}
.app-toast.warning .app-toast-icon {
  color: var(--gold);
  border-color: rgba(255,189,33,.42);
  background: rgba(255,189,33,.08);
}
.app-toast-message {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
.app-toast-close {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 5px;
  color: #8f91a4;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  pointer-events: auto;
}
.app-toast:not([data-visible="true"]) .app-toast-close {
  pointer-events: none;
}
.app-toast-close:hover {
  color: #fff;
  background: rgba(139,44,255,.12);
}
.summary-cell button, .summary-cell a {
  border: 0;
  border-radius: 4px;
  padding: 6px 9px;
  color: inherit;
  font-size: 8px;
  font-weight: 700;
  background: linear-gradient(100deg,#6b20d7,#9a32ff);
  cursor: pointer;
}
.summary-cell a.detail-button {
  background: #101327;
  border: 1px solid #282b41;
}
.status-card-action {
  position: absolute;
  bottom: 14px;
  padding: 0;
  border: 0;
  color: #aeb1c1;
  background: transparent;
  font-size: 8px;
  cursor: pointer;
}
.status-card-action span {
  margin-left: 8px;
  color: var(--cyan);
}
.primary-button:disabled, .secondary-button:disabled, .event-detail-button:disabled, button[aria-disabled="true"] {
  opacity: .48;
  cursor: not-allowed;
  box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
  .app-toast {
    transition: opacity 1ms linear;
    transform: none;
  }
}
@media (max-width: 900px) {
  .app-toast-region {
    top: 72px;
    right: 16px;
    left: 16px;
    width: auto;
  }
}
@media (max-width: 640px) {
  .app-toast-region {
    top: 66px;
  }
  .status-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .status-card {
    height: auto !important;
    min-height: 118px !important;
    padding: 14px 16px !important;
    display: flex;
    flex-direction: column;
  }
  .live-card, .players-card {
    min-height: 118px !important;
  }
  .race-card, .jackpot-card {
    min-height: 110px !important;
  }
  .status-card header {
    margin-bottom: 8px;
  }
  .status-card > strong {
    margin-top: 0;
    line-height: 1;
  }
  .status-card > p {
    margin-top: 5px;
    line-height: 1.25;
  }
  .status-card > a {
    bottom: 15px;
    line-height: 1.25;
  }
  .live-rings {
    right: -18px;
    bottom: -29px;
    width: 84px;
    height: 84px;
    box-shadow: 0 0 0 14px rgba(255,49,84,.04), 0 0 0 28px rgba(255,49,84,.03);
  }
  .mini-chart {
    right: 16px;
    bottom: 15px;
    width: 37%;
    height: 35px;
    gap: 2px;
  }
  .race-card::after {
    right: 16px;
    top: 50px;
    width: 35px;
    height: 35px;
    border-width: 3px;
  }
  .treasure {
    right: 12px;
    bottom: 7px;
    width: 59px;
    height: 44px;
  }
  .treasure b {
    width: 37px;
    height: 26px;
  }
  .treasure span {
    width: 22px;
    height: 22px;
    border-width: 2px;
    font-size: 8px;
  }
  .sidebar, .attendance-card, .promo-coin, .promo-marble, .footer-status, .footer-brand {
    display: none !important;
  }
}
@keyframes dashboard-enter {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero-background-breathe {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.025);
  }
}
@keyframes model-anchor-float {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-4px);
  }
}
@keyframes launch-glow-pulse {
  0%, 100% {
    filter: drop-shadow(0 0 7px rgba(32,217,255,.18)) drop-shadow(0 0 10px rgba(196,60,255,.14));
  }
  50% {
    filter: drop-shadow(0 0 10px rgba(32,217,255,.3)) drop-shadow(0 0 15px rgba(196,60,255,.22));
  }
}
@keyframes launch-ring-turn {
  to {
    transform: rotate(1turn);
  }
}
@keyframes chart-breathe {
  0%,100% {
    opacity: .72;
    transform: translateY(1px) scaleY(.88);
  }
  42% {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
  70% {
    opacity: .82;
    transform: translateY(1px) scaleY(.94);
  }
}
@keyframes race-ring-turn {
  to {
    transform: rotate(1turn);
  }
}
@keyframes live-status-pulse {
  0%,100% {
    opacity: .55;
    transform: scale(.92);
    text-shadow: 0 0 0 rgba(255,65,98,0);
    box-shadow: 0 0 0 0 rgba(255,65,98,.2);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
    text-shadow: 0 0 6px rgba(255,65,98,.52);
    box-shadow: 0 0 0 2px rgba(255,65,98,.16);
  }
  72% {
    box-shadow: 0 0 0 4px rgba(255,65,98,0);
  }
}
@keyframes jackpot-coin-float {
  0%,100% {
    filter: brightness(.96);
    transform: rotate(-4deg) translateY(0);
  }
  50% {
    filter: brightness(1.08);
    transform: rotate(4deg) translateY(-3px);
  }
}
@keyframes jackpot-wallet-breathe {
  0%,100% {
    box-shadow: 0 0 0 rgba(255,189,33,0);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 8px rgba(255,189,33,.22);
    transform: scale(1.02);
  }
}
@keyframes race-ring-glow {
  0%,100% {
    opacity: .76;
    filter: drop-shadow(0 0 2px rgba(139,44,255,.12));
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 0 5px rgba(139,44,255,.28));
  }
}
@keyframes chart-breathe-mobile {
  0%,100% {
    opacity: .76;
    transform: translateY(1px) scaleY(.94);
  }
  42% {
    opacity: .92;
    transform: translateY(0) scaleY(1);
  }
  70% {
    opacity: .82;
    transform: translateY(1px) scaleY(.97);
  }
}
@keyframes jackpot-coin-float-mobile {
  0%,100% {
    filter: brightness(.98);
    transform: rotate(-3deg) translateY(0);
  }
  50% {
    filter: brightness(1.05);
    transform: rotate(3deg) translateY(-2px);
  }
}
.account-summary, .heroLauncher, .status-cards {
  animation: dashboard-enter 560ms cubic-bezier(.22,1,.36,1) both;
}
.heroLauncher {
  animation-delay: 90ms;
}
.status-cards {
  animation-delay: 180ms;
}
.heroLauncher {
  background: #080b19;
}
.heroLauncher::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -1.5%;
  background: url("../images/hero-track.webp") center / cover no-repeat;
  animation: hero-background-breathe 16s ease-in-out infinite alternate;
  will-change: transform;
}
.heroLauncher::before {
  z-index: 1;
}
.heroInner {
  z-index: 3;
}
.heroModelAnchor {
  animation: model-anchor-float 5.4s ease-in-out infinite;
  will-change: transform;
}
.heroLaunchButton {
  transition: transform 210ms ease;
}
.heroLaunchOuter {
  animation: launch-ring-turn 24s linear infinite, launch-glow-pulse 3.2s ease-in-out infinite;
  transition: filter 210ms ease;
}
.heroLaunchButton:hover {
  transform: translate(-50%, -50%) scale(1.035);
}
.heroLaunchButton:hover .heroLaunchOuter {
  animation: launch-ring-turn 24s linear infinite;
  filter: brightness(1.06) drop-shadow(0 0 12px rgba(32,217,255,.42)) drop-shadow(0 0 18px rgba(196,60,255,.3));
}
.heroLaunchButton:active {
  transform: translate(-50%, -50%) scale(.97);
}
.heroLaunchButton:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 5px;
}
.profile-block, .summary-cell {
  transition: background-color 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}
.status-card {
  transition: transform 210ms ease, border-color 210ms ease, box-shadow 210ms ease;
}
.mini-chart i {
  transform-origin: center bottom;
  animation: chart-breathe 3.6s ease-in-out infinite;
}
.mini-chart i:nth-child(2) {
  animation-delay: 120ms;
}
.mini-chart i:nth-child(3) {
  animation-delay: 240ms;
}
.mini-chart i:nth-child(4) {
  animation-delay: 360ms;
}
.mini-chart i:nth-child(5) {
  animation-delay: 480ms;
}
.mini-chart i:nth-child(6) {
  animation-delay: 600ms;
}
.mini-chart i:nth-child(7) {
  animation-delay: 720ms;
}
.mini-chart i:nth-child(8) {
  animation-delay: 840ms;
}
.mini-chart i:nth-child(9) {
  animation-delay: 960ms;
}
.mini-chart i:nth-child(10) {
  animation-delay: 1080ms;
}
.race-card::after {
  animation: race-ring-turn 7.2s linear infinite, race-ring-glow 4.8s ease-in-out -1.6s infinite;
}
.live-card header i {
  display: flex;
  align-items: center;
  gap: 4px;
}
.live-card header i > span {
  display: inline-grid;
  width: 5px;
  height: 5px;
  place-items: center;
  border-radius: 50%;
  color: #ff4162;
  font-size: 5px;
  line-height: 1;
  animation: live-status-pulse 2.6s ease-in-out infinite;
}
.treasure span {
  animation: jackpot-coin-float 4.8s ease-in-out infinite;
}
.treasure b {
  transform-origin: center bottom;
  animation: jackpot-wallet-breathe 5.4s ease-in-out -2.1s infinite;
}
@media (hover: hover) and (pointer: fine) {
  .profile-block:hover, .summary-cell:hover {
    background: rgba(139,44,255,.045);
    box-shadow: inset 0 0 0 1px rgba(139,44,255,.1);
  }
  .status-card:hover {
    transform: translateY(-2px);
    border-color: rgba(174,92,255,.48);
    box-shadow: 0 7px 18px rgba(80,26,148,.14);
  }
  .side-nav a:hover, .top-nav a:hover {
    color: #f6efff;
    background-color: rgba(139,44,255,.08);
  }
  .notification-button:hover {
    filter: drop-shadow(0 0 6px rgba(196,60,255,.38));
  }
  .mobile-menu-button:active {
    transform: scale(.96);
  }
}
@media (max-width: 640px) {
  .heroLauncher::after {
    animation: none;
    transform: scale(1.006);
  }
  .heroModelAnchor {
    animation-name: model-anchor-float-mobile;
  }
  .heroLaunchOuter {
    animation-duration: 24s, 4s;
  }
  .mini-chart i {
    animation-name: chart-breathe-mobile;
  }
  .race-card::after {
    animation-duration: 9s, 5.6s;
  }
  .treasure span {
    animation-name: jackpot-coin-float-mobile;
    animation-duration: 5.2s;
  }
}
@keyframes model-anchor-float-mobile {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-2px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .heroLightingLayer, .heroCameraFlashLayer {
    display: none;
  }
  .account-summary, .heroLauncher, .status-cards, .heroLauncher::after, .heroModelAnchor, .heroLaunchButton, .heroLaunchOuter, .mini-chart i, .race-card::after, .live-card header i > span, .treasure span, .treasure b {
    animation: none !important;
  }
  .account-summary, .heroLauncher, .status-cards {
    opacity: 1;
    transform: none;
  }
  .heroModelAnchor {
    transform: translateX(-50%);
  }
  .status-card:hover, .mobile-menu-button:active {
    transform: none;
  }
}
.top-nav a.active {
  color: #fff;
  background: rgba(139,44,255,.12);
  box-shadow: inset 0 -2px 0 var(--purple);
}
.internal-page {
  min-width: 0;
  padding: clamp(20px, 2.2vw, 34px);
}
.page-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
  padding: 2px 2px 0;
}
.page-header h1 {
  margin: 8px 0 6px;
  color: #f7f4ff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
}
.page-header p {
  margin: 0;
  color: #8e8ba1;
  font-size: 13px;
}
.page-breadcrumb {
  display: flex;
  gap: 8px;
  color: #69657e;
  font-size: 11px;
}
.page-breadcrumb a {
  color: #9d5cff;
}
.page-header-action {
  flex: 0 0 auto;
}
.page-content {
  display: grid;
  gap: 16px;
  min-width: 0;
}
.content-panel {
  min-width: 0;
  padding: clamp(18px, 2vw, 28px);
  border: 1px solid #282140;
  border-radius: 10px;
  background: rgba(10,12,29,.94);
  box-shadow: 0 12px 30px rgba(0,0,0,.14);
}
.content-panel > h2, .content-panel article h2 {
  margin: 0 0 18px;
  color: #e9e5f4;
  font-size: 16px;
}
.content-panel p {
  line-height: 1.65;
}
.muted, .data-note {
  color: #77748c;
  font-size: 11px;
}
.split-layout, .message-layout, .support-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: 16px;
  align-items: start;
}
.message-layout {
  grid-template-columns: minmax(300px,.8fr) minmax(0,1.2fr);
}
.support-grid {
  grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr);
}
.support-grid > div {
  display: grid;
  gap: 16px;
}
.primary-button, .secondary-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.primary-button {
  color: #fff;
  background: linear-gradient(135deg,#7623dd,#a228ff);
  box-shadow: 0 5px 14px rgba(126,31,226,.2);
}
.secondary-button {
  color: #ccc7db;
  border-color: #403558;
  background: #111225;
}
.primary-button:disabled {
  opacity: .48;
  cursor: not-allowed;
}
.primary-button.full {
  width: 100%;
}
.panel-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 22px;
}
.profile-summary {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 22px;
  border-bottom: 1px solid #242039;
}
.profile-summary strong {
  font-size: 19px;
}
.profile-summary p {
  margin: 4px 0 8px;
  color: #77748c;
  font-size: 11px;
}
.profile-avatar {
  display: grid;
  width: 64px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid #8b2cff;
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle,#252044,#0d1023);
  font-size: 23px;
  font-style: italic;
}
.profile-avatar sub {
  color: #c43cff;
}
.point-balance {
  margin: 20px 0 4px;
  color: #ffc329;
  font-size: clamp(30px,4vw,48px);
  font-weight: 900;
}
.point-balance small {
  font-size: 14px;
}
.form-grid {
  display: grid;
  gap: 18px;
}
.form-grid fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.form-grid legend, .form-grid > label {
  display: grid;
  gap: 8px;
  color: #aaa6b8;
  font-size: 11px;
  font-weight: 700;
}
.form-grid input:not([type="radio"]):not([type="checkbox"]), .form-grid select, .form-grid textarea, .setting-row select {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #332b49;
  border-radius: 5px;
  color: #e9e5f4;
  background: #0c0e20;
  font: inherit;
}
.form-grid textarea {
  resize: vertical;
}
.amount-options {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 8px;
  margin-top: 9px;
}
.amount-options button, .filter-bar button {
  min-height: 38px;
  border: 1px solid #312945;
  border-radius: 5px;
  color: #a6a2b3;
  background: #101123;
  cursor: pointer;
}
.amount-options button.active, .filter-bar button.active {
  color: #fff;
  border-color: #8b2cff;
  background: rgba(139,44,255,.2);
}
.radio-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 10px;
}
.radio-row label {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  color: #c2becf;
  font-size: 12px;
}
.charge-total {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  border-radius: 6px;
  background: #111326;
}
.charge-total span {
  color: #8b879b;
}
.charge-total strong {
  color: #28d8ff;
}
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}
.filter-bar button {
  min-width: 66px;
  padding: 0 12px;
}
.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #211d35;
  border-radius: 7px;
}
.table-scroll table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  white-space: nowrap;
}
.table-scroll th {
  color: #747187;
  background: #0c0e20;
  font-size: 10px;
  text-align: left;
}
.table-scroll th, .table-scroll td {
  padding: 13px 14px;
  border-bottom: 1px solid #201c32;
}
.table-scroll td {
  color: #c9c5d4;
  font-size: 11px;
}
.table-scroll tbody tr:last-child td {
  border-bottom: 0;
}
.status-badge {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  padding: 0 8px;
  border-radius: 99px;
  color: #aaa6b8;
  background: rgba(145,140,160,.12);
  font-size: 9px;
  font-weight: 800;
}
.status-badge.success {
  color: #3bed76;
  background: rgba(59,237,118,.1);
}
.status-badge.danger {
  color: #ff4b72;
  background: rgba(255,75,114,.1);
}
.status-badge.warning {
  color: #ffc329;
  background: rgba(255,195,41,.1);
}
.status-badge.info {
  color: #28d8ff;
  background: rgba(40,216,255,.1);
}
.message-list {
  display: grid;
  gap: 6px;
}
.message-list > button {
  display: flex;
  width: 100%;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #ddd9e7;
  background: #0d0f21;
  text-align: left;
  cursor: pointer;
}
.message-list > button.selected {
  border-color: #6d279f;
  background: rgba(139,44,255,.09);
}
.message-list span {
  display: grid;
  gap: 7px;
  min-width: 0;
}
.message-list strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.message-list small {
  color: #716e81;
}
.message-detail {
  min-height: 180px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #242039;
  color: #b9b5c5;
}
.settings-list {
  display: grid;
}
.setting-row {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 4px;
  border-bottom: 1px solid #211d35;
}
.setting-row span {
  display: grid;
  gap: 6px;
}
.setting-row strong {
  color: #ddd9e7;
}
.setting-row small {
  color: #747187;
}
.setting-row input[type="checkbox"] {
  width: 42px;
  height: 22px;
  accent-color: #8b2cff;
}
.setting-row select {
  width: 150px;
}
.section-number {
  color: #8b2cff;
  font-size: 10px;
  font-weight: 900;
}
.guide-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.guide-cta h2 {
  margin-bottom: 5px;
}
.guide-cta p {
  margin: 0;
  color: #858194;
}
.event-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}
.event-card {
  min-height: 170px;
  padding: 20px;
  border: 1px solid #282140;
  border-radius: 8px;
  background: linear-gradient(145deg,rgba(139,44,255,.08),rgba(8,10,25,.7));
}
.event-card h2 {
  margin-top: 28px !important;
}
.event-card p {
  color: #8e899b;
}
.event-card > small {
  color: #625e73;
}
.ranking-table tr.current-user td {
  color: #fff;
  background: rgba(139,44,255,.11);
}
.rank-medal {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  color: #090b17;
  font-weight: 900;
}
.rank-1 {
  background: #ffd44f;
}
.rank-2 {
  background: #c7d0dd;
}
.rank-3 {
  background: #c98c62;
}
.ranking-table td small {
  color: #c43cff;
  font-weight: 900;
}
.notice-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.notice-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 2px;
  border-bottom: 1px solid #211d35;
  color: #bbb7c7;
}
.notice-list time {
  flex: 0 0 auto;
  color: #6f6b7e;
  font-size: 10px;
}
.faq-panel details {
  border-bottom: 1px solid #211d35;
}
.faq-panel summary {
  padding: 16px 2px;
  color: #cbc7d5;
  cursor: pointer;
}
.faq-panel details p {
  margin: 0 0 16px;
  color: #858194;
}
.section-title {
  margin-bottom: 20px;
}
.section-title small {
  color: var(--purple);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.6px;
}
.section-title h2 {
  margin: 6px 0 7px;
  color: #f0ecf7;
  font-size: 20px;
}
.section-title p {
  margin: 0;
  color: #9692a4;
}
.info-callout {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(40,216,255,.25);
  border-radius: 9px;
  background: rgba(40,216,255,.055);
}
.info-callout > span {
  display: grid;
  flex: 0 0 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--cyan);
  background: rgba(40,216,255,.12);
  font-weight: 900;
}
.info-callout strong {
  color: #e9e5f4;
}
.info-callout p {
  margin: 5px 0 0;
  color: #a6a2b3;
  line-height: 1.65;
}
.info-callout.warning {
  border-color: rgba(255,195,41,.3);
  background: rgba(255,195,41,.05);
}
.info-callout.warning > span {
  color: var(--gold);
  background: rgba(255,195,41,.12);
}
.info-callout.success {
  border-color: rgba(59,237,118,.25);
  background: rgba(59,237,118,.045);
}
.info-callout.success > span {
  color: var(--lime);
  background: rgba(59,237,118,.1);
}
.step-list {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.step-list li {
  min-width: 0;
  padding: 15px 12px;
  border: 1px solid #302747;
  border-radius: 7px;
  background: #0d0f21;
}
.step-list span {
  display: block;
  margin-bottom: 9px;
  color: var(--purple);
  font-size: 10px;
  font-weight: 900;
}
.step-list strong {
  color: #cfcad8;
  font-size: 11px;
  line-height: 1.45;
}
.definition-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  margin: 0;
}
.definition-list > div {
  padding: 15px 12px;
  border-bottom: 1px solid #252039;
}
.definition-list dt {
  color: #8e6dff;
  font-size: 11px;
  font-weight: 800;
}
.definition-list dd {
  margin: 7px 0 0;
  color: #aaa6b8;
  font-size: 13px;
  line-height: 1.6;
}
.guide-card-grid,.bet-guide-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
}
.bet-guide-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.guide-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid #342a4c;
  border-radius: 9px;
  background: linear-gradient(145deg,rgba(139,44,255,.075),rgba(8,10,25,.72));
}
.guide-card h3 {
  margin: 7px 0 10px;
  color: #ebe7f2;
  font-size: 17px;
}
.guide-card p {
  margin: 0;
  color: #aaa6b8;
  line-height: 1.65;
}
.guide-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: #918d9e;
  font-size: 12px;
  line-height: 1.65;
}
.event-meta {
  display: grid;
  gap: 7px;
  margin: 0 0 18px;
}
.event-meta > div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 8px;
}
.event-meta dt {
  color: #77748a;
  font-size: 10px;
}
.event-meta dd {
  margin: 0;
  color: #bbb7c5;
  font-size: 11px;
}
.event-card > small {
  display: block;
  margin-bottom: 16px;
  color: #918d9f;
  line-height: 1.5;
}
.event-card-footer {
  margin-top: auto;
  justify-content: flex-end;
}
.ranking-summary-four {
  grid-template-columns: repeat(4,minmax(0,1fr));
}
.message-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.message-filter button {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid #312945;
  border-radius: 5px;
  color: #a6a2b3;
  background: #101123;
  cursor: pointer;
}
.message-filter button.active {
  color: #fff;
  border-color: var(--purple);
  background: rgba(139,44,255,.2);
}
@media (max-width: 1023px) {
  .internal-page {
    padding: 18px;
  }
  .support-grid {
    grid-template-columns: 1fr;
  }
  .step-list {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .bet-guide-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .ranking-summary-four {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 700px) {
  .page-header {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }
  .page-header-action > * {
    width: 100%;
  }
  .split-layout, .message-layout {
    grid-template-columns: 1fr;
  }
  .event-grid, .guide-card-grid, .bet-guide-grid {
    grid-template-columns: 1fr;
  }
  .amount-options {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .step-list {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .definition-list {
    grid-template-columns: 1fr;
  }
  .guide-cta {
    align-items: stretch;
    flex-direction: column;
  }
  .guide-cta .primary-button {
    width: 100%;
  }
}
@media (max-width: 430px) {
  .internal-page {
    padding: 14px 12px 18px;
  }
  .content-panel {
    padding: 16px 14px;
  }
  .panel-actions {
    flex-direction: column;
  }
  .panel-actions button {
    width: 100%;
  }
  .setting-row {
    align-items: flex-start;
  }
  .setting-row select {
    width: 125px;
  }
  .message-list > button {
    align-items: flex-start;
  }
  .filter-bar {
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  .filter-bar button {
    min-width: 0;
  }
  .ranking-summary-four {
    grid-template-columns: 1fr;
  }
  .message-filter {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .message-filter button {
    padding-inline: 8px;
  }
}
.dashboard-shell:has(.internal-page) {
  grid-template-rows: 76px auto 56px;
}
.dashboard-main:has(.internal-page) {
  display: block;
  min-height: calc(100svh - 132px);
  overflow: visible;
  padding: 0;
}
.internal-page {
  width: 100%;
  max-width: 1320px;
  min-height: calc(100svh - 132px);
  margin-inline: auto;
  padding: 24px 32px 40px;
}
.page-header {
  align-items: flex-end;
  margin-bottom: 22px;
  padding-top: 0;
}
.page-breadcrumb {
  gap: 7px;
  color: #8e8a9f;
  font-size: 12px;
}
.page-header h1 {
  margin: 7px 0 8px;
  font-size: clamp(40px, 2.4vw, 44px);
  letter-spacing: -.025em;
}
.page-header p {
  color: #aaa6b8;
  font-size: 15px;
  line-height: 1.6;
}
.page-content {
  gap: 18px;
  align-content: start;
}
.content-panel {
  padding: 30px;
  border-color: #372d50;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}
.content-panel > h2, .content-panel article h2 {
  margin-bottom: 16px;
  font-size: 17px;
}
.content-panel p {
  color: #a6a2b3;
  font-size: 14px;
}
.muted, .data-note {
  color: #9692a4;
  font-size: 12px;
}
.empty-state {
  display: grid;
  min-height: 220px;
  place-items: center;
  align-content: center;
  gap: 8px;
  color: #aaa6b8;
  text-align: center;
}
.empty-state > span {
  color: var(--purple);
  font-size: 26px;
}
.empty-state p {
  margin: 0;
  color: #858194;
}
.loading-state, .error-state {
  display: grid;
  min-height: 180px;
  place-items: center;
  align-content: center;
  gap: 10px;
  color: #aaa6b8;
  text-align: center;
}
.loading-state > span {
  width: 22px;
  height: 22px;
  border: 2px solid rgba(139,44,255,.2);
  border-top-color: var(--purple);
  border-radius: 50%;
  animation: race-ring-turn 1.2s linear infinite;
}
.loading-state p, .error-state p {
  margin: 0;
  color: #858194;
}
.table-scroll {
  border-color: #332a49;
  scrollbar-color: #56367a #0b0d1d;
}
.table-scroll table {
  font-variant-numeric: tabular-nums;
}
.table-scroll th {
  padding: 15px 16px;
  color: #aaa7b8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}
.table-scroll td {
  height: 52px;
  padding: 14px 16px;
  color: #d0ccda;
  font-size: 12px;
}
.table-scroll tbody tr {
  transition: background-color 160ms ease;
}
.table-scroll tbody tr:hover td {
  background: rgba(139,44,255,.045);
}
.point-table th:nth-child(n+4), .point-table td:nth-child(n+4), .betting-table th:nth-child(5), .betting-table td:nth-child(5), .betting-table th:nth-child(6), .betting-table td:nth-child(6), .betting-table th:nth-child(8), .betting-table td:nth-child(8), .ranking-table th:nth-child(n+3), .ranking-table td:nth-child(n+3) {
  text-align: right;
}
.ranking-table tr.current-user td {
  background: rgba(139,44,255,.14);
  box-shadow: inset 0 1px rgba(196,60,255,.16), inset 0 -1px rgba(196,60,255,.16);
}
.toggle-input {
  position: relative;
  flex: 0 0 auto;
  width: 48px !important;
  height: 26px !important;
  margin: 0;
  appearance: none;
  border: 1px solid #37384a;
  border-radius: 99px;
  background: #222536;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.toggle-input::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #85899b;
  box-shadow: 0 2px 5px rgba(0,0,0,.35);
  transition: transform 180ms ease, background 180ms ease;
}
.toggle-input:checked {
  border-color: #8b2cff;
  background: linear-gradient(90deg,#7121d2,#1cb4d6);
  box-shadow: 0 0 12px rgba(40,217,255,.14);
}
.toggle-input:checked::after {
  transform: translateX(22px);
  background: #fff;
}
.toggle-input:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}
.setting-row {
  cursor: pointer;
}
.setting-row small {
  color: #918d9e;
  font-size: 12px;
  line-height: 1.45;
}
.setting-row select {
  min-height: 44px;
  border-color: #3a304f;
}
.event-card {
  display: flex;
  min-height: 240px;
  flex-direction: column;
  padding: 24px;
  border-color: #352b4c;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.event-card:hover {
  border-color: rgba(139,44,255,.7);
  box-shadow: 0 10px 26px rgba(91,29,157,.12);
  transform: translateY(-2px);
}
.event-card-top, .event-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.event-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(196,60,255,.38);
  border-radius: 12px;
  color: #d897ff;
  background: linear-gradient(145deg,rgba(139,44,255,.2),rgba(40,217,255,.06));
  font-size: 19px;
  font-weight: 900;
}
.event-card h2 {
  margin: 22px 0 7px !important;
  font-size: 18px !important;
}
.event-card p {
  flex: 1;
  margin: 0 0 22px;
  color: #a7a3b3;
  font-size: 13px;
}
.event-card-footer > small {
  color: #918d9f;
  font-size: 11px;
}
.event-detail-button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #3b3150;
  border-radius: 5px;
  color: #c6c2d0;
  background: #111326;
  font-size: 11px;
  cursor: pointer;
}
.event-detail-button span {
  margin-left: 6px;
  color: var(--cyan);
}
.ranking-summary {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
}
.ranking-summary .content-panel {
  display: grid;
  gap: 10px;
  padding-block: 22px;
}
.ranking-summary small {
  color: #9692a4;
  font-size: 12px;
}
.ranking-summary strong {
  color: #f2eff8;
  font-size: clamp(20px,2vw,28px);
  font-variant-numeric: tabular-nums;
}
.ranking-summary .content-panel:last-child strong {
  color: var(--gold);
}
.message-list > button {
  min-height: 74px;
  padding: 14px;
  border-color: #252139;
}
.message-list > button.selected {
  border-color: #8b2cff;
  background: linear-gradient(90deg,rgba(139,44,255,.18),rgba(139,44,255,.06));
  box-shadow: inset 3px 0 0 var(--pink);
}
.message-list .status-badge.info {
  color: #071019;
  background: var(--cyan);
}
.notice-list li {
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease;
}
.notice-list li:hover {
  color: #fff;
  background: rgba(139,44,255,.055);
}
.faq-panel summary {
  position: relative;
  padding-right: 30px;
  list-style: none;
}
.faq-panel summary::-webkit-details-marker {
  display: none;
}
.faq-panel summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 4px;
  color: var(--cyan);
  font-size: 18px;
  transform: translateY(-50%);
}
.faq-panel details[open] summary::after {
  content: "−";
}
.form-grid input:not([type="radio"]):not([type="checkbox"]), .form-grid select {
  min-height: 46px;
}
.form-grid textarea {
  min-height: 180px;
}
@media (max-width: 1023px) {
  .dashboard-shell:has(.internal-page) {
    display: block;
    padding: 0;
  }
  .dashboard-main:has(.internal-page) {
    min-height: calc(100svh - 64px);
  }
  .internal-page {
    min-height: calc(100svh - 64px);
    padding: 20px 24px 36px;
  }
  .page-header h1 {
    font-size: 38px;
  }
}
@media (max-width: 700px) {
  .internal-page {
    padding: 18px 16px 32px;
  }
  .page-header {
    margin-bottom: 18px;
  }
  .page-header h1 {
    margin-block: 6px;
    font-size: clamp(30px,9vw,34px);
  }
  .page-header p {
    font-size: 14px;
  }
  .content-panel {
    padding: 20px;
  }
  .ranking-summary {
    grid-template-columns: 1fr;
  }
  .event-card {
    min-height: 220px;
    padding: 20px;
  }
  .message-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .dashboard-main:has(.internal-page) {
    min-height: calc(100svh - 58px);
  }
  .internal-page {
    min-height: calc(100svh - 58px);
  }
}
@media (max-width: 430px) {
  .internal-page {
    padding-inline: 16px;
  }
  .content-panel {
    padding: 18px;
  }
  .setting-row {
    align-items: center;
  }
  .setting-row > span {
    padding-right: 8px;
  }
  .setting-row select {
    width: 132px;
  }
  .event-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .event-detail-button {
    width: 100%;
  }
}
.internal-page, .internal-page button, .internal-page input, .internal-page select, .internal-page textarea {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.internal-page p, .internal-page li, .internal-page dd {
  line-height: 1.65;
}
.internal-page button, .point-balance, .charge-total strong, .ranking-summary strong {
  white-space: nowrap;
}
.content-panel > p, .guide-card > p, .section-title > p, .info-callout p {
  max-width: 72ch;
}
.charge-layout {
  grid-template-columns: minmax(440px,.9fr) minmax(0,1.1fr);
}
.charge-layout .point-balance {
  margin-top: 10px;
  white-space: nowrap;
  line-height: 1.05;
}
.charge-layout .point-balance small {
  display: inline;
  white-space: nowrap;
}
.charge-steps {
  grid-template-columns: repeat(2,minmax(0,1fr));
  margin-top: 26px;
}
.charge-steps li {
  min-width: 0;
  min-height: 128px;
  padding: 17px 16px;
}
.charge-steps strong {
  display: block;
  color: #e1ddea;
  font-size: 13px;
  line-height: 1.45;
}
.charge-steps p {
  margin: 8px 0 0;
  color: #9692a4;
  font-size: 11px;
  line-height: 1.6;
}
.ranking-summary-four {
  grid-template-columns: repeat(4,minmax(0,1fr));
}
.ranking-summary-four .content-panel {
  min-height: 112px;
  align-content: center;
}
.ranking-summary-four strong {
  line-height: 1.2;
}
.guide-card-grid, .bet-guide-grid {
  align-items: stretch;
  grid-auto-rows: 1fr;
}
.guide-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.guide-card h3 {
  min-height: 24px;
  margin-bottom: 9px;
}
.guide-card p {
  margin-bottom: 0;
}
.guide-card ul {
  margin-top: 13px;
}
.step-list {
  align-items: stretch;
  grid-auto-rows: 1fr;
}
.step-list li {
  height: 100%;
}
.support-grid {
  align-items: start;
}
.support-grid > .content-panel {
  align-self: start;
}
.support-grid > div > .info-callout {
  width: 100%;
}
.notice-list li:hover {
  color: #fff;
  background: rgba(139,44,255,.085);
}
.faq-panel details p {
  max-width: 70ch;
  margin: 0 0 18px;
  padding-right: 24px;
  line-height: 1.7;
}
.support-grid .form-grid {
  gap: 16px;
}
.support-grid .form-grid input:not([type="radio"]):not([type="checkbox"]), .support-grid .form-grid select {
  min-height: 46px;
}
.support-grid .form-grid textarea {
  min-height: 190px;
  line-height: 1.6;
}
.profile-panel .profile-summary {
  margin-bottom: 4px;
}
.profile-panel .definition-list dt {
  color: #9894a7;
  font-weight: 700;
}
.profile-panel .definition-list dd {
  color: #f0ecf6;
  font-weight: 750;
}
.profile-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.message-layout {
  align-items: start;
}
.message-layout .content-panel {
  min-height: 0;
}
.message-detail {
  min-height: 140px;
}
.message-detail .status-badge {
  margin-bottom: 12px;
}
.message-detail p {
  max-width: 68ch;
  margin: 0;
  color: #bbb7c7;
}
.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}
.table-scroll th {
  color: #b3afbf;
  background: #0d0f21;
}
.table-scroll tbody tr:hover td {
  background: rgba(139,44,255,.065);
}
.point-table th:nth-child(n+4), .point-table td:nth-child(n+4), .betting-table th:nth-child(5), .betting-table td:nth-child(5), .betting-table th:nth-child(6), .betting-table td:nth-child(6), .betting-table th:nth-child(8), .betting-table td:nth-child(8), .ranking-table th:nth-child(n+3), .ranking-table td:nth-child(n+3) {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.event-grid {
  align-items: stretch;
  grid-auto-rows: 1fr;
}
.event-card {
  height: 100%;
  background: linear-gradient(145deg,rgba(139,44,255,.08),rgba(8,10,25,.72));
}
.event-card:hover {
  border-color: rgba(139,44,255,.58);
  background: linear-gradient(145deg,rgba(139,44,255,.105),rgba(8,10,25,.78));
  box-shadow: 0 9px 22px rgba(91,29,157,.09);
}
.event-card h2 {
  margin-bottom: 9px !important;
}
.event-card > p {
  margin-bottom: 18px;
}
.event-meta > div {
  grid-template-columns: 76px minmax(0,1fr);
  align-items: baseline;
}
.event-meta dt, .event-meta dd {
  line-height: 1.5;
}
.event-card-footer {
  margin-top: auto;
}
@media (max-width: 1200px) {
  .ranking-summary-four {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .charge-layout {
    grid-template-columns: minmax(380px,.9fr) minmax(0,1.1fr);
  }
}
@media (max-width: 700px) {
  .charge-layout {
    grid-template-columns: 1fr;
  }
  .charge-steps {
    grid-template-columns: 1fr;
  }
  .charge-steps li {
    min-height: 0;
  }
  .ranking-summary-four {
    grid-template-columns: 1fr;
  }
  .guide-card h3 {
    min-height: 0;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
.gatewayPage { position:relative; isolation:isolate; width:100%; min-height:100svh; overflow:hidden; display:grid; place-items:center; padding:clamp(28px,5vh,64px) 20px 58px; background:#05060a; color:#fff; }
.gatewayBackground,.gatewaySearchlights,.gatewayOverlay,.gatewayEffects { position:absolute; inset:0; }
.gatewayBackground { z-index:-3; }
.gatewayBackgroundImage { object-fit:cover; object-position:center; }
.gatewaySearchlights { z-index:-2; overflow:hidden; pointer-events:none; }
.gatewayOverlay { z-index:-1; background:linear-gradient(180deg,rgba(3,4,12,.18),rgba(3,4,12,.46)),radial-gradient(circle at 50% 45%,transparent 0,rgba(3,4,12,.28) 70%); }
.gatewayEffects { z-index:-1; pointer-events:none; overflow:hidden; }
.gatewaySearchlight { --gateway-beam-opacity-scale:1.18; position:absolute; top:-32vh; left:50%; width:clamp(308px,28.6vw,550px); height:135vh; opacity:0; transform-origin:50% 0%; pointer-events:none; mix-blend-mode:screen; filter:blur(16px); clip-path:polygon(47% 0,53% 0,100% 100%,0 100%); background:linear-gradient(180deg,rgba(255,255,255,.05) 0%,rgba(90,155,255,.2) 22%,rgba(157,73,255,.32) 60%,rgba(255,72,210,.1) 100%); -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.25) 18%,#000 42%,#000 58%,rgba(0,0,0,.25) 82%,transparent 100%); mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.25) 18%,#000 42%,#000 58%,rgba(0,0,0,.25) 82%,transparent 100%); will-change:transform,opacity; }
.gatewaySearchlightLeft { animation:gateway-searchlight-left 10.8s ease-in-out -3.2s infinite; }
.gatewaySearchlightCenter { width:clamp(264px,24.2vw,462px); animation:gateway-searchlight-center 12.6s ease-in-out -8.1s infinite; }
.gatewaySearchlightRight { animation:gateway-searchlight-right 11.7s ease-in-out -6.4s infinite; }
.gatewaySearchlightCross { position:absolute; top:18%; left:50%; width:clamp(280px,32vw,500px); height:150px; opacity:0; transform:translateX(-50%); pointer-events:none; mix-blend-mode:screen; filter:blur(14px); background:radial-gradient(ellipse at center,rgba(255,255,255,.08),rgba(150,120,255,.06) 30%,transparent 70%); animation:gateway-searchlight-cross 11.8s ease-in-out infinite; will-change:opacity; }
.gatewayGlowLeft,.gatewayGlowRight { position:absolute; width:min(46vw,680px); aspect-ratio:1; border-radius:50%; filter:blur(42px); opacity:.14; animation:gateway-pulse 16s ease-in-out infinite; }
.gatewayGlowLeft { left:-8vw; top:8vh; background:radial-gradient(circle,rgba(160,72,255,.85),transparent 60%); }
.gatewayGlowRight { right:-7vw; bottom:3vh; background:radial-gradient(circle,rgba(80,160,255,.82),transparent 60%); animation-delay:-7s; }
.gatewayLightOne,.gatewayLightTwo { position:absolute; bottom:8vh; width:55vw; height:3px; border-radius:999px; opacity:0; filter:blur(2px); background:linear-gradient(90deg,transparent,#52bcff,#e244ff,transparent); animation:gateway-sweep-one 6s ease-in-out infinite; }
.gatewayLightOne { left:-70vw; transform:rotate(-18deg); }
.gatewayLightTwo { right:-70vw; transform:rotate(12deg); animation-name:gateway-sweep-two; animation-duration:7.4s; animation-delay:-2.8s; }
.gatewayContent { z-index:1; width:min(100%,1050px); display:grid; grid-template-columns:minmax(360px,1fr) minmax(360px,460px); gap:clamp(44px,7vw,92px); align-items:center; }
.gatewayLogoWrapper { width:100%; max-width:460px; justify-self:center; }
.gatewayLogo { display:block; width:100%; height:auto; object-fit:contain; filter:drop-shadow(0 8px 22px rgba(0,0,0,.46)); }
.gatewayLoginPanel { --gateway-radius:16px; position:relative; width:100%; max-width:460px; border:2px solid rgba(153,83,255,.5); border-radius:var(--gateway-radius); background:rgba(5,7,16,.5); box-shadow:0 18px 50px rgba(0,0,0,.4),0 0 20px rgba(117,77,255,.2); backdrop-filter:blur(8px); }
.gatewayLoginPanel::before { content:""; position:absolute; inset:6px; pointer-events:none; border:1px solid rgba(82,179,255,.2); border-radius:11px; }
.gatewayForm { position:relative; z-index:2; display:flex; flex-direction:column; gap:16px; padding:clamp(24px,3vw,34px); }
.gatewayTitle { margin:0 0 6px; color:#ede7ff; font-size:18px; font-weight:800; letter-spacing:1px; }
.gatewayField { display:block; height:48px; border:1px solid rgba(255,255,255,.15); border-radius:10px; background:rgba(5,7,16,.76); transition:border-color .15s,box-shadow .15s; }
.gatewayField:focus-within { border-color:rgba(186,72,255,.95); box-shadow:0 0 0 3px rgba(186,72,255,.14); }
.gatewayInput { width:100%; height:100%; padding:0 16px; border:0; outline:0; background:transparent; color:#fff; font:inherit; font-size:14px; }
.gatewayInput::placeholder { color:rgba(255,255,255,.5); }
.gatewayError { margin:-4px 0 0; color:#ff9ca9; font-size:13px; }
.gatewayLoginButton { width:100%; height:50px; margin-top:8px; border:0; border-radius:10px; background:linear-gradient(90deg,#ff665f,#c83cff); color:#fff; font:inherit; font-weight:800; cursor:pointer; box-shadow:0 6px 18px rgba(200,80,255,.18); transition:transform .12s,filter .12s; animation:gateway-button-glow 2.8s ease-in-out infinite; }
.gatewayLoginButton:hover { transform:translateY(-2px); filter:brightness(1.08); }
.gatewayLoginButton:active { transform:none; }
.gatewayLoginButton:focus-visible,.gatewaySignupButton:focus-visible,.gatewayInput:focus-visible { outline:2px solid #52bcff; outline-offset:3px; }
.gatewaySignupText { margin:2px 0 0; text-align:center; color:rgba(255,255,255,.72); font-size:13px; }
.gatewaySignupButton { margin-left:7px; padding:3px; border:0; background:transparent; color:#c36bff; font:inherit; font-weight:700; cursor:pointer; }
.gatewayFooter { position:absolute; z-index:2; left:0; right:0; bottom:max(18px,env(safe-area-inset-bottom)); text-align:center; color:rgba(255,255,255,.48); font-size:11px; }
.gatewaySrOnly { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.gatewayMarbleTrack { position:absolute; z-index:4; inset:-4px; pointer-events:none; border-radius:var(--gateway-radius); }
.gatewayMarble { position:absolute; top:0; left:0; display:grid; place-items:center; width:12px; height:12px; border:1px solid rgba(255,255,255,.8); border-radius:50%; background:radial-gradient(circle at 28% 24%,#fff 0,rgba(255,255,255,.3) 20%,var(--gateway-marble-color) 42%,rgba(0,0,0,.65) 100%); box-shadow:inset -2px -2px 3px rgba(0,0,0,.34),0 0 8px var(--gateway-marble-glow); offset-path:inset(-1px round var(--gateway-radius)); transform:translate(-50%,-50%); will-change:offset-distance; }
.gatewayMarble span { font-size:5px; line-height:1; font-weight:900; text-shadow:0 1px 2px #000; }
@keyframes gateway-pulse { 50% { opacity:.24; transform:scale(1.04); } }
@keyframes gateway-sweep-one { 0% { transform:translate3d(-70vw,30vh,0) rotate(-18deg);opacity:0 } 25%,75% { opacity:.5 } 100% { transform:translate3d(150vw,-10vh,0) rotate(-18deg);opacity:0 } }
@keyframes gateway-sweep-two { 0% { transform:translate3d(70vw,30vh,0) rotate(12deg);opacity:0 } 25%,75% { opacity:.5 } 100% { transform:translate3d(-150vw,-5vh,0) rotate(12deg);opacity:0 } }
@keyframes gateway-button-glow { 50% { box-shadow:0 0 24px rgba(211,58,255,.46),0 0 34px rgba(255,92,96,.2); } }
@keyframes gateway-searchlight-left { 0%,100% { transform:translateX(-50%) rotate(-26deg) translateX(-3vw);opacity:calc(.162 * var(--gateway-beam-opacity-scale)) } 45% { transform:translateX(-50%) rotate(-6deg) translateX(1vw);opacity:calc(.486 * var(--gateway-beam-opacity-scale)) } 70% { transform:translateX(-50%) rotate(-18deg);opacity:calc(.306 * var(--gateway-beam-opacity-scale)) } }
@keyframes gateway-searchlight-center { 0%,100% { transform:translateX(-50%) rotate(-8deg);opacity:calc(.126 * var(--gateway-beam-opacity-scale)) } 35% { transform:translateX(-50%) rotate(9deg);opacity:calc(.432 * var(--gateway-beam-opacity-scale)) } 65% { transform:translateX(-50%) rotate(-4deg);opacity:calc(.27 * var(--gateway-beam-opacity-scale)) } }
@keyframes gateway-searchlight-right { 0%,100% { transform:translateX(-50%) rotate(25deg) translateX(3vw);opacity:calc(.144 * var(--gateway-beam-opacity-scale)) } 48% { transform:translateX(-50%) rotate(5deg) translateX(-1vw);opacity:calc(.504 * var(--gateway-beam-opacity-scale)) } 76% { transform:translateX(-50%) rotate(17deg);opacity:calc(.288 * var(--gateway-beam-opacity-scale)) } }
@keyframes gateway-searchlight-cross { 0%,28%,72%,100% { opacity:0 } 40% { opacity:.3 } 50% { opacity:.18 } }
@media (max-width:900px) { .gatewayContent { grid-template-columns:minmax(260px,1fr) minmax(320px,390px); gap:28px; } }
@media (max-width:699px) { .gatewayPage { overflow-y:auto; padding:max(34px,env(safe-area-inset-top)) 14px max(64px,env(safe-area-inset-bottom)); } .gatewayContent { display:flex; flex-direction:column; gap:24px; } .gatewayLogoWrapper { width:min(82vw,370px); } .gatewayLoginPanel { width:100%; max-width:420px; } .gatewayForm { padding:24px 20px; } .gatewayLightTwo { display:none; } .gatewaySearchlights { opacity:.72; } .gatewaySearchlightCenter { display:none; } .gatewaySearchlightLeft,.gatewaySearchlightRight { --gateway-beam-opacity-scale:1; width:64vw;height:120vh;filter:blur(9px);animation-duration:13s; } .gatewaySearchlightCross { width:72vw; } .gatewayMarble { width:10px;height:10px; } .gatewayMarble span { display:none; } .gatewayFooter { position:static; margin-top:28px; } }
@media (prefers-reduced-motion:reduce) { .gatewayEffects *,.gatewayLoginButton { animation:none!important; transition:none!important; } .gatewaySearchlights { display:none; } .gatewayMarble { display:none; } }

/* Launcher image layout fix */
.heroLaunchLayerImage { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; }