:root{--bg: #070b19;--bg-soft: #0d122a;--text: #f5f7ff;--muted: #a9b1d4;--border: rgba(255, 255, 255, .11);--purple: #1f8fff;--pink: #54d8ff;--blue: #0f6bff;--ins-text-xs: .75rem;--ins-text-sm: .875rem;--ins-text-lg: 1.125rem;--ins-text-xl: 1.25rem;--ins-text-2xl: 1.5rem;--ins-text-3xl: 1.875rem;--ins-text-4xl: 2.25rem;--ins-text-6xl: 3.75rem;--ins-leading-relaxed: 1.625;--ins-text-secondary: #8a8f9e;--ins-accent-red: #e63946}*{box-sizing:border-box}html{font-size:16px;background-color:var(--bg)}html,body,#root{margin:0;min-height:100%;min-height:100vh;min-height:100dvh}body{font-family:Inter,sans-serif;color:var(--text);background:radial-gradient(1200px 700px at 50% -20%,#123167 0%,var(--bg) 55%),linear-gradient(180deg,#060b1a,#070b19);background-color:var(--bg)}a{color:inherit;text-decoration:none}.page{position:relative;overflow:clip}.noise{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.07;background-image:radial-gradient(circle at 1px 1px,#fff 1px,transparent 0);background-size:4px 4px;z-index:-1}.bg-orb{position:fixed;border-radius:999px;filter:blur(90px);z-index:-2;opacity:.5;animation:drift 12s ease-in-out infinite alternate}.orb-a{width:320px;height:320px;top:6%;left:-120px;background:#1f8fff}.orb-b{width:400px;height:400px;right:-140px;top:24%;background:#1fb6ff;animation-delay:2.8s}.orb-c{width:350px;height:350px;left:35%;bottom:-180px;background:#0f6bff;animation-delay:1.3s}.container{width:min(1120px,calc(100% - 2.5rem));margin-inline:auto}.section{padding:6.2rem 0 3.2rem}.header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08);background:#070b19a8}.nav{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:.75rem;position:relative}.brand{font-weight:900;font-size:1.12rem;letter-spacing:.04em}.brand span{background:linear-gradient(90deg,var(--blue),var(--pink));-webkit-background-clip:text;color:transparent}.menu{display:flex;gap:clamp(1rem,2vw,2.2rem)}.menu a{color:var(--muted);font-weight:600;font-size:.95rem;transition:color .2s ease}.menu a:hover{color:#fff}.account-btn{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:1px solid var(--border);border-radius:.8rem;padding:.58rem .95rem;font-size:.9rem;font-weight:700;color:#dbe3ff;background:#070b1959;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transition:border-color .2s ease,transform .2s ease}.account-btn:hover{border-color:#319affb3;transform:translateY(-1px);background:#0c16307a}.account-btn:active{transform:translateY(0)}.lang-popover{position:relative;z-index:35}.lang-trigger{min-width:2.9rem;height:2rem;padding:0 .42rem;border-radius:.62rem;border:1px solid rgba(110,185,255,.34);background:linear-gradient(150deg,#102048e6,#09122ad9);color:#e7f6ff;display:inline-flex;align-items:center;justify-content:center;gap:.28rem;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.lang-trigger:hover{transform:translateY(-1px);border-color:#90dcff99;box-shadow:0 8px 16px #2479db2e}.lang-trigger:focus-visible{outline:2px solid rgba(120,210,255,.65);outline-offset:2px}.lang-flag{width:14px;height:14px;border-radius:50%;box-shadow:0 0 0 1px #c4e8ff59}.lang-code{font-size:.72rem;font-weight:800;letter-spacing:.02em}.lang-menu{position:absolute;top:calc(100% + .45rem);right:0;min-width:8.1rem;padding:.35rem;border:1px solid rgba(110,185,255,.34);border-radius:.75rem;background:#080e22f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 16px 34px #0208148c;display:grid;gap:.2rem}.lang-option{border:0;border-radius:.52rem;padding:.35rem .5rem;background:transparent;color:#d7ecff;display:grid;grid-template-columns:1.2rem 1fr;align-items:center;gap:.4rem;font-size:.76rem;font-weight:700;cursor:pointer;text-align:left}.lang-option:hover{background:#4da5ff29}.lang-option.is-active{background:#4da5ff42}.lang-switcher-home{position:absolute;right:7.6rem;top:50%;transform:translateY(-50%)}.auth-card-top{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.auth-card-top h1{margin:0}.hero{text-align:center;padding-top:6.9rem;position:relative}.hero-rings span{position:absolute;border:1px solid rgba(49,154,255,.2);border-radius:50%;pointer-events:none}.hero-rings span:first-child{width:390px;height:390px;right:-120px;top:-110px}.hero-rings span:last-child{width:250px;height:250px;left:-100px;top:50px;border-color:#54d8ff29}.pill{display:inline-flex;gap:.35rem;align-items:center;padding:.5rem 1rem;border-radius:999px;font-size:.88rem;border:1px solid rgba(255,255,255,.15);background:#ffffff0a;color:#d6ddfd}.hero h1{margin:1.15rem 0 0;line-height:.95;font-size:clamp(2.2rem,9.4vw,5.3rem);font-weight:900;letter-spacing:.03em}.hero h1 span{background:linear-gradient(130deg,#89e5ff,var(--pink),var(--blue));background-size:180% 180%;-webkit-background-clip:text;color:transparent;animation:hueShift 7s ease infinite}.hero-text{width:min(760px,100%);margin:1.45rem auto 0;color:var(--muted);font-size:clamp(1rem,1.7vw,1.2rem);line-height:1.7}.hero-actions{margin-top:1.9rem;display:flex;justify-content:center;gap:.85rem;flex-wrap:wrap}.hero-features{margin-top:1.1rem;display:flex;justify-content:center;gap:1.1rem;color:var(--muted);font-size:.78rem;flex-wrap:wrap}.btn{border-radius:.85rem;padding:.84rem 1.4rem;font-weight:700;font-size:.95rem}.btn.primary{background:linear-gradient(130deg,#2e7dff,#38c9ff);box-shadow:0 10px 24px #248dff5c}.btn.secondary{border:1px solid var(--border);color:#d5ddff;background:#ffffff08}.btn:hover{transform:translateY(-2px);transition:transform .2s ease}.stats{margin-top:3rem;margin-bottom:.8rem;display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr))}.card{border:1px solid var(--border);border-radius:1.2rem;background:linear-gradient(170deg,#ffffff0d,#ffffff05);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.stat-card{padding:1.15rem;text-align:center}.stat-value{font-size:clamp(1.45rem,2.4vw,2rem);font-weight:900;margin-bottom:.35rem}.stat-card p{margin:0;color:var(--muted);font-size:.92rem}h2{margin:0;text-transform:uppercase;font-weight:900;letter-spacing:.02em;line-height:1.08;font-size:clamp(1.9rem,5.5vw,3rem)}h2 span{background:linear-gradient(120deg,#8ee7ff,var(--blue));-webkit-background-clip:text;color:transparent}.section-subtitle{margin:1.15rem 0 2.4rem;color:var(--muted);max-width:700px;line-height:1.7}.advantages-head{position:relative;text-align:center;margin-bottom:.6rem}.advantages-section .section-subtitle{margin-inline:auto}.adv-strip{height:2px;width:min(340px,70%);border-radius:999px;background:linear-gradient(90deg,#3cb6ff00,#3cb6ffe6,#75e1ffe6,#75e1ff00);margin-top:-.4rem;box-shadow:0 0 18px #3cb6ff73;margin-inline:auto}.grid-4,.grid-3{display:grid;gap:1.15rem}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card{position:relative;padding:1.45rem 1.15rem 1.35rem;transition:transform .3s ease,border-color .2s ease;overflow:hidden;isolation:isolate;text-align:center}.feature-card:hover{transform:translateY(-5px);border-color:#43b9ffcc}.feature-glow{position:absolute;inset:-40% -20% auto;height:60%;background:radial-gradient(circle,#43b9ff3d,#43b9ff00);filter:blur(12px);z-index:0;opacity:.75}.icon-wrap{width:3rem;height:3rem;border-radius:.9rem;display:grid;place-items:center;background:linear-gradient(130deg,#24a0ff6b,#54d8ff3d);margin-bottom:.7rem;margin-inline:auto;position:relative;z-index:2;box-shadow:inset 0 0 0 1px #6bd6ff61,0 0 16px #2aa0ff4d}.feature-card h3,.review-card h3,.step h3{margin:.72rem 0 .45rem;position:relative;z-index:2}.feature-card p,.step p,.review-card p{margin:.3rem 0 0;color:var(--muted);line-height:1.65;position:relative;z-index:2}.about-text p{margin:.95rem 0 0;color:var(--muted);line-height:1.72;position:relative;z-index:2}.tone-cyan .feature-glow{background:radial-gradient(circle,#3fd3ff42,#3fd3ff00)}.tone-blue .feature-glow{background:radial-gradient(circle,#3281ff42,#3281ff00)}.tone-indigo .feature-glow{background:radial-gradient(circle,#529aff3d,#529aff00)}.tone-sky .feature-glow{background:radial-gradient(circle,#74e5ff40,#74e5ff00)}.steps{margin-top:2.15rem;display:grid;gap:1.1rem;grid-template-columns:repeat(4,minmax(0,1fr))}.step{padding:.4rem .55rem 0;border-radius:0;border:0;background:transparent;position:relative;text-align:center}.step:not(:last-child):after{content:"";position:absolute;left:calc(50% + 40px);top:2rem;width:calc(100% - 56px);height:1px;background:linear-gradient(90deg,#309bffb3,#78e1ff80);opacity:.8}.step-top{width:72px;height:72px;margin:0 auto 1rem;position:relative;display:grid;place-items:center}.step-icon{width:58px;height:58px;border-radius:50%;border:2px solid rgba(92,190,255,.88);background:radial-gradient(circle at 35% 30%,#54d8ff33,#081537f2);color:#d8f4ff;display:grid;place-items:center;box-shadow:0 0 22px #36a5ff38}.step-icon svg{width:25px;height:25px}.step:nth-child(1) .step-icon{border-color:#50d2ffe6}.step:nth-child(2) .step-icon{border-color:#58a6ffeb}.step:nth-child(3) .step-icon{border-color:#7d99ffe6}.step:nth-child(4) .step-icon{border-color:#7ae1ffe6}.step-index{width:1.48rem;height:1.48rem;border-radius:50%;display:grid;place-items:center;font-size:.63rem;font-weight:800;position:absolute;top:2px;right:1px;background:linear-gradient(120deg,#ff3f73,#ff6a9c);color:#fff;box-shadow:0 0 10px #ff538d6b}.step h3{margin:0 0 .44rem;font-size:1.45rem;font-size:clamp(1rem,1.35vw,1.45rem)}.step p{margin:0 auto;max-width:250px;font-size:.98rem;color:#adb6dd}.steps-subtitle{text-align:center;max-width:520px;margin-inline:auto}#steps>.reveal:first-child{text-align:center}.about{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:center}.about-visual{min-height:420px;display:grid;place-items:center;position:relative;overflow:hidden;background:linear-gradient(165deg,#1860d657,#08163df2),radial-gradient(circle at 50% 40%,#1f8fff38,#070a19a3);border-color:#5dafff6b}.ring{width:230px;height:230px;border:1px solid rgba(71,164,255,.45);border-radius:50%;position:absolute;animation:spin 24s linear infinite;box-shadow:0 0 22px #3897ff33}.ring-2{width:164px;height:164px;border-color:#78e1ffad;animation-direction:reverse;animation-duration:14s}.ring-3{width:312px;height:312px;border-color:#50b9ff42;animation-duration:30s}.ai-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:58px 58px;opacity:.2}.scan-line{position:absolute;left:-10%;right:-10%;height:2px;top:20%;background:linear-gradient(90deg,transparent,rgba(106,217,255,.95),transparent);box-shadow:0 0 16px #6ad9ffd6;animation:scanMove 5.5s ease-in-out infinite}.ai-pulse{position:absolute;border-radius:50%;pointer-events:none}.ai-pulse-1{width:158px;height:158px;background:radial-gradient(circle,#4bbaff3d,#4bbaff03);animation:pulseGlow 2.8s ease-in-out infinite}.ai-pulse-2{width:220px;height:220px;border:1px solid rgba(79,180,255,.3);animation:pulseRing 3.8s ease-in-out infinite}.center-dot{width:92px;height:92px;border-radius:50%;display:grid;place-items:center;font-weight:900;letter-spacing:.06em;background:radial-gradient(circle at 35% 30%,#6de0ff,#1671ff 72%);box-shadow:0 0 38px #45afffbd,0 0 84px #5fddff4d;z-index:3;animation:coreFloat 3.2s ease-in-out infinite,coreBlink 2.7s ease-in-out infinite}.center-dot span{font-size:1.45rem;text-shadow:0 0 14px rgba(255,255,255,.45)}.ai-node{position:absolute;--x: 0px;width:12px;height:12px;border-radius:50%;z-index:4;filter:drop-shadow(0 0 8px currentColor);animation:nodeFloat 2.6s ease-in-out infinite,nodeBlink 1.8s ease-in-out infinite}.ai-node-1{color:#2bd8a2;background:currentColor;left:31%;top:49%;animation-delay:.2s}.ai-node-2{color:#f64c70;background:currentColor;right:30%;top:49%;animation-delay:.5s}.ai-node-3{color:#be6bff;background:currentColor;top:30%;left:50%;--x: -50%;animation-delay:.8s}.ai-node-4{color:#f7c31e;background:currentColor;bottom:33%;left:50%;--x: -50%;animation-delay:1.1s}.ai-big-label{position:absolute;bottom:2.2rem;left:50%;transform:translate(-50%);font-size:clamp(4rem,9vw,6.4rem);font-weight:900;letter-spacing:.08em;color:#a8dcff1a;text-shadow:0 0 14px rgba(85,174,255,.26);pointer-events:none}.tag{position:absolute;font-size:.72rem;padding:.28rem .62rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:#dce4ff;font-weight:600;animation:tagFloat 5.4s ease-in-out infinite}.tag-a{left:1rem;top:1rem;color:#c593ff;border-color:#c593ff5c}.tag-b{right:1rem;top:1rem;color:#ff6e8c;border-color:#ff6e8c59;animation-delay:.6s}.tag-c{left:1rem;bottom:1rem;color:#2fd7a2;border-color:#2fd7a259;animation-delay:.9s}.tag-d{right:1rem;bottom:1rem;color:#f7b928;border-color:#f7b92857;animation-delay:1.2s}.tech-chip{display:inline-block;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:#90dcff;border:1px solid rgba(144,220,255,.36);background:#90dcff1a;border-radius:999px;padding:.28rem .55rem;margin-bottom:.6rem}.ai-metrics{margin-top:1rem;display:grid;gap:.75rem}.metric-head{display:flex;align-items:center;justify-content:space-between;font-size:.92rem;margin-bottom:.34rem}.metric-head span{color:#e4e9ff}.metric-head strong{color:#82dfff;font-weight:700}.metric-track{height:8px;border-radius:999px;background:#ffffff1a;overflow:hidden}.metric-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#2487ff,#6de0ff);box-shadow:0 0 14px #49b7ff8c;animation:fillGlow 2.8s ease-in-out infinite}.about-company{margin:1.1rem 0 .55rem;text-transform:uppercase;font-size:1.22rem}#reviews>.reveal:first-child{text-align:center}.reviews-subtitle{margin-inline:auto;max-width:520px}.review-card{padding:1.2rem 1.15rem 1.1rem;position:relative;background:linear-gradient(170deg,#162146db,#0e1734b8);border-color:#6eb4ff2b;min-height:210px}.review-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.review-user{display:flex;align-items:flex-start;gap:.7rem}.review-avatar{width:2.05rem;height:2.05rem;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:.82rem;color:#fff;background:linear-gradient(135deg,#6d7dff,#f65db0);box-shadow:0 0 16px #67a3ff59}.review-card h3{margin:0;font-size:.98rem;line-height:1.2}.review-card small{display:inline-block;margin-top:.24rem;color:#8ecfff;font-size:.67rem;font-weight:700;letter-spacing:.04em;border:1px solid rgba(142,207,255,.27);background:#8ecfff1a;border-radius:999px;padding:.12rem .42rem}.review-quote{font-size:1.9rem;line-height:1;color:#81cdff6e;transform:translateY(-2px)}.review-stars{margin-top:.75rem;color:#ffbc2c;letter-spacing:.08em;font-size:.84rem}.review-card p{margin-top:.62rem;color:#c0cae9;font-size:1rem;line-height:1.55}.faq-section>.reveal:first-child{text-align:center}.faq-subtitle{margin-inline:auto;max-width:620px}.faq-grid{margin-top:1.2rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.faq-item{padding:1rem 1rem .95rem;background:linear-gradient(165deg,#111c3ed1,#0b132dc2);border-color:#6cbcff2e;transition:border-color .2s ease,transform .2s ease}.faq-item:hover{border-color:#6cbcff6b;transform:translateY(-2px)}.faq-item h3{margin:0;font-size:1.02rem;line-height:1.35}.faq-item p{margin:.46rem 0 0;color:#aab8de;line-height:1.5;font-size:.92rem}.cta{padding-bottom:5.5rem}.cta-card{text-align:center;padding:clamp(1.4rem,4vw,2.8rem);position:relative;overflow:hidden;background:linear-gradient(135deg,#122d62e0,#091a3fe6),radial-gradient(circle at 20% 75%,rgba(86,197,255,.16),transparent 48%),radial-gradient(circle at 80% 25%,rgba(45,140,255,.14),transparent 52%);border:1px solid rgba(102,191,255,.24)}.cta-card:before{content:"";position:absolute;inset:-35% auto auto -18%;width:56%;aspect-ratio:1 / 1;border-radius:50%;background:radial-gradient(circle,#63d2ff33,#63d2ff00);pointer-events:none}.cta-card:after{content:"";position:absolute;inset:auto -16% -42% auto;width:52%;aspect-ratio:1 / 1;border-radius:50%;background:radial-gradient(circle,#3197ff38,#3197ff00);pointer-events:none}.cta-card p{max-width:680px;margin:.9rem auto 1.3rem;color:#d8dffb}.cta-card>*{position:relative;z-index:1}.site-footer{margin-top:1.2rem;border-top:1px solid rgba(113,188,255,.16);background:linear-gradient(180deg,#070d1ff5,#050a1afa);padding-bottom:max(.75rem,env(safe-area-inset-bottom,0px))}.footer-top{display:grid;grid-template-columns:1.25fr 1fr .9fr;gap:1.2rem;align-items:center;padding:1.1rem 0 1rem}.footer-brand-block{min-width:0}.footer-brand-row{display:flex;flex-direction:row;align-items:center;gap:.75rem 1rem;min-width:0}.footer-logo{flex-shrink:0;font-weight:900;font-size:1rem;letter-spacing:.03em}.footer-logo span{background:linear-gradient(90deg,#3fb7ff,#8be8ff);-webkit-background-clip:text;color:transparent}.footer-nomination,.footer-center,.footer-copy,.footer-bottom p,.footer-links a{color:#8f9dc8;margin:0;font-size:.73rem;line-height:1.45}.footer-nomination{flex:1 1 auto;min-width:0;max-width:min(17.5rem,100%);text-align:left;text-wrap:balance}.footer-center{text-align:center}.footer-copy{text-align:right}.footer-aside{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.65rem 1rem;min-width:0}.footer-tg-cta{position:relative;display:inline-flex;align-items:center;gap:.5rem;max-width:100%;padding:.38rem .85rem .38rem .72rem;border-radius:.85rem;text-decoration:none;font:inherit;color:var(--muted);border:1px solid var(--border);background:linear-gradient(170deg,#ffffff0f,#ffffff06);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 4px 18px #00000024;overflow:hidden;isolation:isolate;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.footer-tg-cta-accent{display:block;position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#2e7dff,#38c9ff);border-radius:.85rem 0 0 .85rem;pointer-events:none;z-index:0}.footer-tg-cta:hover{border-color:#ffffff29;background:linear-gradient(170deg,#ffffff17,#ffffff09);box-shadow:0 6px 22px #0000002e;transform:translateY(-1px)}.footer-tg-cta:active{transform:translateY(0)}.footer-tg-cta-icon,.footer-tg-cta-body{position:relative;z-index:1}.footer-tg-cta-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--pink);opacity:.92;transition:opacity .2s ease,color .2s ease}.footer-tg-cta:hover .footer-tg-cta-icon{opacity:1;color:#7ae8ff}.footer-tg-cta-icon svg{display:block}.footer-tg-cta-body{display:flex;flex-direction:column;align-items:flex-start;gap:.06rem;text-align:left;line-height:1.2;min-width:0}.footer-tg-cta-title{font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;color:#d5ddff}.footer-tg-cta-sub{font-size:.66rem;font-weight:500;letter-spacing:.02em;white-space:nowrap;color:var(--muted)}.footer-tg-cta:hover .footer-tg-cta-title{color:var(--text)}.footer-tg-cta:hover .footer-tg-cta-sub{color:#c4cae8}.footer-bottom{border-top:1px solid rgba(113,188,255,.12);padding:.8rem 0 1rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.footer-links{display:flex;gap:.95rem;flex-wrap:wrap;min-width:max-content}.footer-links a{transition:color .2s ease}.footer-links a:hover{color:#d8ecff}.footer-bottom p{text-align:right;max-width:620px}.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.placeholder-page{min-height:100vh;display:grid;place-items:center;padding:1.3rem}.placeholder-card{width:min(580px,100%);border:1px solid var(--border);border-radius:1.1rem;background:#0a1028bf;text-align:center;padding:1.8rem}.placeholder-card h1{margin:0 0 .7rem;font-size:clamp(1.7rem,5vw,2.2rem)}.placeholder-card p{margin:0 0 1.2rem;color:var(--muted);line-height:1.6}.auth-page{min-height:100vh;display:grid;place-items:center;padding:1.3rem;position:relative}.auth-card{width:min(430px,100%);border:1px solid rgba(107,183,255,.22);border-radius:1rem;background:linear-gradient(170deg,#0e193af0,#08122ae6);box-shadow:0 20px 60px #07122b80;padding:1.25rem}.auth-card h1{margin:0 0 1rem;text-transform:uppercase;font-size:1.8rem}.auth-card form{display:grid;gap:.82rem}.auth-card label{display:grid;gap:.35rem;color:#c7d3f7;font-size:.86rem}.auth-card input{height:2.5rem;border-radius:.6rem;border:1px solid rgba(128,193,255,.22);background:#040a1a80;color:#eef5ff;padding:0 .8rem;outline:none}.auth-card input:focus{border-color:#6bc8ff9e;box-shadow:0 0 0 3px #4db0ff29}.auth-btn{width:100%;margin-top:.2rem;border:0;cursor:pointer}.auth-error{margin:.1rem 0;color:#ff8ea4;font-size:.82rem}.auth-error-block{white-space:pre-wrap;line-height:1.45}.admin-master-error{max-height:5.5rem;overflow-y:auto;word-break:break-word;margin:.35rem 0 .65rem;font-size:.82rem}.articles-hub-rubrics{display:flex;flex-wrap:wrap;gap:.5rem .65rem;margin:0 0 1.5rem;padding:0}.articles-hub-rubric-link{font-size:.82rem;font-weight:600;color:#81c4fff2;text-decoration:none;padding:.35rem .65rem;border-radius:999px;border:1px solid rgba(128,193,255,.28);background:#080e1c73}.articles-hub-rubric-link:hover{border-color:#81c4ff8c;color:#e8f4ff}.articles-hub-filter{display:flex;flex-wrap:wrap;gap:.48rem .55rem;margin:0;align-items:center;width:100%}.articles-hub-filter-btn{font:inherit;font-size:.82rem;font-weight:600;cursor:pointer;color:#c7d3f7eb;padding:.42rem .82rem;border-radius:999px;border:1px solid rgba(128,193,255,.26);background:#080e1c6b;transition:border-color .15s ease,background .15s ease,color .15s ease}.articles-hub-filter-btn:hover{border-color:#81c4ff80;color:#e8f4ff}.articles-hub-filter-btn.is-active{border-color:#81c4ffbf;background:#3060a859;color:#fff}.articles-admin-section-field{margin-bottom:1rem}.articles-admin-section-label{display:block;margin-bottom:.35rem;font-size:.85rem;font-weight:600;color:#c7d3f7e0}.articles-hub-list{--articles-hub-card-max: 22rem;list-style:none;margin:0;padding:0;width:100%;display:grid;gap:1.1rem 1.25rem;grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),var(--articles-hub-card-max)));justify-content:start;justify-items:stretch;align-items:stretch}.articles-hub-list--section{margin-top:.25rem}.articles-hub-list>li{box-sizing:border-box;min-width:0;width:100%;max-width:var(--articles-hub-card-max);display:flex;justify-self:stretch}.articles-hub-list>li>*{flex:1 1 auto;min-width:0;width:100%}.mag-post-card.articles-hub-card{display:flex;flex-direction:column;height:100%;padding:0;overflow:hidden;border-radius:14px;border:1px solid rgba(128,193,255,.14);background:#080e1c6b;box-shadow:0 4px 24px #040a1840;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}.mag-post-card.articles-hub-card .articles-hub-card-hit{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;width:100%;text-decoration:none;color:inherit;outline:none;border-radius:inherit}.mag-post-card.articles-hub-card:has(.articles-hub-card-hit:hover){border-color:#8cc8ff5c;background:#0c142885;box-shadow:0 10px 36px #040c206b;transform:translateY(-2px)}.mag-post-card.articles-hub-card:has(.articles-hub-card-hit:focus-visible){border-color:#a0d7ff7a;background:#0c162c8c;box-shadow:0 10px 36px #040c206b,0 0 0 2px #8cc8ff80;transform:translateY(-1px)}.mag-post-card.articles-hub-card:has(.articles-hub-card-hit:hover) .articles-hub-card-title{color:#9fd4ff}.mag-post-card.articles-hub-card:has(.articles-hub-card-hit:hover) .articles-hub-card-cta{color:#b8e0ff;text-decoration:underline;text-underline-offset:.2em}.articles-hub-card-cover{position:relative;aspect-ratio:16 / 9;margin:0;background:linear-gradient(155deg,#3060a847,#080e1ce0);overflow:hidden}.articles-hub-card-cover img{width:100%;height:100%;object-fit:cover;display:block}.articles-hub-card-cover-fallback{display:block;width:100%;height:100%;min-height:5.5rem;background:linear-gradient(155deg,#3060a838,#080e1cbf)}.articles-hub-card-body{display:flex;flex-direction:column;flex:1;min-height:0;padding:.85rem 1rem 1.05rem;gap:0}.articles-hub-card-topline{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.35rem .75rem;margin-bottom:.5rem}.articles-hub-card-rubric{margin:0;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#81c4ffe6}.articles-hub-card-date{margin:0;font-size:.78rem;font-weight:500;color:#a8bce4a6;font-variant-numeric:tabular-nums;white-space:nowrap}.articles-hub-card-title{margin:0 0 .42rem;font-size:clamp(1.05rem,2.4vw,1.18rem);font-weight:700;line-height:1.28;letter-spacing:.01em;color:#f8fafffa}.articles-hub-card-excerpt{margin:0 0 .85rem;font-size:.9rem;line-height:1.52;color:#c7d3f7b8;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.articles-hub-card-cta{margin-top:auto;align-self:flex-start;padding-top:.15rem;cursor:inherit}.mag-post-card.articles-hub-card .mag-read-link.articles-hub-card-cta{font-size:.9rem;font-weight:700}.mag-post-card.articles-hub-card .articles-hub-card-title{margin:0 0 .42rem}.mag-post-card.articles-hub-card .articles-hub-card-excerpt{margin:0 0 .85rem}.articles-admin-publish-fieldset{border:1px solid rgba(128,193,255,.22);border-radius:10px;padding:.65rem 1rem .85rem;margin-top:1rem}.articles-admin-publish-fieldset legend{padding:0 .35rem;font-size:.85rem;color:#c7d3f7d9}.articles-admin-radio-line{display:flex;align-items:center;gap:.45rem;margin:.35rem 0 0;cursor:pointer;font-size:.9rem}.auth-field-hint{margin:0;font-size:.72rem;line-height:1.35;color:#7f92c4;font-weight:500}.auth-divider{margin:.85rem 0;text-align:center;color:#8fa0cd;font-size:.8rem}.oauth-buttons{display:grid;gap:.55rem}.auth-oauth{text-align:center}.auth-telegram-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.82rem 1.15rem;border:none;border-radius:.85rem;font-weight:700;font-size:.92rem;letter-spacing:.02em;color:#fff;cursor:pointer;background:linear-gradient(180deg,#35b6f5,#229ed9 48%,#1d8cc4);box-shadow:0 1px #ffffff38 inset,0 8px 22px #229ed96b;text-shadow:0 1px 1px rgba(0,20,40,.2);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.auth-telegram-btn:hover:not(:disabled){filter:brightness(1.05);box-shadow:0 1px #ffffff47 inset,0 10px 28px #229ed985;transform:translateY(-1px)}.auth-telegram-btn:active:not(:disabled){transform:translateY(0);filter:brightness(.97)}.auth-telegram-btn:focus-visible{outline:none;box-shadow:0 1px #ffffff38 inset,0 8px 22px #229ed96b,0 0 0 3px #2aabee59}.auth-telegram-btn:disabled{opacity:.68;cursor:not-allowed;transform:none;filter:saturate(.85)}.auth-telegram-icon{flex-shrink:0;color:#fff;opacity:.95;filter:drop-shadow(0 1px 1px rgba(0,30,60,.25))}.auth-telegram-label{line-height:1.2}.auth-telegram-hint{margin-top:.35rem;text-align:center}.auth-telegram-manual{margin-top:.85rem;display:flex;flex-direction:column;align-items:stretch;gap:.55rem}.auth-telegram-manual-link{text-align:center;text-decoration:none}.auth-links{margin-top:.95rem;display:flex;align-items:center;justify-content:space-between;gap:.7rem}.auth-links a{color:#9fb9ef;font-size:.8rem}.auth-links a:hover{color:#d7ecff}.dashboard-card p{margin:.28rem 0;color:#c7d2f1}.dashboard-actions{margin-top:1rem;display:grid;gap:.6rem}.dashboard-success{border:1px solid rgba(95,200,255,.32);background:linear-gradient(165deg,#1f67d642,#112b6238);border-radius:.8rem;padding:.72rem .8rem;margin:0 0 .9rem}.dashboard-success strong{color:#d9efff;font-size:.95rem}.dashboard-success p{margin-top:.28rem;color:#9fb7e9;font-size:.84rem;line-height:1.45}.dashboard-greeting{margin:.35rem 0 .25rem;font-size:1.08rem}.dashboard-meta{color:#abc0e8!important}.auth-loading-page,.auth-loading{min-height:100vh;display:grid;place-items:center;color:#d9e8ff}.cabinet-page{min-height:100vh;position:relative;padding-bottom:2rem}.cabinet-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(127,200,255,.14);background:#070c1eb8}.cabinet-user{display:flex;align-items:center;gap:.7rem}.cabinet-user span{color:#d6e8ff;font-weight:600;font-size:.9rem}.cabinet-main{padding-top:1.4rem;display:grid;gap:1rem}.cabinet-hero{padding:1.15rem}.cabinet-hero h1{margin:0;text-transform:uppercase;font-size:clamp(1.5rem,3.8vw,2.5rem)}.cabinet-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.cabinet-stat{text-align:center;padding:.95rem .75rem}.cabinet-stat-value{font-size:1.38rem;font-weight:900}.cabinet-stat p{margin:.25rem 0 0;color:#afbfeb;font-size:.82rem}.cabinet-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:1rem}.cabinet-panel{padding:1rem}.cabinet-panel h2{font-size:1.05rem;line-height:1.2}.signal-list{margin-top:.7rem;display:grid;gap:.65rem}.signal-row{border:1px solid rgba(111,186,255,.2);background:#0b1530a1;border-radius:.7rem;padding:.65rem .72rem;display:flex;align-items:flex-start;justify-content:space-between;gap:.7rem}.signal-row strong{color:#e5f1ff;font-size:.92rem}.signal-row p{margin:.2rem 0 0;color:#9db1e0;font-size:.81rem}.signal-meta{text-align:right}.signal-meta span{display:inline-block;color:#8ee4ff;font-size:.72rem;border:1px solid rgba(142,228,255,.28);border-radius:999px;padding:.12rem .38rem}.signal-meta small{display:block;margin-top:.3rem;color:#a8b9e3}.quick-actions{margin-top:.78rem;display:grid;gap:.55rem}.quick-actions .btn{border:0;cursor:pointer;text-align:center}@media (max-width: 1024px){.grid-4,.steps{grid-template-columns:repeat(2,minmax(0,1fr))}.step:after{display:none}.step{border:1px solid var(--border);background:#ffffff05;border-radius:1rem;padding:1.05rem .9rem 1rem}.grid-3{grid-template-columns:1fr}}@media (max-width: 768px){.menu{display:none}.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.about{grid-template-columns:1fr}.about-visual{min-height:350px}.section{padding:4.8rem 0 2.5rem}.hero{padding-top:4.4rem}.hero-rings{display:none}.steps-subtitle{margin-bottom:1.45rem}.footer-top{grid-template-columns:1fr;text-align:center;gap:.85rem}.footer-brand-row{justify-content:center;flex-wrap:wrap}.footer-nomination{text-align:center;max-width:min(20rem,100%)}.faq-grid{grid-template-columns:1fr}.footer-copy{text-align:center}.footer-aside{justify-content:center}.footer-bottom{flex-direction:column;align-items:center;text-align:center}.footer-bottom p{text-align:center}.footer-tg-cta{justify-content:center}.footer-tg-cta-body{align-items:center;text-align:center}.cabinet-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.cabinet-grid{grid-template-columns:1fr}.cabinet-user span{display:none}}@media (max-width: 520px){.container{width:min(1120px,calc(100% - 1.35rem))}.header .nav{min-height:66px;gap:.4rem}.account-btn{padding:.5rem .7rem}.header .account-btn{white-space:nowrap;flex-shrink:0}.stats,.grid-4,.steps{grid-template-columns:1fr}.section-subtitle{margin-bottom:2rem}.hero-actions{flex-direction:column;align-items:stretch}.btn{text-align:center}.tag{font-size:.63rem}.ai-big-label{bottom:1.4rem}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes drift{0%{transform:translate(0) scale(1)}to{transform:translate(28px,-18px) scale(1.1)}}@keyframes hueShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes coreFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes coreBlink{0%,to{filter:brightness(1)}50%{filter:brightness(1.2)}}@keyframes nodeFloat{0%,to{transform:translate(var(--x)) translateY(0)}50%{transform:translate(var(--x)) translateY(-6px)}}@keyframes nodeBlink{0%,to{opacity:.92}50%{opacity:.35}}@keyframes tagFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes pulseGlow{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.12);opacity:.35}}@keyframes pulseRing{0%,to{transform:scale(.88);opacity:.16}50%{transform:scale(1.12);opacity:.4}}@keyframes scanMove{0%{top:18%;opacity:0}12%{opacity:1}50%{top:58%;opacity:.9}88%{opacity:.6}to{top:84%;opacity:0}}@keyframes fillGlow{0%,to{filter:saturate(1)}50%{filter:saturate(1.25)}}.hub-page{min-height:100vh;position:relative;padding-bottom:2.2rem}.hub-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(113,188,255,.16);background:#070b19b8}.hub-header--mobile-nav-open{z-index:25;border-bottom-color:transparent;box-shadow:0 1px #71bcff1a}.hub-header--mobile-nav-open .hub-mobile-nav-toggle{border-color:#71bcff2e;background:#0a122485;color:#bcccece0}.hub-header--mobile-nav-open .hub-mobile-nav-toggle:hover{border-color:#82b9ff4d;background:#0e182ead;color:#f5f8fff0}.hub-header--mobile-nav-open .hub-mobile-nav-icon{opacity:.9}.hub-header .brand{font-size:var(--ins-text-lg)}.hub-header .account-btn{font-size:var(--ins-text-sm)}.hub-nav{display:flex;gap:1rem;position:absolute;left:50%;transform:translate(-50%)}.hub-nav a{color:#9cb0dd;font-size:var(--ins-text-sm);font-weight:600}.hub-nav a.active{color:#dff4ff}.hub-user-actions{display:flex;align-items:center;gap:.55rem;margin-left:auto}.hub-header-desktop-extras{display:flex;align-items:center;gap:.55rem}.hub-header-mobile-lang{display:none;align-items:center;flex-shrink:0}.hub-header-mobile-lang-switcher.lang-popover{position:relative;z-index:36;flex:0 0 auto;width:auto;max-width:none}.hub-header-mobile-lang-switcher .lang-trigger{width:auto;min-width:0;min-height:2.45rem;height:2.45rem;justify-content:center;gap:.34rem;padding:0 .52rem;border-radius:.55rem;border-color:#71bcff29;background:#ffffff0a}.hub-header-mobile-lang-switcher .lang-trigger:hover{transform:none;border-color:#71bcff38;box-shadow:none;background:#ffffff0e}.hub-header-mobile-lang-switcher .lang-code{font-size:.66rem;font-weight:600;letter-spacing:.04em;color:#b6c6e4d1}.hub-header-mobile-lang-switcher .lang-flag{width:14px;height:14px;opacity:.92}.hub-header-mobile-lang-switcher .lang-menu{left:auto;right:0;min-width:8.75rem;max-width:min(16rem,calc(100vw - 2.5rem))}.hub-mobile-nav-toggle{display:none;align-items:center;justify-content:center;width:2.55rem;height:2.55rem;padding:0;border-radius:.75rem;border:1px solid rgba(113,188,255,.28);background:#0a1224bf;color:#d2e2ffeb;cursor:pointer;flex-shrink:0;transition:border-color .15s ease,background .15s ease,color .15s ease}.hub-mobile-nav-toggle:hover{border-color:#96c8ff73;background:#12203ae0;color:#fff}.hub-mobile-nav-icon{display:block}.hub-mobile-nav-scrim{position:fixed;left:0;right:0;bottom:0;z-index:19;background:#0408106b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:hubMobileNavScrimIn .18s ease}@keyframes hubMobileNavScrimIn{0%{opacity:0}to{opacity:1}}.hub-mobile-nav-panel{width:100%;border-top:1px solid rgba(113,188,255,.12);background:#070b19f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 28px #00000038;animation:hubMobileNavPanelIn .2s ease}@keyframes hubMobileNavPanelIn{0%{opacity:.88;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.hub-mobile-nav-panel-inner{padding:.4rem 0 .45rem;padding-bottom:max(.5rem,env(safe-area-inset-bottom,0px));overflow:visible}.hub-mobile-nav-block{padding:.08rem 0 .28rem}.hub-mobile-nav-muted{margin:0;font-size:.82rem;color:#a8bce4a6}.hub-mobile-nav-user-card{display:block;text-decoration:none;color:inherit;border-radius:.85rem;padding:.68rem .78rem;border:1px solid rgba(113,188,255,.18);background:linear-gradient(152deg,#1a2c5861,#0a102094);box-shadow:0 2px 14px #0003;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.hub-mobile-nav-user-card:hover{border-color:#8cc8ff52;background:linear-gradient(152deg,#2036667a,#0c1428a6);box-shadow:0 4px 18px #00000042}.hub-mobile-nav-user-card:active{transform:scale(.99)}.hub-mobile-nav-user-card:focus-visible{outline:2px solid rgba(130,200,255,.55);outline-offset:2px}.hub-mobile-nav-user-card-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.65rem 1rem;align-items:start}.hub-mobile-nav-user-primary{display:flex;align-items:flex-start;gap:.55rem;min-width:0}.hub-mobile-nav-user-avatar{flex:0 0 auto;width:2.7rem;height:2.7rem;border-radius:999px;display:grid;place-items:center;font-size:1.08rem;font-weight:800;letter-spacing:.02em;color:#e6f6fff5;background:radial-gradient(circle at 32% 28%,#82d2ff6b,#2448a08c);border:1px solid rgba(120,190,255,.28);box-shadow:inset 0 1px #ffffff24}.hub-mobile-nav-user-primary-text{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.2rem;padding-top:.08rem}.hub-mobile-nav-user-card .hub-mobile-nav-user-name{margin:0;font-size:1.04rem;font-weight:800;letter-spacing:.01em;color:#f8fafffa;line-height:1.22}.hub-mobile-nav-user-card .hub-mobile-nav-user-email{margin:0;font-size:.74rem;font-weight:500;line-height:1.35;color:#afc4e8d1;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hub-mobile-nav-user-side{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem;flex-shrink:0;text-align:right}.hub-mobile-nav-user-level-chip{padding:.22rem .52rem;border-radius:.5rem;font-size:.66rem;font-weight:800;letter-spacing:.07em;color:#c6eefff5;border:1px solid rgba(100,175,255,.38);background:#286ed238;white-space:nowrap}.hub-mobile-nav-user-stat{display:flex;flex-direction:column;align-items:flex-end;gap:.06rem;max-width:11rem}.hub-mobile-nav-user-stat-label{font-size:.55rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#94a8d085}.hub-mobile-nav-user-stat-value{font-size:.76rem;font-weight:700;font-variant-numeric:tabular-nums;color:#dae6fff0;word-break:break-all}.hub-mobile-nav-guest-actions{display:flex;gap:.45rem;flex-wrap:wrap}.hub-mobile-nav-aux-link{flex:1 1 calc(50% - .25rem);min-height:2.5rem;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:.35rem .65rem;border-radius:.65rem;font-size:.86rem;font-weight:700;text-decoration:none;color:#eef4ff;border:1px solid rgba(113,188,255,.35);background:#2e7dff2e;transition:background .15s ease,border-color .15s ease}.hub-mobile-nav-aux-link:hover{background:#2e7dff47;border-color:#96c8ff73}.hub-mobile-nav-aux-link--secondary{background:#ffffff0d;color:#dce6ffeb;border-color:#71bcff38}.hub-mobile-nav-aux-link--secondary:hover{background:#ffffff17}.hub-mobile-nav-sep{height:1px;margin:.3rem 0;background:#71bcff1f;border:none}.hub-mobile-nav-sep--before-services{margin:.78rem 0 .48rem;height:2px;border-radius:1px;background:linear-gradient(90deg,transparent 0%,rgba(113,188,255,.18) 14%,rgba(113,188,255,.34) 50%,rgba(113,188,255,.18) 86%,transparent 100%);box-shadow:0 -1px #0000001f}.hub-mobile-nav-block--account{display:flex;flex-direction:column;gap:0;margin-top:0;padding:0;border:none;border-radius:0;background:transparent}.hub-mobile-nav-aux-item{display:flex;align-items:center;gap:.42rem;width:100%;box-sizing:border-box;min-height:2.85rem;padding:.62rem .35rem;margin:0;border:none;border-radius:0;border-bottom:1px solid rgba(113,188,255,.08);background:transparent;font:inherit;font-size:.92rem;font-weight:600;line-height:1.3;color:#b4c4eb;text-decoration:none;text-align:left;cursor:pointer;transition:background .12s ease,color .12s ease}.hub-mobile-nav-block--account>.hub-mobile-nav-aux-item:last-child{border-bottom:none}.hub-mobile-nav-aux-item:hover{color:#f2f6ff;background:#ffffff0d}.hub-mobile-nav-aux-item:focus-visible{outline:2px solid rgba(140,200,255,.45);outline-offset:1px}.hub-mobile-nav-row-icon{flex:0 0 1.28rem;display:flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;opacity:.88}.hub-mobile-nav-row-text{flex:1 1 auto;min-width:0}.hub-mobile-nav-aux-item--logout{color:#ffafc3f2}.hub-mobile-nav-aux-item--logout .hub-mobile-nav-row-icon{opacity:.95}.hub-mobile-nav-aux-item--logout:hover{background:#ff5a7a14;color:#ffd6e0}.hub-mobile-nav-links{display:flex;flex-direction:column;gap:0;padding:.12rem 0 0;margin:0}.hub-mobile-nav-link{display:flex;align-items:center;gap:.42rem;width:100%;box-sizing:border-box;min-height:2.85rem;padding:.62rem .35rem;border-radius:0;border:none;border-bottom:1px solid rgba(113,188,255,.08);color:#b4c4eb;font-size:.92rem;font-weight:600;line-height:1.3;text-decoration:none;transition:background .12s ease,color .12s ease}.hub-mobile-nav-links>.hub-mobile-nav-link:last-child{border-bottom:none}.hub-mobile-nav-link:hover,.hub-mobile-nav-link:focus-visible{color:#f2f6ff;background:#ffffff0d;outline:none}.hub-mobile-nav-link.active{color:#ecf2fff5;background:#ffffff09;box-shadow:inset 2px 0 #6eafff61;font-weight:600}.hub-mobile-nav-link.active:hover,.hub-mobile-nav-link.active:focus-visible{color:#f4f8fffa;background:#ffffff0d;box-shadow:inset 2px 0 #78b9ff73}@media (min-width: 981px){.hub-mobile-nav-panel,.hub-mobile-nav-scrim{display:none!important}}.hub-user-badge{display:inline-grid;place-items:center;min-width:1.82rem;height:1.82rem;border-radius:999px;padding-inline:.5rem;background:#5fc9ff21;color:#b3e6ff;font-size:var(--ins-text-xs);font-weight:700}.hub-main{padding-top:1.35rem;display:grid;gap:1.15rem}.wheel-page{background:radial-gradient(ellipse 120% 80% at 50% -20%,rgba(88,28,135,.35),transparent 55%),linear-gradient(180deg,#0f0a18,#12101f 45%,#0a0814)}.wheel-page .hub-nav a.active{color:#ff5a7a;text-shadow:0 0 18px rgba(255,90,122,.35)}.wheel-page .hub-mobile-nav-link.active{color:#ffcdd6f5;background:#ff5a7a0a;box-shadow:inset 2px 0 #ff829b6b;font-weight:600;text-shadow:none}.wheel-page .hub-mobile-nav-link.active:hover,.wheel-page .hub-mobile-nav-link.active:focus-visible{background:#ff5a7a12;box-shadow:inset 2px 0 #ff8ca280}.wheel-page-noise{opacity:.06}.wheel-main{justify-items:center;text-align:center;padding-bottom:2.5rem}.wheel-hero{width:min(640px,100%);display:grid;gap:.5rem}.wheel-hero-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem 1rem}.wheel-title{margin:0;font-size:clamp(1.65rem,4.2vw,2.35rem);font-weight:900;letter-spacing:.04em;line-height:1.05;text-transform:uppercase}.wheel-title-line{color:#f4f6ff}.wheel-title-accent{background:linear-gradient(95deg,#ffb347,#c084fc 42%,#a78bfa);-webkit-background-clip:text;background-clip:text;color:transparent}.wheel-subtitle{margin:0;color:#b4c4e6d9;font-size:var(--ins-text-sm)}.wheel-status{display:inline-flex;align-items:center;gap:.4rem;padding:.28rem .75rem;border-radius:999px;font-size:var(--ins-text-xs);font-weight:700;letter-spacing:.02em;border:1px solid rgba(255,255,255,.1);background:#0a0816bf;color:#b8c8e8}.wheel-status--ok{border-color:#34d39959;color:#9fe8c8}.wheel-status--done{border-color:#fbbf2459;color:#fcd34d}.wheel-status-dot{width:.45rem;height:.45rem;border-radius:50%;background:#34d399;box-shadow:0 0 10px #34d399bf}.wheel-status--done .wheel-status-dot{background:#fbbf24;box-shadow:0 0 10px #fbbf24a6}.wheel-stage{position:relative;width:min(430px,92vw);aspect-ratio:1;margin-top:.5rem}.wheel-spin-wrap{position:absolute;top:8%;right:8%;bottom:8%;left:8%;display:grid;place-items:center}.wheel-rim{position:relative;width:100%;height:100%;border-radius:50%;padding:5%;background:conic-gradient(from 0deg,#f4d03f,#f7e7a1,#d4af37 36deg,#f4d03f,#c9a227,#f4d03f,#e8c547,#f4d03f,#c9a227,#f4d03f,#e8c547,#f4d03f 360deg);box-shadow:0 0 0 3px #00000073,0 0 32px #f4d03f59,0 0 64px #f4d03f1f,inset 0 0 20px #ffffff26}.wheel-rim:before{content:"";position:absolute;top:10%;right:10%;bottom:10%;left:10%;border-radius:50%;border:2px dashed rgba(255,255,255,.22);pointer-events:none;z-index:1}.wheel-svg{width:100%;height:100%;display:block;border-radius:50%;position:relative;z-index:0}.wheel-pointer{position:absolute;left:50%;top:0;transform:translate(-50%);width:0;height:0;border-left:17px solid transparent;border-right:17px solid transparent;border-top:27px solid #f4d03f;filter:drop-shadow(0 3px 6px rgba(0,0,0,.55));z-index:4}.wheel-hub{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:22%;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 35% 30%,#ff6b6b,#c41e3a 55%,#8b1538);border:3px solid #e8c547;box-shadow:0 4px 16px #c41e3a8c,inset 0 2px 8px #fff3;z-index:3;pointer-events:none}.wheel-hub-text{font-size:clamp(.52rem,2vw,.75rem);font-weight:900;letter-spacing:.04em;color:#fff8e7;text-align:center;line-height:1.1;text-shadow:0 1px 2px rgba(0,0,0,.45)}.wheel-spin-btn{margin-top:.25rem;min-width:min(400px,100%);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:.85rem 1.5rem;border-radius:999px;box-shadow:0 0 0 1px #ff506459,0 8px 28px #dc262673}.wheel-spin-btn:disabled{opacity:.55;box-shadow:none}.wheel-spin-btn-icon{font-size:1.1rem;line-height:1}.wheel-result{margin:.35rem 0 0;max-width:28rem;color:#c4f0d4;font-size:var(--ins-text-sm);font-weight:600}.wheel-rewards{width:100%;max-width:920px;margin-top:1.5rem}.wheel-rewards-h{margin:0 0 .85rem;font-size:var(--ins-text-sm);font-weight:800;letter-spacing:.12em;color:#c8d2f0e6}.wheel-rewards-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}@media (max-width: 720px){.wheel-rewards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.wheel-reward-card{display:flex;flex-direction:column;align-items:center;gap:.45rem;padding:.75rem .5rem;border-radius:12px;background:#120e24b8;border:1px solid rgba(139,92,246,.22);box-shadow:inset 0 1px #ffffff0a}.wheel-reward-icon{font-size:1.35rem;line-height:1;filter:drop-shadow(0 2px 6px rgba(139,92,246,.45))}.wheel-reward-label{font-size:var(--ins-text-xs);font-weight:700;color:#dcd6ff;text-align:center;line-height:1.25}@media (prefers-reduced-motion: reduce){.wheel-rim{transition-duration:.01ms!important}}.hub-page main.container.hub-main{width:min(1120px,calc(100% - 2.5rem))!important;max-width:none!important;display:grid!important}.slots-page.hub-page main.container.hub-main{padding-top:1.2rem;gap:1.2rem}.hub-topbar{position:relative;overflow:hidden;padding:.95rem 1.35rem;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1rem 1.35rem;background:linear-gradient(145deg,#0c1634eb,#060c1ce0);border:1px solid rgba(113,188,255,.24);box-shadow:0 12px 40px #040a1a73,inset 0 1px #ffffff12}.hub-topbar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 100% 180% at 0% 50%,rgba(255,198,86,.12),transparent 52%),radial-gradient(ellipse 90% 160% at 100% 20%,rgba(47,141,255,.14),transparent 48%);opacity:.95}.hub-topbar>*{position:relative;z-index:1}.hub-balance{justify-self:start;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.28rem;min-width:0}.hub-balance span,.hub-top-note{color:#93a3ce;font-size:var(--ins-text-sm)}.hub-balance span{line-height:1.2;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.hub-balance strong{display:block;color:#ffd078;font-size:var(--ins-text-3xl);line-height:1;font-weight:900;font-variant-numeric:tabular-nums;text-shadow:0 0 20px rgba(255,198,86,.35),0 1px 2px rgba(0,0,0,.4)}.hub-countdown{justify-self:center;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:center;font-variant-numeric:tabular-nums}.hub-countdown div{width:2.85rem;height:2.85rem;border-radius:.55rem;background:linear-gradient(180deg,#122044f2,#060c1ce0);border:1px solid rgba(113,188,255,.22);box-shadow:inset 0 1px #ffffff0f,0 4px 14px #00000040;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.08rem;padding:0}.hub-countdown strong{color:#e8f4ff;font-size:var(--ins-text-lg);line-height:1;letter-spacing:.02em;font-weight:800}.hub-countdown span{color:#8aa3d4;font-size:.65rem;line-height:1;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.hub-top-note{justify-self:end;align-self:center;text-align:right;margin:0;max-width:16rem;line-height:1.45;font-weight:500}.hub-profile{padding-top:.55rem}.hub-profile--split{display:grid;grid-template-columns:auto minmax(0,1fr);gap:clamp(1.1rem,3.5vw,2.25rem);align-items:start;padding:1.1rem 1.2rem 1.15rem;border-radius:1.05rem;border:1px solid rgba(114,188,255,.16);background:linear-gradient(165deg,#10142c94,#0a0c1c6b);box-shadow:0 14px 44px #00000038;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hub-profile-left{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0}.hub-profile-left .hub-email{max-width:min(16rem,100%);word-break:break-word}.hub-profile-left .hub-avatar-ring+.hub-email{margin-top:.75rem}.hub-profile-left .hub-user-id+.hub-email{margin-top:.35rem}.hub-profile-right{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;min-width:0;padding-top:.1rem}.hub-profile-hero{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem 1.35rem;align-items:center;width:100%;padding:.7rem 1rem;border-radius:.9rem;background:#080e247a;border:1px solid rgba(113,188,255,.16);box-sizing:border-box}.hub-profile-hero-level .hub-level-heading-row{justify-content:flex-start;margin:0}.hub-profile-hero-progress{display:flex;flex-direction:column;gap:.45rem;min-width:0}.hub-profile-hero-progress-head{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;font-size:var(--ins-text-sm)}.hub-profile-progress-caption{color:#97abd6;font-weight:600}.hub-profile-progress-pct{font-weight:800;color:#eef3ff;font-variant-numeric:tabular-nums;font-size:clamp(.95rem,2.2vw,1.1rem)}.hub-progress.hub-progress--profile{width:100%;max-width:none;height:12px;margin-top:0;background:#ffffff1a;box-shadow:inset 0 1px #ffffff0f}.hub-profile-meta.hub-level-meta.hub-profile-meta--grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem .85rem;padding:.65rem .85rem}.hub-profile-meta--grid.hub-level-meta p{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.28rem;padding:.55rem .65rem;border-radius:.6rem;background:#060e2273;border:1px solid rgba(113,188,255,.12);font-size:var(--ins-text-xs)}.hub-profile-meta--grid .hub-level-meta-value{font-size:clamp(1rem,2.4vw,1.2rem)}.hub-profile-meta-span{grid-column:1 / -1}@media (max-width: 720px){.hub-profile--split{grid-template-columns:1fr;justify-items:center;text-align:center}.hub-profile-right{align-items:stretch;width:100%;padding-top:.2rem}.hub-profile-hero{grid-template-columns:1fr;justify-items:center;text-align:center}.hub-profile-hero-level .hub-level-heading-row{justify-content:center}.hub-profile-hero-progress,.hub-profile-hero-progress-head{width:100%}.hub-profile-meta.hub-level-meta.hub-profile-meta--grid{grid-template-columns:1fr}}.hub-avatar-ring{width:130px;height:130px;border-radius:50%;padding:3px;background:linear-gradient(145deg,#46ccff,#1f8fff,#ff5f96);animation:hubAvatarPulse 2.8s ease-in-out infinite;box-shadow:0 0 26px #44b0ff47}.hub-avatar-core{width:100%;height:100%;border-radius:inherit;display:grid;place-items:center;background:radial-gradient(circle at 35% 30%,#173a82,#090f26);font-size:2rem}.hub-user-id{margin:.6rem 0 0;font-size:var(--ins-text-xs);color:#8da2cd}.hub-email{margin:.35rem 0 0;color:#b6c9ef;font-size:var(--ins-text-sm)}.hub-level-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hub-level-heading-row{display:flex;align-items:center;justify-content:center;margin:.35rem 0 0;position:relative}.hub-level-chip{--hub-chip-glow: rgba(124, 92, 255, .35);display:inline-flex;align-items:center;gap:.55rem;max-width:100%;padding:.38rem .55rem .38rem .42rem;border:1px solid rgba(139,120,220,.45);border-radius:999px;cursor:pointer;text-align:left;font:inherit;color:#e8f0ff;background:linear-gradient(135deg,#20163aeb,#120e28e0);box-shadow:0 0 0 1px #ffffff0f inset,0 4px 20px #0804188c,0 0 28px var(--hub-chip-glow);transition:transform .22s cubic-bezier(.22,1,.36,1),border-color .2s ease,box-shadow .22s ease,background .22s ease;animation:hub-level-chip-idle 4.5s ease-in-out infinite}.hub-level-chip:hover{transform:translateY(-2px) scale(1.02);border-color:#b4a0ffa6;--hub-chip-glow: rgba(147, 112, 255, .5);box-shadow:0 0 0 1px #ffffff1a inset,0 10px 32px #08041ca6,0 0 40px var(--hub-chip-glow)}.hub-level-chip:active{transform:translateY(0) scale(.98)}.hub-level-chip:focus{outline:none}.hub-level-chip:focus-visible{outline:2px solid rgba(130,200,255,.85);outline-offset:3px}.hub-level-chip-badge{flex-shrink:0;min-width:2.15rem;height:2.15rem;padding:0 .35rem;display:grid;place-items:center;border-radius:50%;font-size:1.05rem;font-weight:900;line-height:1;color:#fff;background:linear-gradient(145deg,#8b5cf6,#5b21b6);box-shadow:0 0 16px #8b5cf68c,inset 0 1px #ffffff38}.hub-level-chip[data-level="2"] .hub-level-chip-badge{background:linear-gradient(145deg,#3b82f6,#1d4ed8);box-shadow:0 0 16px #3b82f680,inset 0 1px #fff3}.hub-level-chip[data-level="3"] .hub-level-chip-badge{background:linear-gradient(145deg,#a78bfa,#6d28d9);box-shadow:0 0 16px #a78bfa80,inset 0 1px #fff3}.hub-level-chip[data-level="4"] .hub-level-chip-badge{background:linear-gradient(145deg,#f97316,#c2410c);box-shadow:0 0 16px #f9731673,inset 0 1px #fff3}.hub-level-chip[data-level="5"] .hub-level-chip-badge{background:linear-gradient(145deg,#fcd34d,#d97706);color:#1a1008;box-shadow:0 0 20px #fcd34d8c,inset 0 1px #ffffff59}.hub-level-chip-main{display:inline-flex;flex-wrap:nowrap;align-items:center;gap:.2rem;min-width:0;font-size:clamp(1.05rem,2.8vw,1.35rem);font-weight:900;letter-spacing:.04em;line-height:1}.hub-level-chip-lvl{color:#f0f4ff;line-height:1}.hub-level-chip-sep{color:#a5c9ff8c;font-weight:700;line-height:1;transform:translateY(-.04em)}.hub-level-chip-name{font-weight:700;font-size:clamp(.82rem,2.1vw,.98rem);letter-spacing:.02em;color:#a5c9ff;text-transform:none;line-height:1}.hub-level-chip-icon-wrap{flex-shrink:0;display:grid;place-items:center;width:2.05rem;height:2.05rem;margin-left:.1rem;border-radius:50%;border:1px solid rgba(147,197,253,.35);background:#1e3a7873;color:#93c5fd;transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease;box-shadow:0 0 12px #508cdc33}.hub-level-chip-tiers-svg{display:block}.hub-level-chip:hover .hub-level-chip-icon-wrap{border-color:#bae6fd8c;background:#2d5aa08c;color:#e0f2fe;box-shadow:0 0 16px #78b4ff59;transform:scale(1.06)}@keyframes hub-level-chip-idle{0%,to{box-shadow:0 0 0 1px #ffffff0f inset,0 4px 20px #0804188c,0 0 28px var(--hub-chip-glow)}50%{box-shadow:0 0 0 1px #ffffff14 inset,0 4px 22px #08041894,0 0 36px #9370ff6b}}@media (prefers-reduced-motion: reduce){.hub-level-chip{animation:none}.hub-level-chip:hover,.hub-level-chip:hover .hub-level-chip-icon-wrap{transform:none}}.hub-level-meta{margin:.55rem 0 0;width:min(380px,100%);display:grid;gap:.35rem;padding:.55rem .75rem;border-radius:.75rem;background:#0c18348c;border:1px solid rgba(113,188,255,.18);text-align:left}.hub-level-meta.hub-profile-meta{margin-top:0;width:100%;max-width:none}.hub-level-meta p{margin:0;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.35rem .75rem;font-size:.82rem;color:#aab8de}.hub-level-meta-label{color:#7d93c4}.hub-level-meta-value{font-weight:800;color:#e8f0ff;font-variant-numeric:tabular-nums}.hub-progress{width:min(360px,90%);height:8px;border-radius:999px;overflow:hidden;background:#ffffff1c;margin-top:.45rem}.hub-progress-bar{height:100%;background:linear-gradient(90deg,#2f8dff,#66dcff)}.hub-progress-text{margin:.32rem 0 0;color:#8ea4cf;font-size:var(--ins-text-xs)}.hub-success{margin-top:.7rem;width:min(500px,100%);text-align:center}.tasks-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3920;display:flex;align-items:center;justify-content:center;padding:1rem;background:#040816d1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.tasks-modal{width:100%;max-width:min(440px,calc(100vw - 2rem));max-height:min(90vh,640px);display:flex;flex-direction:column;border-radius:1.25rem;padding:1.25rem 1.15rem 1.1rem;background:linear-gradient(165deg,#16122afa,#0c0a1cfc);border:1px solid rgba(139,92,246,.28);box-shadow:0 0 0 1px #ffffff0a inset,0 28px 72px #0000008c,0 0 60px #783cc81f}.tasks-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.65rem;flex-shrink:0}.tasks-modal-title{margin:0;font-size:1.25rem;font-weight:900;letter-spacing:.02em;color:#f4f6ff}.tasks-modal-summary{margin:.35rem 0 0;display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .65rem;font-size:var(--ins-text-sm);color:#9aa8cc}.tasks-modal-summary-xp{font-weight:800;color:#ffb347}.tasks-modal-bar{margin-top:.5rem;height:6px;border-radius:999px;background:#ffffff14;overflow:hidden}.tasks-modal-bar-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#ff8a4c,#ff5a9a,#c084fc);transition:width .35s ease}.tasks-modal-close{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#c8d4f0;font-size:1.35rem;line-height:1;cursor:pointer;display:grid;place-items:center;transition:background .15s ease,color .15s ease}.tasks-modal-close:hover{background:#ffffff1f;color:#fff}.tasks-modal-list{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:.65rem;padding-right:.2rem;margin-top:.15rem;scrollbar-width:thin;scrollbar-color:rgba(139,92,246,.55) rgba(255,255,255,.06)}.tasks-modal-list::-webkit-scrollbar{width:6px}.tasks-modal-list::-webkit-scrollbar-track{background:#ffffff0f;border-radius:999px}.tasks-modal-list::-webkit-scrollbar-thumb{background:#8b5cf680;border-radius:999px}.tasks-modal-card{border-radius:1rem;padding:.85rem .9rem;background:#1e1a34eb;border:1px solid rgba(120,100,180,.22);text-align:left}.tasks-modal-card--done{border-color:#34d39973;box-shadow:0 0 20px #34d3991f}.tasks-modal-card--dummy{opacity:.92}.tasks-modal-card-top{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:.55rem .65rem}.tasks-modal-icon{width:2.25rem;height:2.25rem;border-radius:.55rem;display:grid;place-items:center;font-size:1.1rem;background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.tasks-modal-icon--muted{opacity:.95}.tasks-modal-icon--check{background:linear-gradient(145deg,#22c55e,#16a34a);border-color:#34d39980;color:#fff;font-weight:900;font-size:1rem}.tasks-modal-card-text{margin:0;font-size:var(--ins-text-sm);font-weight:700;line-height:1.35;color:#e8ecff}.tasks-modal-xp{font-size:var(--ins-text-xs);font-weight:800;color:#fa4;white-space:nowrap;align-self:center}.tasks-modal-xp--done{color:#4ade80}.tasks-modal-cta{margin-top:.75rem;width:100%;justify-content:center;text-decoration:none;display:inline-flex;align-items:center;text-align:center}.tasks-modal-progress-block{margin-top:.55rem}.tasks-modal-progress-row{display:flex;justify-content:space-between;font-size:var(--ins-text-xs);color:#8b9cc4;margin-bottom:.25rem}.tasks-modal-mini-bar{height:4px;border-radius:999px;background:#ffffff14;overflow:hidden}.tasks-modal-mini-bar-fill{height:100%;border-radius:inherit;background:#ffaa4459}.levels-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3930;display:flex;align-items:center;justify-content:center;padding:1rem;background:#040816d1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.levels-modal{width:100%;max-width:min(480px,calc(100vw - 2rem));max-height:min(90vh,620px);display:flex;flex-direction:column;border-radius:1.25rem;padding:1.2rem 1.1rem 1rem;background:linear-gradient(165deg,#16122afa,#0a0818fc);border:1px solid rgba(120,90,200,.3);box-shadow:0 0 0 1px #ffffff0a inset,0 28px 72px #0000008c,0 0 60px #643cc824}.levels-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-shrink:0}.levels-modal-title{margin:0;font-size:1.2rem;font-weight:900;letter-spacing:.02em;color:#f4f6ff}.levels-modal-intro{margin:.4rem 0 0;font-size:var(--ins-text-sm);line-height:1.45;color:#9aa8cc}.levels-modal-close{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#c8d4f0;font-size:1.35rem;line-height:1;cursor:pointer;display:grid;place-items:center;transition:background .15s ease,color .15s ease}.levels-modal-close:hover{background:#ffffff1f;color:#fff}.levels-modal-table-wrap{flex:1;min-height:0;overflow:auto;margin-top:.85rem;border-radius:.75rem;border:1px solid rgba(120,100,180,.2);scrollbar-width:thin;scrollbar-color:rgba(139,92,246,.5) rgba(255,255,255,.06)}.levels-modal-table{width:100%;border-collapse:collapse;font-size:var(--ins-text-sm)}.levels-modal-table th,.levels-modal-table td{padding:.55rem .65rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.06)}.levels-modal-table th{font-size:var(--ins-text-xs);font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#8b9cc4;background:#0003;position:sticky;top:0;z-index:1}.levels-modal-table tbody tr:last-child td{border-bottom:0}.levels-modal-table td{color:#dce4ff}.levels-modal-row--current td{background:#34d3991a;box-shadow:inset 3px 0 #34d399}.levels-modal-lvl{display:inline-grid;place-items:center;min-width:1.65rem;height:1.65rem;padding:0 .35rem;border-radius:.45rem;font-weight:900;font-size:var(--ins-text-xs);background:#8b5cf640;color:#e8dcff}.levels-modal-row--current .levels-modal-lvl{background:#34d39959;color:#d1fae5}.levels-modal-amount{font-variant-numeric:tabular-nums;font-weight:700;color:#fcd34d;white-space:nowrap}@media (max-width: 520px){.levels-modal-table thead{display:none}.levels-modal-table tr{display:block;padding:.65rem .5rem;border-bottom:1px solid rgba(255,255,255,.08)}.levels-modal-table tbody tr:last-child{border-bottom:0}.levels-modal-table td{display:flex;justify-content:space-between;gap:.75rem;padding:.25rem .35rem;border:0}.levels-modal-table td:before{content:attr(data-label);font-size:var(--ins-text-xs);font-weight:700;color:#7d8cb0;flex-shrink:0}.levels-modal-row--current td{box-shadow:none}.levels-modal-row--current{background:#34d39914;border-radius:.5rem}}.hub-cards-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;align-items:stretch}.hub-game-card{display:flex;flex-direction:column;align-items:center;border-radius:.9rem;padding:1.5rem;border:1px solid rgba(114,188,255,.22);text-align:center;box-sizing:border-box}.hub-game-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;transition:transform .2s ease,border-color .2s ease}.hub-game-card-link:hover{transform:translateY(-2px);border-color:#8fd6ff70}.hub-card-icon{font-size:var(--ins-text-xl)}.hub-game-card strong{display:block;margin-top:.15rem;font-size:var(--ins-text-xl);font-weight:900}.hub-game-card p{margin:.2rem 0 0;color:var(--ins-text-secondary);font-size:var(--ins-text-sm);line-height:var(--ins-leading-relaxed)}.tone-red{background:linear-gradient(140deg,#89365873,#20142cb8)}.tone-blue{background:linear-gradient(140deg,#25559473,#191b46b3)}.tone-orange{background:linear-gradient(140deg,#8457276b,#281f18b8)}.tone-green{background:linear-gradient(140deg,#1e6e6266,#12252cb8)}.tone-purple{background:linear-gradient(140deg,#60309675,#161028bd)}.tasks-modal.secret-code-modal{max-height:none;border-color:#ffaa5f61;box-shadow:0 0 0 1px #ffffff0a inset,0 28px 72px #0000008c,0 0 48px #dc78281f}.secret-code-modal-intro{margin:.35rem 0 0;font-size:var(--ins-text-sm);color:#9aa8cc;line-height:1.45}.secret-code-modal-form{display:flex;flex-direction:column;gap:.65rem;margin-top:.85rem;flex-shrink:0}.secret-code-modal-input{width:100%;box-sizing:border-box;padding:.72rem .85rem;border-radius:.8rem;border:1px solid rgba(255,195,140,.35);background:#080a18b8;color:#f4f6ff;font-size:var(--ins-text-sm);font-weight:600;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.secret-code-modal-input::placeholder{color:#b4bedc8c;font-weight:500}.secret-code-modal-input:focus{border-color:#ffc88c8c;box-shadow:0 0 0 2px #e8965033}.secret-code-modal-error{margin:0;font-size:var(--ins-text-sm);font-weight:700;color:#ff9a9a;line-height:1.4}.secret-code-modal-submit{width:100%;margin-top:.15rem}.hub-dash-task-tile{margin:0;font:inherit;color:inherit;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;transition:transform .2s ease,border-color .2s ease}.hub-dash-task-tile:hover{transform:translateY(-2px);border-color:#8fd6ff70}.hub-dash-task-tile:focus{outline:none}.hub-dash-task-tile:focus-visible{outline:2px solid rgba(186,170,255,.9);outline-offset:2px}.crash-section{margin-top:.45rem}.crash-head{text-align:center}.crash-head{margin-bottom:1.5rem}.crash-logo{font-size:var(--ins-text-6xl);line-height:1;margin-bottom:.25rem}.crash-head h2{margin-top:.2rem;font-size:clamp(var(--ins-text-4xl),4.2vw,var(--ins-text-6xl));font-weight:900;letter-spacing:.01em;line-height:1.08;text-transform:uppercase}.crash-head h2 span{color:#ff4f8c;background:none;-webkit-background-clip:initial}.crash-head p{margin:.45rem auto 0;max-width:32rem;color:var(--ins-text-secondary);font-size:1rem;line-height:var(--ins-leading-relaxed)}.crash-stats-grid{margin-top:1.3rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:3rem}.crash-stat-card{padding:1rem;text-align:center}.crash-stat-icon{font-size:var(--ins-text-xl)}.crash-stat-card strong{display:block;margin-top:.22rem;font-size:var(--ins-text-2xl);font-weight:900;color:#fff}.crash-stat-card p{margin:.1rem 0 0;color:var(--ins-text-secondary);font-size:var(--ins-text-xs);line-height:1.35}.crash-games-grid{margin-top:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;margin-bottom:4rem}.crash-game-card{position:relative;padding:1.5rem;min-height:0;display:flex;flex-direction:column;justify-content:flex-start;text-align:center;border-color:#77beff2e;background:linear-gradient(170deg,#161f40f0,#111934e6);transition:transform .22s ease,border-color .22s ease}.crash-game-card:hover{transform:translateY(-2px);border-color:#86d1ff5c}.crash-badge{position:absolute;top:-.46rem;right:.72rem;font-size:var(--ins-text-xs);font-weight:900;padding:.2rem .52rem;border-radius:999px;background:linear-gradient(120deg,#ff5d8d,#ff3f71);color:#fff;z-index:1}.crash-game-card:nth-child(2) .crash-badge{background:linear-gradient(120deg,#a268ff,#e07dff)}.crash-game-card:nth-child(3) .crash-badge{background:linear-gradient(120deg,#34d892,#56e8b7)}.crash-art-wrap{position:relative;width:10rem;height:10rem;margin:0 auto;border-radius:1rem;overflow:hidden;border:1px solid rgba(129,196,255,.15)}.crash-art-wrap:after{content:"";position:absolute;inset:auto 0 0;height:36%;background:linear-gradient(180deg,#09112900,#070e226b)}.crash-game-card img{width:100%;aspect-ratio:1 / 1;object-fit:cover;display:block;transition:transform .3s ease}.crash-game-card h3{margin:.75rem 0 .5rem;text-transform:uppercase;font-size:var(--ins-text-xl);font-weight:900;letter-spacing:.01em;line-height:1.2}.crash-game-card p{margin:0 0 .75rem;flex:1 1 auto;color:var(--ins-text-secondary);font-size:var(--ins-text-sm);line-height:var(--ins-leading-relaxed);min-height:0}.crash-game-card small{display:block;margin-top:0;color:var(--ins-text-secondary);font-size:var(--ins-text-xs)}.crash-players{display:inline-flex!important;align-items:center;justify-content:center;gap:.5rem}.live-dot{width:.5rem;height:.5rem;border-radius:50%;background:#22c55e;box-shadow:0 0 10px #22c55e8c;animation:livePulse 1.8s ease-in-out infinite}.crash-play-btn{margin-top:1rem;display:inline-block;min-width:108px;padding:.5rem 1.5rem;font-size:var(--ins-text-xs);font-weight:900;text-transform:uppercase;border-radius:.62rem;background:var(--ins-accent-red);box-shadow:0 10px 18px #e6394647}.crash-more{margin-top:3.25rem;margin-bottom:.5rem}.crash-more-head{text-align:center;max-width:36rem;margin:0 auto 1.75rem}.crash-more-head h3{margin:0;text-transform:uppercase;font-size:var(--ins-text-2xl);font-weight:900;line-height:1.2;letter-spacing:.02em}.crash-more-lead{margin:.65rem 0 0;color:var(--ins-text-secondary);font-size:var(--ins-text-sm);line-height:var(--ins-leading-relaxed)}.crash-more-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.1rem;max-width:42rem;margin-inline:auto}.crash-more-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem .75rem .85rem;text-decoration:none;color:inherit;border-color:#77beff33;background:linear-gradient(165deg,#161f40eb,#0e1630e0);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.crash-more-card:hover{transform:translateY(-3px);border-color:#8fd6ff6b;box-shadow:0 12px 28px #143c7838}.crash-more-card:focus-visible{outline:2px solid rgba(100,200,255,.65);outline-offset:3px}.crash-more-badge{position:absolute;top:.35rem;right:.35rem;font-size:.58rem;font-weight:900;letter-spacing:.06em;padding:.18rem .42rem;border-radius:999px;color:#fff;background:linear-gradient(120deg,#ff5d8d,#ff3f71);z-index:1}.crash-more-badge.is-new{background:linear-gradient(120deg,#34d892,#56e8b7)}.crash-more-badge.is-hot{background:linear-gradient(120deg,#ff9a3d,#ff4f78)}.crash-more-art{width:4.25rem;height:4.25rem;border-radius:.85rem;overflow:hidden;border:1px solid rgba(129,196,255,.18);margin-bottom:.55rem;background:#060e228c}.crash-more-art img{width:100%;height:100%;object-fit:cover;display:block}.crash-more-name{font-size:var(--ins-text-sm);font-weight:700;line-height:1.25;color:#e8f0ff}.crash-more-cta{margin-top:.45rem;font-size:var(--ins-text-xs);font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:#7fd4ff}.crash-more-card:hover .crash-more-cta{color:#b8ecff}.crash-how-interactive{margin-top:3rem;padding:1.75rem 1.25rem 1.5rem;border-radius:1.1rem;border:1px solid rgba(121,193,255,.16);background:linear-gradient(165deg,#0e16308c,#080e2059);outline:none}.crash-how-interactive:focus-visible{box-shadow:0 0 0 2px #64c8ff59}.crash-how-intro{text-align:center;max-width:34rem;margin:0 auto 1.5rem}.crash-how-intro h3{margin:0;text-transform:uppercase;font-size:var(--ins-text-2xl);font-weight:900;line-height:1.2;letter-spacing:.02em}.crash-how-sub{margin:.7rem 0 0;color:var(--ins-text-secondary);font-size:var(--ins-text-sm);line-height:var(--ins-leading-relaxed)}.crash-how-progress{position:relative;height:.35rem;margin:0 auto 1.35rem;max-width:min(520px,100%)}.crash-how-progress-track{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#ffffff14}.crash-how-progress-fill{position:absolute;inset:0 auto 0 0;border-radius:999px;background:linear-gradient(90deg,#2f8dff,#66dcff,#a78bfa);transition:width .35s cubic-bezier(.4,0,.2,1);box-shadow:0 0 14px #64c8ff59}.crash-how-steps{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;margin-bottom:1.25rem}.crash-how-tab{flex:1 1 7.5rem;max-width:11rem;display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.75rem .55rem;border-radius:.85rem;border:1px solid rgba(120,193,255,.22);background:#09122a8c;color:inherit;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.crash-how-tab:hover{transform:translateY(-2px);border-color:#8fd6ff73;background:#122048a6}.crash-how-tab.is-active{border-color:#78d2ff8c;background:linear-gradient(160deg,#204ea073,#121c3ed9);box-shadow:0 8px 22px #2878c82e}.crash-how-tab:focus-visible{outline:2px solid rgba(100,200,255,.65);outline-offset:2px}.crash-how-tab-idx{font-size:var(--ins-text-xs);font-weight:900;color:var(--ins-text-secondary);letter-spacing:.08em}.crash-how-tab.is-active .crash-how-tab-idx{color:#8fd6ff}.crash-how-tab-emoji{font-size:var(--ins-text-2xl);line-height:1;filter:drop-shadow(0 0 10px rgba(120,200,255,.25))}.crash-how-tab-title{font-size:var(--ins-text-sm);font-weight:800;line-height:1.2}.crash-how-panel{position:relative;overflow:hidden;text-align:center;padding:1.35rem 1.15rem 1.2rem;max-width:36rem;margin:0 auto 1.15rem;border-color:#77beff38;animation:crashHowPanelIn .4s cubic-bezier(.22,1,.36,1)}.crash-how-panel-glow{position:absolute;top:-40%;right:-20%;bottom:-40%;left:-20%;background:radial-gradient(ellipse at 50% 0%,rgba(100,200,255,.12),transparent 55%);pointer-events:none}.crash-how-panel-icon{position:relative;font-size:2.75rem;line-height:1;margin-bottom:.5rem;animation:crashHowIconFloat 2.8s ease-in-out infinite}.crash-how-panel-heading{position:relative;margin:0;font-size:var(--ins-text-xl);font-weight:900;text-transform:uppercase;letter-spacing:.03em}.crash-how-panel-text{position:relative;margin:.65rem 0 0;color:var(--ins-text-secondary);font-size:var(--ins-text-sm);line-height:var(--ins-leading-relaxed)}.crash-how-arrows{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.crash-how-arrow{width:2.5rem;height:2.5rem;border-radius:.65rem;border:1px solid rgba(120,193,255,.35);background:#0c1834bf;color:#d9eeff;font-size:1.1rem;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease}.crash-how-arrow:hover{transform:scale(1.06);border-color:#a0dcff8c;background:#162c58d9}.crash-how-arrow:focus-visible{outline:2px solid rgba(100,200,255,.65);outline-offset:2px}.crash-how-dots{display:flex;align-items:center;gap:.45rem}.crash-how-dot{width:.45rem;height:.45rem;padding:0;border:0;border-radius:50%;background:#ffffff2e;cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.crash-how-dot:hover{transform:scale(1.25);background:#ffffff59}.crash-how-dot.is-active{background:linear-gradient(120deg,#66dcff,#2f8dff);box-shadow:0 0 12px #64c8ff8c;transform:scale(1.35)}@keyframes crashHowPanelIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes crashHowIconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.hub-bottom-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:.9rem}.hub-panel{padding:.9rem}.hub-panel h3{margin:0}.hub-list{margin-top:.68rem;display:grid;gap:.58rem}.hub-list div{border:1px solid rgba(120,192,255,.2);background:#09132d9e;border-radius:.7rem;padding:.62rem .72rem}.hub-list strong{display:block;font-size:.9rem}.hub-list span{color:#9cb1de;font-size:.8rem}.hub-actions{margin-top:.75rem;display:grid;gap:.55rem}.hub-actions .btn{border:0;cursor:pointer}.legacy-game-page .hub-main{gap:.9rem}.legacy-game-card{padding:.9rem}.legacy-game-topbar{display:flex;align-items:center;justify-content:space-between;gap:.9rem;margin-bottom:.8rem}.legacy-game-topbar h2{margin:0;font-size:clamp(1.1rem,2.5vw,1.6rem)}.legacy-game-topbar p{margin:.28rem 0 0;color:#9cb0dd;font-size:.86rem}.legacy-game-topbar-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem}.legacy-onewin-btn,.legacy-back-btn{white-space:nowrap}.legacy-game-frame{width:100%;height:min(78vh,860px);border:1px solid rgba(125,195,255,.18);border-radius:.8rem;background:#070b19}.legacy-game-empty{min-height:260px;display:grid;place-items:center;border:1px dashed rgba(125,195,255,.26);border-radius:.8rem;color:#a9badf;font-size:.92rem}.slots-page .slots-section-head{text-align:center;margin-bottom:0}.slots-page .slots-section-title{margin:0;display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.4rem .55rem;max-width:100%;font-size:clamp(1.35rem,3.2vw,2rem);font-weight:400;letter-spacing:.02em;line-height:1.15;color:#e8f0ff}.slots-page .slots-section-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;line-height:0}.slots-page .slots-section-icon-svg{width:1.2em;height:1.2em;display:block;vertical-align:middle}.slots-page .slots-section-title-text{text-align:center;text-transform:uppercase;font-weight:900;letter-spacing:.02em}.slots-page .slots-title-accent{background:linear-gradient(120deg,#8ee7ff,var(--blue));-webkit-background-clip:text;background-clip:text;color:transparent}.slots-page .slots-section-head p{margin:.5rem auto 0;max-width:28rem;color:var(--ins-text-secondary);font-size:var(--ins-text-sm);line-height:var(--ins-leading-relaxed)}.slots-frame{position:relative;padding:0;overflow:hidden;border-color:#77beff47;background:linear-gradient(165deg,#0e1630eb,#080e20e0);box-shadow:0 20px 50px #050c2073}.slots-frame-chrome{display:flex;align-items:center;gap:.35rem;padding:.55rem .85rem;border-bottom:1px solid rgba(113,188,255,.14);background:#050a188c}.slots-chrome-dot{width:7px;height:7px;border-radius:50%;background:#ffffff38}.slots-chrome-dot:nth-child(1){background:#ff5f7a}.slots-chrome-dot:nth-child(2){background:#ffc656}.slots-chrome-dot:nth-child(3){background:#3fe08a}.slots-chrome-label{margin-left:.35rem;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8fa8d4}.slots-viewport{position:relative;max-width:420px;margin:0 auto;min-height:72vh;padding:.85rem .75rem 1.1rem;background:radial-gradient(ellipse 120% 80% at 50% 0%,rgba(49,143,255,.12),transparent 55%),linear-gradient(180deg,#0a122a80,#070b19d9)}.slots-layout{display:flex;flex-direction:column;gap:1rem;width:100%;align-items:stretch}.slots-wins-rail{position:relative;padding:0;overflow:hidden;border-color:#77beff47;background:linear-gradient(165deg,#0e1630eb,#080e20e0);box-shadow:0 20px 50px #050c2073;display:flex;flex-direction:column;min-height:220px}.slots-wins-rail-chrome{flex-shrink:0}.slots-wins-rail-body{flex:1;min-height:0;display:flex;flex-direction:column;padding:.55rem .6rem .85rem;background:radial-gradient(ellipse 120% 80% at 50% 0%,rgba(49,143,255,.1),transparent 55%),linear-gradient(180deg,#0a122a73,#070b19d1)}.slots-wins-list--rail{flex:1;min-height:140px;max-height:min(42vh,320px)}.slots-win-row--rail{flex-wrap:wrap;row-gap:.25rem;padding:.4rem .32rem}.slots-win-row--rail .slots-win-game{max-width:100%}@media (min-width: 900px){.slots-page.hub-page{min-height:100vh;display:flex;flex-direction:column}.slots-page.hub-page main.container.hub-main{width:min(calc(100vw - 2.5rem),1180px)!important;max-width:1180px!important;margin-inline:auto!important;flex:0 1 auto;min-height:0;display:flex!important;flex-direction:column;padding-top:1.2rem;gap:1.2rem}.slots-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(232px,292px);gap:1rem 1.15rem;align-items:stretch}.slots-wins-rail{min-height:0}.slots-wins-list--rail{max-height:none;flex:1;min-height:200px}.slots-page .slots-section-head{flex-shrink:0}.slots-page .slots-frame{flex:0 1 auto;min-height:0;display:flex;flex-direction:column}.slots-page .slots-viewport{flex:0 1 auto;width:100%;max-width:none;margin:0;min-height:min(66vh,560px)}.slots-page .slots-carousel-wrap{max-height:min(50vh,500px)}.slots-page .slots-top{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:.65rem .85rem;margin-bottom:.85rem;padding:.5rem .85rem;border-radius:.85rem;border:1px solid rgba(113,188,255,.14);background:#050c1c8c;overflow-x:auto;scrollbar-width:thin}.slots-page .slots-lvl-row{flex:1 1 auto;min-width:0;width:auto;max-width:none;gap:.55rem;align-items:center}.slots-page .slots-lvl-name{font-size:.75rem;line-height:1;font-weight:800;letter-spacing:.02em;color:#9ecfff;display:inline-flex;align-items:center}.slots-page .slots-lvl-track{flex:1 1 auto;min-width:48px;height:12px;align-self:center}.slots-page .slots-status-row{display:flex;flex-wrap:nowrap;align-items:center;flex:0 0 auto;flex-shrink:0;justify-content:flex-end;gap:.4rem;margin-left:auto;width:max-content;max-width:none;font-variant-numeric:tabular-nums}.slots-page .slots-pill{font-size:.75rem;line-height:1;font-weight:700;padding:.34rem .5rem;align-items:center}.slots-page .slots-pill strong{line-height:1;font-weight:800}.slots-page .slots-live-dot{align-self:center;flex-shrink:0}}@media (min-width: 1200px){.slots-page .slots-section-title{font-size:clamp(1.5rem,2.2vw,2.15rem)}.slots-page .slots-frame-chrome{padding:.62rem .95rem}.slots-page .slots-chrome-dot{width:8px;height:8px}.slots-page .slots-chrome-label{font-size:.74rem}.slots-page .slots-pill{font-size:.8rem;padding:.38rem .58rem;gap:.32rem}.slots-page .slots-lvl-name{font-size:.8rem}.slots-page .slots-lvl-track{height:13px;min-width:64px}.slots-page .slots-top{padding:.58rem .95rem;gap:.7rem 1rem}.slots-page .slots-action-btn{font-size:.8rem;padding:.72rem .58rem;border-radius:.82rem}.slots-page .slots-carousel-dots{gap:.55rem;bottom:.75rem;padding:.45rem .95rem}.slots-page .slots-dot{width:10px;height:10px}.slots-page .slots-wins-title{font-size:1.05rem}.slots-page .slots-wins-rail .slots-wins-title{font-size:.82rem}.slots-page .slots-win-key,.slots-page .slots-win-sum{font-size:.85rem}.slots-page .slots-win-game{font-size:.74rem}.slots-page .slots-win-time{font-size:.72rem}.slots-page .slots-wins-rail-body{padding:.65rem .65rem .75rem}.slots-page .slots-win-row--rail{padding:.48rem .38rem}.slots-page .slots-live-dot{width:7px;height:7px}}@media (min-width: 1400px){.slots-page .slots-pill{font-size:.86rem;padding:.42rem .65rem}.slots-page .slots-lvl-name{font-size:.86rem}.slots-page .slots-lvl-track{height:15px}.slots-page .slots-top{padding:.7rem 1.05rem;gap:.75rem 1rem}.slots-page .slots-action-btn{font-size:.88rem;padding:.82rem .7rem}.slots-page .slots-chrome-label{font-size:.8rem}.slots-page .slots-wins-title{font-size:1.12rem}.slots-page .slots-wins-rail .slots-wins-title{font-size:.88rem}.slots-page .slots-sheet-title{font-size:.82rem}.slots-page .slots-sheet-back{font-size:.84rem;padding:.42rem .58rem}.slots-page .slots-rtp-value{font-size:.95rem}.slots-page .slots-rtp-icon{width:54px;height:54px}.slots-page .slots-bonus-code{font-size:.9rem}.slots-page .slots-modal-card{max-width:22rem;padding:1.15rem 1rem}}@media (min-width: 1920px){.slots-page .slots-pill{font-size:.92rem;padding:.46rem .72rem}.slots-page .slots-lvl-name{font-size:.9rem}.slots-page .slots-lvl-track{height:16px}.slots-page .slots-action-btn{font-size:.95rem;padding:.9rem .8rem}.slots-page .slots-chrome-dot{width:9px;height:9px}.slots-page .slots-chrome-label{font-size:.85rem}.slots-page .slots-wins-title{font-size:1.2rem}.slots-page .slots-wins-rail .slots-wins-title,.slots-page .slots-win-key,.slots-page .slots-win-sum{font-size:.92rem}.slots-page .slots-modal-card{max-width:26rem;padding:1.25rem 1.1rem}.slots-page .slots-radar-title{font-size:1.5rem}.slots-page .slots-upload-btn{min-height:8rem;font-size:.9rem}}.slots-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;border:0;padding:0;margin:0;background:#0308168c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer}.slots-top{display:grid;gap:.55rem;margin-bottom:.75rem}.slots-lvl-row{display:flex;flex-direction:row;align-items:center;gap:.45rem;width:100%;border:0;padding:0;background:none;color:inherit;cursor:pointer;text-align:left}.slots-lvl-track{flex:1 1 auto;min-width:0;height:11px;border-radius:999px;background:linear-gradient(180deg,#060c1afa,#0e162ceb);border:1px solid rgba(100,170,255,.22);box-shadow:inset 0 2px 10px #00000094,inset 0 -1px #ffffff0d,0 0 0 1px #00000047;overflow:hidden}.slots-lvl-fill{height:100%;min-height:100%;border-radius:inherit;transition:width .5s cubic-bezier(.22,1,.36,1);background-color:var(--slots-lvl, #01a601);background-image:linear-gradient(180deg,color-mix(in srgb,var(--slots-lvl, #01a601) 100%,#ffffff 32%) 0%,var(--slots-lvl, #01a601) 38%,color-mix(in srgb,var(--slots-lvl, #01a601) 100%,#000000 26%) 100%);overflow:hidden;box-shadow:0 0 14px color-mix(in srgb,var(--slots-lvl, #01a601) 50%,transparent),0 0 28px color-mix(in srgb,var(--slots-lvl, #01a601) 22%,transparent),inset 0 1px #ffffff6b,inset 0 -2px 6px #0003;position:relative;animation:slotsLvlGlow 2.8s ease-in-out infinite}.slots-lvl-fill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(105deg,transparent 0%,transparent 38%,rgba(255,255,255,.22) 50%,transparent 62%,transparent 100%);pointer-events:none}@keyframes slotsLvlGlow{0%,to{filter:brightness(1);box-shadow:0 0 12px color-mix(in srgb,var(--slots-lvl, #01a601) 45%,transparent),0 0 22px color-mix(in srgb,var(--slots-lvl, #01a601) 18%,transparent),inset 0 1px #ffffff6b,inset 0 -2px 6px #0003}50%{filter:brightness(1.06);box-shadow:0 0 18px color-mix(in srgb,var(--slots-lvl, #01a601) 58%,transparent),0 0 34px color-mix(in srgb,var(--slots-lvl, #01a601) 28%,transparent),inset 0 1px #ffffff80,inset 0 -2px 6px #0003}}@media (prefers-reduced-motion: reduce){.slots-lvl-fill{animation:none}}.slots-lvl-name{flex-shrink:0;white-space:nowrap;font-size:var(--ins-text-sm);font-weight:800;color:#dff4ff}.slots-status-row{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:center}.slots-pill{display:inline-flex;align-items:center;gap:.28rem;padding:.28rem .45rem;border-radius:.55rem;background:#0c1834bf;border:1px solid rgba(113,188,255,.2);font-size:.68rem;font-weight:700;color:#c8daf8}.slots-pill-online strong{color:#7fd4ff;font-variant-numeric:tabular-nums}.slots-pill-muted{color:#ded275}.slots-pill-timer{color:#5feb9a;font-variant-numeric:tabular-nums}.slots-pill-ok{color:#5feb5e;border-color:#5feb5e59}.slots-live-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 8px #22c55e99;animation:livePulse 1.8s ease-in-out infinite}.slots-carousel-wrap{position:relative;border-radius:.85rem;overflow:hidden;border:1px solid rgba(129,196,255,.18);margin-bottom:.75rem;width:100%;aspect-ratio:16 / 10}.slots-carousel-track{display:flex;width:300%;height:100%;min-height:0;transition:transform .5s ease-in-out}.slots-carousel-slide{width:calc(100% / 3);flex-shrink:0;height:100%;min-height:0}.slots-carousel-slide>img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.slots-voucher-btn{display:block;width:100%;height:100%;min-height:0;padding:0;border:0;background:none;cursor:pointer;opacity:1}.slots-voucher-btn img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.slots-voucher-btn:disabled{opacity:.45;cursor:not-allowed}.slots-carousel-dots{position:absolute;left:50%;bottom:.65rem;z-index:4;transform:translate(-50%);display:flex;justify-content:center;align-items:center;gap:.5rem;margin:0;padding:.4rem .85rem;border-radius:999px;background:#050a1894;border:1px solid rgba(255,255,255,.14);box-shadow:0 4px 18px #00000059,inset 0 1px #ffffff0f;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);pointer-events:none}.slots-carousel-dots .slots-dot{pointer-events:auto}.slots-dot{flex-shrink:0;width:9px;height:9px;border-radius:50%;border:0;padding:0;background:#ffffff5c;cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.slots-dot.is-active{background:linear-gradient(120deg,#2f8dff,#66dcff);transform:scale(1.22);box-shadow:0 0 12px #64c8ff8c}.slots-actions{display:grid;gap:.5rem;margin-bottom:.85rem}.slots-actions-row{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.slots-action-btn{border:1px solid rgba(113,188,255,.28);border-radius:.75rem;padding:.62rem .5rem;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.35);transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.slots-action-btn:hover{transform:translateY(-1px);border-color:#a0dcff80;box-shadow:0 8px 20px #2478dc33}.slots-action-rtp{background:linear-gradient(135deg,#2e7dff8c,#14285ae6),url(/static/SlotChecker/resource/RTP.jpg) center / cover}.slots-action-bonus{background:linear-gradient(135deg,#b43c7873,#1e1432eb),url(/static/SlotChecker/resource/bonus.jpg) center / cover}.slots-action-predictor{position:relative;isolation:isolate;overflow:hidden;border-color:#34d3996b;background:linear-gradient(125deg,#082d1cd1,#0c4a6e8c 45%,#191437e0),url(/static/SlotChecker/resource/predictor.jpg) center 40% / cover;box-shadow:0 0 22px #22c55e38,inset 0 0 0 1px #ffffff0f;transition:border-color .25s ease,box-shadow .25s ease,filter .25s ease}.slots-action-predictor:before{content:"";position:absolute;top:-20%;right:-40%;bottom:-20%;left:-40%;background:linear-gradient(105deg,transparent 0%,transparent 42%,rgba(255,255,255,.2) 50%,transparent 58%,transparent 100%);transform:translate(-35%);animation:slotsPredictorShine 4.5s ease-in-out infinite;pointer-events:none;z-index:0}.slots-action-predictor:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:inset 0 0 40px #06b6d41f;pointer-events:none;z-index:0;opacity:.85;transition:opacity .25s ease}.slots-action-predictor:hover{border-color:#6ee7b7a6;box-shadow:0 10px 32px #22c55e59,0 0 28px #38bdf833,inset 0 0 0 1px #ffffff1a;filter:saturate(1.08) brightness(1.04)}.slots-action-predictor:hover:before{animation-duration:2.8s}.slots-action-predictor:hover:after{opacity:1}.slots-action-predictor:active{filter:brightness(.97)}@keyframes slotsPredictorShine{0%,55%{transform:translate(-45%)}75%{transform:translate(45%)}to{transform:translate(45%)}}@media (prefers-reduced-motion: reduce){.slots-action-predictor:before{animation:none;opacity:0}}.slots-wins{border-radius:.85rem;border:1px solid rgba(113,188,255,.16);background:#060e2273;padding:.65rem .55rem .5rem;min-height:0}.slots-wins-title{margin:0 0 .45rem;font-size:var(--ins-text-lg);font-weight:900;text-transform:uppercase;letter-spacing:.03em;text-align:center}.slots-wins-rail .slots-wins-title{font-size:.78rem;letter-spacing:.06em}.slots-wins-list{display:flex;flex-direction:column;gap:.35rem;max-height:min(28vh,220px);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none}.slots-wins-list::-webkit-scrollbar{display:none;width:0;height:0}.slots-win-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.45rem .35rem;border-bottom:1px solid rgba(255,255,255,.06)}.slots-win-row:last-child{border-bottom:0}.slots-win-key{font-size:.78rem;font-weight:800}.slots-win-game{font-size:.68rem;color:#8a93b8;margin-top:.12rem}.slots-win-right{text-align:right}.slots-win-sum{font-size:.78rem;font-weight:800;color:#3fe08a}.slots-win-time{font-size:.65rem;color:#7c7c9c;margin-top:.12rem}.slots-sheet{position:absolute;left:0;right:0;bottom:0;z-index:12;max-height:78%;display:flex;flex-direction:column;border-radius:1rem 1rem 0 0;background:linear-gradient(180deg,#101c3afa,#080e20fa);border:1px solid rgba(113,188,255,.22);border-bottom:0;transform:translateY(102%);transition:transform .38s cubic-bezier(.22,1,.36,1);box-shadow:0 -12px 40px #0208148c}.slots-sheet.is-open{transform:translateY(0)}.slots-sheet-head{display:flex;align-items:center;gap:.5rem;padding:.65rem .6rem;border-bottom:1px solid rgba(113,188,255,.12)}.slots-sheet-back{border:0;background:#4da5ff1f;color:#b8e0ff;font-size:.78rem;font-weight:800;padding:.35rem .5rem;border-radius:.5rem;cursor:pointer}.slots-sheet-title{font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:#dff4ff}.slots-sheet-body{padding:.55rem .5rem .85rem;overflow-y:auto;display:flex;flex-direction:column;gap:.45rem}.slots-rtp-card{display:flex;gap:.55rem;align-items:center;padding:.5rem .45rem;border-radius:.75rem;border:1px solid rgba(113,188,255,.16);background:#09122aa6}.slots-rtp-icon{width:48px;height:48px;border-radius:.55rem;object-fit:cover}.slots-rtp-value{font-weight:900;font-size:.88rem}.slots-rtp-sub{font-size:.68rem;color:#9aa6cc;margin:.1rem 0 .28rem}.slots-rtp-bar{height:6px;border-radius:999px;background:#ffffff14;overflow:hidden}.slots-rtp-bar-fill{height:100%;border-radius:inherit;transition:width .4s ease}.slots-rtp-bar-fill.is-mid{background:linear-gradient(90deg,#f5d547,#e6a800)}.slots-rtp-bar-fill.is-good{background:linear-gradient(90deg,#22c55e,#4ade80)}.slots-bonus-card{display:flex;gap:.55rem;align-items:center;padding:.45rem;border-radius:.75rem;border:1px solid rgba(113,188,255,.16);background:#09122aa6}.slots-bonus-card img{width:44px;height:44px;border-radius:.5rem;object-fit:cover}.slots-bonus-code{font-weight:900;font-size:.82rem;letter-spacing:.02em}.slots-bonus-bet{margin-top:.15rem;font-size:.75rem;font-weight:800;color:#3fe08a}.slots-modal{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;padding:.75rem;background:#030816b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.slots-modal-card{width:100%;max-width:20rem;padding:1rem .85rem;border-radius:1rem;border:1px solid rgba(113,188,255,.28);background:linear-gradient(165deg,#142858f2,#0a122afa);text-align:center;box-shadow:0 20px 50px #050c208c}.slots-radar-title{margin:0;font-size:1.35rem;font-weight:900;letter-spacing:.02em}.slots-radar-accent{color:#54d8ff;text-shadow:0 0 18px rgba(84,216,255,.45)}.slots-modal-lead{margin:.55rem 0 .75rem;font-size:.8rem;color:#9aa6cc;line-height:1.45}.slots-file-input{display:none}.slots-upload-btn{width:100%;min-height:7rem;border-radius:.75rem;border:1px dashed rgba(84,216,255,.45);background:#54d8ff0f;color:#9fe8ff;font-size:.82rem;font-weight:800;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;transition:background .2s ease,border-color .2s ease}.slots-upload-btn:hover{background:#54d8ff1f;border-color:#90dcffa6}.slots-upload-icon{font-size:1.6rem;font-weight:300;line-height:1;color:#54d8ff}.slots-preview{width:100%;max-height:200px;object-fit:contain;border-radius:.6rem;border:1px solid rgba(113,188,255,.25)}.slots-modal-close,.slots-modal-done{margin-top:.85rem;width:100%;border:0;border-radius:.65rem;padding:.55rem;font-weight:800;font-size:.82rem;cursor:pointer;background:linear-gradient(130deg,#2e7dff80,#54d8ff59);color:#fff}.slots-modal-analyze h2{margin:0 0 .65rem;font-size:1.1rem}.slots-analyze-bar{height:10px;border-radius:999px;background:#ffffff1a;overflow:hidden}.slots-analyze-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#2f8dff,#66dcff,#a78bfa);transition:width .05s linear}.slots-modal-muted{margin:.55rem 0 0;font-size:.78rem;color:#8a93b8}.slots-result-box{margin-top:.5rem;padding:.65rem .5rem;border-radius:.75rem;background:linear-gradient(135deg,#2e7dff40,#a78bfa33);border:1px solid rgba(113,188,255,.25);font-size:.85rem;font-weight:700;display:flex;flex-wrap:wrap;gap:.25rem;justify-content:center;align-items:baseline}.slots-result-box strong{color:#7fd4ff;font-size:1rem}@media (max-width: 980px){.header .lang-switcher-home{position:static;right:auto;top:auto;transform:none;margin-left:auto;margin-right:.45rem;flex-shrink:0}.hub-nav{display:none}.hub-mobile-nav-toggle{display:inline-flex}.hub-header-desktop-extras{display:none!important}.hub-header-mobile-lang{display:flex}.hub-topbar{grid-template-columns:1fr;text-align:center;gap:1rem;padding:1.05rem 1rem}.hub-balance{justify-self:center;align-items:center}.hub-top-note{justify-self:center;text-align:center;max-width:22rem}.hub-countdown{justify-self:center;justify-content:center}.hub-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crash-stats-grid{margin-top:1.05rem;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:2rem}.crash-games-grid{margin-top:1.05rem;grid-template-columns:1fr;gap:1.25rem;margin-bottom:2.5rem}.crash-game-card{min-height:0;padding:1.25rem}.crash-art-wrap{width:min(10rem,72vw);height:min(10rem,72vw)}.crash-more{margin-top:2.25rem}.crash-more-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.crash-how-interactive{margin-top:2.25rem;padding:1.35rem .9rem 1.2rem}.crash-how-tab{max-width:none;flex:1 1 calc(50% - .35rem)}.hub-bottom-grid{grid-template-columns:1fr}.legacy-game-topbar{flex-direction:column;align-items:flex-start}.legacy-game-topbar-actions{width:100%;justify-content:flex-start}.legacy-game-frame{height:min(75vh,700px)}}@keyframes hubAvatarPulse{0%,to{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.035);filter:brightness(1.16)}}@keyframes livePulse{0%,to{transform:scale(1);opacity:.85}50%{transform:scale(1.45);opacity:.35}}@media (max-width: 640px){.crash-logo{font-size:clamp(2.25rem,14vw,var(--ins-text-6xl))}.crash-more-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem .55rem;max-width:none}.crash-more-card{padding:.72rem .35rem .65rem}.crash-more-art{width:min(3.35rem,28vw);height:min(3.35rem,28vw);margin-bottom:.4rem}.crash-more-name{font-size:.78rem;line-height:1.2}.crash-more-cta{margin-top:.32rem;font-size:.62rem;letter-spacing:.04em}.crash-more-badge{font-size:.48rem;padding:.1rem .26rem;top:.22rem;right:.22rem}.crash-how-tab{flex:1 1 100%}.hub-cards-grid{grid-template-columns:1fr}.hub-user-badge{display:none}}.hub-user-menu{position:relative;z-index:50}.hub-user-menu-panel{position:absolute;top:calc(100% + .45rem);right:0;min-width:16rem;padding:0;border-radius:.85rem;border:1px solid rgba(113,188,255,.22);background:linear-gradient(165deg,#101c37fa,#080e20fa);box-shadow:0 18px 48px #0208148c}.hub-user-menu-head{padding:.75rem .85rem}.hub-user-menu-email{font-size:.82rem;font-weight:700;color:#e6f0ff;word-break:break-all}.hub-user-menu-meta{margin-top:.28rem;font-size:.72rem;color:#93a3ce}.hub-user-menu-level{margin-top:.35rem;font-size:.75rem;font-weight:800;color:#ab7bff}.hub-user-menu-divider{height:1px;background:#71bcff26}.hub-user-menu-item{display:flex;width:100%;align-items:center;gap:.4rem;padding:.55rem .85rem;border:0;background:transparent;color:#dfe9ff;font-size:.82rem;font-weight:600;text-align:left;text-decoration:none;cursor:pointer;font-family:inherit}.hub-user-menu-item:hover{background:#5096ff1f}.hub-user-menu-logout{color:#ff7a8a}.link-block{display:inline-block;text-align:center;text-decoration:none}.link-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.funnel-page .funnel-main{max-width:36rem}.funnel-main.funnel-main--refreshing{position:relative;pointer-events:none}.funnel-page-refresh-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;margin:-.5rem;background:#040a18bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:12px}.funnel-page-refresh-inner{text-align:center;max-width:17rem}.funnel-page-refresh-spinner{width:2.25rem;height:2.25rem;margin:0 auto .85rem;border-radius:50%;border:3px solid rgba(113,188,255,.22);border-top-color:#6ecbff;animation:funnel-spin 1.5s linear infinite}.funnel-page-refresh-text{margin:0;font-size:.9rem;font-weight:600;color:#b8c8ec;line-height:1.35}.funnel-page-refresh-hint{margin:0 0 .75rem;padding:.65rem .85rem;font-size:.84rem;line-height:1.45;color:#ffd296f2;background:#50321459;border:1px solid rgba(255,190,120,.22);border-radius:10px;max-width:36rem}.funnel-title{font-size:1.5rem;font-weight:900;margin:0 0 .35rem}.funnel-sub{color:#93a3ce;margin:0 0 1rem}.funnel-card{padding:1rem 1.1rem;margin-bottom:1rem}.funnel-card h2{margin:0 0 .35rem;font-size:1rem}.funnel-muted{font-size:.82rem;color:#93a3ce;margin:0 0 .75rem}.funnel-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.funnel-promo{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;font-size:.78rem}.funnel-promo code{background:#00000059;padding:.25rem .45rem;border-radius:.4rem}.funnel-actions{display:flex;flex-wrap:wrap;gap:.5rem}.funnel-loading{padding:3rem;text-align:center;color:#93a3ce}.settings-page .settings-main{max-width:min(32rem,100%);margin-inline:auto;display:grid;gap:1rem;padding-bottom:2.5rem}.settings-page-head{display:flex;flex-direction:column;gap:.75rem}.settings-page-head-main{min-width:0}.settings-page-intro{margin:.45rem 0 0;font-size:.86rem;line-height:1.5;color:#a0b4dce0;max-width:38rem}.settings-alerts{display:flex;flex-direction:column;gap:.45rem}.settings-alert{margin:0;padding:.65rem .9rem;border-radius:.65rem;font-size:.86rem;line-height:1.45;font-weight:600}.settings-alert--error{color:#ffd0d8;border:1px solid rgba(255,120,140,.35);background:#30121c8c}.settings-alert--success{color:#c8f5dc;border:1px solid rgba(90,210,150,.32);background:#10302473}.settings-layout{display:flex;flex-direction:column;gap:1rem}.settings-layout-col{min-width:0}.settings-h1{font-size:1.65rem;font-weight:900;margin:.35rem 0 0;text-transform:uppercase;letter-spacing:.02em;color:#f0f4ff}.settings-back{display:inline-block;margin-top:.5rem;color:#8ee7ff;text-decoration:none;font-size:.85rem}.settings-card{padding:0;margin-bottom:0;overflow:hidden;display:flex;flex-direction:column}.settings-card-head{padding:.85rem 1rem .72rem;border-bottom:1px solid rgba(113,188,255,.12);background:#00000024}.settings-card-body{padding:.95rem 1rem 1.1rem;display:flex;flex-direction:column;gap:.1rem}.settings-h2{margin:0;font-size:.95rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#e6f0fff2}.settings-hint{font-size:.82rem;color:#93a3ce;margin:0 0 .65rem;line-height:1.45}.settings-form{display:flex;flex-direction:column;align-items:stretch;width:100%;margin-top:.35rem}.settings-form-actions{margin-top:.85rem;display:flex;flex-wrap:wrap;gap:.5rem}.settings-label{display:block;font-size:.78rem;color:#93a3ce;margin:.55rem 0 .28rem;font-weight:600}.settings-label:first-of-type{margin-top:.15rem}.settings-input{width:100%;max-width:100%;padding:.62rem .8rem;border-radius:.65rem;border:1px solid rgba(113,188,255,.28);background:#080e22bf;color:#fff;font-size:.9rem;box-sizing:border-box}.settings-save-btn{margin:0;padding:.72rem 1.35rem;border-radius:.75rem;border:0;font-weight:800;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;color:#fff}.settings-save-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}@media (min-width: 960px){.settings-page .settings-main{max-width:min(76rem,calc(100% - 2.5rem));gap:1.25rem}.settings-page-head{padding-bottom:1.1rem;margin-bottom:.15rem;border-bottom:1px solid rgba(113,188,255,.12)}.settings-page-intro{font-size:.92rem;margin-top:.5rem}.settings-h1{font-size:clamp(1.75rem,2.4vw,2.15rem)}.settings-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:1.25rem;align-items:start}.settings-card-head{padding:1rem 1.2rem .85rem}.settings-card-body{padding:1.05rem 1.2rem 1.2rem}.settings-page .settings-input{max-width:22rem}.settings-form-actions .settings-save-btn{min-width:10.5rem}}.casino-single-wrap{margin-bottom:1rem;max-width:11rem}.casino-tile-static{cursor:default;pointer-events:none}.casino-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.45rem;margin-bottom:1rem}.casino-tile{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.55rem .35rem;border-radius:.65rem;border:1px solid rgba(113,188,255,.18);background:#080e2280;color:#dfe9ff;font-size:.72rem;font-weight:700;cursor:pointer;font-family:inherit}.casino-tile.is-selected{border-color:#50c8ff8c;box-shadow:0 0 12px #50c8ff33}.casino-tile-icon{font-size:1.25rem}.settings-ok{color:#5feb9a;font-size:.88rem}.faq-page .faq-main{width:100%;margin-inline:auto;padding-top:1.15rem;padding-bottom:2.75rem;display:grid;gap:1.35rem}.faq-page .faq-back-link{margin-top:0}.faq-page .faq-hub-section{min-width:0}.faq-page .faq-hub-head{text-align:center}.faq-page .faq-hub-h2{margin:0;text-transform:uppercase;font-weight:900;letter-spacing:.02em;line-height:1.1;font-size:clamp(1.65rem,4.2vw,2.55rem);color:#f0f4ff}.faq-page .faq-hub-h2 span{background:linear-gradient(120deg,#8ee7ff,var(--blue));-webkit-background-clip:text;background-clip:text;color:transparent}.faq-page .faq-hub-subtitle{margin:.65rem auto 0;max-width:34rem;color:#93a3cee0;font-size:.9rem;line-height:1.45;font-weight:500}.faq-page .faq-hub-head .adv-strip{margin-top:.95rem;margin-bottom:.1rem}.faq-page .faq-hub-accordion-stack{margin-top:1.25rem;display:flex;flex-direction:column;gap:.62rem}.faq-page .faq-hub-accordion-cols{display:flex;flex-direction:row;align-items:flex-start;gap:1.25rem;max-width:min(70rem,100%);margin-top:1.55rem;margin-left:auto;margin-right:auto}.faq-page .faq-hub-accordion-col{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:.95rem}.faq-page .faq-item.faq-item--accordion{padding:0;overflow:hidden;border-color:#6cbcff29;background:linear-gradient(168deg,#1420448c,#0a1024b8);transition:border-color .2s ease,box-shadow .2s ease}.faq-page .faq-item.faq-item--accordion:hover{border-color:#82c8ff47;box-shadow:0 6px 22px #0000002e}.faq-page .faq-item.faq-item--accordion[data-open=true]{border-color:#82c8ff52;box-shadow:0 8px 26px #00000038}.faq-page .faq-item-q-heading{margin:0;font-size:inherit;font-weight:inherit}.faq-page .faq-item-trigger{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:.55rem;padding:.85rem .95rem;margin:0;border:none;border-radius:0;background:transparent;color:#e8eeff;font:inherit;text-align:left;cursor:pointer;transition:background .15s ease,color .15s ease}.faq-page .faq-item-trigger:hover{background:#ffffff0a}.faq-page .faq-item-trigger:focus-visible{outline:2px solid rgba(130,200,255,.55);outline-offset:-2px}.faq-page .faq-item-q-mark{flex:0 0 auto;width:1.55rem;height:1.55rem;border-radius:.45rem;display:grid;place-items:center;font-size:.82rem;font-weight:900;color:#8ed2fff2;border:1px solid rgba(113,188,255,.22);background:#2e7dff24}.faq-page .faq-item-q-text{flex:1 1 auto;min-width:0;font-size:.98rem;font-weight:800;line-height:1.35;letter-spacing:.01em;text-align:left}.faq-page .faq-item-chevron{flex:0 0 1.15rem;width:1.15rem;height:1.15rem;margin:0;align-self:center;display:flex;align-items:center;justify-content:center;box-sizing:border-box;border:0;border-right:2px solid rgba(180,200,240,.52);border-bottom:2px solid rgba(180,200,240,.52);transform:rotate(45deg);transform-origin:50% 50%;transition:transform .22s ease,border-color .2s ease}.faq-page .faq-item--accordion[data-open=true] .faq-item-chevron{transform:rotate(-135deg);border-color:#c8e1ffc7}.faq-page .faq-item-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.faq-page .faq-item--accordion[data-open=true] .faq-item-panel{grid-template-rows:1fr}.faq-page .faq-item-panel-inner{min-height:0;overflow:hidden}.faq-page .faq-item-answer{margin:0;padding:.65rem .95rem 1rem 3.05rem;color:#9bacd2e6;font-size:.88rem;line-height:1.6;font-weight:500;border-top:1px solid rgba(113,188,255,.08)}@media (max-width: 720px){.faq-page .faq-main{max-width:min(56rem,calc(100vw - 2.5rem))!important}.faq-page .faq-hub-head{text-align:left}.faq-page .faq-hub-h2{font-size:clamp(1.35rem,5.5vw,1.85rem)}.faq-page .faq-hub-subtitle{margin:.5rem 0 0;max-width:none;font-size:.82rem;line-height:1.42;color:#93a3cec7}.faq-page .faq-hub-head .adv-strip{margin-top:.75rem}.faq-page .faq-hub-accordion-stack{gap:.5rem;margin-top:1rem}.faq-page .faq-item-trigger{padding:.78rem .85rem;gap:.48rem}.faq-page .faq-item-q-text{font-size:.92rem}.faq-page .faq-item-answer{padding:.55rem .85rem .9rem 2.75rem;font-size:.84rem;border-top:1px solid rgba(113,188,255,.07)}.faq-page .faq-item-q-mark{width:1.42rem;height:1.42rem;font-size:.75rem}}@media (min-width: 721px){.faq-page.hub-page main.container.hub-main.faq-main{width:min(1180px,calc(100% - 2.75rem))!important;max-width:none!important}.faq-page .faq-main{padding-top:1.4rem;padding-bottom:3rem;gap:1.5rem}.faq-page .faq-hub-h2{font-size:clamp(1.85rem,3.4vw,2.65rem)}.faq-page .faq-hub-subtitle{margin-top:.7rem;max-width:48rem;font-size:.97rem;line-height:1.52}.faq-page .faq-hub-head .adv-strip{margin-top:1.05rem}.faq-page .faq-hub-accordion-stack{display:flex;flex-direction:column;max-width:min(62rem,100%);margin-top:1.4rem;margin-left:auto;margin-right:auto;gap:.82rem}.faq-page .faq-item.faq-item--accordion{border-radius:.72rem}.faq-page .faq-item-trigger{padding:1.02rem 1.15rem;gap:.62rem}.faq-page .faq-item-q-text{font-size:1.02rem;line-height:1.4}.faq-page .faq-item-answer{padding:.82rem 1.15rem 1.15rem calc(1.15rem + 1.55rem + .62rem);font-size:.92rem;line-height:1.62;color:#9eb0d6e6}}@media (min-width: 1100px){.faq-page.hub-page main.container.hub-main.faq-main{width:min(1320px,calc(100% - 3rem))!important}.faq-page .faq-main{padding-top:1.65rem;padding-bottom:3.4rem;gap:1.75rem}.faq-page .faq-hub-head{max-width:min(70rem,100%);margin-inline:auto}.faq-page .faq-hub-h2{font-size:clamp(2.05rem,2.6vw,2.95rem)}.faq-page .faq-hub-subtitle{margin-top:.72rem;max-width:min(52rem,100%);margin-left:auto;margin-right:auto;font-size:1.02rem;line-height:1.55}.faq-page .faq-hub-accordion-cols{gap:1.35rem;max-width:min(72rem,100%)}.faq-page .faq-hub-accordion-col{gap:1rem}.faq-page .faq-item.faq-item--accordion{border-radius:.85rem}.faq-page .faq-item-trigger{padding:1.12rem 1.35rem;gap:.68rem}.faq-page .faq-item-q-mark{width:1.72rem;height:1.72rem;font-size:.88rem;border-radius:.5rem}.faq-page .faq-item-q-text{font-size:1.06rem;line-height:1.42}.faq-page .faq-item-chevron{flex-basis:1.25rem;width:1.25rem;height:1.25rem}.faq-page .faq-item-answer{padding:.88rem 1.35rem 1.28rem calc(1.35rem + 1.72rem + .68rem);font-size:.95rem;line-height:1.66;color:#9eb0d6e6}}.funnel-gate{position:relative}.funnel-gate.is-locked .hub-page>.hub-main{filter:blur(9px) saturate(.85);pointer-events:none;-webkit-user-select:none;user-select:none;transition:filter .35s ease}.funnel-gate-check-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3800;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#040a18b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.funnel-gate-check-card{text-align:center;padding:1.75rem 2rem;max-width:18rem}.funnel-rm-standalone-loading.funnel-gate-check-card{margin:0}.funnel-rm-standalone-loading .funnel-gate-check-spinner{margin-bottom:0}.funnel-gate-check-spinner{width:2.5rem;height:2.5rem;margin:0 auto 1rem;border-radius:50%;border:3px solid rgba(113,188,255,.2);border-top-color:#6ecbff;animation:funnel-spin 1.5s linear infinite}.funnel-gate-check-text{margin:0;font-size:.88rem;font-weight:600;color:#b8c8ec}@keyframes funnel-spin{to{transform:rotate(360deg)}}.funnel-rm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3900;display:flex;align-items:center;justify-content:center;padding:1rem;background:#020612c7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:funnel-rm-in .35s ease}@keyframes funnel-rm-in{0%{opacity:0}to{opacity:1}}.funnel-rm-dialog{position:relative;width:100%;max-width:min(26rem,calc(100vw - 2rem));overflow:visible;padding:1.35rem 1.35rem 1.15rem;border:1px solid rgba(120,200,255,.28);box-shadow:0 0 0 1px #ffffff0a inset,0 24px 64px #0000008c,0 0 80px #50a0ff1f;background:linear-gradient(165deg,#12203efa,#080e20fc);animation:funnel-rm-pop .45s cubic-bezier(.22,1,.36,1)}.funnel-rm-dialog--refreshing{pointer-events:none}.funnel-rm-dialog--refreshing .funnel-rm-close{pointer-events:auto;z-index:8}.funnel-rm-dialog-body{position:relative;max-height:min(92vh,44rem);overflow-x:visible;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.funnel-rm-refresh-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;display:flex;align-items:center;justify-content:center;padding:1.5rem;border-radius:inherit;background:#060e20c7;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.funnel-rm-refresh-overlay-inner{text-align:center;max-width:16rem}.funnel-rm-refresh-spinner{width:2.25rem;height:2.25rem;margin:0 auto .85rem;border-radius:50%;border:3px solid rgba(113,188,255,.22);border-top-color:#6ecbff;animation:funnel-spin 1.5s linear infinite}.funnel-rm-refresh-overlay-text{margin:0;font-size:.88rem;font-weight:600;color:#b8c8ec;line-height:1.35}.funnel-rm-refresh-hint{margin:.65rem 0 0;padding:.65rem .75rem;font-size:.84rem;line-height:1.45;color:#ffd296f2;background:#50321459;border:1px solid rgba(255,190,120,.22);border-radius:10px}.funnel-rm-dialog-body::-webkit-scrollbar{width:0;height:0;display:none}@keyframes funnel-rm-pop{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.funnel-rm-close{position:absolute;top:.55rem;right:.55rem;width:2rem;height:2rem;border:0;border-radius:.5rem;background:#ffffff0f;color:#c8d6f5;font-size:1.35rem;line-height:1;cursor:pointer;font-family:inherit}.funnel-rm-close:hover{background:#ffffff1f;color:#fff}.funnel-rm-hero{text-align:center;margin-bottom:1rem;padding-right:1.5rem}.funnel-rm-emoji{display:inline-flex;width:3rem;height:3rem;align-items:center;justify-content:center;margin-bottom:.35rem;border-radius:1rem;background:linear-gradient(145deg,#64b4ff40,#8c5aff26);font-size:1.45rem;box-shadow:0 8px 24px #00000040}.funnel-rm-h2{margin:0 0 .4rem;font-size:1.25rem;font-weight:900;letter-spacing:-.02em}.funnel-rm-lead{margin:0;font-size:.82rem;line-height:1.45;color:#93a3ce}.funnel-rm-steps{list-style:none;margin:0 0 .75rem;padding:.35rem;display:flex;flex-direction:row;align-items:stretch;gap:0;border-radius:.75rem;border:1px solid rgba(100,170,255,.18);background:#050c20bf;box-shadow:0 1px #ffffff0a inset,0 8px 28px #00000038}.funnel-rm-steps:has(>li:only-child){padding:.4rem .5rem}.funnel-rm-step{flex:1;min-width:0;display:flex;flex-direction:row;align-items:center;gap:.55rem;padding:.5rem .65rem;border-radius:.55rem;border:1px solid transparent;background:transparent;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,opacity .2s ease}.funnel-rm-step+.funnel-rm-step{margin-left:.2rem;padding-left:.75rem;border-left:1px solid rgba(113,188,255,.12)}.funnel-rm-step.is-current{background:linear-gradient(135deg,#3778dc38,#1e46a01f);border-color:#78c8ff59;box-shadow:0 0 0 1px #64beff1f}.funnel-rm-step.is-done{background:#19503733;border-color:#50dc9633}.funnel-rm-step.is-wait{opacity:.48}.funnel-rm-step-marker{flex-shrink:0;width:1.65rem;height:1.65rem;display:flex;align-items:center;justify-content:center;border-radius:.45rem;font-size:.72rem;font-weight:900;line-height:1;color:#b8dcff;background:#71bcff1f;border:1px solid rgba(113,188,255,.2)}.funnel-rm-step.is-current .funnel-rm-step-marker{color:#fff;background:linear-gradient(145deg,#5aaaff8c,#2864dc66);border-color:#a0dcff73;box-shadow:0 0 16px #50a0ff40}.funnel-rm-step.is-done .funnel-rm-step-marker{color:#b8ffd8;font-size:.82rem;background:#32b46e47;border-color:#64e6aa59;box-shadow:none}.funnel-rm-step-label{display:block;font-size:.74rem;font-weight:700;line-height:1.3;letter-spacing:.01em;color:#dde6ff;text-wrap:balance}.funnel-rm-step.is-current .funnel-rm-step-label{color:#fff}.funnel-rm-step.is-wait .funnel-rm-step-label{color:#8a9bc4}@media (max-width: 639.98px){.funnel-rm-steps{flex-direction:row;align-items:stretch;padding:.2rem .28rem;margin-bottom:.55rem;border-radius:.55rem;box-shadow:0 1px #ffffff09 inset,0 4px 16px #0000002e}.funnel-rm-step{padding:.28rem .35rem;gap:.32rem}.funnel-rm-step+.funnel-rm-step{margin-left:.12rem;margin-top:0;padding-left:.45rem;padding-top:.28rem;border-left:1px solid rgba(113,188,255,.12);border-top:none}.funnel-rm-step.is-current{box-shadow:0 0 0 1px #64beff1a}.funnel-rm-step-marker{width:1.25rem;height:1.25rem;font-size:.58rem;border-radius:.3rem}.funnel-rm-step.is-current .funnel-rm-step-marker{box-shadow:0 0 10px #50a0ff33}.funnel-rm-step.is-done .funnel-rm-step-marker{font-size:.66rem}.funnel-rm-step-label{font-size:.62rem;font-weight:700;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.funnel-rm-content{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.65rem}.funnel-rm-card{padding:.95rem 1rem;border-radius:.85rem;border:1px solid rgba(113,188,255,.18);background:#040c1c8c;box-shadow:0 1px #ffffff0a inset}.funnel-rm-card--promo{border-color:#b48cff38;background:linear-gradient(160deg,#1e12308c,#080e2080)}.funnel-rm-card--accent{margin-bottom:.5rem;border-color:#ffb46459;background:#3c260e38}.funnel-rm-card--accent .funnel-deposit-guide{margin-top:.75rem}.funnel-rm-deposit-link-actions{margin-top:1rem}.funnel-deposit-guide__text{display:flex;flex-direction:column;gap:.65rem}.funnel-deposit-guide__text p{margin:0;font-size:.92rem;line-height:1.45;color:#e6ebfae0}.funnel-deposit-guide__img{display:block;width:100%;max-width:100%;height:auto;margin-top:1rem;border-radius:12px;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 28px #00000059}.funnel-card--deposit .funnel-deposit-guide__text p{color:#ffffffd1}.funnel-rm-card--link-flash{animation:funnel-rm-card-link-pulse .75s ease}@keyframes funnel-rm-card-link-pulse{0%{box-shadow:0 0 #50c88259;border-color:#71bcff2e}40%{border-color:#64dc9673;box-shadow:0 0 20px #50c88233}to{box-shadow:0 0 #50c88200;border-color:#71bcff2e}}.funnel-rm-card--claim{border-color:#64c8ff38}.funnel-rm-reg-desc-row{display:flex;align-items:flex-start;gap:.35rem}.funnel-rm-reg-desc-row .funnel-rm-card-desc{flex:1;min-width:0;margin-bottom:0}.funnel-rm-reg-help-wrap{margin-top:.08rem}.funnel-rm-claim-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.45rem}.funnel-rm-claim-title-row .funnel-rm-card-title{flex:1;min-width:0;margin-bottom:0}.funnel-rm-id-help-wrap{position:relative;flex-shrink:0;align-self:flex-start;margin-top:.05rem}.funnel-rm-id-help{width:1.35rem;height:1.35rem;padding:0;border-radius:50%;border:1px solid rgba(113,188,255,.38);background:#08122abf;color:#9ec8ff;font-size:.82rem;font-weight:800;line-height:1;cursor:help;display:flex;align-items:center;justify-content:center;transition:border-color .15s ease,background .15s ease,color .15s ease}.funnel-rm-id-help:hover,.funnel-rm-id-help:focus-visible{outline:none;border-color:#8cd2ff8c;background:#1e468c73;color:#fff}.funnel-rm-id-help-pop{position:absolute;top:calc(100% + .35rem);right:0;z-index:120;width:min(92vw,17.5rem);padding:.35rem;border-radius:.55rem;border:1px solid rgba(113,188,255,.22);background:#060c1cf7;box-shadow:0 14px 44px #00000080;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}.funnel-rm-id-help-wrap--open .funnel-rm-id-help-pop{opacity:1;visibility:visible;pointer-events:auto}@media (hover: hover) and (pointer: fine){.funnel-rm-id-help-wrap:hover .funnel-rm-id-help-pop{opacity:1;visibility:visible;pointer-events:auto}}.funnel-rm-id-help-img{display:block;width:100%;height:auto;border-radius:.4rem}.funnel-rm-card--claim .funnel-rm-id-help-pop{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);right:auto;bottom:auto;width:min(calc(100vw - 1.5rem),40rem);max-height:min(86vh,44rem);overflow:auto;overflow-x:hidden;padding:.5rem;-webkit-overflow-scrolling:touch;z-index:5000;box-sizing:border-box}.funnel-rm-card--claim .funnel-rm-id-help-img{display:block;width:100%;max-width:100%;height:auto}@media (max-width: 639.98px){.funnel-rm-card--claim .funnel-rm-id-help-pop{left:max(.65rem,env(safe-area-inset-left,0px));right:max(.65rem,env(safe-area-inset-right,0px));width:auto;transform:translateY(-50%);top:50%;max-height:min(82vh,36rem);padding:.35rem}}.funnel-rm-verify-aside{border-radius:.75rem;border:1px solid rgba(255,175,110,.32);background:linear-gradient(165deg,#301c0c8c,#0c122480);padding:.75rem .85rem .8rem;box-shadow:0 1px #ffffff0a inset;display:flex;flex-direction:column;gap:.4rem}.funnel-rm-verify-aside-title{margin:0;font-size:.82rem;font-weight:800;letter-spacing:.01em;color:#ffc98a;line-height:1.25;text-wrap:balance}.funnel-rm-verify-aside-lead{margin:0;font-size:.7rem;font-weight:500;line-height:1.4;letter-spacing:.01em;color:#aeb9df;text-wrap:pretty}.funnel-rm-verify-aside-list{margin:.1rem 0 0;padding:0 0 0 1.05rem;list-style:disc;list-style-position:outside;font-size:.68rem;font-weight:500;line-height:1.42;color:#c5d0ea}.funnel-rm-verify-aside-list li{margin:0 0 .3rem;padding:0;display:list-item}.funnel-rm-verify-aside-list li:last-child{margin-bottom:0}.funnel-rm-verify-aside-list li::marker{color:#ffb982bf}@media (max-width: 639.98px){.funnel-rm-verify-aside{padding:.8rem .9rem .85rem;gap:.45rem}.funnel-rm-verify-aside-title{font-size:.88rem;line-height:1.3}.funnel-rm-verify-aside-lead{font-size:.76rem;line-height:1.45;color:#8fa3d4}.funnel-rm-verify-aside-list{font-size:.76rem;line-height:1.45;color:#8fa3d4;margin-top:.15rem}.funnel-rm-verify-aside-list li{margin-bottom:.35rem}}.funnel-rm-card-badge--id{font-size:.62rem;font-weight:900;letter-spacing:.06em;background:linear-gradient(145deg,#5adcc866,#288ca040);color:#d8fffb}.funnel-rm-claim-form{display:flex;flex-direction:column;gap:.5rem}.funnel-rm-claim-input{width:100%;box-sizing:border-box;padding:.6rem .75rem;border-radius:.65rem;border:1px solid rgba(113,188,255,.28);background:#080e22bf;color:#fff;font-size:.9rem;font-family:inherit}.funnel-rm-claim-input:focus{outline:none;border-color:#78d2ff8c;box-shadow:0 0 0 3px #4db0ff24}.funnel-rm-claim-input:disabled{opacity:.65}.funnel-rm-claim-submit{width:100%;justify-content:center;border-color:#5ac8be6b;color:#c5faf3;background:#0c282a8c}.funnel-rm-claim-submit:hover:not(:disabled){border-color:#78e6d78c;background:#14373aa6;color:#e8fffc}.funnel-rm-claim-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.funnel-rm-claim-error{margin:.35rem 0 0;font-size:.78rem;line-height:1.4;color:#ff9aab}.funnel-rm-claim-ok{margin:.35rem 0 0;font-size:.78rem;line-height:1.4;color:#7ae8a8}.funnel-rm-card-head{display:flex;gap:.65rem;align-items:flex-start;margin-bottom:.75rem}.funnel-rm-card-head--compact{margin-bottom:.55rem}.funnel-rm-card-head-text{flex:1;min-width:0}.funnel-rm-card-badge{flex-shrink:0;width:1.85rem;height:1.85rem;display:flex;align-items:center;justify-content:center;border-radius:.55rem;font-size:.8rem;font-weight:900;background:linear-gradient(145deg,#50aaff59,#3c78dc33);color:#e8f4ff;box-shadow:0 4px 12px #0003}.funnel-rm-card-badge--soft{background:linear-gradient(145deg,#a078ff66,#643cc833);font-size:.95rem;font-weight:800}.funnel-rm-card-badge--accent{background:linear-gradient(145deg,#ffaa5a73,#c8642840);color:#fff5eb}.funnel-rm-card-title{margin:0 0 .3rem;font-size:.9rem;font-weight:800;letter-spacing:.01em;line-height:1.25}.funnel-rm-card-desc{margin:0;font-size:.76rem;line-height:1.45;color:#8fa3d4}.funnel-rm-btn-grid{display:flex;flex-direction:column;gap:.45rem}.funnel-rm-btn-grid .btn{width:100%;justify-content:center}.funnel-rm-promo-row{display:flex;align-items:stretch;gap:.45rem}.funnel-rm-code{flex:1;min-width:0;margin:0;padding:.55rem .65rem;border-radius:.55rem;border:1px solid rgba(113,188,255,.2);background:#00000059;font-size:.88rem;font-weight:700;letter-spacing:.04em;color:#c8e6ff;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:border-color .3s ease,box-shadow .3s ease,color .3s ease}.funnel-rm-copy-btn{display:inline-flex;align-items:center;justify-content:center;gap:.2rem;transition:background .28s ease,border-color .28s ease,color .28s ease,transform .2s ease}.funnel-rm-copy-btn--done{border-color:#64dc968c;background:#235f3c73;color:#c4ffd8}.funnel-rm-promo-copy{flex-shrink:0;align-self:center;white-space:nowrap}.funnel-rm-copied-check{display:inline-block;margin-right:.15rem;font-weight:900;animation:funnel-rm-pop-check .45s cubic-bezier(.22,1,.36,1)}@keyframes funnel-rm-pop-check{0%{transform:scale(.5);opacity:0}55%{transform:scale(1.12);opacity:1}to{transform:scale(1)}}.funnel-rm-code--copied{border-color:#64dc968c;color:#d2ffe6;animation:funnel-rm-code-glow .75s ease}@keyframes funnel-rm-code-glow{0%{box-shadow:0 0 #50c88280}60%{box-shadow:0 0 14px 2px #50c88259}to{box-shadow:0 0 #50c88200}}.funnel-rm-footnote{margin:0 0 .75rem;font-size:.78rem;line-height:1.4}.funnel-rm-actions{display:flex;flex-direction:column;gap:.45rem;margin-top:1rem}.funnel-rm-wide{width:100%;justify-content:center}@media (min-width: 480px){.funnel-rm-dialog{padding:1.5rem 1.6rem 1.25rem}.funnel-rm-h2{font-size:1.35rem}}@media (min-width: 640px){.funnel-rm-dialog{max-width:min(38rem,calc(100vw - 2.5rem));padding:1.55rem 1.75rem 1.35rem}.funnel-rm-dialog-body{max-height:min(90vh,46rem)}.funnel-rm-backdrop{padding:1.25rem}}@media (max-width: 1023.98px){.funnel-rm-content-main,.funnel-rm-content-side{display:contents}.funnel-rm-card--registration{order:1}.funnel-rm-card--promo{order:2}.funnel-rm-card--claim{order:3}.funnel-rm-verify-aside{order:4}}@media (min-width: 1024px){.funnel-rm-dialog{max-width:min(50rem,calc(100vw - 4rem));padding:1.65rem 1.9rem 1.45rem}.funnel-rm-dialog-body{max-height:min(88vh,52rem)}.funnel-rm-hero{margin-bottom:1.15rem;padding-right:2rem}.funnel-rm-h2{font-size:1.45rem}.funnel-rm-lead{font-size:.88rem;max-width:36rem;margin-left:auto;margin-right:auto}.funnel-rm-steps{max-width:44rem;margin-left:auto;margin-right:auto}.funnel-rm-content{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.25rem;align-items:stretch;margin-top:.25rem;padding-top:1.1rem;border-top:1px solid rgba(113,188,255,.14)}.funnel-rm-content-main,.funnel-rm-content-side{min-width:0;display:flex;flex-direction:column;gap:1rem}.funnel-rm-content-side{min-height:0}.funnel-rm-card--registration,.funnel-rm-card--promo{display:flex;flex-direction:column}.funnel-rm-card--registration{flex:0 0 auto}.funnel-rm-card--promo{flex:0 0 auto;width:100%;gap:.6rem}.funnel-rm-card--registration .funnel-rm-btn-grid{margin-top:auto}.funnel-rm-card--promo .funnel-rm-card-head--compact{margin-bottom:0}.funnel-rm-card--claim{flex:0 0 auto;width:100%}.funnel-rm-verify-aside{flex:1 1 auto;min-height:0;overflow:hidden}.funnel-rm-verify-aside-list{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-right:.15rem}.funnel-rm-btn-grid{flex-direction:row;flex-wrap:wrap}.funnel-rm-btn-grid .btn{flex:1 1 calc(50% - .25rem);min-width:11rem}.funnel-rm-actions{flex-direction:row;flex-wrap:wrap;justify-content:stretch;gap:.55rem}.funnel-rm-wide{width:auto;flex:1 1 0;min-width:0;max-width:none}}.toast-stack{position:fixed;z-index:5000;right:max(1rem,env(safe-area-inset-right));bottom:max(1rem,env(safe-area-inset-bottom));left:max(1rem,env(safe-area-inset-left));display:flex;flex-direction:column;align-items:flex-end;gap:.55rem;pointer-events:none;max-width:min(22rem,calc(100vw - 2rem));margin-left:auto}.toast-stack .toast{pointer-events:auto}.toast{width:100%;max-width:22rem;border-radius:14px;border:1px solid rgba(100,220,150,.35);background:linear-gradient(155deg,#122a20f7,#081612fa);box-shadow:0 0 0 1px #ffffff0f inset,0 16px 40px #00000073;animation:toast-in .38s cubic-bezier(.22,1,.36,1)}.toast--success{border-color:#64dc9666}.toast-inner{position:relative;padding:.85rem 2.25rem .85rem 1rem}.toast-title{font-size:.92rem;font-weight:800;color:#e8fff0;letter-spacing:.02em;margin:0 0 .25rem}.toast-msg{margin:0;font-size:.8rem;line-height:1.45;color:#c8ebd2e6}.toast-close{position:absolute;top:.35rem;right:.35rem;width:1.75rem;height:1.75rem;border:0;border-radius:.45rem;background:#ffffff14;color:#c8e8d4;font-size:1.2rem;line-height:1;cursor:pointer;font-family:inherit}.toast-close:hover{background:#ffffff24;color:#fff}@keyframes toast-in{0%{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 480px){.toast-stack{left:.65rem;right:.65rem;max-width:none}.toast{max-width:none}}.mag-page .mag-public-header{position:relative;z-index:2}.mag-nav-active{color:#fff!important;opacity:1!important;text-decoration:underline;text-underline-offset:.28em}.mag-main{position:relative;z-index:1;padding:2rem 0 3.5rem;box-sizing:border-box}article.container.mag-main.mag-article{width:min(1240px,calc(100% - 2rem))}article.container.mag-main.mag-article>.mag-breadcrumb,article.container.mag-main.mag-article>.mag-article-head,article.container.mag-main.mag-article>.mag-article-footer{max-width:min(60rem,100%)}.mag-hub-hero{text-align:center;margin-bottom:2.25rem}.mag-hub-hero h1{font-size:clamp(1.65rem,4vw,2.35rem);margin:.5rem 0 .75rem;line-height:1.15}.mag-lead{color:var(--muted);line-height:1.65;max-width:42rem;margin:0 auto .75rem;font-size:1.02rem}.mag-meta{color:#c7d3f7b8;font-size:.88rem;line-height:1.55;max-width:40rem;margin:0 auto}.articles-hub-page{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:stretch;gap:0}.articles-hub-hero{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(128,193,255,.1);text-align:center;width:100%}.articles-hub-hero-badge{margin-bottom:.35rem}.articles-hub-hero-title{font-size:clamp(1.65rem,4vw,2.35rem);margin:.35rem 0 .55rem;line-height:1.12;font-weight:800;letter-spacing:.02em;color:#f8fafffa}.articles-hub-hero-lead{margin:0 auto;max-width:38rem;font-size:clamp(.95rem,2.2vw,1.05rem);line-height:1.55;color:#c7d3f7c7}@media (min-width: 720px){.articles-hub-hero{text-align:left}.articles-hub-hero-badge,.articles-hub-hero-title,.articles-hub-hero-lead{margin-left:0;margin-right:0}.articles-hub-hero-lead{margin-left:0;max-width:40rem}}@media (max-width: 719px){main.container.mag-main:has(.articles-hub-page){padding-top:1.35rem;padding-bottom:2.75rem}.articles-hub-hero{margin-bottom:.85rem;padding-bottom:.75rem}.articles-hub-hero-badge{margin-bottom:.15rem}.articles-hub-hero .pill{padding:.3rem .72rem;font-size:.76rem;line-height:1.2}.articles-hub-hero-title{margin:.2rem 0 .35rem;font-size:clamp(1.48rem,6.2vw,1.95rem);line-height:1.08;letter-spacing:.015em}.articles-hub-hero-lead,.mag-lead.articles-hub-hero-lead{max-width:min(22rem,calc(100% - .5rem));margin-bottom:.4rem;padding:0 .15rem;font-size:.86rem;line-height:1.4;letter-spacing:.01em}.articles-hub-page>.articles-hub-filter-shell{margin:0 0 1rem;width:100%;max-width:100%}.articles-hub-page>.articles-hub-filter-shell .articles-hub-filter{display:flex;flex-wrap:nowrap;gap:.45rem;justify-content:flex-start;align-items:center;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;overscroll-behavior-x:contain;padding:.12rem 0 .5rem;scrollbar-width:thin;scrollbar-color:rgba(120,190,255,.35) transparent}.articles-hub-page>.articles-hub-filter-shell .articles-hub-filter::-webkit-scrollbar{height:5px}.articles-hub-page>.articles-hub-filter-shell .articles-hub-filter::-webkit-scrollbar-thumb{border-radius:999px;background:#78beff52}.articles-hub-page>.articles-hub-filter-shell .articles-hub-filter-btn{flex:0 0 auto;padding:.38rem .78rem;min-height:2.35rem;font-size:.78rem;line-height:1.2;white-space:nowrap;max-width:none;text-align:center;display:inline-flex;align-items:center;justify-content:center;touch-action:manipulation}.articles-hub-list{grid-template-columns:1fr;justify-items:center;justify-content:start;gap:.85rem;width:100%}.articles-hub-list>li{width:min(100%,var(--articles-hub-card-max));max-width:min(100%,var(--articles-hub-card-max));justify-self:center}.articles-hub-card-cover{aspect-ratio:16 / 10;max-height:10.75rem}.articles-hub-card-body{padding:.62rem .72rem .75rem}.articles-hub-card-topline{flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.35rem .85rem;margin-bottom:.36rem}.articles-hub-card-rubric{font-size:.64rem;letter-spacing:.05em;line-height:1.3;flex:1 1 8rem;min-width:0}.articles-hub-card-date{font-size:.66rem;font-weight:400;color:#a8bce473;margin-left:auto}.articles-hub-card-title{font-size:clamp(.98rem,3.8vw,1.08rem);line-height:1.22;margin:0 0 .3rem;word-break:break-word}.articles-hub-card-excerpt,.mag-post-card.articles-hub-card .articles-hub-card-excerpt{font-size:.8rem;line-height:1.38;margin:0 0 .48rem;-webkit-line-clamp:2;line-clamp:2}.mag-post-card.articles-hub-card .mag-read-link.articles-hub-card-cta,.articles-hub-card-cta{font-size:.88rem;font-weight:700;padding:.4rem 0;min-height:2.45rem;display:inline-flex;align-items:center;text-underline-offset:.18em}}.articles-hub-filter-shell{margin:0 0 1.5rem;width:100%}.articles-hub-section-head{margin-bottom:1.35rem}.mag-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.15rem}.mag-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;text-decoration:none;color:inherit;padding:1.25rem 1.35rem;border-radius:1rem;transition:transform .18s ease,box-shadow .18s ease}.mag-card:hover{transform:translateY(-2px);box-shadow:0 12px 36px #07122b59}.mag-card h2{margin:0 0 .5rem;font-size:1.15rem}.mag-card p{margin:0 0 .75rem;color:var(--muted);font-size:.92rem;line-height:1.55;flex:1}.mag-card-meta{font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#81c4ffd9}.mag-breadcrumb{margin-bottom:1.25rem;font-size:.9rem}.mag-breadcrumb a{color:#81c4fff2;text-decoration:none}.mag-breadcrumb a:hover{text-decoration:underline}.mag-section-head h1{margin:0 0 .6rem;font-size:clamp(1.5rem,3.5vw,2rem)}.mag-post-list{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.mag-post-card{padding:1.2rem 1.35rem}.mag-post-card h2{margin:.35rem 0 .5rem;font-size:1.2rem}.mag-post-card h2 a{color:inherit;text-decoration:none}.mag-post-card h2 a:hover{color:#9fd4ff}.mag-post-date{font-size:.82rem;color:#c7d3f7a6}.mag-post-card p{margin:0 0 .65rem;color:var(--muted);line-height:1.55}.mag-read-link{font-weight:700;font-size:.88rem;color:#81c4fffa;text-decoration:none}.mag-read-link:hover{text-decoration:underline}.mag-empty{color:var(--muted);line-height:1.6}.mag-article .mag-article-head>.mag-post-date{display:block;margin:0 0 1.25rem}.mag-article-head h1{margin:.5rem 0 .75rem;font-size:clamp(1.5rem,3.2vw,2.1rem);line-height:1.16;letter-spacing:-.015em}.mag-article-excerpt{color:var(--muted);font-size:1.05rem;line-height:1.62;margin:0 0 1.5rem}.mag-article-body{max-width:min(60rem,100%)}.mag-article-body p{margin:0 0 1rem;line-height:1.7;color:#eef5ffeb}.mag-article-footer{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(128,193,255,.15)}.mag-article-footer a{color:#81c4fff2;font-weight:600;text-decoration:none}.mag-article-footer a:hover{text-decoration:underline}.mag-post-thumb{margin:-.25rem -.35rem .75rem;border-radius:12px;overflow:hidden;max-height:180px}.mag-post-thumb img{width:100%;height:auto;display:block;object-fit:cover}.mag-article-cover{margin:0 0 1.5rem;border-radius:14px;overflow:hidden;max-height:320px}.mag-article-cover img{width:100%;height:auto;display:block;object-fit:cover}.mag-article-body-html{line-height:1.7;color:#eef5ffeb}.mag-article-body-html p{margin:0 0 1rem}.mag-article-body-html h1,.mag-article-body-html h2,.mag-article-body-html h3{margin:1.1rem 0 .55rem;line-height:1.2;font-weight:800;letter-spacing:.02em;color:#f2f7ff}.mag-article-body-html h1{font-size:clamp(1.35rem,2.5vw,1.75rem)}.mag-article-body-html h2{font-size:clamp(1.15rem,2vw,1.45rem)}.mag-article-body-html h3{font-size:clamp(1.02rem,1.6vw,1.2rem)}.mag-article-body-html ul,.mag-article-body-html ol{margin:0 0 .85rem;padding-left:1.25rem;list-style-position:outside}.mag-article-body-html li{margin:.08rem 0;padding-inline-start:.15rem;line-height:1.6}.mag-article-body-html li>p{margin:0;line-height:inherit}.mag-article-body-html li>p+p{margin-top:.35rem}.mag-article-body-html li>ul,.mag-article-body-html li>ol{margin-top:.4rem;margin-bottom:.2rem}.mag-article-body-html blockquote{margin:.85rem 0;padding:.5rem .75rem;border-left:3px solid rgba(100,170,255,.45);background:#ffffff0a;color:#dce6ffeb}.mag-article-body-html strong{font-weight:700;color:#fff}.mag-article-body-html u{text-decoration-color:#b4d2ff8c}.mag-article-body-html figure{margin:.85rem 0;width:fit-content;max-width:min(100%,42rem);text-align:left}.mag-article-body-html img{max-width:min(100%,42rem);max-height:min(88vh,48rem);width:auto;height:auto;min-width:min(100%,15rem);object-fit:contain;border-radius:10px;margin:.85rem 0;display:block}.mag-article-body-html figure img{margin:0}.mag-article-body-html a{color:#8ec5fffa;text-decoration:underline;text-decoration-color:#8ec5ff6b;text-underline-offset:.18em;cursor:pointer;word-break:break-word}.mag-article-body-html a:hover{color:#c9e6ff;text-decoration-color:#c9e6ffbf}@media (min-width: 900px){article.container.mag-main.mag-article .mag-article-head h1{font-size:clamp(1.75rem,1.6vw + 1.1rem,2.55rem);line-height:1.1}article.container.mag-main.mag-article .mag-article-excerpt{font-size:1.09rem;line-height:1.68}.mag-article-body-html figure{margin:1.05rem 0;max-width:min(100%,42rem)}.mag-article-body-html img{max-width:min(100%,42rem);max-height:min(88vh,48rem);margin:1.05rem 0;border-radius:12px}.mag-article-body-html figure img{margin:0}}.articles-admin{max-width:min(58rem,calc(100vw - 2rem))}.articles-admin-toolbar{display:flex;flex-wrap:wrap;gap:.75rem;margin:1rem 0 1.25rem;align-items:center}.articles-admin-tabs-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin:.72rem 0 .38rem}.articles-admin-tabs{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.18rem;width:fit-content;max-width:100%;box-sizing:border-box;margin:0;padding:.14rem .18rem;border-radius:9px;background:#060c1a80;border:1px solid rgba(128,193,255,.14)}.articles-admin-refresh-icon-btn--tabs-bar{flex-shrink:0;margin-left:auto}.articles-admin-tab{font:inherit;font-size:.8rem;font-weight:500;padding:.34rem .72rem;border-radius:7px;border:1px solid transparent;background:transparent;color:#afc0e885;cursor:pointer;white-space:nowrap;transition:color .12s ease,background .12s ease,border-color .12s ease,box-shadow .12s ease}.articles-admin-tab:hover{color:#eef5ffeb;background:#20386047}.articles-admin-tab.is-active{font-weight:600;color:#fff;background:#3464af8c;border-color:#8cc8ff6b;box-shadow:inset 0 1px #ffffff0f}.articles-admin-lang-tabs{margin-bottom:.65rem}.articles-admin-lang-editing{margin-bottom:.35rem}.articles-admin-excerpt-textarea{margin-top:.35rem;width:100%;box-sizing:border-box}.articles-admin-pane:not(.is-active){display:none!important}.articles-admin-pane--list.is-active,.articles-admin-pane--editor.is-active{display:block}.articles-admin-refresh-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;padding:0;border-radius:9px;border:1px solid rgba(128,193,255,.28);background:#0a1224bf;color:#c8daffe0;cursor:pointer;transition:border-color .12s ease,background .12s ease,color .12s ease}.articles-admin-refresh-icon-btn:hover:not(:disabled){border-color:#96c8ff73;background:#162440e6;color:#eaf2ff}.articles-admin-refresh-icon-btn:disabled{opacity:.45;cursor:not-allowed}.articles-admin-refresh-svg{display:block;pointer-events:none}.articles-admin-list-loading{margin:.35rem 0 0}.articles-admin-list-loading .mag-empty{margin:0}.articles-admin-list-card-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.5rem;padding:.75rem 1rem .65rem;margin:0;border-bottom:1px solid rgba(128,193,255,.1)}.articles-admin-list-card-header-main{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;min-width:0}.articles-admin-list-card-heading{font-size:.95rem;font-weight:700;letter-spacing:.02em;color:#eef5fff2}.articles-admin-list-card-count{font-size:.78rem;font-weight:500;color:#a8bce48c}.articles-admin-list-card--empty{padding:0}.articles-admin-list-card--empty .articles-admin-list-empty{padding:1rem 1rem 1.35rem}.articles-admin-list-empty{margin:0;font-size:.92rem;color:#c7d3f7a6}.articles-admin-article-grid{display:flex;flex-direction:column;gap:.65rem;padding:.75rem 1rem 1rem}.articles-admin-article-card{display:grid;grid-template-columns:3.85rem minmax(0,1fr);grid-template-rows:auto auto auto auto auto;column-gap:.6rem;row-gap:.2rem;padding:.62rem .68rem .68rem;border-radius:12px;border:1px solid rgba(128,193,255,.12);background:#080e1c61;min-width:0}.articles-admin-article-card-main,.articles-admin-article-card-lead,.articles-admin-article-card-lead-text{display:contents}.articles-admin-article-card-thumb{grid-column:1;grid-row:1;align-self:start;width:3.85rem;height:3.85rem;border-radius:11px;overflow:hidden;border:1px solid rgba(128,193,255,.18);background:#060c1699;flex-shrink:0}.articles-admin-article-card-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.articles-admin-article-card-thumb-fallback{display:block;width:100%;height:100%;background:linear-gradient(145deg,#3060a833,#080e1c80)}.articles-admin-article-card-title{grid-column:2;grid-row:1;margin:0;align-self:center;font-size:.98rem;font-weight:600;line-height:1.28;color:#f8fafffa;letter-spacing:.01em;overflow-wrap:break-word;word-break:normal}.articles-admin-article-card-slug{grid-column:1 / -1;grid-row:2;margin:0;padding-top:0;font-size:.74rem;font-family:ui-monospace,Cascadia Mono,Segoe UI Mono,monospace;line-height:1.38;color:#8298c36b;word-break:break-word}.articles-admin-article-card-status-wrap{grid-column:1 / -1;grid-row:3;margin:0;padding-top:.04rem}.articles-admin-status-pill{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.articles-admin-status-pill.is-published{border:1px solid rgba(96,200,140,.35);color:#aaf0c8f2;background:#20503859}.articles-admin-status-pill.is-draft{border:1px solid rgba(180,190,220,.2);color:#c7d3f78c;background:#0c122280}.articles-admin-article-card-meta{grid-column:1 / -1;grid-row:4;margin:0;display:flex;flex-direction:column;gap:.24rem;padding:.28rem .38rem;border-radius:7px;background:#060c1638;border:1px solid rgba(128,193,255,.042);box-sizing:border-box}.articles-admin-meta-row{display:grid;grid-template-columns:5.75rem 1fr;gap:.3rem;font-size:.76rem;align-items:baseline}.articles-admin-meta-row dt{margin:0;color:#94a8d073;font-weight:600}.articles-admin-meta-row dd{margin:0;color:#c3d0f0ad;word-break:break-word}.articles-admin-slug-code{font-size:.78rem;padding:.12rem .35rem;border-radius:5px;background:#060c1aa6;border:1px solid rgba(128,193,255,.12);color:#bed2ffe0}.articles-admin-article-card-actions{grid-column:1 / -1;grid-row:5;display:flex;flex-direction:column;align-items:stretch;gap:.34rem;padding-top:.24rem;margin:0}@media (min-width: 560px){.articles-admin-article-card{grid-template-columns:4.85rem minmax(0,1fr) auto;grid-template-rows:none;grid-template-areas:"thumb main actions";column-gap:.95rem;row-gap:.5rem;padding:.85rem 1rem}.articles-admin-article-card-main{display:block;grid-area:main;min-width:0}.articles-admin-article-card-lead-text{display:block}.articles-admin-article-card-lead{display:flex;flex-wrap:nowrap;align-items:flex-start;justify-content:space-between;gap:.55rem .85rem}.articles-admin-article-card-lead-text{flex:1 1 auto;min-width:0}.articles-admin-article-card-title{grid-column:auto;grid-row:auto;align-self:stretch;font-size:1.06rem;font-weight:700;line-height:1.25}.articles-admin-article-card-slug{grid-column:auto;grid-row:auto;margin:.22rem 0 0;padding-top:0;color:#96acd273}.articles-admin-article-card-status-wrap{grid-column:auto;grid-row:auto;flex:0 0 auto;padding-top:.12rem;margin:0}.articles-admin-article-card-meta{grid-column:auto;grid-row:auto;display:grid;gap:.22rem 0;margin:.4rem 0 0;padding:0;background:transparent;border:none;border-radius:0}.articles-admin-article-card-thumb{grid-area:thumb;grid-column:auto;grid-row:auto;width:4.85rem;height:4.85rem}.articles-admin-article-card-actions{grid-area:actions;grid-column:auto;grid-row:auto;flex-direction:column;align-items:stretch;padding-top:0;min-width:6.75rem;gap:.28rem}}@media (max-width: 559px){.articles-admin-page-title{font-size:clamp(1.02rem,4.5vw,1.32rem);line-height:1.22;margin-bottom:.28rem;overflow-wrap:anywhere}.articles-admin-toolbar{margin:.62rem 0 .72rem}.articles-admin-tabs-bar{display:flex;flex-wrap:nowrap;align-items:center;gap:.32rem .38rem;margin:.32rem 0 .14rem;padding:.18rem .24rem;border-radius:9px;background:#060c1a3d;border:1px solid rgba(128,193,255,.065);box-sizing:border-box}.articles-admin-tabs{flex:1 1 auto;min-width:0;gap:.16rem;padding:.1rem .12rem}.articles-admin-tab{flex:1 1 50%;min-width:0;min-height:2.75rem;font-size:.86rem;font-weight:600;padding:.38rem .45rem;border-radius:8px;white-space:normal;text-align:center;line-height:1.22}.articles-admin-refresh-icon-btn--tabs-bar{margin-left:0;flex-shrink:0}.articles-admin-refresh-icon-btn{width:2.6rem;height:2.6rem;min-width:2.6rem;min-height:2.6rem;border-radius:9px;align-self:center;border-color:#80c1ff38;background:#0a12249e}.articles-admin-list-card{margin-top:-.12rem}.articles-admin-article-grid{padding:.38rem .5rem .55rem;gap:.44rem}.articles-admin-article-card{padding:.5rem .5rem .55rem;column-gap:.55rem;row-gap:.1rem}.articles-admin-article-card-thumb{width:3.9rem;height:3.9rem;border-radius:9px}.articles-admin-article-card-title{font-size:1rem;font-weight:600;line-height:1.28;letter-spacing:.006em;overflow-wrap:break-word;word-break:normal}.articles-admin-article-card-slug{font-size:.74rem;line-height:1.34}.articles-admin-article-card-status-wrap{padding-top:0}.articles-admin-article-card-status-wrap .articles-admin-status-pill{padding:.2rem .52rem;font-size:.68rem;letter-spacing:.048em}.articles-admin-article-card-meta{gap:.14rem;padding:.16rem .28rem;border-radius:6px;background:#040a1424;border:1px solid rgba(128,193,255,.034)}.articles-admin-article-card-meta .articles-admin-meta-row{display:grid;grid-template-columns:minmax(4.65rem,30%) 1fr;gap:.12rem .35rem;align-items:baseline;font-size:.78rem}.articles-admin-article-card-meta .articles-admin-meta-row dt{font-size:.7rem;font-weight:600;color:#94a8d075;letter-spacing:.015em}.articles-admin-article-card-meta .articles-admin-meta-row dd{font-size:.8rem;line-height:1.32;color:#c4d0f0b8;word-break:break-word;overflow-wrap:anywhere}.articles-admin-article-card-actions{padding-top:.18rem;gap:.36rem;width:100%;max-width:100%}.articles-admin-article-card-actions .articles-admin-card-btn{width:100%;max-width:100%;box-sizing:border-box;text-align:center;min-height:2.75rem;padding:.48rem .8rem;font-size:.9rem;font-weight:600;border-radius:10px;white-space:normal;line-height:1.22}.articles-admin-list-card-header{padding:.48rem .62rem .46rem}.articles-admin-form-card{padding:1rem .75rem 1.2rem}.articles-admin-form-header{margin-bottom:.75rem;padding-bottom:.6rem}.articles-admin-form-header .articles-admin-form-title{font-size:1.05rem;overflow-wrap:anywhere}.articles-admin-form-lead{font-size:.82rem}.articles-admin-form-card .articles-hub-filter{gap:.32rem}.articles-admin-form-card .articles-hub-filter-btn{font-size:.74rem;padding:.34rem .55rem}.articles-admin-form-actions{max-width:100%;flex-direction:column;align-items:stretch}.articles-admin-btn-submit{min-width:0;width:100%}.articles-admin-btn-secondary{width:100%;text-align:center;box-sizing:border-box}.articles-admin-tiptap-menubar{flex-wrap:wrap;row-gap:.35rem}.articles-admin-quill-outer-shell,.articles-admin-quill-outer,.articles-admin-quill-scroll{min-height:240px}.articles-admin-tiptap-scroll{min-height:0;display:flex;flex-direction:column}.articles-admin-tiptap-editor-wrap{display:flex;flex-direction:column;min-height:10rem;min-height:max(10rem,100%)}.admin-panel-topbar-inner{padding-inline:.65rem}}.articles-admin-card-btn{font:inherit;font-size:.78rem;font-weight:600;padding:.38rem .65rem;border-radius:8px;border:1px solid rgba(128,193,255,.32);background:#0c162abf;color:#dce8fff2;cursor:pointer;white-space:nowrap}.articles-admin-card-btn--compact{padding:.28rem .5rem;font-size:.72rem;border-radius:7px}.articles-admin-card-btn:hover{border-color:#8cc8ff80;background:#182848d9}.articles-admin-card-btn--danger{border-color:#ff787847;color:#ffbeb9f2;background:#30161c59}.articles-admin-card-btn--danger:hover{background:#481c2480;border-color:#ffa09666}.articles-admin-card-btn--ghost{border-color:#80c1ff2e;background:transparent;color:#a0c8ffe0}.articles-admin-article-table-wrap{display:none;padding:0 1rem .5rem;box-sizing:border-box}.articles-admin-list--desktop .articles-admin-th-thumb{width:4rem}.articles-admin-list--desktop .articles-admin-th-actions{width:1%;white-space:nowrap}.articles-admin-table-thumb{width:3.15rem;height:3.15rem;object-fit:cover;border-radius:10px;display:block;border:1px solid rgba(128,193,255,.2)}.articles-admin-table-thumb-fallback{display:block;width:3.15rem;height:3.15rem;border-radius:10px;background:linear-gradient(145deg,#3060a838,#080e1c8c);border:1px solid rgba(128,193,255,.12)}.articles-admin-td-titleblock{min-width:10rem;max-width:28rem;vertical-align:middle}.articles-admin-title-primary{font-size:.92rem;font-weight:700;line-height:1.3;color:#f8fafff7;letter-spacing:.01em}.articles-admin-slug-line{margin-top:.2rem;font-size:.7rem;font-family:ui-monospace,Cascadia Mono,Segoe UI Mono,monospace;line-height:1.35;color:#96acd26b;word-break:break-all}.articles-admin-td-secondary{font-size:.78rem;color:#b9c8eb9e;vertical-align:middle;max-width:11rem}.articles-admin-td-date{white-space:nowrap;color:#a8bcdc8c;font-variant-numeric:tabular-nums}.articles-admin-td-status,.articles-admin-td-actions{vertical-align:middle}.articles-admin-td-actions .articles-admin-card-btn{display:inline-block;margin-right:.18rem;margin-bottom:.12rem}@media (min-width: 960px){.articles-admin-article-grid{display:none!important}.articles-admin-article-table-wrap{display:block;padding:0 1rem .65rem}.articles-admin-list--desktop .articles-admin-td-thumb,.articles-admin-list--desktop .articles-admin-th-thumb{width:3.85rem}.articles-admin-list--desktop th,.articles-admin-list--desktop td{padding:.55rem .65rem;vertical-align:middle}.articles-admin-list-card .articles-admin-list--desktop thead th{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:#a8bce47a;border-bottom-color:#80c1ff14}}.articles-admin-list{width:100%;border-collapse:collapse;font-size:.9rem}.articles-admin-list th,.articles-admin-list td{padding:.5rem .65rem;text-align:left;border-bottom:1px solid rgba(128,193,255,.12)}.articles-admin-list th{color:#c7d3f7bf;font-weight:600}.articles-admin-form label{display:block;margin:.65rem 0 .2rem;font-size:.85rem;color:#c7d3f7cc}.articles-admin-form-inner .articles-admin-label{display:block;margin:0 0 .45rem;font-size:.88rem;font-weight:600;color:#c7d3f7e6}.articles-admin-form-inner .articles-admin-label:first-child{margin-top:0}.articles-admin-hint{margin:0 0 .55rem;max-width:44rem;line-height:1.45}.articles-admin-form-narrow-column{box-sizing:border-box;width:100%;max-width:min(40rem,100%);margin-top:.85rem;padding-top:.65rem;border-top:1px solid rgba(128,193,255,.045)}.articles-admin-form-block-article-head{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.articles-admin-title-stack{width:100%}.articles-admin-title-label{display:block;margin:0 0 .32rem;font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#bad2ffe6}.articles-admin-title-input-wrap{width:100%;max-width:min(31rem,100%)}.articles-admin-title-input{width:100%;max-width:100%;box-sizing:border-box;padding:.5rem .68rem;font-size:.95rem;font-weight:500;letter-spacing:.01em;border-radius:6px}.articles-admin-cover-stack{display:flex;flex-direction:column;align-items:flex-start;gap:.22rem;width:100%}.articles-admin-cover-heading{margin:0;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#bad2ffe0}.articles-admin-hint--cover{font-size:.72rem;margin:0 0 .28rem;line-height:1.28;max-width:min(31rem,100%);color:#c7d3f77a}.articles-admin-cover-thumb-wrap{width:100%;max-width:clamp(13rem,92%,16rem)}.articles-admin-cover-thumb-wrap .article-cover-field{margin-top:0}.articles-admin-cover-thumb-wrap .article-cover-field--compact .article-cover-drop-inner{min-height:5rem;padding:.48rem .42rem}.articles-admin-cover-thumb-wrap .article-cover-field--compact .article-cover-preview-wrap{width:100%;aspect-ratio:16 / 9;max-height:8.5rem;min-height:0;overflow:hidden;border-radius:6px;border:1px solid rgba(150,205,255,.38);background:#00000059;transition:border-color .15s ease,box-shadow .15s ease}.articles-admin-form-narrow-column+.articles-admin-form-block.articles-admin-form-block-body{margin-top:1.2rem;padding-top:.95rem;border-top:1px solid rgba(128,193,255,.055)}.articles-admin-page-title{margin-bottom:.25rem}.articles-admin-form-card{padding:1.5rem 1.75rem 1.75rem}.articles-admin-form-header{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(128,193,255,.055)}.articles-admin-form-header .articles-admin-form-title{margin:0 0 .4rem;font-size:clamp(1.05rem,2.2vw,1.35rem);font-weight:700;letter-spacing:.03em;line-height:1.22;text-transform:none;color:#ecf2fff0}.articles-admin-form-lead{margin:0;font-size:.9rem;line-height:1.5;color:#c7d3f79e}.articles-admin-form-inner{margin-top:.25rem}.articles-admin-form-inner>.articles-admin-form-block:first-of-type .articles-admin-section-field{margin-bottom:.55rem}.articles-admin-form-block+.articles-admin-form-block{margin-top:.85rem;padding-top:.75rem;border-top:1px solid rgba(128,193,255,.045)}.articles-admin-field-stack{margin-top:1rem}.articles-admin-field-stack label{margin-top:0}.articles-admin-field-stack.articles-admin-seo-first{margin-top:.35rem}.articles-admin-seo-desc-stack{margin-top:.75rem}.articles-admin-seo-textarea{width:100%;max-width:min(48rem,100%);box-sizing:border-box;margin-top:.35rem;padding:.55rem .7rem;border-radius:8px;border:1px solid rgba(128,193,255,.15);background:#040a168c;color:#eef5ffeb;font-size:.92rem;line-height:1.5;resize:vertical}.articles-admin-custom-section-nest{margin-top:calc(.72rem - 3px);max-width:min(40rem,100%);padding:.38rem .55rem .42rem;border-radius:9px;border:1px solid rgba(128,193,255,.09);background:#080e1c42;box-shadow:inset 0 1px #ffffff06;box-sizing:border-box}.articles-admin-custom-section-nest .articles-admin-field-stack.articles-admin-custom-section-stack{margin-top:0;margin-bottom:0;max-width:none}.articles-admin-form-inner>.articles-admin-form-block:first-of-type:has(.articles-admin-custom-section-nest){padding-bottom:.1rem}.articles-admin-custom-section-stack>.articles-admin-label.articles-admin-custom-section-label{font-size:.64rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#a8bce485;margin:0 0 .22rem}.articles-admin-custom-section-stack>input[type=text]{width:100%;max-width:none;box-sizing:border-box}.articles-admin-custom-section-stack>.articles-admin-custom-section-hint{max-width:none;margin:.22rem 0 0;font-size:.76rem;line-height:1.34;color:#c7d3f77a}.articles-admin-slug-row{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}.articles-admin-slug-row input[type=text]{flex:1 1 14rem;min-width:0;width:auto}.articles-admin-inline-actions{margin-top:.75rem}.articles-admin-list-card{margin-bottom:1.75rem;padding:0;overflow-x:auto}.articles-admin-block-heading{margin:0 0 .35rem;font-size:1.02rem;font-weight:600;color:#eaf2ff}.articles-admin-body-editor-wrap{margin-top:.35rem;max-width:100%}.articles-admin-form-block-body>.auth-field-hint.articles-admin-hint{color:#c7d3f780}.articles-admin-form-block-body .articles-admin-quill-outer-shell{margin-top:.5rem}.articles-admin-form-actions{box-sizing:border-box;max-width:min(40rem,100%);margin-top:1.05rem;padding-top:.85rem;border-top:1px solid rgba(128,193,255,.05);display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}.articles-admin-btn-primary{padding:.55rem 1.1rem;border-radius:.55rem;border:1px solid rgba(129,196,255,.48);background:#3060a86b;color:#eaf2ff;font-size:.85rem;font-weight:600;cursor:pointer}.articles-admin-btn-primary:hover:not(:disabled){background:#4076c88c;border-color:#a0d2ff8c}.articles-admin-btn-primary:disabled{opacity:.55;cursor:not-allowed}.articles-admin-btn-secondary{padding:.48rem .9rem;border-radius:.55rem;border:1px solid rgba(128,193,255,.32);background:#0a1020a6;color:#d7e2fff2;font-size:.82rem;cursor:pointer}.articles-admin-btn-secondary:hover:not(:disabled){border-color:#8cc8ff80;background:#121c34bf}.articles-admin-btn-ghost{padding:.48rem .9rem;border-radius:.55rem;border:1px solid rgba(255,140,140,.22);background:transparent;color:#ffb4aaf2;font-size:.82rem;cursor:pointer}.articles-admin-btn-ghost:hover:not(:disabled){background:#a030302e}.articles-admin-btn-submit{min-width:12rem}.article-cover-field{margin-top:.25rem}.article-cover-field--compact{max-width:100%}.article-cover-file-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none;overflow:hidden}.article-cover-upload{border:2px dashed rgba(128,193,255,.32);border-radius:12px;background:#060c1a80;transition:border-color .15s ease,background .15s ease;overflow:hidden}.article-cover-field--compact .article-cover-upload{width:100%;box-sizing:border-box;border-width:1px;border-radius:8px;border-color:#8cc8ff5c}.article-cover-upload.is-dragover{border-color:#8ec5ffbf;background:#18305859}.article-cover-upload.is-busy{opacity:.85;pointer-events:none}.article-cover-drop-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;min-height:11rem;padding:1.5rem 1rem;cursor:pointer;color:#c7d3f7e0;outline:none}.article-cover-field--compact .article-cover-drop-inner{min-height:5.25rem;padding:.55rem .45rem;gap:.15rem}.article-cover-drop-inner:focus-visible{box-shadow:inset 0 0 0 2px #8ec5ff8c;border-radius:10px}.article-cover-field--compact .article-cover-drop-inner:focus-visible{border-radius:6px}.article-cover-drop-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;font-size:1.75rem;line-height:1;font-weight:300;color:#8ec5fff2;border:1px solid rgba(128,193,255,.35);background:#0c18308c}.article-cover-field--compact .article-cover-drop-icon{width:2rem;height:2rem;font-size:1.15rem}.article-cover-drop-title{font-size:1rem;font-weight:600;color:#eaf2ff}.article-cover-field--compact .article-cover-drop-title{font-size:.8rem;font-weight:600}.article-cover-drop-sub{font-size:.82rem;color:#c7d3f7a6;text-align:center;max-width:22rem}.article-cover-field--compact .article-cover-drop-sub{font-size:.7rem;max-width:10rem;line-height:1.3}.article-cover-preview-btn{display:block;width:100%;margin:0;padding:0;border:0;border-radius:8px;overflow:visible;cursor:pointer;background:transparent;text-align:left}.article-cover-preview-btn:hover:not(:disabled) .article-cover-preview-wrap{border-color:#afdcff85;box-shadow:inset 0 0 0 1px #78b9ff2e}.article-cover-preview-btn:focus-visible{outline:none}.article-cover-preview-btn:focus-visible:not(:disabled) .article-cover-preview-wrap{border-color:#b9e1ff9e;box-shadow:inset 0 0 0 2px #5a9bf052}.article-cover-preview-btn:disabled{cursor:not-allowed;opacity:.7}.article-cover-preview-wrap{position:relative;display:block;width:100%;box-sizing:border-box;aspect-ratio:16 / 9;max-height:240px;overflow:hidden;border-radius:8px;background:#00000052;border:1px solid rgba(145,200,255,.32);transition:border-color .15s ease,box-shadow .15s ease}.article-cover-field--compact .article-cover-preview-wrap{max-height:8.5rem;border-radius:6px}.article-cover-preview-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.article-cover-busy{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:#eaf2ff;background:#0408128c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.article-cover-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem;align-items:center}.article-cover-actions--compact{margin-top:.3rem;gap:.15rem;align-items:center;width:100%;max-width:100%}.article-cover-actions--compact .article-cover-action-sep{color:#c7d3f747;font-size:.68rem;-webkit-user-select:none;user-select:none}.article-cover-action-link{margin:0;padding:0;border:0;background:none;font:inherit;font-size:.76rem;color:#a0d2fff2;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.article-cover-actions--compact .article-cover-action-link{font-size:.7rem;font-weight:500;color:#a5cdf8b8;text-decoration:underline;text-decoration-color:#a5cdf847;text-underline-offset:3px}.article-cover-action-link:hover:not(:disabled){color:#cfe8ff}.article-cover-actions--compact .article-cover-action-link:hover:not(:disabled){color:#c8e4ffe6;text-decoration-color:#c8e4ff73}.article-cover-action-link--danger{color:#ffafa5eb}.article-cover-action-link--danger:hover:not(:disabled){color:#ffd4cf}.article-cover-actions--compact .article-cover-action-link--danger{color:#e6a59ead;text-decoration-color:#e6a59e47}.article-cover-actions--compact .article-cover-action-link--danger:hover:not(:disabled){color:#f8c8c3e0;text-decoration-color:#f8c8c36b}.article-cover-action-link:disabled{opacity:.45;cursor:not-allowed;text-decoration:none}.articles-admin-form input[type=text],.articles-admin-form input[type=url],.articles-admin-form select,.articles-admin-form textarea{width:100%;box-sizing:border-box;padding:.5rem .65rem;border-radius:8px;border:1px solid rgba(128,193,255,.25);background:#080e1c8c;color:#eaf2ff}.articles-admin-form .articles-admin-title-input{border-color:#8cc8ff4d;background:#0a101ec7;color:#f8fafffa}.articles-admin-form textarea{min-height:120px;font-family:ui-monospace,monospace;font-size:.82rem}.articles-admin-form-block textarea{min-height:6.5rem;font-family:inherit;font-size:.9rem;line-height:1.45}.articles-admin-upload-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.35rem}.articles-admin-preview{max-width:120px;max-height:72px;border-radius:8px;object-fit:cover;margin-top:.35rem}.admin-panel-shell{min-height:100vh;position:relative;display:flex;flex-direction:column}.admin-panel-topbar{position:sticky;top:0;z-index:30;flex-shrink:0;border-bottom:1px solid rgba(128,193,255,.22);background:linear-gradient(180deg,#0a1226f7,#060c1af0);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 4px 24px #00000059}.admin-panel-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.72rem 0}.admin-panel-topbar-lead{display:flex;flex-direction:column;gap:.12rem;min-width:0}.admin-panel-brand{font-weight:800;letter-spacing:.06em;font-size:.88rem;text-transform:uppercase;color:#f2f7ff}.admin-panel-topbar-tagline{font-size:.72rem;color:#8ca8d7eb;letter-spacing:.02em}.admin-panel-topbar-actions{display:flex;align-items:center;gap:.75rem}.admin-panel-logout-btn{padding:.42rem .78rem;border-radius:.55rem;border:1px solid rgba(113,188,255,.18);background:#ffffff0a;color:#c8d6f8e6;font-size:.76rem;font-weight:600;font-family:inherit;cursor:pointer}.admin-panel-logout-btn:hover{border-color:#71bcff52;color:#eaf2ff}.admin-panel-articles-wrap{position:relative;z-index:1}.admin-panel-articles-wrap .articles-admin{max-width:60rem}.articles-admin-body{min-height:18rem}.articles-admin-quill-outer-shell{margin-top:.35rem}.articles-admin-quill-outer{margin-top:0;position:relative;z-index:1;box-sizing:border-box;display:flex;flex-direction:column;height:22rem;min-height:16rem;max-height:min(85vh,52rem);overflow:hidden;border-radius:8px;border:1px solid rgba(128,193,255,.22);background:#080e1c8c}.articles-admin-quill-resize{flex-shrink:0;box-sizing:border-box;display:flex;align-items:center;justify-content:center;height:1.25rem;min-height:20px;cursor:ns-resize;touch-action:none;-webkit-user-select:none;user-select:none;color:#a0c8ff6b;font-size:.5rem;line-height:1;background:#0a101ee6;border-left:1px solid rgba(128,193,255,.14);border-right:1px solid rgba(128,193,255,.14)}.articles-admin-quill-resize--top{border-bottom:1px solid rgba(128,193,255,.12);border-radius:7px 7px 0 0}.articles-admin-quill-resize--bottom{border-top:1px solid rgba(128,193,255,.12);border-radius:0 0 7px 7px}.articles-admin-quill-resize:hover{color:#c8e1ffd9;background:#121e34eb}.articles-admin-quill-resize-glyph{pointer-events:none}.articles-admin-quill{flex:1 1 auto;min-height:0;height:100%;display:flex;flex-direction:column;margin-top:0}.articles-admin-quill-placeholder{flex:1 1 auto;min-height:12rem;border-radius:6px;border:1px dashed rgba(128,193,255,.28);background:#080e1c73}.articles-admin-quill-scroll{flex:1 1 0;min-height:0;display:flex;flex-direction:column;overflow:hidden;border-radius:0 0 7px 7px;background:#080e1cbf;-webkit-overflow-scrolling:touch}.articles-admin-tiptap-menubar{position:relative;z-index:10;flex-shrink:0;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;padding:.45rem .55rem;border-bottom:1px solid rgba(128,193,255,.18);border-radius:7px 7px 0 0;background:#0c1222fa;box-shadow:0 1px #00000059}.articles-admin-tiptap-bar-group{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;padding-right:.45rem;margin-right:.15rem;border-right:1px solid rgba(128,193,255,.14)}.articles-admin-tiptap-bar-group:last-child,.articles-admin-tiptap-bar-group--end{border-right:none;margin-right:0;padding-right:0}.articles-admin-tiptap-bar-group--end{margin-left:auto}.articles-admin-tiptap-bar-btn{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-width:2rem;min-height:2rem;padding:.28rem .4rem;font:inherit;font-size:.72rem;font-weight:600;border-radius:6px;border:1px solid rgba(128,193,255,.28);background:#0c162abf;color:#dce8ffeb;cursor:pointer;white-space:nowrap;line-height:1}.articles-admin-tiptap-bar-btn--text{min-width:1.85rem;padding-inline:.35rem;font-size:.68rem;font-weight:800;letter-spacing:.02em}.articles-admin-tiptap-bar-text{display:block;line-height:1.1}.articles-admin-tiptap-ico{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:1.25rem;pointer-events:none}.articles-admin-tiptap-ico svg{display:block;flex-shrink:0}.articles-admin-tiptap-mark{display:block;font-size:.82rem;font-weight:800;line-height:1;pointer-events:none}.articles-admin-tiptap-mark--italic{font-style:italic;font-weight:700}.articles-admin-tiptap-mark--underline{text-decoration:underline;text-underline-offset:2px}.articles-admin-tiptap-bar-btn:hover:not(:disabled){border-color:#8cc8ff73;background:#182848e0;color:#fff}.articles-admin-tiptap-bar-btn:disabled{opacity:.38;cursor:not-allowed}.articles-admin-tiptap-bar-btn.is-active{border-color:#64b4ff8c;background:#1e3c6e8c;color:#e8f4ff}.articles-admin-tiptap-file-input{position:fixed;left:-9999px;top:0;width:1px;height:1px;margin:0;padding:0;border:0;opacity:0;overflow:hidden;clip:rect(0,0,0,0);pointer-events:none}.articles-admin-tiptap-editor-wrap{position:relative;z-index:1;flex:1 1 0;min-height:0;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;color-scheme:dark;scrollbar-gutter:stable;font-size:.95rem}.articles-admin-tiptap-editor-wrap>div{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.articles-admin-tiptap-editor-wrap:focus-within{box-shadow:inset 0 0 0 1px #64aaff6b}.articles-admin-tiptap-loading{min-height:12rem;background:#080e1c59}.articles-admin-tiptap-root{box-sizing:border-box;flex:1 1 auto;min-height:12rem;width:100%;padding:.75rem .95rem 1rem;color:#eaf2ff;cursor:text;outline:none}.articles-admin-tiptap-root p{margin:0 0 .65rem;line-height:1.65}.articles-admin-tiptap-root h1,.articles-admin-tiptap-root h2,.articles-admin-tiptap-root h3{margin:.85rem 0 .45rem;line-height:1.2;font-weight:800;letter-spacing:.02em;color:#f2f7ff}.articles-admin-tiptap-root h1{font-size:1.35rem}.articles-admin-tiptap-root h2{font-size:1.15rem}.articles-admin-tiptap-root h3{font-size:1.02rem}.articles-admin-tiptap-root ul,.articles-admin-tiptap-root ol{margin:0 0 .55rem;padding-left:1.25rem;list-style-position:outside}.articles-admin-tiptap-root li{margin:.06rem 0;padding-inline-start:.15rem;line-height:1.55}.articles-admin-tiptap-root li>p{margin:0;line-height:inherit}.articles-admin-tiptap-root li>p+p{margin-top:.35rem}.articles-admin-tiptap-root li>ul,.articles-admin-tiptap-root li>ol{margin-top:.35rem;margin-bottom:.15rem}.articles-admin-tiptap-root blockquote{margin:.65rem 0;padding:.45rem .65rem;border-left:3px solid rgba(100,170,255,.45);background:#ffffff0a;color:#dce6ffe6}.articles-admin-tiptap-root a{color:#8ec5ff;text-decoration:underline;text-underline-offset:.15em;cursor:pointer}.articles-admin-tiptap-root img{max-width:min(100%,24rem);max-height:min(40vh,16rem);width:auto;height:auto;object-fit:contain;display:block;margin:.5rem 0;border-radius:8px;vertical-align:middle}.articles-admin-tiptap-root .ProseMirror-selectednode img{outline:2px solid rgba(100,180,255,.65);outline-offset:2px}.articles-admin-tiptap-root p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;height:0;color:#96afdc80;pointer-events:none;white-space:nowrap}.admin-panel-workspace{flex:1;display:flex;flex-direction:column;min-height:0;position:relative;z-index:2}.admin-panel-rail{flex-shrink:0;display:flex;flex-direction:row;flex-wrap:nowrap;gap:.35rem;overflow-x:auto;padding:.5rem clamp(.5rem,2vw,1rem);border-bottom:1px solid rgba(100,170,255,.14);background:#040a18bf;-webkit-overflow-scrolling:touch}.admin-panel-rail-spacer{flex:1;min-width:.5rem}.admin-panel-rail-link{display:inline-flex;align-items:center;gap:.45rem;padding:.48rem .75rem;border-radius:.65rem;border:1px solid transparent;text-decoration:none;color:#c8d8f8e0;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;transition:background .15s ease,border-color .15s ease,color .15s ease}.admin-panel-rail-link:hover{color:#fff;border-color:#71bcff38;background:#ffffff0d}.admin-panel-rail-link.is-active{color:#fff;border-color:#5ac8ff73;background:linear-gradient(135deg,#20509673,#1228588c);box-shadow:0 0 0 1px #64c8ff1f,0 4px 20px #00285a59}.admin-panel-rail-link--ghost{opacity:.88}.admin-panel-rail-ico{font-size:1rem;line-height:1;opacity:.95}.admin-panel-viewport{flex:1;min-width:0;overflow-y:auto;padding:1rem clamp(.65rem,2.2vw,1.35rem) 2.75rem;background:linear-gradient(180deg,rgba(4,8,20,.35) 0%,rgba(4,8,20,.08) 40%,transparent 100%)}@media (min-width: 1024px){.admin-panel-workspace{flex-direction:row;align-items:stretch}.admin-panel-rail{flex-direction:column;align-items:stretch;width:15.5rem;padding:1rem .65rem 1.25rem;overflow-x:visible;overflow-y:auto;border-bottom:none;border-right:1px solid rgba(100,170,255,.14);background:linear-gradient(180deg,#060c1ceb,#040814e0);box-shadow:inset -1px 0 #ffffff08}.admin-panel-rail-link{justify-content:flex-start;white-space:normal;padding:.62rem .85rem;font-size:.74rem}.admin-panel-rail-spacer{flex:1;min-height:.75rem}.admin-panel-viewport{padding:1.25rem clamp(1rem,2.5vw,2rem) 3rem}}.admin-panel-viewport .card,.admin-panel-viewport .admin-stats-toolbar.card,.admin-panel-viewport .admin-chart-card,.admin-panel-viewport .admin-stat-card,.admin-panel-viewport .admin-stat-lang-card,.admin-panel-viewport .admin-users-table-wrap.card,.admin-panel-viewport .admin-profile-card,.admin-panel-viewport .admin-bot-form.card{border-radius:.85rem;border:1px solid rgba(120,190,255,.2);background:linear-gradient(165deg,#0e162ce0,#080e20d1);box-shadow:0 1px #ffffff0a inset,0 12px 40px #00000059}.admin-stats-main,.admin-bot-main{max-width:min(76rem,100%);margin-inline:auto;padding-bottom:2.5rem}.admin-stats-title{margin-top:.25rem;text-shadow:0 2px 24px rgba(0,60,120,.35)}.admin-stats-intro{margin:.35rem 0 1rem;font-size:.86rem;line-height:1.55;color:#a0b4dce6;max-width:44rem}.admin-stats-toolbar{padding:1rem 1.1rem 1.05rem;margin-bottom:1rem}.admin-stats-toolbar-row{display:flex;flex-direction:column;gap:.45rem;margin-bottom:.75rem}.admin-stats-toolbar-row:last-child{margin-bottom:0}.admin-stats-toolbar-label{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#8ca5d2f2}.admin-stats-chips{display:flex;flex-wrap:wrap;gap:.4rem}.admin-stats-chip{border:1px solid rgba(113,188,255,.2);background:#080e22a6;color:#dce6ffe0;font-size:.78rem;font-weight:600;padding:.38rem .65rem;border-radius:.45rem;cursor:pointer;font-family:inherit}.admin-stats-chip.is-active{border-color:#64c8ff80;background:#183c7866;color:#fff}.admin-stats-loading{color:#b4c8f0d9;font-size:.9rem}.admin-stats-grid{display:flex;flex-direction:column;gap:1rem}@media (min-width: 900px){.admin-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:start}.admin-stats-toolbar-row{flex-direction:row;align-items:center;gap:1rem}.admin-stats-toolbar-label{flex:0 0 10rem}}.admin-stat-card,.admin-stat-lang-card{padding:0;overflow:hidden}.admin-stat-card-title{margin:0;padding:.75rem 1rem .5rem;font-size:.88rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#ebf2fff5;border-bottom:1px solid rgba(113,188,255,.12);background:#0000001f}.admin-stat-card-sub{margin:0;padding:.55rem 1rem 0;font-size:.78rem;line-height:1.45;color:#8ca0c8eb}.admin-stat-dl{margin:0;padding:.65rem 1rem .85rem;display:flex;flex-direction:column;gap:.55rem}.admin-stat-dl>div{display:flex;flex-direction:column;gap:.12rem}.admin-stat-dl dt{margin:0;font-size:.72rem;font-weight:600;color:#829bc8f2;line-height:1.35}.admin-stat-dl dd{margin:0;font-size:1.15rem;font-weight:800;color:#f0f6ff;letter-spacing:.02em}.admin-stat-dl--single dd{font-size:1.45rem}.admin-stat-lang-table-wrap{padding:.5rem 1rem 1rem;overflow-x:auto}.admin-stat-lang-table{width:100%;border-collapse:collapse;font-size:.82rem}.admin-stat-lang-table th,.admin-stat-lang-table td{text-align:left;padding:.45rem .5rem;border-bottom:1px solid rgba(113,188,255,.1)}.admin-stat-lang-table th{color:#96afd7f2;font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em}.admin-bot-form{padding:1rem 1.1rem 1.15rem}.admin-bot-fieldset{border:0;margin:0 0 1.1rem;padding:0}.admin-bot-fieldset legend{font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#c8dafff2;padding:0 0 .5rem}.admin-bot-toggle{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.45rem 0;border-bottom:1px solid rgba(113,188,255,.08);cursor:pointer;font-size:.82rem;color:#dce6ffeb}.admin-bot-toggle:last-of-type{border-bottom:0}.admin-bot-toggle-input{width:1.1rem;height:1.1rem;flex-shrink:0;cursor:pointer}.admin-bot-toggle-grid{display:grid;gap:0;grid-template-columns:1fr}@media (min-width: 640px){.admin-bot-toggle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 960px){.admin-bot-toggle-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.admin-bot-actions{margin-top:.5rem}.admin-bot-msg{margin:0 0 .75rem;padding:.55rem .75rem;border-radius:.5rem;background:#10302473;border:1px solid rgba(90,210,150,.28);color:#c8f5dc;font-size:.85rem;font-weight:600}.admin-stats-charts-wrap.card{margin-bottom:1.25rem;padding:1rem 1.05rem 1.1rem}.admin-stats-charts-head{display:flex;flex-direction:column;gap:.65rem;margin-bottom:.85rem;padding-bottom:.75rem;border-bottom:1px solid rgba(113,188,255,.12)}@media (min-width: 720px){.admin-stats-charts-head{flex-direction:row;align-items:center;justify-content:space-between}}.admin-stats-charts-title{margin:0;font-size:1rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#e6f0fff2}.admin-stats-charts-grid{display:flex;flex-direction:column;gap:1rem}@media (min-width: 960px){.admin-stats-charts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:stretch}}.admin-chart-card{padding:0;overflow:hidden}.admin-chart-card-title{margin:0;padding:.72rem 1rem .55rem;font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#d2e2fffa;border-bottom:1px solid rgba(113,188,255,.14);background:linear-gradient(180deg,#0003,#00000014)}.admin-chart-inner{padding:.5rem .4rem .65rem;width:100%;min-height:300px}.admin-users-main{max-width:min(72rem,100%);margin-inline:auto;padding-bottom:2.5rem}.admin-users-toolbar{display:flex;flex-direction:column;gap:.85rem;padding:.85rem 1rem;margin-bottom:1rem}@media (min-width: 720px){.admin-users-toolbar{flex-direction:row;align-items:flex-end;justify-content:space-between}}.admin-users-search{display:flex;flex-direction:column;gap:.35rem;flex:1;min-width:0;max-width:22rem}.admin-users-search-label{font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#8ca5d2f2}.admin-users-search input{width:100%;padding:.62rem .85rem;border-radius:.65rem;border:1px solid rgba(113,188,255,.28);background:#080e22d1;color:#fff;font-size:.88rem;box-sizing:border-box;box-shadow:0 1px #ffffff0a inset}.admin-users-search input:focus{outline:none;border-color:#78c8ff8c;box-shadow:0 0 0 2px #50a0ff33}.admin-users-count{margin:0 0 .5rem;font-size:.82rem;color:#a0b4dce6}.admin-users-table-wrap{padding:0;overflow-x:auto}.admin-users-table{width:100%;border-collapse:collapse;font-size:.8rem}.admin-users-table th,.admin-users-table td{text-align:left;padding:.5rem .65rem;border-bottom:1px solid rgba(113,188,255,.1);vertical-align:top}.admin-users-table th{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#96afd7f2;font-weight:700;white-space:nowrap}.admin-users-nowrap{white-space:nowrap}.admin-users-link{color:#8ec5ff;font-weight:600;text-decoration:none}.admin-users-link:hover{text-decoration:underline}.admin-users-empty{margin:0;padding:1rem 1rem 1.25rem;color:#a0b4dce0;font-size:.86rem}.admin-users-pager{display:flex;align-items:center;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.admin-users-pager .admin-panel-logout-btn{min-width:6.5rem}.admin-users-pager-info{font-size:.82rem;color:#b4c8f0e6}.admin-profile-main .admin-profile-back{margin:.75rem 0 .25rem}.admin-profile-main .admin-profile-back a{color:#8ec5ff;text-decoration:none;font-size:.85rem;font-weight:600}.admin-profile-card{margin-bottom:1rem;padding:0;overflow:hidden}.admin-profile-dl{margin:0;padding:.75rem 1rem 1rem;display:grid;grid-template-columns:1fr;gap:.65rem 1.25rem}@media (min-width: 640px){.admin-profile-dl{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 960px){.admin-profile-dl{grid-template-columns:repeat(3,minmax(0,1fr))}}.admin-profile-dl--compact{grid-template-columns:1fr}.admin-profile-dl dt{margin:0;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#829bc8f2}.admin-profile-dl dd{margin:.12rem 0 0;font-size:.88rem;color:#f0f6ff;font-weight:600;word-break:break-word}.admin-profile-break{word-break:break-all}.admin-profile-muted{margin:0;padding:.75rem 1rem 1rem;color:#96aad2e6;font-size:.85rem}.admin-profile-table-wrap{padding:.35rem .5rem .85rem;overflow-x:auto}
