*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #f5f6f8;--bg-primary: #f5f6f8;--bg-secondary: #eff2f5;--surface: #ffffff;--surface-border: 1px solid #e5e7eb;--surface-shadow: 0 1px 3px rgba(0,0,0,.06);--nav: #0f172a;--text: #1e293b;--text-secondary: #64748b;--accent: #0284c7;--accent-hover: #0369a1;--primary-accent: #0284c7;--border: #e5e7eb;--border-subtle: #f0f0f0;--hover-bg: rgba(0,0,0,.04);--green: #16a34a;--green-bg: #f0fdf4;--green-border: #bbf7d0;--red: #dc2626;--red-bg: #fef2f2;--red-border: #fecaca;--radius: 16px;--radius-sm: 12px;--bottom-nav-h: 64px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--safe-right: env(safe-area-inset-right, 0px)}html.dark{--bg: #111318;--bg-primary: #111318;--bg-secondary: #1a1d24;--surface: #1c1e26;--surface-border: 1px solid #2a2d37;--surface-shadow: 0 1px 3px rgba(0,0,0,.2);--nav: #0d0f14;--text: #e4e6eb;--text-secondary: #9ca3af;--accent: #4b83f0;--accent-hover: #3b6fd6;--primary-accent: #4b83f0;--border: #2a2d37;--border-subtle: #252a33;--hover-bg: rgba(255,255,255,.08);--green: #22c55e;--green-bg: #0d1f12;--green-border: #166534;--red: #ef4444;--red-bg: #1f0d0d;--red-border: #991b1b}html.dark .all-card{background:#1c1e26;border:1px solid var(--border)}html.dark .all-card-text p{color:var(--text-secondary)}html.dark .opt-btn:hover:not(.answered){background:#22252e}html.dark .opt-btn.selected,html.dark .si-leg{background:#172040}html.dark .si-air{background:#0d1f12}html.dark .si-perf{background:#1f1a08}html.dark .si-hum{background:#1f0d18}html.dark .si-met{background:#0d1620}html.dark .si-nav{background:#1a0d26}html.dark .si-proc{background:#1f150d}html.dark .si-prin{background:#0d1f18}html.dark .si-comm{background:#1f0d0d}html.dark .source-badge img{background:#ffffffe6;border-radius:4px;padding:2px}html.dark .source-pill img{background:#ffffffe6;border-radius:3px;padding:1px}html,body{width:100%;height:100%;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;min-height:100dvh;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;overflow-x:hidden;display:flex;flex-direction:column}@keyframes slideIn{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.top-header{position:sticky;top:0;z-index:100;padding:calc(var(--safe-top) + 15px) 24px 15px;display:flex;align-items:center;justify-content:space-between;background:var(--nav)}.header-brand{display:flex;align-items:center;gap:10px;color:#fff;font-weight:700;font-size:1.2rem;letter-spacing:-.02em;text-decoration:none;cursor:pointer}.header-brand svg{flex-shrink:0}.brand-quiz{color:#38bdf8}.brand-eu{opacity:.5;font-weight:400;font-size:.75em}html.dark .brand-quiz{color:#7dd3fc}.header-controls{display:flex;align-items:center;gap:10px}.dark-toggle{background:none;border:none;color:#fff9;cursor:pointer;padding:6px;display:flex;align-items:center;transition:color .15s}.dark-toggle:hover{color:#fff}.dark-toggle:active{transform:scale(.9)}.lang-switch{display:flex;align-items:center;gap:5px;background:#ffffff1a;border:none;border-radius:8px;color:#ffffffb3;padding:6px 10px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit}.lang-switch:hover{background:#ffffff2e;color:#fff}.lang-switch:active{transform:scale(.92)}.lang-switch svg{opacity:.7}.lang-label{letter-spacing:.03em}.container{padding:20px 20px calc(var(--bottom-nav-h) + var(--safe-bottom) + 24px);max-width:100%;margin:0 auto;flex:1;overflow:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;box-sizing:border-box}@media(hover:hover)and (pointer:fine){.container::-webkit-scrollbar{display:none}.container{-ms-overflow-style:none;scrollbar-width:none}}.home-hero{margin-bottom:28px}.home-hero h1{font-size:1.6rem;font-weight:700;letter-spacing:-.03em;margin-bottom:6px}.home-hero p{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.all-card{background:var(--nav);color:#fff;border-radius:var(--radius);padding:24px;margin-bottom:28px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:transform .12s,box-shadow .12s;text-decoration:none}.all-card:active{transform:scale(.98)}.all-card-text h2{font-size:1.15rem;font-weight:700;margin-bottom:3px}.all-card-text p{color:#ffffff8c;font-size:.82rem}.all-card-arrow{width:38px;height:38px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.exam-link-wrap{margin-bottom:20px}.section-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);margin-bottom:12px}.subject-grid{display:grid;grid-template-columns:1fr;gap:10px}.subject-card{background:var(--surface);border:var(--surface-border);border-radius:var(--radius);padding:18px 16px;cursor:pointer;transition:transform .1s;display:flex;align-items:center;gap:14px;box-shadow:var(--surface-shadow);text-decoration:none;color:var(--text)}.subject-card:active{transform:scale(.97)}.subject-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.subject-card-text{flex:1;min-width:0}.subject-card-text h3{font-size:.88rem;font-weight:600;margin-bottom:2px}.subject-card-text span{font-size:.78rem;color:var(--text-secondary)}.subject-card-chevron{color:var(--text-secondary);flex-shrink:0;opacity:.5}.si-leg{background:#eff6ff;color:#2563eb}.si-air{background:#f0fdf4;color:#16a34a}.si-perf{background:#fefce8;color:#ca8a04}.si-hum{background:#fdf2f8;color:#db2777}.si-met{background:#f0f9ff;color:#0284c7}.si-nav{background:#faf5ff;color:#9333ea}.si-proc{background:#fff7ed;color:#ea580c}.si-prin{background:#ecfdf5;color:#059669}.si-comm{background:#fef2f2;color:#dc2626}.seo-content{margin-top:40px;padding:24px;background:var(--surface);border:var(--surface-border);border-radius:var(--radius);box-shadow:var(--surface-shadow);color:var(--text-secondary);font-size:.88rem;line-height:1.7}.seo-content h2{font-size:1.05rem;font-weight:600;color:var(--text);margin-bottom:10px}.seo-content h3{font-size:.92rem;font-weight:600;color:var(--text);margin:16px 0 8px}.seo-content p{margin-bottom:8px}.seo-content ul{padding-left:20px;margin:0;columns:2;column-gap:24px}.seo-content li{margin-bottom:4px;break-inside:avoid}@media(max-width:639px){.seo-content ul{columns:1}.seo-content{padding:18px 16px;margin-top:28px}}.source-filter{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.source-filter-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);margin-bottom:10px}.source-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;min-height:40px;border-radius:20px;border:1.5px solid var(--border);background:var(--surface);color:var(--text-secondary);font-family:inherit;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .12s;-webkit-appearance:none;box-shadow:var(--surface-shadow)}.source-pill:active{transform:scale(.95)}.source-pill.active{background:var(--accent);color:#fff;border-color:var(--accent)}.source-pill img{width:20px;height:20px;object-fit:contain;border-radius:4px;background:#fff;padding:1px}.source-pill .pill-count{font-size:.7rem;opacity:.6;font-weight:600}.quiz-top{display:flex;align-items:center;justify-content:space-between;padding:16px 0 8px;min-height:40px}.quiz-subject{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary)}.progress-track{width:100%;height:4px;background:var(--border);border-radius:2px;margin-bottom:16px;overflow:hidden}.progress-fill{height:100%;background:var(--accent);transition:width .3s ease-out}.quiz-counter{display:flex;align-items:center;justify-content:space-between;padding:12px 0 20px;gap:10px;font-size:.82rem;font-weight:500;color:var(--text-secondary);min-height:44px}.quiz-timer{display:flex;align-items:center;gap:6px;padding:0 20px 8px;font-size:.85rem;color:var(--text-secondary);font-weight:600}.quiz-timer .timer-value{font-variant-numeric:tabular-nums;color:var(--text-secondary)}.quiz-timer .timer-value.warn{color:#f59e0b}.quiz-timer .timer-value.danger{color:var(--red);animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.source-badge{display:inline-flex;align-items:center;flex-shrink:0;vertical-align:middle}.source-badge img{height:26px;width:auto}.btn-icon-report{background:none;border:none;cursor:pointer;font-size:1.1rem;padding:4px 8px;border-radius:4px;transition:background-color .2s,opacity .2s;opacity:.6;flex-shrink:0}.btn-icon-report:hover{background-color:#ffc1071a;opacity:1}.quiz-question-wrap{display:flex;flex-direction:column;gap:28px;width:100%;padding:0 0 32px}.quiz-question{font-size:1.35rem;font-weight:500;line-height:1.75;color:var(--text);word-break:break-word}.quiz-figure{width:100%;max-width:100%;border-radius:var(--radius-sm);overflow:hidden;margin:8px 0}.quiz-figure img{width:100%;height:auto;display:block}.quiz-expl-wrap{display:flex;flex-direction:column;gap:14px;overflow:visible}.quiz-explanation{font-size:1.1rem;line-height:1.65;color:var(--text);padding:14px 16px;background:#fffbeb;border:1px solid #fde68a;border-radius:var(--radius-sm);opacity:0;transition:opacity .2s ease-in-out;overflow:visible;word-break:break-word}.quiz-explanation.visible{opacity:1}html.dark .quiz-explanation{background:#1a1708;border-color:#44390a;color:#d4a017}.btn-expl{align-self:flex-start;padding:10px 18px;font-size:.9rem;font-weight:500;min-height:40px;background:var(--primary-accent);color:#fff;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease}.btn-expl:hover{opacity:.9;box-shadow:0 2px 8px #00000026}.btn-expl:active{opacity:.85}html.dark .btn-expl{background:var(--primary-accent);color:#fff}html.dark .btn-expl:hover{opacity:.9}.btn-primary{background:var(--primary-accent);color:#fff;border:none;box-shadow:0 2px 8px #00000026;padding:12px 24px;font-size:1rem;min-height:48px;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease}.btn-primary:hover{opacity:.9}.btn-primary:active{opacity:.85}@media(max-width:639px){.container{padding:16px 12px calc(var(--bottom-nav-h) + var(--safe-bottom) + 20px)!important}.btn-primary{padding:14px 28px;font-size:1.05rem;min-height:52px;width:100%}.btn-expl{width:100%;font-size:.95rem;padding:12px 20px}.quiz-top{padding:16px 0 12px;margin-bottom:12px}.quiz-counter{padding:10px 0 16px;gap:8px;min-height:40px;font-size:.75rem}.quiz-question-wrap{gap:20px;padding:0 0 24px}.quiz-question{font-size:1.25rem;line-height:1.65}.options-list{gap:12px}.opt-btn{min-height:64px;padding:14px;gap:10px}.opt-text{font-size:1rem;line-height:1.5}.opt-letter{min-width:28px;height:28px;font-size:.85rem}.quiz-explanation{font-size:1rem;padding:12px;line-height:1.6}.quiz-nav{flex-direction:column;align-items:stretch;gap:12px;padding:20px 0 8px}.quiz-nav .btn-primary{width:100%}.source-badge{margin-left:4px;vertical-align:middle}.source-logo{height:20px;max-width:50px}.home-hero h1{font-size:1.4rem;margin-bottom:8px}.home-hero p{font-size:.85rem}.all-card{padding:18px;margin-bottom:20px}.subject-grid{grid-template-columns:1fr;gap:10px}.subject-card{padding:12px 14px}.quiz-counter span{flex-wrap:wrap}}.source-badge{position:relative;margin-left:8px;display:inline-flex;align-items:center;vertical-align:middle;cursor:help}.source-logo{height:26px;width:auto;max-width:60px}.source-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:var(--text);color:var(--bg);padding:6px 10px;border-radius:4px;font-size:.75rem;white-space:normal;min-width:220px;max-width:320px;text-align:center;z-index:100;margin-bottom:4px;box-shadow:0 2px 8px #00000026}.source-tooltip small{display:block;font-size:.65rem;opacity:.9;margin-top:2px}.options-list{display:flex;flex-direction:column;gap:16px;padding:0;width:100%}.opt-btn{display:flex;align-items:flex-start;gap:16px;padding:18px 22px;min-height:70px;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font-family:inherit;font-size:.95rem;font-weight:400;line-height:1.5;cursor:pointer;transition:background .12s,color .12s,border-color .12s;text-align:left;width:100%}.opt-btn:hover:not(:disabled){background:var(--hover-bg);border-color:var(--accent)}.opt-btn:disabled{cursor:not-allowed}.opt-btn.selected{background:var(--accent);color:#fff;border-color:var(--accent)}.opt-btn.answered{cursor:not-allowed}.opt-btn.correct-answer{background:#dcfce7;border-color:#86efac;color:var(--text)}.opt-btn.correct-answer .opt-letter{background:#16a34a;color:#fff}.opt-btn.wrong-answer{background:#fee2e2;border-color:#fca5a5;color:var(--text)}.opt-btn.wrong-answer .opt-letter{background:#dc2626;color:#fff}.opt-btn.dimmed{background:var(--surface);border-color:var(--border);color:var(--text)}.opt-letter{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;font-size:.95rem;font-weight:600;border-radius:6px;flex-shrink:0;background:var(--border);color:var(--text)}.opt-btn.selected .opt-letter{background:#fff3}.opt-text{flex:1;word-break:break-word;font-size:1.08rem;line-height:1.6}html.dark .opt-btn{background:var(--surface);border-color:var(--border)}html.dark .opt-btn:hover:not(:disabled){background:#22252e;border-color:var(--accent)}html.dark .opt-btn.selected{background:#172040;color:#fff}html.dark .opt-letter{background:var(--border);color:var(--text)}html.dark .opt-btn.selected .opt-letter{background:#ffffff26}html.dark .opt-btn.correct-answer{background:#064e3b;border-color:#10b981;color:#d1fae5}html.dark .opt-btn.correct-answer .opt-letter{background:#10b981;color:#064e3b}html.dark .opt-btn.wrong-answer{background:#7f1d1d;border-color:#f87171;color:#fee2e2}html.dark .opt-btn.wrong-answer .opt-letter{background:#ef4444;color:#7f1d1d}html.dark .opt-btn.dimmed{background:var(--surface);border-color:var(--border);color:var(--text)}html.dark .opt-btn.correct-answer .opt-letter,html.dark .opt-btn.wrong-answer .opt-letter{background:var(--border);color:var(--text)}.quiz-nav{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding:20px 0 8px;min-height:48px}.exam-nav{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:20px 0 8px}.quiz-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px;text-align:center;color:var(--text-secondary);font-size:1rem}.spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--primary-accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.quiz-error{padding:16px 20px;margin:20px 0;background:var(--red-bg);border:1px solid var(--red-border);border-radius:var(--radius-sm);color:var(--red);font-size:.95rem;line-height:1.5;text-align:center}html.dark .quiz-error{background:#1f0d0d;border-color:#991b1b;color:#ef4444}.quiz-question,.quiz-question-wrap,.quiz-explanation,.opt-btn{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.results-header{text-align:center;margin-bottom:32px}.results-header h1{font-size:1.4rem;font-weight:700;margin-bottom:8px}.results-header p{color:var(--text-secondary);font-size:.95rem}.score-ring{width:160px;height:160px;margin:0 auto 28px;position:relative}.score-ring svg{transform:rotate(-90deg)}.score-ring-label{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.score-ring-pct{font-size:2.2rem;font-weight:700;line-height:1}.score-ring-sub{font-size:.75rem;color:var(--text-secondary);margin-top:4px}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:28px}.stat-card{background:var(--surface);border:var(--surface-border);border-radius:var(--radius-sm);padding:16px 12px;text-align:center;box-shadow:var(--surface-shadow)}.stat-value{font-size:1.5rem;font-weight:700}.stat-label{font-size:.72rem;color:var(--text-secondary);margin-top:3px}.stat-green .stat-value{color:var(--green)}.stat-red .stat-value{color:var(--red)}.results-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.review-item{background:var(--surface);border:var(--surface-border);border-radius:var(--radius);padding:18px 16px;margin-bottom:12px;box-shadow:var(--surface-shadow)}.review-item.ri-correct{border-left:4px solid var(--green)}.review-item.ri-wrong{border-left:4px solid var(--red)}.review-q-num{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.ri-correct .review-q-num{color:var(--green)}.ri-wrong .review-q-num{color:var(--red)}.review-q-text{font-size:.9rem;font-weight:500;line-height:1.55;margin-bottom:12px}.review-answer{font-size:.82rem;line-height:1.6;color:var(--text-secondary)}.review-answer strong{color:var(--text);font-weight:600}.review-filter{display:flex;gap:8px;margin-bottom:18px}.review-filter button{font-family:inherit;font-size:.78rem;font-weight:500;padding:8px 16px;min-height:38px;border-radius:20px;border:1.5px solid var(--border);background:var(--surface);color:var(--text-secondary);cursor:pointer;transition:all .12s;-webkit-appearance:none}.review-filter button:active{transform:scale(.95)}.review-filter button.active{background:var(--nav);color:#fff;border-color:var(--nav)}.review-explanation{background:#fffbeb;border:1px solid #fde68a;border-radius:var(--radius-sm);padding:12px 14px;font-size:.8rem;line-height:1.55;color:#92400e;margin-top:10px}.site-footer{text-align:center;padding:32px 16px 16px;font-size:.75rem;color:var(--text-secondary);opacity:.6}.site-footer a{color:var(--text-secondary);text-decoration:none}.site-footer a:hover{text-decoration:underline}.footer-links{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:8px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:calc(var(--bottom-nav-h) + var(--safe-bottom));padding-bottom:var(--safe-bottom);display:flex;z-index:100;background:var(--nav);border-top:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:none;backdrop-filter:none;will-change:transform;box-sizing:border-box;margin:0;padding-bottom:max(var(--safe-bottom),0px)}.tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:none;border:none;color:#ffffff73;font-family:inherit;font-size:.68rem;font-weight:500;cursor:pointer;transition:color .15s;-webkit-appearance:none;padding:8px 0;text-decoration:none}.tab.active{color:#fff}.tab:active{transform:scale(.9)}.tab svg{width:24px;height:24px}.exam-sidebar{display:none;position:fixed;left:0;top:calc(var(--safe-top) + 68px);bottom:0;width:280px;z-index:99;background:var(--surface);border-right:1px solid var(--border)}.exam-sidebar.visible{display:block}.exam-sidebar-inner{height:100%;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:3px;scrollbar-width:thin}.exam-q-btn{width:100%;padding:8px 10px;border-radius:8px;border:1.5px solid var(--border);background:var(--surface);color:var(--text-secondary);font-family:inherit;font-size:.72rem;font-weight:500;cursor:pointer;transition:all .12s;display:flex;align-items:center;gap:8px;flex-shrink:0;text-align:left}.exam-q-num{min-width:22px;height:22px;border-radius:6px;background:var(--border);color:var(--text-secondary);font-size:.68rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.exam-q-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.exam-q-btn:hover{border-color:var(--accent)}.exam-q-btn.eq-current{border-color:var(--accent);box-shadow:0 0 0 2px #2563eb40;background:#2563eb0d}.exam-q-btn.eq-current .exam-q-num,.exam-q-btn.eq-answered .exam-q-num{background:var(--accent);color:#fff}.exam-strip{display:flex;gap:6px;overflow-x:auto;padding:0 0 12px;margin-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.exam-strip::-webkit-scrollbar{display:none}.exam-strip-btn{min-width:32px;height:32px;border-radius:6px;border:1.5px solid var(--border);background:var(--surface);color:var(--text-secondary);font-family:inherit;font-size:.68rem;font-weight:600;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .12s}.exam-strip-btn.eq-current{border-color:var(--accent);color:var(--accent);font-weight:700;box-shadow:0 0 0 1.5px #2563eb33}.exam-strip-btn.eq-answered{background:var(--accent);border-color:var(--accent);color:#fff}.exam-nav{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;gap:10px}.exam-nav-right{display:flex;gap:10px}.btn-finish-exam{background:var(--green);color:#fff;font-family:inherit;font-size:.78rem;font-weight:600;padding:10px 16px;min-height:40px;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:all .12s}.btn-finish-exam:active{transform:scale(.96)}.privacy-content{background:var(--surface);border-radius:var(--radius);padding:28px 32px;line-height:1.75;font-size:.92rem;color:var(--text);border:1px solid var(--border);max-width:780px}.privacy-content h2{font-size:1rem;font-weight:700;margin:28px 0 10px;color:var(--text);padding-bottom:6px;border-bottom:1px solid var(--border)}.privacy-content h2:first-child{margin-top:0}.privacy-content p{margin:0 0 14px;color:var(--text-secondary)}.privacy-content strong{color:var(--text)}.privacy-content ul{margin:0 0 14px;padding-left:22px}.privacy-content li{margin-bottom:6px;color:var(--text-secondary)}.exam-setup{max-width:600px;margin:0 auto}.exam-setup-section{margin-bottom:24px}.exam-setup-section h3{font-size:.88rem;font-weight:600;margin-bottom:12px}.exam-subject-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--surface);border:var(--surface-border);border-radius:var(--radius-sm);margin-bottom:8px;box-shadow:var(--surface-shadow)}.exam-subject-row label{display:flex;align-items:center;gap:10px;font-size:.88rem;cursor:pointer}.exam-subject-row input[type=checkbox]{width:18px;height:18px;cursor:pointer}.exam-subject-row input[type=number]{width:60px;padding:6px 8px;border:1.5px solid var(--border);border-radius:8px;font-family:inherit;font-size:.85rem;text-align:center;background:var(--bg);color:var(--text)}.exam-total{font-size:.9rem;font-weight:600;padding:16px;text-align:center;color:var(--accent)}.user-menu-btn{display:flex;align-items:center;gap:8px;background:#ffffff1a;border:none;border-radius:20px;padding:4px 12px 4px 4px;cursor:pointer;color:#fff;font-family:inherit;font-size:.8rem;font-weight:500}.user-menu-btn img{width:28px;height:28px;border-radius:50%}.user-menu-btn:hover{background:#ffffff26}.login-btn{background:#ffffff1a;border:none;border-radius:8px;padding:7px 14px;cursor:pointer;color:#ffffffb3;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .15s}.login-btn:hover{background:#ffffff26;color:#fff}.leaderboard-table{width:100%;border-collapse:collapse}.leaderboard-table th{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);padding:8px 12px;text-align:left;border-bottom:1px solid var(--border)}.leaderboard-table td{padding:12px;font-size:.88rem;border-bottom:1px solid var(--border)}.leaderboard-table tr:hover{background:#00000005}html.dark .leaderboard-table tr:hover{background:#ffffff08}.lb-rank{font-weight:700;color:var(--accent);min-width:36px}.lb-user{display:flex;align-items:center;gap:10px}.lb-user img{width:32px;height:32px;border-radius:50%}.lb-user span{font-weight:500}.lb-score{font-weight:600;color:var(--green)}.leaderboard-wrap{width:100%}@media(min-width:960px){.leaderboard-wrap{max-width:900px}.leaderboard-table th{padding:10px 24px}.leaderboard-table td{padding:14px 24px;font-size:.92rem}.lb-user img{width:36px;height:36px}}@media(min-width:1200px){.leaderboard-wrap{max-width:1100px}.leaderboard-table th{padding:12px 36px}.leaderboard-table td{padding:16px 36px;font-size:.95rem}}.profile-header{display:flex;align-items:center;gap:20px;margin-bottom:32px}.profile-avatar{width:80px;height:80px;border-radius:50%}.profile-info h2{font-size:1.2rem;font-weight:700;margin-bottom:4px}.profile-info p{color:var(--text-secondary);font-size:.85rem}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:28px}.history-list{display:flex;flex-direction:column;gap:8px}.history-item{background:var(--surface);border:var(--surface-border);border-radius:var(--radius-sm);padding:14px 16px;display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:var(--text);transition:transform .1s}.history-item:active{transform:scale(.98)}.history-item-info h4{font-size:.85rem;font-weight:600;margin-bottom:2px}.history-item-info span{font-size:.75rem;color:var(--text-secondary)}.history-item-score{font-size:.9rem;font-weight:700}.badge-active{display:inline-block;padding:4px 10px;background:#22c55e1a;color:var(--green);border-radius:4px;font-size:.75rem;font-weight:600;white-space:nowrap}html.dark .badge-active{background:#22c55e26;color:#22c55e}.active-session{border:1px solid var(--green)!important}html.dark .active-session{border:1px solid #22c55e!important}.history-item-score.passed{color:var(--green)}.history-item-score.failed{color:var(--red)}.modal-overlay{position:fixed;inset:0;background:#00000080;z-index:200;display:flex;align-items:center;justify-content:center;padding:20px}.modal-content{background:var(--surface);border-radius:var(--radius);padding:28px;max-width:400px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0003}.modal-content h2{font-size:1.15rem;font-weight:700;margin-bottom:16px;text-align:center}.oauth-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:12px 20px;min-height:48px;border-radius:var(--radius-sm);border:1.5px solid var(--border);background:var(--surface);font-family:inherit;font-size:.88rem;font-weight:500;color:var(--text);cursor:pointer;transition:all .12s;margin-bottom:10px}.oauth-btn:hover{border-color:var(--accent)}.oauth-btn:active{transform:scale(.98)}.oauth-btn svg{width:20px;height:20px;flex-shrink:0}.swipe-hint{text-align:center;font-size:.7rem;color:var(--text-secondary);opacity:.5;padding:8px 0 4px}.auth-required{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:24px}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:40px 32px;text-align:center;max-width:420px;width:100%;box-shadow:0 4px 24px #00000014}.auth-card .auth-icon{font-size:3rem;margin-bottom:16px;line-height:1}.auth-card h2{font-size:1.35rem;font-weight:700;margin-bottom:12px;color:var(--text)}.auth-card .auth-desc{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin-bottom:28px}.auth-card .auth-free-note{font-size:.78rem;color:var(--text-secondary);margin-top:12px;margin-bottom:0;opacity:.75}@media(min-width:640px){.container{padding:28px 24px calc(var(--bottom-nav-h) + var(--safe-bottom) + 32px);max-width:100%}.subject-grid{grid-template-columns:repeat(2,1fr);gap:14px}.home-hero{margin-bottom:36px}.home-hero h1{font-size:1.75rem}.all-card{padding:28px 32px;margin-bottom:32px}.subject-card{padding:22px 24px;gap:16px}.review-item{padding:22px 24px}.stats-row{gap:14px}.stat-card{padding:20px 16px}.opt-btn{min-height:58px;padding:16px 18px;font-size:.98rem}.opt-letter{min-width:30px;height:30px;font-size:.88rem}.quiz-question{font-size:1.08rem}}@media(min-width:960px){.container{padding:28px 32px 60px;max-width:100%}.subject-grid{grid-template-columns:repeat(3,1fr);gap:16px}.bottom-nav{display:none}.home-hero{margin-bottom:32px}.home-hero h1{font-size:1.85rem}.home-hero p{font-size:.95rem;margin-top:6px}.all-card{padding:32px 36px;margin-bottom:36px;border-radius:16px}.all-card-text h2{font-size:1.25rem}.all-card-text p{font-size:.88rem}.all-card-arrow{width:42px;height:42px}.section-label{margin-bottom:18px;font-size:.78rem;letter-spacing:.07em}.subject-card{padding:22px 24px;gap:18px;border-radius:14px}.subject-card:hover{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.subject-card-text h3{font-size:.95rem}.subject-card-text span{font-size:.82rem}.subject-icon{width:46px;height:46px;font-size:1.3rem;border-radius:12px}.stats-row{gap:16px;margin-bottom:36px}.stat-card{padding:24px 20px;border-radius:14px}.stat-value{font-size:1.75rem}.stat-label{font-size:.82rem;margin-top:5px}.review-item{padding:24px 28px;margin-bottom:16px;border-radius:16px}.review-q-num{font-size:.75rem;margin-bottom:8px}.review-q-text{font-size:1rem;margin-bottom:16px}.review-answer{font-size:.88rem;line-height:1.65}.review-explanation{padding:14px 18px;font-size:.85rem;margin-top:12px}.review-filter{gap:10px;margin-bottom:20px}.review-filter button{padding:8px 18px;font-size:.82rem}.results-header{margin-bottom:36px}.results-header h1{font-size:1.65rem}.score-ring{width:160px;height:160px;margin-bottom:32px}.results-actions{gap:12px;margin-top:6px}.btn{padding:12px 28px;font-size:.9rem;min-height:48px;border-radius:12px}.opt-btn{min-height:clamp(64px,8.3vh,90px);padding:18px 20px;font-size:1rem}.opt-letter{min-width:32px;height:32px;font-size:.9rem}.quiz-question{font-size:1.1rem}.exam-sidebar.visible{display:block}}@media(min-width:960px){.exam-active .container{margin-left:300px;margin-right:20px;max-width:none}}.home-hero,.all-card,.section-label,.source-filter-label,.source-filter,.subject-grid,.exam-link-wrap,.quiz-top,.quiz-counter,.quiz-question-wrap,.options-list,.quiz-nav{margin-left:auto;margin-right:auto;width:100%}@media(min-width:640px){.home-hero,.all-card,.section-label,.source-filter-label,.source-filter,.subject-grid,.exam-link-wrap,.quiz-top,.quiz-counter,.quiz-question-wrap,.options-list,.quiz-nav{max-width:95%}}@media(min-width:960px){.home-hero,.all-card,.section-label,.source-filter-label,.source-filter,.subject-grid,.exam-link-wrap,.quiz-top,.quiz-counter,.quiz-question-wrap,.options-list,.quiz-nav{max-width:85%}.quiz-question-wrap,.options-list{min-width:calc(85vw - 64px)}}@media(min-width:1200px){.home-hero,.all-card,.section-label,.source-filter-label,.source-filter,.subject-grid,.exam-link-wrap,.quiz-top,.quiz-counter,.quiz-question-wrap,.options-list,.quiz-nav{max-width:900px}.quiz-question-wrap,.options-list{min-width:900px}}@media(min-width:1600px){.home-hero,.all-card,.section-label,.source-filter-label,.source-filter,.subject-grid,.exam-link-wrap,.quiz-top,.quiz-counter,.quiz-question-wrap,.options-list,.quiz-nav{max-width:1000px}.quiz-question-wrap,.options-list{min-width:1000px}}@media(min-width:1200px){.container{padding:40px 60px 80px;max-width:100%}.leaderboard-table th,.leaderboard-table td{padding:14px 16px}}@media(max-width:959px){.exam-sidebar{display:none!important}}html.dark .exam-sidebar,html.dark .exam-q-btn,html.dark .exam-strip-btn{background:var(--surface)}html.dark .btn-finish-exam{background:#16a34a}.ticket-status-badge{font-size:.72rem;font-weight:600;padding:3px 8px;border-radius:12px;text-transform:capitalize;white-space:nowrap}.ticket-status-open{background:var(--green-bg, #dcfce7);color:var(--green, #16a34a);border:1px solid var(--green-border, #bbf7d0)}.ticket-status-in_progress{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.ticket-status-closed{background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border)}html.dark .ticket-status-in_progress{background:#1f1a08;color:#fcd34d;border-color:#78350f}.notif-badge{position:absolute;top:-4px;right:-4px;background:var(--red);color:#fff;font-size:.62rem;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px}.ticket-list{display:flex;flex-direction:column;gap:8px}.ticket-item{padding:12px 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface);cursor:pointer;transition:background .2s,border-color .2s}.ticket-item:hover{background:var(--bg-secondary);border-color:var(--primary, #0284c7)}.ticket-item-header{display:flex;justify-content:space-between;align-items:start;gap:12px;margin-bottom:6px}.ticket-item-subject{font-weight:600;flex:1}.ticket-item-meta{font-size:.85rem;color:var(--text-secondary);display:flex;gap:12px;align-items:center}.conversation-bubble{margin-bottom:12px;display:flex;gap:8px;animation:slideIn .22s ease-out}.conversation-bubble.user{flex-direction:row-reverse;justify-content:flex-end}.conversation-bubble.admin{justify-content:flex-start}.conversation-bubble-content{max-width:70%;padding:10px 12px;border-radius:8px;word-wrap:break-word;font-size:.95rem;line-height:1.5}.conversation-bubble.user .conversation-bubble-content{background:var(--surface);color:var(--text)}.conversation-bubble.admin .conversation-bubble-content{background:#4b83f014;color:var(--text)}html.dark .conversation-bubble.admin .conversation-bubble-content{background:#4b83f01f}.conversation-bubble.admin .admin-label{font-size:.75rem;font-weight:600;color:var(--primary, #0284c7);margin-bottom:4px}.conversation-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.ticket-reply-form{display:flex;flex-direction:column;gap:10px}.ticket-reply-textarea{width:100%;min-height:80px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--bg-primary);color:var(--text);font-family:inherit;font-size:.95rem;resize:vertical}.ticket-reply-textarea:focus{outline:none;border-color:var(--primary, #0284c7);box-shadow:0 0 0 3px #0284c71a}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:flex-end;z-index:1000;animation:fadeIn .2s ease-out}.modal-content{background:var(--surface);width:100%;max-height:90vh;border-radius:12px 12px 0 0;overflow-y:auto;animation:slideUp .3s ease-out}@media(min-width:640px){.modal-content{width:90%;max-width:600px;margin:0 auto;border-radius:12px;max-height:85vh}.conversation-bubble-content{max-width:60%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.login-modal-desc.svelte-1y960i6{color:var(--text-secondary);font-size:.85rem;line-height:1.55;text-align:center;margin-bottom:20px}.btn-login.svelte-hv3zzy{padding:8px 16px;height:auto;font-size:.85rem;font-weight:600;background:var(--accent);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s,transform .15s}.btn-login.svelte-hv3zzy:hover{background:var(--accent-hover, #0066cc);transform:translateY(-1px)}.btn-login.svelte-hv3zzy:active{transform:translateY(0)}.profile-badge-wrapper.svelte-hv3zzy{position:relative;display:inline-block}.btn-profile.svelte-hv3zzy{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;cursor:pointer;color:#ffffffb3;text-decoration:none;transition:background-color .2s,color .2s}.btn-profile.svelte-hv3zzy:hover{background-color:#ffffff1f;color:#fff}.footer-disclaimer.svelte-7lfk2o{margin-top:10px;font-size:.68rem;line-height:1.5;opacity:.45;max-width:480px;margin-left:auto;margin-right:auto}.footer-legal.svelte-7lfk2o{margin-top:8px;font-size:.7rem;opacity:.5}.footer-version.svelte-7lfk2o{margin-top:8px;font-size:.68rem;opacity:.4}html,body{height:100%;width:100%}.site-banner.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;gap:12px;padding:10px 16px;font-size:.85rem;font-weight:500;text-align:center}.site-banner.banner-info.svelte-12qhfyh{background:var(--accent);color:#fff}.site-banner.banner-warning.svelte-12qhfyh{background:#f59e0b;color:#1a1a1a}.site-banner.banner-success.svelte-12qhfyh{background:#16a34a;color:#fff}.banner-text.svelte-12qhfyh{flex:1}.banner-close.svelte-12qhfyh{background:none;border:none;color:inherit;cursor:pointer;font-size:1rem;opacity:.7;padding:2px 6px;flex-shrink:0}.banner-close.svelte-12qhfyh:hover{opacity:1}
