:root{--font-scale: 1;--bg: #0b1220;--surface: #151f33;--surface-raised: #1d2942;--border: #2c3a56;--border-strong: #3d4f72;--text: #eef3fb;--text-muted: #a6b4cc;--accent: #4cc2ff;--accent-strong: #0b8fd1;--on-accent: #05121d;--correct: #3ddc84;--correct-surface: rgba(61, 220, 132, .12);--incorrect: #ff6b6b;--incorrect-surface: rgba(255, 107, 107, .12);--warning: #ffc857;--warning-surface: rgba(255, 200, 87, .12);--radius: 14px;--radius-sm: 10px;--touch: 56px;--gap: 1rem;--page-max: 44rem;--shadow: 0 10px 30px rgba(0, 0, 0, .28);--transition: .14s ease}:root[data-theme=light]{--bg: #f4f7fc;--surface: #ffffff;--surface-raised: #eef3fb;--border: #cdd8e8;--border-strong: #9fb0c9;--text: #10192b;--text-muted: #4d5c75;--accent: #0b6ea8;--accent-strong: #084f79;--on-accent: #ffffff;--correct: #0f7a45;--correct-surface: rgba(15, 122, 69, .12);--incorrect: #b3261e;--incorrect-surface: rgba(179, 38, 30, .1);--warning: #8a5a00;--warning-surface: rgba(138, 90, 0, .12);--shadow: 0 8px 22px rgba(16, 25, 43, .1)}:root[data-contrast=high]{--bg: #000000;--surface: #000000;--surface-raised: #101010;--border: #ffffff;--border-strong: #ffffff;--text: #ffffff;--text-muted: #f0f0f0;--accent: #ffe600;--accent-strong: #ffe600;--on-accent: #000000;--correct: #4afc8a;--correct-surface: #04220f;--incorrect: #ff8a8a;--incorrect-surface: #2a0505;--warning: #ffe600;--warning-surface: #241f00;--shadow: none}:root[data-contrast=high][data-theme=light]{--bg: #ffffff;--surface: #ffffff;--surface-raised: #f2f2f2;--border: #000000;--border-strong: #000000;--text: #000000;--text-muted: #1a1a1a;--accent: #00368f;--accent-strong: #00368f;--on-accent: #ffffff;--correct: #005c2e;--correct-surface: #dff5e8;--incorrect: #8b0000;--incorrect-surface: #fbe3e3;--warning: #6b4600;--warning-surface: #fff3d4}:root[data-text-size=large]{--font-scale: 1.15}:root[data-text-size=larger]{--font-scale: 1.32}:root[data-text-size=largest]{--font-scale: 1.5}:root[data-reduce-motion=true]{--transition: 0ms}:root[data-reduce-motion=true] *,:root[data-reduce-motion=true] *:before,:root[data-reduce-motion=true] *:after{animation-duration:0ms!important;animation-iteration-count:1!important;transition-duration:0ms!important;scroll-behavior:auto!important}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:0ms!important;transition-duration:0ms!important}}*{box-sizing:border-box}html{font-size:calc(100% * var(--font-scale));-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,-apple-system,Helvetica Neue,sans-serif;line-height:1.6;min-height:100vh}h1,h2,h3{line-height:1.25;margin:0 0 .5rem}h1{font-size:1.6rem}h2{font-size:1.3rem}h3{font-size:1.1rem}p{margin:0 0 .75rem}a{color:var(--accent)}:focus-visible{outline:3px solid var(--accent);outline-offset:3px;border-radius:4px}.skip-link{position:absolute;left:-9999px;top:0;background:var(--accent);color:var(--on-accent);padding:.75rem 1rem;z-index:100;font-weight:700}.skip-link:focus{left:0}.app-header{position:sticky;top:0;z-index:20;background:var(--surface);border-bottom:2px solid var(--border)}.app-header__inner{max-width:var(--page-max);margin:0 auto;padding:.6rem 1rem;display:flex;align-items:center;gap:.75rem;min-height:var(--touch)}.app-header__title{font-size:1rem;font-weight:700;margin:0;flex:1;min-width:0;line-height:1.25;overflow-wrap:anywhere}.page{max-width:var(--page-max);margin:0 auto;padding:1.25rem 1rem 5rem;display:flex;flex-direction:column;gap:1.25rem}.stack{display:flex;flex-direction:column;gap:var(--gap)}.card{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);padding:1.1rem}.card--flush{padding:0;overflow:hidden}.muted{color:var(--text-muted)}.small{font-size:.86rem}.center{text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:var(--touch);padding:.75rem 1.25rem;border-radius:var(--radius-sm);border:2px solid transparent;font:inherit;font-weight:700;cursor:pointer;text-decoration:none;transition:background var(--transition),border-color var(--transition);width:100%}.btn--primary{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}.btn--primary:hover:not(:disabled){background:var(--accent-strong);border-color:var(--accent-strong)}.btn--secondary{background:transparent;color:var(--text);border-color:var(--border-strong)}.btn--secondary:hover:not(:disabled){background:var(--surface-raised)}.btn--quiet{background:transparent;color:var(--text);border-color:transparent;width:auto;padding:.5rem .75rem;font-weight:600}.btn--quiet:hover:not(:disabled){background:var(--surface-raised)}.btn--danger{background:transparent;color:var(--incorrect);border-color:var(--incorrect)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-row{display:flex;flex-direction:column;gap:.75rem}@media(min-width:34rem){.btn-row{flex-direction:row}.btn-row .btn{width:auto;flex:1}}.mode-list{list-style:none;margin:0;padding:0;display:grid;gap:.85rem}.mode-card{display:block;width:100%;text-align:left;background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);padding:1rem;color:var(--text);text-decoration:none;min-height:var(--touch);cursor:pointer;font:inherit;transition:border-color var(--transition),background var(--transition)}.mode-card:hover{border-color:var(--accent);background:var(--surface-raised)}.mode-card[aria-disabled=true]{opacity:.55;cursor:not-allowed}.mode-card[aria-disabled=true]:hover{border-color:var(--border);background:var(--surface)}.mode-card__title{font-weight:700;font-size:1.05rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.mode-card__tagline{color:var(--text-muted);font-size:.9rem;margin:.25rem 0 0}.page-cue{margin:0 0 1rem;font-size:1.02rem;font-weight:600;line-height:1.45}.mode-group{display:grid;gap:.55rem}.mode-group__title{margin:0;font-size:1.05rem}.mode-group__hint{margin:0;color:var(--text-muted);font-size:.92rem}.session-work{padding-bottom:.25rem}.session-stage-cue{margin:0 0 .85rem;padding:.65rem .85rem;border-left:4px solid var(--accent);font-weight:700}.session-save{display:grid;gap:.75rem;margin:0 0 1rem;padding:.85rem 0 0;border-top:1px solid var(--border)}.session-save__heading{margin:0;font-size:1rem}.question-stem{font-size:1.2rem;font-weight:600;margin:0 0 1rem;scroll-margin-top:4.75rem}.glossed-stem .question-stem{margin-bottom:.45rem}.glossed-stem__cue{margin:0 0 .4rem}.term-hit{display:inline;width:auto;min-height:0;padding:0 .12em;margin:0;border:0;border-radius:0;border-bottom:2px solid var(--accent);background:transparent;color:inherit;font:inherit;font-weight:inherit;text-decoration:none;cursor:pointer}.term-hit--open{background:var(--accent);color:var(--on-accent);border-bottom-color:transparent;border-radius:4px}.term-definition{margin:0 0 .65rem;padding:.5rem .7rem;border:2px solid var(--accent);background:var(--surface-raised);border-radius:var(--radius-sm)}.term-definition__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.term-definition__term{margin:0;font-weight:800;flex:1;min-width:0}.term-definition__meaning{margin:.3rem 0 0}.term-definition .btn{width:auto;flex:0 0 auto;padding:.35rem .65rem}.choice-list{list-style:none;margin:0 0 1.25rem;padding:0;display:grid;gap:.75rem}.choice{display:flex;align-items:flex-start;gap:.85rem;width:100%;min-height:var(--touch);padding:.9rem 1rem;background:var(--surface);border:2px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--text);font:inherit;text-align:left;cursor:pointer;transition:border-color var(--transition),background var(--transition)}.choice:hover:not(:disabled){border-color:var(--accent)}.choice:disabled{cursor:default}.choice__letter{flex:0 0 auto;width:2rem;height:2rem;border-radius:50%;border:2px solid var(--border-strong);display:grid;place-items:center;font-weight:800;font-size:.95rem}.choice__text{flex:1}.choice[data-state=selected]{border-color:var(--accent);background:var(--surface-raised)}.choice[data-state=selected] .choice__letter{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}.choice[data-state=correct]{border-color:var(--correct);background:var(--correct-surface)}.choice[data-state=correct] .choice__letter{background:var(--correct);color:var(--on-accent);border-color:var(--correct)}.choice[data-state=incorrect]{border-color:var(--incorrect);background:var(--incorrect-surface)}.choice[data-state=incorrect] .choice__letter{background:var(--incorrect);color:var(--on-accent);border-color:var(--incorrect)}.choice__mark{font-weight:800;margin-left:auto;padding-left:.5rem}.feedback{border:2px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:1.25rem}.feedback__banner{padding:.9rem 1rem;font-weight:800;font-size:1.05rem;display:flex;align-items:center;gap:.6rem}.feedback--correct{border-color:var(--correct)}.feedback--correct .feedback__banner{background:var(--correct-surface);color:var(--correct)}.feedback--incorrect{border-color:var(--incorrect)}.feedback--incorrect .feedback__banner{background:var(--incorrect-surface);color:var(--incorrect)}.feedback__body{padding:1rem;display:grid;gap:1.25rem;background:var(--surface)}.feedback__section h3{font-size:.78rem;text-transform:uppercase;letter-spacing:.09em;color:var(--text-muted);margin:0 0 .35rem}.feedback__section p{margin:0}.answer-line{font-weight:700}.term-list{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;margin:0;padding:0}.term{background:var(--surface-raised);border:1px solid var(--border-strong);border-radius:999px;padding:.25rem .7rem;font-size:.85rem}.distractor-list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.distractor-list li{border-left:4px solid var(--border-strong);padding-left:.75rem}.distractor-list strong{display:inline-block;min-width:1.25rem}.anchor{background:var(--warning-surface);border-left:4px solid var(--warning);padding:.75rem .9rem;border-radius:var(--radius-sm)}.segmented{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.segmented__option{min-height:var(--touch);border:2px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit;font-weight:600;cursor:pointer;padding:.5rem}.segmented__option[aria-checked=true]{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}.progress{display:flex;align-items:center;gap:.75rem}.progress__track{flex:1;height:12px;background:var(--surface-raised);border:1px solid var(--border);border-radius:999px;overflow:hidden}.progress__fill{height:100%;background:var(--accent);transition:width var(--transition)}.progress__label{font-variant-numeric:tabular-nums;font-weight:700;font-size:.9rem}.session-position{font-weight:700;margin-bottom:.35rem}.session-accuracy{margin:.35rem 0 .85rem}.question-diagram-modal{max-height:min(92dvh,46rem);overflow:hidden}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:30rem){.stat-grid{grid-template-columns:repeat(4,1fr)}}.stat{background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem;text-align:center}.stat__value{font-size:1.5rem;font-weight:800;display:block;line-height:1.2}.stat__label{font-size:.76rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.readiness{display:flex;align-items:center;gap:1rem}.readiness__value{font-size:2.6rem;font-weight:800;line-height:1}.practice-pass{margin:0 0 1rem;padding:.9rem 1rem;border:2px solid var(--correct);background:var(--correct-surface);border-radius:var(--radius-sm)}.practice-pass__heading{margin:0 0 .2rem;font-size:1.35rem}.practice-pass__detail{margin:0 0 .75rem;font-weight:600}.practice-pass__range{margin:.45rem 0 0}.practice-pass__medal{display:flex;align-items:center;gap:.75rem}.practice-pass__medal-label{font-size:1.2rem;font-weight:800}.practice-pass__medal--gold .practice-pass__medal-label{color:#f0c14b}.practice-pass__medal--silver .practice-pass__medal-label{color:#c5cdd8}.practice-pass__medal--bronze .practice-pass__medal-label{color:#e09a5b}.trophy-row{list-style:none;margin:.35rem 0 0;padding:0;display:flex;gap:.85rem}.trophy-slot{display:flex;flex-direction:column;align-items:center;gap:.2rem;min-width:3.6rem}.trophy-slot__name{font-size:.78rem;font-weight:700}.trophy-icon{display:block;overflow:visible}.trophy-icon--sm{width:2.85rem;height:3.5rem}.trophy-icon--lg{width:3.75rem;height:4.6rem}.trophy-icon__handle{fill:currentColor;stroke:none}.trophy-icon__cup,.trophy-icon__stem,.trophy-icon__base{fill:currentColor}.trophy-icon__shine{fill:#fff;opacity:.42}.trophy-icon:not(.trophy-icon--earned){color:var(--text-muted)}.trophy-icon:not(.trophy-icon--earned) .trophy-icon__cup,.trophy-icon:not(.trophy-icon--earned) .trophy-icon__stem,.trophy-icon:not(.trophy-icon--earned) .trophy-icon__base,.trophy-icon:not(.trophy-icon--earned) .trophy-icon__handle{fill:none;stroke:currentColor;stroke-width:3;stroke-linejoin:round;stroke-linecap:round}.trophy-icon--earned.trophy-icon--gold{color:#f0c14b}.trophy-icon--earned.trophy-icon--silver{color:#d5dbe6}.trophy-icon--earned.trophy-icon--bronze{color:#c47a3a}.trophy-icon--earned .trophy-icon__cup,.trophy-icon--earned .trophy-icon__stem,.trophy-icon--earned .trophy-icon__base,.trophy-icon--earned .trophy-icon__handle{stroke:#00000061;stroke-width:1.25;paint-order:stroke fill}.scorecard-list{list-style:none;margin:0;padding:0;display:grid;gap:.85rem}.scorecard-card{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);padding:.95rem 1rem;display:grid;gap:.65rem}.scorecard-card__head h3{margin:0 0 .2rem}.scorecard-card__actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.scorecard-card__actions .btn{width:auto}.practice-pass__burst{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;pointer-events:none;overflow:hidden}.practice-pass__spark{position:absolute;top:-.6rem;width:.55rem;height:.55rem;border-radius:2px;animation:practice-pass-fall 2s ease-in forwards}.practice-pass__spark:nth-child(4n){background:#f0c14b}.practice-pass__spark:nth-child(4n+1){background:#4cc2ff}.practice-pass__spark:nth-child(4n+2){background:#d5dbe6}.practice-pass__spark:nth-child(4n+3){background:#c47a3a}@keyframes practice-pass-fall{to{transform:translateY(110vh) rotate(220deg);opacity:0}}:root[data-theme=light] .practice-pass__medal--gold .practice-pass__medal-label{color:#8a6500}:root[data-theme=light] .practice-pass__medal--silver .practice-pass__medal-label{color:#4a5568}:root[data-theme=light] .practice-pass__medal--bronze .practice-pass__medal-label{color:#8a4b16}.topic-list{list-style:none;margin:0;padding:0;display:grid;gap:.6rem}.topic-row{display:grid;gap:.3rem}.topic-row__head{display:flex;justify-content:space-between;gap:.5rem;font-size:.9rem}.badge{display:inline-flex;align-items:center;gap:.3rem;border-radius:999px;padding:.15rem .6rem;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;border:1px solid currentColor;white-space:nowrap}.badge--demo{color:var(--warning);background:var(--warning-surface)}.badge--count{color:var(--text-muted);text-transform:none;letter-spacing:0;font-weight:700}.badge--candidate{color:var(--accent);font-size:.65rem}.badge--review{color:var(--warning);background:var(--warning-surface)}.badge--set{color:var(--accent)}.question-tools{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;margin:1.1rem 0 1rem;padding:.85rem .9rem;background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius)}.question-tools__heading{margin:0;font-size:1rem}.question-tools__key{margin:0;font-size:.92rem;color:var(--text-muted)}.question-tools__reference{display:flex;flex-wrap:wrap;gap:.5rem;min-width:0;max-width:100%}.question-tools__helpers{display:flex;flex-direction:column;gap:.65rem}.question-tools__helpers>*{width:100%}.question-tools--review{margin:1rem 0}.tomtec__launch{width:100%;min-width:var(--touch);min-height:var(--touch);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.1rem;white-space:normal;line-height:1.2}.tomtec__label{font-weight:800}.tomtec__sublabel{font-size:.78rem;font-weight:600;color:var(--text-muted)}.tomtec__unlock{margin:.45rem 0 0;font-size:.9rem}.tomtec__ruleout{margin:0 0 .65rem;padding-left:1.25rem}.tomtec__choice{font-weight:800}.tomtec__attribution{margin:0 0 .65rem}.tomtec__panel{margin-top:.65rem;padding:.85rem 1rem;border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-raised);position:static}.tomtec__eyebrow{margin:0 0 .45rem;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.tomtec__panel p{margin:0 0 .65rem}.tomtec__tools{display:flex;flex-wrap:wrap;gap:.45rem}.tomtec__tools .btn{min-height:var(--touch)}.question-tools .timtec,.question-tools .tomtec{margin:0}@media(prefers-reduced-motion:reduce){.tomtec__panel{transition:none}}@media(min-width:52rem){.question-tools__helpers{flex-direction:row;align-items:flex-start}.question-tools__helpers>*{flex:1;min-width:0}}.btn--reference{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:.2rem;min-width:0;max-width:100%;background:var(--warning-surface);border-color:var(--warning);color:var(--text);white-space:normal;line-height:1.25;text-align:center;overflow:hidden}.reference-button__label{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-width:0}.reference-button__detail{display:block;color:var(--text-muted);font-size:.78rem;font-weight:600;overflow-wrap:anywhere;word-break:break-word}.reference-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;background:#000000c7}.reference-modal--embedded{padding:0}.reference-modal--native{padding:.75rem}.reference-modal__panel{display:grid;overflow:hidden;background:var(--surface);border:2px solid var(--border-strong);box-shadow:var(--shadow)}.reference-modal--embedded .reference-modal__panel{width:100%;height:100%;height:100dvh;grid-template-rows:auto 1fr;border-radius:0}.reference-modal--native .reference-modal__panel{width:min(28rem,100%);grid-template-rows:auto auto;border-radius:var(--radius)}.reference-modal__toolbar{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:var(--touch);padding:.45rem .75rem;background:var(--surface);border-bottom:1px solid var(--border)}.reference-modal--native .reference-modal__toolbar{flex-direction:column;align-items:stretch;padding:.85rem 1rem .65rem}.reference-modal--native .reference-modal__actions{flex-direction:column;width:100%}.reference-modal--native .reference-modal__actions .btn{width:100%}.reference-modal__heading h2,.reference-modal__heading p{margin-bottom:0}.reference-modal__heading h2{font-size:1rem;line-height:1.25}.reference-modal__actions{display:flex;flex-shrink:0;align-items:center;gap:.5rem}.reference-modal__actions .btn{width:auto}.reference-modal__frame{width:100%;height:100%;min-height:0;border:0;background:#fff}.reference-modal__hint{margin:0;padding:.85rem 1rem 1rem}.question-diagram{margin:0 0 1.25rem;padding:.75rem;background:#f8fbff;border:2px solid var(--border);border-radius:var(--radius-sm)}.question-diagram img{display:block;width:100%;max-height:24rem;object-fit:contain}.question-diagram--preview{display:grid;gap:.65rem}.question-diagram__svg svg,.question-diagram__object{display:block;width:100%;height:auto;max-width:100%;background:#fff}.question-diagram__expand{width:100%}.question-diagram-modal{width:min(56rem,100%)}.question-diagram-modal .question-diagram__svg svg,.question-diagram-modal .question-diagram__object{max-height:none}.question-diagram figcaption{margin-top:.45rem;color:#33445e;font-size:.72rem;text-align:right}.exam-timer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:var(--touch);padding:.65rem 1rem;background:var(--surface);border:2px solid var(--border);border-radius:var(--radius-sm);font-variant-numeric:tabular-nums}.exam-timer--urgent{color:var(--warning);border-color:var(--warning)}.exam-timer__label{color:var(--text-muted);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.question-meta{border-top:1px solid var(--border);padding-top:.75rem}.question-meta summary{min-height:2.75rem;display:flex;align-items:center;color:var(--accent);cursor:pointer;font-weight:700}.question-meta__list{display:grid;gap:.45rem;margin:.5rem 0 0}.question-meta__list div{display:grid;gap:.1rem}.question-meta__list dt{color:var(--text-muted);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.question-meta__list dd{margin:0;overflow-wrap:anywhere}@media(min-width:34rem){.btn--reference{width:auto}.question-meta__list div{grid-template-columns:8rem 1fr;gap:.75rem}}.notice{border:2px solid var(--warning);background:var(--warning-surface);border-radius:var(--radius);padding:1rem}.notice--error{border-color:var(--incorrect);background:var(--incorrect-surface)}.notice__title{font-weight:800;margin:0 0 .35rem}.field{display:grid;gap:.4rem}.field__label{font-weight:700}.field__hint{color:var(--text-muted);font-size:.85rem}.switch-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--touch)}select,input[type=number]{min-height:var(--touch);width:100%;background:var(--surface-raised);border:2px solid var(--border-strong);color:var(--text);border-radius:var(--radius-sm);padding:0 .75rem;font:inherit}.toggle{position:relative;width:64px;height:36px;border-radius:999px;border:2px solid var(--border-strong);background:var(--surface-raised);cursor:pointer;flex:0 0 auto;padding:0}.toggle:after{content:"";position:absolute;top:3px;left:3px;width:26px;height:26px;border-radius:50%;background:var(--text-muted);transition:transform var(--transition),background var(--transition)}.toggle[aria-checked=true]{background:var(--accent);border-color:var(--accent)}.toggle[aria-checked=true]:after{transform:translate(28px);background:var(--on-accent)}.definition-list{display:grid;gap:.5rem;margin:0}.definition-list div{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--border);padding-bottom:.4rem}.definition-list dt{color:var(--text-muted)}.definition-list dd{margin:0;font-weight:700;text-align:right}.issue-list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.issue{border-left:4px solid var(--border-strong);padding:.5rem .75rem;background:var(--surface-raised);border-radius:var(--radius-sm);font-size:.9rem}.issue[data-severity=error]{border-left-color:var(--incorrect)}.issue[data-severity=warning]{border-left-color:var(--warning)}.issue__code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;color:var(--text-muted)}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.report-trigger{color:var(--text-muted);font-weight:600}.report-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;display:grid;place-items:center;padding:.75rem;background:#000000c7}.report-modal__panel{width:min(40rem,100%);max-height:calc(100vh - 1.5rem);display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;background:var(--surface);border:2px solid var(--border-strong);border-radius:var(--radius);box-shadow:var(--shadow)}.report-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-bottom:1px solid var(--border)}.report-modal__header h2,.report-modal__header p{margin-bottom:0}.report-modal__body{overflow:auto;padding:1rem;display:grid;gap:1rem}.report-modal__footer{display:flex;flex-direction:column;gap:.75rem;padding:.85rem 1rem;border-top:1px solid var(--border)}.report-modal__destination{margin:0}.report-textarea,.report-input{min-height:var(--touch);width:100%;background:var(--surface-raised);border:2px solid var(--border-strong);color:var(--text);border-radius:var(--radius-sm);padding:.75rem;font:inherit}.report-textarea{min-height:8rem;resize:vertical;line-height:1.5}.report-preview{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-raised)}.report-preview summary{min-height:var(--touch);display:flex;align-items:center;padding:0 .9rem;cursor:pointer;font-weight:700}.report-preview__text{margin:0;padding:0 .9rem .9rem;white-space:pre-wrap;overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem;line-height:1.45}.report-status{margin:0;padding:.75rem .9rem;border-radius:var(--radius-sm);border:2px solid var(--correct);background:var(--correct-surface);font-size:.95rem}.report-status--warn{border-color:var(--warning);background:var(--warning-surface)}.results-report{display:flex;justify-content:flex-start}.contact-list{list-style:none;margin:0;padding:0;display:grid;gap:.85rem}.contact-card{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);padding:1rem;display:grid;gap:.45rem}.contact-card__heading{margin:0;font-size:1.05rem}.contact-card__use{margin:0;color:var(--text-muted);font-size:.9rem}@media(min-width:34rem){.report-modal__footer{flex-direction:row}.report-modal__footer .btn{width:auto;flex:1}.report-trigger{width:auto}}.page--session{padding-bottom:calc(4.35rem + env(safe-area-inset-bottom,0px))}.session-nav{position:sticky;bottom:0;z-index:15;margin:0 -1rem;padding:.65rem 1rem calc(.65rem + env(safe-area-inset-bottom,0px));padding-inline-end:4.6rem;background:var(--bg);border-top:1px solid var(--border);pointer-events:auto}.session-nav__bar{display:flex;flex-direction:row;align-items:center;gap:.5rem}.session-nav__actions{display:flex;flex:1;min-width:0;gap:.5rem}.session-nav__actions .btn{flex:1;width:auto}.session-nav__back{flex:0 0 var(--touch);width:var(--touch);height:var(--touch);min-width:var(--touch);min-height:var(--touch);padding:0;border-radius:50%;font-size:1.2rem;line-height:1}.timtec{margin:0 0 1.1rem}.timtec__launch{width:100%;min-width:var(--touch);min-height:var(--touch);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.1rem;white-space:normal;line-height:1.2}.timtec__label{font-weight:800}.timtec__sublabel{font-size:.78rem;font-weight:600;color:var(--text-muted)}.timtec__panel{margin-top:.65rem;padding:.85rem 1rem;border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-raised)}.timtec__eyebrow{margin:0 0 .45rem;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.timtec__panel p{margin:0 0 .65rem}.timtec__tools{display:flex;flex-wrap:wrap;gap:.45rem}.timtec__tools .btn{min-height:var(--touch)}@media(prefers-reduced-motion:reduce){.timtec__panel{transition:none}}.session-feedback-fab{position:fixed;z-index:40;right:max(.85rem,env(safe-area-inset-right,0px));bottom:calc(.65rem + env(safe-area-inset-bottom,0px));width:var(--touch);height:var(--touch);padding:0;border-radius:50%;border:2px solid var(--border-strong);background:var(--surface);color:var(--text);font:inherit;font-size:1.2rem;line-height:1;cursor:pointer;box-shadow:none;display:grid;place-items:center}.session-feedback-fab:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.session-feedback-fab__badge{position:absolute;top:.28rem;right:.28rem;width:.7rem;height:.7rem;border-radius:50%;background:var(--warning);border:2px solid var(--bg)}.session-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:105;display:flex;align-items:flex-end;justify-content:center;background:#000000c7}.session-sheet__panel{width:min(40rem,100%);max-height:min(88vh,46rem);display:grid;grid-template-rows:auto 1fr;overflow:hidden;background:var(--surface);border:2px solid var(--border-strong);border-radius:var(--radius) var(--radius) 0 0}.session-sheet__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-bottom:1px solid var(--border)}.session-sheet__header h2,.session-sheet__header p{margin-bottom:0}.session-sheet__body{overflow:auto;padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom,0px));display:grid;gap:1rem}.session-sheet__actions{display:grid;gap:.55rem}.technical-reference{border:1px solid var(--border);border-radius:var(--radius-sm);padding:.85rem;background:var(--surface-raised)}.technical-reference h3{margin:0 0 .45rem;font-size:.95rem}.technical-reference__list{display:grid;gap:.4rem;margin:.5rem 0 0}.technical-reference__list div{display:grid;gap:.05rem}.technical-reference__list dt{color:var(--text-muted);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.technical-reference__list dd{margin:0;overflow-wrap:anywhere}@media(min-width:34rem){.session-feedback-fab{width:3.35rem}.technical-reference__list div{grid-template-columns:8.5rem 1fr;gap:.75rem}}@media(min-width:52rem){.session-sheet{align-items:center;padding:.75rem}.session-sheet__panel{border-radius:var(--radius);max-height:calc(100vh - 1.5rem)}}
