@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Unbounded:wght@500;600;700&display=swap");

:root {
  --bg: #171513;
  --bg-deep: #0e0d0c;
  --surface: #24211e;
  --surface-raised: #2c2824;
  --line: rgba(255, 243, 226, 0.14);
  --line-bright: rgba(255, 243, 226, 0.24);
  --text: #f6f1e8;
  --muted: #b8aa9a;
  --subtle: #817466;
  --accent: #d66b2d;
  --accent-rgb: 214, 107, 45;
  --green: #758b59;
  --radius: 25px;
  --max: 1240px;
  --hero-image: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font: 500 16px/1.6 Manrope, Arial, sans-serif;
}
body::before { content: ""; position: fixed; z-index: -4; inset: 0; pointer-events: none; background: radial-gradient(circle at 8% 12%, rgba(214,107,45,.2), transparent 29%), radial-gradient(circle at 92% 28%, rgba(237,178,124,.12), transparent 25%), radial-gradient(circle at 54% 95%, rgba(117,139,89,.12), transparent 34%); animation: autumnDrift 18s ease-in-out infinite alternate; }
body::after { content: ""; position: fixed; z-index: -3; inset: -20%; pointer-events: none; opacity: .18; background-image: radial-gradient(circle, rgba(214,107,45,.8) 0 1px, transparent 1.5px), radial-gradient(circle, rgba(237,178,124,.7) 0 1px, transparent 1.5px); background-size: 91px 113px, 147px 159px; background-position: 0 0, 51px 67px; animation: autumnParticles 26s linear infinite; }
.autumn-leaves { position: fixed; z-index: 2; inset: 0; overflow: hidden; pointer-events: none; }
.autumn-leaves i { position: absolute; top: -12vh; width: 11px; height: 17px; border-radius: 100% 0 100% 0; background: #d66b2d; opacity: .55; filter: drop-shadow(0 4px 5px rgba(71,35,14,.2)); animation: leafFall 16s linear infinite; }
.autumn-leaves i:nth-child(1) { left: 11%; animation-delay: -3s; animation-duration: 17s; background: #b45527; }
.autumn-leaves i:nth-child(2) { left: 32%; animation-delay: -10s; animation-duration: 21s; background: #e3a15d; }
.autumn-leaves i:nth-child(3) { left: 57%; animation-delay: -7s; animation-duration: 19s; background: #8b713c; }
.autumn-leaves i:nth-child(4) { left: 76%; animation-delay: -13s; animation-duration: 23s; background: #cc6b2f; }
.autumn-leaves i:nth-child(5) { left: 91%; animation-delay: -5s; animation-duration: 18s; background: #d9944c; }
@keyframes autumnDrift { from { transform: translate3d(-1%, -1%, 0) scale(1); } to { transform: translate3d(1%, 1%, 0) scale(1.04); } }
@keyframes autumnParticles { to { transform: translate3d(70px, 110px, 0); } }
@keyframes leafFall { 0% { transform: translate3d(0, -12vh, 0) rotate(0deg); } 50% { margin-left: 55px; } 100% { transform: translate3d(-35px, 118vh, 0) rotate(630deg); } }
@media (prefers-reduced-motion: reduce) { body::before, body::after { animation: none; } }
/* Unified autumn visual language for every landing-page section. */
.header.scrolled { background: rgba(35, 29, 24, .88); border-bottom-color: rgba(237,178,124,.18); }
.hero { background: radial-gradient(circle at 74% 42%, rgba(214,107,45,.2), transparent 28%), radial-gradient(circle at 91% 9%, rgba(117,139,89,.12), transparent 25%), linear-gradient(180deg, rgba(39,30,24,.92), rgba(24,20,17,.96)), var(--hero-image) center / cover; }
.hero::before { background: linear-gradient(90deg, transparent calc(50% - .5px), rgba(237,178,124,.14) 50%, transparent calc(50% + .5px)); }
.aura-two { background: radial-gradient(circle, rgba(117,139,89,.16) 0, transparent 68%); }
.eyebrow, .float { border-color: rgba(237,178,124,.2); background: rgba(48,36,28,.7); color: #e8d8c8; }
.stats { background: linear-gradient(90deg, #2a211c, #211b17); }
.about, .features, .start, .news, .faq { background: rgba(27,22,19,.9); }
.bento, .feature-card, .step-card, .news-card, .download-panel { border-color: rgba(237,178,124,.16); background: linear-gradient(135deg, #302721, #211b18); }
.bento-main, .bento-economy, .bento-community, .bento-spark { background-color: #2b211c; }
.bento-economy { background-image: linear-gradient(135deg, #3a2a20, #231d19); }
.bento-community { background: linear-gradient(135deg, #d66b2d, #a84c23); }
.feature-card:hover, .step-card:hover, .news-card:hover { background: #382a21; }
.download-panel { background: linear-gradient(110deg, #39291f, #261f1a 42%, #1d1815); }
.news-image { background: radial-gradient(circle at 50% 40%, rgba(214,107,45,.3), transparent 63%), #2c211b; }
.faq::before { background: radial-gradient(ellipse at left, rgba(214,107,45,.16), transparent 70%); }
.cta { background: linear-gradient(115deg, #e78d4d, #c65e29, #8f3e21); color: #25170f; }
footer { background: #1b1511; }
dialog { border-color: rgba(237,178,124,.25); background: #29211c; color: #f6f1e8; }
form input, form textarea, .verify input { border-color: rgba(237,178,124,.2); background: #f7f1e9; color: #2a211b; }
.profile-stats div, .profile-details div, .admin-form, .admin-item { border-color: rgba(237,178,124,.16); background: rgba(255,243,226,.06); }
.profile-details div { background: #30251f; }
.tabs { border-color: rgba(237,178,124,.18); background: rgba(255,243,226,.06); }
.tabs button.active { background: var(--accent); color: #27170e; }

/* Полная карточка игрока: имущество, серверные роли и контакты. */
dialog#profile-modal { width: min(900px, calc(100% - 28px)); }
.profile-extra { margin-top: 19px; padding-top: 19px; border-top: 1px solid rgba(237,178,124,.18); }
.profile-extra-head { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-bottom: 11px; }
.profile-extra-head .kicker { margin: 0; color: var(--accent); }
.profile-extra-head small { color: var(--muted); font-size: 9px; text-align: right; }
.profile-overview-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid rgba(237,178,124,.17); border-radius: 13px; background: rgba(237,178,124,.13); }
.profile-overview-grid > div { min-width: 0; padding: 11px 12px; background: #30251f; }
.profile-overview-grid span, .profile-overview-grid b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.profile-overview-grid span { margin-bottom: 3px; color: #998878; font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.profile-overview-grid b { color: #f6f1e8; font-size: 10px; }
.profile-assets { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 8px; }
.profile-asset-card { min-width: 0; padding: 12px; border: 1px solid rgba(237,178,124,.16); border-radius: 13px; background: linear-gradient(135deg, #302721, #211b18); }
.profile-asset-card > header { display: flex; align-items: center; gap: 9px; padding-bottom: 9px; border-bottom: 1px solid rgba(237,178,124,.13); }
.profile-asset-card > header b, .profile-asset-card > header small { display: block; }
.profile-asset-card > header b { color: #f6f1e8; font-size: 11px; }
.profile-asset-card > header small { margin-top: 2px; color: var(--muted); font-size: 8px; }
.profile-asset-icon { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(214,107,45,.36); border-radius: 9px; background: rgba(214,107,45,.15); color: var(--accent); font-size: 16px; }
.profile-asset-list { display: grid; gap: 6px; margin-top: 8px; }
.profile-asset-item { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px 9px; padding: 8px; border: 1px solid rgba(237,178,124,.11); border-radius: 9px; background: rgba(255,243,226,.04); }
.profile-asset-item > span { min-width: 0; }
.profile-asset-item small, .profile-asset-item b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.profile-asset-item small { color: #998878; font-size: 7px; }
.profile-asset-item b { color: #f6f1e8; font-size: 9px; }
.profile-empty-line { margin: 0; color: var(--muted); font-size: 9px; }
.profile-contacts { margin-top: 8px; padding: 13px; border: 1px solid rgba(117,139,89,.28); border-radius: 13px; background: rgba(117,139,89,.09); }
.profile-contact-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 9px; }
.profile-contact-head .kicker { margin: 0; color: #a9bd8b; }
.profile-contact-head small { color: #a9bd8b; font-size: 8px; }
.profile-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.profile-contact-grid > div { min-width: 0; padding: 9px; border: 1px solid rgba(117,139,89,.22); border-radius: 9px; background: rgba(24,31,20,.28); }
.profile-contact-grid span, .profile-contact-grid b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.profile-contact-grid span { margin-bottom: 3px; color: #a9bd8b; font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.profile-contact-grid b { color: #f6f1e8; font-size: 10px; }

@media (max-width: 720px) {
  dialog#profile-modal { width: min(100% - 20px, 620px); }
  .profile-extra-head { display: block; }
  .profile-extra-head small { display: block; margin-top: 5px; text-align: left; }
  .profile-overview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-assets { grid-template-columns: 1fr; }
  .profile-contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .profile-overview-grid { grid-template-columns: 1fr; }
}
.item-actions button { border-color: rgba(237,178,124,.22); background: #3a2a20; }
body.lock, body.menu-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button { cursor: pointer; color: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, p { margin-top: 0; }

.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.page-grid {
  position: fixed; z-index: -3; inset: 0; pointer-events: none; opacity: .5;
  background-image: linear-gradient(rgba(255,255,255,.021) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.021) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000 0, transparent 56%);
}
.noise {
  position: fixed; inset: 0; z-index: 99; pointer-events: none; opacity: .036;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}
#particle-field { position: fixed; z-index: -2; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .75; }

.header { position: fixed; z-index: 20; inset: 0 0 auto; transition: background .35s ease, border-color .35s ease, box-shadow .35s ease; }
.header.scrolled { background: rgba(9,10,16,.78); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(22px) saturate(150%); box-shadow: 0 10px 40px rgba(0,0,0,.12); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 86px; gap: 28px; }
.brand { display: flex; flex: none; }
.brand img { width: 132px; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { position: relative; color: #aaabb4; text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: .01em; transition: color .2s ease; }
.nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; transform: scaleX(0); transform-origin: right; background: var(--accent); transition: transform .28s ease; }
.nav a:hover, .nav a:focus-visible { color: #fff; }
.nav a:hover::after, .nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 9px; }

.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 45px; padding: 12px 18px; overflow: hidden; border: 1px solid transparent; border-radius: 13px; background: #1b1d27; color: #fff; text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: .01em; transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.btn::before { content: ""; position: absolute; inset: 0; transform: translateX(-115%) skewX(-22deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent); transition: transform .55s ease; }
.btn:hover { transform: translateY(-3px); }
.btn:hover::before { transform: translateX(115%) skewX(-22deg); }
.btn:focus-visible, button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.primary { background: var(--accent); color: #21070b; box-shadow: 0 14px 35px rgba(var(--accent-rgb), .22); }
.primary:hover { box-shadow: 0 18px 42px rgba(var(--accent-rgb), .37); filter: brightness(1.06); }
.ghost { border-color: rgba(214,107,45,.42); background: rgba(214,107,45,.13); color: #fff; box-shadow: 0 8px 20px rgba(40,27,18,.12); }
.ghost:hover { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.095); }
.outline { border-color: rgba(214,107,45,.55); background: rgba(214,107,45,.08); backdrop-filter: blur(12px); }
.outline:hover { border-color: var(--accent); background: rgba(var(--accent-rgb),.1); }
.light { background: #fff; color: #17131b; }
.dark { background: #17131b; color: #fff; }
.large { min-height: 57px; padding: 16px 23px; font-size: 13px; }
.block { width: 100%; min-height: 53px; }
.button-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(115,224,164,.11), 0 0 13px var(--green); }
.profile-roulette { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 24px 0 15px; padding: 17px; border: 1px solid rgba(var(--accent-rgb), .32); border-radius: 16px; background: linear-gradient(120deg, rgba(var(--accent-rgb), .12), rgba(255,255,255,.04)); }
.profile-roulette h3 { margin: 2px 0 3px; font-size: 18px; }
.profile-roulette p { margin: 0; color: var(--muted); font-size: 11px; }
.profile-roulette small { display: block; margin-top: 5px; color: var(--accent); font-size: 9px; }
.profile-rewards { margin: 15px 0 20px; padding-top: 15px; border-top: 1px solid var(--line); }
.rewards-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 9px; }
.rewards-head b { font-size: 10px; letter-spacing: .1em; }
.rewards-head small { color: var(--muted); font-size: 9px; }
.reward-item { display: grid; grid-template-columns: 34px 1fr auto auto; gap: 9px; align-items: center; margin-top: 6px; padding: 8px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.035); }
.reward-icon { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; background: rgba(var(--accent-rgb), .17); color: var(--accent); font-weight: 900; }
.reward-item b, .reward-item small { display: block; }
.reward-item b { font-size: 11px; }
.reward-item small { color: var(--muted); font-size: 9px; }
.reward-item button { padding: 6px 8px; border: 1px solid rgba(var(--accent-rgb), .35); border-radius: 7px; background: transparent; color: var(--accent); font-size: 9px; }
.reward-item button:hover { background: rgba(var(--accent-rgb), .14); }
.rewards-empty { display: block; padding: 12px; color: var(--muted); font-size: 10px; text-align: center; }
dialog#roulette-modal { width: min(640px, calc(100% - 28px)); padding: 0; border: 1px solid rgba(var(--accent-rgb), .35); border-radius: 24px; background: #17171d; color: #fff; box-shadow: 0 45px 130px rgba(0,0,0,.75); }
.roulette-modal-shell { position: relative; padding: 35px; overflow: hidden; }
.roulette-modal-shell::before { content: ""; position: absolute; top: -180px; right: -100px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(var(--accent-rgb), .3), transparent 70%); pointer-events: none; }
.roulette-modal-shell > * { position: relative; }
.roulette-modal-shell h2 { margin: 0 0 9px; font: 600 32px/1.1 Unbounded, sans-serif; letter-spacing: -.08em; }
.roulette-modal-shell h2 em { color: var(--accent); font-style: normal; }
.roulette-modal-shell > p { color: var(--muted); font-size: 12px; }
.roulette-machine { position: relative; height: 143px; margin: 25px 0 20px; overflow: hidden; border: 1px solid rgba(var(--accent-rgb), .35); border-radius: 14px; background: #0f1016; box-shadow: inset 0 0 50px rgba(0,0,0,.4); }
.roulette-pointer { position: absolute; z-index: 2; top: 0; bottom: 0; left: 50%; width: 2px; background: var(--accent); box-shadow: 0 0 18px var(--accent); }
.roulette-pointer::before, .roulette-pointer::after { content: ""; position: absolute; left: 50%; border: 7px solid transparent; transform: translateX(-50%); }
.roulette-pointer::before { top: 0; border-top-color: var(--accent); }
.roulette-pointer::after { bottom: 0; border-bottom-color: var(--accent); }
.roulette-track { display: flex; height: 100%; transform: translateX(-20px); }
.roulette-track.is-spinning { animation: rouletteRoll 3s cubic-bezier(.15,.78,.16,1) forwards; }
.roulette-track > div { display: grid; min-width: 118px; flex: none; place-content: center; gap: 7px; border-right: 1px solid rgba(255,255,255,.07); color: var(--accent); font: 700 31px/1 Unbounded, sans-serif; text-align: center; }
.roulette-track > div:nth-child(3n) { color: #d4b36e; }
.roulette-track > div:nth-child(3n+2) { color: #9ebd78; }
.roulette-track small { display: block; color: #d4d0c8; font: 800 8px/1 Manrope, sans-serif; letter-spacing: .16em; }
.roulette-spin { width: 100%; }
.roulette-result { min-height: 19px; margin: 10px 0 0; color: var(--accent) !important; font-weight: 800; text-align: center; }
.roulette-rewards-inline { color: var(--muted); font-size: 10px; text-align: center; }
@keyframes rouletteRoll { 0% { transform: translateX(-20px); } 70% { transform: translateX(-820px); } 100% { transform: translateX(-690px); } }
@media (max-width: 600px) { .profile-roulette { display: block; } .profile-roulette .btn { width: 100%; margin-top: 12px; } .reward-item { grid-template-columns: 30px 1fr; } .reward-item button { grid-column: auto; } .roulette-modal-shell { padding: 30px 18px 22px; } }
.admin-pending-badge { display: inline-grid; min-width: 18px; height: 18px; margin-left: 4px; padding: 0 4px; place-items: center; border-radius: 999px; background: var(--accent); color: #fff; font-size: 9px; }
.admin-shop-intro, .admin-empty { padding: 13px 15px; border: 1px solid rgba(var(--accent-rgb), .25); border-radius: 12px; background: rgba(var(--accent-rgb), .08); color: var(--muted); font-size: 12px; }
.admin-shop-item { display: grid; grid-template-columns: 110px 1fr auto; gap: 15px; align-items: center; margin-top: 10px; padding: 11px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.035); }
.admin-shop-photo { display: grid; min-height: 92px; place-items: center; overflow: hidden; border-radius: 9px; background: var(--surface-raised); color: var(--accent); font: 700 28px/1 Unbounded, sans-serif; }
.admin-shop-photo img { width: 100%; height: 100%; min-height: 92px; object-fit: cover; }
.admin-shop-info { min-width: 0; }
.admin-shop-info h4 { margin: 5px 0 3px; font-size: 14px; }
.admin-shop-info p, .admin-shop-info small { display: block; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.admin-shop-info small { display: -webkit-box; margin-top: 6px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.admin-shop-status { display: inline-flex; padding: 4px 7px; border-radius: 5px; background: rgba(255,255,255,.08); color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.admin-shop-status.pending { background: rgba(var(--accent-rgb), .18); color: var(--accent); }
.admin-shop-status.active { background: rgba(117,139,89,.2); color: #9fbf78; }
.admin-shop-contacts { margin-top: 7px; color: var(--accent); font-size: 10px; }
.admin-shop-approve { border-color: rgba(117,139,89,.5) !important; color: #9fbf78 !important; }
@media (max-width: 680px) { .admin-shop-item { grid-template-columns: 78px 1fr; } .admin-shop-photo { min-height: 78px; } .admin-shop-photo img { min-height: 78px; } .admin-shop-item .item-actions { grid-column: 1/-1; justify-content: flex-start; } }
.menu { display: none; width: 43px; height: 43px; padding: 0; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.05); }
.menu i { display: block; width: 19px; height: 1px; margin: 5px auto; background: #fff; transition: transform .25s ease; }
.menu[aria-expanded="true"] i:first-child { transform: translateY(3px) rotate(45deg); }
.menu[aria-expanded="true"] i:last-child { transform: translateY(-3px) rotate(-45deg); }

.hero { position: relative; display: flex; align-items: center; min-height: 925px; padding: 168px 0 112px; overflow: hidden; background: radial-gradient(circle at 74% 42%, rgba(var(--accent-rgb),.16), transparent 28%), radial-gradient(circle at 91% 9%, rgba(98,66,233,.13), transparent 25%), linear-gradient(180deg, rgba(9,10,16,.82) 2%, rgba(13,13,20,.94) 100%), var(--hero-image) center / cover; }
.hero-video { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .27; filter: saturate(.7) contrast(1.12); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent calc(50% - .5px), rgba(255,255,255,.052) 50%, transparent calc(50% + .5px)); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 24%; pointer-events: none; background: linear-gradient(transparent, var(--bg)); }
.hero-aura { position: absolute; filter: blur(2px); pointer-events: none; border-radius: 50%; }
.aura-one { top: -195px; right: -152px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(var(--accent-rgb),.21) 0, rgba(var(--accent-rgb),.05) 35%, transparent 67%); animation: auraDrift 14s ease-in-out infinite alternate; }
.aura-two { bottom: -300px; left: 34%; width: 650px; height: 650px; background: radial-gradient(circle, rgba(88,104,255,.095) 0, transparent 68%); animation: auraDrift 19s ease-in-out -8s infinite alternate-reverse; }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; pointer-events: none; }
.orbit-one { top: 102px; right: -190px; width: 670px; height: 670px; box-shadow: inset 0 0 90px rgba(var(--accent-rgb),.1), 0 0 90px rgba(var(--accent-rgb),.05); animation: slowSpin 36s linear infinite; }
.orbit-one::after, .orbit-two::after { content: ""; position: absolute; top: 13%; left: 12%; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 17px 3px var(--accent); }
.orbit-two { right: 6%; bottom: -460px; width: 690px; height: 690px; border-color: rgba(255,255,255,.045); animation: slowSpin 47s linear infinite reverse; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .91fr 1.09fr; gap: clamp(40px, 7vw, 105px); align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; min-height: 33px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(20,21,29,.62); box-shadow: inset 0 1px rgba(255,255,255,.07); color: #d6d5d5; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; backdrop-filter: blur(16px); }
.eyebrow > i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(115,224,164,.1), 0 0 12px var(--green); animation: statusPulse 2s ease-in-out infinite; }
.eyebrow-divider { width: 1px; height: 12px; background: rgba(255,255,255,.2); }
.hero h1 { max-width: 690px; margin: 27px 0 26px; font: 600 clamp(55px, 6.25vw, 94px)/.94 Unbounded, Manrope, sans-serif; letter-spacing: -.075em; }
.hero h1 em, .heading h2 em, .faq-title h2 em, .cta h2 em, .modal-brand h2 em { font-style: normal; color: var(--accent); }
.hero-copy > p { max-width: 555px; margin-bottom: 0; color: #aaabb4; font-size: 16px; line-height: 1.82; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 35px 0 30px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 12px 23px; color: #777984; font-size: 9px; font-weight: 700; letter-spacing: .065em; text-transform: uppercase; }
.hero-meta span { position: relative; }
.hero-meta span:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: -13px; width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,.33); }
.hero-meta b { color: #d7d8dd; }
.hero-visual { position: relative; min-width: 0; perspective: 1000px; }
.visual-halo { position: absolute; z-index: -1; inset: 18% 1% -4%; border-radius: 50%; background: radial-gradient(circle, rgba(var(--accent-rgb),.25), transparent 67%); filter: blur(20px); animation: haloBreathe 5s ease-in-out infinite; }
.game-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 27px; padding: 11px; background: linear-gradient(135deg, rgba(37,39,49,.89), rgba(14,15,23,.97)); box-shadow: 0 48px 95px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.04) inset; transform: rotate(1.3deg); transform-style: preserve-3d; transition: transform .25s ease, border-color .25s ease; }
.game-card:hover { border-color: rgba(var(--accent-rgb),.7); }
.card-sheen { position: absolute; z-index: 2; inset: 0; pointer-events: none; opacity: 0; background: radial-gradient(circle at var(--shine-x,50%) var(--shine-y,50%), rgba(255,255,255,.25), transparent 27%); transition: opacity .25s; }
.tilt-card:hover .card-sheen { opacity: 1; }
.game-top, .game-bottom { display: flex; align-items: center; justify-content: space-between; min-height: 57px; padding: 0 10px; }
.game-top b { display: flex; align-items: center; gap: 7px; font-size: 11px; letter-spacing: .05em; }
.game-top b > i { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 8px; background: var(--accent); color: #1c080b; font-style: normal; font-weight: 900; }
.game-top b small { color: #787b86; font-size: 7px; letter-spacing: .12em; }
.game-top > span { display: inline-flex; align-items: center; gap: 6px; color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.game-top > span i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.game-image { position: relative; height: clamp(260px, 30vw, 353px); overflow: hidden; border-radius: 18px; background: #191b23; }
.game-image img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.17); filter: saturate(.78) contrast(1.1) brightness(.81); transition: transform 1.1s cubic-bezier(.2,.8,.2,1), filter .6s ease; }
.game-card:hover .game-image img { transform: scale(1.25); filter: saturate(.95) contrast(1.09) brightness(.9); }
.game-image::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(5,6,10,.84), transparent 67%), linear-gradient(0deg, rgba(5,6,10,.75), transparent 55%); }
.game-image-copy { position: absolute; z-index: 2; left: 27px; bottom: 25px; }
.game-image-copy small { display: block; margin-bottom: 7px; color: var(--accent); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.game-image-copy strong { font: 600 clamp(20px, 2.25vw, 31px)/1.07 Unbounded, sans-serif; letter-spacing: -.06em; }
.image-scan { position: absolute; z-index: 2; right: -20%; left: -20%; height: 1px; background: rgba(255,255,255,.45); box-shadow: 0 0 12px 1px var(--accent); opacity: .38; animation: scan 6s linear infinite; }
.game-bottom small { display: block; color: #777984; font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.game-bottom b { font-size: 12px; }
.game-bottom > a { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--accent); color: #1e080c; text-decoration: none; font-size: 19px; transition: transform .25s ease; }
.game-bottom > a:hover { transform: rotate(45deg); }
.float { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(16,18,27,.72); box-shadow: 0 15px 45px rgba(0,0,0,.3); backdrop-filter: blur(17px); }
.float b, .float small { display: block; }
.float b { font-size: 12px; }
.float small { color: #858792; font-size: 8px; font-weight: 700; letter-spacing: .06em; }
.float-icon { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 9px; background: rgba(var(--accent-rgb),.15); color: var(--accent); font-size: 17px; }
.players { bottom: 70px; left: -38px; animation: floatY 5s ease-in-out infinite; }
.version { top: 67px; right: -25px; display: block; min-width: 121px; animation: floatY 5.5s ease-in-out -2s infinite; }
.version b { margin-top: 2px; color: var(--accent); font-size: 13px; }
.pulse-line { display: block; width: 100%; height: 2px; margin-top: 8px; overflow: hidden; border-radius: 2px; background: rgba(255,255,255,.1); }
.pulse-line::after { content: ""; display: block; width: 35%; height: 100%; border-radius: 2px; background: var(--accent); animation: progress 2.2s ease-in-out infinite; }
.scroll-cue { position: absolute; z-index: 3; bottom: 33px; left: 50%; display: flex; align-items: center; gap: 10px; color: #7b7d87; text-decoration: none; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { position: relative; width: 18px; height: 29px; border: 1px solid rgba(255,255,255,.35); border-radius: 20px; }
.scroll-cue span::after { content: ""; position: absolute; top: 6px; left: 7px; width: 3px; height: 6px; border-radius: 6px; background: var(--accent); animation: mouseScroll 1.7s ease-in-out infinite; }

.stats { position: relative; z-index: 1; border-block: 1px solid var(--line); background: linear-gradient(90deg, #10111a, #0d0e15); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-item { position: relative; display: flex; align-items: baseline; gap: 10px; min-height: 111px; padding: 26px 20px 24px 32px; overflow: hidden; border-right: 1px solid var(--line); }
.stat-item:first-child { border-left: 1px solid var(--line); }
.stat-item::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; transform: scaleX(0); transform-origin: right; background: var(--accent); transition: transform .4s ease; }
.stat-item:hover::after { transform: scaleX(1); transform-origin: left; }
.stat-mark { position: absolute; top: 10px; left: 13px; color: #565966; font-size: 7px; font-weight: 800; letter-spacing: .08em; }
.stat-item b { font: 600 clamp(23px, 2.6vw, 34px)/1 Unbounded, sans-serif; letter-spacing: -.07em; }
.stat-item #registered { font-size: clamp(19px, 2vw, 28px); }
.stat-item > span:last-child { max-width: 110px; color: #80828d; font-size: 8px; font-weight: 800; letter-spacing: .1em; line-height: 1.35; text-transform: uppercase; }

.section { position: relative; padding: 135px 0; }
.heading { display: grid; grid-template-columns: 1.22fr .78fr; align-items: end; gap: 90px; margin-bottom: 61px; }
.heading.solo { grid-template-columns: 1fr; }
.kicker { display: block; margin-bottom: 20px; color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.kicker i { display: inline-block; width: 20px; height: 1px; margin: 0 8px 3px; background: currentColor; opacity: .72; }
.heading h2, .faq-title h2, .cta h2 { margin-bottom: 0; font: 600 clamp(40px, 5vw, 70px)/1.02 Unbounded, Manrope, sans-serif; letter-spacing: -.075em; }
.heading > p { max-width: 460px; margin-bottom: 4px; color: #9698a2; font-size: 14px; line-height: 1.85; }

.about { overflow: hidden; background: #101119; }
.about::before { content: ""; position: absolute; top: 0; right: -9%; width: 42vw; height: 100%; background: radial-gradient(ellipse at top right, rgba(var(--accent-rgb),.11), transparent 65%); pointer-events: none; }
.bento-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: repeat(2, minmax(247px, 1fr)); gap: 15px; }
.bento { position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: #181a24; box-shadow: inset 0 1px rgba(255,255,255,.035); transform-style: preserve-3d; transition: border-color .3s ease, box-shadow .3s ease; }
.bento:hover { border-color: rgba(var(--accent-rgb),.58); box-shadow: 0 24px 50px rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.07); }
.bento-main { grid-row: span 2; min-height: 510px; background: #171821; }
.bento-media { position: absolute; inset: 0; background: linear-gradient(0deg, #0c0d14 2%, rgba(12,13,20,.08) 72%), linear-gradient(90deg, rgba(7,8,13,.5), transparent 75%), url("/uploads/fride-launcher-card.png") 47% center / cover; filter: saturate(.65) contrast(1.08); transform: scale(1.03); transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.bento-main:hover .bento-media { transform: scale(1.08); filter: saturate(.9) contrast(1.1); }
.bento-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, transparent 50%, rgba(var(--accent-rgb),.15)); pointer-events: none; }
.card-index { position: absolute; z-index: 1; top: 20px; left: 22px; color: #b9bac2; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.bento-content { position: absolute; z-index: 2; right: 29px; bottom: 26px; left: 29px; }
.icon-tile { display: grid; width: 41px; height: 41px; margin-bottom: 22px; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 13px; background: rgba(15,16,24,.48); color: var(--accent); font-size: 19px; backdrop-filter: blur(8px); }
.bento h3 { margin: 0 0 9px; font: 600 clamp(26px, 2.6vw, 39px)/1.06 Unbounded, sans-serif; letter-spacing: -.065em; }
.bento p { max-width: 410px; margin-bottom: 0; color: #a4a5ae; font-size: 12px; line-height: 1.7; }
.card-arrow { position: absolute; z-index: 2; top: 20px; right: 22px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; background: rgba(12,13,20,.32); font-size: 18px; transition: transform .25s ease, background .25s ease; }
.bento-main:hover .card-arrow { transform: rotate(45deg); background: var(--accent); color: #22070b; }
.bento-economy { background: linear-gradient(135deg, #202034, #171923); }
.bento-economy::before { content: ""; position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 27px 27px; mask-image: linear-gradient(135deg, #000, transparent 80%); }
.bento-economy .bento-content, .bento-community .bento-content { bottom: 25px; }
.bento-economy .icon-tile { background: rgba(119,104,255,.14); color: #a49afe; }
.bento-orb { position: absolute; top: -75px; right: -58px; width: 245px; height: 245px; border: 1px solid rgba(160,147,255,.3); border-radius: 50%; box-shadow: inset 0 0 55px rgba(112,98,255,.22), 0 0 70px rgba(112,98,255,.15); animation: slowSpin 22s linear infinite; }
.bento-orb::after { content: ""; position: absolute; inset: 31px; border: 1px dashed rgba(255,255,255,.3); border-radius: 50%; }
.bento-community { background: linear-gradient(135deg, rgba(var(--accent-rgb),.92), #bd273f); color: #25080e; }
.bento-community::before { content: ""; position: absolute; right: -24px; bottom: -80px; width: 320px; height: 320px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.06), 0 0 0 63px rgba(255,255,255,.035); }
.bento-community .icon-tile { border-color: rgba(45,9,15,.28); background: rgba(255,255,255,.17); color: #5e141e; }
.bento-community p, .bento-community .card-index { color: #5e1923; }
.bento-spark { position: absolute; top: 33px; right: 41px; width: 25px; height: 25px; border-radius: 50%; background: #fff4ea; box-shadow: 0 0 0 12px rgba(255,255,255,.12), 0 0 48px #fff; animation: sparkPulse 2s ease-in-out infinite; }

.features { background: var(--bg-deep); }
.features::after { content: ""; position: absolute; top: 20%; right: 0; left: 0; height: 1px; background: var(--line); }
.feature-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: var(--line); }
.feature-card { position: relative; min-height: 312px; padding: 26px 25px; overflow: hidden; background: #11121a; transition: background .3s ease; }
.feature-card::before { content: ""; position: absolute; inset: 0; opacity: 0; background: radial-gradient(circle at 70% 18%, rgba(var(--accent-rgb),.23), transparent 52%); transition: opacity .3s ease; }
.feature-card:hover { background: #161720; }
.feature-card:hover::before { opacity: 1; }
.feature-number { position: relative; color: #656772; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.feature-icon { position: relative; display: grid; width: 53px; height: 53px; margin: 43px 0 36px; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 17px; background: rgba(255,255,255,.035); color: var(--accent); font-size: 24px; transition: transform .35s ease, background .35s ease; }
.feature-card:hover .feature-icon { transform: rotate(-12deg) scale(1.08); background: rgba(var(--accent-rgb),.16); }
.feature-card h3, .step-card h3 { position: relative; margin-bottom: 9px; font-size: 18px; letter-spacing: -.04em; }
.feature-card p { position: relative; margin-bottom: 0; color: #858791; font-size: 12px; line-height: 1.7; }
.feature-line { position: absolute; right: 25px; bottom: 24px; left: 25px; height: 1px; overflow: hidden; background: rgba(255,255,255,.1); }
.feature-line::after { content: ""; display: block; width: 40%; height: 100%; transform: translateX(-110%); background: var(--accent); transition: transform .45s ease; }
.feature-card:hover .feature-line::after { transform: translateX(150%); }

.start { overflow: hidden; background: #0e0f17; }
.start::before { content: ""; position: absolute; top: 14%; left: -9%; width: 42vw; height: 55%; border-radius: 50%; background: radial-gradient(circle, rgba(var(--accent-rgb),.12), transparent 65%); filter: blur(30px); }
.timeline { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.timeline::before { content: ""; position: absolute; top: 39px; right: 15%; left: 15%; z-index: 0; height: 1px; background: linear-gradient(90deg, var(--accent), rgba(var(--accent-rgb),.15)); }
.step-card { position: relative; z-index: 1; display: flex; flex-direction: column; min-height: 325px; padding: 24px 27px 27px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(30,31,42,.93), rgba(18,19,27,.96)); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.step-card:hover { border-color: rgba(var(--accent-rgb),.55); box-shadow: 0 22px 45px rgba(0,0,0,.25); transform: translateY(-8px); }
.step-number { align-self: flex-end; color: #696b75; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.step-icon { display: grid; width: 55px; height: 55px; margin: 11px 0 29px; place-items: center; border-radius: 17px; background: linear-gradient(135deg, rgba(var(--accent-rgb),.22), rgba(var(--accent-rgb),.07)); color: var(--accent); font-size: 24px; }
.step-card p { margin-bottom: 21px; color: #858791; font-size: 12px; line-height: 1.7; }
.step-card a, .step-card button, .verify > button { width: max-content; padding: 0; border: 0; background: none; color: var(--accent); text-align: left; text-decoration: none; font-size: 12px; font-weight: 800; }
.step-card a, .step-card button { margin-top: auto; }
.step-card a span, .step-card button span { display: inline-block; margin-left: 6px; transition: transform .2s ease; }
.step-card a:hover span, .step-card button:hover span { transform: translateX(5px); }
.download-panel { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 23px; margin-top: 15px; padding: 22px 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: linear-gradient(110deg, #201723, #171924 42%, #12131b); box-shadow: inset 0 1px rgba(255,255,255,.06); }
.download-panel::before { content: ""; position: absolute; top: -100px; right: 15%; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(var(--accent-rgb),.22), transparent 68%); }
.download-graphic { position: relative; z-index: 1; display: grid; width: 65px; height: 65px; place-items: center; overflow: hidden; border: 1px solid rgba(var(--accent-rgb),.75); border-radius: 20px; background: var(--accent); color: #21070b; box-shadow: 0 0 0 8px rgba(var(--accent-rgb),.08); }
.download-graphic span { position: relative; z-index: 1; font: 700 31px/1 Unbounded, sans-serif; }
.download-graphic i { position: absolute; width: 170%; height: 1px; background: rgba(34,7,11,.24); transform: rotate(-45deg); animation: stripeSlide 3s linear infinite; }
.download-graphic i:nth-child(3) { transform: translateY(13px) rotate(-45deg); animation-delay: -.7s; }
.download-graphic i:nth-child(4) { transform: translateY(26px) rotate(-45deg); animation-delay: -1.4s; }
.download-copy { position: relative; z-index: 1; }
.download-copy .kicker { margin-bottom: 4px; color: #9899a4; font-size: 8px; }
.download-copy h3 { margin: 0 0 2px; font-size: 19px; letter-spacing: -.04em; }
.download-copy h3 b { margin-left: 6px; color: var(--accent); font-size: 11px; }
.download-copy p { margin-bottom: 0; color: #7f818b; font-size: 10px; }
.download-panel .btn { position: relative; z-index: 1; }

.news { background: #0a0b11; }
.news-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.loading { grid-column: 1/-1; padding: 50px; color: var(--muted); text-align: center; }
.news-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #151620; transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.news-card:hover { border-color: rgba(var(--accent-rgb),.52); box-shadow: 0 22px 45px rgba(0,0,0,.25); transform: translateY(-7px); }
.news-image { position: relative; height: 270px; overflow: hidden; background: radial-gradient(circle at 50% 40%, rgba(var(--accent-rgb),.28), transparent 63%), #151620; }
.news-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(13,14,21,.65)); }
.news-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.04); transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .45s ease; }
.news-card:hover .news-image img { transform: scale(1.08); filter: saturate(.95) contrast(1.06); }
.news-placeholder { display: grid; height: 100%; place-items: center; color: rgba(var(--accent-rgb),.35); font: 600 90px/1 Unbounded, sans-serif; }
.news-body { padding: 26px; }
.news-meta { color: var(--accent); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.news-meta time { margin-left: 9px; color: #72747e; }
.news-body h3 { margin: 12px 0 8px; font-size: 22px; line-height: 1.25; letter-spacing: -.045em; }
.news-body p { margin-bottom: 0; color: #90919b; font-size: 12px; line-height: 1.75; white-space: pre-line; }

.faq { background: #11121a; }
.faq::before { content: ""; position: absolute; top: 0; left: 0; width: 40%; height: 100%; background: radial-gradient(ellipse at left, rgba(92,81,221,.1), transparent 70%); }
.faq-grid { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: 105px; }
.faq-title p { max-width: 365px; margin: 24px 0; color: #8d8f99; font-size: 13px; line-height: 1.8; }
.accordion { border-top: 1px solid var(--line); }
details { overflow: hidden; border-bottom: 1px solid var(--line); transition: background .25s ease; }
details[open] { background: rgba(255,255,255,.025); }
summary { display: flex; align-items: center; justify-content: space-between; padding: 23px 18px; list-style: none; font-size: 15px; font-weight: 800; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary span { display: grid; width: 26px; height: 26px; flex: none; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--accent); font-size: 18px; font-weight: 400; transition: transform .25s ease, background .25s ease; }
details[open] summary span { background: rgba(var(--accent-rgb),.12); transform: rotate(45deg); }
details p { max-width: 690px; margin: -2px 0 0; padding: 0 56px 22px 18px; color: #9698a2; font-size: 13px; line-height: 1.75; }

.cta { position: relative; padding: 122px 0; overflow: hidden; background: linear-gradient(115deg, #f24a5b, var(--accent), #cd1f3d); color: #25070d; text-align: center; }
.cta::before { content: "F"; position: absolute; top: 50%; left: 50%; color: rgba(255,255,255,.11); font: 600 clamp(340px, 46vw, 650px)/.7 Unbounded, sans-serif; transform: translate(-50%,-50%); }
.cta-wave { position: absolute; inset: -130% -10% auto; height: 330%; opacity: .25; background: repeating-radial-gradient(ellipse at center, transparent 0 51px, rgba(255,255,255,.52) 52px 53px, transparent 54px 104px); animation: ctaWave 28s linear infinite; }
.cta .container { position: relative; }
.cta .kicker { color: #681321; }
.cta h2 { font-size: clamp(50px, 7vw, 96px); }
.cta h2 em { color: #fff7f0; }
.cta p { margin: 24px auto 31px; font-size: 14px; font-weight: 700; }
.cta .container > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; }

footer { padding: 77px 0 24px; background: #08090e; }
.footer-top { display: flex; justify-content: space-between; gap: 50px; padding-bottom: 61px; }
.footer-top > div > img { width: 180px; }
.footer-top > div > p { margin: 17px 0 0; color: #767883; font-size: 12px; line-height: 1.75; }
.footer-links { display: grid; grid-template-columns: repeat(3, 145px); gap: 44px; }
.footer-links div { display: flex; flex-direction: column; gap: 9px; }
.footer-links b { margin-bottom: 7px; color: #5e606b; font-size: 8px; letter-spacing: .15em; }
.footer-links a, .footer-links button { padding: 0; border: 0; background: none; color: #aaabb4; text-align: left; text-decoration: none; font-size: 11px; transition: color .2s ease; }
.footer-links a:hover, .footer-links button:hover { color: var(--accent); }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 26px; padding-top: 22px; border-top: 1px solid var(--line); color: #5e606b; font-size: 9px; }
.footer-bottom a, .footer-bottom button { padding: 0; border: 0; background: none; color: #777985; text-decoration: none; font-size: inherit; }
.footer-bottom a { margin-left: auto; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }
.reveal.in { opacity: 1; transform: none; }
.bento-grid .reveal:nth-child(2), .feature-grid .reveal:nth-child(2), .timeline .reveal:nth-child(2) { transition-delay: .1s; }
.bento-grid .reveal:nth-child(3), .feature-grid .reveal:nth-child(3), .timeline .reveal:nth-child(3) { transition-delay: .18s; }
.feature-grid .reveal:nth-child(4) { transition-delay: .26s; }

dialog { width: min(560px, calc(100% - 28px)); max-height: calc(100dvh - 28px); padding: 0; overflow: auto; border: 1px solid rgba(255,255,255,.17); border-radius: 25px; background: #11121a; color: #fff; box-shadow: 0 45px 130px rgba(0,0,0,.72); }
dialog.wide { width: min(960px, calc(100% - 28px)); }
dialog::backdrop { background: rgba(2,3,7,.78); backdrop-filter: blur(12px); }
.modal-shell { position: relative; padding: 37px; overflow: hidden; }
.modal-shell::before { content: ""; position: absolute; top: -170px; right: -135px; width: 350px; height: 350px; border-radius: 50%; background: radial-gradient(circle, rgba(var(--accent-rgb),.16), transparent 66%); pointer-events: none; }
.modal-shell > * { position: relative; }
.close { position: absolute; z-index: 3; top: 13px; right: 13px; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; background: rgba(255,255,255,.07); color: #a8aab2; font-size: 22px; line-height: 1; transition: color .2s ease, background .2s ease, transform .2s ease; }
.close:hover { background: var(--accent); color: #25070d; transform: rotate(90deg); }
.auth-shell { padding-top: 43px; }
.modal-brand { position: relative; text-align: center; }
.modal-brand img { width: 133px; margin: 0 auto 22px; }
.modal-brand .kicker { margin-bottom: 11px; }
.modal-brand h2 { margin: 0; font: 600 27px/1.12 Unbounded, sans-serif; letter-spacing: -.075em; }
.modal-brand p { margin: 12px 0 27px; color: #848691; font-size: 12px; }
.modal-orbit { position: absolute; top: -51px; left: 50%; z-index: -1; width: 164px; height: 164px; border: 1px solid rgba(var(--accent-rgb),.28); border-radius: 50%; transform: translateX(-50%); }
form label { display: block; margin-bottom: 14px; color: #9a9ca7; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
form input, form textarea, .verify input { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; background: rgba(255,255,255,.055); color: #fff; outline: none; font-size: 13px; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
form textarea { resize: vertical; }
form input:focus, form textarea:focus, .verify input:focus { border-color: var(--accent); background: rgba(var(--accent-rgb),.07); box-shadow: 0 0 0 3px rgba(var(--accent-rgb),.1); }
.password-field { position: relative; display: block; }
.password-field input { padding-right: 81px; }
.password-toggle { position: absolute; top: 15px; right: 10px; padding: 3px; border: 0; background: none; color: var(--accent); font-size: 9px; font-weight: 800; text-transform: none; }
.form-status { min-height: 19px; margin: 7px 0 0; color: #ff858e; font-size: 11px; text-align: center; }
.form-status.ok { color: var(--green); }
.note { display: block; margin-top: 16px; color: #666873; font-size: 9px; line-height: 1.6; text-align: center; }

.profile-shell { padding-top: 42px; }
.profile-head { display: flex; align-items: center; gap: 15px; padding-bottom: 22px; }
.profile-head > i { display: grid; width: 59px; height: 59px; flex: none; place-items: center; border-radius: 18px; background: linear-gradient(135deg, #ff6676, var(--accent)); color: #2b080e; box-shadow: 0 12px 24px rgba(var(--accent-rgb),.22); font: 600 24px/1 Unbounded, sans-serif; font-style: normal; }
.profile-head .kicker { margin: 0 0 4px; font-size: 8px; }
.profile-head h2 { margin: 0 0 2px; font-size: 23px; letter-spacing: -.04em; }
.profile-head p { margin: 0; color: #858792; font-size: 11px; overflow-wrap: anywhere; }
.profile-head > b { margin-left: auto; padding: 7px 9px; border: 1px solid rgba(255,255,255,.1); border-radius: 30px; background: rgba(255,255,255,.05); color: #a3a5ae; font-size: 7px; letter-spacing: .08em; }
.profile-head > b.yes { border-color: rgba(115,224,164,.22); background: rgba(115,224,164,.11); color: var(--green); }
.verify { margin-bottom: 16px; padding: 17px; border: 1px solid rgba(var(--accent-rgb),.3); border-radius: 15px; background: rgba(var(--accent-rgb),.07); }
.verify strong { font-size: 13px; }
.verify p { margin: 4px 0 12px; color: #989aa4; font-size: 11px; }
.verify form { display: flex; gap: 8px; }
.verify input { min-width: 0; margin: 0; letter-spacing: .26em; font-size: 16px; }
.verify > button { margin-top: 10px; }
.profile-connection { display: flex; align-items: center; gap: 10px; margin-bottom: 9px; padding: 11px 13px; border: 1px solid rgba(115,224,164,.15); border-radius: 13px; background: rgba(115,224,164,.045); }
.connection-dot { width: 8px; height: 8px; flex: none; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(115,224,164,.1), 0 0 10px var(--green); }
.profile-connection b, .profile-connection small { display: block; }
.profile-connection b { font-size: 10px; }
.profile-connection small { color: #868993; font-size: 8px; }
.connection-mark { margin-left: auto; color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.profile-stats, .admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.profile-stats div, .admin-stats div { min-width: 0; padding: 14px 12px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; background: rgba(255,255,255,.045); }
.profile-stats small, .admin-stats small { display: block; margin-bottom: 4px; color: #777984; font-size: 7px; font-weight: 800; letter-spacing: .08em; }
.profile-stats b, .admin-stats b { display: block; overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.profile-details { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; margin-top: 8px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; background: rgba(255,255,255,.08); }
.profile-details div { min-width: 0; padding: 11px 12px; background: #171821; }
.profile-details span, .profile-details b { display: block; }
.profile-details span { margin-bottom: 2px; color: #70727c; font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.profile-details b { overflow: hidden; color: #d6d7dc; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.profile-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 17px; }

.admin-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.admin-head .kicker { margin: 0 0 5px; }
.admin-head h2 { margin: 0; font-size: 28px; }
.admin-stats { margin-top: 22px; }
.tabs { display: flex; gap: 4px; padding: 4px; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; background: rgba(255,255,255,.04); }
.tabs button { flex: 1; padding: 9px; border: 0; border-radius: 9px; background: none; color: #858792; font-size: 10px; font-weight: 800; }
.tabs button.active { background: #2a2c37; color: #fff; }
.admin-tabs { margin: 17px 0; }
.admin-form { padding: 19px; border: 1px solid rgba(255,255,255,.08); border-radius: 15px; background: rgba(255,255,255,.045); }
.admin-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.admin-form .check { display: flex; align-items: center; gap: 8px; }
.admin-form .check input { width: auto; margin: 0; }
.admin-form .btn { margin-right: 6px; }
.admin-list { display: grid; gap: 8px; margin-top: 12px; }
.admin-item { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 14px; border: 1px solid rgba(255,255,255,.07); border-radius: 12px; background: rgba(255,255,255,.035); }
.admin-item h4 { margin: 0; font-size: 13px; }
.admin-item p { margin: 2px 0 0; color: #858792; font-size: 10px; overflow-wrap: anywhere; }
.item-actions { display: flex; flex: none; gap: 6px; }
.item-actions button { padding: 7px 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: #2a2c36; font-size: 9px; }
.item-actions .danger { color: #ff8c95; }
.legal h2 { margin: 0; font-size: 29px; }
.legal h3 { margin-top: 25px; }
.legal p, .legal li { color: #a2a3ad; font-size: 13px; }
.toasts { position: fixed; z-index: 102; right: 18px; bottom: 18px; display: grid; gap: 7px; width: min(360px, calc(100% - 36px)); }
.toast { padding: 12px 16px; border: 1px solid rgba(255,255,255,.17); border-left: 3px solid var(--accent); border-radius: 11px; background: rgba(27,29,39,.94); box-shadow: 0 15px 42px rgba(0,0,0,.38); font-size: 12px; backdrop-filter: blur(15px); animation: toastIn .35s cubic-bezier(.2,.8,.2,1); }
.toast.ok { border-left-color: var(--green); }

@keyframes auraDrift { to { transform: translate3d(-42px,33px,0) scale(1.12); } }
@keyframes slowSpin { to { transform: rotate(360deg); } }
@keyframes statusPulse { 50% { opacity: .55; box-shadow: 0 0 0 7px rgba(115,224,164,0), 0 0 12px var(--green); } }
@keyframes haloBreathe { 50% { opacity: .56; transform: scale(1.11); } }
@keyframes scan { 0% { top: -5%; } 60%,100% { top: 110%; } }
@keyframes floatY { 50% { transform: translateY(-9px); } }
@keyframes progress { 0%,100% { transform: translateX(-20%); } 50% { transform: translateX(190%); } }
@keyframes mouseScroll { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 80% { opacity: 0; transform: translateY(10px); } 100% { opacity: 0; } }
@keyframes sparkPulse { 50% { transform: scale(1.22); box-shadow: 0 0 0 17px rgba(255,255,255,.09), 0 0 60px #fff; } }
@keyframes stripeSlide { to { transform: translateX(-35px) rotate(-45deg); } }
@keyframes ctaWave { to { transform: rotate(360deg); } }
@keyframes toastIn { from { opacity: 0; transform: translateY(13px); } }

@media (max-width: 1050px) {
  .nav { position: fixed; top: 86px; right: 14px; left: 14px; flex-direction: column; align-items: stretch; gap: 0; padding: 11px; border: 1px solid var(--line); border-radius: 17px; background: rgba(16,17,25,.96); box-shadow: 0 25px 60px rgba(0,0,0,.38); backdrop-filter: blur(20px); opacity: 0; pointer-events: none; transform: translateY(-13px) scale(.98); transition: opacity .2s ease, transform .2s ease; }
  .menu-open .nav { opacity: 1; pointer-events: auto; transform: none; }
  .nav a { padding: 12px 14px; border-radius: 9px; }
  .nav a:hover { background: rgba(255,255,255,.06); }
  .nav a::after { display: none; }
  .menu { display: block; }
  .desktop { display: none; }
  .hero { min-height: auto; padding-top: 150px; }
  .hero-grid { grid-template-columns: 1fr; gap: 57px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-meta { justify-content: center; }
  .hero-visual { width: min(700px, 100%); margin-inline: auto; }
  .heading { grid-template-columns: 1fr; gap: 21px; }
  .heading > p { max-width: 650px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .faq-grid { grid-template-columns: 1fr; gap: 54px; }
  .faq-title p { max-width: 590px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, var(--max)); }
  .header-inner { height: 72px; gap: 10px; }
  .brand img { width: 112px; }
  .nav { top: 71px; }
  .header .ghost { min-height: 40px; padding: 9px 11px; }
  .account-button .button-dot { display: none; }
  .hero { padding: 115px 0 103px; }
  .hero::before { display: none; }
  .hero-grid { gap: 49px; }
  .eyebrow { font-size: 8px; }
  .hero h1 { margin: 24px 0 21px; font-size: clamp(42px, 12vw, 59px); }
  .hero-copy > p { font-size: 14px; line-height: 1.75; }
  .hero-actions { flex-direction: column; margin: 27px 0; }
  .hero-actions .btn { width: 100%; }
  .hero-meta { gap: 8px 15px; font-size: 8px; }
  .hero-meta span:not(:last-child)::after { right: -9px; }
  .orbit-one { top: 239px; right: -290px; width: 500px; height: 500px; }
  .game-card { padding: 7px; border-radius: 20px; transform: none; }
  .game-top, .game-bottom { min-height: 48px; padding-inline: 8px; }
  .game-top b small { display: none; }
  .game-image { height: min(67vw, 280px); border-radius: 13px; }
  .game-image-copy { left: 18px; bottom: 18px; }
  .game-image-copy strong { font-size: 19px; }
  .players { bottom: 43px; left: -4px; }
  .version { top: 45px; right: -3px; transform: scale(.87); transform-origin: top right; }
  .scroll-cue { display: none; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stat-item { min-height: 95px; padding: 22px 10px 15px 25px; border-bottom: 1px solid var(--line); }
  .stat-item:nth-child(odd) { border-left: 1px solid var(--line); }
  .stat-item b { font-size: 22px; }
  .stat-item > span:last-child { font-size: 7px; }
  .section { padding: 82px 0; }
  .heading { margin-bottom: 38px; }
  .heading h2, .faq-title h2 { font-size: clamp(35px, 10vw, 47px); }
  .heading > p { font-size: 13px; }
  .bento-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .bento-main { grid-row: auto; min-height: 425px; }
  .bento { min-height: 268px; }
  .bento-content { right: 21px; bottom: 21px; left: 21px; }
  .bento h3 { font-size: 26px; }
  .bento p { font-size: 11px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 246px; padding: 23px; }
  .feature-icon { margin: 25px 0 20px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline::before { top: 0; bottom: 0; left: 35px; width: 1px; height: auto; background: linear-gradient(var(--accent), rgba(var(--accent-rgb),.12)); }
  .step-card { min-height: 260px; padding: 20px 22px 22px; }
  .step-icon { margin: 6px 0 20px; }
  .download-panel { grid-template-columns: auto 1fr; gap: 16px; padding: 20px; }
  .download-panel .btn { grid-column: 1/-1; width: 100%; }
  .download-graphic { width: 54px; height: 54px; border-radius: 16px; }
  .download-graphic span { font-size: 25px; }
  .download-copy h3 { font-size: 16px; }
  .download-copy p { font-size: 9px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-image { height: 215px; }
  .news-body { padding: 21px; }
  .news-body h3 { font-size: 19px; }
  .cta { padding: 83px 0; }
  .cta h2 { font-size: clamp(43px, 12vw, 57px); }
  .cta .container > div { flex-direction: column; }
  .cta .btn { width: 100%; }
  .footer-top { flex-direction: column; gap: 44px; }
  .footer-links { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px 16px; }
  .footer-bottom { gap: 11px 18px; }
  .footer-bottom span { width: 100%; }
  .footer-bottom a { margin-left: 0; }
  .modal-shell { padding: 31px 19px 22px; }
  .modal-brand h2 { font-size: 24px; }
  .profile-head { flex-wrap: wrap; }
  .profile-head > b { margin-left: 0; }
  .verify form { flex-direction: column; }
  .profile-stats, .admin-stats { grid-template-columns: repeat(2,1fr); }
  .profile-details { grid-template-columns: 1fr; }
  .profile-actions > * { width: 100%; }
  .admin-form .row { grid-template-columns: 1fr; }
  .admin-item { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 390px) {
  .header .ghost { font-size: 10px; }
  .header-actions { gap: 5px; }
  .hero-meta { font-size: 7px; }
  .float { padding: 9px 10px; }
  .players { transform: scale(.86); transform-origin: left bottom; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  #particle-field { display: none; }
}

/* Final autumn pass: kept at EOF so it wins over the legacy section skins above. */
body { background: #171513; color: #f6f1e8; }
.header.scrolled { background: rgba(35,29,24,.9); border-bottom-color: rgba(237,178,124,.2); }
.hero { background: radial-gradient(circle at 74% 42%, rgba(214,107,45,.2), transparent 28%), radial-gradient(circle at 91% 9%, rgba(117,139,89,.14), transparent 25%), linear-gradient(180deg, rgba(39,30,24,.94), rgba(24,20,17,.98)), var(--hero-image) center / cover; }
.stats { background: linear-gradient(90deg, #2a211c, #211b17); }
.about, .features, .start, .news, .faq { background: rgba(27,22,19,.95); }
.bento, .feature-card, .step-card, .news-card, .download-panel { border-color: rgba(237,178,124,.18); background: linear-gradient(135deg, #302721, #211b18); }
.feature-card:hover, .step-card:hover, .news-card:hover { background: #382a21; }
.bento-economy { background: linear-gradient(135deg, #3a2a20, #231d19); }
.bento-community { background: linear-gradient(135deg, #d66b2d, #a84c23); }
.download-panel { background: linear-gradient(110deg, #39291f, #261f1a 42%, #1d1815); }
.news-image { background: radial-gradient(circle at 50% 40%, rgba(214,107,45,.3), transparent 63%), #2c211b; }
.cta { background: linear-gradient(115deg, #e78d4d, #c65e29, #8f3e21); }
footer { background: #1b1511; }
.eyebrow, .float { border-color: rgba(237,178,124,.22); background: rgba(48,36,28,.76); }
.game-card { border-color: rgba(237,178,124,.24); background: linear-gradient(135deg, rgba(57,42,32,.95), rgba(26,21,18,.98)); }
dialog { background: #29211c; color: #f6f1e8; border-color: rgba(237,178,124,.25); }
form input, form textarea, .verify input { border-color: rgba(237,178,124,.25); background: #f7f1e9; color: #2a211b; }
.profile-stats div, .profile-details div, .admin-form, .admin-item { border-color: rgba(237,178,124,.18); background: rgba(255,243,226,.07); }
.profile-details div { background: #30251f; }
.tabs { border-color: rgba(237,178,124,.2); background: rgba(255,243,226,.07); }
.tabs button.active { background: var(--accent); color: #27170e; }
