:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}.protected-route-loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:18px;color:#666}.btn{border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;font-family:inherit}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#4f46e5;color:#fff}.btn-primary:hover:not(:disabled){background-color:#4338ca}.btn-secondary{background-color:#e5e7eb;color:#374151}.btn-secondary:hover:not(:disabled){background-color:#d1d5db}.btn-danger{background-color:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background-color:#dc2626}.btn-small{padding:8px 16px;font-size:14px}.btn-medium{padding:12px 24px;font-size:16px}.btn-large{padding:16px 32px;font-size:18px}.input-wrapper{display:flex;flex-direction:column;gap:8px;width:100%}.input-label{font-size:14px;font-weight:600;color:#374151}.input{padding:12px 16px;border:2px solid #E5E7EB;border-radius:8px;font-size:16px;font-family:inherit;transition:all .3s ease;width:100%}.input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.input-error{border-color:#ef4444}.input-error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.input-error-text{font-size:14px;color:#ef4444}.input:disabled{background-color:#f3f4f6;cursor:not-allowed}.card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:box-shadow .3s ease}.card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.brand-logo{display:block;width:auto;max-width:100%;object-fit:contain;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.2))}.login-template{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-card{width:100%;max-width:400px}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#374151}.form-group input{padding:12px 16px;border:2px solid #E5E7EB;border-radius:8px;font-size:16px;transition:all .3s ease}.form-group input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.form-group input:disabled{background-color:#f3f4f6;cursor:not-allowed}.error-message{padding:12px;background-color:#fee2e2;color:#dc2626;border-radius:8px;font-size:14px}.login-button{padding:14px;background-color:#4f46e5;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.login-button:hover:not(:disabled){background-color:#4338ca}.login-button:disabled{opacity:.6;cursor:not-allowed}.search-bar-form{width:100%;display:flex;gap:12px;align-items:center}.search-bar-input{flex:1;padding:12px 20px;border:2px solid white;border-radius:12px;font-size:16px;background:#fff;transition:all .3s ease;min-width:0}.search-bar-input:focus{outline:none;box-shadow:0 0 0 3px #ffffff4d}.search-bar-input:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.7}.search-bar-button{padding:12px 24px;background:#4f46e5;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0}.search-bar-button:hover:not(:disabled){background:#4338ca;transform:translateY(-2px);box-shadow:0 4px 12px #4f46e54d}.search-bar-button:disabled{background:#9ca3af;cursor:not-allowed;opacity:.6}.home-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:40px 20px;gap:0}.home-header{display:flex;align-items:flex-end;justify-content:center;height:0;overflow:visible;width:100%;max-width:600px}.home-logo{color:#fff;transition:transform .3s ease;cursor:pointer;font-size:48px;margin:0 0 20px;text-shadow:2px 2px 4px rgba(0,0,0,.2);display:flex;justify-content:center}.home-logo__image{height:clamp(72px,16vw,120px)}.search-container{width:100%;max-width:600px}@media (max-width: 768px){.home-logo{font-size:36px}.search-input{font-size:16px;padding:14px 20px}.search-button{padding:14px 24px;font-size:14px}}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;max-width:500px;width:90%;max-height:90vh;overflow:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee}.modal-title{margin:0;font-size:1.25rem;font-weight:600;color:#333}.modal-close{background:none;border:none;font-size:2rem;color:#999;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;line-height:1;transition:color .2s}.modal-close:hover{color:#333}.modal-body{padding:1.5rem}.error-modal-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:1rem}.error-icon{font-size:3rem}.error-message{text-align:center;font-size:1rem;color:#333;line-height:1.5;margin:0}.error-modal-actions{width:100%;display:flex;justify-content:center;margin-top:.5rem}.vse{margin-bottom:8px}.vse-note{margin:0 0 14px;font-size:.85rem;color:#6b7280}.vse-engines{display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.vse-engine{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;background:#fff}.vse-engine--on{border-color:#16a34a;background:#f0fdf4}.vse-engine--off{cursor:not-allowed;background:#f9fafb;color:#9ca3af}.vse-engine input{margin-top:3px;flex:0 0 auto}.vse-engine__body{display:flex;flex-direction:column;gap:2px;min-width:0}.vse-engine__label{font-weight:600;font-size:.92rem}.vse-engine__meta{font-size:.78rem;color:#6b7280;word-break:break-all}.vse-engine__off{font-size:.78rem;color:#b45309}.vse-hint{margin:10px 0 0;font-size:.85rem;color:#b45309}.vse-field{display:block;margin-top:18px}.vse-field__label{display:block;font-weight:600;font-size:.9rem;margin-bottom:6px}.vse-field__off{font-weight:400;font-style:normal;color:#b45309}.vse-field__version{margin-left:6px;padding:1px 7px;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:.76rem;font-weight:600}.vse-textarea{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font:inherit;font-size:.9rem;line-height:1.5;resize:vertical}.vse-textarea:focus{outline:none;border-color:#16a34a}.vse-field__help{display:block;margin-top:6px;font-size:.8rem;color:#6b7280;line-height:1.6}.vse-field__help code{background:#f3f4f6;border-radius:4px;padding:1px 5px;font-size:.95em}.vse-actions{display:flex;align-items:center;gap:8px;margin-top:14px}.vse-saved{font-size:.82rem;color:#16a34a}.vla-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}.vla-toolbar .input-wrapper{margin-bottom:0}.vla-toolbar__tilde{color:#6b7280}.vla-toolbar__spacer{flex:1 1 auto}.vla-backup-hint{margin:0 0 20px;font-size:.85rem;color:#6b7280}.vla-heading{margin:28px 0 12px;font-size:1.05rem;color:#111827;border-bottom:2px solid #e5e7eb;padding-bottom:6px}.vla-empty,.vla-error{padding:14px 0;color:#6b7280;font-size:.9rem}.vla-error{color:#b91c1c}.vla-dim{color:#9ca3af}.vla-n{color:#9ca3af;font-size:.82em;font-weight:400}.vla-notes{margin:0 0 20px;padding:12px 16px 12px 32px;list-style:disc;background:#fef3c7;border-left:4px solid #f59e0b;border-radius:4px;font-size:.88rem;line-height:1.55;color:#78350f}.vla-notes li+li{margin-top:8px}.vla-warn-inline{color:#b45309;font-weight:600}.vla-table{width:100%;border-collapse:collapse;font-size:.9rem}.vla-table th,.vla-table td{padding:8px 10px;text-align:left;border-bottom:1px solid #f3f4f6}.vla-table thead th{font-size:.82rem;color:#6b7280;border-bottom:2px solid #e5e7eb;font-weight:600}.vla-table thead th:nth-child(2),.vla-table thead th:nth-child(3){width:30%}.vla-table__label{width:40%}.vla-table tbody th{font-weight:500;color:#374151}.vla-row--section th{padding-top:18px;font-size:.82rem;font-weight:600;color:#6b7280;border-bottom:2px solid #e5e7eb}.vla-row--indent th{padding-left:22px;color:#6b7280;font-weight:400}.vla-tree{margin-right:6px;color:#d1d5db}.vla-hint{display:block;font-size:.75rem;color:#9ca3af;font-weight:400}.vla-foot{margin-top:14px;font-size:.82rem;color:#6b7280}.vla-table--list td{vertical-align:middle}.vla-ellipsis{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vla-more{margin-top:14px;text-align:center}.vla-words{margin:0;padding:0;list-style:none}.vla-words li{padding:10px 0;border-bottom:1px solid #f3f4f6}.vla-words__head{font-size:.95rem}.vla-words__score{margin-left:10px;font-size:.85rem;color:#6b7280}.vla-words__heard{margin-top:6px;font-size:.85rem;color:#6b7280}.vla-chip{display:inline-block;margin:2px 4px 2px 0;padding:2px 8px;background:#f3f4f6;border-radius:10px;font-size:.82rem;color:#374151}.vla-chip--skip{background:#fee2e2;color:#991b1b}.vla-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px 20px;margin:0 0 22px;padding:14px;background:#f9fafb;border-radius:6px}.vla-meta dt{font-size:.75rem;color:#9ca3af}.vla-meta dd{margin:2px 0 0;font-size:.88rem;color:#111827}.vla-items{margin:0;padding:0;list-style:none}.vla-item{padding:12px 14px;margin-bottom:8px;border-radius:6px;border-left:4px solid #d1d5db;background:#fafafa}.vla-item--correct{border-left-color:#16a34a}.vla-item--wrong{border-left-color:#dc2626}.vla-item__head{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;font-size:.9rem}.vla-item__order{min-width:22px;color:#9ca3af;font-size:.82rem}.vla-item__en{font-size:1rem}.vla-item__mark{margin-left:auto;font-size:.82rem;font-weight:600}.vla-item--correct .vla-item__mark{color:#16a34a}.vla-item--wrong .vla-item__mark{color:#dc2626}.vla-item__skip,.vla-item__submitted{margin:8px 0 0;font-size:.85rem;color:#6b7280}.vla-attempts{margin:8px 0 0;padding:0;list-style:none}.vla-attempt{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;padding:4px 0;font-size:.85rem}.vla-attempt__n{min-width:48px;color:#9ca3af;font-size:.8rem}.vla-attempt__heard{flex:1 1 200px}.vla-attempt__metrics{color:#6b7280;font-size:.8rem}.vla-attempt--timeout .vla-attempt__n,.vla-attempt--error .vla-attempt__n,.vla-attempt--mic-denied .vla-attempt__n{color:#b45309}@media (max-width: 720px){.vla-table{display:block;overflow-x:auto;white-space:nowrap}}.student-management{display:flex;flex-direction:column;gap:1rem}.student-management .student-table{display:flex;flex-direction:column;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.student-management .table-header{display:grid;grid-template-columns:1.2fr 1.5fr .8fr 1fr;background:#f5f5f5;font-weight:600;color:#666;border-bottom:2px solid #e0e0e0}.student-management .header-cell{padding:1rem;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.student-management .table-body{display:flex;flex-direction:column}.student-management .table-row{display:grid;grid-template-columns:1.2fr 1.5fr .8fr 1fr;border-bottom:1px solid #e0e0e0;cursor:pointer;transition:background-color .2s}.student-management .table-row:last-child{border-bottom:none}.student-management .table-row:hover{background-color:#f9f9f9}.student-management .table-cell{padding:1rem;font-size:.9375rem;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.load-more-container{display:flex;justify-content:center;padding-top:1rem}@media (max-width: 768px){.student-management .table-header,.student-management .table-row{grid-template-columns:1fr 1fr}.student-management .header-cell:nth-child(3),.student-management .header-cell:nth-child(4),.student-management .table-cell:nth-child(3),.student-management .table-cell:nth-child(4){display:none}}.storybook-management{display:flex;flex-direction:column;gap:1rem}.management-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:2px solid #eee}.management-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#333}.header-actions{display:flex;gap:.5rem}.storybook-table{display:flex;flex-direction:column;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.table-header{display:grid;grid-template-columns:50px 2fr 1.5fr 1.5fr .8fr 1fr;background:#f5f5f5;font-weight:600;color:#666;border-bottom:2px solid #e0e0e0}.header-cell{padding:1rem;font-size:.875rem}.checkbox-cell{display:flex;align-items:center;justify-content:center;padding:.5rem}.table-body{display:flex;flex-direction:column}.table-row{display:grid;grid-template-columns:50px 2fr 1.5fr 1.5fr .8fr 1fr;border-bottom:1px solid #e0e0e0;cursor:pointer;transition:background-color .2s}.table-row:last-child{border-bottom:none}.table-row:hover{background-color:#f9f9f9}.table-row.selected{background-color:#e8f5e9}.table-cell{padding:1rem;font-size:.9375rem;color:#333;display:flex;align-items:center}.table-cell input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#4CAF50}.no-results{text-align:center;padding:3rem;color:#999;font-size:1rem}@media (max-width: 768px){.table-header,.table-row{grid-template-columns:50px 2fr 1.5fr}.header-cell:nth-child(n+4),.table-cell:nth-child(n+4){display:none}.header-actions{flex-direction:column}}.quiz-management{width:100%}.management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.management-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.loading{text-align:center;padding:3rem;color:#6b7280}.no-quizzes{text-align:center;padding:3rem}.no-quizzes p{color:#6b7280;margin-bottom:1.5rem;font-size:1rem}.quiz-cards{display:flex;flex-direction:column;gap:1rem}.quiz-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .2s ease}.quiz-card:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61a;transform:translateY(-1px)}.quiz-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.quiz-id{font-size:.75rem;color:#6b7280;font-family:monospace}.quiz-question{font-size:1rem;font-weight:500;color:#1f2937;margin-bottom:1rem;line-height:1.5}.quiz-choices{display:flex;flex-direction:column;gap:.5rem}.choice-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#f9fafb;border-radius:4px}.choice-indicator{flex-shrink:0;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;border:2px solid #d1d5db;color:#9ca3af;background:#fff}.choice-indicator.correct{border-color:#10b981;color:#10b981;background:#d1fae5}.choice-text{flex:1;font-size:.875rem;color:#374151;line-height:1.4}.quiz-batch-upload{display:flex;flex-direction:column;gap:1rem}.batch-guide{margin:0;font-size:.875rem;color:#6b7280;line-height:1.5}.batch-file-input{display:none}.batch-actions-top{display:flex;gap:.5rem}.batch-table{display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;max-height:320px;overflow-y:auto}.batch-row{display:grid;grid-template-columns:2fr 2fr .7fr .7fr 2fr;gap:.5rem;padding:.625rem .75rem;border-bottom:1px solid #f3f4f6;font-size:.8125rem;align-items:center}.batch-row:last-child{border-bottom:none}.batch-row-header{background:#f9fafb;font-weight:600;color:#374151;position:sticky;top:0}.batch-row-invalid,.batch-row-failed{background:#fef2f2}.batch-row-done{background:#f0fdf4}.batch-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#374151}.batch-cell-count,.batch-cell-existing{text-align:center}.batch-cell-status{display:flex;flex-direction:column;gap:.125rem;white-space:normal}.batch-muted{color:#9ca3af}.batch-warn-count{color:#b45309;font-weight:600}.batch-status{font-weight:600}.batch-status-ready{color:#2563eb}.batch-status-checking,.batch-status-uploading{color:#6b7280}.batch-status-done{color:#059669}.batch-status-invalid,.batch-status-failed{color:#dc2626}.batch-message{color:#6b7280;font-size:.75rem;line-height:1.35}.batch-warning{border:1px solid #fcd34d;background:#fffbeb;border-radius:8px;padding:.875rem 1rem}.batch-warning-title{margin:0 0 .5rem;font-size:.875rem;font-weight:600;color:#92400e}.batch-warning-list{margin:0 0 .75rem;padding-left:1.125rem;font-size:.8125rem;color:#78350f;line-height:1.6}.batch-mode-options{display:flex;flex-direction:column;gap:.5rem}.batch-mode-option{display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem;color:#374151;cursor:pointer;line-height:1.45}.batch-mode-option input{margin-top:.15rem;flex-shrink:0}.batch-summary{font-size:.875rem;font-weight:600;color:#374151}.admin-page{min-height:100vh;background-color:#f5f5f5;display:flex;flex-direction:column}.admin-header{background:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;align-items:center}.admin-main{flex:1;padding:2rem}.admin-container{max-width:900px;margin:0 auto}.admin-title{font-size:2rem;font-weight:700;color:#333;margin:0 0 2rem;text-align:center}.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.admin-card-content{padding:1.5rem;cursor:pointer;transition:transform .2s;position:relative}.admin-card-content:hover{transform:translateY(-4px)}.admin-card-content h3{font-size:1.5rem;margin:0 0 .5rem;color:#333}.admin-card-content p{margin:0;color:#666;font-size:.9375rem}.coming-soon{display:inline-block;margin-top:1rem;padding:.25rem .75rem;background:#fff3e0;color:#f57c00;border-radius:12px;font-size:.75rem;font-weight:600}.management-section{max-width:900px;margin:0 auto}.back-button{background:none;border:none;color:#4caf50;font-size:1rem;cursor:pointer;padding:.5rem;transition:color .2s;display:block}.section-title{font-size:1.5rem;font-weight:600;color:#333;margin:0 0 2rem}.section-title-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem}.section-title-row .section-title{margin:0}.subsection-title{font-size:1.125rem;font-weight:600;color:#333;margin:0 0 1.5rem}.search-form{display:flex;gap:1rem;margin-bottom:2rem}.search-form button{min-width:100px;white-space:nowrap}.create-student-section{display:flex;justify-content:center;padding:2rem}.modal-form{display:flex;flex-direction:column;gap:1.5rem;padding:1rem 0}.modal-actions{display:flex;align-items:center;justify-content:center;gap:1rem;padding-top:1rem;border-top:1px solid #eee}.success-indicator{font-size:1.5rem;color:#4caf50;animation:fadeIn .3s}.success-message{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem}.success-icon{width:60px;height:60px;background:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.success-message p{font-size:1.25rem;font-weight:600;color:#333;margin:0}.quiz-type-selector{display:flex;gap:1rem;flex-wrap:wrap}.storybook-list{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.storybook-item{padding:1rem;border:1px solid #e5e7eb;border-radius:4px;cursor:pointer;transition:all .2s ease;background:#fff}.storybook-item:hover{border-color:#3b82f6;background:#f9fafb}.storybook-item.selected{border-color:#3b82f6;background:#eff6ff}.storybook-info h4{margin:0 0 .25rem;font-size:1rem;color:#1f2937}.storybook-info p{margin:0;font-size:.875rem;color:#6b7280}.quiz-form{display:flex;flex-direction:column;gap:1.5rem}.choices-section{display:flex;flex-direction:column;gap:.75rem}.choices-label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.choice-input-group{display:flex;gap:.75rem;align-items:flex-start}.choice-correct-button{flex-shrink:0;width:40px;height:40px;border-radius:50%;border:2px solid #d1d5db;background:#fff;color:#9ca3af;font-size:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;margin-top:4px}.choice-correct-button:hover{border-color:#10b981;background:#f0fdf4}.choice-correct-button.correct{border-color:#10b981;background:#d1fae5;color:#10b981}.choice-input-group>div{flex:1}.success-indicator{color:#10b981;font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.delete-confirm{padding:1rem 0}.delete-message{font-size:1.125rem;color:#374151;text-align:center;margin-bottom:1.5rem}.attempt-table{width:100%;overflow-x:auto;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.attempt-table .table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:1rem;padding:1rem;font-weight:600;background:#f9fafb;border-bottom:2px solid #e5e7eb}.attempt-table .header-cell{font-size:.875rem;color:#374151;text-align:left}.attempt-table .table-body{display:flex;flex-direction:column}.attempt-table .table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:1rem;padding:1rem;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:background-color .2s ease;align-items:center}.attempt-table .table-row:last-child{border-bottom:none}.attempt-table .table-row:hover{background-color:#f9fafb}.attempt-table .table-cell{font-size:.875rem;color:#374151;overflow:hidden;text-overflow:ellipsis}.attempt-info{background:#f9fafb;padding:1rem;border-radius:4px;margin-bottom:1rem}.attempt-info p{margin:.5rem 0;font-size:.875rem;color:#374151}.student-list{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.student-item{padding:1rem;border:1px solid #e5e7eb;border-radius:4px;cursor:pointer;transition:all .2s ease;background:#fff}.student-item:hover{border-color:#3b82f6;background:#f9fafb}.student-info h4{margin:0 0 .25rem;font-size:1rem;color:#1f2937}.student-info p{margin:0;font-size:.875rem;color:#6b7280}@keyframes fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.admin-grid{grid-template-columns:1fr}.search-form,.quiz-type-selector{flex-direction:column}.choice-input-group{flex-direction:column;align-items:stretch}.choice-correct-button{width:100%;border-radius:4px}}.history-table{width:100%;overflow-x:auto;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.history-table .table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr 1.5fr 1.5fr;gap:.75rem;padding:1rem;font-weight:600;font-size:.875rem;color:#374151;background:#f9fafb;border-bottom:2px solid #e5e7eb}.history-table .table-header>div{text-align:left}.history-table .table-body{display:flex;flex-direction:column}.history-table .table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr 1.5fr 1.5fr;gap:.75rem;padding:1rem;border-bottom:1px solid #e5e7eb;transition:background-color .2s ease;align-items:center}.history-table .table-row:last-child{border-bottom:none}.history-table .table-row:hover{background-color:#f9fafb}.history-table .table-row>div{font-size:.875rem;overflow:hidden;text-overflow:ellipsis}.history-storybook{font-weight:500;color:#1f2937}.history-type{color:#6b7280}.history-attempt,.history-count{color:#374151}.history-score{font-weight:600;color:#3b82f6}.history-pass{font-weight:600;padding:.25rem .5rem;border-radius:4px;font-size:.8rem}.history-pass.pass{color:#059669;background:#d1fae5}.history-pass.fail{color:#dc2626;background:#fee2e2}.history-date{color:#6b7280;font-size:.8rem}@media (max-width: 768px){.history-table .table-row{grid-template-columns:1fr;gap:.5rem}.history-table .table-row>div:before{content:attr(data-label);font-weight:600;margin-right:.5rem}}.not-found-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.not-found-content{text-align:center;color:#fff;max-width:600px}.not-found-content h1{font-size:120px;margin:0;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.not-found-content h2{font-size:36px;margin:20px 0}.not-found-content p{font-size:18px;margin-bottom:40px;opacity:.9}.home-link{display:inline-block;padding:16px 32px;background-color:#fff;color:#4f46e5;text-decoration:none;border-radius:12px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.home-link:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.storybook-card{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;transition:all .3s ease;gap:20px}.storybook-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.storybook-info{flex:1;min-width:0}.storybook-title{margin:0 0 8px;font-size:18px;font-weight:700;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.storybook-author{margin:0 0 4px;font-size:14px;color:#6b7280}.storybook-level{margin:0;font-size:14px;color:#4f46e5;font-weight:600}.quiz-buttons{display:flex;gap:8px;flex-shrink:0}@media (max-width: 768px){.storybook-card{flex-direction:column;align-items:stretch}.quiz-buttons{justify-content:stretch}.quiz-buttons button{flex:1}}.pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:32px}.pagination-button{padding:10px 20px;background:#fff;color:#4f46e5;border:2px solid #4F46E5;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.pagination-button:hover:not(:disabled){background:#4f46e5;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #4f46e54d}.pagination-button:disabled{opacity:.4;cursor:not-allowed;border-color:#9ca3af;color:#9ca3af}.pagination-numbers{display:flex;gap:6px}.pagination-number{min-width:40px;height:40px;padding:8px 12px;background:#fff;color:#374151;border:2px solid #E5E7EB;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.pagination-number:hover{border-color:#4f46e5;color:#4f46e5;transform:translateY(-2px)}.pagination-number.active{background:#4f46e5;color:#fff;border-color:#4f46e5}.pagination-ellipsis{display:flex;align-items:center;padding:8px 12px;color:#9ca3af;font-weight:600}@media (max-width: 768px){.pagination{flex-wrap:wrap;gap:8px}.pagination-button{padding:8px 16px;font-size:13px}.pagination-number{min-width:36px;height:36px;padding:6px 10px;font-size:13px}}.storybooks-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.page-header{max-width:900px;margin:0 auto 40px;display:flex;flex-direction:column;align-items:center;gap:20px}.logo-link{text-decoration:none}.logo{margin:0;font-size:32px;color:#fff!important;white-space:nowrap;cursor:pointer;transition:transform .3s ease;text-shadow:2px 2px 4px rgba(0,0,0,.2);display:flex;justify-content:center}.logo__image{height:clamp(48px,9vw,68px)}.logo:hover{transform:scale(1.05)}.search-bar-container{width:100%;max-width:600px}.header-actions{display:flex;align-items:center;gap:12px;background:#fff3;padding:8px 16px;border-radius:20px}.user-name{color:#fff;font-weight:500;font-size:14px}.logout-btn{padding:6px 16px;background:#fff;color:#4f46e5;border:none;border-radius:16px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease}.logout-btn:hover{background:#f3f4f6;transform:translateY(-1px)}.results-container{max-width:900px;margin:0 auto;background:#fffffff2;border-radius:20px;padding:32px;box-shadow:0 8px 32px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.results-header{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #E5E7EB}.results-header h2{margin:0 0 8px;font-size:28px;color:#1f2937}.results-count{margin:0;font-size:16px;color:#6b7280}.storybooks-list{display:flex;flex-direction:column;gap:16px}.loading-container{text-align:center;padding:60px 20px}.loading-spinner{width:50px;height:50px;margin:0 auto 20px;border:4px solid #E5E7EB;border-top-color:#4f46e5;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-container p{color:#6b7280;font-size:16px}.error-container{text-align:center;padding:60px 20px}.error-text{color:#dc2626;font-size:18px;margin-bottom:20px}.retry-btn,.back-home-link{display:inline-block;padding:12px 24px;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;text-decoration:none;transition:all .3s ease}.retry-btn:hover,.back-home-link:hover{background:#4338ca;transform:translateY(-2px)}.no-results{text-align:center;padding:60px 20px;color:#6b7280}.no-results p{font-size:18px;margin:8px 0}@media (max-width: 768px){.page-header{gap:16px}.logo{font-size:24px}.search-bar{width:100%;max-width:100%}.header-actions{width:100%;justify-content:center}.results-container{padding:20px}.results-header h2{font-size:24px}}.student-list-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s;background:#fff}.student-list-item:hover{border-color:#4caf50;box-shadow:0 2px 8px #4caf5033;transform:translateY(-2px)}.student-info{display:flex;flex-direction:column;gap:.25rem}.student-name-ko{font-size:1rem;font-weight:600;color:#333}.student-name-en{font-size:.875rem;color:#666}.student-grade{font-size:.875rem;font-weight:500;color:#4caf50;padding:.25rem .75rem;background-color:#e8f5e9;border-radius:12px}.quiz-setup-page{min-height:100vh;background-color:#f5f5f5;display:flex;flex-direction:column}.quiz-setup-header{background:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:2rem}.header-right{display:flex;align-items:center;gap:1rem}.quiz-setup-main{flex:1;padding:2rem}.quiz-setup-container{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.quiz-info{display:flex;flex-direction:column;gap:1rem}.back-button{align-self:flex-start;background:none;border:none;color:#4caf50;font-size:1rem;cursor:pointer;padding:.5rem;transition:color .2s}.back-button:hover{color:#45a049;text-decoration:underline}.quiz-title{font-size:1.5rem;font-weight:600;color:#333;margin:0}.quiz-type-badge{display:inline-block;padding:.5rem 1rem;background-color:#e8f5e9;color:#4caf50;border-radius:20px;font-weight:500;font-size:.875rem;align-self:flex-start}.section-title{font-size:1.125rem;font-weight:600;color:#333;margin:0 0 1rem}.search-form{display:flex;gap:1rem}.search-form input{flex:1}.student-list{display:flex;flex-direction:column;gap:.75rem}.loading,.no-results{text-align:center;padding:2rem;color:#666}.load-more-container{display:flex;justify-content:center;margin-top:1rem}.modal-loading{text-align:center;padding:2rem;color:#666}.validation-content{display:flex;flex-direction:column;gap:1.5rem}.student-details,.attempt-details{display:flex;flex-direction:column;gap:.5rem}.student-details h4,.attempt-details h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#333;border-bottom:2px solid #4CAF50;padding-bottom:.5rem}.student-details p,.attempt-details p{margin:0;font-size:.875rem;color:#666}.student-details strong,.attempt-details strong{color:#333;font-weight:500;display:inline-block;min-width:140px}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;width:fit-content}.status-badge.status-can_start{background-color:#e8f5e9;color:#4caf50}.status-badge.status-can_resume{background-color:#fff3e0;color:#ff9800}.status-badge.status-review{background-color:#e3f2fd;color:#2196f3}.status-badge.status-no_attempts_left{background-color:#ffebee;color:#f44336}.modal-actions{display:flex;justify-content:center;padding-top:1rem;border-top:1px solid #eee}.modal-actions button{min-width:150px}.quiz-progress-page{min-height:100vh;background-color:#f5f5f5;display:flex;flex-direction:column}.quiz-navigation-bar{background:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.quiz-numbers{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.quiz-number{width:40px;height:40px;border:2px solid #ddd;background:#fff;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.quiz-number:hover{border-color:#4caf50;transform:translateY(-2px)}.quiz-number.active{background:#4caf50;color:#fff;border-color:#4caf50}.quiz-number.answered{background:#e8f5e9;border-color:#4caf50}.quiz-number.answered.active{background:#4caf50;color:#fff}.quiz-progress-main{flex:1;padding:2rem;display:flex;justify-content:center;align-items:flex-start}.quiz-container{max-width:600px;width:100%;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2rem;display:flex;flex-direction:column;gap:2rem}.quiz-info-bar{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:2px solid #eee}.quiz-progress-text{font-size:1.125rem;font-weight:600;color:#333}.quiz-answered-count{font-size:.875rem;color:#666;background:#e8f5e9;padding:.5rem 1rem;border-radius:20px;font-weight:500}.quiz-content{display:flex;flex-direction:column;gap:2rem}.question-section{display:flex;flex-direction:column;gap:1rem}.question-number{font-size:1.25rem;font-weight:600;color:#4caf50;margin:0}.question-text{font-size:1.125rem;line-height:1.6;color:#333;margin:0}.choices-section{display:flex;flex-direction:column;gap:1rem}.choice-button{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#fff;border:2px solid #ddd;border-radius:8px;cursor:pointer;transition:all .2s;text-align:left}.choice-button:hover{border-color:#4caf50;box-shadow:0 2px 8px #4caf5033;transform:translateY(-2px)}.choice-button.selected{border-color:#4caf50;background:#e8f5e9}.choice-button.correct-answer{border-color:#4caf50;background:#e8f5e9;cursor:default}.choice-button.correct-answer:hover{transform:none}.choice-button.wrong-answer{border-color:#f44336;background:#ffebee;cursor:default}.choice-button.wrong-answer:hover{transform:none}.choice-button:disabled{cursor:default}.choice-button.correct-answer .choice-number{background:#4caf50;color:#fff}.choice-button.wrong-answer .choice-number{background:#f44336;color:#fff}.choice-number{width:32px;height:32px;background:#f5f5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#666;flex-shrink:0}.choice-button.selected .choice-number{background:#4caf50;color:#fff}.choice-text{flex:1;font-size:1rem;line-height:1.5;color:#333}.quiz-navigation{display:flex;justify-content:space-between;padding-top:1rem;border-top:2px solid #eee}.finish-modal-content{display:flex;flex-direction:column;gap:1.5rem;padding:1rem 0}.finish-question{font-size:1.125rem;text-align:center;color:#333;margin:0}.finish-modal-actions{display:flex;justify-content:center;gap:1rem}.finish-modal-actions button{min-width:100px}@media (max-width: 768px){.quiz-progress-header{flex-direction:column;gap:1rem}.header-center{flex-direction:column;width:100%}.quiz-numbers{width:100%}.quiz-number{width:35px;height:35px;font-size:.75rem}.quiz-container{padding:1.5rem}.choice-button{padding:.875rem 1rem}.choice-number{width:28px;height:28px;font-size:.875rem}.choice-text{font-size:.9375rem}}.quiz-result-page{min-height:100vh;background-color:#f5f5f5;display:flex;flex-direction:column}.quiz-result-header{background:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;align-items:center}.header-left{flex-shrink:0}.logo{font-size:1.5rem;font-weight:700;color:#4caf50;cursor:pointer;margin:0}.header-right{display:flex;align-items:center;gap:1rem;flex-shrink:0}.user-name{font-weight:500;color:#666}.quiz-result-main{flex:1;padding:2rem;display:flex;justify-content:center;align-items:center}.result-container{max-width:600px;width:100%}.result-content{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem}.result-title{font-size:2rem;font-weight:700;color:#333;margin:0;text-align:center}.score-display{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:16px;width:100%;max-width:400px}.score-number{font-size:4rem;font-weight:800;color:#2e7d32;line-height:1}.score-percentage{font-size:1.5rem;font-weight:600;color:#43a047}.result-status{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;border-radius:12px;width:100%}.result-status.pass{background:#e8f5e9;border:2px solid #4CAF50}.result-status.fail{background:#fff3e0;border:2px solid #FF9800}.status-badge{padding:1rem 3rem;border-radius:8px;font-weight:800;letter-spacing:.1em;text-align:center}.pass-badge{font-size:3rem;background:#4caf50;color:#fff;box-shadow:0 4px 12px #4caf504d}.fail-badge{font-size:1.5rem;background:#ff9800;color:#fff;box-shadow:0 4px 12px #ff98004d}.status-icon{font-size:3rem}.status-message{font-size:1.25rem;font-weight:600;color:#333;text-align:center;margin:0}.result-actions{display:flex;justify-content:center;padding-top:1rem;width:100%}.result-actions button{min-width:200px}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #4CAF50;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.result-content{padding:1.5rem}.result-title{font-size:1.5rem}.score-number{font-size:3rem}.score-percentage{font-size:1.25rem}.pass-badge{font-size:2rem;padding:.75rem 2rem}.fail-badge{font-size:1.25rem;padding:.75rem 2rem}.status-icon{font-size:2rem}.status-message{font-size:1rem}}.vc-toolbar__left{display:flex;align-items:center;gap:.625rem;min-width:0}.vc-mode{display:inline-flex;padding:3px;background:#f1f3f4;border-radius:10px;gap:3px}.vc-mode__option{border:none;background:transparent;padding:.4375rem .75rem;border-radius:8px;font-size:.8125rem;font-weight:600;color:#666;cursor:pointer;transition:all .2s;white-space:nowrap}.vc-mode__option:hover{color:#333}.vc-mode__option[aria-pressed=true]{background:#4caf50;color:#fff;box-shadow:0 1px 3px #0000002e}.vc-mute{flex-shrink:0;width:36px;height:36px;border:2px solid #ddd;background:#fff;border-radius:8px;font-size:1rem;line-height:1;cursor:pointer;transition:all .2s}.vc-mute:hover{border-color:#4caf50}.vc-mute[data-muted=true]{background:#ffebee;border-color:#f44336}.vc-timer{display:flex;align-items:center;gap:.375rem;font-size:1.0625rem;font-weight:700;color:#333;font-variant-numeric:tabular-nums;min-width:5.25rem}.vc-timer__icon{font-size:.9375rem}@media (max-width: 768px){.vc-toolbar__left{gap:.4375rem}.vc-mode__option{padding:.375rem .5rem;font-size:.75rem}.vc-timer{font-size:.9375rem;min-width:4.5rem}}.vc-sessionbar{background:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.vc-sessionbar__group{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.vc-session{height:40px;padding:0 1.125rem;border:2px solid #ddd;background:#fff;border-radius:8px;font-size:.875rem;font-weight:600;color:#333;cursor:pointer;transition:all .2s;white-space:nowrap}.vc-session[data-state=available]:hover{border-color:#4caf50;transform:translateY(-2px)}.vc-session[data-state=active]{background:#4caf50;color:#fff;border-color:#4caf50;cursor:default}.vc-session[data-state=done]{background:#f1f3f4;color:#aaa;border-color:#e4e6e8;cursor:default}@media (max-width: 768px){.vc-sessionbar{padding:.75rem .875rem;gap:.625rem}.vc-session{height:36px;padding:0 .75rem;font-size:.8125rem}}.vc-tutorial{width:100%;aspect-ratio:832 / 711;padding:0;border:none;background:transparent;border-radius:14px;overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent;transition:transform .18s ease}.vc-tutorial:active{transform:scale(.99)}.vc-tutorial:focus-visible{outline:3px solid #4caf50;outline-offset:3px}.vc-tutorial__image{max-width:100%;max-height:100%;object-fit:contain}.vc-tutorial__fallback{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;border:2px dashed #cfd8dc;border-radius:14px;background:linear-gradient(150deg,#fff,#f3faf4 55%,#e4f3e6);color:#607d8b;text-align:center;padding:1.5rem}.vc-tutorial__fallback-title{font-size:1.0625rem;font-weight:700;color:#455a64}.vc-tutorial__fallback-hint{font-size:.9375rem}.vc-tutorial__fallback-path{font-size:.75rem;color:#90a4ae;word-break:break-all}.vc-surface{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25em;padding:.5rem .75rem;border-radius:14px;overflow:hidden;background-size:100% 100%;background-repeat:no-repeat;background-position:center;box-shadow:0 2px 6px #0000001f}.vc-surface--face{background-image:var(--vc-card-front),linear-gradient(150deg,#fff,#f3faf4 55%,#e4f3e6);border:1px solid #dbe7dc;color:#1f2937}.vc-surface--back{background-image:var(--vc-card-back),repeating-linear-gradient(45deg,#4caf50 0px 10px,#43a047 10px 20px);border:1px solid #3d8b40;color:#fff}.vc-surface__text{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;line-height:1.25}.vc-surface__text--en{font-weight:700}.vc-surface__text--ko{font-weight:500;color:#37474f}.vc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.vc-grid__tile{aspect-ratio:3 / 2;padding:0;border:none;background:transparent;border-radius:14px;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease;-webkit-tap-highlight-color:transparent}.vc-grid__tile:hover{transform:translateY(-3px)}.vc-grid__tile:hover .vc-surface{box-shadow:0 8px 16px #4caf5040}.vc-grid__tile:focus-visible{outline:3px solid #4caf50;outline-offset:3px}.vc-grid__tile:active{transform:scale(.97)}@media (max-width: 768px){.vc-grid{gap:8px}}.vcv{position:fixed;inset:0;z-index:60;display:flex;flex-direction:column;background:#111827f0;-webkit-tap-highlight-color:transparent;touch-action:none;overscroll-behavior:contain}.vcv__stage{position:relative;flex:1;min-height:0}.vcv__nav{position:absolute;top:0;bottom:0;width:50%;z-index:1;display:flex;align-items:center;border:none;background:transparent;color:#ffffffb3;font-size:2.75rem;line-height:1;cursor:pointer;transition:color .2s,background .2s;-webkit-tap-highlight-color:transparent}.vcv__nav--prev{left:0;justify-content:flex-start;padding-left:1.5rem}.vcv__nav--next{right:0;justify-content:flex-end;padding-right:1.5rem}.vcv__nav:active{color:#fff;background:#ffffff24}.vcv__cardarea{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;touch-action:none}.vcv__close{position:absolute;top:8px;right:8px;z-index:3;width:33px;height:33px;border:none;border-radius:25%;background:#dd5c3d;color:#fff;font-size:1.5rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:filter .2s,transform .2s}.vcv__close:hover{filter:brightness(1.1);transform:scale(1.06)}.vcv__close:after{content:"";position:absolute;inset:-11px}.vcv__slide{position:relative;z-index:1;animation:vcv-slide-from-right .28s cubic-bezier(.2,.7,.3,1)}.vcv__slide[data-direction=prev]{animation-name:vcv-slide-from-left}.vcv__slide[data-direction=open]{animation-name:vcv-zoom-in}@keyframes vcv-slide-from-right{0%{opacity:0;transform:translate(26%)}to{opacity:1;transform:translate(0)}}@keyframes vcv-slide-from-left{0%{opacity:0;transform:translate(-26%)}to{opacity:1;transform:translate(0)}}@keyframes vcv-zoom-in{0%{opacity:0;transform:scale(.86)}to{opacity:1;transform:scale(1)}}.vcv__card{width:min(620px,78vw,90vh);aspect-ratio:3 / 2;perspective:1400px;cursor:pointer}.vcv__flip{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .45s cubic-bezier(.2,.7,.3,1)}.vcv__card[data-flipped=true] .vcv__flip{transform:rotateY(180deg)}.vcv__face{position:absolute;inset:0;backface-visibility:hidden;-webkit-backface-visibility:hidden}.vcv__face--back{transform:rotateY(180deg)}.vcv__card .vc-surface{box-shadow:0 18px 40px #00000073}.vcv__footer{position:relative;z-index:3;flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:.625rem;padding:1rem 1rem 1.5rem}.vcv__replay{display:inline-flex;align-items:center;gap:.4375rem;padding:.5rem 1.125rem;border:none;border-radius:999px;background:#ffffffeb;color:#2e7d32;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .2s,opacity .2s}.vcv__replay:hover:not(:disabled){background:#fff}.vcv__replay:disabled{opacity:.4;cursor:default}.vcv__replay--hidden{visibility:hidden}.vcv__counter{color:#ffffffd9;font-size:.9375rem;font-weight:600;font-variant-numeric:tabular-nums}@media (max-width: 768px){.vcv__nav{font-size:2rem}.vcv__nav--prev{padding-left:.5rem}.vcv__nav--next{padding-right:.5rem}.vcv__card{width:min(620px,82vw,90vh)}}.vc-text-grid-en-lg{font-size:17px}.vc-text-grid-en-md{font-size:14px}.vc-text-grid-en-sm{font-size:11px}.vc-text-grid-ko-lg{font-size:15px}.vc-text-grid-ko-md{font-size:13px}.vc-text-grid-ko-sm{font-size:10px}.vc-text-detail-en-lg{font-size:min(52px,6.5vw,7.5vh)}.vc-text-detail-en-md{font-size:min(40px,5vw,5.8vh)}.vc-text-detail-en-sm{font-size:min(30px,3.8vw,4.4vh)}.vc-text-detail-ko-lg{font-size:min(44px,5.5vw,6.4vh)}.vc-text-detail-ko-md{font-size:min(32px,4vw,4.6vh)}.vc-text-detail-ko-sm{font-size:min(20px,2.5vw,2.9vh)}@media (max-width: 768px){.vc-text-grid-en-lg{font-size:14px}.vc-text-grid-en-md{font-size:12px}.vc-text-grid-en-sm{font-size:10px}.vc-text-grid-ko-lg{font-size:12px}.vc-text-grid-ko-md{font-size:11px}.vc-text-grid-ko-sm{font-size:9px}}.vc-page{min-height:100vh;background-color:#f5f5f5;display:flex;flex-direction:column}.vc-main{flex:1;padding:1.5rem;display:flex;justify-content:center;align-items:flex-start}.vc-board{max-width:880px;width:100%;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.vc-infobar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:.875rem;border-bottom:2px solid #eee}.vc-infobar--center{justify-content:center}.vc-board__title{font-size:1.0625rem;font-weight:700;color:#333;margin:0;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vc-confirm{display:flex;flex-direction:column;gap:1.5rem;padding:1rem 0}.vc-confirm__question{font-size:1.125rem;text-align:center;color:#333;margin:0}.vc-confirm__actions{display:flex;justify-content:center;gap:1rem}.vc-confirm__actions button{min-width:100px}.vc-status{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;padding:2rem;text-align:center;color:#555}.vc-status__spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #4caf50;border-radius:50%;animation:vc-spin 1s linear infinite}@keyframes vc-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vc-status__code{font-size:.8125rem;color:#999;word-break:break-all}@media (max-width: 768px){.vc-main{padding:.75rem}.vc-board{padding:.875rem;gap:.75rem}}.vt-gate{display:flex;align-items:center;justify-content:center;min-height:40vh}.vt-gate[data-mid-test=true]{position:absolute;inset:0;z-index:20;background:#ffffffeb;border-radius:12px;min-height:0}.vt-gate__panel{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;padding:1rem}.vt-gate__title{margin:0;font-size:1.125rem;font-weight:600;color:#333}.vt-gate__detail{margin:0;font-size:.9rem;color:#777;max-width:32rem;word-break:keep-all}.vt-grade{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;background:#ffffff59;pointer-events:all;touch-action:none;animation:vt-grade-in .12s ease-out}.vt-grade__mark{width:min(340px,62vw,62vh);height:auto;object-fit:contain}.vt-grade__fallback{font-size:min(300px,55vw,55vh);line-height:1;color:#e53935;font-weight:700}@keyframes vt-grade-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.vt-record{position:relative;width:132px;height:132px;border:none;border-radius:50%;background:#4caf50;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:background .15s ease,transform .1s ease}.vt-record:active:not(:disabled){transform:scale(.96)}.vt-record:disabled{background:#c8c8c8;cursor:not-allowed}.vt-record[data-state=recording]{background:#dd5c3d}.vt-record[data-state=transcribing]{background:#9e9e9e;cursor:progress}.vt-record__icon{font-size:2.5rem;line-height:1}.vt-record__label{font-size:.95rem;font-weight:600}.vt-record__ring{position:absolute;inset:-8px;border-radius:50%;background:conic-gradient(#dd5c3d var(--vt-record-progress, 0deg),transparent var(--vt-record-progress, 0deg));opacity:0;transition:opacity .15s ease;mask:radial-gradient(circle,transparent 68px,#000 68px);-webkit-mask:radial-gradient(circle,transparent 68px,#000 68px);pointer-events:none}.vt-record[data-state=recording] .vt-record__ring{opacity:1}.vt-record[data-state=transcribing] .vt-record__icon:before{content:"";display:block;width:40px;height:40px;border:4px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:vt-record-spin 1s linear infinite}@keyframes vt-record-spin{to{transform:rotate(360deg)}}.vt-infobar{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:2px solid #eee}.vt-infobar__progress{font-size:1.125rem;font-weight:600;color:#333}.vt-infobar__mode{font-size:.875rem;color:#666;background:#e8f5e9;padding:.5rem 1rem;border-radius:20px;font-weight:500;cursor:default;-webkit-user-select:none;user-select:none}.vt-prompt{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.vt-prompt__word{margin:0;font-weight:700;color:#222;white-space:nowrap}.vt-prompt__divider{width:220px;height:2px;background:#e0e0e0}.vt-prompt__transcript{min-height:64px;display:flex;align-items:center;justify-content:center;padding:0 1rem}.vt-prompt__value{font-weight:600;color:#2e7d32;word-break:keep-all}.vt-prompt__hint{font-size:1.125rem;color:#9e9e9e}.vt-prompt__notice{margin:0;font-size:1rem;color:#dd5c3d;font-weight:500}.vt-prompt__word[data-scale=lg]{font-size:min(64px,8vw)}.vt-prompt__word[data-scale=md]{font-size:min(48px,6vw)}.vt-prompt__word[data-scale=sm]{font-size:min(34px,4.4vw)}.vt-prompt__value[data-scale=lg]{font-size:min(44px,5.5vw)}.vt-prompt__value[data-scale=md]{font-size:min(34px,4.2vw)}.vt-prompt__value[data-scale=sm]{font-size:min(24px,3vw)}.vt-board{position:relative}.vt-question{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem;min-height:420px;padding:1.5rem 0}.vt-actions{display:flex;align-items:center;justify-content:center;gap:3rem}.vt-submit{position:relative;width:132px;height:132px;border:3px solid #4caf50;border-radius:50%;background:#fff;color:#4caf50;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:background .15s ease,transform .1s ease}.vt-submit:active:not(:disabled){transform:scale(.96);background:#e8f5e9}.vt-submit:disabled{border-color:#d5d5d5;color:#c8c8c8;cursor:not-allowed}.vt-submit__icon{font-size:2.75rem;line-height:1}.vt-submit__label{font-size:.95rem;font-weight:600}@media (max-width: 768px){.vt-actions{gap:1.75rem}.vt-question{min-height:340px;gap:1.75rem}}.vr-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:2px solid #eee}.vr-header__title{margin:0;font-size:1.5rem;font-weight:700;color:#333}.vr-score{margin:1.75rem 0;text-align:center;font-size:1.5rem;color:#333;word-break:keep-all}.vr-score strong{color:#4caf50;font-size:1.9rem}.vr-list{list-style:none;margin:0;padding:0 0 .5rem;display:flex;flex-direction:column;gap:.6rem}.vr-item{display:grid;grid-template-columns:2.25rem minmax(6rem,1fr) minmax(7rem,1.2fr) minmax(7rem,1.2fr);align-items:center;gap:.75rem;padding:.7rem 1rem;border:1px solid #e6e6e6;border-radius:10px;background:#fff;border-left-width:5px;border-left-color:#e0e0e0}.vr-item[data-correct=true]{border-left-color:#4caf50;background:#f6fbf6}.vr-item[data-correct=false]{border-left-color:#dd5c3d;background:#fdf7f5}.vr-item__order{font-size:.85rem;font-weight:700;color:#9e9e9e;text-align:center}.vr-item__en{font-size:1.15rem;font-weight:700;color:#222;word-break:break-word}.vr-item__field{display:flex;flex-direction:column;gap:2px;min-width:0}.vr-item__label{font-size:.7rem;color:#9e9e9e;font-weight:600}.vr-item__answer,.vr-item__mine{font-size:1rem;word-break:keep-all}.vr-item__answer{color:#2e7d32}.vr-item__mine{color:#555}.vr-item[data-correct=false] .vr-item__mine{color:#c0392b}@media (max-width: 640px){.vr-item{grid-template-columns:2rem 1fr;row-gap:.4rem}.vr-item__field{grid-column:2}}.vg-index{position:sticky;top:0;z-index:5;display:grid;grid-template-columns:repeat(13,1fr);gap:4px;padding:.625rem 0;background:#fff;border-bottom:2px solid #eee}.vg-index__letter{height:38px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;color:#4f46e5;font-size:.9375rem;font-weight:700;font-family:inherit;cursor:pointer;transition:background-color .15s,color .15s}.vg-index__letter:active:not(:disabled){background:#4f46e5;color:#fff}.vg-index__letter:disabled{color:#d4d4d4;border-color:#f0f0f0;background:#fafafa;cursor:default}@media (max-width: 768px){.vg-index{gap:3px}.vg-index__letter{height:32px;font-size:.8125rem}}.vg-list{display:flex;flex-direction:column;gap:1.25rem;padding-bottom:.5rem}.vg-section{display:flex;flex-direction:column;gap:.5rem}.vg-section__letter{margin:0;font-size:1.25rem;font-weight:800;color:#4f46e5;line-height:1.2}.vg-section__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.vg-entry{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:center;gap:.75rem;padding:.7rem 1rem;border:1px solid #e6e6e6;border-left:5px solid #e0e0e0;border-radius:10px;background:#fff}.vg-entry__en{font-size:1.15rem;font-weight:700;color:#222;word-break:break-word}.vg-entry__ko{font-size:1rem;color:#555;word-break:keep-all}@media (max-width: 640px){.vg-entry{grid-template-columns:1fr;row-gap:.25rem}}.vc-totop{position:fixed;bottom:2.5rem;left:50%;margin-left:456px;z-index:10;width:48px;height:48px;border:none;border-radius:50%;background:#4f46e5;color:#fff;font-size:1.375rem;font-weight:700;font-family:inherit;line-height:1;cursor:pointer;box-shadow:0 2px 8px #00000040}.vc-totop:active{background:#4338ca}@media (max-width: 1040px){.vc-totop{left:auto;right:1rem;margin-left:0}}.vg-heading{display:flex;align-items:baseline;gap:.5rem;min-width:0}.vg-heading__title{margin:0;font-size:1.5rem;font-weight:700;color:#333}.vg-heading__count{font-size:.875rem;color:#9e9e9e;font-weight:600}.vg-empty{margin:2.5rem 0;text-align:center;color:#888}@media (max-width: 640px){.vg-heading__title{font-size:1.25rem}}*{box-sizing:border-box}#root{width:100%;min-height:100vh;margin:0;padding:0}
