:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#172b44;background:#f2f5fa;font-size:16px;--navy:#152840;--blue:#2459da;--lime:#d9f277;--line:#dce3ee;--muted:#607189;--white:#fff;--red:#b63349}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.5;cursor:wait}a{color:#2459da}a,button,input,select,textarea{outline-offset:4px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #93b5fa}button{border:0}h1,h2,h3,p{margin-top:0}h1{font-size:2rem;letter-spacing:-.7px;line-height:1.18;margin-bottom:12px}h2{font-size:1.2rem;letter-spacing:-.2px;margin-bottom:14px}h3{font-size:1rem}p{line-height:1.6}small,.small{font-size:.8125rem}.muted{color:var(--muted)}.eyebrow{text-transform:uppercase;letter-spacing:1.6px;font-size:.75rem;font-weight:750;color:var(--muted);margin-bottom:10px}.topbar{height:78px;background:var(--navy);color:white;display:flex;align-items:center;justify-content:space-between;padding:0 max(26px,calc((100vw - 1240px)/2));gap:20px}.brand{display:flex;align-items:center;gap:12px;font-size:1.3rem;font-weight:750;color:white;text-decoration:none;letter-spacing:-.5px}.brand-mark{background:var(--lime);color:var(--navy);display:grid;place-items:center;width:42px;height:42px;border-radius:12px;font-weight:850;font-size:1rem;letter-spacing:-1px}.nav{display:flex;gap:8px}.nav button{background:none;color:#becde0;padding:10px 16px;border-radius:8px;font-size:.875rem}.nav button.active,.nav button:hover{background:#ffffff14;color:white}.user-chip{display:flex;align-items:center;gap:8px;color:#d5dfec;font-size:.875rem}.avatar{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#384b62;color:#fff;font-size:.8rem;font-weight:700}.container{max-width:1292px;padding:34px 26px 60px;margin:auto}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:26px}.page-heading p{margin-bottom:0;color:var(--muted)}.grid{display:grid;grid-template-columns:1.65fr 1fr;gap:24px;align-items:start}.panel{background:white;border:1px solid var(--line);border-radius:15px;padding:24px;box-shadow:0 5px 16px #172b4403}.panel + .panel{margin-top:20px}.panel-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:18px}.panel-title h2{margin:0}.subject-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.subject-card{position:relative;overflow:hidden;background:white;border:1px solid var(--line);border-radius:15px;padding:24px;min-height:214px}.subject-card .subject-icon{display:grid;place-items:center;width:43px;height:43px;border-radius:12px;font-size:1.1rem;font-weight:800;margin-bottom:20px;background:#e4edf9;color:#2459da}.subject-card.Biology .subject-icon{background:#e4f4ec;color:#257c54}.subject-card.Chemistry .subject-icon{background:#f0e8fa;color:#8858a8}.subject-card.Physics .subject-icon{background:#fff0cd;color:#92610f}.subject-card h2{font-size:1.25rem;margin-bottom:3px}.subject-card p{font-size:.875rem;color:var(--muted);margin-bottom:16px}.subject-actions{display:flex;gap:9px}.subject-actions select{width:104px}.subject-actions button{flex:1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--blue);color:white;border:1px solid transparent;padding:11px 17px;border-radius:9px;text-decoration:none;font-size:.875rem;font-weight:650;min-height:43px}.btn:hover{filter:brightness(.95)}.btn.secondary{color:var(--navy);background:white;border-color:#bdcce0}.btn.light{background:#eaf0fd;color:#234cad}.btn.danger{background:#fff0f2;color:var(--red);border-color:#f1c5cc}.btn.lime{background:var(--lime);color:#172b44}.btn.link{padding:7px 0;background:none;color:var(--blue);min-height:32px}.row{display:flex;align-items:center;gap:12px}.row.wrap{flex-wrap:wrap}.between{justify-content:space-between}.stack{display:flex;flex-direction:column;gap:15px}.notice{background:#edf2fe;border:1px solid #d4dff9;border-radius:10px;padding:15px 17px;color:#33547b;font-size:.875rem;line-height:1.55;margin-bottom:20px}.notice.warning{background:#fff6df;border-color:#f0dc9c;color:#805f13}.notice.error{background:#fff0f2;border-color:#edc4cd;color:#9c3147}.notice.success{background:#e9f6ee;border-color:#c4e6d1;color:#246e48}.empty{padding:24px 10px;text-align:center;color:var(--muted);font-size:.875rem}.empty strong{display:block;font-size:1rem;color:var(--navy);margin-bottom:7px}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:22px}.metric{padding:20px;background:white;border:1px solid var(--line);border-radius:12px}.metric strong{display:block;font-size:1.8rem;letter-spacing:-.7px}.metric span{font-size:.8125rem;color:var(--muted)}.test-row{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:15px 0;border-top:1px solid var(--line)}.test-row:first-child{border-top:0}.test-row strong{font-size:.9375rem}.test-row p{font-size:.8125rem;margin:4px 0;color:var(--muted)}.badge{display:inline-block;padding:4px 9px;border-radius:6px;background:#ecf0f6;color:#536983;font-size:.75rem;font-weight:650;white-space:nowrap}.badge.green{background:#e4f4ec;color:#237549}.badge.amber{background:#fff0c8;color:#875f0f}.badge.blue{background:#eaf0fd;color:#2c56a4}.badge.red{background:#ffedf0;color:#a7374c}.progress-bar{height:7px;background:#e9edf4;border-radius:10px;overflow:hidden}.progress-bar i{display:block;height:100%;background:#2459da;border-radius:10px}.auth-page{min-height:100svh;display:grid;grid-template-columns:1.05fr 1fr}.auth-art{background:#152840;color:white;padding:60px;display:flex;flex-direction:column;justify-content:space-between}.auth-art .wordmark{display:flex;align-items:center;gap:12px;font-size:1.4rem;font-weight:750}.auth-art h1{font-size:clamp(36px,5vw,70px);letter-spacing:-2px;max-width:500px;line-height:1.02}.auth-art h1 span{color:var(--lime)}.auth-art p{max-width:420px;color:#b7c8dc}.auth-subjects{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}.auth-subjects span{padding:8px 14px;border:1px solid #516278;border-radius:30px;font-size:.875rem}.auth-form{display:flex;align-items:center;justify-content:center;padding:36px}.auth-form>div{width:100%;max-width:410px}label{display:flex;flex-direction:column;gap:7px;font-size:.875rem;font-weight:600;color:#3f5067}input,select,textarea{width:100%;border:1px solid #bccade;border-radius:8px;background:white;color:var(--navy);padding:11px 12px;min-height:44px}textarea{resize:vertical;line-height:1.6}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.span-2{grid-column:1/-1}.check{display:flex;flex-direction:row;align-items:center;gap:10px;line-height:1.5;font-size:.875rem;font-weight:400}.check input{width:19px;min-height:19px;flex-shrink:0}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.field-help{font-size:.8125rem;color:var(--muted);font-weight:400;margin:4px 0}.form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.error-text{color:#b22e46;font-size:.875rem;white-space:pre-wrap}.install-help{margin-top:22px;font-size:.8125rem;color:var(--muted);line-height:1.6}.loading{min-height:70vh;display:flex;align-items:center;justify-content:center;gap:16px}.question-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,1fr);gap:22px;align-items:start}.question-tools{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px}.question-strip{display:flex;gap:7px;overflow:auto;padding:2px 0 14px;margin-bottom:16px}.question-strip button{flex:0 0 38px;height:38px;border-radius:9px;background:white;color:#54677f;border:1px solid #cdd8e6;font-size:.875rem}.question-strip button.answered{background:#e6f4ec;border-color:#b7deca;color:#247a4b}.question-strip button.current{background:var(--navy);color:white;border-color:var(--navy)}.paper-panel{padding:17px;background:#e7edf5;border:1px solid #d3dce9;border-radius:13px}.paper-toolbar{display:flex;justify-content:space-between;gap:10px;align-items:center;font-size:.8125rem;margin-bottom:12px}.paper-toolbar button{padding:6px 9px;border:1px solid #b3c1d2;border-radius:6px;background:#f9fbff;color:var(--navy)}.paper-scroll{overflow:auto;border-radius:6px;max-height:70vh;background:white}.paper-scroll img{display:block;min-width:100%;width:100%;height:auto}.answer-panel{position:sticky;top:20px}.answer-panel textarea{min-height:220px}.save-status{font-size:.8125rem;color:#557568;min-height:22px;margin:8px 0}.answer-nav{display:flex;gap:8px;justify-content:space-between;margin-top:18px}.photo-grid{display:flex;gap:9px;flex-wrap:wrap;margin-top:12px}.photo-item{position:relative;width:83px;height:83px}.photo-item img{width:100%;height:100%;object-fit:cover;border-radius:8px;border:1px solid #c7d4e1}.photo-item button{position:absolute;right:-5px;top:-5px;width:24px;height:24px;border-radius:50%;background:#a72f45;color:white}.upload-label{border:1px dashed #9dafc5;border-radius:9px;padding:12px;cursor:pointer;color:#416794;text-align:center;display:block;font-size:.875rem;font-weight:500}.upload-label input{display:none}.qmeta{font-size:.8125rem;color:var(--muted);margin-bottom:13px}.mark-summary{display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--navy);color:white;border-radius:15px;padding:26px;margin-bottom:24px}.mark-summary strong{font-size:3rem;letter-spacing:-1px}.mark-summary p{margin:5px 0;color:#c8d5e5}.mark-summary h1{margin:0}.mark-summary .score-label{color:var(--lime);font-size:.875rem}.feedback{border-top:1px solid var(--line);padding-top:18px;margin-top:18px}.feedback h3{display:flex;justify-content:space-between;gap:12px}.feedback p{font-size:.875rem;margin-bottom:10px}.feedback .next{background:#edf4fd;border-radius:8px;padding:12px}.feedback .model{background:#eef6ef;border-radius:8px;padding:12px}.review-item{padding:17px 0;border-bottom:1px solid var(--line)}.review-item:last-child{border:0}.review-item p{font-size:.875rem;margin-bottom:8px}details{border:1px solid var(--line);border-radius:9px;padding:12px 15px;margin:16px 0}summary{cursor:pointer;font-size:.875rem;font-weight:650}.scheme-img{width:100%;height:auto;margin-top:12px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left;font-size:.875rem}th{font-size:.75rem;color:var(--muted);font-weight:600;background:#f5f7fb;padding:13px 12px;white-space:nowrap}td{padding:15px 12px;border-top:1px solid var(--line)}.sub-text{display:block;font-size:.8125rem;color:var(--muted);margin-top:4px}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.tabs button{padding:10px 16px;border-radius:8px;background:#e7edf6;color:#516680}.tabs button.active{color:white;background:var(--navy)}dialog{border:0;border-radius:16px;box-shadow:0 20px 100px #06132340;max-width:680px;width:calc(100% - 32px);padding:27px;color:var(--navy)}dialog::backdrop{background:#0e223875;backdrop-filter:blur(3px)}dialog h2{font-size:1.4rem}#toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:#172b44;color:#fff;padding:12px 22px;border-radius:9px;z-index:100;box-shadow:0 5px 20px #10243c30;display:none;max-width:calc(100% - 30px);font-size:.875rem;line-height:1.5}.bottom-note{color:var(--muted);font-size:.8125rem;margin:22px 0;line-height:1.6}.text-answer{white-space:pre-wrap;font-size:.875rem;background:#f5f7fa;border:1px solid var(--line);padding:14px;border-radius:9px}.privacy{max-width:760px;margin:50px auto;padding:25px}.hidden{display:none!important}
@media(max-width:1000px){.grid{grid-template-columns:1fr}.question-layout{grid-template-columns:minmax(0,1.15fr) minmax(310px,1fr)}.auth-art{padding:40px}.user-chip{display:none}.container{padding:28px 22px 65px}}
@media(max-width:720px){h1{font-size:1.7rem}.topbar{height:65px;padding:0 17px}.brand{font-size:1.2rem}.brand-mark{width:36px;height:36px;border-radius:10px}.nav{position:fixed;bottom:0;left:0;right:0;z-index:30;background:var(--navy);padding:7px 10px calc(7px + env(safe-area-inset-bottom));justify-content:space-around;box-shadow:0 -3px 16px #10243c20}.nav button{font-size:.8125rem;padding:9px 17px}.container{padding:24px 16px 100px}.page-heading{align-items:flex-start;margin-bottom:22px;gap:12px}.page-heading p{font-size:.875rem}.subject-grid{gap:12px}.subject-card{padding:18px;min-height:225px}.subject-actions{flex-direction:column}.subject-actions select{width:100%}.subject-card .subject-icon{margin-bottom:15px}.subject-card h2{font-size:1.1rem}.panel{padding:19px}.metrics{gap:8px}.metric{padding:14px}.metric strong{font-size:1.45rem}.metric span{font-size:.75rem}.question-layout{grid-template-columns:1fr}.answer-panel{position:static}.paper-scroll{max-height:65vh}.question-tools{align-items:flex-start}.auth-page{grid-template-columns:1fr}.auth-art{padding:25px 24px 30px;gap:27px}.auth-art h1{font-size:2.6rem;max-width:390px;letter-spacing:-1px;margin-bottom:14px}.auth-art>div:last-child,.auth-art .auth-subjects{display:none}.auth-form{padding:30px 24px 45px;align-items:flex-start}.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.mark-summary{padding:22px;align-items:flex-start}.mark-summary strong{font-size:2.1rem}.mark-summary h1{font-size:1.4rem}.mark-summary p{font-size:.875rem}dialog{padding:23px 18px;max-height:92vh;overflow:auto}.test-row{gap:10px}.btn{padding:11px 13px}.test-row .btn{white-space:nowrap}#toast{bottom:90px}.form-actions{flex-wrap:wrap}.paper-toolbar{flex-wrap:wrap}.subject-card p{min-height:38px}.check-grid{grid-template-columns:1fr}}
@media(max-width:370px){.subject-grid{grid-template-columns:1fr}.subject-card p{min-height:0}.subject-actions{flex-direction:row}}

.app-logo{display:block;object-fit:cover;flex-shrink:0}.subject-actions{flex-wrap:wrap}.subject-actions .btn{white-space:normal}
