body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}body{background-color:#f8fafc;color:#334155;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0}.app-container{display:flex;flex-direction:column;min-height:100vh}.center-content{align-items:center;justify-content:center}.bg-light{background-color:#f8fafc}.bg-gradient{background:linear-gradient(135deg,#eff6ff,#e0e7ff)}.flex-col{flex-direction:column}.p-container{margin:0 auto;max-width:1000px;padding:1.5rem;width:100%}.card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;padding:2rem;width:100%}.landing-card{max-width:480px}.login-card{max-width:400px}.test-card{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.test-card.flex-row{flex-direction:row}.history-card,.test-card.flex-row{align-items:center;justify-content:space-between}.history-card{display:flex;margin-bottom:1rem;padding:1.5rem}.full-width{width:100%}.instruction-card,.result-card{max-height:90vh;max-width:600px;overflow-y:auto}.question-view-card{margin:0 auto;max-width:800px;width:100%}.overflow-x-auto{overflow-x:auto}.title{color:#1e293b;font-size:1.5rem;font-weight:800;margin:0 0 1.5rem}.subtitle{color:#64748b;font-size:.875rem;margin:0}.bold{font-weight:600}.text-center{text-align:center}.logo-text{color:#0f172a;font-size:1.25rem;font-weight:800;margin:0}.font-mono{font-family:monospace;font-size:1.2rem}.footer-text{color:#94a3b8;font-size:.8rem;margin-top:1rem}.input-label{color:#64748b;display:block;font-size:.75rem;font-weight:700;margin-bottom:.25rem}code{background:#e2e8f0;border-radius:4px;color:#d946ef;font-family:monospace;font-size:.85em;padding:.2rem .4rem}.btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;transition:.2s}.big-btn{font-size:1.1rem;padding:1rem;width:100%}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover{background-color:#1d4ed8}.btn-secondary{background-color:#f1f5f9;color:#475569}.btn-secondary:hover{background-color:#e2e8f0}.btn-dark{background-color:#0f172a;color:#fff}.btn-green{background-color:#16a34a;color:#fff}.btn-danger-soft{background-color:#fef2f2;color:#dc2626;padding:.5rem}.btn-outline{background:#fff;border:2px solid #2563eb;color:#2563eb}.btn-link{border:none;font-size:.9rem;padding:0}.btn-dashed,.btn-link{background:none;color:#64748b;cursor:pointer}.btn-dashed{border:2px dashed #cbd5e1;margin-bottom:1rem;padding:1rem;width:100%}.btn-disabled{background-color:#cbd5e1;color:#64748b;cursor:not-allowed}.delete-btn{background:none;border:none;color:#ef4444;cursor:pointer;position:absolute;right:1rem;top:1rem}.btn-group-vertical{display:flex;flex-direction:column;gap:1rem;width:100%}.btn-icon-small{align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;padding:4px}.btn-icon-small:hover{background-color:#fee2e2}.navbar{align-items:flex-start;background:#fff;border-radius:.5rem;box-shadow:0 1px 2px 0 #0000000d;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem}.nav-actions{align-items:center;display:flex;gap:1rem}.nav-tabs{display:flex;gap:1rem;margin-top:.5rem}.tab-btn{background:none;border:none;border-bottom:2px solid #0000;color:#64748b;cursor:pointer;font-weight:600;padding:.5rem 0}.tab-btn.active{border-bottom-color:#2563eb;color:#2563eb}.filter-bar{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;display:flex;padding:.5rem 1rem;width:-webkit-fit-content;width:fit-content}.input-field{border:1px solid #cbd5e1;border-radius:.5rem;font-size:1rem;margin-bottom:1rem;outline:none;padding:.75rem;width:100%}.input-field:focus{ring:2px solid #bfdbfe;border-color:#2563eb}.form-stack{display:flex;flex-direction:column;gap:.5rem}.grid-3-col{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:2fr 1fr 1fr}.grid-4-col{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.inline-select{border:none;color:#475569;display:inline-block;font-weight:600;margin-bottom:0;padding:.5rem;width:auto}.data-table{border-collapse:collapse;min-width:600px;text-align:left;width:100%}.data-table th{background:#f8fafc;border-bottom:2px solid #e2e8f0;color:#475569;font-size:.9rem;font-weight:700;padding:1rem;text-transform:uppercase}.data-table td{border-bottom:1px solid #e2e8f0;color:#334155;padding:1rem}.data-table tr:hover{background-color:#f8fafc}.grid-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.grid-2-col{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.flex-between{align-items:center;display:flex;justify-content:space-between}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mt-2{margin-top:.5rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.text-red{color:#ef4444}.text-gray{color:#64748b}.inline-block{display:inline-block}.block-center{display:block;margin:0 auto}.tags-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.tag{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;color:#475569;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.green-tag{background:#f0fdf4;border-color:#bbf7d0;color:#16a34a}.tip-box{background:#fff7ed;border:1px solid #fed7aa;border-radius:6px;color:#c2410c;font-size:.9rem;line-height:1.5;padding:1rem}.icon-circle{align-items:center;border-radius:50%;display:flex;height:64px;justify-content:center;margin:0 auto 1.5rem;width:64px}.bg-blue{background-color:#2563eb}.question-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;margin-bottom:1.5rem;padding:1.5rem;position:relative}.q-label{color:#475569;font-size:.9rem;font-weight:700;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.correct-answer-label{color:#2563eb;display:block;font-size:.85rem;font-weight:600;margin-bottom:.75rem}.img-preview{background:#fff;border:1px solid #e2e8f0;border-radius:6px;display:block;height:120px;margin-bottom:1rem;object-fit:contain;padding:4px}.question-img{border:1px solid #e2e8f0;border-radius:.5rem;display:block;margin:0 auto 1.5rem;max-height:250px;width:auto}.question-text{font-size:1.25rem;font-weight:600;line-height:1.6;margin-bottom:1.5rem}.options-list{display:flex;flex-direction:column;gap:.75rem}.option-row{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;display:flex;gap:.75rem;padding:.75rem;transition:border-color .2s}.option-row:focus-within{ring:2px solid #bfdbfe;border-color:#bfdbfe}.correct-highlight{background-color:#f0fdf4;border-color:#22c55e}.radio-input{cursor:pointer;flex-shrink:0;height:1.2rem;margin:0;width:1.2rem}.input-clean{background:#0000;border:none;color:#334155;font-size:1rem;outline:none;width:100%}.options-stack{display:flex;flex-direction:column;gap:.75rem}.option-btn{background:#fff;border:2px solid #e2e8f0;border-radius:.75rem;color:#475569;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem 1.25rem;text-align:left;transition:all .2s;width:100%}.option-btn:hover{background-color:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.option-btn.selected{background-color:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb;color:#1e40af;font-weight:600}.agreement-box{align-items:flex-start;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;display:flex;gap:.75rem;margin:2rem 0;padding:1.25rem}.checkbox-input{cursor:pointer;height:1.25rem;margin-top:2px;width:1.25rem}.agree-label{color:#1e293b;cursor:pointer;font-size:.95rem;font-weight:600;line-height:1.4}.test-header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 2px 0 #0000000d;display:flex;font-weight:700;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.test-body{display:flex;flex:1 1;justify-content:center;overflow-y:auto;padding:2rem 1rem}.test-footer{background:#fff;border-top:1px solid #e2e8f0;bottom:0;box-shadow:0 -1px 2px 0 #0000000d;display:flex;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky}.analysis-box{border:1px solid #e2e8f0;border-radius:.75rem;margin:2rem 0;overflow:hidden;text-align:left}.result-item{background:#fff;border-bottom:1px solid #e2e8f0;padding:1.25rem}.result-item:last-child{border-bottom:none}.result-status{display:flex;font-size:.95rem;gap:.5rem;margin-top:.5rem}.green-text{color:#16a34a;font-weight:700}.red-text{color:#dc2626;font-weight:600}.blue-text{color:#2563eb}.center-icon{display:block;margin:0 auto 1rem}.instruction-list{color:#475569;line-height:1.8;margin-bottom:2rem;padding-left:1.5rem;text-align:left}.back-btn{align-items:center;color:#64748b;display:flex;gap:.25rem;margin-bottom:1rem;transition:color .2s}.back-btn:hover{color:#1e293b}.loader{align-items:center;color:#94a3b8;font-size:1.5rem;font-weight:600;height:100vh}.loader,.score-badge{display:flex;justify-content:center}.score-badge{flex-direction:column;text-align:right}.score-text{display:block;font-size:1.25rem;font-weight:800}.score-sub{color:#64748b;font-size:.8rem;font-weight:600}@media (max-width:600px){.grid-2-col,.grid-3-col,.grid-4-col,.grid-cards{grid-template-columns:1fr}.test-card.flex-row{align-items:flex-start;flex-direction:column;gap:1rem}.test-card button{width:100%}.history-card{align-items:flex-start;flex-direction:column;gap:1rem}.score-badge{align-items:center;background:#f8fafc;border-radius:.5rem;flex-direction:row;justify-content:space-between;padding:.5rem;text-align:left;width:100%}.p-container,.test-footer,.test-header{padding:1rem}.navbar{flex-direction:column;gap:1rem}.nav-actions{justify-content:space-between;width:100%}}
/*# sourceMappingURL=main.2f2941f6.css.map*/