*{box-sizing:border-box}body{margin:0;font-family:-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#f4f6f8;color:#1f2937}.navbar{display:flex;justify-content:space-between;align-items:center;background:#1f2937;color:#fff;padding:12px 24px}.navbar .brand{color:#fff;font-weight:700;font-size:1.2rem;text-decoration:none}.nav-links{display:flex;gap:16px;align-items:center}.nav-links a{color:#fff;text-decoration:none}.nav-links a:hover{text-decoration:underline}.nav-links button{background:#ef4444;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer}.user-chip{background:#374151;padding:4px 10px;border-radius:12px;font-size:.85rem}.container{max-width:900px;margin:24px auto;padding:0 16px}.card{background:#fff;border-radius:8px;padding:24px;margin-bottom:20px;box-shadow:0 1px 3px #0000001a}.card.narrow{max-width:420px;margin:40px auto}form{display:flex;flex-direction:column;gap:8px}label{font-weight:600;margin-top:8px}input,select,textarea{padding:8px;border:1px solid #d1d5db;border-radius:4px;font-size:1rem}textarea{min-height:70px}button{margin-top:12px;padding:10px 16px;border:none;border-radius:4px;background:#2563eb;color:#fff;font-size:1rem;cursor:pointer}button:hover{background:#1d4ed8}button:disabled{background:#9ca3af;cursor:not-allowed}button.danger{background:#ef4444}button.danger:hover{background:#dc2626}.button-row{display:flex;gap:8px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.error{color:#dc2626;font-weight:600}.question-list{list-style:none;padding:0}.question-item{border:1px solid #e5e7eb;border-radius:6px;padding:16px;margin-bottom:12px}.question-text{font-weight:600}.options{list-style:none;padding-left:0}.options li.correct{color:#16a34a;font-weight:700}.category-tag{display:inline-block;background:#e5e7eb;padding:2px 8px;border-radius:12px;font-size:.8rem}.quiz-question{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.option-label{display:block;font-weight:400;margin-top:4px;cursor:pointer}.score{font-size:1.4rem;font-weight:700}.result-correct{color:#16a34a}.result-wrong{color:#dc2626}.history-table{width:100%;border-collapse:collapse}.history-table th,.history-table td{text-align:left;padding:8px;border-bottom:1px solid #e5e7eb}.tabs{display:flex;gap:8px;margin-bottom:16px}.tab{background:#e5e7eb;color:#1f2937;margin-top:0}.tab.active{background:#2563eb;color:#fff}.question-photo{max-width:100%;max-height:320px;display:block;margin-bottom:8px;border-radius:6px;border:1px solid #e5e7eb}.quiz-type-picker{display:flex;gap:12px}.quiz-type-picker button{flex:1}textarea.answer-box{min-height:120px;width:100%;max-width:100%;box-sizing:border-box}.ai-feedback{background:#f0f9ff;border:1px solid #bae6fd;border-radius:6px;padding:8px 12px;margin-top:4px}.quiz-picker-section{margin-top:16px}.quiz-picker-item{display:flex;align-items:center;gap:8px;padding:6px 0}.question-photo-thumb{width:48px;height:48px;object-fit:cover;border-radius:4px;border:1px solid #e5e7eb}.quiz-list-picker{display:flex;flex-direction:column;gap:8px}.quiz-list-item{display:flex;justify-content:space-between;align-items:center;border:1px solid #e5e7eb;border-radius:6px;padding:12px 16px;cursor:pointer;background:#fff}.quiz-list-item:hover{border-color:#2563eb}.editing-highlight{border-color:#2563eb!important;background:#eff6ff}.ordered-question-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.ordered-question-item{display:flex;align-items:center;gap:8px;border:1px solid #d1d5db;border-radius:6px;padding:6px 10px;background:#f9fafb}.oq-pos{font-weight:700;color:#6b7280;min-width:20px;text-align:right}.oq-label{flex:1;font-size:.9rem}.oq-arrows{display:flex;flex-direction:column;gap:2px}.arrow-btn{margin-top:0;padding:2px 6px;font-size:.7rem;background:#e5e7eb;color:#1f2937;border-radius:3px;line-height:1}.arrow-btn:hover:not(:disabled){background:#d1d5db}.arrow-btn:disabled{background:#f3f4f6;color:#d1d5db;cursor:not-allowed}.oq-remove{margin-top:0;padding:2px 7px;font-size:.8rem;line-height:1}
