:root{--bg:#f5f5f0;--paper:#fff;--ink:#26252a;--muted:#6d6d76;--faint:#96969d;--line:#e3e3de;--soft:#efefeb;--lime:#d9ef9f;--purple:#6f5acb;--purple-soft:#efebfc;--green:#247052;--green-soft:#edf6ed;--red:#ab4840;--red-soft:#fcf0ed;--amber:#936628;--amber-soft:#fbf2dc;--radius:20px;--shadow:0 6px 28px rgba(30,25,44,.035)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--purple);outline-offset:4px}button{color:inherit}a{color:var(--purple)}h1,h2,h3,p{margin-top:0}h1{font-size:39px;line-height:1.16;letter-spacing:-1.5px;font-weight:620;margin-bottom:12px}h2{font-size:23px;letter-spacing:-.7px;font-weight:600}h3{font-size:16px;font-weight:620;letter-spacing:-.25px}p{line-height:1.65}small{font-size:12px}.muted{color:var(--muted)}.mono,kbd,.timer-value,.metric-number{font-variant-numeric:tabular-nums}.small-label{font-size:10px;letter-spacing:1.7px;font-weight:700;color:var(--muted)}.app-shell{display:grid;grid-template-columns:226px 1fr;min-height:100vh}.sidebar{height:100vh;position:sticky;top:0;border-right:1px solid var(--line);padding:37px 23px 24px;display:flex;flex-direction:column;background:#f8f8f3}.brand{display:flex;align-items:center;gap:11px;color:var(--ink);text-decoration:none;font-size:40px;font-weight:720;letter-spacing:-2.2px;line-height:1}.brand-mark{display:grid;place-items:center;background:var(--ink);color:var(--lime);border-radius:12px;width:41px;height:43px;font-size:37px;font-weight:400;line-height:1}.brand-dot{color:var(--purple)}.brand-sub{font-size:8px;letter-spacing:1.4px;margin-top:14px;font-weight:700;color:var(--muted);white-space:nowrap}.nav{margin-top:44px;display:grid;gap:7px}.nav a{display:flex;align-items:center;gap:12px;padding:12px 13px;border-radius:10px;text-decoration:none;color:var(--muted);font-size:13px;font-weight:550;position:relative}.nav a:hover{background:var(--soft);color:var(--ink)}.nav a.active{background:var(--ink);color:white}.nav svg{width:18px;height:18px;stroke-width:1.65}.nav-count{margin-left:auto;font-size:10px;background:rgba(110,110,115,.14);padding:3px 6px;border-radius:4px}.nav .active .nav-count{background:#525156}.sidebar-bottom{margin-top:auto;padding-top:35px}.sidebar-bottom p{font-size:13px;line-height:1.9;margin:16px 0 25px;color:var(--muted)}.sidebar-bottom strong{color:var(--ink);font-weight:600}.local-status{display:flex;align-items:center;gap:7px;font-size:10px;color:var(--muted)}.status-dot{height:6px;width:6px;background:var(--green);border-radius:50%;flex-shrink:0}.about-link{margin-top:12px;font-size:10px!important}.workspace{min-width:0}.topbar{height:88px;padding:0 44px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.breadcrumb{display:flex;align-items:center;gap:14px;font-size:10px;letter-spacing:1.3px;color:var(--muted)}.breadcrumb span{color:#b8b8b8}.breadcrumb strong{font-weight:500;letter-spacing:.1px;font-size:12px;color:var(--ink)}.top-right{display:flex;align-items:center;gap:22px}.private-badge{font-size:11px;color:var(--muted)}.private-badge span{margin-left:5px}.avatar{background:#e8e5f2;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:600}main{max-width:1350px;margin:0 auto;padding:34px 44px 20px;min-height:calc(100vh - 151px)}main:focus{outline:0}.page-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:26px}.page-heading p{font-size:14px;color:var(--muted);margin-bottom:0}.eyebrow{display:flex;align-items:center;gap:8px;color:var(--purple);font-size:10px;letter-spacing:1.5px;font-weight:700;margin-bottom:15px}.eyebrow::before{content:'';width:18px;height:1px;background:var(--purple)}.pill{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:6px;font-size:10px;font-weight:600;white-space:nowrap;background:var(--soft);color:var(--muted)}.pill.purple{background:var(--purple-soft);color:var(--purple)}.pill.green{background:var(--green-soft);color:var(--green)}.pill.amber{background:var(--amber-soft);color:var(--amber)}.pill.red{background:var(--red-soft);color:var(--red)}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:9px;padding:12px 17px;min-height:43px;border:1px solid var(--line);background:white;font-weight:550;font-size:12px;text-decoration:none;transition:background .12s,transform .12s}.button:hover{background:var(--soft)}.button:active{transform:translateY(1px)}.button.primary{background:var(--ink);border-color:var(--ink);color:white}.button.primary:hover{background:#46414f}.button.lime{background:var(--lime);border-color:var(--lime);color:var(--ink)}.button.purple{background:var(--purple-soft);color:var(--purple);border-color:#e4ddfa}.button.small{font-size:11px;padding:8px 12px;min-height:34px}.button.danger{color:var(--red)}.button.full{width:100%}.text-button{border:0;background:none;color:var(--muted);padding:0;font-size:12px;line-height:1.5}.text-button:hover{color:var(--purple)}.icon-button{display:grid;place-items:center;border:1px solid var(--line);background:white;border-radius:8px;min-width:35px;height:35px;font-size:21px}.icon-button svg{width:17px;height:17px}.icon-button.active{background:var(--purple-soft);border-color:var(--purple);color:var(--purple)}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.metrics{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);background:white;border-radius:14px;padding:19px 0;margin-bottom:26px}.metric{padding:0 23px;border-right:1px solid var(--line)}.metric:last-child{border:0}.metric-label{color:var(--muted);font-size:11px;display:flex;align-items:center;gap:7px}.metric-number{font-size:29px;letter-spacing:-1px;margin:9px 0 4px;font-weight:580;line-height:1.1}.metric-number em{font-size:14px;font-style:normal;color:var(--muted);letter-spacing:0;font-weight:400}.metric-note{font-size:10px;color:var(--muted);min-height:14px}.practice-layout{display:grid;grid-template-columns:minmax(0,1fr) 257px;gap:21px;align-items:start}.setup-card{padding:29px}.section-kicker{display:flex;align-items:center;justify-content:space-between;margin-bottom:23px;gap:12px}.section-kicker h2{margin:0;font-size:20px}.mode-list{display:grid;gap:9px}.mode-choice{display:flex;align-items:center;text-align:left;gap:14px;border:1px solid var(--line);border-radius:11px;padding:16px;background:white;width:100%}.mode-choice:hover{border-color:#bfb6dc}.mode-choice.selected{border-color:var(--purple);background:#faf8ff;box-shadow:0 0 0 1px var(--purple)}.mode-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:var(--soft);color:var(--muted);flex-shrink:0}.selected .mode-icon{background:var(--purple-soft);color:var(--purple)}.mode-icon svg{width:20px;height:20px}.mode-copy{flex:1}.mode-copy strong{display:block;font-size:13px;margin-bottom:5px;font-weight:600}.mode-copy small{color:var(--muted);font-size:11px;line-height:1.4;display:block}.radio-dot{width:15px;height:15px;border:1px solid #c6c6c9;border-radius:50%;padding:3px}.selected .radio-dot{border-color:var(--purple)}.selected .radio-dot::after{content:'';display:block;width:7px;height:7px;background:var(--purple);border-radius:50%}.setup-options{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:23px}.field{display:grid;gap:7px}.field label,.field-label{font-size:11px;color:var(--muted);font-weight:550}.input,select,textarea{border:1px solid var(--line);border-radius:8px;background:white;padding:11px 12px;color:var(--ink);width:100%;font-size:12px;min-height:40px}select{cursor:pointer}input[type=checkbox]{width:15px;height:15px;accent-color:var(--purple);cursor:pointer;flex-shrink:0}.check-line{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:11px;line-height:1.5}.setup-checks{display:grid;gap:9px;margin:20px 0}.setup-bottom{display:flex;gap:14px;align-items:center;padding-top:21px;border-top:1px solid var(--line)}.setup-bottom .button{flex:1;font-size:13px;min-height:47px}.setup-bottom kbd{color:#ddd;background:#454448;border-color:#5d5c63}.setup-note{margin-top:13px;color:var(--muted);font-size:10px;text-align:center;line-height:1.6}.side-card{padding:24px;margin-bottom:16px;border-radius:15px}.side-card h3{margin-bottom:12px;font-size:15px}.side-card p{font-size:12px;color:var(--muted);margin-bottom:0;line-height:1.8}.principle-card{background:#ece9f6;border-color:#ded9ed;position:relative;overflow:hidden}.principle-card .big-quote{font-family:Georgia,serif;font-size:27px;line-height:1.32;letter-spacing:-.5px;color:#3b334e;margin:17px 0 19px}.mini-rule{display:flex;gap:12px;margin:17px 0}.mini-rule:last-child{margin-bottom:0}.rule-num{background:#f1f2e9;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;flex-shrink:0;font-size:10px}.mini-rule strong{font-weight:600;font-size:11px;display:block;margin-bottom:4px}.mini-rule p{font-size:11px;line-height:1.55}.inventory{display:flex;align-items:center;gap:13px;padding:18px 24px;border:1px dashed #d5d5cc;border-radius:13px;font-size:11px;color:var(--muted);margin-top:20px}.inventory strong{color:var(--ink);font-size:14px}.inventory svg{width:25px;height:25px;color:var(--purple);flex-shrink:0}.question-card{padding:0;overflow:hidden;position:relative}.question-top{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:19px 26px 16px;border-bottom:1px solid var(--line)}.question-top-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.question-number{font-size:11px;color:var(--muted)}.q-tools{display:flex;gap:7px}.timer-panel{padding:22px 27px 17px;background:#fcfcf9}.timer-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.timer-label{font-size:10px;color:var(--muted);letter-spacing:.6px}.timer-value{font-size:34px;font-weight:550;letter-spacing:-1.2px;line-height:1;margin-top:6px}.timer-value small{font-size:14px;color:var(--muted);font-weight:400;margin-left:3px;letter-spacing:0}.timer-hint{font-size:11px;color:var(--muted);text-align:right;line-height:1.6;max-width:240px}.timer-hint strong{display:block;font-size:12px;font-weight:500;color:var(--ink)}.timer-track{height:5px;background:#e9e9e4;border-radius:3px;position:relative;margin-top:20px;margin-bottom:9px}.timer-fill{width:0;height:100%;background:var(--purple);border-radius:3px;transition:background .2s}.recognition-tick{position:absolute;top:-3px;height:11px;width:1px;background:#797681}.timer-axis{display:flex;justify-content:space-between;color:var(--muted);font-size:9px}.timer-panel.warn .timer-value{color:var(--amber)}.timer-panel.warn .timer-fill{background:#b88a38}.timer-panel.over .timer-value{color:var(--red)}.timer-panel.over .timer-fill{background:#b35c50}.question-body{padding:25px 28px 23px}.question-prompt{font-size:21px;line-height:1.55;letter-spacing:-.4px;font-weight:500;white-space:pre-line;margin-bottom:24px;overflow-wrap:break-word}.question-prompt.long{font-size:17px;line-height:1.65}.options{display:grid;gap:8px;margin-top:20px}.answer{display:flex;align-items:center;gap:13px;border:1px solid var(--line);background:white;text-align:left;border-radius:10px;padding:13px 15px;min-height:49px;font-size:15px;position:relative;transition:background .12s,border-color .12s}.answer:not(:disabled):hover{border-color:var(--purple);background:#faf8ff}.answer:disabled{color:var(--ink);opacity:1}.answer-letter{font-size:11px;width:25px;height:25px;display:grid;place-items:center;border:1px solid var(--line);background:var(--bg);border-radius:5px;flex-shrink:0;color:var(--muted)}.answer-text{flex:1}.answer.correct{background:var(--green-soft);border-color:#91b8a0}.answer.correct .answer-letter{background:var(--green);border-color:var(--green);color:white}.answer.wrong{background:var(--red-soft);border-color:#e3b3a9}.answer.wrong .answer-letter{background:var(--red);border-color:var(--red);color:white}.answer.faded{opacity:.54}.answer-indicator{font-size:16px;color:var(--green);font-weight:600}.answer.wrong .answer-indicator{color:var(--red)}.question-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:21px}.left-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.toggle-guess{font-size:11px;display:flex;align-items:center;gap:7px;background:var(--soft);border:1px solid var(--line);border-radius:7px;padding:9px 11px}.toggle-guess.on{background:var(--amber-soft);border-color:#caaa6c;color:var(--amber)}.route-button{font-size:10px;padding:9px;border:0;border-radius:7px;background:none;color:var(--muted)}.route-button.marked{color:var(--green);background:var(--green-soft)}.skip-button{font-size:12px;border:0;background:none;color:var(--muted);padding:8px 0 8px 8px}.skip-button:hover{color:var(--red)}kbd{display:inline-grid;place-items:center;min-width:19px;height:20px;padding:0 4px;font-size:10px;font-family:inherit;border:1px solid #deded8;border-bottom-width:2px;border-radius:4px;background:#f4f4ef;color:#73737c;margin-left:3px}.feedback{border-top:1px solid var(--line);padding:22px 27px;background:#fafbf7}.feedback-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:13px}.feedback-title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600}.feedback-title.good{color:var(--green)}.feedback-title.bad{color:var(--red)}.feedback p{font-size:12px;margin-bottom:12px;color:#55535d;line-height:1.8}.feedback .shortcut{padding:12px 14px;border-radius:9px;background:var(--purple-soft);color:#554578;margin-bottom:17px}.shortcut strong{display:block;font-size:10px;letter-spacing:.5px;margin-bottom:3px}.feedback-actions{display:flex;justify-content:space-between;align-items:center;gap:12px}.feedback-actions .button{min-width:135px}.feedback-meta{font-size:10px;color:var(--muted);line-height:1.6}.pause-layer{position:absolute;inset:71px 0 0;z-index:4;display:flex;align-items:center;justify-content:center;background:rgba(249,249,245,.92);backdrop-filter:blur(8px);text-align:center;padding:35px}.pause-layer h2{font-size:27px;margin:0 0 10px}.pause-layer p{font-size:12px;color:var(--muted);max-width:310px}.pause-icon{width:53px;height:53px;display:grid;place-items:center;border:1px solid var(--line);background:white;border-radius:16px;margin:0 auto 20px;font-size:22px}.no-pointer{pointer-events:none}.session-line{display:flex;justify-content:space-between;gap:12px;font-size:11px;padding:10px 0;border-bottom:1px solid var(--line);color:var(--muted)}.session-line:last-child{border:0}.session-line strong{color:var(--ink);font-weight:550}.recent-dots{display:flex;flex-wrap:wrap;gap:5px;margin-top:15px}.recent-dot{height:9px;width:9px;border-radius:3px;background:var(--soft)}.recent-dot.correct{background:#7fa78b}.recent-dot.wrong{background:#cb8b7f}.recent-dot.skip{background:#bdb9ae}.end-session{font-size:11px;margin-top:14px}.legend-inline{display:flex;flex-wrap:wrap;gap:14px;font-size:10px;color:var(--muted);margin-top:10px}.legend-inline span{display:flex;align-items:center;gap:5px}.legend-dot{width:7px;height:7px;border-radius:2px;display:inline-block}.diagram-single{text-align:center;background:#f8f8f5;border:1px solid var(--line);border-radius:12px;padding:16px;margin-bottom:18px}.diagram-single .tile-svg{width:105px;height:105px}.diagram-caption{font-size:10px;color:var(--muted);margin-bottom:9px}.tile-svg{display:block;max-width:100%;height:auto}.tile-cell-empty{fill:#f3f2ed;stroke:#dddcd4;stroke-width:.65}.tile-cell-filled{fill:#615682;stroke:#615682;stroke-width:.65}.tile-border{fill:#fff;stroke:#d9d6df;stroke-width:1}.diagram-single .tile-svg{margin:0 auto}.visual-options{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.visual-options .answer{flex-direction:column;justify-content:flex-start;gap:10px;min-width:0;padding:11px 8px}.visual-options .answer-letter{align-self:flex-start;width:22px;height:22px}.visual-options .answer-text{width:100%}.visual-options .answer-indicator{position:absolute;right:8px;top:11px}.shape-group{width:100%;height:auto;display:block;color:#615682}.visual-options.groups{grid-template-columns:1fr}.visual-options.groups .answer{flex-direction:row;align-items:center;padding:10px 15px}.visual-options.groups .shape-group{height:34px;max-width:235px}.visual-options.groups .answer-letter{align-self:center}.visual-options.groups .answer-indicator{position:static}.diagram-sequence{display:flex;gap:8px;align-items:center;justify-content:center;padding:14px 10px;background:#f8f8f5;border-radius:12px;border:1px solid var(--line)}.sequence-item{flex:1;min-width:0;max-width:85px;text-align:center}.sequence-index{font-size:9px;color:var(--muted);margin-top:6px}.tile-missing{display:grid;place-items:center;aspect-ratio:1;border:1px dashed #b6aecb;border-radius:8px;background:#f3effd;color:var(--purple);font-size:30px;width:100%}.diagram-matrix{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;width:244px;max-width:100%;margin:0 auto;padding:12px;background:#f8f8f5;border:1px solid var(--line);border-radius:13px}.data-table{width:100%;border-collapse:collapse;font-size:12px}.data-table caption{text-align:left;padding:0 0 9px;font-size:10px;color:var(--muted)}.data-table th,.data-table td{text-align:right;padding:11px 12px;border-bottom:1px solid var(--line)}.data-table th:first-child,.data-table td:first-child{text-align:left}.data-table th{background:var(--soft);font-weight:550;font-size:10px}.data-table tr:last-child td{border-bottom:0}.filter-bar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:23px}.filter-bar .search{flex:1;min-width:180px;max-width:330px}.filter-bar select{width:auto;min-width:145px}.segmented{display:flex;padding:4px;border:1px solid var(--line);background:#ecece6;border-radius:10px;gap:3px}.segment{border:0;background:none;padding:8px 13px;border-radius:7px;font-size:11px;color:var(--muted)}.segment.active{background:white;box-shadow:0 1px 3px #00000009;color:var(--ink);font-weight:550}.family-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.family-card{padding:22px;display:flex;flex-direction:column;border-radius:15px}.family-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px}.family-icon{width:32px;height:32px;background:var(--purple-soft);border-radius:9px;display:grid;place-items:center;color:var(--purple);font-size:16px}.family-card h3{margin-bottom:9px}.family-card p{font-size:11px;color:var(--muted);line-height:1.7;min-height:38px;margin-bottom:14px}.family-card .family-tip{font-size:10px;background:var(--bg);padding:10px 11px;border-radius:8px;line-height:1.7;margin:0 0 16px;min-height:66px}.family-card .family-tip strong{color:var(--ink);font-weight:500}.family-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.family-card-footer small{font-size:10px;color:var(--muted)}.family-mini-stats{display:flex;justify-content:space-between;gap:8px;font-size:10px;margin-bottom:15px;color:var(--muted)}.family-mini-stats strong{display:block;color:var(--ink);font-size:15px;margin-bottom:4px;font-weight:550}.empty-state{padding:52px 25px;text-align:center}.empty-state .empty-icon{font-size:29px;background:var(--purple-soft);color:var(--purple);width:60px;height:60px;border-radius:18px;margin:0 auto 20px;display:grid;place-items:center}.empty-state h2{font-size:24px}.empty-state p{font-size:13px;color:var(--muted);max-width:490px;margin:0 auto 22px}.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:22px}.insight-card{padding:21px;border-radius:14px}.insight-card h3{margin:13px 0 9px;font-size:16px}.insight-card p{font-size:11px;color:var(--muted);line-height:1.8;margin-bottom:12px}.strategy-table-card{padding:24px;overflow:hidden}.table-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:20px}.table-heading h2{margin:0;font-size:20px}.table-heading select{width:auto;max-width:210px}.table-scroll{overflow-x:auto}.strategy-table{border-collapse:collapse;width:100%;white-space:nowrap}.strategy-table th{font-size:9px;text-transform:uppercase;letter-spacing:.7px;text-align:right;padding:11px 11px;border-bottom:1px solid var(--line);color:var(--muted);font-weight:600}.strategy-table td{padding:14px 11px;font-size:12px;text-align:right;border-bottom:1px solid var(--line);font-variant-numeric:tabular-nums}.strategy-table td:first-child,.strategy-table th:first-child{text-align:left;padding-left:0}.strategy-table td:last-child{padding-right:0}.strategy-table tbody tr:last-child td{border-bottom:0}.family-link{background:none;border:0;padding:0;font-size:12px;text-align:left;font-weight:550}.family-link:hover{color:var(--purple)}.cell-sub{display:block;font-size:9px;color:var(--muted);font-weight:400;margin-top:4px}.table-note{font-size:10px;color:var(--muted);line-height:1.8;margin:15px 0 0;border-top:1px solid var(--line);padding-top:14px}.stats-chart-card{padding:24px;margin-bottom:22px}.stats-chart-card h2{font-size:20px;margin-bottom:7px}.chart-caption{font-size:11px;color:var(--muted);margin-bottom:13px}.scatter{width:100%;height:auto;max-height:320px}.scatter text{font-family:inherit;font-size:10px;fill:var(--muted)}.scatter .dot{fill:var(--purple);opacity:.6;stroke:white;stroke-width:2}.scatter .dot:hover{opacity:1}.scatter .grid{stroke:#e9e8e2;stroke-width:1}.scatter .target{stroke:#bcb3d3;stroke-dasharray:4 4;stroke-width:1}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}.settings-card{padding:25px}.settings-card h2{font-size:20px}.setting-row{padding:15px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:22px;align-items:center}.setting-row:last-child{border:0}.setting-copy strong{font-size:12px;font-weight:550;display:block;margin-bottom:5px}.setting-copy p{font-size:11px;line-height:1.7;color:var(--muted);margin:0}.setting-row input[type=number]{width:85px;flex-shrink:0}.setting-row select{width:125px;flex-shrink:0}.data-actions{display:flex;flex-wrap:wrap;gap:9px;margin:17px 0}.notice{padding:14px 16px;background:var(--amber-soft);border:1px solid #ebdfbd;border-radius:10px;font-size:11px;line-height:1.8;color:#77613b}.settings-footnote{font-size:11px;color:var(--muted);line-height:1.8;margin-top:16px}.review-list{display:grid;grid-template-columns:minmax(0,1fr);gap:11px}.review-row{min-width:0;padding:19px 22px;display:flex;align-items:center;gap:18px;border-radius:12px}.review-main{flex:1;min-width:0}.review-main h3{font-size:13px;line-height:1.6;margin:7px 0 4px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.review-meta{font-size:10px;color:var(--muted)}.review-badges{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.review-actions{display:flex;gap:8px}.activity-chart{display:flex;align-items:flex-end;gap:6px;height:100px;margin:25px 0 12px;padding-bottom:22px;border-bottom:1px solid var(--line)}.activity-day{flex:1;height:100%;position:relative;display:flex;align-items:flex-end;justify-content:center}.activity-bar{width:75%;max-width:45px;background:#c9bfeb;min-height:2px;border-radius:5px 5px 0 0}.activity-label{font-size:9px;position:absolute;bottom:-20px;color:var(--muted)}.activity-value{position:absolute;top:-13px;font-size:9px;color:var(--muted)}.session-table-row{display:flex;align-items:center;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}.session-table-row:last-child{border:0}.session-table-row .session-main{flex:1}.session-main strong{font-size:13px;font-weight:550}.session-main p{font-size:11px;color:var(--muted);margin:5px 0 0}.session-summary{display:flex;gap:24px;font-size:11px;color:var(--muted);text-align:right}.session-summary strong{display:block;color:var(--ink);font-size:16px;margin-bottom:5px;font-weight:550}.footer{max-width:1350px;margin:0 auto;padding:25px 44px 23px;display:flex;align-items:center;justify-content:space-between;gap:15px;color:var(--muted);font-size:10px}.footer .text-button{font-size:10px}.toast{position:fixed;bottom:26px;left:50%;transform:translateX(-50%) translateY(18px);background:var(--ink);color:white;padding:14px 22px;border-radius:12px;font-size:12px;box-shadow:0 10px 40px #0002;z-index:30;opacity:0;pointer-events:none;transition:.2s;max-width:90vw;text-align:center;line-height:1.5}.toast.visible{transform:translateX(-50%) translateY(0);opacity:1}dialog{border:1px solid var(--line);border-radius:20px;max-width:620px;width:calc(100% - 32px);padding:0;color:var(--ink);background:var(--paper);box-shadow:0 30px 100px #2223}dialog::backdrop{background:#25242c66;backdrop-filter:blur(3px)}.modal-inner{padding:27px}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:21px}.modal-header h2{margin:0;font-size:22px}.modal-header .icon-button{border:0;background:var(--soft)}.modal-inner p{font-size:13px;color:var(--muted);line-height:1.8}.modal-inner h3{margin:22px 0 9px;font-size:14px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.shortcut-line{display:flex;align-items:center;justify-content:space-between;padding:8px 0;font-size:12px;color:var(--muted);border-bottom:1px solid var(--line)}.family-checkboxes{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:13px 0 20px}.family-checkboxes label{font-size:11px;display:flex;align-items:center;gap:8px;line-height:1.5}.family-selector-actions{display:flex;gap:10px;margin-bottom:15px}.skip-link{position:fixed;left:12px;top:-50px;z-index:90;padding:12px 17px;background:var(--ink);color:white;border-radius:9px}.skip-link:focus{top:12px}.no-js{position:fixed;inset:0;background:white;padding:50px;font-size:20px;z-index:100}.hidden{display:none!important}.mt16{margin-top:16px}.mb0{margin-bottom:0!important}
@media(min-width:1550px){.practice-layout{grid-template-columns:minmax(0,1fr) 295px}.question-prompt{font-size:24px}.setup-card{padding:34px}.side-card{padding:27px}}
@media(max-width:1200px){.app-shell{grid-template-columns:195px 1fr}.sidebar{padding-left:18px;padding-right:18px}.brand-sub{font-size:7px;letter-spacing:1.15px}.topbar{padding:0 30px}main{padding:30px 30px 20px}.practice-layout{grid-template-columns:minmax(0,1fr) 225px;gap:17px}.side-card{padding:20px}.family-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer{padding-left:30px;padding-right:30px}.metric{padding:0 18px}.question-body{padding-left:23px;padding-right:23px}.timer-hint{max-width:175px}.question-prompt{font-size:19px}}
@media(max-width:1000px){.practice-layout{grid-template-columns:1fr}.practice-aside{display:grid;grid-template-columns:1fr 1fr;gap:15px}.practice-aside .side-card{margin-bottom:0}.practice-aside .inventory{margin-top:0}.practice-aside .side-card:last-child:nth-child(3){grid-column:1/-1}.insight-grid{grid-template-columns:1fr}.insight-card{display:grid;grid-template-columns:180px 1fr;align-items:center;gap:5px 20px}.insight-card h3{margin:0}.insight-card p{margin:0;grid-column:2;grid-row:1/3}.insight-card .text-button{justify-self:start;margin-top:8px}.two-col{grid-template-columns:1fr}.metric-number{font-size:25px}.page-heading h1{font-size:34px}}
@media(max-width:760px){.app-shell{display:block}.sidebar{height:auto;position:sticky;z-index:12;top:0;display:block;border-right:0;border-bottom:1px solid var(--line);padding:12px 18px 0;background:#f8f8f3f2;backdrop-filter:blur(16px)}.brand{font-size:26px;gap:8px;letter-spacing:-1.4px;position:absolute;top:14px;left:18px}.brand-mark{width:27px;height:29px;border-radius:8px;font-size:25px}.brand-sub{display:none}.sidebar-bottom{display:none}.nav{display:flex;margin:0 0 0 113px;overflow-x:auto;gap:4px;padding-bottom:11px;scrollbar-width:none}.nav::-webkit-scrollbar{display:none}.nav a{padding:10px;gap:7px;border-radius:8px;font-size:11px;white-space:nowrap}.nav a:nth-child(n+5){display:none}.nav svg{width:15px;height:15px}.nav-count{display:none}.topbar{height:50px;padding:0 21px}.breadcrumb{font-size:8px;gap:10px}.breadcrumb strong{font-size:10px}.private-badge{font-size:10px}.private-badge span{display:none}.avatar{height:26px;width:26px;font-size:9px}.top-right{gap:12px}main{padding:24px 20px 15px;min-height:calc(100vh - 173px)}.page-heading{align-items:flex-start;margin-bottom:23px;gap:10px}.page-heading h1{font-size:31px;letter-spacing:-1.2px}.page-heading p{font-size:12px;line-height:1.7}.page-heading>.pill{display:none}.eyebrow{font-size:8px;margin-bottom:13px}.metrics{padding:16px 0;margin-bottom:20px}.metric{padding:0 12px}.metric-label{font-size:9px}.metric-number{font-size:25px;margin-top:9px}.metric-note{font-size:8px;line-height:1.5}.setup-card{padding:22px}.setup-options{gap:10px}.mode-choice{padding:14px 12px}.mode-copy strong{font-size:12px}.mode-copy small{font-size:10px}.setup-bottom .button{font-size:12px}.setup-note{font-size:9px}.question-top{padding:15px 19px}.question-number{font-size:10px}.question-top .pill{font-size:9px;padding:5px 7px}.timer-panel{padding:18px 21px 15px}.timer-value{font-size:32px}.question-body{padding:23px 21px}.question-prompt{font-size:19px}.question-prompt.long{font-size:16px}.question-actions{align-items:flex-start}.route-button{font-size:9px}.left-actions{gap:4px}.toggle-guess{font-size:10px;padding:9px}.skip-button{font-size:11px;white-space:nowrap}.question-actions kbd{display:none}.answer{font-size:14px;padding:12px}.feedback{padding:20px 21px}.feedback-title{font-size:13px}.feedback-top .pill{font-size:9px}.practice-aside{gap:12px}.side-card{padding:19px}.side-card .big-quote{font-size:23px}.family-grid{gap:12px}.family-card{padding:18px}.family-card h3{font-size:14px}.family-card-footer{align-items:flex-end}.family-card-footer .button{font-size:10px;padding:8px}.family-card-footer small{font-size:9px}.family-tip{min-height:80px!important}.filter-bar{gap:9px}.filter-bar select{min-width:120px;flex:1;font-size:11px}.segmented{width:100%;justify-content:space-between}.segment{padding:8px 12px}.filter-bar .search{max-width:none}.review-row{padding:16px;gap:10px}.review-actions{flex-direction:column;gap:5px}.review-row .button{font-size:10px}.review-main h3{font-size:12px}.footer{padding:22px 20px;font-size:9px;align-items:flex-start}.footer .text-button{font-size:9px}.session-summary{gap:13px;font-size:9px}.session-summary strong{font-size:14px}.settings-card{padding:21px}.strategy-table-card{padding:19px}.table-heading{align-items:flex-start}.table-heading h2{font-size:18px}.table-heading select{font-size:10px;max-width:150px;min-height:35px;padding:8px}.pause-layer{inset:65px 0 0}.visual-options{gap:6px}.visual-options .answer{padding:9px 6px}.visual-options .answer-letter{font-size:10px;width:20px;height:20px}.diagram-sequence{gap:5px;padding:10px 7px}.diagram-matrix{width:225px}.modal-inner{padding:23px}.stats-chart-card{padding:20px}.insight-card{grid-template-columns:1fr}.insight-card h3{margin-top:10px}.insight-card p{grid-column:auto;grid-row:auto}.mobile-other-nav{display:flex;gap:12px;margin-top:14px}.mobile-other-nav a{font-size:11px;text-decoration:none}.feedback-actions{align-items:flex-end}.feedback-meta{max-width:150px;font-size:9px}.timer-hint{font-size:10px}.timer-hint strong{font-size:11px}}
@media(min-width:761px){.mobile-other-nav{display:none}}
@media(max-width:420px){main{padding-left:15px;padding-right:15px}.topbar{padding-left:16px;padding-right:16px}.sidebar{padding-left:15px;padding-right:12px}.brand{left:15px}.nav{margin-left:105px}.nav a{padding:10px 8px}.nav a svg{display:none}.metric{padding:0 10px}.metric-number{font-size:23px}.metric-number em{font-size:11px}.metric-label{font-size:8px}.page-heading h1{font-size:29px}.practice-aside{grid-template-columns:1fr}.family-grid{grid-template-columns:1fr}.family-tip{min-height:0!important}.setup-card{padding:20px}.setup-options{grid-template-columns:1fr 1fr}.timer-panel{padding:17px 19px}.question-body{padding:21px 18px}.question-prompt{font-size:18px}.question-prompt.long{font-size:15px}.question-actions{gap:5px}.question-top-left{gap:7px}.question-top{padding:13px 17px}.visual-options{gap:4px}.visual-options .answer{padding:7px 4px}.answer{gap:10px}.feedback{padding:18px}.feedback-actions .button{min-width:118px;padding:11px}.timer-hint{max-width:170px}.family-checkboxes{grid-template-columns:1fr}.filter-bar .segment{padding:8px 10px}.footer{padding-left:16px;padding-right:16px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

@media(max-width:760px){.question-card{overflow:clip}.question-card .timer-panel{position:sticky;top:58px;z-index:3;border-bottom:1px solid var(--line)}.review-actions{flex-shrink:0}}
body.test-active{overflow:hidden}.test-overlay{position:fixed;inset:0;z-index:100;background:#fff;color:#222;overflow-y:auto;display:flex;flex-direction:column;font-family:Arial,Helvetica,sans-serif}.test-top{display:flex;justify-content:space-between;align-items:center;padding:14px 28px;border-bottom:1px solid #ddd;font-size:15px}.test-count{font-weight:700}.test-clock-label{color:#666}.test-clock strong{font-variant-numeric:tabular-nums;font-size:18px}.test-progress{height:4px;background:#eee}.test-progress div{height:100%;background:#2d6cdf}.test-body{width:100%;max-width:760px;margin:0 auto;padding:40px 24px 60px}.test-prompt{font-size:18px;line-height:1.6;white-space:pre-line;margin-bottom:22px}.test-options{display:grid;gap:10px;margin-top:22px}.test-option{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid #ccc;border-radius:6px;cursor:pointer;font-size:16px}.test-option:hover{background:#f5f8ff}.test-option:has(input:checked){border-color:#2d6cdf;background:#eef3fd}.test-option input{width:18px;height:18px;margin:0;flex:none}.test-option-content{flex:1;min-width:0}.test-options.visual{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.test-options.visual .test-option{flex-direction:column;padding:12px 8px}.test-options.visual .test-option-content{display:flex;justify-content:center;width:100%}.test-option-content .tile-svg{width:88px;height:88px;max-width:100%}.test-option-content .shape-group{width:100%;max-width:200px;height:auto}.test-foot{display:flex;justify-content:flex-end;margin-top:28px}.test-submit{background:#2d6cdf;color:#fff;border:0;border-radius:6px;padding:12px 34px;font-size:16px;font-weight:700}.test-submit:hover{background:#1f57bd}.test-intro,.test-result,.test-history{padding:26px;margin-bottom:20px}.test-rules{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-top:10px}.test-rule p{font-size:13px;line-height:1.5}.test-domains{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.test-review summary{cursor:pointer;font-weight:600;padding:8px 0}.test-review-row{display:grid;grid-template-columns:28px 1fr auto auto auto;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.test-review-num{color:var(--faint);font-variant-numeric:tabular-nums}.test-review-prompt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.test-history-row{display:flex;gap:16px;align-items:center;width:100%;text-align:left;background:none;border:0;border-bottom:1px solid var(--line);padding:12px 6px}.test-history-row.selected{background:var(--soft)}@media(max-width:760px){.test-top{padding:12px 16px}.test-body{padding:24px 16px 40px}.test-clock-label{display:none}.test-review-row{grid-template-columns:24px 1fr auto auto}.test-review-row>span.muted{display:none}}.ai-card{padding:26px;margin-bottom:20px}.insight h2{margin-bottom:12px}.insight h3{margin:22px 0 8px}.insight ul,.insight ol{padding-left:20px;line-height:1.6}.insight li{margin-bottom:6px}.insight-headline{font-size:17px;font-weight:600;line-height:1.5}.insight-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}.insight-box{border:1px solid var(--line);border-radius:14px;padding:16px}.insight-box h3{margin-top:0}.insight-box.good{background:var(--green-soft)}.insight-box.bad{background:var(--red-soft)}.insight-area+.insight-area{margin-top:14px}.insight-area p{margin:4px 0 8px;line-height:1.55}.insight-chips{display:flex;flex-wrap:wrap;gap:6px}.chip{border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600;color:var(--ink)}.chip:hover{border-color:var(--purple);color:var(--purple)}.insight-priorities{padding-left:20px}.insight-priorities li>div{display:inline-block;width:calc(100% - 130px);vertical-align:top}.insight-priorities li p{margin:2px 0}.insight-priorities li .button{float:right}.insight-target{background:var(--lime);border-radius:14px;padding:16px;margin-top:20px}.insight-caveats{margin-top:16px;font-size:13px;color:var(--muted)}.insight-example{background:var(--purple-soft);border-radius:14px;padding:16px;margin-top:18px}.insight-question{white-space:pre-line;font-weight:600;margin-top:6px}.insight-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-top:24px;padding-top:16px;border-top:1px solid var(--line);font-size:12px}.insight-error{color:var(--red);font-size:13px}.insight-busy{display:flex;gap:12px;align-items:center;padding:18px;background:var(--soft);border-radius:14px;color:var(--muted)}.spinner{width:18px;height:18px;flex:none;border:2px solid var(--line);border-top-color:var(--purple);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.coach-layout{display:grid;grid-template-columns:280px 1fr;gap:20px;align-items:start}.coach-list{padding:8px;display:grid;gap:2px;position:sticky;top:20px;max-height:calc(100vh - 40px);overflow-y:auto}.coach-row{display:flex;justify-content:space-between;align-items:center;gap:10px;text-align:left;border:0;background:none;border-radius:10px;padding:10px 12px}.coach-row small{display:block;color:var(--muted);font-size:11px;margin-top:2px}.coach-row:hover{background:var(--soft)}.coach-row.selected{background:var(--ink);color:#fff}.coach-row.selected small{color:#c9c9d1}.coach-acc{font-variant-numeric:tabular-nums;font-weight:600}.coach-panel{padding:26px;min-width:0}@media(max-width:1000px){.coach-layout{grid-template-columns:1fr}.coach-list{position:static;max-height:260px}}@media(max-width:760px){.insight-grid{grid-template-columns:1fr}.ai-card,.coach-panel{padding:18px}.insight-priorities li>div{width:100%}.insight-priorities li .button{float:none;margin:6px 0 4px}}@media(prefers-reduced-motion:reduce){.spinner{animation:none}}