:root{--bg: #070708;--bg2: #111114;--panel: #16161a;--panel2: #1c1c22;--line: rgba(255, 255, 255, .1);--text: #f5f5f5;--mute: #9a9aa3;--yellow: #ffcc00;--yellow2: #ffe066;--danger: #ff5c5c;--ok: #3dd68c;--font: "Sora", system-ui, sans-serif;--display: "Instrument Serif", Georgia, serif;--radius: 14px;--max: 1200px;--ease: cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;color:var(--text);background:var(--bg);font-family:var(--font);font-size:15px;line-height:1.55;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}img{max-width:100%;display:block}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--bg);position:relative}.ambient{pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(900px 480px at 72% 12%,rgba(255,204,0,.09),transparent 58%),radial-gradient(700px 420px at 12% 78%,rgba(120,150,255,.06),transparent 55%);animation:ambientDrift 18s ease-in-out infinite alternate}@keyframes ambientDrift{0%{opacity:.75;transform:scale(1)}to{opacity:1;transform:scale(1.04)}}.app-shell>*:not(.ambient){position:relative;z-index:1}.wrap{width:min(var(--max),calc(100% - 2rem));margin:0 auto}.topbar{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#070708eb;border-bottom:1px solid rgba(255,255,255,.22);box-shadow:0 1px #ffcc001f;flex-shrink:0}.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:72px}.brand{display:inline-flex;align-items:center;gap:.65rem;font-weight:800;letter-spacing:.02em;font-size:1.15rem}.brand-logo{width:42px;height:42px;border-radius:0;object-fit:contain;background:transparent;filter:drop-shadow(0 0 12px rgba(255,204,0,.28))}.nav-links{display:flex;gap:.72rem;color:var(--mute);font-weight:500;font-size:.84rem;flex-wrap:nowrap;white-space:nowrap}.nav-links a:hover,.nav-links a.active{color:#fff}.nav-actions{display:flex;gap:.4rem;align-items:center;flex-shrink:0}.nav-actions .btn{min-height:34px;padding:.35rem .7rem;border-radius:9px;font-size:.8rem;font-weight:650}.nav-actions .btn.yellow{box-shadow:0 6px 16px #ffcc0038;animation:none}.menu-btn{display:none;background:transparent;border:1px solid var(--line);color:#fff;border-radius:10px;padding:.45rem .7rem}.mobile-only{display:none}.btn.icon-btn{width:32px;height:32px;min-height:32px;padding:0;border-radius:50%;flex-shrink:0}.icon-btn svg{width:15px;height:15px}.discord-btn{background:#5865f224;border-color:#5865f266;color:#5865f2}.discord-btn:hover{background:#5865f2;border-color:#5865f2;color:#fff}.discord-popup-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:300;background:#040406b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1.25rem;animation:discordFadeIn .25s ease}.discord-popup{position:relative;width:min(420px,100%);background:linear-gradient(180deg,var(--panel),#0c0c0e);border:1px solid rgba(88,101,242,.4);border-radius:18px;padding:2.2rem 1.75rem 1.9rem;text-align:center;box-shadow:0 30px 80px #0009,0 0 0 1px #ffffff0a;animation:discordPopIn .3s cubic-bezier(.22,1,.36,1);max-height:88vh;overflow-y:auto}.popup-vote-section{margin:0 0 1.3rem;padding:0 0 1.2rem;border-bottom:1px solid rgba(255,255,255,.12)}.popup-vote-section .vote-callout-title{margin:0 0 .4rem}.popup-vote-section .vote-callout-text{margin:0 0 .8rem}.popup-vote-section .vote-callout-btn{display:inline-block}.discord-popup-close{position:absolute;top:.6rem;right:.9rem;background:transparent;border:0;color:var(--mute);font-size:1.6rem;line-height:1;cursor:pointer;padding:.25rem}.discord-popup-close:hover{color:#fff}.discord-popup-icon{width:64px;height:64px;margin:0 auto 1rem;border-radius:50%;background:#5865f226;display:flex;align-items:center;justify-content:center;color:#5865f2}.discord-popup-icon svg{width:34px;height:34px}.discord-popup h3{margin:0 0 .6rem;font-family:var(--display);font-size:1.35rem;color:#fff}.discord-popup p{margin:0 0 1.4rem;color:var(--mute);font-size:.92rem;line-height:1.5}.discord-popup-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;background:#5865f2;color:#fff;border-color:transparent}.discord-popup-btn:hover{background:#4752c4;color:#fff}@keyframes discordFadeIn{0%{opacity:0}to{opacity:1}}@keyframes discordPopIn{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 760px){.btn.icon-btn{width:38px;height:38px;min-height:38px}.icon-btn svg{width:18px;height:18px}}.account-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}.account-tabs button{min-height:40px;padding:.55rem .95rem;border-radius:10px;border:1px solid var(--line);background:#ffffff0a;color:var(--mute);font-weight:700;cursor:pointer}.account-tabs button.active,.account-tabs button:hover{color:#111;background:var(--yellow);border-color:transparent}.donate-panel{display:grid;gap:1.15rem;max-width:520px;margin-top:1rem}.donate-box{background:#16161ae0;border:1px solid var(--line);border-radius:16px;padding:1.15rem 1.2rem}.donate-box.services{border-color:#9ab4ff47;background:#121620eb}.donate-box .tag{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--yellow);margin:0 0 .4rem}.donate-box.services .tag{color:#9ab4ff}.donate-box h3{margin:0 0 .4rem;font-size:1.12rem}.donate-box>p{margin:0 0 .85rem;color:var(--mute);font-size:.9rem}.donate-box label{display:block;margin-top:.75rem;font-weight:600}.donate-box select,.donate-box input[type=text]{width:100%;min-height:44px;margin-top:.35rem;border-radius:10px;border:1px solid var(--line);background:#0d0d10;color:#fff;padding:.55rem .75rem;display:block}.donate-lock{margin:.35rem 0 .85rem;padding:.75rem .85rem;border-radius:10px;background:#ff5c5c1a;border:1px solid rgba(255,92,92,.38);color:#ff8a8a;font-size:.88rem;line-height:1.45}.donate-lock strong{color:#fff}.char-picker{margin-bottom:1rem}.char-picker label{display:block;margin-top:.75rem;font-weight:600}.char-picker select,.char-picker input[type=text]{width:min(100%,420px);min-height:44px;margin-top:.35rem;border-radius:10px;border:1px solid var(--line);background:#0d0d10;color:#fff;padding:.55rem .75rem;display:block}.menu-logout{display:block;width:100%;text-align:left;background:transparent;border:0;color:#fff;font:inherit;cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:44px;padding:.7rem 1.15rem;border-radius:12px;border:1px solid var(--line);background:transparent;color:#fff;font-weight:700;cursor:pointer;transition:transform .2s var(--ease),background .2s,border-color .2s,color .2s}.btn:hover{transform:translateY(-1px);border-color:#ffffff47}.btn.ghost{background:transparent}.btn.soft{background:#ffffff0f}.btn.yellow{background:linear-gradient(180deg,#ffe066,var(--yellow));color:#111;border-color:transparent;box-shadow:0 10px 30px #ffcc0047;animation:softPulse 3.6s ease-in-out infinite}.btn.yellow:hover{background:linear-gradient(180deg,#fff0a0,var(--yellow2));color:#111}@keyframes softPulse{0%,to{box-shadow:0 10px 30px #ffcc0038}50%{box-shadow:0 14px 40px #ffcc0061}}.btn.white{background:#fff;color:#111;border-color:transparent}.btn.block{width:100%}.btn.lg{min-height:52px;padding:.85rem 1.4rem;font-size:1rem}.app-shell.home-screen{height:100dvh;max-height:100dvh;overflow:hidden}.app-shell.home-screen .topbar{flex-shrink:0;height:78px;min-height:78px;border-bottom:2px solid rgba(255,255,255,.34);box-shadow:inset 0 -1px #ffcc0038;background:#070708fa;z-index:60}.app-shell.home-screen .nav{height:78px;min-height:78px}.app-shell.home-screen main{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.app-shell.home-screen .hero{flex:1;min-height:0;height:auto;padding:1.1rem 0 .35rem;overflow:hidden;position:relative}.app-shell.home-screen .footer{flex-shrink:0;position:relative;z-index:8;padding:.35rem 0 .4rem;border-top:1px solid rgba(255,255,255,.28);background:#070708fa}.app-shell.home-screen .footer-inner{font-size:.78rem;gap:.35rem 1rem}.app-shell.home-screen .footer-vote-banners{margin-top:.28rem;gap:6px}.app-shell.home-screen .vote-banner{width:100px;height:34px;flex:0 0 100px}.app-shell.home-screen .vote-banner img{max-width:96px!important;max-height:30px!important}.app-shell.home-screen .vote-banner-l2votes img{width:22px;height:20px;max-width:22px!important;max-height:20px!important}.app-shell.home-screen .vote-banner-l2votes-title{font-size:9px}.app-shell.home-screen .vote-banner-l2votes-sub{font-size:7px}.app-shell.home-screen .vote-banner-l2network .vote-banner-css-title{font-size:8px}.app-shell.home-screen .vote-banner-l2network .vote-banner-css-sub{font-size:6px}.app-shell.home-screen .hero-inner{height:100%;align-items:center;grid-template-columns:1.05fr .95fr;gap:2rem;overflow:visible}.app-shell.home-screen .hero p.lead{margin-top:.75rem}.app-shell.home-screen .cta-row{margin-top:1rem}.app-shell.home-screen .status-row{margin-top:.7rem;gap:.45rem}.app-shell.home-screen .status-card{padding:.2rem .28rem;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.app-shell.home-screen .status-card .pill{padding:.3rem .58rem;font-size:.72rem}.app-shell.home-screen .seasonal-home-note{margin:.7rem auto 0;max-width:34rem;color:var(--mute);font-size:.88rem;line-height:1.4;text-align:center}.app-shell.home-screen .grand-opening{margin-top:.7rem}.app-shell.home-screen .grand-opening-date{font-size:.86rem;line-height:1.3;max-width:34rem}.app-shell.home-screen .flag-counter{margin-top:.55rem;margin-bottom:.85rem}.app-shell.home-screen .hero-inner>*:first-child{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;min-width:0;min-height:0;max-height:100%;z-index:3}.app-shell.home-screen .hero-title{width:100%;display:flex;justify-content:center}.app-shell.home-screen .hero-title img{margin-left:auto;margin-right:auto}.app-shell.home-screen .hero p.lead{margin-left:auto;margin-right:auto;text-align:center}.app-shell.home-screen .cta-row,.app-shell.home-screen .status-row{justify-content:center;width:100%}.app-shell.home-screen .flag-counter{width:100%;display:flex;justify-content:center;align-items:center}.app-shell.home-screen .flag-counter a{display:inline-block;margin:0 auto}.app-shell.home-screen .hero-art{position:static;width:100%;min-height:1px;margin:0!important;overflow:hidden;pointer-events:none}.app-shell.home-screen .hero-art .hero-glow{display:none}.app-shell.home-screen .hero-art img{position:absolute;right:-6vw;bottom:0;top:auto;left:auto;width:auto!important;max-width:none!important;height:100%;max-height:100%;object-fit:contain;object-position:right bottom;pointer-events:none;z-index:1;transform:none!important;animation:none!important}.hero{position:relative;min-height:calc(100vh - 72px);display:grid;align-items:center;overflow:hidden;padding:2.5rem 0 4rem}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#070708eb,#0707088c 42%,#07070840),linear-gradient(180deg,#07070833,#070708f2),url(/art/bg-group.png) center/cover no-repeat;z-index:0;transform:scale(1.04);animation:slowZoom 24s ease-in-out infinite alternate}@keyframes slowZoom{0%{transform:scale(1.04)}to{transform:scale(1.1)}}.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:center}.hero-title{margin:0;line-height:0}.hero-title img{width:min(100%,520px);height:auto;display:block;background:transparent;filter:drop-shadow(0 18px 40px rgba(0,0,0,.45))}.hero p.lead{margin:1.1rem 0 0;max-width:34rem;color:var(--mute);font-size:1.05rem}.cta-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.status-row{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.3rem}.status-line{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;width:100%;justify-content:inherit}.status-card{width:auto;max-width:100%;padding:.35rem .4rem .35rem .35rem;border-radius:999px;background:linear-gradient(180deg,rgba(255,204,0,.06),transparent 55%),#0a0a0cb8;border:1px solid rgba(255,204,0,.18);box-shadow:0 8px 24px #00000047;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.app-shell.home-screen .status-line{justify-content:center}.pill{display:inline-flex;align-items:center;gap:.4rem;padding:.38rem .72rem;border-radius:999px;background:#00000059;border:1px solid rgba(255,255,255,.08);color:var(--mute);font-size:.76rem;font-weight:600;letter-spacing:.02em}.pill-name{color:var(--yellow2);border-color:#ffcc0047;background:#00000059;font-weight:700}.pill-svc.is-on,.pill-svc.is-off{color:var(--mute);border-color:#ffffff14;background:#00000059}.pill-online{color:var(--text)}.dot{width:8px;height:8px;border-radius:50%;background:var(--danger);flex-shrink:0}.dot.on{background:var(--ok);box-shadow:0 0 10px #3dd68c8c}.pill-gmonly{color:#ffe6a8;border-color:#fc06;max-width:100%;white-space:normal;text-align:left;line-height:1.35}.grand-opening{margin:.9rem 0 0;display:flex;flex-direction:column;align-items:center;gap:.2rem;text-align:center;animation:grandPulse 3.6s ease-in-out infinite}.grand-opening-headline{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.45rem}.grand-opening-label{font-family:var(--display);font-size:clamp(1.55rem,3.4vw,2.35rem);line-height:1.05;letter-spacing:.02em;color:var(--yellow2);text-shadow:0 0 24px rgba(255,204,0,.35),0 2px 18px rgba(0,0,0,.55)}.grand-opening-sep{font-size:1.05rem;color:var(--yellow2);opacity:.75}.grand-opening-when{font-size:clamp(.88rem,1.6vw,1.08rem);font-weight:600;letter-spacing:.04em;color:#f0ead8;opacity:.92}.grand-opening-date{font-size:.92rem;font-weight:600;letter-spacing:.04em;color:#f0ead8;opacity:.92}.grand-opening-countdown{font-family:var(--display);font-size:clamp(1rem,2vw,1.3rem);font-weight:700;letter-spacing:.03em;color:var(--yellow2);margin-top:.15rem;font-variant-numeric:tabular-nums}@keyframes grandPulse{0%,to{opacity:.92;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}.hero-art{position:relative;min-height:100%;display:flex;align-items:flex-start;justify-content:flex-end;margin-right:-7.5rem;margin-top:-6rem}.hero-art img{width:min(100%,680px);max-height:min(74vh,720px);height:auto;object-fit:contain;object-position:right top;background:transparent;filter:drop-shadow(0 28px 50px rgba(0,0,0,.55));animation:floatY 7s ease-in-out infinite}@keyframes floatY{0%,to{transform:translate(110px,-96px) scale(1)}50%{transform:translate(110px,-108px) scale(1.01)}}.hero-glow{position:absolute;width:78%;height:58%;bottom:6%;left:11%;background:radial-gradient(circle,rgba(255,204,0,.28),transparent 62%),radial-gradient(circle at 60% 40%,rgba(160,120,255,.16),transparent 55%);filter:blur(26px);z-index:-1;animation:glowBreathe 5s ease-in-out infinite}@keyframes glowBreathe{0%,to{opacity:.7;transform:scale(.98)}50%{opacity:1;transform:scale(1.05)}}.vote-callout{position:absolute;top:0;right:2%;z-index:5;width:min(230px,30vw);text-align:center;background:#09090bc7;border:1px solid rgba(255,202,60,.35);border-radius:14px;padding:.85rem .95rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:auto}.vote-callout-title{margin:0 0 .4rem;font-family:var(--display);font-size:1rem;color:#ffd35a;text-shadow:0 2px 10px rgba(0,0,0,.5)}.vote-callout-text{margin:0 0 .7rem;font-size:.78rem;line-height:1.35;color:#d8d8dc}.vote-callout-text strong{color:#ffd35a}.vote-callout-btn{display:inline-block;line-height:0;transition:transform .2s ease,opacity .2s ease}.vote-callout-btn:hover{transform:translateY(-2px);opacity:.92}.app-shell.home-screen .hero-art .vote-callout-btn img,.hero-art .vote-callout-btn img{width:130px!important;height:111px!important;max-width:130px!important;max-height:111px!important;min-width:0!important;position:static!important;inset:auto!important;object-fit:contain!important;object-position:center!important;animation:none!important;filter:none!important;transform:none!important;border-radius:8px;display:block;margin:0 auto}@media (max-width: 900px){.vote-callout{display:none!important}}.flag-counter{display:flex;justify-content:flex-start;margin-top:.85rem;max-width:100%}.flag-counter a{display:inline-block;line-height:0;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.08);opacity:.85;transition:opacity .25s ease}.flag-counter a:hover{opacity:1}.flag-counter img{max-width:min(100%,320px);height:auto;border:0;display:block}.server-strip{margin-top:1.6rem;display:grid;grid-template-columns:1fr;gap:.75rem}.server-card{border:1px solid var(--line);background:#16161ad1;border-radius:var(--radius);padding:1rem 1.1rem;display:grid;grid-template-columns:1.2fr auto auto;gap:1rem;align-items:center}.server-card.active{border-color:#ffcc008c;box-shadow:inset 0 -3px 0 var(--yellow)}.server-card h3{margin:0;font-size:1.05rem}.server-card .meta{color:var(--mute);font-size:.85rem;margin-top:.2rem}.badge{display:inline-flex;padding:.2rem .5rem;border-radius:999px;background:var(--yellow);color:#111;font-size:.7rem;font-weight:800;margin-left:.45rem;vertical-align:middle}.rate-chip{font-weight:800;color:var(--yellow);font-size:1.2rem}.page{flex:1;padding:2.5rem 0 4rem;position:relative}.page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/art/bg-castle.png) center/cover no-repeat;opacity:.18;z-index:0}.page>.wrap{position:relative;z-index:1}.page-head{max-width:40rem;margin-bottom:1.8rem}.page-head h1{margin:0;font-size:clamp(2rem,4vw,3rem);letter-spacing:-.03em;font-weight:800}.page-head h2{margin:0;font-size:clamp(1.35rem,2.6vw,1.75rem);letter-spacing:-.02em;font-weight:750}.page-head p{margin:.6rem 0 0;color:var(--mute)}.wrap.center-mod{display:flex;flex-direction:column;align-items:center;text-align:center}.wrap.center-mod .page-head{margin-left:auto;margin-right:auto;max-width:36rem}.wrap.center-mod form.panel,.wrap.center-mod>.card,.wrap.center-mod>.panel{width:min(100%,440px);margin-left:auto;margin-right:auto;text-align:left}.wrap.center-mod>.legal.card{width:min(100%,48rem)}.wrap.center-mod .msg{width:min(100%,440px);text-align:left}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.card{background:#16161ae0;border:1px solid var(--line);border-radius:18px;padding:1.25rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .35s var(--ease),border-color .35s,box-shadow .35s}.card:hover{transform:translateY(-4px);border-color:#ffcc0047;box-shadow:0 18px 40px #00000059}.card h3{margin:0;display:flex;align-items:center;gap:.65rem;font-size:1.15rem}.step{width:28px;height:28px;border-radius:8px;background:#ffffff1a;display:grid;place-items:center;font-weight:800;font-size:.85rem}.card p{color:var(--mute);margin:.75rem 0 1.1rem}.card .actions{display:grid;gap:.55rem}.card.av-notice{border-color:#ffcc0073}.card.av-notice h3{color:var(--yellow2)}.card.av-notice p{margin-bottom:.7rem}.card.av-notice p:last-child{margin-bottom:0}.card.av-notice strong{color:#f5f5f5}.warn{color:var(--danger);font-size:.9rem}.info-box{margin-top:.9rem;padding:.75rem .85rem;border-radius:10px;background:#ffffff0a;border:1px solid var(--line);color:var(--mute);font-size:.88rem}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem;margin-top:2rem}.feature{border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem;background:#16161abf;min-height:150px}.feature h3{margin:0 0 .4rem;font-size:1rem}.feature p{margin:0;color:var(--mute);font-size:.92rem}form.panel{display:grid;gap:.65rem;max-width:420px;background:#16161aeb;border:1px solid var(--line);border-radius:var(--radius);padding:1.25rem}label{font-size:.78rem;font-weight:600;color:var(--mute);letter-spacing:.04em;text-transform:uppercase}input[type=text],input[type=email],input[type=password],input[type=number]{width:100%;min-height:44px;border-radius:10px;border:1px solid var(--line);background:#0d0d10;color:#fff;padding:.65rem .8rem}input:focus{outline:none;border-color:#ffcc008c;box-shadow:0 0 0 3px #ffcc001f}.check{display:flex;gap:.55rem;align-items:flex-start;text-transform:none;letter-spacing:0;color:var(--text);font-size:.92rem;font-weight:500}.msg{margin-top:.75rem;color:var(--mute)}.muted{color:var(--mute);font-size:.92rem;margin:.35rem 0 0}.msg.ok{color:var(--ok)}.msg.err{color:var(--danger)}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:var(--radius)}table.data{width:100%;border-collapse:collapse}table.data th,table.data td{padding:.75rem .9rem;border-bottom:1px solid var(--line);text-align:left}table.data th{color:var(--mute);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;background:#00000040}.rank-crest{display:inline-flex;align-items:center;justify-content:center;line-height:0;border:0;background:transparent;vertical-align:middle;overflow:visible}.rank-crest img{display:block;height:18px;width:auto;max-width:none;object-fit:fill;image-rendering:pixelated;image-rendering:crisp-edges}.footer{border-top:1px solid var(--line);padding:1.6rem 0 2rem;color:var(--mute);font-size:.85rem;position:relative;z-index:2}.footer-inner{display:flex;flex-wrap:wrap;gap:.8rem 1.2rem;justify-content:space-between}.footer a:hover{color:#fff}.footer .vote-banner:hover{color:inherit}.footer-vote-banners{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:.85rem}.vote-banner{display:inline-flex;align-items:center;justify-content:center;width:128px;height:52px;flex:0 0 128px;overflow:hidden;border-radius:6px;background:#00000047;border:1px solid rgba(255,255,255,.1);line-height:0;transition:transform .2s ease,opacity .2s ease,border-color .2s ease}.vote-banner:hover{transform:translateY(-1px);opacity:.94;color:inherit;border-color:#ffcc0059}.vote-banner img{max-width:124px!important;max-height:48px!important;width:auto;height:auto;object-fit:contain;display:block}.vote-banner-panel{width:100%;flex:none;height:72px}.vote-banner-panel img{max-width:100%!important;max-height:68px!important}.vote-banner-panel.vote-banner-l2network,.vote-banner-panel.vote-banner-l2jbrasil{width:128px;max-width:128px;height:52px;justify-self:center;line-height:1.15}.vote-banner-panel.vote-banner-l2jbrasil img{max-width:124px!important;max-height:48px!important;width:auto;height:auto}.vote-banner-l2votes{gap:8px;padding:0 10px;background:#111;border:1px solid rgba(255,198,64,.3);text-decoration:none}.vote-banner-l2votes:hover{border-color:#ffc640;box-shadow:0 0 14px #ffc64026}.vote-banner-l2votes img{width:32px;height:28px;max-width:32px!important;max-height:28px!important;flex-shrink:0}.vote-banner-l2votes-copy{display:flex;flex-direction:column;gap:1px;line-height:1.15;text-align:left}.vote-banner-l2votes-title{font-weight:900;font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#ffc640}.vote-banner-l2votes-sub{font-weight:700;font-size:8px;text-transform:uppercase;letter-spacing:1px;color:#fff6}.vote-banner-panel.vote-banner-l2votes{justify-content:center;padding:0 16px}.vote-banner-panel.vote-banner-l2votes img{width:42px;height:38px;max-width:42px!important;max-height:38px!important}.vote-banner-panel .vote-banner-l2votes-title{font-size:12px}.vote-banner-panel .vote-banner-l2votes-sub{font-size:9px}.vote-banner-l2network{padding:0 8px;background:linear-gradient(180deg,#2d63b8,#163a78);border:1px solid #8ec0ff;text-decoration:none;line-height:1.15}.vote-banner-l2network:hover{border-color:#c5d8ff;box-shadow:0 0 14px #8ec0ff33}.vote-banner-css-copy{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;line-height:1.15;text-align:center;width:100%}.vote-banner-css-title{font-weight:900;font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#fff}.vote-banner-css-sub{font-weight:700;font-size:8px;text-transform:uppercase;letter-spacing:1.2px;color:#c5d8ff}.vote-banner-panel.vote-banner-l2network .vote-banner-css-title{font-size:13px}.vote-banner-panel.vote-banner-l2network .vote-banner-css-sub{font-size:9px}.legal{max-width:48rem;color:var(--mute)}.legal h2{color:#fff;margin-top:1.5rem}@media (max-width: 900px){html{width:100%;max-width:100%}body{width:100%;max-width:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior-x:none;touch-action:auto}#root,.app-shell{max-width:100%}.mobile-only{display:block}.app-shell.home-screen{height:auto!important;max-height:none!important;overflow:visible!important}.app-shell.home-screen main{overflow:visible!important}.app-shell.home-screen .hero{flex:none!important;min-height:0!important;padding:1.25rem 0 1.5rem!important;overflow:visible!important}.app-shell.home-screen .hero-inner{height:auto!important;grid-template-columns:1fr!important;gap:1.25rem!important;align-items:stretch!important}.app-shell.home-screen .hero-inner>*:first-child{order:2;text-align:center;align-items:center}.app-shell.home-screen .hero-art{order:1;position:relative!important;width:100%!important;min-height:0!important;margin:0!important;pointer-events:auto!important;display:flex;justify-content:center;overflow:visible!important}.app-shell.home-screen .hero-art img{position:static!important;right:auto!important;left:auto!important;bottom:auto!important;width:min(78vw,320px)!important;max-width:min(78vw,320px)!important;height:auto!important;max-height:42vh!important;margin:0 auto!important;object-fit:contain!important;object-position:center bottom!important;transform:none!important;animation:none!important}.app-shell.home-screen .hero-title img{width:min(100%,340px);margin:0 auto}.app-shell.home-screen .hero p.lead{margin-left:auto;margin-right:auto;font-size:.95rem}.app-shell.home-screen .cta-row,.app-shell.home-screen .status-row{justify-content:center}.app-shell.home-screen .cta-row{flex-direction:column;width:100%}.app-shell.home-screen .cta-row .btn{width:100%}.app-shell.home-screen .status-row{justify-content:center}.app-shell.home-screen .flag-counter{width:100%;display:flex;justify-content:center;align-items:center;margin-left:auto;margin-right:auto}.app-shell.home-screen .flag-counter a{display:inline-block;margin:0 auto}.app-shell.home-screen .flag-counter img{max-width:min(100%,260px);width:auto;margin:0 auto}.app-shell.home-screen .footer{z-index:2}.hero{min-height:0;padding:1.25rem 0 2rem;overflow:visible}.hero-inner{grid-template-columns:1fr!important;gap:1.25rem;align-items:stretch}.hero-art{order:-1;min-height:0;margin:0!important;justify-content:center;align-items:center}.hero-art img{width:min(78vw,320px)!important;max-width:min(78vw,320px)!important;max-height:42vh!important;height:auto!important;margin:0 auto;object-position:center bottom;animation:none!important;transform:none!important}.hero-title img{width:min(100%,340px);margin:0 auto}.hero p.lead{text-align:center;margin-left:auto;margin-right:auto}.cta-row{justify-content:center}.grid-3,.grid-2,.feature-grid,.server-card{grid-template-columns:1fr!important}.page{padding:1.4rem 0 2.5rem}.page-head h1{font-size:clamp(1.7rem,7vw,2.3rem)}.wrap.center-mod form.panel,.wrap.center-mod>.card,.wrap.center-mod>.panel{width:min(100%,100%)}.footer{padding:1.2rem 0 1.5rem}.footer-inner{flex-direction:column;align-items:center;text-align:center;gap:.65rem}.btn.lg{width:100%}.status-row{justify-content:center}.pill{font-size:.72rem}table.data th,table.data td{padding:.6rem .55rem;font-size:.85rem}}@media (max-width: 760px){.app-shell>.topbar{z-index:80}.nav{min-height:60px;gap:.5rem;position:relative}.brand span{font-size:1rem}.brand-logo{width:34px;height:34px}.nav-actions .hide-sm{display:none!important}.nav-actions .btn.yellow{min-height:40px;padding:.55rem .8rem;font-size:.85rem}.menu-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;margin-left:auto}.nav-links{display:none;flex-direction:column;gap:0;position:absolute;top:calc(100% + 1px);left:50%;transform:translate(-50%);width:100vw;max-width:100vw;background:#070708fa;border-bottom:1px solid rgba(255,255,255,.18);padding:.4rem 0 .8rem;z-index:60;box-shadow:0 16px 40px #0000008c}.nav-links.open{display:flex}.nav-links a,.nav-links .mobile-only,.nav-links .menu-logout{padding:.85rem 1.25rem;border-top:1px solid rgba(255,255,255,.06);font-size:1rem;color:#fff}.nav-links a.active{color:var(--yellow)}.wrap{width:min(var(--max),calc(100% - 1.25rem))}.card .actions{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation:none!important;transition:none!important}}.crest-page .crest-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}.crest-page .crest-tabs button{border:1px solid var(--line);background:#ffffff0a;color:var(--mute);padding:.55rem 1rem;border-radius:10px;cursor:pointer;font-weight:600}.crest-page .crest-tabs button.on{color:#111;background:linear-gradient(180deg,#fff0a0,var(--yellow2));border-color:transparent}.crest-card-main{margin-bottom:1rem}.crest-lead{color:var(--mute);margin:0 0 1rem}.crest-lead strong{color:var(--text)}.crest-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-bottom:1rem}.crest-mode{display:inline-flex;gap:.4rem;align-items:center;color:var(--mute);cursor:pointer}.crest-err{color:var(--danger)}.crest-preview-wrap{margin-top:1rem;display:grid;gap:.75rem;justify-items:start}.crest-preview{image-rendering:pixelated;width:96px;height:auto;border:1px solid var(--line);background:#000}.crest-palette{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.85rem}.crest-swatch{width:28px;height:28px;border-radius:6px;border:2px solid transparent;cursor:pointer;padding:0}.crest-swatch.on{border-color:var(--yellow)}.crest-grid{display:grid;gap:1px;background:#000;border:1px solid var(--line);margin-bottom:.85rem;touch-action:none;-webkit-user-select:none;user-select:none}.crest-cell{aspect-ratio:1;border:0;padding:0;cursor:crosshair;min-height:14px}.crest-actions{display:flex;gap:.55rem;flex-wrap:wrap}.crest-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(56px,1fr));gap:6px;margin-bottom:.5rem}.crest-gallery-ally{grid-template-columns:repeat(auto-fill,minmax(44px,1fr))}.crest-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:4px 2px 3px;border:1px solid var(--line);border-radius:6px;background:repeating-conic-gradient(#3a3a3a,#3a3a3a 25%,#2a2a2a 0%,#2a2a2a 50%) 50% / 8px 8px;text-align:center;text-decoration:none}.crest-card:hover{border-color:#ffcc008c}.crest-gallery-img{image-rendering:pixelated;image-rendering:crisp-edges;width:48px;height:36px;object-fit:contain;object-position:center;display:block;background:transparent}.crest-gallery-ally .crest-gallery-img{width:24px;height:36px}.crest-num{font-size:.72rem;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.03em;color:var(--yellow2);line-height:1.15}.crest-subtabs{margin-bottom:.85rem}.crest-howto ol{margin:.5rem 0 0;padding-left:1.2rem;color:var(--mute)}.crest-howto li{margin:.35rem 0}.mute{color:var(--mute);margin:0}.crest-subhead{margin:0 0 .55rem;font-size:.95rem;color:var(--yellow2)}.crest-studio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-bottom:1rem}.crest-letters{width:4.5rem;min-height:40px;text-align:center;letter-spacing:.12em;font-weight:800;font-size:1.1rem;text-transform:uppercase;border-radius:10px;border:1px solid var(--line);background:#ffffff0d;color:#fff;padding:.35rem .5rem}.crest-select{min-height:40px;border-radius:10px;border:1px solid var(--line);background:#ffffff0d;color:#fff;padding:.35rem .6rem}.crest-file-btn{cursor:pointer}.crest-dual-block{display:grid;gap:.35rem;width:max-content}.crest-dual-labels{display:flex;gap:0}.crest-dual-cap-ally{width:51.2px}.crest-dual-cap-clan{width:102.4px}.crest-dual-preview{display:flex;flex-wrap:nowrap;gap:0;width:max-content;line-height:0;border:1px solid var(--line)}.crest-dual-preview .crest-preview{border:0;display:block;max-width:none;flex:0 0 102.4px;width:102.4px;height:76.8px;min-width:102.4px}.crest-dual-preview .crest-preview-ally{flex:0 0 51.2px;width:51.2px;height:76.8px;min-width:51.2px}
