:root {
  --bg: #07050f;
  --text: #f7f4ff;
  --muted: #b8b0c9;
  --gold: #f4c768;
  --gold-2: #ffe7a3;
  --line: rgba(244, 199, 104, .32);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
body.is-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site { min-height: 100vh; position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; }
.site__video, .site__overlay, .site__grid { position: absolute; inset: 0; pointer-events: none; }
.site__video { z-index: -3; background: #07050f; }
.site__video video { width: 100%; height: 100%; object-fit: cover; opacity: .64; filter: saturate(.92) contrast(1.08); }
.site__overlay {
  z-index: -2;
  background:
    radial-gradient(circle at 76% 42%, rgba(124, 62, 231, .28), transparent 34%),
    linear-gradient(90deg, rgba(7,5,15,.98) 0%, rgba(7,5,15,.82) 43%, rgba(7,5,15,.38) 100%),
    linear-gradient(180deg, rgba(7,5,15,.15), rgba(7,5,15,.85));
}
.site__grid {
  z-index: -1;
  opacity: .26;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 90%);
}
.header {
  width: min(1260px, calc(100% - 44px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 225px; }
.brand__icon {
  width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px;
  border: 1px solid rgba(244,199,104,.52);
  background: linear-gradient(145deg, rgba(143,89,255,.35), rgba(244,199,104,.12));
  color: var(--gold-2);
}
.brand__name { display: block; font-size: 14px; font-weight: 800; letter-spacing: .17em; }
.brand__sub { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; letter-spacing: .18em; }
.nav { display: flex; align-items: center; justify-content: center; gap: 8px; }
.nav a, .nav button {
  position: relative; overflow: hidden; appearance: none; min-height: 40px; padding: 0 15px;
  border: 1px solid rgba(244,199,104,.22); border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.065), rgba(30,18,45,.3));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), inset 0 -1px 0 rgba(82,45,120,.16), 0 5px 14px rgba(0,0,0,.16);
  backdrop-filter: blur(8px); color: #c7bed2; cursor: pointer; font-size: 12px; font-weight: 750; letter-spacing: .07em;
  text-transform: uppercase; transition: transform .22s ease, color .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}
.nav a::before, .nav button::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(108deg, transparent 22%, rgba(255,228,157,.14) 50%, transparent 78%); transform: translateX(-125%); transition: transform .5s ease; }
.nav a:hover, .nav button:hover { transform: translateY(-2px); color: #ffe8a6; border-color: rgba(244,199,104,.58); background: linear-gradient(180deg, rgba(244,199,104,.12), rgba(84,43,122,.2)); box-shadow: inset 0 1px 0 rgba(255,239,190,.12), 0 7px 18px rgba(0,0,0,.25), 0 0 12px rgba(244,199,104,.1); }
.nav a:hover::before, .nav button:hover::before { transform: translateX(125%); }
.nav .is-active { color: #ffe8a1; border-color: rgba(244,199,104,.72); background: linear-gradient(180deg, rgba(244,199,104,.18), rgba(95,54,126,.24)); box-shadow: inset 0 1px 0 rgba(255,242,199,.18), inset 0 0 16px rgba(244,199,104,.06), 0 0 0 1px rgba(91,48,125,.2), 0 6px 18px rgba(0,0,0,.24), 0 0 16px rgba(244,199,104,.12); }
.nav a:focus-visible, .nav button:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 3px; }
.server-status { display: flex; align-items: center; gap: 8px; color: #d8ffe0; font-size: 11px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.server-status i { width: 8px; height: 8px; border-radius: 50%; background: #65f58c; box-shadow: 0 0 15px #65f58c; }
.hero {
  width: min(1260px, calc(100% - 44px));
  flex: 1;
  margin: auto;
  padding: 42px 0 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(370px, .82fr);
  gap: 50px;
  align-items: center;
}
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--gold); box-shadow: 0 0 12px rgba(244,199,104,.65); }
.hero h1 { margin: 18px 0 16px; max-width: 650px; font-size: clamp(50px, 5.4vw, 82px); line-height: .99; letter-spacing: -.055em; font-weight: 850; }
.hero h1 span { display: block; color: var(--gold-2); }
.hero__lead { max-width: 620px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.promo-slider { position: relative; min-height: 365px; }
.promo-slide { display: none; }
.promo-slide.is-active { display: block; animation: promoIn .55s ease both; }
.promo-controls { max-width: 610px; margin-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.promo-counter { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 11px; letter-spacing: .08em; }
.promo-counter strong { color: var(--gold-2); font-size: 15px; }
.promo-counter i { position: relative; display: block; width: 96px; height: 2px; margin-left: 7px; overflow: hidden; background: rgba(255,255,255,.14); }
.promo-counter i::after { content: ""; position: absolute; inset: 0; transform: scaleX(0); transform-origin: left; background: var(--gold); }
.promo-slider.is-auto .promo-counter i::after { animation: promoProgress 6s linear infinite; }
.promo-arrows { display: flex; gap: 8px; }
.promo-arrows button { width: 39px; height: 35px; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; background: rgba(255,255,255,.05); color: var(--text); cursor: pointer; font-size: 16px; transition: .2s ease; }
.promo-arrows button:hover { color: var(--gold-2); border-color: var(--line); background: rgba(244,199,104,.07); }
@keyframes promoIn { from { opacity: 0; transform: translateX(22px); } to { opacity: 1; transform: translateX(0); } }
@keyframes promoProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.hero__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 24px; }
.button {
  min-height: 46px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 10px; border: 1px solid transparent; cursor: pointer; font-size: 12px; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--gold { background: linear-gradient(135deg, #ffe8a1, var(--gold)); color: #21162a; box-shadow: 0 14px 30px rgba(244,199,104,.17); }
.button--ghost { background: rgba(255,255,255,.05); color: var(--text); border-color: rgba(255,255,255,.18); }
.button--ghost:hover { border-color: var(--line); background: rgba(255,255,255,.09); }
.schedule { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; max-width: 610px; margin-top: 22px; }
.schedule__item { padding: 13px 15px; border: 1px solid var(--line); border-radius: 13px; background: rgba(8,6,17,.74); backdrop-filter: blur(12px); }
.schedule__head { display: flex; justify-content: space-between; gap: 12px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.schedule__date { margin-top: 6px; color: var(--text); font-size: 12px; font-weight: 700; }
.schedule__timer { margin-top: 7px; color: var(--gold-2); font-size: 18px; font-weight: 800; }
.schedule__timer small { color: var(--muted); font-size: 9px; font-weight: 600; margin-left: 3px; text-transform: uppercase; }
.support-links { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; max-width: 610px; margin-top: 12px; }
.support-link {
  min-height: 56px;
  padding: 9px 11px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 11px;
  background: rgba(8,6,17,.68);
  backdrop-filter: blur(10px);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.support-link:hover { transform: translateY(-2px); border-color: var(--line); background: rgba(244,199,104,.07); }
.support-link__icon { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border-radius: 9px; background: rgba(143,89,255,.16); border: 1px solid rgba(143,89,255,.36); color: var(--gold-2); font-size: 13px; font-weight: 850; }
.support-link strong { display: block; color: var(--text); font-size: 11px; }
.support-link small { display: block; margin-top: 2px; color: var(--muted); font-size: 9px; }
.hero__visual { min-height: 500px; position: relative; display: grid; place-items: center; }
.hero__glow { position: absolute; width: min(470px, 80vw); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(143,89,255,.28), rgba(143,89,255,.06) 55%, transparent 70%); transform: translate(-28px, -28px); }
.hero__lockup { position: relative; z-index: 1; width: min(450px, 80vw); display: flex; flex-direction: column; align-items: center; transform: translate(-28px, -28px); }
.hero__logo { width: 100%; max-height: 450px; object-fit: contain; filter: drop-shadow(0 22px 38px rgba(0,0,0,.52)) drop-shadow(0 0 28px rgba(143,89,255,.28)); animation: floating 7s ease-in-out infinite; }
.hero__seal { position: relative; z-index: 2; margin-top: -34px; padding: 8px 28px 10px; min-width: 300px; text-align: center; isolation: isolate; }
.hero__seal::before { content: ""; position: absolute; z-index: -1; inset: -14px -36px -8px; background: radial-gradient(ellipse at center, rgba(255,94,0,.18) 0%, rgba(255,170,32,.07) 34%, rgba(92,28,127,.04) 58%, transparent 74%); filter: blur(5px); animation: serverFlame 2.8s ease-in-out infinite alternate; }
.hero__seal::after { content: ""; position: absolute; left: 18%; right: 18%; bottom: 1px; height: 1px; background: linear-gradient(90deg, transparent, #ff9d24 20%, #ffe6a1 50%, #ff9d24 80%, transparent); box-shadow: 0 0 8px #ff6a00, 0 0 18px rgba(255,70,0,.8); }
.hero__seal-kicker { display: block; margin-bottom: -2px; color: #d69a2c; font-family: "Noto Serif", Georgia, serif; font-size: 10px; font-weight: 900; letter-spacing: .32em; text-transform: uppercase; text-shadow: 0 1px 0 #682000, 0 0 3px rgba(211,116,0,.45); }
.hero__seal strong { position: relative; display: block; font-family: "Noto Serif", Georgia, serif; font-size: clamp(29px, 2.55vw, 39px); font-weight: 900; line-height: 1.02; letter-spacing: .025em; text-transform: uppercase; color: #c87308; background: linear-gradient(180deg, #e9c15a 0%, #c77a08 24%, #713001 47%, #dca132 57%, #a54b02 76%, #581700 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke: .8px rgba(71,17,0,.98); paint-order: stroke fill; text-shadow: 0 1px 0 #f0ca62, 0 2px 0 #8f3400, 0 3px 0 #481000, 0 0 3px rgba(218,116,0,.52); transform: scaleX(1.04); transform-origin: center; }
.hero__seal strong::after { content: attr(data-text); position: absolute; inset: 0; pointer-events: none; color: transparent; background-image: linear-gradient(108deg, rgba(255,255,255,0) 0%, rgba(255,220,103,.18) 24%, #fff5bd 43%, #ffffff 50%, #ffd34b 58%, rgba(255,177,0,.15) 76%, rgba(255,255,255,0) 100%); background-repeat: no-repeat; background-size: 42% 100%; background-position: -90% 0; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke: 0 transparent; mix-blend-mode: screen; filter: drop-shadow(0 0 2px rgba(255,245,179,.9)); animation: serverShine 1.9s ease-in-out infinite alternate; will-change: background-position; }
.hero__seal-meta { display: block; margin-top: 5px; color: #c4954d; font-size: 9px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; text-shadow: 0 1px 0 rgba(73,17,0,.92), 0 0 2px rgba(190,91,0,.26); }
.hero__seal-meta i { margin: 0 5px; color: #ff8d25; font-style: normal; }
@keyframes floating { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes serverFlame { from { opacity: .62; transform: scale(.96) translateY(2px); } to { opacity: 1; transform: scale(1.04) translateY(-2px); } }
@keyframes serverShine { from { background-position: -90% 0; } to { background-position: 190% 0; } }
.footer { width: min(1260px, calc(100% - 44px)); margin: 0 auto; padding: 20px 0 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.stats { display: flex; align-items: center; gap: 30px; }
.stat small { display: block; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.stat strong { display: block; margin-top: 3px; color: var(--gold-2); font-size: 16px; }
.footer__note { color: var(--muted); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 24px; background: rgba(3,2,8,.76); backdrop-filter: blur(11px); }
.modal.is-open { display: grid; animation: fadeIn .22s ease both; }
.modal__dialog { width: min(1080px, 96vw); height: min(720px, 90vh); display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(244,199,104,.55); border-radius: 18px; background: #0a0712; box-shadow: 0 30px 100px rgba(0,0,0,.7), 0 0 35px rgba(143,89,255,.18); animation: modalUp .28s ease both; }
.modal__bar { height: 58px; flex: 0 0 58px; padding: 0 18px 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); background: linear-gradient(90deg, rgba(244,199,104,.08), rgba(143,89,255,.08)); }
.modal__title { margin: 0; color: var(--gold-2); font-size: 15px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.modal__close { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: rgba(255,255,255,.05); color: var(--text); cursor: pointer; font-size: 23px; line-height: 1; }
.modal__close:hover { color: var(--gold); border-color: var(--line); }
.modal__frame { width: 100%; flex: 1; border: 0; background: #0a0712; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes modalUp { from { opacity: 0; transform: translateY(16px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (max-width: 990px) {
  .server-status { display: none; }
  .header { align-items: flex-start; }
  .nav { flex-wrap: wrap; justify-content: flex-end; }
  .hero { grid-template-columns: 1fr; padding-top: 24px; }
  .hero__visual { min-height: 440px; margin-top: -22px; }
  .hero__glow { width: min(440px, 82vw); transform: translate(-10px, -18px); }
  .hero__lockup { width: min(420px, 82vw); transform: translate(-10px, -18px); }
}
@media (max-width: 680px) {
  .header, .hero, .footer { width: min(100% - 28px, 1260px); }
  .header { gap: 12px; }
  .brand { min-width: 148px; }
  .brand__icon { display: none; }
  .brand__name { font-size: 12px; }
  .brand__sub { font-size: 8px; }
  .nav { gap: 4px; }
  .nav a, .nav button { min-height: 33px; padding: 0 8px; border-radius: 8px; font-size: 9px; }
  .hero h1 { font-size: clamp(46px, 15vw, 68px); }
  .hero__lead { font-size: 14px; }
  .promo-slider { min-height: 350px; }
  .schedule { grid-template-columns: 1fr; }
  .support-links { grid-template-columns: 1fr; }
  .hero__visual { min-height: 370px; }
  .hero__glow { width: min(390px, 88vw); transform: translate(-5px, -10px); }
  .hero__lockup { width: min(370px, 86vw); transform: translate(-5px, -10px); }
  .hero__seal { min-width: 270px; margin-top: -28px; padding-inline: 14px; }
  .hero__seal strong { font-size: clamp(26px, 8.5vw, 34px); }
  .hero__seal-meta { font-size: 8px; }
  .footer { align-items: flex-start; flex-direction: column; }
  .stats { gap: 18px; }
  .modal { padding: 10px; }
  .modal__dialog { width: 100%; height: 94vh; border-radius: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero__seal strong::after { animation: none; opacity: .28; background-position: center; }
}
