@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&family=Manrope:wght@400;500;600;700;800&family=Russo+One&display=swap');

:root {
  --bg: #050507;
  --panel: #0e0e12;
  --panel-2: #141418;
  --line: rgba(255, 255, 255, 0.085);
  --line-strong: rgba(255, 255, 255, 0.16);
  --text: #f4f0f1;
  --muted: #968b8f;
  --acid: #e1062c;
  --acid-dark: #8f0018;
  --orange: #ff4d32;
  --blue: #77808a;
  --violet: #8f294e;
  --display: 'Russo One', Impact, sans-serif;
  --rune: 'Cinzel', Georgia, serif;
  --body: 'Manrope', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; min-width: 320px; color: var(--text); background: radial-gradient(circle at 72% 7%, rgba(122,0,20,.17), transparent 29%), radial-gradient(circle at 18% 38%, rgba(225,6,44,.065), transparent 31%), linear-gradient(115deg, #050507, #080508 56%, #050507); font-family: var(--body); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
::selection { background: var(--acid); color: #070709; }

.noise { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }
.section-shell { width: min(1440px, calc(100% - 64px)); margin: 0 auto; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 82px; padding: 0 max(32px, calc((100vw - 1440px) / 2)); display: flex; align-items: center; gap: 48px; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, height .25s; }
.site-header.scrolled { height: 70px; background: rgba(5, 5, 7, .92); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { width: 192px; height: 68px; display: flex; align-items: center; position: relative; flex: 0 0 auto; overflow: hidden; }
.brand-logo { display: block; width: 192px; height: auto; filter: saturate(1.1) contrast(1.04) drop-shadow(0 0 12px rgba(225,6,44,.12)); }
.main-nav { display: flex; align-items: center; gap: 34px; margin: 0 auto; }
.main-nav a { color: #b7beb9; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: color .2s; }
.main-nav a:hover { color: var(--acid); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.online-pill { color: #738078; font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; white-space: nowrap; }
.online-pill span { display: inline-block; width: 7px; height: 7px; margin-right: 6px; background: var(--acid); box-shadow: 0 0 12px var(--acid); border-radius: 50%; }
.online-pill b { color: #dbe2dd; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--text); transition: transform .2s; }

.btn { border: 0; cursor: pointer; display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 52px; padding: 0 22px; font-weight: 800; letter-spacing: .02em; transition: transform .2s, background .2s, border-color .2s, color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-small { min-height: 42px; padding: 0 18px; font-size: .76rem; text-transform: uppercase; }
.btn-outline { background: transparent; border: 1px solid var(--line-strong); }
.btn-outline:hover { border-color: var(--acid); color: var(--acid); }
.btn-primary { color: #fff; background: linear-gradient(135deg, #e1062c, #a90020); box-shadow: 0 14px 40px rgba(225,6,44,.19), inset 0 1px rgba(255,255,255,.16); }
.btn-primary:hover { background: #ff3657; }
.btn-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.btn-ghost span { color: var(--acid); font-size: 1.2rem; }

.hero { min-height: 800px; padding-top: 138px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 20px; position: relative; }
.hero::after { content: ''; position: absolute; z-index: -1; inset: 95px 48% 40px -6%; opacity: .21; background: linear-gradient(90deg, rgba(225,6,44,.35), transparent 1px) 0 0 / 86px 100%, linear-gradient(rgba(225,6,44,.18), transparent 1px) 0 0 / 100% 86px; mask-image: linear-gradient(90deg, transparent, #000 22%, transparent 92%); }
.hero::before { content: ''; position: absolute; width: 520px; height: 520px; left: -380px; top: 80px; background: var(--acid); opacity: .05; filter: blur(110px); }
.hero-copy { position: relative; z-index: 3; padding-bottom: 38px; }
.eyebrow, .kicker { color: #9ca7a0; font-size: .7rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { color: var(--acid); margin-right: 6px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin: 18px 0 24px; font: clamp(3.4rem, 6.2vw, 6.55rem)/.88 var(--display); letter-spacing: -.045em; text-transform: uppercase; text-shadow: 0 22px 55px rgba(0,0,0,.32); }
h1 em, h2 em { color: #f0163e; font-style: normal; text-shadow: 0 0 32px rgba(225,6,44,.13); }
.hero-lead { max-width: 600px; color: #a4ada7; font-size: 1rem; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.hero-actions .btn-primary { min-width: 300px; min-height: 66px; justify-content: flex-start; text-align: left; }
.hero-actions .btn small, .hero-actions .btn b { display: block; }
.hero-actions .btn small { opacity: .62; margin-bottom: 2px; font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; }
.btn-icon { font-size: 1.6rem; }.copy-icon { margin-left: auto; font-size: 1.2rem; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 40px; color: #69736d; font-size: .66rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.hero-meta span { display: flex; align-items: center; gap: 7px; }.hero-meta b { color: var(--acid); }

.hero-visual { height: 620px; position: relative; perspective: 1000px; overflow: hidden; }
.hero-visual::after { content: ''; position: absolute; inset: 10% 0 0; background: radial-gradient(circle, rgba(225,6,44,.13), transparent 54%); filter: blur(20px); }
.sun-orbit { position: absolute; z-index: 1; width: 400px; height: 400px; right: 8%; top: 10%; border: 1px solid rgba(225,6,44,.14); border-radius: 50%; box-shadow: inset 0 0 80px rgba(225,6,44,.04); }
.sun-orbit::before, .sun-orbit::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; }
.sun-orbit::before { inset: 48px; }.sun-orbit::after { inset: 118px; background: radial-gradient(circle, rgba(225,6,44,.24), transparent 66%); }
.world-grid { position: absolute; z-index: 0; left: 4%; right: -20%; bottom: -3%; height: 440px; transform: rotateX(62deg) rotateZ(-34deg); transform-origin: bottom; background-image: linear-gradient(rgba(225,6,44,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(225,6,44,.09) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to top, black, transparent 84%); }
.fortress { position: absolute; z-index: 4; width: 470px; height: 360px; right: 7%; bottom: 80px; filter: drop-shadow(0 38px 35px rgba(0,0,0,.7)) drop-shadow(0 0 30px rgba(225,6,44,.11)); transform: skewY(-1deg); }
.fort-wall { position: absolute; left: 80px; bottom: 50px; width: 320px; height: 160px; background: linear-gradient(110deg, #2b292b, #111115); border-top: 12px solid #464146; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); }
.fort-wall > span { position: absolute; width: 44px; height: 38px; top: -40px; background: linear-gradient(110deg, #403b40, #211f22); border-top: 6px solid #5a5359; }
.fort-wall > span:nth-child(1){left:0}.fort-wall > span:nth-child(2){left:69px}.fort-wall > span:nth-child(3){left:138px}.fort-wall > span:nth-child(4){left:207px}.fort-wall > span:nth-child(5){right:0}
.gate { position: absolute; width: 72px; height: 90px; left: 125px; bottom: 0; background: #050507; border: 7px solid #473f45; border-bottom: 0; box-shadow: inset 0 0 30px rgba(225,6,44,.08); }
.gate::after { content: ''; position: absolute; inset: 16px 9px 0; background: repeating-linear-gradient(90deg, #1c1a1d 0 6px, #09090c 6px 12px); }
.tower { position: absolute; z-index: 2; bottom: 42px; width: 105px; height: 270px; background: linear-gradient(110deg, #403a40 0 38%, #1b191c 39%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.05); }
.tower-left { left: 25px; }.tower-right { right: 15px; height: 300px; }
.tower > i { position: absolute; width: 35px; height: 42px; top: -30px; background: #4a4248; border-top: 7px solid #625a60; }
.tower > i:nth-child(1){left:0}.tower > i:nth-child(2){left:36px}.tower > i:nth-child(3){right:-2px}
.tower::after { content: ''; position: absolute; width: 17px; height: 38px; left: 44px; top: 92px; background: linear-gradient(#5d0016, #09090c); box-shadow: 0 0 24px rgba(225,6,44,.38); }
.flag { position: absolute; z-index: 4; width: 5px; height: 125px; right: 56px; top: -45px; background: #829087; }
.flag i { position: absolute; left: 5px; top: 5px; width: 68px; height: 42px; background: var(--acid); clip-path: polygon(0 0,100% 10%,78% 100%,0 82%); box-shadow: 0 0 25px rgba(225,6,44,.28); }
.flag i::after { content: 'ᚱ'; position: absolute; inset: 0 15px 3px 0; display: grid; place-items: center; color: #070709; font: 700 1.15rem/1 var(--rune); }
.cliff { position: absolute; z-index: -1; background: #101014; border-top: 10px solid #372f34; transform: skewY(-16deg); }
.cliff-one { width: 260px; height: 120px; left: -15px; bottom: 0; }.cliff-two { width: 300px; height: 100px; right: -45px; bottom: -12px; }.cliff-three { width: 180px; height: 75px; left: 170px; bottom: -20px; background: #241e22; }
.map-label { position: absolute; z-index: 7; color: #8e9a92; font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; }
.map-label span { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border: 1px solid var(--acid); transform: rotate(45deg); }
.label-north { top: 170px; left: 9%; }.label-fort { right: 4%; top: 355px; }
.floating-cube { position: absolute; z-index: 3; width: 36px; height: 36px; background: #383035; transform: rotate(27deg) skewY(-8deg); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.floating-cube i { display: block; width: 100%; height: 11px; background: #6d5f66; }
.cube-one { left: 7%; top: 260px; }.cube-two { right: 2%; top: 230px; width: 23px; height: 23px; opacity: .7; }
.territory-card { position: absolute; z-index: 8; left: 2%; bottom: 45px; width: 230px; padding: 18px; background: rgba(12,8,10,.9); border: 1px solid rgba(225,6,44,.19); box-shadow: 0 18px 55px rgba(0,0,0,.34); backdrop-filter: blur(12px); }
.territory-card small { color: #78837c; font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }.territory-card strong { display: block; margin: 9px 0 12px; font: 1.5rem var(--display); }.territory-card strong i { color: #7d8981; font: .65rem var(--body); font-style: normal; }
.territory-progress { height: 4px; background: #342b2f; }.territory-progress span { display: block; width: 68%; height: 100%; background: var(--acid); box-shadow: 0 0 12px rgba(225,6,44,.5); }
.territory-foot { display: flex; justify-content: space-between; margin-top: 10px; font-size: .59rem; }.territory-foot span { color: var(--acid); }.territory-foot b { color: #808c84; }

.status-strip { width: 100%; min-height: 126px; display: grid; grid-template-columns: repeat(3, 1fr) 1.4fr; padding: 0 max(32px, calc((100vw - 1440px) / 2)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0a0a0d; }
.status-strip > div { display: flex; justify-content: center; align-items: center; gap: 14px; border-left: 1px solid var(--line); }
.status-strip > div:last-child { border-right: 1px solid var(--line); }
.status-number { font: 2rem var(--display); }.status-strip small { color: #717d75; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.next-event { padding: 0 32px; flex-wrap: wrap; }.next-event b { color: var(--acid); font: 1.65rem var(--display); letter-spacing: .08em; }.next-event span { color: #7a867e; font-size: .64rem; }

.name-lore { min-height: 112px; display: grid; grid-template-columns: auto auto 42px auto 1fr; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); }
.lore-sigil { width: 50px; height: 58px; display: grid; place-items: center; color: var(--acid); border: 1px solid rgba(225,6,44,.46); clip-path: polygon(50% 0,92% 20%,84% 76%,50% 100%,16% 76%,8% 20%); font: 700 1.35rem/1 var(--rune); }
.name-lore div { display: grid; gap: 5px; }
.name-lore small { color: var(--acid); font: 700 .7rem/1 var(--rune); letter-spacing: .16em; }
.name-lore b { color: #8b999e; font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.name-lore > i { width: 32px; height: 1px; background: linear-gradient(90deg, transparent, rgba(225,6,44,.75), transparent); }
.name-lore p { justify-self: end; margin: 0; color: #748188; font-size: .7rem; line-height: 1.6; }
.name-lore strong { color: #d9d3c4; font-family: var(--rune); letter-spacing: .08em; }

.mode-section, .donate-section, .faq-section { padding-top: 140px; padding-bottom: 150px; }
.section-heading { margin-bottom: 64px; display: grid; grid-template-columns: 1.15fr .6fr; align-items: end; gap: 80px; }
.section-heading.compact { margin-bottom: 45px; }
.section-heading h2 { margin: 14px 0 0; font: clamp(2.55rem, 4.6vw, 4.8rem)/.98 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.section-heading p { margin: 0 0 6px; color: #8c9790; line-height: 1.75; }
.kicker { color: var(--acid); }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card { min-height: 430px; position: relative; overflow: hidden; padding: 28px; border: 1px solid var(--line); background: linear-gradient(150deg, rgba(122,0,20,.08), transparent 43%), var(--panel); transition: border-color .25s, transform .25s, box-shadow .25s; }
.feature-card:hover { transform: translateY(-3px); border-color: rgba(225,6,44,.28); box-shadow: 0 28px 70px rgba(0,0,0,.2); }
.feature-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(145deg, transparent 40%, rgba(225,6,44,.04)); }
.feature-card::after { content: ''; position: absolute; right: 18px; top: 18px; width: 24px; height: 24px; border-top: 1px solid rgba(225,6,44,.48); border-right: 1px solid rgba(225,6,44,.48); opacity: .7; }
.feature-index { position: absolute; z-index: 2; right: 25px; top: 22px; color: #4e5952; font: .6rem var(--display); }
.feature-copy { position: absolute; z-index: 3; left: 28px; right: 28px; bottom: 26px; }
.feature-copy h3 { margin: 13px 0 8px; font: 1.4rem var(--display); text-transform: uppercase; }.feature-copy p { max-width: 460px; margin: 0; color: #849087; font-size: .82rem; line-height: 1.65; }
.feature-icon { color: var(--acid); font-size: 1.25rem; }
.mini-map { position: absolute; inset: 20px 0 70px; transform: rotate(-8deg) scale(.85); }
.region { position: absolute; opacity: .74; filter: drop-shadow(0 0 16px rgba(225,6,44,.08)); clip-path: polygon(20% 0, 88% 8%, 100% 65%, 70% 100%, 10% 84%, 0 30%); background: #2c2629; border: 1px solid var(--acid); }
.r1 { width: 190px; height: 140px; left: 90px; top: 80px; }.r2 { width: 210px; height: 130px; left: 270px; top: 28px; }.r3 { width: 170px; height: 145px; left: 300px; top: 155px; }.r4 { width: 160px; height: 100px; left: 140px; top: 205px; }
.map-point { position: absolute; width: 10px; height: 10px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 0 8px rgba(225,6,44,.08), 0 0 20px rgba(225,6,44,.4); }.p1{left:220px;top:130px}.p2{left:372px;top:105px}.p3{left:337px;top:221px}
.battle-score { position: absolute; left: 50%; top: 54px; transform: translateX(-50%); display: flex; align-items: center; gap: 45px; text-align: center; }
.battle-score > div { display: grid; gap: 7px; justify-items: center; }.battle-score b { font: 1rem var(--display); }.battle-score small { color: #69746d; font-size: .66rem; }.battle-score em { color: #667169; font: 1rem var(--display); font-style: normal; }
.clan-badge { width: 48px; height: 48px; display: inline-grid; place-items: center; font: 1rem var(--display); font-style: normal; color: #171820; clip-path: polygon(50% 0, 92% 22%, 82% 78%,50% 100%,18% 78%,8% 22%); }
.badge-green { background: var(--acid); }.badge-orange { background: var(--orange); }.badge-blue { background: var(--blue); }.badge-violet { background: var(--violet); }
.upgrade-orbit { position: absolute; width: 210px; height: 210px; left: 50%; top: 35px; transform: translateX(-50%); display: grid; place-items: center; border: 1px dashed rgba(225,6,44,.25); border-radius: 50%; }
.upgrade-orbit span { width: 100px; height: 100px; display: grid; place-items: center; color: var(--acid); background: #1c171a; border: 1px solid rgba(225,6,44,.35); font: 2.4rem var(--display); clip-path: polygon(50% 0,95% 25%,95% 75%,50% 100%,5% 75%,5% 25%); }
.upgrade-orbit i { position: absolute; width: 16px; height: 16px; background: #34292f; border: 1px solid rgba(225,6,44,.3); transform: rotate(45deg); }.upgrade-orbit i:nth-child(2){top:11px}.upgrade-orbit i:nth-child(3){bottom:21px;left:20px}.upgrade-orbit i:nth-child(4){bottom:21px;right:20px}
.season-rank { position: absolute; left: 50%; top: 30px; transform: translateX(-50%); text-align: center; }.season-rank span { position: absolute; color: rgba(225,6,44,.1); left: -47px; top: -58px; font: 14rem var(--display); }.season-rank b { position: relative; display: block; color: transparent; -webkit-text-stroke: 1px var(--acid); font: 8rem var(--display); }.season-rank i { position: relative; display: block; color: #7b887f; font-size: .58rem; font-style: normal; letter-spacing: .15em; text-transform: uppercase; }

.season-section { padding: 130px 0; background: #0d0d11; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.season-controls { justify-self: end; padding: 13px 17px; border: 1px solid var(--line); display: flex; gap: 18px; font-size: .68rem; text-transform: uppercase; }.season-controls span { color: var(--acid); }.season-controls b { color: #78847c; font-weight: 600; }
.leaderboard-wrap { display: grid; grid-template-columns: 1fr 340px; gap: 16px; }
.leaderboard { border: 1px solid var(--line); background: #0a0a0d; }
.board-row { min-height: 78px; padding: 0 24px; display: grid; grid-template-columns: 80px 2fr 1fr 1fr 1fr; align-items: center; border-top: 1px solid var(--line); font-size: .8rem; }.board-row:first-child{border:0}.board-row:hover:not(.board-head){background:rgba(255,255,255,.018)}
.board-head { min-height: 47px; color: #5d6861; font-size: .56rem; letter-spacing: .1em; text-transform: uppercase; }
.place { color: #68746c; font: 1.05rem var(--display); }.place.first { color: var(--acid); }.clan-cell { display: flex; align-items: center; gap: 12px; }.clan-cell .clan-badge { width: 38px; height: 38px; }.clan-cell b { font: .8rem var(--display); }.clan-cell small { color: #5f6963; }.board-row > strong { font: .9rem var(--display); }
.battle-card { position: relative; padding: 28px; background: linear-gradient(145deg, rgba(225,6,44,.06), transparent 50%), #111115; border: 1px solid rgba(225,6,44,.24); }.live-tag { color: var(--acid); font-size: .58rem; font-weight: 800; letter-spacing: .1em; }.battle-card > small { display: block; margin-top: 26px; color: #68746c; text-align: center; text-transform: uppercase; font-size: .58rem; letter-spacing: .08em; }
.versus { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: center; margin: 22px 0; text-align: center; }.versus div { display: grid; justify-items: center; gap: 8px; }.versus b { font: .67rem var(--display); }.versus em { color: var(--acid); font: .78rem var(--display); font-style: normal; }.versus .clan-badge { width: 52px; height: 52px; }
.battle-bar { height: 5px; background: var(--orange); }.battle-bar span { display: block; width: 68%; height: 100%; background: var(--acid); }.battle-numbers { display: flex; justify-content: space-between; margin-top: 8px; font-size: .7rem; }.battle-card p { margin: 28px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: #6e7a72; text-align: center; font-size: .65rem; }.battle-card p strong { color: #c3cbc5; }

.donate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.donate-card { min-height: 500px; position: relative; padding: 32px; background: var(--panel); border: 1px solid var(--line); transition: transform .25s, border-color .25s; }.donate-card:hover, .donate-card.selected { transform: translateY(-7px); border-color: rgba(225,6,44,.5); }.donate-card.featured { background: linear-gradient(150deg, rgba(225,6,44,.1), transparent 42%), #101014; border-color: rgba(225,6,44,.3); }
.popular-tag { position: absolute; left: 0; right: 0; top: -28px; height: 28px; display: grid; place-items: center; color: #070709; background: var(--acid); font-size: .56rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.donate-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 48px; }.donate-glyph { width: 70px; height: 70px; display: grid; place-items: center; color: var(--acid); background: rgba(225,6,44,.07); border: 1px solid rgba(225,6,44,.17); font-size: 1.8rem; }.stub-tag { padding: 7px 9px; color: #737e77; border: 1px solid var(--line); font-size: .54rem; letter-spacing: .1em; text-transform: uppercase; }
.donate-card > small { color: #69756d; text-transform: uppercase; font-size: .58rem; letter-spacing: .12em; }.donate-card h3 { margin: 9px 0 26px; font: 1.7rem var(--display); text-transform: uppercase; }.donate-card ul { min-height: 106px; padding: 0; margin: 0 0 30px; list-style: none; color: #939e96; font-size: .78rem; line-height: 2.15; }.donate-card li::before { content: '✓'; color: var(--acid); margin-right: 10px; }
.price { display: flex; align-items: end; gap: 9px; padding-top: 22px; border-top: 1px solid var(--line); }.price b { font: 2.5rem var(--display); }.price span { padding-bottom: 6px; color: #717c75; font-size: .66rem; }.btn-donate { width: 100%; margin-top: 22px; justify-content: space-between; background: #211f22; border: 1px solid var(--line); text-transform: uppercase; font-size: .68rem; }.featured .btn-donate { color: #070709; background: var(--acid); }.fair-play { margin: 30px 0 0; color: #5f6a63; font-size: .7rem; text-align: center; }.fair-play a { color: #9ba69f; text-decoration: underline; text-underline-offset: 4px; }

.cabinet-section { padding: 140px 0; background: #0d0d11; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.demo-badge { justify-self: end; padding: 9px 12px; color: #7e8982; border: 1px solid var(--line); font-size: .56rem; letter-spacing: .12em; text-transform: uppercase; }
.dashboard { min-height: 720px; display: grid; grid-template-columns: 240px 1fr; background: #09090c; border: 1px solid var(--line); box-shadow: 0 35px 100px rgba(0,0,0,.28); }
.profile-panel { position: relative; padding: 32px 24px; border-right: 1px solid var(--line); background: #0e0e12; }
.avatar-wrap { width: 90px; height: 90px; position: relative; margin-bottom: 22px; background: #251b20; border: 1px solid rgba(225,6,44,.2); }.avatar-wrap > span { position: absolute; right: -10px; bottom: -10px; width: 32px; height: 32px; display: grid; place-items: center; color: #070709; background: var(--acid); font: .68rem var(--display); clip-path: polygon(50% 0,95% 25%,95% 75%,50% 100%,5% 75%,5% 25%); }
.pixel-avatar { position: absolute; inset: 10px; overflow: hidden; background: #9f6f4c; image-rendering: pixelated; }.pixel-avatar::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 24px; background: #2d251f; box-shadow: 0 8px 0 #2d251f; }.pixel-avatar::after { content: ''; position: absolute; width: 11px; height: 11px; left: 15px; top: 34px; background: #d9f1f0; box-shadow: 30px 0 0 #d9f1f0, 3px 3px 0 #2a6c73, 33px 3px 0 #2a6c73, 15px 18px 0 3px #70402f; }
.profile-panel > small { color: #68736c; font-size: .6rem; }.profile-panel > h3 { margin: 5px 0 22px; font: 1.05rem var(--display); }.clan-chip { display: flex; align-items: center; gap: 10px; padding: 12px; background: rgba(255,255,255,.025); border: 1px solid var(--line); }.clan-chip .clan-badge { width: 32px; height: 32px; font-size: .7rem; }.clan-chip span { display: grid; gap: 2px; }.clan-chip small { color: #606b64; font-size: .52rem; text-transform: uppercase; }.clan-chip b { font: .6rem var(--display); }
.profile-nav { display: grid; gap: 6px; margin-top: 38px; }.profile-nav button { min-height: 44px; display: flex; align-items: center; gap: 12px; padding: 0 12px; color: #6d7871; border: 0; border-left: 2px solid transparent; background: transparent; cursor: pointer; font-size: .7rem; font-weight: 700; text-align: left; }.profile-nav button:hover, .profile-nav button.active { color: #e6ece8; background: rgba(225,6,44,.05); border-color: var(--acid); }.profile-nav span { color: var(--acid); }
.logout-button { position: absolute; left: 24px; right: 24px; bottom: 26px; padding: 16px 0; display: flex; justify-content: space-between; color: #616c65; border: 0; border-top: 1px solid var(--line); background: transparent; cursor: pointer; font-size: .62rem; }
.stats-panel { padding: 24px; }.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }.stats-row article, .activity-chart, .progress-card, .match-history { background: #0e0e12; border: 1px solid var(--line); }.stats-row article { min-height: 123px; padding: 20px; }.stats-row span { color: #68736c; font-size: .57rem; text-transform: uppercase; letter-spacing: .08em; }.stats-row b { display: block; margin: 10px 0 4px; font: 1.55rem var(--display); }.stats-row small { color: #657068; font-size: .58rem; }.positive { color: var(--acid)!important; }.negative { color: var(--orange)!important; }
.analytics-row { display: grid; grid-template-columns: 1.7fr .8fr; gap: 10px; margin-top: 10px; }.activity-chart, .progress-card { min-height: 265px; padding: 20px; }.card-title { display: flex; justify-content: space-between; align-items: flex-start; }.card-title span { display: block; margin-bottom: 4px; font-size: .72rem; font-weight: 800; }.card-title small { color: #5f6a63; font-size: .56rem; }.card-title > b { color: var(--acid); font-size: .65rem; }.card-title > em { padding: 6px 8px; color: var(--acid); background: rgba(225,6,44,.08); font: .55rem var(--display); font-style: normal; }
.chart { position: relative; height: 185px; margin-top: 12px; }.chart-guides { position: absolute; inset: 10px 0 22px; display: flex; flex-direction: column; justify-content: space-between; }.chart-guides i { height: 1px; background: rgba(255,255,255,.045); }.chart svg { position: absolute; left: 0; right: 0; top: 8px; width: 100%; height: 145px; overflow: visible; }.chart .area { fill: url(#chartFill); }.chart .line { fill: none; stroke: var(--acid); stroke-width: 2; filter: drop-shadow(0 0 6px rgba(225,6,44,.35)); }.chart-days { position: absolute; bottom: 0; left: 0; right: 0; display: flex; justify-content: space-between; color: #505a54; font-size: .52rem; }
.progress-card { display: flex; flex-direction: column; }.level-ring { width: 130px; height: 130px; margin: 16px auto 12px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--acid) 0 72%, #30272b 72%); position: relative; }.level-ring::after { content: ''; position: absolute; inset: 10px; background: #0e0e12; border-radius: 50%; }.level-ring div { position: relative; z-index: 2; text-align: center; }.level-ring b { display: block; font: 1.3rem var(--display); }.level-ring small { color: #606b64; font-size: .5rem; }.xp-line > span { display: block; margin-bottom: 7px; color: #5d6861; font-size: .54rem; }.xp-line > span b { color: #bcc5bf; }.xp-line > i { display: block; height: 4px; background: #2d2428; }.xp-line > i b { display: block; width: 72%; height: 100%; background: var(--acid); }
.match-history { margin-top: 10px; padding: 20px; }.card-title button { color: #79847d; border: 0; background: transparent; cursor: pointer; font-size: .58rem; }.match-row { min-height: 68px; display: grid; grid-template-columns: 38px 1.7fr .65fr .55fr; align-items: center; gap: 12px; border-top: 1px solid var(--line); }.match-row:first-of-type { margin-top: 12px; }.match-row > span:not(.result) { display: grid; gap: 4px; }.match-row b { font-size: .66rem; }.match-row small { color: #5e6962; font-size: .52rem; }.result { width: 29px; height: 29px; display: grid; place-items: center; font: .6rem var(--display); }.result.win { color: var(--acid); background: rgba(225,6,44,.08); border: 1px solid rgba(225,6,44,.25); }.result.loss { color: var(--orange); background: rgba(255,77,50,.08); border: 1px solid rgba(255,77,50,.25); }
.empty-panel { margin: auto; max-width: 520px; padding: 40px; text-align: center; }.empty-panel > span { color: var(--acid); font-size: 3rem; }.empty-panel h3 { margin: 20px 0 12px; font: 1.7rem var(--display); text-transform: uppercase; }.empty-panel p { color: #77827b; line-height: 1.7; }.empty-panel .btn { margin-top: 14px; }

.faq-section { max-width: 1040px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { padding: 25px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; list-style: none; font-weight: 800; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--acid); font-size: 1.4rem; transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list p { max-width: 720px; padding: 0 0 24px; margin: 0; color: #7e8982; line-height: 1.7; font-size: .85rem; }

footer { min-height: 260px; padding: 54px max(32px, calc((100vw - 1440px) / 2)) 25px; display: grid; grid-template-columns: 1.5fr 1fr auto; gap: 40px; align-items: start; background: radial-gradient(circle at 10% 0, rgba(225,6,44,.08), transparent 30%), #050507; border-top: 1px solid rgba(225,6,44,.12); }.footer-logo { display: block; width: min(280px, 100%); height: auto; filter: drop-shadow(0 0 18px rgba(225,6,44,.1)); }.footer-brand p { margin-top: 9px; color: #706568; font-size: .66rem; line-height: 1.7; letter-spacing: .08em; }.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 35px; color: #7d7477; font-size: .68rem; }.footer-links a:hover { color: var(--acid); }.footer-socials { display: flex; gap: 8px; }.footer-socials a { width: 38px; height: 38px; display: grid; place-items: center; color: #7a7074; border: 1px solid var(--line); font: .58rem var(--display); }.footer-socials a:hover { color: var(--acid); border-color: var(--acid); box-shadow: 0 0 20px rgba(225,6,44,.12); }.copyright { grid-column: 1 / -1; align-self: end; margin: 30px 0 0; padding-top: 22px; color: #4a4245; border-top: 1px solid var(--line); font-size: .56rem; }

.login-modal { width: min(470px, calc(100% - 32px)); padding: 0; color: var(--text); background: transparent; border: 0; overflow: visible; }.login-modal::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(8px); }.login-card { position: relative; padding: 38px; background: #101014; border: 1px solid var(--line-strong); box-shadow: 0 30px 100px #000; }.login-card h2 { margin: 12px 0 12px; font: 2rem/1 var(--display); text-transform: uppercase; }.login-card p { color: #7d8881; font-size: .8rem; line-height: 1.65; }.login-card label { display: block; margin: 24px 0 8px; color: #a5aea8; font-size: .65rem; font-weight: 800; }.login-card input { width: 100%; height: 52px; padding: 0 15px; color: var(--text); background: #090c0a; border: 1px solid var(--line-strong); outline: 0; }.login-card input:focus { border-color: var(--acid); box-shadow: 0 0 0 3px rgba(225,6,44,.08); }.modal-submit { width: 100%; margin-top: 12px; justify-content: space-between; }.login-card > small { display: block; margin-top: 14px; color: #566059; font-size: .58rem; line-height: 1.5; }.modal-close { position: absolute; right: 12px; top: 12px; width: 34px; height: 34px; color: #747f78; background: transparent; border: 1px solid var(--line); cursor: pointer; font-size: 1.2rem; }
.toast { position: fixed; z-index: 90; right: 26px; bottom: 26px; min-width: 260px; padding: 15px 18px; display: flex; align-items: center; gap: 12px; background: #131318; border: 1px solid rgba(225,6,44,.35); box-shadow: 0 18px 50px rgba(0,0,0,.45); transform: translateY(130%); opacity: 0; transition: transform .3s, opacity .3s; }.toast.show { transform: translateY(0); opacity: 1; }.toast > span { width: 28px; height: 28px; display: grid; place-items: center; color: #070709; background: var(--acid); border-radius: 50%; font-weight: 900; }.toast p { display: grid; gap: 3px; margin: 0; }.toast b { font-size: .68rem; }.toast small { color: #7b867f; font-size: .58rem; }

[hidden] { display: none!important; }

@media (max-width: 1100px) {
  .site-header { gap: 22px; }.main-nav { gap: 20px; }.online-pill { display: none; }
  .hero { min-height: 740px; grid-template-columns: 1fr 1fr; }.hero-visual { height: 540px; }.fortress { right: -18%; transform: scale(.88); }
  .status-strip { grid-template-columns: repeat(3, 1fr); }.status-strip .next-event { grid-column: 1 / -1; min-height: 80px; border-top: 1px solid var(--line); }
  .leaderboard-wrap { grid-template-columns: 1fr; }.battle-card { min-height: 340px; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }.analytics-row { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .section-shell { width: min(100% - 36px, 680px); }
  .site-header { height: 68px; padding: 0 18px; justify-content: space-between; background: rgba(5,5,7,.94); border-bottom-color: var(--line); backdrop-filter: blur(16px); }
  .brand { width: 166px; height: 60px; }.brand-logo { width: 166px; }
  .menu-toggle { display: block; order: 3; }.header-actions { margin-left: auto; }.header-actions .btn { display: none; }
  .main-nav { position: fixed; inset: 68px 0 auto; padding: 25px 20px 40px; display: grid; gap: 0; background: #0b0b0f; border-bottom: 1px solid var(--line); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .3s, opacity .3s; }.main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }.main-nav a { padding: 18px 4px; border-bottom: 1px solid var(--line); font-size: .9rem; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: 125px; grid-template-columns: 1fr; }.hero-copy { padding-bottom: 0; }.hero-lead { max-width: 540px; }.hero-visual { height: 520px; }.fortress { right: 1%; }
  .name-lore { padding-block: 22px; grid-template-columns: auto 1fr 32px 1fr; }.name-lore p { grid-column: 1 / -1; justify-self: start; }.lore-sigil { grid-row: 1; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }.section-heading p { max-width: 550px; }.feature-grid { grid-template-columns: 1fr; }
  .donate-grid { grid-template-columns: 1fr; gap: 38px; }.donate-card { min-height: 460px; }
  .dashboard { grid-template-columns: 1fr; }.profile-panel { padding-bottom: 24px; border-right: 0; border-bottom: 1px solid var(--line); }.profile-panel .avatar-wrap { float: left; margin: 0 18px 22px 0; }.clan-chip { width: max-content; min-width: 180px; }.profile-nav { clear: both; grid-template-columns: repeat(3, 1fr); }.profile-nav button { justify-content: center; border-left: 0; border-bottom: 2px solid transparent; }.logout-button { display: none; }
  footer { grid-template-columns: 1fr 1fr; }.footer-socials { justify-self: end; }.copyright { grid-column: 1/-1; }
}

@media (max-width: 580px) {
  .section-shell { width: calc(100% - 28px); }
  .brand { width: 154px; }.brand-logo { width: 154px; }
  h1 { font-size: clamp(3rem, 15vw, 4.2rem); }.hero { padding-top: 110px; }.hero-actions { display: grid; }.hero-actions .btn-primary { width: 100%; min-width: 0; }.hero-meta { gap: 12px; display: grid; }
  .hero-visual { height: 415px; margin-inline: -14px; }.fortress { right: -19%; bottom: 45px; transform: scale(.68); transform-origin: bottom; }.sun-orbit { width: 300px; height: 300px; right: 0; }.territory-card { width: 210px; left: 14px; bottom: 16px; }.label-north { left: 18px; top: 85px; }.label-fort { display: none; }
  .status-strip { padding: 0 14px; grid-template-columns: 1fr; }.status-strip > div { min-height: 88px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.status-strip .next-event { grid-column: auto; min-height: 110px; }.next-event { padding: 14px; }
  .name-lore { grid-template-columns: auto 1fr; gap: 16px; padding-block: 24px; }.name-lore > i { display: none; }.name-lore div:nth-of-type(2) { grid-column: 2; }.name-lore p { grid-column: 1 / -1; }
  .mode-section, .donate-section, .faq-section, .cabinet-section, .season-section { padding-top: 90px; padding-bottom: 95px; }.section-heading { margin-bottom: 42px; }.section-heading h2 { font-size: 2.65rem; }
  .feature-card { min-height: 390px; padding: 22px; }.feature-copy { left: 22px; right: 22px; }.mini-map { transform: rotate(-8deg) scale(.64); left: -120px; right: -80px; }.battle-score { gap: 18px; }.upgrade-orbit { transform: translateX(-50%) scale(.85); }.season-rank { transform: translateX(-50%) scale(.85); transform-origin: top; }
  .season-controls, .demo-badge { justify-self: start; }.leaderboard { overflow-x: auto; }.board-row { width: 670px; }.battle-card { min-height: 350px; }
  .donate-card { padding: 25px; }.donate-card.featured { margin-top: 5px; }
  .dashboard { margin-inline: -1px; }.profile-panel { padding: 22px 18px; }.profile-nav button { padding: 9px 4px; display: grid; font-size: .57rem; }.stats-panel { padding: 10px; }.stats-row { grid-template-columns: repeat(2, 1fr); }.stats-row article { padding: 15px; }.analytics-row { grid-template-columns: minmax(0,1fr); }.activity-chart, .progress-card, .match-history { padding: 16px; }.match-row { grid-template-columns: 32px 1fr .55fr; }.match-row > span:last-child { display: none; }
  footer { padding-inline: 18px; grid-template-columns: 1fr; }.footer-socials { justify-self: start; }.footer-links { max-width: 280px; }
  .toast { left: 14px; right: 14px; bottom: 14px; min-width: 0; }
  .login-card { padding: 30px 22px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
}
