@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#17253f;background:#f4f6fb;font-synthesis:none}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}.shell{display:grid;grid-template-columns:245px 1fr;min-height:100vh}aside{position:sticky;top:0;height:100vh;background:#17253f;color:#fff;padding:34px 25px;display:flex;flex-direction:column}.brand{display:flex;gap:12px;align-items:center;font-family:Manrope;font-size:18px;line-height:1.05}.brand span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#6d5dfc;font-size:24px}nav{display:grid;gap:8px;margin-top:55px}nav a{padding:12px 15px;border-radius:10px;color:#aab5c8;font-weight:600}nav a:hover,nav .active{color:#fff;background:#233451}.aside-note{margin-top:auto;padding:16px;border:1px solid #33445f;border-radius:12px;display:grid;gap:6px}.aside-note small,.eyebrow{font-size:11px;letter-spacing:.15em;font-weight:800;color:#6d5dfc}.aside-note strong{font-size:13px}main{padding:42px 6vw 30px;max-width:1400px;width:100%}header{display:flex;align-items:center;justify-content:space-between;margin-bottom:35px}h1,h2,h3{font-family:Manrope;margin:0}header h1{font-size:34px}header p:not(.eyebrow){color:#6d778a;margin:8px 0}.avatar{display:grid;place-items:center;width:45px;height:45px;border-radius:50%;background:#e9e6ff;color:#5b48ed;font-weight:800}.hero{background:linear-gradient(120deg,#5b4cea,#786df8);border-radius:24px;padding:48px;color:#fff;display:flex;align-items:center;justify-content:space-between;box-shadow:0 16px 45px #5b4cea2e}.hero .pill{font-size:10px;letter-spacing:.14em;font-weight:800;background:#fff2;padding:7px 10px;border-radius:20px}.hero h2{font-size:44px;line-height:1.05;margin:18px 0 12px}.hero p{color:#e4e1ff}.button{display:inline-block;margin-top:14px;background:#fff;color:#5545e5;padding:13px 18px;border-radius:10px;font-weight:800}.progress-ring{--progress:0deg;width:156px;height:156px;border-radius:50%;background:conic-gradient(#fff var(--progress),#ffffff33 0);display:grid;place-items:center;margin:0 4vw}.progress-ring:before{content:"";position:absolute;width:124px;height:124px;border-radius:50%;background:#6a5cf1}.progress-ring div{position:relative;display:grid;text-align:center}.progress-ring strong{font-size:29px}.progress-ring span{font-size:12px;color:#e5e2ff}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:22px 0 54px}.stats article{background:#fff;padding:20px;border-radius:14px;display:flex;align-items:center;gap:14px;border:1px solid #e8ebf2}.stats article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#eeecff;color:#6655f1;font-size:20px}.stats div{display:grid}.stats strong{font-size:20px}.stats small{color:#7f899a}.section-head{display:flex;justify-content:space-between;margin:38px 0 18px}.section-head h2{font-size:26px}.trail{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.trail article{background:#fff;border:1px solid #e7eaf1;border-radius:14px;padding:18px;min-height:155px}.trail article>span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#eef0f5;font-weight:800}.trail article.done>span{background:#dff8f0;color:#09876b}.trail strong{display:block;margin-top:18px}.trail p,.lesson p{color:#788294;font-size:14px;line-height:1.5}.lesson-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.lesson{background:#fff;border-radius:14px;padding:22px;border:1px solid #e7eaf1}.lesson small{color:#6d5dfc;font-weight:800}.lesson h3{margin-top:13px}.lesson button{border:0;background:#17253f;color:#fff;border-radius:9px;padding:10px 12px;font-weight:700;cursor:pointer}.lesson button.completed{background:#e2f7f1;color:#087b63}.subjects{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.subjects article{background:#fff;border-top:4px solid;padding:20px;border-radius:8px;display:flex;justify-content:space-between}.subjects span{color:#778195;font-size:13px}footer{text-align:center;color:#9098a7;margin-top:55px;font-size:12px}.center{min-height:100vh;display:grid;place-items:center}.empty{max-width:500px;background:#fff;padding:35px;border-radius:18px;text-align:center}@media(max-width:900px){.shell{display:block}aside{position:static;height:auto;padding:20px;flex-direction:row;align-items:center}nav{display:none}.aside-note{margin:0 0 0 auto}.hero{padding:32px}.progress-ring{display:none}.stats,.trail,.lesson-grid,.subjects{grid-template-columns:1fr 1fr}}@media(max-width:600px){main{padding:26px 18px}.aside-note{display:none}.hero h2{font-size:35px}.stats,.trail,.lesson-grid,.subjects{grid-template-columns:1fr}.hero{border-radius:18px}header h1{font-size:28px}}button,input,textarea,select{font:inherit}.primary{border:0;border-radius:10px;background:#6252ed;color:#fff;padding:13px 18px;font-weight:800;cursor:pointer}.primary:disabled{opacity:.55}.primary.compact{width:auto}.text-button{border:0;background:transparent;color:#5d4dea;font-weight:700;cursor:pointer}.aside-action{border:0;background:transparent;color:#aab5c8;text-align:left;padding:10px 15px;cursor:pointer}.shell aside>.aside-action{margin-top:10px}.shell nav button,.admin-shell nav button{border:0;background:transparent;text-align:left;padding:12px 15px;border-radius:10px;color:#aab5c8;font-weight:600;cursor:pointer}.shell nav button:hover,.admin-shell nav button:hover,.admin-shell nav button.active{color:#fff;background:#233451}.auth-page{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;padding:0;max-width:none}.auth-intro{background:linear-gradient(145deg,#16243f,#263455);color:#fff;padding:55px 8vw 45px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.auth-intro:after{content:"↗";position:absolute;right:-40px;bottom:-130px;color:#ffffff09;font-size:430px;font-weight:800}.auth-intro h1{font-size:52px;line-height:1.05;margin:15px 0 20px}.auth-intro p:not(.eyebrow){color:#b9c3d4;max-width:520px;font-size:18px;line-height:1.6}.auth-intro small{color:#7f8da5}.auth-panel{display:grid;place-items:center;padding:40px;background:#f7f8fc}.auth-card{width:min(430px,100%);background:#fff;border:1px solid #e8ebf2;border-radius:20px;padding:38px;box-shadow:0 20px 60px #22304a12}.auth-card h2{font-size:30px;margin:7px 0}.auth-card>p:not(.eyebrow){color:#7b8595}.auth-card form,.modal form{display:grid;gap:16px;margin-top:25px}.auth-card label,.modal label{display:grid;gap:7px;color:#455168;font-size:13px;font-weight:700}.auth-card input,.modal input,.modal textarea,.modal select{width:100%;border:1px solid #dfe3eb;border-radius:9px;padding:12px;background:#fff;color:#17253f;outline:none}.auth-card input:focus,.modal input:focus,.modal textarea:focus,.modal select:focus{border-color:#6d5dfc;box-shadow:0 0 0 3px #6d5dfc18}.auth-card .text-button{display:block;margin:16px auto}.divider{display:flex;align-items:center;gap:10px;color:#a0a8b5;font-size:12px}.divider:before,.divider:after{content:"";height:1px;background:#e6e8ed;flex:1}.switch{text-align:center!important;font-size:14px!important}.switch button{border:0;background:transparent;color:#5d4dea;font-weight:800;cursor:pointer}.form-error,.form-success{padding:11px;border-radius:8px;font-size:13px}.form-error{background:#fff0f0;color:#a62e38}.form-success{background:#eaf9f4;color:#08775f}.demo-access{margin-top:20px;padding:13px;background:#f4f2ff;border-radius:9px;display:grid;gap:4px;font-size:11px;color:#574a9d}.demo-access code{font-family:inherit}.admin-shell{display:grid;grid-template-columns:245px 1fr;min-height:100vh}.admin-shell aside{position:sticky;top:0;height:100vh}.admin-label{font-size:10px;letter-spacing:.14em;color:#6d7c96;margin-top:50px}.admin-shell nav{display:grid;margin-top:10px}.admin-shell main{max-width:1300px}.admin-list{background:#fff;border:1px solid #e4e8ef;border-radius:15px;overflow:hidden}.list-header,.admin-list article{display:grid;grid-template-columns:2fr 1.2fr .8fr 80px;gap:18px;align-items:center;padding:15px 20px}.list-header{background:#f8f9fc;color:#8992a1;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.admin-list article{border-top:1px solid #edf0f4}.admin-list article>span{color:#748093;font-size:13px}.admin-list article>button{border:0;background:transparent;color:#a84953;cursor:pointer}.status{justify-self:start;padding:5px 8px;border-radius:20px;font-size:11px!important;font-weight:800}.status.published{background:#e4f8f1;color:#08765e}.status.draft{background:#fff4dd;color:#946112}.status.archived{background:#edf0f4;color:#687384}.no-items{padding:50px;text-align:center;color:#8a94a4}.standalone{margin-bottom:15px}.modal-backdrop{position:fixed;inset:0;background:#101a2db8;display:grid;place-items:center;padding:20px;z-index:10}.modal{position:relative;background:#fff;border-radius:18px;padding:30px;width:min(500px,100%);box-shadow:0 25px 80px #0004}.modal h2{font-size:26px}.modal-close{position:absolute;right:18px;top:14px;border:0;background:transparent;font-size:27px;color:#7c8799;cursor:pointer}@media(max-width:800px){.auth-page{grid-template-columns:1fr}.auth-intro{padding:30px;min-height:300px}.auth-intro h1{font-size:38px}.auth-intro small{display:none}.admin-shell{display:block}.admin-shell aside{position:static;height:auto;flex-direction:row;align-items:center}.admin-shell .admin-label,.admin-shell nav{display:none}.list-header{display:none}.admin-list article{grid-template-columns:1fr}.admin-list article>button{text-align:left;padding:0}.auth-card{padding:28px}}.password-field{position:relative}.auth-card .password-field input{padding-right:74px}.password-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#6252ed;font-size:12px;font-weight:800;padding:7px;cursor:pointer;border-radius:7px}.password-toggle:hover,.password-toggle:focus-visible{background:#f1efff;outline:none}.social-auth{display:grid;gap:10px;margin:24px 0 17px}.social-button{width:100%;min-height:46px;border:1px solid #dfe3eb;border-radius:10px;background:#fff;color:#17253f;display:flex;align-items:center;justify-content:center;gap:11px;font-weight:750;cursor:pointer;transition:border-color .18s,box-shadow .18s,transform .18s}.social-button:hover:not(:disabled){border-color:#b8b0ff;box-shadow:0 5px 18px #392ac312;transform:translateY(-1px)}.social-button:focus-visible{outline:3px solid #6d5dfc25;border-color:#6d5dfc}.social-button:disabled{opacity:.58;cursor:wait}.social-button svg{width:19px;height:19px;flex:0 0 auto}.auth-card>.divider{margin-bottom:5px}.signup-card{width:min(480px,100%)}.confirmation-card{text-align:center}.confirmation-icon{width:64px;height:64px;margin:0 auto 20px;border-radius:50%;display:grid;place-items:center;background:#e7faf4;color:#0c9b78;font-size:30px;font-weight:900;box-shadow:0 0 0 9px #f3fcf9}.confirmation-card h2{font-size:32px;margin-bottom:10px}.confirmation-card>p:not(.eyebrow){margin-bottom:8px}.confirmation-email{display:block;overflow-wrap:anywhere;color:#17253f;font-size:15px}.confirmation-steps{margin:24px 0;padding:20px 20px 20px 42px;text-align:left;background:#f7f6ff;border:1px solid #e4e0ff;border-radius:13px;color:#46516a;line-height:1.55}.confirmation-steps li+li{margin-top:10px}.confirmation-help{display:grid;gap:5px;padding:14px;margin-bottom:18px;text-align:left;background:#fff8e8;border:1px solid #f6dfaa;border-radius:11px;color:#75571a;font-size:13px;line-height:1.45}.confirmation-card .primary{width:100%}.confirmation-card>small{display:block;margin-top:14px;color:#8b94a4}.confirmation-lead{line-height:1.55}.confirmation-address{display:grid;gap:5px;margin-top:18px;padding:15px;background:#eefaf6;border:1px solid #ccefe3;border-radius:12px;text-align:left}.confirmation-address>span{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#17846a;font-weight:800}.confirmation-address .confirmation-email{font-size:16px}.confirmation-address>small{color:#657086;line-height:1.4}@media(max-width:800px){.confirmation-card h2{font-size:28px}.confirmation-steps{padding-left:36px}}.modal.wide{width:min(720px,100%);max-height:92vh;overflow:auto}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.form-row:has(label:nth-child(3)){grid-template-columns:repeat(3,1fr)}.alternatives{display:grid;grid-template-columns:1fr 1fr;gap:12px}.modal fieldset{border:1px solid #dfe3eb;border-radius:10px;padding:15px;display:grid;gap:9px;max-height:230px;overflow:auto}.modal legend{font-size:13px;font-weight:800;color:#455168;padding:0 6px}.check-option{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:9px!important;padding:8px;border-radius:7px;background:#f7f8fb}.check-option input{width:auto!important;margin-top:2px}.check-option span{font-weight:500;line-height:1.35}@media(max-width:650px){.form-row,.form-row:has(label:nth-child(3)),.alternatives{grid-template-columns:1fr}}.quality-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.quality-summary button{background:#fff;border:1px solid #e2e7ef;border-radius:14px;padding:16px;text-align:left;color:#17253f;cursor:pointer;display:grid;gap:4px}.quality-summary button:hover,.quality-summary button.active{border-color:#6554f2;box-shadow:0 0 0 3px #6554f215}.quality-summary small{font-size:10px;font-weight:900;letter-spacing:.12em;color:#818b9b}.quality-summary strong{font-size:27px}.quality-summary span{font-size:12px;color:#7b8698}.quality-summary .ready strong{color:#079b78}.quality-summary .review strong{color:#b57608}.quality-summary .critical strong{color:#c73c4b}.quality-toolbar{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:14px}.quality-toolbar label{display:grid;gap:6px;font-size:12px;font-weight:800;color:#526078;flex:1;max-width:520px}.quality-toolbar input{border:1px solid #dbe1ea;border-radius:10px;padding:11px 13px;background:#fff}.quality-toolbar>span{font-size:12px;color:#7d8796}.admin-item-title{min-width:0}.admin-item-title>strong{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.admin-item-title ul{margin:8px 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:5px}.admin-item-title li{font-size:10px;color:#9c3b46;background:#fff0f1;border-radius:20px;padding:4px 7px}.quality-badge{justify-self:start;border-radius:20px;padding:5px 9px;font-size:11px!important;font-weight:900}.quality-badge.ready{background:#e5f8f2;color:#06785e}.quality-badge.review{background:#fff4dc;color:#98630a}.quality-badge.critical{background:#ffebed;color:#b72e3d}.question-quality-list article{align-items:start}@media(max-width:900px){.quality-summary{grid-template-columns:1fr 1fr}.quality-toolbar{align-items:stretch;flex-direction:column}.quality-toolbar label{max-width:none}}@media(max-width:520px){.quality-summary{grid-template-columns:1fr}}.admin-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:24px 0}.admin-metrics article{background:#fff;border:1px solid #e1e5ef;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:5px}.admin-metrics small{font-size:11px;color:#777f98;font-weight:800;letter-spacing:.08em}.admin-metrics strong{font-size:28px;color:#10264b}.admin-metrics span{font-size:13px;color:#777f98}.users-panel{background:#fff;border:1px solid #e1e5ef;border-radius:18px;overflow:hidden}.users-toolbar{padding:20px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #e8eaf1}.users-toolbar h2,.users-toolbar p{margin:0}.users-toolbar p{color:#75809a;margin-top:4px}.users-toolbar input{max-width:330px}.users-row{display:grid;grid-template-columns:1.2fr 1.2fr 1fr 1fr;gap:20px;padding:18px 20px;border-bottom:1px solid #edf0f5;align-items:start}.users-row>div{display:flex;flex-direction:column;gap:5px;min-width:0}.users-row small{color:#727d96;overflow-wrap:anywhere}.users-row em{font-style:normal;font-size:11px;color:#6049ee;background:#f0edff;border-radius:12px;padding:3px 8px;width:max-content}.users-head{background:#f8f9fc;color:#7d8498;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.signup-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:1000px){.admin-metrics{grid-template-columns:repeat(2,1fr)}.users-row{grid-template-columns:1fr 1fr}.users-head{display:none}}.cep-fields{display:contents}.cep-status,.cep-result,.cep-error{grid-column:1/-1;border-radius:10px;padding:10px 12px;font-size:13px}.cep-status{background:#f3f1ff;color:#6049ee}.cep-result{background:#eaf9f4;color:#087a5b}.cep-error{background:#fff0f1;color:#bf3545}@media(max-width:700px){.admin-metrics{grid-template-columns:1fr 1fr}.users-toolbar{align-items:stretch;flex-direction:column}.users-toolbar input{max-width:none}.users-row,.signup-grid{grid-template-columns:1fr}}.users-actions{display:flex;gap:9px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.users-actions input{width:290px;max-width:none}.users-actions select{width:210px}.users-actions input,.users-actions select{border:1px solid #dfe3eb;border-radius:9px;padding:11px;background:#fff;color:#17253f}.admin-load-error{display:grid;gap:7px;justify-items:start}.admin-load-error strong{font-size:16px}.no-users{padding:30px;text-align:center;color:#75809a}@media(max-width:700px){.users-actions{display:grid;justify-content:stretch}.users-actions input,.users-actions select{width:100%;max-width:none}}.practice-page{min-height:100vh;background:#f5f7fb}.practice-top{height:70px;margin:0;padding:0 max(24px,5vw);background:#17253f;color:#fff;display:flex;align-items:center;justify-content:space-between}.practice-top button{border:0;background:transparent;color:#c6cfdd;cursor:pointer}.practice-brand{display:flex;align-items:center;gap:8px;font-family:Manrope}.practice-brand:first-letter{color:#7b6df5}.practice-top>div{font-size:13px;color:#aab5c8}.practice-top>div strong{color:#fff}.question-container{max-width:1160px;margin:auto;padding:34px 24px 60px}.question-path{min-height:42px;display:flex;align-items:center;gap:0;background:#e9edf3;color:#536077;font-size:13px;overflow:auto;white-space:nowrap}.question-path>span{align-self:stretch;display:grid;place-items:center;min-width:46px;background:#fff;border:1px solid #e1e5ec;color:#8993a3}.question-path>strong{align-self:stretch;display:grid;place-items:center;padding:0 14px;background:#6d5dfc;color:#fff}.question-path>b{padding-left:16px;color:#26344c}.question-path i{padding:0 12px;color:#9ba4b2}.question-path em{font-style:normal}.question-path em+em:before{content:" · ";color:#9aa4b2}.question-meta{display:flex;flex-wrap:wrap;gap:24px;padding:13px 14px;border-bottom:1px solid #dfe3e9;font-size:12px;color:#6e7888}.question-meta b{color:#6152e9}.question-card{background:#fff;padding:28px 20px 20px;border-bottom:1px solid #dfe3e9}.statement{font-size:16px;line-height:1.65;margin:0 0 24px;color:#1f2d45}.choice-list{display:grid;gap:7px}.choice{display:grid;grid-template-columns:28px 1fr;gap:12px;align-items:center;padding:12px 14px;border:1px solid transparent;border-radius:10px;cursor:pointer;transition:.15s}.choice:hover{background:#f7f6ff}.choice input{display:none}.choice>span{width:28px;height:28px;border:1.5px solid #7768ed;color:#6252eb;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:12px}.choice p{margin:0;line-height:1.45;color:#334158}.choice.selected{background:#f0eeff;border-color:#b9b1ff}.choice.selected>span{background:#6d5dfc;color:#fff}.choice.right{background:#eaf8f3;border-color:#83d9bf}.choice.right>span{background:#13a47f;border-color:#13a47f;color:#fff}.choice.wrong{background:#fff0f1;border-color:#efabb1}.choice.wrong>span{background:#d95965;border-color:#d95965;color:#fff}.answer-row{display:flex;align-items:center;gap:16px;margin-top:24px}.answer-button{border:0;background:#6d5dfc;color:#fff;border-radius:8px;padding:12px 20px;font-weight:800;cursor:pointer}.answer-button:disabled{opacity:.45}.answer-feedback{flex:1;padding:11px 14px;border-left:3px solid;display:flex;gap:12px;flex-wrap:wrap;font-size:13px;border-radius:4px}.answer-feedback.success{background:#eaf8f3;border-color:#13a47f;color:#08775e}.answer-feedback.failure{background:#fff0f1;border-color:#d95965;color:#9e3540}.question-tools{display:flex;gap:5px;justify-content:space-between;background:#fff;padding:18px 12px;border-bottom:1px solid #dfe3e9;overflow:auto}.question-tools button{border:0;background:transparent;color:#536078;padding:8px 10px;white-space:nowrap;cursor:pointer}.question-tools button:hover,.question-tools button.active{color:#5f50e6;background:#f0eeff;border-radius:7px}.comment-box{margin-top:18px;background:#fff;border:1px solid #e1e5eb;border-radius:12px;padding:24px}.comment-box h3{margin:5px 0 10px}.comment-box>p:last-child{line-height:1.65;color:#536078}.question-nav{display:flex;justify-content:space-between;margin-top:22px}.question-nav button{border:1px solid #d9dee7;background:#fff;color:#39475e;border-radius:8px;padding:11px 15px;cursor:pointer}.question-nav button:last-child{background:#17253f;color:#fff;border-color:#17253f}@media(max-width:700px){.practice-top{padding:0 16px}.practice-brand strong{display:none}.question-container{padding:18px 10px 40px}.question-card{padding:22px 12px}.question-meta{gap:9px 18px}.choice{grid-template-columns:28px 1fr;padding:11px 5px}.answer-row{align-items:stretch;flex-direction:column}.answer-feedback{display:grid}.question-tools{justify-content:flex-start}.question-path em{display:none}}.choice-list.visual-choices{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.choice.choice-with-image{align-items:start;background:#fbfcfe;border-color:#e2e7ef}.choice.choice-with-image img{width:auto;max-width:100%;height:auto;object-fit:contain;object-position:center;display:block;margin:0 auto;border-radius:6px}.choice.choice-with-image>span{margin-top:8px}@media(max-width:700px){.choice-list.visual-choices{grid-template-columns:1fr}}.question-intro{white-space:pre-line;font-size:16px;line-height:1.65;margin:0 0 16px;color:#1f2d45}.question-intro+.question-image{margin-top:4px}.statement{white-space:pre-line}.question-table-wrap{overflow-x:auto;margin:4px 0 24px}.question-table{width:min(620px,100%);border-collapse:collapse;background:#fff;font-size:15px}.question-table th{background:#17253f;color:#fff;text-align:left}.question-table th,.question-table td{border:1px solid #d9dee7;padding:11px 14px}.question-table tbody tr:nth-child(2n){background:#f7f8fb}.comment-box>p:last-child{white-space:pre-line;line-height:1.72;max-width:900px}.question-figure{margin:8px 0 22px}.question-figure .question-image{margin-bottom:0}.question-figure figcaption{margin:8px auto 0;max-width:900px;color:#7a8494;font-size:12px;line-height:1.45;text-align:center}.practice-summary{display:grid;grid-template-columns:repeat(4,1fr) 2.3fr;gap:10px;margin-bottom:16px}.practice-summary article,.improvement{background:#fff;border:1px solid #e1e5ec;border-radius:11px;padding:15px;display:grid;gap:5px}.practice-summary span{font-size:11px;color:#7b8697;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.practice-summary article strong{font-size:25px}.correct-stat strong{color:#0d9675}.wrong-stat strong{color:#d14b58}.improvement{align-content:start}.improvement>b{display:flex;justify-content:space-between;gap:8px;color:#4d42c6;font-size:12px;background:#f1efff;border-radius:6px;padding:5px 7px}.improvement b small{color:#867fc5;font-weight:500}.improvement em{font-size:12px;color:#8b94a3;line-height:1.4}.question-filters{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:14px;align-items:end;background:#17253f;color:#fff;border-radius:12px;padding:17px 20px;margin-bottom:18px}.question-filters>div{display:grid;gap:3px}.question-filters>div span{color:#9eabc0;text-transform:none;letter-spacing:0;font-weight:400}.question-filters label{display:grid;gap:5px;font-size:11px;color:#b8c2d2}.question-filters select{border:1px solid #3a4962;background:#22334f;color:#fff;border-radius:7px;padding:9px 10px;outline:none}.no-filter-results{background:#fff;border:1px solid #e1e5ec;text-align:center;padding:60px 20px;border-radius:12px}.no-filter-results p{color:#778294}.no-filter-results button{border:0;background:#6d5dfc;color:#fff;padding:10px 15px;border-radius:8px;cursor:pointer}@media(max-width:900px){.practice-summary{grid-template-columns:repeat(4,1fr)}.improvement{grid-column:1/-1}.question-filters{grid-template-columns:1fr 1fr}.question-filters>div{grid-column:1/-1}}@media(max-width:700px){.practice-summary{grid-template-columns:1fr 1fr}.question-filters{grid-template-columns:1fr}.question-filters>div{grid-column:auto}}.question-filters.extended{grid-template-columns:1.4fr repeat(4,minmax(120px,1fr))}.question-meta button{margin-left:auto;border:0;background:transparent;color:#6d5dfc;font-weight:700;cursor:pointer}.question-meta button.is-favorite{color:#e29a16}.question-nav>span{align-self:center;color:#7e899a;font-size:12px}@media(max-width:1050px){.question-filters.extended{grid-template-columns:1fr 1fr}.question-filters.extended>div{grid-column:1/-1}}@media(max-width:650px){.question-filters.extended{grid-template-columns:1fr}.question-filters.extended>div{grid-column:auto}.question-nav>span{display:none}}.simulation-setup{min-height:100vh;max-width:none;padding:50px 20px;display:grid;place-items:center;background:linear-gradient(145deg,#f5f7fb,#eeecff)}.simulation-setup>section{width:min(680px,100%);background:#fff;border:1px solid #e2e6ed;border-radius:22px;padding:38px;box-shadow:0 25px 70px #26325018}.back-link{border:0;background:transparent;color:#6d5dfc;padding:0;margin-bottom:32px;cursor:pointer}.simulation-setup h1{font-size:38px;margin:8px 0}.simulation-setup>section>p:not(.eyebrow){color:#6e798b;line-height:1.6}.setup-options{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:25px 0}.setup-options label{display:grid;gap:7px;font-size:12px;font-weight:700}.setup-options select{padding:12px;border:1px solid #dfe3ea;border-radius:9px;background:#fff}.simulation-rules{background:#f5f6fa;border-radius:11px;padding:17px;display:grid;gap:7px;color:#667186;font-size:13px}.simulation-rules strong{color:#26344b}.start-simulation{width:100%;margin-top:20px}.simulation-page{min-height:100vh;background:#f4f6fa}.simulation-page>header{height:74px;background:#17253f;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,5vw)}.simulation-page>header button{border:0;background:transparent;color:#c4cddd;cursor:pointer}.simulation-page>header>div{display:grid;text-align:center}.simulation-page>header>div strong{font-size:21px}.simulation-page>header>div span{color:#9ba8bc;font-size:11px}.simulation-page>header .finish-button{background:#6d5dfc;color:#fff;border-radius:8px;padding:10px 15px;font-weight:800}.simulation-page>main{max-width:1200px;margin:auto;padding:35px 24px;display:grid;grid-template-columns:1fr 280px;gap:20px}.simulation-question,.answer-sheet{background:#fff;border:1px solid #e1e5ec;border-radius:14px;padding:25px}.simulation-meta{display:flex;justify-content:space-between;color:#7566ec;font-size:11px;font-weight:800;letter-spacing:.08em}.simulation-question h2{font-family:DM Sans;font-size:18px;line-height:1.55;margin:22px 0}.simulation-choices{display:grid;gap:9px}.simulation-choices label{display:grid;grid-template-columns:30px 1fr;align-items:center;gap:12px;border:1px solid #e3e6ec;border-radius:9px;padding:12px;cursor:pointer}.simulation-choices input{display:none}.simulation-choices label>span{width:28px;height:28px;border:1px solid #6d5dfc;color:#6d5dfc;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:12px}.simulation-choices label p{margin:0}.simulation-choices label.selected{background:#f0eeff;border-color:#a99fff}.simulation-choices label.selected>span{background:#6d5dfc;color:#fff}.simulation-navigation{display:flex;justify-content:space-between;margin-top:25px}.simulation-navigation button{border:1px solid #dce1e9;background:#fff;border-radius:8px;padding:10px 14px;cursor:pointer}.answer-sheet{align-self:start;position:sticky;top:20px}.answer-sheet h3{font-size:15px;margin:8px 0 18px}.answer-sheet>div{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.answer-sheet>div button{aspect-ratio:1;border:1px solid #dce1e9;background:#fff;border-radius:6px;cursor:pointer}.answer-sheet>div button.answered{background:#e4f6f0;border-color:#8fd5c1;color:#08765e}.answer-sheet>div button.current{outline:2px solid #6d5dfc}.answer-sheet progress{width:100%;margin-top:22px;accent-color:#6d5dfc}.answer-sheet small{display:block;color:#8791a1;margin-top:5px}.simulation-result{max-width:1000px;margin:auto;padding:45px 20px}.result-hero{text-align:center;background:#17253f;color:#fff;border-radius:22px;padding:36px}.result-hero h1{font-size:64px;margin:8px}.result-hero>strong{color:#bcb4ff}.result-hero>p:not(.eyebrow){color:#aab5c7}.result-hero>div{display:flex;justify-content:center;gap:10px;margin-top:20px}.result-hero>div button{border:1px solid #59667b;background:transparent;color:#fff;border-radius:8px;padding:11px 15px}.result-review{margin-top:22px}.result-review h2{margin-bottom:15px}.result-review article{display:grid;grid-template-columns:38px 1fr;gap:14px;background:#fff;border:1px solid #e1e5ec;border-left:4px solid;border-radius:10px;padding:17px;margin-bottom:10px}.result-review article.passed{border-left-color:#13a47f}.result-review article.failed{border-left-color:#d95965}.result-review article>span{width:32px;height:32px;border-radius:50%;background:#eef0f5;display:grid;place-items:center;font-weight:800}.result-review article p{color:#647086;line-height:1.45}.result-review article small{font-weight:800}.result-review .passed small{color:#08775f}.result-review .failed small{color:#b23e49}.result-review article em{display:block;margin-top:8px;color:#697487;font-size:13px}@media(max-width:800px){.simulation-page>main{grid-template-columns:1fr}.answer-sheet{position:static;grid-row:1}.setup-options{grid-template-columns:1fr}.simulation-setup>section{padding:26px}.simulation-page>header{padding:0 14px}}.summary-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:12px}.summary-heading h2{font-size:21px}.summary-heading .eyebrow{margin:0 0 3px}.summary-heading label{display:grid;gap:5px;color:#778294;font-size:11px;font-weight:700}.summary-heading select{min-width:170px;border:1px solid #dce1e9;background:#fff;color:#28364d;border-radius:8px;padding:9px 11px;outline:none}.summary-heading select:focus{border-color:#6d5dfc;box-shadow:0 0 0 3px #6d5dfc18}@media(max-width:600px){.summary-heading{align-items:stretch;gap:12px;flex-direction:column}.summary-heading select{width:100%}}.study-detail{min-height:100vh;background:#f4f6fb}.study-detail-top{height:70px;margin:0;padding:0 max(24px,5vw);background:#17253f;color:#fff;display:flex;align-items:center;justify-content:space-between}.study-detail-top button{border:0;background:transparent;color:#c6cfdd;cursor:pointer}.study-detail-top span{font-size:12px;color:#aab5c8}.study-detail main{max-width:1120px;margin:auto;padding:42px 24px 70px}.study-intro,.stage-hero{background:#fff;border:1px solid #e5e8ef;border-radius:22px;padding:42px;position:relative;overflow:hidden}.study-intro:before{content:"";position:absolute;left:0;top:0;bottom:0;width:7px;background:var(--subject-color)}.study-intro h1,.stage-hero h1{font-size:42px;margin:8px 0}.study-intro>p:not(.eyebrow),.stage-hero>p:not(.eyebrow){color:#677287;max-width:680px;font-size:17px;line-height:1.6}.study-actions{display:flex;gap:10px;margin-top:24px}.study-actions button,.study-empty button{border:1px solid #d9deea;background:#fff;color:#263650;border-radius:9px;padding:12px 16px;font-weight:800;cursor:pointer}.study-actions .primary,.study-empty .primary{background:#6d5dfc;color:#fff;border-color:#6d5dfc}.module-list{display:grid;gap:10px}.module-list article{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:16px;background:#fff;border:1px solid #e4e8ef;border-radius:12px;padding:16px}.module-list article>span{width:34px;height:34px;border-radius:50%;background:#eeecff;color:#5f50e8;display:grid;place-items:center;font-weight:800}.module-list p{margin:4px 0 0;color:#7a8495;font-size:13px}.module-list b{font-size:11px;color:#087b63;background:#e4f7f1;border-radius:20px;padding:7px 9px;white-space:nowrap}.study-lessons{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.study-lesson{background:#fff;border:1px solid #e4e8ef;border-radius:14px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;min-height:190px}.study-lesson small{color:#6252e9;font-weight:800}.study-lesson h3{margin-top:10px}.study-lesson p{color:#727d90;line-height:1.5}.study-lesson button{align-self:flex-start;border:0;background:#17253f;color:#fff;border-radius:8px;padding:10px 12px;font-weight:700;cursor:pointer}.study-lesson button.completed{background:#e2f7f1;color:#087b63}.study-empty{background:#fff;border:1px dashed #cfd5df;border-radius:14px;padding:30px;text-align:center}.study-empty p{color:#758095}.stage-hero{background:linear-gradient(135deg,#17253f,#263a5d);color:#fff}.stage-hero>p:not(.eyebrow){color:#c3ccda}.stage-goals{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}.stage-goals article{background:#ffffff10;border:1px solid #ffffff1f;border-radius:12px;padding:16px;display:flex;align-items:center;gap:10px}.stage-goals span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#6d5dfc;font-weight:800}.subject-picker{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.subject-picker button{background:#fff;border:1px solid #e2e6ee;border-left:5px solid;border-radius:10px;padding:18px;display:flex;justify-content:space-between;cursor:pointer}.subject-picker span{color:#687489}.course-callout{margin-top:28px;background:#fff;border:1px solid #e3e7ee;border-radius:16px;padding:26px;display:flex;justify-content:space-between;align-items:center}.course-callout h2{margin:7px 0}.course-callout p:not(.eyebrow){color:#6d7789}.course-callout>span{background:#eeecff;color:#5c4de6;border-radius:20px;padding:8px 11px;font-size:12px;font-weight:800}@media(max-width:700px){.study-detail main{padding:24px 12px 50px}.study-intro,.stage-hero{padding:28px 22px}.study-intro h1,.stage-hero h1{font-size:32px}.stage-goals,.subject-picker,.study-lessons{grid-template-columns:1fr}.study-actions{flex-direction:column}.module-list article{grid-template-columns:34px 1fr}.module-list b{grid-column:2}.course-callout{align-items:flex-start;gap:14px;flex-direction:column}}.trail button{font:inherit;text-align:left;color:inherit;background:#fff;border:1px solid #e7eaf1;border-radius:14px;padding:18px;min-height:175px;cursor:pointer;transition:.18s}.trail button:hover{transform:translateY(-3px);box-shadow:0 12px 28px #26325014;border-color:#cfc9ff}.trail button>span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#eef0f5;font-weight:800}.trail button.done>span{background:#dff8f0;color:#09876b}.trail button strong{display:block;margin-top:18px}.trail button p{color:#788294;font-size:14px;line-height:1.5}.trail button b{font-size:12px;color:#6252e9}.subjects button{font:inherit;color:inherit;background:#fff;border:1px solid #e7eaf1;border-top:4px solid;padding:20px;border-radius:8px;display:flex;justify-content:space-between;cursor:pointer}.subjects button:hover{box-shadow:0 10px 24px #26325012}.subjects button span{color:#778195;font-size:13px}.module-list button{font:inherit;color:inherit;text-align:left;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:16px;background:#fff;border:1px solid #e4e8ef;border-radius:12px;padding:16px;cursor:pointer}.module-list button:hover{border-color:#bcb4ff;box-shadow:0 8px 20px #26325010}.module-list button>span{width:34px;height:34px;border-radius:50%;background:#eeecff;color:#5f50e8;display:grid;place-items:center;font-weight:800}.module-list button p{margin:4px 0 0;color:#7a8495;font-size:13px}.module-list button b{font-size:11px;color:#5d4de8;background:#eeecff;border-radius:20px;padding:7px 9px;white-space:nowrap}.module-hero{background:#fff;border:1px solid #e4e8ef;border-left:7px solid var(--subject-color);border-radius:18px;padding:38px}.module-hero h1{font-size:38px;margin:8px 0}.module-hero>p:not(.eyebrow){max-width:720px;color:#697488;font-size:16px;line-height:1.6}.content-sequence{display:grid;gap:12px}.content-sequence article{background:#fff;border:1px solid #e3e7ee;border-radius:14px;padding:20px;display:grid;grid-template-columns:38px 1fr auto;gap:16px;align-items:center}.content-sequence article>span{width:34px;height:34px;border-radius:50%;background:#17253f;color:#fff;display:grid;place-items:center;font-weight:800}.content-sequence small{color:#6656ee;font-weight:800;letter-spacing:.08em}.content-sequence h3{margin:5px 0}.content-sequence p{color:#707b8e;margin:5px 0;line-height:1.5}.content-sequence b{font-size:11px;color:#96610a;background:#fff2d6;border-radius:20px;padding:7px 9px;white-space:nowrap}.content-sequence button{border:0;background:#6d5dfc;color:#fff;border-radius:8px;padding:10px 13px;font-weight:800;cursor:pointer}.reference-note{margin-top:30px;background:#eeecff;border-radius:16px;padding:26px}.reference-note h2{margin:7px 0}.reference-note p:not(.eyebrow){color:#5f6980;line-height:1.6}@media(max-width:700px){.module-list button,.content-sequence article{grid-template-columns:34px 1fr}.module-list button b,.content-sequence article>b,.content-sequence article>button{grid-column:2;justify-self:start}.module-hero{padding:28px 22px}.module-hero h1{font-size:30px}}.stats{grid-template-columns:repeat(4,1fr)}@media(max-width:900px){.stats{grid-template-columns:1fr 1fr}}@media(max-width:600px){.stats{grid-template-columns:1fr}}.question-image{display:block;width:auto;max-width:min(100%,720px);height:auto;object-fit:contain;object-position:center;margin:0 auto 26px;border:1px solid #e1e5ec;border-radius:10px;background:#fff}.question-context{margin:0 0 26px;padding:24px 26px;border:1px solid #e2e5ec;border-left:4px solid #6d5dfc;border-radius:12px;background:#fafaff}.question-context>span{display:block;margin-bottom:13px;color:#6959ed;font-size:11px;font-weight:800;letter-spacing:.14em}.question-context>div{white-space:pre-line;color:#3d4960;font-family:Georgia,Times New Roman,serif;font-size:17px;line-height:1.75}.statement,.choice p{white-space:pre-line}@media(max-width:700px){.question-context{padding:18px 16px}.question-context>div{font-size:16px}}.community-box{margin-top:18px;background:#fff;border:1px solid #e1e5eb;border-radius:12px;padding:24px}.community-heading{display:flex;align-items:center;justify-content:space-between;gap:15px}.community-heading h3{margin:5px 0}.community-heading>span{font-size:12px;color:#7b8697}.comment-form{margin:20px 0}.comment-form textarea{width:100%;min-height:110px;resize:vertical;border:1px solid #dfe3eb;border-radius:9px;padding:13px;outline:none}.comment-form textarea:focus{border-color:#6d5dfc;box-shadow:0 0 0 3px #6d5dfc18}.comment-form>div{display:flex;align-items:center;justify-content:space-between;margin-top:7px}.comment-form small{color:#8a94a4}.comment-form button{border:0;background:#6d5dfc;color:#fff;border-radius:8px;padding:10px 13px;font-weight:800;cursor:pointer}.comment-form button:disabled{opacity:.45}.community-message{background:#f1efff;color:#5547c8;border-radius:7px;padding:9px 11px;font-size:12px}.community-list{display:grid;gap:10px}.community-list article{border:1px solid #e4e8ef;border-radius:10px;padding:15px}.community-list article header{display:flex;justify-content:space-between;margin:0}.community-list time{font-size:11px;color:#8b94a3}.community-list article>p{color:#46546b;line-height:1.55;white-space:pre-wrap}.community-list footer{display:flex;justify-content:space-between;margin:0;text-align:left}.community-list footer button{border:0;background:transparent;color:#667287;padding:5px 0;cursor:pointer}.community-list footer button.voted{color:#5d4de8;font-weight:800}.community-empty{text-align:center;color:#7d8797;padding:20px}.question-tools button:last-child{color:#a3424d}.essay-page{min-height:100vh;background:#f4f6fb;color:#17253f}.essay-topbar{height:68px;margin:0;padding:0 5vw;background:#17253f;color:#fff;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.essay-topbar button{justify-self:start;border:0;background:none;color:#d8e0ee;font:600 14px DM Sans;cursor:pointer}.essay-topbar>span{justify-self:end;color:#aab7cb;font-size:13px}.essay-brand{display:flex;align-items:center;gap:8px}.essay-brand:first-letter{color:#8f82ff}.essay-main{max-width:1260px;margin:auto;padding:40px 32px 80px}.essay-intro{position:relative;overflow:hidden;display:flex;justify-content:space-between;align-items:center;gap:50px;background:linear-gradient(125deg,#182a49,#20385d 60%,#6354ee 140%);border-radius:24px;color:#fff;padding:48px 56px}.essay-intro:after{content:"↗";position:absolute;right:29%;bottom:-112px;color:#ffffff08;font:800 270px Manrope}.essay-intro>div{max-width:700px;position:relative;z-index:1}.essay-intro .eyebrow{color:#a59bff}.essay-intro h1{font-size:43px;line-height:1.08;margin:10px 0 14px}.essay-intro>div>p:not(.eyebrow){color:#c8d2e3;max-width:620px;line-height:1.6}.essay-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.essay-badges span{padding:8px 11px;border:1px solid #ffffff20;background:#ffffff0b;border-radius:20px;font-size:12px}.essay-intro-card{position:relative;z-index:1;min-width:210px;background:#fff;color:#17253f;border-radius:18px;padding:24px}.essay-intro-card>span{font-size:10px;letter-spacing:.16em;color:#6553ef;font-weight:800}.essay-intro-card strong{display:block;font:800 45px Manrope;margin-top:11px}.essay-intro-card p{margin:0 0 18px;color:#6d778a}.essay-intro-card>div{height:7px;background:#e9eaf1;border-radius:20px;overflow:hidden}.essay-intro-card i{display:block;height:100%;background:#6d5dfc;border-radius:20px}.essay-intro-card small{display:block;color:#818b9d;margin-top:10px}.essay-steps{display:grid;grid-template-columns:repeat(4,1fr);margin:28px 0;background:#fff;border:1px solid #e2e6ef;border-radius:14px;padding:13px}.essay-steps span{display:flex;align-items:center;justify-content:center;gap:9px;color:#9aa2b1}.essay-steps b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#eef0f5;font-size:12px}.essay-steps em{font-style:normal;font-size:13px;font-weight:700}.essay-steps .active{color:#4e3de1}.essay-steps .active b{background:#ece9ff}.essay-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px}.essay-editor-card,.essay-guide section,.essay-review,.essay-how-it-works{background:#fff;border:1px solid #e2e6ef;border-radius:18px}.essay-editor-card{padding:28px}.essay-editor-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.essay-editor-heading h2{font-size:26px;margin-top:3px}.essay-save-status{font-size:12px;color:#139071;background:#e8f8f3;border-radius:20px;padding:7px 10px}.essay-field{display:grid;gap:8px;font-weight:700;font-size:13px;margin:18px 0}.essay-field small{font-weight:400;color:#929aaa;margin-left:5px}.essay-field input,.essay-field select,.essay-field textarea{width:100%;border:1px solid #dce1eb;border-radius:10px;background:#fbfcfe;padding:13px 14px;color:#17253f;font:400 15px DM Sans;outline:none}.essay-field input:focus,.essay-field select:focus,.essay-field textarea:focus{border-color:#6d5dfc;box-shadow:0 0 0 3px #6d5dfc14}.essay-writing textarea{min-height:410px;resize:vertical;line-height:1.75;background:repeating-linear-gradient(#fff,#fff 27px,#edf0f5 28px);padding-top:9px}.essay-editor-footer{display:flex;justify-content:space-between;align-items:center;gap:15px}.essay-editor-footer>span{font-size:12px;color:#778195}.essay-editor-footer>div{display:flex;gap:8px}.essay-primary,.essay-secondary,.essay-link-button{border:0;border-radius:9px;padding:11px 14px;font-weight:800;cursor:pointer}.essay-primary{background:#6553ef;color:#fff}.essay-primary:disabled{opacity:.48;cursor:not-allowed}.essay-secondary{background:#edf0ff;color:#5141dc}.essay-link-button{background:none;color:#8c95a5}.essay-notice{margin:14px 0 0;background:#e7f8f2;color:#08775f;padding:11px 13px;border-radius:9px;font-size:13px}.essay-guide{display:grid;align-content:start;gap:16px}.essay-guide section{padding:22px}.essay-guide h3{font-size:18px;margin:5px 0 16px}.essay-guide section>div{display:flex;align-items:center;gap:9px;border-top:1px solid #edf0f4;padding:11px 0;color:#8b94a4}.essay-guide section>div span{font-weight:800}.essay-guide section>div p{margin:0;font-size:13px}.essay-guide section>div.is-ready{color:#0b896c}.essay-guide ul{padding-left:18px;color:#5f6a7e;line-height:1.9;font-size:13px}.essay-guide small{color:#929aaa;line-height:1.5;display:block}.essay-review{margin-top:24px;padding:30px;display:grid;grid-template-columns:1fr auto;gap:20px}.essay-review>div>p:not(.eyebrow){color:#687386;max-width:760px;line-height:1.6}.essay-review-score{min-width:130px;background:#f0eeff;border-radius:14px;display:grid;place-items:center;padding:16px;color:#5a48e9}.essay-review-score strong{font:800 28px Manrope}.essay-review-score span{font-size:11px}.essay-review article{grid-column:1/-1;background:#f8f9fc;border-radius:14px;padding:24px}.essay-review article>span{font-size:10px;letter-spacing:.14em;font-weight:800;color:#6d5dfc}.essay-review article h3{margin:8px 0}.essay-review article h4{font:700 17px Manrope;margin:22px 0 10px}.essay-review article p{white-space:pre-wrap;line-height:1.8;color:#445068}.essay-review footer{grid-column:1/-1;display:flex;justify-content:flex-end;gap:10px;margin:0}.essay-how-it-works{margin-top:24px;padding:30px;display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:25px}.essay-how-it-works>div p:not(.eyebrow),.essay-how-it-works article p{font-size:13px;line-height:1.6;color:#778195}.essay-how-it-works article{border-left:1px solid #e2e6ee;padding-left:20px}.essay-how-it-works article span{color:#6d5dfc;font-weight:800;font-size:12px}.essay-how-it-works article h3{font-size:15px;margin-top:10px}@media(max-width:900px){.essay-intro{padding:35px}.essay-intro-card{display:none}.essay-layout{grid-template-columns:1fr}.essay-guide,.essay-how-it-works{grid-template-columns:1fr 1fr}.essay-how-it-works>div{grid-column:1/-1}.essay-editor-footer{align-items:flex-start;flex-direction:column}.essay-editor-footer>div{width:100%;flex-wrap:wrap}.essay-primary{flex:1}.essay-topbar{grid-template-columns:1fr auto}.essay-topbar>span{display:none}}@media(max-width:600px){.essay-main{padding:22px 14px 60px}.essay-topbar{height:60px;padding:0 16px}.essay-topbar .essay-brand strong{font-size:13px}.essay-intro{padding:30px 24px;border-radius:18px}.essay-intro h1{font-size:32px}.essay-badges span:last-child{display:none}.essay-steps{grid-template-columns:repeat(4,1fr);padding:8px}.essay-steps span{gap:3px;flex-direction:column}.essay-steps em{font-size:9px;text-align:center}.essay-editor-card{padding:20px 16px}.essay-save-status{display:none}.essay-writing textarea{min-height:360px}.essay-guide{grid-template-columns:1fr}.essay-review{padding:22px 16px;grid-template-columns:1fr}.essay-review-score{display:none}.essay-review footer{flex-direction:column}.essay-how-it-works{grid-template-columns:1fr;padding:24px 18px}.essay-how-it-works>div{grid-column:auto}.essay-how-it-works article{border-left:0;border-top:1px solid #e2e6ee;padding:16px 0 0}.essay-editor-footer>div button{min-height:42px}.essay-link-button{order:3;width:100%}}.essay-mode-picker{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}.essay-mode-picker button{display:grid;gap:5px;text-align:left;border:1px solid #dfe3ec;border-radius:12px;background:#fff;padding:16px;color:#17253f;cursor:pointer}.essay-mode-picker button.active{border-color:#6553ef;background:#f3f1ff;box-shadow:0 0 0 2px #6553ef16}.essay-mode-picker button:disabled{cursor:default}.essay-mode-picker span{color:#758094;font-size:12px;line-height:1.45}.essay-draw{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#f7f8fc;border:1px dashed #cdd3df;border-radius:12px;padding:18px;margin-bottom:18px}.essay-draw>span{max-width:540px;color:#657086;font-size:13px;line-height:1.5}.essay-theme-card{display:grid;gap:6px;background:linear-gradient(120deg,#f0edff,#f8f7ff);border-left:4px solid #6553ef;border-radius:12px;padding:18px 20px;margin:18px 0}.essay-theme-card>span{color:#6553ef;font-size:10px;font-weight:800;letter-spacing:.14em}.essay-theme-card strong{font-size:18px;line-height:1.45}.essay-theme-card small{color:#7d8698}.essay-upload{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px 20px;border:1px dashed #cbd2df;border-radius:12px;padding:16px 18px;margin:18px 0}.essay-upload>div{display:grid;gap:4px}.essay-upload span{font-size:12px;color:#7c8698}.essay-upload label{background:#edf0ff;color:#5141dc;padding:10px 13px;border-radius:9px;font-weight:800;font-size:13px;cursor:pointer}.essay-upload input{display:none}.essay-upload>small{grid-column:1/-1;color:#0b896c}@media(max-width:600px){.essay-mode-picker{grid-template-columns:1fr}.essay-draw{align-items:stretch;flex-direction:column}.essay-draw .essay-primary{width:100%}.essay-upload{grid-template-columns:1fr}.essay-upload label{display:block;text-align:center}.essay-upload>small{grid-column:auto;overflow-wrap:anywhere}}.stats{grid-template-columns:repeat(4,1fr);margin-bottom:36px}.learning-coach{margin:28px 0 52px}.coach-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}.coach-heading h2{font-size:28px}.coach-heading>div>p:last-child{margin:7px 0 0;color:#778195}.coach-heading label{display:grid;gap:6px;color:#68748a;font-size:12px;font-weight:700}.coach-heading select{min-width:150px;border:1px solid #dfe3ec;border-radius:10px;background:#fff;color:#17253f;padding:11px 34px 11px 12px;font:inherit}.coach-grid{display:grid;grid-template-columns:1.45fr 1fr 1fr;gap:14px}.coach-grid article{border:1px solid #e3e7f0;border-radius:16px;background:#fff;padding:20px}.next-action{grid-row:span 2;display:flex;gap:16px;background:linear-gradient(145deg,#17253f,#243a60)!important;color:#fff!important;border:0!important}.coach-icon{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:13px;background:#6d5dfc;font-size:25px}.next-action small{color:#aaa2ff;font-weight:800;letter-spacing:.12em}.next-action h3{font-size:24px;margin:13px 0 8px}.next-action p{color:#c5cede;line-height:1.55;margin:0}.next-action button{border:0;border-radius:10px;background:#fff;color:#5545e5;padding:12px 16px;margin-top:22px;font-weight:800;cursor:pointer}.weekly-progress{grid-column:span 2}.weekly-progress>div:first-child{display:flex;align-items:center;justify-content:space-between;color:#68748a}.weekly-progress strong{font-size:23px;color:#17253f}.weekly-progress strong small{font-size:13px;color:#7a8495}.goal-track{height:10px;background:#eceafb;border-radius:20px;overflow:hidden;margin:16px 0 10px}.goal-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#6d5dfc,#8e83ff);transition:width .3s}.weekly-progress p,.coach-stat p{font-size:13px;color:#7a8495;margin:0}.coach-stat>span{font-size:12px;color:#727d90;font-weight:700}.coach-stat strong{display:block;font-size:27px;margin:8px 0}.coach-stat button{border:0;background:transparent;color:#5e4dec;font-weight:800;padding:13px 0 0;cursor:pointer}.quick-plan{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.quick-plan button{display:flex;align-items:center;gap:12px;border:1px solid #e3e7f0;border-radius:14px;background:#fff;padding:15px;text-align:left;color:#17253f;cursor:pointer;font:inherit;transition:.18s}.quick-plan button:hover{transform:translateY(-2px);border-color:#c9c3ff;box-shadow:0 10px 24px #26325010}.quick-plan button>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#eeecff;color:#6150ed;font-size:11px;font-weight:800}.quick-plan button>div{display:grid;gap:3px}.quick-plan button small{color:#7b8596}.quick-plan button>b{margin-left:auto;color:#6655f1}@media(max-width:1050px){.coach-grid{grid-template-columns:1fr 1fr}.next-action{grid-column:span 2;grid-row:auto}.weekly-progress{grid-column:span 2}}@media(max-width:600px){.coach-heading{align-items:stretch;flex-direction:column}.coach-heading label,.coach-heading select{width:100%}.coach-grid{grid-template-columns:1fr}.next-action,.weekly-progress{grid-column:auto}.next-action{padding:20px!important}.next-action h3{font-size:21px}.quick-plan{grid-template-columns:1fr}.quick-plan button{min-height:68px}}@media(max-width:900px){html{scroll-behavior:smooth}body{overflow-x:hidden}.shell>aside,.admin-shell>aside{position:sticky;top:0;z-index:30;width:100%;height:auto;padding:14px 16px 10px;display:flex;flex-wrap:wrap;align-items:center;gap:10px;box-shadow:0 8px 24px #0c172b26}.shell>aside .brand,.admin-shell>aside .brand{margin-right:auto}.shell>aside .brand span,.admin-shell>aside .brand span{width:34px;height:34px;border-radius:10px}.shell>aside .brand strong,.admin-shell>aside .brand strong{font-size:15px}.shell>aside nav,.admin-shell>aside nav{order:3;width:100%;margin:0;padding:4px 0 2px;display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;overscroll-behavior-x:contain}.shell>aside nav::-webkit-scrollbar,.admin-shell>aside nav::-webkit-scrollbar{display:none}.shell>aside nav a,.shell>aside nav button,.admin-shell>aside nav button{flex:0 0 auto;padding:9px 11px;border-radius:9px;font-size:12px;white-space:nowrap}.shell>aside .aside-action,.admin-shell>aside .aside-action{margin:0;padding:8px 5px;font-size:12px}.admin-shell .admin-label{display:none}.shell>main,.admin-shell>main{max-width:none;padding:28px 20px 40px}main>header{align-items:flex-start;gap:16px;margin-bottom:24px}.hero{align-items:flex-start}.stats{margin:18px 0 38px}.section-head{margin-top:32px}.question-tools{-webkit-overflow-scrolling:touch}.question-tools button{min-height:42px}.question-nav button,.answer-button,.primary,.lesson button{min-height:44px}.simulation-page>main{padding:22px 14px 40px}.answer-sheet{overflow-x:auto}}@media(max-width:600px){html{-webkit-text-size-adjust:100%;text-size-adjust:100%}.shell>main,.admin-shell>main{padding:22px 14px 36px}main>header h1{font-size:clamp(24px,8vw,30px);line-height:1.15}main>header p:not(.eyebrow){font-size:14px}.avatar{width:38px;height:38px;flex:0 0 38px}.hero{padding:27px 22px;min-height:0}.hero h2{font-size:clamp(31px,10vw,38px)}.hero .button{display:block;width:100%;text-align:center}.stats{gap:10px}.stats article{min-height:82px;padding:15px}.stats article>span{flex:0 0 36px}.section-head h2{font-size:23px}.trail article,.trail button,.lesson,.subjects button{min-width:0}.auth-intro{min-height:205px;padding:26px 22px}.auth-intro:after{display:none}.auth-intro h1{font-size:31px;margin:10px 0}.auth-intro p:not(.eyebrow){font-size:15px;line-height:1.45}.auth-panel{padding:16px 12px 28px}.auth-card{padding:25px 20px;border-radius:16px}.auth-card h2{font-size:26px}.auth-card input,.auth-card select,.auth-card textarea{font-size:16px}.practice-top{height:62px}.practice-top>div{font-size:11px}.question-container{padding:14px 8px 36px}.question-card{padding:20px 10px}.statement{font-size:15px;line-height:1.58}.choice{gap:10px;padding:12px 8px}.choice p{font-size:14px}.comment-box{padding:19px 15px}.question-nav{gap:8px}.question-nav button{flex:1;padding:10px 8px}.simulation-page>header{height:66px;gap:8px}.simulation-page>header>div strong{font-size:17px}.simulation-page>header .finish-button{padding:9px 10px;font-size:12px}.simulation-question,.answer-sheet{padding:18px 14px}.simulation-navigation{gap:8px}.simulation-navigation button{flex:1}.result-hero{padding:28px 16px;border-radius:17px}.result-hero h1{font-size:52px}.result-hero>div{flex-direction:column}.admin-shell>main>header{flex-direction:column}.admin-shell>main>header .primary{width:100%}.admin-list article{padding:16px;gap:8px}.modal-backdrop{padding:8px;align-items:end}.modal{width:100%;max-height:92vh;overflow-y:auto;border-radius:18px 18px 0 0;padding:26px 18px}}
