:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--font-sans:"Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, Roboto, sans-serif;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--sidebar-width:248px;--mobile-nav-height:64px;--color-bg:#fff;--color-bg-subtle:#f6f6f8;--color-surface:#fff;--color-surface-hover:#f1f1f4;--color-border:#e4e4e8;--color-border-strong:#d1d1d8;--color-text:#17171c;--color-text-muted:#5c5c66;--color-text-subtle:#8a8a94;--color-danger:#b3261e;--color-danger-bg:#fbeceb;--color-success:#1e7a34;--color-success-bg:#e8f5ea;--color-warning:#8a5a00;--color-warning-bg:#fbf1de;--color-shadow:#1818201a;--color-accent:#3d54a0;--color-accent-strong:#2f4383;--color-accent-active:#4a63af;--color-accent-subtle:#e8ecf9;--color-accent-contrast:#fff;--color-chart-1:#4a63af;--color-chart-2:#b3261e;--color-chart-3:#8a5a00;--color-chart-4:#1e7a34;--color-chart-5:#7c3aed;--color-chart-6:#c2410c}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}:root:not([data-theme=light]){--color-bg:#101116;--color-bg-subtle:#17181e;--color-surface:#1b1c23;--color-surface-hover:#24252d;--color-border:#2c2d36;--color-border-strong:#3b3c47;--color-text:#f2f2f5;--color-text-muted:#a6a6b0;--color-text-subtle:#797a85;--color-danger:#f2938c;--color-danger-bg:#3a2020;--color-success:#6fcf87;--color-success-bg:#163a1f;--color-warning:#e0b23d;--color-warning-bg:#3a2f10;--color-shadow:#0006;--color-accent:#93a6e6;--color-accent-strong:#b1c0ee;--color-accent-active:#4a63af;--color-accent-subtle:#93a6e629;--color-accent-contrast:#10121a;--color-chart-1:#93a6e6;--color-chart-2:#f2938c;--color-chart-3:#e0b23d;--color-chart-4:#6fcf87;--color-chart-5:#c4b5fd;--color-chart-6:#fdba74}}:root[data-theme=dark]{--color-bg:#101116;--color-bg-subtle:#17181e;--color-surface:#1b1c23;--color-surface-hover:#24252d;--color-border:#2c2d36;--color-border-strong:#3b3c47;--color-text:#f2f2f5;--color-text-muted:#a6a6b0;--color-text-subtle:#797a85;--color-danger:#f2938c;--color-danger-bg:#3a2020;--color-success:#6fcf87;--color-success-bg:#163a1f;--color-warning:#e0b23d;--color-warning-bg:#3a2f10;--color-shadow:#0006;--color-accent:#93a6e6;--color-accent-strong:#b1c0ee;--color-accent-active:#4a63af;--color-accent-subtle:#93a6e629;--color-accent-contrast:#10121a;--color-chart-1:#93a6e6;--color-chart-2:#f2938c;--color-chart-3:#e0b23d;--color-chart-4:#6fcf87;--color-chart-5:#c4b5fd;--color-chart-6:#fdba74}*,:before,:after{box-sizing:border-box}body{min-height:100svh;font:15px/1.5 var(--font-sans);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}#root{min-height:100svh}h1,h2,h3,h4{font-family:var(--font-sans);letter-spacing:-.02em;color:var(--color-text);margin:0;font-weight:700}p{margin:0}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}a{color:var(--color-accent)}:focus-visible{outline:2px solid var(--color-accent-active);outline-offset:2px;border-radius:var(--radius-sm)}.skip-link{left:var(--space-3);background:var(--color-surface);color:var(--color-text);padding:var(--space-2) var(--space-4);border-radius:var(--radius-sm);border:1px solid var(--color-border);z-index:100;transition:top .15s;position:absolute;top:-48px}.skip-link:focus-visible{top:var(--space-3)}.btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);white-space:nowrap;border:1px solid #0000;font-size:14px;font-weight:600;line-height:1;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.btn-primary{background:var(--color-accent-active);color:var(--color-accent-contrast)}.btn-primary:hover{background:var(--color-accent-strong)}.btn-secondary{background:var(--color-surface);border-color:var(--color-border-strong);color:var(--color-text)}.btn-secondary:hover{background:var(--color-surface-hover)}.btn-danger{border-color:var(--color-border-strong);color:var(--color-danger);background:0 0}.btn-danger:hover{background:var(--color-danger-bg)}.btn-icon{padding:var(--space-2);border-radius:var(--radius-sm);color:var(--color-text-muted);background:0 0;border:1px solid #0000}.btn-icon:hover{background:var(--color-surface-hover);color:var(--color-text)}.field{gap:var(--space-2);margin-bottom:var(--space-4);flex-direction:column;display:flex}.field label{color:var(--color-text-muted);font-size:13px;font-weight:600}.field input,.field select{padding:var(--space-3);border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);background:var(--color-surface);color:var(--color-text)}.field input:focus-visible,.field select:focus-visible{outline:2px solid var(--color-accent-active);outline-offset:1px}.field-hint{color:var(--color-text-subtle);margin:-2px 0 0;font-size:13px}.field-error{color:var(--color-danger);font-size:13px}.form-actions{gap:var(--space-3);margin-top:var(--space-5);display:flex}.alert-error{background:var(--color-danger-bg);color:var(--color-danger);border-radius:var(--radius-md);padding:var(--space-4);margin-bottom:var(--space-4);font-size:14px}.section-header{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);display:flex}.section-header h2{font-size:18px}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.badge{padding:2px var(--space-2);border-radius:var(--radius-sm);background:var(--color-accent-subtle);color:var(--color-accent);align-items:center;font-size:12px;font-weight:600;display:inline-flex}.study-priority-badge{padding:2px var(--space-2);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.03em;flex-shrink:0;align-items:center;font-size:11px;font-weight:700;display:inline-flex}.study-priority-badge-high{background:var(--color-danger-bg);color:var(--color-danger)}.study-priority-badge-moderate{background:var(--color-warning-bg);color:var(--color-warning)}.active-timer-indicator{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);margin-bottom:var(--space-4);border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-accent-subtle);color:var(--color-text);flex-wrap:wrap;font-size:14px;text-decoration:none;display:flex}.active-timer-indicator:hover{background:var(--color-surface-hover)}.active-timer-dot{background:var(--color-success);border-radius:50%;flex-shrink:0;width:10px;height:10px}.active-timer-dot.paused{background:var(--color-warning)}.active-timer-time{font-variant-numeric:tabular-nums;font-weight:700}.active-timer-name{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.active-timer-status{flex-shrink:0}.pwa-update-prompt{left:50%;bottom:calc(var(--mobile-nav-height) + var(--space-4));z-index:30;align-items:center;gap:var(--space-4);max-width:calc(100vw - var(--space-5) * 2);padding:var(--space-3) var(--space-4);border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text);box-shadow:0 4px 16px var(--color-shadow);flex-wrap:wrap;font-size:14px;display:flex;position:fixed;transform:translate(-50%)}.pwa-update-actions{gap:var(--space-2);flex-shrink:0;display:flex}@media (width>=768px){.pwa-update-prompt{bottom:var(--space-5)}}.timer-recovery-dialog{border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-5);max-width:420px;width:calc(100vw - var(--space-6));background:var(--color-surface);color:var(--color-text);box-shadow:0 12px 32px var(--color-shadow)}.timer-recovery-dialog::backdrop{background:#0a0a0e66}.timer-recovery-dialog h2{font-size:18px}.timer-recovery-dialog p{margin-top:var(--space-2);color:var(--color-text-muted);font-size:14px}.timer-recovery-options{gap:var(--space-3);margin-top:var(--space-5);flex-direction:column;display:flex}.timer-recovery-options .btn{padding:var(--space-3) var(--space-4);text-align:left;white-space:normal;flex-direction:column;align-items:flex-start;gap:2px}.timer-recovery-option-hint{opacity:.85;font-size:12px;font-weight:400}.mobile-nav{height:var(--mobile-nav-height);border-top:1px solid var(--color-border);background:var(--color-bg-subtle);z-index:20;padding-bottom:env(safe-area-inset-bottom,0);position:fixed;bottom:0;left:0;right:0}.mobile-nav ul{height:100%;margin:0;padding:0;list-style:none;display:flex}.mobile-nav li{flex:1}.mobile-nav-link{height:100%;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:2px;font-size:11px;font-weight:500;text-decoration:none;display:flex}.mobile-nav-link.active{color:var(--color-accent)}@media (width>=768px){.mobile-nav{display:none}}.sidebar{display:none}@media (width>=768px){.sidebar{width:var(--sidebar-width);height:100svh;padding:var(--space-5) var(--space-3);border-right:1px solid var(--color-border);background:var(--color-bg-subtle);flex-direction:column;flex-shrink:0;display:flex;position:sticky;top:0}}.sidebar-brand{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3) var(--space-6);display:flex}.sidebar-brand-mark{flex-shrink:0;width:auto;height:26px}.sidebar-brand-name{letter-spacing:-.02em;font-size:18px;font-weight:800}.sidebar-nav{gap:var(--space-1);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.sidebar-link{align-items:center;gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius-md);color:var(--color-text-muted);font-weight:500;text-decoration:none;transition:background-color .15s,color .15s;display:flex}.sidebar-link:hover{background:var(--color-surface-hover);color:var(--color-text)}.sidebar-link.active{background:var(--color-accent-subtle);color:var(--color-accent)}.app-shell{min-height:100svh;display:flex}.app-content{min-width:0;padding:var(--space-5) var(--space-4) calc(var(--mobile-nav-height) + var(--space-5));flex:1}@media (width>=768px){.app-content{padding:var(--space-6) var(--space-7);max-width:1040px}}.confirm-dialog{border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-5);max-width:380px;width:calc(100vw - var(--space-6));background:var(--color-surface);color:var(--color-text);box-shadow:0 12px 32px var(--color-shadow)}.confirm-dialog::backdrop{background:#0a0a0e66}.confirm-dialog h2{font-size:18px}.confirm-dialog p{margin-top:var(--space-2);color:var(--color-text-muted);font-size:14px}.attempt-timer-association{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding:var(--space-4);margin-bottom:var(--space-5)}.attempt-timer-association h3{margin-bottom:var(--space-3);font-size:14px}.attempt-timer-association-current{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.attempt-timer-association-picker{gap:var(--space-3);flex-wrap:wrap;display:flex}.attempt-timer-association-picker select{min-width:200px;padding:var(--space-3);border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);background:var(--color-surface);color:var(--color-text);flex:1}.empty-state{border:1px dashed var(--color-border-strong);border-radius:var(--radius-lg);padding:var(--space-7) var(--space-5);text-align:center;color:var(--color-text-muted);background:var(--color-bg-subtle)}.empty-state h2{color:var(--color-text);margin-bottom:var(--space-2);font-size:18px}.empty-state-action{margin-top:var(--space-5);justify-content:center;display:flex}.breadcrumbs ol{align-items:center;gap:var(--space-1);color:var(--color-text-subtle);flex-wrap:wrap;margin:0;padding:0;font-size:13px;list-style:none;display:flex}.breadcrumbs li{align-items:center;gap:var(--space-1);display:flex}.breadcrumbs a{color:var(--color-text-subtle);text-decoration:none}.breadcrumbs a:hover{color:var(--color-accent);text-decoration:underline}.breadcrumbs span[aria-current=page]{color:var(--color-text-muted)}.page-header{margin-bottom:var(--space-6)}.page-header-row{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.page-header h1{font-size:26px}@media (width>=768px){.page-header h1{font-size:30px}}.page-header-description{margin-top:var(--space-1);color:var(--color-text-muted)}.page-header-actions{gap:var(--space-2);flex-wrap:wrap;display:flex}.evolution-chart{width:100%;max-width:640px;height:auto}.evolution-chart-gridline{stroke:var(--color-border);stroke-width:1px;stroke-dasharray:4 4}.evolution-chart-tick{fill:var(--color-text-subtle);font-size:10px}.evolution-chart-line{stroke:var(--color-accent-active);stroke-width:2px}.evolution-chart-point{fill:var(--color-accent-active)}.evolution-chart-reference-line{stroke:var(--color-text-subtle);stroke-width:1.5px;stroke-dasharray:6 3}.subject-radar-chart{width:100%;max-width:320px;height:auto}.subject-radar-ring{fill:none;stroke:var(--color-border)}.subject-radar-axis{stroke:var(--color-border-strong);stroke-width:1px}.subject-radar-shape{fill:var(--color-accent-subtle);stroke:var(--color-accent-active);stroke-width:2px}.subject-radar-point{fill:var(--color-accent-active)}.subject-radar-label{fill:var(--color-text-muted);font-size:11px}.attempt-result-summary{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-subtle);padding:var(--space-5);margin-bottom:var(--space-5)}.attempt-result-summary h3{margin-bottom:var(--space-4);font-size:16px}.attempt-result-grid{gap:var(--space-4);grid-template-columns:repeat(2,1fr);margin:0;display:grid}@media (width>=640px){.attempt-result-grid{grid-template-columns:repeat(4,1fr)}}.attempt-result-grid dt{color:var(--color-text-muted);margin-bottom:2px;font-size:12px}.attempt-result-grid dd{margin:0;font-size:20px;font-weight:700}.attempt-review-toolbar{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.attempt-review-filters{gap:var(--space-2);flex-wrap:wrap;display:flex}.attempt-review-filter{min-height:44px;padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);border:1px solid var(--color-border-strong);background:var(--color-surface);color:var(--color-text-muted);font-size:13px;font-weight:600}.attempt-review-filter:hover{background:var(--color-surface-hover)}.attempt-review-filter.selected{background:var(--color-accent-subtle);border-color:var(--color-accent);color:var(--color-accent)}.attempt-review-progress{color:var(--color-text-muted);font-size:13px;font-weight:600}.attempt-question-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding:var(--space-5);margin-bottom:var(--space-5)}.attempt-question-number{color:var(--color-text-subtle);margin-bottom:var(--space-1);font-size:13px;font-weight:600}.attempt-question-subject{font-size:16px;font-weight:700}.attempt-question-topics{gap:var(--space-1);margin:var(--space-2) 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.attempt-result-options{gap:var(--space-3);margin-top:var(--space-5);grid-template-columns:repeat(2,1fr);display:grid}@media (width>=640px){.attempt-result-options{grid-template-columns:repeat(4,1fr)}}.attempt-option{min-height:48px;padding:var(--space-3);border-radius:var(--radius-md);border:1px solid var(--color-border-strong);background:var(--color-surface);color:var(--color-text);font-size:14px;font-weight:600;transition:background-color .15s,border-color .15s,color .15s}.attempt-option:hover:not(:disabled){background:var(--color-surface-hover)}.attempt-option:disabled{cursor:default;opacity:.6}.attempt-option-correct.selected{background:var(--color-success-bg);border-color:var(--color-success);color:var(--color-success)}.attempt-option-incorrect.selected{background:var(--color-danger-bg);border-color:var(--color-danger);color:var(--color-danger)}.attempt-option-blank.selected{background:var(--color-bg-subtle);border-color:var(--color-text-muted);color:var(--color-text)}.attempt-option-annulled.selected{background:var(--color-warning-bg);border-color:var(--color-warning);color:var(--color-warning)}.attempt-classification{margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--color-border)}.attempt-classification-label{color:var(--color-text-muted);margin-bottom:var(--space-2);font-size:13px;font-weight:600;display:block}.attempt-classification-toggle{gap:var(--space-3);max-width:320px;display:flex}.attempt-classification-toggle .attempt-option{flex:1}.attempt-classification-toggle .attempt-option.selected{background:var(--color-accent-subtle);border-color:var(--color-accent);color:var(--color-accent)}.attempt-classification.field{max-width:360px}.attempt-nav{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-5);display:flex}.attempt-progress{color:var(--color-text-muted);font-weight:700}.attempt-jump-grid{gap:var(--space-2);margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}.attempt-jump-button{border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);background:var(--color-surface);width:40px;height:40px;color:var(--color-text-muted);font-size:13px;font-weight:600}.attempt-jump-button:hover{background:var(--color-surface-hover)}.attempt-jump-button-correct{background:var(--color-success-bg);border-color:var(--color-success-bg);color:var(--color-success)}.attempt-jump-button-incorrect{background:var(--color-danger-bg);border-color:var(--color-danger-bg);color:var(--color-danger)}.attempt-jump-button-blank{background:var(--color-bg-subtle);border-color:var(--color-border-strong);color:var(--color-text-muted)}.attempt-jump-button-annulled{background:var(--color-warning-bg);border-color:var(--color-warning-bg);color:var(--color-warning)}.attempt-jump-button.current{border-color:var(--color-accent-active);color:var(--color-text);box-shadow:0 0 0 1px var(--color-accent-active)}.attempt-finish{justify-content:flex-end;display:flex}.attempts-hint{color:var(--color-text-muted);margin-bottom:var(--space-4);font-size:13px}.attempt-list{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);margin:0;padding:0;list-style:none;overflow:hidden}.attempt-item{border-bottom:1px solid var(--color-border)}.attempt-item:last-child{border-bottom:none}.attempt-item-link{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-4);color:inherit;flex-wrap:wrap;text-decoration:none;display:flex}.attempt-item-link:hover{background:var(--color-surface-hover)}.attempt-item-title{font-weight:600}.attempt-item-meta{color:var(--color-text-muted);margin-top:2px;font-size:13px}.attempt-item-status{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.attempt-item-score{font-weight:700}.attempt-item-percentage,.attempt-item-progress{color:var(--color-text-muted);font-size:13px}.attempt-item-action{flex-shrink:0}.exam-tabs{gap:var(--space-2);border-bottom:1px solid var(--color-border);margin-bottom:var(--space-5);display:flex}.exam-tab{padding:var(--space-3) var(--space-2);color:var(--color-text-muted);border-bottom:2px solid #0000;margin-bottom:-1px;font-size:14px;font-weight:600;text-decoration:none}.exam-tab:hover{color:var(--color-text)}.exam-tab.active{color:var(--color-accent);border-bottom-color:var(--color-accent-active)}.exam-overview{margin:0}.exam-overview dt{color:var(--color-text-muted);margin-bottom:var(--space-1);font-size:13px}.exam-overview dd{margin:0;font-size:20px;font-weight:700}.exam-move-section{margin-bottom:var(--space-5)}.exam-move-controls{align-items:flex-end;gap:var(--space-3);flex-wrap:wrap;display:flex}.exam-move-controls .field{min-width:220px}.error-pie-chart{flex-shrink:0;width:100%;max-width:200px;height:auto}.error-pie-slice{stroke:var(--color-surface);stroke-width:1.5px}.error-pie-slice-0{fill:var(--color-chart-1);background-color:var(--color-chart-1)}.error-pie-slice-1{fill:var(--color-chart-2);background-color:var(--color-chart-2)}.error-pie-slice-2{fill:var(--color-chart-3);background-color:var(--color-chart-3)}.error-pie-slice-3{fill:var(--color-chart-4);background-color:var(--color-chart-4)}.error-pie-slice-4{fill:var(--color-chart-5);background-color:var(--color-chart-5)}.error-pie-slice-5{fill:var(--color-chart-6);background-color:var(--color-chart-6)}.performance-folder-field{max-width:320px}.performance-section{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding:var(--space-5);margin-bottom:var(--space-5)}.performance-section h2{margin-bottom:var(--space-4);font-size:16px}.performance-section h3{color:var(--color-text-muted);margin-bottom:var(--space-2);font-size:13px}.performance-empty{color:var(--color-text-muted);font-size:14px}.performance-hint{color:var(--color-text-subtle);margin-top:var(--space-2);font-size:13px}.performance-summary-grid{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin:0;display:grid}.performance-summary-grid dt{color:var(--color-text-muted);margin-bottom:2px;font-size:12px}.performance-summary-grid dd{margin:0;font-size:22px;font-weight:700}.performance-comparison{margin-top:var(--space-5);padding-top:var(--space-5);border-top:1px solid var(--color-border)}.performance-highlights{gap:var(--space-4);margin-bottom:var(--space-5);padding-bottom:var(--space-5);border-bottom:1px solid var(--color-border);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.performance-highlight-list{gap:var(--space-1);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.performance-highlight-list li{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);background:var(--color-bg-subtle);font-size:13px;display:flex}.performance-list{border:1px solid var(--color-border);border-radius:var(--radius-md);margin:0;padding:0;list-style:none;overflow:hidden}.performance-row{justify-content:space-between;align-items:center;gap:var(--space-2) var(--space-4);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border);flex-wrap:wrap;font-size:14px;display:flex}.performance-row:last-child{border-bottom:none}.performance-row-name{font-weight:600}.performance-row-meta{color:var(--color-text-muted);margin-top:2px;font-size:13px;display:block}.performance-row-exam .performance-row-meta{margin-top:2px}.performance-row-count{color:var(--color-text-subtle);font-size:13px}.performance-row-incidence{color:var(--color-text-muted);font-size:13px}.performance-row-percentage{text-align:right;min-width:64px;font-weight:700}.performance-evolution-field{max-width:320px;margin-bottom:var(--space-4)}.performance-evolution-list{margin-top:var(--space-4)}.performance-radar{margin-bottom:var(--space-5);justify-content:center;display:flex}.performance-scope-hint{margin:0 0 var(--space-5)}.performance-topic-group+.performance-topic-group{margin-top:var(--space-5)}.performance-error-field{max-width:320px}.performance-error-distribution{align-items:center;gap:var(--space-5);margin-bottom:var(--space-5);flex-wrap:wrap;display:flex}.performance-error-distribution .performance-list{flex:1;min-width:220px}.performance-error-evolution{margin-top:var(--space-5);padding-top:var(--space-5);border-top:1px solid var(--color-border)}.performance-legend-swatch{border-radius:999px;flex-shrink:0;width:12px;height:12px}.performance-error-legend .performance-row{justify-content:flex-start}.performance-error-legend .performance-row-name{flex:1;min-width:120px}.performance-table-scroll{border:1px solid var(--color-border);border-radius:var(--radius-lg);margin-top:var(--space-4);overflow-x:auto}.performance-table{border-collapse:collapse;width:100%;min-width:560px}.performance-table th{text-align:left;color:var(--color-text-muted);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border);font-size:12px;font-weight:600}.performance-table td{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border);font-size:14px}.performance-table tr:last-child td{border-bottom:none}.study-priority-context{gap:var(--space-4);margin:var(--space-4) 0 var(--space-5);padding:var(--space-4);border-radius:var(--radius-md);background:var(--color-bg-subtle);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));display:grid}.study-priority-context dt{color:var(--color-text-muted);margin-bottom:2px;font-size:12px;font-weight:700}.study-priority-context dd{color:var(--color-text-subtle);margin:0;font-size:13px}.study-priority-row{align-items:flex-start;gap:var(--space-1);flex-direction:column}.study-priority-row-main{align-items:center;gap:var(--space-2);width:100%;display:flex}.study-priority-explanation{color:var(--color-text-subtle);margin:0;font-size:13px}.study-priority-bridge{margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--color-border)}.exam-list{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);margin:0;padding:0;list-style:none;overflow:hidden}.exam-item{justify-content:space-between;align-items:center;gap:var(--space-3);border-bottom:1px solid var(--color-border);display:flex}.exam-item:last-child{border-bottom:none}.exam-item-link{justify-content:space-between;align-items:center;gap:var(--space-3);min-width:0;padding:var(--space-4);color:inherit;flex:1;text-decoration:none;display:flex}.exam-item-link:hover{background:var(--color-surface-hover)}.exam-item-name{font-weight:600}.exam-item-meta{color:var(--color-text-muted);margin-top:2px;font-size:13px}.exam-item-count{color:var(--color-text-subtle);flex-shrink:0;font-size:13px}.exam-item-actions{gap:var(--space-1);padding-right:var(--space-3);flex-shrink:0;display:flex}.subject-section{margin-top:var(--space-5)}.subject-add-form{gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.subject-add-form input{min-width:160px;padding:var(--space-3);border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);background:var(--color-surface);color:var(--color-text);flex:1}.subject-list{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.subject-item{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding:var(--space-4)}.subject-item-header{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.subject-item-name{word-break:break-word;min-width:0;font-weight:600}.subject-item-input,.topic-item-input{min-width:120px;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);background:var(--color-surface);color:var(--color-text);flex:1}.subject-item-actions,.topic-item-actions{align-items:center;gap:var(--space-1);flex-wrap:wrap;display:flex}.topic-list-wrapper{margin-top:var(--space-3);padding-left:var(--space-5);border-left:2px solid var(--color-border);gap:var(--space-2);flex-direction:column;display:flex}.topic-empty-hint{color:var(--color-text-subtle);margin:0;font-size:13px}.topic-list{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.topic-item{padding:var(--space-2) 0}.topic-item-row{justify-content:space-between;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.topic-item-name{word-break:break-word;min-width:0;font-size:14px}.topic-add-form{gap:var(--space-2);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.topic-add-form input{min-width:140px;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);background:var(--color-surface);color:var(--color-text);flex:1}.btn-small{padding:var(--space-1) var(--space-3);font-size:13px}@media (width<=480px){.topic-list-wrapper{padding-left:var(--space-3)}}.checkbox-field-group{margin-bottom:var(--space-4)}.checkbox-field{align-items:center;gap:var(--space-3);color:var(--color-text);font-size:14px;font-weight:600;display:flex}.folder-grid{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(240px,1fr));display:grid}.folder-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding:var(--space-5);transition:border-color .15s,box-shadow .15s;position:relative}.folder-card:hover{border-color:var(--color-border-strong);box-shadow:0 4px 16px var(--color-shadow)}.folder-card-link{color:inherit;text-decoration:none;display:block}.folder-card-link h3{margin-top:var(--space-3);font-size:17px}.folder-card-count{margin-top:var(--space-2);color:var(--color-text-muted);font-size:13px}.folder-card-actions{top:var(--space-4);right:var(--space-4);gap:var(--space-1);display:flex;position:absolute}.norte-logo{align-items:center;gap:var(--space-2);flex-direction:column;display:inline-flex}.norte-logo-mark{width:auto;height:64px}.norte-logo-name{letter-spacing:.14em;text-indent:.14em;text-transform:uppercase;color:var(--color-text);font-size:26px;font-weight:800;line-height:1}.norte-logo-tagline{letter-spacing:.14em;text-indent:.14em;text-transform:uppercase;color:var(--color-accent);font-size:11px;font-weight:700;line-height:1}@media (width>=768px){.norte-logo-mark{height:88px}.norte-logo-name{font-size:32px}.norte-logo-tagline{font-size:12px}}.home-hero{padding:var(--space-7) 0 var(--space-6)}.home-hero-logo{margin-bottom:var(--space-5)}.home-hero h1{margin-bottom:var(--space-6);font-size:32px;line-height:1.2}@media (width>=768px){.home-hero h1{font-size:44px}}.home-empty{border:1px dashed var(--color-border-strong);border-radius:var(--radius-lg);padding:var(--space-5);color:var(--color-text-muted);background:var(--color-bg-subtle)}.home-priority{margin-top:var(--space-6);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding:var(--space-5)}.home-priority-header{justify-content:space-between;align-items:baseline;gap:var(--space-3);margin-bottom:var(--space-4);display:flex}.home-priority-header h2{font-size:18px}.home-priority-header a{white-space:nowrap;font-size:14px;font-weight:600;text-decoration:none}.home-priority-header a:hover{text-decoration:underline}.home-priority-group+.home-priority-group{margin-top:var(--space-4)}.home-priority-group-title{color:var(--color-text-muted);margin-bottom:var(--space-2);font-size:13px;font-weight:600}.home-priority-list{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.home-priority-item{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);background:var(--color-bg-subtle);display:flex}.home-priority-name{font-weight:600;display:block}.home-priority-meta{color:var(--color-text-muted);margin-top:2px;font-size:13px;display:block}.home-folders{margin-top:var(--space-6)}.home-folders-header{margin-bottom:var(--space-4);justify-content:space-between;align-items:baseline;display:flex}.home-folders-header h2{font-size:18px}.home-folders-header a{font-size:14px;font-weight:600;text-decoration:none}.home-folders-header a:hover{text-decoration:underline}.home-section{margin-top:var(--space-7);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding:var(--space-5)}.home-section h2{margin-bottom:var(--space-3);font-size:18px}.home-section>p{color:var(--color-text-muted);margin-bottom:var(--space-3)}.home-section>p:last-of-type{margin-bottom:var(--space-4)}.home-tutorial-steps{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:0;padding:0;list-style:none;display:grid}.home-tutorial-steps li{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-subtle);padding:var(--space-4)}.home-tutorial-steps h3{margin-bottom:var(--space-2);font-size:14px}.home-tutorial-steps p{color:var(--color-text-muted);margin:0;font-size:13px}.home-prompt-actions{align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.home-prompt-feedback{color:var(--color-text-muted);font-size:13px}.home-prompt-details summary{cursor:pointer;padding:var(--space-2) 0;font-size:14px;font-weight:600}.home-prompt-block{margin-top:var(--space-3);white-space:pre-wrap;word-break:break-word;background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-md);max-height:360px;padding:var(--space-4);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.5;overflow:auto}.home-csv-format{background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-4);margin-bottom:var(--space-4)}.home-csv-format h3{margin-bottom:var(--space-2);font-size:14px}.home-csv-format ul{padding-left:var(--space-5);gap:var(--space-2);color:var(--color-text-muted);flex-direction:column;margin:0;font-size:13px;display:flex}.home-ai-disclaimer{color:var(--color-text-muted);font-size:13px}.question-csv-import{margin:var(--space-5) 0}.question-csv-import-toggle{gap:var(--space-3);flex-wrap:wrap;display:flex}.question-csv-import-panel{margin-top:var(--space-4);padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface)}.question-csv-issue-list{margin:var(--space-3) 0 0;gap:var(--space-2);flex-direction:column;max-height:320px;padding:0;list-style:none;display:flex;overflow-y:auto}.question-csv-issue-list li{gap:var(--space-2);flex-wrap:wrap;font-size:13px;display:flex}.question-csv-issue-location{white-space:nowrap;font-weight:600}.question-csv-import-result{margin-top:var(--space-4)}.question-csv-preview-list{margin:var(--space-3) 0 0;gap:var(--space-2);flex-direction:column;max-height:320px;padding:0;list-style:none;display:flex;overflow-y:auto}.question-csv-preview-list li{gap:var(--space-2) var(--space-4);padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);background:var(--color-bg-subtle);flex-wrap:wrap;font-size:14px;display:flex}.question-csv-preview-number{min-width:56px;font-weight:600}.topic-picker{gap:var(--space-2);flex-direction:column;min-width:220px;display:flex}.topic-chip-list{gap:var(--space-1);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.topic-chip{padding:2px 4px 2px var(--space-2);border-radius:var(--radius-sm);background:var(--color-accent-subtle);color:var(--color-accent);align-items:center;gap:4px;font-size:12px;font-weight:600;display:inline-flex}.topic-chip button{width:18px;height:18px;color:inherit;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;font-size:14px;line-height:1;display:inline-flex}.topic-chip button:hover{background:#00000014}.topic-picker select{padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);background:var(--color-surface);color:var(--color-text);font-size:13px}.topic-picker select:focus-visible{outline:2px solid var(--color-accent-active);outline-offset:1px}.questions-count{color:var(--color-text-muted);font-size:13px}.batch-form{align-items:flex-end;gap:var(--space-4);padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-subtle);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.batch-field{margin-bottom:0}.batch-field #batch-quantity{width:120px}.batch-submit{height:42px}.questions-table-scroll{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);position:relative;overflow-x:auto}.questions-table{border-collapse:collapse;width:100%;min-width:640px}.questions-table th{text-align:left;color:var(--color-text-muted);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border);font-size:12px;font-weight:600}.questions-table td{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border);vertical-align:top}.questions-table tr:last-child td{border-bottom:none}.questions-table select{padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);background:var(--color-surface);color:var(--color-text);min-width:180px}.questions-table-number{white-space:nowrap;font-weight:700}.questions-table-actions{align-items:center;gap:var(--space-2);white-space:nowrap;flex-wrap:wrap;display:flex}.questions-table-draft-row{background:var(--color-accent-subtle)}.questions-hint{color:var(--color-text-subtle);margin:0 0 var(--space-4);font-size:13px}.questions-filters{align-items:flex-end;gap:var(--space-4);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.questions-filter-field{min-width:160px;margin-bottom:0}.questions-filter-hint{align-self:center;margin:0}.questions-clear-all{margin-top:var(--space-5);justify-content:flex-end;display:flex}.questions-draft-toolbar{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.questions-draft-toolbar .questions-hint{margin:0}.backup-import{margin-top:var(--space-5)}.backup-hint{color:var(--color-text-subtle);margin-top:var(--space-2);font-size:13px}.backup-import-result{margin-top:var(--space-4);padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface)}.backup-import-result h4{margin:0 0 var(--space-2)}.backup-import-preview-list{margin:0 0 var(--space-4);gap:var(--space-2);flex-direction:column;padding:0;list-style:none;display:flex}.backup-import-preview-list li{justify-content:space-between;align-items:center;gap:var(--space-2) var(--space-4);padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);background:var(--color-bg-subtle);flex-wrap:wrap;font-size:14px;display:flex}.backup-import-preview-name{font-weight:600}.backup-import-preview-counts{gap:var(--space-3);color:var(--color-text-muted);flex-wrap:wrap;font-size:13px;display:flex}.backup-import-preview-conflicts{color:var(--color-text-muted);margin:0;font-size:13px}.theme-fieldset{border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-5);max-width:360px}.theme-fieldset legend{padding:0 var(--space-2);font-weight:700}.theme-options{gap:var(--space-3);margin-top:var(--space-2);flex-direction:column;display:flex}.theme-option{align-items:center;gap:var(--space-3);font-size:14px;display:flex}.settings-data-fieldset{max-width:480px;margin-top:var(--space-5)}.backup-export{align-items:flex-start;gap:var(--space-2);flex-direction:column;display:flex}.timer-session-clock-section{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding:var(--space-5);margin-bottom:var(--space-5);text-align:center}.timer-session-status-badge{margin-bottom:var(--space-4)}.timer-session-clock-main{align-items:center;gap:var(--space-1);margin-bottom:var(--space-4);flex-direction:column;display:flex}.timer-session-clock-label{color:var(--color-text-muted);font-size:13px;font-weight:600}.timer-session-clock-value{font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:48px;font-weight:700}@media (width>=640px){.timer-session-clock-value{font-size:64px}}.timer-session-clock-secondary{justify-content:center;gap:var(--space-6);margin:0 0 var(--space-5);flex-wrap:wrap;display:flex}.timer-session-clock-secondary dt{color:var(--color-text-muted);margin-bottom:2px;font-size:12px}.timer-session-clock-secondary dd{font-variant-numeric:tabular-nums;margin:0;font-size:18px;font-weight:700}.timer-session-controls{justify-content:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.timer-session-controls .btn{min-width:140px;min-height:48px}.timer-session-hint{color:var(--color-text-muted);font-size:14px}.timer-session-edit-form{align-items:flex-end;gap:var(--space-4);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.timer-session-pause-edit-list{margin-bottom:var(--space-4)}.timer-session-pause-edit-row{align-items:flex-end;gap:var(--space-3);flex-wrap:wrap;width:100%;display:flex}.timer-session-pause-actions{gap:var(--space-2);display:flex}.timer-session-association-current{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.timer-session-association-pickers{gap:var(--space-4);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.timer-session-association-pickers .field{flex:1;min-width:200px}.timer-sessions-hint{color:var(--color-text-muted);margin-bottom:var(--space-4);font-size:13px}.timer-sessions-filters{align-items:flex-end;gap:var(--space-4);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.timer-sessions-filter-field{min-width:160px;margin-bottom:0}.timer-session-list{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);margin:0;padding:0;list-style:none;overflow:hidden}.timer-session-item{border-bottom:1px solid var(--color-border)}.timer-session-item:last-child{border-bottom:none}.timer-session-item-link{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-4);color:inherit;flex-wrap:wrap;text-decoration:none;display:flex}.timer-session-item-link:hover{background:var(--color-surface-hover)}.timer-session-item-name{font-weight:600}.timer-session-item-meta{color:var(--color-text-muted);margin-top:2px;font-size:13px}.timer-session-item-status{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.timer-session-item-duration{font-variant-numeric:tabular-nums;font-weight:700}
