@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap";.solve-heading{justify-content:space-between;align-items:center;gap:18px;margin-bottom:28px;display:flex}.solve-heading h1{overflow-wrap:anywhere;margin:10px 0;font-size:clamp(25px,2.5vw,34px)}.solve-heading p{color:var(--muted);font-size:12px;line-height:1.8}.solve-heading>.badge{flex-shrink:0}.solve-layout{grid-template-columns:minmax(0,1fr) 264px;align-items:start;gap:24px;display:grid}.solve-main{min-width:0}.solve-progress{color:#7a8876;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:23px;font-size:11px;display:flex}.solve-progress strong{color:var(--green)}.solve-progress progress{appearance:none;width:100%;height:5px;color:var(--green);background:#e5eade;border:0;border-radius:10px;overflow:hidden}.solve-progress progress::-webkit-progress-bar{background:#e5eade}.solve-progress progress::-webkit-progress-value{background:var(--green);border-radius:10px}.solve-progress progress::-moz-progress-bar{background:var(--green);border-radius:10px}.save-status{color:#60834e;align-items:center;gap:6px;margin-left:auto;font-size:10px;display:inline-flex}.save-status.has-error{color:#aa582e}.question-card{border:1px solid var(--line);background:#fff;border-radius:17px;padding:28px}.question-header{border-bottom:1px solid var(--line);align-items:center;gap:12px;margin-bottom:27px;padding-bottom:24px;display:flex}.question-header .eyebrow{letter-spacing:1.25px;font-size:8px}.question-header h2{margin-top:7px;font-size:23px}.question-header h2:focus{outline:none}.question-header h2 small{color:#94a088;letter-spacing:0;font-family:DM Sans,sans-serif;font-size:13px;font-weight:400}.question-points{color:#7b8e67;white-space:nowrap;background:#f1f5ea;border-radius:6px;margin-left:auto;padding:6px 9px;font-size:10px}.flag-button{border:1px solid var(--line);color:#98a18f;background:#fff;border-radius:9px;place-items:center;width:44px;height:44px;display:grid}.flag-button.is-flagged{color:#a87527;background:#fff7e7;border-color:#e7cb91}.question-content{overflow-wrap:anywhere;min-width:0;font-size:15px;line-height:1.9}.question-content p+p{margin-top:12px}.question-content img{border-radius:8px;max-width:100%;height:auto}.question-content table{border-collapse:collapse;max-width:100%;display:block;overflow:auto}.question-content td,.question-content th{border:1px solid var(--line);padding:8px}.question-content pre{white-space:pre-wrap}.answer-options{border:0;flex-direction:column;gap:11px;min-width:0;margin:27px 0 0;padding:0;display:flex}.answer-option{cursor:pointer;background:#fff;border:1px solid #e4e9df;border-radius:11px;align-items:center;gap:13px;min-height:62px;padding:14px 16px;transition:border-color .15s,background .15s;display:flex;position:relative}.answer-option:hover{background:#f8faf4;border-color:#b2c69d}.answer-option.is-selected{background:#f0f5e8;border-color:#527e57;box-shadow:inset 0 0 0 1px #527e5715}.answer-option input{opacity:0;width:1px;height:1px;position:absolute}.answer-option:has(input:focus-visible){outline-offset:3px;outline:3px solid #74aa86}.answer-option:has(input:disabled){cursor:default}.option-letter{color:#89927e;background:#f3f5ee;border-radius:8px;flex-shrink:0;place-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:grid}.is-selected .option-letter{background:var(--green);color:#fff}.answer-option .question-content{flex:1;font-size:13px}.option-check{border:1px solid #dce3d6;border-radius:50%;flex-shrink:0;place-items:center;width:19px;height:19px;display:grid}.is-selected .option-check{background:var(--green);color:#fff;border-color:var(--green)}.open-answer{margin-top:27px}.open-answer label{margin-bottom:10px;font-size:12px;font-weight:600;display:block}.open-answer input{width:100%;color:var(--ink);background:#fafcf7;border:1px solid #dce5d5;border-radius:10px;padding:15px;font-size:16px}.open-answer input:disabled{opacity:1;color:var(--ink)}.open-answer p{color:var(--muted);justify-content:space-between;gap:8px;margin-top:9px;font-size:10px;line-height:1.8;display:flex}.open-answer p span{white-space:nowrap}.clear-answer{color:#7c8d71;text-underline-offset:3px;background:0 0;border:0;min-height:44px;padding:12px 0;font-size:11px;text-decoration:underline}.question-navigation{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;margin-top:28px;padding-top:22px;display:flex}.question-navigation>span{color:#a0aa95;font-size:11px}.solve-footnote{color:#8e9a84;align-items:flex-start;gap:8px;margin:19px 4px;font-size:10px;line-height:1.9;display:flex}.question-sidebar{position:sticky;top:24px}.exam-timer{background:var(--green);color:#e9f3df;border-radius:15px;align-items:center;gap:13px;margin-bottom:18px;padding:22px;display:flex}.timer-icon{color:#d5eca6;background:#ffffff0c;border-radius:12px;place-items:center;width:43px;height:43px;display:grid}.exam-timer span:not(.timer-icon){color:#bbd0ae;font-size:10px}.exam-timer strong{font-variant-numeric:tabular-nums;margin-top:5px;font:700 18px Manrope,sans-serif;display:block}.exam-timer.is-urgent{background:#8c4c30}.question-map{border:1px solid var(--line);background:#fff;border-radius:15px;padding:23px}.map-heading{justify-content:space-between;align-items:center;margin-bottom:21px;display:flex}.map-heading h2{font-size:15px}.map-heading>span{color:#99a18f;font-size:10px}.question-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.question-grid button{color:#849078;background:#fcfdf9;border:1px solid #e6eadf;border-radius:8px;min-height:44px;padding:8px 0;font-size:12px;font-weight:500;position:relative}.question-grid .is-answered{color:#487540;background:#edf4e4;border-color:#e1ead5}.question-grid .is-current{color:#fff;background:var(--green);border-color:var(--green);box-shadow:0 3px 8px #205c471a}.flag-dot{background:#d3a34d;border-radius:50%;width:6px;height:6px;position:absolute;top:3px;right:3px}.map-legend{color:#8f9a83;flex-wrap:wrap;gap:10px 13px;margin-top:20px;font-size:9px;display:flex}.map-legend span{align-items:center;gap:5px;display:flex}.map-legend i{background:#fcfdf9;border:1px solid #e1e7d9;border-radius:3px;width:10px;height:10px}.map-legend .legend-answered{background:#e1edcd;border-color:#d0dfba}.map-summary{border-top:1px solid var(--line);color:#9aa48e;flex-direction:column;gap:10px;margin-top:22px;padding-top:19px;font-size:10px;display:flex}.map-summary span{justify-content:space-between;display:flex}.map-summary strong{color:#667b57;font-weight:500}.finish-test{justify-content:space-between;width:100%;margin-top:23px}.finish-hint{color:#9aa58f;text-align:center;margin-top:12px;font-size:9px;line-height:1.8}.attempt-error,.attempt-notice{color:#925632;background:#fff5e9;border:1px solid #f0ddc2;border-radius:10px;margin-bottom:16px;padding:14px;font-size:12px;line-height:1.8}.attempt-error .button{margin-top:10px}.start-panel>.attempt-error{margin-top:12px}.attempt-result{background:#eaf1e1;border:1px solid #dfe8d5;border-radius:17px;flex-wrap:wrap;align-items:center;gap:22px;margin-bottom:28px;padding:27px;display:flex}.result-icon{width:56px;height:56px;color:var(--green);background:#dae9c6;border-radius:16px;flex-shrink:0;place-items:center;display:grid}.attempt-result h2{color:var(--green);margin:5px 0;font-size:30px}.attempt-result h2 small{font-size:14px;font-weight:500}.attempt-result p{color:#829273;font-size:11px;line-height:1.8}.result-counts{gap:20px;margin-left:auto;display:flex}.result-counts span{color:#849574;text-align:center;font-size:10px}.result-counts strong{color:#456c35;margin-bottom:4px;font-size:23px;display:block}.question-outcome{color:#a3663a;background:#fff3e9;border-radius:8px;margin-top:20px;padding:12px;font-size:12px}.question-outcome.correct{color:#4b793c;background:#edf5e4}.finish-dialog{border:1px solid var(--line);width:min(460px,100% - 32px);max-height:calc(100dvh - 48px);color:var(--ink);border-radius:19px;padding:30px;box-shadow:0 25px 100px #13312330}.finish-dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1b34286b}.finish-dialog h2{margin-top:23px;font-size:23px}.finish-dialog p{color:#819073;margin-top:13px;font-size:13px;line-height:1.9}.dialog-close{color:#91a085;background:0 0;border:0;place-items:center;width:44px;height:44px;display:grid;position:absolute;top:14px;right:14px}.dialog-actions{justify-content:flex-end;gap:10px;margin-top:26px;display:flex}.finish-dialog .dialog-error{color:#a05230}.attempt-history{gap:14px;margin-bottom:24px;display:grid}.attempt-history-card{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:18px;padding:23px;display:flex}.attempt-history-card:hover{border-color:#b8cba6}.attempt-history-card>div{flex:1;min-width:0}.attempt-history-card h2{overflow-wrap:anywhere;margin:10px 0 7px;font-size:17px}.attempt-history-card p{color:var(--muted);font-size:11px}.history-score{color:var(--green);white-space:nowrap;font-size:24px}.history-score small{color:#93a285;font-size:13px;font-weight:400}@media (width<=1100px){.solve-layout{grid-template-columns:minmax(0,1fr) 225px;gap:18px}.question-map{padding:17px}.question-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.question-card{padding:22px}.exam-timer{padding:18px}}@media (width<=950px){.solve-layout{grid-template-columns:minmax(0,1fr)}.question-sidebar{display:contents}.solve-main{order:2}.question-map{order:3}.question-grid{grid-template-columns:repeat(auto-fill,minmax(44px,1fr))}.exam-timer{order:1;margin:0;padding:14px 18px}.exam-timer .timer-icon{background:0 0;width:auto;height:auto}.exam-timer strong{font-size:16px}}@media (width<=680px){.solve-heading{align-items:flex-start;gap:10px}.solve-heading .eyebrow{letter-spacing:1px;font-size:8px}.solve-heading>.badge{padding:6px 8px;font-size:8px}.question-card{padding:20px 16px}.question-header{gap:8px;margin-bottom:20px;padding-bottom:19px}.question-header h2{font-size:22px}.answer-option{gap:10px;padding:12px}.question-content{font-size:14px}.question-navigation{gap:8px}.question-navigation .button{padding:11px 13px}.attempt-result{gap:16px;padding:21px}.result-counts{justify-content:space-around;width:100%;margin-left:0}.attempt-result .button{width:100%}.attempt-history-card{flex-wrap:wrap;gap:12px;padding:17px}.attempt-history-card>.icon-box{display:none}.attempt-history-card h2{font-size:15px}.history-score{font-size:20px}.finish-dialog{padding:25px}}:root{color:#23362e;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--green:#205c47;--green-dark:#174a38;--ink:#23362e;--muted:#7a827b;--line:#e5e9e2;--surface:#fff;--safe-top:max(env(safe-area-inset-top,0px), var(--tg-safe-area-inset-top,0px));--safe-bottom:max(env(safe-area-inset-bottom,0px), var(--tg-safe-area-inset-bottom,0px));background:#f7f8f5;font-family:DM Sans,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}button:disabled{cursor:not-allowed;opacity:.48}button:focus-visible,a:focus-visible,input:focus-visible,code:focus-visible{outline-offset:4px;outline:3px solid #74aa86}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,Segoe UI,sans-serif}h1{letter-spacing:-1.3px;font-weight:800;line-height:1.22}h2{letter-spacing:-.55px;font-weight:750}svg{flex-shrink:0}::selection{color:#174a38;background:#d7efaf}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:100;background:var(--green);color:#fff;border-radius:8px;padding:12px 20px;position:fixed;top:-100px;left:16px}.skip-link:focus{top:12px}.app-shell{min-height:100dvh}.sidebar{border-right:1px solid var(--line);z-index:20;background:#fff;flex-direction:column;width:242px;padding:40px 26px 24px;display:flex;position:fixed;inset:0 auto 0 0}.brand{letter-spacing:-1.3px;align-items:center;gap:3px;font-family:Manrope,sans-serif;font-size:30px;font-weight:800;display:flex}.brand-mark{color:#dfff9e;background:var(--green);letter-spacing:0;border-radius:13px 13px 13px 4px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:44px;font:800 26px Manrope,sans-serif;display:inline-flex}.brand small{color:var(--muted);letter-spacing:.2px;margin-top:-1px;font:400 10px DM Sans,sans-serif;display:block}.brand-dot{color:#79a459}.nav-caption{letter-spacing:1.5px;color:#939b93;margin:55px 0 16px 13px;font-size:10px;font-weight:600}.desktop-nav{flex-direction:column;gap:7px;display:flex}.desktop-nav a{color:#79827c;border-radius:10px;align-items:center;gap:13px;padding:15px 16px;font-size:14px;font-weight:500;transition:background .2s,color .2s;display:flex}.desktop-nav a:hover{color:var(--green);background:#f4f7f0}.desktop-nav a.active{background:var(--green);color:#fff;box-shadow:0 5px 12px #205c4714}.nav-arrow{opacity:0;margin-left:auto}.active .nav-arrow{opacity:.7}.sidebar-note{background:#f3f5eb;border-radius:14px;margin-top:auto;padding:23px 20px;position:relative;overflow:hidden}.note-icon{color:#718552;margin-bottom:16px;display:block}.sidebar-note h3{font-size:14px;line-height:1.6}.sidebar-note p{color:#7a8270;margin-top:7px;font-size:11px;line-height:1.8}.note-line{background:#c4d2a3;border-radius:3px;width:38px;height:3px;margin-top:22px;display:block}.sidebar-footer{color:#a0a59e;align-items:center;gap:8px;margin:26px auto 0;font-size:10px;display:flex}.workspace{margin-left:242px}.topbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:88px;margin:0 48px;display:flex}.desktop-welcome{color:#889187;font-size:12px}.language-tag{color:#6a746c;align-items:center;gap:8px;font-size:11px;display:inline-flex}.language-tag>span:first-child{background:#8bb46d;border-radius:100%;width:5px;height:5px}.language-code{background:#e9ede4;border-radius:5px;margin-left:4px;padding:5px 6px;font-size:9px;font-weight:700}.mobile-brand,.bottom-nav{display:none}main{max-width:1280px;min-height:calc(100dvh - 170px);margin:0 auto;padding:36px 48px 30px}main:focus{outline:none}.page-footer{border-top:1px solid var(--line);color:#97a090;justify-content:space-between;max-width:1184px;margin:10px 48px 0;padding:22px 0 26px;font-size:10px;display:flex}.eyebrow{letter-spacing:1.65px;color:#778375;align-items:center;gap:8px;font-size:10px;font-weight:700;line-height:1.6;display:flex}.live-dot{background:#7ca256;border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.hero{background:#eaf0e1;border:1px solid #e3e9d9;border-radius:20px;align-items:center;min-height:250px;padding:24px 38px;display:flex;position:relative;overflow:hidden}.hero-copy{z-index:2;flex:1;position:relative}.hero .eyebrow{color:#72805c;font-size:9px}.hero h1{color:#244b37;margin-top:10px;font-size:clamp(28px,2.7vw,40px);line-height:1.25}.hero h1>span{color:#748b61}.hero p{color:#7b8570;margin-top:10px;font-size:12px;line-height:1.9}.hero-link{color:#355940;align-items:center;gap:12px;margin-top:14px;font-size:11px;font-weight:700;display:inline-flex}.hero-link:hover{text-underline-offset:4px;text-decoration:underline}.hero-art{flex-shrink:0;width:280px;height:190px;margin-left:20px;position:relative}.orbit{border:1px solid #d5dec7;border-radius:50%;position:absolute;transform:rotate(-25deg)}.orbit-one{width:300px;height:230px;top:16px;left:-15px}.orbit-two{width:250px;height:310px;top:-34px;left:15px;transform:rotate(30deg)}.study-card{border-radius:12px;width:136px;height:168px;position:absolute;top:34px;left:64px}.card-back{background:#b4c6a1;padding:26px;top:44px;left:42px;transform:rotate(-17deg)}.card-back span{background:#92ad7c;border-radius:4px;height:4px;margin-bottom:12px;display:block}.card-front{background:#fcfdf8;padding:18px 21px;transform:rotate(10deg);box-shadow:9px 18px 35px #38532416}.card-front strong{letter-spacing:-1px;color:#385c3e;font-family:Manrope,sans-serif;font-size:24px;line-height:1.22}.art-check{background:var(--green);color:#dcf4ae;border:4px solid #eaf0e1;border-radius:50%;place-items:center;width:40px;height:40px;font-size:20px;display:grid;position:absolute;top:-15px;right:-15px}.art-lines{margin-top:20px}.art-lines i{background:#e5ebdc;border-radius:4px;width:90%;height:4px;margin-top:7px;display:block}.art-lines i:last-child{width:60%}.art-spark{color:#7a9558;position:absolute;top:13px;left:19px;transform:rotate(-12deg)}.art-label{color:#567246;background:#ffffffbd;border-radius:25px;align-items:center;gap:7px;padding:10px 13px;font-size:10px;display:flex;position:absolute;bottom:12px;right:9px;transform:rotate(-5deg);box-shadow:0 5px 15px #5867440a}.art-label span{background:#83a265;border-radius:50%;width:5px;height:5px}.section-block{margin-top:35px;scroll-margin-top:24px}.section-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.section-heading h2{margin-top:7px;font-size:20px}.subtle-counter{color:#9da796;letter-spacing:1px;white-space:nowrap;font-size:11px}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.category-card{background:var(--surface);border:1px solid var(--line);border-radius:15px;flex-direction:column;padding:23px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.category-card:hover{border-color:#b5c8ac;transform:translateY(-4px);box-shadow:0 12px 26px #23362e07}.category-top{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.category-icon{color:#65884c;background:#edf3e5;border-radius:15px;place-items:center;width:53px;height:53px;display:grid}.category-2 .category-icon{color:#827452;background:#f5f0e5}.category-3 .category-icon{color:#658398;background:#eaf1f6}.category-number{color:#b2b7ad;font-family:Manrope,sans-serif;font-size:11px}.category-card h3{font-size:19px;font-weight:750}.category-card p{color:var(--muted);max-width:210px;margin:9px 0 20px;font-size:12px;line-height:1.8}.category-bottom{color:#828b7e;border-top:1px solid #f0f2ec;justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;font-size:10px;display:flex}.round-arrow{color:#507049;background:#f3f6ed;border-radius:50%;flex-shrink:0;place-items:center;width:31px;height:31px;display:inline-grid}.category-card:hover .round-arrow,.exam-card:hover .round-arrow{color:#fff;background:var(--green)}.button{border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:11px 18px;font-size:12px;font-weight:600;transition:background .2s;display:inline-flex}.primary{background:var(--green);color:#fff}.primary:hover:not(:disabled){background:var(--green-dark)}.secondary{border-color:var(--line);color:var(--green);background:#fff}.secondary:hover:not(:disabled){background:#edf3e5}.icon-box{color:#7a905f;background:#eff3e9;border-radius:12px;flex-shrink:0;place-items:center;width:45px;height:45px;display:inline-grid}.code-search{border:1px solid var(--line);background:#fff;border-radius:13px;flex-wrap:wrap;align-items:center;gap:20px;margin-top:28px;padding:23px 25px;display:flex}.code-search-heading{flex:1;align-items:center;gap:13px;min-width:230px;display:flex}.code-search h2{letter-spacing:-.2px;font-size:14px}.code-search p{color:#919789;margin-top:5px;font-size:10px;line-height:1.7}.code-form{flex:1;gap:8px;min-width:270px;display:flex}.code-form input{width:100%;min-width:0;color:var(--ink);background:#fafbf8;border:1px solid #e4e8df;border-radius:8px;padding:12px 13px;font-size:11px}.code-form input::placeholder{color:#a1a79a}.code-form .button{flex-shrink:0}.code-search .inline-error{color:#ae4d3c;width:100%;margin:0;font-size:12px}.quiet-note{color:#99a28f;text-align:center;justify-content:center;align-items:center;gap:9px;margin:24px 0 0;font-size:10px;line-height:1.7;display:flex}.breadcrumbs{color:#8a9484;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 28px;font-size:11px;display:flex}.breadcrumbs>span{align-items:center;gap:8px;display:inline-flex}.breadcrumbs [aria-current]{color:#4b644a}.breadcrumbs a:hover{color:var(--green);text-underline-offset:3px;text-decoration:underline}.page-heading{justify-content:space-between;align-items:center;gap:20px;margin:12px 0 32px;display:flex}.page-heading h1{margin:12px 0 10px;font-size:31px}.page-heading p{color:#8a9484;font-size:12px;line-height:1.8}.subject-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.subject-card{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:17px;padding:24px;transition:border-color .2s,transform .2s;display:flex}.subject-card:hover{border-color:#b6c9ac;transform:translateY(-2px)}.subject-icon{color:#678853;background:#edf3e5;border-radius:15px;flex-shrink:0;place-items:center;width:54px;height:54px;display:inline-grid}.subject-2,.subject-7{color:#658398;background:#eaf1f6}.subject-3,.subject-8{color:#8b789d;background:#f0edf6}.subject-5,.subject-6{color:#a48a56;background:#f7f0e2}.subject-card h2{font-size:16px}.subject-card div>span{color:#929b8a;margin-top:6px;font-size:11px;display:block}.subject-arrow{color:#8c9b82;margin-left:auto}.list-toolbar{border-top:1px solid var(--line);color:#839177;justify-content:space-between;align-items:center;margin-bottom:12px;padding:16px 0;font-size:11px;display:flex}.list-toolbar>span:first-child{color:#527145;align-items:center;gap:8px;font-weight:500;display:flex}.exam-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.exam-card{border:1px solid var(--line);background:#fff;border-radius:15px;flex-direction:column;min-width:0;padding:24px;transition:border-color .2s,transform .2s;display:flex}.exam-card:hover{border-color:#adc59f;transform:translateY(-2px)}.exam-card-top{color:#a6b19d;justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.badge{border-radius:6px;align-items:center;gap:6px;width:fit-content;padding:5px 9px;font-size:10px;font-weight:500;display:inline-flex}.badge>span{background:currentColor;border-radius:50%;width:4px;height:4px}.badge.green{color:#557b3f;background:#edf5e4}.badge.amber{color:#a27934;background:#fbf3df}.badge.muted{color:#8d9486;background:#f0f2ec}.exam-category{color:#8e9c82;margin-bottom:9px;font-size:10px}.exam-card h2{overflow-wrap:anywhere;margin-bottom:16px;font-size:18px;line-height:1.5}.exam-meta{color:#8a9581;flex-direction:column;gap:9px;margin-bottom:22px;font-size:11px;display:flex}.exam-meta span{align-items:center;gap:7px;display:flex}.exam-card-bottom{border-top:1px solid #eef1e8;justify-content:space-between;align-items:center;margin-top:auto;padding-top:18px;display:flex}.exam-card-bottom small{color:#a0a995;margin-bottom:5px;font-size:10px;display:block}.exam-card-bottom strong{letter-spacing:-.5px;font-family:Manrope,sans-serif;font-size:18px;display:block}.free-price{color:#537c3c}.pagination{color:#8a9581;justify-content:center;align-items:center;gap:22px;margin:28px 0 0;font-size:12px;display:flex}.back-link{color:#7c8e6e;align-items:center;gap:7px;margin-bottom:24px;font-size:11px;display:inline-flex}.back-link:hover{color:var(--green)}.detail-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:30px;display:grid}.detail-heading h1{overflow-wrap:anywhere;margin:12px 0 20px;font-size:31px}.detail-description{margin-top:32px}.detail-description h2{margin-bottom:12px;font-size:17px}.detail-description p{color:#85907d;white-space:pre-line;overflow-wrap:anywhere;font-size:13px;line-height:1.9}.detail-stats{border-top:1px solid var(--line);grid-template-columns:1fr;gap:23px;margin:28px 0;padding-top:28px;display:grid}.detail-stats>div{align-items:center;gap:14px;display:flex}.detail-stats small{color:#939d8b;margin-bottom:5px;font-size:10px;line-height:1.6;display:block}.detail-stats strong{color:#52674b;font-size:12px;font-weight:500;line-height:1.7;display:block}.exam-code-panel{background:#f0f4e9;border:1px dashed #cbd6c0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:12px;padding:19px;display:flex}.exam-code-panel>div{flex:1;min-width:0}.exam-code-panel .eyebrow{font-size:9px}.exam-code-panel code{overflow-wrap:anywhere;color:#59754a;-webkit-user-select:all;user-select:all;cursor:text;margin-top:8px;font-size:12px;line-height:1.7;display:block}.copy-button{color:#77915e;background:#fff;border:1px solid #dee6d4;border-radius:9px;place-items:center;min-width:44px;height:44px;display:grid}.copy-feedback{color:#6d8259;flex-basis:100%;font-size:11px}.start-panel{border:1px solid var(--line);background:#fff;border-radius:17px;padding:27px;position:sticky;top:24px}.start-panel>.icon-box{margin-bottom:23px}.start-panel>.eyebrow{letter-spacing:1.1px;font-size:8px}.price-label{color:#919d84;margin:24px 0 7px;font-size:12px}.detail-price{color:var(--green);letter-spacing:-1px;overflow-wrap:anywhere;font-family:Manrope,sans-serif;font-size:30px;font-weight:800}.price-description{color:#96a08d;margin-top:10px;font-size:11px;line-height:1.8}.start-summary{border-top:1px solid var(--line);flex-direction:column;gap:13px;margin-top:20px;padding:22px 0;display:flex}.start-summary>span{color:#8e9b82;align-items:center;gap:9px;font-size:11px;display:flex}.start-button{justify-content:space-between;width:100%;font-size:12px}.start-button:disabled{color:#607754;opacity:1;background:#dce5d7}.start-note{color:#99a58e;align-items:flex-start;gap:8px;margin-top:15px;display:flex}.start-note p{font-size:10px;line-height:1.8}.trust-line{color:#a2ad98;border-top:1px solid #eef1e9;align-items:center;gap:6px;margin-top:23px;padding-top:18px;font-size:9px;display:flex}.profile-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:24px;display:grid}.profile-card{border:1px solid var(--line);background:#fff;border-radius:18px;min-width:0;padding:30px}.profile-identity{border-bottom:1px solid var(--line);align-items:center;gap:18px;padding-bottom:28px;display:flex}.profile-avatar{width:72px;height:76px;color:var(--green);background:#eaf0e1;border:1px solid #dbe5cf;border-radius:23px 23px 23px 7px;flex-shrink:0;place-items:center;font:750 27px Manrope,sans-serif;display:grid}.profile-identity>div:last-child{min-width:0}.profile-identity h2{overflow-wrap:anywhere;font-size:21px;line-height:1.5}.profile-identity p{color:#8b9683;overflow-wrap:anywhere;margin-top:4px;font-size:12px}.profile-verified{color:#7a9461;align-items:center;gap:5px;margin-top:11px;font-size:10px;display:inline-flex}.profile-section-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:25px 0 21px;display:flex}.profile-section-heading h3{letter-spacing:-.3px;font-size:14px}.profile-edit-button{color:#617f4e;background:#f0f5e8;border:0;border-radius:8px;align-items:center;gap:6px;min-height:44px;padding:11px 13px;font-size:11px;font-weight:600;display:inline-flex}.profile-edit-button:hover{background:#e4edd8}.profile-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;display:grid}.profile-values{margin:0}.profile-values dt{color:#8f9b83;margin-bottom:9px;font-size:11px}.profile-values dd{color:#506545;overflow-wrap:anywhere;background:#f8faf4;border:1px solid #eaf0e1;border-radius:9px;margin:0;padding:14px;font-size:13px;line-height:1.6}.profile-form fieldset{border:0;min-width:0;margin:0;padding:0}.profile-fields label{color:#7b8d6b;font-size:11px;font-weight:500}.field-optional{color:#929d8b;font-size:10px;font-weight:400}.profile-fields input{width:100%;color:var(--ink);background:#fafbf8;border:1px solid #dfe7d7;border-radius:9px;margin-top:9px;padding:13px 14px;font-size:16px;line-height:1.5;display:block}.profile-fields input:disabled{opacity:.65}.profile-form-hint{color:#8c9b7f;margin-top:15px;font-size:11px;line-height:1.8}.profile-actions{justify-content:flex-end;gap:9px;margin-top:24px;display:flex}.profile-error{color:#a34c3e;background:#fcf2ee;border-radius:8px;margin-top:16px;padding:12px;font-size:12px;line-height:1.7}.profile-success{color:#537c3c;background:#edf5e4;border-radius:8px;align-items:center;gap:8px;margin-top:20px;padding:13px;font-size:12px;display:flex}.profile-footnote{color:#94a188;border-top:1px solid var(--line);align-items:flex-start;gap:8px;margin-top:27px;padding-top:23px;font-size:10px;line-height:1.9;display:flex}.profile-balance{background:var(--green);color:#eef5e5;border-radius:18px;min-width:0;padding:29px;position:relative;overflow:hidden}.profile-balance:before{content:"";pointer-events:none;border:1px solid #ffffff0c;border-radius:50%;width:150px;height:150px;position:absolute;top:-35px;right:-65px}.profile-wallet{color:#d4edaa;background:#ffffff12;border:1px solid #ffffff10;border-radius:14px;place-items:center;width:48px;height:48px;margin-bottom:25px;display:grid}.profile-balance .eyebrow{color:#a9c49a;letter-spacing:1.25px;font-size:9px}.profile-balance h2{color:#dfeacf;margin-top:8px;font-size:15px;line-height:1.7}.profile-balance-amount{letter-spacing:-1px;overflow-wrap:anywhere;flex-wrap:wrap;align-items:baseline;gap:8px;margin-top:31px;font:750 34px Manrope,sans-serif;display:flex}.profile-balance-amount>span{letter-spacing:0;color:#b3c6a4;font-size:13px;font-weight:500}.profile-balance>p{color:#a3bd95;margin-top:9px;font-size:10px}.profile-balance-link{color:#d6eaa9;border-top:1px solid #ffffff17;justify-content:space-between;align-items:center;gap:10px;min-height:44px;margin-top:31px;padding-top:24px;font-size:12px;display:flex}.profile-balance-link:hover{color:#fff}.state-card{border:1px solid var(--line);text-align:center;color:#8c9d7d;background:#fff;border-radius:16px;padding:45px 24px}.state-card>svg{margin-bottom:19px}.state-card h2,.state-card h1{color:#4a6540;font-size:20px}.state-card p{max-width:370px;margin:12px auto 22px;font-size:13px;line-height:1.8}.loading-state{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.skeleton-card{border:1px solid var(--line);background:#fff;border-radius:15px;min-height:225px;padding:24px}.skeleton-card i{background:#eef2e8;border-radius:7px;width:80%;height:12px;margin-top:18px;animation:1.5s ease-in-out infinite pulse;display:block}.skeleton-card i:first-child{width:45px;height:45px;margin-top:0}.skeleton-card i:last-child{width:60%}.placeholder-page{text-align:center;max-width:460px;margin:70px auto}.placeholder-page>.eyebrow{justify-content:center}.placeholder-icon{color:#7e965e;background:#e8efdc;border-radius:25px;place-items:center;width:86px;height:86px;margin:35px auto 26px;display:grid;transform:rotate(-5deg)}.placeholder-page h1{color:#385734;font-size:35px}.placeholder-page p{color:#8e9b81;max-width:320px;margin:20px auto 28px;font-size:13px;line-height:1.9}.page-enter{animation:.3s ease-out page-in}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.4}}@keyframes page-in{0%{opacity:.5;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (width>=1500px){.topbar,.page-footer{max-width:1184px;margin-left:auto;margin-right:auto}.hero{padding:24px 50px}.hero-art{margin-right:60px}.detail-layout{grid-template-columns:minmax(0,1fr) 340px;gap:50px}.detail-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1180px){.sidebar{width:210px;padding:35px 20px 24px}.workspace{margin-left:210px}.topbar{margin:0 30px}main{padding:28px 30px}.page-footer{margin:10px 30px 0}.hero{padding:22px 30px}.hero-art{transform-origin:100%;width:215px;margin-left:0;transform:scale(.85)}.category-grid{gap:12px}.category-card{padding:19px}.category-card h3{font-size:17px}.detail-layout{grid-template-columns:minmax(0,1fr) 265px;gap:22px}.start-panel{padding:22px}.detail-heading h1{font-size:27px}}@media (width<=950px){.profile-layout{grid-template-columns:minmax(0,1fr)}.profile-balance{max-width:none}.profile-fields{grid-template-columns:minmax(0,1fr)}.sidebar{width:186px;padding:32px 16px 22px}.brand{gap:3px;font-size:26px}.brand small{font-size:9px}.brand-mark{width:36px;height:39px;font-size:24px}.workspace{margin-left:186px}.sidebar-note{padding:18px 15px}.sidebar-footer{gap:5px;font-size:8px}.topbar{height:76px;margin:0 24px}main{padding:24px}.page-footer{margin:10px 24px 0}.hero{min-height:230px;padding:20px 27px}.hero h1{font-size:29px}.hero-art{opacity:.35;pointer-events:none;position:absolute;right:-75px}.hero-copy{max-width:410px}.section-heading h2{font-size:18px}.category-card{padding:16px}.category-card h3{font-size:15px}.category-card p{font-size:11px}.category-icon{width:46px;height:46px}.category-top{margin-bottom:18px}.subject-card{gap:12px;padding:18px}.subject-icon{border-radius:12px;width:44px;height:44px}.subject-card h2{font-size:14px}.detail-layout{grid-template-columns:minmax(0,1fr)}.start-panel{position:static}.start-panel>.icon-box{display:none}.start-summary{flex-flow:wrap}}@media (width<=700px){.profile-card{border-radius:16px;padding:23px}.profile-layout{gap:18px}.profile-identity{gap:14px}.profile-avatar{border-radius:18px 18px 18px 6px;width:58px;height:63px;font-size:23px}.profile-identity h2{font-size:19px}.profile-verified{font-size:9px}.profile-section-heading h3{font-size:13px}.profile-actions .button{flex:1}.profile-balance{padding:25px}.profile-balance-amount{font-size:36px}:root{--mobile-nav-height:68px}.sidebar,.desktop-welcome{display:none}.workspace{padding:calc(var(--safe-top) + var(--tg-content-safe-area-inset-top,0px)) max(env(safe-area-inset-right,0px), var(--tg-content-safe-area-inset-right,0px)) calc(var(--mobile-nav-height) + var(--safe-bottom) + var(--tg-content-safe-area-inset-bottom,0px)) max(env(safe-area-inset-left,0px), var(--tg-content-safe-area-inset-left,0px));margin-left:0}.topbar{height:74px;margin:0 22px}.mobile-brand{letter-spacing:-1px;align-items:center;gap:3px;font-family:Manrope,sans-serif;font-size:23px;display:flex}.mobile-brand .brand-mark{border-radius:10px 10px 10px 3px;width:33px;height:35px;font-size:23px}.language-tag{font-size:10px}.language-code{font-size:8px}main{min-height:calc(100dvh - 220px);padding:22px}.page-footer{margin:8px 22px 0;padding:18px 0;font-size:9px}.bottom-nav{padding:7px 18px calc(7px + var(--safe-bottom) + var(--tg-content-safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:30;background:#fffffff5;border-top:1px solid #e6ebe0;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav a{color:#9aa58f;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:5px;min-height:54px;font-size:10px;display:flex;position:relative}.bottom-nav a.active{color:#356840;font-weight:700}.bottom-nav a.active:before{content:"";background:#497945;border-radius:0 0 3px 3px;width:26px;height:3px;position:absolute;top:-8px}.hero{border-radius:17px;min-height:220px;padding:18px 25px}.hero h1{font-size:30px;line-height:1.3}.hero p{font-size:11px}.hero-art{opacity:.35;right:-57px;transform:scale(.77)}.hero .eyebrow{font-size:8px}.hero-link{font-size:10px}.section-block{margin-top:28px}.section-heading{gap:12px;margin-bottom:17px}.section-heading h2{max-width:260px;font-size:19px;line-height:1.5}.eyebrow{letter-spacing:1.4px;font-size:9px}.category-grid{grid-template-columns:1fr;gap:12px}.category-card{grid-template-columns:58px minmax(0,1fr) 32px;align-items:center;column-gap:15px;padding:20px;display:grid}.category-top{grid-row:1/4;margin:0}.category-icon{border-radius:15px;width:56px;height:56px}.category-number{display:none}.category-card h3{grid-column:2;font-size:18px}.category-card p{grid-column:2;max-width:none;margin:5px 0 0;font-size:10px;line-height:1.8}.category-bottom{display:contents}.category-bottom>span:first-child{color:#99a58d;grid-column:2;margin-top:8px;font-size:9px}.category-bottom .round-arrow{grid-area:1/3/4}.code-search{gap:19px;margin-top:24px;padding:20px}.code-search-heading,.code-form{flex-basis:100%;min-width:0}.code-form input{padding:12px;font-size:16px}.code-form input::placeholder{font-size:12px}.code-form .button{padding:10px 14px}.quiet-note{align-items:flex-start;padding:0 8px;font-size:9px}.breadcrumbs{margin-bottom:25px;font-size:10px}.page-heading{margin-bottom:25px}.page-heading h1{margin-top:10px;font-size:27px}.page-heading p{font-size:11px}.page-heading .subtle-counter{display:none}.subject-grid{gap:12px}.subject-card{flex-direction:column;align-items:flex-start;gap:15px;padding:20px 17px;display:flex;position:relative}.subject-card h2{font-size:15px}.subject-card div>span{font-size:9px}.subject-arrow{width:16px;position:absolute;top:22px;right:14px}.subject-icon{width:47px;height:47px}.exam-grid{grid-template-columns:1fr;gap:14px}.exam-card{padding:23px}.exam-card-top{margin-bottom:20px}.exam-card h2{font-size:20px}.exam-category{font-size:11px}.exam-card-bottom strong{font-size:20px}.exam-card-bottom .round-arrow{width:36px;height:36px}.exam-meta{font-size:12px}.badge{font-size:11px}.detail-heading h1{font-size:30px}.detail-description p{font-size:13px}.detail-layout{gap:24px}.detail-stats{gap:21px}.detail-stats strong{font-size:13px}.start-panel{border-radius:16px;padding:26px}.detail-price{font-size:33px}.start-button{min-height:49px;font-size:13px}.start-note p{font-size:11px}.trust-line{font-size:10px}.loading-state{grid-template-columns:1fr;gap:12px}.skeleton-card{min-height:125px}.skeleton-card i{margin-top:12px}.skeleton-card i:first-child{height:30px}.placeholder-page{margin:40px auto}.placeholder-page h1{font-size:31px}}@media (width<=370px){main{padding:18px 16px}.topbar{margin:0 16px}.hero{padding:18px 22px}.hero h1{font-size:26px}.hero-art{right:-90px}.hero .desktop-break{display:none}.category-card{grid-template-columns:48px minmax(0,1fr) 27px;column-gap:11px;padding:17px}.category-icon{width:46px;height:48px}.category-card h3{font-size:16px}.round-arrow{width:27px;height:27px}.code-search{padding:16px}.code-search-heading{gap:10px}.code-search h2{font-size:13px}.code-search p{font-size:9px}.subject-card{padding:17px 14px}.subject-card h2{font-size:14px}.pagination{gap:12px}.pagination .button{padding:10px 12px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
