body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fb;color:#1f2937;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.mcq-quiz{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin:20px auto;max-width:900px;padding:30px}.quiz-header{border-bottom:2px solid #e0e0e0;margin-bottom:30px;padding-bottom:20px;text-align:center}.quiz-header h2{color:#333;margin:0 0 10px}.progress{color:#666;font-size:16px;font-weight:500}.question-card{background:#f8f9fa;border-radius:10px;margin:20px 0;padding:30px}.question-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.question-number{color:#333;font-size:18px;font-weight:700}.difficulty{border-radius:16px;font-size:12px;font-weight:700;padding:6px 14px;text-transform:uppercase}.difficulty.easy{background:#d4edda;color:#155724}.difficulty.medium{background:#fff3cd;color:#856404}.difficulty.hard{background:#f8d7da;color:#721c24}.question-card h3{color:#222;font-size:20px;line-height:1.5;margin-bottom:25px}.options{margin:25px 0}.option-label{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;margin:12px 0;padding:16px 20px;transition:all .3s ease}.option-label:hover{background:#f1f8f4;border-color:#4caf50;transform:translateX(4px)}.option-label.selected{background:#e8f5e9;border-color:#4caf50}.option-label input[type=radio]{accent-color:#4caf50;cursor:pointer;height:20px;margin-right:12px;width:20px}.option-text{color:#333;flex:1 1;font-size:16px}.option-label.selected .option-text{color:#2e7d32;font-weight:600}.navigation{display:flex;gap:15px;justify-content:space-between;margin-top:30px}.nav-btn,.submit-btn{border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;padding:12px 28px;transition:all .3s ease}.nav-btn{background:#007bff;color:#fff}.nav-btn:hover:not(:disabled){background:#0056b3;box-shadow:0 4px 8px #007bff4d;transform:translateY(-2px)}.nav-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.submit-btn{background:#28a745;color:#fff;flex:1 1}.submit-btn:hover:not(:disabled){background:#218838;box-shadow:0 4px 8px #28a7454d;transform:translateY(-2px)}.submit-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.question-grid{grid-gap:10px;border-top:2px solid #e0e0e0;display:grid;gap:10px;grid-template-columns:repeat(10,1fr);margin-top:30px;padding-top:20px}.question-dot{align-items:center;background:#fff;border:2px solid #ddd;border-radius:50%;cursor:pointer;display:flex;font-size:14px;font-weight:600;height:45px;justify-content:center;transition:all .3s ease;width:45px}.question-dot:hover{border-color:#007bff;transform:scale(1.1)}.question-dot.answered{background:#4caf50;border-color:#4caf50;color:#fff}.question-dot.active{border-color:#2196f3;border-width:3px;box-shadow:0 0 0 3px #2196f333}@media (max-width:768px){.mcq-quiz,.question-card{padding:20px}.question-grid{grid-template-columns:repeat(5,1fr)}.navigation{flex-direction:column}.nav-btn,.submit-btn{width:100%}}.App{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);height:100vh;min-height:100vh;overflow:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width:768px){.sidebar-overlay{display:block!important}.chat-main-content{margin-left:0!important;max-width:100vw!important}}
/*# sourceMappingURL=main.b5743b1c.css.map*/