:root{--bg:#f6f8fc;--bg2:#eef4ff;--card:#fff;--card2:#ffffffd6;--text:#111827;--muted:#64748b;--line:#264a7c21;--primary:#3f63f1;--primary2:#8b5cf6;--green:#14b8a6;--orange:#f59e0b;--red:#ef4444;--shadow:0 22px 60px #2f4f8b24;--soft-blue:#e9efff;--soft-purple:#f1eaff;--soft-green:#e8faf6;--soft-orange:#fff6df;--soft-red:#feecef;--star:#b45309;--star-line:#b4530973;--star-soft:#eab30824}[data-theme=dark]{--bg:#0c1220;--bg2:#111827;--card:#151e32;--card2:#151e32d6;--text:#f8fafc;--muted:#a7b1c2;--line:#ffffff1c;--primary:#8293ff;--primary2:#b695ff;--green:#2dd4bf;--orange:#fbbf24;--red:#fb7185;--shadow:0 24px 64px #00000052;--soft-blue:#8293ff29;--soft-purple:#b695ff29;--soft-green:#2dd4bf21;--soft-orange:#fbbf2421;--soft-red:#fb718521;--star:#eab308;--star-line:#eab30873;--star-soft:#eab3081a}*{box-sizing:border-box}body{min-height:100vh;color:var(--text);-moz-text-size-adjust:100%;text-size-adjust:100%;background:radial-gradient(circle at 8% 6%, #3f63f12e, transparent 32%), radial-gradient(circle at 88% 0%, #8b5cf629, transparent 30%), linear-gradient(180deg, var(--bg), var(--bg2));background-repeat:no-repeat;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:clip}button,input,select,textarea{font:inherit}button{cursor:pointer}.app{width:min(1160px,100% - 28px);margin:0 auto;padding:22px 0 92px}.main{min-width:0}.topbar{z-index:20;border:1px solid var(--line);background:var(--card2);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:999px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex;position:sticky;top:14px;box-shadow:0 10px 28px #2f4f8b14}.brand{align-items:center;gap:10px;min-width:0;display:flex}.logo{background:linear-gradient(135deg, var(--primary), var(--primary2));color:#fff;border-radius:16px;place-items:center;width:40px;height:40px;font-weight:950;display:grid}.brand strong{letter-spacing:-.04em;display:block}.brand span{color:var(--muted);white-space:nowrap;font-size:12px}.actions{align-items:center;gap:8px;display:flex}.chip,.primary,.secondary,.small-btn{border:1px solid var(--line);background:var(--card);color:var(--text);border-radius:999px;padding:10px 13px;font-weight:850}.primary{color:#fff;background:linear-gradient(135deg, var(--primary), var(--primary2));border:0;box-shadow:0 16px 28px #3f63f138}.secondary{background:0 0}.hidden{display:none!important}.card{background:var(--card2);border:1px solid var(--line);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:28px;padding:24px}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.075em;margin-bottom:18px;font-size:clamp(42px,6vw,72px);line-height:.96}h2{letter-spacing:-.06em;margin-bottom:14px;font-size:clamp(30px,4vw,46px);line-height:1}h3{letter-spacing:-.04em;margin-bottom:8px}.grad{color:#0000;background:linear-gradient(135deg, var(--primary), var(--primary2), var(--green));-webkit-background-clip:text;background-clip:text}.muted,.lead{color:var(--muted);line-height:1.7}.lead{max-width:760px;font-size:18px}.welcome-layout{grid-template-columns:1.02fr .98fr;align-items:start;gap:18px;margin-top:20px;display:grid}.hero-card{flex-direction:column;justify-content:space-between;min-height:650px;display:flex;position:relative;overflow:hidden}.hero-card:after{content:"";background:radial-gradient(circle,#3f63f138,#0000 68%);border-radius:999px;width:300px;height:300px;position:absolute;bottom:-90px;right:-90px}.eyebrow{background:var(--soft-blue);width:fit-content;color:var(--primary);border-radius:999px;margin-bottom:18px;padding:9px 12px;font-size:13px;font-weight:950}.hero-actions{z-index:1;flex-wrap:wrap;gap:10px;display:flex;position:relative}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}label{color:var(--muted);margin-bottom:7px;font-size:13px;font-weight:950;display:block}input,select,textarea{border:1px solid var(--line);background:var(--card);width:100%;color:var(--text);border-radius:16px;outline:none;padding:13px 14px}textarea{resize:vertical;min-height:104px}.field-full{grid-column:1/-1}.onboarding-card{min-height:650px}.stepper{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.step{background:var(--card);border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:8px 11px;font-size:12px;font-weight:950}.step.active{background:var(--soft-blue);color:var(--primary)}.app-layout{grid-template-columns:245px minmax(0,1fr);align-items:start;gap:20px;margin-top:20px;display:grid}.sidebar{background:var(--card2);border:1px solid var(--line);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:24px;flex-direction:column;padding:14px 12px;display:flex;position:sticky;top:94px}.sidebar-head{padding:2px 12px 12px}.sidebar-head-label{letter-spacing:.16em;text-transform:uppercase;color:var(--muted);opacity:.65;font-size:10.5px;font-weight:800}.nav-list{flex-direction:column;gap:3px;display:flex}.nav-tab{width:100%;color:var(--muted);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:14px;align-items:center;gap:12px;padding:8px 12px;font-size:14px;font-weight:700;transition:color .18s,background .18s,transform .12s;display:flex;position:relative}.nav-ico{width:36px;height:36px;color:var(--muted);background:#64748b14;border-radius:12px;flex:none;justify-content:center;align-items:center;transition:color .18s,background .18s,box-shadow .18s,transform .18s;display:inline-flex}.nav-label{flex:1;min-width:0}.nav-active-dot{background:linear-gradient(135deg, var(--primary), var(--primary2));width:6px;height:6px;box-shadow:0 0 8px var(--primary);border-radius:50%;flex:none}.nav-tab:hover{color:var(--text);background:#788cc814}.nav-tab:hover .nav-ico{color:var(--primary);background:var(--soft-blue);transform:translateY(-1px)}.nav-tab.active{color:var(--text);background:linear-gradient(135deg, var(--soft-blue), var(--soft-purple))}.nav-tab.active .nav-ico{background:linear-gradient(135deg, var(--primary), var(--primary2));color:#fff;box-shadow:0 8px 18px -4px var(--primary)}.dashboard-grid,.review-grid{grid-template-columns:.9fr 1.1fr;gap:14px;display:grid}.dashboard-grid.solo{grid-template-columns:1fr}.profile-chip{align-items:center;gap:5px;display:inline-flex}@media (max-width:640px){.profile-chip-label{display:none}}.grid-3,.criteria-grid,.feed{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.feed{grid-template-columns:repeat(2,minmax(0,1fr))}.split{grid-template-columns:1fr 1fr;gap:14px;display:grid}.mini-card,.task,.portfolio-item,.criteria-card{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:16px}.task,.portfolio-item{align-items:flex-start;gap:12px;display:flex}.mark{background:var(--soft-blue);width:34px;height:34px;color:var(--primary);border-radius:14px;flex:none;place-items:center;font-size:13px;font-weight:950;display:grid}.mark.green{background:var(--soft-green);color:var(--green)}.mark.orange{background:var(--soft-orange);color:var(--orange)}.mark.red{background:var(--soft-red);color:var(--red)}.task strong,.portfolio-item strong{margin-bottom:4px;display:block}.task span,.portfolio-item span{color:var(--muted);font-size:13px;line-height:1.45}.task-list,.portfolio-list{gap:10px;display:grid}.section-head{justify-content:space-between;align-items:end;gap:12px;margin-bottom:14px;display:flex}.section-head h2,.section-head h3{margin-bottom:0}.ai-note,.feedback-box,.why{background:linear-gradient(135deg, var(--soft-blue), var(--soft-purple));border:1px solid var(--line);border-radius:22px;padding:16px}.ai-note strong,.feedback-box strong{color:var(--primary);margin-bottom:8px;display:block}.why{margin-top:8px;padding:10px 12px;font-size:13px;line-height:1.5}.check-btn{border:1px solid var(--line);background:var(--card);width:34px;height:34px;color:var(--muted);border-radius:14px;flex:none;place-items:center;font-weight:950;display:grid}.task.done{opacity:.72}.task.done .check-btn{background:var(--soft-green);color:var(--green);border-color:#0000}.task.done strong{text-decoration:line-through}.progress{background:#64748b29;border-radius:999px;height:12px;overflow:hidden}.progress span{border-radius:inherit;background:linear-gradient(90deg, var(--primary), var(--green));height:100%;display:block}.badge{background:var(--soft-green);color:var(--green);border-radius:999px;align-items:center;gap:6px;padding:8px 10px;font-size:12px;font-weight:950;display:inline-flex}.filters{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.filter{border:1px solid var(--line);background:var(--card);color:var(--muted);border-radius:999px;padding:9px 12px;font-size:13px;font-weight:950}.filter.active{color:var(--primary);background:var(--soft-blue)}.feed-card{background:var(--card);border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 12px 30px #2f4f8b14}.feed-img{color:#fff;background:linear-gradient(135deg,#3f63f1,#8b5cf6);align-items:flex-end;height:150px;padding:16px;display:flex}.feed-img.orange{background:linear-gradient(135deg,#f59e0b,#ef4444)}.feed-img.green{background:linear-gradient(135deg,#14b8a6,#3f63f1)}.feed-img.purple{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.feed-img strong{letter-spacing:-.05em;text-shadow:0 8px 22px #00000040;font-size:22px}.feed-body{padding:16px}.feed-meta,.feed-actions,.portfolio-actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.pill{background:var(--soft-blue);color:var(--primary);border-radius:999px;padding:6px 9px;font-size:11px;font-weight:950}.small-btn{padding:9px 11px;font-size:13px;font-weight:900}.primary-small{background:linear-gradient(135deg, var(--primary), var(--primary2));color:#fff;border:0}.danger{color:var(--red)}.activity-status{background:var(--soft-blue);color:var(--primary);white-space:nowrap;border-radius:999px;margin-left:auto;padding:6px 9px;font-size:11px;font-weight:950}.activity-status.done{background:var(--soft-green);color:var(--green)}.activity-status.pending{background:var(--soft-orange);color:var(--orange)}.portfolio-actions select{border-radius:999px;width:auto;padding:8px 10px;font-size:13px}.review-score{letter-spacing:-.08em;font-size:64px;font-weight:950;line-height:.9}.pace-badge{background:var(--soft-orange);color:var(--orange);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:950;display:inline-flex}.pace-badge.fast{background:var(--soft-green);color:var(--green)}.pace-badge.slow{background:var(--soft-red);color:var(--red)}.slider-row{gap:8px;margin:12px 0;display:grid}.slider-row input{accent-color:var(--primary);padding:0}.criteria-top{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.criteria-score{color:var(--primary);font-weight:950}.modal-backdrop{z-index:60;background:#0f172a7a;justify-content:center;align-items:center;padding:18px;display:none;position:fixed;inset:0}.modal-backdrop.open{display:flex}.modal{background:var(--card);border:1px solid var(--line);width:min(680px,100%);max-height:90vh;box-shadow:var(--shadow);border-radius:30px;padding:22px;overflow:auto}.modal-hero{color:#fff;background:linear-gradient(135deg,#3f63f1,#8b5cf6);border-radius:24px;align-items:flex-end;height:190px;margin-bottom:16px;padding:18px;display:flex}.modal-hero h2{text-shadow:0 8px 22px #00000040;margin:0}.benefits{gap:8px;margin:14px 0;display:grid}.benefit{background:var(--soft-blue);color:var(--muted);border-radius:18px;padding:12px 13px;font-size:14px;line-height:1.45}.mobile-tabs{width:min(440px,100% - 20px);left:50%;bottom:max(10px, calc(env(safe-area-inset-bottom) + 4px));z-index:30;scrollbar-width:none;border:1px solid var(--line);background:var(--card2);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;grid-auto-columns:minmax(50px,1fr);grid-auto-flow:column;gap:1px;padding:6px 5px;display:none;position:fixed;overflow-x:auto;transform:translate(-50%)}.mobile-tab{color:var(--muted);background:0 0;border:0;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-width:0;padding:7px 0 5px;font-weight:700;transition:background .18s,color .18s;display:flex}.mobile-ico{justify-content:center;align-items:center;height:24px;display:inline-flex}.mobile-ico svg{width:23px;height:23px}.mobile-label{letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:9px;font-weight:700;overflow:hidden}.mobile-tab.active{color:var(--primary);background:var(--soft-blue)}@media (max-width:920px){.welcome-layout,.app-layout{grid-template-columns:minmax(0,1fr)}.sidebar{display:none}.app-mode .mobile-tabs{display:grid}.app-mode{padding-bottom:calc(96px + env(safe-area-inset-bottom))}.dashboard-grid,.review-grid,.split,.feed,.criteria-grid,.grid-3{grid-template-columns:minmax(0,1fr)}.desktop-only{display:none}.hero-card,.onboarding-card{min-height:auto}}@media (max-width:620px){.app{width:min(100% - 20px,1160px);padding-top:12px}.brand span{display:none}.topbar{gap:8px;padding:10px 12px;top:10px}.card{border-radius:24px;padding:18px 16px}.chip{padding:9px 11px}input,select,textarea{font-size:16px}h1{margin-bottom:14px;font-size:clamp(30px,9vw,40px)}h2{margin-bottom:10px;font-size:clamp(22px,6vw,28px)}.lead{font-size:15.5px}.card.analysis-hero h2{font-size:clamp(40px,13vw,56px)}.review-score{font-size:48px}.form-grid{grid-template-columns:1fr}.section-head{flex-direction:column;align-items:flex-start}.feed-img{height:130px}.modal{border-radius:24px;padding:18px 16px}.modal-backdrop{align-items:flex-end;padding:12px}}@media (max-width:400px){.card{padding:16px 14px}.topbar{padding:9px 11px}.logo{border-radius:13px;width:36px;height:36px}.mentor-header-side{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ghost-btn.small{padding:6px 11px;font-size:12px}.mentor-quota{padding:5px 9px;font-size:11px}.activity-score-ring{width:56px;height:56px}.activity-score-num{font-size:18px}}.mentor-chat{border:1px solid var(--line);background:#64748b0f;border-radius:24px;gap:10px;max-height:420px;padding:8px;display:grid;overflow:auto}.mentor-message{background:var(--card);border:1px solid var(--line);border-radius:20px;width:min(82%,620px);padding:13px 14px}.mentor-message.user{background:linear-gradient(135deg, var(--primary), var(--primary2));color:#fff;margin-left:auto}.mentor-message p{margin:6px 0 0;line-height:1.55}.mentor-message.user p{color:#ffffffdb}.quick-questions{flex-wrap:wrap;gap:8px;margin:14px 0;display:flex}.mentor-input{grid-template-columns:1fr auto;gap:10px;display:grid}.mentor-quota{background:var(--soft-blue);color:var(--primary);border:1px solid var(--line);white-space:nowrap;border-radius:999px;flex:none;align-self:center;padding:6px 12px;font-size:12px;font-weight:800}.mentor-quota.low{background:var(--soft-orange);color:var(--orange)}.mentor-typing{align-items:center;gap:5px;padding:6px 2px 2px;display:flex}.mentor-typing span{background:var(--muted);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite mentor-bounce}.mentor-typing span:nth-child(2){animation-delay:.18s}.mentor-typing span:nth-child(3){animation-delay:.36s}@keyframes mentor-bounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.mentor-limit{background:var(--soft-orange);color:var(--text);text-align:center;border:1px solid #f59e0b4d;border-radius:18px;padding:16px 18px;font-size:13.5px;font-weight:600;line-height:1.55}.mentor-input input:disabled,.quick-questions .small-btn:disabled{opacity:.55;cursor:not-allowed}@media (max-width:620px){.mentor-input{grid-template-columns:1fr}.mentor-message{width:100%}}.error-box{background:var(--soft-red);color:var(--red);border:1px solid var(--line);border-radius:18px;padding:12px 14px;font-weight:800}.ai-result{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:16px}.ai-list{color:var(--muted);margin:8px 0 0;padding-left:20px;line-height:1.7}.ai-list.warning{color:var(--red)}.analysis-layout{gap:14px;display:grid}.analysis-hero h2{letter-spacing:-.08em;font-size:clamp(52px,8vw,92px)}.analysis-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.analysis-list ul{margin-bottom:0}.warning-card{background:linear-gradient(135deg, var(--card), var(--soft-red));border-color:#ef444440}.ai-result.compact{gap:8px;display:grid}@media (max-width:920px){.analysis-columns{grid-template-columns:1fr}}.activity-reviews-card{grid-column:1/-1}.activity-review-list{gap:16px;margin-top:14px;display:grid}.activity-review{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:18px;transition:border-color .2s,box-shadow .2s,transform .2s;position:relative;overflow:hidden}.activity-review:hover{box-shadow:var(--shadow);border-color:#788cc859;transform:translateY(-2px)}.activity-review:before{content:"";background:var(--muted);opacity:.5;width:4px;position:absolute;top:0;bottom:0;left:0}.activity-review.status-edge-done:before{background:linear-gradient(180deg, var(--green), var(--primary));opacity:1}.activity-review.status-edge-progress:before{background:var(--orange);opacity:1}.activity-review.status-edge-planned:before{background:var(--muted);opacity:.4}.activity-review-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.activity-review-title{min-width:0}.activity-review-title>strong{margin-top:2px;font-size:17px;line-height:1.3;display:block}.activity-review-title>p.muted{margin:6px 0 0;font-size:13.5px;line-height:1.55}.activity-review-badges{flex-wrap:wrap;gap:7px;margin-bottom:9px;display:flex}.section-badge{letter-spacing:.01em;border:1px solid var(--line);background:var(--soft-blue);color:var(--primary);border-radius:999px;align-items:center;padding:4px 11px;font-size:11.5px;font-weight:800;display:inline-flex}.section-badge.section-honor{background:var(--soft-purple);color:var(--primary2)}.section-badge.section-exam{background:var(--soft-orange);color:var(--orange)}.status-badge{border:1px solid var(--line);color:var(--muted);background:#64748b1a;border-radius:999px;align-items:center;gap:6px;padding:4px 11px 4px 9px;font-size:11.5px;font-weight:800;display:inline-flex}.status-badge .status-dot{background:currentColor;border-radius:50%;width:7px;height:7px}.status-badge.status-done{background:var(--soft-green);color:var(--green);border-color:#14b8a64d}.status-badge.status-progress{background:var(--soft-orange);color:var(--orange);border-color:#f59e0b4d}.status-badge.status-planned{color:var(--muted);background:#64748b1a}.status-badge.status-progress .status-dot{animation:1.6s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.potential-badge{border:1px dashed var(--line);color:var(--muted);border-radius:999px;align-items:center;padding:4px 11px;font-size:11.5px;font-weight:700;display:inline-flex}.activity-score-ring{background:var(--card);border:2px solid;border-radius:50%;flex-direction:column;flex:none;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.activity-score-num{font-size:21px;font-weight:950;line-height:1}.activity-score-max{opacity:.6;margin-top:1px;font-size:9.5px;font-weight:700}.activity-score-ring.score-high{border-color:var(--green);color:var(--green);background:var(--soft-green)}.activity-score-ring.score-good{border-color:var(--primary);color:var(--primary);background:var(--soft-blue)}.activity-score-ring.score-mid{border-color:var(--orange);color:var(--orange);background:var(--soft-orange)}.activity-score-ring.score-low{border-color:var(--red);color:var(--red);background:var(--soft-red)}.criteria-strip{border-top:1px solid var(--line);flex-wrap:wrap;gap:7px;margin:15px 0 4px;padding-top:14px;display:flex}.criteria-chip{border:1px solid var(--line);background:#64748b12;border-radius:10px;align-items:center;gap:6px;padding:5px 10px;font-size:11.5px;display:inline-flex}.criteria-chip-label{color:var(--text);opacity:.85;font-weight:700}.criteria-chip-level{text-transform:lowercase;border-radius:999px;padding:1px 7px;font-size:10.5px;font-weight:800}.criteria-chip.level-none .criteria-chip-level{color:var(--muted);background:#64748b29}.criteria-chip.level-low .criteria-chip-level{background:var(--soft-red);color:var(--red)}.criteria-chip.level-medium .criteria-chip-level{background:var(--soft-orange);color:var(--orange)}.criteria-chip.level-high .criteria-chip-level{background:var(--soft-blue);color:var(--primary)}.criteria-chip.level-exceptional .criteria-chip-level{background:var(--soft-green);color:var(--green)}.criteria-chip.level-high{border-color:#3f63f140}.criteria-chip.level-exceptional{border-color:#14b8a64d}.activity-review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.activity-review-grid>div{border:1px solid var(--line);background:#64748b0d;border-radius:16px;padding:13px 14px}.activity-review-grid>div>strong{letter-spacing:.01em;font-size:12.5px}.mini-warning{background:var(--soft-red)!important;border-color:#ef444438!important}.mini-strong{background:var(--soft-green)!important;border-color:#14b8a638!important}.ai-list.strong{color:var(--text)}@media (max-width:920px){.activity-review-grid{grid-template-columns:1fr}.activity-review-head{flex-direction:column-reverse;align-items:flex-start}}.strong-card{background:linear-gradient(135deg, var(--card), var(--soft-green));border-color:#14b8a647}.strong-card h3{color:var(--green)}.target-fit-box{border:1px solid var(--line);background:linear-gradient(135deg, var(--soft-blue), var(--soft-purple));border-radius:22px;grid-template-columns:auto 1fr;gap:14px;margin-top:16px;padding:16px;display:grid}@media (max-width:620px){.target-fit-box{grid-template-columns:1fr}}.coverage-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px;display:grid}.coverage-card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:13px}.metric-unknown{color:var(--muted);font-weight:700}.metric-of{color:var(--muted);font-size:.62em;font-weight:700}.coverage-card span{color:var(--muted);font-size:12px;font-weight:850;line-height:1.35;display:block}.coverage-card strong{letter-spacing:-.04em;margin-top:6px;font-size:22px;display:block}.missing-categories{background:var(--soft-orange);border:1px solid var(--line);border-radius:20px;margin-top:16px;padding:14px}.warning-pill{background:var(--soft-orange);color:var(--orange)}@media (max-width:620px){.coverage-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px}.coverage-card{min-width:0;padding:12px}.coverage-card span{font-size:11.5px}.coverage-card strong{font-size:19px}}.support-note{color:var(--muted);font-size:12px;line-height:1.45}.admissions-structure{border:1px solid var(--line);background:linear-gradient(135deg, var(--soft-blue), var(--soft-purple));border-radius:22px;margin-top:16px;padding:14px}.admissions-structure>strong{color:var(--primary);margin-bottom:10px;display:block}.portfolio-subtabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.portfolio-subtab{border:1px solid var(--line);background:var(--card);color:var(--text);text-align:left;border-radius:20px;justify-content:space-between;align-items:center;gap:10px;padding:14px;display:flex}.portfolio-subtab strong{letter-spacing:-.03em}.portfolio-subtab span{background:var(--soft-blue);min-width:32px;height:32px;color:var(--primary);border-radius:999px;place-items:center;font-weight:950;display:grid}.portfolio-subtab.active{background:linear-gradient(135deg, var(--soft-blue), var(--soft-purple));color:var(--primary)}.portfolio-section-info{border:1px solid var(--line);background:var(--card);border-radius:22px;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;padding:16px;display:flex}.portfolio-section-info h3{margin-bottom:4px}.empty-section{border:1px dashed var(--line);background:#64748b0f;border-radius:22px;padding:22px}.empty-section strong{margin-bottom:6px;display:block}.target-fit-site-card{position:relative;overflow:hidden;box-shadow:0 20px 55px #00000038;background:radial-gradient(circle at 0 0,#8b5cf629,#0000 32%),radial-gradient(circle at 100% 100%,#2dd4bf14,#0000 34%),#11182ddb!important;border:1px solid #94a3b829!important;border-radius:26px!important}.target-fit-site-card:before{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(135deg,#ffffff09,#0000 38%);position:absolute;inset:0}.target-fit-site-card>div:first-child{z-index:1;grid-template-columns:92px minmax(0,1fr);align-items:start;gap:20px;display:grid;position:relative}.target-fit-site-score{text-align:center;background:linear-gradient(135deg,#8b5cf642,#2dd4bf1a);border:1px solid #8b5cf657;border-radius:22px;place-items:center;width:84px;height:84px;display:grid;box-shadow:inset 0 1px #ffffff12,0 14px 28px #00000029}.target-fit-site-score strong{letter-spacing:-.08em;color:#9b8cff;font-size:34px;line-height:.88;display:block}.target-fit-site-score span{color:#e2e8f0a3;margin-top:4px;font-size:12px;font-weight:900;display:block}.target-fit-site-card h2,.target-fit-site-card h3{color:#f8fafcf5;letter-spacing:-.045em;margin:0 0 6px}.target-fit-site-card p{color:#cbd5e1c2;margin-top:0;line-height:1.55}.target-fit-site-card b{color:#f8fafce6}.target-fit-site-card ul{color:#e2e8f0db}.target-fit-site-card li::marker{color:#6ee7df}.target-fit-site-card .target-fit-list{z-index:1;background:linear-gradient(135deg,#8b5cf61a,#2dd4bf0b);border:1px solid #94a3b824;border-radius:18px;margin-top:14px;padding:14px 16px;position:relative}.target-fit-site-card .target-fit-list strong{color:#f8fafcf0;margin-bottom:8px;display:block}.target-fit-site-card .target-fit-list ul{color:#cbd5e1d1;margin:0;padding-left:18px;line-height:1.55}@media (max-width:760px){.target-fit-site-card>div:first-child{grid-template-columns:1fr}.target-fit-site-score{width:100%;height:84px}}.week-empty{text-align:center;padding:40px 24px}.week-empty-icon{margin-bottom:8px;font-size:40px}.week-empty h2{margin:0 0 6px}.week-empty .primary{margin-top:16px}.week-title-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.week-chip{background:var(--soft-purple);color:var(--primary2);border-radius:999px;align-items:center;padding:3px 10px;font-size:11.5px;font-weight:800;display:inline-flex}.week-date{color:var(--muted);font-size:12px;font-weight:600}.ghost-btn{border:1px solid var(--line);color:var(--text);background:0 0;border-radius:12px;padding:9px 14px;font-size:13px;font-weight:700;transition:background .15s,border-color .15s}.ghost-btn:hover{background:#788cc81a;border-color:#788cc859}.week-progress{align-items:center;gap:12px;margin:14px 0 4px;display:flex}.week-progress-bar{background:#64748b29;border-radius:999px;flex:1;height:8px;overflow:hidden}.week-progress-fill{background:linear-gradient(90deg, var(--primary), var(--green));border-radius:999px;height:100%;transition:width .35s}.week-progress-label{color:var(--muted);flex:none;font-size:13px;font-weight:800}.smart-task-list{gap:12px;margin-top:14px;display:grid}.smart-task{background:var(--card);border:1px solid var(--line);border-radius:20px;gap:14px;padding:16px;transition:border-color .2s,box-shadow .2s;display:flex}.smart-task.done{background:linear-gradient(180deg, var(--card), var(--soft-green));border-color:#14b8a659}.smart-task .check-btn{border:2px solid var(--line);width:30px;height:30px;color:var(--green);background:0 0;border-radius:10px;flex:none;justify-content:center;align-items:center;font-size:15px;font-weight:900;transition:all .15s;display:flex}.smart-task.done .check-btn{background:var(--green);border-color:var(--green);color:#fff}.smart-task-body{flex:1;min-width:0}.smart-task-head{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.smart-task-icon{flex:none;font-size:16px}.smart-task-head>strong{flex:1 1 0;min-width:0;font-size:15px;line-height:1.35}@media (max-width:560px){.smart-task-head{grid-template-columns:auto minmax(0,1fr);align-items:baseline;gap:4px 8px;display:grid}.smart-task-icon{grid-area:1/1}.smart-task-head>strong{grid-area:1/2}.smart-task-head .cat-badge{grid-area:2/2;justify-self:start}}.cat-badge{background:var(--soft-blue);color:var(--primary);border-radius:999px;align-items:center;padding:3px 9px;font-size:11px;font-weight:800;display:inline-flex}.cat-badge.cat-competition{background:var(--soft-purple);color:var(--primary2)}.cat-badge.cat-project{background:var(--soft-green);color:var(--green)}.cat-badge.cat-exam,.cat-badge.cat-profile{background:var(--soft-orange);color:var(--orange)}.smart-task-desc{color:var(--text);margin-top:6px;font-size:13.5px;line-height:1.55;display:block}.smart-task .why{color:var(--muted);margin-top:8px;font-size:12.5px;line-height:1.5}.smart-task-comment{border:1px solid var(--line);background:var(--card2);width:100%;color:var(--text);resize:vertical;border-radius:12px;margin-top:12px;padding:10px 12px;font-size:13px;line-height:1.5}.smart-task-comment:focus{border-color:var(--primary);outline:none}.week-deadline{color:var(--muted);background:#64748b1a;border-radius:999px;padding:2px 9px;font-size:12px;font-weight:700}.week-deadline.late{color:var(--red);background:var(--soft-red)}.week-source{color:var(--muted);cursor:help;background:#64748b1a;border-radius:999px;padding:2px 9px;font-size:11.5px;font-weight:600}.smart-task-meta{flex-wrap:wrap;gap:6px;margin:8px 0 0;display:flex}.task-meta-chip{color:var(--muted);background:#64748b1a;border-radius:999px;padding:3px 9px;font-size:11.5px;font-weight:600}.task-meta-chip.proof{color:var(--green);background:var(--soft-green)}.smart-task-steps{gap:5px;margin:10px 0 0;padding-left:20px;font-size:13px;line-height:1.5;display:grid}.smart-task-steps li::marker{color:var(--primary);font-weight:800}.smart-task.done .smart-task-steps{opacity:.6}.week-history-card{margin-top:14px}.week-history-list{gap:8px;margin-top:10px;display:grid}.week-history-row{border:1px solid var(--line);background:var(--bg2);border-radius:14px}.week-history-row>summary{cursor:pointer;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 12px;font-size:13px;list-style:none;display:flex}.week-history-row>summary::-webkit-details-marker{display:none}.week-history-date{color:var(--muted)}.week-history-done{font-variant-numeric:tabular-nums;margin-left:auto;font-weight:800}.week-history-delta{font-variant-numeric:tabular-nums;font-weight:800}.week-history-delta.up{color:var(--green)}.week-history-delta.down{color:var(--red)}.week-history-tasks{gap:4px;margin:0;padding:0 14px 12px 32px;font-size:12.5px;display:grid}.week-history-tasks li.done_well{color:var(--text)}.week-history-tasks li.partial{color:var(--muted)}.week-history-tasks li.not_done{color:var(--muted);text-decoration:line-through}.week-submit-bar{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-top:18px;padding-top:16px;display:flex}.week-submit-actions{gap:10px;display:flex}.primary:disabled{opacity:.55;cursor:not-allowed}.week-review-card{background:linear-gradient(180deg, var(--card), var(--soft-blue));border:1px solid #8293ff47;margin-bottom:14px}.week-review-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.week-review-head h3{margin:8px 0 0}.score-delta{background:var(--card);border:1px solid var(--line);border-radius:16px;flex-direction:column;flex:none;align-items:center;padding:10px 14px;display:flex}.score-delta-nums{font-size:15px;font-weight:900}.score-delta-tag{margin-top:2px;font-size:12px;font-weight:800}.score-delta.up{border-color:#14b8a666}.score-delta.up .score-delta-tag{color:var(--green)}.score-delta.down{border-color:#ef444466}.score-delta.down .score-delta-tag{color:var(--red)}.score-delta.flat .score-delta-tag{color:var(--muted)}.week-review-summary{margin:12px 0;font-size:14px;line-height:1.6}.week-review-chips{flex-wrap:wrap;gap:6px;display:flex}.status-chip{color:var(--muted);background:#64748b1a;border-radius:999px;align-items:center;padding:3px 10px;font-size:11.5px;font-weight:700;display:inline-flex}.status-chip.done{color:var(--green);background:#14b8a61f}.status-chip.ai{background:var(--soft-blue);color:var(--primary2)}.week-digest{margin:12px 0}.week-digest>strong{margin-bottom:6px;font-size:13px;display:block}.week-digest ul{gap:5px;margin:0;padding-left:18px;display:grid}.week-digest li{font-size:13.5px;line-height:1.55}.week-digest li strong{font-variant-numeric:tabular-nums}.week-next-focus{border-top:1px solid var(--line);margin:12px 0 0;padding-top:10px;font-size:13px;line-height:1.5}.week-next-label{font-weight:800}.week-verdicts{gap:8px;margin:12px 0;display:grid}.week-verdict-row{border:1px solid var(--line);background:#64748b0f;border-radius:14px;align-items:center;gap:12px;padding:10px 12px;display:flex}.week-verdict-row>div{flex-direction:column;flex:1;min-width:0;display:flex}.week-verdict-row>div>strong{font-size:13.5px}.week-verdict-row>div>span{font-size:12.5px;line-height:1.45}.verdict-badge{border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;font-size:14px;font-weight:900;display:flex}.verdict-badge.v-done{background:var(--soft-green);color:var(--green)}.verdict-badge.v-partial{background:var(--soft-orange);color:var(--orange)}.verdict-badge.v-missed{background:var(--soft-red);color:var(--red)}.verdict-label{border-radius:999px;flex:none;padding:3px 9px;font-size:11px;font-weight:800}.verdict-label.v-done{background:var(--soft-green);color:var(--green)}.verdict-label.v-partial{background:var(--soft-orange);color:var(--orange)}.verdict-label.v-missed{background:var(--soft-red);color:var(--red)}.week-improved{margin-top:12px}.week-encouragement{background:var(--soft-green);color:var(--text);border-radius:14px;margin:14px 0 0;padding:12px 14px;font-size:13.5px;font-weight:600;line-height:1.5}@media (max-width:720px){.week-submit-bar{flex-direction:column;align-items:stretch}.week-submit-actions{justify-content:flex-end}.week-verdict-row{flex-wrap:wrap}}.score-hero-value{align-items:baseline;gap:6px;margin:14px 0 8px;display:flex}.score-hero-value strong{letter-spacing:-.06em;background:linear-gradient(135deg, var(--primary), var(--primary2), var(--green));color:#0000;-webkit-background-clip:text;background-clip:text;font-size:clamp(54px,12vw,80px);font-weight:950;line-height:.82}.score-hero-value span{color:var(--muted);font-size:22px;font-weight:900}.slot-rows{gap:9px;margin-top:10px;display:grid}.slot-row{align-items:center;gap:10px;font-size:13px;display:flex}.slot-label{color:var(--muted);flex:0 0 40%;font-weight:600}.slot-bar{background:#64748b24;border-radius:999px;flex:1;height:7px;overflow:hidden}.slot-bar i{background:var(--primary);border-radius:999px;height:100%;transition:width .3s;display:block}.slot-bar i.full{background:var(--green)}.slot-count{font-variant-numeric:tabular-nums;flex:none;font-weight:800}.slot-count em{color:var(--muted);font-size:12px;font-style:normal;font-weight:600}.slot-count.solo{margin-left:auto}.score-stats{margin:14px 0 4px}.score-stats .uni-stat strong{font-size:24px}.score-stats .uni-stat strong em{color:var(--muted);font-size:14px;font-style:normal;font-weight:600}.score-band-row{flex-wrap:wrap;align-items:center;gap:8px;margin:6px 0 2px;display:flex}.score-band{color:var(--muted);background:#64748b1f;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:800}.score-band.band-top{background:var(--soft-green);color:var(--green)}.score-band.band-high{background:var(--soft-blue);color:var(--primary)}.score-band.band-mid{background:var(--soft-orange);color:var(--orange)}.score-band.band-low,.score-band.band-none{color:var(--muted);background:#64748b1f}.score-band-note{font-size:11.5px}.score-scale{height:16px;margin-top:5px;position:relative}.score-scale i{background:var(--line);width:1px;height:6px;position:absolute;top:-8px}.score-scale i:first-of-type{left:25%}.score-scale i:nth-of-type(2){left:50%}.score-scale i:nth-of-type(3){left:75%}.score-scale i:nth-of-type(4){display:none}.score-scale-labels{color:var(--muted);font-variant-numeric:tabular-nums;justify-content:space-between;font-size:10px;display:flex}.score-scale-labels em{font-style:normal}.score-hero-comment{margin:0 0 14px;font-size:15px;line-height:1.55}.score-details{border:1px solid var(--line);background:#64748b0d;border-radius:18px;margin-top:16px;overflow:hidden}.score-details>summary{cursor:pointer;color:var(--text);justify-content:space-between;align-items:center;gap:10px;padding:13px 16px;font-size:14px;font-weight:850;list-style:none;display:flex}.score-details>summary::-webkit-details-marker{display:none}.score-details>summary:after{content:"›";color:var(--muted);font-size:22px;line-height:1;transition:transform .2s;transform:rotate(90deg)}.score-details[open]>summary:after{transform:rotate(-90deg)}.score-details-body{padding:0 16px 14px}.score-details-body p{font-size:13.5px;line-height:1.6}@media (max-width:620px){.score-hero-value{margin:10px 0 6px}.score-hero-value span{font-size:20px}.score-hero-comment{font-size:14.5px}.dashboard-grid,.analysis-layout,.analysis-columns,.split,.review-grid,.feed,.grid-3{gap:12px}.section-head{gap:10px}.section-head .ghost-btn,.section-head>.primary,.section-head>.secondary{width:100%}.mentor-quota{align-self:flex-start}.feed-img{border-radius:0;height:124px}.feed-img strong{font-size:19px}.feed-body{padding:15px 14px}.portfolio-item,.task,.smart-task,.criteria-card{padding:14px}.portfolio-actions{width:100%}.portfolio-actions select{flex:auto}.mentor-chat{border-radius:20px;max-height:52vh}.mentor-message{width:100%}.quick-questions{gap:6px}.activity-review{padding:16px 14px}.activity-score-ring{width:54px;height:54px}.week-review-head{flex-direction:column}.score-delta{flex-direction:row;align-self:flex-start;align-items:baseline;gap:8px}.modal-backdrop{align-items:flex-end;padding:0}.modal{width:100%;max-height:94vh;padding:18px 16px calc(20px + env(safe-area-inset-bottom));border-radius:26px 26px 0 0}.editor-mode-banner h2{font-size:21px}}@media (min-width:460px) and (max-width:620px){.feed{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.card{border-radius:20px;padding:15px 14px}.dashboard-grid,.analysis-layout,.split,.review-grid{gap:11px}.ai-note,.feedback-box,.why,.missing-categories{border-radius:14px;padding:12px 13px}.ai-note strong,.feedback-box strong{font-size:13px}.ai-note p,.feedback-box p,.missing-categories p{font-size:13px;line-height:1.5}.task-list,.portfolio-list{gap:8px}.info-row,.portfolio-item,.task{border-radius:16px;padding:12px}.score-hero-value strong{font-size:clamp(50px,15vw,68px)}.score-details>summary{padding:12px 14px;font-size:13.5px}.criteria-card{border-radius:16px;padding:13px}.activity-review-grid>div{border-radius:14px;padding:11px 12px}.ai-result.compact{gap:6px}.score-explain-note,.support-note{font-size:12.5px;line-height:1.5}}html{overflow-x:clip}@media (max-width:920px){.main,.analysis-layout,.analysis-columns,.dashboard-grid,.analysis-layout>*,.analysis-columns>*{min-width:0}.card{max-width:100%}}@media (max-width:620px){.mentor-page{height:calc(100dvh - 176px - env(safe-area-inset-bottom));flex-direction:column;padding:14px 12px;display:flex}.mentor-page .mentor-header{flex-direction:row;flex:none;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px}.mentor-header-text h2{margin-bottom:0;font-size:19px}.mentor-header-text p{display:none}.mentor-page .mentor-chat{border-radius:18px;flex:auto;min-height:0;max-height:none}.mentor-page .quick-questions{scrollbar-width:none;flex-wrap:nowrap;flex:none;gap:7px;margin:9px 0;overflow-x:auto}.mentor-page .quick-questions::-webkit-scrollbar{display:none}.mentor-page .quick-questions .small-btn{white-space:nowrap;flex:none}.mentor-page .mentor-input,.mentor-page .mentor-limit{flex:none}.mentor-page .mentor-input input{border-radius:999px}}.comp-page{display:block}.comp-filters{flex-wrap:wrap;gap:8px;margin:4px 0 12px;display:flex}.comp-chip{border:1px solid var(--line);background:var(--card);color:var(--muted);border-radius:999px;align-items:center;gap:6px;padding:8px 13px;font-size:13px;font-weight:800;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.comp-chip:hover{color:var(--text);border-color:#788cc859}.comp-chip.active{background:linear-gradient(135deg, var(--primary), var(--primary2));color:#fff;border-color:#0000}.comp-chip-ico{font-size:14px}.comp-levels{flex-wrap:wrap;gap:7px;margin-bottom:16px;display:flex}.comp-level-chip{border:1px dashed var(--line);color:var(--muted);background:0 0;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700}.comp-level-chip.active{background:var(--soft-blue);color:var(--primary);border-style:solid;border-color:#0000}.comp-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.comp-card{background:var(--card2);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;flex-direction:column;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden}.comp-card:hover{transform:translateY(-3px)}.comp-tile{color:#fff;justify-content:space-between;align-items:center;height:96px;padding:0 18px;display:flex;position:relative;overflow:hidden}.comp-tile-ico{opacity:.55;filter:grayscale(.2);font-size:40px}.comp-acronym{letter-spacing:-.04em;text-shadow:0 6px 18px #0000004d;font-size:30px;font-weight:950}.cat-blue{background:linear-gradient(135deg,#3f63f1,#6366f1)}.cat-purple{background:linear-gradient(135deg,#8b5cf6,#a855f7)}.cat-green{background:linear-gradient(135deg,#14b8a6,#22c55e)}.cat-teal{background:linear-gradient(135deg,#0ea5e9,#14b8a6)}.cat-indigo{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.cat-pink{background:linear-gradient(135deg,#ec4899,#8b5cf6)}.cat-orange{background:linear-gradient(135deg,#f59e0b,#ef4444)}.comp-body{flex-direction:column;gap:8px;padding:14px 16px 16px;display:flex}.uni-star{border:1px solid var(--line);background:var(--card);width:34px;height:34px;color:var(--muted);border-radius:50%;font-size:16px;line-height:1}.uni-star.on{color:var(--star);border-color:var(--star-line);background:var(--star-soft)}.uni-saved-mark{color:var(--star)}.uni-detail-actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.comp-add.ghost{background:var(--card);color:var(--text);border:1px solid var(--line)}.dir-search{border-radius:999px;max-width:460px;margin:0 0 12px;padding:11px 18px}.dir-count{color:var(--muted);font-variant-numeric:tabular-nums;margin:2px 2px 10px;font-size:12.5px;font-weight:600}.comp-verified{background:var(--soft-green);color:var(--green);cursor:help;border-radius:999px;padding:3px 9px;font-size:11px;font-weight:700}.comp-badges{flex-wrap:wrap;gap:6px;display:flex}.comp-level-badge{color:var(--muted);background:#64748b1a;border-radius:999px;padding:3px 9px;font-size:11px;font-weight:800}.comp-prestige{border-radius:999px;padding:3px 9px;font-size:11px;font-weight:850}.comp-prestige.prestige-elite{background:var(--soft-purple);color:var(--primary2)}.comp-prestige.prestige-high{background:var(--soft-blue);color:var(--primary)}.comp-prestige.prestige-solid{background:var(--soft-green);color:var(--green)}.comp-prestige.prestige-entry{color:var(--muted);background:#64748b1a}.comp-body>strong{letter-spacing:-.02em;font-size:15.5px;line-height:1.3}.comp-body>p.muted{margin:0;font-size:13px;line-height:1.5}.comp-profiles{flex-wrap:wrap;gap:5px;display:flex}.comp-profile-tag{color:var(--muted);border:1px solid var(--line);background:#64748b14;border-radius:8px;padding:3px 8px;font-size:11px;font-weight:700}.comp-actions{justify-content:space-between;align-items:center;gap:10px;margin-top:4px;display:flex}.comp-link{color:var(--primary);font-size:13px;font-weight:800;text-decoration:none}.comp-link:hover{text-decoration:underline}.comp-add{background:linear-gradient(135deg, var(--primary), var(--primary2));color:#fff;border:0;border-radius:999px;padding:8px 13px;font-size:12.5px;font-weight:800}@media (max-width:620px){.comp-grid{grid-template-columns:1fr}.comp-tile{height:84px}.comp-acronym{font-size:26px}}.lens-card{margin-bottom:14px}.lens-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.lens-title{letter-spacing:-.03em;margin:10px 0 0;font-size:19px}.lens-overall{border:1px solid var(--line);background:var(--card);border-radius:16px;flex:none;align-items:baseline;gap:3px;padding:10px 14px;display:flex}.lens-overall strong{letter-spacing:-.04em;font-size:26px;font-weight:950}.lens-overall span{color:var(--muted);font-size:12px;font-weight:800}.lens-overall.good strong{color:var(--green)}.lens-overall.mid strong{color:var(--orange)}.lens-overall.low strong{color:var(--red)}.lens-chips{flex-wrap:wrap;gap:8px;margin:12px 0 4px;display:flex}.lens-chip{border:1px solid var(--line);background:var(--card);color:var(--muted);border-radius:999px;align-items:center;gap:7px;padding:8px 14px;font-size:13px;font-weight:800;transition:all .15s;display:inline-flex}.lens-chip.active{background:linear-gradient(135deg, var(--primary), var(--primary2));color:#fff;border-color:#0000}.lens-single{align-items:center;gap:8px;margin:12px 0 4px;font-size:15px;display:flex}.lens-tagline{margin:10px 0;font-size:13.5px}.lens-note{background:var(--soft-orange);border:1px solid #f59e0b40;border-radius:14px;margin-bottom:14px;padding:11px 14px;font-size:13px;font-weight:650;line-height:1.5}.lens-components{gap:12px;display:grid}.lens-component-top{align-items:center;gap:10px;margin-bottom:6px;display:flex}.lens-component-top strong{flex:1;min-width:0;font-size:13.5px}.lens-weight{color:var(--muted);border:1px dashed var(--line);white-space:nowrap;border-radius:999px;flex:none;padding:3px 8px;font-size:11px;font-weight:800}.lens-score{flex:none;font-size:13px;font-weight:900}.lens-score.good{color:var(--green)}.lens-score.mid{color:var(--orange)}.lens-score.low{color:var(--red)}.lens-bar{background:#64748b29;border-radius:999px;height:7px;overflow:hidden}.lens-bar span{border-radius:999px;height:100%;transition:width .35s;display:block}.lens-bar span.good{background:linear-gradient(90deg, var(--green), var(--primary))}.lens-bar span.mid{background:var(--orange)}.lens-bar span.low{background:var(--red)}.lens-hint{color:var(--muted);margin:6px 0 0;font-size:12px;line-height:1.45}@media (max-width:620px){.lens-title{font-size:17px}.lens-overall{padding:8px 12px}.lens-overall strong{font-size:22px}}.match-card{margin-bottom:14px}.match-bucket{border:1px solid var(--line);border-radius:18px;margin-bottom:10px;padding:14px 16px}.match-bucket.ready{background:var(--soft-green);border-color:#14b8a647}.match-bucket.close{background:var(--soft-blue)}.match-bucket.upgrade{background:var(--soft-orange);border-color:#f59e0b40}.match-bucket.far{background:var(--soft-red);border-color:#ef444433}.match-bucket-head{align-items:center;gap:10px;display:flex}.match-bucket-head strong{font-size:14.5px}.match-count{background:var(--card);color:var(--muted);border-radius:999px;padding:2px 9px;font-size:11.5px;font-weight:900}.match-note{margin:4px 0 10px;font-size:12.5px}.match-list{gap:7px;display:grid}.match-row{background:var(--card);border:1px solid var(--line);border-radius:12px;flex-wrap:wrap;align-items:baseline;gap:4px 10px;padding:8px 12px;display:flex}.match-uni{font-size:13px;font-weight:800}.match-score{color:var(--primary);font-size:12.5px;font-weight:900}.match-score i{color:var(--muted);font-size:11px;font-style:normal;font-weight:700}.match-missing{color:var(--muted);flex-basis:100%;font-size:11.5px}.match-more{color:var(--muted);padding:4px 2px;font-size:12px;font-weight:800}.match-row{padding:0;overflow:hidden}.match-row-head{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;align-items:baseline;gap:10px;padding:10px 12px;display:flex}.match-row-head:hover .match-uni{color:var(--primary)}.match-row .match-missing{padding:0 12px 9px;display:block}.match-uni{flex:1;min-width:0}.match-chevron{color:var(--muted);flex:none;font-size:18px;line-height:1;transition:transform .18s;transform:rotate(90deg)}.match-chevron.up{transform:rotate(-90deg)}.match-row.expanded{border-color:#788cc866}.match-detail{border-top:1px dashed var(--line);padding:4px 12px 14px}.match-philosophy{color:var(--muted);margin:10px 0;font-size:12.5px;line-height:1.55}.match-detail-meta{gap:6px;margin-bottom:12px;display:flex}.match-detail-title{letter-spacing:.02em;margin:10px 0 7px;font-size:12px;display:block}.match-detail-title.lack{color:var(--red)}.match-valued{flex-wrap:wrap;gap:6px;display:flex}.match-val-chip{border:1px solid var(--line);background:var(--card2);border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:11.5px;font-weight:750;display:inline-flex}.match-val-chip b{font-weight:900}.match-val-chip i{border-radius:999px;padding:1px 6px;font-size:10.5px;font-style:normal;font-weight:900}.match-val-chip.good i{background:var(--soft-green);color:var(--green)}.match-val-chip.mid i{background:var(--soft-orange);color:var(--orange)}.match-val-chip.low i{background:var(--soft-red);color:var(--red)}.match-detail-list{color:var(--muted);margin:0;padding-left:18px;font-size:12.5px;line-height:1.6}.match-row{border-radius:16px;transition:border-color .15s,transform .15s,box-shadow .15s}.match-row:hover{border-color:#788cc873;transform:translateY(-1px);box-shadow:0 8px 22px #00000014}.match-row-head{align-items:center;gap:12px;padding:11px 12px}.uni-tile{color:#fff;border-radius:14px;flex:none;place-items:center;width:52px;height:52px;display:grid;position:relative;overflow:visible}.uni-tile b{letter-spacing:-.02em;text-shadow:0 3px 10px #00000059;font-size:14px;font-weight:950}.uni-tile i{filter:drop-shadow(0 2px 4px #0000004d);font-size:15px;font-style:normal;position:absolute;bottom:-5px;right:-5px}.uni-tile.r-us{background:linear-gradient(135deg,#3f63f1,#8b5cf6)}.uni-tile.r-uk{background:linear-gradient(135deg,#1e3a8a,#7c3aed)}.uni-tile.r-europe{background:linear-gradient(135deg,#0ea5e9,#6366f1)}.uni-tile.r-canada{background:linear-gradient(135deg,#ef4444,#f97316)}.uni-tile.r-australia{background:linear-gradient(135deg,#f59e0b,#10b981)}.uni-tile.r-asia{background:linear-gradient(135deg,#e11d48,#8b5cf6)}.uni-tile.r-middle_east{background:linear-gradient(135deg,#059669,#eab308)}.match-uni-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.match-uni{white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;line-height:1.25;overflow:hidden}.match-uni-meta{flex-wrap:wrap;gap:8px;display:flex}.match-uni-meta em{color:var(--muted);font-size:10.5px;font-style:normal;font-weight:800}.match-rank{color:var(--primary)!important}.match-strip{background:#64748b26;border-radius:999px;max-width:260px;height:5px;overflow:hidden}.match-strip-fill{border-radius:999px;height:100%;transition:width .35s;display:block}.match-strip-fill.ready{background:linear-gradient(90deg, var(--green), var(--primary))}.match-strip-fill.close{background:linear-gradient(90deg, var(--primary), var(--primary2))}.match-strip-fill.upgrade{background:var(--orange)}.match-strip-fill.far{background:var(--red)}.match-side{flex:none;align-items:center;gap:8px;display:flex}@media (max-width:620px){.uni-tile{border-radius:12px;width:46px;height:46px}.uni-tile b{font-size:12.5px}.match-uni{white-space:normal}.match-strip{max-width:none}}.opp-tile-label{letter-spacing:-.02em;text-shadow:0 4px 14px #0000004d;font-size:15px;font-weight:900}.opp-cost{border-radius:999px;padding:3px 9px;font-size:11px;font-weight:850}.opp-cost.cost-free,.opp-cost.cost-stipend{background:var(--soft-green);color:var(--green)}.opp-cost.cost-scholarship{background:var(--soft-blue);color:var(--primary)}.opp-cost.cost-paid{color:var(--muted);background:#64748b1a}.gap-btn{background:linear-gradient(135deg, var(--primary), var(--primary2));color:#fff;border:0;border-radius:999px;margin-left:6px;padding:3px 10px;font-size:11px;font-weight:800}.score-spark{flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;display:flex}.score-spark-total{font-size:12px;font-weight:900}.score-spark-total.up{color:var(--green)}.score-spark-total.down{color:var(--red)}.score-delta-pop{border-radius:999px;padding:4px 11px;font-size:16px;font-weight:950;animation:.6s delta-pop}.score-delta-pop.up{background:var(--soft-green);color:var(--green)}.score-delta-pop.down{background:var(--soft-red);color:var(--red)}@keyframes delta-pop{0%{opacity:0;transform:scale(.4)}60%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.analyzing-hint{color:var(--primary);margin:10px 0 0;font-size:13px;font-weight:700;animation:2.4s infinite hint-fade}@keyframes hint-fade{0%,to{opacity:.55}50%{opacity:1}}.essay-modes{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.essay-mode{border:1px solid var(--line);background:var(--card);color:var(--muted);border-radius:999px;padding:10px 16px;font-size:13.5px;font-weight:800}.essay-mode.active{background:linear-gradient(135deg, var(--primary), var(--primary2));color:#fff;border-color:#0000}.essay-input{min-height:180px;font-size:14px;line-height:1.6}.essay-counter{text-align:right;margin:6px 0 12px;font-size:11.5px}.essay-uni-note{margin:14px 0 8px;font-size:12.5px;font-weight:700}.essay-ideas{gap:10px;margin-top:6px;display:grid}.essay-idea{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:14px 16px}.essay-idea strong{font-size:14.5px}.essay-hook{margin:7px 0;font-size:13.5px;font-style:italic;line-height:1.5}.essay-idea p.muted{margin:4px 0 0;font-size:12.5px;line-height:1.5}.essay-verdict{margin:6px 0 12px;font-size:14px;line-height:1.55}.essay-review .criteria-strip{border-top:0;margin-top:4px;padding-top:0}.essay-score{border:1px solid var(--line);border-radius:18px;margin:12px 0;overflow:hidden}.essay-score-head{background:var(--bg2);border-bottom:1px solid var(--line);align-items:center;gap:16px;padding:14px 16px;display:flex}.essay-score-total{align-items:baseline;gap:2px;display:flex}.essay-score-total strong{letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:34px}.essay-score-total span{color:var(--muted);font-size:15px;font-weight:700}.essay-score-band{flex-direction:column;gap:2px;min-width:0;display:flex}.essay-score-band b{font-size:14.5px}.essay-score-band .muted{font-size:12px}.essay-score-head.band-top .essay-score-total strong{color:var(--green)}.essay-score-head.band-high .essay-score-total strong{color:var(--primary)}.essay-score-head.band-mid .essay-score-total strong{color:var(--orange)}.essay-score-head.band-low .essay-score-total strong,.essay-score-head.band-none .essay-score-total strong{color:var(--red)}.essay-criteria{background:var(--line);gap:1px;display:grid}.essay-criterion{background:var(--card);padding:11px 16px}.essay-criterion-head{justify-content:space-between;align-items:baseline;gap:10px;font-size:13.5px;display:flex}.essay-criterion-head b{font-variant-numeric:tabular-nums;flex:none}.essay-criterion-bar{gap:4px;margin:6px 0 0;display:flex}.essay-criterion-bar i{background:#64748b2e;border-radius:999px;flex:1;height:5px}.essay-criterion-bar i.on{background:var(--orange)}.essay-criterion-bar i.on.s3{background:var(--primary)}.essay-criterion-bar i.on.s4{background:var(--green)}.essay-criterion-note{color:var(--muted);margin:6px 0 0;font-size:12.5px;line-height:1.45}.essay-rewrites{margin-top:14px}.essay-rewrites>strong{margin-bottom:8px;font-size:13px;display:block}.essay-rewrite{border:1px solid var(--line);background:#64748b0f;border-radius:14px;margin-bottom:8px;padding:11px 14px}.essay-quote{color:var(--muted);margin:0 0 6px;font-size:12.5px;font-style:italic}.essay-suggestion{color:var(--green);margin:0;font-size:13px;font-weight:650;line-height:1.5}.essay-types{margin-bottom:10px}.essay-question{margin-bottom:8px}.essay-type-note{margin:0 0 12px;font-size:12px;line-height:1.5}.guide-modal{width:min(760px,100%)}.guide-section{border:1px solid var(--line);background:#64748b0a;border-radius:16px;margin-bottom:10px;overflow:hidden}.guide-section>summary{cursor:pointer;padding:14px 16px;font-size:14.5px;font-weight:850;list-style:none}.guide-section>summary::-webkit-details-marker{display:none}.guide-section[open]>summary{border-bottom:1px dashed var(--line)}.guide-body{padding:12px 16px 14px}.guide-body p,.guide-body li{color:var(--muted);margin:0 0 8px;font-size:13.5px;line-height:1.6}.guide-body b{color:var(--text)}.guide-term{margin:0 0 9px}.guide-steps{margin:0;padding-left:20px}.guide-steps li{margin-bottom:9px}.mobile-tabs::-webkit-scrollbar{display:none}.unis-list{margin-top:4px}.uni-facts{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:12px 0;display:grid}.uni-fact{background:var(--card);border:1px solid var(--line);border-radius:14px;flex-direction:column;gap:3px;padding:11px 12px;display:flex}.uni-fact-ico{font-size:16px}.uni-fact-label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:10px;font-weight:800}.uni-fact strong{letter-spacing:-.01em;font-size:13px;line-height:1.25}.uni-quote{border-left:3px solid var(--primary);background:#64748b0f;border-radius:0 12px 12px 0;padding:12px 14px;font-style:italic}@media (max-width:620px){.uni-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}.comp-profile-tag.hit{background:var(--soft-blue);color:var(--primary);border-color:#0000;font-weight:800}.bvi-box{gap:8px;margin-bottom:14px;display:grid}.bvi-title{letter-spacing:.01em;font-size:13px}.bvi-row{border:1px solid var(--line);background:#64748b0d;border-radius:14px;gap:10px;padding:11px 13px;display:flex}.bvi-row.good{background:var(--soft-green);border-color:#14b8a64d}.bvi-row.warn{background:var(--soft-orange);border-color:#f59e0b4d}.bvi-ico{flex:none;font-size:15px}.bvi-row b{font-size:13px}.bvi-row p{color:var(--muted);margin:3px 0 0;font-size:12.5px;line-height:1.5}.checklist-card{margin-bottom:14px}.check-group{margin-bottom:12px}.check-group-title{margin-bottom:8px;font-size:13px;display:block}.check-item{border:1px solid var(--line);background:#64748b0d;border-radius:16px;align-items:flex-start;gap:11px;margin-bottom:8px;padding:12px 14px;display:flex}.check-item.done{background:var(--soft-green);border-color:#14b8a64d}.check-mark{flex:none;margin-top:1px;font-size:14px}.check-item-body{flex:1;min-width:0}.check-item-body b{font-size:13.5px}.check-item-body p{color:var(--muted);margin:4px 0 0;font-size:12.5px;line-height:1.55}.check-glossary{margin-top:6px}.check-glossary summary{cursor:pointer;color:var(--primary);font-size:12px;font-weight:800;list-style:none}.check-glossary summary::-webkit-details-marker{display:none}.check-glossary p{background:var(--soft-blue);color:var(--text);border-radius:12px;margin:6px 0 0;padding:10px 12px;font-size:12.5px;line-height:1.55}.check-task-btn{flex:none;margin-top:2px}.check-basis{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;margin:8px 0 14px;font-size:11.5px;display:flex}.check-basis-chip{background:#64748b1a;border-radius:999px;padding:3px 9px;font-weight:700}.check-empty{border:1px dashed var(--line);background:var(--soft-blue);color:var(--text);border-radius:14px;padding:16px;font-size:13px;line-height:1.55}.check-scope{vertical-align:middle;background:#64748b1f;border-radius:6px;margin-right:7px;padding:1px 7px;font-size:12px;display:inline-block}.check-why{white-space:pre-line}.auth-modal{width:min(420px,100%)}.auth-google{border:1px solid var(--line);background:var(--card);width:100%;color:var(--text);cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:10px;margin:6px 0 14px;padding:12px;font-size:14px;font-weight:800;display:flex}.auth-google:hover{background:#64748b0f}.auth-google-g{background:conic-gradient(from -45deg, #ea4335 0 25%, #fbbc05 0 50%, #34a853 0 75%, #4285f4 0);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:900;display:inline-flex}.auth-divider{color:var(--muted);align-items:center;gap:10px;margin:4px 0 14px;font-size:12px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--line);flex:1;height:1px}.auth-field{margin-bottom:12px;display:block}.auth-field span{color:var(--muted);margin-bottom:5px;font-size:12px;font-weight:800;display:block}.auth-field input{width:100%}.auth-submit{width:100%;margin-top:6px}.auth-notice{background:var(--soft-green);color:var(--green);border-radius:12px;margin-top:10px;padding:11px 13px;font-size:13px;line-height:1.5}.auth-switch{text-align:center;color:var(--muted);margin:14px 0 0;font-size:13px}.auth-switch button{color:var(--primary);cursor:pointer;background:0 0;border:0;margin-left:6px;font-weight:800}.auth-chip{align-items:center;gap:6px;font-weight:900;display:inline-flex}.auth-chip-out{color:var(--muted);font-size:11px;font-weight:700}.auth-loading{letter-spacing:-.02em;min-height:60vh;color:var(--muted);justify-content:center;align-items:center;font-size:20px;font-weight:900;display:flex}.auth-gate{grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;max-width:1040px;min-height:78vh;margin:0 auto;padding:48px 24px;display:grid}.auth-gate-hero h1{letter-spacing:-.03em;margin:10px 0 16px;font-size:40px;line-height:1.08}.auth-gate-hero .lead{color:var(--muted);max-width:460px;font-size:16px;line-height:1.6}.auth-gate-points{gap:12px;margin:22px 0 0;padding:0;list-style:none;display:grid}.auth-gate-points li{font-size:15px;font-weight:650}.auth-gate-card{width:100%;max-width:400px;padding:26px}.auth-title{letter-spacing:-.02em;margin:0 0 4px;font-size:22px}.auth-sub{margin:0 0 18px;font-size:13.5px;line-height:1.5}.auth-forgot{color:var(--primary);cursor:pointer;background:0 0;border:0;margin:-4px 0 4px auto;font-size:12.5px;font-weight:750;display:block}.auth-close{position:absolute;top:14px;right:14px}.auth-modal{position:relative}.avatar-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg, var(--primary), var(--primary2));border:0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;font-weight:900;transition:transform .12s;display:inline-flex;box-shadow:0 2px 8px #4f46e559}.avatar-btn:hover{transform:scale(1.06)}.account-card{margin-bottom:16px}.account-row{align-items:center;gap:14px;margin:12px 0 16px;display:flex}.account-avatar{color:#fff;background:linear-gradient(135deg, var(--primary), var(--primary2));border-radius:50%;flex:none;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;font-weight:900;display:inline-flex}.account-info{flex-direction:column;gap:2px;min-width:0;display:flex}.account-info b{text-overflow:ellipsis;font-size:15px;overflow:hidden}.account-info .muted{font-size:12.5px}.account-actions{flex-wrap:wrap;gap:10px;display:flex}.account-signout{border:1px solid var(--line);background:var(--card);color:var(--red);cursor:pointer;border-radius:12px;padding:10px 16px;font-size:13.5px;font-weight:800}.account-signout:hover{background:var(--soft-red);border-color:#0000}@media (max-width:760px){.auth-gate{grid-template-columns:1fr;gap:24px;min-height:0;padding:28px 16px}.auth-gate-hero h1{font-size:30px}.auth-gate-card{max-width:100%}}.sync-status{font-size:12.5px;font-weight:700}.sync-status.sync-idle,.sync-status.sync-saving{color:var(--muted)}.sync-status.sync-saved{color:var(--green)}.sync-status.sync-error{color:var(--red)}.tour-root{z-index:4000;position:fixed;inset:0}.tour-dim{background:#060a14b8;position:fixed;inset:0}.tour-spot{box-shadow:0 0 0 9999px #060a14b8, 0 0 0 3px var(--primary), 0 0 24px 4px #6366f199;pointer-events:none;border-radius:14px;transition:top .25s,left .25s,width .25s,height .25s;position:fixed}.tour-card{background:var(--card);border:1px solid var(--line);z-index:4001;border-radius:18px;width:min(320px,100vw - 32px);padding:18px 18px 16px;position:fixed;box-shadow:0 20px 60px #00000073}.tour-card.center{top:50%;left:50%;transform:translate(-50%,-50%)}.tour-card.below{transform:translate(-50%)}.tour-card.above{transform:translate(-50%,-100%)}.tour-step-count{color:var(--muted);letter-spacing:.06em;font-size:11px;font-weight:800}.tour-card h3{letter-spacing:-.01em;margin:6px 0 8px;font-size:17px}.tour-card p{color:var(--muted);margin:0 0 16px;font-size:13.5px;line-height:1.55}.tour-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.tour-nav{gap:8px;display:flex}.tour-skip{color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:13px;font-weight:700}.tour-back{border:1px solid var(--line);background:var(--card);color:var(--text);cursor:pointer;border-radius:10px;padding:8px 14px;font-size:13px;font-weight:800}.tour-next{background:linear-gradient(135deg, var(--primary), var(--primary2));color:#fff;cursor:pointer;border:0;border-radius:10px;padding:8px 18px;font-size:13px;font-weight:850}.score-empty{text-align:center;padding:26px 16px 22px}.score-empty-icon{margin-bottom:10px;font-size:42px}.score-empty h3{letter-spacing:-.01em;margin:0 0 8px;font-size:18px}.score-empty p{max-width:380px;margin:0 auto 18px;font-size:13.5px;line-height:1.55}.score-empty .primary{font-size:14px}html,body{max-width:100%;overflow-x:hidden}@media (max-width:620px){.card,.match-row,.comp-card,.check-item,.bvi-row,.essay-idea,h1,h2,h3,p,strong,b,span,a,li{overflow-wrap:break-word}.portfolio-item>div,.match-uni-info,.check-item-body,.account-info,.bvi-row>div,.lens-component,.feed-body,.comp-body{min-width:0}.app,main.app{overflow-x:hidden}.score-hero-value{flex-wrap:wrap;row-gap:4px}.score-hero-value strong{font-size:clamp(52px,20vw,84px);line-height:1}.score-delta-pop{font-size:14px}.coverage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.coverage-card strong{font-size:18px}.account-info b,.sync-status{overflow-wrap:anywhere;max-width:100%}.uni-fact strong{overflow-wrap:anywhere}.match-uni-meta{flex-wrap:wrap;row-gap:3px}.comp-actions,.account-actions,.hero-actions,.tour-actions{flex-wrap:wrap}.modal,.guide-modal,.auth-modal{width:calc(100vw - 24px);max-height:88vh;overflow-y:auto}.lens-component-top{flex-wrap:wrap;row-gap:4px}.lens-component-top strong{flex:100%}.lens-chips{scrollbar-width:none;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.lens-chips::-webkit-scrollbar{display:none}.lens-chip{flex:none}.portfolio-item{gap:10px}.portfolio-item .mark{flex:none}.portfolio-actions{flex-wrap:wrap;gap:8px}.coverage-card{padding:12px}.coverage-card span{font-size:11px}}.score-intro{padding:6px 4px 4px}.score-intro-head{text-align:center;max-width:460px;margin:0 auto 20px}.score-intro-head h2{letter-spacing:-.02em;margin:12px 0 10px;font-size:22px;line-height:1.2}.score-intro-head p{font-size:14px;line-height:1.6}.score-steps{gap:12px;max-width:480px;margin:0 auto 20px;display:grid}.score-step{border:1px solid var(--line);background:#64748b0f;border-radius:16px;align-items:flex-start;gap:14px;padding:14px 16px;display:flex}.score-step-num{color:#fff;background:linear-gradient(135deg, var(--primary), var(--primary2));border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:15px;font-weight:900;display:inline-flex}.score-step>div{min-width:0}.score-step strong{margin-bottom:3px;font-size:14.5px;display:block}.score-step p{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.score-intro-cta{margin:0 auto;font-size:14.5px;display:block}@media (max-width:620px){.score-intro-head h2{font-size:19px}.score-intro-cta{width:100%}}.coach-ring{border:2.5px solid var(--primary);pointer-events:none;z-index:3500;border-radius:14px;transition:top .3s,left .3s,width .3s,height .3s;animation:1.5s ease-in-out infinite coach-pulse;position:fixed;box-shadow:0 0 0 4px #6366f140,0 0 22px 4px #6366f18c}.coach-ring.done{border-color:var(--green);animation:none;box-shadow:0 0 0 4px #14b8a64d,0 0 22px 6px #14b8a699}@keyframes coach-pulse{0%,to{box-shadow:0 0 0 4px #6366f138,0 0 18px 3px #6366f173}50%{box-shadow:0 0 0 7px #6366f11a,0 0 28px 8px #6366f1b3}}.coach-banner{background:var(--card);border:1px solid var(--line);z-index:3501;pointer-events:none;border-radius:18px;width:min(440px,100vw - 24px);padding:14px 16px;transition:top .3s,bottom .3s;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 18px 50px #0006}.coach-banner button{pointer-events:auto}.coach-banner.at-bottom{top:auto;bottom:24px}.coach-banner.at-top{top:96px;bottom:auto}.coach-progress{gap:5px;margin-bottom:10px;display:flex}.coach-dot{background:var(--line);border-radius:999px;flex:1;height:4px;transition:background .2s}.coach-dot.active{background:linear-gradient(90deg, var(--primary), var(--primary2))}.coach-dot.done{background:var(--green)}.coach-body strong{letter-spacing:-.01em;margin-bottom:4px;font-size:14.5px;display:block}.coach-body p{color:var(--muted);margin:0 0 12px;font-size:13px;line-height:1.5}.coach-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.coach-skip{color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:12.5px;font-weight:700}.coach-go{background:linear-gradient(135deg, var(--primary), var(--primary2));color:#fff;cursor:pointer;border:0;border-radius:11px;padding:9px 18px;font-size:13.5px;font-weight:850}@media (max-width:620px){.coach-banner.at-bottom{bottom:88px}.coach-banner.at-top{top:76px}}.coach-hint-wait{color:var(--primary);font-size:12.5px;font-weight:800}.coach-drag{cursor:grab;pointer-events:auto;touch-action:none;border-radius:8px;align-items:center;gap:10px;margin:-4px -4px 8px;padding:4px;display:flex}.coach-drag:active{cursor:grabbing}.coach-drag .coach-progress{flex:1;margin-bottom:0}.coach-grip{color:var(--muted);opacity:.7;letter-spacing:-1px;flex:none;font-size:13px;line-height:1}.coach-banner.dragged{transition:none}.exam-choice{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.exam-pick{text-align:left;cursor:pointer;border:1px solid var(--line);background:var(--card);color:var(--text);border-radius:16px;padding:16px}.exam-pick.active{box-shadow:0 0 0 2px var(--primary);background:var(--soft-blue);border-color:#0000}.exam-pick strong{margin-bottom:4px;font-size:16px;display:block}.exam-pick span{color:var(--muted);font-size:12.5px;line-height:1.45}.exam-modes{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;display:grid}.exam-mode-card{border:1px solid var(--line);background:var(--card);border-radius:18px;padding:18px}.exam-mode-card h3{margin:0 0 8px;font-size:15.5px}.exam-mode-card p{margin:0 0 14px;font-size:13px;line-height:1.5}.exam-brief{text-align:center;max-width:560px;margin:0 auto;padding:28px 22px}.exam-brief-step{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:8px;font-size:12px;display:inline-block}.exam-brief h2{margin:0 0 20px;font-size:24px}.exam-brief-facts{justify-content:center;gap:14px;margin-bottom:22px;display:flex}.exam-brief-facts div{border:1px solid var(--line);background:var(--card);border-radius:15px;flex:0 0 118px;padding:14px 10px}.exam-brief-facts strong{font-size:26px;line-height:1.1;display:block}.exam-brief-facts span{color:var(--muted);font-size:12px}.exam-brief-rules{text-align:left;margin:0 0 18px;padding:0;list-style:none}.exam-brief-rules li{border-bottom:1px solid var(--line);padding:7px 0 7px 22px;font-size:13.5px;line-height:1.5;position:relative}.exam-brief-rules li:last-child{border-bottom:0}.exam-brief-rules li:before{content:"";background:var(--primary);border-radius:50%;width:6px;height:6px;position:absolute;top:15px;left:4px}.exam-brief-actions{justify-content:center;gap:10px;margin-top:18px;display:flex}.exam-brief-actions button{min-width:150px}.exam-test-card.mock{border-color:var(--primary);margin-bottom:22px}.exam-test-card.mock .exam-test-num{font-size:18px}.exam-tests-progress{color:var(--muted);margin:0 0 14px;font-size:13px}.exam-tests-grid{grid-template-columns:repeat(auto-fill,minmax(228px,1fr));gap:12px;display:grid}.exam-test-card{border:1px solid var(--line);background:var(--card);border-radius:18px;flex-direction:column;padding:16px;display:flex}.exam-test-card.sat{border-color:#14b8a666}.exam-test-head{align-items:center;gap:12px;margin-bottom:12px;display:flex}.exam-test-num{background:linear-gradient(135deg, var(--primary), var(--primary2));color:#fff;border-radius:11px;flex:none;place-items:center;width:34px;height:34px;font-size:15px;font-weight:700;display:grid}.exam-test-head strong{font-size:14.5px;display:block}.exam-test-head span{color:var(--muted);font-size:12px}.exam-test-parts{margin:0 0 12px;padding:0;list-style:none}.exam-test-parts li{color:var(--muted);justify-content:space-between;padding:3px 0;font-size:12.5px;display:flex}.exam-test-parts li span:last-child{color:var(--text);font-variant-numeric:tabular-nums}.exam-test-result{background:var(--soft-green);border-radius:11px;align-items:baseline;gap:8px;margin-bottom:12px;padding:9px 11px;display:flex}.exam-test-result strong{font-size:17px}.exam-test-result span{font-size:11.5px}.exam-test-result.empty{border:1px dashed var(--line);background:0 0}.exam-test-actions{gap:8px;margin-top:auto;display:flex}.exam-test-actions button{flex:1;padding:9px 12px;font-size:13px}.exam-tests-note{margin-top:18px;font-size:12px;line-height:1.55}.exam-history-tag{color:var(--muted);font-size:10.5px;font-style:normal;font-weight:500;display:block}.exam-history-tag.has-plan{color:var(--green);font-weight:700}[data-theme=dark] .exam-test-result{background:#14b8a624}.exam-skill-row{flex-wrap:wrap;gap:8px;display:flex}.exam-skill-row button{padding:8px 14px;font-size:13px}.exam-disclaimer{margin-top:18px;font-size:11.5px;line-height:1.5}.exam-runner{flex-direction:column;gap:14px;display:flex}.exam-topbar{background:var(--card);border:1px solid var(--line);border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.exam-module-label{font-size:13.5px;font-weight:850}.exam-timer{font-variant-numeric:tabular-nums;background:#64748b1a;border-radius:10px;padding:4px 14px;font-size:20px;font-weight:900}.exam-timer.low{color:var(--red);background:var(--soft-red);animation:1.6s ease-in-out infinite coach-pulse}.exam-quit,.exam-progress-label,.exam-domain{color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:12.5px;font-weight:700}.exam-navigator{flex-wrap:wrap;gap:6px;display:flex}.exam-nav-dot{cursor:pointer;border:1px solid var(--line);background:var(--card);width:30px;height:30px;color:var(--muted);border-radius:9px;font-size:12.5px;font-weight:800}.exam-nav-dot.answered{background:var(--soft-blue);color:var(--primary);border-color:#0000}.exam-nav-dot.current{box-shadow:0 0 0 2px var(--primary);color:var(--text)}.exam-nav-dot.flagged{border-color:var(--orange)}.exam-question{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:18px}.exam-question.split{grid-template-columns:1fr 1fr;gap:0;padding:0;display:grid;overflow:hidden}.exam-question.split .exam-stimulus{border-right:1px solid var(--line);max-height:60vh;padding:20px;overflow-y:auto}.exam-question.split .exam-body{padding:20px}.exam-stimulus p{margin:0 0 12px;font-size:14px;line-height:1.65}.exam-context{margin:0 0 10px;font-size:12.5px}.exam-prompt{margin:0 0 16px;font-size:14.5px;font-weight:650;line-height:1.6}.exam-options{gap:9px;display:grid}.exam-option{align-items:stretch;gap:6px;display:flex}.exam-option-main{text-align:left;cursor:pointer;border:1px solid var(--line);background:var(--card);color:var(--text);border-radius:12px;flex:1;align-items:flex-start;gap:11px;padding:12px 14px;font-size:13.5px;line-height:1.5;display:flex}.exam-option.selected .exam-option-main{box-shadow:0 0 0 2px var(--primary);background:var(--soft-blue);border-color:#0000}.exam-option.eliminated .exam-option-main{opacity:.4;text-decoration:line-through}.exam-letter{border:1px solid var(--line);border-radius:50%;flex:none;justify-content:center;align-items:center;width:22px;height:22px;font-size:11.5px;font-weight:900;display:inline-flex}.exam-option.selected .exam-letter{background:var(--primary);color:#fff;border-color:#0000}.exam-strike{border:1px solid var(--line);background:var(--card);color:var(--muted);cursor:pointer;border-radius:10px;padding:0 9px}.exam-text-answer,.exam-essay{width:100%}.exam-essay{min-height:220px;font-size:14px;line-height:1.6}.exam-wordcount{text-align:right;margin:6px 0 0;font-size:12px}.exam-footer{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.exam-answered{margin-left:auto;font-size:12.5px}.exam-flag{border:1px solid var(--line);background:var(--card);color:var(--muted);cursor:pointer;border-radius:11px;padding:9px 14px;font-size:13px;font-weight:750}.exam-flag.on{color:var(--orange);border-color:var(--orange)}.exam-audio{background:var(--soft-blue);border-radius:14px;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 14px;display:flex}.exam-audio-btn{background:linear-gradient(135deg, var(--primary), var(--primary2));color:#fff;cursor:pointer;border:0;border-radius:11px;padding:10px 18px;font-size:13.5px;font-weight:850}.exam-audio-btn:disabled{opacity:.6}.exam-audio-note{font-size:12px}.exam-explain{border:1px solid var(--line);border-radius:14px;padding:14px 16px}.exam-explain.right{background:var(--soft-green);border-color:#0000}.exam-explain.wrong{background:var(--soft-red);border-color:#0000}.exam-explain p{margin:6px 0 0;font-size:13px;line-height:1.6}.exam-score-hero{background:var(--card);border:1px solid var(--line);border-radius:18px;flex-wrap:wrap;align-items:center;gap:24px;margin-bottom:18px;padding:20px;display:flex}.exam-total strong{letter-spacing:-.03em;font-size:52px;font-weight:950;line-height:1}.exam-total span{color:var(--muted);margin-left:6px;font-size:16px}.exam-subscores{flex-wrap:wrap;gap:20px;display:flex}.exam-subscores div{flex-direction:column;display:flex}.exam-subscores span{color:var(--muted);font-size:11.5px;font-weight:700}.exam-subscores strong{font-size:22px}.exam-h3{margin:20px 0 10px;font-size:15px}.exam-weak{gap:8px;display:grid}.exam-weak-row{border:1px solid var(--line);background:#64748b0d;border-radius:12px;align-items:center;gap:12px;padding:10px 14px;display:flex}.exam-weak-name{flex:0 0 40%;min-width:0;font-size:13px;font-weight:700}.exam-weak-bar{background:#64748b2e;border-radius:999px;flex:1;height:7px;overflow:hidden}.exam-weak-bar>span{background:var(--primary);border-radius:999px;height:100%;display:block}.exam-weak-row.sev-critical .exam-weak-bar>span{background:var(--red)}.exam-weak-row.sev-weak .exam-weak-bar>span{background:var(--orange)}.exam-weak-row.sev-strong .exam-weak-bar>span{background:var(--green)}.exam-weak-num{color:var(--muted);flex:none;font-size:12.5px;font-weight:800}.exam-writing-block{padding:12px 0}.exam-writing-result{background:var(--card);border:1px solid var(--line);border-radius:16px;margin-top:12px;padding:16px}.exam-band{margin-bottom:10px;font-size:32px;font-weight:950}.exam-band span{color:var(--muted);font-size:14px;font-weight:700}.exam-issue{color:var(--muted);margin:6px 0 0;font-size:13px;line-height:1.55}.exam-fix{background:#64748b0f;border-radius:12px;margin-top:10px;padding:11px 13px}.exam-quote{color:var(--muted);margin:0 0 6px;font-size:12.5px;font-style:italic}.exam-better{color:var(--green);margin:0;font-size:13px;font-weight:650;line-height:1.5}.exam-plan{gap:10px;display:grid}.exam-plan-label{letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin-bottom:6px;font-size:10.5px;font-weight:700;display:block}.exam-plan-block{margin-top:16px}.exam-plan-target{background:var(--soft-green);border:1px solid #14b8a647;border-radius:14px;margin-top:14px;padding:12px 14px}.exam-plan-target strong{font-size:14.5px;line-height:1.45}.exam-diagnosis{gap:8px;display:grid}.exam-diagnosis-row{border:1px solid var(--line);background:#64748b0f;border-radius:14px;padding:10px 12px}.exam-diagnosis-row strong{font-size:13.5px}.exam-diagnosis-row p{color:var(--muted);margin:4px 0 0;font-size:12.5px;line-height:1.5}.exam-diagnosis-fix{font-weight:600;color:var(--primary)!important}.exam-weeks{gap:8px;display:grid}.exam-week{border:1px solid var(--line);background:var(--bg2);border-radius:14px;padding:11px 13px}.exam-week-head{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:4px;display:flex}.exam-week-num{color:var(--primary);font-size:11.5px;font-weight:800}.exam-week-hours{color:var(--muted);font-variant-numeric:tabular-nums;font-size:11.5px;font-weight:600}.exam-week strong{font-size:13.5px;line-height:1.4}.exam-week-drills{gap:4px;margin:7px 0 0;padding-left:18px;font-size:12.5px;line-height:1.5;display:grid}.exam-week-drills li::marker{color:var(--muted)}.exam-plan-first{background:var(--soft-blue);border:1px solid #3f63f138;border-radius:14px;margin-top:14px;padding:12px 14px}.exam-plan-add{width:100%;margin-top:14px}.exam-plan-first p{margin:0;font-size:13.5px;font-weight:600;line-height:1.5}.exam-plan-summary{margin:0 0 6px;font-size:13.5px;line-height:1.6}.exam-results-actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.exam-passage{border:1px solid var(--line);background:var(--card);border-radius:18px;grid-template-columns:1fr 1fr;gap:0;display:grid;overflow:hidden}.exam-passage-source{border-right:1px solid var(--line);align-self:start;max-height:68vh;padding:20px;position:sticky;top:0;overflow-y:auto}.exam-passage.audio .exam-passage-source{max-height:none;position:static}.exam-passage-questions{max-height:68vh;padding:8px 4px;overflow-y:auto}.exam-page-question{border-bottom:1px solid var(--line);cursor:pointer;border-left:3px solid #0000;padding:16px 18px}.exam-page-question:last-child{border-bottom:0}.exam-page-question.active{border-left-color:var(--primary);background:var(--soft-blue)}.exam-page-question-head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.exam-page-num{background:var(--soft-blue);min-width:26px;height:26px;color:var(--primary);border-radius:8px;justify-content:center;align-items:center;padding:0 7px;font-size:13px;font-weight:700;display:inline-flex}.exam-page-question.active .exam-page-num{background:var(--primary);color:#fff}.exam-flag.small{padding:2px 8px;font-size:13px;line-height:1.6}.exam-grade-problem{background:var(--soft-orange);color:var(--text);border:1px solid var(--line);border-radius:12px;margin:10px 0 0;padding:12px 14px;font-size:13.5px;line-height:1.55}.exam-total.pending{display:block}.exam-total.pending span{color:var(--muted);font-size:14px;font-weight:500;line-height:1.55}.exam-recorder{gap:10px;margin-top:12px;display:grid}.exam-recorder-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.exam-recorder-hint{margin:0;font-size:12.5px}.exam-recorder-clock{font-variant-numeric:tabular-nums;background:var(--soft-blue);color:var(--primary);border-radius:10px;padding:4px 12px;font-size:22px;font-weight:700}.exam-recorder-clock.prep{background:var(--soft-orange);color:var(--orange)}.exam-recorder-clock.live{background:var(--soft-red);color:var(--red);animation:1.6s ease-in-out infinite recPulse}.exam-recorder-clock.live.over{background:var(--soft-green);color:var(--green);animation:none}@keyframes recPulse{0%,to{opacity:1}50%{opacity:.55}}.exam-recorder-problem{color:var(--red);font-size:13.5px}.exam-recorder-audio{max-width:320px;height:34px}.exam-recorder-metrics{color:var(--muted);flex-wrap:wrap;gap:16px;font-size:12.5px;display:flex}.exam-recorder-metrics strong{color:var(--text);font-size:14px}.exam-recorder-transcript{font-size:13px}.exam-recorder-transcript summary{cursor:pointer;color:var(--muted)}.exam-recorder-transcript p{margin:8px 0 0;line-height:1.6}.exam-chart{gap:10px;margin:0;display:grid}.exam-chart-title{font-size:14px;font-weight:650;line-height:1.45}.exam-chart-svg{width:100%;height:auto;display:block}.exam-chart-note{margin:0;font-size:12px}.exam-chart-table{border-collapse:collapse;width:100%;font-size:13.5px}.exam-chart-table th,.exam-chart-table td{border:1px solid var(--line);text-align:right;padding:8px 10px}.exam-chart-table thead th{background:var(--soft-blue);text-align:center;font-weight:650}.exam-chart-table tbody th{text-align:left;font-weight:600}.exam-chart-process{counter-reset:step;gap:8px;margin:0;padding:0;list-style:none;display:grid}.exam-chart-process li{border:1px solid var(--line);background:var(--bg);border-radius:12px;align-items:flex-start;gap:12px;padding:11px 13px;display:flex}.exam-chart-step-num{background:var(--primary);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;font-weight:700;display:inline-flex}.exam-chart-step-body{gap:2px;font-size:13.5px;line-height:1.5;display:grid}.exam-chart-step-body .muted{font-size:12.5px}@media (max-width:760px){.exam-choice,.exam-modes,.exam-question.split{grid-template-columns:1fr}.exam-question.split .exam-stimulus{border-right:0;border-bottom:1px solid var(--line);max-height:40vh}.exam-passage{grid-template-columns:1fr}.exam-passage-source{border-right:0;border-bottom:1px solid var(--line);max-height:42vh;position:static}.exam-passage-questions{max-height:none}.exam-total strong{font-size:40px}.exam-weak-name{flex:100%}.exam-weak-row{flex-wrap:wrap}.exam-footer button{flex:auto}}.exam-history{gap:6px;margin-bottom:6px;display:grid}.exam-history-row{border:1px solid var(--line);background:#64748b0d;border-radius:12px;flex-wrap:wrap;align-items:center;gap:12px;padding:10px 14px;display:flex}.exam-history-exam{letter-spacing:.04em;color:var(--muted);font-size:11px;font-weight:900}.exam-history-score{font-size:16px;font-weight:900}.exam-history-raw{color:var(--muted);font-variant-numeric:tabular-nums;font-size:12px}.exam-history-weak{color:var(--muted);flex:1;min-width:0;font-size:12px}.exam-history-date{color:var(--muted);font-size:11.5px}.exam-history-delta{margin:4px 0 0;font-size:12.5px;font-weight:700}.builder-rows{gap:8px;margin:14px 0 18px;display:grid}.builder-row{border:1px solid var(--line);background:#64748b0d;border-radius:14px;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 14px;display:flex}.builder-row.empty{opacity:.45}.builder-label{flex:1;min-width:0;font-size:13.5px;font-weight:700}.builder-avail{color:var(--muted);font-size:11.5px}.builder-stepper{align-items:center;gap:8px;display:flex}.builder-stepper button{cursor:pointer;border:1px solid var(--line);background:var(--card);width:30px;height:30px;color:var(--text);border-radius:9px;font-size:16px;font-weight:900;line-height:1}.builder-stepper button:disabled{opacity:.35;cursor:not-allowed}.builder-stepper>span{text-align:center;font-variant-numeric:tabular-nums;min-width:22px;font-weight:900}.builder-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.exam-history-row{text-align:left;cursor:pointer;width:100%;font:inherit;color:inherit}.exam-history-row:hover{background:#64748b1a}.exam-history-open{color:var(--primary);font-size:11.5px;font-weight:800}.review-list{gap:8px;display:grid}.review-item{border:1px solid var(--line);background:var(--card);border-radius:14px;overflow:hidden}.review-item>summary{cursor:pointer;align-items:center;gap:10px;padding:12px 14px;font-size:13px;list-style:none;display:flex}.review-item>summary::-webkit-details-marker{display:none}.review-item[open]>summary{border-bottom:1px dashed var(--line)}.review-num{background:var(--soft-red);width:22px;height:22px;color:var(--red);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:11.5px;font-weight:900;display:inline-flex}.review-domain{color:var(--muted);flex:none;font-size:11px;font-weight:800}.review-prompt{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.review-body{padding:14px 16px}.review-stimulus{background:#64748b0f;border-radius:12px;max-height:240px;margin-bottom:12px;padding:12px 14px;overflow-y:auto}.review-stimulus p{margin:0 0 8px;font-size:13px;line-height:1.6}.review-full-prompt{white-space:pre-line;margin:0 0 12px;font-size:14px;font-weight:650;line-height:1.55}.review-answers{gap:8px;margin-bottom:12px;display:grid}.review-given,.review-right{border-radius:12px;padding:11px 13px}.review-given{background:var(--soft-red)}.review-right{background:var(--soft-green)}.review-given span,.review-right span{letter-spacing:.04em;text-transform:uppercase;margin-bottom:3px;font-size:11px;font-weight:800;display:block}.review-given span{color:var(--red)}.review-right span{color:var(--green)}.review-given b,.review-right b{font-size:13.5px;line-height:1.5}.review-explain{color:var(--muted);margin:0;font-size:13px;line-height:1.6}.exam-audio-secondary{cursor:pointer;border:1px solid var(--line);background:var(--card);color:var(--text);border-radius:10px;padding:8px 14px;font-size:12.5px;font-weight:800}.lens-overall .lens-empty{color:var(--muted);font-size:13px;font-weight:600}.lens-score.unknown,.lens-bar span.unknown{color:var(--muted);background:var(--line)}.score-hero-empty{color:var(--muted);font-size:20px}.onboarding-rest{margin:14px 0 0;font-size:12.5px;line-height:1.55}.dir-switch{gap:8px;margin-bottom:14px;display:flex}.dir-switch .chip.active{background:linear-gradient(135deg, var(--primary), var(--primary2));color:#fff;border-color:#0000}.comp-sort{flex-wrap:wrap;align-items:center;gap:8px;margin:4px 0 14px;display:flex}.comp-sort>span{font-size:12.5px}.ask-ai-quick{font-weight:800;background:var(--soft-blue)!important;color:var(--primary)!important;border-color:#3f63f159!important}.ask-ai-inline{margin-top:12px}.ask-ai-btn{border:1px solid var(--line);background:var(--card);color:var(--text);border-radius:999px;padding:7px 12px;font-size:12.5px;font-weight:700}.quick-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0;display:grid}.quick-actions button{border:1px solid var(--line);background:var(--card);font:inherit;color:var(--text);text-align:left;cursor:pointer;border-radius:14px;align-items:center;gap:10px;padding:13px 14px;font-size:13.5px;font-weight:600;display:flex}.quick-actions button span{flex:none;font-size:18px}.quick-actions button:active{transform:scale(.98)}@media (min-width:900px){.quick-actions{grid-template-columns:repeat(4,minmax(0,1fr))}.quick-actions.guide-nav{grid-template-columns:repeat(2,minmax(0,1fr))}}.ov-section{border:1px solid var(--line);background:var(--card);border-radius:16px;margin-bottom:12px;overflow:hidden}.ov-head{width:100%;font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:12px;padding:15px 16px;display:flex}.ov-icon{flex:none;font-size:19px}.ov-titles{flex:1;min-width:0}.ov-titles strong{font-size:14.5px;display:block}.ov-summary{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;display:block;overflow:hidden}.ov-chevron{color:var(--muted);flex:none;transition:transform .15s}.ov-chevron.up{transform:rotate(180deg)}.ov-body{padding:0 12px 12px}.ov-body>.card,.ov-body>div>.card{box-shadow:none;border:0}.uni-stats{background:var(--line);border:1px solid var(--line);border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:12px 0 4px;display:grid;overflow:hidden}.uni-stat{background:var(--bg2);padding:12px 14px}.uni-stat-label{letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin-bottom:3px;font-size:10.5px;font-weight:600;display:block}.uni-stat strong{letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:21px}.uni-stat-meta{color:var(--muted);margin:8px 2px 0;font-size:12.5px}.uni-verified{color:var(--green);cursor:help;font-weight:600}@media (min-width:700px){.uni-stats{grid-template-columns:repeat(4,minmax(0,1fr))}}
