*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f5f5f0;--surface: #ffffff;--border: #e8e8e4;--muted: #6b6b6b;--text: #3d3d3d;--accent: #8b7264;--accent-h: #6e5a4f;--accent-soft: #f3ece5;--radius: 10px}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}nav{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.nav-inner{max-width:900px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:60px}.nav-brand{font-size:1.1rem;font-weight:700;color:var(--text);text-decoration:none}.nav-links{display:flex;gap:1.5rem;list-style:none}.nav-links a{text-decoration:none;color:var(--muted);font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--text)}.ew-tab-shell{max-width:900px;margin:0 auto;padding:0 1.5rem 3rem}.ew-tab-bar{display:flex;flex-wrap:wrap;gap:.35rem;margin:1.25rem 0 1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.ew-tab-bar--home{margin-top:1.5rem}.ew-tab-btn{font-family:inherit;font-size:.88rem;font-weight:600;padding:.45rem .95rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--muted);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.ew-tab-btn:hover{color:var(--text);border-color:var(--muted)}.ew-tab-btn--active{background:var(--accent-soft);color:var(--accent-h);border-color:var(--accent)}.ew-tab-panel.hidden{display:none}section{padding:4rem 1.5rem}.container{max-width:900px;margin:0 auto}#home{background:var(--surface);border-bottom:1px solid var(--border);text-align:center}.hero-tag{display:inline-block;background:var(--bg);border:1px solid var(--border);border-radius:20px;font-size:.78rem;color:var(--muted);padding:.25rem .85rem;margin-bottom:1.25rem;letter-spacing:.04em;text-transform:uppercase}h1{font-size:clamp(1.9rem,4vw,2.8rem);font-weight:700;margin-bottom:.75rem}.hero-sub{font-size:1.05rem;color:var(--muted);max-width:520px;margin:0 auto 2rem}.btn-primary{background:var(--accent);color:#fff;border:none;border-radius:var(--radius);padding:.8rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;text-decoration:none;display:inline-block}.btn-primary:hover{background:var(--accent-h)}.profiles-lead-hint{font-size:.92rem;color:var(--muted);line-height:1.5;margin:.65rem 0 1rem;max-width:100%}#home .btn-primary{margin-top:.5rem}#practice{background:var(--bg)}#practice h2,#about h2{font-size:1.6rem;font-weight:700;margin-bottom:.4rem}.section-sub{color:var(--muted);margin-bottom:2rem;font-size:.95rem}.prompt-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.85rem;margin-bottom:1rem}.prompt-card{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem;cursor:pointer;text-align:center;font-weight:500;font-size:.9rem;color:var(--muted);transition:border-color .2s,color .2s,box-shadow .2s;-webkit-user-select:none;user-select:none}.prompt-card:hover{border-color:var(--accent);color:var(--text);box-shadow:0 2px 8px #0000000f}.prompt-card.active{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.prompt-card .card-icon{font-size:1.5rem;margin-bottom:.4rem}.prompt-area-header{display:flex;justify-content:flex-end;margin-bottom:.75rem}.btn-new-prompt{background:transparent;color:var(--accent);border:1.5px solid var(--accent);border-radius:var(--radius);padding:.4rem .9rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s;display:none}.btn-new-prompt.visible{display:inline-block}.btn-new-prompt:hover{background:var(--accent);color:#fff}#prompt-display{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--accent);border-radius:var(--radius);padding:1.1rem 1.4rem;margin-bottom:1.5rem;color:var(--text);font-size:.95rem;line-height:1.7;display:none}#prompt-display.visible{display:block}#prompt-text{margin:0}#prompt-counter{display:block;margin-top:.6rem;font-size:.8rem;color:var(--muted)}.write-area{margin-bottom:1.25rem}label[for=response]{display:block;font-weight:600;margin-bottom:.5rem;font-size:.9rem}#response{width:100%;min-height:200px;padding:.9rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-family:Inter,sans-serif;font-size:.95rem;color:var(--text);background:var(--surface);resize:vertical;transition:border-color .2s}#response:focus{outline:none;border-color:var(--accent)}.word-count-row{display:flex;justify-content:space-between;align-items:center;margin-top:.4rem}#word-count{font-size:.85rem;color:var(--muted)}.hint{font-size:.8rem;color:var(--muted)}.word-goal-bar{height:4px;background:var(--border);border-radius:2px;margin-top:.5rem;overflow:hidden}.word-goal-fill{height:100%;background:var(--accent);border-radius:2px;width:0%;transition:width .3s}.action-row{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.btn-clear{background:transparent;color:var(--muted);border:1px solid var(--border);border-radius:var(--radius);padding:.78rem 1.3rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:color .2s,border-color .2s}.btn-clear:hover{color:var(--text);border-color:var(--text)}#tips-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.4rem 1.6rem;margin-top:1.5rem;display:none}#tips-card.visible{display:block}#tips-card h3{font-size:1rem;font-weight:700;margin-bottom:1rem;color:var(--accent)}#tips-list{list-style:none;display:flex;flex-direction:column;gap:.6rem}#tips-list li{font-size:.93rem;line-height:1.5}.mock-exam-section{margin-top:2.75rem;padding-top:2.25rem;border-top:1px solid var(--border)}.mock-exam-section>h3{font-size:1.25rem;font-weight:700;margin-bottom:.35rem}.me-what-tested{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.2rem;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6;color:var(--text)}.me-what-tested h4{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:.65rem}.me-what-tested ul{margin:0;padding-left:1.2rem;color:var(--muted)}.me-what-tested li+li{margin-top:.35rem}.me-what-tested .me-source{margin-top:.75rem;font-size:.8rem;color:var(--muted)}.me-what-tested .me-source a{color:var(--accent)}#me-step-indicator{margin-bottom:1.5rem}.me-panel-intro p{color:var(--muted);font-size:.92rem;line-height:1.6;margin-bottom:1rem}.me-reveal-wrap{margin:1rem 0 1.25rem;padding:1rem;background:#f8faf9;border:1px dashed var(--accent);border-radius:var(--radius)}.me-reveal-wrap p{font-size:.88rem;color:var(--muted);margin-bottom:.75rem}.me-summary-grid{display:grid;gap:1rem;margin-bottom:1.25rem}@media (min-width: 560px){.me-summary-grid{grid-template-columns:1fr 1fr}}.me-summary-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.15rem;font-size:.9rem}.me-summary-card strong{display:block;margin-bottom:.35rem;color:var(--text)}#about{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.about-body{color:var(--muted);font-size:.95rem;max-width:none}.about-body p+p{margin-top:.9rem}footer{background:var(--bg);border-top:1px solid var(--border);text-align:center;padding:1.5rem 1rem;font-size:.83rem;color:var(--muted)}@media (max-width: 600px){section{padding:3rem 1rem}.prompt-cards{grid-template-columns:repeat(2,1fr)}}.hidden{display:none!important}#baseline{background:var(--bg)}#baseline h2,#dashboard h2{font-size:1.6rem;font-weight:700;margin-bottom:.4rem}.step-indicator{display:flex;align-items:flex-start;margin:1.5rem 0 2rem}.step-item{display:flex;flex-direction:column;align-items:center;gap:.4rem;flex-shrink:0}.step-dot{width:32px;height:32px;border-radius:50%;background:var(--border);color:var(--muted);font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.step-dot.active{background:var(--accent);color:#fff}.step-dot.done{background:var(--accent-h);color:#fff}.step-label{font-size:.72rem;color:var(--muted);white-space:nowrap}.step-line{flex:1;height:2px;background:var(--border);margin:16px .3rem 0}.accordion-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.75rem;overflow:hidden}.accordion-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.9rem 1.2rem;background:none;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;color:var(--text);text-align:left}.accordion-header:hover{background:var(--bg)}.accordion-chevron{font-size:.85rem;color:var(--muted);transition:transform .2s;flex-shrink:0;margin-left:.75rem}.accordion-item.open .accordion-chevron{transform:rotate(180deg)}.accordion-body{display:none;padding:0 1.2rem 1.2rem;font-size:.92rem;line-height:1.75;color:var(--text);white-space:pre-wrap}.accordion-item.open .accordion-body{display:block}.accordion-meta{font-size:.78rem;color:var(--muted);margin-bottom:.5rem;font-style:italic}.mcq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.3rem;margin-bottom:1.25rem}.mcq-item h4{font-size:.95rem;font-weight:600;margin-bottom:.85rem}.mcq-choices{display:flex;flex-direction:column;gap:.45rem}.mcq-choice{display:flex;align-items:flex-start;gap:.6rem;padding:.6rem .9rem;border:1.5px solid var(--border);border-radius:calc(var(--radius) - 2px);cursor:pointer;font-size:.9rem;font-family:Inter,sans-serif;background:var(--surface);text-align:left;transition:border-color .15s,background .15s;-webkit-user-select:none;user-select:none}.mcq-choice:hover{border-color:var(--accent);background:var(--accent-soft)}.mcq-choice.selected{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);font-weight:500}.mcq-choice.correct{border-color:var(--accent-h);background:var(--accent-soft);color:var(--accent-h)}.mcq-choice.wrong{border-color:#c0392b;background:#fdecea;color:#c0392b}.choice-key{font-weight:700;min-width:1.25em;flex-shrink:0}.mcq-rationale{margin-top:.75rem;padding:.55rem .85rem;background:var(--bg);border-left:3px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;font-size:.87rem;color:var(--muted);display:none}.mcq-rationale.visible{display:block}.write-task-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.3rem 1.5rem;margin-bottom:1.25rem}.write-task-card h3{font-size:1rem;font-weight:700;margin-bottom:.6rem}.task-prompt{font-size:.92rem;color:var(--text);margin-bottom:.75rem;line-height:1.65}.task-instructions{font-size:.83rem;color:var(--muted);font-style:italic;margin-bottom:.45rem}.task-length{font-size:.8rem;color:var(--muted);margin-bottom:.85rem}.bl-textarea{width:100%;min-height:160px;padding:.85rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-family:Inter,sans-serif;font-size:.93rem;color:var(--text);background:var(--surface);resize:vertical;transition:border-color .2s}.bl-textarea:focus{outline:none;border-color:var(--accent)}.bl-word-count{font-size:.82rem;color:var(--muted);margin-top:.35rem}.pathway-buttons{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:.85rem}.btn-pathway{flex:1;min-width:160px;background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);padding:.8rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;color:var(--muted);cursor:pointer;text-align:left;transition:border-color .2s,color .2s}.btn-pathway:hover{border-color:var(--accent);color:var(--text)}.btn-pathway.active{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.pathway-prompt{display:none}.pathway-prompt.visible{display:block}.results-section{margin-bottom:2rem}.results-section>h3{font-size:1.05rem;font-weight:700;margin-bottom:.9rem}.mcq-result-row{display:flex;align-items:flex-start;gap:.7rem;padding:.55rem 0;border-bottom:1px solid var(--border);font-size:.9rem}.mcq-result-row:last-child{border-bottom:none}.mcq-result-icon{flex-shrink:0}.mcq-result-detail{color:var(--muted);font-size:.83rem;margin-top:.2rem}.rubric-grid{display:flex;flex-direction:column;gap:.4rem}.rubric-row{display:flex;align-items:flex-start;gap:.75rem;padding:.65rem .9rem;border:1.5px solid var(--border);border-radius:calc(var(--radius) - 2px);cursor:pointer;transition:border-color .15s,background .15s}.rubric-row:hover,.rubric-row.selected{border-color:var(--accent);background:var(--accent-soft)}.rubric-score{font-size:1rem;font-weight:700;color:var(--accent);min-width:1.6em;text-align:center;flex-shrink:0}.rubric-label{font-size:.9rem;font-weight:600}.rubric-desc{font-size:.82rem;color:var(--muted);margin-top:.15rem}.band-badges{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.band-badge{flex:1;min-width:130px;padding:1rem 1.1rem;border-radius:var(--radius);text-align:center}.band-badge .badge-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.3rem}.band-badge .badge-value{font-size:1.15rem;font-weight:700}.band-badge .badge-detail{font-size:.78rem;margin-top:.25rem}.band-emerging{background:#fdecea;color:#c0392b;border:1px solid #f5c6c2}.band-developing{background:#fef6e7;color:#b05e00;border:1px solid #f5dba0}.band-proficient{background:var(--accent-soft);color:var(--accent-h);border:1px solid #c9b8a8}.summary-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.3rem;margin-bottom:.85rem}.summary-card h4{font-size:.9rem;font-weight:700;margin-bottom:.6rem;color:var(--accent)}.summary-card ul{list-style:none;display:flex;flex-direction:column;gap:.4rem}.summary-card li{font-size:.9rem}.disclaimer{font-size:.82rem;color:var(--muted);font-style:italic;padding:.75rem 1rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);margin-top:1rem}.bl-nav-row{display:flex;gap:.75rem;margin-top:1.5rem;align-items:center;flex-wrap:wrap}.profiles-dash-wrapper{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg)}.profiles-dash-split{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:stretch}.profiles-dash-split.single-col{grid-template-columns:1fr}.profiles-dash-split.profiles-only{max-width:560px;margin:0 auto}.profiles-dash-col{scroll-margin-top:72px;min-width:0;min-height:0;display:flex;flex-direction:column;align-self:stretch}.profiles-dash-surface{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.35rem 1.5rem;box-sizing:border-box;flex:1 1 auto;display:flex;flex-direction:column;min-height:0}#profiles .profiles-dash-surface #profiles-root,#dashboard .profiles-dash-surface #dash-content{flex:1 1 auto;min-height:0}.profiles-dash-surface .auth-form{background:transparent;border:none;padding:0;max-width:none}@media (max-width: 800px){.profiles-dash-split{grid-template-columns:1fr}}#account{background:var(--bg);padding:2rem 0 3rem}#account h2{margin-bottom:1.25rem}.acct-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.35rem;margin-bottom:1rem}.acct-card h3{font-size:1rem;margin-bottom:.75rem}.acct-card label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.2rem;margin-top:.6rem}.acct-card input{width:100%;padding:.45rem .6rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.95rem;box-sizing:border-box}.acct-card .acct-msg{font-size:.88rem;margin-top:.4rem;min-height:1.2em}.acct-plan-badge{display:inline-block;padding:.15rem .6rem;border-radius:999px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.acct-plan-badge.free{background:#e8f4fd;color:#1a73e8}.acct-plan-badge.pro{background:#fef3e2;color:#e67e22}.profile-active-banner{background:var(--accent-soft);border:1px solid var(--accent);border-radius:var(--radius);padding:.75rem 1rem;margin-bottom:1.25rem;font-size:.92rem}.profile-active-banner strong{color:var(--accent)}.profile-create-row{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;margin-bottom:1.25rem}.profile-create-row input[type=text]{flex:1;min-width:200px;padding:.65rem .9rem;border:1px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:.95rem}.profile-create-row input:focus{outline:none;border-color:var(--accent)}.profile-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.15rem;margin-bottom:.75rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.profile-card.is-active{border-color:var(--accent);box-shadow:0 0 0 1px #8b726459}.profile-card-meta{font-size:.82rem;color:var(--muted)}.profile-card-actions{display:flex;gap:.5rem;flex-wrap:wrap}.profile-detail{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.profile-detail h3{font-size:1.05rem;font-weight:700;margin-bottom:.75rem}.profile-add-sample{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.15rem;margin-bottom:1.25rem}.profile-add-sample label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.35rem}.profile-add-sample input[type=text]{width:100%;padding:.55rem .75rem;border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.65rem;font-family:inherit}.profile-add-sample textarea{width:100%;min-height:120px;padding:.65rem .85rem;border:1px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:.92rem;resize:vertical}.sample-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.15rem;margin-bottom:1rem}.sample-card h4{font-size:.95rem;font-weight:700;margin-bottom:.35rem}.sample-card .sample-meta{font-size:.8rem;color:var(--muted);margin-bottom:.6rem}.sample-body-preview{font-size:.88rem;color:var(--text);white-space:pre-wrap;max-height:6.5em;overflow:hidden;margin-bottom:.65rem}.sample-body-preview.expanded{max-height:none}.btn-text-link{background:none;border:none;color:var(--accent);font-size:.82rem;font-weight:600;cursor:pointer;padding:0;margin-bottom:.75rem;font-family:inherit}.btn-text-link:hover{text-decoration:underline}.mist-list{list-style:none;margin:.5rem 0 .75rem;padding:0}.mist-list li{font-size:.86rem;padding:.5rem .65rem;background:var(--bg);border-radius:calc(var(--radius) - 2px);margin-bottom:.4rem;border-left:3px solid var(--accent)}.mist-list .mist-cat{font-weight:600;color:var(--accent);font-size:.8rem}.mist-list .mist-ex{font-size:.82rem;color:var(--muted);margin-top:.25rem;font-style:italic}.add-mistake-row{display:grid;gap:.5rem;margin-top:.5rem;padding-top:.65rem;border-top:1px dashed var(--border)}.add-mistake-row select,.add-mistake-row textarea{width:100%;padding:.45rem .6rem;border:1px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:.88rem}.add-mistake-row textarea{min-height:52px;resize:vertical}.profile-baseline-save{margin-top:.5rem}.profile-baseline-save.hidden{display:none}.action-row .btn-profile-save{margin-left:.5rem}.auth-tabs{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.auth-tab{padding:.5rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius);background:var(--surface);font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;color:var(--muted)}.auth-tab:hover{border-color:var(--accent);color:var(--text)}.auth-tab.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.auth-panel{display:none;margin-bottom:1.5rem}.auth-panel.visible{display:block}.auth-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.15rem 1.25rem;max-width:420px}.auth-form label{display:block;font-size:.82rem;font-weight:600;margin-bottom:.3rem;color:var(--text)}.auth-form input[type=email],.auth-form input[type=password],.auth-form input[type=text]{width:100%;padding:.55rem .75rem;border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.75rem;font-family:inherit;font-size:.95rem}.auth-form input:focus{outline:none;border-color:var(--accent)}.profile-logged-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1.25rem;padding:1rem 1.15rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.profile-logged-header .who{font-size:1rem}.profile-logged-header .who span{color:var(--muted);font-size:.88rem}.analytics-section{margin-bottom:1.75rem}.analytics-section h3{font-size:1.05rem;font-weight:700;margin-bottom:.75rem}.trend-bars{display:flex;flex-direction:column;gap:.65rem;margin-top:.75rem}.trend-row{display:grid;grid-template-columns:88px 1fr;gap:.5rem;align-items:center;font-size:.82rem}.trend-row .label{color:var(--muted)}.trend-scores{display:flex;gap:.35rem;flex-wrap:wrap}.score-pill{font-size:.75rem;padding:.2rem .45rem;border-radius:4px;background:var(--bg);border:1px solid var(--band-border, var(--border))}.history-table-wrap{overflow-x:auto;margin-top:.5rem}.history-table{width:100%;border-collapse:collapse;font-size:.86rem}.history-table th,.history-table td{border:1px solid var(--border);padding:.45rem .55rem;text-align:left}.history-table th{background:var(--bg);font-weight:600}.legacy-strip{font-size:.85rem;color:var(--muted);padding:.75rem;background:#fef6e7;border:1px solid #f5dba0;border-radius:var(--radius);margin-bottom:1rem}#dashboard{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.dash-empty{text-align:center;padding:2.5rem 1rem;color:var(--muted)}.dash-empty p{margin-bottom:.75rem;font-size:.95rem}.dash-empty a{color:var(--accent)}.stat-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.85rem;margin-bottom:1.75rem}.stat-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.2rem;text-align:center}.stat-value{font-size:1.65rem;font-weight:700;color:var(--accent)}.stat-label{font-size:.78rem;color:var(--muted);margin-top:.2rem}.band-meter{display:flex;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:1.75rem}.band-segment{flex:1;padding:.75rem .5rem;text-align:center;font-size:.85rem;font-weight:600;opacity:.45;transition:opacity .2s}.band-segment.highlighted{opacity:1}.band-seg-emerging{background:#fdecea;color:#c0392b}.band-seg-developing{background:#fef6e7;color:#b05e00}.band-seg-proficient{background:var(--accent-soft);color:var(--accent-h)}.focus-card{background:var(--bg);border:1px solid var(--border);border-left:4px solid var(--accent);border-radius:var(--radius);padding:1rem 1.3rem;margin-bottom:1.75rem}.focus-card h4{font-size:.82rem;font-weight:700;margin-bottom:.5rem;color:var(--accent);text-transform:uppercase;letter-spacing:.04em}.focus-card ul{list-style:none;display:flex;flex-direction:column;gap:.35rem}.focus-card li{font-size:.9rem}.focus-card li:before{content:"→ ";color:var(--accent);font-weight:700}.session-table-wrap{overflow-x:auto;margin-bottom:1.25rem}.session-table{width:100%;border-collapse:collapse;font-size:.88rem}.session-table th{text-align:left;padding:.55rem .75rem;border-bottom:2px solid var(--border);font-size:.78rem;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.03em}.session-table td{padding:.6rem .75rem;border-bottom:1px solid var(--border)}.session-table tr:last-child td{border-bottom:none}@media (max-width: 600px){.step-label{font-size:.65rem}.band-badges{flex-direction:column}}
