.exam-mini{--navy: #091B33;--navy-hover: #0E2847;--gold: #9A7B1E;--gold-light: #B8941F;--gold-bg: #F5EDDA;--accent: #1847A8;--accent-light: #E8EEF8;--bg-main: #F3F0E8;--bg-surface: #FFFFFF;--bg-muted: #EDE8DF;--text-primary: #0F0D0A;--text-secondary: #524E48;--text-tertiary: #8A857D;--text-disabled: #B5B0A8;--border: #DDD7CC;--border-strong: #C4BDB0;--success: #1A6B35;--success-bg: #E4F2E8;--danger: #9B1C1C;--danger-bg: #F8E4E4;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-heading: "Bricolage Grotesque", "Inter", sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--shadow-sm: 0 1px 2px rgba(15,13,10,.06), 0 1px 3px rgba(15,13,10,.04);--shadow-md: 0 4px 8px rgba(15,13,10,.06), 0 2px 4px rgba(15,13,10,.04);--shadow-lg: 0 8px 20px rgba(15,13,10,.08), 0 4px 8px rgba(15,13,10,.03);font-family:var(--font-body);color:var(--text-primary);-webkit-font-smoothing:antialiased}.exam-mini h1,.exam-mini h2,.exam-mini h3,.exam-mini h4{font-family:var(--font-heading)}.exam-mini-html img,.exam-mini-html svg{max-width:100%;height:auto}.exam-mini-html table{width:100%;border-collapse:collapse;margin:12px 0;font-size:13px;display:block;overflow-x:auto}.exam-mini-html th,.exam-mini-html td{border:1px solid var(--border);padding:8px 12px;text-align:left}.exam-mini-html th{background:var(--bg-muted);font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.03em;color:var(--text-secondary)}.exam-mini-html p{margin:0 0 10px}.exam-mini-html p:last-child{margin-bottom:0}.exam-mini-html u{text-decoration:underline;text-underline-offset:3px}.exam-mini-split{display:flex;height:100%;min-height:0}.exam-mini-passage-pane{width:50%;overflow-y:auto;padding:28px 28px 28px 32px;border-right:1px solid var(--border);font-family:Georgia,serif;font-size:15px;line-height:1.85;color:var(--text-secondary);font-weight:300}.exam-mini-question-pane{width:50%;overflow-y:auto;padding:24px 28px}.exam-mini-fullwidth-pane{max-width:768px;margin:0 auto;height:100%;overflow-y:auto;padding:28px 32px}.exam-taster-strip{--pc-bg: #FFF8F0;--pc-bg-2: #F5EDE3;--pc-bg-3: #EDE4D9;--pc-surface: #FFFFFF;--pc-text-1: #1D1D1F;--pc-text-2: #6B6B70;--pc-text-3: #9A9A9F;--pc-border: rgba(60, 60, 67, .1);--pc-border-strong: rgba(60, 60, 67, .18);--pc-accent: #E8734A;--pc-ok: #2E7D4F;--pc-ok-bg: #E8F3EC;--pc-bad: #B4372E;--pc-bad-bg: #FBEAE7;--pc-listen: #3B82A8;--pc-shadow-card: 0 2px 8px rgba(61,53,48,.05), 0 1px 2px rgba(61,53,48,.04);--pc-shadow-lift: 0 8px 24px rgba(61,53,48,.1), 0 2px 6px rgba(61,53,48,.06);margin:44px 0 8px;font-family:var(--font-body);color:var(--pc-text-1)}.exam-taster-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:20px}.exam-taster-nogate{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--pc-ok);background:var(--pc-ok-bg);border:1px solid #BFDFCB;border-radius:8px;padding:8px 12px;white-space:nowrap}.exam-taster-grid{display:flex;flex-direction:column;gap:18px}.exam-taster-card{background:var(--pc-bg);border:1px solid var(--pc-border-strong);border-radius:18px;box-shadow:var(--pc-shadow-lift);padding:20px 20px 18px;position:relative;overflow:hidden}.exam-taster-passage{background:var(--pc-bg-2);border-radius:11px;padding:12px 14px;margin-bottom:12px;font-family:Georgia,Times New Roman,serif;font-size:13.5px;line-height:1.65;color:#3b3833;max-height:260px;overflow-y:auto}.exam-taster-opt{display:flex;align-items:flex-start;gap:10px;text-align:left;width:100%;background:var(--pc-surface);border:1.5px solid var(--pc-border);border-radius:11px;padding:10px 13px;font-family:inherit;font-size:14px;line-height:1.45;color:var(--pc-text-1);cursor:pointer;transition:border-color .14s ease,background .14s ease,transform .14s ease}.exam-taster-opt:hover:not(:disabled){border-color:var(--pc-text-3);transform:translate(2px)}.exam-taster-opt:disabled{cursor:default}.exam-taster-opt[data-state=ok]{border-color:var(--pc-ok);background:var(--pc-ok-bg)}.exam-taster-opt[data-state=bad]{border-color:var(--pc-bad);background:var(--pc-bad-bg)}.exam-taster-opt[data-state=key]{border-color:var(--pc-ok);border-style:dashed;background:transparent}.exam-taster-card .exam-mini-html img,.exam-taster-card .exam-mini-html svg{max-width:100%;height:auto}.exam-taster-card .exam-mini-html table{width:100%;border-collapse:collapse;margin:10px 0;font-size:12px;display:block;overflow-x:auto}.exam-taster-card .exam-mini-html th,.exam-taster-card .exam-mini-html td{border:1px solid var(--pc-border-strong);padding:6px 8px;text-align:left}.exam-taster-card .exam-mini-html th{background:var(--pc-bg-2);font-weight:700}.exam-taster-card .exam-mini-html p{margin:0 0 8px}.exam-taster-card .exam-mini-html p:last-child{margin-bottom:0}@media (max-width: 620px){.exam-taster-grid{gap:14px}.exam-taster-strip{margin-top:32px}}@media (prefers-reduced-motion: reduce){.exam-taster-opt{transition:none}}@media (max-width: 768px){.exam-mini{height:auto!important;max-height:none!important;overflow:visible!important;width:auto!important;max-width:100%!important;margin-left:-16px!important;margin-right:-16px!important;border-radius:0!important;border-left:none!important;border-right:none!important}.exam-mini-question-area{overflow:visible!important;min-height:0!important}.exam-mini-split{flex-direction:column;height:auto;min-height:0}.exam-mini-passage-pane{width:100%;max-height:none;overflow-y:visible;padding:16px 18px 20px;border-right:none;border-bottom:1px solid var(--border);font-size:16px!important;line-height:1.55!important}.exam-mini-question-pane{width:100%;overflow-y:visible;padding:16px 18px 20px}.exam-mini-fullwidth-pane{height:auto;overflow-y:visible;padding:16px 18px 20px}.exam-mini-option-card{min-height:52px!important;padding:14px 16px!important;font-size:15.5px!important;line-height:1.45!important}.exam-mini-section-grid{grid-template-columns:1fr!important}.exam-mini-time-grid{grid-template-columns:repeat(2,1fr)!important}}
