:root{--bg:#070708;--card:#141417db;--card-2:#111114;--text:#f7f7f8;--muted:#9b9ba4;--line:#ffffff17;--purple:#8b5cf6;--cyan:#22d3ee;--green:#39ff88;--danger:#ff5b7f}*{box-sizing:border-box}html{background:var(--bg)}body{background:radial-gradient(circle at 15% 0%, #8b5cf629, transparent 32rem), radial-gradient(circle at 90% 15%, #22d3ee1a, transparent 25rem), var(--bg);color:var(--text);min-height:100vh;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.container{width:min(1120px,100% - 32px);margin:0 auto}.page{padding:34px 0 110px}.eyebrow{color:var(--green);letter-spacing:.16em;text-transform:uppercase;font-size:12px;font-weight:800}.title{letter-spacing:-.045em;margin:12px 0;font-size:clamp(32px,6vw,64px);line-height:.98}.subtitle{color:var(--muted);max-width:660px;line-height:1.6}.card{border:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(#ffffff0e,#ffffff06);border-radius:24px;padding:22px}.card.compact{border-radius:18px;padding:16px}.grid{gap:16px;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.section-head{justify-content:space-between;align-items:end;gap:16px;margin:34px 0 14px;display:flex}.section-head h2{margin:0;font-size:22px}.muted{color:var(--muted)}.small{font-size:13px}.btn{border:0;border-radius:14px;padding:12px 16px;font-weight:800;transition:all .18s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg, var(--purple), #6d5dfc);color:#fff;box-shadow:0 10px 30px #8b5cf640}.btn-secondary{color:#fff;border:1px solid var(--line);background:#ffffff12}.btn-green{background:var(--green);color:#031109}.btn-danger{color:#ff8aa5;background:#ff5b7f24;border:1px solid #ff5b7f38}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.input{border:1px solid var(--line);color:#fff;background:#0d0d10;border-radius:14px;outline:none;width:100%;padding:13px 14px}.label{color:#d7d7dc;margin:0 0 8px;font-size:13px;font-weight:700;display:block}.field{margin-bottom:14px}.error{color:#ff8aa5;font-size:14px;line-height:1.4}.success{color:#7affaa;font-size:14px}.hero{align-items:center;min-height:100vh;padding:40px 0;display:grid}.orb{aspect-ratio:1;background:radial-gradient(circle at 35% 30%,#bda7ff,#7c3aed 30%,#15122c 67%,#050506 72%);border-radius:50%;place-items:center;width:min(360px,75vw);display:grid;position:relative;box-shadow:0 0 90px #8b5cf661,inset 0 0 70px #ffffff1f}.orb:after{content:"";border:1px solid #8b5cf647;border-radius:50%;position:absolute;inset:-22px}.orb-number{letter-spacing:-.05em;font-size:64px;font-weight:900}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.topbar{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#070708c2;position:sticky;top:0}.topbar-inner{justify-content:space-between;align-items:center;height:68px;display:flex}.brand{letter-spacing:-.06em;font-size:22px;font-weight:950}.brand span{color:var(--green)}.desktop-nav{align-items:center;gap:7px;display:flex}.nav-link{color:var(--muted);border-radius:12px;padding:9px 12px;font-size:14px;font-weight:700}.nav-link:hover,.nav-link.active{color:#fff;background:#ffffff12}.mobile-nav{z-index:30;border:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0c0c0ee6;border-radius:20px;padding:7px;display:none;position:fixed;bottom:12px;left:12px;right:12px}.mobile-nav-inner{grid-template-columns:repeat(5,1fr);gap:4px;display:grid}.mobile-nav a{color:var(--muted);border-radius:14px;place-items:center;gap:4px;padding:9px 4px;font-size:10px;display:grid}.stat{letter-spacing:-.05em;font-size:42px;font-weight:950}.aura-card{position:relative;overflow:hidden}.aura-card:after{content:"";filter:blur(45px);pointer-events:none;background:#8b5cf62e;border-radius:50%;width:200px;height:200px;position:absolute;top:-80px;right:-70px}.pill{border:1px solid var(--line);color:#d8d8df;background:#ffffff0f;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:12px;font-weight:700;display:inline-flex}.quest{align-items:center;gap:14px;display:flex}.quest-icon{background:#8b5cf621;border-radius:16px;flex:none;place-items:center;width:52px;height:52px;font-size:26px;display:grid}.quest-main{flex:1;min-width:0}.quest-main h3{margin:0 0 5px;font-size:16px}.quest-main p{color:var(--muted);margin:0;font-size:13px;line-height:1.4}.points{color:var(--green);white-space:nowrap;font-weight:900}.locked{opacity:.5;filter:saturate(.5)}.progress{background:#ffffff12;border-radius:999px;height:9px;overflow:hidden}.progress>span{background:linear-gradient(90deg,var(--purple),var(--cyan));border-radius:inherit;height:100%;display:block}.battle-vs{text-align:center;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;display:grid}.battle-score{font-size:36px;font-weight:950}.vs{border:1px solid var(--line);background:#ffffff0f;border-radius:50%;place-items:center;width:44px;height:44px;font-size:12px;font-weight:900;display:grid}.ranking-row{border-bottom:1px solid var(--line);grid-template-columns:42px 1fr auto;align-items:center;gap:10px;padding:13px 0;display:grid}.ranking-row:last-child{border-bottom:0}.auth-tabs{background:#0d0d10;border-radius:14px;grid-template-columns:1fr 1fr;margin:20px 0;padding:5px;display:grid}.auth-tabs button{color:var(--muted);background:0 0;border:0;border-radius:10px;padding:10px;font-weight:800}.auth-tabs button.active{color:#fff;background:#ffffff14}@media (max-width:820px){.grid-2{grid-template-columns:1fr}.hero{min-height:auto;padding:70px 0}.orb{width:270px}.desktop-nav{display:none}.mobile-nav{display:block}.page{padding-top:24px}.quest{flex-wrap:wrap;align-items:flex-start}.quest .btn{width:100%}}:root{--aura-purple:#8b5cf6;--aura-purple-soft:#a78bfa;--aura-cyan:#22d3ee;--aura-green:#62ff8b;--surface:#111115c2;--surface-hover:#19191fe0;--border-soft:#ffffff14;--border-aura:#8b5cf647;--shadow-card:0 18px 50px #00000042;--shadow-aura:0 0 50px #8b5cf626}body{background-color:#050506;background-image:radial-gradient(circle at 15% 10%,#7c3aed1f,#0000 28rem),radial-gradient(circle at 92% 15%,#22d3ee12,#0000 25rem),radial-gradient(circle at 50% 100%,#62ff8b06,#0000 30rem),none;background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:auto,auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box}.page{position:relative}.page:before{content:"";filter:blur(120px);pointer-events:none;background:#8b5cf614;border-radius:50%;width:600px;height:600px;position:fixed;top:-430px;left:50%;transform:translate(-50%)}.topbar{-webkit-backdrop-filter:blur(22px)saturate(150%);backdrop-filter:blur(22px)saturate(150%);background:#050506b8;border-bottom:1px solid #fff1}.brand{letter-spacing:-.07em;font-size:23px;transition:transform .2s,text-shadow .2s}.brand:hover{text-shadow:0 0 24px #62ff8b47;transform:scale(1.03)}.nav-link{padding:9px 14px;transition:color .18s,background .18s,transform .18s}.nav-link:hover{transform:translateY(-1px)}.nav-link.active{background:linear-gradient(#ffffff1a,#ffffff0e);box-shadow:inset 0 1px #ffffff14}.eyebrow{color:var(--aura-green);text-shadow:0 0 18px #62ff8b2e}h1,h2,h3{letter-spacing:-.035em}.title{letter-spacing:-.06em}.card{border:1px solid var(--border-soft);box-shadow:var(--shadow-card);background:linear-gradient(145deg,#ffffff0e,#ffffff05);transition:border-color .2s,transform .2s,background .2s,box-shadow .2s;position:relative}.card:hover{border-color:#ffffff1f}.aura-card{background:radial-gradient(circle at 85% 10%,#8b5cf63d,#0000 40%),linear-gradient(145deg,#8b5cf614,#ffffff06)}.aura-card:before{content:"";filter:blur(45px);background:#22d3ee17;border-radius:50%;width:170px;height:170px;position:absolute;bottom:-100px;right:-60px}.stat{letter-spacing:-.065em;margin:5px 0 7px;font-size:clamp(40px,5vw,54px);line-height:1}.pill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0e;border:1px solid #ffffff17}.btn{transition:transform .18s,box-shadow .18s,filter .18s;position:relative;overflow:hidden}.btn:hover:not(:disabled){transform:translateY(-2px)}.btn:active:not(:disabled){transform:translateY(0)scale(.98)}.btn-primary{background:linear-gradient(135deg,#9b6cff,#7146ef);box-shadow:0 12px 34px #8b5cf640}.btn-primary:hover{box-shadow:0 15px 40px #8b5cf65c}.btn-green{background:linear-gradient(135deg,#76ff9b,#50ec7b);box-shadow:0 10px 30px #62ff8b1f}.btn-green:hover{box-shadow:0 13px 34px #62ff8b38}.input{background:#08080bd1;border:1px solid #ffffff17;transition:border .2s,box-shadow .2s,background .2s}.input:hover{background:#0c0c10e6}.input:focus{border-color:#8b5cf6bf;box-shadow:0 0 0 4px #8b5cf61a,0 0 30px #8b5cf60f}.quest{transition:transform .18s,background .18s,border-color .18s;position:relative}.quest:hover{background:linear-gradient(145deg,#ffffff12,#ffffff06);border-color:#8b5cf62e;transform:translateY(-2px)}.quest-icon{background:linear-gradient(145deg,#8b5cf633,#8b5cf612);border:1px solid #8b5cf61c;box-shadow:inset 0 1px #ffffff0f}.quest .btn-secondary{color:#ffffff80;background:#ffffff09}.battle-vs{padding:10px 0;position:relative}.battle-score{letter-spacing:-.06em;text-shadow:0 0 28px #8b5cf61a;font-size:44px}.vs{background:linear-gradient(145deg,#ffffff1a,#ffffff08);transition:transform .2s;box-shadow:0 0 30px #8b5cf61a}.battle-vs:hover .vs{transform:rotate(-5deg)scale(1.08)}.ranking-row{transition:background .18s,padding .18s}.ranking-row:hover{background:#ffffff06}.success{background:linear-gradient(145deg,#62ff8b14,#ffffff06);border-color:#62ff8b33;animation:.42s cubic-bezier(.2,.8,.2,1) auraSuccess}@keyframes auraSuccess{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.mobile-nav{background:#0a0a0dde;box-shadow:0 18px 60px #00000080}.mobile-nav a{transition:background .18s,color .18s,transform .18s}::-webkit-scrollbar{width:9px}::-webkit-scrollbar-track{background:#050506}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#8b5cf652}@media (max-width:820px){.container{width:min(100% - 24px,1120px)}.page{padding-bottom:120px}.card{border-radius:20px}.stat{font-size:42px}.battle-score{font-size:38px}.topbar-inner{height:62px}.brand{font-size:21px}}.battle-arena{background:radial-gradient(circle at 18%,#8b5cf626,#0000 32%),radial-gradient(circle at 82%,#22d3ee14,#0000 32%),linear-gradient(145deg,#ffffff0e,#ffffff03);border:1px solid #8b5cf638;border-radius:26px;padding:28px;position:relative;overflow:hidden;box-shadow:0 25px 80px #00000059,0 0 70px #8b5cf612}.battle-arena-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:16px;display:flex}.battle-arena-header h2{margin:6px 0 0;font-size:28px}.battle-live{color:var(--aura-green);letter-spacing:.08em;background:#62ff8b0d;border:1px solid #62ff8b2e;border-radius:999px;align-items:center;gap:8px;padding:7px 11px;font-size:11px;font-weight:900;display:flex}.battle-live span{background:var(--aura-green);border-radius:50%;width:7px;height:7px;animation:1.2s infinite battleLivePulse;box-shadow:0 0 14px #62ff8bcc}@keyframes battleLivePulse{0%,to{opacity:1}50%{opacity:.35}}.battle-status-message{text-align:center;background:#ffffff09;border:1px solid #ffffff0d;border-radius:12px;margin-bottom:24px;padding:11px 14px;font-size:13px;font-weight:800}.battle-fighters{grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;display:grid}.battle-fighter{text-align:center;background:#ffffff06;border:1px solid #ffffff0f;border-radius:20px;padding:25px 16px;transition:border .2s,background .2s,transform .2s;position:relative}.battle-fighter-label{letter-spacing:.12em;color:var(--muted);font-size:10px;font-weight:900}.battle-player-name{margin-top:8px;font-size:20px;font-weight:900}.battle-player-user{color:var(--muted);margin-top:2px;font-size:12px}.battle-big-score{letter-spacing:-.07em;text-shadow:0 0 30px #8b5cf626;margin-top:18px;font-size:clamp(52px,7vw,78px);font-weight:1000;line-height:.95}.battle-aura-label{color:var(--muted);letter-spacing:.08em;margin-top:7px;font-size:11px;font-weight:900}.battle-leader-badge{color:#ffe68a;background:#ffdc640f;border:1px solid #ffdc642e;border-radius:999px;margin-top:13px;padding:6px 10px;font-size:10px;font-weight:900;display:inline-flex}.battle-center-vs{justify-content:center;align-items:center;display:flex}.battle-center-vs span{background:linear-gradient(145deg,#ffffff21,#ffffff08);border:1px solid #ffffff17;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:14px;font-weight:1000;animation:3s ease-in-out infinite battleVsFloat;display:flex;box-shadow:0 0 40px #8b5cf61f}@keyframes battleVsFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.battle-countdown{text-align:center;border-top:1px solid #ffffff0f;margin-top:28px;padding-top:24px}.battle-countdown-title{letter-spacing:.15em;color:var(--muted);margin-bottom:12px;font-size:10px;font-weight:900}.battle-time{justify-content:center;align-items:flex-start;gap:14px;display:flex}.battle-time>div{flex-direction:column;min-width:48px;display:flex}.battle-time strong{letter-spacing:-.04em;font-size:26px;line-height:1}.battle-time span{color:var(--muted);letter-spacing:.09em;margin-top:6px;font-size:8px;font-weight:800}.battle-time b{color:#ffffff4d;font-size:21px}.battle-create{padding:26px}.battle-create h2{margin:7px 0 5px;font-size:27px}.battle-create-row{gap:10px;margin-top:18px;display:flex}.battle-username-input{background:#08080bd1;border:1px solid #ffffff17;border-radius:13px;flex:1;align-items:center;display:flex}.battle-username-input span{color:var(--muted);padding-left:15px;font-weight:800}.battle-username-input .input{box-shadow:none;background:0 0;border:none;flex:1}.battle-pending-card{padding:28px}.battle-pending-card h2{margin:7px 0}.battle-history-section{margin-top:24px}.battle-history-heading{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.battle-history-heading h2{margin:5px 0 0}.battle-history-card{padding:18px 20px}.battle-history-top{justify-content:space-between;align-items:center;gap:15px;display:flex}.battle-result{border:1px solid #ffffff14;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:900}.battle-result-win{color:#ffe68a;background:#ffdc640d;border-color:#ffdc6426}.battle-result-loss{color:#ff8a98;background:#ff5a6e0d;border-color:#ff5a6e26}.battle-history-score{align-items:center;gap:10px;margin-top:14px;display:flex}.battle-history-score strong{font-size:25px}.battle-history-score span{color:var(--muted)}.battle-duration-picker{border-top:1px solid #ffffff12;margin-top:22px;padding-top:20px}.battle-duration-picker>p{color:var(--muted);margin:5px 0 13px;font-size:12px}.battle-duration-options{grid-template-columns:repeat(4,1fr);gap:9px;display:grid}.battle-duration-options button{color:#fff;text-align:left;cursor:pointer;background:#ffffff06;border:1px solid #ffffff17;border-radius:13px;flex-direction:column;gap:5px;padding:14px;transition:all .18s;display:flex}.battle-duration-options button:hover{border-color:#8b5cf666;transform:translateY(-2px)}.battle-duration-options button.selected{background:linear-gradient(145deg,#8b5cf633,#22d3ee0d);border-color:#9168e9;box-shadow:0 0 0 3px #8b5cf617}.battle-duration-options span{color:var(--muted);font-size:10px}.battle-duration-options small{color:#ff9ba7;font-weight:800}.battle-duration-warning,.battle-penalty-note{color:#d9c695;margin-top:12px;font-size:11px;line-height:1.5}.battle-duration-label{color:var(--muted);letter-spacing:.1em;margin-bottom:14px;font-size:10px}.battle-duration-label strong{color:#cbb8ff}.battle-forfeit-open{color:#ff9aa6;cursor:pointer;background:#741d2a1f;border:1px solid #ff5e7052;border-radius:10px;margin:22px auto 0;padding:10px 15px;display:block}.battle-forfeit-open:hover{background:#91233238}.battle-modal-overlay{z-index:1100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#040307e0;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.battle-forfeit-modal{background:linear-gradient(145deg,#171019,#0b090f);border:1px solid #ff576a40;border-radius:22px;width:min(520px,100%);padding:30px;box-shadow:0 30px 100px #000c}.battle-forfeit-modal h2{margin:8px 0 10px}.battle-forfeit-modal>p{color:var(--muted);line-height:1.6}.battle-forfeit-modal dl{border-top:1px solid #ffffff12;margin:20px 0;padding:0}.battle-forfeit-modal dl>div{border-bottom:1px solid #ffffff12;justify-content:space-between;gap:20px;padding:12px 0;display:flex}.battle-forfeit-modal dt{color:var(--muted)}.battle-forfeit-modal dd{margin:0;font-weight:900}.battle-modal-actions{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.battle-forfeit-confirm{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8e2638,#c13a4d);border:1px solid #9f3948;border-radius:10px;padding:12px 16px;font-weight:900}.battle-forfeit-confirm:disabled{opacity:.5}.battle-forfeit-history{border-top:1px solid #ffffff0f;gap:4px;margin-top:13px;padding-top:12px;display:grid}.battle-forfeit-history strong{color:#e5cfff}.battle-forfeit-history span{color:var(--muted);font-size:11px}@media (max-width:700px){.battle-duration-options{grid-template-columns:repeat(2,1fr)}.battle-modal-actions{flex-direction:column-reverse}.battle-modal-actions>*{width:100%}}.landing-page{--land-purple:#9767ff;--land-cyan:#49d8ff;--land-green:#68ff9b;color:#f8f6ff;background:radial-gradient(circle at 72% 9%,#7743d729,#0000 30rem),radial-gradient(circle at 13% 22%,#2a71b914,#0000 27rem),#050407;min-height:100vh;position:relative;overflow:hidden}.landing-page:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:54px 54px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 48%);mask-image:linear-gradient(#000,#0000 48%)}.landing-shell{width:min(1200px,100% - 40px);margin:auto;position:relative}.landing-nav-wrap{z-index:50;width:100%;padding:0 20px;position:absolute;top:22px;left:0}.landing-nav{-webkit-backdrop-filter:blur(22px)saturate(145%);backdrop-filter:blur(22px)saturate(145%);background:#0a080ead;border:1px solid #ffffff1a;border-radius:22px;grid-template-columns:auto 1fr auto;align-items:center;width:min(1200px,100%);height:68px;margin:auto;padding:0 12px 0 15px;display:grid;box-shadow:0 20px 70px #00000057}.landing-brand{align-items:center;gap:7px;display:flex}.landing-brand img{object-fit:contain;filter:drop-shadow(0 0 13px #9361ff80);width:44px;height:44px}.landing-brand strong{letter-spacing:.08em;font-size:17px}.landing-nav-links{justify-content:center;align-items:center;gap:4px;display:flex}.landing-nav-links a,.landing-login-link{color:#ffffff8c;padding:10px 12px;font-size:12px;font-weight:750;transition:all .18s;position:relative}.landing-nav-links a:after{content:"";background:var(--land-purple);height:1px;box-shadow:0 0 8px var(--land-purple);transition:all .18s;position:absolute;bottom:4px;left:12px;right:12px;transform:scaleX(0)}.landing-nav-links a:hover,.landing-login-link:hover{color:#fff}.landing-nav-links a:hover:after{transform:scaleX(1)}.landing-nav-actions{align-items:center;gap:4px;display:flex}.landing-nav-cta{background:var(--land-green);color:#06130b;border-radius:13px;padding:12px 15px;font-size:12px;font-weight:950;transition:all .2s;box-shadow:0 0 25px #68ff9b2e}.landing-nav-cta:hover{transform:translateY(-2px);box-shadow:0 0 34px #68ff9b52}.landing-hero{min-height:820px;padding:140px 0 80px;position:relative}.landing-hero-grid{grid-template-columns:minmax(0,1.04fr) minmax(450px,.96fr);align-items:center;gap:42px;min-height:600px;display:grid}.landing-hero-copy{z-index:4;position:relative}.landing-eyebrow{color:var(--land-green);letter-spacing:.18em;justify-content:flex-start;align-items:center;gap:9px;font-size:10px;font-weight:900;display:flex}.landing-eyebrow>span{background:var(--land-green);width:20px;height:1px;box-shadow:0 0 8px #68ff9bcc}.landing-hero h1{letter-spacing:-.065em;max-width:680px;margin:17px 0 22px;font-size:clamp(54px,6vw,82px);line-height:.95}.landing-hero h1 span{color:#0000;text-shadow:0 0 60px #7560ff2e;background:linear-gradient(95deg,#a97aff 8%,#6da5ff 54%,#4ce5f2);-webkit-background-clip:text;background-clip:text}.landing-hero-copy>p{color:#f2eefa91;max-width:620px;margin:0;font-size:16px;line-height:1.75}.landing-hero-actions{flex-wrap:wrap;gap:10px;margin-top:30px;display:flex}.landing-hero-actions a{border-radius:13px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 18px;font-size:12px;font-weight:900;transition:all .2s;display:inline-flex}.landing-hero-actions a:hover{transform:translateY(-2px)}.landing-cta-primary{background:var(--land-green);color:#07140c;box-shadow:0 12px 35px #4fff8b2e}.landing-cta-ranks{color:#d7c4ff;background:#7749c51a;border:1px solid #9767ff6b}.landing-cta-login{color:#ffffffb8;background:#ffffff06;border:1px solid #ffffff1c}.landing-categories{color:#ffffff5c;flex-wrap:wrap;gap:7px 16px;margin-top:26px;font-size:10px;display:flex}.landing-categories span{align-items:center;gap:5px;display:flex}.landing-categories svg{color:#8d70deb3}.landing-aura-stage{isolation:isolate;place-items:center;min-height:570px;display:grid;position:relative}.landing-aura-stage:before{content:"";filter:blur(24px);background:radial-gradient(circle,#8a57f042,#47339114 48%,#0000 70%);border-radius:50%;width:440px;height:440px;animation:4s ease-in-out infinite landingAuraBreathe;position:absolute}.landing-orb-ring{border:1px solid #a177ff4d;border-radius:50%;width:430px;height:430px;animation:14s linear infinite landingRing;position:absolute;box-shadow:inset 0 0 60px #7449d314,0 0 36px #7449d31f}.landing-orb-ring:before,.landing-orb-ring:after{content:"";border:1px solid #54d0ff21;border-radius:50%;position:absolute}.landing-orb-ring:before{border-style:dashed;inset:17px}.landing-orb-ring:after{border-color:#9a6aff17;inset:-15px}.landing-orb{z-index:2;text-align:center;background:radial-gradient(circle at 50% 32%,#b48eff38,#5b34a536 32%,#140d23e6 64%,#07050a 73%);border:1px solid #b99aff3d;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:370px;height:370px;display:flex;position:relative;box-shadow:inset 0 0 75px #ad7eff24,0 0 70px #7948d93d}.landing-orb-emblem{height:125px;margin-top:-18px}.landing-orb-emblem img{object-fit:contain;filter:drop-shadow(0 0 22px #ffaf5359);width:132px;height:132px;animation:4s ease-in-out infinite landingFloat}.landing-orb-label{color:#ffffff73;letter-spacing:.22em;margin-top:4px;font-size:8px;font-weight:900}.landing-orb-number{letter-spacing:-.06em;margin-top:2px;font-size:44px;line-height:1}.landing-orb-rank{color:#f4c57b;margin-top:7px;font-size:12px;font-weight:850}.landing-orb-progress{background:#ffffff14;border-radius:999px;width:175px;height:6px;margin-top:14px;overflow:hidden}.landing-orb-progress span{border-radius:inherit;background:linear-gradient(90deg,#8b5cf6,#56d9ef);height:100%;display:block;box-shadow:0 0 14px #5ebaff73}.landing-orb small{color:#ffffff59;margin-top:7px;font-size:8px}.landing-orb-base{filter:blur(9px);background:radial-gradient(#894ff26b,#4a2f961f 45%,#0000 72%);border-radius:50%;width:300px;height:45px;position:absolute;bottom:43px}.landing-particle{z-index:3;background:#d9c7ff;border-radius:50%;width:3px;height:3px;animation:4s ease-in-out infinite landingParticle;position:absolute;box-shadow:0 0 10px #9d72ff}.particle-one{top:22%;right:15%}.particle-two{animation-delay:-1.4s;bottom:29%;left:13%}.particle-three{animation-delay:-2.7s;top:35%;left:9%}.landing-ranks{background:linear-gradient(#0000,#120a2094 18%,#08050db8 80%,#0000);padding:100px 0 110px;position:relative}.landing-section-heading{text-align:center;grid-template-columns:minmax(30px,1fr) auto minmax(30px,1fr);align-items:center;gap:25px;margin-bottom:45px;display:grid}.landing-section-heading>span{background:linear-gradient(90deg,#0000,#9969ff73);height:1px}.landing-section-heading>span:last-child{background:linear-gradient(90deg,#9969ff73,#0000)}.landing-section-heading .landing-eyebrow{justify-content:center}.landing-section-heading h2{letter-spacing:-.045em;margin:9px 0 7px;font-size:clamp(31px,4vw,45px)}.landing-section-heading p{color:#ffffff6b;margin:0;font-size:13px}.landing-rank-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;display:grid}.landing-rank-card{--rank-accent:150,151,163;border:1px solid rgba(var(--rank-accent),.18);background:radial-gradient(circle at 50% 25%,rgba(var(--rank-accent),.1),transparent 44%),linear-gradient(155deg,#ffffff0b,#ffffff03);min-height:290px;box-shadow:inset 0 0 45px rgba(var(--rank-accent),.025);text-align:center;border-radius:20px;padding:18px;transition:all .25s;position:relative;overflow:hidden}.landing-rank-card:hover{border-color:rgba(var(--rank-accent),.5);box-shadow:0 20px 55px #0000004d,inset 0 0 55px rgba(var(--rank-accent),.07);transform:translateY(-5px)scale(1.015)}.landing-rank-index{color:rgba(var(--rank-accent),.5);letter-spacing:.14em;font-size:9px;font-weight:900;position:absolute;top:15px;left:16px}.landing-rank-halo{background:rgba(var(--rank-accent),.17);filter:blur(28px);border-radius:50%;width:125px;height:125px;animation:4s ease-in-out infinite landingRankGlow;position:absolute;top:48px;left:50%;transform:translate(-50%)}.landing-rank-card img{z-index:2;object-fit:contain;width:158px;height:158px;filter:drop-shadow(0 0 15px rgba(var(--rank-accent),.28));margin-top:22px;animation:4.4s ease-in-out infinite landingFloat;position:relative}.landing-rank-card h3{margin:9px 0 4px;font-size:16px;position:relative}.landing-rank-card p{color:rgb(var(--rank-accent));margin:0;font-size:13px;font-weight:900}.landing-rank-card p span{letter-spacing:.12em;font-size:8px}.landing-rank-card[data-rank="0"]{--rank-accent:190,199,220}.landing-rank-card[data-rank="500"]{--rank-accent:54,207,235}.landing-rank-card[data-rank="2000"]{--rank-accent:77,139,255}.landing-rank-card[data-rank="5000"]{--rank-accent:154,93,255}.landing-rank-card[data-rank="10000"]{--rank-accent:255,158,55}.landing-rank-card[data-rank="25000"]{--rank-accent:255,211,99}.landing-rank-card[data-rank="50000"]{--rank-accent:198,79,255}.landing-rank-card[data-rank="100000"]{--rank-accent:94,129,255}.landing-how{padding:100px 0 80px}.landing-section-heading.compact{margin-bottom:36px}.landing-how-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.landing-how-grid article{--method:139,92,246;border:1px solid rgba(var(--method),.16);background:linear-gradient(145deg,rgba(var(--method),.07),#ffffff05);border-radius:18px;min-height:205px;padding:24px;transition:all .22s}.landing-how-grid article:hover{border-color:rgba(var(--method),.4);transform:translateY(-4px)}.landing-how-grid article>div{border:1px solid rgba(var(--method),.2);background:rgba(var(--method),.1);width:51px;height:51px;color:rgb(var(--method));box-shadow:0 0 25px rgba(var(--method),.1);border-radius:15px;place-items:center;display:grid}.landing-how-grid h3{margin:20px 0 8px;font-size:16px}.landing-how-grid p{color:#ffffff6e;margin:0;font-size:12px;line-height:1.65}.landing-how-grid [data-theme=streak]{--method:255,137,59}.landing-how-grid [data-theme=battle]{--method:165,102,255}.landing-how-grid [data-theme=ranking]{--method:255,208,75}.landing-bottom-cta{background:radial-gradient(circle at 80% 0,#8b5cf626,#0000 40%),#ffffff06;border:1px solid #905ff438;border-radius:22px;justify-content:space-between;align-items:center;gap:20px;margin-top:55px;padding:28px 31px;display:flex}.landing-bottom-cta span,.landing-bottom-cta strong{display:block}.landing-bottom-cta span{color:#fff6;font-size:11px}.landing-bottom-cta strong{margin-top:5px;font-size:20px}.landing-bottom-cta a{background:var(--land-green);color:#07140c;border-radius:13px;padding:14px 18px;font-size:12px;font-weight:950;box-shadow:0 0 25px #68ff9b29}.landing-footer{color:#ffffff57;border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;width:min(1200px,100% - 40px);margin:20px auto 0;padding:28px 0 35px;font-size:11px;display:flex}.landing-footer span{color:#fff;letter-spacing:.12em;font-weight:950}.landing-footer p{margin:0}@keyframes landingAuraBreathe{50%{opacity:.72;transform:scale(1.08)}}@keyframes landingRing{to{transform:rotate(360deg)}}@keyframes landingFloat{50%{transform:translateY(-5px)scale(1.015)}}@keyframes landingParticle{50%{opacity:.25;transform:translateY(-16px)scale(.7)}}@keyframes landingRankGlow{50%{opacity:.55;transform:translate(-50%)scale(1.1)}}@media (max-width:1000px){.landing-nav-links{display:none}.landing-nav{grid-template-columns:1fr auto}.landing-hero-grid{text-align:center;grid-template-columns:1fr;gap:0}.landing-hero-copy{flex-direction:column;align-items:center;display:flex}.landing-eyebrow{justify-content:center}.landing-hero-copy>p{max-width:680px}.landing-hero{padding-top:150px}.landing-aura-stage{min-height:520px}.landing-rank-grid,.landing-how-grid{grid-template-columns:repeat(2,1fr)}.landing-categories{justify-content:center}}@media (max-width:620px){.landing-shell{width:min(100% - 28px,1200px)}.landing-nav-wrap{padding:0 12px;top:12px}.landing-nav{border-radius:18px;height:60px}.landing-brand strong{font-size:14px}.landing-brand img{width:38px;height:38px}.landing-login-link{display:none}.landing-nav-cta{padding:10px 12px}.landing-hero{min-height:auto;padding:120px 0 55px}.landing-hero h1{font-size:clamp(43px,13vw,61px)}.landing-hero-copy>p{font-size:14px}.landing-hero-actions,.landing-hero-actions a{width:100%}.landing-categories{gap:8px 12px}.landing-aura-stage{min-height:430px}.landing-aura-stage:before{width:330px;height:330px}.landing-orb-ring{width:325px;height:325px}.landing-orb{width:285px;height:285px}.landing-orb-emblem{height:89px}.landing-orb-emblem img{width:96px;height:96px}.landing-orb-number{font-size:36px}.landing-orb-base{width:230px;bottom:41px}.landing-ranks,.landing-how{padding:70px 0}.landing-section-heading{grid-template-columns:20px 1fr 20px;gap:10px}.landing-section-heading h2{font-size:30px}.landing-rank-grid{gap:10px}.landing-rank-card{min-height:238px;padding:13px}.landing-rank-card img{width:125px;height:125px}.landing-rank-card h3{font-size:14px}.landing-how-grid{grid-template-columns:1fr}.landing-how-grid article{min-height:auto}.landing-bottom-cta{flex-direction:column;align-items:stretch;padding:23px}.landing-bottom-cta a{text-align:center}.landing-footer{width:calc(100% - 28px)}}@media (max-width:390px){.landing-rank-grid{grid-template-columns:1fr}.landing-rank-card{min-height:255px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.landing-page *{scroll-behavior:auto!important;animation:none!important}.landing-page a,.landing-page article{transition:none!important}}.landing-page a:focus-visible{outline:2px solid var(--land-green);outline-offset:4px}.public-page{min-height:100vh}.public-page-shell{padding-top:135px;padding-bottom:100px}.public-hero{text-align:center;max-width:810px;margin:0 auto 58px}.public-hero .landing-eyebrow{justify-content:center}.public-hero h1{letter-spacing:-.065em;margin:15px 0 18px;font-size:clamp(48px,7vw,78px);line-height:.96}.public-hero h1 span{color:#0000;background:linear-gradient(90deg,#a778ff,#56d8f3);-webkit-background-clip:text;background-clip:text}.public-hero>p{color:#ffffff82;max-width:680px;margin:auto;font-size:15px;line-height:1.75}.public-types{grid-template-columns:repeat(2,1fr);gap:14px;max-width:780px;margin:0 auto 40px;display:grid}.public-types article{background:#ffffff06;border:1px solid #8a5de72e;border-radius:16px;align-items:center;gap:15px;padding:18px;display:flex}.public-types svg{color:#9f77f0}.public-types strong,.public-types p{margin:0;display:block}.public-types p{color:var(--muted);margin-top:4px;font-size:11px}.public-category-grid{gap:17px;display:grid}.public-category-card{--category:139,92,246;border:1px solid rgba(var(--category),.18);background:radial-gradient(circle at 0 0,rgba(var(--category),.1),transparent 32%),#ffffff05;border-radius:22px;padding:25px}.public-category-card[data-category=student]{--category:97,162,255}.public-category-card[data-category=fitness]{--category:188,100,255}.public-category-card[data-category=healthy]{--category:81,230,132}.public-category-card[data-category=university]{--category:255,187,76}.public-category-card[data-category=work]{--category:70,207,229}.public-category-card>header{align-items:flex-start;gap:15px;margin-bottom:19px;display:flex}.public-category-card>header>span{border:1px solid rgba(var(--category),.2);background:rgba(var(--category),.09);border-radius:15px;flex:none;place-items:center;width:52px;height:52px;font-size:25px;display:grid}.public-category-card h2{margin:1px 0 5px;font-size:21px}.public-category-card header p{max-width:650px;color:var(--muted);margin:0;font-size:12px;line-height:1.5}.public-quest-list{grid-template-columns:repeat(2,1fr);gap:9px;display:grid}.public-quest-list>div{background:#04040761;border:1px solid #ffffff12;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;display:grid}.public-quest-list strong,.public-quest-list small{display:block}.public-quest-list strong{font-size:12px}.public-quest-list small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:9px;overflow:hidden}.public-quest-list b{color:rgb(var(--category));white-space:nowrap;font-size:10px}.public-action-button{border:1px solid rgba(var(--category),.2);background:rgba(var(--category),.07);color:#fff;cursor:pointer;border-radius:9px;grid-column:1/-1;padding:8px;font-size:10px;font-weight:850}.public-explain-grid,.public-battle-rules{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:30px;display:grid}.public-explain-grid article,.public-battle-rules article{background:#ffffff05;border:1px solid #ffffff14;border-radius:18px;padding:24px}.public-explain-grid span{color:#9b72ef;font-size:10px;font-weight:900}.public-explain-grid h3,.public-battle-rules h3{margin:9px 0}.public-explain-grid p,.public-battle-rules p{color:var(--muted);margin:0;font-size:12px;line-height:1.65}.public-cta-overlay{z-index:1500;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#030206e0;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.public-cta-overlay>section{background:linear-gradient(145deg,#171021,#09070e);border:1px solid #9767ff47;border-radius:23px;width:min(500px,100%);padding:32px;position:relative;box-shadow:0 30px 100px #000c}.public-cta-overlay h2{margin:10px 0;font-size:29px}.public-cta-overlay p{color:var(--muted);line-height:1.6}.public-cta-overlay section>div:last-child{gap:10px;margin-top:22px;display:flex}.public-cta-overlay a{border-radius:11px;justify-content:center;align-items:center;padding:13px 16px;font-size:12px;font-weight:900;display:inline-flex}.public-cta-close{color:var(--muted);background:0 0;border:0;font-size:25px;position:absolute;top:13px;right:14px}.public-battle-flow{grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:35px;display:grid}.public-battle-flow article{text-align:center;background:#ffffff05;border:1px solid #9767ff26;border-radius:15px;flex-direction:column;align-items:center;gap:9px;padding:17px 8px;display:flex;position:relative}.public-battle-flow article:not(:last-child):after{content:"›";z-index:3;color:#9b72ef;position:absolute;top:42%;right:-8px}.public-battle-flow article>div{color:#aa82fa;background:#8b5cf61a;border-radius:13px;place-items:center;width:42px;height:42px;display:grid}.public-battle-flow span{color:#ffffff40;font-size:8px}.public-battle-flow strong{font-size:10px}.public-battle-showcase{text-align:center;background:radial-gradient(circle at 50% 15%,#8b5cf629,#0000 45%),#ffffff05;border:1px solid #9767ff3b;border-radius:24px;max-width:730px;margin:0 auto 60px;padding:30px}.public-demo-label{color:#9572dd;letter-spacing:.18em;font-size:8px;font-weight:900}.public-demo-score{grid-template-columns:1fr auto 1fr;align-items:center;gap:25px;margin:25px 0;display:grid}.public-demo-score>div{flex-direction:column;display:flex}.public-demo-score span{color:var(--muted);font-size:10px}.public-demo-score strong{letter-spacing:-.06em;font-size:55px}.public-demo-score small{color:#8d70cb;font-size:8px}.public-demo-score>b{border:1px solid #ffffff1a;border-radius:50%;place-items:center;width:48px;height:48px;font-size:10px;display:grid}.public-demo-time span,.public-demo-time strong{display:block}.public-demo-time span{color:var(--muted);letter-spacing:.12em;font-size:8px}.public-demo-time strong{color:#72e3f1;margin-top:4px}.public-battle-showcase>p{max-width:520px;color:var(--muted);margin:22px auto 0;font-size:11px;line-height:1.6}.public-duration-section{text-align:center}.public-duration-section .landing-eyebrow{justify-content:center}.public-duration-section h2{margin:9px 0 24px;font-size:34px}.public-duration-section>div{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.public-duration-section article{background:#ffffff05;border:1px solid #ffffff14;border-radius:18px;padding:23px}.public-duration-section article>span{font-size:23px}.public-duration-section h3{margin:13px 0 4px}.public-duration-section p{color:var(--muted);margin:0;font-size:11px}.public-duration-section small{color:#ff9ca8;margin-top:13px;display:block}.public-battle-rules .warning{background:#7e3d180e;border-color:#ff99532b}.public-join-cta{background:linear-gradient(135deg,#49c97a12,#8b5cf60d);border:1px solid #6fde972e;border-radius:20px;justify-content:space-between;align-items:center;gap:20px;margin-top:42px;padding:28px 30px;display:flex}.public-join-cta span,.public-join-cta strong{display:block}.public-join-cta span{color:var(--muted);font-size:11px}.public-join-cta strong{margin-top:5px;font-size:18px}.public-join-cta>div:last-child{gap:9px;display:flex}.public-join-cta a{border-radius:11px;justify-content:center;align-items:center;padding:13px 16px;font-size:11px;font-weight:900;display:inline-flex}.public-podium{grid-template-columns:repeat(3,1fr);align-items:end;gap:14px;max-width:900px;margin:0 auto 30px;display:grid}.public-podium-card{text-align:center;background:radial-gradient(circle at 50% 25%,#8b5cf621,#0000 40%),#ffffff05;border:1px solid #9b6df52e;border-radius:22px;flex-direction:column;align-items:center;min-height:350px;padding:25px 18px;transition:all .2s;display:flex;position:relative}.public-podium-card:hover{border-color:#9b6df573;transform:translateY(-5px)}.public-podium-card[data-place="1"]{background:radial-gradient(circle at 50% 23%,#ffcd5321,#0000 42%),#ffffff06;border-color:#ffd05b40;min-height:390px}.public-medal{font-size:25px}.public-podium-card img{object-fit:contain;filter:drop-shadow(0 0 18px #8b5cf64d);width:104px;height:104px}.public-podium-card>b{color:var(--muted);font-size:9px}.public-podium-card h2{margin:9px 0 2px;font-size:17px}.public-podium-card>p{color:var(--muted);margin:0;font-size:10px}.public-podium-card>strong{color:#7effa4;margin-top:18px;font-size:23px}.public-podium-card>strong small{color:var(--muted);letter-spacing:.1em;margin-top:4px;font-size:7px;display:block}.public-podium-card>span:last-child{color:#b99df2;margin-top:10px;font-size:10px}.public-ranking-list{gap:8px;max-width:900px;margin:auto;display:grid}.public-ranking-list>a{background:#ffffff05;border:1px solid #ffffff12;border-radius:14px;grid-template-columns:45px 52px 1fr auto;align-items:center;gap:10px;padding:12px 16px;display:grid}.public-ranking-list>a:hover{border-color:#8b5cf647}.public-ranking-list>a>b{color:var(--muted);font-size:11px}.public-ranking-avatar{background:#8b5cf614;border-radius:13px;place-items:center;width:46px;height:46px;display:grid}.public-ranking-avatar img{object-fit:contain}.public-ranking-list strong,.public-ranking-list span{display:block}.public-ranking-list strong{font-size:12px}.public-ranking-list span{color:var(--muted);margin-top:3px;font-size:9px}.public-ranking-list p{color:#7effa4;font-weight:900}.public-ranking-list p small{color:var(--muted)}.public-empty{text-align:center;border:1px solid #ffffff14;border-radius:22px;padding:60px}.public-empty>span{font-size:40px}.public-empty p{color:var(--muted)}.public-profile-hero{background:radial-gradient(circle at 20%,#8b5cf624,#0000 40%),#ffffff05;border:1px solid #9464f233;border-radius:27px;grid-template-columns:330px 1fr;align-items:center;gap:50px;max-width:900px;margin:15px auto 35px;padding:37px;display:grid}.public-profile-visual{place-items:center;height:270px;display:grid;position:relative}.public-profile-glow{filter:blur(35px);background:#8b5cf633;border-radius:50%;width:210px;height:210px;position:absolute}.public-profile-emblem{z-index:2;object-fit:contain;filter:drop-shadow(0 0 24px #8b5cf659);position:relative}.public-profile-energy{z-index:3;object-fit:contain;filter:drop-shadow(0 0 14px #7e54ff99);position:absolute;bottom:24px;right:34px}.public-profile-hero h1{margin:10px 0 3px;font-size:42px}.public-profile-hero>div:last-child>p{color:var(--muted);margin:0}.public-profile-hero>div:last-child>span{color:#c8adff;margin-top:20px;font-weight:800;display:block}.public-profile-hero>div:last-child>strong{letter-spacing:-.05em;margin-top:6px;font-size:39px;display:block}.public-profile-hero strong small{color:var(--muted);letter-spacing:.1em;font-size:9px}.public-profile-stats,.public-profile-record{grid-template-columns:repeat(3,1fr);gap:12px;max-width:900px;margin:0 auto 13px;display:grid}.public-profile-stats article,.public-profile-record article{background:#ffffff05;border:1px solid #ffffff14;border-radius:17px;gap:5px;padding:21px;display:grid}.public-profile-stats svg,.public-profile-record svg{color:#a67cf3;margin-bottom:8px}.public-profile-stats span,.public-profile-record span{color:var(--muted);font-size:10px}.public-profile-stats strong,.public-profile-record strong{font-size:20px}.public-profile-stats small{color:var(--muted);font-size:9px}.public-profile-record{margin-bottom:35px}.public-profile-record article:first-child svg{color:#71e79a}.public-profile-record article:nth-child(2) svg{color:#ff8496}@media (max-width:820px){.public-battle-flow{grid-template-columns:repeat(3,1fr)}.public-battle-flow article:nth-child(3):after{display:none}.public-duration-section>div{grid-template-columns:repeat(2,1fr)}.public-profile-hero{text-align:center;grid-template-columns:1fr}.public-profile-visual{height:230px}.public-profile-energy{right:calc(50% - 115px)}}@media (max-width:620px){.public-page-shell{padding-top:110px}.public-hero{margin-bottom:38px}.public-hero h1{font-size:44px}.public-types,.public-explain-grid,.public-battle-rules,.public-profile-stats,.public-profile-record,.public-quest-list{grid-template-columns:1fr}.public-category-card{padding:18px}.public-category-card>header{align-items:center}.public-battle-flow{grid-template-columns:repeat(2,1fr)}.public-battle-flow article:nth-child(2):after,.public-battle-flow article:nth-child(4):after{display:none}.public-battle-flow article:nth-child(3):after{display:block}.public-demo-score{gap:10px}.public-demo-score strong{font-size:43px}.public-duration-section>div{grid-template-columns:1fr 1fr}.public-join-cta{flex-direction:column;align-items:stretch}.public-join-cta>div:last-child{flex-direction:column}.public-podium{grid-template-columns:1fr}.public-podium-card,.public-podium-card[data-place="1"]{min-height:auto}.public-ranking-list>a{grid-template-columns:36px 46px 1fr}.public-ranking-list p{grid-column:3;margin:0}.public-profile-hero{padding:23px}.public-profile-hero h1{font-size:34px}.public-cta-overlay section>div:last-child{flex-direction:column}}.auth-portal{isolation:isolate;background:radial-gradient(circle at 50% 43%,#6d3dc229,#0000 27rem),radial-gradient(circle at 14% 10%,#2d7bcb14,#0000 25rem),linear-gradient(145deg,#040306,#07050b 48%,#040406);place-items:center;min-height:100vh;padding:42px 0;display:grid;position:relative;overflow:hidden}.auth-portal:before{content:"";z-index:-1;border:1px solid #8f5eee1a;border-radius:50%;width:560px;height:560px;position:absolute;box-shadow:inset 0 0 100px #6e41c90d,0 0 90px #5b34aa14}.auth-portal:after{content:"";z-index:-2;background-image:linear-gradient(#ffffff03 1px,#0000 1px),linear-gradient(90deg,#ffffff03 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 65%);mask-image:radial-gradient(circle,#000,#0000 65%)}.auth-ambient{z-index:-1;filter:blur(70px);pointer-events:none;border-radius:50%;position:absolute}.auth-ambient-one{background:#703dd21c;width:230px;height:230px;top:9%;left:20%}.auth-ambient-two{background:#2aa1d612;width:210px;height:210px;bottom:8%;right:19%}.auth-premium-card{-webkit-backdrop-filter:blur(24px)saturate(135%);backdrop-filter:blur(24px)saturate(135%);text-align:center;background:linear-gradient(155deg,#181222e6,#0a080ef0);border:1px solid #ffffff1a;border-radius:27px;width:min(468px,100% - 32px);padding:36px 40px 29px;animation:.5s cubic-bezier(.2,.8,.2,1) both authCardEnter;position:relative;box-shadow:0 35px 110px #00000094,0 0 75px #7543d51a,inset 0 1px #ffffff0b}.auth-premium-card:before{content:"";border-radius:inherit;pointer-events:none;background:radial-gradient(circle at 50% 0,#9a6af717,#0000 32%);position:absolute;inset:0}.auth-logo-wrap{place-items:center;width:94px;height:94px;margin:0 auto 4px;animation:.55s ease-out .12s both authLogoEnter,4.5s ease-in-out .7s infinite authLogoBreathe;display:grid;position:relative}.auth-logo-halo{filter:blur(13px);background:radial-gradient(circle,#9762fa4d,#39a4e314 46%,#0000 73%);border-radius:50%;width:72px;height:72px;position:absolute}.auth-logo-wrap img{z-index:2;object-fit:contain;filter:drop-shadow(0 0 18px #9761ff6b)drop-shadow(0 0 10px #36b2e226);width:86px;height:86px;position:relative}.auth-wordmark{letter-spacing:.22em;font-size:16px;font-weight:950}.auth-aura-eyebrow{color:#72f89a;letter-spacing:.2em;margin-top:13px;font-size:8px;font-weight:900}.auth-premium-card h1{letter-spacing:-.04em;margin:9px 0 8px;font-size:30px}.auth-intro{color:#ffffff78;max-width:340px;margin:0 auto;font-size:12px;line-height:1.6}.auth-premium-card .auth-tabs{background:#0303058a;border:1px solid #ffffff12;border-radius:14px;grid-template-columns:1fr 1fr;margin:23px 0 21px;padding:4px;display:grid}.auth-premium-card .auth-tabs button{color:#ffffff61;background:0 0;border:0;border-radius:10px;height:39px;font-size:11px;font-weight:850;transition:background .18s,color .18s,box-shadow .18s}.auth-premium-card .auth-tabs button.active{color:#fff;background:linear-gradient(135deg,#8b5cf647,#683ec333);box-shadow:inset 0 0 0 1px #a379fa24,0 4px 17px #4e2a951f}.auth-premium-form{text-align:left}.auth-premium-form .field{margin-bottom:13px}.auth-premium-form .label{color:#ffffffab;margin:0 0 7px;font-size:10px;font-weight:800}.auth-premium-form .input{color:#fff;background:#030306ad;border:1px solid #ffffff17;border-radius:12px;height:50px;padding:0 14px;font-size:12px;transition:border .18s,box-shadow .18s,background .18s;box-shadow:inset 0 2px 6px #0003}.auth-premium-form .input::placeholder{color:#ffffff3b}.auth-premium-form .input:focus{background:#07050bd1;border-color:#9465efa6;box-shadow:0 0 0 3px #8b5cf617,0 0 22px #794cd214}.auth-password-field{position:relative}.auth-password-field .input{padding-right:48px}.auth-password-field>button{color:#ffffff59;background:0 0;border:0;border-radius:9px;place-items:center;width:36px;height:36px;transition:all .18s;display:grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.auth-password-field>button:hover{color:#c6aaff;background:#ffffff0b}.auth-submit{color:#fff;background:linear-gradient(90deg,#8b5cf6,#6d3df5);border:1px solid #bd99ff1f;border-radius:13px;justify-content:center;align-items:center;gap:8px;width:100%;height:52px;margin-top:19px;font-size:12px;font-weight:950;transition:all .2s;display:flex;box-shadow:0 13px 33px #6a38db38}.auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 40px #6f3ee152,0 0 22px #895bf424}.auth-submit:disabled{opacity:.58;cursor:wait}.auth-spinner{animation:.8s linear infinite authSpin}.auth-feedback{border:1px solid;border-radius:10px;margin:6px 0 0;padding:10px 12px;font-size:10px;line-height:1.5}.auth-feedback.error{color:#ff9dac;background:#74192b21;border-color:#ff546e3b}.auth-feedback.success{color:#86f2aa;background:#1870391f;border-color:#52e88538}.auth-back{color:#ffffff59;align-items:center;gap:6px;margin-top:22px;font-size:10px;font-weight:700;transition:all .18s;display:inline-flex}.auth-back:hover{color:#c4acef;transform:translate(-2px)}@keyframes authCardEnter{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:none}}@keyframes authLogoEnter{0%{opacity:0;transform:translateY(7px)scale(.88)}to{opacity:1;transform:none}}@keyframes authLogoBreathe{50%{transform:scale(1.025)}}@keyframes authSpin{to{transform:rotate(360deg)}}@media (max-width:520px){.auth-portal{align-items:start;padding:24px 0}.auth-portal:before{width:390px;height:390px;top:70px}.auth-premium-card{border-radius:23px;padding:27px 20px 24px}.auth-logo-wrap{width:78px;height:78px}.auth-logo-wrap img{width:72px;height:72px}.auth-premium-card h1{font-size:27px}.auth-premium-card .auth-tabs{margin-top:20px}.auth-premium-form .input{height:49px}}@media (prefers-reduced-motion:reduce){.auth-premium-card,.auth-logo-wrap,.auth-spinner{animation:none!important}.auth-premium-card *{transition:none!important}}.profile-mobile-logout{display:none}@media (max-width:820px){.mobile-nav{z-index:100;min-height:68px;padding:6px 5px calc(6px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(20px)saturate(145%);backdrop-filter:blur(20px)saturate(145%);background:#09080df0;border:1px solid #ffffff1a;border-bottom-color:#ffffff0d;border-radius:19px 19px 0 0;display:block;position:fixed;bottom:0;left:8px;right:8px;box-shadow:0 -12px 45px #00000075,0 0 28px #6039ad12}.mobile-nav-inner{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:2px;min-width:0;height:56px;display:grid}.mobile-nav a{color:#ffffff6e;white-space:nowrap;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;height:56px;padding:6px 1px;font-size:clamp(8px,2.6vw,10px);font-weight:750;line-height:1;display:flex;overflow:hidden}.mobile-nav a svg{stroke-width:2px;flex:none;width:19px;height:19px}.mobile-nav a span{text-overflow:clip;max-width:100%;display:block;overflow:hidden}.mobile-nav a.active{color:#f7fff9;background:linear-gradient(145deg,#7449cf40,#4ce28412);box-shadow:inset 0 0 0 1px #976aef1c}.mobile-nav a.active svg{color:#79f59d;filter:drop-shadow(0 0 7px #69f79561)}.page{padding-bottom:calc(108px + env(safe-area-inset-bottom))}.profile-mobile-logout{margin-top:26px;padding-bottom:8px;display:block}.profile-mobile-logout button{color:#e7b7be;background:linear-gradient(145deg,#741e2c1c,#ffffff05);border:1px solid #ff708230;border-radius:13px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:49px;font-size:12px;font-weight:850;display:flex}.profile-mobile-logout button:active{background:#8224332e}}@media (max-width:340px){.mobile-nav{padding-left:3px;padding-right:3px;left:4px;right:4px}.mobile-nav a{font-size:8px}.mobile-nav a svg{width:18px;height:18px}}.category-visual{flex:none;justify-content:center;align-items:center;line-height:1;display:inline-flex}.category-visual img{object-fit:contain;filter:drop-shadow(0 0 9px #56beff3d);width:100%;height:100%;transition:transform .22s,filter .22s;display:block}.category-visual-filter{width:22px;height:22px}.category-visual-card{width:38px;height:38px}.category-visual-profile{width:42px;height:42px}.category-visual-preference{width:44px;height:44px}.category-visual-public{border:1px solid rgba(var(--category,139,92,246),.16);background:rgba(var(--category,139,92,246),.055);border-radius:19px;width:74px;height:74px}.category-visual-fallback{font-size:inherit}.quest-filter:hover .category-visual img,.quest:hover .category-visual img,.quest-v2-card:hover .category-visual img,.profile-category:hover .category-visual img,.quest-mode-options button:hover .category-visual img,.public-category-card:hover .category-visual img{filter:drop-shadow(0 0 13px #5bc6ff61);transform:scale(1.05)}.quest-mode-icon,.profile-preference-icons{align-items:center;gap:5px;display:flex}.quest-mode-icon{justify-content:flex-start}.profile-preference-icons{flex:none}.public-category-card>header>.category-visual-public{flex:0 0 74px;width:74px;height:74px}.public-category-card>header{align-items:center}@media (max-width:620px){.category-visual-card{width:34px;height:34px}.category-visual-profile,.category-visual-preference{width:38px;height:38px}.category-visual-public,.public-category-card>header>.category-visual-public{flex-basis:64px;width:64px;height:64px}}@media (prefers-reduced-motion:reduce){.category-visual img{transition:none}.quest-filter:hover .category-visual img,.quest:hover .category-visual img,.quest-v2-card:hover .category-visual img,.profile-category:hover .category-visual img,.quest-mode-options button:hover .category-visual img,.public-category-card:hover .category-visual img{transform:none}}.battle-result-overlay{--result-rgb:255,201,67;z-index:2100;min-height:100dvh;padding:calc(22px + env(safe-area-inset-top)) 18px calc(22px + env(safe-area-inset-bottom));opacity:0;visibility:hidden;isolation:isolate;color:#fff;place-items:center;transition:opacity .38s,visibility .38s;display:grid;position:fixed;inset:0;overflow:hidden}.battle-result-overlay.battle-result-defeat{--result-rgb:239,48,66}.battle-result-overlay.battle-result-visible{opacity:1;visibility:visible}.battle-result-backdrop{z-index:-5;background:radial-gradient(circle at 50% 42%,rgba(var(--result-rgb),.12),transparent 38%),linear-gradient(160deg,#070605,#020202 58%,#080403);position:absolute;inset:0}.battle-result-defeat .battle-result-backdrop{background:radial-gradient(circle at 50% 40%,#97091940,#0000 37%),linear-gradient(160deg,#090304,#010101 55%,#100205)}.battle-result-flash{z-index:-1;background:radial-gradient(circle,rgba(var(--result-rgb),.3),transparent 48%);opacity:0;pointer-events:none;position:absolute;inset:0}.battle-result-visible .battle-result-flash{animation:.9s ease-out both battleResultFlash}.battle-result-energy{z-index:-3;aspect-ratio:1;background:rgba(var(--result-rgb),.14);filter:blur(90px);opacity:.35;pointer-events:none;border-radius:50%;width:min(72vw,760px);position:absolute}.battle-result-energy-one{top:-32%;left:-24%}.battle-result-energy-two{animation:6s ease-in-out infinite alternate battleResultEnergy;bottom:-38%;right:-25%}.battle-result-content{width:min(700px,100%);max-height:calc(100dvh - 44px - env(safe-area-inset-top) - env(safe-area-inset-bottom));text-align:center;opacity:0;scrollbar-width:none;flex-direction:column;align-items:center;padding:12px 18px 16px;transition:opacity .5s 80ms,transform .55s cubic-bezier(.2,.8,.2,1) 80ms;display:flex;overflow-y:auto;transform:translateY(18px)}.battle-result-content::-webkit-scrollbar{display:none}.battle-result-visible .battle-result-content{opacity:1;transform:none}.battle-result-eyebrow{color:rgb(var(--result-rgb));letter-spacing:.28em;text-shadow:0 0 18px rgba(var(--result-rgb),.42);font-size:10px;font-weight:950}.battle-result-content h2{letter-spacing:-.045em;text-shadow:0 0 34px rgba(var(--result-rgb),.24);margin:7px 0 0;font-size:clamp(41px,6vw,60px);line-height:.95}.battle-result-lead{color:#ffffff9e;margin:8px 0 0;font-size:12px}.battle-result-image-wrap{place-items:center;width:clamp(220px,29vw,300px);height:clamp(210px,28vw,285px);margin:-2px 0 -7px;display:grid;position:relative}.battle-result-halo{background:radial-gradient(circle,rgba(var(--result-rgb),.34),rgba(var(--result-rgb),.07) 47%,transparent 70%);filter:blur(15px);border-radius:50%;width:76%;height:76%;animation:3.8s ease-in-out infinite battleResultHalo;position:absolute}.battle-result-ring{border:1px solid rgba(var(--result-rgb),.22);box-shadow:0 0 25px rgba(var(--result-rgb),.08);border-radius:50%;position:absolute}.battle-result-ring-one{width:76%;height:76%;animation:18s linear infinite battleResultRing}.battle-result-ring-two{opacity:.48;border-style:dashed;width:91%;height:91%;animation:27s linear infinite reverse battleResultRing}.battle-result-image{z-index:2;object-fit:contain;width:100%;height:100%;filter:drop-shadow(0 0 19px rgba(var(--result-rgb),.68)) drop-shadow(0 0 42px rgba(var(--result-rgb),.22));opacity:0;position:relative}.battle-result-victory.battle-result-visible .battle-result-image{animation:.9s cubic-bezier(.16,.85,.3,1.15) .12s both battleCrownEnter,4s ease-in-out 1.1s infinite battleCrownIdle}.battle-result-defeat.battle-result-visible .battle-result-image{animation:.78s cubic-bezier(.18,.82,.3,1) .1s both battleSkullEnter,4.5s ease-in-out 1s infinite battleSkullIdle}.battle-result-score{border:1px solid rgba(var(--result-rgb),.16);background:#ffffff06;border-radius:18px;grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr);align-items:center;gap:10px;width:min(550px,100%);padding:14px 18px;display:grid;box-shadow:inset 0 1px #ffffff0a}.battle-result-player{min-width:0}.battle-result-player span,.battle-result-player strong{display:block}.battle-result-player span{color:#ffffff73;letter-spacing:.08em;text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase;font-size:9px;font-weight:850;overflow:hidden}.battle-result-player strong{margin-top:3px;font-size:29px}.battle-result-player-me strong{color:rgb(var(--result-rgb));text-shadow:0 0 17px rgba(var(--result-rgb),.24)}.battle-result-score>b{color:#ffffff47;font-size:10px}.battle-result-forfeit{color:#ffffffa6;flex-direction:column;align-items:center;gap:4px;margin-top:10px;font-size:11px;display:flex}.battle-result-forfeit strong{color:rgb(var(--result-rgb))}.battle-result-defeat .battle-result-forfeit span{color:#ff8b98}.battle-result-continue{border:1px solid rgba(var(--result-rgb),.36);background:linear-gradient(135deg,rgba(var(--result-rgb),.95),rgba(var(--result-rgb),.62));min-width:190px;height:49px;box-shadow:0 12px 35px rgba(var(--result-rgb),.15),inset 0 1px #ffffff3d;color:#090704;cursor:pointer;border-radius:13px;margin-top:14px;padding:0 25px;font-size:12px;font-weight:950;transition:transform .2s,box-shadow .2s}.battle-result-defeat .battle-result-continue{color:#fff}.battle-result-continue:hover:not(:disabled){box-shadow:0 16px 40px rgba(var(--result-rgb),.25);transform:translateY(-2px)}.battle-result-continue:disabled{opacity:.58;cursor:wait}.battle-result-particles{z-index:-1;pointer-events:none;position:absolute;inset:0}.battle-result-particles i{background:rgb(var(--result-rgb));width:5px;height:5px;box-shadow:0 0 13px rgba(var(--result-rgb),.9);opacity:0;border-radius:50%;animation:4.8s ease-in-out infinite battleResultParticle;position:absolute}.battle-result-particles i:first-child{animation-delay:.2s;top:22%;left:15%}.battle-result-particles i:nth-child(2){animation-delay:1.4s;top:68%;left:27%}.battle-result-particles i:nth-child(3){animation-delay:2.1s;top:16%;left:39%}.battle-result-particles i:nth-child(4){animation-delay:.8s;top:77%;left:54%}.battle-result-particles i:nth-child(5){animation-delay:2.8s;top:19%;left:68%}.battle-result-particles i:nth-child(6){animation-delay:1.8s;top:61%;left:81%}.battle-result-particles i:nth-child(7){animation-delay:3.3s;top:31%;left:88%}.battle-result-particles i:nth-child(8){animation-delay:2.5s;top:79%;left:10%}@keyframes battleResultFlash{0%{opacity:0}12%{opacity:.8}to{opacity:0}}@keyframes battleResultEnergy{to{opacity:.62;transform:scale(1.12)}}@keyframes battleResultHalo{50%{opacity:.7;transform:scale(1.08)}}@keyframes battleResultRing{to{transform:rotate(360deg)}}@keyframes battleCrownEnter{0%{opacity:0;transform:translateY(20px)scale(.35)rotate(-5deg)}68%{opacity:1;transform:translateY(0)scale(1.12)rotate(1deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes battleCrownIdle{0%,to{opacity:1;transform:scale(1)}50%{opacity:1;transform:scale(1.025)}}@keyframes battleSkullEnter{0%{opacity:0;transform:translateY(-10px)scale(1.25)}66%{opacity:1;transform:translateY(0)scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes battleSkullIdle{0%,to{opacity:1;filter:brightness()drop-shadow(0 0 19px #ef3042ad)}50%{opacity:1;filter:brightness(1.08)drop-shadow(0 0 29px #ef3042c7)}}@keyframes battleResultParticle{0%,to{opacity:0;transform:translateY(15px)scale(.4)}35%,58%{opacity:.72}70%{opacity:0;transform:translateY(-23px)scale(1)}}@media (max-width:620px){.battle-result-overlay{padding-left:12px;padding-right:12px}.battle-result-content{padding-left:8px;padding-right:8px}.battle-result-content h2{font-size:39px}.battle-result-image-wrap{width:min(60vw,225px);height:min(57vw,215px);margin:0 0 -3px}.battle-result-score{gap:5px;padding:11px 10px}.battle-result-player strong{font-size:24px}.battle-result-lead{font-size:11px}.battle-result-continue{width:min(270px,100%)}}@media (max-height:700px){.battle-result-content h2{font-size:37px}.battle-result-image-wrap{width:185px;height:175px}.battle-result-score{padding-top:9px;padding-bottom:9px}.battle-result-continue{height:42px;margin-top:9px}}@media (prefers-reduced-motion:reduce){.battle-result-overlay,.battle-result-content,.battle-result-image,.battle-result-continue{transition:none!important;animation:none!important}.battle-result-visible .battle-result-content,.battle-result-visible .battle-result-image{opacity:1;transform:none}.battle-result-flash,.battle-result-particles,.battle-result-ring{display:none}.battle-result-energy,.battle-result-halo{animation:none}}.admin-battle-time-open{color:#d4c1ff!important;background:#25193b!important;border-color:#6d4ba5!important}.admin-time-overlay{z-index:2500;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#030206e0;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.admin-time-modal{color:#f7f2ff;background:radial-gradient(circle at 50% 0,#8552e224,#0000 34%),#100b18;border:1px solid #493467;border-radius:22px;width:min(660px,100%);max-height:calc(100dvh - 48px);padding:31px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;position:relative;overflow:auto;box-shadow:0 30px 100px #000c}.admin-time-close{color:#aaa0b5;cursor:pointer;background:#171021;border:1px solid #3b2c4d;border-radius:9px;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:16px;right:16px}.admin-time-eyebrow{color:#83efa7;letter-spacing:.13em;align-items:center;gap:7px;font-size:10px;font-weight:800;display:flex}.admin-time-modal h2{margin:9px 42px 19px 0;font:800 27px/1.15 system-ui}.admin-time-rivals{text-align:center;background:#0b0810;border:1px solid #312540;border-radius:13px;grid-template-columns:1fr 42px 1fr;align-items:center;padding:15px;display:grid}.admin-time-rivals strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-time-rivals span{color:#785f9a;font-size:10px}.admin-time-details{grid-template-columns:1fr 1fr;gap:9px;margin:16px 0;display:grid}.admin-time-details>div{background:#ffffff05;border:1px solid #2d2339;border-radius:11px;padding:12px}.admin-time-details dt{color:#756c80;text-transform:uppercase;font-size:9px}.admin-time-details dd{color:#ede6f7;margin:5px 0 0;font-size:11px}.admin-time-field{gap:8px;margin-top:18px;display:grid}.admin-time-field>span,.admin-time-presets>span{color:#a99db8;letter-spacing:.08em;font-size:10px;font-weight:800}.admin-time-field input{color:#fff;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#09060d;border:1px solid #493464;border-radius:10px;outline:0;height:48px;padding:0 13px;font:12px ui-monospace}.admin-time-field input:focus{border-color:#9b72ed;box-shadow:0 0 0 3px #8b5cf61f}.admin-time-presets{gap:9px;margin-top:17px;display:grid}.admin-time-presets>div{flex-wrap:wrap;gap:7px;display:flex}.admin-time-presets button,.admin-time-actions button{color:#c6b9d4;cursor:pointer;background:#181020;border:1px solid #3c2d4d;border-radius:9px;min-height:38px;padding:0 12px;font:700 10px ui-monospace}.admin-time-presets button.primary{color:#fff;background:linear-gradient(135deg,#69449f,#3f2d64);border-color:#7251a8;align-items:center;gap:6px;display:flex;box-shadow:0 0 20px #8b5cf61f}.admin-time-warning{color:#f2c578;background:#79470c1c;border:1px solid #ffb14140;border-radius:9px;margin-top:14px;padding:11px;font-size:10px;line-height:1.5}.admin-time-actions{justify-content:flex-end;gap:9px;margin-top:22px;display:flex}.admin-time-actions button:last-child{color:#09060d;background:linear-gradient(135deg,#6f4daf,#54c17d);border-color:#69b985}.admin-time-actions button:disabled{opacity:.55;cursor:wait}@media (max-width:900px){.admin-side{border-bottom:1px solid #2d2440;border-right:0;padding:9px;display:block;overflow:hidden}.admin-side-title,.admin-schema,.admin-side>a{display:none}.admin-side nav{scrollbar-width:none;flex-direction:row;padding-bottom:2px;overflow-x:auto}.admin-side nav button{white-space:nowrap;flex:none}.admin-grid-wrap{max-height:none}}@media (max-width:620px){.admin-time-overlay{padding:10px 8px calc(8px + env(safe-area-inset-bottom));align-items:end}.admin-time-modal{border-radius:20px;max-height:calc(100dvh - 18px);padding:24px 16px 18px}.admin-time-modal h2{font-size:23px}.admin-time-details{grid-template-columns:1fr}.admin-time-presets>div{grid-template-columns:1fr 1fr;display:grid}.admin-time-presets button.primary{grid-column:1/-1;justify-content:center}.admin-time-actions{grid-template-columns:1fr 1fr;display:grid}.admin-time-actions button{width:100%}}.battle-crown{vertical-align:middle;flex:none;justify-content:center;align-items:center;line-height:1;display:inline-flex}.battle-crown img{object-fit:contain;filter:drop-shadow(0 0 8px #ffcb438f)drop-shadow(0 0 17px #ffa22238);width:100%;height:100%;animation:3.2s ease-in-out infinite battleOfficialCrownPulse;display:block}.battle-crown-leader{width:60px;height:60px}.battle-crown-small{width:21px;height:21px}.battle-crown-stat{width:32px;height:32px}.battle-crown-overlay{width:100%;height:100%}.battle-crown-overlay img{animation:none}.battle-leader-crown .battle-crown,.home-battle-crown .battle-crown{display:flex}.battle-leader-crown{top:-30px}.home-battle-crown{top:-24px}.battle-leader-badge{gap:5px}.battle-status-message .battle-crown{margin-right:1px}.home-battle-status .battle-crown{margin-right:4px}.battle-result .battle-crown{margin-right:3px}.profile-stat-icon .battle-crown img{filter:drop-shadow(0 0 8px #ffcb4370)}@keyframes battleOfficialCrownPulse{0%,to{filter:drop-shadow(0 0 6px #ffcb436b)drop-shadow(0 0 12px #ffa2221f);transform:scale(1)}50%{filter:drop-shadow(0 0 9px #ffd5569e)drop-shadow(0 0 16px #ffa22233);transform:scale(1.035)}}@media (max-width:700px){.battle-crown-leader{width:34px;height:34px}.battle-crown-small{width:18px;height:18px}.battle-crown-stat{width:28px;height:28px}.battle-leader-crown{top:-15px}.home-battle-crown{top:-12px}}@media (prefers-reduced-motion:reduce){.battle-crown img{animation:none}}.battle-defeat-icon{vertical-align:middle;flex:none;justify-content:center;align-items:center;width:21px;height:21px;margin-right:3px;display:inline-flex}.battle-defeat-icon img{object-fit:contain;filter:drop-shadow(0 0 7px #ff46587a);width:100%;height:100%;display:block}.battle-result-loss{justify-content:center;align-items:center;display:inline-flex}@media (max-width:700px){.battle-defeat-icon{width:18px;height:18px}}.rank-medal{--medal-rgb:255,204,72;isolation:isolate;flex:none;place-items:center;width:72px;height:72px;margin:0 auto 3px;display:grid;position:relative}.rank-medal-1{width:88px;height:88px}.rank-medal-2{--medal-rgb:221,231,244}.rank-medal-3{--medal-rgb:218,133,68}.rank-medal-missing{display:none}.rank-medal-aura{z-index:-1;background:radial-gradient(circle,rgba(var(--medal-rgb),.32),rgba(var(--medal-rgb),.08) 48%,transparent 72%);filter:blur(8px);border-radius:50%;width:88%;height:88%;animation:3.5s ease-in-out infinite rankMedalAura;position:absolute}.rank-medal img,.public-podium-card .rank-medal img{z-index:2;object-fit:contain;width:100%;height:100%;filter:drop-shadow(0 0 10px rgba(var(--medal-rgb),.46)) drop-shadow(0 0 22px rgba(var(--medal-rgb),.16));animation:3.8s ease-in-out infinite rankMedalFloat;display:block;position:relative}.rank-medal-1 img,.public-podium-card .rank-medal-1 img{filter:drop-shadow(0 0 12px #ffd34bad)drop-shadow(0 0 28px #ffa81b40);animation:3.2s ease-in-out infinite rankMedalGold}.rank-medal-2 img,.public-podium-card .rank-medal-2 img{animation-delay:.35s}.rank-medal-3 img,.public-podium-card .rank-medal-3 img{animation-delay:.7s}.rank-medal-1:before,.rank-medal-1:after{content:"";z-index:3;background:#fff3b0;border-radius:50%;width:5px;height:5px;animation:2.8s ease-in-out infinite rankMedalSpark;position:absolute;box-shadow:0 0 9px #ffd45b}.rank-medal-1:before{top:22%;left:9%}.rank-medal-1:after{animation-delay:1.25s;bottom:24%;right:7%}.ranking-podium-1{box-shadow:0 26px 80px #00000052,0 0 68px #ffd25017}.public-podium-card>.rank-medal{margin-bottom:4px}.public-podium-card[data-place="1"]>.rank-medal{width:88px;height:88px}.public-podium-card[data-place="2"]>.rank-medal,.public-podium-card[data-place="3"]>.rank-medal{width:72px;height:72px}@keyframes rankMedalFloat{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-3px)scale(1.018)}}@keyframes rankMedalGold{0%,to{filter:drop-shadow(0 0 12px #ffd34b94)drop-shadow(0 0 26px #ffa81b33);transform:translateY(0)scale(1)}50%{filter:drop-shadow(0 0 17px #ffe16ed1)drop-shadow(0 0 34px #ffa81b52);transform:translateY(-4px)scale(1.035)}}@keyframes rankMedalAura{50%{opacity:.66;transform:scale(1.14)}}@keyframes rankMedalSpark{0%,to{opacity:0;transform:scale(.4)}45%,65%{opacity:.9;transform:scale(1)}}@media (max-width:700px){.rank-medal,.public-podium-card[data-place="2"]>.rank-medal,.public-podium-card[data-place="3"]>.rank-medal{width:62px;height:62px}.rank-medal-1,.public-podium-card[data-place="1"]>.rank-medal{width:76px;height:76px}}@media (prefers-reduced-motion:reduce){.rank-medal-aura,.rank-medal img,.rank-medal:before,.rank-medal:after{animation:none!important}}@media (max-width:700px){.battle-arena{padding:20px 15px}.battle-arena-header h2{font-size:23px}.battle-fighters{grid-template-columns:1fr auto 1fr;gap:8px}.battle-fighter{padding:20px 7px}.battle-player-name{font-size:16px}.battle-player-user{font-size:10px}.battle-big-score{font-size:46px}.battle-center-vs span{width:38px;height:38px;font-size:11px}.battle-time{gap:7px}.battle-time>div{min-width:39px}.battle-time strong{font-size:21px}.battle-create-row{flex-direction:column}.battle-create-row .btn{width:100%}}.battle-fighter-leading{background:radial-gradient(circle at 50% 0,#8b5cf63d,#0000 58%),linear-gradient(145deg,#8b5cf624,#ffffff06);border-color:#a78bfa94;position:relative;transform:translateY(-3px);box-shadow:0 0 0 1px #8b5cf614,0 0 45px #8b5cf62e,inset 0 0 45px #8b5cf60e}.battle-fighter-leading:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(120deg,#0000 20%,#a78bfa24,#0000 75%);animation:3.5s ease-in-out infinite battleLeaderShine;position:absolute;inset:-1px}@keyframes battleLeaderShine{0%,to{opacity:.3}50%{opacity:1}}.battle-leader-crown{z-index:3;filter:drop-shadow(0 0 12px #ffdc648c);font-size:28px;animation:2.3s ease-in-out infinite battleCrownFloat;position:absolute;top:-19px;left:50%;transform:translate(-50%)}@keyframes battleCrownFloat{0%,to{transform:translate(-50%)translateY(0)rotate(-2deg)}50%{transform:translate(-50%)translateY(-5px)rotate(2deg)}}.battle-leader-info{flex-direction:column;align-items:center;gap:7px;margin-top:14px;display:flex}.battle-leader-badge{letter-spacing:.08em;color:#ffe68a;background:linear-gradient(145deg,#ffdc641f,#ffdc6409);border:1px solid #ffdc6445;border-radius:999px;justify-content:center;align-items:center;padding:7px 12px;font-size:10px;font-weight:1000;display:inline-flex;box-shadow:0 0 25px #ffdc6414}.battle-advantage{letter-spacing:.09em;color:#ffffff8c;font-size:9px;font-weight:900}.battle-status-message{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.battle-status-difference{color:#ffffff7a;font-size:11px;font-weight:700}.battle-status-winning{background:linear-gradient(90deg,#8b5cf617,#ffffff06);border-color:#8b5cf630}.battle-status-losing{background:linear-gradient(90deg,#22d3ee0e,#ffffff06);border-color:#22d3ee21}@media (max-width:700px){.battle-leader-crown{font-size:23px;top:-15px}.battle-leader-badge{padding:5px 8px;font-size:8px}.battle-advantage{font-size:7px}.battle-status-difference{text-align:center;width:100%}}.ranking-wrapper{gap:38px;display:grid}.ranking-podium{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:16px;padding-top:48px;display:grid}.ranking-podium-1{order:2}.ranking-podium-2{order:1}.ranking-podium-3{order:3}.ranking-podium-card{text-align:center;background:linear-gradient(145deg,#ffffff0e,#ffffff04);border:1px solid #ffffff14;border-radius:24px;flex-direction:column;align-items:center;padding:26px 18px 0;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;position:relative;overflow:visible;box-shadow:0 22px 60px #00000042}.ranking-podium-card:hover{transform:translateY(-5px)}.ranking-podium-1{background:radial-gradient(circle at 50% 5%,#ffd54f24,#0000 38%),radial-gradient(circle at 50% 70%,#8b5cf61f,#0000 50%),linear-gradient(145deg,#fff1,#ffffff05);border-color:#ffd85f40;min-height:330px;box-shadow:0 26px 80px #00000052,0 0 55px #ffd2500f}.ranking-podium-2{background:radial-gradient(circle at 50% 10%,#c8d7eb12,#0000 42%),linear-gradient(145deg,#ffffff0d,#ffffff04);border-color:#d2dceb26;min-height:290px}.ranking-podium-3{background:radial-gradient(circle at 50% 10%,#cd7e4112,#0000 42%),linear-gradient(145deg,#ffffff0d,#ffffff04);border-color:#cc844a29;min-height:270px}.ranking-medal{line-height:1}.ranking-podium-position{letter-spacing:.12em;color:var(--muted);margin-top:12px;font-size:10px;font-weight:900}.ranking-podium-name{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.04em;max-width:100%;margin-top:7px;font-size:20px;font-weight:950;overflow:hidden}.ranking-podium-1 .ranking-podium-name{font-size:24px}.ranking-podium-user{color:var(--muted);margin-top:3px;font-size:12px}.ranking-podium-aura{letter-spacing:-.055em;justify-content:center;align-items:center;gap:7px;margin-top:22px;font-size:34px;font-weight:1000;display:flex}.ranking-podium-1 .ranking-podium-aura{text-shadow:0 0 30px #ffd7641c;font-size:44px}.ranking-podium-aura span{font-size:.7em}.ranking-podium-label{letter-spacing:.13em;color:var(--muted);margin-top:7px;font-size:8px;font-weight:900}.ranking-podium-step{background:#ffffff09;border-top:1px solid #ffffff0f;border-radius:0 0 23px 23px;justify-content:center;align-items:center;width:calc(100% + 36px);margin-top:auto;margin-left:-18px;margin-right:-18px;padding:15px 10px;display:flex}.ranking-podium-1 .ranking-podium-step{background:linear-gradient(90deg,#ffd35a0e,#8b5cf60e)}.ranking-podium-step span{letter-spacing:.12em;color:#ffffff8c;font-size:9px;font-weight:900}.ranking-you-badge{color:var(--aura-green);letter-spacing:.12em;background:#62ff8b0e;border:1px solid #62ff8b2e;border-radius:999px;margin-top:9px;padding:4px 8px;font-size:8px;font-weight:900;display:inline-flex}.ranking-list-section{gap:14px;display:grid}.ranking-list-header{justify-content:space-between;align-items:end;gap:16px;display:flex}.ranking-list-header h2{margin:5px 0 0}.ranking-list{padding:4px 20px}.ranking-list .ranking-row{border-bottom:1px solid #ffffff0e;border-radius:14px;grid-template-columns:60px 1fr auto;align-items:center;gap:16px;padding:17px 8px;transition:background .18s,transform .18s,padding .18s;display:grid}.ranking-list .ranking-row:last-child{border-bottom:none}.ranking-list .ranking-row:hover{background:#ffffff06;padding-left:13px;padding-right:13px}.ranking-position{color:#ffffff6b;font-size:15px;font-weight:950}.ranking-player{align-items:center;gap:12px;min-width:0;display:flex}.ranking-avatar{background:linear-gradient(145deg,#8b5cf633,#22d3ee12);border:1px solid #8b5cf621;border-radius:13px;flex:none;place-items:center;width:40px;height:40px;font-size:15px;font-weight:950;display:grid}.ranking-player-name{flex-wrap:wrap;align-items:center;gap:7px;font-weight:850;display:flex}.ranking-inline-you{letter-spacing:.08em;color:var(--aura-green);background:#62ff8b0d;border:1px solid #62ff8b2b;border-radius:999px;padding:3px 6px;font-size:7px;font-weight:900}.ranking-aura{white-space:nowrap;color:var(--aura-green);align-items:center;gap:5px;font-size:17px;font-weight:950;display:flex}.ranking-aura span{font-size:14px}.ranking-empty{text-align:center;padding:50px 20px}.ranking-empty>div{font-size:45px}.ranking-empty h3{margin:14px 0 5px}@media (max-width:700px){.ranking-podium{grid-template-columns:1fr;gap:14px;padding-top:38px}.ranking-podium-1{order:1;min-height:280px}.ranking-podium-2{order:2;min-height:245px}.ranking-podium-3{order:3;min-height:235px}.ranking-podium-card{width:100%}.ranking-list{padding:4px 10px}.ranking-list .ranking-row{grid-template-columns:42px 1fr auto;gap:9px;padding:14px 5px}.ranking-avatar{border-radius:11px;width:34px;height:34px}.ranking-aura{font-size:14px}.ranking-list-header{align-items:center}}.ranking-podium-count-1{grid-template-columns:minmax(260px,380px);justify-content:center}.ranking-podium-count-1 .ranking-podium-1{order:1;width:100%}.ranking-podium-count-2{grid-template-columns:repeat(2,minmax(260px,350px));justify-content:center;align-items:end;gap:20px}.ranking-podium-count-2 .ranking-podium-1{order:1}.ranking-podium-count-2 .ranking-podium-2{order:2}.ranking-podium-count-2 .ranking-podium-1{min-height:330px}.ranking-podium-count-2 .ranking-podium-2{min-height:285px}.ranking-podium-count-3{grid-template-columns:repeat(3,minmax(0,1fr));justify-content:stretch}.ranking-podium-count-3 .ranking-podium-2{order:1}.ranking-podium-count-3 .ranking-podium-1{order:2}.ranking-podium-count-3 .ranking-podium-3{order:3}.ranking-podium-card{animation:.45s cubic-bezier(.2,.8,.2,1) rankingPodiumEnter}@keyframes rankingPodiumEnter{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (min-width:701px) and (max-width:900px){.ranking-podium-count-2{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media (max-width:700px){.ranking-podium-count-1,.ranking-podium-count-2,.ranking-podium-count-3{grid-template-columns:1fr;justify-content:stretch}.ranking-podium-count-1 .ranking-podium-1,.ranking-podium-count-2 .ranking-podium-1,.ranking-podium-count-3 .ranking-podium-1{order:1}.ranking-podium-count-2 .ranking-podium-2,.ranking-podium-count-3 .ranking-podium-2{order:2}.ranking-podium-count-3 .ranking-podium-3{order:3}}.profile-wrapper{gap:24px;display:grid}.profile-hero{background:radial-gradient(circle at 15% 40%,#8b5cf629,#0000 35%),radial-gradient(circle at 90% 20%,#22d3ee14,#0000 32%),linear-gradient(145deg,#ffffff0e,#ffffff04);border:1px solid #8b5cf633;border-radius:28px;justify-content:space-between;align-items:center;gap:30px;padding:30px;display:flex;position:relative;overflow:hidden;box-shadow:0 26px 80px #0000004d,0 0 60px #8b5cf60d}.profile-identity{align-items:center;gap:20px;min-width:0;display:flex}.profile-avatar-wrap{flex:none;position:relative}.profile-avatar{z-index:2;background:linear-gradient(145deg,#8b5cf68c,#22d3ee33);border:1px solid #a78bfa57;border-radius:28px;place-items:center;width:92px;height:92px;font-size:38px;font-weight:1000;display:grid;position:relative;box-shadow:inset 0 1px #ffffff24,0 15px 40px #8b5cf629}.profile-avatar-glow{filter:blur(28px);background:#8b5cf659;border-radius:30px;position:absolute;inset:10px}.profile-user-info{min-width:0}.profile-rank-mini{color:var(--aura-green);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:900}.profile-user-info h2{white-space:nowrap;text-overflow:ellipsis;margin:7px 0 2px;font-size:clamp(28px,4vw,38px);overflow:hidden}.profile-username{color:var(--muted);font-size:14px}.profile-age{color:#ffffff94;background:#ffffff0b;border:1px solid #ffffff0f;border-radius:999px;margin-top:10px;padding:5px 8px;font-size:10px;font-weight:800;display:inline-flex}.profile-main-aura{text-align:right;flex:none}.profile-aura-number{letter-spacing:-.07em;text-shadow:0 0 35px #8b5cf62e;justify-content:flex-end;align-items:center;gap:8px;margin-top:5px;font-size:clamp(48px,7vw,72px);font-weight:1000;line-height:1;display:flex}.profile-aura-number span{font-size:.58em}.profile-current-rank{color:#ddd1ff;background:#8b5cf612;border:1px solid #8b5cf633;border-radius:999px;margin-top:11px;padding:7px 11px;font-size:11px;font-weight:850;display:inline-flex}.profile-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;display:grid}.profile-stat-card{background:linear-gradient(145deg,#ffffff0b,#ffffff04);border:1px solid #ffffff12;border-radius:20px;align-items:center;gap:14px;padding:18px;transition:transform .2s,border-color .2s;display:flex}.profile-stat-card:hover{border-color:#8b5cf629;transform:translateY(-3px)}.profile-stat-icon{background:#8b5cf617;border:1px solid #8b5cf61a;border-radius:14px;flex:none;place-items:center;width:44px;height:44px;font-size:21px;display:grid}.profile-stat-icon-streak,.profile-stat-icon-battle{overflow:visible}.profile-stat-icon-streak{background:radial-gradient(circle,#ff703621,#0000 72%);border-color:#ff824226}.profile-streak-icon{object-fit:contain;filter:drop-shadow(0 0 9px #ff5b2d7a);width:42px;height:42px;display:block}.profile-battle-icon{object-fit:contain;filter:drop-shadow(0 0 8px #a774ff6b);width:38px;height:38px;display:block}.profile-stat-icon-winrate{overflow:visible}.profile-winrate-icon{object-fit:contain;filter:drop-shadow(0 0 8px #6fcdff59);width:37px;height:37px;display:block}.profile-stat-value{letter-spacing:-.04em;font-size:25px;font-weight:1000;line-height:1}.profile-stat-label{color:var(--muted);letter-spacing:.11em;margin-top:6px;font-size:8px;font-weight:900}.profile-rank-card{padding:25px}.profile-rank-header{justify-content:space-between;align-items:center;gap:20px;display:flex}.profile-rank-header h2{margin:6px 0 0}.profile-rank-progress{background:#ffffff0e;border-radius:999px;height:12px;margin-top:24px;overflow:hidden;box-shadow:inset 0 1px 4px #00000059}.profile-rank-progress-fill{border-radius:inherit;background:linear-gradient(90deg,#7547ef,#a675ff,#45d5ed);height:100%;transition:width .65s cubic-bezier(.2,.8,.2,1);box-shadow:0 0 20px #8b5cf633}.profile-rank-progress-info{color:var(--muted);justify-content:space-between;margin-top:8px;font-size:10px;font-weight:800;display:flex}.profile-next-rank{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:20px;margin-top:22px;padding-top:18px;display:flex}.profile-next-rank>div:first-child{flex-direction:column;gap:5px;display:flex}.profile-next-rank span{color:var(--muted);letter-spacing:.11em;font-size:8px;font-weight:900}.profile-next-needed{color:var(--muted);font-size:11px}.profile-next-needed strong{color:var(--aura-green)}.profile-record{border:1px solid #ffffff0f;border-radius:18px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.profile-record-item{background:#ffffff05;border-right:1px solid #ffffff0e;justify-content:space-between;align-items:center;gap:10px;padding:14px 18px;display:flex}.profile-record-item:last-child{border-right:0}.profile-record-item span{color:var(--muted);letter-spacing:.1em;font-size:8px;font-weight:900}.profile-record-item strong{font-size:18px}.profile-record-win strong{color:#ffe68a}.profile-record-loss strong{color:#ff8a98}.profile-section{margin-top:8px}.profile-section-heading{justify-content:space-between;align-items:end;gap:15px;margin-bottom:14px;display:flex}.profile-section-heading h2{margin:5px 0 0}.profile-categories{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.profile-category{background:linear-gradient(145deg,#ffffff0b,#ffffff04);border:1px solid #ffffff12;border-radius:19px;align-items:center;gap:14px;min-height:82px;padding:16px;display:flex}.profile-category-icon{background:#8b5cf617;border-radius:14px;flex:none;place-items:center;width:45px;height:45px;font-size:21px;display:grid}.profile-category>div:last-child{flex-direction:column;gap:6px;display:flex}.profile-category span{color:var(--muted);font-size:10px}.profile-category-available{color:var(--aura-green)!important}.profile-category-locked{opacity:.48;filter:saturate(.55)}.profile-activity{padding:5px 20px}.profile-activity-row{border-bottom:1px solid #ffffff0e;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:15px 4px;display:grid}.profile-activity-row:last-child{border-bottom:none}.profile-activity-icon{background:#8b5cf614;border-radius:12px;place-items:center;width:37px;height:37px;display:grid}.profile-activity-main{flex-direction:column;gap:4px;min-width:0;display:flex}.profile-activity-main strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.profile-activity-main span{color:var(--muted);font-size:9px}.profile-activity-points{color:var(--aura-green);white-space:nowrap;font-weight:950}.profile-empty-activity{text-align:center;flex-direction:column;align-items:center;padding:40px 20px;display:flex}.profile-empty-activity>div{font-size:34px}.profile-empty-activity strong{margin-top:12px}.profile-empty-activity span{color:var(--muted);margin-top:6px;font-size:11px}@media (max-width:820px){.profile-hero{flex-direction:column;align-items:flex-start}.profile-main-aura{text-align:left;width:100%}.profile-aura-number{justify-content:flex-start}.profile-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.profile-hero{padding:22px}.profile-avatar{border-radius:22px;width:72px;height:72px;font-size:30px}.profile-user-info h2{font-size:25px}.profile-aura-number{font-size:50px}.profile-stats-grid{gap:9px}.profile-stat-card{gap:10px;padding:14px}.profile-stat-icon{width:38px;height:38px;font-size:18px}.profile-stat-value{font-size:21px}.profile-categories,.profile-record{grid-template-columns:1fr}.profile-record-item{border-bottom:1px solid #ffffff0e;border-right:0}.profile-record-item:last-child{border-bottom:0}.profile-next-rank{flex-direction:column;align-items:flex-start}}.profile-rank-mini-emblem{align-items:center;gap:7px;display:inline-flex}.profile-rank-mini-emblem img{object-fit:contain;filter:drop-shadow(0 0 9px #8b5cf65c);width:30px;height:30px}.profile-current-rank{align-items:center;gap:8px;display:inline-flex}.profile-rank-emblem-small{object-fit:contain;filter:drop-shadow(0 0 10px #8b5cf657);width:34px;height:34px}.profile-rank-emblem-wrap{flex:none;place-items:center;width:175px;height:160px;display:grid;position:relative}.profile-rank-emblem-wrap:before{content:"";filter:blur(28px);pointer-events:none;background:radial-gradient(circle,#8b5cf64d,#8b5cf61a 45%,#0000 72%);border-radius:50%;width:115px;height:115px;animation:3s ease-in-out infinite auraEmblemGlow;position:absolute}.profile-rank-emblem{z-index:2;object-fit:contain;filter:drop-shadow(0 0 20px #8b5cf652);width:160px;height:160px;transition:filter .25s;animation:4s ease-in-out infinite auraEmblemFloat;position:relative}.profile-rank-emblem:hover{filter:drop-shadow(0 0 34px #8b5cf68c)}@keyframes auraEmblemFloat{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-6px)scale(1.015)}}@keyframes auraEmblemGlow{0%,to{opacity:.55;transform:scale(.92)}50%{opacity:1;transform:scale(1.08)}}.profile-next-rank-name{align-items:center;gap:11px;margin-top:6px;display:flex}.profile-next-rank-name img{object-fit:contain;filter:drop-shadow(0 0 13px #8b5cf645);width:54px;height:54px;transition:transform .2s}.profile-next-rank-name:hover img{transform:scale(1.08)}@media (max-width:820px){.profile-rank-emblem-wrap{width:145px;height:135px}.profile-rank-emblem{width:135px;height:135px}}@media (max-width:600px){.profile-rank-emblem-wrap{width:105px;height:100px}.profile-rank-emblem{width:100px;height:100px}.profile-rank-mini-emblem img{width:24px;height:24px}.profile-rank-emblem-small{width:28px;height:28px}.profile-next-rank-name img{width:40px;height:40px}}.topbar-inner{height:88px}.topbar{min-height:88px}.brand-logo{flex:none;justify-content:center;align-items:center;width:78px;height:78px;display:flex;position:relative}.brand-logo:before{content:"";filter:blur(18px);opacity:.55;pointer-events:none;background:radial-gradient(circle,#8b5cf63d,#22d3ee1a 45%,#0000 72%);border-radius:50%;width:56px;height:56px;transition:opacity .2s,transform .2s;position:absolute}.brand-logo img{z-index:2;object-fit:contain;filter:drop-shadow(0 0 10px #22d3ee29)drop-shadow(0 0 8px #8b5cf61f);width:72px;height:72px;transition:transform .22s,filter .22s;position:relative}.brand-logo:hover:before{opacity:1;transform:scale(1.15)}@media (max-width:820px){.topbar{min-height:72px}.topbar-inner{height:72px}.brand-logo{width:60px;height:60px}.brand-logo img{width:56px;height:56px}}@media (max-width:480px){.topbar{min-height:66px}.topbar-inner{height:66px}.brand-logo{width:54px;height:54px}.brand-logo img{width:50px;height:50px}}.home-heading h1{letter-spacing:-.035em;margin:8px 0 0;font-size:clamp(30px,4vw,38px)}.home-aura-card{background:radial-gradient(circle at 15% 30%,#8b5cf633,#0000 40%),radial-gradient(circle at 90% 40%,#22d3ee17,#0000 35%),linear-gradient(145deg,#ffffff0e,#ffffff04);border:1px solid #8b5cf62e;border-radius:28px;grid-template-columns:minmax(0,1.3fr) minmax(220px,.7fr);align-items:center;gap:25px;min-height:300px;margin-top:24px;padding:30px;display:grid;position:relative;overflow:hidden;box-shadow:0 28px 90px #00000047}.home-aura-card:before{content:"";pointer-events:none;background:linear-gradient(120deg,#0000 20%,#ffffff06,#0000 70%);position:absolute;inset:0}.home-aura-content{z-index:2;min-width:0;position:relative}.home-aura-total{letter-spacing:-.065em;align-items:center;gap:10px;margin-top:7px;font-size:clamp(60px,7vw,82px);font-weight:1000;line-height:.95;display:flex}.home-aura-total span{letter-spacing:0;font-size:.54em}.aura-energy{--energy-glow:#8b5cf64d;--energy-glow-secondary:#5bb4ff2e;isolation:isolate;letter-spacing:0;flex:none;place-items:center;width:clamp(74px,7vw,90px);height:clamp(74px,7vw,90px);margin-left:2px;display:inline-grid;position:relative}.aura-energy-halo{z-index:0;background:radial-gradient(circle, var(--energy-glow), var(--energy-glow-secondary) 42%, transparent 72%);filter:blur(12px);opacity:.65;pointer-events:none;border-radius:50%;animation:3.4s ease-in-out infinite auraEnergyHalo;position:absolute;inset:15%}.aura-energy-image{z-index:1;object-fit:contain;filter:drop-shadow(0 0 8px var(--energy-glow)) drop-shadow(0 0 18px var(--energy-glow-secondary));transform-origin:50%;animation:.58s cubic-bezier(.2,.9,.25,1.15) both auraEnergyEnter,3.2s ease-in-out .58s infinite auraEnergyIdle}.aura-energy[data-rank="0"]{--energy-glow:#9baaff40;--energy-glow-secondary:#8e5dff1f}.aura-energy[data-rank="0"] .aura-energy-image{opacity:.88;animation-duration:.58s,4s}.aura-energy[data-rank="500"]{--energy-glow:#ffcd408c;--energy-glow-secondary:#ff972038}.aura-energy[data-rank="2000"]{--energy-glow:#59cfff94;--energy-glow-secondary:#ffffff45}.aura-energy[data-rank="5000"]{--energy-glow:#1dc6ffb3;--energy-glow-secondary:#3967ff57}.aura-energy[data-rank="5000"] .aura-energy-halo{opacity:.82}.aura-energy[data-rank="10000"]{--energy-glow:#ff921eb8;--energy-glow-secondary:#ffd54561}.aura-energy[data-rank="10000"] .aura-energy-halo{opacity:.9;animation-duration:2.8s}.aura-energy[data-rank="25000"]{--energy-glow:#ffcc46b3;--energy-glow-secondary:#ffffeb59}.aura-energy[data-rank="25000"] .aura-energy-image{animation-duration:.58s,3.8s}.aura-energy[data-rank="50000"]{--energy-glow:#b147ffb8;--energy-glow-secondary:#3d74ff66}.aura-energy[data-rank="50000"] .aura-energy-halo{animation-duration:4.2s}.aura-energy[data-rank="100000"]{--energy-glow:#744cffd1;--energy-glow-secondary:#29c0ff75}.aura-energy[data-rank="100000"] .aura-energy-halo{opacity:.95;background:conic-gradient(from 0deg, transparent, var(--energy-glow), transparent 38%, var(--energy-glow-secondary), transparent 74%);animation:10s linear infinite auraEnergyCosmicHalo;inset:8%}.aura-energy[data-rank-kind=negative]{--energy-glow:#da3f8a7a;--energy-glow-secondary:#5c40dc52}.home-page .aura-energy[data-rank-kind=negative] .aura-energy-image{transform-origin:50%;animation:24s linear infinite negativeAuraEnergyRotation}.home-page .aura-energy[data-rank-kind=negative] .aura-energy-halo{opacity:.68;animation:none;transform:none}.aura-energy[data-rank="-49"]{--energy-glow:#c153ce61}.aura-energy[data-rank="-149"]{--energy-glow:#b841ad70}.aura-energy[data-rank="-299"]{--energy-glow:#cf3a8f80}.aura-energy[data-rank="-599"]{--energy-glow:#b7266b8f}.aura-energy[data-rank="-999"],.aura-energy[data-rank="-1000"]{--energy-glow:#d5224f9e;--energy-glow-secondary:#51229661}.home-aura-card[data-rank-kind=negative] .home-aura-rank,.aura-profile [data-rank-kind=negative].profile-rank-mini{color:#ef9ac4;background:#741b4c29;border-color:#d339825c}.home-aura-card[data-rank-kind=negative] .home-rank-progress-fill,.aura-profile .profile-rank-card[data-rank-kind=negative] .profile-rank-progress-fill{background:linear-gradient(90deg,#76237f,#b43175,#de527f);box-shadow:0 0 14px #c42f703d}.home-aura-card[data-rank-kind=negative] .home-aura-emblem>img,.aura-profile .profile-rank-card[data-rank-kind=negative] .profile-rank-emblem{filter:drop-shadow(0 0 12px #ca307561)drop-shadow(0 0 24px #522daf33)}@keyframes auraEnergyEnter{0%{opacity:0;transform:scale(.75)}72%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes auraEnergyIdle{0%,to{transform:translateY(1px)scale(.985)}50%{transform:translateY(-3px)scale(1.025)}}@keyframes negativeAuraEnergyRotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes auraEnergyHalo{0%,to{opacity:.5;transform:scale(.9)}50%{opacity:.95;transform:scale(1.12)}}@keyframes auraEnergyCosmicHalo{0%,to{opacity:.58;transform:rotate(0)scale(.92)}50%{opacity:1;transform:rotate(180deg)scale(1.12)}to{transform:rotate(360deg)scale(.92)}}@media (max-width:600px){.home-aura-total{gap:4px}.aura-energy{width:clamp(54px,16vw,64px);height:clamp(54px,16vw,64px)}}@media (prefers-reduced-motion:reduce){.aura-energy-image,.aura-energy-halo{animation:none!important}.aura-energy-image{opacity:1;transform:none}.aura-energy-halo{opacity:.68;transform:none}}.home-aura-rank{background:#8b5cf614;border:1px solid #8b5cf62e;border-radius:999px;align-items:center;gap:8px;margin-top:14px;padding:6px 10px;font-size:11px;font-weight:850;display:inline-flex}.home-aura-rank img{object-fit:contain;filter:drop-shadow(0 0 10px #8b5cf647);width:32px;height:32px}.home-rank-progress{background:#ffffff0f;border-radius:999px;width:100%;height:11px;margin-top:25px;overflow:hidden;box-shadow:inset 0 2px 5px #00000040}.home-rank-progress-fill{border-radius:inherit;background:linear-gradient(90deg,#7547ef,#a675ff,#45d5ed);height:100%;transition:width .7s cubic-bezier(.2,.8,.2,1);box-shadow:0 0 18px #8b5cf640}.home-rank-progress-info{color:var(--muted);justify-content:space-between;gap:15px;margin-top:8px;font-size:9px;font-weight:750;display:flex}.home-next-rank{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:flex-end;gap:20px;margin-top:20px;padding-top:16px;display:flex}.home-next-rank>div:first-child{flex-direction:column;gap:5px;display:flex}.home-next-rank span{color:var(--muted);letter-spacing:.11em;font-size:8px;font-weight:900}.home-next-rank strong{font-size:13px}.home-next-aura{color:var(--muted);white-space:nowrap;font-size:10px}.home-next-aura strong{color:var(--aura-green)}.home-aura-emblem{place-items:center;min-height:240px;display:grid;position:relative}.home-aura-emblem img{z-index:2;object-fit:contain;filter:drop-shadow(0 0 26px #8b5cf647);width:210px;height:210px;animation:4s ease-in-out infinite homeAuraFloat;position:relative}.home-aura-emblem-glow{filter:blur(34px);background:radial-gradient(circle,#8b5cf647,#22d3ee1a 45%,#0000 72%);border-radius:50%;width:145px;height:145px;animation:3s ease-in-out infinite homeAuraGlow;position:absolute}@keyframes homeAuraFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes homeAuraGlow{0%,to{opacity:.55;transform:scale(.92)}50%{opacity:1;transform:scale(1.08)}}.home-daily-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.home-daily-card{background:linear-gradient(145deg,#ffffff0b,#ffffff04);border:1px solid #ffffff12;border-radius:20px;align-items:center;gap:17px;min-height:115px;padding:19px;display:flex}.home-daily-icon{background:#8b5cf617;border:1px solid #8b5cf61c;border-radius:16px;flex:none;place-items:center;width:52px;height:52px;font-size:25px;display:grid}.home-daily-content{width:100%;min-width:0}.home-daily-value{letter-spacing:-.04em;margin-top:3px;font-size:28px;font-weight:1000;line-height:1}.home-daily-value span{color:#ffffff9e;letter-spacing:0;font-size:14px;font-weight:750}.home-daily-content p{color:var(--muted);margin:8px 0 0;font-size:9px}.home-quest-progress{background:#ffffff0f;border-radius:999px;height:5px;margin-top:9px;overflow:hidden}.home-quest-progress-fill{border-radius:inherit;background:linear-gradient(90deg, var(--aura-green), #45d5ed);height:100%;transition:width .5s}@media (max-width:820px){.home-aura-card{grid-template-columns:1fr;min-height:auto}.home-aura-emblem{grid-row:1;min-height:170px}.home-aura-emblem img{width:165px;height:165px}}@media (max-width:600px){.home-aura-card{border-radius:22px;padding:22px}.home-aura-total{font-size:58px}.home-aura-emblem{min-height:145px}.home-aura-emblem img{width:140px;height:140px}.home-daily-grid{grid-template-columns:1fr}.home-next-rank{flex-direction:column;align-items:flex-start}}.quest-v2-wrapper{gap:28px;display:grid}.quest-v2-hero{background:radial-gradient(circle at 12% 30%,#8b5cf624,#0000 40%),linear-gradient(145deg,#ffffff0b,#ffffff04);border:1px solid #8b5cf624;border-radius:26px;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:center;gap:28px;padding:28px;display:grid}.quest-v2-hero h1{letter-spacing:-.04em;margin:7px 0 0;font-size:clamp(30px,4vw,40px)}.quest-v2-hero>div:first-child>p{max-width:520px;color:var(--muted);margin:10px 0 0;font-size:12px;line-height:1.6}.quest-v2-progress-card{background:#00000029;border:1px solid #ffffff12;border-radius:20px;padding:20px}.quest-v2-progress-top{justify-content:space-between;align-items:flex-end;gap:15px;display:flex}.quest-v2-progress-top>div:first-child{flex-direction:column;gap:5px;display:flex}.quest-v2-progress-top span{color:var(--muted);letter-spacing:.11em;font-size:8px;font-weight:900}.quest-v2-progress-top strong{letter-spacing:-.04em;font-size:32px;line-height:1}.quest-v2-progress-top small{color:#ffffff73;font-size:15px}.quest-v2-progress-percent{color:var(--aura-green);font-size:15px;font-weight:950}.quest-v2-progress-bar{background:#ffffff0e;border-radius:999px;height:8px;margin-top:15px;overflow:hidden}.quest-v2-progress-fill{border-radius:inherit;background:linear-gradient(90deg, var(--aura-green), #45d5ed);height:100%;transition:width .55s;box-shadow:0 0 16px #7bff9529}.quest-v2-progress-card p{color:var(--muted);margin:9px 0 0;font-size:9px}.quest-v2-filters{scrollbar-width:none;align-items:center;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.quest-v2-filters::-webkit-scrollbar{display:none}.quest-filter{appearance:none;color:#fff9;cursor:pointer;background:#ffffff06;border:1px solid #ffffff13;border-radius:999px;flex:none;align-items:center;gap:7px;min-height:38px;padding:0 14px;font-size:10px;font-weight:800;transition:color .18s,background .18s,border-color .18s,transform .18s;display:inline-flex}.quest-filter:hover{color:#fff;border-color:#8b5cf62e;transform:translateY(-1px)}.quest-filter.active{color:#fff;background:#8b5cf621;border-color:#8b5cf64d;box-shadow:0 0 18px #8b5cf612}.quest-v2-message{color:var(--aura-green);background:#7bff950e;border:1px solid #7bff952b;border-radius:16px;padding:13px 16px;font-size:12px;font-weight:950}.quest-v2-section{gap:14px;display:grid}.quest-v2-section-heading{justify-content:space-between;align-items:flex-end;gap:15px;display:flex}.quest-v2-section-heading h2{margin:5px 0 0;font-size:21px}.quest-v2-list{gap:10px;display:grid}.quest-v2-card{background:linear-gradient(145deg,#ffffff0b,#ffffff04);border:1px solid #ffffff12;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:14px;min-height:82px;padding:14px 15px;transition:transform .18s,border-color .18s,background .18s;display:grid;position:relative}.quest-v2-card:hover{background:linear-gradient(145deg,#ffffff0e,#8b5cf606);border-color:#8b5cf629;transform:translateY(-2px)}.quest-v2-completed{opacity:.63}.quest-v2-completed:hover{transform:none}.quest-v2-icon{background:#8b5cf61a;border:1px solid #8b5cf61c;border-radius:15px;place-items:center;width:48px;height:48px;font-size:23px;display:grid}.quest-v2-main{min-width:0}.quest-v2-title-row{align-items:center;gap:8px;min-width:0;display:flex}.quest-v2-title-row h3{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13px;overflow:hidden}.quest-v2-done-label{color:var(--aura-green);letter-spacing:.1em;background:#7bff9512;border:1px solid #7bff951f;border-radius:999px;flex:none;padding:3px 6px;font-size:6px;font-weight:950}.quest-v2-main p{white-space:nowrap;text-overflow:ellipsis;color:var(--muted);margin:5px 0 0;font-size:9px;overflow:hidden}.quest-v2-meta{color:#ffffff59;align-items:center;gap:6px;margin-top:6px;font-size:8px;display:flex}.quest-v2-points{color:var(--aura-green);white-space:nowrap;font-size:13px;font-weight:1000}.quest-v2-points span{color:#ffd94a}.quest-v2-button{min-width:95px}.quest-v2-empty{text-align:center;background:#ffffff03;border:1px dashed #ffffff14;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:150px;padding:25px;display:flex}.quest-v2-empty>div{font-size:27px}.quest-v2-empty strong{margin-top:8px;font-size:12px}.quest-v2-empty span{color:var(--muted);margin-top:5px;font-size:9px}@media (max-width:820px){.quest-v2-hero{grid-template-columns:1fr}}@media (max-width:600px){.quest-v2-wrapper{gap:22px}.quest-v2-hero{border-radius:22px;padding:20px}.quest-v2-card{grid-template-columns:auto minmax(0,1fr) auto;gap:11px;padding:13px}.quest-v2-icon{width:43px;height:43px;font-size:20px}.quest-v2-points{grid-area:1/3;align-self:start}.quest-v2-button{grid-column:1/-1;width:100%;min-height:42px}.quest-v2-title-row{padding-right:5px}.quest-v2-done-label{display:none}}.home-battle-preview{background:radial-gradient(circle at 10% 0,#8b5cf614,#0000 35%),linear-gradient(145deg,#ffffff0a,#ffffff03);border:1px solid #ffffff12;border-radius:24px;gap:14px;margin-top:28px;padding:22px;display:grid;box-shadow:0 20px 60px #0000002e}.home-battle-header{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.home-battle-header h2{margin:5px 0 0;font-size:21px}.home-battle-link{color:var(--muted);font-size:9px;text-decoration:none;transition:color .18s}.home-battle-link:hover{color:#fff}.home-battle-header-actions{align-items:center;gap:13px;display:flex}.home-battle-live{color:var(--aura-green);letter-spacing:.09em;background:#7bff950e;border:1px solid #7bff9524;border-radius:999px;align-items:center;gap:6px;padding:5px 8px;font-size:7px;font-weight:950;display:inline-flex}.home-battle-live i{background:var(--aura-green);border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite homeBattleLive;box-shadow:0 0 9px #7bff95a6}@keyframes homeBattleLive{0%,to{opacity:.45}50%{opacity:1}}.home-battle-status{text-align:center;background:#ffffff06;border:1px solid #ffffff0e;border-radius:12px;padding:8px 12px;font-size:9px;font-weight:900}.home-battle-status.winning{color:#ffe98a;background:#ffd7500a;border-color:#ffd7501a}.home-battle-status.losing{color:#d8c6ff;background:#8b5cf60e;border-color:#8b5cf61f}.home-battle-scoreboard{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:16px;display:grid}.home-battle-player{background:#ffffff05;border:1px solid #ffffff0e;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:150px;padding:16px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.home-battle-player.leader{border-color:#ffd75030;box-shadow:inset 0 0 30px #ffd75006,0 0 25px #ffd75006}.home-battle-player>span{color:var(--muted);letter-spacing:.1em;font-size:7px;font-weight:950}.home-battle-player>strong{margin-top:5px;font-size:14px}.home-battle-player>small{color:var(--muted);margin-top:2px;font-size:8px}.home-battle-score{letter-spacing:-.05em;margin-top:10px;font-size:35px;font-weight:1000;line-height:1}.home-battle-player>b{color:var(--muted);letter-spacing:.08em;margin-top:5px;font-size:7px}.home-battle-crown{filter:drop-shadow(0 0 10px #ffd75040);font-size:22px;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.home-battle-vs{color:#ffffffb3;background:#ffffff09;border:1px solid #ffffff14;border-radius:50%;place-items:center;width:38px;height:38px;font-size:9px;font-weight:950;display:grid}.home-battle-footer{border-top:1px solid #ffffff0e;justify-content:space-between;align-items:flex-end;gap:20px;padding-top:13px;display:flex}.home-battle-time{flex-direction:column;gap:4px;display:flex}.home-battle-time span{color:var(--muted);letter-spacing:.1em;font-size:7px;font-weight:900}.home-battle-time strong{font-size:13px}.home-battle-empty,.home-battle-pending{background:#ffffff05;border:1px solid #ffffff0e;border-radius:17px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:15px;padding:16px;display:grid}.home-battle-empty-icon,.home-battle-pending-icon{background:#8b5cf617;border-radius:15px;place-items:center;width:47px;height:47px;font-size:22px;display:grid}.home-battle-empty-content strong,.home-battle-pending strong{font-size:12px}.home-battle-empty-content p,.home-battle-pending p{color:var(--muted);margin:4px 0 0;font-size:9px}.home-battle-loading{color:var(--muted);border:1px solid #ffffff0f;border-radius:18px;margin-top:28px;padding:20px}@media (max-width:600px){.home-battle-preview{padding:18px}.home-battle-scoreboard{grid-template-columns:1fr auto 1fr;gap:8px}.home-battle-player{min-height:135px;padding:12px 7px}.home-battle-score{font-size:29px}.home-battle-vs{width:31px;height:31px}.home-battle-empty,.home-battle-pending{grid-template-columns:auto 1fr}.home-battle-empty .btn,.home-battle-pending .btn{grid-column:1/-1;width:100%}.home-battle-footer{flex-direction:column;align-items:stretch}.home-battle-footer .btn{width:100%}}.rankup-overlay{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s,visibility .35s;z-index:999999!important;justify-content:center!important;align-items:center!important;width:100vw!important;height:100vh!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}.rankup-overlay.rankup-visible{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.rankup-backdrop{-webkit-backdrop-filter:blur(10px);z-index:1!important;opacity:1!important;background:radial-gradient(circle,#65ff8a24 0%,#171228f0 45%,#07060cfa 100%)!important;position:absolute!important;inset:0!important}.rankup-energy{pointer-events:none;filter:blur(50px);opacity:0;border-radius:50%;transform:translate(-50%,-50%);z-index:2!important;width:550px!important;height:550px!important;position:absolute!important;top:50%!important;left:50%!important}.rankup-energy-one{background:#82ff7430;animation:2.5s ease-in-out infinite rankupEnergyOne}.rankup-energy-two{background:#8f6aff38;animation:2s ease-in-out infinite rankupEnergyTwo;width:340px!important;height:340px!important}.rankup-visible .rankup-energy{opacity:1}@keyframes rankupEnergyOne{0%,to{opacity:.25;transform:translate(-50%,-50%)scale(.85)}50%{opacity:.6;transform:translate(-50%,-50%)scale(1.15)}}@keyframes rankupEnergyTwo{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-50%)scale(1.3)}}.rankup-content{opacity:0;transition:opacity .5s,transform .65s cubic-bezier(.16,1,.3,1);transform:translateY(35px)scale(.88);z-index:20!important;text-align:center!important;pointer-events:auto!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;width:min(92vw,650px)!important;padding:30px 24px 34px!important;display:flex!important;position:relative!important}.rankup-visible .rankup-content{opacity:1!important;transform:translateY(0)scale(1)!important}.rankup-eyebrow{letter-spacing:.18em;opacity:0;margin-bottom:8px;font-size:13px;font-weight:900;transition:all .45s .15s;transform:translateY(-15px);z-index:25!important;color:#a7ff8f!important;position:relative!important}.rankup-visible .rankup-eyebrow{opacity:1!important;transform:translateY(0)!important}.rankup-emblem-wrap{opacity:0;transition:opacity .45s .1s,transform .8s cubic-bezier(.16,1,.3,1) .1s;transform:scale(.45)rotate(-12deg);z-index:25!important;justify-content:center!important;align-items:center!important;width:310px!important;height:310px!important;margin:5px auto 8px!important;display:flex!important;position:relative!important}.rankup-visible .rankup-emblem-wrap{opacity:1!important;transform:scale(1)rotate(0)!important}.rankup-emblem{filter:drop-shadow(0 0 18px #8aff7052)drop-shadow(0 20px 40px #0000008c);z-index:30!important;object-fit:contain!important;opacity:1!important;width:280px!important;height:280px!important;display:block!important;position:relative!important}.rankup-emblem-aura{filter:blur(20px);background:radial-gradient(circle,#95ff7959,#7c5aff1f 45%,#0000 72%);border-radius:50%;animation:1.8s ease-in-out infinite rankupAuraPulse;z-index:21!important;width:230px!important;height:230px!important;position:absolute!important}@keyframes rankupAuraPulse{0%,to{opacity:.55;transform:scale(.9)}50%{opacity:1;transform:scale(1.2)}}.rankup-ring{pointer-events:none;border-radius:50%;z-index:22!important;position:absolute!important}.rankup-ring-one{border:1px solid #a3ff8e61;width:260px;height:260px;animation:3s linear infinite rankupRingOne}.rankup-ring-two{border:1px dashed #9d7bff66;width:300px;height:300px;animation:5s linear infinite rankupRingTwo}@keyframes rankupRingOne{0%{transform:rotate(0)scale(.96)}to{transform:rotate(360deg)scale(.96)}}@keyframes rankupRingTwo{0%{transform:rotate(360deg)scale(1)}to{transform:rotate(0)scale(1)}}.rankup-unlocked{letter-spacing:.2em;opacity:0;margin-top:-4px;font-size:11px;font-weight:900;transition:all .4s .3s;transform:translateY(12px);z-index:25!important;color:#ffffff9e!important;position:relative!important}.rankup-visible .rankup-unlocked{opacity:1!important;transform:translateY(0)!important}.rankup-name{letter-spacing:-.045em;text-shadow:0 0 26px #94ff7940;opacity:0;transition:all .55s cubic-bezier(.16,1,.3,1) .35s;transform:translateY(18px)scale(.92);z-index:25!important;color:#fff!important;margin:5px 0!important;padding:0!important;font-size:clamp(36px,6vw,64px)!important;font-weight:1000!important;line-height:.98!important;position:relative!important}.rankup-visible .rankup-name{opacity:1!important;transform:translateY(0)scale(1)!important}.rankup-aura{opacity:0;justify-content:center;align-items:center;gap:7px;margin-top:10px;font-size:26px;font-weight:1000;transition:all .4s .45s;display:flex;transform:translateY(14px);z-index:25!important;color:#fff!important;position:relative!important}.rankup-visible .rankup-aura{opacity:1!important;transform:translateY(0)!important}.rankup-earned{opacity:0;background:#85ff6d21;border:1px solid #94ff7c40;border-radius:999px;margin-top:7px;padding:6px 13px;font-size:13px;font-weight:900;transition:opacity .4s .55s;z-index:25!important;color:#a9ff93!important;position:relative!important}.rankup-visible .rankup-earned{opacity:1!important}.rankup-transition{opacity:0;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:17px;font-size:13px;transition:opacity .4s .65s;display:flex;z-index:25!important;position:relative!important}.rankup-visible .rankup-transition{opacity:1!important}.rankup-transition span{color:#ffffff8c!important}.rankup-transition b{color:#ffffff59!important}.rankup-transition strong{color:#a7ff90!important}.rankup-continue{cursor:pointer;opacity:0;border:0;border-radius:999px;min-width:155px;margin-top:22px;padding:12px 24px;font-size:14px;font-weight:900;transition:opacity .4s .75s,transform .4s .75s,box-shadow .2s;transform:translateY(12px);z-index:30!important;color:#121016!important;background:#fff!important;position:relative!important}.rankup-visible .rankup-continue{opacity:1!important;transform:translateY(0)!important}.rankup-continue:hover{box-shadow:0 10px 35px #ffffff26;transform:translateY(-2px)!important}.rankup-particles{pointer-events:none;z-index:5!important;position:absolute!important;inset:0!important}.rankup-particles i{opacity:0;background:#a7ff90;border-radius:50%;width:5px;height:5px;animation:2.4s ease-in-out infinite rankupParticle;position:absolute;box-shadow:0 0 12px #a9ff90cc}.rankup-particles i:first-child{animation-delay:0s;top:25%;left:18%}.rankup-particles i:nth-child(2){animation-delay:.3s;top:72%;left:29%}.rankup-particles i:nth-child(3){animation-delay:.6s;top:24%;left:77%}.rankup-particles i:nth-child(4){animation-delay:.9s;top:68%;left:83%}.rankup-particles i:nth-child(5){animation-delay:1.1s;top:54%;left:12%}.rankup-particles i:nth-child(6){animation-delay:1.4s;top:14%;left:67%}.rankup-particles i:nth-child(7){animation-delay:1.7s;top:82%;left:60%}.rankup-particles i:nth-child(8){animation-delay:2s;top:43%;left:91%}@keyframes rankupParticle{0%{opacity:0;transform:translateY(20px)scale(.3)}30%{opacity:1}to{opacity:0;transform:translateY(-50px)scale(1.5)}}@media (max-width:640px){.rankup-content{width:100%!important;padding:18px 20px 28px!important}.rankup-emblem-wrap{width:240px!important;height:240px!important}.rankup-emblem{width:215px!important;height:215px!important}.rankup-ring-one{width:210px;height:210px}.rankup-ring-two{width:235px;height:235px}.rankup-name{font-size:40px!important}}.notification-bell-wrapper{position:relative}.notification-bell-button{color:#ffffffb8;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,color .2s,border-color .2s,transform .2s;display:flex;position:relative}.notification-bell-button:hover,.notification-bell-button.active{color:#fff;background:#ffffff14;border-color:#ffffff24;transform:translateY(-1px)}.notification-count{color:#071008;background:#8cff83;border:2px solid #09090c;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:1000;line-height:1;display:flex;position:absolute;top:-5px;right:-6px}.notification-panel{-webkit-backdrop-filter:blur(22px);z-index:10000;background:#0d0d11fa;border:1px solid #ffffff17;border-radius:18px;width:min(390px,100vw - 30px);max-height:520px;animation:.22s notificationPanelIn;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 30px 80px #0000008c}@keyframes notificationPanelIn{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.notification-header{border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:16px;padding:18px 18px 15px;display:flex}.notification-eyebrow{color:#89ff83;letter-spacing:.18em;margin-bottom:3px;font-size:9px;font-weight:1000;display:block}.notification-header h3{color:#fff;margin:0;font-size:17px;font-weight:900}.notification-read-all{color:#ffffff8c;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;font-size:11px;font-weight:800;display:flex}.notification-list{max-height:440px;overflow-y:auto}.notification-item{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ffffff0d;gap:12px;padding:15px 17px;transition:background .18s;display:flex;position:relative}.notification-item:hover{background:#ffffff09}.notification-item.unread{background:linear-gradient(90deg,#7eff700e,#0000)}.notification-icon{color:#92ff89;background:#79ff6e14;border:1px solid #79ff6e1a;border-radius:11px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.notification-body{flex:1;min-width:0}.notification-title-row{align-items:center;gap:8px;display:flex}.notification-title-row strong{color:#fff;flex:1;font-size:12px;font-weight:900;line-height:1.3}.notification-unread-dot{background:#8dff83;border-radius:50%;flex:0 0 7px;width:7px;height:7px;box-shadow:0 0 10px #8dff838c}.notification-body p{color:#ffffff80;margin:4px 0 6px;font-size:11px;line-height:1.45}.notification-time{color:#ffffff47;font-size:9px;font-weight:700}.notification-empty{text-align:center;color:#ffffff6b;flex-direction:column;justify-content:center;align-items:center;min-height:190px;padding:30px;display:flex}.notification-empty-icon{color:#ffffff80;background:#ffffff0a;border-radius:15px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:12px;display:flex}.notification-empty strong{color:#fffc;margin-bottom:5px;font-size:13px}.notification-empty span{max-width:230px;font-size:11px;line-height:1.5}.admin-shell{color:#e8ede9;background:#111513;min-height:100vh;font:13px/1.45 ui-monospace,SFMono-Regular,Menlo,monospace}.admin-top{background:#121614;border-bottom:1px solid #29302c;justify-content:space-between;align-items:center;height:48px;padding:0 20px;display:flex}.admin-brand{align-items:center;gap:12px;display:flex}.admin-brand>span{color:#66716a}.admin-brand .admin-mark{color:#07150d;background:#30c876;border-radius:7px;place-items:center;width:25px;height:25px;font-weight:900;display:grid}.admin-brand em{color:#f5bc37;border:1px solid #66501e;border-radius:10px;padding:2px 7px;font-size:10px;font-style:normal}.admin-secure{color:#7edba5;align-items:center;gap:7px;display:flex}.admin-side{background:#121614;border-right:1px solid #29302c;padding:16px}.admin-side-title{align-items:center;gap:8px;margin-bottom:22px;font:700 15px/1.2 system-ui;display:flex}.admin-schema{color:#77837c;background:#181d1a;border:1px solid #313a35;border-radius:6px;margin-bottom:12px;padding:9px 11px}.admin-schema b{color:#e8ede9}.admin-side nav{flex-direction:column;gap:3px;display:flex}.admin-side nav button{color:#a8b2ac;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;align-items:center;gap:9px;padding:9px 10px;font:12px ui-monospace;display:flex}.admin-side nav button:hover,.admin-side nav button.active{color:#fff;background:#202722}.admin-side>a{color:#829088;text-decoration:none;position:absolute;bottom:20px}.admin-main{min-width:0;padding:18px}.admin-metrics article{background:#171c19;border:1px solid #2b332e;border-radius:8px;align-items:center;gap:12px;padding:14px;display:flex}.admin-metrics article>svg,.metric-icon{color:#45d586;width:30px;height:30px}.admin-metrics article div{flex-direction:column;display:flex}.admin-metrics span{color:#7f8b84;font-size:11px}.admin-metrics b{color:#fff;font-size:20px}.admin-tab{background:#181d1a;border:1px solid #2b332e;border-bottom:0;border-radius:7px 7px 0 0;align-items:center;gap:7px;height:45px;padding:0 14px;display:flex}.admin-tab i{color:#728078}.admin-tab span{color:#718078;margin-left:auto;font-size:11px}.admin-tools{background:#151a17;border:1px solid #2b332e;align-items:center;gap:8px;height:48px;padding:0 10px;display:flex}.admin-tools label{color:#68756d;flex:1;align-items:center;gap:8px;display:flex}.admin-tools input{color:#dfe7e2;background:0 0;border:0;outline:0;width:100%;font:12px ui-monospace}.admin-tools button{color:#a9b5ae;cursor:pointer;background:#1d231f;border:1px solid #343d37;border-radius:5px;padding:7px}.admin-grid-wrap{border:1px solid #2b332e;border-top:0;max-height:calc(100vh - 250px);overflow:auto}.admin-grid{border-collapse:collapse;white-space:nowrap;width:100%}.admin-grid th,.admin-grid td{text-align:left;text-overflow:ellipsis;border-bottom:1px solid #29302c;border-right:1px solid #29302c;max-width:330px;height:39px;padding:0 10px;overflow:hidden}.admin-grid th{color:#f3f6f4;z-index:1;background:#181d1a;font-weight:700;position:sticky;top:0}.admin-grid th small{color:#67726c;font-weight:400}.admin-grid td:first-child,.admin-grid th:first-child{color:#68736d;text-align:center;width:42px}.admin-true{color:#51d78a}.admin-false{color:#e87979}@media (max-width:900px){.admin-layout{grid-template-columns:1fr}.admin-side{display:none}.admin-metrics{grid-template-columns:repeat(2,1fr)}.admin-main{padding:10px}.admin-secure{display:none}}@media (max-width:520px){.admin-metrics{grid-template-columns:1fr 1fr}.admin-metrics article{padding:10px}.admin-brand>span,.admin-brand strong{display:none}}.admin-actions>button,.admin-password button{color:#7ee0a7;cursor:pointer;background:#1c3024;border:1px solid #375142;border-radius:6px;padding:7px 11px;font:12px ui-monospace}.admin-password{z-index:20;background:#171c19;border:1px solid #354039;border-radius:8px;gap:10px;width:340px;padding:16px;display:grid;position:absolute;top:54px;right:18px;box-shadow:0 18px 60px #0009}.admin-password input{color:#eef4f0;background:#101411;border:1px solid #354039;border-radius:5px;outline:0;padding:10px}@media (max-width:620px){.admin-actions .admin-secure{display:none}.admin-password{width:auto;left:10px;right:10px}}.admin-action-message{color:#8de3af;background:#16231b;border:1px solid #31513e;border-top:0;padding:9px 12px}.admin-row-actions{gap:6px;display:flex}.admin-row-actions button{color:#86dca8;cursor:pointer;background:#1b241e;border:1px solid #354039;border-radius:5px;place-items:center;width:30px;height:28px;display:grid}.admin-row-actions button:hover{background:#253329}.admin-row-actions button.danger{color:#f08b8b;background:#27191a;border-color:#603638}.admin-row-actions button.danger:hover{background:#3a2022}.admin-row-actions button:disabled{opacity:.45;cursor:wait}.admin-shell{color:#f3efff;background:#08070d}.admin-brand .admin-mark{color:#09060f;background:linear-gradient(135deg,#9b72ff,#68ef9a);box-shadow:0 0 22px #8e63ff66}.admin-brand em{color:#b99cff;border-color:#5a4188}.admin-schema,.admin-metrics article,.admin-tab,.admin-tools{background:#120e1b;border-color:#332747}.admin-side nav button:hover,.admin-side nav button.active{background:#211833}.admin-metrics article>svg,.metric-icon{color:#9b72ff}.admin-grid th{background:#151020}.admin-grid tr:hover td{background:#171122}.admin-actions>button,.admin-password button{color:#cdbbff;background:#211735;border-color:#604897;align-items:center;gap:6px;display:flex}.admin-secure{color:#77e99c}.admin-action-message{color:#cfbdff;background:#1b132b;border-color:#584080}.admin-login-page{color:#f7f3ff;background:radial-gradient(circle at 50% 20%,#241445 0,#0b0812 42%,#050408 100%);place-items:center;min-height:100vh;padding:24px;display:grid}.admin-login-card{background:linear-gradient(145deg,#171022ee,#0c0912f5);border:1px solid #443260;border-radius:24px;width:min(440px,100%);padding:42px;box-shadow:0 30px 100px #000b,0 0 80px #7548c51f}.admin-login-logo{color:#10091c;background:linear-gradient(135deg,#a67cff,#6af29d);border-radius:17px;place-items:center;width:58px;height:58px;margin-bottom:24px;font:900 27px system-ui;display:grid;box-shadow:0 0 32px #9a6cff55}.admin-login-eyebrow{color:#7df0a2;letter-spacing:.12em;align-items:center;gap:7px;font:700 12px ui-monospace;display:flex}.admin-login-card h1{margin:10px 0;font:800 34px/1.1 system-ui}.admin-login-card>p{color:#aaa1b7;margin:0 0 28px}.admin-login-card form{gap:16px;display:grid}.admin-login-card label{color:#c7bdd5;gap:7px;font:600 12px system-ui;display:grid}.admin-login-card input{color:#fff;background:#09070e;border:1px solid #45335f;border-radius:10px;outline:0;padding:13px 14px}.admin-login-card input:focus{border-color:#a076ec;box-shadow:0 0 0 3px #8d63dd22}.admin-login-card button{color:#0b0711;cursor:pointer;background:linear-gradient(90deg,#8d62e8,#6edb98);border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;height:48px;font-weight:900;display:flex}.admin-login-card>a{color:#9c8bad;margin-top:24px;text-decoration:none;display:block}.admin-login-error{color:#ff9b9b;background:#32171e;border:1px solid #67303a;border-radius:8px;padding:10px}.admin-login-logo{width:76px;height:76px;box-shadow:none;background:0 0}.admin-login-logo img{object-fit:contain;filter:drop-shadow(0 0 20px #a16dff99);width:72px;height:72px}.quest-mode-overlay{z-index:1000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#050309e0;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.quest-mode-modal{background:radial-gradient(circle at 25% 0,#844fe12e,#0000 42%),#0c0912;border:1px solid #a577ff52;border-radius:26px;width:min(760px,100%);padding:38px;box-shadow:0 30px 100px #000c,0 0 90px #7e52d51f}.quest-mode-modal h2{margin:9px 0 10px;font-size:32px}.quest-mode-modal>p{color:#ffffff94;max-width:590px;margin:0 0 25px;line-height:1.6}.quest-mode-options{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.quest-mode-options>button{color:#fff;text-align:left;cursor:pointer;background:#ffffff06;border:1px solid #ffffff1a;border-radius:17px;min-height:158px;padding:20px;transition:all .18s}.quest-mode-options>button:hover{border-color:#9d72f47a;transform:translateY(-2px)}.quest-mode-options>button.selected{background:linear-gradient(145deg,#8b59e840,#4584ee17);border-color:#9f72fb;box-shadow:0 0 0 3px #9162ec1c,0 16px 38px #00000038}.quest-mode-icon{min-height:32px;margin-bottom:15px;font-size:26px;display:block}.quest-mode-options strong{font-size:16px;display:block}.quest-mode-options small{color:#ffffff80;margin-top:7px;line-height:1.45;display:block}.quest-mode-continue{color:#fff;cursor:pointer;background:linear-gradient(90deg,#8b5cf6,#4f8fe8);border:0;border-radius:12px;justify-content:center;align-items:center;min-width:180px;height:48px;margin:22px 0 11px;padding:0 22px;font-weight:900;display:flex;box-shadow:0 10px 28px #5250dc38}.quest-mode-continue:disabled{opacity:.4;cursor:not-allowed}.quest-mode-footnote{color:#ffffff61}.quest-mode-error{color:#ff9b9b;margin-top:14px}.quest-mode-success{color:#8ab8ff;margin-top:15px}.quest-preference-card{background:linear-gradient(135deg,#804ed317,#437ee40b);border:1px solid #9769ec33;border-radius:20px;padding:26px}.quest-mode-change{color:#ceb6ff;cursor:pointer;background:#7f4ecf1f;border:1px solid #9a6fec73;border-radius:9px;padding:9px 14px}.quest-preference-current{align-items:center;gap:15px;display:flex}.quest-preference-current>span{font-size:27px}.quest-preference-current strong,.quest-preference-current small{display:block}.quest-preference-current small{color:#ffffff75;margin-top:4px}.quest-mode-options-inline{margin-top:14px}.quest-mode-options-inline>button{min-height:100px}.quest-mode-edit-actions{align-items:center;gap:10px;margin-top:18px;display:flex}.quest-mode-edit-actions .quest-mode-continue{margin:0}.quest-mode-edit-actions .quest-mode-change{height:48px}@media (max-width:700px){.quest-mode-modal{padding:26px 18px}.quest-mode-modal h2{font-size:27px}.quest-mode-options{grid-template-columns:1fr}.quest-mode-options>button{min-height:auto}.quest-mode-options-inline{grid-template-columns:1fr}.quest-mode-options-inline>button{min-height:auto}.quest-mode-overlay{align-items:start;overflow:auto}.quest-mode-edit-actions{flex-direction:column;align-items:stretch}.quest-mode-edit-actions .quest-mode-continue{width:100%}}.aura-energy-ranking-top{flex:0 0 32px;width:32px;height:32px;margin:0}.aura-energy-ranking-list{flex:0 0 22px;width:22px;height:22px;margin:0}.aura-energy-ranking-top .aura-energy-halo,.aura-energy-ranking-list .aura-energy-halo{filter:blur(7px);inset:9%}.aura-energy-ranking-top .aura-energy-image,.aura-energy-ranking-list .aura-energy-image,.public-podium-card .aura-energy-image{object-fit:contain;width:100%!important;height:100%!important}.ranking-podium-aura,.ranking-aura{align-items:center;display:inline-flex}.public-ranking-score{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:flex!important}.public-ranking-score>small{flex-basis:100%;margin-top:2px}.public-ranking-list-score{white-space:nowrap;justify-content:flex-end;align-items:center;gap:5px;display:flex}.public-ranking-list-score>small{margin:0!important}@media (max-width:700px){.aura-energy-ranking-top{flex-basis:26px;width:26px;height:26px}.aura-energy-ranking-list{flex-basis:20px;width:20px;height:20px}}@media (min-width:701px){.home-battle-player.leader{min-height:190px;padding-top:70px}.home-battle-crown{top:10px}}@media (max-width:700px){.home-battle-player.leader{min-height:150px;padding-top:16px}.home-battle-crown{top:-12px}}@media (min-width:701px){.battle-fighter-leading{padding-top:82px}.battle-fighter-leading .battle-leader-crown{top:12px}}.quest-page-container{width:min(1280px,100% - 48px);max-width:none}.quest-page-intro{margin-bottom:44px}.quest-page-intro h1{letter-spacing:-.045em;margin:9px 0 12px;font-size:clamp(42px,4vw,52px);line-height:1.04}.quest-page-intro .subtitle{max-width:820px;font-size:clamp(15px,1.2vw,17px);line-height:1.65}.quest-page .section-head{margin-top:42px}.quest-page .quest-v2-wrapper{gap:36px}.quest-page .quest-v2-hero{border-radius:28px;grid-template-columns:minmax(0,1.25fr) minmax(350px,.75fr);gap:42px;padding:36px 38px}.quest-page .quest-v2-hero h1{font-size:clamp(36px,3.4vw,48px);line-height:1.06}.quest-page .quest-v2-hero>div:first-child>p{max-width:650px;font-size:16px;line-height:1.65}.quest-page .quest-v2-progress-card{padding:25px 26px}.quest-page .quest-v2-progress-top span{font-size:10px}.quest-page .quest-v2-progress-top strong{font-size:40px}.quest-page .quest-v2-progress-top small,.quest-page .quest-v2-progress-percent{font-size:17px}.quest-page .quest-v2-progress-bar{height:10px;margin-top:18px}.quest-page .quest-v2-progress-card p{margin-top:11px;font-size:12px}.quest-page .quest-v2-filters{gap:10px;padding-bottom:4px}.quest-page .quest-filter{gap:9px;min-height:42px;padding:0 18px;font-size:13px}.quest-page .quest-filter .category-visual{width:25px;height:25px}.quest-page .quest-v2-section{gap:17px}.quest-page .quest-v2-section-heading h2{font-size:25px}.quest-page .quest-v2-section-heading .pill{padding:7px 12px;font-size:11px}.quest-page .quest-v2-list{gap:12px}.quest-page .quest-v2-card{border-radius:20px;grid-template-columns:56px minmax(0,1fr) 110px 126px;gap:19px;min-height:96px;padding:18px 20px}.quest-page .quest-v2-icon{border-radius:16px;width:52px;height:52px}.quest-page .quest-v2-icon .category-visual{width:44px;height:44px}.quest-page .quest-v2-title-row{align-items:center;gap:10px}.quest-page .quest-v2-title-row h3{white-space:normal;text-overflow:clip;font-size:clamp(15px,1.15vw,17px);line-height:1.3;overflow:visible}.quest-page .quest-v2-done-label{padding:4px 8px;font-size:8px}.quest-page .quest-v2-main p{white-space:normal;text-overflow:clip;color:#fff9;margin-top:6px;font-size:14px;line-height:1.5;display:block;overflow:visible}.quest-page .quest-v2-meta{margin-top:7px;font-size:11px}.quest-page .quest-v2-points{text-align:right;font-size:16px}.quest-page .quest-v2-button{min-width:126px;min-height:44px;padding-inline:20px;font-size:13px}@media (max-width:900px){.quest-page-container{width:min(100% - 32px,1280px)}.quest-page .quest-v2-hero{grid-template-columns:1fr;gap:24px;padding:30px}.quest-page .quest-v2-card{grid-template-columns:52px minmax(0,1fr) 96px;align-items:center}.quest-page .quest-v2-button{grid-column:2/4;width:100%}}@media (max-width:600px){.quest-page{padding-top:24px}.quest-page-container{width:calc(100% - 24px)}.quest-page-intro{margin-bottom:30px}.quest-page-intro h1{font-size:clamp(34px,10vw,42px)}.quest-page-intro .subtitle{font-size:15px}.quest-page .section-head{margin-top:32px}.quest-page .quest-v2-wrapper{gap:28px}.quest-page .quest-v2-hero{padding:23px 19px}.quest-page .quest-v2-hero h1{font-size:32px}.quest-page .quest-v2-hero>div:first-child>p{font-size:14px}.quest-page .quest-v2-progress-card{padding:20px}.quest-page .quest-v2-filters{margin-inline:-12px;padding-inline:12px}.quest-page .quest-filter{min-height:40px;padding-inline:15px;font-size:13px}.quest-page .quest-v2-card{min-height:unset;grid-template-columns:44px minmax(0,1fr) auto;gap:12px;padding:16px 14px}.quest-page .quest-v2-icon{width:42px;height:42px}.quest-page .quest-v2-icon .category-visual{width:38px;height:38px}.quest-page .quest-v2-title-row h3{font-size:16px}.quest-page .quest-v2-main p{font-size:13px;line-height:1.48}.quest-page .quest-v2-meta{font-size:11px}.quest-page .quest-v2-points{grid-area:1/3;align-self:start;font-size:14px}.quest-page .quest-v2-button{grid-column:1/-1;width:100%;min-height:44px}.quest-page .quest-v2-done-label{display:none}}@media (min-width:951px){.quest-page .quest-v2-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.quest-page .quest-v2-card{grid-template-rows:auto 1fr auto;grid-template-columns:58px minmax(0,1fr) auto;align-items:start;gap:14px 17px;min-height:196px;padding:21px 22px}.quest-page .quest-v2-icon{grid-area:1/1/3;width:54px;height:54px}.quest-page .quest-v2-icon .category-visual{width:48px;height:48px}.quest-page .quest-v2-main{flex-direction:column;grid-area:1/2/3/4;align-self:stretch;display:flex}.quest-page .quest-v2-title-row h3{font-size:17px}.quest-page .quest-v2-main p{margin-top:9px;font-size:14px;line-height:1.55}.quest-page .quest-v2-meta{margin-top:auto;padding-top:13px;font-size:12px}.quest-page .quest-v2-points{text-align:left;grid-area:3/1/auto/3;align-self:center;font-size:16px}.quest-page .quest-v2-points span{color:inherit}.quest-page .quest-v2-button{grid-area:3/3;min-width:128px}}@media (max-width:950px){.quest-page .quest-v2-list{grid-template-columns:1fr;gap:14px}.quest-page .quest-v2-card{min-height:154px;padding:19px}}@media (max-width:600px){.quest-page .quest-v2-card{min-height:178px;padding:17px 15px}.quest-page .quest-v2-points span{color:inherit}}.home-daily-icon:has(.home-streak-icon){background:radial-gradient(circle,#ff703621,#0000 72%);border-color:#ff824226;overflow:visible}.home-streak-icon{object-fit:contain;filter:drop-shadow(0 0 10px #ff5b2d80)drop-shadow(0 0 20px #ff9c3533);width:46px;height:46px;animation:3.2s ease-in-out infinite homeStreakBreathe;display:block}@keyframes homeStreakBreathe{0%,to{filter:drop-shadow(0 0 8px #ff5b2d6b);transform:translateY(1px)scale(.97)}50%{filter:drop-shadow(0 0 14px #ff5b2da6);transform:translateY(-2px)scale(1.04)}}.home-quest-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.home-quest-grid>.success,.home-quest-grid>.card:not(.home-quest-card){grid-column:1/-1}.home-quest-card{border-radius:19px;grid-template-rows:auto 1fr auto;grid-template-columns:52px minmax(0,1fr) auto;align-items:start;gap:13px 15px;min-height:176px;padding:19px;display:grid}.home-quest-card .quest-icon{grid-area:1/1/3;width:50px;height:50px}.home-quest-card .quest-main{flex-direction:column;grid-area:1/2/3/4;align-self:stretch;display:flex}.home-quest-card .quest-main h3{font-size:16px;line-height:1.3}.home-quest-card .quest-main p{color:#ffffff91;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:3px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.home-quest-meta{color:#ffffff5c;align-items:center;gap:6px;margin-top:auto;padding-top:10px;font-size:11px;display:flex}.home-quest-card>.points{color:var(--aura-green);grid-area:3/1/auto/3;align-self:center;font-size:14px}.home-quest-card>.btn{grid-area:3/3;min-width:112px;min-height:42px;padding-inline:16px}.home-quest-completed{opacity:.72;background:linear-gradient(145deg,#7bff9509,#ffffff04);border-color:#7bff951a}.home-battle-player.loser{border-color:#ef444426;box-shadow:inset 0 0 28px #9b141e09}.home-battle-loser-icon{z-index:3;pointer-events:none;width:52px;height:52px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.home-battle-loser-icon img{object-fit:contain;filter:drop-shadow(0 0 9px #ff304385)drop-shadow(0 0 20px #990c1c47);width:100%;height:100%;animation:3.4s ease-in-out infinite homeBattleLoserPulse;display:block}@keyframes homeBattleLoserPulse{0%,to{filter:drop-shadow(0 0 7px #ff30436b);transform:scale(.97)}50%{filter:drop-shadow(0 0 13px #ff30439e);transform:scale(1.035)}}@media (min-width:701px){.home-battle-player.loser{min-height:190px;padding-top:70px}}@media (max-width:760px){.home-quest-grid{grid-template-columns:1fr;gap:13px}.home-quest-card{min-height:168px}}@media (max-width:600px){.home-quest-card{grid-template-columns:46px minmax(0,1fr) auto;min-height:178px;padding:16px 14px}.home-quest-card .quest-icon{width:44px;height:44px}.home-quest-card>.btn{grid-column:1/-1;width:100%}.home-quest-card>.points{grid-area:3/1/auto/-1}.home-quest-card>.btn{grid-row:4}.home-battle-player.loser{min-height:150px;padding-top:54px}.home-battle-loser-icon{width:42px;height:42px;top:8px}}@media (prefers-reduced-motion:reduce){.home-streak-icon,.profile-streak-icon,.home-battle-loser-icon img{animation:none}}.battle-fighter-losing{background:radial-gradient(circle at 50% 0,#7b0c1918,#0000 55%),#ffffff05;border-color:#ff3c4833;position:relative;box-shadow:inset 0 0 38px #8b0c1b09}.battle-loser-marker{z-index:4;pointer-events:none;width:64px;height:64px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.battle-loser-marker .battle-defeat-icon-active{width:64px;height:64px;margin:0;display:flex}.battle-loser-marker .battle-defeat-icon-active img{object-fit:contain;filter:drop-shadow(0 0 9px #ff233794)drop-shadow(0 0 20px #b400144d);width:100%;height:100%;animation:3.1s ease-in-out infinite battleLoserBreathe;display:block}@keyframes battleLoserBreathe{0%,to{filter:drop-shadow(0 0 8px #ff23377a)drop-shadow(0 0 17px #b4001438);transform:translateY(0)scale(.98)}50%{filter:drop-shadow(0 0 13px #ff2337ad)drop-shadow(0 0 23px #b4001457);transform:translateY(2px)scale(1.04)}}@media (min-width:701px){.battle-fighter-losing{padding-top:82px}}@media (max-width:700px){.battle-fighter-losing{padding-top:60px}.battle-loser-marker{width:48px;height:48px;top:7px}.battle-loser-marker .battle-defeat-icon-active{width:48px;height:48px}}@media (prefers-reduced-motion:reduce){.battle-loser-marker .battle-defeat-icon-active img{animation:none}}.aura-honor-toast{z-index:900;opacity:0;cursor:pointer;isolation:isolate;pointer-events:none;background:radial-gradient(circle at 8% 5%,#6f43de2e,#0000 38%),linear-gradient(145deg,#110e19f7,#07090efa);border:1px solid #8f65f547;border-radius:19px;grid-template-columns:64px minmax(0,1fr);align-items:start;gap:14px;width:min(430px,100vw - 48px);padding:17px 18px;transition:opacity .34s,transform .4s cubic-bezier(.2,.75,.2,1);display:grid;position:fixed;bottom:24px;right:24px;transform:translateY(16px)scale(.97);box-shadow:0 24px 70px #0000008c,0 0 34px #6a44d71f,inset 0 1px #ffffff0b}.aura-honor-toast:before{content:"";z-index:-1;border-radius:inherit;opacity:.7;filter:blur(9px);background:linear-gradient(120deg,#9b6fff33,#0000 42%,#44bfff1a);position:absolute;inset:-1px}.aura-honor-toast-visible{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.aura-honor-toast-icon{place-items:center;width:60px;height:60px;display:grid;position:relative}.aura-honor-toast-icon:before{content:"";filter:blur(6px);background:radial-gradient(circle,#6c50ff52,#0000 70%);border-radius:50%;animation:3.2s ease-in-out infinite auraHonorHalo;position:absolute;inset:7px}.aura-honor-toast-icon img{object-fit:contain;filter:drop-shadow(0 0 8px #6c6eff99)drop-shadow(0 0 16px #b349ff40);width:56px;height:56px;animation:3s ease-in-out infinite auraHonorEnergy;display:block;position:relative}.aura-honor-toast-copy{min-width:0}.aura-honor-toast-copy>span{color:#ffffff5c;letter-spacing:.16em;font-size:8px;font-weight:900;display:block}.aura-honor-toast-copy>strong{color:#7bff9a;letter-spacing:.015em;text-shadow:0 0 14px #55ff8b33;margin-top:2px;font-size:17px;font-weight:1000;display:block}.aura-honor-toast-copy h2{color:#fff;letter-spacing:-.015em;margin:8px 0 4px;font-size:15px;line-height:1.25}.aura-honor-toast-copy p{color:#f4f0fb9e;margin:0;font-size:12px;line-height:1.48}@keyframes auraHonorEnergy{0%,to{filter:drop-shadow(0 0 7px #6c6eff80)drop-shadow(0 0 14px #b349ff33);transform:scale(1)}50%{filter:drop-shadow(0 0 11px #6c96ffb8)drop-shadow(0 0 20px #b349ff4d);transform:scale(1.045)}}@keyframes auraHonorHalo{0%,to{opacity:.58;transform:scale(.96)}50%{opacity:.88;transform:scale(1.08)}}@media (max-width:700px){.aura-honor-toast{right:12px;bottom:calc(82px + env(safe-area-inset-bottom));border-radius:17px;grid-template-columns:52px minmax(0,1fr);gap:11px;width:calc(100% - 24px);padding:14px 15px}.aura-honor-toast-icon{width:50px;height:50px}.aura-honor-toast-icon img{width:48px;height:48px}.aura-honor-toast-copy>strong{font-size:15px}.aura-honor-toast-copy h2{margin-top:6px;font-size:14px}.aura-honor-toast-copy p{font-size:11px}}@media (prefers-reduced-motion:reduce){.aura-honor-toast{transition:opacity .2s;transform:none}.aura-honor-toast-icon:before,.aura-honor-toast-icon img{animation:none}}.daily-completion-overlay{z-index:1900;color:#39232b;opacity:0;visibility:hidden;isolation:isolate;place-items:center;min-height:100dvh;padding:12px;transition:opacity .42s,visibility .42s;display:grid;position:fixed;inset:0;overflow:hidden}.daily-completion-visible{opacity:1;visibility:visible}.daily-completion-backdrop{z-index:-6;background:radial-gradient(circle at 50% 45%,#623bb938,#0000 38%),radial-gradient(circle at 80% 85%,#2270b71f,#0000 42%),linear-gradient(150deg,#07040d,#020207 58%,#080d18);position:absolute;inset:0}.daily-completion-flash{z-index:-2;opacity:0;background:radial-gradient(circle,#ffe08e4d,#875aff1f 24%,#0000 58%);position:absolute;inset:0}.daily-completion-visible .daily-completion-flash{animation:1.15s ease-out both dailyCompletionFlash}.daily-completion-aura{z-index:-4;aspect-ratio:1;filter:blur(90px);opacity:.35;background:#6b43e629;border-radius:50%;width:min(65vw,720px);position:absolute}.daily-completion-aura-one{top:-35%;left:-20%}.daily-completion-aura-two{background:#2797e621;animation:7s ease-in-out infinite alternate dailyCompletionAura;bottom:-38%;right:-20%}.daily-completion-scroll{opacity:0;filter:drop-shadow(0 25px 55px #000000b3)drop-shadow(0 0 30px #7146e03d);width:min(760px,96vw);height:min(900px,96dvh);transition:opacity .55s .18s,transform .8s cubic-bezier(.18,.82,.2,1) .16s;position:relative;transform:translateY(24px)scale(.82)}.daily-completion-visible .daily-completion-scroll{opacity:1;transform:translateY(0)scale(1)}.daily-completion-content{z-index:2;color:#3b252b;text-align:center;scrollbar-width:thin;scrollbar-color:#5b304b59 transparent;flex-direction:column;justify-content:center;align-items:center;min-height:0;padding:10px 5px;display:flex;position:absolute;inset:17% 21% 16%;overflow-y:auto}.daily-completion-brand{color:#6b4051;letter-spacing:.23em;font:900 9px/1.2 Georgia,serif}.daily-completion-eyebrow{color:#744258;letter-spacing:.15em;margin-top:12px;font:900 11px/1.2 Georgia,serif}.daily-completion-content h2{color:#4d2935;letter-spacing:-.025em;max-width:420px;margin:13px 0 8px;font:900 clamp(20px,3vw,31px)/1.08 Georgia,serif}.daily-completion-content>p{color:#4b3438;max-width:430px;margin:0;font:600 clamp(11px,1.45vw,14px)/1.52 Georgia,serif}.daily-completion-progress{gap:1px;margin-top:15px;display:grid}.daily-completion-progress strong{color:#58303d;font:900 clamp(28px,4vw,42px)/1 Georgia,serif}.daily-completion-progress span{color:#765463;letter-spacing:.17em;font:900 8px/1.2 system-ui,sans-serif}.daily-completion-energy{object-fit:contain;filter:drop-shadow(0 0 8px #5259ff8c);width:47px;height:47px;margin:9px 0 2px;animation:3.2s ease-in-out infinite dailyCompletionEnergy;display:block}.daily-completion-content>small{color:#674953;font:700 10px/1.4 Georgia,serif}.daily-completion-content button{color:#fff;letter-spacing:.1em;cursor:pointer;background:linear-gradient(135deg,#6d43aa,#4f7fc7);border:1px solid #5e314e66;border-radius:11px;width:min(330px,100%);min-height:43px;margin-top:13px;font-size:10px;font-weight:950;transition:transform .2s,filter .2s;box-shadow:0 10px 25px #361e4d33,inset 0 1px #ffffff40}.daily-completion-content button:hover{filter:brightness(1.08);transform:translateY(-2px)}.daily-completion-particles{z-index:-1;pointer-events:none;position:absolute;inset:0}.daily-completion-particles i{opacity:0;background:#d8c2ff;border-radius:50%;width:4px;height:4px;animation:5s ease-in-out infinite dailyCompletionParticle;position:absolute;box-shadow:0 0 12px #926cff}.daily-completion-particles i:first-child{top:20%;left:10%}.daily-completion-particles i:nth-child(2){animation-delay:.8s;top:72%;left:22%}.daily-completion-particles i:nth-child(3){animation-delay:1.6s;top:12%;left:33%}.daily-completion-particles i:nth-child(4){animation-delay:2.4s;top:84%;left:47%}.daily-completion-particles i:nth-child(5){animation-delay:3.2s;top:18%;left:61%}.daily-completion-particles i:nth-child(6){animation-delay:1.1s;top:68%;left:75%}.daily-completion-particles i:nth-child(7){animation-delay:2.1s;top:27%;left:87%}.daily-completion-particles i:nth-child(8){animation-delay:3.7s;top:81%;left:91%}.daily-completion-particles i:nth-child(9){animation-delay:2.9s;top:47%;left:16%}.daily-completion-particles i:nth-child(10){animation-delay:.4s;top:42%;left:70%}@keyframes dailyCompletionFlash{0%{opacity:0}18%{opacity:.9}to{opacity:0}}@keyframes dailyCompletionAura{to{opacity:.62;transform:scale(1.13)}}@keyframes dailyCompletionEnergy{0%,to{filter:drop-shadow(0 0 7px #5259ff7a);transform:scale(.98)}50%{filter:drop-shadow(0 0 13px #6f58ffb8);transform:scale(1.05)}}@keyframes dailyCompletionParticle{0%,to{opacity:0;transform:translateY(15px)scale(.5)}35%,58%{opacity:.75}72%{opacity:0;transform:translateY(-25px)scale(1)}}@media (max-width:700px){.daily-completion-overlay{padding:2px}.daily-completion-scroll{width:100vw;height:min(780px,99dvh)}.daily-completion-content{padding:8px 2px;inset:16% 16% 15%}.daily-completion-eyebrow{margin-top:7px;font-size:9px}.daily-completion-content h2{margin:9px 0 6px;font-size:clamp(18px,6vw,24px)}.daily-completion-content>p{font-size:clamp(10px,3.2vw,12px);line-height:1.4}.daily-completion-progress{margin-top:10px}.daily-completion-progress strong{font-size:30px}.daily-completion-energy{width:40px;height:40px;margin-top:6px}.daily-completion-content button{min-height:40px;margin-top:9px}}@media (max-height:680px){.daily-completion-content{top:15%;bottom:14%}.daily-completion-brand{display:none}.daily-completion-eyebrow{margin-top:0}.daily-completion-content h2,.daily-completion-progress{margin-top:7px}.daily-completion-energy{width:35px;height:35px;margin-top:4px}.daily-completion-content button{min-height:36px;margin-top:6px}}@media (prefers-reduced-motion:reduce){.daily-completion-overlay,.daily-completion-scroll{transition:none}.daily-completion-visible .daily-completion-scroll{opacity:1;transform:none}.daily-completion-flash,.daily-completion-particles{display:none}.daily-completion-aura,.daily-completion-energy{animation:none}}.daily-completion-overlay{color:#f5f1ff;padding:18px}.daily-completion-scroll{filter:none;background:linear-gradient(135deg,#9f70ff8c,#46c7ff33,#ffffff12);border:1px solid #976cf452;border-radius:29px;width:min(720px,100vw - 36px);height:auto;max-height:calc(100dvh - 36px);padding:1px;overflow:hidden;box-shadow:0 32px 90px #000000b3,0 0 42px #7146df29}.daily-completion-scroll:before{content:"";z-index:0;filter:blur(55px);background:conic-gradient(from 30deg,#7448d92b,#0000 28%,#3497dc1c,#0000 64%,#974de226);border-radius:50%;animation:14s linear infinite honorPanelAura;position:absolute;inset:-30%}.daily-completion-scroll:after{content:"";z-index:1;background:radial-gradient(circle at 50% 0,#814fe033,#0000 38%),linear-gradient(155deg,#120c1efb,#08070efc 64%,#070a10fb);border-radius:27px;position:absolute;inset:1px}.daily-completion-content{z-index:2;color:#f5f1ff;scrollbar-color:#9d74f366 transparent;width:100%;max-height:calc(100dvh - 38px);padding:42px 54px 38px;display:flex;position:relative;inset:auto;overflow-y:auto}.daily-completion-brand{color:#bca3ff;font-family:inherit;font-size:10px}.daily-completion-eyebrow{color:#8ef2b0;margin-top:14px;font-family:inherit;font-size:11px}.daily-completion-content h2{color:#f4efff;text-shadow:0 0 28px #8b5cf638;max-width:560px;margin:18px 0 11px;font-family:inherit;font-size:clamp(29px,4vw,42px);line-height:1.05}.daily-completion-content>p{color:#ffffffab;max-width:570px;font-family:inherit;font-size:14px;line-height:1.6}.daily-completion-progress{border-block:1px solid #ffffff14;margin-top:22px;padding:16px 28px}.daily-completion-progress strong{color:#f1d780;text-shadow:0 0 20px #f5c84e29;font-family:inherit;font-size:clamp(34px,5vw,50px)}.daily-completion-progress span{color:#ffffff73;margin-top:4px;font-size:9px}.daily-completion-energy{width:50px;height:50px;margin:14px 0 5px}.daily-completion-content>small{color:#b9acd0;font-family:inherit;font-size:11px}.daily-completion-content button{background:linear-gradient(90deg,#8054d2,#427fc5);border-color:#a37ef073;width:min(380px,100%);min-height:50px;margin-top:20px;font-size:12px;box-shadow:0 12px 32px #4e309747,0 0 22px #685eda24}@media (max-width:700px){.daily-completion-overlay{padding:8px}.daily-completion-scroll{border-radius:23px;width:calc(100vw - 16px);max-height:calc(100dvh - 16px)}.daily-completion-scroll:after{border-radius:21px}.daily-completion-content{max-height:calc(100dvh - 18px);padding:29px 21px 25px;position:relative;inset:auto}.daily-completion-brand{display:block}.daily-completion-eyebrow{margin-top:10px;font-size:9px}.daily-completion-content h2{margin:13px 0 8px;font-size:clamp(25px,8vw,34px)}.daily-completion-content>p{font-size:12.5px;line-height:1.5}.daily-completion-progress{margin-top:16px;padding:12px 18px}.daily-completion-progress strong{font-size:35px}.daily-completion-energy{width:43px;height:43px;margin-top:10px}.daily-completion-content button{min-height:47px;margin-top:14px}}@media (max-height:680px){.daily-completion-content{padding-top:22px;padding-bottom:20px;position:relative;inset:auto}.daily-completion-brand{display:none}.daily-completion-progress{margin-top:10px;padding-block:8px}.daily-completion-energy{width:35px;height:35px}.daily-completion-content button{min-height:40px;margin-top:8px}}@media (prefers-reduced-motion:reduce){.daily-completion-scroll:before{animation:none}}.battle-aura-bar{isolation:isolate;margin-top:30px;position:relative}.battle-aura-values{color:#ffffffa6;letter-spacing:.04em;justify-content:space-between;align-items:center;margin-bottom:9px;font-size:12px;font-weight:950;display:flex}.battle-aura-values span:first-child{text-shadow:0 0 12px #ffd34a2e}.battle-aura-shell{background:linear-gradient(#ffffff13,#ffffff05);border:1px solid #ffd75a21;border-radius:999px;padding:5px;position:relative;box-shadow:0 7px 28px #00000052,inset 0 1px #ffffff0d}.battle-aura-track{background:linear-gradient(#111017,#07070b);border-radius:999px;height:18px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 2px 7px #000000b8}.battle-aura-fill{height:100%;transition:width .7s cubic-bezier(.2,.8,.2,1);animation:3.2s ease-in-out infinite battleAuraPulse;position:relative}.battle-aura-fill:before{content:"";background:linear-gradient(105deg,#0000 16%,#ffffff38 42%,#0000 67%) 0 0/210% 100%;animation:3.8s linear infinite battleAuraFlow;position:absolute;inset:0}.battle-aura-fill-left{border-radius:999px 2px 2px 999px}.battle-aura-fill-right{border-radius:2px 999px 999px 2px}.battle-aura-fill-leader{z-index:1;background:linear-gradient(90deg,#b8750e,#f4c542 45%,#ffea8a 78%,#ffd54a);box-shadow:inset 0 1px #ffffff6b,0 0 12px #ffc92db8,0 0 28px #ffa7164d}.battle-aura-fill-loser{background:linear-gradient(90deg,#8f101b,#d91f26 38%,#ff4d4f 72%,#ff6b6b);box-shadow:inset 0 1px #ffb8b83d,0 0 11px #ff303994,0 0 25px #a8051640}.battle-aura-fill-right.battle-aura-fill-leader{background:linear-gradient(90deg,#ffea8a,#f4c542 55%,#b8750e)}.battle-aura-fill-right.battle-aura-fill-loser{background:linear-gradient(90deg,#ff6b6b,#d91f26 58%,#8f101b)}.battle-aura-fill-neutral{background:linear-gradient(90deg,#3d4655,#6a7080,#3f4858);animation:none;box-shadow:0 0 10px #b1bfda2e}.battle-aura-sheen{z-index:3;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff4d,#0000) 0 0/45% 100%;height:35%;animation:4.6s linear infinite battleAuraSheen;position:absolute;inset:1px 0 auto}.battle-aura-clash{z-index:5;filter:drop-shadow(0 0 7px #ffe26ed9)drop-shadow(0 0 15px #ff3f3575);pointer-events:none;background:radial-gradient(circle,#fff9cb 0 8%,#ffd452 18%,#ff5b3094 38%,#0000 70%);border-radius:50%;width:27px;height:27px;animation:2.5s ease-in-out infinite battleAuraClash;position:absolute;top:50%;transform:translate(-50%,-50%)}.battle-aura-clash:before,.battle-aura-clash:after{content:"";background:linear-gradient(90deg,#0000,#fff4b4,#0000);width:34px;height:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.battle-aura-clash:after{transform:translate(-50%,-50%)rotate(-45deg)}.battle-aura-clash span{background:#fff9d8;border-radius:50%;position:absolute;inset:8px;box-shadow:0 0 9px #ffd65b}.battle-aura-particles{z-index:4;pointer-events:none;position:absolute;inset:0}.battle-aura-particles i{opacity:.25;background:#fff0a0;border-radius:50%;width:2px;height:2px;animation:3s ease-in-out infinite battleAuraParticle;position:absolute;box-shadow:0 0 5px #ffd33f}.battle-aura-particles i:first-child{top:23%;left:13%}.battle-aura-particles i:nth-child(2){animation-delay:-.8s;bottom:18%;left:37%}.battle-aura-particles i:nth-child(3){background:#ff7a76;animation-delay:-1.5s;top:20%;right:30%;box-shadow:0 0 5px #ff393d}.battle-aura-particles i:nth-child(4){background:#ff817d;animation-delay:-2.2s;bottom:23%;right:9%;box-shadow:0 0 5px #ff393d}.battle-aura-bar-tied .battle-aura-shell{border-color:#b8c7e121}.battle-aura-bar-tied .battle-aura-clash span{background:#e8eef9;box-shadow:0 0 8px #acb8cc}.battle-aura-bar-compact{margin-top:4px}.battle-aura-bar-compact .battle-aura-values{margin-bottom:6px;font-size:8px}.battle-aura-bar-compact .battle-aura-shell{padding:3px}.battle-aura-bar-compact .battle-aura-track{height:11px}.battle-aura-bar-compact .battle-aura-clash span{inset:6px}@keyframes battleAuraPulse{0%,to{filter:saturate(.94)brightness(.95)}50%{filter:saturate(1.08)brightness(1.08)}}@keyframes battleAuraFlow{0%{background-position:190% 0}to{background-position:-110% 0}}@keyframes battleAuraSheen{0%{background-position:-60% 0}to{background-position:220% 0}}@keyframes battleAuraClash{0%,to{opacity:.82;transform:translate(-50%,-50%)scale(.9)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.12)}}@keyframes battleAuraParticle{0%,to{opacity:.12;transform:translateY(2px)scale(.8)}50%{opacity:.85;transform:translateY(-2px)scale(1.35)}}@media (max-width:700px){.battle-aura-bar{margin-top:22px}.battle-aura-values{font-size:10px}.battle-aura-track{height:14px}.battle-aura-shell{padding:4px}.battle-aura-clash{width:23px;height:23px}.battle-aura-bar-compact{margin-top:3px}.battle-aura-bar-compact .battle-aura-track{height:9px}}@media (prefers-reduced-motion:reduce){.battle-aura-fill,.battle-aura-fill:before,.battle-aura-sheen,.battle-aura-clash,.battle-aura-particles i{animation:none}}.battle-aura-fill-leader{box-shadow:inset 0 1px #ffffff4d,0 0 7px #ffc92d75,0 0 17px #ffa7162e}.battle-aura-fill-loser{box-shadow:inset 0 1px #ffb8b82e,0 0 7px #ff303966,0 0 16px #a8051629}.battle-aura-fill:before{opacity:.58}.battle-aura-sheen{opacity:.48}.battle-aura-clash{filter:drop-shadow(0 0 5px #ffe26ea6)drop-shadow(0 0 10px #ff3f354d)}.battle-aura-particles{opacity:.62}.battle-fighter-leading{background:radial-gradient(circle at 50% 0,#ffc7362e,#0000 58%),linear-gradient(145deg,#9767131c,#ffffff06);border-color:#ffcd4680;box-shadow:0 0 0 1px #ffd35b0e,0 0 34px #ffb6261a,inset 0 0 42px #ffc7360b}.battle-fighter-leading:before{background:linear-gradient(120deg,#0000 20%,#ffdd7e1f,#0000 75%)}.battle-fighter-leading .battle-big-score{color:#fffdf5;text-shadow:0 0 10px #fff5cd1f,0 0 24px #ffc63647,0 0 45px #ffa31c1a}.battle-aura-track{overflow:visible}.battle-aura-clash{filter:none;background:0 0;border-radius:0;width:46px;height:46px;transition:left .55s cubic-bezier(.2,.8,.2,1);animation:.48s both battleAuraClashIn;top:50%}.battle-aura-clash:before,.battle-aura-clash:after,.battle-aura-clash span{display:none}.battle-aura-clash-icon{object-fit:contain;transform-origin:50%;filter:drop-shadow(0 0 6px #ffcf4a6b)drop-shadow(0 0 10px #dd312d38);width:46px;height:46px;animation:8s linear infinite battleAuraDuelSpin;display:block}.battle-aura-bar-tied .battle-aura-clash{filter:none;background:0 0}.battle-aura-bar-tied .battle-aura-clash-icon{filter:drop-shadow(0 0 6px #bec8dc4d)}.battle-aura-bar-compact .battle-aura-clash,.battle-aura-bar-compact .battle-aura-clash-icon{width:30px;height:30px}@keyframes battleAuraDuelSpin{0%{transform:rotate(0)scale(.97)}50%{transform:rotate(180deg)scale(1.025)}to{transform:rotate(360deg)scale(.97)}}@keyframes battleAuraClashIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.8)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@media (max-width:700px){.battle-aura-clash,.battle-aura-clash-icon{width:38px;height:38px}.battle-aura-bar-compact .battle-aura-clash,.battle-aura-bar-compact .battle-aura-clash-icon{width:27px;height:27px}}@media (prefers-reduced-motion:reduce){.battle-aura-clash{transition:none;animation:none}.battle-aura-clash-icon{animation:none}}.aura-value{white-space:nowrap;align-items:center;gap:.3em;display:inline-flex}.aura-value>span:first-child{font-size:inherit;line-height:inherit}.aura-value-icon{vertical-align:middle;flex:none;justify-content:center;align-items:center;line-height:1;display:inline-flex}.aura-value-icon img{object-fit:contain;filter:drop-shadow(0 0 5px #70beff52);width:100%;height:100%;display:block}.profile-aura-number>.aura-value{font-size:inherit}.profile-aura-number .aura-value-icon{margin-left:4px}.profile-aura-number .aura-value-icon img{filter:drop-shadow(0 0 8px #75b8ff66)drop-shadow(0 0 15px #875bf133)}.profile-clean-section{margin-top:24px}.profile-clean-section:not(.quest-preference-card){background:linear-gradient(145deg,#ffffff08,#ffffff03);border:1px solid #ffffff12;border-radius:22px;padding:25px}.profile-clean-section .profile-section-heading{margin-bottom:19px}.profile-clean-section .profile-section-heading h2{font-size:24px}.profile-clean-section .profile-categories{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.profile-clean-section .profile-category{background:linear-gradient(145deg,#8b5cf60e,#ffffff04);min-height:88px}.profile-clean-section .profile-activity{background:#00000021;border-radius:17px;padding:0;overflow:hidden}.profile-clean-section .profile-activity-row{min-height:68px;padding:14px 17px}.profile-activity-icon .aura-value-icon img{filter:drop-shadow(0 0 7px #68b8ff5c)}.profile-activity-points.positive{color:var(--aura-green)}.profile-activity-points.negative{color:#ff7182}.profile-activity-points.negative .aura-value-icon img{filter:grayscale(.15)sepia(.15)hue-rotate(300deg)drop-shadow(0 0 5px #ff465961)}.profile-empty-activity .aura-value-icon{margin-bottom:4px}@media (max-width:900px){.profile-clean-section .profile-categories{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.profile-clean-section:not(.quest-preference-card){padding:18px 14px}.profile-clean-section .profile-section-heading h2{font-size:21px}.profile-clean-section .profile-categories{grid-template-columns:1fr}.profile-clean-section .profile-activity-row{grid-template-columns:38px minmax(0,1fr) auto;gap:10px;padding:13px 11px}.profile-activity-main strong{white-space:normal}.profile-activity-points{font-size:13px}}.home-daily-icon:has(.home-summary-energy-icon){background:radial-gradient(circle,#6468ff21,#0000 72%);border-color:#7f63ff29;overflow:visible}.home-summary-energy-icon{flex-basis:48px!important;width:48px!important;height:48px!important}.home-summary-energy-icon img{filter:drop-shadow(0 0 9px #5fb6ff7a)drop-shadow(0 0 17px #9c43ff3d);animation:4.6s ease-in-out infinite homeSummaryEnergyIdle}@keyframes homeSummaryEnergyIdle{0%,to{transform:translateY(1px)rotate(-5deg)scale(.97)}50%{transform:translateY(-2px)rotate(5deg)scale(1.04)}}.quest-v2-points .aura-value>span:first-child{color:var(--aura-green)}.quest-v2-points .aura-value-icon{margin-left:2px}.home-quest-card>.points .aura-value{font-size:inherit}.battle-aura-label,.home-battle-player>b{justify-content:center;align-items:center;gap:4px;display:flex}.battle-aura-label .aura-value-icon img,.home-battle-player>b .aura-value-icon img{filter:drop-shadow(0 0 4px #68b8ff52)}.rankup-aura>.aura-value{font-size:inherit}.rankup-aura .aura-value-icon img{filter:drop-shadow(0 0 8px #65b9ff7a)drop-shadow(0 0 14px #9749ff33)}.admin-metrics .aura-value-icon.metric-icon{color:inherit;display:inline-flex}@media (prefers-reduced-motion:reduce){.home-summary-energy-icon img{animation:none}}.honor-overlay{z-index:3000;color:#2b1a25;isolation:isolate;place-items:center;min-height:100dvh;padding:18px;display:grid;position:fixed;inset:0;overflow:hidden}.honor-backdrop{z-index:-5;background:radial-gradient(circle at 50% 45%,#5a3aaa38,#0000 35%),linear-gradient(155deg,#040308,#090511 52%,#030407);position:absolute;inset:0}.honor-ambient{z-index:-3;filter:blur(80px);opacity:.28;pointer-events:none;border-radius:50%;animation:5s ease-in-out infinite alternate honorAuraBreathe;position:absolute}.honor-ambient-one{background:#5426b3;width:420px;height:420px;top:-18%;left:13%}.honor-ambient-two{background:#176cc1;width:390px;height:390px;animation-delay:-2s;bottom:-22%;right:8%}.honor-particle{z-index:-1;background:#d9ccff;border-radius:50%;width:4px;height:4px;animation:4s ease-in-out infinite honorParticle;position:absolute;box-shadow:0 0 12px #9971ff}.honor-particle-one{top:18%;left:18%}.honor-particle-two{animation-delay:-1.4s;top:28%;right:17%}.honor-particle-three{animation-delay:-2.7s;bottom:18%;right:22%}.honor-stage{flex-direction:column;align-items:center;width:min(720px,96vw);max-height:calc(100dvh - 36px);animation:.9s cubic-bezier(.18,.78,.2,1) both honorStageEnter;display:flex}.honor-brand{color:#cbb8ff;letter-spacing:.32em;text-shadow:0 0 15px #9b70ff99;margin-bottom:-10px;font-size:11px;font-weight:950}.honor-scroll{filter:drop-shadow(0 28px 60px #000000b8)drop-shadow(0 0 26px #7146df40);transform-origin:50%;width:min(720px,96vw);height:min(738px,100dvh - 42px);animation:1s cubic-bezier(.18,.82,.25,1) both honorScrollReveal;position:relative}.honor-scroll:before{content:"";z-index:-1;filter:blur(40px);background:#6841dc33;border-radius:45%;animation:4s ease-in-out infinite honorScrollGlow;position:absolute;inset:13% 17%}.honor-scroll-content{z-index:2;text-align:center;color:#34232b;flex-direction:column;align-items:stretch;animation:.65s .62s both honorTextEnter;display:flex;position:absolute;inset:14% 18% 13%;overflow:hidden}.honor-scroll-content header{flex:none}.honor-scroll-content h1{color:#4b2a32;letter-spacing:.055em;text-shadow:0 1px #ffffff59;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(22px,3.1vw,31px);line-height:1.05}.honor-copy{scrollbar-width:thin;scrollbar-color:#5e352f40 transparent;min-height:0;padding:0 7px;font-family:Georgia,Times New Roman,serif;overflow:auto}.honor-copy p{max-width:470px;margin:7px auto;font-size:12px;line-height:1.42}.honor-honesty{color:#542d38;letter-spacing:.12em;margin:5px 0 8px;font-size:14px;display:block}.honor-copy blockquote{color:#7b2b30;letter-spacing:.035em;border-block:1px solid #74433347;margin:11px auto;padding:9px 5px;font-size:15px;font-weight:950;line-height:1.28}.honor-closing{font-weight:800}.honor-commitment{flex:none;padding:9px 6px 0}.honor-commitment label{text-align:left;color:#412b31;cursor:pointer;grid-template-columns:22px 1fr;align-items:center;gap:9px;font-family:Georgia,Times New Roman,serif;font-size:11px;font-weight:700;line-height:1.35;display:grid}.honor-commitment input{opacity:0;width:1px;height:1px;position:absolute}.honor-check{color:#0000;background:#fffade73;border:1px solid #5632467a;border-radius:7px;place-items:center;width:22px;height:22px;font-family:system-ui;transition:all .2s;display:grid}.honor-commitment input:focus-visible+.honor-check{outline-offset:2px;outline:3px solid #693fd652}.honor-commitment input:checked+.honor-check{color:#fff;background:linear-gradient(135deg,#7951c8,#347fb8);border-color:#7553bd;box-shadow:0 0 12px #5746c752}.honor-commitment button{color:#fff;letter-spacing:.1em;cursor:pointer;background:linear-gradient(90deg,#6241a8,#347db8);border:1px solid #422a6661;border-radius:12px;width:100%;min-height:43px;margin-top:10px;font-size:11px;font-weight:950;transition:all .2s;box-shadow:0 9px 24px #452a7f33,0 0 18px #5256c81f}.honor-commitment button:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.honor-commitment button:disabled{opacity:.38;box-shadow:none;cursor:not-allowed}.honor-error{color:#9b252e;margin:7px 0 0;font-size:10px;font-weight:800}.honor-success{flex-direction:column;flex:1;justify-content:center;align-items:center;font-family:Georgia,Times New Roman,serif;display:flex}.honor-success>span{color:#fff;background:linear-gradient(135deg,#6846ac,#3581af);border:1px solid #4a348459;border-radius:50%;place-items:center;width:58px;height:58px;font:900 28px system-ui;animation:.7s both honorAcceptedPulse;display:grid;box-shadow:0 0 28px #5444b859}.honor-success strong{color:#4e2c39;letter-spacing:.06em;margin-top:18px;font-size:23px}.honor-success small{color:#72505a;margin-top:7px;font-size:13px}.honor-accepted .honor-scroll{animation:.85s both honorAcceptedScroll}@keyframes honorStageEnter{0%{opacity:0}to{opacity:1}}@keyframes honorScrollReveal{0%{opacity:0;filter:blur(7px);transform:scale(.86)scaleY(.16)}72%{opacity:1;filter:blur();transform:scale(1.015)scaleY(1.015)}to{transform:scale(1)scaleY(1)}}@keyframes honorTextEnter{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}@keyframes honorAuraBreathe{0%{opacity:.18;transform:scale(.9)}to{opacity:.36;transform:scale(1.08)}}@keyframes honorScrollGlow{0%,to{opacity:.45;transform:scale(.94)}50%{opacity:.75;transform:scale(1.04)}}@keyframes honorParticle{0%,to{opacity:.15;transform:translateY(5px)scale(.8)}50%{opacity:.8;transform:translateY(-7px)scale(1.25)}}@keyframes honorAcceptedPulse{0%{opacity:0;transform:scale(.55)}65%{transform:scale(1.12)}to{opacity:1;transform:scale(1)}}@keyframes honorAcceptedScroll{0%{filter:drop-shadow(0 28px 60px #000000b8)drop-shadow(0 0 26px #7146df40)}45%{filter:drop-shadow(0 28px 60px #000000b8)drop-shadow(0 0 55px #6f5aff94);transform:scale(1.015)}to{opacity:0;transform:scale(.97)}}@media (max-width:700px){.honor-overlay{padding:4px}.honor-stage{width:100%;max-height:calc(100dvh - 8px)}.honor-brand{z-index:5;margin:0;position:absolute;top:9px}.honor-scroll{width:min(100vw,610px);height:calc(100dvh - 8px);max-height:760px}.honor-scroll-content{inset:14.5% 15.5% 13.5%}.honor-scroll-content h1{font-size:clamp(18px,5.8vw,24px)}.honor-scroll-content header p{margin:4px 0 6px;font-size:12px}.honor-copy p{margin:5px auto;font-size:10.5px;line-height:1.35}.honor-honesty{margin:4px 0 6px;font-size:12px}.honor-copy blockquote{margin:7px 0;padding:6px 2px;font-size:12px}.honor-commitment{padding-top:6px}.honor-commitment label{grid-template-columns:20px 1fr;gap:7px;font-size:9.5px}.honor-check{width:20px;height:20px}.honor-commitment button{min-height:39px;margin-top:7px;font-size:10px}.honor-success strong{font-size:18px}}@media (max-width:390px){.honor-scroll-content{left:14.5%;right:14.5%}.honor-copy p{font-size:9.8px}.honor-copy blockquote{font-size:11px}.honor-commitment label{font-size:9px}}@media (prefers-reduced-motion:reduce){.honor-stage,.honor-scroll,.honor-scroll:before,.honor-scroll-content,.honor-ambient,.honor-particle,.honor-success>span,.honor-accepted .honor-scroll{animation:none}}@media (min-width:701px){.honor-stage{width:min(900px,94vw);max-height:calc(100dvh - 20px)}.honor-scroll{width:min(900px,94vw);height:min(920px,100dvh - 28px)}.honor-scroll-content h1{font-size:clamp(28px,2.4vw,38px)}.honor-scroll-content header p{margin-top:7px;font-size:17px}.honor-honesty{font-size:17px}.honor-copy blockquote{margin:14px auto;padding:11px 6px;font-size:18px}.honor-commitment{padding-top:12px}.honor-commitment label{grid-template-columns:25px 1fr;gap:11px;font-size:13px}.honor-scroll-content{inset:17.5% 20% 15.5%}.honor-scroll-content h1{letter-spacing:.045em;font-size:clamp(23px,1.8vw,28px);line-height:1.08}.honor-scroll-content header p{margin:5px 0 7px;font-size:13px}.honor-copy{padding-inline:10px}.honor-copy p{max-width:520px;margin:6px auto;font-size:11.5px;line-height:1.4}.honor-honesty{margin:4px 0 7px;font-size:13px}.honor-copy blockquote{margin:9px auto;padding:7px 5px;font-size:14px;line-height:1.25}.honor-commitment{padding:8px 12px 0}.honor-commitment label{grid-template-columns:22px 1fr;gap:8px;font-size:10.5px;line-height:1.3}.honor-check{width:22px;height:22px}.honor-commitment button{min-height:42px;margin-top:9px;font-size:10.5px}}.honor-stage{width:min(760px,100vw - 32px);max-height:calc(100dvh - 32px)}.honor-brand{z-index:2;color:#bca3ff;margin:0 0 14px;font-size:12px}.honor-scroll{filter:drop-shadow(0 30px 70px #000000b8)drop-shadow(0 0 30px #7146df24);background:linear-gradient(135deg,#9f70ff85,#46c7ff33,#ffffff12);border:1px solid #976cf44d;border-radius:30px;width:min(760px,100vw - 32px);height:auto;max-height:calc(100dvh - 72px);padding:1px;overflow:hidden}.honor-scroll:before{z-index:0;filter:blur(50px);background:conic-gradient(from 20deg,#7448d929,#0000 28%,#3497dc1a,#0000 64%,#974de224);border-radius:50%;animation:12s linear infinite honorPanelAura;inset:-25%}.honor-scroll:after{content:"";z-index:0;background:radial-gradient(circle at 50% 0,#814fe02b,#0000 36%),linear-gradient(155deg,#120c1efa,#08070efb 64%,#070a10fa);border-radius:29px;position:absolute;inset:1px}.honor-scroll-content{z-index:2;color:#f5f1ff;text-align:center;scrollbar-width:thin;scrollbar-color:#9d74f366 transparent;width:100%;max-height:calc(100dvh - 74px);padding:42px 54px 38px;display:flex;position:relative;inset:auto;overflow-y:auto}.honor-scroll-content header{border-bottom:1px solid #ffffff14;padding-bottom:20px}.honor-scroll-content h1{color:#f4efff;letter-spacing:-.035em;text-shadow:0 0 28px #8b5cf638;font-family:inherit;font-size:clamp(29px,4vw,42px);line-height:1.04}.honor-scroll-content header p{color:#bda9e8;margin:10px 0 0;font-family:inherit;font-size:16px;font-weight:750}.honor-copy{padding:18px 0 0;font-family:inherit;overflow:visible}.honor-copy p{color:#ffffffab;max-width:610px;margin:10px auto;font-size:14px;line-height:1.58}.honor-honesty{color:#8ef2b0;letter-spacing:.15em;margin:9px 0 14px;font-size:15px}.honor-copy blockquote{color:#f1d780;letter-spacing:.035em;text-shadow:0 0 18px #f5c84e24;border-block-color:#a877ff40;margin:22px auto;padding:17px 12px;font-size:20px;line-height:1.28}.honor-closing{color:#ffffffd9!important}.honor-commitment{border-top:1px solid #ffffff14;margin-top:10px;padding:19px 20px 0}.honor-commitment label{color:#ffffffc7;grid-template-columns:25px 1fr;gap:11px;font-family:inherit;font-size:13px;line-height:1.45}.honor-check{background:#8b5cf614;border-color:#be9fff61;width:25px;height:25px}.honor-commitment button{background:linear-gradient(90deg,#8054d2,#427fc5);border-color:#a37ef073;min-height:50px;margin-top:18px;font-size:12px;box-shadow:0 12px 32px #4e309747,0 0 22px #685eda24}.honor-error{color:#ff9ba8}.honor-success strong{color:#f3edff}.honor-success small{color:#b9acd0}@keyframes honorPanelAura{to{transform:rotate(360deg)}}@media (max-width:700px){.honor-stage{width:calc(100vw - 16px);max-height:calc(100dvh - 16px)}.honor-brand{margin-bottom:9px;position:static}.honor-scroll{border-radius:23px;width:100%;height:auto;max-height:calc(100dvh - 50px)}.honor-scroll:after{border-radius:22px}.honor-scroll-content{max-height:calc(100dvh - 52px);padding:28px 20px 24px;position:relative;inset:auto}.honor-scroll-content h1{font-size:clamp(25px,8vw,33px)}.honor-scroll-content header p{font-size:14px}.honor-copy p{font-size:12.5px;line-height:1.5}.honor-copy blockquote{margin:17px auto;padding:13px 5px;font-size:16px}.honor-commitment{padding:16px 4px 0}.honor-commitment label{font-size:11.5px}.honor-commitment button{min-height:47px}}@media (prefers-reduced-motion:reduce){.honor-scroll:before{animation:none}}.topbar{z-index:900;-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(#030306c2,#03030638 72%,#0000);border:0;min-height:0;padding:18px 20px 7px;position:sticky;top:0}.aura-nav-shell{-webkit-backdrop-filter:blur(19px)saturate(145%);backdrop-filter:blur(19px)saturate(145%);isolation:isolate;background:#08080dc9;border:1px solid #ffffff18;border-radius:23px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;width:min(1220px,100%);height:76px;margin:0 auto;padding:10px 15px 10px 18px;display:grid;position:relative;box-shadow:0 22px 60px #0000006b,0 0 38px #5936ae12,inset 0 1px #ffffff09}.aura-nav-shell:before{content:"";z-index:-1;border-radius:inherit;background:conic-gradient(from var(--nav-border-angle),#7b48e62e,#a35bffa3 10%,#5c5bf66b 24%,#3b84ff57 40%,#3fcdff40 54%,#5c5bf63d 70%,#914ef559 84%,#7b48e629);-webkit-mask-composite:xor;filter:drop-shadow(0 0 5px #665bf033);pointer-events:none;padding:2px;animation:12s linear infinite auraNavBorderOrbit;position:absolute;inset:-2px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.brand-logo{flex:none;justify-content:flex-start;align-items:center;gap:10px;width:auto;height:56px;padding-right:20px;display:flex;position:relative}.brand-logo:before{filter:blur(14px);background:radial-gradient(circle,#8b5cf647,#22d3ee14 48%,#0000 73%);width:48px;height:48px;animation:5s ease-in-out infinite auraNavLogoGlow;left:0}.brand-logo img{filter:drop-shadow(0 0 10px #7d5aff61)drop-shadow(0 0 7px #3ab4ea1f);width:54px;height:54px;animation:5s ease-in-out infinite auraNavLogoBreathe}.brand-logo:hover img{filter:drop-shadow(0 0 14px #8b5cf685)drop-shadow(0 0 9px #3ab4ea2e);transform:none}.brand-word{color:#f5f1ff;letter-spacing:.2em;text-shadow:0 0 16px #8b5cf633;font-size:14px;font-weight:950}.desktop-nav{justify-content:center;align-items:center;gap:5px;min-width:0;display:flex}.nav-link{color:#ffffff7d;white-space:nowrap;border:1px solid #0000;border-radius:13px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 13px;font-size:12px;font-weight:780;transition:color .2s,background .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.nav-link svg{color:#beaeda8c;transition:color .2s,filter .2s}.nav-link:hover{color:#fff;background:#ffffff0b;border-color:#ffffff0e;transform:translateY(-1px)}.nav-link:hover svg{color:#d9c8ff;filter:drop-shadow(0 0 5px #9b6bff59)}.nav-link.active{color:#fff;text-shadow:0 0 13px #cdb6ff1f;background:radial-gradient(circle at 50% 100%,#8b5cf633,#0000 72%),linear-gradient(145deg,#7d50d330,#ffffff09);border-color:#a276f738;transform:none;box-shadow:0 7px 22px #4e2b9321,inset 0 0 18px #9968f30e}.nav-link.active svg{color:#d8c3ff;filter:drop-shadow(0 0 6px #9d6aff75)}.nav-actions{align-items:center;gap:7px;padding-left:20px;display:flex}.nav-icon-button,.aura-nav-shell .notification-bell-button{color:#ffffffa8;cursor:pointer;background:linear-gradient(145deg,#ffffff0e,#ffffff05);border:1px solid #ffffff17;border-radius:13px;place-items:center;width:43px;height:43px;padding:0;transition:color .2s,border-color .2s,background .2s,transform .2s,box-shadow .2s;display:grid;box-shadow:inset 0 1px #ffffff06}.nav-icon-button:hover,.aura-nav-shell .notification-bell-button:hover,.aura-nav-shell .notification-bell-button.active{color:#fff;background:#8b5cf61a;border-color:#a074f638;transform:translateY(-1px);box-shadow:0 0 19px #6d41c71c}.aura-nav-shell .notification-count{color:#07140c;background:#73f99a;border-color:#0a0910;top:-4px;right:-5px;box-shadow:0 0 10px #60ff9273}.aura-nav-shell :is(a,button):focus-visible{outline-offset:3px;outline:2px solid #b38bffd1;box-shadow:0 0 0 5px #8b5cf61f}@property --nav-border-angle{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes auraNavBorderOrbit{to{--nav-border-angle:360deg}}@keyframes auraNavLogoBreathe{0%,to{filter:brightness(.97)drop-shadow(0 0 9px #7d5aff52)}50%{filter:brightness(1.06)drop-shadow(0 0 14px #7d5aff75)}}@keyframes auraNavLogoGlow{50%{opacity:.85;transform:scale(1.08)}}@media (max-width:1100px) and (min-width:821px){.topbar{padding-inline:14px}.aura-nav-shell{padding-inline:13px}.brand-logo{gap:7px;padding-right:10px}.brand-logo img{width:49px;height:49px}.brand-word{font-size:12px}.desktop-nav{gap:2px}.nav-link{gap:5px;padding-inline:9px;font-size:11px}.nav-actions{gap:5px;padding-left:10px}}@media (max-width:820px){.topbar{min-height:0;padding:calc(7px + env(safe-area-inset-top)) 8px 5px;-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(#040307d4,#04030726);top:0}.aura-nav-shell{border-radius:18px;grid-template-columns:1fr auto;width:100%;height:64px;padding:7px 9px 7px 12px;display:grid}.brand-logo{gap:7px;width:max-content;height:50px;padding:0}.brand-logo:before{width:42px;height:42px}.brand-logo img{width:49px;height:49px}.brand-word{font-size:12px}.desktop-nav{display:none}.nav-actions{padding:0}.nav-logout-button{display:none}.aura-nav-shell .notification-bell-button{border-radius:12px;width:42px;height:42px}.notification-panel{top:calc(78px + env(safe-area-inset-top));width:auto;max-height:calc(100dvh - 170px - env(safe-area-inset-top) - env(safe-area-inset-bottom));position:fixed;left:8px;right:8px}}@media (prefers-reduced-motion:reduce){.aura-nav-shell:before,.brand-logo:before,.brand-logo img{animation:none}}:root{--green:#7196ff;--aura-green:#73a4ff}.landing-page{--land-green:#7698ff}.eyebrow,.landing-eyebrow,.quest-v2-eyebrow,.profile-eyebrow{color:#83a8ff}.landing-eyebrow>span{background:#7898ff;box-shadow:0 0 8px #698bffa6}.btn-green{color:#fff;background:linear-gradient(135deg,#7658dc,#568fe4);box-shadow:0 10px 28px #5363dc33}.landing-nav-cta,.landing-cta-primary,.landing-bottom-cta a{color:#fff;background:linear-gradient(135deg,#7958df,#538fe2);box-shadow:0 12px 32px #5154d238}.landing-nav-cta:hover,.landing-bottom-cta a:hover{box-shadow:0 15px 38px #5562e14d}.landing-how-grid [data-theme=quest]{--method:88,142,244}.success,.auth-feedback.success{color:#8ab8ff}.auth-feedback.success{background:#364fa021;border-color:#6996ff3d}.mobile-nav a.active{color:#f7f8ff;background:linear-gradient(145deg,#7449cf45,#4382e117)}.mobile-nav a.active svg{color:#91b6ff;filter:drop-shadow(0 0 7px #6a8fff6b)}.notification-count,.aura-nav-shell .notification-count{color:#fff;background:#8a8cff;box-shadow:0 0 11px #736cff7a}.quest-page .quest-v2-completed,.home-quest-completed{background:linear-gradient(145deg,#5976e10b,#ffffff04);border-color:#6b8eff21}.aura-honor-toast-copy>strong{color:#7fa9ff;text-shadow:0 0 14px #5b7fff40}.profile-activity-points.positive,.quest-v2-points .aura-value>span:first-child,.home-quest-card>.points{color:#7ca8ff}.honor-honesty,.daily-completion-eyebrow{color:#86aaff}.admin-brand .admin-mark{color:#fff;background:#6e81e8}.admin-secure,.admin-metrics article>svg,.admin-metrics .metric-icon,.admin-true{color:#86aaff}.admin-side nav button.active{box-shadow:inset 2px 0 #718de8}.admin-actions>button,.admin-password button{color:#9bb8ff;background:#1b2440;border-color:#45558a}.points{text-shadow:0 0 18px #6089ff33}.success{background:linear-gradient(145deg,#556ee117,#ffffff06);border-color:#6689ff38}.battle-live,.ranking-you-badge{background:#546cdc11;border-color:#6789ff33}.ranking-podium-me{box-shadow:0 0 0 1px #6889ff2b,0 25px 70px #0000004d,0 0 45px #5c6eeb12}.ranking-row-me{background:linear-gradient(90deg,#4c68d20e,#0000)}.quest-v2-message,.quest-v2-done-label,.home-battle-live{background:#546fe011;border-color:#668bff2e}.home-battle-live i{background:#799fff;box-shadow:0 0 9px #6685ff9e}.admin-shell{background:#0c0d15}.admin-top,.admin-side{background:#10111c;border-color:#292c42}.admin-schema,.admin-metrics article,.admin-tab,.admin-grid th{background:#151724;border-color:#30334b}.admin-tools,.admin-grid tr:hover td{background:#11131e}.admin-grid-wrap,.admin-grid th,.admin-grid td{border-color:#292c42}.admin-shell{--admin-bg:#080910;--admin-sidebar:#0b0c14;--admin-panel:#0e1019;--admin-panel-raised:#121521;--admin-border:#ffffff13;--admin-border-strong:#8b76da3b;--admin-text:#f0f1f7;--admin-muted:#858999;--admin-faint:#5f6372;--admin-purple:#8b6ce7;--admin-blue:#668fe7;--admin-success:#69c98a;--admin-warning:#d9ae63;--admin-danger:#e66c79;background:var(--admin-bg);min-height:100dvh;color:var(--admin-text);font:13px/1.45 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.admin-shell button,.admin-shell input{font:inherit}.admin-top{z-index:100;border:0;border-bottom:1px solid var(--admin-border);-webkit-backdrop-filter:blur(18px)saturate(125%);backdrop-filter:blur(18px)saturate(125%);background:#090a11e8;justify-content:space-between;align-items:center;height:68px;padding:0 22px;display:flex;position:sticky;top:0}.admin-top:after{content:"";opacity:.72;background:linear-gradient(90deg,#0000,#895de161,#4b89e047,#0000);height:1px;position:absolute;bottom:-1px;left:0;right:0}.admin-brand{align-items:center;gap:11px;min-width:0;display:flex}.admin-brand>img{object-fit:contain;filter:drop-shadow(0 0 8px #7a5cd738);width:36px;height:36px}.admin-brand>div{gap:1px;display:grid}.admin-brand b{letter-spacing:.095em;font-size:13px}.admin-brand b span{color:#a9aeba;letter-spacing:0;font-weight:600}.admin-brand small{color:var(--admin-faint);letter-spacing:.02em;font-size:10px}.admin-brand em{color:#91a9ec;letter-spacing:.08em;background:#475b9e17;border:1px solid #6f89da40;border-radius:999px;margin-left:5px;padding:3px 8px;font-size:9px;font-style:normal;font-weight:800}.admin-actions{align-items:center;gap:8px;display:flex}.admin-actions>button{border:1px solid var(--admin-border);color:#aeb2c0;cursor:pointer;background:#ffffff06;border-radius:9px;align-items:center;gap:7px;min-height:37px;padding:0 11px;transition:all .18s;display:flex}.admin-actions>button:hover{color:#fff;background:#7c5cd514;border-color:#8b6ce747}.admin-secure{color:#969bac;align-items:center;gap:7px;margin-right:4px;font-size:11px;display:flex}.admin-secure i,.admin-page-status i{background:var(--admin-success);border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #69c98a59}.admin-secure svg{color:#7f91c6}.admin-password{z-index:120;border:1px solid var(--admin-border-strong);background:#11131e;border-radius:14px;gap:10px;width:360px;padding:19px;display:grid;position:fixed;top:76px;right:22px;box-shadow:0 24px 70px #0000009e}.admin-password b{font-size:14px}.admin-password p{color:var(--admin-muted);margin:-5px 0 4px;font-size:11px}.admin-password input{border:1px solid var(--admin-border);color:#fff;background:#090a11;border-radius:9px;outline:0;min-height:43px;padding:0 12px}.admin-password input:focus{border-color:#8b6ce78c;box-shadow:0 0 0 3px #8b6ce71a}.admin-password button{color:#fff;background:linear-gradient(135deg,#694caf,#526fb9);border-color:#745bcd6b;justify-content:center;min-height:42px}.admin-password span{color:#a9b8e9;font-size:11px}.admin-layout{grid-template-columns:248px minmax(0,1fr);min-height:calc(100dvh - 68px);display:grid}.admin-side{border:0;border-right:1px solid var(--admin-border);background:var(--admin-sidebar);flex-direction:column;align-self:start;height:calc(100dvh - 68px);padding:22px 14px 18px;display:flex;position:sticky;top:68px}.admin-side-title{color:#dfe1e9;align-items:center;gap:10px;margin:0 7px 23px;display:flex}.admin-side-title>svg{color:#8a77c9}.admin-side-title>div{gap:4px;display:grid}.admin-side-title strong{letter-spacing:.11em;font-size:11px}.admin-side-title small{color:var(--admin-faint);letter-spacing:.04em;font-size:9px;font-weight:600}.admin-side-title small b{color:#8199df}.admin-side nav{flex-direction:column;flex:1;gap:20px;min-height:0;display:flex;overflow-y:auto}.admin-side nav section{gap:4px;display:grid}.admin-side nav h2{color:#555a69;letter-spacing:.17em;margin:0 10px 5px;font-size:9px;font-weight:850}.admin-side nav button{color:#898e9e;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;align-items:center;gap:10px;width:100%;min-height:39px;padding:0 10px;transition:background .18s,border-color .18s,color .18s;display:flex;position:relative}.admin-side nav button>svg{color:#666b7a;transition:all .18s}.admin-side nav button>span{flex:1}.admin-side nav button>small{color:#6f7482;background:#ffffff06;border:1px solid #ffffff0e;border-radius:999px;place-items:center;min-width:20px;height:20px;font-size:9px;display:grid}.admin-side nav button:hover{color:#c4c7d1;background:#ffffff07}.admin-side nav button:hover>svg{color:#9188b4}.admin-side nav button.active{box-shadow:none;color:#fff;background:linear-gradient(90deg,#744fcb26,#5857a40e);border-color:#8565dc38}.admin-side nav button.active:before{content:"";background:#8d6de3;border-radius:2px;width:2px;position:absolute;top:8px;bottom:8px;left:-1px;box-shadow:0 0 8px #8d6de357}.admin-side nav button.active>svg{color:#a991ed;filter:drop-shadow(0 0 4px #8b6ce738)}.admin-side nav button.active>small{color:#aaa0c9;border-color:#8b6ce729}.admin-side>a{color:#6f7482;margin-top:18px;padding:10px;font-size:11px;text-decoration:none;transition:all .18s;display:block;position:static}.admin-side>a:hover{color:#bfc3d0}.admin-main{min-width:0;padding:27px clamp(18px,2.2vw,32px) 40px;overflow:hidden}.admin-page-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.admin-page-heading>div:first-child>span{color:#7e88ad;letter-spacing:.16em;font-size:9px;font-weight:850}.admin-page-heading h1{letter-spacing:-.025em;margin:5px 0 3px;font-size:25px;line-height:1.1}.admin-page-heading p{color:var(--admin-muted);margin:0;font-size:12px}.admin-page-heading small{color:#626777;margin-top:8px;font-size:10px;display:block}.admin-page-heading code{color:#959ab0}.admin-page-status{border:1px solid var(--admin-border);color:#858b9b;white-space:nowrap;background:#ffffff05;border-radius:999px;align-items:center;gap:7px;padding:7px 10px;font-size:10px;display:flex}.admin-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:20px;display:grid}.admin-metrics article{border:1px solid var(--admin-border);background:linear-gradient(145deg,#ffffff07,#ffffff02);border-radius:13px;align-items:flex-start;gap:13px;min-height:122px;padding:17px;display:flex;position:relative;overflow:hidden}.admin-metrics article:after{content:"";background:linear-gradient(90deg,transparent,rgba(var(--metric-rgb),.36),transparent);height:1px;position:absolute;top:0;left:0;right:0}.admin-metrics article[data-tone=purple]{--metric-rgb:139,108,231}.admin-metrics article[data-tone=blue]{--metric-rgb:86,140,220}.admin-metrics article[data-tone=aura]{--metric-rgb:104,106,239}.admin-metrics article[data-tone=battle]{--metric-rgb:150,102,173}.admin-metric-icon{border:1px solid rgba(var(--metric-rgb),.2);background:rgba(var(--metric-rgb),.08);width:38px;height:38px;color:rgb(var(--metric-rgb));border-radius:10px;place-items:center;display:grid;overflow:visible}.admin-metric-icon>svg{width:19px;height:19px}.admin-metric-icon .metric-icon{width:32px!important;height:32px!important}.admin-metric-custom-icon{object-fit:contain;width:36px;height:36px;filter:drop-shadow(0 0 7px rgba(var(--metric-rgb),.34))}.admin-metrics article>div:last-child{flex-direction:column;min-width:0;display:flex}.admin-metrics span{color:#797e8e;letter-spacing:.09em;font-size:9px;font-weight:800}.admin-metrics b{color:#f3f4f8;letter-spacing:-.035em;margin-top:7px;font-size:27px;line-height:1}.admin-metrics small{color:#5f6473;margin-top:7px;font-size:10px}.admin-data-panel{border:1px solid var(--admin-border);background:var(--admin-panel);border-radius:15px;overflow:visible;box-shadow:0 18px 50px #0000002e}.admin-table-heading{border-bottom:1px solid var(--admin-border);justify-content:space-between;align-items:center;min-height:64px;padding:0 17px;display:flex}.admin-table-heading>div{align-items:center;gap:10px;display:flex}.admin-table-heading>div>svg{color:#8579aa}.admin-table-heading>div>div{gap:2px;display:grid}.admin-table-heading strong{font-size:13px}.admin-table-heading div span{color:#606575;font:10px ui-monospace,SFMono-Regular,Menlo,monospace}.admin-table-heading>span{border:1px solid var(--admin-border);color:#707585;border-radius:999px;padding:4px 8px;font-size:9px}.admin-tools{border:0;border-bottom:1px solid var(--admin-border);background:#0c0e17;align-items:center;gap:12px;min-height:61px;padding:10px 12px;display:flex}.admin-tools>label{border:1px solid var(--admin-border);color:#616777;background:#080a11;border-radius:9px;flex:1;align-items:center;gap:9px;min-width:210px;height:40px;padding:0 12px;display:flex}.admin-tools>label:focus-within{border-color:#8067d366;box-shadow:0 0 0 3px #8067d312}.admin-tools input{color:#e5e7ed;background:0 0;border:0;outline:0;width:100%;font-size:11px}.admin-tools input::placeholder{color:#555a67}.admin-filters{border:1px solid var(--admin-border);background:#090b12;border-radius:9px;align-items:center;gap:3px;padding:3px;display:flex}.admin-filters button{color:#6f7483;cursor:pointer;background:0 0;border:0;border-radius:6px;min-height:31px;padding:0 9px;font-size:9px;font-weight:700}.admin-filters button:hover{color:#b8bcc8}.admin-filters button.active{color:#d8d1ec;background:#785bcc24}.admin-tools .admin-refresh{border:1px solid var(--admin-border);color:#858a98;cursor:pointer;background:#11131c;border-radius:9px;place-items:center;width:40px;height:40px;padding:0;display:grid}.admin-tools .admin-refresh:hover{color:#d3d6df;border-color:#8b6ce747}.admin-refresh .spinning{animation:.8s linear infinite adminSpin}@keyframes adminSpin{to{transform:rotate(360deg)}}.admin-action-message{color:#b9addd;background:#5b469914;border:0;border-bottom:1px solid #705bb233;padding:10px 14px;font-size:11px}.admin-grid-wrap{background:#0b0d15;border:0;max-height:calc(100dvh - 405px);position:relative;overflow:auto}.admin-grid{border-collapse:separate;border-spacing:0;white-space:nowrap;width:100%}.admin-grid th,.admin-grid td{color:#b6bac6;text-align:left;text-overflow:ellipsis;border-top:0;border-bottom:1px solid #ffffff0d;border-left:0;border-right:1px solid #ffffff09;max-width:340px;height:56px;padding:0 14px;font-size:11px;overflow:hidden}.admin-grid th{z-index:3;color:#757a89;letter-spacing:.065em;text-transform:uppercase;background:#11131d;height:42px;font-size:9px;font-weight:800;position:sticky;top:0}.admin-grid th:first-child,.admin-grid td:first-child{color:#555a68;text-align:center;width:48px}.admin-grid th:last-child,.admin-grid td:last-child{border-right:0}.admin-grid tbody tr{transition:background .18s,box-shadow .18s}.admin-grid tbody tr:hover{background:#7252bb0b;box-shadow:inset 2px 0 #8565dc59}.admin-grid tbody tr:hover td{background:0 0}.admin-grid time{color:#9ca0ad;line-height:1.35;display:inline-block}.admin-null{color:#555a68;font-style:normal}.admin-sensitive{color:#7a7188;letter-spacing:.12em}.admin-user-cell{align-items:center;gap:10px;min-width:170px;display:flex}.admin-user-cell>span{color:#d9d1ef;background:linear-gradient(145deg,#7d58d32e,#4566ad14);border:1px solid #8266d32e;border-radius:9px;flex:none;place-items:center;width:32px;height:32px;font-size:12px;font-weight:800;display:grid}.admin-user-cell>div{gap:1px;min-width:0;display:grid}.admin-user-cell strong{color:#e6e7ec;text-overflow:ellipsis;font-size:11px;overflow:hidden}.admin-user-cell small{color:#686d7c;font-size:9px}.admin-copy-id{color:#8e93a2;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;grid-template-columns:auto auto;align-items:center;gap:7px;padding:4px 6px;font:10px ui-monospace,SFMono-Regular,Menlo,monospace;display:inline-grid}.admin-copy-id small{color:#565b69;opacity:0;font:8px ui-sans-serif,system-ui;transition:all .16s}.admin-copy-id:hover{border-color:var(--admin-border);color:#c7cad3;background:#ffffff06}.admin-copy-id:hover small{opacity:1}.admin-badge{border:1px solid var(--admin-border);color:#8e93a1;letter-spacing:.06em;text-transform:uppercase;background:#ffffff06;border-radius:999px;justify-content:center;align-items:center;min-height:23px;padding:0 8px;font-size:8px;font-weight:850;display:inline-flex}.admin-badge-admin{color:#c4b1f0;background:#7856cf1c;border-color:#8b6ce747}.admin-badge-user,.admin-badge-false,.admin-badge-finished,.admin-badge-read{color:#858a98}.admin-badge-true,.admin-badge-active,.admin-badge-accepted{color:#83cea0;background:#418f5b14;border-color:#69c98a33}.admin-badge-pending,.admin-badge-weekly{color:#d7b679;background:#94692414;border-color:#d9ae6338}.admin-badge-rejected,.admin-badge-unread{color:#e28b95;background:#99364314;border-color:#e66c7933}.admin-badge-daily{color:#93ace5;background:#415ba117;border-color:#668fe738}.admin-category-cell{align-items:center;gap:8px;display:flex}.admin-category-icon{border-radius:9px!important;width:34px!important;height:34px!important}.admin-category-icon img{width:31px!important;height:31px!important}.admin-grid .aura-value{color:inherit;gap:5px}.admin-grid .aura-value-icon{flex:none}.admin-grid td:has(.aura-value){color:#9eb6ee}.admin-time-remaining{color:#b8acd9}.admin-aura-amount{display:inline-flex}.admin-aura-amount.positive{color:#79c994}.admin-aura-amount.negative{color:#e47783}.admin-aura-amount.negative .aura-value-icon img{filter:grayscale(.25)hue-rotate(115deg)drop-shadow(0 0 4px #dc53634d)}.admin-actions-column,.admin-actions-cell{width:94px;text-align:center!important}.admin-grid td.admin-actions-cell{overflow:visible}.admin-row-menu{display:inline-block;position:relative;overflow:visible}.admin-row-menu-trigger{border:1px solid var(--admin-border);color:#777c8b;cursor:pointer;background:#11131d;border-radius:8px;place-items:center;width:32px;height:30px;display:grid}.admin-row-menu-trigger:hover,.admin-row-menu-trigger[aria-expanded=true]{color:#d5cee8;background:#7354c41a;border-color:#8969de4d}.admin-row-menu-popover{z-index:1200;border:1px solid var(--admin-border-strong);text-align:left;background:#151722;border-radius:10px;width:190px;padding:6px;display:grid;position:fixed;box-shadow:0 18px 50px #000000a6}.admin-row-menu-popover button{color:#b9bdc8;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;min-height:36px;padding:0 9px;font-size:10px;display:flex}.admin-row-menu-popover button:hover{color:#fff;background:#ffffff0a}.admin-row-menu-popover hr{border:0;border-top:1px solid var(--admin-border);width:100%;margin:4px 0}.admin-row-menu-popover button.danger{color:#df7d88}.admin-row-menu-popover button.danger:hover{background:#b0354517}.admin-battle-time-open{align-items:center;gap:6px;color:#b8abdc!important;background:#654aa914!important;border-color:#785fc542!important;border-radius:8px!important;width:auto!important;min-height:30px!important;padding:0 9px!important;font-size:9px!important;display:inline-flex!important}.admin-action-unavailable{color:#4d5260;place-items:center;width:30px;height:28px;display:inline-grid}.admin-skeleton-row td{height:58px!important;padding:0 14px!important}.admin-skeleton-row span{background:linear-gradient(90deg,#ffffff06,#fff1,#ffffff06) 0 0/220% 100%;border-radius:5px;width:100%;height:12px;animation:1.25s linear infinite adminSkeleton;display:block}@keyframes adminSkeleton{to{background-position:-220% 0}}.admin-table-state{color:#636877;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:220px;display:flex}.admin-table-state>svg{color:#5f5973;margin-bottom:11px}.admin-table-state strong{color:#b7bbc6;font-size:13px}.admin-table-state p{color:#626775;margin:5px 0 0;font-size:10px}.admin-table-state button{border:1px solid var(--admin-border-strong);color:#c1b5de;cursor:pointer;background:#7052bb17;border-radius:8px;margin-top:14px;padding:7px 12px}.admin-table-state.error>svg{color:#b36b78}.admin-table-footer{color:#666b79;background:#0e1018;justify-content:space-between;align-items:center;min-height:52px;padding:0 14px;font-size:10px;display:flex}.admin-table-footer>div{align-items:center;gap:5px;display:flex}.admin-table-footer button{border:1px solid var(--admin-border);color:#858a98;cursor:pointer;background:#12141e;border-radius:7px;place-items:center;width:29px;height:29px;display:grid}.admin-table-footer button:disabled{opacity:.35;cursor:default}.admin-table-footer b{color:#c2b8dc;background:#7759cc1f;border-radius:7px;place-items:center;min-width:29px;height:29px;font-size:10px;display:grid}.admin-shell :is(button,input,a):focus-visible{outline-offset:2px;outline:2px solid #9476e8c7}@media (max-width:1180px){.admin-layout{grid-template-columns:220px minmax(0,1fr)}.admin-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-metrics article{min-height:104px}.admin-grid-wrap{max-height:none}}@media (max-width:900px){.admin-top{height:auto;min-height:64px;padding:10px 14px}.admin-secure{display:none}.admin-layout{display:block}.admin-side{z-index:80;border:0;border-bottom:1px solid var(--admin-border);width:100%;height:auto;padding:8px 12px;display:block;position:sticky;top:64px;overflow-x:auto}.admin-side-title,.admin-side>a{display:none}.admin-side nav{flex-direction:row;gap:6px;display:flex;overflow:visible}.admin-side nav section{gap:4px;display:flex}.admin-side nav h2{display:none}.admin-side nav button{width:auto;min-width:max-content;padding-inline:10px}.admin-side nav button>small{display:none}.admin-main{padding:20px 14px 32px}.admin-page-heading{align-items:flex-start}.admin-page-status{display:none}.admin-tools{flex-wrap:wrap;align-items:stretch}.admin-tools>label{flex:100%}.admin-filters{flex:1;overflow-x:auto}.admin-refresh{flex:none}.admin-password{top:72px;right:12px}}@media (max-width:620px){.admin-brand b span,.admin-brand small,.admin-brand em{display:none}.admin-brand>img{width:34px;height:34px}.admin-actions{gap:5px}.admin-actions>button{justify-content:center;width:38px;height:38px;padding:0;font-size:0}.admin-actions>button svg{width:16px;height:16px}.admin-password{width:auto;left:8px;right:8px}.admin-page-heading h1{font-size:23px}.admin-page-heading p{max-width:320px}.admin-metrics{grid-template-columns:1fr 1fr;gap:8px}.admin-metrics article{gap:9px;min-height:112px;padding:13px}.admin-metric-icon{width:34px;height:34px}.admin-metrics b{font-size:23px}.admin-metrics small{font-size:8px}.admin-table-heading{padding-inline:12px}.admin-tools{padding:9px}.admin-filters button{padding-inline:7px}.admin-grid th,.admin-grid td{height:52px;padding-inline:10px}.admin-table-footer{position:sticky;left:0}.admin-battle-time-open span{display:none}}@media (prefers-reduced-motion:reduce){.admin-shell *{scroll-behavior:auto}.admin-refresh .spinning,.admin-skeleton-row span{animation:none}}.home-battle-eyebrow{align-items:center;gap:7px;display:flex}.home-battle-eyebrow img{object-fit:contain;filter:drop-shadow(0 0 6px #765de261);width:20px;height:20px}.home-battle-custom-icon{background:radial-gradient(circle,#704ad224,#0000 72%);border:1px solid #7a5bda29;width:58px;height:58px;overflow:visible}.home-battle-custom-icon img{object-fit:contain;filter:drop-shadow(0 0 8px #6c59e052);width:54px;height:54px}.home-battle-empty .btn{justify-content:center;align-items:center;gap:8px;display:inline-flex}.home-battle-button-icon{object-fit:contain;filter:drop-shadow(0 0 5px #1c123652);width:23px;height:23px}@media (max-width:600px){.home-battle-custom-icon{width:50px;height:50px}.home-battle-custom-icon img{width:47px;height:47px}.home-battle-button-icon{width:21px;height:21px}}.home-page{isolation:isolate;background:radial-gradient(780px 520px at 13% 4%,#6937be1b,#0000 67%),radial-gradient(700px 500px at 92% 20%,#2d91d711,#0000 70%),linear-gradient(#07050d33,#0000 38%);padding-top:clamp(32px,4vw,52px);position:relative;overflow:hidden}.home-page:before,.home-page:after{content:"";z-index:-1;filter:blur(90px);pointer-events:none;border-radius:50%;position:absolute}.home-page:before{background:#7234d612;width:520px;height:520px;top:80px;left:-220px}.home-page:after{background:#2d9ce50b;width:560px;height:560px;top:420px;right:-260px}.home-container{width:min(1220px,100% - 40px)}.home-heading{margin-bottom:26px;position:relative}.home-heading .eyebrow{color:#84c7ff;letter-spacing:.17em;text-shadow:0 0 18px #7087ff2e;font-size:12px;font-weight:950}.home-heading h1{letter-spacing:-.045em;max-width:760px;margin-top:9px;font-size:clamp(34px,3.4vw,42px);line-height:1.06}.home-page .home-aura-card{background:radial-gradient(circle at 8% 15%,#7a47d738,#0000 38%),radial-gradient(circle at 82% 48%,#2685cc1b,#0000 39%),linear-gradient(135deg,#191327f5,#0b0d14f2 56%,#081115f5);border:1px solid #855de54d;border-radius:25px;grid-template-columns:minmax(0,1.25fr) minmax(270px,.75fr);gap:clamp(26px,4vw,54px);min-height:350px;margin-top:0;padding:clamp(28px,3.4vw,42px);box-shadow:0 30px 90px #0000006e,0 0 48px #6036b713,inset 0 1px #ffffff0e}.home-page .home-aura-card:before{opacity:.65;background:linear-gradient(118deg,#0000 13%,#ffffff09 38%,#0000 62%)}.home-page .home-aura-card:after{content:"";filter:blur(65px);pointer-events:none;background:#247cc60e;border-radius:50%;width:55%;height:90%;position:absolute;bottom:-55%;right:-12%}.home-page .home-aura-total{color:#fbfaff;text-shadow:0 5px 28px #9e83ff1a;gap:13px;margin-top:9px;font-size:clamp(68px,7vw,82px);font-weight:950;line-height:.88}.home-page .home-aura-total .aura-energy{width:clamp(44px,4.3vw,52px);height:clamp(44px,4.3vw,52px);margin-left:4px}.home-page .home-aura-total .aura-energy-halo{filter:blur(9px);inset:7%}.home-page .home-aura-rank{background:linear-gradient(135deg,#7446d32b,#43337717);border-color:#9464f252;margin-top:20px;padding:7px 13px 7px 8px;box-shadow:inset 0 1px #ffffff09,0 8px 24px #0000001f}.home-page .home-aura-rank img{width:34px;height:34px}.home-page .home-rank-progress{background:#03050a85;border:1px solid #ffffff06;height:8px;margin-top:29px;box-shadow:inset 0 2px 6px #0000008c}.home-page .home-rank-progress-fill{background:linear-gradient(90deg,#7548ef 0%,#728df5 54%,#64d5ec 100%);box-shadow:0 0 12px #6c74f538}.home-page .home-rank-progress-info{margin-top:9px;font-size:10px}.ranking-page-title{letter-spacing:-.055em;margin:8px 0;font-size:clamp(38px,5vw,58px)}.ranking-page-subtitle{max-width:720px;margin-bottom:28px}.ranking-toolbar,.ranking-section-heading{justify-content:space-between;align-items:center;gap:18px;display:flex}.ranking-toolbar{background:linear-gradient(135deg,#764bcd14,#488be009);border:1px solid #7768eb2e;border-radius:18px;margin-top:30px;padding:7px}.ranking-tabs{gap:5px;display:flex}.ranking-tabs button{color:#ffffff75;min-width:112px;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;padding:10px 18px;font-size:12px;font-weight:850;transition:all .2s}.ranking-tabs button:hover{color:#fff;background:#ffffff09}.ranking-tabs button.active{color:#fff;background:linear-gradient(135deg,#7d48e04d,#4a81e12e);border-color:#8d6bf459;box-shadow:0 0 24px #6852e01f}.ranking-period-label{color:#aebcff;letter-spacing:.13em;padding:0 13px;font-size:10px;font-weight:900}.ranking-section-heading{margin-top:28px}.ranking-section-heading h2{margin:5px 0 0}.ranking-loading{min-height:180px;color:var(--muted);justify-content:center;align-items:center;gap:11px;display:flex}.ranking-loader{border:2px solid #7c68ee38;border-top-color:#8f75f0;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite rankingSpin}@keyframes rankingSpin{to{transform:rotate(360deg)}}.ranking-period-monthly .ranking-podium-1{background:radial-gradient(circle at 50% 7%,#ffc43e30,#0000 39%),radial-gradient(circle at 50% 72%,#674dbe1f,#0000 52%),linear-gradient(145deg,#fff1,#ffffff05);border-color:#ffcc545c;box-shadow:0 26px 80px #00000057,0 0 70px #ffbe3617}.ranking-period-monthly .ranking-tabs button.active{background:linear-gradient(135deg,#ad711f40,#6547b52e);border-color:#e6b8544d}.ranking-current-card{background:radial-gradient(circle at 90%,#4d84e217,#0000 35%),linear-gradient(135deg,#7648cd17,#ffffff05);border:1px solid #7764e140;border-radius:20px;grid-template-columns:160px minmax(0,1fr) minmax(230px,auto);align-items:center;gap:22px;padding:20px 22px;display:grid;box-shadow:0 20px 55px #00000038}.ranking-current-card>div:first-child{align-items:center;gap:16px;display:flex}.ranking-current-card>div:first-child strong{font-size:30px}.ranking-current-player{align-items:center;gap:12px;display:flex}.ranking-current-player span{color:var(--muted);margin-top:3px;font-size:11px;display:block}.ranking-current-score{text-align:right}.ranking-current-score>div{justify-content:flex-end;align-items:center;gap:5px;display:flex}.ranking-current-score strong{font-size:22px}.ranking-current-score>span{color:#9fb4ff;margin-top:5px;font-size:10px;display:block}.ranking-empty .button{margin-top:12px}@media (max-width:700px){.ranking-toolbar{flex-direction:column;align-items:stretch}.ranking-tabs{grid-template-columns:1fr 1fr;display:grid}.ranking-tabs button{min-width:0}.ranking-period-label{text-align:center;padding-bottom:5px}.ranking-section-heading{align-items:flex-end}.ranking-current-card{grid-template-columns:1fr;gap:15px}.ranking-current-score{text-align:left}.ranking-current-score>div{justify-content:flex-start}.ranking-page-subtitle{margin-bottom:20px}}@media (prefers-reduced-motion:reduce){.ranking-loader{animation:none}}.admin-login-page{isolation:isolate;min-height:100dvh;padding:max(42px,env(safe-area-inset-top)) 24px max(52px,env(safe-area-inset-bottom));color:#f6f2ff;background:radial-gradient(circle at 50% 46%,#723ac140,#0000 27%),radial-gradient(at 50% 75%,#b27d2c12,#0000 27%),radial-gradient(circle at 66% 26%,#2b68ba1f,#0000 32%),linear-gradient(145deg,#030308 0%,#090615 47%,#040712 100%);place-items:center;display:grid;position:relative;overflow:hidden}.admin-login-page:before{content:"";z-index:-3;pointer-events:none;background-color:#0000;background-image:linear-gradient(#6f4eb006 1px,#0000 1px),linear-gradient(90deg,#6f4eb006 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:70px 70px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 72%);mask-image:radial-gradient(circle,#000,#0000 72%)}.admin-login-atmosphere{z-index:-1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.admin-login-portal{aspect-ratio:1;opacity:0;border-radius:50%;width:min(860px,78vw);animation:1.2s .15s forwards adminPortalAppear;position:absolute;top:50%;left:50%;transform:translate(-50%,-52%)scale(.93)}.admin-login-portal:before,.admin-login-portal:after{content:"";filter:blur(4px);background:radial-gradient(circle,#5f39ab2e,#2c478b0e 37%,#0000 67%);border-radius:50%;position:absolute;inset:9%}.admin-login-portal:after{background:0 0;border:1px solid #d3a6481f;inset:21%;box-shadow:0 0 80px #7f44dc1f,inset 0 0 50px #6444be14}.admin-login-ring{border-radius:50%;position:absolute}.admin-login-ring-outer{background:repeating-conic-gradient(from 4deg,#9769ef2e 0 1deg,transparent 1deg 12deg);border:1px solid #794cd833;animation:34s linear infinite adminRingRotate;inset:0;-webkit-mask:radial-gradient(#0000 68%,#000 68.3% 70%,#0000 70.3%);mask:radial-gradient(#0000 68%,#000 68.3% 70%,#0000 70.3%)}.admin-login-ring-middle{background:repeating-conic-gradient(from 2deg,#587eda33 0 2deg,transparent 2deg 25deg);border:1px solid #5b80de2b;animation:27s linear infinite adminRingRotateReverse;inset:8%;-webkit-mask:radial-gradient(#0000 77%,#000 77.3% 78%,#0000 78.4%);mask:radial-gradient(#0000 77%,#000 77.3% 78%,#0000 78.4%)}.admin-login-ring-inner{border:1px solid #e0b25224;inset:18%;box-shadow:0 0 34px #9357e114,inset 0 0 28px #dba84609}.admin-login-runes{position:absolute;inset:1%}.admin-login-runes span{clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);transform-origin:3px calc(min(430px,39vw) - 5px);border:1px solid #b899ee38;width:6px;height:15px;position:absolute;top:0;left:50%}.admin-login-runes span:first-child{transform:rotate(0)}.admin-login-runes span:nth-child(2){transform:rotate(30deg)}.admin-login-runes span:nth-child(3){transform:rotate(60deg)}.admin-login-runes span:nth-child(4){transform:rotate(90deg)}.admin-login-runes span:nth-child(5){transform:rotate(120deg)}.admin-login-runes span:nth-child(6){transform:rotate(150deg)}.admin-login-runes span:nth-child(7){transform:rotate(180deg)}.admin-login-runes span:nth-child(8){transform:rotate(210deg)}.admin-login-runes span:nth-child(9){transform:rotate(240deg)}.admin-login-runes span:nth-child(10){transform:rotate(270deg)}.admin-login-runes span:nth-child(11){transform:rotate(300deg)}.admin-login-runes span:nth-child(12){transform:rotate(330deg)}.admin-login-crystal{filter:drop-shadow(0 0 19px #683cc433);align-items:flex-end;gap:13px;display:flex;position:absolute;top:50%;transform:translateY(-40%)}.admin-login-crystal-left{left:clamp(24px,8vw,150px)}.admin-login-crystal-right{right:clamp(24px,8vw,150px);transform:translateY(-40%)scaleX(-1)}.admin-login-crystal i{clip-path:polygon(50% 0,100% 22%,82% 100%,17% 100%,0 22%);background:linear-gradient(100deg,#d1a64b14,#7343cf3b 42%,#3f7edb12);border:1px solid #c99f4e30;width:36px;height:180px;display:block;box-shadow:inset 0 0 28px #8d52e12e}.admin-login-crystal i:nth-child(2){width:48px;height:270px}.admin-login-crystal i:nth-child(3){height:135px}.admin-login-pedestal{background:radial-gradient(#7a45d73d,#3d68b90f 42%,#0000 70%);border:1px solid #b27fde1f;border-radius:50%;width:min(650px,70vw);height:100px;position:absolute;bottom:clamp(18px,7vh,80px);left:50%;transform:translate(-50%)rotateX(67deg);box-shadow:0 0 70px #7746cd21}.admin-login-pedestal i,.admin-login-pedestal span{border:1px solid #d0a44a21;border-radius:50%;position:absolute;inset:14%}.admin-login-pedestal span{border-color:#7162e233;inset:31%}.admin-login-particles i{background:#b998ff;border-radius:50%;width:3px;height:3px;animation:7s ease-in-out infinite adminParticle;position:absolute;box-shadow:0 0 8px #8d65e9}.admin-login-particles i:nth-child(3n){background:#e6bd69;width:4px;height:4px;box-shadow:0 0 9px #c68d35}.admin-login-particles i:nth-child(3n+1){background:#71aaff}.admin-login-particles i:first-child{top:12%;left:17%}.admin-login-particles i:nth-child(2){top:23%;left:32%}.admin-login-particles i:nth-child(3){top:17%;left:73%}.admin-login-particles i:nth-child(4){top:35%;left:87%}.admin-login-particles i:nth-child(5){top:58%;left:9%}.admin-login-particles i:nth-child(6){top:72%;left:21%}.admin-login-particles i:nth-child(7){top:83%;left:38%}.admin-login-particles i:nth-child(8){top:89%;left:66%}.admin-login-particles i:nth-child(9){top:69%;left:91%}.admin-login-particles i:nth-child(10){top:48%;left:79%}.admin-login-particles i:nth-child(11){top:9%;left:51%}.admin-login-particles i:nth-child(12){top:42%;left:14%}.admin-login-particles i:nth-child(13){top:78%;left:74%}.admin-login-particles i:nth-child(14){top:28%;left:7%}.admin-login-particles i:nth-child(15){top:56%;left:94%}.admin-login-particles i:nth-child(16){top:94%;left:48%}.admin-login-particles i:nth-child(2n){animation-delay:-3.5s}.admin-login-card{-webkit-backdrop-filter:blur(22px)saturate(125%);backdrop-filter:blur(22px)saturate(125%);text-align:center;opacity:0;background:linear-gradient(145deg,#130e1fe0,#070912ed);border:1px solid #9266db6b;border-radius:21px;width:min(520px,100%);padding:42px 44px 30px;animation:.62s cubic-bezier(.2,.75,.2,1) .1s forwards adminCardAppear;position:relative;box-shadow:0 35px 110px #000000b8,0 0 90px #6538b824,inset 0 1px #eacd910f}.admin-login-card:before{content:"";background:linear-gradient(90deg,#0000,#ebc05e9e,#0000);height:1px;position:absolute;top:0;left:16%;right:16%;box-shadow:0 0 16px #dca74840}.admin-login-corner{border-style:solid;border-color:#dcae506b;width:20px;height:20px;position:absolute}.corner-tl{border-width:1px 0 0 1px;top:11px;left:11px}.corner-tr{border-width:1px 1px 0 0;top:11px;right:11px}.corner-bl{border-width:0 0 1px 1px;bottom:11px;left:11px}.corner-br{border-width:0 1px 1px 0;bottom:11px;right:11px}.admin-login-logo{opacity:0;background:radial-gradient(circle,#7a4bd13b,#2118380d 68%);border:1px solid #d5a74c33;border-radius:25px;place-items:center;width:92px;height:92px;margin:0 auto 17px;animation:.6s .35s forwards adminLogoAppear;display:grid;position:relative;transform:scale(.9);box-shadow:0 0 34px #7240d32e}.admin-login-logo:before{content:"";border:1px solid #856cdc3b;border-radius:20px;position:absolute;inset:7px;transform:rotate(45deg)}.admin-login-logo span{filter:blur(4px);background:radial-gradient(circle,#c698431a,#0000 68%);border-radius:50%;position:absolute;inset:-13px}.admin-login-logo img{object-fit:contain;filter:drop-shadow(0 0 16px #8353e1ad)drop-shadow(0 0 8px #e0ae4c33);width:84px;height:84px;position:relative}.admin-login-eyebrow{color:#d0ad69;letter-spacing:.18em;justify-content:center;align-items:center;gap:8px;font-size:10px;font-weight:850;display:flex}.admin-login-eyebrow svg{color:#9f8be5}.admin-login-eyebrow span{color:#e2b2547a}.admin-login-card h1{letter-spacing:-.045em;margin:12px 0 7px;font:900 clamp(32px,4vw,40px)/1 system-ui;display:grid}.admin-login-card h1 span{color:#f7f5fb}.admin-login-card h1 strong{color:#0000;letter-spacing:.13em;background:linear-gradient(90deg,#a875ed,#759fff);-webkit-background-clip:text;background-clip:text;margin-top:5px;font-size:.84em}.admin-login-card>p{color:#9f9aaa;max-width:340px;margin:0 auto 29px;font-size:13px;line-height:1.55}.admin-login-card form{text-align:left;gap:17px;display:grid}.admin-login-field{color:#c7c2d0;letter-spacing:.08em;text-transform:uppercase;gap:8px;font-size:10px;font-weight:750;display:grid}.admin-login-field>div{background:#03040aa8;border:1px solid #795ab552;border-radius:12px;align-items:center;height:55px;transition:all .2s;display:flex}.admin-login-field>div:focus-within{border-color:#986fe5b8;box-shadow:0 0 0 3px #8051d31a,0 0 22px #6c3fc21a}.admin-login-field>div>svg{color:#8f73cd;flex:none;margin-left:16px}.admin-login-card .admin-login-field input{color:#fff;background:0 0;border:0;border-radius:0;outline:0;width:100%;min-width:0;height:100%;padding:0 13px;font:500 14px system-ui}.admin-login-field input::placeholder{color:#595665}.admin-login-card .admin-login-visibility{color:#716882;width:47px;height:100%;box-shadow:none;cursor:pointer;background:0 0;border:0;flex:none;place-items:center;padding:0;display:grid}.admin-login-visibility:hover{color:#b8a3e8}.admin-login-card .admin-login-submit{color:#fff;letter-spacing:.09em;cursor:pointer;background:linear-gradient(105deg,#7043c5 0%,#7a54d5 46%,#a47a48 125%);border:1px solid #e1b45847;border-radius:12px;justify-content:center;align-items:center;gap:9px;height:56px;margin-top:2px;font-size:12px;font-weight:900;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 13px 35px #512d9b42,0 0 23px #b9823714}.admin-login-submit:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:35%;height:260%;animation:5.8s ease-in-out infinite adminButtonShimmer;position:absolute;top:-80%;left:-45%;transform:rotate(18deg)}.admin-login-submit:hover:not(:disabled){filter:brightness(1.09);transform:translateY(-1px);box-shadow:0 16px 42px #5b30ab57,0 0 28px #c28b3a1f}.admin-login-submit:active:not(:disabled){transform:scale(.985)}.admin-login-submit:disabled{cursor:wait;opacity:.75}.admin-login-submit>*{z-index:1;position:relative}.admin-login-spinner{border:2px solid #ffffff47;border-top-color:#fff;border-radius:50%;width:17px;height:17px;animation:.8s linear infinite adminLoginSpin}.admin-login-error{color:#ffb8c1;background:#641b2733;border:1px solid #da5b6c4f;border-radius:10px;align-items:flex-start;gap:9px;padding:11px 12px;font-size:11px;line-height:1.4;display:flex}.admin-login-error svg{flex:none;margin-top:1px}.admin-login-back{color:#8f879f;margin-top:22px;font-size:12px;text-decoration:none;transition:all .18s;display:inline-block}.admin-login-back:hover{color:#fff}.admin-login-security{color:#738b80;letter-spacing:.04em;border-top:1px solid #ffffff0e;justify-content:center;align-items:center;gap:6px;margin-top:19px;padding-top:17px;font-size:9px;display:flex}.admin-login-security svg{color:#759a89}@keyframes adminCardAppear{to{opacity:1;transform:translateY(0)scale(1)}0%{opacity:0;transform:translateY(12px)scale(.98)}}@keyframes adminLogoAppear{to{opacity:1;transform:scale(1)}}@keyframes adminPortalAppear{to{opacity:1;transform:translate(-50%,-52%)scale(1)}}@keyframes adminRingRotate{to{transform:rotate(360deg)}}@keyframes adminRingRotateReverse{to{transform:rotate(-360deg)}}@keyframes adminParticle{50%{opacity:.25;transform:translateY(-9px)scale(.75)}}@keyframes adminButtonShimmer{0%,60%{opacity:0;left:-45%}70%{opacity:1}88%,to{opacity:0;left:115%}}@keyframes adminLoginSpin{to{transform:rotate(360deg)}}@media (max-width:1050px){.admin-login-crystal-left{left:3vw}.admin-login-crystal-right{right:3vw}.admin-login-crystal i{opacity:.65}.admin-login-portal{width:min(780px,88vw)}}@media (max-width:700px){.admin-login-page{align-items:start;padding:26px 14px 36px;overflow:hidden auto}.admin-login-card{width:100%;margin:auto;padding:31px 22px 25px}.admin-login-portal{width:720px;top:47%}.admin-login-crystal,.admin-login-pedestal{display:none}.admin-login-logo{width:82px;height:82px}.admin-login-logo img{width:76px;height:76px}.admin-login-card h1{font-size:31px}.admin-login-card>p{margin-bottom:24px}.admin-login-field>div{height:53px}}@media (max-height:720px) and (min-width:701px){.admin-login-page{padding-block:22px;overflow-y:auto}.admin-login-card{padding-block:27px 23px}.admin-login-logo{width:72px;height:72px;margin-bottom:11px}.admin-login-logo img{width:68px;height:68px}.admin-login-card h1{font-size:31px}.admin-login-card>p{margin-bottom:20px}.admin-login-field>div{height:50px}.admin-login-card .admin-login-submit{height:51px}}@media (prefers-reduced-motion:reduce){.admin-login-card,.admin-login-logo,.admin-login-portal{opacity:1;animation:none;transform:none}.admin-login-portal{transform:translate(-50%,-52%)}.admin-login-ring,.admin-login-particles i,.admin-login-submit:after,.admin-login-spinner{animation:none}}.ranking-page{isolation:isolate;background:radial-gradient(720px 430px at 50% 12%,#c18b2e13,#0000 70%),radial-gradient(680px 600px at 5% 37%,#6732b114,#0000 70%),radial-gradient(680px 600px at 95% 40%,#2d5ba711,#0000 70%),linear-gradient(#06050c26,#04050a7a);position:relative;overflow:hidden}.ranking-page:before,.ranking-page:after{content:"";z-index:-1;clip-path:polygon(22% 0,78% 0,100% 100%,0 100%);filter:blur(.2px);pointer-events:none;background:linear-gradient(#794cbd0a,#0000 75%);border:1px solid #7052a50e;width:210px;height:680px;position:absolute;top:180px}.ranking-page:before{left:-70px}.ranking-page:after{right:-70px;transform:scaleX(-1)}.ranking-page-hero{position:relative}.ranking-page .ranking-page-hero>.eyebrow{color:#aebdff;letter-spacing:.2em}.ranking-page-title{color:#0000;text-shadow:0 0 35px #9d712f12;background:linear-gradient(100deg,#fff 15%,#f4f0eb 67%,#e7c882 115%);-webkit-background-clip:text;background-clip:text}.ranking-title-ornament{align-items:center;gap:10px;width:min(320px,70vw);margin-top:22px;display:flex}.ranking-title-ornament span{background:linear-gradient(90deg,#0000,#dcae508c);flex:1;height:1px}.ranking-title-ornament span:last-child{background:linear-gradient(90deg,#dcae508c,#0000)}.ranking-title-ornament i{background:#aa7a35;border:1px solid #ebc470b3;width:8px;height:8px;transform:rotate(45deg);box-shadow:0 0 13px #d59e3f61}.ranking-page .ranking-toolbar{background:linear-gradient(135deg,#2d1c48bd,#080a13cc);border-color:#815cd140;box-shadow:0 14px 42px #00000038,inset 0 1px #ffffff06}.ranking-page .ranking-tabs button{text-transform:uppercase;letter-spacing:.09em}.ranking-page .ranking-tabs button:focus-visible{outline-offset:2px;outline:2px solid #9777ebcc}.ranking-page .ranking-period-label{color:#b6bde3;background:#06070e8c;border:1px solid #776bbb26;border-radius:999px;align-items:center;gap:8px;padding:8px 13px;display:flex}.ranking-page .ranking-period-label svg{color:#a08be0}.ranking-period-monthly .ranking-period-label{color:#dfc58b;border-color:#d8aa4c33}.ranking-period-monthly .ranking-period-label svg{color:#d7aa58}.ranking-section-heading{margin-top:36px;margin-bottom:2px}.ranking-page .ranking-section-heading h2{font-size:clamp(25px,3vw,32px)}.ranking-stage{isolation:isolate;background:radial-gradient(55% 35% at 50% 65%,#6534aa1c,#0000 75%),linear-gradient(#0000,#08070e42 60%,#0000);border-radius:34px;margin:5px -34px 0;padding:58px 34px;position:relative;overflow:hidden}.ranking-stage:before{content:"";z-index:-2;filter:blur(55px);background:#6636a81a;border-radius:50%;height:155px;position:absolute;bottom:65px;left:12%;right:12%}.ranking-stage-light{display:none}.ranking-stage-curtain{z-index:-2;clip-path:polygon(0 0,70% 0,100% 100%,22% 100%);background:linear-gradient(105deg,#1a122a66,#0000);border:1px solid #7f5bad0f;width:19%;position:absolute;top:10px;bottom:35px}.ranking-stage-curtain-left{left:0}.ranking-stage-curtain-right{right:0;transform:scaleX(-1)}.ranking-stage-particles i{background:#e3b85f;border-radius:50%;width:3px;height:3px;animation:6.5s ease-in-out infinite rankingStageParticle;position:absolute;box-shadow:0 0 8px #dda742cc}.ranking-stage-particles i:first-child{top:18%;left:18%}.ranking-stage-particles i:nth-child(2){top:32%;left:10%}.ranking-stage-particles i:nth-child(3){top:63%;left:21%}.ranking-stage-particles i:nth-child(4){top:13%;left:35%}.ranking-stage-particles i:nth-child(5){top:23%;left:45%}.ranking-stage-particles i:nth-child(6){top:17%;left:58%}.ranking-stage-particles i:nth-child(7){top:31%;left:72%}.ranking-stage-particles i:nth-child(8){top:15%;left:84%}.ranking-stage-particles i:nth-child(9){top:66%;left:89%}.ranking-stage-particles i:nth-child(10){top:79%;left:75%}.ranking-stage-particles i:nth-child(11){top:76%;left:29%}.ranking-stage-particles i:nth-child(12){top:49%;left:93%}.ranking-stage-particles i:nth-child(13){top:43%;left:5%}.ranking-stage-particles i:nth-child(14){top:8%;left:67%}.ranking-stage-particles i:nth-child(2n){background:#b4caff;animation-delay:-3.2s;box-shadow:0 0 7px #7da1ebb3}.ranking-stage .ranking-podium{z-index:2;padding-top:38px;position:relative}.ranking-stage .ranking-podium-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(155deg,#18161fde,#08090ee6);border-radius:24px;transition:transform .22s,border-color .22s,box-shadow .22s;overflow:visible;box-shadow:0 25px 65px #00000061,inset 0 1px #ffffff09}.ranking-stage .ranking-podium-card:hover{transform:translateY(-2px)}.ranking-stage .ranking-podium-1{background:radial-gradient(circle at 50% 3%,#e2ae452e,#0000 35%),linear-gradient(155deg,#1d191aeb,#0a090ff0);border-color:#e3b8586e;min-height:372px;box-shadow:0 32px 85px #00000073,0 0 85px #d8a0391c,inset 0 0 60px #bb822b09}.ranking-stage .ranking-podium-1:before,.ranking-stage .ranking-podium-1:after{content:"";z-index:-1;border:1px solid #e4bc6338;border-radius:50%;width:130px;height:130px;animation:21s linear infinite rankingLeaderRing;position:absolute;top:14px;left:50%;transform:translate(-50%)}.ranking-stage .ranking-podium-1:after{border-style:dashed;border-color:#deae4b2b;width:108px;height:108px;animation-duration:17s;animation-direction:reverse;top:25px}.ranking-stage .ranking-podium-2{background:radial-gradient(circle at 50% 7%,#c2daf51f,#0000 37%),linear-gradient(155deg,#14181fe6,#08090eeb);border-color:#cadbf242;box-shadow:0 25px 65px #0000005c,0 0 44px #8bbce80f}.ranking-stage .ranking-podium-3{background:radial-gradient(circle at 50% 7%,#ca71341f,#0000 38%),linear-gradient(155deg,#1b1515e6,#09090eeb);border-color:#cf7f454a;box-shadow:0 25px 65px #0000005c,0 0 44px #c25e260e}.ranking-stage .ranking-podium-1 .rank-medal{width:106px;height:106px}.ranking-stage .ranking-podium-1 .rank-medal-aura{background:radial-gradient(circle,#ffd25d61,#c27f2117 48%,#0000 72%);width:118%;height:118%;animation-duration:5.8s}.ranking-stage .ranking-podium-2 .rank-medal-aura{background:radial-gradient(circle,#dfefff40,#6aa8dd12 52%,#0000 74%)}.ranking-stage .ranking-podium-3 .rank-medal-aura{background:radial-gradient(circle,#e48a4d40,#a94b230f 52%,#0000 74%)}.ranking-stage .ranking-podium-1 .ranking-podium-step span{color:#d9b567}.ranking-stage .ranking-podium-2 .ranking-podium-step span{color:#b8c9dd}.ranking-stage .ranking-podium-3 .ranking-podium-step span{color:#c9906b}.ranking-podium-platform{z-index:1;background:radial-gradient(#8f5b2c21,#533a8f12 47%,#0000 72%);border:1px solid #daaa4a24;border-radius:50%;height:74px;position:absolute;bottom:22px;left:6%;right:6%;transform:rotateX(68deg);box-shadow:0 0 52px #834cb417}.ranking-podium-platform:before,.ranking-podium-platform:after,.ranking-podium-platform i,.ranking-podium-platform span{content:"";border:1px solid #d1a34d26;border-radius:50%;position:absolute;inset:13%}.ranking-podium-platform:after{border-color:#7763c930;inset:30%}.ranking-podium-platform i{background:linear-gradient(90deg,#0000,#e1b65b7a,#0000);border:0;height:1px;bottom:47%;left:-2%;right:-2%}.ranking-list-section{position:relative}.ranking-list .ranking-row{border:1px solid #0000;border-bottom-color:#ffffff0e;position:relative}.ranking-list .ranking-position{z-index:1;padding-left:3px;position:relative}.ranking-list .ranking-row:first-child .ranking-position{color:#d4d9e3;text-shadow:0 0 12px #ccd9ee2e}.ranking-list .ranking-avatar{border-color:#8267cd40;border-radius:50%;box-shadow:0 0 16px #6745be13}.ranking-list .ranking-aura{color:#9db8ff}.ranking-list .ranking-row-me{background:linear-gradient(90deg,#6e4bbf21,#cd993606,#0000);border-color:#8b69dd45;box-shadow:0 0 28px #6c46b70e}.ranking-list .ranking-row-me:after{content:"◇";color:#dcaa4b52;font-size:9px;position:absolute;right:8px}.ranking-list .ranking-row-me .ranking-inline-you{color:#dbc080;background:#99691f14;border-color:#d6a54733}.ranking-current-card{background:radial-gradient(circle at 90% 15%,#cf993413,#0000 31%),linear-gradient(135deg,#231639cc,#080a12eb);border-color:#8861d957;padding:0;display:block;overflow:hidden;box-shadow:0 24px 65px #0000004d,0 0 45px #5e3ea40f}.ranking-current-card:before{content:"";background:linear-gradient(90deg,#0000,#e2b25080,#8060d76b,#0000);height:1px;display:block}.ranking-current-main{grid-template-columns:160px minmax(0,1fr) minmax(230px,auto);align-items:center;gap:22px;padding:22px;display:grid}.ranking-current-main>div:first-child{align-items:center;gap:16px;display:flex}.ranking-current-main>div:first-child strong{font-size:32px}.ranking-current-progress{padding:0 22px 22px}.ranking-current-progress>div:first-child{color:#88849a;justify-content:space-between;margin-bottom:9px;font-size:9px;display:flex}.ranking-current-progress b{color:#b8a8dc;font-weight:750}.ranking-current-track{background:#070810;border:1px solid #ffffff0d;border-radius:999px;height:8px;overflow:hidden;box-shadow:inset 0 2px 5px #00000080}.ranking-current-track i{border-radius:inherit;background:linear-gradient(90deg,#7547d5,#668edc 70%,#d2a54d);height:100%;animation:.7s both rankingProgressIn;display:block;box-shadow:0 0 13px #6c5bd540}.ranking-current-leading{border-color:#dcab494d;box-shadow:0 24px 65px #0000004d,0 0 48px #c78b2d12}.ranking-current-leading .ranking-current-score>span{color:#d8ba77}@keyframes rankingLeaderLight{50%{opacity:.65;transform:translate(-50%)scaleX(1.06)}}@keyframes rankingLeaderRing{to{transform:translate(-50%)rotate(360deg)}}@keyframes rankingStageParticle{50%{opacity:.2;transform:translateY(-10px)scale(.7)}}@keyframes rankingProgressIn{0%{transform-origin:0;transform:scaleX(0)}}@media (max-width:900px){.ranking-stage{margin-inline:-12px;padding-inline:12px}.ranking-stage-curtain{display:none}.ranking-stage .ranking-podium-1 .rank-medal{width:96px;height:96px}.ranking-page:before,.ranking-page:after{display:none}}@media (max-width:700px){.ranking-title-ornament{margin-inline:auto}.ranking-page-hero{text-align:center}.ranking-page-subtitle{margin-inline:auto}.ranking-page .ranking-period-label{justify-content:center}.ranking-stage{margin-inline:0;padding:30px 0 32px}.ranking-stage-light{width:75%;height:420px}.ranking-stage .ranking-podium{gap:12px;padding:32px 0 18px}.ranking-stage .ranking-podium-1{min-height:305px}.ranking-stage .ranking-podium-2,.ranking-stage .ranking-podium-3{min-height:250px}.ranking-podium-platform{height:45px;bottom:2px}.ranking-stage-particles i:nth-child(2n),.ranking-list .ranking-row-me:after{display:none}.ranking-current-main{grid-template-columns:1fr;gap:15px;padding:19px}.ranking-current-progress{padding:0 19px 19px}.ranking-current-score{text-align:left}.ranking-current-score>div{justify-content:flex-start}}@media (max-width:420px){.ranking-page-title{font-size:39px}.ranking-stage .ranking-podium-1 .rank-medal{width:88px;height:88px}.ranking-list .ranking-row{grid-template-columns:38px minmax(0,1fr) auto}.ranking-list .ranking-avatar{width:32px;height:32px}.ranking-list .ranking-aura{font-size:13px}.ranking-current-progress>div:first-child{gap:12px}}@media (prefers-reduced-motion:reduce){.ranking-stage-light,.ranking-stage-particles i,.ranking-stage .ranking-podium-1:before,.ranking-stage .ranking-podium-1:after,.ranking-current-track i{animation:none}}.aura-landing{background:radial-gradient(circle at 73% 8%,#7442d32e,#0000 29rem),radial-gradient(circle at 10% 27%,#2c66b41a,#0000 30rem),radial-gradient(circle at 86% 65%,#2794c00b,#0000 33rem),radial-gradient(circle at 47% 48%,#562f910e,#0000 38rem),#040407}.aura-landing:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(at 50% 35%,#0000 20%,#04040845 78%);position:absolute;inset:0}.aura-landing>section,.aura-landing>header,.aura-landing>footer{z-index:2;position:relative}.landing-atmosphere{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.landing-atmosphere i{background:#a99aff;border-radius:50%;width:3px;height:3px;animation:8s ease-in-out infinite landingAmbientParticle;position:absolute;box-shadow:0 0 8px #8668ecbf}.landing-atmosphere i:nth-child(3n){background:#66cbe9;border-radius:1px;width:4px;height:4px;transform:rotate(45deg)}.landing-atmosphere i:nth-child(5n){background:#d4a85d;box-shadow:0 0 8px #cd963d80}.landing-atmosphere i:first-child{top:5%;left:9%}.landing-atmosphere i:nth-child(2){top:12%;left:34%}.landing-atmosphere i:nth-child(3){top:8%;left:81%}.landing-atmosphere i:nth-child(4){top:22%;left:92%}.landing-atmosphere i:nth-child(5){top:31%;left:15%}.landing-atmosphere i:nth-child(6){top:38%;left:72%}.landing-atmosphere i:nth-child(7){top:44%;left:5%}.landing-atmosphere i:nth-child(8){top:52%;left:88%}.landing-atmosphere i:nth-child(9){top:59%;left:42%}.landing-atmosphere i:nth-child(10){top:65%;left:12%}.landing-atmosphere i:nth-child(11){top:71%;left:77%}.landing-atmosphere i:nth-child(12){top:79%;left:27%}.landing-atmosphere i:nth-child(13){top:84%;left:92%}.landing-atmosphere i:nth-child(14){top:91%;left:57%}.landing-atmosphere i:nth-child(15){top:95%;left:17%}.landing-atmosphere i:nth-child(16){top:48%;left:52%}.landing-atmosphere i:nth-child(2n){animation-delay:-4s}.aura-landing-hero:before{content:"";clip-path:polygon(50% 0,100% 88%,76% 100%,23% 100%,0 88%);filter:blur(1px);pointer-events:none;background:linear-gradient(145deg,#6d40bd11,#0000 72%);width:250px;height:450px;position:absolute;top:18%;right:8%}.aura-landing-hero .landing-eyebrow{color:#8ec8ff;text-shadow:0 0 16px #57a1e12e}.landing-hero-actions .landing-cta-primary{color:#fff;background:linear-gradient(110deg,#7448d1,#526fd8 58%,#4b9bd5);border:1px solid #9ba4ff47;box-shadow:0 13px 38px #4a4bc740,0 0 22px #489ed514}.landing-hero-actions .landing-cta-primary:hover{box-shadow:0 16px 45px #544ad557,0 0 28px #44a9dd21}.landing-cta-primary img,.landing-bottom-cta a img,.landing-nav-cta img{object-fit:contain;filter:drop-shadow(0 0 6px #7285ff8c);width:22px;height:22px}.landing-nav-cta img{width:20px;height:20px}.landing-nav-cta{align-items:center;gap:6px;display:inline-flex}.landing-section-transition{justify-content:center;align-items:center;gap:12px;width:min(360px,60vw);margin:auto;display:flex;position:absolute;bottom:17px;left:0;right:0}.landing-section-transition span{background:linear-gradient(90deg,#0000,#8464dc85);flex:1;height:1px}.landing-section-transition span:last-child{background:linear-gradient(90deg,#8464dc85,#0000)}.landing-section-transition i{background:#765bd0;border:1px solid #6bb7ebb3;width:8px;height:8px;transform:rotate(45deg);box-shadow:0 0 13px #5f70df7a}.landing-aura-stage:after{content:"";z-index:-1;filter:blur(20px);background:radial-gradient(circle,#5cb4e212,#0000 68%);border-radius:50%;width:500px;height:500px;position:absolute}.landing-orb-ring{animation-duration:25s}.landing-orb-ring:before{animation:20s linear infinite landingRingReverse}.landing-orb-runes{background:repeating-conic-gradient(from 5deg,#a982ef33 0 1deg,transparent 1deg 15deg);border-radius:50%;width:475px;height:475px;animation:29s linear infinite landingRingReverse;position:absolute;-webkit-mask:radial-gradient(#0000 70%,#000 70.4% 71%,#0000 71.4%);mask:radial-gradient(#0000 70%,#000 70.4% 71%,#0000 71.4%)}.landing-orb-value{justify-content:center;align-items:center;gap:8px;margin-top:2px;display:flex}.landing-orb-value .landing-orb-number{margin-top:0}.landing-orb-value .aura-energy-ranking-top{flex-basis:36px;width:36px;height:36px}.landing-orb-rank{text-shadow:0 0 14px #eeaa4833;background:#83501b12;border:1px solid #f1be642b;border-radius:999px;padding:5px 10px}.landing-orb-progress{background:#0203089e;border:1px solid #ffffff09;box-shadow:inset 0 2px 5px #0000007a}.landing-orb-progress span{background:linear-gradient(90deg,#8251e9,#647de8 57%,#54cce9);transition:width .6s}.aura-landing-ranks:before{content:"";filter:blur(42px);pointer-events:none;background:radial-gradient(#6b37b421,#2f63a30a 48%,#0000 72%);border-radius:50%;width:min(1100px,88vw);height:390px;position:absolute;top:30%;left:50%;transform:translate(-50%)}.landing-rank-grid{position:relative}.landing-rank-grid:before{content:"";z-index:0;background:linear-gradient(90deg,#b2c2da1f,#4bb9e133,#8f51e63d,#efa03933,#6468e129);height:2px;position:absolute;top:50%;left:2%;right:2%;box-shadow:0 0 17px #734ed121}.landing-rank-card{z-index:1;box-shadow:0 17px 45px #0003,inset 0 0 45px rgba(var(--rank-accent),.028)}.landing-rank-card:after{content:"";background:linear-gradient(90deg,transparent,rgba(var(--rank-accent),.42),transparent);height:1px;position:absolute;top:0;left:16%;right:16%}.landing-rank-card:hover{box-shadow:0 22px 60px #00000052,0 0 32px rgba(var(--rank-accent),.08),inset 0 0 58px rgba(var(--rank-accent),.075);transform:translateY(-3px)}.landing-rank-ring{z-index:1;border:1px solid rgba(var(--rank-accent),.16);border-radius:50%;width:136px;height:136px;transition:all .25s;position:absolute;top:44px;left:50%;transform:translate(-50%)}.landing-rank-ring:after{content:"";border:1px dashed rgba(var(--rank-accent),.11);border-radius:50%;position:absolute;inset:9px}.landing-rank-card:hover .landing-rank-ring{border-color:rgba(var(--rank-accent),.4);box-shadow:0 0 24px rgba(var(--rank-accent),.12);transform:translate(-50%)scale(1.04)}.landing-rank-card:hover>img{transform:scale(1.03)}.landing-rank-card p{justify-content:center;align-items:center;gap:5px;display:flex}.landing-rank-card p img{filter:drop-shadow(0 0 4px rgba(var(--rank-accent),.4));width:15px!important;height:15px!important;margin:0!important;animation:none!important}.aura-landing-path{position:relative}.aura-landing-path:before{content:"";background:linear-gradient(90deg,#0000,#7058cd61,#0000);width:min(460px,70vw);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.landing-how-grid article{position:relative;overflow:hidden;box-shadow:0 16px 42px #0000002e,inset 0 1px #ffffff06}.landing-how-grid article:after{content:"";background:linear-gradient(90deg,transparent,rgba(var(--method),.42),transparent);height:1px;position:absolute;top:0;left:18%;right:18%}.landing-how-grid article:hover{box-shadow:0 20px 48px #00000040,0 0 28px rgba(var(--method),.07);transform:translateY(-2px)}.landing-how-grid article>div{width:58px;height:58px;overflow:visible}.landing-how-grid article>div img{object-fit:contain;width:52px;height:52px;filter:drop-shadow(0 0 8px rgba(var(--method),.38));transition:all .22s}.landing-how-grid article:hover>div img{filter:drop-shadow(0 0 13px rgba(var(--method),.55));transform:scale(1.04)}.aura-landing-final-cta{background:radial-gradient(circle at 78%,#4f76db26,#0000 36%),radial-gradient(circle at 20% 120%,#7b3dca1f,#0000 38%),#09080fb8;border-color:#6d7fe04d;position:relative;overflow:hidden;box-shadow:0 24px 65px #00000040,0 0 45px #5246bc12}.aura-landing-final-cta:before{content:"";background:linear-gradient(90deg,#0000,#70bfec80,#9a64e680,#0000);height:1px;position:absolute;top:0;left:14%;right:14%}.aura-landing-final-cta>i{background:#7650d238;border:1px solid #8fb8ef5c;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg);box-shadow:0 0 18px #6f5bdc40}.aura-landing-final-cta a{color:#fff;background:linear-gradient(110deg,#7548d3,#5578dc 58%,#4f9ad2);border:1px solid #97a1ff3d;justify-content:center;align-items:center;gap:7px;display:flex;box-shadow:0 13px 32px #4948c33b}.landing-footer{border-top-color:#706fb724}@keyframes landingAmbientParticle{50%{opacity:.22;transform:translateY(-10px)scale(.72)}}@keyframes landingRingReverse{to{transform:rotate(-360deg)}}@media (max-width:1000px){.landing-orb-runes{width:455px;height:455px}.landing-rank-grid:before{display:none}.aura-landing-hero:before{opacity:.4}}@media (max-width:620px){.landing-atmosphere i:nth-child(2n){display:none}.landing-orb-runes{width:355px;height:355px}.landing-aura-stage:after{width:350px;height:350px}.landing-orb-value .aura-energy-ranking-top{flex-basis:29px;width:29px;height:29px}.aura-landing-final-cta>i{display:none}.landing-rank-card:hover,.landing-how-grid article:hover{transform:none}.aura-landing:after{opacity:.65}}@media (max-width:390px){.landing-orb-runes{width:315px;height:315px}}@media (prefers-reduced-motion:reduce){.landing-atmosphere i,.landing-orb-runes,.landing-orb-ring,.landing-orb-ring:before,.landing-rank-halo,.landing-rank-card img{animation:none!important}.landing-rank-card:hover>img,.landing-rank-card:hover .landing-rank-ring,.landing-how-grid article:hover>div img{transform:none}}.aura-landing .landing-categories{gap:8px 11px;margin-top:28px}.aura-landing .landing-categories span{color:#e7e4f08c;background:#130e1e75;border:1px solid #765fbd21;border-radius:999px;min-height:31px;padding:3px 9px 3px 5px;transition:all .2s}.aura-landing .landing-categories span:hover{color:#eae5f5;background:#6441ac14;border-color:#8465dd47}.aura-landing .landing-categories img{object-fit:contain;filter:drop-shadow(0 0 5px #7153d04d);width:25px;height:25px}.landing-nav.aura-nav-shell{height:76px;padding:10px 15px 10px 18px}.landing-nav.aura-nav-shell .landing-brand{height:54px;padding:0 12px 0 0}.landing-nav.aura-nav-shell .landing-brand img{width:52px;height:52px}.landing-nav.aura-nav-shell .landing-brand:before{width:46px;height:46px}.landing-nav.aura-nav-shell .landing-nav-links{display:flex}.landing-nav.aura-nav-shell .nav-link:after{display:none}.landing-nav.aura-nav-shell .nav-link{min-height:42px;padding:0 12px}.landing-nav.aura-nav-shell .landing-nav-actions{padding-left:12px}.landing-nav.aura-nav-shell .landing-nav-cta{min-height:43px;padding:0 14px}.landing-nav.aura-nav-shell .landing-login-link{white-space:nowrap}@media (max-width:1000px){.landing-nav.aura-nav-shell .landing-nav-links{display:none}}@media (max-width:620px){.landing-nav.aura-nav-shell{height:64px;padding:7px 9px 7px 12px}.landing-nav.aura-nav-shell .landing-brand{height:50px}.landing-nav.aura-nav-shell .landing-brand img{width:49px;height:49px}.landing-nav.aura-nav-shell .landing-nav-actions{padding-left:0}.landing-nav.aura-nav-shell .landing-nav-cta{min-height:42px;padding-inline:12px}}.home-page .home-next-rank{border-color:#aa96ff17;margin-top:22px;padding-top:18px}.home-page .home-next-rank span{color:#aea7c994;letter-spacing:.14em;font-size:8px}.home-page .home-next-rank strong{font-size:14px}.home-page .home-next-aura strong{color:#8cc8ff}.home-page .home-aura-emblem{isolation:isolate;min-height:265px}.home-page .home-aura-emblem:before,.home-page .home-aura-emblem:after{content:"";z-index:0;pointer-events:none;border-radius:50%;position:absolute;top:50%;left:50%}.home-page .home-aura-emblem:before{border:1px solid #8c66ee2e;width:236px;height:236px;animation:5s ease-in-out infinite homeEmblemHaloPulse;transform:translate(-50%,-50%);box-shadow:0 0 32px #774adb14,inset 0 0 32px #439ee209}.home-page .home-aura-emblem:after{background:conic-gradient(from 20deg,transparent 0 24%,#825cef3d 27%,transparent 31% 65%,#4ab5ea33 69%,transparent 73%);border:1px dashed #5da4ef29;width:258px;height:258px;animation:18s linear infinite homeEmblemOrbit;transform:translate(-50%,-50%);-webkit-mask:radial-gradient(circle,#0000 68%,#000 69%);mask:radial-gradient(circle,#0000 68%,#000 69%)}.home-page .home-aura-emblem-glow{z-index:-1;filter:blur(28px);background:radial-gradient(circle,#774fe540,#3691df17 44%,#0000 72%);width:210px;height:210px;animation:5s ease-in-out infinite homeAuraGlow}.home-page .home-aura-emblem>img{filter:drop-shadow(0 0 22px #7e5be640)drop-shadow(0 0 42px #3891d714);width:clamp(210px,20vw,246px);height:clamp(210px,20vw,246px);animation:5s ease-in-out infinite homeAuraFloat}@keyframes homeEmblemOrbit{to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes homeEmblemHaloPulse{0%,to{opacity:.55;transform:translate(-50%,-50%)scale(.96)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.035)}}.home-page .home-daily-grid{gap:16px;margin-top:18px}.home-page .home-daily-card{background:radial-gradient(circle at 3% 20%,#7248c511,#0000 36%),linear-gradient(145deg,#12121bed,#080c11f0);border-color:#9985cf1d;border-radius:19px;min-height:126px;padding:21px 23px;transition:border-color .22s,box-shadow .22s;box-shadow:0 17px 45px #0000002b,inset 0 1px #ffffff06}.home-page .home-daily-card:hover{border-color:#7e69d740;box-shadow:0 20px 50px #00000038,0 0 22px #6748c80b}.home-page .home-daily-icon{background:radial-gradient(circle,#6848c426,#1916278c);border-color:#8463db2e;border-radius:18px;width:60px;height:60px;box-shadow:inset 0 1px #ffffff09}.home-page .home-streak-icon{width:55px;height:55px}.home-page .home-summary-energy-icon{flex-basis:53px!important;width:53px!important;height:53px!important}.home-page .home-daily-value{margin-top:5px;font-size:34px}.home-page .home-daily-value span{font-size:14px}.home-page .home-daily-content p{margin-top:10px;font-size:10px;line-height:1.45}.home-page .home-quest-progress{background:#ffffff0e;height:6px;margin-top:11px}.home-page .home-quest-progress-fill{background:linear-gradient(90deg,#7950ef,#7396f3,#62d1eb);box-shadow:0 0 10px #63b2eb29}.home-section-head{margin:31px 0 15px}.home-section-head h2{letter-spacing:-.025em;font-size:24px}.home-section-head a{font-size:11px;transition:color .18s}.home-section-head a:hover{color:#9fcaff}.home-page .home-quest-grid{gap:15px}.home-page .home-quest-card{--home-category:116,91,224;isolation:isolate;border:1px solid rgba(var(--home-category),.16);background:radial-gradient(circle at 0 0,rgba(var(--home-category),.075),transparent 34%),linear-gradient(145deg,#0c0e16f7,#070a0ffa);border-radius:17px;min-height:142px;padding:19px 20px;transition:transform .2s,border-color .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 15px 38px #00000029,inset 0 1px #ffffff05}.home-page .home-quest-card:before{content:"";z-index:-1;background:linear-gradient(180deg,transparent,rgb(var(--home-category)),transparent);opacity:.82;border-radius:2px;width:2px;position:absolute;top:13px;bottom:13px;left:0}.home-page .home-quest-card:hover{border-color:rgba(var(--home-category),.3);box-shadow:0 19px 44px #00000038,0 0 20px rgba(var(--home-category),.045);transform:translateY(-2px)}.home-page .home-quest-card[data-category=fitness]{--home-category:120,88,235}.home-page .home-quest-card[data-category=healthy],.home-page .home-quest-card[data-category=saludable]{--home-category:63,184,222}.home-page .home-quest-card[data-category=university],.home-page .home-quest-card[data-category=universidad]{--home-category:151,82,230}.home-page .home-quest-card[data-category=work],.home-page .home-quest-card[data-category=trabajo]{--home-category:63,126,230}.home-page .home-quest-card[data-category=student],.home-page .home-quest-card[data-category=estudiante]{--home-category:95,114,232}.home-page .home-quest-card .quest-icon{border:1px solid rgba(var(--home-category),.18);background:radial-gradient(circle,rgba(var(--home-category),.16),#0e0d19c2);width:50px;height:50px;box-shadow:0 0 18px rgba(var(--home-category),.07);border-radius:15px;place-items:center;display:grid}.home-page .home-quest-card .quest-main h3{font-size:16px}.home-page .home-quest-card .quest-main p{font-size:13px;line-height:1.48}.home-page .home-quest-meta{font-size:11px}.home-page .home-quest-card>.points{color:#82aaff;font-size:15px}.home-page .home-quest-card>.btn{border-color:#7d69d729;min-height:43px;box-shadow:0 8px 20px #00000021}.home-page .home-quest-card>.btn-green{color:#fff;background:linear-gradient(135deg,#7049d9,#547dd9);box-shadow:0 9px 23px #5742c12e}.home-page .home-quest-card>.btn-green:hover{transform:scale(1.01);box-shadow:0 11px 28px #5c48cd47}.home-page .home-quest-completed{opacity:.78;background:linear-gradient(145deg,#503b840b,#080a0ffa);border-color:#7b6aca24}.home-page .home-quest-completed>.btn{opacity:.8;color:#a9a2bc}.home-page .home-battle-preview{isolation:isolate;background:radial-gradient(circle at 8% 0,#7b45cd24,#0000 35%),radial-gradient(circle at 92% 80%,#2c77cb11,#0000 36%),linear-gradient(145deg,#0c0c14f7,#060b10fa);border:1px solid #7e5dd842;border-radius:23px;gap:17px;margin-top:25px;padding:clamp(22px,2.6vw,29px);position:relative;overflow:hidden;box-shadow:0 23px 65px #0000004d,0 0 34px #5e3bb80e,inset 0 1px #ffffff09}.home-page .home-battle-preview:before{content:"";z-index:-1;opacity:.72;background:linear-gradient(#0000,#ddb45d 23%,#8f61e5 57%,#4e95df 82%,#0000);width:2px;position:absolute;top:18px;bottom:18px;left:0}.home-page .home-battle-preview:after{content:"";z-index:-1;pointer-events:none;background:linear-gradient(125deg,#0000 42%,#6e52cf0b 43% 45%,#0000 46% 55%,#4488d509 56% 58%,#0000 59%);width:68%;height:150%;position:absolute;bottom:-70%;right:-8%;transform:rotate(-8deg)}.home-page .home-battle-header h2{font-size:23px}.home-page .home-battle-empty,.home-page .home-battle-pending{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#05080d5c;border-color:#8f74d61f;min-height:92px;padding:18px}.home-page .home-battle-empty-content strong,.home-page .home-battle-pending strong{font-size:13px}.home-page .home-battle-empty-content p,.home-page .home-battle-pending p{font-size:10px;line-height:1.5}.home-page .home-battle-preview .btn-primary{background:linear-gradient(135deg,#814de8,#596ddc);border:1px solid #9b7af44d;justify-content:center;align-items:center;gap:9px;min-height:50px;padding-inline:23px;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 11px 28px #5f41d33d,0 0 22px #5a58e01a}.home-page .home-battle-preview .btn-primary:hover{transform:scale(1.015);box-shadow:0 13px 32px #6042db57,0 0 27px #4e6fe529}.home-page .home-battle-active{border-color:#7f5cd947}.home-page .home-battle-scoreboard{gap:19px}.home-page .home-battle-player{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:linear-gradient(145deg,#ffffff06,#ffffff03)}@media (max-width:1024px){.home-container{width:min(100% - 32px,1120px)}.home-page .home-aura-card{grid-template-columns:minmax(0,1.2fr) minmax(230px,.8fr)}.home-page .home-aura-emblem:after{width:230px;height:230px}.home-page .home-aura-emblem:before{width:210px;height:210px}}@media (max-width:820px){.home-page .home-aura-card{grid-template-columns:minmax(0,1fr) 190px;gap:18px;min-height:320px}.home-page .home-aura-emblem{grid-row:auto;min-height:210px}.home-page .home-aura-emblem>img{width:180px;height:180px}.home-page .home-aura-emblem:before{width:176px;height:176px}.home-page .home-aura-emblem:after{width:198px;height:198px}}@media (max-width:680px){.home-container{width:min(100% - 28px,620px)}.home-heading{margin-bottom:20px}.home-heading h1{font-size:clamp(31px,9vw,38px)}.home-page .home-aura-card{grid-template-columns:1fr;padding:22px 19px}.home-page .home-aura-emblem{grid-row:2;min-height:170px}.home-page .home-aura-emblem>img{width:150px;height:150px}.home-page .home-aura-emblem:before{width:148px;height:148px}.home-page .home-aura-emblem:after{width:168px;height:168px}.home-page .home-aura-total{font-size:clamp(50px,16vw,60px)}.home-page .home-aura-total .aura-energy{width:44px;height:44px}.home-page .home-daily-grid{grid-template-columns:1fr}.home-page .home-daily-card{min-height:116px;padding:18px}.home-page .home-quest-grid{grid-template-columns:1fr}.home-page .home-battle-header{align-items:flex-start}.home-page .home-battle-empty,.home-page .home-battle-pending{grid-template-columns:auto 1fr}.home-page .home-battle-empty .btn,.home-page .home-battle-pending .btn{grid-column:1/-1;width:100%}}@media (max-width:430px){.home-page{padding-top:26px}.home-container{width:calc(100% - 22px)}.home-heading .eyebrow{font-size:10px}.home-page .home-aura-card{border-radius:21px;padding:20px 16px}.home-page .home-aura-emblem{min-height:154px}.home-page .home-aura-emblem>img{width:138px;height:138px}.home-page .home-aura-emblem:before{width:136px;height:136px}.home-page .home-aura-emblem:after{width:154px;height:154px}.home-page .home-next-rank{gap:10px}.home-section-head h2{font-size:22px}.home-page .home-quest-card{min-height:176px;padding:17px 14px}.home-page .home-battle-preview{padding:18px 15px}}@media (prefers-reduced-motion:reduce){.home-page .home-aura-emblem:before,.home-page .home-aura-emblem:after,.home-page .home-aura-emblem-glow,.home-page .home-aura-emblem>img,.home-page .home-aura-total .aura-energy-image,.home-page .home-aura-total .aura-energy-halo{animation:none!important}.home-page .home-daily-card,.home-page .home-quest-card,.home-page .home-battle-preview .btn-primary{transition:none}.home-page .home-quest-card:hover,.home-page .home-battle-preview .btn-primary:hover{transform:none}}.quest-page .quest-v2-card{--quest-card-accent:116,91,224;isolation:isolate;border:1px solid rgba(var(--quest-card-accent),.16);background:radial-gradient(circle at 0 0,rgba(var(--quest-card-accent),.075),transparent 34%), linear-gradient(145deg,#0c0e16f7,#070a0ffa);transition:transform .2s,border-color .2s,box-shadow .2s;overflow:hidden;box-shadow:0 15px 38px #00000029,inset 0 1px #ffffff05}.quest-page .quest-v2-card:before{content:"";z-index:-1;background:linear-gradient(180deg,transparent,rgb(var(--quest-card-accent)),transparent);opacity:.82;border-radius:2px;width:2px;position:absolute;top:13px;bottom:13px;left:0}.quest-page .quest-v2-card:hover{border-color:rgba(var(--quest-card-accent),.3);background:radial-gradient(circle at 0 0,rgba(var(--quest-card-accent),.09),transparent 36%),linear-gradient(145deg,#0d0f18fa,#070a0ffa);box-shadow:0 19px 44px #00000038,0 0 20px rgba(var(--quest-card-accent),.045);transform:translateY(-2px)}.quest-page .quest-v2-card[data-category=fitness]{--quest-card-accent:120,88,235}.quest-page .quest-v2-card[data-category=healthy],.quest-page .quest-v2-card[data-category=saludable]{--quest-card-accent:63,184,222}.quest-page .quest-v2-card[data-category=university],.quest-page .quest-v2-card[data-category=universidad]{--quest-card-accent:151,82,230}.quest-page .quest-v2-card[data-category=work],.quest-page .quest-v2-card[data-category=trabajo]{--quest-card-accent:63,126,230}.quest-page .quest-v2-card[data-category=student],.quest-page .quest-v2-card[data-category=estudiante]{--quest-card-accent:95,114,232}.quest-page .quest-v2-icon{border:1px solid rgba(var(--quest-card-accent),.18);background:radial-gradient(circle,rgba(var(--quest-card-accent),.16),#0e0d19c2);box-shadow:0 0 18px rgba(var(--quest-card-accent),.07)}.quest-page .quest-v2-title-row h3{color:#f3f2f8;font-weight:850}.quest-page .quest-v2-main p{color:#ffffff91}.quest-page .quest-v2-meta{color:#ffffff5c}.quest-page .quest-v2-points,.quest-page .quest-v2-points .aura-value>span:first-child{color:#82aaff}.quest-page .quest-v2-button{color:#fff;background:linear-gradient(135deg,#7049d9,#547dd9);border:1px solid #7d69d72e;transition:transform .2s,box-shadow .2s;box-shadow:0 9px 23px #5742c12e}.quest-page .quest-v2-button:not(:disabled):hover{transform:scale(1.01);box-shadow:0 11px 28px #5c48cd47}.quest-page .quest-v2-completed{opacity:.78;background:linear-gradient(145deg,#503b840b,#080a0ffa);border-color:#7b6aca24}.quest-page .quest-v2-completed:hover{transform:none;box-shadow:0 15px 38px #00000029}.quest-page .quest-v2-completed .quest-v2-button{box-shadow:none;color:#aaa3ba;opacity:.9;background:#ffffff06;border-color:#8773cc24}@media (min-width:951px){.quest-page .quest-v2-card{min-height:176px;padding:20px}.quest-page .quest-v2-icon{width:50px;height:50px}.quest-page .quest-v2-icon .category-visual{width:46px;height:46px}}@media (max-width:600px){.quest-page .quest-v2-card{border-radius:17px}.quest-page .quest-v2-card:before{top:10px;bottom:10px}}@media (prefers-reduced-motion:reduce){.quest-page .quest-v2-card,.quest-page .quest-v2-button{transition:none}.quest-page .quest-v2-card:hover,.quest-page .quest-v2-button:not(:disabled):hover{transform:none}}.battle-page{isolation:isolate;background:radial-gradient(760px 520px at 8% 10%,#6537ba1a,#0000 68%),radial-gradient(720px 520px at 94% 24%,#2884c911,#0000 70%),linear-gradient(#06040c40,#0000 42%);padding-top:clamp(35px,4vw,54px);position:relative;overflow:hidden}.battle-page:before,.battle-page:after{content:"";z-index:-1;filter:blur(95px);pointer-events:none;border-radius:50%;position:absolute}.battle-page:before{background:#7036cf13;width:480px;height:480px;top:150px;left:-210px}.battle-page:after{background:#278cd30d;width:520px;height:520px;top:330px;right:-240px}.battle-page-container{width:min(1180px,100% - 40px)}.battle-page-heading{position:relative}.battle-page-heading .eyebrow{color:#8faeff;letter-spacing:.18em;text-shadow:0 0 17px #745ce133;font-size:11px;font-weight:950}.battle-page-heading h1{letter-spacing:-.048em;max-width:900px;margin:10px 0 13px;font-size:clamp(38px,4.2vw,48px);line-height:1.04}.battle-page-heading .subtitle{max-width:780px;font-size:15px;line-height:1.7}.battle-panel-wrap{margin-top:30px}.battle-page .battle-create-card{isolation:isolate;background:radial-gradient(circle at 76% 0,#673ec424,#0000 34%),radial-gradient(circle at 94% 52%,#2a89cf12,#0000 36%),linear-gradient(145deg,#110e1bf7,#070a10fb);border:1px solid #7f5bdc4d;border-radius:25px;padding:clamp(27px,3.4vw,40px);position:relative;overflow:hidden;box-shadow:0 32px 90px #0006,0 0 46px #5b39b312,inset 0 1px #ffffff0b}.battle-page .battle-create-card:before{content:"";z-index:-1;pointer-events:none;background:conic-gradient(from 50deg,#0000,#6e4bd114,#0000 34%,#3094d70e,#0000 68%);border:1px solid #815bdf17;border-radius:50%;width:420px;height:420px;animation:18s linear infinite battleCreateAtmosphere;position:absolute;top:-45%;right:-4%}.battle-page .battle-create-card:after{content:"";z-index:-1;opacity:.42;background:#c8b7ff;border-radius:50%;width:5px;height:5px;animation:5s ease-in-out infinite battleCreateParticles;position:absolute;top:45px;right:10%;box-shadow:64px 31px 0 -1px #77b9ff99,-82px 64px 0 -1px #ab81ff73,122px 92px 0 -1px #6ea6ff6b,-150px 12px 0 -1px #b497ff59}.battle-create-hero{justify-content:space-between;align-items:center;gap:28px;min-height:108px;display:flex}.battle-create-copy{z-index:2;max-width:720px;position:relative}.battle-create-eyebrow{color:#96afff;align-items:center;gap:8px;display:flex}.battle-create-eyebrow svg{color:#a384ef;filter:drop-shadow(0 0 6px #9165eb52)}.battle-page .battle-create h2{letter-spacing:-.035em;margin:8px 0 7px;font-size:clamp(28px,3vw,35px)}.battle-create-copy>p{max-width:680px;margin:0;font-size:13px;line-height:1.6}.battle-create-symbol{isolation:isolate;flex:none;place-items:center;width:108px;height:108px;display:grid;position:relative}.battle-create-symbol:before,.battle-create-symbol:after{content:"";z-index:-1;pointer-events:none;border-radius:50%;position:absolute}.battle-create-symbol:before{border:1px solid #8f64ed30;animation:5s ease-in-out infinite battleCreateSymbolPulse;inset:8px;box-shadow:0 0 28px #6b43cb1f,inset 0 0 25px #4391db0d}.battle-create-symbol:after{border:1px dashed #599ee424;animation:16s linear infinite battleCreateSymbolOrbit;inset:-2px}.battle-create-symbol>span{z-index:-2;filter:blur(13px);background:radial-gradient(circle,#794cdc40,#2f85d014 45%,#0000 72%);border-radius:50%;position:absolute;inset:15%}.battle-create-symbol img{object-fit:contain;filter:drop-shadow(0 0 12px #8257e361)drop-shadow(0 0 24px #378bd724);width:82px;height:82px}.battle-energy-divider{background:linear-gradient(90deg,#0000,#8456e266,#469be252,#8456e266,#0000);height:1px;margin:25px 0 0;position:relative}.battle-energy-divider i{background:#b699ff;border-radius:50%;width:4px;height:4px;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 0 9px #9f75ffbf}.battle-energy-divider i:first-child{left:28%}.battle-energy-divider i:last-child{background:#84ccff;right:25%;box-shadow:0 0 9px #66beffb3}.battle-page .battle-duration-picker{border:0;margin-top:27px;padding-top:0}.battle-page .battle-duration-picker>.small{color:#8f92a6;letter-spacing:.14em;font-size:9px;font-weight:900}.battle-page .battle-duration-picker>p{margin:7px 0 18px;font-size:13px}.battle-page .battle-duration-options{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.battle-page .battle-duration-options .battle-duration-option{color:#fff;text-align:left;background:radial-gradient(circle at 15% 10%,#744ccc13,#0000 42%),linear-gradient(145deg,#10111af2,#070a0ffa);border:1px solid #947ec921;border-radius:17px;flex-direction:column;align-items:flex-start;gap:6px;min-height:164px;padding:19px;transition:transform .2s,border-color .2s,box-shadow .2s,background .2s;display:flex;position:relative;box-shadow:0 13px 30px #0000001f}.battle-page .battle-duration-options .battle-duration-option:hover{border-color:#8560dc57;transform:translateY(-2px);box-shadow:0 17px 34px #0000002e,0 0 18px #6643c00e}.battle-duration-icon{color:#997ce4;background:#6545b21a;border:1px solid #8965dd2e;border-radius:13px;place-items:center;width:42px;height:42px;margin-bottom:4px;display:grid}.battle-duration-option>strong{font-size:18px;line-height:1.1}.battle-duration-option .battle-duration-name{color:#777b8c;font-size:11px}.battle-page .battle-duration-option>small{color:#ff8597;align-items:center;gap:5px;margin-top:auto;font-size:12px;font-weight:850;display:flex}.battle-duration-option>small .aura-value-icon img{filter:grayscale(.2)hue-rotate(120deg)drop-shadow(0 0 4px #ff4f6740)}.battle-page .battle-duration-options .battle-duration-option.selected{background:radial-gradient(circle at 18% 10%,#8453e233,#0000 44%),linear-gradient(145deg,#25193cf5,#0b101cfa);border-color:#9166efb8;transform:translateY(-2px);box-shadow:0 0 0 2px #855ae113,0 18px 40px #0003,0 0 26px #6f46cf21}.battle-duration-option.selected .battle-duration-icon{color:#c6adff;background:#774bcf2e;border-color:#9a74ef59;box-shadow:0 0 17px #8152dd1f}.battle-duration-check{color:#fff;background:linear-gradient(145deg,#7d50da,#536ed1);border:1px solid #a987f96b;border-radius:50%;place-items:center;width:24px;height:24px;display:grid;position:absolute;top:12px;right:12px;box-shadow:0 0 13px #7850d847}.battle-page .battle-duration-warning{color:#c2aeb1;background:linear-gradient(135deg,#6924311c,#5d3a1b0d);border:1px solid #e2606f26;border-radius:13px;align-items:flex-start;gap:11px;margin-top:16px;padding:13px 15px;font-size:11px;line-height:1.55;display:flex}.battle-duration-warning>svg{color:#e48b73;flex:none;margin-top:1px}.battle-duration-warning strong{color:#ff8a98;font-weight:900}.battle-page .battle-create-row{gap:12px;margin-top:18px}.battle-page .battle-username-input{background:#04070ca8;border:1px solid #8565d336;border-radius:15px;min-height:56px;transition:border-color .2s,box-shadow .2s;box-shadow:inset 0 1px #ffffff05}.battle-page .battle-username-input:focus-within{border-color:#936be794;box-shadow:0 0 0 3px #7e52d414,0 0 22px #6443bf13}.battle-page .battle-username-input>span{color:#83799c;place-items:center;padding-left:16px;display:grid}.battle-page .battle-username-input .input{color:#f0edf7;min-height:54px;padding-inline:12px;font-size:14px}.battle-page .battle-username-input .input::placeholder{color:#5f6170}.battle-page .battle-challenge-button{color:#fff;letter-spacing:.02em;background:linear-gradient(135deg,#824ce4,#586fda);border:1px solid #aa80f85c;border-radius:15px;justify-content:center;align-items:center;gap:9px;min-width:168px;min-height:56px;padding-inline:25px;font-size:14px;font-weight:950;transition:transform .2s,filter .2s,box-shadow .2s;animation:4.8s ease-in-out infinite battleChallengeGlow;display:inline-flex;box-shadow:0 12px 31px #633ece47,0 0 23px #5c5ddf1f}.battle-page .battle-challenge-button:not(:disabled):hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 15px 36px #6741d661,0 0 29px #546ce233}.battle-page .battle-challenge-button:not(:disabled):active{transform:scale(.98)}.battle-page .battle-challenge-button:disabled{opacity:.48;box-shadow:none;cursor:not-allowed;animation:none}.battle-create-spinner{animation:.85s linear infinite battleCreateSpinner}.battle-create-message{color:#c3b5e2;background:#573e9012;border:1px solid #8265cd29;border-radius:11px;margin:14px 0 0;padding:11px 13px;line-height:1.5}@keyframes battleCreateAtmosphere{to{transform:rotate(360deg)}}@keyframes battleCreateParticles{50%{opacity:.2;transform:translateY(-5px)}}@keyframes battleCreateSymbolOrbit{to{transform:rotate(360deg)}}@keyframes battleCreateSymbolPulse{50%{opacity:.65;transform:scale(1.045)}}@keyframes battleChallengeGlow{50%{box-shadow:0 12px 31px #633ece57,0 0 29px #5c5ddf2b}}@keyframes battleCreateSpinner{to{transform:rotate(360deg)}}@media (max-width:900px){.battle-page .battle-duration-options{grid-template-columns:repeat(2,minmax(0,1fr))}.battle-page .battle-duration-options .battle-duration-option{min-height:145px}.battle-page-container{width:min(100% - 32px,1180px)}}@media (max-width:600px){.battle-page{padding-top:27px}.battle-page-container{width:calc(100% - 24px)}.battle-page-heading h1{font-size:clamp(30px,9.5vw,34px)}.battle-page-heading .subtitle{font-size:13px}.battle-panel-wrap{margin-top:22px}.battle-page .battle-create-card{border-radius:21px;padding:22px 16px}.battle-create-hero{align-items:flex-start}.battle-create-symbol{width:72px;height:72px}.battle-create-symbol img{width:58px;height:58px}.battle-create-symbol:after{display:none}.battle-page .battle-create h2{font-size:27px}.battle-create-copy>p{font-size:12px}.battle-page .battle-duration-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.battle-page .battle-duration-options .battle-duration-option{min-height:142px;padding:15px}.battle-duration-icon{width:37px;height:37px}.battle-page .battle-create-row{flex-direction:column}.battle-page .battle-challenge-button{width:100%;min-height:54px}.battle-page .battle-duration-warning{padding:12px}.battle-page .battle-create-card:after{display:none}}@media (max-width:370px){.battle-page .battle-duration-options{grid-template-columns:1fr}.battle-page .battle-duration-options .battle-duration-option{min-height:125px}}@media (prefers-reduced-motion:reduce){.battle-page .battle-create-card:before,.battle-page .battle-create-card:after,.battle-create-symbol:before,.battle-create-symbol:after,.battle-page .battle-challenge-button,.battle-create-spinner{animation:none}.battle-page .battle-duration-options .battle-duration-option,.battle-page .battle-challenge-button{transition:none}.battle-page .battle-duration-options .battle-duration-option:hover,.battle-page .battle-duration-options .battle-duration-option.selected,.battle-page .battle-challenge-button:not(:disabled):hover,.battle-page .battle-challenge-button:not(:disabled):active{transform:none}}.battle-duration-option>small.battle-duration-reward{color:#91a9ff}.battle-duration-option>small.battle-duration-reward .aura-value-icon img{filter:drop-shadow(0 0 5px #7559f46b)}.battle-x2-choice{background:linear-gradient(135deg,#4d2d9721,#1e599412);border:1px solid #755cdc38;border-radius:15px;justify-content:space-between;align-items:center;gap:18px;margin-top:17px;padding:14px 16px;display:flex}.battle-x2-choice>div{flex-direction:column;gap:3px;min-width:0;display:flex}.battle-x2-choice strong{font-size:12px}.battle-x2-choice span{color:var(--muted);font-size:10px}.battle-x2-choice button{color:#b9a6ee;cursor:pointer;background:#452e7c33;border:1px solid #8568e54d;border-radius:10px;flex:none;padding:9px 13px;font-size:10px;font-weight:900}.battle-x2-choice button.selected{color:#fff;background:linear-gradient(135deg,#7450d6,#4778d2);border-color:#8f75ff;box-shadow:0 0 20px #684de133}.battle-x2-choice button:disabled{opacity:.38;cursor:not-allowed}.battle-prize-strip{background:linear-gradient(90deg,#4d318f24,#33609312);border:1px solid #775cde2e;border-radius:12px;align-items:center;gap:11px;margin:16px 0 10px;padding:10px 13px;display:flex}.battle-prize-strip>span{color:#85899d;letter-spacing:.12em;font-size:9px;font-weight:900}.battle-prize-strip>strong{color:#b4a4ff;margin-right:auto;font-size:13px}.battle-prize-strip>div{gap:6px;display:flex}.battle-prize-strip em{color:#6f7280;border:1px solid #ffffff14;border-radius:999px;padding:5px 8px;font-size:8px;font-style:normal;font-weight:900}.battle-prize-strip em.active{color:#c8b9ff;background:#5b39b433;border-color:#8467ef6b;box-shadow:0 0 13px #684bde24}.home-battle-prize{color:#9299d4;letter-spacing:.08em;justify-content:center;align-items:center;gap:12px;margin:7px 0 9px;font-size:9px;font-weight:900;display:flex}.home-battle-prize>div{gap:5px;display:flex}.home-battle-prize em{color:#676b7c;border:1px solid #ffffff12;border-radius:999px;padding:4px 7px;font-size:8px;font-style:normal}.home-battle-prize em.active{color:#c7b9ff;background:#5838a930;border-color:#8468ed61}.battle-history-reward{color:#737789;border-top:1px solid #ffffff0e;justify-content:space-between;gap:12px;margin-top:12px;padding-top:10px;font-size:10px;display:flex}.battle-history-reward strong{color:#9eacff}.battle-result-reward{flex-direction:column;align-items:center;gap:4px;margin:-5px 0 11px;display:flex}.battle-result-reward>span{color:#ffffff6b;letter-spacing:.12em;font-size:9px;font-weight:900}.battle-result-reward>strong{font-size:20px}.battle-result-reward em{border:1px solid rgba(var(--result-rgb),.28);color:rgb(var(--result-rgb));vertical-align:middle;border-radius:999px;margin-left:5px;padding:4px 7px;font-size:8px;font-style:normal}.battle-result-draw{--result-rgb:126,111,226}.battle-result-draw-symbol{z-index:2;background:radial-gradient(circle,#6147bc6b,#0c0a16e6);border:2px solid #9d89ff8c;border-radius:50%;place-items:center;width:145px;height:145px;font-size:34px;font-weight:950;display:grid;position:relative;box-shadow:0 0 45px #6648d540}.streak-battle-token{align-items:center;gap:8px;margin-top:8px;display:flex}.streak-token-mark{color:#858094;background:#42307724;border:1px solid #735fc538;border-radius:9px;place-items:center;width:27px;height:27px;font-size:10px;font-weight:950;display:grid}.streak-battle-token>div{flex-direction:column;display:flex}.streak-battle-token strong{color:#8b8e9c;font-size:9px}.streak-battle-token span:not(.streak-token-mark){color:#555967;font-size:8px}.streak-battle-token.available .streak-token-mark,.streak-battle-token.reserved .streak-token-mark{color:#d7ceff;background:linear-gradient(135deg,#7347da59,#3670c140);border-color:#8466eb7a;box-shadow:0 0 16px #6c4bdc2e}.streak-battle-token.available strong{color:#b7a7ff}.streak-unlock-overlay{z-index:2400;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:radial-gradient(circle,#4d2f9d3b,#0000 42%),#020208eb;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.streak-unlock-card{text-align:center;background:linear-gradient(155deg,#1b1130fa,#080c19fa);border:1px solid #8565ec73;border-radius:25px;flex-direction:column;align-items:center;width:min(520px,100%);padding:40px 34px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 90px #0000008c,0 0 60px #5e3ac124}.streak-unlock-kicker{color:#9ca9ff;letter-spacing:.2em;font-size:10px;font-weight:950}.streak-unlock-token{background:radial-gradient(circle at 35% 25%,#a77cff,#5a3ac0 48%,#1d2864);border:2px solid #9d81ffad;border-radius:32px;place-items:center;width:112px;height:112px;margin:20px 0;font-size:42px;font-weight:950;display:grid;transform:rotate(-4deg);box-shadow:0 0 35px #8050ef61,inset 0 1px #ffffff4d}.streak-unlock-card h2{margin:0;font-size:31px}.streak-unlock-card p{color:#b5b5c3;max-width:410px;margin:12px 0 7px;font-size:13px;line-height:1.6}.streak-unlock-card small{color:#737789}.streak-unlock-card button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#754fd5,#5276d3);border:1px solid #9a7df66b;border-radius:12px;margin-top:24px;padding:13px 26px;font-weight:900}.streak-unlock-rings{pointer-events:none;position:absolute;inset:0}.streak-unlock-rings i{border:1px solid #7e64e21c;border-radius:50%;width:320px;height:320px;position:absolute}.streak-unlock-rings i:first-child{top:-190px;left:-130px}.streak-unlock-rings i:last-child{bottom:-210px;right:-170px}@media (max-width:620px){.battle-x2-choice,.battle-prize-strip{flex-direction:column;align-items:flex-start}.battle-prize-strip>div{width:100%}.battle-history-reward{flex-direction:column}.streak-unlock-card{padding:32px 20px}.streak-unlock-card h2{font-size:27px}}.aura-sanctuary{isolation:isolate;background:radial-gradient(820px 600px at 8% 6%,#6436bb1f,#0000 68%),radial-gradient(760px 620px at 94% 22%,#2784cb12,#0000 70%),radial-gradient(560px 400px at 50% 52%,#6640bc0a,#0000 72%),linear-gradient(#05050a,#070710 42%,#05070b);padding-top:clamp(34px,4vw,52px);position:relative;overflow:hidden}.aura-sanctuary:before,.aura-sanctuary:after{content:"";z-index:-2;pointer-events:none;border-radius:50%;position:absolute}.aura-sanctuary:before{background:repeating-radial-gradient(circle,#0000 0 70px,#7e59d306 71px 72px);border:1px solid #8961df12;width:680px;height:680px;animation:32s linear infinite sanctuaryRuneOrbit;top:90px;left:-270px;box-shadow:inset 0 0 100px #663dbf09}.aura-sanctuary:after{background:conic-gradient(from 30deg,#0000,#6e4bcf0a,#0000 28%,#3491d709,#0000 62%);border:1px dashed #4b9ddd0e;width:720px;height:720px;animation:38s linear infinite sanctuaryRuneOrbitReverse;top:440px;right:-330px}.aura-sanctuary-particles{z-index:-1;opacity:.45;filter:drop-shadow(0 0 6px);background:#d7c5ff;border-radius:50%;width:4px;height:4px;animation:7s ease-in-out infinite sanctuaryParticles;position:absolute;top:120px;left:12%;box-shadow:210px 75px 0 -1px #72bfff9e,480px -16px #d4b5756b,760px 120px 0 -1px #a97cff8a,930px 14px #5fb1f973,1050px 260px 0 -1px #d2b17161,95px 390px #825ce280,380px 510px 0 -1px #5fb5f46b,690px 430px #af88f875,880px 640px 0 -1px #68b9f86b,170px 770px #d8b67052,550px 820px 0 -1px #a375f173}.aura-sanctuary-container{width:min(1240px,100% - 44px);max-width:none}.aura-sanctuary-intro{margin-bottom:39px;position:relative}.aura-sanctuary-intro:after{content:"✦";color:#dbb76c94;text-shadow:0 0 12px #cda45c59;font-size:10px;position:absolute;bottom:-23px;left:min(580px,52%)}.aura-sanctuary-intro .eyebrow{color:#91b8ff;letter-spacing:.2em;text-shadow:0 0 16px #775ce138;font-size:11px;font-weight:950}.aura-sanctuary-intro h1{letter-spacing:-.05em;max-width:850px;margin:10px 0 13px;font-size:clamp(42px,4.4vw,52px);line-height:1.03}.aura-sanctuary-intro .subtitle{color:#ede9f68c;max-width:820px}.aura-sanctuary-available-heading{grid-template-columns:auto minmax(80px,1fr) auto;align-items:center;gap:17px;margin:0 0 18px;display:grid}.aura-sanctuary-available-heading h2{font-size:22px}.aura-sanctuary-heading-line{background:linear-gradient(90deg,#d8b0606b,#7c51d54d,#0000);height:1px;position:relative}.aura-sanctuary-heading-line i{background:#7551b5;border:1px solid #ecca81bf;width:5px;height:5px;position:absolute;top:50%;left:0;transform:translate(-50%,-50%)rotate(45deg);box-shadow:0 0 9px #cba05a52}.aura-sanctuary-content{gap:32px}.aura-sanctuary .aura-sanctuary-hero{isolation:isolate;background:radial-gradient(circle at 8% 20%,#7543cf30,#0000 40%),radial-gradient(circle at 82% 46%,#2a85cc17,#0000 42%),linear-gradient(145deg,#120f1ff7,#070a11fb);border:1px solid #8b5fe047;border-radius:24px;grid-template-columns:minmax(0,1.15fr) minmax(350px,.85fr);gap:42px;padding:clamp(32px,3.3vw,40px);position:relative;overflow:hidden;box-shadow:0 32px 90px #00000063,0 0 44px #5a38b111,inset 0 1px #ffffff0a}.aura-sanctuary-hero:before{content:"";z-index:-1;pointer-events:none;border:1px solid #d8b0600b;border-radius:18px;position:absolute;inset:10px}.aura-sanctuary-hero:after{content:"◆";z-index:2;color:#ddb5656e;text-shadow:0 0 9px #d2a95b4d;font-size:7px;position:absolute;bottom:6px;left:50%;transform:translate(-50%)}.aura-sanctuary-hero-copy{grid-template-columns:74px minmax(0,1fr);align-content:center;column-gap:18px;display:grid;position:relative}.aura-sanctuary-hero-copy>.eyebrow,.aura-sanctuary-hero-copy>h1,.aura-sanctuary-hero-copy>p{grid-column:2}.aura-sanctuary-hero-mark{background:radial-gradient(circle,#6f45d233,#231f3a80 48%,#0000 72%);border:1px solid #8d63e430;border-radius:50%;grid-area:1/1/4;align-self:center;place-items:center;width:68px;height:68px;display:grid;box-shadow:0 0 25px #6a41c91c,inset 0 0 18px #409adc0d}.aura-sanctuary-hero-mark:before{content:"";border:1px dashed #5da4e521;border-radius:50%;width:78px;height:78px;animation:16s linear infinite sanctuaryHeroRing;position:absolute}.aura-sanctuary-hero-mark .aura-value-icon img{filter:drop-shadow(0 0 11px #70b5ff80)drop-shadow(0 0 21px #924df147);animation:4.8s ease-in-out infinite sanctuaryHeroEnergy}.aura-sanctuary .aura-sanctuary-hero h1{font-size:clamp(34px,3.3vw,45px)}.aura-sanctuary .aura-sanctuary-hero-copy>p{font-size:14px;line-height:1.65}.aura-sanctuary .aura-sanctuary-progress{background:radial-gradient(circle at 92% 0,#5489da1a,#0000 38%),#03060ca3;border:1px solid #7465cd38;border-radius:18px;padding:26px;position:relative;overflow:hidden;box-shadow:inset 0 0 32px #6548b80a,0 16px 40px #0003}.aura-sanctuary-progress:before{content:"";border:1px solid #5b9edd14;border-radius:50%;width:150px;height:150px;position:absolute;bottom:-55px;right:-32px}.aura-sanctuary .quest-v2-progress-top span{color:#8d91a5;letter-spacing:.14em}.aura-sanctuary .quest-v2-progress-top strong{font-size:43px}.aura-sanctuary .quest-v2-progress-percent{color:#8ebdff;text-shadow:0 0 12px #609cef2e}.aura-sanctuary .quest-v2-progress-bar{background:#0000007a;height:9px;box-shadow:inset 0 2px 5px #0000008c}.aura-sanctuary .quest-v2-progress-fill{background:linear-gradient(90deg,#7649ed,#718df3,#60d4ed);position:relative;box-shadow:0 0 13px #6883f040}.aura-sanctuary-progress.complete .quest-v2-progress-fill:after{content:"";background:#dffcff;border-radius:50%;width:8px;height:8px;animation:3s ease-in-out infinite sanctuaryProgressSpark;position:absolute;top:50%;right:0;transform:translate(1px,-50%);box-shadow:0 0 10px #75ddff,0 0 18px #885df2a6}.aura-sanctuary-progress.complete>p{color:#91cef2}.aura-sanctuary-paths{gap:10px;padding:1px 0 4px}.aura-sanctuary .quest-filter{background:linear-gradient(145deg,#101019e6,#080a0ff2);border-color:#937ec721;min-height:44px;padding-inline:16px;box-shadow:0 8px 22px #0000001f}.aura-sanctuary .quest-filter:hover{border-color:#8366db59;box-shadow:0 10px 25px #00000029,0 0 17px #6945c60f}.aura-sanctuary .quest-filter.active{background:linear-gradient(145deg,#6d45c42e,#2d5d9f14);border-color:#70a0ec6b;box-shadow:0 0 0 2px #7a59d30d,0 0 20px #5374d21a}.aura-sanctuary .quest-filter.active .category-visual img{filter:drop-shadow(0 0 7px #6fadf661)}.aura-sanctuary-section{gap:16px}.aura-sanctuary .quest-v2-section-heading{grid-template-columns:auto minmax(50px,1fr) auto;align-items:center;gap:15px;display:grid}.aura-sanctuary-section-label{color:#8dadf7!important;letter-spacing:.16em!important;font-size:10px!important}.aura-sanctuary-section-line{background:linear-gradient(90deg,#d7ad5b42,#7c52d540,#0000);height:1px}.aura-sanctuary-count-gem{min-width:49px;position:relative;box-shadow:0 0 15px #6a47c90f;color:#c8bcdf!important;background:linear-gradient(145deg,#744bc921,#2b487e12)!important;border-color:#926be542!important;padding:7px 11px!important}.aura-sanctuary-count-gem:before{content:"";background:#6948a4;border:1px solid #e3be74a6;width:5px;height:5px;position:absolute;top:50%;left:-3px;transform:translateY(-50%)rotate(45deg)}.aura-sanctuary .quest-v2-card{border-color:rgba(var(--quest-card-accent),.18);background:radial-gradient(circle at 0 0,rgba(var(--quest-card-accent),.085),transparent 35%),linear-gradient(145deg,#0a0d16fa,#05080dfc);box-shadow:0 16px 42px #0003,inset 0 1px #ffffff05}.aura-sanctuary .quest-v2-card:after{content:"";z-index:-1;border-radius:inherit;background:linear-gradient(120deg,#d9b06007,transparent 24%,transparent 75%,rgba(var(--quest-card-accent),.025));pointer-events:none;position:absolute;inset:0}.aura-sanctuary .quest-v2-icon{border-radius:50%;position:relative}.aura-sanctuary .quest-v2-icon:before{content:"";border:1px dashed rgba(var(--quest-card-accent),.19);border-radius:50%;animation:18s linear infinite sanctuaryTaskRing;position:absolute;inset:-4px}.aura-sanctuary .quest-v2-done-label{color:#9bbcf1;background:#4666ae14;border:1px solid #7d9fe633;border-radius:999px}.aura-sanctuary .quest-v2-points,.aura-sanctuary .quest-v2-points .aura-value>span:first-child{color:#87c9ee}.aura-sanctuary .quest-v2-button{background:linear-gradient(135deg,#7149d9,#5579d9);border-color:#d5ae6124}.aura-sanctuary .sanctuary-weekly .quest-v2-list{grid-template-columns:1fr}.aura-sanctuary .sanctuary-weekly .quest-v2-card{--quest-card-accent:146,102,221;background:radial-gradient(circle at 0,#834ed821,#0000 34%),radial-gradient(circle at 90% 10%,#d5ae630b,#0000 32%),linear-gradient(145deg,#0f0e1bfa,#06090ffc);border-color:#d4ae6330;min-height:158px;box-shadow:0 20px 55px #0000003b,0 0 27px #6d43c50f}.aura-sanctuary .sanctuary-weekly .quest-v2-card:after{background:repeating-radial-gradient(circle at 8%,#0000 0 24px,#d3ad6205 25px 26px),linear-gradient(120deg,#d4ad6309,#0000 35%)}.aura-sanctuary .sanctuary-weekly .quest-v2-icon{width:70px;height:70px}.aura-sanctuary .sanctuary-weekly .quest-v2-icon:before{border-color:#d7b16638;inset:-6px}.aura-sanctuary .sanctuary-weekly .quest-v2-icon:after{content:"";border:1px solid #7e5ed11c;border-radius:50%;position:absolute;inset:-11px}.aura-sanctuary .sanctuary-weekly .quest-v2-icon .category-visual{width:62px;height:62px}.aura-sanctuary .sanctuary-weekly .quest-v2-points{font-size:18px}.aura-sanctuary .sanctuary-weekly .quest-v2-button{background:linear-gradient(110deg,#7048d7,#557add,#7048d7) 0 0/200% 100%;min-width:150px;min-height:48px;animation:7s ease-in-out infinite sanctuaryWeeklyShimmer}.aura-sanctuary .quest-v2-empty{background:#0909108c;border:1px solid #8262d121;border-radius:18px}.aura-sanctuary .quest-v2-empty>div{place-items:center;display:grid}.aura-sanctuary .quest-v2-empty .aura-value-icon img{filter:drop-shadow(0 0 8px #6daff25c)}.aura-sanctuary-upcoming{margin-top:45px}.aura-sanctuary-upcoming-heading{margin:0 0 16px}.aura-sanctuary-upcoming-heading>div:first-child>span{color:#797394;letter-spacing:.17em;font-size:9px;font-weight:900}.aura-sanctuary-upcoming-heading h2{margin:5px 0 0;font-size:23px}.aura-sanctuary-soon{color:#83749f;align-items:center;gap:7px;font-size:10px;display:flex}.aura-sanctuary-upcoming-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.aura-sanctuary-upcoming-card{opacity:.58;background:radial-gradient(circle at 0 0,#6142a40e,#0000 38%),#080a0ebd;border:1px solid #8163c41a;border-radius:18px;min-height:132px;padding:21px;position:relative;overflow:hidden}.aura-sanctuary-upcoming-card:after{content:"";border:1px solid #845fcf13;border-radius:50%;width:150px;height:150px;position:absolute;bottom:-65px;right:-40px}.aura-sanctuary-upcoming-card>div{color:#8272a3;background:#6243a412;border:1px solid #8263cb1f;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.aura-sanctuary-upcoming-card h3{color:#a7a3af;margin:14px 0 5px;font-size:15px}.aura-sanctuary-upcoming-card p{color:#666573;margin:0;font-size:11px}@keyframes sanctuaryRuneOrbit{to{transform:rotate(360deg)}}@keyframes sanctuaryRuneOrbitReverse{to{transform:rotate(-360deg)}}@keyframes sanctuaryParticles{50%{opacity:.22;transform:translateY(-8px)}}@keyframes sanctuaryHeroRing{to{transform:rotate(360deg)}}@keyframes sanctuaryHeroEnergy{50%{filter:drop-shadow(0 0 14px #70b5ff9e)drop-shadow(0 0 26px #924df157);transform:scale(1.045)}}@keyframes sanctuaryProgressSpark{50%{opacity:.45;transform:translate(1px,-50%)scale(.72)}}@keyframes sanctuaryTaskRing{to{transform:rotate(360deg)}}@keyframes sanctuaryWeeklyShimmer{50%{background-position:100% 0}}@media (max-width:950px){.aura-sanctuary .aura-sanctuary-hero{grid-template-columns:1fr;gap:24px}.aura-sanctuary .sanctuary-weekly .quest-v2-card{grid-template-columns:70px minmax(0,1fr) auto}.aura-sanctuary .sanctuary-weekly .quest-v2-button{grid-column:2/4;width:100%}}@media (max-width:760px){.aura-sanctuary-container{width:min(100% - 28px,720px)}.aura-sanctuary .quest-v2-list{grid-template-columns:1fr}.aura-sanctuary-particles{opacity:.25}.aura-sanctuary .sanctuary-weekly .quest-v2-card{grid-template-columns:58px minmax(0,1fr) auto}.aura-sanctuary .sanctuary-weekly .quest-v2-icon{width:54px;height:54px}.aura-sanctuary .sanctuary-weekly .quest-v2-icon .category-visual{width:48px;height:48px}}@media (max-width:600px){.aura-sanctuary{padding-top:26px}.aura-sanctuary-container{width:calc(100% - 24px)}.aura-sanctuary:before,.aura-sanctuary:after{opacity:.45}.aura-sanctuary-particles{display:none}.aura-sanctuary-intro h1{font-size:clamp(35px,10.5vw,42px)}.aura-sanctuary-available-heading{grid-template-columns:auto 1fr}.aura-sanctuary-available-heading>.pill{grid-column:1/-1;justify-self:start}.aura-sanctuary .aura-sanctuary-hero{padding:23px 18px}.aura-sanctuary-hero-copy{grid-template-columns:52px minmax(0,1fr);column-gap:12px}.aura-sanctuary-hero-mark{width:48px;height:48px}.aura-sanctuary-hero-mark:before{width:56px;height:56px}.aura-sanctuary-hero-mark .aura-value-icon{flex-basis:44px!important;width:44px!important;height:44px!important}.aura-sanctuary .aura-sanctuary-hero h1{font-size:29px}.aura-sanctuary .aura-sanctuary-hero-copy>p{font-size:13px}.aura-sanctuary .aura-sanctuary-progress{padding:20px}.aura-sanctuary .quest-v2-section-heading{grid-template-columns:auto 1fr auto}.aura-sanctuary-upcoming-grid{grid-template-columns:1fr}.aura-sanctuary .sanctuary-weekly .quest-v2-card{grid-template-columns:44px minmax(0,1fr) auto}.aura-sanctuary .sanctuary-weekly .quest-v2-icon{width:42px;height:42px}.aura-sanctuary .sanctuary-weekly .quest-v2-icon .category-visual{width:38px;height:38px}.aura-sanctuary .sanctuary-weekly .quest-v2-button{grid-column:1/-1}.aura-sanctuary-upcoming{margin-top:34px}}@media (prefers-reduced-motion:reduce){.aura-sanctuary:before,.aura-sanctuary:after,.aura-sanctuary-particles,.aura-sanctuary-hero-mark:before,.aura-sanctuary-hero-mark .aura-value-icon img,.aura-sanctuary-progress.complete .quest-v2-progress-fill:after,.aura-sanctuary .quest-v2-icon:before,.aura-sanctuary .sanctuary-weekly .quest-v2-button{animation:none!important}.aura-sanctuary .quest-v2-card,.aura-sanctuary .quest-filter{transition:none}.aura-sanctuary .quest-v2-card:hover,.aura-sanctuary .quest-filter:hover{transform:none}}.aura-sanctuary-hero-mark{position:relative}@media (min-width:951px){.aura-sanctuary .sanctuary-weekly .quest-v2-card{grid-template-columns:78px minmax(0,1fr) auto}.aura-sanctuary .sanctuary-weekly .quest-v2-icon{grid-area:1/1/4}.aura-sanctuary .sanctuary-weekly .quest-v2-main{grid-column:2/4}.aura-sanctuary .sanctuary-weekly .quest-v2-points{grid-area:3/2}.aura-sanctuary .sanctuary-weekly .quest-v2-button{grid-area:3/3}}.public-experience{--public-accent:116,91,224;--public-secondary:77,164,231;isolation:isolate;padding-bottom:70px;position:relative;overflow:hidden}.public-experience:before,.public-experience:after{content:"";z-index:-2;pointer-events:none;border-radius:50%;position:absolute}.public-experience:before{border:1px solid rgba(var(--public-accent),.07);background:repeating-radial-gradient(circle,transparent 0 76px,rgba(var(--public-accent),.025) 77px 78px);width:720px;height:720px;animation:38s linear infinite publicExperienceOrbit;top:70px;left:-310px}.public-experience:after{border:1px dashed rgba(var(--public-secondary),.055);background:conic-gradient(from 25deg,transparent,rgba(var(--public-accent),.045),transparent 29%,rgba(var(--public-secondary),.035),transparent 65%);width:780px;height:780px;animation:44s linear infinite publicExperienceOrbitReverse;top:360px;right:-360px}.public-quests-experience{--public-accent:116,91,224;--public-secondary:74,177,229}.public-battle-experience{--public-accent:128,82,224;--public-secondary:66,157,231}.public-ranking-experience{--public-accent:105,78,216;--public-secondary:91,174,236}.public-experience-orbit{z-index:-1;width:4px;height:4px;box-shadow:210px 80px rgba(var(--public-secondary),.55),490px -20px #dab56961,790px 130px rgba(var(--public-accent),.5),1030px 5px rgba(var(--public-secondary),.38),90px 470px rgba(var(--public-accent),.4),620px 600px rgba(var(--public-secondary),.38);background:#ddcfffb3;border-radius:50%;animation:7s ease-in-out infinite publicExperienceParticles;position:absolute;top:170px;left:13%}.public-experience .public-hero{text-align:left;padding-bottom:42px;position:relative}.public-experience .public-hero:after{content:"✦";color:#d6b1688c;text-shadow:0 0 12px #cda45c59;font-size:9px;position:absolute;bottom:15px;left:min(590px,58%)}.public-experience .public-hero .landing-eyebrow{color:rgb(var(--public-secondary));text-shadow:0 0 16px rgba(var(--public-accent),.24)}.public-experience .public-hero h1{letter-spacing:-.055em;max-width:900px;margin:10px 0 14px;font-size:clamp(43px,5vw,62px);line-height:1.02}.public-experience .public-hero h1 span{background:linear-gradient(90deg,rgb(var(--public-accent)),rgb(var(--public-secondary)));color:#0000;-webkit-background-clip:text;background-clip:text}.public-experience .public-hero p{color:#eeeaf694;max-width:780px;margin:0;font-size:15px;line-height:1.7}.public-experience .public-types,.public-experience .public-category-card,.public-experience .public-battle-showcase,.public-experience .public-duration-section,.public-experience .public-battle-rules article,.public-experience .public-join-cta,.public-experience .public-podium-card,.public-experience .public-ranking-list{border-color:rgba(var(--public-accent),.2);background:radial-gradient(circle at 0 0,rgba(var(--public-accent),.1),transparent 38%),linear-gradient(145deg,#0d0e18f7,#06090ffc);box-shadow:0 22px 58px #00000038,inset 0 1px #ffffff06}.public-quests-experience .public-types{box-shadow:none;background:0 0;border:0;border-radius:0;gap:16px;padding:0;overflow:visible}.public-quests-experience .public-types article{border:1px solid rgba(var(--public-accent),.2);background:radial-gradient(circle at 0 0,rgba(var(--public-accent),.1),transparent 42%),linear-gradient(145deg,#0d0e18f7,#06090ffc);border-radius:18px;min-height:112px;padding:25px 28px;position:relative;box-shadow:0 16px 38px #0000002e,inset 0 1px #ffffff06}.public-quests-experience .public-types article+article{border-left:1px solid rgba(var(--public-accent),.2)}.public-quests-experience .public-types article svg{border:1px solid rgba(var(--public-accent),.2);width:36px;height:36px;color:rgb(var(--public-secondary));filter:drop-shadow(0 0 8px rgba(var(--public-secondary),.25));border-radius:50%;padding:8px}.public-quests-experience .public-category-grid{gap:20px}.public-quests-experience .public-category-card{border-radius:23px;position:relative;overflow:hidden}.public-quests-experience .public-category-card:before{content:"";background:linear-gradient(transparent,rgb(var(--public-accent)),transparent);border-radius:2px;width:2px;position:absolute;top:18px;bottom:18px;left:0}.public-quests-experience .public-category-card header{background:linear-gradient(100deg,rgba(var(--public-accent),.08),transparent 55%);padding:26px 26px 22px}.public-quests-experience .public-category-card header .category-visual{box-shadow:0 0 24px rgba(var(--public-accent),.12);border-radius:50%}.public-quests-experience .public-quest-list{padding:0 18px 18px}.public-quests-experience .public-quest-list>div{border:1px solid rgba(var(--public-secondary),.12);background:#03060c85;border-radius:15px;margin-top:10px;box-shadow:inset 0 1px #ffffff05}.public-quests-experience .public-explain-grid article{border-color:rgba(var(--public-accent),.16);background:linear-gradient(145deg,#0c0d16f2,#06080dfa);position:relative;overflow:hidden}.public-quests-experience .public-explain-grid article span{color:rgb(var(--public-secondary));text-shadow:0 0 13px rgba(var(--public-secondary),.25)}.public-battle-experience .public-battle-flow{gap:12px;position:relative}.public-battle-experience .public-battle-flow:before{content:"";background:linear-gradient(90deg,transparent,rgba(var(--public-accent),.46),rgba(var(--public-secondary),.5),transparent);height:1px;position:absolute;top:42px;left:7%;right:7%}.public-battle-experience .public-battle-flow article{z-index:1;border-color:rgba(var(--public-accent),.18);background:linear-gradient(145deg,#110d16fa,#07090efc);min-height:132px;position:relative;box-shadow:0 15px 35px #0000002e}.public-battle-experience .public-battle-flow article>div{border-color:rgba(var(--public-secondary),.2);background:radial-gradient(circle,rgba(var(--public-secondary),.15),rgba(var(--public-accent),.08));color:rgb(var(--public-secondary));box-shadow:0 0 18px rgba(var(--public-accent),.1)}.public-battle-experience .public-battle-showcase{background:radial-gradient(circle at 18%,#7749d52e,#0000 33%),radial-gradient(circle at 82%,#3189dc24,#0000 34%),linear-gradient(145deg,#0f0d1afa,#060a11fc);border-radius:25px;position:relative;overflow:hidden}.public-battle-experience .public-battle-showcase:before{content:"";pointer-events:none;border:1px solid #6899ea13;border-radius:18px;position:absolute;inset:10px}.public-battle-experience .public-demo-score>div{border:1px solid rgba(var(--public-accent),.16);background:#04060b7a;border-radius:18px;box-shadow:0 14px 35px #0003}.public-battle-experience .public-duration-section{border-radius:23px;padding:30px}.public-battle-experience .public-duration-section>div:last-child{gap:12px}.public-battle-experience .public-duration-section article{border-color:rgba(var(--public-secondary),.14);background:radial-gradient(circle at 20% 0,rgba(var(--public-secondary),.1),transparent 44%),#05080db3;box-shadow:0 12px 30px #00000026}.public-battle-experience .public-duration-section article img{object-fit:contain;filter:drop-shadow(0 0 11px rgba(var(--public-secondary),.25))}.public-battle-experience .public-battle-rules article.warning{background:radial-gradient(circle at 0 0,#6b4dd321,#0000 42%),radial-gradient(circle at 100% 100%,#378edc12,#0000 40%),linear-gradient(145deg,#0e0c19f7,#060a10fc);border-color:#6d59da40}.public-battle-experience .public-join-cta{border-radius:22px}.public-battle-experience .public-join-cta .landing-cta-primary{align-items:center;gap:8px;display:inline-flex}.public-battle-experience .public-join-cta .landing-cta-primary img{object-fit:contain;filter:drop-shadow(0 0 7px #806df48c)}.public-ranking-experience .public-podium{border-bottom:1px solid rgba(var(--public-accent),.14);background:radial-gradient(ellipse at 50% 12%,rgba(var(--public-accent),.1),transparent 48%);align-items:end;padding:55px 26px 25px;position:relative}.public-ranking-experience .public-podium:before{content:"";background:linear-gradient(90deg,#5a41a00f,rgba(var(--public-accent),.08),#5a41a00f);clip-path:polygon(2% 0,30% 0,33% 28%,66% 28%,69% 0,98% 0,94% 100%,6% 100%);pointer-events:none;height:88px;position:absolute;bottom:0;left:7%;right:7%}.public-ranking-experience .public-podium-card{z-index:1;border-radius:22px;position:relative;overflow:visible}.public-ranking-experience .public-podium-card[data-place="1"]{background:radial-gradient(circle at 50% 4%,#7e4fe130,#0000 35%),radial-gradient(circle at 85% 70%,#3a97e114,#0000 38%),linear-gradient(145deg,#120e1ffa,#080a13fc);border-color:#7e5ee775;order:2;min-height:420px;box-shadow:0 25px 65px #00000052,0 0 34px #684ada1c}.public-ranking-experience .public-podium-card[data-place="2"]{background:radial-gradient(circle at 50% 4%,#4f9ee221,#0000 35%),linear-gradient(145deg,#0d121cfa,#070a11fc);border-color:#5fa2e54f;order:1}.public-ranking-experience .public-podium-card[data-place="3"]{background:radial-gradient(circle at 50% 4%,#704ccb21,#0000 35%),linear-gradient(145deg,#110e1bfa,#080911fc);border-color:#7258cd4d;order:3}.public-ranking-experience .public-podium-card>.rank-medal{filter:drop-shadow(0 0 13px rgba(var(--public-accent),.35))}.public-ranking-experience .public-ranking-list{border-radius:22px;padding:12px;overflow:hidden}.public-ranking-experience .public-ranking-list>a{border-color:rgba(var(--public-secondary),.1);border-radius:14px;transition:transform .2s,border-color .2s,background .2s;position:relative}.public-ranking-experience .public-ranking-list>a:hover{border-color:rgba(var(--public-secondary),.25);background:linear-gradient(90deg,rgba(var(--public-accent),.08),rgba(var(--public-secondary),.025));transform:translate(3px)}.public-ranking-experience .public-ranking-avatar{border-color:rgba(var(--public-accent),.2);background:radial-gradient(circle,rgba(var(--public-accent),.14),#080a11cc);box-shadow:0 0 17px rgba(var(--public-accent),.06)}@keyframes publicExperienceOrbit{to{transform:rotate(360deg)}}@keyframes publicExperienceOrbitReverse{to{transform:rotate(-360deg)}}@keyframes publicExperienceParticles{50%{opacity:.3;transform:translateY(-7px)}}@media (max-width:800px){.public-experience:before,.public-experience:after{opacity:.55}.public-experience .public-hero h1{font-size:clamp(37px,9vw,49px)}.public-quests-experience .public-types{gap:11px}.public-quests-experience .public-types article+article{border-left:1px solid rgba(var(--public-accent),.2);border-top:1px solid rgba(var(--public-accent),.2)}.public-battle-experience .public-battle-flow:before{display:none}.public-ranking-experience .public-podium{padding-inline:0}.public-ranking-experience .public-podium-card[data-place]{order:initial;min-height:0}}@media (max-width:600px){.public-experience{padding-bottom:45px}.public-experience-orbit{display:none}.public-experience .public-hero{padding-bottom:31px}.public-experience .public-hero h1{font-size:clamp(34px,10.5vw,42px)}.public-experience .public-hero p{font-size:13px}.public-quests-experience .public-category-card header{padding:21px 18px 17px}.public-quests-experience .public-quest-list{padding:0 12px 12px}.public-battle-experience .public-duration-section{padding:22px 16px}.public-ranking-experience .public-podium{padding-top:25px}}@media (prefers-reduced-motion:reduce){.public-experience:before,.public-experience:after,.public-experience-orbit{animation:none}.public-ranking-experience .public-ranking-list>a{transition:none}.public-ranking-experience .public-ranking-list>a:hover{transform:none}}@media (min-width:701px){.ranking-stage .ranking-podium-2{height:auto;min-height:350px}.ranking-stage .ranking-podium-3{height:auto;min-height:318px}}@media (max-width:700px){.ranking-stage .ranking-podium-2{height:auto;min-height:280px}.ranking-stage .ranking-podium-3{height:auto;min-height:258px}}.podium-celebration{--podium-rgb:211,137,66;--podium-light:255,194,105;z-index:2000;color:#fff;opacity:0;visibility:hidden;isolation:isolate;place-items:center;min-height:100dvh;padding:22px;transition:opacity .42s,visibility .42s;display:grid;position:fixed;inset:0;overflow:hidden}.podium-celebration--gold{--podium-rgb:232,181,66;--podium-light:255,227,142}.podium-celebration--silver{--podium-rgb:159,205,239;--podium-light:238,250,255}.podium-celebration--bronze{--podium-rgb:205,113,57;--podium-light:255,183,105}.podium-celebration--visible{opacity:1;visibility:visible}.podium-celebration-backdrop{z-index:-8;background:radial-gradient(circle at 50% 42%,rgba(var(--podium-rgb),.14),transparent 32%),linear-gradient(#020206e8,#030208f5);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:absolute;inset:0}.podium-celebration-beam{z-index:-5;background:linear-gradient(90deg,transparent,rgba(var(--podium-light),.035) 22%,rgba(var(--podium-light),.18) 50%,rgba(var(--podium-light),.035) 78%,transparent);filter:blur(14px);opacity:0;width:min(32vw,430px);height:132%;position:absolute;top:-16%;left:50%;transform:translate(-50%)scaleX(.4)}.podium-celebration--visible .podium-celebration-beam{animation:1.1s ease-out .1s both podiumBeamEnter,5s ease-in-out 1.2s infinite podiumBeamBreathe}.podium-celebration-content{text-align:center;scrollbar-width:thin;scrollbar-color:rgba(var(--podium-rgb),.35) transparent;flex-direction:column;align-items:center;width:min(660px,100%);max-height:calc(100dvh - 36px);padding:24px 30px 28px;display:flex;overflow-y:auto}.podium-celebration-eyebrow{color:rgb(var(--podium-light));letter-spacing:.2em;opacity:0;text-shadow:0 0 16px rgba(var(--podium-rgb),.4);font-size:11px;font-weight:950}.podium-celebration--visible .podium-celebration-eyebrow{animation:.55s .12s both podiumTextEnter}.podium-celebration-medal-wrap{isolation:isolate;place-items:center;width:clamp(245px,27vw,330px);height:clamp(245px,27vw,330px);margin:-2px 0 -15px;display:grid;position:relative}.podium-celebration-ring,.podium-celebration-glow{z-index:-1;pointer-events:none;border-radius:50%;position:absolute}.podium-celebration-ring{border:1px solid rgba(var(--podium-light),.25);opacity:0}.podium-celebration-ring--outer{background:repeating-conic-gradient(from 0deg,rgba(var(--podium-light),.25) 0 1deg,transparent 1deg 16deg);inset:4%;-webkit-mask:radial-gradient(#0000 68%,#000 69% 70%,#0000 71%);mask:radial-gradient(#0000 68%,#000 69% 70%,#0000 71%)}.podium-celebration-ring--inner{border-style:dashed;inset:17%}.podium-celebration--visible .podium-celebration-ring{opacity:1;animation:24s linear .35s infinite podiumRing}.podium-celebration--visible .podium-celebration-ring--inner{animation-duration:18s;animation-direction:reverse}.podium-celebration-glow{background:radial-gradient(circle,rgba(var(--podium-light),.42),rgba(var(--podium-rgb),.2) 42%,transparent 72%);filter:blur(24px);animation:4s ease-in-out infinite podiumGlow;inset:23%}.podium-celebration-medal{object-fit:contain;opacity:0;width:76%;height:76%;filter:drop-shadow(0 0 18px rgba(var(--podium-light),.58)) drop-shadow(0 0 45px rgba(var(--podium-rgb),.28));transform:scale(.45)}.podium-celebration--visible .podium-celebration-medal{animation:.75s cubic-bezier(.2,.76,.22,1) .28s both podiumMedalEnter}.podium-celebration-lead{color:rgb(var(--podium-light));letter-spacing:.13em;opacity:0;font-size:clamp(12px,1.4vw,15px);font-weight:900}.podium-celebration--visible .podium-celebration-lead{animation:.55s .62s both podiumTextEnter}.podium-celebration-content h2{color:#fff;letter-spacing:-.045em;opacity:0;text-shadow:0 0 30px rgba(var(--podium-rgb),.2);margin:8px 0;font-size:clamp(39px,5vw,64px);line-height:.98}.podium-celebration--visible h2{animation:.6s .73s both podiumTextEnter}.podium-celebration-content>p{color:#f4f1f9b3;opacity:0;max-width:540px;margin:0;font-size:14px;line-height:1.55}.podium-celebration--visible .podium-celebration-content>p{animation:.55s .84s both podiumTextEnter}.podium-celebration-period{border-block:1px solid rgba(var(--podium-rgb),.17);opacity:0;gap:4px;margin-top:17px;padding:10px 22px;display:grid}.podium-celebration-period span{color:rgb(var(--podium-light));letter-spacing:.18em;font-size:9px;font-weight:900}.podium-celebration-period strong{letter-spacing:.08em;font-size:12px}.podium-celebration--visible .podium-celebration-period{animation:.55s .94s both podiumTextEnter}.podium-celebration-score{opacity:0;justify-content:center;align-items:center;gap:7px;margin-top:11px;display:flex}.podium-celebration-score strong{font-size:25px}.podium-celebration-score img{object-fit:contain;filter:drop-shadow(0 0 8px #7467ef99)}.podium-celebration-score span{color:#ffffff80;letter-spacing:.15em;font-size:8px;font-weight:900}.podium-celebration--visible .podium-celebration-score{animation:.55s 1.02s both podiumTextEnter}.podium-celebration-content button{border:1px solid rgba(var(--podium-light),.35);background:linear-gradient(135deg,rgba(var(--podium-rgb),.9),#5b48c6eb);min-width:230px;min-height:49px;box-shadow:0 13px 34px rgba(var(--podium-rgb),.17);color:#fff;letter-spacing:.13em;opacity:0;cursor:pointer;border-radius:13px;margin-top:16px;padding:0 28px;font-size:11px;font-weight:950;transition:transform .18s,filter .18s}.podium-celebration--silver .podium-celebration-content button{background:linear-gradient(135deg,#77a9cf,#5b65ca)}.podium-celebration--bronze .podium-celebration-content button{background:linear-gradient(135deg,#b96536,#7652c6)}.podium-celebration--visible .podium-celebration-content button{animation:.55s 1.1s both podiumTextEnter}.podium-celebration-content button:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px)}.podium-celebration-content button:focus-visible{outline:2px solid rgb(var(--podium-light));outline-offset:4px}.podium-celebration-content button:disabled{cursor:wait;opacity:.62}.podium-celebration-particles{z-index:-2;pointer-events:none;position:absolute;inset:0}.podium-celebration-particles i{background:rgb(var(--podium-light));width:4px;height:4px;box-shadow:0 0 11px rgba(var(--podium-light),.8);opacity:0;border-radius:1px;animation:6s ease-in-out infinite podiumParticle;position:absolute;transform:rotate(45deg)}.podium-celebration-particles i:first-child{top:25%;left:12%}.podium-celebration-particles i:nth-child(2){animation-delay:.7s;top:70%;left:20%}.podium-celebration-particles i:nth-child(3){animation-delay:1.4s;top:14%;left:31%}.podium-celebration-particles i:nth-child(4){animation-delay:2.1s;top:83%;left:39%}.podium-celebration-particles i:nth-child(5){animation-delay:2.8s;top:9%;left:51%}.podium-celebration-particles i:nth-child(6){animation-delay:3.5s;top:79%;left:62%}.podium-celebration-particles i:nth-child(7){animation-delay:4.2s;top:17%;left:72%}.podium-celebration-particles i:nth-child(8){animation-delay:4.9s;top:68%;left:84%}.podium-celebration-particles i:nth-child(9){animation-delay:1.8s;top:29%;left:91%}.podium-celebration-particles i:nth-child(10){animation-delay:3.1s;top:51%;left:8%}.podium-celebration-particles i:nth-child(11){animation-delay:5.2s;top:48%;left:78%}@keyframes podiumBeamEnter{0%{opacity:0;transform:translate(-50%)scaleX(.35)}to{opacity:1;transform:translate(-50%)scaleX(1)}}@keyframes podiumBeamBreathe{50%{opacity:.62;transform:translate(-50%)scaleX(.84)}}@keyframes podiumRing{to{transform:rotate(360deg)}}@keyframes podiumGlow{50%{opacity:.62;transform:scale(1.12)}}@keyframes podiumMedalEnter{0%{opacity:0;transform:scale(.45)}72%{opacity:1;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes podiumTextEnter{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}@keyframes podiumParticle{0%,to{opacity:0;transform:translateY(14px)rotate(45deg)scale(.6)}45%{opacity:.75}70%{opacity:.2;transform:translateY(-24px)rotate(45deg)scale(1)}}@media (max-width:700px){.podium-celebration{padding:8px}.podium-celebration-content{max-height:calc(100dvh - 16px);padding:17px 16px 20px}.podium-celebration-eyebrow{font-size:8px}.podium-celebration-medal-wrap{width:clamp(175px,53vw,215px);height:clamp(175px,53vw,215px);margin:0 0 -7px}.podium-celebration-lead{font-size:10px}.podium-celebration-content h2{margin-top:7px;font-size:clamp(32px,10vw,45px)}.podium-celebration-content>p{font-size:12px}.podium-celebration-period{margin-top:13px;padding-block:8px}.podium-celebration-score{margin-top:8px}.podium-celebration-content button{width:min(300px,100%);min-height:47px;margin-top:12px}}@media (max-height:720px) and (min-width:701px){.podium-celebration-medal-wrap{width:225px;height:225px;margin-bottom:-12px}.podium-celebration-content h2{font-size:44px}.podium-celebration-content{padding-block:12px}}@media (prefers-reduced-motion:reduce){.podium-celebration,.podium-celebration *{transition:none!important;animation:none!important}.podium-celebration--visible .podium-celebration-eyebrow,.podium-celebration--visible .podium-celebration-medal,.podium-celebration--visible .podium-celebration-lead,.podium-celebration--visible h2,.podium-celebration--visible .podium-celebration-content>p,.podium-celebration--visible .podium-celebration-period,.podium-celebration--visible .podium-celebration-score,.podium-celebration--visible .podium-celebration-content button{opacity:1;transform:none}.podium-celebration-ring,.podium-celebration-particles,.podium-celebration-beam{display:none}}.aura-profile-page{isolation:isolate;background:radial-gradient(720px 500px at 5% 8%,#6938be1c,#0000 70%),radial-gradient(680px 520px at 96% 30%,#2d7ed312,#0000 72%);padding-top:clamp(38px,5vw,62px);position:relative;overflow:hidden}.aura-profile-page:before,.aura-profile-page:after{content:"";z-index:-1;pointer-events:none;border-radius:50%;position:absolute}.aura-profile-page:before{border:1px solid #835bde12;width:520px;height:520px;top:170px;left:-260px}.aura-profile-page:after{border:1px solid #488bdc0e;width:650px;height:650px;top:680px;right:-330px}.aura-profile-container{width:min(1180px,100% - 40px)}.aura-profile-heading{margin-bottom:27px}.aura-profile-heading .eyebrow{color:#9aafff;letter-spacing:.19em;font-size:11px;font-weight:950}.aura-profile-heading h1{letter-spacing:-.05em;margin:8px 0;font-size:clamp(38px,4.7vw,52px);line-height:1.02}.aura-profile-heading p{color:#efecf785;margin:0;font-size:14px}.aura-profile{gap:24px;display:grid}.aura-profile .aura-profile-hero{isolation:isolate;background:radial-gradient(circle at 18% 25%,#7046cf33,#0000 38%),radial-gradient(circle at 87% 20%,#3187d721,#0000 38%),linear-gradient(145deg,#110e1dfa,#060b12fc);border:1px solid #815cdd52;border-radius:27px;padding:0;display:block;position:relative;overflow:hidden;box-shadow:0 30px 80px #0000005c,0 0 42px #5a3bb912,inset 0 1px #ffffff0a}.aura-profile-hero-main{z-index:2;justify-content:space-between;align-items:center;gap:40px;min-height:245px;padding:35px 42px 29px;display:flex;position:relative}.aura-profile-orbit{z-index:0;background:repeating-conic-gradient(from 20deg,#6599ea1a 0 1deg,transparent 1deg 24deg);border:1px solid #7562e21f;border-radius:50%;width:390px;height:390px;animation:28s linear infinite auraProfileOrbit;position:absolute;top:-74%;right:8%;-webkit-mask:radial-gradient(#0000 67%,#000 68% 69%,#0000 70%);mask:radial-gradient(#0000 67%,#000 68% 69%,#0000 70%)}.aura-profile-spark{z-index:1;background:#bca8ff;border-radius:50%;width:4px;height:4px;position:absolute;box-shadow:0 0 10px #8c6de3}.aura-profile-spark-one{top:23%;left:46%}.aura-profile-spark-two{background:#78b8ff;animation:4s ease-in-out infinite auraProfileSpark;top:67%;right:14%}.aura-profile .profile-identity{gap:25px}.aura-profile .profile-avatar-wrap{width:104px;height:104px}.aura-profile .profile-avatar{background:linear-gradient(145deg,#7250bc,#344d78);border:1px solid #9776ef7a;border-radius:29px;width:104px;height:104px;font-size:42px;box-shadow:0 17px 38px #482a8f3d,inset 0 1px #fff3}.aura-profile .profile-avatar-glow{filter:blur(12px);background:radial-gradient(circle,#734ad833,#0000 68%);inset:-18px}.aura-profile .profile-user-info h2{letter-spacing:-.045em;margin:0;font-size:clamp(31px,3vw,42px)}.aura-profile .profile-username{color:#ece8f585;margin-top:3px;font-size:15px}.aura-profile .profile-age{color:#9e9aaa;background:#7e5bc314;border:1px solid #8a6cd026;border-radius:999px;margin-top:10px;padding:5px 10px;font-size:10px;display:inline-flex}.aura-profile .profile-rank-mini{color:#b9a7f5;letter-spacing:.09em;background:#6844b61c;border:1px solid #8e66e445;border-radius:999px;width:max-content;margin-top:13px;padding:7px 12px 7px 7px;font-size:10px}.aura-profile .profile-rank-mini img{object-fit:contain;filter:drop-shadow(0 0 7px #8e6eee59)}.aura-profile .profile-main-aura{text-align:right;align-items:flex-end;min-width:250px}.aura-profile .profile-main-aura>.small{letter-spacing:.16em;font-size:10px}.aura-profile .profile-aura-number{margin-top:2px}.aura-profile .profile-aura-number .aura-value{gap:12px}.aura-profile .profile-aura-number .aura-value>span:first-child{letter-spacing:-.065em;font-size:clamp(56px,7vw,78px);line-height:1}.aura-profile .profile-aura-number .aura-energy{width:45px;height:45px}.aura-profile .profile-aura-number .aura-energy-image{filter:drop-shadow(0 0 11px #6f5ff480)}.aura-profile .aura-profile-hero>.profile-stats-grid{z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#03050a42;border-top:1px solid #876dcc21;grid-template-columns:repeat(4,1fr);gap:0;margin:0;position:relative}.aura-profile .aura-profile-hero .profile-stat-card{min-height:88px;box-shadow:none;background:0 0;border:0;border-right:1px solid #8870c41c;border-radius:0;padding:17px 25px}.aura-profile .aura-profile-hero .profile-stat-card:last-child{border-right:0}.aura-profile .profile-stat-icon{background:radial-gradient(circle,#6f4bca26,#0f0e19ad);border-color:#8365d32e;border-radius:15px;width:49px;height:49px;box-shadow:0 0 18px #6045bb0f}.aura-profile .profile-stat-icon img{object-fit:contain}.aura-profile .profile-stat-value{font-size:24px}.aura-profile .profile-stat-label{color:#777486;letter-spacing:.15em;font-size:8px}.aura-profile .profile-stats-legacy{display:none!important}.aura-profile .profile-rank-card{background:radial-gradient(circle at 92% 12%,#5451c921,#0000 30%),linear-gradient(145deg,#0e0e17fa,#070a10fc);border-color:#755bcc40;border-radius:24px;padding:32px 36px;position:relative;overflow:hidden;box-shadow:0 22px 58px #00000040,inset 0 1px #ffffff06}.aura-profile .profile-rank-header{align-items:center}.aura-profile .profile-rank-header h2{letter-spacing:-.04em;margin:7px 0 6px;font-size:clamp(27px,3vw,36px)}.aura-profile .profile-rank-header p{color:#edeaf57a;margin:0;font-size:12px}.aura-profile .profile-rank-emblem-wrap{background:radial-gradient(circle,#6754d026,#0000 68%);border-radius:50%;width:118px;height:118px}.aura-profile .profile-rank-emblem{object-fit:contain;filter:drop-shadow(0 0 14px #696ce64d)}.aura-profile .profile-rank-progress{background:#ffffff0b;height:9px;margin-top:24px}.aura-profile .profile-rank-progress-fill{background:linear-gradient(90deg,#7047e5,#697ce7,#64b3df);box-shadow:0 0 14px #665fe333}.aura-profile .profile-next-rank{border-color:#8067c621}.aura-profile .profile-next-rank-name img{object-fit:contain;filter:drop-shadow(0 0 8px #6870e63d)}.aura-profile .profile-record{background:#090a11c7;border-color:#755bcc2e;border-radius:19px}.aura-profile .profile-clean-section{background:radial-gradient(circle at 0 0,#6441be14,#0000 34%),linear-gradient(145deg,#0c0d15f5,#06090efa);border:1px solid #785dcb30;border-radius:22px;padding:29px 31px;box-shadow:0 18px 44px #00000029}.aura-profile .profile-section-heading h2{letter-spacing:-.035em;font-size:25px}.aura-profile .profile-section-heading .eyebrow{color:#91aaff}.aura-profile .quest-mode-change{color:#c3acf8;background:#6442b81a;border-color:#8464da59}.aura-profile .quest-preference-current{background:linear-gradient(135deg,#6b45c91a,#3476c40d);border-color:#6a6ad92e;border-radius:17px}.aura-profile .profile-categories{gap:13px}.aura-profile .profile-category{background:linear-gradient(145deg,#10101be6,#070a10f5);border:1px solid #6f62cd29;border-radius:17px;min-height:92px;position:relative;overflow:hidden;box-shadow:0 12px 27px #0000001f}.aura-profile .profile-category:before{content:"";background:linear-gradient(#0000,#7556d9,#5da3dc,#0000);width:2px;position:absolute;top:14px;bottom:14px;left:0}.aura-profile .profile-category-icon{background:#5f40b214;border-color:#7b60d129}.aura-profile .profile-category-available{color:#849cff}.aura-profile .pill{color:#9faeff;background:#5a40a814;border-color:#785dcc33}.aura-profile .profile-activity{background:#05070cc2;border-color:#745bc729;border-radius:18px;padding:0;position:relative;overflow:hidden}.aura-profile .profile-activity:before{content:"";background:linear-gradient(#0000,#774fdc8c,#4a90dd66,#0000);width:1px;position:absolute;top:35px;bottom:35px;left:32px}.aura-profile .profile-activity-row{border-color:#7a66b31a;min-height:79px;padding:13px 19px 13px 15px;transition:background .2s;position:relative}.aura-profile .profile-activity-row:hover{background:linear-gradient(90deg,#6844be12,#0000 70%)}.aura-profile .profile-activity-icon{z-index:1;background:#0c0b15;border:1px solid #8463db38;border-radius:50%;place-items:center;width:36px;height:36px;display:grid;position:relative;box-shadow:0 0 15px #6948c517}.aura-profile .profile-activity-icon .category-visual{width:32px;height:32px}.aura-profile .profile-activity-icon img{object-fit:contain}.aura-profile .profile-activity-main strong{font-size:14px}.aura-profile .profile-activity-main span{color:#696776;font-size:10px}.aura-profile .profile-activity-points.positive{color:#8da9ff}.aura-profile .profile-activity-points.negative{color:#ff728b}@keyframes auraProfileOrbit{to{transform:rotate(360deg)}}@keyframes auraProfileSpark{50%{opacity:.35;transform:translateY(-6px)}}@media (max-width:820px){.aura-profile-hero-main{padding-inline:27px}.aura-profile .aura-profile-hero>.profile-stats-grid{grid-template-columns:repeat(2,1fr)}.aura-profile .aura-profile-hero .profile-stat-card:nth-child(2){border-right:0}.aura-profile .aura-profile-hero .profile-stat-card:nth-child(-n+2){border-bottom:1px solid #8870c41c}}@media (max-width:600px){.aura-profile-page{padding-top:29px}.aura-profile-container{width:calc(100% - 24px)}.aura-profile-heading{margin-bottom:20px}.aura-profile-heading h1{font-size:36px}.aura-profile-heading p{font-size:12px}.aura-profile-hero-main{flex-direction:column;align-items:flex-start;gap:25px;min-height:0;padding:24px 19px}.aura-profile .profile-avatar-wrap,.aura-profile .profile-avatar{width:78px;height:78px}.aura-profile .profile-avatar{border-radius:23px;font-size:31px}.aura-profile .profile-identity{align-items:center;gap:16px}.aura-profile .profile-user-info h2{font-size:27px}.aura-profile .profile-main-aura{text-align:left;align-items:flex-start;min-width:0}.aura-profile .profile-aura-number .aura-value>span:first-child{font-size:52px}.aura-profile .profile-aura-number .aura-energy{width:39px;height:39px}.aura-profile .aura-profile-hero>.profile-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.aura-profile .aura-profile-hero .profile-stat-card{min-height:79px;padding:13px 11px}.aura-profile .profile-stat-icon{width:42px;height:42px}.aura-profile .profile-rank-card,.aura-profile .profile-clean-section{padding:22px 17px}.aura-profile .profile-rank-emblem-wrap,.aura-profile .profile-rank-emblem{width:82px;height:82px}.aura-profile .profile-next-rank{flex-direction:column;align-items:flex-start;gap:13px}.aura-profile .profile-next-needed{text-align:left}.aura-profile .profile-categories{grid-template-columns:1fr}.aura-profile .profile-activity:before{left:28px}.aura-profile .profile-activity-row{grid-template-columns:38px minmax(0,1fr);padding-inline:11px}.aura-profile .profile-activity-points{text-align:left;grid-column:2;margin-top:3px}.aura-profile-orbit{top:-30%;right:-38%}}@media (prefers-reduced-motion:reduce){.aura-profile-orbit,.aura-profile-spark{animation:none}.aura-profile .profile-activity-row{transition:none}}.aura-country-select{color:#eeeaf8;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;cursor:pointer;background-color:#0b0913;width:100%;min-height:48px}.aura-country-select:focus-visible{outline-offset:2px;border-color:#8065df;outline:2px solid #745bde3d;box-shadow:0 0 18px #6a4cce1f}.aura-country-select option{color:#f1eef8;background:#0b0913}.profile-country-row{align-items:center;gap:9px;margin-top:9px;display:flex}.profile-country{color:#d9d3e8;font-size:13px}.profile-country-row>button,.profile-country-editor button{color:#9f8bea;cursor:pointer;background:0 0;border:0;padding:4px 8px;font-size:9px;text-decoration:underline}.profile-country-editor{grid-template-columns:minmax(180px,1fr) auto auto;align-items:center;gap:6px;min-width:350px;display:grid}.profile-country-editor .aura-country-select{min-height:38px;padding-block:6px}.profile-country-message{color:#9cadff;margin-top:5px;font-size:9px}.public-profile-country{color:#d5cfe3;width:max-content;margin:7px 0 10px;font-size:13px;display:block}.public-profile-country+span{display:block}@media (max-width:600px){.profile-country-editor{grid-template-columns:1fr auto;min-width:min(250px,65vw)}.profile-country-editor .aura-country-select{grid-column:1/-1}}html{scroll-behavior:smooth}.aura-landing #inicio,.aura-landing #rangos,.aura-landing #tareas,.aura-landing #batallas,.aura-landing #ranking{scroll-margin-top:105px}.landing-anchor-alias{position:absolute;top:0}.aura-landing-zone{isolation:isolate;padding:clamp(76px,8vw,105px) 0;position:relative;overflow:hidden}.aura-landing-zone:before{content:"";z-index:-1;background:radial-gradient(ellipse at 50% 45%,rgba(var(--zone-accent),.09),transparent 66%);pointer-events:none;position:absolute;inset:8% 0}.aura-landing-zone header{max-width:760px;margin-bottom:35px}.aura-landing-zone header .landing-eyebrow{color:rgb(var(--zone-light));justify-content:flex-start}.aura-landing-zone h2{letter-spacing:-.05em;margin:8px 0 10px;font-size:clamp(34px,4.5vw,49px);line-height:1.02}.aura-landing-zone h2 span{color:#0000;background:linear-gradient(90deg,#7657e6,#62b8e8);-webkit-background-clip:text;background-clip:text}.aura-landing-zone header p{color:#f4f1f987;margin:0;font-size:14px;line-height:1.7}.aura-landing-tasks{--zone-accent:104,78,220;--zone-light:124,184,242}.aura-landing-battle{--zone-accent:124,67,208;--zone-light:175,133,246}.aura-landing-ranking{--zone-accent:135,91,213;--zone-light:203,179,255}.aura-landing-task-grid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.aura-landing-task-grid article{background:radial-gradient(circle at 0 0,#674acf1f,#0000 44%),linear-gradient(145deg,#0e0f19f7,#060a10fa);border:1px solid #6771de33;border-radius:20px;grid-template-columns:58px minmax(0,1fr);gap:14px;min-height:145px;padding:22px;display:grid;position:relative;box-shadow:0 18px 42px #0003}.aura-landing-task-grid article:before{content:"";background:linear-gradient(#0000,#7959e4,#60b7e5,#0000);width:2px;position:absolute;top:16px;bottom:16px;left:0}.aura-landing-task-grid .category-visual{width:54px;height:54px}.aura-landing-task-grid h3{margin:5px 0 4px;font-size:16px}.aura-landing-task-grid p{color:#747384;margin:0;font-size:11px}.aura-landing-task-grid .aura-value{color:#92a8ff;grid-column:2;align-self:end;font-weight:900}.aura-landing-steps{border-block:1px solid rgba(var(--zone-accent),.15);grid-template-columns:repeat(3,1fr);gap:0;margin-top:28px;display:grid}.aura-landing-steps>div{border-right:1px solid rgba(var(--zone-accent),.12);align-items:center;gap:12px;padding:17px 18px;display:flex}.aura-landing-steps>div:last-child{border-right:0}.aura-landing-steps b{color:rgb(var(--zone-light));letter-spacing:.14em;font-size:10px}.aura-landing-steps span{color:#bbb6c7;letter-spacing:.08em;font-size:10px;font-weight:900}.aura-honor-note{color:#777282;text-align:center;margin:19px 0 0;font-size:11px}.aura-landing-divider{color:#8069d8;justify-content:center;align-items:center;gap:15px;font-size:9px;display:flex}.aura-landing-divider span{background:linear-gradient(90deg,#0000,#795ad666);width:min(180px,30vw);height:1px}.aura-landing-divider span:last-child{transform:scaleX(-1)}.aura-battle-demo{background:radial-gradient(circle at 20%,#7142d12e,#0000 35%),radial-gradient(circle at 80%,#4c4dbe1c,#0000 35%),linear-gradient(145deg,#100c1afa,#07080ffc);border:1px solid #8452d945;border-radius:25px;grid-template-columns:1fr 150px 1fr;align-items:center;min-height:250px;padding:28px;display:grid;position:relative;box-shadow:0 25px 65px #00000040}.aura-battle-demo article{text-align:center}.aura-battle-demo article span{color:#aaa5b6;letter-spacing:.17em;font-size:10px;font-weight:950;display:block}.aura-battle-demo article strong{margin-top:10px;font-size:43px;display:block}.aura-battle-demo article small{letter-spacing:.13em;font-size:8px}.aura-battle-demo-center{flex-direction:column;align-items:center;display:flex}.aura-battle-demo-center img{object-fit:contain;filter:drop-shadow(0 0 17px #8b57e673)}.aura-battle-demo-center span{color:#8d829d;letter-spacing:.15em;margin-top:8px;font-size:8px}.aura-battle-demo-bar{background:linear-gradient(90deg,#7047dc 0 58%,#555ed1 58%);border-radius:999px;height:7px;position:absolute;bottom:27px;left:8%;right:8%;overflow:hidden}.aura-battle-demo-bar i{background:#0b0912;border:3px solid #b59cff;border-radius:50%;width:15px;height:15px;position:absolute;top:50%;left:58%;transform:translate(-50%,-50%);box-shadow:0 0 17px #835ede}.aura-zone-cta{border:1px solid rgba(var(--zone-accent),.17);background:rgba(var(--zone-accent),.045);border-radius:17px;justify-content:space-between;align-items:center;gap:20px;margin-top:24px;padding:20px 23px;display:flex}.aura-zone-cta span{color:#a8a3b3;font-size:12px}.aura-zone-cta a{color:#fff;background:linear-gradient(135deg,#754dd8,#557cdc);border:1px solid #9177e840;border-radius:12px;padding:12px 17px;font-size:11px;font-weight:900}.aura-public-podium{grid-template-columns:1fr 1.08fr 1fr;align-items:end;gap:15px;padding-top:50px;display:grid}.aura-public-podium article{text-align:center;background:radial-gradient(circle at 50% 5%,#6f51ca24,#0000 39%),linear-gradient(145deg,#0f0e18fa,#07090ffc);border:1px solid #856ad733;border-radius:22px;flex-direction:column;align-items:center;min-height:330px;padding:25px 20px 0;display:flex;position:relative;box-shadow:0 20px 52px #00000038}.aura-public-podium article[data-place="1"]{background:radial-gradient(circle at 50% 6%,#d4af462b,#0000 40%),linear-gradient(145deg,#181414fa,#0a0910fc);border-color:#caa95361;order:2;min-height:380px;box-shadow:0 25px 65px #00000047,0 0 30px #b8903614}.aura-public-podium article[data-place="2"]{border-color:#8aa9d645;order:1}.aura-public-podium article[data-place="3"]{border-color:#b5724945;order:3}.aura-public-podium article>img{object-fit:contain;filter:drop-shadow(0 0 13px #8f70db59)}.aura-public-podium article[data-place="1"]>img{filter:drop-shadow(0 0 18px #eebf4280)}.aura-public-podium article>b{color:#9893a1;font-size:9px}.aura-public-podium h3{margin:10px 0 2px;font-size:22px}.aura-public-podium article>small{color:#76717f;font-size:11px}.aura-public-podium article>span:not(.aura-value){color:#aaa5b4;margin-top:8px;font-size:11px}.aura-public-podium .aura-value{color:#a9b7ff;margin-top:19px;font-size:27px;font-weight:950}.aura-public-podium em{color:#9684d3;letter-spacing:.14em;border-top:1px solid #8a6dd221;width:calc(100% + 40px);margin-top:auto;padding:15px;font-size:8px;font-style:normal;font-weight:950;display:block}.aura-public-podium article[data-place="1"] em{color:#e2c573}.aura-public-empty{color:#888292;text-align:center;background:#0c0c14bf;border:1px solid #8265d22e;border-radius:20px;padding:50px}.aura-landing .aura-landing-path{padding-top:55px}.aura-landing .aura-landing-path .landing-section-heading{display:none}.aura-landing .landing-how-grid{justify-content:center;align-items:center;display:flex}.aura-landing .landing-how-grid article{align-items:center;gap:10px;min-height:0;padding:13px 16px;display:flex}.aura-landing .landing-how-grid article>div{width:36px;height:36px}.aura-landing .landing-how-grid article>div img{width:34px;height:34px}.aura-landing .landing-how-grid article h3{margin:0;font-size:12px}.aura-landing .landing-how-grid article p{display:none}@media (max-width:800px){.aura-landing-task-grid{grid-template-columns:1fr}.aura-public-podium{grid-template-columns:1fr 1fr}.aura-public-podium article[data-place="1"]{order:1;grid-column:1/-1}.aura-public-podium article[data-place="2"]{order:2}.aura-public-podium article[data-place="3"]{order:3}.aura-battle-demo{grid-template-columns:1fr 100px 1fr}.aura-landing .landing-how-grid{grid-template-columns:repeat(2,1fr);display:grid}}@media (max-width:520px){.aura-landing-zone{padding-block:65px}.aura-landing-zone header{margin-bottom:25px}.aura-landing-zone h2{font-size:35px}.aura-landing-task-grid article{min-height:130px;padding:18px}.aura-landing-steps{grid-template-columns:1fr}.aura-landing-steps>div{border-right:0;border-bottom:1px solid rgba(var(--zone-accent),.1)}.aura-battle-demo{grid-template-columns:1fr 65px 1fr;min-height:220px;padding:18px 8px}.aura-battle-demo article strong{font-size:29px}.aura-battle-demo-center img{width:50px;height:50px}.aura-battle-demo-center span{font-size:6px}.aura-zone-cta{flex-direction:column;align-items:stretch}.aura-zone-cta a{text-align:center}.aura-public-podium{grid-template-columns:1fr}.aura-public-podium article[data-place]{order:initial;grid-column:auto;min-height:290px}.aura-public-podium article[data-place="1"]{order:1}.aura-public-podium article[data-place="2"]{order:2}.aura-public-podium article[data-place="3"]{order:3}.aura-landing .landing-how-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.aura-profile .profile-user-info{grid-template-columns:auto auto;place-items:center start;column-gap:10px;display:grid}.aura-profile .profile-user-info h2,.aura-profile .profile-username,.aura-profile .profile-country-row,.aura-profile .profile-country-message{grid-column:1/-1}.aura-profile .profile-age{grid-column:1;margin-top:13px}.aura-profile .profile-rank-mini{grid-column:2;margin-top:13px}.aura-profile .profile-rank-header{min-height:92px}.aura-profile .profile-rank-header>div:first-child{max-width:720px}.aura-profile .profile-next-rank-name{gap:10px}.aura-profile .profile-next-rank-name img{width:52px;height:52px}.aura-profile .profile-rank-card{padding-top:34px}@media (max-width:600px){.aura-profile .profile-user-info{column-gap:7px}.aura-profile .profile-age,.aura-profile .profile-rank-mini{margin-top:11px}.aura-profile .profile-rank-mini{padding-right:10px}.aura-profile .profile-rank-header{min-height:0}.aura-profile .profile-rank-card{padding-top:23px}.aura-profile .profile-next-rank-name img{width:44px;height:44px}}.ranking-country,.public-ranking-country{color:#918b9c;margin-top:5px;font-size:10px;font-weight:650;display:block}.ranking-podium-card .ranking-country{min-height:15px}.public-podium-card .public-ranking-country{color:#9b95a6;margin:5px 0 0}.public-ranking-list span .public-ranking-country,.ranking-player .small .ranking-country{color:inherit;font-size:inherit;margin:0;display:inline}.aura-public-podium article>span:not(.aura-value){display:block}.ranking-stage .ranking-podium-card{min-width:0;padding:22px 22px 0}.ranking-stage .ranking-podium-1{min-height:405px}.ranking-stage .ranking-podium-2{min-height:370px}.ranking-stage .ranking-podium-3{min-height:350px}.ranking-podium-medal-zone{place-items:center;width:100%;height:116px;display:grid}.ranking-podium-1 .ranking-podium-medal-zone{height:128px}.ranking-podium-medal-zone .ranking-medal{place-items:center;margin:0;display:grid}.ranking-podium-identity{text-align:center;flex-direction:column;align-items:center;width:100%;min-height:112px;display:flex}.ranking-podium-identity .ranking-podium-position{margin-top:0;font-size:10px}.ranking-podium-identity .ranking-podium-name{margin-top:8px;font-size:21px;line-height:1.08}.ranking-podium-1 .ranking-podium-identity .ranking-podium-name{font-size:24px}.ranking-podium-identity .ranking-podium-user{font-size:12px;line-height:1.25}.ranking-podium-identity .ranking-country{min-height:15px;margin-top:4px;font-size:10px;line-height:1.3}.ranking-podium-identity .ranking-you-badge{opacity:0;visibility:hidden;min-width:34px;min-height:19px;margin-top:7px;padding:4px 8px}.ranking-podium-identity .ranking-you-badge.is-visible{opacity:1;visibility:visible}.ranking-podium-score-zone{text-align:center;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;min-height:101px;padding:8px 0 14px;display:flex}.ranking-podium-score-zone .ranking-podium-aura{margin-top:0;font-size:38px;line-height:1}.ranking-podium-1 .ranking-podium-score-zone .ranking-podium-aura{font-size:46px}.ranking-podium-score-zone .aura-energy-ranking-top{flex-basis:36px;width:36px;height:36px}.ranking-podium-score-zone .ranking-podium-label{margin-top:9px;line-height:1.2}.ranking-stage .ranking-podium-step{width:calc(100% + 44px);min-height:47px;margin-left:-22px;margin-right:-22px;padding:14px 10px}@media (max-width:900px) and (min-width:701px){.ranking-stage .ranking-podium-card{padding-inline:16px}.ranking-stage .ranking-podium-step{width:calc(100% + 32px);margin-left:-16px;margin-right:-16px}.ranking-podium-score-zone .ranking-podium-aura{font-size:34px}.ranking-podium-1 .ranking-podium-score-zone .ranking-podium-aura{font-size:41px}}@media (max-width:700px){.ranking-stage .ranking-podium-card,.ranking-stage .ranking-podium-1,.ranking-stage .ranking-podium-2,.ranking-stage .ranking-podium-3{min-height:0;padding:20px 18px 0}.ranking-podium-medal-zone,.ranking-podium-1 .ranking-podium-medal-zone{height:102px}.ranking-podium-identity{min-height:108px}.ranking-podium-score-zone{min-height:88px}.ranking-stage .ranking-podium-step{width:calc(100% + 36px);margin-left:-18px;margin-right:-18px}.ranking-podium-score-zone .ranking-podium-aura,.ranking-podium-1 .ranking-podium-score-zone .ranking-podium-aura{font-size:38px}}.battle-invitation-celebration{--invite-gold:255,205,75;--invite-orange:244,112,35;z-index:2250;color:#fff;opacity:0;visibility:hidden;isolation:isolate;place-items:center;min-height:100dvh;padding:18px;transition:opacity .38s,visibility .38s;display:grid;position:fixed;inset:0;overflow:hidden}.battle-invitation-celebration.is-visible{opacity:1;visibility:visible}.battle-invitation-backdrop{z-index:-8;background:radial-gradient(circle at 50% 38%,rgba(var(--invite-orange),.17),transparent 31%),radial-gradient(circle at 50% 48%,#6641be1f,transparent 48%),linear-gradient(155deg,#080403f7,#030309fa 55%,#0a0503f7);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:absolute;inset:0}.battle-invitation-beam{z-index:-5;background:linear-gradient(90deg,transparent,rgba(var(--invite-orange),.035) 20%,rgba(var(--invite-gold),.15) 50%,rgba(var(--invite-orange),.035) 80%,transparent);filter:blur(18px);opacity:0;width:min(42vw,520px);height:140%;position:absolute;top:-18%;left:50%;transform:translate(-50%)scaleX(.35)}.is-visible .battle-invitation-beam{animation:1.1s .12s both battleInviteBeam,5.5s ease-in-out 1.3s infinite battleInviteBeamIdle}.battle-invitation-dialog{text-align:center;opacity:0;scrollbar-width:none;flex-direction:column;align-items:center;width:min(660px,100%);max-height:calc(100dvh - 32px);padding:18px 34px 26px;display:flex;overflow-y:auto;transform:translateY(16px)}.battle-invitation-dialog::-webkit-scrollbar{display:none}.is-visible .battle-invitation-dialog{animation:.55s .1s both battleInviteDialog}.battle-invitation-eyebrow{color:rgb(var(--invite-gold));letter-spacing:.25em;text-shadow:0 0 18px rgba(var(--invite-gold),.4);opacity:0;font-size:10px;font-weight:950}.is-visible .battle-invitation-eyebrow{animation:.5s .55s both battleInviteText}.battle-invitation-visual{isolation:isolate;place-items:center;width:clamp(210px,27vw,280px);height:clamp(210px,27vw,280px);margin:-3px 0 -18px;display:grid;position:relative}.battle-invitation-glow{z-index:-3;background:radial-gradient(circle,#ffeb7ca6,rgba(var(--invite-gold),.3) 30%,rgba(var(--invite-orange),.17) 52%,#6944ca0f 67%,transparent 75%);filter:blur(20px);border-radius:50%;animation:4s ease-in-out infinite battleInviteGlow;position:absolute;inset:17%}.battle-invitation-ring{z-index:-2;border:1px solid rgba(var(--invite-gold),.26);opacity:0;border-radius:50%;position:absolute}.battle-invitation-ring:before,.battle-invitation-ring:after{content:"";width:5px;height:5px;box-shadow:0 0 11px rgba(var(--invite-gold),.9);background:#ffe48b;border-radius:1px;position:absolute;transform:rotate(45deg)}.battle-invitation-ring:before{top:8%;left:18%}.battle-invitation-ring:after{bottom:17%;right:11%}.battle-invitation-ring.ring-one{background:repeating-conic-gradient(from 20deg,rgba(var(--invite-gold),.18) 0 1deg,transparent 1deg 22deg);inset:13%;-webkit-mask:radial-gradient(#0000 69%,#000 70% 71%,#0000 72%);mask:radial-gradient(#0000 69%,#000 70% 71%,#0000 72%)}.battle-invitation-ring.ring-two{border-style:dashed;border-color:rgba(var(--invite-orange),.2);inset:4%}.battle-invitation-ring.ring-three{border-color:#966ceb33;inset:24%}.is-visible .battle-invitation-ring{animation:.65s .28s both battleInviteRingExpand,21s linear 1s infinite battleInviteRotate}.is-visible .battle-invitation-ring.ring-two{animation-duration:.65s,26s;animation-direction:normal,reverse}.is-visible .battle-invitation-ring.ring-three{animation-duration:.65s,17s}.battle-invitation-icon{z-index:2;object-fit:contain;width:78%;height:78%;filter:drop-shadow(0 0 16px rgba(var(--invite-gold),.55)) drop-shadow(0 0 38px rgba(var(--invite-orange),.22));opacity:0;position:relative;transform:scale(.5)}.is-visible .battle-invitation-icon{animation:.72s cubic-bezier(.18,.8,.24,1.15) .38s both battleInviteIcon}.battle-invitation-dialog h2{letter-spacing:-.04em;text-shadow:0 0 30px rgba(var(--invite-orange),.16);opacity:0;margin:4px 0 0;font-size:clamp(38px,5.6vw,58px);line-height:.95}.is-visible .battle-invitation-dialog h2{animation:.55s .72s both battleInviteText}.battle-invitation-challenger{opacity:0;flex-direction:column;align-items:center;margin-top:13px;display:flex}.battle-invitation-challenger strong{font-size:21px}.battle-invitation-challenger span{color:#aaa5b2;margin-top:2px;font-size:11px}.battle-invitation-challenger em{border:1px solid rgba(var(--invite-gold),.27);background:rgba(var(--invite-orange),.08);color:#f1c873;letter-spacing:.08em;border-radius:999px;margin-top:7px;padding:4px 8px;font-size:8px;font-style:normal;font-weight:950}.is-visible .battle-invitation-challenger{animation:.5s .88s both battleInviteText}.battle-invitation-dialog>p{color:#7d7985;opacity:0;margin:7px 0 13px;font-size:12px}.is-visible .battle-invitation-dialog>p{animation:.5s .95s both battleInviteText}.battle-invitation-details{border:1px solid rgba(var(--invite-orange),.16);opacity:0;background:linear-gradient(135deg,#50260f29,#2d1d4e1a);border-radius:16px;grid-template-columns:1fr 1fr;width:min(520px,100%);display:grid}.battle-invitation-details>div{flex-direction:column;justify-content:center;align-items:center;min-height:75px;padding:11px;display:flex}.battle-invitation-details>div+div{border-left:1px solid rgba(var(--invite-gold),.11)}.battle-invitation-details span{color:#8e8490;letter-spacing:.14em;font-size:8px;font-weight:900}.battle-invitation-details strong{justify-content:center;align-items:center;gap:5px;margin-top:5px;font-size:14px;display:flex}.battle-invitation-details>div:last-child strong{color:#ffd06c;font-size:25px}.battle-invitation-details small{letter-spacing:.08em;font-size:8px}.is-visible .battle-invitation-details{animation:.5s 1.05s both battleInviteText}.battle-invitation-rule{color:#74717c;opacity:0;margin-top:9px;font-size:9px}.is-visible .battle-invitation-rule{animation:.5s 1.12s both battleInviteText}.battle-invitation-x2{text-align:left;opacity:0;cursor:pointer;background:#301f5321;border:1px solid #7c5bdc33;border-radius:13px;grid-template-columns:auto auto 1fr auto;align-items:center;gap:10px;width:min(520px,100%);margin-top:12px;padding:11px 13px;transition:border-color .2s,background .2s;display:grid}.is-visible .battle-invitation-x2{animation:.5s 1.18s both battleInviteText}.battle-invitation-x2.selected{border-color:rgba(var(--invite-gold),.35);background:linear-gradient(90deg,rgba(var(--invite-orange),.13),#452b7c29)}.battle-invitation-x2 input{accent-color:#f39a35;width:16px;height:16px}.battle-invitation-x2-mark{border:1px solid rgba(var(--invite-gold),.3);background:rgba(var(--invite-orange),.12);color:#ffd46f;border-radius:9px;place-items:center;width:34px;height:34px;font-size:13px;font-weight:950;display:grid}.battle-invitation-x2>span:nth-child(3){flex-direction:column;min-width:0;display:flex}.battle-invitation-x2 strong{letter-spacing:.08em;font-size:9px}.battle-invitation-x2 small{color:#77727f;margin-top:2px;font-size:8px}.battle-invitation-x2 b{color:#9a8abb;font-size:8px}.battle-invitation-x2.selected b{color:#ffd06c}.battle-invitation-error{color:#ffaaa0;background:#721f1924;border:1px solid #ea5b4840;border-radius:10px;width:min(520px,100%);margin-top:11px;padding:9px;font-size:10px}.battle-invitation-actions{opacity:0;grid-template-columns:.78fr 1.22fr;gap:10px;width:min(520px,100%);margin-top:14px;display:grid}.is-visible .battle-invitation-actions{animation:.5s 1.25s both battleInviteText}.battle-invitation-actions button{letter-spacing:.08em;cursor:pointer;border-radius:12px;min-height:49px;font-size:10px;font-weight:950;transition:transform .18s,filter .18s}.battle-invitation-actions button:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.battle-invitation-actions button:disabled{opacity:.55;cursor:wait}.battle-invitation-reject{color:#c58f85;background:#3c191829;border:1px solid #e8664133}.battle-invitation-accept{box-shadow:0 12px 34px rgba(var(--invite-orange),.18),inset 0 1px #ffffff59;color:#241305;background:linear-gradient(135deg,#f2c14e,#e97a2b);border:1px solid #ffde767a}.battle-invitation-actions button:focus-visible,.battle-invitation-x2:focus-within{outline-offset:3px;outline:2px solid #ffd06c}.battle-invitation-particles{z-index:-2;pointer-events:none;position:absolute;inset:0}.battle-invitation-particles i{width:5px;height:5px;box-shadow:0 0 12px rgba(var(--invite-gold),.8);opacity:0;background:#ffd66e;border-radius:1px;animation:5.5s ease-in-out infinite battleInviteParticle;position:absolute;transform:rotate(45deg)}.battle-invitation-particles i:first-child{top:21%;left:12%}.battle-invitation-particles i:nth-child(2){animation-delay:.7s;top:66%;left:18%}.battle-invitation-particles i:nth-child(3){animation-delay:1.4s;top:35%;left:29%}.battle-invitation-particles i:nth-child(4){animation-delay:2.1s;top:81%;left:36%}.battle-invitation-particles i:nth-child(5){animation-delay:2.8s;top:12%;left:47%}.battle-invitation-particles i:nth-child(6){animation-delay:3.5s;top:76%;left:57%}.battle-invitation-particles i:nth-child(7){animation-delay:4.2s;top:22%;left:68%}.battle-invitation-particles i:nth-child(8){animation-delay:4.9s;top:63%;left:77%}.battle-invitation-particles i:nth-child(9){animation-delay:1.8s;top:31%;left:88%}.battle-invitation-particles i:nth-child(10){animation-delay:3.1s;top:49%;left:8%}.battle-invitation-particles i:nth-child(11){animation-delay:2.4s;top:82%;left:83%}.battle-invitation-particles i:nth-child(12){animation-delay:4.5s;top:45%;left:61%}@keyframes battleInviteDialog{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes battleInviteText{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}@keyframes battleInviteIcon{0%{opacity:0;transform:scale(.5)}72%{opacity:1;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes battleInviteRingExpand{0%{opacity:0;transform:scale(.55)}to{opacity:1;transform:scale(1)}}@keyframes battleInviteRotate{to{transform:rotate(360deg)}}@keyframes battleInviteGlow{50%{opacity:.68;transform:scale(1.12)}}@keyframes battleInviteBeam{0%{opacity:0;transform:translate(-50%)scaleX(.35)}to{opacity:.9;transform:translate(-50%)scaleX(1)}}@keyframes battleInviteBeamIdle{50%{opacity:.55;transform:translate(-50%)scaleX(.82)}}@keyframes battleInviteParticle{0%,to{opacity:0;transform:translateY(13px)rotate(45deg)scale(.6)}45%{opacity:.85}72%{opacity:.15;transform:translateY(-22px)rotate(45deg)scale(1)}}@media (max-width:620px){.battle-invitation-celebration{padding:8px}.battle-invitation-dialog{max-height:calc(100dvh - 16px);padding:13px 13px 17px}.battle-invitation-eyebrow{font-size:8px}.battle-invitation-visual{width:clamp(155px,48vw,190px);height:clamp(155px,48vw,190px);margin:0 0 -10px}.battle-invitation-dialog h2{font-size:clamp(32px,10vw,42px)}.battle-invitation-challenger{margin-top:9px}.battle-invitation-challenger strong{font-size:18px}.battle-invitation-dialog>p{margin-bottom:9px}.battle-invitation-details>div{min-height:64px;padding:8px}.battle-invitation-details strong{font-size:11px}.battle-invitation-details>div:last-child strong{font-size:21px}.battle-invitation-rule{display:none}.battle-invitation-x2{grid-template-columns:auto auto 1fr;padding:9px}.battle-invitation-x2>b{display:none}.battle-invitation-actions{flex-direction:column;display:flex}.battle-invitation-actions button{width:100%;min-height:48px}.battle-invitation-accept{order:1}.battle-invitation-reject{order:2}}@media (max-height:720px) and (min-width:621px){.battle-invitation-dialog{padding-block:8px 13px}.battle-invitation-visual{width:185px;height:185px;margin-bottom:-12px}.battle-invitation-dialog h2{font-size:39px}.battle-invitation-challenger{margin-top:8px}.battle-invitation-details>div{min-height:59px}.battle-invitation-x2{margin-top:8px;padding-block:8px}.battle-invitation-actions{margin-top:9px}.battle-invitation-actions button{min-height:44px}}@media (prefers-reduced-motion:reduce){.battle-invitation-celebration,.battle-invitation-celebration *{transition:none!important;animation:none!important}.battle-invitation-celebration.is-visible,.is-visible .battle-invitation-dialog,.is-visible .battle-invitation-eyebrow,.is-visible .battle-invitation-icon,.is-visible .battle-invitation-dialog h2,.is-visible .battle-invitation-challenger,.is-visible .battle-invitation-dialog>p,.is-visible .battle-invitation-details,.is-visible .battle-invitation-rule,.is-visible .battle-invitation-x2,.is-visible .battle-invitation-actions{opacity:1;visibility:visible;transform:none}.battle-invitation-particles,.battle-invitation-beam,.battle-invitation-ring{display:none}}.aura-degradation{--degrade-red:197,35,82;--degrade-violet:92,43,157;z-index:2300;color:#fff;opacity:0;visibility:hidden;isolation:isolate;place-items:center;min-height:100dvh;padding:14px;transition:opacity .42s,visibility .42s;display:grid;position:fixed;inset:0;overflow:hidden}.aura-degradation-visible{opacity:1;visibility:visible}.aura-degradation-backdrop{z-index:-10;background:radial-gradient(circle at 50% 43%,rgba(var(--degrade-red),.13),transparent 30%),radial-gradient(circle at 50% 48%,rgba(var(--degrade-violet),.12),transparent 48%),linear-gradient(#020105eb,#040107fa);-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px);position:absolute;inset:0}.aura-degradation-pulse{z-index:-7;background:radial-gradient(circle,rgba(var(--degrade-red),.12),transparent 67%);filter:blur(28px);opacity:0;border-radius:50%;width:min(72vw,850px);height:min(72vw,850px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1.15)}.aura-degradation-visible .aura-degradation-pulse{animation:4.8s ease-in-out .2s infinite degradationPulse}.aura-degradation-content{text-align:center;scrollbar-width:thin;scrollbar-color:rgba(var(--degrade-red),.32) transparent;flex-direction:column;align-items:center;width:min(650px,100%);max-height:calc(100dvh - 28px);padding:12px 25px 20px;display:flex;overflow-y:auto}.aura-degradation-eyebrow{color:#d9769b;letter-spacing:.22em;opacity:0;text-shadow:0 0 18px rgba(var(--degrade-red),.35);font-size:10px;font-weight:950}.aura-degradation-visible .aura-degradation-eyebrow{animation:.55s .18s both degradationText}.aura-degradation-visual{isolation:isolate;place-items:center;width:clamp(275px,31vw,350px);height:clamp(275px,31vw,350px);margin:-12px 0 -27px;display:grid;position:relative}.aura-degradation-ring,.aura-degradation-glow{z-index:-1;pointer-events:none;border-radius:50%;position:absolute}.aura-degradation-ring{border:1px solid rgba(var(--degrade-red),.28);opacity:0;transform:scale(1.35)}.aura-degradation-ring-outer{background:repeating-conic-gradient(from 8deg,rgba(var(--degrade-red),.18) 0 1deg,transparent 1deg 21deg);inset:4%;-webkit-mask:radial-gradient(#0000 67%,#000 68% 69%,#0000 70%);mask:radial-gradient(#0000 67%,#000 68% 69%,#0000 70%)}.aura-degradation-ring-middle{border-style:dashed;border-color:#8437b24d;inset:15%}.aura-degradation-ring-inner{border-color:#e24a6e3d;inset:27%}.aura-degradation-visible .aura-degradation-ring{animation:1.15s cubic-bezier(.2,.75,.25,1) .22s both degradationRingContract}.aura-degradation-visible .aura-degradation-ring-middle{animation-delay:.34s}.aura-degradation-visible .aura-degradation-ring-inner{animation-delay:.46s}.aura-degradation-glow{background:radial-gradient(circle,rgba(var(--degrade-red),.27),rgba(var(--degrade-violet),.18) 45%,transparent 72%);filter:blur(25px);opacity:.7;animation:4s ease-in-out infinite degradationGlow;inset:22%}.aura-degradation-emblem{object-fit:contain;opacity:0;width:82%;height:82%;filter:drop-shadow(0 0 17px rgba(var(--degrade-red),.48)) drop-shadow(0 0 38px rgba(var(--degrade-violet),.25));transform:translateY(-30px)scale(.65)}.aura-degradation-visible .aura-degradation-emblem{animation:.82s cubic-bezier(.18,.78,.22,1.12) .3s both degradationEmblemEnter}.aura-degradation-lead{color:#de789e;letter-spacing:.14em;opacity:0;font-size:clamp(11px,1.2vw,14px);font-weight:900}.aura-degradation-visible .aura-degradation-lead{animation:.55s .73s both degradationText}.aura-degradation-content h2{letter-spacing:-.05em;opacity:0;text-shadow:0 0 34px rgba(var(--degrade-red),.22);margin:7px 0 9px;font-size:clamp(42px,5.5vw,70px);line-height:.94}.aura-degradation-visible .aura-degradation-content h2{animation:.58s .82s both degradationText}.aura-degradation-content>p{color:#efe7efad;opacity:0;max-width:540px;margin:0;font-size:14px;line-height:1.55}.aura-degradation-visible .aura-degradation-content>p{animation:.55s .92s both degradationText}.aura-degradation-total{opacity:0;justify-content:center;align-items:center;gap:8px;margin-top:13px;display:flex}.aura-degradation-total .aura-value{font-size:25px;font-weight:950}.aura-degradation-total span{color:#ffffff6b;letter-spacing:.16em;font-size:8px;font-weight:900}.aura-degradation-total img{filter:drop-shadow(0 0 8px rgba(var(--degrade-red),.5))}.aura-degradation-visible .aura-degradation-total{animation:.5s 1.01s both degradationText}.aura-degradation-content>small{color:#e097b5b3;letter-spacing:.04em;opacity:0;margin-top:9px;font-size:10px}.aura-degradation-visible .aura-degradation-content>small{animation:.5s 1.08s both degradationText}.aura-degradation-content>button{color:#f2dce7;letter-spacing:.14em;opacity:0;cursor:pointer;background:linear-gradient(135deg,#31122ef5,#371f5bf5);border:1px solid #d944775c;border-radius:13px;min-width:230px;min-height:48px;margin-top:15px;padding:0 28px;font-size:11px;font-weight:950;transition:transform .18s,border-color .18s,filter .18s;box-shadow:0 13px 34px #721b4333,inset 0 1px #ffffff0a}.aura-degradation-visible .aura-degradation-content>button{animation:.5s 1.14s both degradationText}.aura-degradation-content>button:hover:not(:disabled){filter:brightness(1.1);border-color:#e35b8a9e;transform:translateY(-1px)}.aura-degradation-content>button:focus-visible{outline-offset:4px;outline:2px solid #d95b8b}.aura-degradation-content>button:disabled{cursor:wait;opacity:.6}.aura-degradation-particles{z-index:-3;pointer-events:none;position:absolute;inset:0}.aura-degradation-particles i{width:4px;height:8px;box-shadow:0 0 10px rgba(var(--degrade-red),.6);opacity:0;background:#ba315f;border-radius:3px 0;animation:6.5s linear infinite degradationParticleFall;position:absolute;top:-5%}.aura-degradation-particles i:first-child{animation-delay:.2s;left:9%}.aura-degradation-particles i:nth-child(2){animation-delay:2.7s;left:17%}.aura-degradation-particles i:nth-child(3){animation-delay:4.8s;left:27%}.aura-degradation-particles i:nth-child(4){animation-delay:1.5s;left:36%}.aura-degradation-particles i:nth-child(5){animation-delay:3.9s;left:44%}.aura-degradation-particles i:nth-child(6){animation-delay:.8s;left:52%}.aura-degradation-particles i:nth-child(7){animation-delay:5.4s;left:61%}.aura-degradation-particles i:nth-child(8){animation-delay:2.1s;left:69%}.aura-degradation-particles i:nth-child(9){animation-delay:4.2s;left:76%}.aura-degradation-particles i:nth-child(10){animation-delay:1.1s;left:84%}.aura-degradation-particles i:nth-child(11){animation-delay:3.3s;left:91%}.aura-degradation-particles i:nth-child(12){animation-delay:5.8s;left:96%}.aura-degradation-cracks{z-index:-2;pointer-events:none;opacity:0;position:absolute;inset:0}.aura-degradation-cracks i{background:linear-gradient(transparent,rgba(var(--degrade-red),.26),transparent);clip-path:polygon(45% 0,100% 30%,55% 31%,90% 61%,48% 62%,65% 100%,20% 67%,40% 66%,0 35%,42% 34%);width:1px;height:150px;position:absolute}.aura-degradation-cracks i:first-child{top:29%;left:22%;transform:rotate(-24deg)}.aura-degradation-cracks i:nth-child(2){top:21%;right:23%;transform:rotate(27deg)}.aura-degradation-cracks i:nth-child(3){height:110px;bottom:5%;left:52%;transform:rotate(8deg)}.aura-degradation-visible .aura-degradation-cracks{animation:1.1s .38s both degradationCracks}@keyframes degradationEmblemEnter{0%{opacity:0;transform:translateY(-30px)scale(.65)}72%{opacity:1;transform:translateY(4px)scale(1.05)}to{opacity:1;transform:none}}@keyframes degradationRingContract{0%{opacity:0;transform:scale(1.35)}55%{opacity:.8}to{opacity:.55;transform:scale(1)}}@keyframes degradationText{0%{opacity:0;transform:translateY(13px)}to{opacity:1;transform:none}}@keyframes degradationPulse{0%,to{opacity:.32;transform:translate(-50%,-50%)scale(.92)}50%{opacity:.72;transform:translate(-50%,-50%)scale(1.05)}}@keyframes degradationGlow{0%,to{opacity:.48;transform:scale(.92)}50%{opacity:.82;transform:scale(1.07)}}@keyframes degradationParticleFall{0%{opacity:0;transform:translateY(-8vh)rotate(0)}12%{opacity:.55}82%{opacity:.22}to{opacity:0;transform:translateY(112vh)rotate(190deg)}}@keyframes degradationCracks{0%{opacity:0}to{opacity:.72}}@media (max-width:620px){.aura-degradation{padding:7px}.aura-degradation-content{max-height:calc(100dvh - 14px);padding:12px 15px 17px}.aura-degradation-eyebrow{font-size:8px}.aura-degradation-visual{width:clamp(175px,57vw,225px);height:clamp(175px,57vw,225px);margin:0 0 -12px}.aura-degradation-lead{font-size:9px}.aura-degradation-content h2{font-size:clamp(34px,11vw,47px)}.aura-degradation-content>p{font-size:12px}.aura-degradation-total{margin-top:10px}.aura-degradation-content>button{width:min(300px,100%);min-height:47px;margin-top:12px}.aura-degradation-particles i:nth-child(n+8),.aura-degradation-cracks i:nth-child(3){display:none}}@media (max-height:720px) and (min-width:621px){.aura-degradation-visual{width:235px;height:235px;margin-bottom:-18px}.aura-degradation-content h2{font-size:46px}.aura-degradation-content{padding-block:8px}.aura-degradation-content>p{font-size:12px}}@media (prefers-reduced-motion:reduce){.aura-degradation,.aura-degradation *{transition:none!important;animation:none!important}.aura-degradation-visible,.aura-degradation-visible .aura-degradation-eyebrow,.aura-degradation-visible .aura-degradation-emblem,.aura-degradation-visible .aura-degradation-lead,.aura-degradation-visible .aura-degradation-content h2,.aura-degradation-visible .aura-degradation-content>p,.aura-degradation-visible .aura-degradation-total,.aura-degradation-visible .aura-degradation-content>small,.aura-degradation-visible .aura-degradation-content>button{opacity:1;visibility:visible;transform:none}.aura-degradation-ring,.aura-degradation-particles,.aura-degradation-cracks,.aura-degradation-pulse{display:none}}.home-page .home-aura-card-corrupted{--corruption-strength:.34;--corruption-secondary:.26;--corruption-low:.16;--corruption-cracks:.28;--corruption-shadow:.16;--corruption-shadow-soft:.11;--corruption-particles:.5;isolation:isolate;background:radial-gradient(circle at 13% 17%,rgba(151,18,50,var(--corruption-strength)),transparent 40%), radial-gradient(circle at 83% 48%,rgba(82,17,108,var(--corruption-secondary)),transparent 47%), radial-gradient(ellipse at 54% 118%,rgba(113,12,43,var(--corruption-low)),transparent 55%), linear-gradient(137deg,#15070efa,#08060bfa 58%,#0e0510fa);box-shadow:0 30px 95px #00000085,0 0 38px rgba(154,23,65,var(--corruption-shadow)),inset 0 1px #ffbed20b;border-color:#9d274c6b;animation:5.8s ease-in-out infinite homeAuraCorruptionPulse}.home-page .home-aura-card-corrupted[data-corruption-level="2"]{--corruption-strength:.4;--corruption-secondary:.31;--corruption-low:.19;--corruption-cracks:.36;--corruption-shadow:.19;--corruption-shadow-soft:.13;--corruption-particles:.54}.home-page .home-aura-card-corrupted[data-corruption-level="3"]{--corruption-strength:.47;--corruption-secondary:.36;--corruption-low:.22;--corruption-cracks:.46;--corruption-shadow:.23;--corruption-shadow-soft:.16;--corruption-particles:.59}.home-page .home-aura-card-corrupted[data-corruption-level="4"]{--corruption-strength:.53;--corruption-secondary:.41;--corruption-low:.25;--corruption-cracks:.56;--corruption-shadow:.27;--corruption-shadow-soft:.19;--corruption-particles:.63}.home-page .home-aura-card-corrupted[data-corruption-level="5"]{--corruption-strength:.6;--corruption-secondary:.47;--corruption-low:.29;--corruption-cracks:.67;--corruption-shadow:.32;--corruption-shadow-soft:.22;--corruption-particles:.68}.home-page .home-aura-card-corrupted[data-corruption-level="6"]{--corruption-strength:.68;--corruption-secondary:.53;--corruption-low:.33;--corruption-cracks:.78;--corruption-shadow:.38;--corruption-shadow-soft:.27;--corruption-particles:.74}.home-aura-corruption-field{z-index:0;border-radius:inherit;pointer-events:none;position:absolute;inset:0;overflow:hidden}.home-aura-corruption-mist{filter:blur(24px);background:radial-gradient(#8d113833,#450a531a 42%,#0000 70%);border-radius:50%;width:66%;height:130%;animation:7s ease-in-out infinite homeAuraCorruptionMist;position:absolute;bottom:-46%;right:-8%}.home-aura-corruption-crack{clip-path:polygon(35% 0,100% 23%,48% 25%,88% 51%,44% 53%,69% 100%,16% 65%,39% 62%,0 31%,43% 29%);width:1px;height:145px;opacity:var(--corruption-cracks);filter:drop-shadow(0 0 4px #c528534d);background:linear-gradient(#0000,#e14d737a,#7119642e,#0000);position:absolute}.home-aura-corruption-crack-one{top:-18px;left:43%;transform:rotate(-26deg)}.home-aura-corruption-crack-two{height:178px;bottom:-31px;right:7%;transform:rotate(34deg)}.home-aura-corruption-crack-three{height:130px;bottom:-68px;left:24%;transform:rotate(13deg)}.home-aura-corruption-particles{opacity:var(--corruption-particles);position:absolute;inset:0}.home-aura-corruption-particles i{background:#d14368;border-radius:50%;width:3px;height:3px;animation:6.2s ease-in-out infinite homeAuraCorruptionParticle;position:absolute;box-shadow:0 0 8px #d12a57b3}.home-aura-corruption-particles i:first-child{top:18%;left:7%}.home-aura-corruption-particles i:nth-child(2){animation-delay:-2.1s;top:72%;left:38%}.home-aura-corruption-particles i:nth-child(3){animation-delay:-4.4s;top:28%;right:32%}.home-aura-corruption-particles i:nth-child(4){animation-delay:-1.2s;bottom:17%;right:8%}.home-aura-corruption-particles i:nth-child(5){animation-delay:-3.5s;top:10%;right:16%}.home-aura-corruption-particles i:nth-child(6){animation-delay:-5.1s;bottom:9%;left:12%}.home-page .home-aura-card-corrupted .home-aura-content,.home-page .home-aura-card-corrupted .home-aura-emblem{z-index:2}.home-page .home-aura-card-corrupted .home-aura-total{color:#fff9fa;text-shadow:0 0 28px #ad315221}.home-page .home-aura-card-corrupted .home-aura-rank{color:#f5b5ca;background:linear-gradient(135deg,#6f14324d,#4b165b33);border-color:#da426c61;box-shadow:inset 0 1px #ffd2de09,0 0 18px #8a143d17}.home-page .home-aura-card-corrupted .home-aura-rank img{filter:drop-shadow(0 0 9px #d938657a)}.home-page .home-aura-card-corrupted .home-rank-progress{background:#0302058a;border:1px solid #b22d532b}.home-page .home-aura-card-corrupted .home-rank-progress-fill{background:linear-gradient(90deg,#65122f,#aa2451 56%,#d34479);box-shadow:0 0 15px #c72c5b54}.home-page .home-aura-card-corrupted .home-next-rank{border-color:#c73d6421;position:relative}.home-page .home-aura-card-corrupted .home-next-rank>div:first-child span{color:#bd6d89}.home-page .home-aura-card-corrupted .home-next-aura strong{color:#ef86a8}.home-aura-recovery-copy{color:#e0a5ba87;letter-spacing:.025em;font-size:8px;font-weight:700;position:absolute;bottom:-17px;left:0}.home-page .home-aura-card-corrupted .home-aura-emblem:before{border-color:#c42c5b47;box-shadow:0 0 35px #99164024,inset 0 0 31px #53186f14}.home-page .home-aura-card-corrupted .home-aura-emblem:after{background:conic-gradient(from 20deg,transparent 0 24%,#be2b554a 27%,transparent 31% 65%,#652b9340 69%,transparent 73%);border-color:#9d2e6b38}.home-page .home-aura-card-corrupted .home-aura-emblem-glow{background:radial-gradient(circle,rgba(185,34,78,calc(.2 + var(--corruption-shadow))),#541e7e24 44%,transparent 72%);filter:blur(30px)}.home-page .home-aura-card-corrupted .home-aura-emblem>img{filter:drop-shadow(0 0 15px #cf2f5b75)drop-shadow(0 0 36px #521d7e45);animation:6s ease-in-out infinite homeCorruptedEmblemBreathe}@keyframes homeAuraCorruptionPulse{0%,to{box-shadow:0 30px 95px #00000085,0 0 30px rgba(154,23,65,var(--corruption-shadow-soft)),inset 0 1px #ffbed20a;border-color:#9d274c59}50%{box-shadow:0 30px 95px #00000085,0 0 48px rgba(154,23,65,var(--corruption-shadow)),inset 0 1px #ffbed20e;border-color:#b830587a}}@keyframes homeAuraCorruptionMist{0%,to{opacity:.48;transform:translate(0,0)scale(.94)}50%{opacity:.78;transform:translate(-2%,1%)scale(1.05)}}@keyframes homeAuraCorruptionParticle{0%,to{opacity:.22;transform:translateY(0)scale(.8)}50%{opacity:.8;transform:translateY(7px)scale(1.15)}}@keyframes homeCorruptedEmblemBreathe{0%,to{opacity:.94;transform:scale(.985)}50%{opacity:1;transform:scale(1.02)}}@media (max-width:680px){.home-aura-corruption-crack-three,.home-aura-corruption-particles i:nth-child(n+5){display:none}.home-aura-corruption-crack{height:105px}.home-aura-corruption-mist{filter:blur(29px);width:85%;right:-20%}.home-aura-recovery-copy{margin-top:7px;display:block;position:static}.home-page .home-aura-card-corrupted .home-next-rank{padding-bottom:0}}@media (max-width:430px){.home-page .home-aura-card-corrupted{--corruption-cracks:.32}.home-page .home-aura-card-corrupted[data-corruption-level="5"],.home-page .home-aura-card-corrupted[data-corruption-level="6"]{--corruption-cracks:.48}.home-aura-corruption-crack-two{right:2%}.home-aura-corruption-particles{opacity:.45}}@media (prefers-reduced-motion:reduce){.home-page .home-aura-card-corrupted,.home-page .home-aura-card-corrupted .home-aura-emblem>img,.home-aura-corruption-mist,.home-aura-corruption-particles i{animation:none!important}.home-page .home-aura-card-corrupted .home-aura-emblem>img{transform:none}.home-aura-corruption-mist{opacity:.58;transform:none}}.aura-recovery{z-index:2350;color:#fff;opacity:0;visibility:hidden;isolation:isolate;place-items:center;min-height:100dvh;padding:14px;transition:opacity .42s,visibility .42s;display:grid;position:fixed;inset:0;overflow:hidden}.aura-recovery-visible{opacity:1;visibility:visible}.aura-recovery-backdrop{z-index:-10;-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px);background:radial-gradient(circle at 50% 45%,#38bfe826,#0000 31%),radial-gradient(circle at 50% 52%,#7449dc2b,#0000 50%),linear-gradient(#030409ed,#03070dfa);position:absolute;inset:0}.aura-recovery-residual{z-index:-8;opacity:0;background:radial-gradient(circle at 50% 72%,#8f163d29,#0000 28%);position:absolute;inset:0}.aura-recovery-visible .aura-recovery-residual{animation:1.8s both recoveryResidual}.aura-recovery-light{z-index:-7;filter:blur(25px);opacity:0;background:radial-gradient(circle,#60d8f829,#6a48db17 43%,#0000 69%);border-radius:50%;width:min(76vw,870px);height:min(76vw,870px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.72)}.aura-recovery-visible .aura-recovery-light{animation:5.5s ease-in-out .2s infinite recoveryLight}.aura-recovery-content{text-align:center;scrollbar-width:thin;scrollbar-color:#59b8e652 transparent;flex-direction:column;align-items:center;width:min(670px,100%);max-height:calc(100dvh - 28px);padding:12px 24px 20px;display:flex;overflow-y:auto}.aura-recovery-eyebrow{color:#8ee4ff;letter-spacing:.22em;opacity:0;text-shadow:0 0 18px #4ac9f061;font-size:10px;font-weight:950}.aura-recovery-visible .aura-recovery-eyebrow{animation:.55s .18s both recoveryText}.aura-recovery-visual{isolation:isolate;place-items:center;width:clamp(270px,30vw,340px);height:clamp(270px,30vw,340px);margin:-10px 0 -24px;display:grid;position:relative}.aura-recovery-ring,.aura-recovery-glow{z-index:-1;pointer-events:none;border-radius:50%;position:absolute}.aura-recovery-ring{opacity:0;transform:scale(.68)}.aura-recovery-ring-one{background:repeating-conic-gradient(from 10deg,#73ddf92e 0 1deg,transparent 1deg 22deg);border:1px solid #5bd6f657;inset:5%;-webkit-mask:radial-gradient(#0000 68%,#000 68.5% 69.5%,#0000 70%);mask:radial-gradient(#0000 68%,#000 68.5% 69.5%,#0000 70%)}.aura-recovery-ring-two{border:1px dashed #976ff161;inset:18%}.aura-recovery-visible .aura-recovery-ring{animation:1.25s cubic-bezier(.18,.78,.2,1) .26s both recoveryRingExpand}.aura-recovery-visible .aura-recovery-ring-two{animation-delay:.38s}.aura-recovery-glow{filter:blur(25px);opacity:.75;background:radial-gradient(circle,#71e6ff4a,#714ee033 47%,#0000 72%);animation:4.6s ease-in-out infinite recoveryGlow;inset:22%}.aura-recovery-emblem{object-fit:contain;opacity:0;filter:drop-shadow(0 0 17px #64daf87a)drop-shadow(0 0 38px #744ee047);width:82%;height:82%;transform:translateY(24px)scale(.65)}.aura-recovery-visible .aura-recovery-emblem{animation:1s cubic-bezier(.18,.78,.22,1.12) .34s both recoveryEmblem}.aura-recovery-lead{color:#8fdcf4;letter-spacing:.14em;opacity:0;font-size:clamp(11px,1.2vw,14px);font-weight:900}.aura-recovery-visible .aura-recovery-lead{animation:.55s .74s both recoveryText}.aura-recovery-content h2{letter-spacing:-.045em;opacity:0;text-shadow:0 0 35px #4dc2eb33;margin:7px 0 5px;font-size:clamp(38px,5vw,64px);line-height:.96}.aura-recovery-visible .aura-recovery-content h2{animation:.58s .83s both recoveryText}.aura-recovery-rank{color:#c5b8ff;letter-spacing:.16em;opacity:0;font-size:12px}.aura-recovery-visible .aura-recovery-rank{animation:.5s .9s both recoveryText}.aura-recovery-content>p{color:#e8f2f8b8;opacity:0;max-width:540px;margin:10px 0 0;font-size:14px;line-height:1.55}.aura-recovery-visible .aura-recovery-content>p{animation:.55s .97s both recoveryText}.aura-recovery-total{opacity:0;justify-content:center;align-items:center;gap:8px;margin-top:13px;display:flex}.aura-recovery-total .aura-value{font-size:25px;font-weight:950}.aura-recovery-total span{color:#ffffff73;letter-spacing:.16em;font-size:8px;font-weight:900}.aura-recovery-visible .aura-recovery-total{animation:.5s 1.05s both recoveryText}.aura-recovery-content>small{color:#a4d3e7b8;opacity:0;margin-top:9px;font-size:10px}.aura-recovery-visible .aura-recovery-content>small{animation:.5s 1.1s both recoveryText}.aura-recovery-content>button{color:#edfaff;letter-spacing:.14em;opacity:0;cursor:pointer;background:linear-gradient(135deg,#273576f5,#355a8bf5);border:1px solid #66ceef5c;border-radius:13px;min-width:230px;min-height:48px;margin-top:15px;padding:0 28px;font-size:11px;font-weight:950;box-shadow:0 13px 34px #266b9b33,inset 0 1px #ffffff12}.aura-recovery-visible .aura-recovery-content>button{animation:.5s 1.16s both recoveryText}.aura-recovery-content>button:focus-visible{outline-offset:4px;outline:2px solid #79dff7}.aura-recovery-content>button:disabled{cursor:wait;opacity:.6}.aura-recovery-particles{z-index:-3;pointer-events:none;position:absolute;inset:0}.aura-recovery-particles i{opacity:0;background:#87e9ff;border-radius:50%;width:4px;height:8px;animation:6.8s linear infinite recoveryParticleRise;position:absolute;bottom:-5%;box-shadow:0 0 11px #6bdef9b8}.aura-recovery-particles i:first-child{animation-delay:.3s;left:8%}.aura-recovery-particles i:nth-child(2){animation-delay:3s;left:17%}.aura-recovery-particles i:nth-child(3){animation-delay:5.2s;left:27%}.aura-recovery-particles i:nth-child(4){animation-delay:1.6s;left:36%}.aura-recovery-particles i:nth-child(5){animation-delay:4.2s;left:44%}.aura-recovery-particles i:nth-child(6){animation-delay:.9s;left:52%}.aura-recovery-particles i:nth-child(7){animation-delay:5.7s;left:61%}.aura-recovery-particles i:nth-child(8){animation-delay:2.3s;left:69%}.aura-recovery-particles i:nth-child(9){animation-delay:4.6s;left:77%}.aura-recovery-particles i:nth-child(10){animation-delay:1.2s;left:85%}.aura-recovery-particles i:nth-child(11){animation-delay:3.6s;left:92%}.aura-recovery-particles i:nth-child(12){animation-delay:6s;left:97%}@keyframes recoveryResidual{0%{opacity:.75}to{opacity:0}}@keyframes recoveryLight{0%,to{opacity:.38;transform:translate(-50%,-50%)scale(.9)}50%{opacity:.78;transform:translate(-50%,-50%)scale(1.05)}}@keyframes recoveryRingExpand{0%{opacity:0;transform:scale(.68)}70%{opacity:.82}to{opacity:.58;transform:scale(1)}}@keyframes recoveryGlow{0%,to{opacity:.52;transform:scale(.92)}50%{opacity:.88;transform:scale(1.08)}}@keyframes recoveryEmblem{0%{opacity:0;transform:translateY(24px)scale(.65)}72%{opacity:1;transform:translateY(-3px)scale(1.08)}to{opacity:1;transform:none}}@keyframes recoveryText{0%{opacity:0;transform:translateY(13px)}to{opacity:1;transform:none}}@keyframes recoveryParticleRise{0%{opacity:0;transform:translateY(8vh)rotate(0)}14%{opacity:.6}82%{opacity:.25}to{opacity:0;transform:translateY(-112vh)rotate(190deg)}}@media (max-width:620px){.aura-recovery{padding:7px}.aura-recovery-content{max-height:calc(100dvh - 14px);padding:12px 15px 17px}.aura-recovery-eyebrow{font-size:8px}.aura-recovery-visual{width:clamp(175px,57vw,225px);height:clamp(175px,57vw,225px);margin:0 0 -10px}.aura-recovery-lead{font-size:9px}.aura-recovery-content h2{font-size:clamp(32px,10vw,45px)}.aura-recovery-content>p{font-size:12px}.aura-recovery-particles i:nth-child(n+9){display:none}.aura-recovery-content>button{width:min(300px,100%)}}@media (prefers-reduced-motion:reduce){.aura-recovery,.aura-recovery *{transition:none!important;animation:none!important}.aura-recovery-visible,.aura-recovery-visible .aura-recovery-eyebrow,.aura-recovery-visible .aura-recovery-emblem,.aura-recovery-visible .aura-recovery-lead,.aura-recovery-visible .aura-recovery-content h2,.aura-recovery-visible .aura-recovery-rank,.aura-recovery-visible .aura-recovery-content>p,.aura-recovery-visible .aura-recovery-total,.aura-recovery-visible .aura-recovery-content>small,.aura-recovery-visible .aura-recovery-content>button{opacity:1;visibility:visible;transform:none}.aura-recovery-ring,.aura-recovery-particles,.aura-recovery-light,.aura-recovery-residual{display:none}}.aura-landing-corrupted-ranks{background:radial-gradient(at 50% 48%,#7114371f,#3d14510e 45%,#0000 72%);padding:0 0 110px;position:relative;overflow:hidden}.aura-landing-corrupted-ranks:before{content:"";background:linear-gradient(90deg,#0000,#99234857,#0000);width:min(460px,58vw);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 0 14px #9923481f}.aura-corrupted-ranks-heading{text-align:center;grid-template-columns:minmax(30px,1fr) auto minmax(30px,1fr);align-items:center;gap:25px;margin-bottom:43px;display:grid}.aura-corrupted-ranks-heading>span{background:linear-gradient(90deg,#0000,#ae284f61);height:1px}.aura-corrupted-ranks-heading>span:last-child{background:linear-gradient(90deg,#ae284f61,#0000)}.aura-corrupted-ranks-eyebrow{color:#c85178;letter-spacing:.2em;text-shadow:0 0 15px #b7265233;font-size:10px;font-weight:950}.aura-corrupted-ranks-heading h2{letter-spacing:-.045em;margin:9px 0 7px;font-size:clamp(31px,4vw,45px)}.aura-corrupted-ranks-heading p{color:#ffffff6e;margin:0;font-size:13px}.aura-corrupted-ranks-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;display:grid;position:relative}.aura-corrupted-rank-card{--corrupt-rgb:142,38,76;--corrupt-strength:.06;z-index:1;border:1px solid rgba(var(--corrupt-rgb),.2);background:radial-gradient(circle at 50% 28%,rgba(var(--corrupt-rgb),calc(var(--corrupt-strength) + .04)),transparent 43%),linear-gradient(155deg,#230a186b,#0b0711e0 58%,#250e3533);min-width:0;min-height:270px;box-shadow:0 17px 45px #0000003b,inset 0 0 44px rgba(var(--corrupt-rgb),var(--corrupt-strength));text-align:center;border-radius:20px;padding:17px 12px 19px;transition:transform .25s,border-color .25s,box-shadow .25s;position:relative;overflow:hidden}.aura-corrupted-rank-card:after{content:"";background:linear-gradient(90deg,transparent,rgba(var(--corrupt-rgb),.5),transparent);height:1px;position:absolute;top:0;left:17%;right:17%}.aura-corrupted-rank-card[data-corruption="2"]{--corrupt-rgb:153,40,79;--corrupt-strength:.07}.aura-corrupted-rank-card[data-corruption="3"]{--corrupt-rgb:166,39,79;--corrupt-strength:.08}.aura-corrupted-rank-card[data-corruption="4"]{--corrupt-rgb:151,31,72;--corrupt-strength:.1}.aura-corrupted-rank-card[data-corruption="5"]{--corrupt-rgb:184,34,72;--corrupt-strength:.115}.aura-corrupted-rank-card[data-corruption="6"]{--corrupt-rgb:207,35,69;--corrupt-strength:.135}.aura-corrupted-rank-index{color:rgba(var(--corrupt-rgb),.72);letter-spacing:.14em;font-size:9px;font-weight:950;position:absolute;top:15px;left:16px}.aura-corrupted-rank-halo{background:radial-gradient(circle,rgba(var(--corrupt-rgb),calc(var(--corrupt-strength) + .13)),#54238112 48%,transparent 72%);filter:blur(18px);border-radius:50%;width:120px;height:120px;transition:opacity .25s,transform .25s;position:absolute;top:48px;left:50%;transform:translate(-50%)}.aura-corrupted-rank-ring{border:1px solid rgba(var(--corrupt-rgb),.16);border-radius:50%;width:132px;height:132px;transition:border-color .25s,box-shadow .25s,transform .25s;position:absolute;top:44px;left:50%;transform:translate(-50%)}.aura-corrupted-rank-ring:after{content:"";border:1px dashed #74379d1f;border-radius:50%;position:absolute;inset:9px}.aura-corrupted-rank-emblem{z-index:2;object-fit:contain;width:145px;height:145px;filter:drop-shadow(0 0 15px rgba(var(--corrupt-rgb),.28));margin-top:23px;transition:transform .25s;position:relative}.aura-corrupted-rank-card h3{color:#fff;margin:10px 0 7px;font-size:15px;line-height:1.2;position:relative}.aura-corrupted-rank-threshold{color:rgb(var(--corrupt-rgb));justify-content:center;align-items:center;gap:5px;display:flex}.aura-corrupted-rank-threshold strong{font-size:13px;font-weight:950}.aura-corrupted-rank-threshold img{object-fit:contain;width:15px;height:15px;filter:drop-shadow(0 0 5px rgba(var(--corrupt-rgb),.45))}.aura-corrupted-rank-threshold span{letter-spacing:.12em;font-size:8px;font-weight:900}.aura-corrupted-rank-card:hover{border-color:rgba(var(--corrupt-rgb),.48);box-shadow:0 22px 58px #00000052,0 0 30px rgba(var(--corrupt-rgb),calc(var(--corrupt-strength) + .01)),inset 0 0 52px rgba(var(--corrupt-rgb),calc(var(--corrupt-strength) + .035));transform:translateY(-3px)}.aura-corrupted-rank-card:hover .aura-corrupted-rank-emblem{transform:scale(1.03)}.aura-corrupted-rank-card:hover .aura-corrupted-rank-ring{border-color:rgba(var(--corrupt-rgb),.36);box-shadow:0 0 23px rgba(var(--corrupt-rgb),.1);transform:translate(-50%)scale(1.035)}.aura-corrupted-rank-card:hover .aura-corrupted-rank-halo{opacity:.92;transform:translate(-50%)scale(1.05)}.corrupted-ranks-atmosphere{pointer-events:none;position:absolute;inset:0}.corrupted-ranks-atmosphere i{background:#c6355b7a;border-radius:1px;width:3px;height:3px;position:absolute;box-shadow:0 0 8px #b8254e59}.corrupted-ranks-atmosphere i:first-child{top:32%;left:8%}.corrupted-ranks-atmosphere i:nth-child(2){top:78%;left:21%}.corrupted-ranks-atmosphere i:nth-child(3){top:17%;left:39%}.corrupted-ranks-atmosphere i:nth-child(4){top:83%;left:64%}.corrupted-ranks-atmosphere i:nth-child(5){top:24%;left:81%}.corrupted-ranks-atmosphere i:nth-child(6){top:67%;left:94%}@media (max-width:1100px){.aura-corrupted-ranks-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.aura-corrupted-rank-card{min-height:275px}}@media (max-width:700px){.aura-landing-corrupted-ranks{padding-bottom:75px}.aura-corrupted-ranks-heading{grid-template-columns:20px minmax(0,1fr) 20px;gap:10px;margin-bottom:34px}.aura-corrupted-ranks-heading h2{font-size:30px}.aura-corrupted-ranks-heading p{font-size:12px;line-height:1.55}.aura-corrupted-ranks-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.aura-corrupted-rank-card{min-height:238px;padding:13px 9px 16px}.aura-corrupted-rank-emblem{width:124px;height:124px}.aura-corrupted-rank-halo{width:105px;height:105px;top:43px}.aura-corrupted-rank-ring{width:116px;height:116px;top:40px}.aura-corrupted-rank-card h3{font-size:14px}.corrupted-ranks-atmosphere i:nth-child(2n){display:none}}@media (max-width:370px){.aura-corrupted-ranks-grid{grid-template-columns:1fr}.aura-corrupted-rank-card{min-height:255px}.aura-corrupted-rank-emblem{width:140px;height:140px}}@media (prefers-reduced-motion:reduce){.aura-corrupted-rank-card,.aura-corrupted-rank-emblem,.aura-corrupted-rank-ring,.aura-corrupted-rank-halo{transition:none}.aura-corrupted-rank-card:hover,.aura-corrupted-rank-card:hover .aura-corrupted-rank-emblem,.aura-corrupted-rank-card:hover .aura-corrupted-rank-ring,.aura-corrupted-rank-card:hover .aura-corrupted-rank-halo{transform:none}}.profile-country-row{color:#8d7cce}.profile-country-row .profile-country{color:#d3cfdd}.country-confirm-backdrop{z-index:1000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#030208d6;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.country-confirm-dialog{color:#fff;text-align:center;background:radial-gradient(circle at 50% 0,#7146cd29,#0000 40%),linear-gradient(145deg,#100c1b,#080a11);border:1px solid #8560dc73;border-radius:23px;width:min(480px,100%);padding:34px;box-shadow:0 30px 90px #0000008c,0 0 40px #6442be17}.country-confirm-dialog h2{letter-spacing:-.04em;margin:9px 0 22px;font-size:31px}.country-confirm-dialog>strong{color:#c8b6fa;border-block:1px solid #8568cf29;padding:18px;font-size:28px;display:block}.country-confirm-dialog>p{color:#9d98a8;max-width:390px;margin:16px auto 0;font-size:13px;line-height:1.55}.country-confirm-dialog>span{color:#e8e4ef;margin-top:20px;font-size:13px;font-weight:800;display:block}.country-confirm-dialog>div:last-child{grid-template-columns:1fr 1fr;gap:10px;margin-top:24px;display:grid}.country-confirm-dialog button{color:#c5badc;cursor:pointer;background:#6f4dbd14;border:1px solid #8a6bd340;border-radius:12px;min-height:48px;font-size:11px;font-weight:900}.country-confirm-dialog button:last-child{color:#fff;background:linear-gradient(135deg,#754bd8,#567bd8);box-shadow:0 11px 25px #5b45c233}.country-confirm-dialog button:focus-visible{outline-offset:3px;outline:2px solid #a58aef}.country-confirm-dialog button:disabled{opacity:.55;cursor:wait}@media (max-width:430px){.country-confirm-dialog{padding:27px 18px}.country-confirm-dialog h2{font-size:27px}.country-confirm-dialog>div:last-child{flex-direction:column-reverse;display:flex}.country-confirm-dialog button{width:100%}}.aura-profile .profile-rank-emblem-wrap{margin-right:28px}@media (max-width:600px){.aura-profile .profile-rank-emblem-wrap{margin-right:0}}.aura-profile .profile-avatar--country-flag{background:#090b13;padding:0;overflow:hidden}.aura-profile .profile-country-flag-image{object-fit:cover;border-radius:27px;width:100%;height:100%;display:block;transform:scale(1.12)}@media (max-width:600px){.aura-profile .profile-country-flag-image{border-radius:22px;transform:scale(1.14)}}.task-cooldown{color:#9ebcff;background:radial-gradient(circle at 0,#7046dc24,#0000 38%),linear-gradient(135deg,#0e0c1bf5,#070d18f5);border:1px solid #6972e73d;border-radius:15px;grid-column:1/-1;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px 16px 17px;display:grid;position:relative;overflow:hidden;box-shadow:0 12px 30px #0000002e,inset 0 1px #ffffff06}.task-cooldown>svg{filter:drop-shadow(0 0 8px #67a9f04d)}.task-cooldown-copy{gap:2px;display:grid}.task-cooldown-copy strong{color:#a9b7ff;letter-spacing:.15em;font-size:9px;font-weight:950}.task-cooldown-copy span{color:#8f8a9c;font-size:11px}.task-cooldown-timer{color:#d9e9ff;font-variant-numeric:tabular-nums;text-align:right;text-shadow:0 0 13px #61a8f03d;min-width:52px;font-size:20px;font-weight:950}.task-cooldown-progress{background:#ffffff09;height:3px;position:absolute;bottom:0;left:0;right:0}.task-cooldown-progress span{background:linear-gradient(90deg,#754ce3,#6688ec,#5bcde8);border-radius:999px;height:100%;transition:width .9s linear;display:block;box-shadow:0 0 10px #5baeeb47}.task-card--cooldown{opacity:.9}.task-card--cooldown .quest-v2-button,.task-card--cooldown>.btn{cursor:not-allowed;justify-content:center;align-items:center;gap:6px;display:inline-flex;min-width:155px!important;box-shadow:none!important;color:#9aa8c7!important;background:linear-gradient(135deg,#53449733,#34589129)!important;border-color:#697adc29!important}.task-card--cooldown:hover{transform:none!important}@media (max-width:600px){.task-cooldown{grid-template-columns:auto minmax(0,1fr) auto;padding:12px 13px 16px}.task-cooldown-copy span{font-size:10px}.task-cooldown-timer{font-size:18px}.task-card--cooldown .quest-v2-button,.task-card--cooldown>.btn{min-width:0!important}}@media (prefers-reduced-motion:reduce){.task-cooldown-progress span{transition:none}.task-card--cooldown{transition:none!important}}.notification-header-actions{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.notification-delete-all{color:#8e8a99;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-size:10px;font-weight:800;transition:color .18s;display:flex}.notification-delete-all:hover{color:#ff9da9}.notification-delete-all:focus-visible,.notification-read-all:focus-visible{outline-offset:4px;border-radius:3px;outline:2px solid #9383ee}.notification-delete-backdrop{z-index:12000;-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px);background:#030209d1;place-items:center;padding:20px;animation:.2s notificationDeleteBackdropIn;display:grid;position:fixed;inset:0}.notification-delete-dialog{color:#fff;text-align:center;background:radial-gradient(circle at 50% 0,#7549d02e,#0000 42%),linear-gradient(145deg,#120d20,#080a13);border:1px solid #8b69e561;border-radius:23px;width:min(470px,100%);padding:34px;animation:.24s notificationDeleteDialogIn;box-shadow:0 30px 90px #0009,0 0 55px #6746c71a}.notification-delete-icon{color:#ff9aa8;background:#85253a21;border:1px solid #ed5b6f40;border-radius:16px;place-items:center;width:54px;height:54px;margin:0 auto 14px;display:grid;box-shadow:0 0 24px #d4365614}.notification-delete-eyebrow{color:#9b8fe1;letter-spacing:.2em;font-size:9px;font-weight:950}.notification-delete-dialog h2{letter-spacing:-.04em;margin:9px 0 10px;font-size:clamp(24px,5vw,31px)}.notification-delete-dialog>p{color:#9893a3;max-width:370px;margin:0 auto;font-size:13px;line-height:1.55}.notification-delete-error{color:#ffabb5;background:#7d1f2f24;border:1px solid #ef5d6e40;border-radius:10px;margin-top:17px;padding:10px 12px;font-size:11px}.notification-delete-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:25px;display:grid}.notification-delete-actions button{color:#c7bddc;cursor:pointer;background:#5e459717;border:1px solid #8e71d73d;border-radius:12px;min-height:48px;font-size:11px;font-weight:900;transition:transform .18s,filter .18s,border-color .18s}.notification-delete-actions button:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px)}.notification-delete-actions button.danger{color:#fff;background:linear-gradient(135deg,#9f304c,#d84b61);border-color:#ef5b6d61;box-shadow:0 11px 28px #bb304b2e}.notification-delete-actions button:focus-visible{outline-offset:3px;outline:2px solid #a897f0}.notification-delete-actions button:disabled{opacity:.55;cursor:wait;transform:none}@keyframes notificationDeleteBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes notificationDeleteDialogIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:none}}@media (max-width:430px){.notification-header{align-items:flex-start}.notification-header-actions{gap:8px}.notification-delete-dialog{padding:28px 18px}.notification-delete-actions{flex-direction:column-reverse;display:flex}.notification-delete-actions button{width:100%}}@media (prefers-reduced-motion:reduce){.notification-delete-backdrop,.notification-delete-dialog{animation:none}.notification-delete-actions button{transition:none}}.auth-aura-eyebrow{color:#8da9ff}.auth-premium-card{-webkit-backdrop-filter:blur(24px)saturate(135%)}.aura-nav-shell{-webkit-backdrop-filter:blur(19px)saturate(145%)}.battle-modal-overlay,.public-cta-overlay,.country-confirm-backdrop,.notification-delete-backdrop{-webkit-backdrop-filter:blur(14px)}.auth-premium-form,.auth-premium-form .field,.auth-premium-form .input{box-sizing:border-box;min-width:0;max-width:100%}.auth-premium-form input[type=date]{appearance:none;width:100%;min-width:0;max-width:100%;display:block}.auth-submit .aura-value-icon{filter:drop-shadow(0 0 7px #74c6ff73)}.notification-eyebrow{color:#9aa8ff}.notification-read-all:hover{color:#b5a7ff}.notification-item.unread{background:linear-gradient(90deg,#7052e11c,#2f79d309,#0000);box-shadow:inset 2px 0 #8968f485}.notification-item.unread:hover{background:linear-gradient(90deg,#6442cf30,#2357a514)}.notification-icon{color:#a99cff;background:linear-gradient(145deg,#7753e029,#3580d614);border-color:#7b72f633}.notification-unread-dot{background:#858dff;box-shadow:0 0 10px #7179ff8c}.public-category-card[data-category=social]{--category:106,151,255}.home-page .home-quest-card[data-category=social]{--home-category:105,103,239}.profile-app-version{color:#cdc6dc59;letter-spacing:.12em;text-align:center;margin:28px 0 0;font-size:10px;font-weight:750}.aura-welcome{z-index:20000;color:#fff;text-align:center;isolation:isolate;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:radial-gradient(circle at 50% 46%,#6443d338,#0000 35%),#030309f5;place-items:center;min-height:100dvh;animation:4.8s both auraWelcomeBackdrop;display:grid;position:fixed;inset:0;overflow:hidden}.aura-welcome-halo,.aura-welcome-rings{z-index:-1;pointer-events:none;border-radius:50%;width:min(74vw,480px);height:min(74vw,480px);position:absolute}.aura-welcome-halo{filter:blur(24px);background:radial-gradient(circle,#57cdff33,#774be624 42%,#0000 70%);animation:2.4s both auraWelcomeHalo}.aura-welcome-rings{border:1px solid #836ff53d;animation:2.2s .25s both auraWelcomeRings;box-shadow:0 0 55px #4092e91f,inset 0 0 55px #7048e11a}.aura-welcome-logo{object-fit:contain;filter:drop-shadow(0 0 22px #805cf494)drop-shadow(0 0 35px #41b4ee38);width:clamp(112px,25vw,150px);height:auto;animation:3.2s cubic-bezier(.2,.72,.2,1) .18s both auraWelcomeLogo;position:absolute}.aura-welcome-copy{margin-top:270px;animation:1.45s .62s both auraWelcomeText}.aura-welcome-copy span{color:#a9b9ff;letter-spacing:.25em;font-size:10px;font-weight:950}.aura-welcome-copy h2{letter-spacing:-.04em;margin:10px 0 5px;font-size:clamp(28px,7vw,48px)}.aura-welcome-copy p{color:#ecf0ffa6;margin:0;font-size:14px}@keyframes auraWelcomeBackdrop{0%,to{opacity:0;visibility:hidden}8%,88%{opacity:1;visibility:visible}}@keyframes auraWelcomeLogo{0%{opacity:0;transform:scale(.7)rotate(0)}24%{opacity:1}to{opacity:1;transform:scale(1)rotate(360deg)}}@keyframes auraWelcomeHalo{0%{opacity:0;transform:scale(.55)}55%{opacity:1}to{opacity:.55;transform:scale(1.08)}}@keyframes auraWelcomeRings{0%{opacity:0;transform:scale(.48)}to{opacity:.65;transform:scale(1)}}@keyframes auraWelcomeText{0%{opacity:0;transform:translateY(12px)}35%,to{opacity:1;transform:none}}@media (max-width:430px){.aura-welcome-copy{margin-top:235px}.aura-welcome-copy p{font-size:12px}}@media (prefers-reduced-motion:reduce){.aura-welcome,.aura-welcome-copy{animation:4.8s both auraWelcomeBackdrop}.aura-welcome-logo{opacity:1;animation:none;transform:none}.aura-welcome-halo,.aura-welcome-rings{display:none}}
