*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#1e293b;background:#f8fafc;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans TC,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.loading{color:#64748b;justify-content:center;align-items:center;min-height:100vh;font-size:1.125rem;display:flex}.btn{border:1px solid #0000;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;transition:all .15s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{color:#fff;background:#3b82f6;border-color:#3b82f6}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-success{color:#fff;background:#22c55e;border-color:#22c55e}.btn-success:hover:not(:disabled){background:#16a34a}.btn-danger{color:#fff;background:#ef4444;border-color:#ef4444}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-outline{color:#64748b;background:0 0;border-color:#cbd5e1}.btn-outline:hover:not(:disabled){color:#334155;background:#f1f5f9}.btn-sm{padding:.375rem .75rem;font-size:.8125rem}.btn-lg{padding:.75rem 1.5rem;font-size:1.0625rem}.btn-google{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem}.btn-google:hover{background:#f8fafc;border-color:#cbd5e1}.login-page{background:linear-gradient(135deg,#eff6ff 0%,#f0fdf4 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{text-align:center;background:#fff;border-radius:1rem;padding:3rem;box-shadow:0 4px 24px #00000014}.login-title{color:#1e293b;margin-bottom:.5rem;font-size:2rem;font-weight:700}.login-subtitle{color:#64748b;margin-bottom:2rem;font-size:1.0625rem}.app-layout{flex-direction:column;min-height:100vh;display:flex}.nav-bar{z-index:50;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:3.5rem;padding:0 1.5rem;display:flex;position:sticky;top:0}.nav-brand a{color:#3b82f6;font-size:1.125rem;font-weight:700}.nav-links{gap:.25rem;display:flex}.nav-link{color:#64748b;border-radius:.375rem;padding:.5rem 1rem;font-size:.9375rem;transition:all .15s}.nav-link:hover{color:#1e293b;background:#f1f5f9}.nav-link.active{color:#3b82f6;background:#eff6ff;font-weight:500}.nav-user{align-items:center;gap:.75rem;display:flex}.nav-avatar{border-radius:50%;width:2rem;height:2rem}.nav-username{color:#475569;font-size:.875rem}.main-content{flex:1;width:100%;max-width:64rem;margin:0 auto;padding:1.5rem}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dashboard-header h1{font-size:1.5rem;font-weight:700}.streak-badge{color:#92400e;background:#fef3c7;border-radius:999px;align-items:center;gap:.375rem;padding:.375rem .875rem;font-size:.875rem;font-weight:600;display:inline-flex}.dashboard-section{margin-bottom:2rem}.dashboard-section h2{color:#334155;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.subject-grid{grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));gap:1rem;display:grid}.subject-card{background:#fff;border-left:4px solid #6b7280;border-radius:.75rem;padding:1.25rem;transition:all .15s;display:block;box-shadow:0 1px 3px #0000000f}.subject-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.subject-card-header{margin-bottom:.75rem}.subject-card-name{font-size:1.125rem;font-weight:700}.subject-card-stats{gap:1.5rem;display:flex}.subject-card-accuracy,.subject-card-sessions{flex-direction:column;display:flex}.accuracy-value,.sessions-value{color:#1e293b;font-size:1.25rem;font-weight:700}.accuracy-label,.sessions-label{color:#94a3b8;font-size:.75rem}.action-links{grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));gap:1rem;display:grid}.action-card{background:#fff;border-radius:.75rem;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem;transition:all .15s;display:flex;position:relative;box-shadow:0 1px 3px #0000000f}.action-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.action-icon{font-size:1.75rem}.action-label{color:#334155;font-size:.9375rem;font-weight:600}.action-badge{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:1.375rem;height:1.375rem;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:.5rem;right:.5rem}.pending-list{flex-direction:column;gap:.75rem;display:flex}.pending-item{background:#fff;border-radius:.75rem;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex;box-shadow:0 1px 3px #0000000f}.pending-info{align-items:center;gap:.75rem;display:flex}.pending-subject{color:#1e293b;font-weight:600}.pending-meta{color:#64748b;font-size:.875rem}.pending-time{color:#94a3b8;font-size:.8125rem}.pending-actions{gap:.5rem;display:flex}.quiz-setup{max-width:32rem;margin:0 auto}.quiz-setup h1{text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.setup-section{margin-bottom:1.5rem}.setup-section h3{color:#334155;margin-bottom:.75rem;font-size:1rem;font-weight:600}.radio-group{flex-wrap:wrap;gap:.5rem;display:flex}.radio-option{display:block}.radio-option input[type=radio]{display:none}.radio-option label{cursor:pointer;color:#475569;border:1px solid #e2e8f0;border-radius:.5rem;padding:.5rem 1rem;font-size:.9375rem;transition:all .15s;display:inline-block}.radio-option label:hover{background:#eff6ff;border-color:#93c5fd}.radio-option input[type=radio]:checked+label{color:#fff;background:#3b82f6;border-color:#3b82f6}.setup-actions{text-align:center;margin-top:2rem}.quiz-page{max-width:40rem;margin:0 auto}.quiz-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.quiz-progress-text{color:#334155;font-size:1rem;font-weight:600}.quiz-timer{color:#64748b;font-size:.875rem}.quiz-progress-bar{background:#e2e8f0;border-radius:999px;width:100%;height:.375rem;margin-bottom:1.5rem;overflow:hidden}.quiz-progress-fill{background:#3b82f6;border-radius:999px;height:100%;transition:width .3s}.quiz-navigation{justify-content:space-between;align-items:center;margin-top:1.5rem;display:flex}.quiz-dots{flex-wrap:wrap;justify-content:center;gap:.375rem;margin-top:1.5rem;display:flex}.quiz-dot{cursor:pointer;color:#94a3b8;background:#fff;border:2px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.75rem;transition:all .15s;display:flex}.quiz-dot:hover{border-color:#93c5fd}.quiz-dot.answered{color:#1d4ed8;background:#dbeafe;border-color:#3b82f6}.quiz-dot.current{border-color:#3b82f6;box-shadow:0 0 0 2px #bfdbfe}.question-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000000f}.question-stem{color:#1e293b;margin-bottom:1.25rem;font-size:1.0625rem;line-height:1.7}.question-stem img{border-radius:.5rem;max-width:100%;margin:.5rem 0}.choice-list{flex-direction:column;gap:.5rem;display:flex}.choice-btn{text-align:left;cursor:pointer;color:#334155;background:#fff;border:2px solid #e2e8f0;border-radius:.5rem;align-items:flex-start;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.9375rem;transition:all .15s;display:flex}.choice-btn:hover:not(:disabled){background:#f8fafc;border-color:#93c5fd}.choice-btn.selected{color:#1e40af;background:#eff6ff;border-color:#3b82f6}.choice-btn.correct{color:#166534;background:#f0fdf4;border-color:#22c55e}.choice-btn.wrong{color:#991b1b;background:#fef2f2;border-color:#ef4444}.choice-btn:disabled{cursor:default}.choice-label{min-width:1.5rem;font-weight:600}.fill-input{border:2px solid #e2e8f0;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .15s}.fill-input:focus{border-color:#3b82f6;outline:none}.fill-input.correct{background:#f0fdf4;border-color:#22c55e}.fill-input.wrong{background:#fef2f2;border-color:#ef4444}.tf-group{gap:1rem;display:flex}.tf-btn{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:.5rem;flex:1;padding:1rem;font-size:1.5rem;font-weight:700;transition:all .15s}.tf-btn:hover:not(:disabled){background:#f8fafc;border-color:#93c5fd}.tf-btn.selected{background:#eff6ff;border-color:#3b82f6}.tf-btn.correct{background:#f0fdf4;border-color:#22c55e}.tf-btn.wrong{background:#fef2f2;border-color:#ef4444}.tf-btn:disabled{cursor:default}.quiz-result{max-width:40rem;margin:0 auto}.result-summary{text-align:center;background:#fff;border-radius:.75rem;margin-bottom:2rem;padding:2rem;box-shadow:0 1px 3px #0000000f}.result-score{color:#1e293b;font-size:3rem;font-weight:700}.result-percent{color:#64748b;margin-top:.25rem;font-size:1.25rem}.result-actions{justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.result-list{flex-direction:column;gap:1rem;display:flex}.result-item{background:#fff;border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 3px #0000000f}.result-item-header{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.result-indicator{border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;font-weight:700;display:flex}.result-indicator.correct{color:#166534;background:#dcfce7}.result-indicator.wrong{color:#991b1b;background:#fecaca}.result-question-num{color:#475569;font-size:.875rem;font-weight:600}.result-time{color:#94a3b8;margin-left:auto;font-size:.8125rem}.result-explanation{color:#78350f;background:#fef3c7;border-radius:.5rem;margin-top:.75rem;padding:.75rem 1rem;font-size:.875rem}.result-answers{color:#475569;margin-top:.5rem;font-size:.875rem}.result-answers span{display:block}.your-answer{color:#ef4444}.correct-answer{color:#22c55e}.print-check{max-width:40rem;margin:0 auto}.print-check h1{text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.print-phase{text-align:center;background:#fff;border-radius:.75rem;margin-bottom:1.5rem;padding:2rem;box-shadow:0 1px 3px #0000000f}.print-phase p{color:#64748b;margin-bottom:1rem}.check-list{flex-direction:column;gap:.75rem;display:flex}.check-item{background:#fff;border-radius:.75rem;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;display:flex;box-shadow:0 1px 3px #0000000f}.check-item-num{color:#475569;min-width:2rem;font-weight:600}.check-item-stem{flex:1;font-size:.9375rem}.check-toggle{gap:.5rem;display:flex}.check-toggle button{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:50%;width:2.5rem;height:2.5rem;font-size:1rem;font-weight:700;transition:all .15s}.check-toggle button.active-correct{color:#166534;background:#dcfce7;border-color:#22c55e}.check-toggle button.active-wrong{color:#991b1b;background:#fecaca;border-color:#ef4444}.check-actions{text-align:center;margin-top:1.5rem}.review-page{max-width:40rem;margin:0 auto}.review-page h1{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.review-filter{margin-bottom:1.5rem}.review-filter select{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:.5rem 1rem;font-family:inherit;font-size:.9375rem}.review-section{margin-bottom:2rem}.review-section-header{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.review-section-dot{border-radius:50%;width:.625rem;height:.625rem}.review-section-dot.learning{background:#ef4444}.review-section-dot.reviewing{background:#f59e0b}.review-section-title{color:#334155;font-size:1rem;font-weight:600}.review-section-count{color:#94a3b8;font-size:.8125rem}.review-list{flex-direction:column;gap:.75rem;display:flex}.review-item{background:#fff;border-radius:.75rem;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex;box-shadow:0 1px 3px #0000000f}.review-item-info{align-items:center;gap:.75rem;display:flex}.review-subject-badge{color:#fff;border-radius:999px;padding:.125rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.review-unit-name{color:#1e293b;font-size:.9375rem}.review-error-count{color:#ef4444;font-size:.8125rem}.review-start-actions{text-align:center;margin-top:1.5rem}.review-empty{text-align:center;color:#94a3b8;padding:3rem;font-size:1.0625rem}.stats-page{max-width:48rem;margin:0 auto}.stats-page h1{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.stats-overview{grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));gap:1rem;margin-bottom:2rem;display:grid}.stat-box{text-align:center;background:#fff;border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 3px #0000000f}.stat-value{color:#1e293b;font-size:1.75rem;font-weight:700}.stat-label{color:#94a3b8;margin-top:.25rem;font-size:.8125rem}.stats-tabs{border-bottom:1px solid #e2e8f0;gap:.25rem;margin-bottom:1.5rem;display:flex;overflow-x:auto}.stats-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;transition:all .15s}.stats-tab:hover{color:#334155}.stats-tab.active{color:#3b82f6;border-bottom-color:#3b82f6}.stats-section{margin-bottom:2rem}.stats-section h3{color:#334155;margin-bottom:1rem;font-size:1rem;font-weight:600}.chart-container{background:#fff;border-radius:.75rem;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000000f}.unit-bars{flex-direction:column;gap:.75rem;display:flex}.unit-bar{align-items:center;gap:.75rem;display:flex}.unit-bar-label{color:#475569;text-align:right;min-width:6rem;font-size:.875rem}.unit-bar-track{background:#e2e8f0;border-radius:999px;flex:1;height:1.25rem;overflow:hidden}.unit-bar-fill{border-radius:999px;height:100%;transition:width .5s}.unit-bar-value{color:#1e293b;min-width:3rem;font-size:.875rem;font-weight:600}.weakness-list{flex-direction:column;gap:.75rem;display:flex}.weakness-item{background:#fff;border-radius:.5rem;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex;box-shadow:0 1px 3px #0000000f}.weakness-info{align-items:center;gap:.75rem;display:flex}.weakness-rank{color:#94a3b8;min-width:1.5rem;font-size:.875rem;font-weight:700}.weakness-subject{color:#fff;border-radius:999px;padding:.125rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.weakness-unit{color:#1e293b;font-size:.9375rem}.weakness-accuracy{font-size:.9375rem;font-weight:600}.pdf-render{color:#000;width:210mm;font-family:Noto Sans TC,sans-serif;font-size:14px;line-height:1.8;position:absolute;top:0;left:-9999px}.pdf-render h1{text-align:center;margin-bottom:1rem}.pdf-question{page-break-inside:avoid;margin-bottom:1.25rem}.pdf-question-num{font-weight:700}.pdf-options{margin-left:1.5rem}.pdf-answer-key h2{text-align:center;page-break-before:always;margin:2rem 0 1rem}.pdf-answer-row{flex-wrap:wrap;gap:.5rem 2rem;display:flex}.pdf-answer-item{min-width:5rem}@media (width<=640px){.nav-bar{padding:0 .75rem}.nav-links{gap:0}.nav-link{padding:.5rem .625rem;font-size:.8125rem}.nav-username{display:none}.main-content{padding:1rem}.subject-grid,.stats-overview{grid-template-columns:repeat(2,1fr)}.pending-item{flex-direction:column;align-items:flex-start;gap:.75rem}.quiz-navigation{gap:.5rem}}
