.tv{max-width:720px;margin:0 auto;padding:3rem var(--gutter) 4rem}.tv-screen{animation:tv-fade .25s ease}@keyframes tv-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.tv-eyebrow{font-family:var(--font-mono);font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--green-main);margin-bottom:.75rem}.tv-hero{text-align:center;margin-bottom:2rem}.tv-hero h1{font-family:var(--font-serif);font-size:clamp(30px,5vw,46px);font-weight:400;color:var(--text-dark);margin-bottom:1rem}.tv-lead{font-size:18px;line-height:1.7;color:var(--text-mid);margin:0 auto;max-width:560px}.tv-form{display:flex;flex-direction:column;gap:.75rem;background:var(--surface);border:var(--hairline);border-radius:var(--radius-lg);padding:1.75rem}.tv-label{font-size:15px;font-weight:600;color:var(--text-mid)}.tv-input{font-family:var(--font-sans);font-size:17px;color:var(--text-dark);background:var(--linen);border:var(--border-1);border-radius:10px;padding:.75rem .9rem}.tv-input:focus{outline:none;border-color:var(--green-main)}.tv-note{display:flex;gap:6px;align-items:flex-start;font-size:14px;line-height:1.5;color:var(--text-muted)}.tv-note span[aria-hidden]{color:var(--green-main)}.tv-btn{font-family:var(--font-sans);font-size:17px;font-weight:600;border-radius:10px;padding:.85rem 2rem;cursor:pointer;border:none;transition:background .2s ease,border-color .2s ease}.tv-btn--primary{align-self:center;background:var(--green-main);color:var(--surface)}.tv-btn--primary:hover{background:var(--green-hover)}.tv-btn--primary:disabled{opacity:.6;cursor:default}.tv-btn--ghost{background:var(--surface);border:var(--border-1);color:var(--green-deep);font-weight:500}.tv-btn--ghost:hover{border-color:var(--green-main)}.tv-btn:focus-visible{outline:2px solid var(--green-deep);outline-offset:3px}.tv-disclaimer{font-size:15px;line-height:1.6;color:var(--text-muted);background:var(--bone);border:var(--hairline);border-radius:var(--radius);padding:1rem 1.25rem;margin-top:1.5rem}.tv-disclaimer strong{color:var(--text-mid)}.tv-progress-wrap{height:8px;background:var(--bone);border-radius:999px;overflow:hidden;margin-bottom:.85rem}.tv-progress-bar{height:100%;width:0;background:var(--green-light);border-radius:999px;transition:width .35s ease}.tv-quiz-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.tv-counter{font-family:var(--font-mono);font-size:13px;letter-spacing:.04em;color:var(--text-muted)}.tv-score-live{font-family:var(--font-mono);font-size:14px;font-weight:500;color:var(--green-main)}.tv-question{font-family:var(--font-serif);font-size:clamp(22px,3.5vw,28px);font-weight:400;line-height:1.35;color:var(--green-deep);margin-bottom:1.5rem}.tv-options{display:flex;flex-direction:column;gap:.7rem}.tv-option{text-align:left;font-family:var(--font-sans);font-size:17px;line-height:1.45;color:var(--text-dark);background:var(--surface);border:var(--border-1);border-radius:var(--radius);padding:.9rem 1.1rem;cursor:pointer;transition:border-color .15s ease,background .15s ease}.tv-option:hover:not(:disabled){border-color:var(--green-main)}.tv-option:focus-visible{outline:2px solid var(--green-deep);outline-offset:2px}.tv-option:disabled{cursor:default}.tv-option.is-correct{background:var(--green-light);border-color:var(--green-main);color:var(--green-deep);font-weight:600}.tv-option.is-wrong{background:var(--bone);border-color:var(--sand);color:var(--text-mid)}.tv-feedback{margin-top:1.25rem;background:var(--linen);border:var(--hairline);border-left:4px solid var(--green-light);border-radius:var(--radius);padding:1rem 1.2rem}.tv-fb-head{font-size:16px;font-weight:700;margin-bottom:.4rem}.tv-fb-head.is-correct{color:var(--green-main)}.tv-fb-head.is-wrong{color:var(--sand)}.tv-fb-text{font-size:16px;line-height:1.65;color:var(--text-mid)}.tv-next{margin-top:1.5rem;display:block;margin-left:auto;margin-right:auto}.tv-card{background:var(--surface);border:var(--border-1);border-radius:var(--radius-lg);padding:1.75rem;border-top:5px solid var(--green-light);text-align:center}.tv-card-title{font-family:var(--font-serif);font-size:24px;font-weight:400;color:var(--green-deep);margin-bottom:.6rem}.tv-card-msg{font-size:17px;line-height:1.65;color:var(--text-mid);margin-bottom:1.25rem}.tv-scorebox{margin:.5rem 0 1.75rem}.tv-score-big{font-family:var(--font-mono);font-size:clamp(38px,8vw,56px);font-weight:500;color:var(--green-deep);line-height:1.1}.tv-score-sub{font-size:16px;color:var(--text-mid);margin-top:.5rem}.tv-lb{text-align:left;margin-bottom:1.75rem}.tv-lb-title{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--green-main);margin-bottom:.85rem;text-align:center}.tv-lb-empty{font-size:16px;line-height:1.6;color:var(--text-muted);text-align:center}.tv-lb-list{list-style:none;display:flex;flex-direction:column;gap:2px}.tv-lb-row{display:grid;grid-template-columns:2rem 1fr auto;align-items:center;gap:.75rem;padding:.6rem .85rem;border-radius:10px;background:var(--linen);border:var(--hairline)}.tv-lb-pos{font-family:var(--font-mono);font-size:14px;color:var(--text-muted);text-align:center}.tv-lb-tag{font-size:16px;color:var(--text-dark);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tv-lb-score{font-family:var(--font-mono);font-size:16px;font-weight:500;color:var(--green-main)}.tv-disc{display:flex;gap:10px;align-items:flex-start;text-align:left;background:var(--bone);border:var(--hairline);border-radius:var(--radius);padding:1rem 1.2rem;margin-bottom:1.5rem}.tv-disc-icon{font-size:17px;color:var(--green-main);flex-shrink:0;line-height:1.4}.tv-disc p{font-size:15px;line-height:1.65;color:var(--text-mid)}.tv-cta-msg{font-size:17px;line-height:1.6;color:var(--text-dark);margin-bottom:1rem}.tv-cta{margin-bottom:1.25rem}.tv-end-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}@media(prefers-reduced-motion:reduce){.tv-screen{animation:none}.tv-progress-bar,.tv-option,.tv-btn{transition:none}}
