:root,[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--green-950:#063d31;--green-900:#074d3b;--green-800:#086147;--green-700:#0a7453;--green-600:#128660;--green-100:#e0f2eb;--green-50:#f0f8f5;--gold-500:#e2b53f;--gold-400:#efc95b;--gold-100:#fff3cf;--ink-950:#13231f;--ink-800:#293b36;--ink-600:#60706b;--ink-500:#7a8984;--line:#e4eae7;--surface:#fff;--canvas:#f7f9f8;--danger:#c94d52;--danger-soft:#fcebec;--warning:#a9690f;--warning-soft:#fff4dc;--blue:#3b75ad;--blue-soft:#eaf3fb;--shadow-sm:0 2px 12px #0f33280f;--shadow-md:0 16px 48px #0f33281c;--shadow-lg:0 30px 80px #0530242b;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--surface-muted:#f5f7f6;--field-border:#d9e2de;--accent-border:#b9d8cc;--accent-border-strong:#64ad90;--accent-text:var(--green-700);--accent-text-strong:var(--green-800);--gold-50:#fffaeb;--gold-text:#8a6410;--warning-border:#ecd9a9;--danger-border:#ebc5c7;--overlay:#041a1480;--hero-wash:linear-gradient(110deg, #ebf7f2bd, #fff0 42%), linear-gradient(180deg, #fbfdfc, #f2f8f5);--input-bg:var(--surface);--chrome-bg:#fafcfbe0;--chrome-border:#10483714;--card-bg:#fffffff5;--on-gold:#2f2405}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--green-100:#17392e;--green-50:#122a23;--ink-950:#e9f2ef;--ink-800:#cbdad5;--ink-600:#9db0aa;--ink-500:#83968f;--line:#21332d;--surface:#10201b;--surface-muted:#16271f;--canvas:#0b1713;--field-border:#2a3f37;--accent-border:#24513f;--accent-border-strong:#2f8a67;--accent-text:#4ecfa0;--accent-text-strong:#7ce0ba;--gold-100:#3b2f11;--gold-50:#2a230f;--gold-text:#e8c46a;--warning-soft:#33280f;--warning:#e0ac53;--warning-border:#4a3a15;--danger-soft:#3a1e20;--danger:#e0575e;--danger-border:#522a2d;--blue-soft:#16273a;--blue:#7fb3e0;--overlay:#020a08b8;--hero-wash:linear-gradient(110deg, #123e308c, #0b171300 46%), linear-gradient(180deg, #0d1c17, #0b1713);--shadow-sm:0 2px 12px #00000059;--shadow-md:0 16px 48px #00000073;--shadow-lg:0 30px 80px #0000008c;--chrome-bg:#0d1c17eb;--chrome-border:#ffffff12;--card-bg:#132620f5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink-950);background:var(--canvas);-webkit-font-smoothing:antialiased;margin:0;font-family:Avenir Next,Avenir,Segoe UI,sans-serif;font-size:15px;line-height:1.55}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}img,svg{display:block}::selection{color:#fff;background:var(--green-700)}:focus-visible{outline-offset:2px;outline:3px solid #e2b53fad}.container{width:min(1160px,100% - 40px);margin-inline:auto}.button{cursor:pointer;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:10px 19px;font-weight:700;transition:transform .16s,box-shadow .16s,background .16s,border-color .16s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.58;transform:none}.button--primary{color:#fff;background:var(--green-700);box-shadow:0 8px 20px #0a745330}.button--primary:hover{background:var(--green-800);box-shadow:0 10px 24px #0a745340}.button--secondary{color:var(--accent-text-strong);background:var(--green-50);border-color:var(--accent-border)}.button--ghost{color:var(--ink-800);border-color:var(--line);background:0 0}.button--ghost:hover{background:var(--surface);border-color:var(--field-border)}.button--soft{color:var(--accent-text-strong);background:var(--surface);border-color:var(--accent-border);box-shadow:var(--shadow-sm)}.button--gold{color:var(--on-gold);background:var(--gold-400);box-shadow:0 9px 24px #e2b53f40}.button--danger{color:var(--danger);background:var(--danger-soft)}.button--small{border-radius:9px;min-height:39px;padding:8px 15px;font-size:13px}.button--large{min-height:52px;padding:13px 22px}.button--full{width:100%}.icon-button{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:10px;place-items:center;width:40px;height:40px;padding:0;display:inline-grid}.brand{color:var(--accent-text-strong);align-items:center;gap:10px;display:inline-flex}.brand__mark{color:#fff;background:var(--green-700);border-radius:11px 11px 11px 4px;place-items:center;width:39px;height:39px;display:grid;box-shadow:inset -7px -7px 15px #01352640}.brand__word{letter-spacing:.1em;align-items:baseline;gap:7px;font-size:17px;font-weight:900;display:flex}.brand__word small{color:var(--gold-500);letter-spacing:0;font-family:Tahoma,sans-serif;font-size:15px}.brand--light{color:#fff}.brand--light .brand__mark{color:var(--on-gold);background:var(--gold-400)}.public-header{z-index:20;border-bottom:1px solid var(--chrome-border);background:var(--chrome-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);height:74px;position:relative}.public-header__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.public-nav{color:var(--ink-600);align-items:center;gap:25px;font-size:13px;font-weight:650;display:flex}.public-nav>a:not(.button):hover{color:var(--accent-text)}.public-nav__rule{background:var(--line);width:1px;height:24px}.public-header__menu{display:none}.legal-page{padding-top:34px;padding-bottom:64px}.legal-card{max-width:820px;margin:18px auto 0;padding:34px}.legal-card h1{color:var(--ink-900);margin:8px 0 20px;font-size:clamp(24px,4vw,38px)}.legal-card h2{color:var(--accent-text-strong);margin:24px 0 6px;font-size:16px}.legal-card p{color:var(--ink-600);margin:0;font-size:13px;line-height:1.75}.marketing-page{background:var(--surface);overflow:hidden}.hero-section{background:var(--hero-wash);padding:88px 0 72px;position:relative;overflow:hidden}.hero-section:after{background:var(--surface);clip-path:ellipse(58% 25% at 50% 100%);content:"";height:190px;position:absolute;bottom:0;left:-12%;right:-12%}.hero-orb{filter:blur(1px);pointer-events:none;border-radius:50%;position:absolute}.hero-orb--one{background:radial-gradient(circle,#1389631a,#13896300);width:620px;height:620px;top:70px;right:-190px}.hero-orb--two{background:radial-gradient(circle,#efc95b1f,#efc95b00);width:440px;height:440px;bottom:40px;left:-180px}.hero-grid{z-index:2;grid-template-columns:.94fr 1.06fr;align-items:center;gap:65px;min-height:570px;display:grid;position:relative}.eyebrow,.section-kicker{color:var(--accent-text);letter-spacing:.13em;text-transform:uppercase;font-size:12px;font-weight:800}.eyebrow{letter-spacing:.05em;text-transform:none;align-items:center;gap:9px;display:inline-flex}.eyebrow span{background:var(--green-100);border-radius:50%;place-items:center;width:27px;height:27px;display:grid}.hero-copy h1{max-width:630px;color:var(--ink-950);letter-spacing:-.043em;margin:22px 0 24px;font-family:Georgia,Times New Roman,serif;font-size:clamp(45px,4.6vw,66px);font-weight:500;line-height:1.05}.hero-copy h1 em{color:var(--accent-text);font-weight:500;position:relative}.hero-copy h1 em:after{border-top:3px solid var(--gold-400);content:"";border-radius:50%;height:8px;position:absolute;bottom:-7px;left:0;right:1%;transform:rotate(-1deg)}.hero-lead{max-width:560px;color:var(--ink-600);margin:0;font-size:17px;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.play-dot{background:var(--green-100);border-radius:50%;place-items:center;width:25px;height:25px;padding-left:2px;display:grid}.hero-proof{align-items:center;gap:15px;margin-top:30px;display:flex}.avatar-stack{display:flex}.avatar-stack span{color:#fff;background:#75958a;border:2px solid #fff;border-radius:50%;place-items:center;width:31px;height:31px;margin-inline-start:-7px;font-size:9px;font-weight:800;display:grid}.avatar-stack span:first-child{background:#376b5e;margin-inline-start:0}.avatar-stack span:nth-child(2){background:#af7d65}.avatar-stack span:nth-child(3){background:#587f9d}.avatar-stack span:last-child{color:var(--accent-text-strong);background:var(--green-100)}.rating{color:var(--gold-500);gap:2px;display:flex}.hero-proof p{color:var(--ink-500);margin:3px 0 0;font-size:11px}.hero-visual{min-height:490px;position:relative}.hero-card{background:var(--card-bg);box-shadow:var(--shadow-lg);border:1px solid #d6e2dde6}.hero-card--main{top:8px;border-radius:23px;width:min(520px,92%);padding:24px;position:absolute;inset-inline-end:0;transform:rotate(1.2deg)}.mini-app-header,.mini-app-header>div{display:flex}.mini-app-header{justify-content:space-between;align-items:flex-start}.mini-app-header>div{flex-direction:column;gap:5px}.mini-app-header strong{font-size:15px}.mini-kicker{color:var(--ink-500);letter-spacing:.13em;font-size:9px;font-weight:800}.live-pill,.trend-pill,.verified-tag{color:var(--accent-text);background:var(--green-50);border-radius:999px;align-items:center;gap:5px;font-size:10px;font-weight:800;display:inline-flex}.live-pill{padding:6px 9px}.live-pill i{background:#26a877;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #26a87724}.mini-progress-meta{color:var(--ink-500);justify-content:space-between;margin:25px 0 8px;font-size:10px;display:flex}.mini-progress-meta strong{color:var(--accent-text)}.progress{background:var(--surface-muted);border-radius:999px;overflow:hidden}.progress--thin{height:6px}.progress>span{border-radius:inherit;background:linear-gradient(90deg, var(--green-700), #31ac7f);height:100%;display:block}.mini-question{border:1px solid var(--line);background:var(--surface-muted);border-radius:16px;margin-top:22px;padding:21px}.question-chip{color:var(--accent-text);background:var(--green-100);text-transform:uppercase;border-radius:6px;padding:4px 8px;font-size:9px;font-weight:800;display:inline-block}.mini-question>p{color:var(--ink-800);margin:12px 0 16px;font-size:13px;font-weight:700;line-height:1.5}.mini-options{gap:8px;display:grid}.mini-options>span{min-height:39px;color:var(--ink-600);border:1px solid var(--line);background:var(--surface);border-radius:9px;align-items:center;gap:10px;padding:8px 11px;font-size:10px;display:flex}.mini-options i{background:var(--surface-muted);border-radius:6px;place-items:center;width:22px;height:22px;font-size:9px;font-style:normal;font-weight:800;display:grid}.mini-options .mini-option--selected{color:var(--accent-text-strong);border-color:var(--accent-border-strong);background:var(--green-50);font-weight:700}.mini-option--selected svg{margin-inline-start:auto}.mini-footer{color:var(--ink-600);justify-content:space-between;align-items:center;margin-top:18px;font-size:11px;display:flex}.mini-footer>span,.mini-footer .mini-next{align-items:center;gap:6px;display:flex}.mini-footer .mini-next{color:#fff;background:var(--green-700);border:0;border-radius:8px;padding:8px 12px;font-size:10px;font-weight:750}.hero-card--score,.hero-card--streak{z-index:3;border-radius:14px;align-items:center;display:flex;position:absolute;transform:rotate(-2deg)}.hero-card--score{inset-inline-end:-34px;gap:12px;padding:14px 16px;bottom:70px}.hero-floating-icon{width:38px;height:38px;color:var(--gold-text);background:var(--gold-100);border-radius:11px;place-items:center;display:grid}.hero-card--score>div,.hero-card--streak>div{flex-direction:column;display:flex}.hero-card--score strong{font-size:18px;line-height:1.1}.hero-card--score strong small{color:var(--ink-500);font-size:11px}.hero-card--score>div>span,.hero-card--streak span{color:var(--ink-500);font-size:9px}.trend-pill{margin-inline-start:7px;padding:4px 7px}.hero-card--streak{bottom:34px;gap:10px;padding:12px 15px;inset-inline-start:-15px;transform:rotate(1deg)}.streak-flame{background:linear-gradient(145deg,#f0c557,#e08037);border-radius:50% 50% 50% 8px;place-items:center;width:32px;height:36px;font-weight:900;display:grid;color:#fff!important;font-size:13px!important}.hero-card--streak strong{font-size:13px}.dot-pattern{top:-12px;opacity:.3;background-image:radial-gradient(var(--green-600) 1.5px, transparent 1.5px);background-size:12px 12px;width:110px;height:110px;position:absolute;inset-inline-end:-8px}.hero-stats{z-index:4;border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-md);border-radius:18px;grid-template-columns:repeat(4,1fr);gap:18px 0;margin-top:56px;padding:26px 24px;display:grid;position:relative}.hero-stats div{border-inline-end:1px solid var(--line);justify-content:center;align-items:baseline;gap:9px;padding-inline:10px;display:flex}.hero-stats div:last-child{border-inline-end:0}.hero-stats strong{color:var(--accent-text);font-size:27px;line-height:1}.hero-stats span{max-width:118px;color:var(--ink-500);overflow-wrap:break-word;font-size:11px;line-height:1.35}.section{padding:122px 0}.section-heading h2,.method-copy h2,.pricing-copy h2{letter-spacing:-.035em;margin:9px 0 12px;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,3vw,45px);font-weight:500;line-height:1.15}.section-heading p,.method-copy>p,.pricing-copy>p{color:var(--ink-600);margin:0}.section-heading--split{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:38px;display:flex}.section-heading--center{text-align:center;max-width:680px;margin:0 auto 45px}.text-link{color:var(--accent-text);white-space:nowrap;align-items:center;gap:7px;font-size:13px;font-weight:800;display:inline-flex}.contest-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.contest-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);min-height:310px;box-shadow:var(--shadow-sm);flex-direction:column;padding:24px;transition:transform .17s,border-color .17s,box-shadow .17s;display:flex}.contest-card:hover{border-color:var(--accent-border);box-shadow:var(--shadow-md);transform:translateY(-4px)}.contest-card__top{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.contest-icon{border-radius:13px;place-items:center;width:48px;height:48px;display:grid}.contest-icon--emerald{color:var(--accent-text);background:var(--green-100)}.contest-icon--blue{color:var(--blue);background:var(--blue-soft)}.contest-icon--gold{color:var(--gold-text);background:var(--gold-100)}.status-tag{color:var(--ink-500);background:var(--surface-muted);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:5px 9px;font-size:9px;font-weight:800}.status-tag--open{color:var(--accent-text);background:var(--green-100)}.contest-card__label{color:var(--accent-text);letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:800}.contest-card h3{margin:8px 0 3px;font-size:19px;line-height:1.3}.contest-card>p{color:var(--ink-600);margin:0;font-size:12px}.contest-card__footer{color:var(--ink-500);border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin-top:auto;padding-top:17px;font-size:10px;display:flex}.contest-card__footer span{align-items:center;gap:6px;line-height:1.45;display:flex}.section--tinted{background:var(--green-50)}.method-grid{grid-template-columns:1fr .9fr;align-items:center;gap:110px;display:grid}.method-copy>p{max-width:550px;line-height:1.75}.method-list{gap:22px;margin:35px 0;display:grid}.method-list>div{grid-template-columns:45px 1fr;align-items:start;gap:14px;display:grid}.method-list>div>span{width:38px;height:38px;color:var(--accent-text);border:1px solid var(--accent-border);background:var(--surface);border-radius:50%;place-items:center;font-size:10px;font-weight:900;display:grid}.method-list strong{font-size:14px}.method-list p{color:var(--ink-600);margin:4px 0 0;font-size:12px}.method-panel{border:1px solid var(--accent-border);background:var(--surface);box-shadow:var(--shadow-md);border-radius:22px;padding:25px;position:relative}.method-panel:before{z-index:-1;top:-22px;background:var(--gold-100);content:"";border-radius:26px;width:140px;height:140px;position:absolute;inset-inline-end:-22px}.method-panel__header,.method-panel__header>div,.method-panel__metrics,.next-goal,.next-goal>div{align-items:center;display:flex}.method-panel__header{justify-content:space-between}.method-panel__header>div{gap:11px}.method-panel__header>div>div,.next-goal>div>div{flex-direction:column;display:flex}.method-panel__header strong{font-size:13px}.method-panel__header span:not(.avatar),.next-goal small{color:var(--ink-500);font-size:9px}.avatar{color:#fff;background:var(--green-700);border-radius:50%;flex:none;place-items:center;width:37px;height:37px;font-size:11px;font-weight:800;display:inline-grid}.avatar--green{background:linear-gradient(145deg, var(--green-600), var(--green-900))}.verified-tag{padding:5px 8px}.weekly-chart{border-bottom:1px solid var(--line);background:repeating-linear-gradient(to top, transparent, transparent 38px, var(--surface-muted) 39px);grid-template-columns:repeat(7,1fr);align-items:end;gap:13px;height:180px;margin:30px 0 22px;padding:15px 8px 0;display:grid}.weekly-chart div{text-align:center;flex-direction:column;justify-content:flex-end;gap:7px;height:100%;display:flex}.weekly-chart span{background:var(--green-100);border-radius:6px 6px 2px 2px;width:100%;max-width:29px;margin:0 auto;display:block}.weekly-chart span.active{background:var(--green-700)}.weekly-chart small{color:var(--ink-500);font-size:9px}.method-panel__metrics{gap:10px}.method-panel__metrics>div{width:50%;color:var(--accent-text);background:var(--green-50);border-radius:11px;align-items:center;gap:10px;padding:13px;display:flex}.method-panel__metrics span{color:var(--ink-500);flex-direction:column;font-size:9px;display:flex}.method-panel__metrics strong{color:var(--ink-950);font-size:15px}.next-goal{border:1px solid var(--line);border-radius:11px;justify-content:space-between;margin-top:12px;padding:13px}.next-goal>div{gap:10px}.next-goal__icon{width:34px;height:34px;color:var(--gold-text);background:var(--gold-100);border-radius:9px;place-items:center;display:grid}.next-goal strong{font-size:11px}.levels-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.level-card{border:1px solid var(--line);background:var(--surface);border-radius:20px;min-height:370px;padding:28px;position:relative;overflow:hidden}.level-card--featured{border-color:var(--accent-border-strong);transform:translateY(-8px);box-shadow:0 18px 45px #116f5021}.level-card__number{top:14px;color:#075c4214;font-size:56px;font-weight:900;line-height:1;position:absolute;inset-inline-end:19px}.level-icon{border-radius:13px;place-items:center;width:49px;height:49px;margin-bottom:26px;display:grid}.level-card--easy .level-icon{color:var(--accent-text);background:var(--green-100)}.level-card--medium .level-icon{color:var(--blue);background:var(--blue-soft)}.level-card--hard .level-icon{color:var(--gold-text);background:var(--gold-100)}.level-tag{color:var(--accent-text);letter-spacing:.12em;font-size:9px;font-weight:850}.level-card h3{margin:7px 0 10px;font-size:20px}.level-card>p{min-height:68px;color:var(--ink-600);margin:0;font-size:12px;line-height:1.7}.level-card ul,.price-card ul{border-top:1px solid var(--line);gap:10px;margin:23px 0 0;padding:20px 0 0;list-style:none;display:grid}.level-card li,.price-card li{color:var(--ink-600);align-items:center;gap:8px;font-size:11px;display:flex}.level-card li svg,.price-card li svg{color:var(--accent-text)}.popular-ribbon{top:14px;color:#fff;background:var(--green-700);letter-spacing:.08em;text-align:center;width:135px;padding:5px 0;font-size:7px;font-weight:900;position:absolute;inset-inline-end:-34px;transform:rotate(43deg)}.section--pricing{color:#fff;background:radial-gradient(circle at 15% 20%, #278e6959, transparent 30%), var(--green-950);padding:90px 0}.pricing-wrap{grid-template-columns:1fr 420px;align-items:center;gap:100px;display:grid}.section-kicker--light{color:var(--gold-400)}.pricing-copy>p{color:#ffffffad;max-width:510px;font-size:16px}.payment-logos{gap:10px;margin-top:28px;display:flex}.payment-logos span{color:#ffffffad;border:1px solid #ffffff29;border-radius:8px;padding:8px 13px;font-size:10px;font-weight:800}.price-card{color:var(--ink-950);background:var(--surface);border-radius:21px;padding:30px;box-shadow:0 25px 65px #0003}.price-card__badge{color:var(--accent-text);letter-spacing:.13em;font-size:10px;font-weight:850}.price-card__heading,.price-old{justify-content:space-between;align-items:center;gap:16px;display:flex}.price-discount{color:var(--gold-text);background:var(--gold-100);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:5px 9px;font-size:9px;font-weight:850}.price-old{color:var(--ink-500);justify-content:flex-start;margin-top:13px;font-size:10px}.price-old del{color:var(--ink-600);-webkit-text-decoration-color:var(--danger);text-decoration-color:var(--danger);font-size:14px;font-weight:800;text-decoration-thickness:2px}.price{align-items:center;gap:9px;margin:8px 0 0;display:flex}.price>strong{font-family:Georgia,serif;font-size:53px;font-weight:500;line-height:1}.price>span{color:var(--ink-600);font-size:12px;font-weight:800;line-height:1.2}.price>span small{font-size:9px;font-weight:500}.price-card ul{margin-bottom:24px}.price-card>small{color:var(--ink-500);justify-content:center;align-items:center;gap:5px;margin-top:12px;font-size:9px;display:flex}.footer{color:#ffffffa8;background:#052f27;border-top:1px solid #ffffff14;padding:45px 0}.footer__inner{grid-template-columns:1fr auto;align-items:center;gap:30px;display:grid}.footer__inner>div:first-child strong{color:#fff;letter-spacing:.12em}.footer__inner>div:first-child strong small{color:var(--gold-400);letter-spacing:0}.footer p{margin:7px 0 0;font-size:11px}.footer__links{gap:25px;font-size:11px;font-weight:700;display:flex}.footer__inner>span{border-top:1px solid #ffffff14;grid-column:1/-1;padding-top:22px;font-size:9px}.marketing-page[dir=rtl] .hero-card--main{transform:rotate(-1.2deg)}.marketing-page[dir=rtl] .hero-card--score{transform:rotate(2deg)}.marketing-page[dir=rtl] .hero-card--streak{transform:rotate(-1deg)}.marketing-page[dir=rtl] .popular-ribbon{transform:rotate(-43deg)}.marketing-page[dir=rtl] .text-link>svg,.marketing-page[dir=rtl] .contest-card__footer>svg,.marketing-page[dir=rtl] .mini-next>svg,.marketing-page[dir=rtl] .next-goal>svg,.marketing-page[dir=rtl] .button>svg{transform:scaleX(-1)}@media (width<=1050px){.public-nav{gap:15px}.public-nav>a:not(.button){display:none}.hero-grid{gap:25px}.hero-card--score{inset-inline-end:0}.method-grid{gap:55px}}@media (width<=820px){.hero-section{padding-top:60px;padding-bottom:38px}.hero-grid{text-align:center;grid-template-columns:1fr}.hero-copy{flex-direction:column;align-items:center;display:flex}.hero-visual{width:min(620px,100%);margin:15px auto 0}.hero-stats{grid-template-columns:repeat(2,1fr);gap:22px 0}.hero-stats div:nth-child(2){border-inline-end:0}.contest-grid,.levels-grid{grid-template-columns:1fr}.contest-card{width:100%;max-width:620px;margin-inline:auto}.method-grid,.pricing-wrap{grid-template-columns:1fr;gap:55px}.method-panel{width:100%;max-width:580px;margin-inline:auto}.level-card{min-height:auto}.level-card--featured{transform:none}.pricing-copy{text-align:center}.pricing-copy>p{margin-inline:auto}.payment-logos{justify-content:center}.price-card{width:100%;max-width:470px;margin-inline:auto}}@media (width<=600px){.container{width:min(100% - 28px,1160px)}.public-header{height:66px}.public-header__menu{display:grid}.public-nav{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-md);border-radius:14px;flex-direction:column;align-items:stretch;gap:8px;padding:15px;display:none;position:absolute;top:66px;left:14px;right:14px}.public-nav--open{display:flex}.public-nav>a:not(.button){padding:8px;display:block}.public-nav__rule{display:none}.hero-section{padding-top:45px;padding-bottom:32px}.hero-copy h1{font-size:clamp(36px,11vw,42px)}.hero-lead{font-size:15px}.hero-actions{flex-direction:column;width:100%}.hero-actions .button{width:100%}.hero-visual{transform-origin:top;min-height:430px;transform:scale(.91)}.hero-card--main{width:100%;padding:18px}.hero-card--streak{inset-inline-start:-10px}.hero-card--score{inset-inline-end:-10px}.hero-stats{margin-top:18px;padding:23px 14px}.hero-stats div{text-align:center;flex-direction:column;align-items:center;gap:5px}.hero-stats strong{font-size:23px}.section{padding:90px 0}.section-heading--split{flex-direction:column;align-items:flex-start}.contest-card{min-height:0;padding:21px}.method-copy h2 br{display:none}.method-panel{padding:18px}.method-panel__metrics{flex-direction:column}.method-panel__metrics>div{width:100%}.weekly-chart{gap:7px}.footer__inner{grid-template-columns:1fr}.footer__links{flex-wrap:wrap}}@media (width<=430px){.hero-visual{min-height:405px;transform:scale(.84)}.hero-stats{grid-template-columns:1fr;gap:14px 0;margin-top:26px;padding:20px 14px}.hero-stats div{border-inline-end:0;border-bottom:1px solid var(--line);text-align:start;flex-direction:row;justify-content:flex-start;align-items:center;padding:0 6px 12px}.hero-stats div:last-child{border-bottom:0;padding-bottom:0}.hero-stats span{max-width:none;font-size:12px}.section{padding:72px 0}.method-list>div{grid-template-columns:39px 1fr;gap:10px}.level-card,.price-card{padding:22px}.section--pricing{padding:72px 0}.payment-logos{flex-wrap:wrap}}.app-layout{background:var(--canvas);min-height:100vh}.sidebar{z-index:50;top:0;bottom:0;color:#ffffffb8;background:radial-gradient(circle at 10% 90%, #1b82605c, transparent 35%), var(--green-950);flex-direction:column;width:244px;padding:24px 17px 17px;display:flex;position:fixed;inset-inline-start:0}.sidebar__brand-row{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:0 9px 23px;display:flex}.sidebar__close{color:#fff;background:0 0;border:0;padding:5px;display:none}.sidebar__profile{background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:11px;margin:18px 4px 20px;padding:12px;display:flex}.avatar--sidebar{width:36px;height:36px;color:var(--on-gold);background:var(--gold-400)}.sidebar__profile>div{flex-direction:column;min-width:0;display:flex}.sidebar__profile strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.sidebar__profile span:not(.avatar){color:#ffffff78;font-size:9px}.sidebar__nav{gap:5px;display:grid}.sidebar__section-label{color:#ffffff57;letter-spacing:.13em;text-transform:uppercase;margin:0 12px 7px;font-size:8px;font-weight:800}.sidebar__link{color:#ffffff9c;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:11px;width:100%;min-height:42px;padding:10px 12px;font-size:11px;font-weight:650;display:flex}.sidebar__link:hover,.sidebar__link--active{color:#fff;background:#ffffff17}.sidebar__link--active{box-shadow:inset 3px 0 var(--gold-400)}.sidebar__count{min-width:20px;color:var(--on-gold);background:var(--gold-400);text-align:center;border-radius:999px;margin-left:auto;padding:2px 5px;font-size:8px;font-weight:900}.sidebar__bottom{border-top:1px solid #ffffff14;gap:3px;margin-top:auto;padding-top:16px;display:grid}.sidebar__secure{color:#ffffff6e;background:#ffffff0a;border-radius:8px;align-items:center;gap:7px;margin:12px 5px 0;padding:9px;font-size:8px;display:flex}.app-content{min-height:100vh;margin-inline-start:244px}.app-topbar{z-index:35;border-bottom:1px solid var(--line);background:var(--chrome-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);align-items:center;gap:11px;height:65px;padding:0 32px;display:flex;position:sticky;top:0}.app-topbar__spacer{flex:1}.app-topbar__menu{display:none}.language-button{color:var(--ink-600);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:7px 8px;font-size:10px;font-weight:800;display:flex}.notification-button{border:0;position:relative}.notification-button span{background:#d75b5f;border:1.5px solid #fff;border-radius:50%;width:6px;height:6px;position:absolute;top:7px;right:8px}.app-main{width:min(1180px,100% - 58px);margin:0 auto;padding:38px 0 70px}.sidebar-backdrop{z-index:45;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#041a1480;border:0;display:none;position:fixed;inset:0}@media (width<=900px){.sidebar{transition:transform .18s;transform:translate(-105%);box-shadow:20px 0 50px #03201840}.sidebar--open{transform:translate(0)}[dir=rtl] .sidebar{transform:translate(105%);box-shadow:-20px 0 50px #03201840}[dir=rtl] .sidebar--open{transform:translate(0)}.sidebar__close,.sidebar-backdrop{display:block}.app-content{margin-inline-start:0}.app-topbar__menu{display:grid}}@media (width<=600px){.app-topbar{padding:0 15px}.app-main{width:min(100% - 28px,1180px);padding-top:25px}}.auth-page{background:var(--surface);grid-template-columns:minmax(350px,.78fr) minmax(520px,1.22fr);min-height:100vh;display:grid}.auth-aside{color:#fff;background:radial-gradient(circle at 80% 18%, #23976f61, transparent 29%), radial-gradient(circle at 8% 88%, #e2b53f26, transparent 26%), var(--green-950);flex-direction:column;justify-content:space-between;min-height:100vh;padding:38px clamp(35px,5vw,75px);display:flex;position:relative;overflow:hidden}.auth-aside:before,.auth-aside:after{content:"";border:1px solid #ffffff0f;border-radius:50%;position:absolute}.auth-aside:before{width:580px;height:580px;top:-180px;right:-240px}.auth-aside:after{width:520px;height:520px;bottom:-240px;right:-90px}.auth-aside>*{z-index:1;position:relative}.auth-aside__copy{max-width:430px;margin:80px 0}.auth-aside__eyebrow{color:var(--gold-400);letter-spacing:.15em;font-size:9px;font-weight:850}.auth-aside h2{letter-spacing:-.04em;margin:17px 0 18px;font-family:Georgia,Times New Roman,serif;font-size:clamp(36px,4vw,52px);font-weight:500;line-height:1.09}.auth-aside__copy>p{color:#ffffff9e;max-width:420px;margin:0;font-size:14px}.auth-benefits{gap:18px;margin-top:38px;display:grid}.auth-benefits>div{align-items:center;gap:13px;display:flex}.auth-benefits>div>span{width:39px;height:39px;color:var(--gold-400);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;flex:none;place-items:center;display:grid}.auth-benefits>div>div{flex-direction:column;display:flex}.auth-benefits strong{font-size:12px}.auth-benefits small{color:#ffffff78;margin-top:2px;font-size:10px}.auth-aside__quote{color:#ffffff6b;font-family:Georgia,serif;font-size:11px;font-style:italic}.auth-main{background:radial-gradient(circle at 80% 15%, #0d76540b, transparent 25%), var(--surface-muted);place-items:center;min-height:100vh;padding:80px 30px 55px;display:grid;position:relative}.auth-main__top{top:26px;justify-content:space-between;align-items:center;gap:16px;display:flex;position:absolute;inset-inline:clamp(20px,4vw,44px)}.auth-back{color:var(--ink-600);border:1px solid var(--line);background:var(--surface);border-radius:999px;align-items:center;gap:7px;padding:8px 13px;font-size:11px;font-weight:700;transition:border-color .15s,color .15s;display:inline-flex}.auth-back:hover{color:var(--accent-text);border-color:var(--accent-border)}.auth-back svg{transform:rotate(var(--auth-back-rotation,0deg))}[dir=rtl] .auth-back{--auth-back-rotation:180deg}.auth-language-switcher{color:var(--ink-600);border:1px solid var(--line);background:var(--surface);border-radius:999px;padding:2px 10px;font-size:11px}.auth-language-switcher select{min-height:34px!important}.auth-card{width:min(420px,100%)}.auth-card--wide{width:min(560px,100%)}.auth-card__heading{margin-bottom:28px}.auth-card__heading h1{letter-spacing:-.035em;margin:0 0 7px;font-family:Georgia,Times New Roman,serif;font-size:35px;font-weight:500}.auth-card__heading p{color:var(--ink-600);margin:0;font-size:12px}.auth-form{gap:17px;display:grid}.form-field{gap:7px;display:grid}.form-field>label,.field-row__label{color:var(--ink-800);font-size:10px;font-weight:800}.input-wrap,.phone-input{position:relative}.input-wrap>svg{top:50%;color:var(--ink-500);position:absolute;inset-inline-start:13px;transform:translateY(-50%)}.text-input,.select-input,.textarea-input{width:100%;min-height:48px;color:var(--ink-950);border:1px solid var(--field-border);background:var(--surface);border-radius:10px;outline:0;padding:11px 13px;transition:border-color .15s,box-shadow .15s}.input-wrap .text-input{padding-inline-start:42px}.text-input::placeholder,.textarea-input::placeholder{color:var(--ink-500)}.text-input:focus,.select-input:focus,.textarea-input:focus{border-color:var(--accent-border-strong);box-shadow:0 0 0 3px #0a745317}.phone-input{grid-template-columns:82px 1fr;display:grid}.phone-prefix{min-height:48px;color:var(--ink-800);border:1px solid var(--field-border);background:var(--surface-muted);border-inline-end:0;border-start-start-radius:10px;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:10px;align-items:center;gap:7px;padding:0 12px;font-size:11px;font-weight:750;display:flex}.phone-prefix i{background:linear-gradient(#06814f 0 40%,#f5ce45 40% 60%,#06814f 60%);border-radius:2px;width:17px;height:12px}.phone-input .text-input{border-start-start-radius:0;border-start-end-radius:10px;border-end-end-radius:10px;border-end-start-radius:0}.password-toggle{top:50%;color:var(--ink-500);cursor:pointer;background:0 0;border:0;padding:4px;position:absolute;inset-inline-end:12px;transform:translateY(-50%)}.field-hint{color:var(--ink-500);font-size:9px}.form-options{color:var(--ink-600);justify-content:space-between;align-items:center;gap:16px;font-size:10px;display:flex}.checkbox-label{color:var(--ink-600);cursor:pointer;align-items:flex-start;gap:8px;font-size:10px;display:flex}.checkbox-label input{width:15px;height:15px;accent-color:var(--green-700);margin:1px 0 0}.form-options a,.auth-switch a,.checkbox-label a{color:var(--accent-text);font-weight:800}.form-error,.form-success{border-radius:9px;align-items:flex-start;gap:8px;padding:10px 12px;font-size:10px;display:flex}.form-error{color:var(--danger);background:var(--danger-soft)}.form-success{color:var(--accent-text-strong);background:var(--green-50)}.auth-switch{color:var(--ink-600);text-align:center;margin:22px 0 0;font-size:11px}.auth-separator{color:var(--ink-500);align-items:center;gap:12px;margin:4px 0;font-size:9px;display:flex}.auth-separator:before,.auth-separator:after{background:var(--line);content:"";flex:1;height:1px}.auth-legal{color:var(--ink-500);text-align:center;margin:0;font-size:8px;position:absolute;bottom:17px;left:20px;right:20px}.spinner{border:2px solid #ffffff73;border-top-color:#fff;border-radius:50%;width:17px;height:17px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.demo-credentials{color:var(--ink-500);border:1px dashed var(--accent-border);background:var(--green-50);text-align:center;border-radius:9px;gap:2px;margin-top:18px;padding:11px 13px;font-size:9px;display:grid}.demo-credentials strong{color:var(--accent-text-strong);text-transform:uppercase;margin-bottom:2px;font-size:9px}@media (width<=850px){.auth-page{grid-template-columns:1fr}.auth-aside{display:none}.auth-main{padding-top:90px}}@media (width<=500px){.auth-main{align-items:start;padding:92px 20px 60px}.auth-main__top{top:18px;inset-inline:18px}.auth-card__heading h1{font-size:31px}}.page-heading{margin-bottom:28px}.page-heading--split{justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.page-eyebrow{color:var(--accent-text);letter-spacing:.16em;font-size:8px;font-weight:900}.page-heading h1{letter-spacing:-.035em;margin:7px 0 5px;font-family:Georgia,Times New Roman,serif;font-size:33px;font-weight:500;line-height:1.2}.page-heading h1 span{font-family:sans-serif;font-size:25px}.page-heading p{color:var(--ink-600);margin:0;font-size:11px}.date-chip{min-width:155px;color:var(--accent-text);border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:10px;align-items:center;gap:10px;padding:10px 13px;display:flex}.date-chip>span{color:var(--ink-800);flex-direction:column;font-size:10px;font-weight:750;display:flex}.date-chip small{color:var(--ink-500);letter-spacing:.1em;font-size:7px}.notice-banner,.freshness-banner{color:var(--accent-text-strong);border:1px solid var(--accent-border);background:var(--green-50);border-radius:11px;align-items:center;gap:13px;margin-bottom:22px;padding:13px 15px;display:flex}.notice-banner>span{background:var(--surface);border-radius:9px;flex:none;place-items:center;width:37px;height:37px;display:grid}.notice-banner>div,.freshness-banner>div{flex-direction:column;flex:1;display:flex}.notice-banner strong,.freshness-banner strong{font-size:11px}.notice-banner p,.freshness-banner span{color:var(--ink-600);margin:1px 0 0;font-size:9px}.notice-banner>a{align-items:center;gap:3px;font-size:9px;font-weight:850;display:flex}.notice-banner--warning{color:var(--warning);border-color:var(--warning-border);background:var(--warning-soft)}.dashboard-stats{grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:22px;display:grid}.dashboard-stats article{border:1px solid var(--line);background:var(--surface);min-height:110px;box-shadow:var(--shadow-sm);border-radius:13px;align-items:flex-start;gap:12px;padding:18px;display:flex}.metric-icon{border-radius:10px;flex:none;place-items:center;width:39px;height:39px;display:grid}.metric-icon--green{color:var(--accent-text);background:var(--green-100)}.metric-icon--gold{color:var(--gold-text);background:var(--gold-100)}.metric-icon--blue{color:var(--blue);background:var(--blue-soft)}.metric-icon--orange{color:var(--warning);background:var(--gold-50)}.dashboard-stats article>div{flex-direction:column;min-width:0;display:flex}.dashboard-stats small{color:var(--ink-500);letter-spacing:.08em;text-overflow:ellipsis;white-space:nowrap;font-size:7px;font-weight:850;overflow:hidden}.dashboard-stats strong{margin:2px 0;font-size:24px;line-height:1.2}.dashboard-stats strong em{color:var(--ink-500);font-size:10px;font-style:normal}.dashboard-stats article>div>span{color:var(--ink-500);font-size:8px}.dashboard-grid{grid-template-columns:minmax(0,1fr) 300px;gap:18px;display:grid}.dashboard-section{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:14px;padding:20px}.dashboard-section__head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:17px;display:flex}.dashboard-section__head h2{margin:0;font-size:14px}.dashboard-section__head p{color:var(--ink-500);margin:2px 0 0;font-size:9px}.featured-simulation{color:#fff;background:radial-gradient(circle at 90% 15%, #29977173, transparent 27%), var(--green-950);border-radius:13px;padding:19px}.featured-simulation__top,.featured-simulation__identity,.featured-simulation__actions,.featured-simulation__actions>div{align-items:center;display:flex}.featured-simulation__top,.featured-simulation__actions{justify-content:space-between;gap:15px}.featured-simulation__identity{gap:12px}.featured-simulation__identity>span{width:45px;height:45px;color:var(--gold-400);background:#ffffff0f;border:1px solid #ffffff17;border-radius:11px;flex:none;place-items:center;display:grid}.featured-simulation__identity>div{flex-direction:column;display:flex}.featured-simulation__identity small{color:var(--gold-400);letter-spacing:.1em;font-size:7px;font-weight:900}.featured-simulation__identity strong{margin:2px 0;font-size:12px}.featured-simulation__identity p{color:#ffffff80;margin:0;font-size:8px}.access-badge{color:#c8f0df;white-space:nowrap;background:#3eb88d29;border-radius:999px;align-items:center;gap:5px;padding:5px 8px;font-size:8px;font-weight:850;display:inline-flex}.access-badge--locked{color:#f9dda0;background:#e2b53f24}.featured-simulation__progress{margin:23px 0 18px}.featured-simulation__progress>div:first-child{color:#ffffff8a;justify-content:space-between;margin-bottom:6px;font-size:8px;display:flex}.featured-simulation__progress .progress{background:#ffffff1c;height:5px}.featured-simulation__progress .progress span{background:var(--gold-400)}.featured-simulation__actions{border-top:1px solid #ffffff14;padding-top:14px}.featured-simulation__actions>div{color:#ffffff8c;gap:14px;font-size:8px}.featured-simulation__actions>div span{align-items:center;gap:5px;display:flex}.featured-simulation__actions .button{min-height:34px;color:var(--on-gold);background:var(--gold-400);box-shadow:none;padding:7px 11px;font-size:8px}.quick-levels{grid-template-columns:repeat(3,1fr);gap:9px;margin-top:12px;display:grid}.quick-level{border:1px solid var(--line);background:var(--surface-muted);border-radius:9px;align-items:center;gap:8px;padding:10px;display:flex}.quick-level>span{border-radius:8px;flex:none;place-items:center;width:31px;height:31px;display:grid}.quick-level--easy>span{color:var(--accent-text);background:var(--green-100)}.quick-level--medium>span{color:var(--blue);background:var(--blue-soft)}.quick-level--hard>span{color:var(--gold-text);background:var(--gold-100)}.quick-level>div{flex-direction:column;flex:1;min-width:0;display:flex}.quick-level strong{font-size:9px}.quick-level small{color:var(--ink-500);font-size:7px}.quick-level>svg{color:var(--ink-500)}.empty-state{min-height:210px;color:var(--ink-500);border:1px dashed var(--line);text-align:center;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;padding:30px;display:flex}.empty-state>span{width:45px;height:45px;color:var(--accent-text);background:var(--green-50);border-radius:50%;place-items:center;margin-bottom:10px;display:grid}.empty-state strong{color:var(--ink-800);font-size:10px}.empty-state p{max-width:190px;margin:4px 0 0;font-size:8px}.attempt-list{display:grid}.attempt-list>a{border-bottom:1px solid var(--line);align-items:center;gap:9px;padding:11px 3px;display:flex}.attempt-dot{background:var(--green-600);border-radius:50%;width:8px;height:8px}.attempt-dot--medium{background:var(--blue)}.attempt-dot--advanced{background:var(--gold-500)}.attempt-list a>div{flex-direction:column;flex:1;display:flex}.attempt-list strong{font-size:9px}.attempt-list small{color:var(--ink-500);font-size:7px}.attempt-list b{color:var(--accent-text);font-size:9px}.dashboard-tip{color:var(--gold-text);background:var(--gold-100);border-radius:9px;align-items:center;gap:9px;margin-top:13px;padding:10px;display:flex}.dashboard-tip p{color:var(--ink-500);flex-direction:column;margin:0;font-size:7px;display:flex}.dashboard-tip strong{color:var(--ink-800);font-size:8px}.freshness-banner{color:var(--gold-text);border-color:var(--warning-border);background:var(--gold-50);align-items:flex-start}.catalog-toolbar{justify-content:space-between;align-items:center;gap:20px;margin:24px 0 15px;display:flex}.catalog-toolbar label{width:min(390px,100%);height:42px;color:var(--ink-500);border:1px solid var(--line);background:var(--surface);border-radius:9px;align-items:center;gap:9px;padding:0 12px;display:flex}.catalog-toolbar input{background:0 0;border:0;outline:0;width:100%;font-size:10px}.catalog-toolbar>div{border:1px solid var(--line);background:var(--surface);border-radius:9px;gap:4px;padding:3px;display:flex}.catalog-toolbar button{color:var(--ink-500);background:0 0;border:0;border-radius:6px;padding:7px 10px;font-size:8px;font-weight:750}.catalog-toolbar button.active{color:var(--accent-text-strong);background:var(--green-50)}.official-catalogue{gap:10px;display:grid}.official-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:12px;grid-template-columns:47px minmax(0,1fr) 190px;align-items:center;gap:16px;padding:18px;display:grid}.official-card__icon{width:45px;height:45px;color:var(--accent-text);background:var(--green-50);border-radius:11px;place-items:center;display:grid}.official-card__tags{align-items:center;gap:7px;display:flex}.official-card__tags>span{color:var(--accent-text);letter-spacing:.08em;text-transform:uppercase;font-size:7px;font-weight:850}.official-card__tags .stage-tag{color:var(--ink-500);background:var(--surface-muted);letter-spacing:0;border-radius:999px;padding:3px 6px}.stage-tag--scheduled{color:var(--gold-text)!important;background:var(--gold-100)!important}.stage-tag--results_in_progress,.stage-tag--selection_in_progress{color:var(--blue)!important;background:var(--blue-soft)!important}.official-card h2{margin:5px 0 1px;font-size:12px}.official-card__body>p{color:var(--ink-500);margin:0;font-size:8px}.official-card__meta{color:var(--ink-500);flex-wrap:wrap;gap:13px;margin-top:8px;font-size:7px;display:flex}.official-card__meta span{align-items:center;gap:4px;display:flex}.official-card__meta strong{color:var(--ink-800)}.official-card__action{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.prep-status{color:var(--ink-500);align-items:center;gap:4px;font-size:7px;display:inline-flex}.prep-status--available{color:var(--accent-text);font-weight:800}.catalogue-disclaimer{color:var(--ink-500);text-align:center;margin:15px 0 0;font-size:8px}@media (width<=1050px){.dashboard-stats{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.official-card{grid-template-columns:47px 1fr}.official-card__action{flex-direction:row;grid-column:2;align-items:flex-start}}@media (width<=650px){.page-heading--split{flex-direction:column;align-items:flex-start}.dashboard-stats{grid-template-columns:1fr}.dashboard-stats article{min-height:95px}.featured-simulation__top,.featured-simulation__actions{flex-direction:column;align-items:flex-start}.quick-levels{grid-template-columns:1fr}.catalog-toolbar{flex-direction:column;align-items:stretch}.catalog-toolbar>div{overflow-x:auto}.official-card{grid-template-columns:40px 1fr;align-items:start;padding:14px}.official-card__icon{width:38px;height:38px}.official-card__action{flex-wrap:wrap;grid-column:1/-1}}.back-link{color:var(--ink-600);align-items:center;gap:7px;margin-bottom:22px;font-size:9px;font-weight:750;display:inline-flex}.contest-detail-hero{color:#fff;background:radial-gradient(circle at 83% 8%, #31a47c6e, transparent 25%), var(--green-950);border-radius:16px;align-items:flex-start;gap:18px;margin-bottom:22px;padding:27px;display:flex;position:relative;overflow:hidden}.contest-detail-hero__icon{width:53px;height:53px;color:var(--gold-400);background:#ffffff12;border:1px solid #ffffff1a;border-radius:13px;flex:none;place-items:center;display:grid}.contest-detail-hero__copy>div:first-child{color:var(--gold-400);letter-spacing:.1em;flex-wrap:wrap;align-items:center;gap:9px;font-size:7px;font-weight:900;display:flex}.source-checked{color:#a8ddc9;letter-spacing:0;background:#33a98024;border-radius:999px;align-items:center;gap:4px;padding:4px 7px;display:inline-flex}.contest-detail-hero h1{letter-spacing:-.025em;margin:8px 0 2px;font-family:Georgia,serif;font-size:27px;font-weight:500;line-height:1.13}.contest-detail-hero h1 em{color:#a7d7c6;font-style:normal}.contest-detail-hero__copy>p{color:#ffffff73;margin:0;font-size:8px}.contest-detail-hero__stats{flex-wrap:wrap;gap:17px;margin-top:17px;display:flex}.contest-detail-hero__stats span{color:#ffffff8c;align-items:center;gap:5px;font-size:8px;display:flex}.contest-detail-hero__stats strong{color:#fff}.official-source-links{flex-direction:column;align-items:flex-end;gap:6px;display:flex;position:absolute;top:22px;right:22px}.official-source-links a{color:#ffffffa6;border:1px solid #ffffff1f;border-radius:7px;align-items:center;gap:5px;padding:6px 8px;font-size:8px;display:flex}.detail-layout{grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:18px;display:grid}.level-selection,.start-card,.payment-form-card,.order-summary,.payment-state-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:14px}.level-selection{padding:24px}.detail-section-heading>span{color:var(--accent-text);letter-spacing:.14em;font-size:7px;font-weight:900}.detail-section-heading h2{margin:4px 0 3px;font-size:16px}.detail-section-heading p{color:var(--ink-500);margin:0;font-size:9px}.selectable-levels{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px;display:grid}.selectable-level{min-height:245px;color:var(--ink-950);border:1px solid var(--line);background:var(--surface);text-align:left;cursor:pointer;border-radius:12px;padding:17px;transition:border-color .15s,box-shadow .15s,transform .15s;position:relative;overflow:hidden}.selectable-level:hover{transform:translateY(-2px)}.selectable-level--selected{border-color:var(--green-600);box-shadow:0 0 0 3px #0a745314}.selectable-level__radio{color:#fff;border:1px solid var(--field-border);border-radius:50%;place-items:center;width:18px;height:18px;display:grid;position:absolute;top:12px;right:12px}.selectable-level--selected .selectable-level__radio{border-color:var(--green-700);background:var(--green-700)}.selectable-level__icon{border-radius:10px;place-items:center;width:41px;height:41px;margin-bottom:16px;display:grid}.selectable-level--easy .selectable-level__icon{color:var(--accent-text);background:var(--green-100)}.selectable-level--medium .selectable-level__icon{color:var(--blue);background:var(--blue-soft)}.selectable-level--hard .selectable-level__icon{color:var(--gold-text);background:var(--gold-100)}.selectable-level small{color:var(--accent-text);letter-spacing:.08em;font-size:7px;font-weight:900}.selectable-level strong{margin:4px 0 6px;font-size:11px;display:block}.selectable-level p{color:var(--ink-500);margin:0;font-size:8px;line-height:1.55}.selectable-level__time{color:var(--ink-500);align-items:center;gap:5px;font-size:8px;display:flex;position:absolute;bottom:14px;left:17px}.selectable-level__badge{background:var(--blue);text-align:center;width:105px;padding:3px;position:absolute;top:9px;left:-28px;transform:rotate(-42deg);color:#fff!important;font-size:5px!important}.domain-preview{border-top:1px solid var(--line);margin-top:27px;padding-top:23px}.domain-grid{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:13px;display:grid}.domain-grid>div{background:var(--canvas);border-radius:8px;align-items:center;gap:9px;padding:9px;display:flex}.domain-grid>div>span{width:27px;height:27px;color:var(--accent-text);background:var(--green-100);border-radius:7px;place-items:center;font-size:7px;font-weight:900;display:grid}.domain-grid>div>div{flex-direction:column;display:flex}.domain-grid small{color:var(--ink-500);font-size:7px}.start-card{padding:23px;position:sticky;top:84px}.start-card__icon,.order-summary__top{width:42px;height:42px;color:var(--gold-text);background:var(--gold-100);border-radius:11px;place-items:center;display:grid}.start-card h2{margin:13px 0 5px;font-size:16px}.start-card>p{color:var(--ink-500);margin:0;font-size:8px;line-height:1.65}.start-card dl{border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:9px;margin:19px 0;padding:15px 0;display:grid}.start-card dl div{justify-content:space-between;font-size:9px;display:flex}.start-card dt{color:var(--ink-500)}.start-card dd{color:var(--ink-800);text-transform:capitalize;margin:0;font-weight:800}.access-confirmed,.access-pending,.access-required{color:var(--accent-text);background:var(--green-50);border-radius:9px;align-items:center;gap:9px;margin-bottom:13px;padding:10px;display:flex}.access-pending{color:var(--warning);background:var(--warning-soft)}.access-required{color:var(--ink-600);background:var(--surface-muted)}.access-confirmed span,.access-pending span,.access-required span{flex-direction:column;font-size:7px;display:flex}.start-card>small{color:var(--ink-500);justify-content:center;align-items:center;gap:4px;margin-top:10px;font-size:7px;display:flex}.payment-layout{grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:18px;display:grid}.payment-form-card,.order-summary{padding:25px}.payment-step-heading{align-items:flex-start;gap:11px;display:flex}.payment-step-heading>span{color:#fff;background:var(--green-700);border-radius:50%;flex:none;place-items:center;width:27px;height:27px;font-size:9px;font-weight:900;display:grid}.payment-step-heading h2{margin:0;font-size:14px}.payment-step-heading p{color:var(--ink-500);margin:2px 0 0;font-size:8px}.payment-step-heading--second{border-top:1px solid var(--line);margin:28px 0 16px;padding-top:24px}.operator-grid{grid-template-columns:repeat(3,1fr);gap:9px;margin:17px 0;display:grid}.operator-grid button{min-height:61px;color:var(--ink-800);border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:9px;align-items:center;gap:9px;padding:10px;display:flex;position:relative}.operator-grid button.selected{border-color:var(--green-600);background:var(--green-50)}.operator-grid button>span{color:#fff;border-radius:8px;place-items:center;width:32px;height:32px;font-size:12px;font-weight:900;display:grid}.operator-grid i{color:#fff;background:var(--green-700);border-radius:50%;place-items:center;width:15px;height:15px;display:grid;position:absolute;top:6px;right:6px}.transfer-box{border:1px dashed var(--accent-border);background:var(--green-50);border-radius:10px;justify-content:space-between;align-items:center;gap:15px;padding:13px;display:flex}.transfer-box>div{align-items:center;gap:9px;display:flex}.transfer-box>div>span{color:var(--accent-text)}.transfer-box>div>div{flex-direction:column;display:flex}.transfer-box small{color:var(--ink-500);letter-spacing:.08em;font-size:6px;font-weight:800}.transfer-box strong{color:var(--accent-text-strong);font-size:13px}.transfer-box button{color:var(--accent-text);border:1px solid var(--accent-border);background:var(--surface);cursor:pointer;border-radius:7px;align-items:center;gap:4px;padding:6px 8px;font-size:8px;font-weight:800;display:flex}.transfer-note{color:var(--warning);align-items:flex-start;gap:5px;margin:7px 0 0;font-size:7px;display:flex}.order-summary{position:sticky;top:84px}.order-summary>small{color:var(--accent-text);letter-spacing:.11em;margin-top:14px;font-size:7px;font-weight:900;display:block}.order-summary h2{margin:4px 0 1px;font-size:16px}.order-summary>p{color:var(--ink-500);margin:0;font-size:8px}.order-price{align-items:center;gap:7px;margin:17px 0;display:flex}.order-price>strong{font-family:Georgia,serif;font-size:37px;font-weight:500;line-height:1}.order-price>span{color:var(--ink-600);font-size:9px;font-weight:800;line-height:1.1}.order-price small{font-size:7px;font-weight:500}.order-summary ul{border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:8px;margin:0;padding:16px 0;list-style:none;display:grid}.order-summary li{color:var(--ink-600);align-items:center;gap:6px;font-size:8px;display:flex}.order-summary li svg{color:var(--accent-text)}.order-total{justify-content:space-between;margin-top:14px;font-size:9px;display:flex}.order-total span{color:var(--ink-600)}.order-total strong{color:var(--accent-text-strong)}.secure-payment{color:var(--accent-text);background:var(--green-50);border-radius:8px;align-items:center;gap:8px;margin-top:16px;padding:9px;display:flex}.secure-payment span{color:var(--ink-500);flex-direction:column;font-size:7px;display:flex}.secure-payment strong{color:var(--ink-800);font-size:8px}.accepted-operators{color:var(--ink-500);justify-content:center;align-items:center;gap:5px;margin-top:10px;font-size:7px;display:flex}.payment-state-card{align-items:flex-start;gap:18px;max-width:650px;margin:40px auto;padding:32px;display:flex}.payment-state-card>span{border-radius:50%;flex:none;place-items:center;width:57px;height:57px;display:grid}.payment-state-card--success>span{color:var(--accent-text);background:var(--green-100)}.payment-state-card--pending>span{color:var(--warning);background:var(--warning-soft)}.payment-state-card small{color:var(--accent-text);letter-spacing:.12em;font-size:7px;font-weight:900}.payment-state-card h2{margin:4px 0;font-size:20px}.payment-state-card p{color:var(--ink-600);margin:0 0 16px;font-size:10px}.payment-help{color:var(--accent-text);border:1px solid var(--line);background:var(--surface);border-radius:10px;align-items:center;gap:10px;margin-top:17px;padding:12px 15px;display:flex}.payment-help>div{flex-direction:column;flex:1;display:flex}.payment-help strong{color:var(--ink-800);font-size:9px}.payment-help p{color:var(--ink-500);margin:0;font-size:8px}.payment-help a{color:var(--accent-text);font-size:8px;font-weight:850}@media (width<=1000px){.detail-layout,.payment-layout{grid-template-columns:1fr}.start-card,.order-summary{position:static}}@media (width<=650px){.contest-detail-hero{padding:20px}.contest-detail-hero h1{font-size:22px}.official-source-links{margin-left:auto;position:static}.selectable-levels,.domain-grid,.operator-grid{grid-template-columns:1fr}.selectable-level{min-height:205px}.payment-state-card{flex-direction:column}.payment-help{flex-wrap:wrap;align-items:flex-start}}.exam-page{background:var(--surface-muted);min-height:100vh;padding-bottom:75px}.exam-header{z-index:30;border-bottom:1px solid var(--line);background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);grid-template-columns:1fr auto 1fr;align-items:center;height:68px;padding:0 30px;display:grid;position:sticky;top:0}.exam-header__title{flex-direction:column;align-items:center;display:flex}.exam-header__title small{color:var(--accent-text);letter-spacing:.12em;font-size:7px;font-weight:900}.exam-header__title strong{text-overflow:ellipsis;white-space:nowrap;max-width:390px;font-size:10px;overflow:hidden}.exam-timer{min-width:120px;color:var(--accent-text);background:var(--green-50);border-radius:9px;justify-self:end;align-items:center;gap:8px;padding:7px 10px;display:flex}.exam-timer>span{flex-direction:column;display:flex}.exam-timer small{color:var(--ink-500);letter-spacing:.08em;font-size:6px;font-weight:850}.exam-timer strong{font-variant-numeric:tabular-nums;font-size:13px;line-height:1.2}.exam-timer--warning{color:var(--warning);background:var(--warning-soft)}.exam-timer--danger{color:var(--danger);background:var(--danger-soft);animation:1.4s ease-in-out infinite timer-pulse}@keyframes timer-pulse{50%{box-shadow:0 0 0 5px #c94d5214}}.exam-progressbar{z-index:31;background:var(--surface-muted);height:3px;position:sticky;top:68px}.exam-progressbar span{background:var(--green-600);height:100%;transition:width .18s;display:block}.exam-workspace{width:min(820px,100% - 36px);margin:34px auto}.exam-meta-row{color:var(--ink-500);justify-content:space-between;align-items:center;gap:20px;margin-bottom:11px;font-size:9px;display:flex}.exam-meta-row>div{align-items:center;gap:7px;display:flex}.exam-meta-row>span strong{color:var(--accent-text)}.exam-domain,.multi-tag{border-radius:999px;align-items:center;gap:4px;padding:5px 8px;font-size:7px;font-weight:850;display:inline-flex}.exam-domain{color:var(--accent-text);background:var(--green-100)}.multi-tag{color:var(--blue);background:var(--blue-soft)}.exam-question-card{border:1px solid var(--line);background:var(--surface);border-radius:17px;padding:35px;position:relative;overflow:hidden;box-shadow:0 11px 35px #123a2d12}.exam-question-number{color:#08664a0f;font-size:64px;font-weight:900;line-height:1;position:absolute;top:13px;right:19px}.exam-question-card h1{z-index:1;max-width:710px;margin:0 0 8px;font-size:19px;font-weight:720;line-height:1.55;position:relative}.exam-instruction{color:var(--ink-500);margin:0 0 24px;font-size:9px}.exam-options{gap:10px;display:grid}.exam-options button{min-height:58px;color:var(--ink-800);border:1px solid var(--line);background:var(--surface);text-align:left;cursor:pointer;border-radius:11px;grid-template-columns:34px 1fr 22px;align-items:center;gap:11px;padding:10px 13px;font-size:11px;line-height:1.45;transition:border-color .13s,background .13s,transform .13s;display:grid}.exam-options button:hover{border-color:var(--accent-border);transform:translate(2px)}.exam-options button.selected{color:var(--accent-text-strong);border-color:var(--green-600);background:var(--green-50);font-weight:650}.exam-option-letter{width:32px;height:32px;color:var(--ink-600);background:var(--surface-muted);border-radius:8px;place-items:center;font-size:9px;font-weight:900;display:grid}.exam-options button.selected .exam-option-letter{color:#fff;background:var(--green-700)}.exam-options button i{color:#fff;border:1px solid var(--line);border-radius:50%;place-items:center;width:19px;height:19px;display:grid}.exam-options button.selected i{border-color:var(--green-700);background:var(--green-700)}.exam-error{color:var(--danger);background:var(--danger-soft);border-radius:8px;align-items:center;gap:6px;margin-top:13px;padding:8px 10px;font-size:8px;display:flex}.exam-actions{grid-template-columns:1fr auto 1fr;align-items:center;gap:15px;margin-top:15px;display:grid}.exam-actions>button:last-child{justify-self:end}.autosave-status{color:var(--ink-500);align-items:center;gap:5px;font-size:7px;display:flex}.autosave-status svg{color:var(--accent-text)}.spinner--green{border-color:#0a745333;border-top-color:var(--green-700);width:13px;height:13px}.exam-footer{z-index:25;border-top:1px solid var(--line);background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);grid-template-columns:1fr auto 1fr;align-items:center;height:58px;padding:0 28px;display:grid;position:fixed;bottom:0;left:0;right:0}.exam-footer button{color:var(--ink-600);cursor:pointer;background:0 0;border:0;border-radius:7px;justify-self:start;align-items:center;gap:7px;padding:7px 9px;font-size:8px;font-weight:800;display:flex}.exam-footer button strong{color:var(--accent-text);background:var(--green-100);border-radius:999px;padding:2px 5px;font-size:7px}.exam-footer>div{color:var(--ink-500);gap:13px;font-size:7px;display:flex}.exam-footer>div span{align-items:center;gap:4px;display:flex}.exam-footer i,.navigator-legend i{border:1px solid var(--line);border-radius:2px;width:7px;height:7px}.exam-footer i.answered,.navigator-legend i.answered{border-color:var(--green-600);background:var(--green-600)}.exam-footer .finish-link{color:var(--danger);justify-self:end}.modal-layer{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#041f1794;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.question-navigator,.confirm-modal{background:var(--surface);border-radius:16px;width:min(500px,100%);padding:23px;box-shadow:0 30px 90px #00000040}.modal-head{justify-content:space-between;align-items:flex-start;margin-bottom:18px;display:flex}.modal-head h2{margin:0;font-size:16px}.modal-head p{color:var(--ink-500);margin:1px 0 0;font-size:8px}.modal-head button{color:var(--ink-500);cursor:pointer;background:0 0;border:0;padding:4px}.navigator-grid{grid-template-columns:repeat(8,1fr);gap:7px;display:grid}.navigator-grid button{aspect-ratio:1;color:var(--ink-600);border:1px solid var(--line);background:var(--surface-muted);cursor:pointer;border-radius:7px;padding:0;font-size:8px;font-weight:800}.navigator-grid button.answered{color:var(--accent-text-strong);background:var(--green-100);border-color:#b8dbcd}.navigator-grid button.current{color:#fff;border-color:var(--green-700);background:var(--green-700);box-shadow:0 0 0 3px #0a74531a}.navigator-legend{color:var(--ink-500);border-top:1px solid var(--line);justify-content:center;gap:14px;margin-top:16px;padding-top:14px;font-size:7px;display:flex}.navigator-legend span{align-items:center;gap:4px;display:flex}.navigator-legend i.current{border-color:var(--green-700);background:var(--green-700)}.confirm-modal{text-align:center;max-width:430px}.confirm-modal__icon{width:53px;height:53px;color:var(--gold-text);background:var(--gold-100);border-radius:50%;place-items:center;margin:0 auto 13px;display:grid}.confirm-modal h2{margin:0 0 6px;font-size:19px}.confirm-modal>p{max-width:340px;color:var(--ink-500);margin:0 auto;font-size:9px}.confirm-summary{grid-template-columns:1fr 1fr;gap:9px;margin:20px 0 11px;display:grid}.confirm-summary div{background:var(--green-50);border-radius:9px;flex-direction:column;padding:12px;display:flex}.confirm-summary div.warning{background:var(--warning-soft)}.confirm-summary strong{color:var(--accent-text);font-size:20px}.confirm-summary .warning strong{color:var(--warning)}.confirm-summary span{color:var(--ink-500);font-size:7px}.confirm-warning{color:var(--warning);background:var(--warning-soft);border-radius:7px;justify-content:center;align-items:center;gap:5px;padding:8px;font-size:7px;display:flex}.confirm-actions{justify-content:center;gap:8px;margin-top:19px;display:flex}@media (width<=700px){.exam-header{grid-template-columns:auto 1fr auto;padding:0 14px}.exam-header .brand__word,.exam-header__title{display:none}.exam-question-card{padding:24px 18px}.exam-question-card h1{font-size:16px}.exam-actions{grid-template-columns:1fr 1fr}.autosave-status{display:none}.exam-footer{grid-template-columns:1fr 1fr;padding:0 13px}.exam-footer>div{display:none}.navigator-grid{grid-template-columns:repeat(6,1fr)}.confirm-actions{flex-direction:column}}.results-page{background:var(--canvas);min-height:100vh}.results-header{border-bottom:1px solid var(--line);background:var(--surface);justify-content:space-between;align-items:center;height:67px;padding:0 max(25px,50% - 520px);display:flex}.results-header>a{color:var(--ink-600);align-items:center;gap:6px;font-size:9px;font-weight:750;display:flex}.results-hero{color:#fff;background:radial-gradient(circle at 75% 10%, #26976f66, transparent 25%), var(--green-950)}.results-hero__inner{grid-template-columns:65px 1fr 150px;align-items:center;gap:18px;width:min(1040px,100% - 40px);min-height:220px;margin:0 auto;display:grid}.results-trophy{width:59px;height:59px;color:var(--gold-400);background:#ffffff12;border:1px solid #ffffff1a;border-radius:16px;place-items:center;display:grid}.results-title small{color:var(--gold-400);letter-spacing:.13em;font-size:7px;font-weight:900}.results-title h1{letter-spacing:-.03em;margin:7px 0 3px;font-family:Georgia,serif;font-size:32px;font-weight:500}.results-title p{color:#ffffff80;text-transform:capitalize;margin:0;font-size:9px}.score-ring{background:conic-gradient(var(--gold-400) var(--score-angle), #ffffff1a 0);border-radius:50%;justify-self:end;place-items:center;width:124px;height:124px;display:grid}.score-ring:before{background:var(--green-950);content:"";border-radius:50%;grid-area:1/1;width:101px;height:101px}.score-ring>div{z-index:1;grid-area:1/1;align-items:baseline;display:flex}.score-ring strong{font-family:Georgia,serif;font-size:32px;font-weight:500}.score-ring span{color:#ffffff80;font-size:10px}.results-container{width:min(1040px,100% - 40px);margin:0 auto;padding:25px 0 70px}.result-metrics{grid-template-columns:repeat(4,1fr);gap:11px;display:grid}.result-metrics article{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:11px;align-items:center;gap:10px;padding:14px;display:flex}.result-metrics article>div{flex-direction:column;display:flex}.result-metrics strong{font-size:18px;line-height:1.2}.result-metrics strong small{color:var(--ink-500);font-size:9px}.result-metrics article>div>span{color:var(--ink-500);font-size:7px}.domain-results-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:12px;margin-top:13px;padding:19px}.domain-results-card .dashboard-section__head>svg{color:var(--accent-text)}.domain-result-list{grid-template-columns:repeat(2,1fr);gap:14px 24px;display:grid}.domain-result-list>div>div:first-child{justify-content:space-between;margin-bottom:5px;font-size:11px;display:flex}.domain-result-list strong{color:var(--accent-text);font-size:10px}.domain-result-list .progress{height:6px}.results-actions{justify-content:center;gap:9px;margin:20px 0 35px;display:flex}.review-section{border-top:1px solid var(--line);padding-top:25px}.review-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:16px;display:flex}.review-heading h2{margin:4px 0 0;font-size:18px}.review-filters{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:4px;padding:3px;display:flex}.review-filters button{min-height:34px;color:var(--ink-500);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:6px 10px;font-size:11px;font-weight:800}.review-filters button.active{color:var(--accent-text-strong);background:var(--green-50)}.review-list{gap:11px;display:grid}.review-question{border:1px solid var(--line);border-left:3px solid var(--danger);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:11px;padding:21px}.review-question--correct{border-left-color:var(--green-600)}.review-question__top{color:var(--ink-500);justify-content:space-between;gap:15px;font-size:10px;display:flex}.review-question__top strong{color:var(--danger);align-items:center;gap:4px;display:flex}.review-question--correct .review-question__top strong{color:var(--accent-text)}.review-question h3{margin:9px 0 13px;font-size:15px;line-height:1.5}.review-options{grid-template-columns:repeat(2,1fr);gap:7px;display:grid}.review-options>div{border:1px solid var(--line);border-radius:8px;grid-template-columns:25px 1fr 16px;align-items:center;gap:7px;min-height:43px;padding:7px 9px;display:grid}.review-options>div>span{background:var(--surface-muted);border-radius:6px;place-items:center;width:25px;height:25px;font-size:10px;font-weight:900;display:grid}.review-options p{color:var(--ink-600);margin:0;font-size:12px}.review-options>div.correct{color:var(--accent-text);border-color:var(--accent-border);background:var(--green-50)}.review-options>div.correct>span{color:#fff;background:var(--green-700)}.review-options>div.wrong{color:var(--danger);border-color:var(--danger-border);background:var(--danger-soft)}.review-options>div.wrong>span{color:#fff;background:var(--danger)}.explanation{background:var(--surface-muted);border-radius:8px;margin-top:12px;padding:11px}.explanation strong{color:var(--accent-text-strong);font-size:11px}.explanation p{color:var(--ink-600);margin:3px 0 0;font-size:12px;line-height:1.6}@media (width<=720px){.results-hero__inner{grid-template-columns:50px 1fr;padding:30px 0}.score-ring{grid-column:1/-1;justify-self:center}.results-title h1{font-size:25px}.result-metrics{grid-template-columns:repeat(2,1fr)}.domain-result-list,.review-options{grid-template-columns:1fr}.review-heading{flex-direction:column;align-items:flex-start}.review-filters{width:100%;overflow-x:auto}.results-actions{flex-direction:column;align-items:stretch}}.admin-live{color:var(--accent-text);border:1px solid var(--accent-border);background:var(--green-50);border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:11px;font-weight:800;display:inline-flex}.admin-live i{background:var(--green-600);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #0a74531a}.admin-stats{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:17px;display:grid}.admin-stats article{border:1px solid var(--line);background:var(--surface);min-height:110px;box-shadow:var(--shadow-sm);border-radius:12px;align-items:flex-start;gap:11px;padding:17px;display:flex;position:relative}.admin-stats article>div{flex-direction:column;display:flex}.admin-stats small{color:var(--ink-500);letter-spacing:.08em;font-size:10px;font-weight:850}.admin-stats strong{margin:2px 0;font-size:22px;line-height:1.2}.admin-stats strong em{color:var(--ink-500);font-size:11px;font-style:normal}.admin-stats article>div>span{color:var(--ink-500);font-size:10px}.admin-stats article>b{color:var(--warning);font-size:9px;font-weight:850;position:absolute;bottom:11px;right:12px}.admin-stats article>b.positive{color:var(--accent-text);align-items:center;gap:3px;display:flex}.admin-table-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:13px}.admin-table-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:17px 19px;display:flex}.admin-table-head h2{margin:0;font-size:13px}.admin-table-head p{color:var(--ink-500);margin:2px 0 0;font-size:10px}.admin-table-tools{align-items:center;gap:7px;display:flex}.admin-table-tools>label,.admin-filter{height:34px;color:var(--ink-500);border:1px solid var(--line);background:var(--surface);border-radius:8px;align-items:center;gap:6px;padding:0 9px;display:flex}.admin-table-tools input{background:0 0;border:0;outline:0;width:175px;font-size:11px}.admin-filter select{color:var(--ink-600);background:0 0;border:0;outline:0;font-size:11px}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;white-space:nowrap;width:100%}.admin-table th{color:var(--ink-500);border-bottom:1px solid var(--line);background:var(--surface-muted);letter-spacing:.08em;text-align:left;text-transform:uppercase;padding:10px 13px;font-size:9px;font-weight:850}.admin-table td{color:var(--ink-600);border-bottom:1px solid var(--line);padding:11px 13px;font-size:11px}.admin-table tbody tr:hover{background:var(--surface-muted)}.admin-table code{color:var(--ink-800);background:var(--surface-muted);border-radius:5px;padding:4px 6px;font-family:ui-monospace,monospace;font-size:10px}.table-user{align-items:center;gap:8px;display:flex}.table-user>span{width:34px;height:34px;color:var(--accent-text-strong);background:var(--green-100);border-radius:50%;place-items:center;font-size:10px;font-weight:900;display:grid}.table-user>div,.table-date{flex-direction:column;display:flex}.table-user strong{color:var(--ink-800);font-size:11px}.table-user small,.table-date small{color:var(--ink-500);font-size:9px}.operator-pill{background:var(--surface-muted);text-transform:capitalize;border-radius:5px;padding:5px 7px;font-size:10px;font-weight:850}.operator-pill--bankily{color:var(--accent-text);background:var(--green-50)}.operator-pill--sedad{color:var(--blue);background:var(--blue-soft)}.operator-pill--masrivy{color:var(--gold-text);background:var(--gold-100)}.payment-status{border-radius:999px;align-items:center;gap:4px;padding:5px 7px;font-size:9px;font-weight:850;display:inline-flex}.payment-status--pending{color:var(--warning);background:var(--warning-soft)}.payment-status--approved{color:var(--accent-text);background:var(--green-50)}.payment-status--rejected{color:var(--danger);background:var(--danger-soft)}.payment-status--refunded{color:var(--blue);background:var(--blue-soft)}.payment-status i{background:currentColor;border-radius:50%;width:5px;height:5px}.table-actions{justify-content:flex-end;gap:4px;display:flex}.table-actions button{width:36px;height:36px;color:var(--ink-500);border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:7px;place-items:center;display:grid}.table-actions button.approve{color:var(--accent-text);border-color:var(--accent-border);background:var(--green-50)}.table-actions button.reject{color:var(--danger);border-color:var(--danger-border);background:var(--danger-soft)}.table-actions button.refund{color:var(--blue);background:var(--blue-soft)}.admin-empty{min-height:180px;color:var(--accent-text);flex-direction:column;justify-content:center;align-items:center;display:flex}.admin-empty strong{color:var(--ink-800);margin-top:7px;font-size:12px}.admin-empty p{color:var(--ink-500);margin:2px 0;font-size:10px}.admin-see-all{justify-content:center;margin-top:11px;display:flex}.admin-see-all a{color:var(--accent-text);align-items:center;gap:5px;font-size:8px;font-weight:850;display:flex}.admin-action-modal{background:var(--surface);border-radius:15px;width:min(440px,100%);padding:25px;position:relative;box-shadow:0 30px 90px #00000040}.admin-action-modal__close{color:var(--ink-500);cursor:pointer;background:0 0;border:0;padding:5px;position:absolute;top:13px;right:13px}.admin-action-icon{border-radius:50%;place-items:center;width:47px;height:47px;display:grid}.admin-action-icon--approve{color:var(--accent-text);background:var(--green-100)}.admin-action-icon--reject{color:var(--danger);background:var(--danger-soft)}.admin-action-icon--refund{color:var(--blue);background:var(--blue-soft)}.admin-action-modal h2{margin:13px 0 4px;font-size:18px}.admin-action-modal>p{color:var(--ink-500);margin:0;font-size:8px}.admin-action-modal>p strong{color:var(--ink-800)}.action-summary{color:var(--accent-text);background:var(--green-50);border-radius:8px;align-items:flex-start;gap:8px;margin:15px 0;padding:10px;display:flex}.action-summary p{color:var(--ink-600);margin:0;font-size:8px}.textarea-input{resize:vertical;min-height:80px;font-size:9px}.admin-action-buttons{justify-content:flex-end;gap:7px;margin-top:16px;display:flex}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@media (width<=1000px){.admin-stats{grid-template-columns:repeat(2,1fr)}.admin-table-head{flex-direction:column;align-items:flex-start}}@media (width<=620px){.admin-stats{grid-template-columns:1fr}.admin-table-tools{flex-direction:column;align-items:stretch;width:100%}.admin-table-tools>label,.admin-table-tools input{width:100%}.admin-action-buttons{flex-direction:column}}.simple-list-card,.settings-card,.support-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:13px}.simple-list-card{overflow:hidden}.simulation-row,.content-row{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:15px 18px;display:flex}.simulation-row:last-child,.content-row:last-child{border-bottom:0}.simulation-row>div,.content-row>div{flex-direction:column;flex:1;min-width:0;display:flex}.simulation-row small,.content-row small{color:var(--accent-text);letter-spacing:.07em;font-size:7px;font-weight:850}.simulation-row strong,.content-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.simulation-row p,.content-row p{color:var(--ink-500);align-items:center;gap:5px;margin:2px 0 0;font-size:7px;display:flex}.simulation-row>b{color:var(--accent-text);align-items:center;gap:5px;font-size:9px;display:flex}.simple-list-card>.empty-state{border:0}.simple-list-card .empty-state .button{color:#fff;margin-top:12px}.progress-overview,.admin-content-stats{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px;display:grid}.progress-overview article,.admin-content-stats>span{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:11px;align-items:center;gap:10px;padding:16px;display:flex}.progress-overview article{flex-direction:column;align-items:flex-start}.progress-overview article>strong{font-size:22px}.progress-overview article>p{color:var(--ink-500);margin:-7px 0 0;font-size:8px}.progress-placeholder{min-height:270px;color:var(--accent-text);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:35px;display:flex}.progress-placeholder h2{color:var(--ink-800);margin:10px 0 4px;font-size:14px}.progress-placeholder p{max-width:420px;color:var(--ink-500);margin:0;font-size:9px}.progress-history{padding:22px}.score-bars{grid-template-columns:repeat(10,minmax(24px,1fr));align-items:end;gap:10px;min-height:260px;padding-top:22px;display:grid}.score-bar{color:var(--ink-500);text-align:center;grid-template-rows:22px 190px 20px;gap:6px;display:grid}.score-bar>strong{color:var(--accent-text);font-size:11px}.score-bar>div{background:var(--green-50);border-radius:8px 8px 4px 4px;align-items:flex-end;display:flex;overflow:hidden}.score-bar>div>span{background:linear-gradient(180deg, var(--gold-400), var(--green-600));border-radius:8px 8px 3px 3px;width:100%;min-height:2px}.score-bar>small{font-size:9px}.help-grid{grid-template-columns:minmax(0,1fr) 290px;align-items:start;gap:16px;display:grid}.help-grid>.simple-list-card{padding:20px}.help-grid h2{margin:0 0 13px;font-size:14px}.help-grid details{border-top:1px solid var(--line)}.help-grid summary{cursor:pointer;justify-content:space-between;align-items:center;padding:13px 2px;font-size:9px;font-weight:750;list-style:none;display:flex}.help-grid details p{color:var(--ink-500);margin:-4px 0 13px;font-size:8px}.support-card{text-align:center;flex-direction:column;align-items:center;padding:23px;display:flex}.support-card>span{width:47px;height:47px;color:var(--accent-text);background:var(--green-100);border-radius:50%;place-items:center;display:grid}.support-card h2{margin:13px 0 4px}.support-card p{color:var(--ink-500);margin:0 0 14px;font-size:8px}.support-card .button{color:#fff;font-size:8px}.support-card small{color:var(--ink-500);align-items:center;gap:4px;margin-top:10px;font-size:7px;display:flex}.settings-card{max-width:720px;padding:22px}.settings-card__head{border-bottom:1px solid var(--line);align-items:center;gap:11px;padding-bottom:17px;display:flex}.settings-card__head>span{width:40px;height:40px;color:var(--accent-text);background:var(--green-100);border-radius:10px;place-items:center;display:grid}.settings-card__head h2{margin:0;font-size:13px}.settings-card__head p{color:var(--ink-500);margin:2px 0 0;font-size:8px}.settings-form{grid-template-columns:1fr 1fr;gap:12px;padding:18px 0;display:grid}.settings-form .button{grid-column:1/-1;width:max-content;font-size:8px}.settings-option{color:var(--accent-text);border-top:1px solid var(--line);align-items:center;gap:10px;padding:13px 0;display:flex}.settings-option>span{color:var(--ink-500);flex-direction:column;flex:1;font-size:7px;display:flex}.settings-option strong{color:var(--ink-800);font-size:9px}.settings-option input{accent-color:var(--green-700)}.admin-content-stats{grid-template-columns:repeat(3,max-content)}.admin-content-stats>span{color:var(--accent-text);font-size:8px}.admin-content-stats strong{color:var(--ink-800);font-size:13px}.content-row>b{font-weight:800}.candidate-admin-list{display:grid}.candidate-admin-list article{border-top:1px solid var(--line);grid-template-columns:auto minmax(180px,1fr) auto minmax(130px,auto);align-items:center;gap:12px;padding:14px 18px;display:grid}.candidate-admin-list article>div{flex-direction:column;gap:3px;display:flex}.candidate-admin-list strong{color:var(--ink-800);font-size:12px}.candidate-admin-list small,.candidate-admin-list time{color:var(--ink-500);font-size:10px}@media (width<=700px){.progress-overview,.admin-content-stats,.help-grid,.settings-form{grid-template-columns:1fr}.score-bars{grid-template-columns:repeat(10,42px);overflow-x:auto}.candidate-admin-list article{grid-template-columns:auto 1fr auto}.candidate-admin-list time{display:none}}.contest-detail-hero__copy>p,.contest-detail-hero__stats span,.official-source-links a{font-size:12px}.detail-section-heading>span{font-size:11px}.detail-section-heading p{font-size:13px}.selectable-level{min-height:275px}.selectable-level small{font-size:11px}.selectable-level strong{font-size:16px}.selectable-level p,.selectable-level__time{font-size:12px}.selectable-level__badge{width:122px;left:-31px;font-size:9px!important}.domain-grid>div>span{font-size:11px}.domain-grid strong{font-size:12px}.domain-grid small{font-size:11px}.start-card>p,.start-card dl div{font-size:12px}.access-confirmed span,.access-pending span,.access-required span,.start-card>small{font-size:11px}.access-confirmed strong,.access-pending strong,.access-required strong,.payment-step-heading>span,.payment-step-heading p,.order-summary>p{font-size:12px}.operator-grid button{min-height:68px}.operator-grid strong{font-size:12px}.transfer-box small,.order-summary>small,.order-price small{font-size:10px}.transfer-box button{min-height:44px;padding-inline:12px;font-size:12px}.transfer-note,.order-summary li,.order-total,.secure-payment strong,.accepted-operators{font-size:12px}.order-price>span,.secure-payment span{font-size:11px}.payment-state-card small{font-size:10px}.payment-state-card p{font-size:13px}.payment-help strong,.payment-help a{font-size:12px}.payment-help p{font-size:11px}.payment-form-card .form-field>label{font-size:12px}.payment-form-card .field-hint{font-size:11px}.exam-header__title small,.exam-timer small{font-size:10px}.exam-header__title strong,.exam-meta-row,.exam-instruction{font-size:12px}.exam-domain,.multi-tag,.autosave-status{font-size:11px}.exam-options button{min-height:64px;font-size:14px}.exam-error{font-size:12px}.exam-page{padding-bottom:86px}.exam-footer{height:68px}.exam-footer button{min-width:44px;min-height:44px;font-size:12px}.exam-footer button strong{font-size:10px}.exam-footer>div{font-size:11px}.modal-head p,.confirm-modal>p{font-size:12px}.modal-head button{place-items:center;width:44px;height:44px;display:grid}.navigator-grid button{min-height:44px;font-size:11px}.navigator-legend,.confirm-summary span,.confirm-warning{font-size:11px}.confirm-actions .button{font-size:12px}.admin-table th,.table-user small,.table-date small,.payment-status{font-size:11px}.table-actions button{width:44px;height:44px}.admin-see-all a{font-size:11px}.admin-action-modal__close{place-items:center;width:44px;height:44px;display:grid}.admin-action-modal>p,.action-summary p{font-size:12px}.textarea-input{font-size:14px}.admin-action-buttons .button{min-height:44px;font-size:12px}@media (width<=650px){.selectable-level{min-height:250px}.transfer-box{flex-direction:column;align-items:flex-start}}.empty-search{color:var(--ink-500);text-align:center;margin:0;padding:18px 4px;font-size:13px}.panel-title{margin:0 0 14px;font-size:15px;font-weight:600}.subscription-banner{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm);flex-wrap:wrap;align-items:center;gap:15px;margin-bottom:22px;padding:18px 20px;display:flex}.subscription-banner__icon{background:var(--green-100);width:44px;height:44px;color:var(--accent-text);border-radius:13px;flex:none;place-items:center;display:grid}.subscription-banner>div{flex:220px;min-width:0}.subscription-banner small{color:var(--ink-500);letter-spacing:.07em;text-transform:uppercase;font-size:11px;display:block}.subscription-banner strong{font-size:15px;line-height:1.35;display:block}.subscription-banner p{color:var(--ink-600);overflow-wrap:anywhere;margin:3px 0 0;font-size:13px}.subscription-banner__badge{background:var(--green-100);color:var(--accent-text-strong);border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.level-choice-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;display:grid}.level-choice{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm);flex-direction:column;gap:11px;padding:22px;display:flex}.level-choice__icon{background:var(--green-100);width:46px;height:46px;color:var(--accent-text);border-radius:14px;place-items:center;display:grid}.level-choice--medium .level-choice__icon{background:var(--gold-100);color:var(--warning)}.level-choice--hard .level-choice__icon{background:var(--blue-soft);color:var(--blue)}.level-choice h2{margin:0;font-size:18px}.level-choice>p{color:var(--ink-600);margin:0;font-size:13px}.level-choice dl{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;gap:10px;margin:0;padding:13px 0;display:grid}.level-choice dt{color:var(--ink-500);align-items:center;gap:5px;font-size:11px;display:flex}.level-choice dd{margin:2px 0 0;font-size:14px;font-weight:600}.bank-state{background:var(--canvas);color:var(--ink-600);border-radius:9px;align-items:center;gap:6px;padding:6px 10px;font-size:11.5px;display:inline-flex}.bank-state--ready{background:var(--green-50);color:var(--accent-text-strong)}.level-choice-note{color:var(--ink-500);align-items:center;gap:8px;margin:20px 0 0;font-size:12.5px;display:flex}.generation-provider{border:1px solid var(--warning);border-radius:var(--radius-sm);background:var(--warning-soft);color:var(--warning);align-items:flex-start;gap:12px;margin-bottom:20px;padding:15px 18px;display:flex}.generation-provider--ready{border-color:var(--green-600);background:var(--green-50);color:var(--accent-text-strong)}.generation-provider strong{font-size:14px;display:block}.generation-provider span{font-size:12.5px}.generation-provider code{background:#0000000f;border-radius:5px;padding:1px 5px;font-size:12px}.generation-picker{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:15px;margin-bottom:20px;padding:20px;display:grid}.form-field--wide{grid-column:1/-1}.generation-picker select.text-input{width:100%}.generation-coverage{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin-bottom:18px;display:grid}.generation-coverage>div{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink-600);align-items:center;gap:10px;padding:13px 15px;display:flex}.generation-coverage>div.ready{border-color:var(--green-600);background:var(--green-50);color:var(--accent-text-strong)}.generation-coverage strong{font-size:13px;display:block}.generation-coverage span{font-size:11.5px}.generation-actions{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px;margin-bottom:24px;display:grid}.generation-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm);flex-direction:column;align-items:flex-start;gap:12px;padding:22px;display:flex}.generation-card h2{align-items:center;gap:8px;margin:0;font-size:16px;display:flex}.generation-card>p{color:var(--ink-600);margin:0;font-size:13px}.generation-card>label{color:var(--ink-600);font-size:12px;font-weight:600}.generation-textarea{resize:vertical;width:100%;font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.5}@media (width<=620px){.subscription-banner{flex-direction:column;align-items:flex-start}.level-choice-grid,.generation-actions,.generation-coverage{grid-template-columns:1fr}.generation-picker{padding:16px}}.mauritania-flag{border-radius:2px;flex:none;width:20px;height:14px;display:block}.onboarding-progress{grid-template-columns:repeat(4,1fr);gap:6px;margin:0 0 26px;padding:0;list-style:none;display:grid}.onboarding-progress li{text-align:center;flex-direction:column;align-items:center;gap:7px;display:flex;position:relative}.onboarding-progress li:before{top:13px;background:var(--line);content:"";border-radius:2px;width:calc(100% - 32px);height:2px;position:absolute;inset-inline-end:calc(50% + 16px)}.onboarding-progress li:first-child:before{display:none}.onboarding-progress li.done:before,.onboarding-progress li.active:before{background:var(--green-600)}.onboarding-progress li>span{z-index:1;width:27px;height:27px;color:var(--ink-500);border:1px solid var(--line);background:var(--surface);border-radius:50%;place-items:center;font-size:11px;font-weight:800;display:grid;position:relative}.onboarding-progress li.active>span{color:#fff;border-color:var(--green-700);background:var(--green-700);box-shadow:0 0 0 4px #0a74531a}.onboarding-progress li.done>span{color:#fff;border-color:var(--green-600);background:var(--green-600)}.onboarding-progress li>small{color:var(--ink-500);font-size:10px;font-weight:700;line-height:1.2}.onboarding-progress li.active>small{color:var(--accent-text-strong)}.onboarding-step{gap:16px;display:grid}.onboarding-step__heading h2{letter-spacing:-.02em;margin:0 0 5px;font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:500}.onboarding-step__heading p{color:var(--ink-600);margin:0;font-size:12.5px}.onboarding-back{color:var(--ink-500);cursor:pointer;background:0 0;border:0;justify-self:start;align-items:center;gap:6px;padding:0;font-size:11px;font-weight:750;display:inline-flex}.onboarding-back:hover{color:var(--accent-text)}.onboarding-back svg{transform:rotate(var(--auth-back-rotation,0deg))}[dir=rtl] .onboarding-back{--auth-back-rotation:180deg}.registration-contests{gap:11px;display:grid}.registration-contests button{width:100%;color:var(--ink-950);border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);text-align:start;cursor:pointer;border-radius:14px;align-items:center;gap:14px;padding:15px 16px;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.registration-contests button:hover{border-color:var(--accent-border);box-shadow:var(--shadow-md);transform:translateY(-2px)}.registration-contests button>span:last-of-type{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.registration-contest__icon{width:46px;height:46px;color:var(--accent-text);background:var(--green-100);border-radius:13px;flex:none;place-items:center;display:grid}.registration-contests strong{font-size:13.5px;line-height:1.35}.registration-contests small{color:var(--ink-500);font-size:11px}.registration-contests button>svg:last-child{color:var(--ink-500);transform:rotate(var(--auth-back-rotation,0deg));flex:none}[dir=rtl] .registration-contests button>svg:last-child,[dir=rtl] .registration-tracks button>svg:last-child{--auth-back-rotation:180deg}.track-search{border:1px solid var(--field-border);background:var(--surface);border-radius:10px;align-items:center;gap:9px;padding:0 13px;display:flex;position:relative}.track-search svg{color:var(--ink-500);flex:none}.track-search input{background:0 0;border:0;outline:0;width:100%;min-height:46px;padding:0;font-size:13px}.track-search:focus-within{border-color:var(--accent-border-strong);box-shadow:0 0 0 3px #0a745317}.registration-tracks{gap:8px;max-height:340px;padding-inline-end:4px;display:grid;overflow-y:auto}.registration-tracks button{width:100%;color:var(--ink-950);border:1px solid var(--line);background:var(--surface);text-align:start;cursor:pointer;border-radius:11px;align-items:center;gap:11px;padding:12px 14px;transition:border-color .15s,background .15s;display:flex}.registration-tracks button:hover{border-color:var(--accent-border);background:var(--green-50)}.registration-tracks button>span{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.registration-tracks strong{font-size:12.5px;font-weight:650;line-height:1.35}.registration-tracks small{color:var(--ink-500);font-size:10px}.registration-tracks i{color:var(--ink-500);background:var(--canvas);white-space:nowrap;border-radius:999px;flex:none;padding:4px 9px;font-size:9px;font-style:normal;font-weight:800}.registration-tracks i.ready{color:var(--accent-text-strong);background:var(--green-100)}.registration-tracks button>svg:last-child{color:var(--ink-500);flex:none}.onboarding-selection{border:1px solid var(--accent-border);background:var(--green-50);border-radius:11px;flex-direction:column;gap:3px;padding:13px 15px;display:flex}.onboarding-selection small{color:var(--accent-text);letter-spacing:.09em;text-transform:uppercase;font-size:9px;font-weight:850}.onboarding-selection strong{color:var(--accent-text-strong);font-size:13px;line-height:1.35}.promo-price{border:1px solid var(--line);background:radial-gradient(circle at 90% 10%, #e2b53f21, transparent 55%), var(--surface);box-shadow:var(--shadow-sm);border-radius:14px;justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;display:flex}.promo-price>span{align-items:center;gap:9px;display:flex}.promo-price del{color:var(--ink-500);font-size:13px}.promo-price b{color:var(--gold-text);background:var(--gold-100);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:4px 9px;font-size:9px;font-weight:850}.promo-price>strong{color:var(--accent-text-strong);letter-spacing:-.03em;font-size:30px;font-weight:700;line-height:1}.promo-price>strong small{color:var(--ink-500);margin-inline-start:4px;font-size:11px;font-weight:700}.onboarding-payment-copy{color:var(--ink-600);margin:0;font-size:12.5px}.onboarding-transfer{margin:0}.secure-inline{color:var(--accent-text-strong);background:var(--green-50);border-radius:10px;align-items:center;gap:8px;padding:10px 12px;font-size:11px;font-weight:650;display:flex}@media (width<=560px){.onboarding-progress li>small{font-size:9px}.registration-contests button{padding:13px}.registration-contest__icon{width:40px;height:40px}.promo-price{flex-direction:column;align-items:flex-start;gap:10px}.registration-tracks{max-height:300px}}.pending-subscription{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);text-align:center;border-radius:16px;gap:18px;padding:24px 22px;display:grid}.pending-subscription__icon{width:66px;height:66px;color:var(--warning);background:var(--warning-soft);border-radius:50%;justify-self:center;place-items:center;display:grid}.pending-subscription--rejected .pending-subscription__icon{color:var(--danger);background:var(--danger-soft)}.pending-subscription__details{border:1px solid var(--line);background:var(--line);text-align:start;border-radius:12px;gap:1px;display:grid;overflow:hidden}.pending-subscription__details>div{background:var(--surface);justify-content:space-between;align-items:baseline;gap:14px;padding:11px 14px;display:flex}.pending-subscription__details span{color:var(--ink-500);flex:none;font-size:10.5px;font-weight:750}.pending-subscription__details strong{text-align:end;font-size:12.5px;font-weight:650;line-height:1.35}.pending-subscription__note{color:var(--warning);background:var(--warning-soft);text-align:start;margin:0;padding:11px 14px;font-size:12px}.pending-subscription__actions{flex-wrap:wrap;justify-content:center;gap:9px;display:flex}.pending-subscription__actions .button{flex:auto;min-width:140px}.public-language-switcher{color:var(--ink-600);border:1px solid var(--line);background:var(--surface);border-radius:999px;padding:1px 8px;font-size:12px;font-weight:650}.public-language-switcher select{min-height:32px!important}.public-language-switcher:hover{color:var(--accent-text);border-color:var(--accent-border)}@media (width<=600px){.public-language-switcher{justify-content:center;padding:4px 8px}}.proof-input{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.proof-dropzone{color:var(--accent-text);border:1.5px dashed var(--accent-border);background:var(--green-50);text-align:center;cursor:pointer;border-radius:12px;flex-direction:column;align-items:center;gap:6px;padding:22px 16px;transition:border-color .15s,background .15s;display:flex}.proof-dropzone:hover{border-color:var(--green-600);background:var(--green-100)}.proof-dropzone--busy{cursor:progress}.proof-dropzone strong{color:var(--accent-text-strong);font-size:12.5px}.proof-dropzone small{color:var(--ink-600);font-size:11px}.proof-preview{border:1px solid var(--line);background:var(--surface);border-radius:12px;align-items:center;gap:13px;padding:11px;display:flex}.proof-preview img{border:1px solid var(--line);object-fit:cover;border-radius:9px;flex:none;width:68px;height:68px}.proof-preview>div{flex-direction:column;align-items:flex-start;gap:7px;display:flex}.proof-preview strong{color:var(--accent-text-strong);align-items:center;gap:6px;font-size:12px;display:flex}.proof-preview__change{color:var(--ink-600);border:1px solid var(--line);cursor:pointer;border-radius:999px;align-items:center;gap:5px;padding:5px 10px;font-size:11px;font-weight:700;display:inline-flex}.proof-preview__change:hover{color:var(--accent-text);border-color:var(--accent-border)}.field-error{color:var(--danger);font-size:11px}.proof-link{color:var(--accent-text);border:1px solid var(--accent-border);background:var(--green-50);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:5px 10px;font-size:11px;font-weight:750;display:inline-flex}.proof-link:hover{background:var(--green-100)}.proof-missing{color:var(--ink-500);font-size:11px}.table-user__identity{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.table-user__phone{color:var(--ink-500);font-size:11px;font-weight:600}.proof-modal{border-radius:var(--radius-md);background:var(--surface);width:min(560px,100%);max-height:88vh;box-shadow:var(--shadow-lg);flex-direction:column;gap:14px;padding:18px;display:flex}.proof-modal header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.proof-modal header strong{font-size:14px;display:block}.proof-modal header small{color:var(--ink-500);font-size:11px}.proof-modal header button{width:34px;height:34px;color:var(--ink-500);border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:9px;flex:none;place-items:center;display:grid}.proof-modal img{border:1px solid var(--line);background:var(--canvas);object-fit:contain;border-radius:11px;width:100%;max-height:62vh}.proof-modal__state{color:var(--ink-600);justify-content:center;align-items:center;gap:9px;padding:40px 0;font-size:13px;display:flex}.proof-modal .button{justify-content:center}@media (width<=560px){.proof-preview{flex-direction:column;align-items:flex-start}.proof-preview img{width:100%;height:150px}.proof-modal{padding:14px}}.hero-figures{flex-wrap:wrap;gap:34px;margin:26px 0 28px;display:flex}.hero-figures>div{flex-direction:column;gap:2px;display:flex}.hero-figures dt{color:var(--ink-950);letter-spacing:-.03em;font-size:30px;font-weight:750;line-height:1}.hero-figures dd{max-width:130px;color:var(--ink-500);margin:0;font-size:11.5px;line-height:1.35}.hero-reassurance{color:var(--ink-600);align-items:center;gap:8px;margin:16px 0 0;font-size:12.5px;display:flex}.hero-reassurance svg{color:var(--accent-text);flex:none}.hero-marquee{z-index:4;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:46px;padding:14px 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.hero-marquee__track{gap:10px;width:max-content;animation:46s linear infinite hero-marquee-scroll;display:flex}.hero-marquee:hover .hero-marquee__track{animation-play-state:paused}.hero-marquee__track span{color:var(--ink-600);border:1px solid var(--line);background:var(--surface);white-space:nowrap;border-radius:999px;padding:8px 16px;font-size:12px;font-weight:650}@keyframes hero-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}[dir=rtl] .hero-marquee__track{animation-name:hero-marquee-scroll-rtl}@keyframes hero-marquee-scroll-rtl{0%{transform:translate(0)}to{transform:translate(50%)}}@media (prefers-reduced-motion:reduce){.hero-marquee__track{animation:none}.hero-marquee{overflow-x:auto;-webkit-mask-image:none;mask-image:none}}.mini-skeleton{flex-direction:column;gap:7px;margin:10px 0 14px;display:flex}.mini-skeleton i{background:var(--line);border-radius:5px;height:9px}.mini-skeleton i:last-child{width:62%}.mini-options span b{background:var(--line);border-radius:5px;flex:1;height:8px}.mini-option--selected b{background:var(--accent-border)}.theme-toggle{width:36px;height:36px;color:var(--ink-600);border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:999px;flex:none;place-items:center;transition:color .15s,border-color .15s;display:grid}.theme-toggle:hover{color:var(--accent-text);border-color:var(--accent-border)}@media (width<=600px){.hero-figures{justify-content:center;gap:22px}.hero-figures dt{font-size:25px}.hero-reassurance{text-align:center;justify-content:center}.hero-marquee{margin-top:30px}}.operator-wallets{gap:10px;display:grid}.operator-wallet{border:1px solid var(--line);background:var(--surface);border-radius:13px;align-items:stretch;gap:0;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.operator-wallet:hover{border-color:var(--accent-border)}.operator-wallet--selected{border-color:var(--green-600);box-shadow:0 0 0 3px #0a745317}.operator-wallet__pick{min-width:0;color:inherit;text-align:start;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:13px;padding:13px 15px;display:flex}.operator-wallet__pick>span{flex-wrap:wrap;flex:1;align-items:center;gap:4px 12px;min-width:0;display:flex}.operator-wallet__pick strong{font-size:13.5px;line-height:1.2}.operator-wallet__pick bdi{color:var(--accent-text);letter-spacing:.04em;font-size:13.5px;font-weight:700;line-height:1.2}.operator-wallet__radio{color:#0000;border:1px solid var(--field-border);background:var(--surface);border-radius:50%;flex:none;place-items:center;width:19px;height:19px;display:grid}.operator-wallet--selected .operator-wallet__radio{color:#fff;border-color:var(--green-700);background:var(--green-700)}.operator-wallet__copy{width:52px;color:var(--accent-text);border:0;border-inline-start:1px solid var(--line);background:var(--surface-muted);cursor:pointer;flex:none;place-items:center;transition:background .15s;display:grid}.operator-wallet__copy:hover{background:var(--green-50)}.operator-logo{border:1px solid var(--line);object-fit:contain;background:#fff;border-radius:10px;flex:none;place-items:center;padding:2px;display:grid}.operator-logo--fallback{color:#fff;border:0;padding:0;font-size:15px;font-weight:800}@media (width<=420px){.operator-wallet__pick{gap:10px;padding:11px 12px}.operator-wallet__copy{width:44px}}
