*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;transition:padding-top .3s ease}.app{width:100%;min-height:100vh;display:flex;flex-direction:column;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000001a;width:100%}.nav-container{max-width:1400px;width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.logo h2{font-size:1.5rem;font-weight:600}.nav-links{display:flex;gap:2rem}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s}.nav-links a:hover{opacity:.8}.nav-button{background:none;border:none;color:#fff;text-decoration:none;font-weight:500;font-size:1rem;cursor:pointer;transition:opacity .3s;padding:0;font-family:inherit}.nav-button:hover{opacity:.8}.nav-button:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px;border-radius:4px}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:1px solid #667eea}.btn-primary:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-secondary{background:#667eea!important;color:#fff!important;border:2px solid #667eea}.btn-secondary:hover{background:#fff!important;color:#667eea!important}.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn-full{width:100%}.main-content{flex:1;width:100%}.hero{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:6rem 2rem;text-align:center;width:100%;min-height:80vh;display:flex;align-items:center;justify-content:center}.hero-content{max-width:1200px;width:100%}.hero-content h1{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1rem;color:#333}.hero-content p{font-size:clamp(1rem,2.5vw,1.3rem);color:#666;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-features{display:flex;justify-content:center;gap:2rem;margin:3rem 0;flex-wrap:wrap}.feature-item{display:flex;align-items:center;gap:.5rem;background:#fff;padding:1rem 1.5rem;border-radius:25px;box-shadow:0 4px 15px #0000001a;font-size:clamp(.9rem,2vw,1rem)}.feature-icon{font-size:1.5rem}.features{padding:6rem 2rem;background:#fff;width:100%}.container{max-width:1400px;width:100%;margin:0 auto}.features h2{text-align:center;font-size:clamp(2rem,4vw,2.5rem);margin-bottom:4rem;color:#333}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%}.feature-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 15px #0000001a;text-align:center;transition:transform .3s;height:100%}.feature-card:hover{transform:translateY(-5px)}.feature-icon-large{font-size:3rem;margin-bottom:1.5rem}.feature-card h3{font-size:clamp(1.2rem,3vw,1.5rem);margin-bottom:1rem;color:#333}.feature-card p{color:#666;line-height:1.6;font-size:clamp(.9rem,2vw,1rem)}.about{padding:6rem 2rem;background:linear-gradient(135deg,#f8f9ff,#e8ecff);width:100%}.about h2{text-align:center;font-size:clamp(2rem,4vw,2.5rem);margin-bottom:3rem;color:#333}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-content p{font-size:clamp(1rem,2.5vw,1.1rem);line-height:1.8;color:#666;margin-bottom:2rem}.about-cta{display:flex;justify-content:center;margin-top:2rem;visibility:visible;opacity:1}.about-cta .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;border-radius:6px;transition:all .3s ease;border:none;cursor:pointer}.contact{padding:6rem 2rem;background:linear-gradient(135deg,#f8f9ff,#e8ecff);width:100%}.contact h2{text-align:center;font-size:clamp(2rem,4vw,2.5rem);margin-bottom:3rem;color:#333}.contact-content{max-width:600px;margin:0 auto}.contact-form-container{width:100%}.contact-form{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 10px 30px #0000001a;width:100%}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s,box-shadow .3s;background:#fafafa}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled,.form-group textarea:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.7}.form-group textarea{resize:vertical;min-height:120px}.status-message{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}.status-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.status-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn:disabled:hover{transform:none;box-shadow:none}.footer{background:#333;color:#fff;padding:3rem 2rem;text-align:center;margin-top:auto;width:100%}.footer p{font-size:clamp(.9rem,2vw,1rem)}.auth-section{padding:4rem 2rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;width:100%}.auth-container{width:100%;max-width:450px;margin:0 auto}.auth-form{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 10px 30px #0000001a;width:100%}.auth-form h2{text-align:center;margin-bottom:2rem;color:#333;font-size:1.8rem}.auth-toggle{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0}.auth-toggle p{margin:0;color:#666}.auth-toggle-btn{background:none;border:none;color:#667eea;text-decoration:underline;cursor:pointer;font-size:inherit;font-family:inherit;padding:0;margin:0}.auth-toggle-btn:hover{color:#535bf2}.auth-toggle-btn:disabled{color:#ccc;cursor:not-allowed}.auth-forgot-password{text-align:center;margin-top:1rem;margin-bottom:1rem}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{padding-right:3rem;width:100%}.password-toggle-btn{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;padding:.25rem;font-size:1.2rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s;z-index:1}.password-toggle-btn:hover{background-color:#0000000d}.password-toggle-btn:focus{outline:2px solid #667eea;outline-offset:2px}.password-toggle-btn:disabled{cursor:not-allowed;opacity:.5}.password-toggle-btn:disabled:hover{background-color:transparent}.password-requirements{margin-top:.5rem;padding:.75rem;background:#f8f9fa;border-radius:6px;border:1px solid #e0e0e0;font-size:.85rem}.requirement{margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.requirement:last-child{margin-bottom:0}.requirement.valid{color:#155724}.requirement.invalid{color:#721c24}.terms-agreement{margin:1.5rem 0}.checkbox-wrapper{display:flex;align-items:flex-start;gap:.75rem}.checkbox-wrapper input[type=checkbox]{margin:2px 0 0;width:18px;height:18px;accent-color:#667eea;cursor:pointer;flex-shrink:0}.checkbox-label{font-size:.9rem;line-height:1.5;color:#555;cursor:pointer;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.legal-link{color:#667eea;text-decoration:none;font-weight:500;transition:color .2s ease}.legal-link:hover{color:#764ba2;text-decoration:underline}.btn-disabled{opacity:.6;cursor:not-allowed;background:#ccc!important;border-color:#ccc!important}.btn-disabled:hover{background:#ccc!important;border-color:#ccc!important;transform:none}@media (max-width: 768px){.checkbox-wrapper{gap:.5rem}.checkbox-label{font-size:.85rem}.checkbox-wrapper input[type=checkbox]{width:16px;height:16px}}@media (max-width: 1024px){.nav-container{padding:0 1.5rem}.hero{padding:4rem 1.5rem;min-height:70vh}.features,.about,.contact{padding:4rem 1.5rem}}@media (max-width: 768px){.nav-container{flex-direction:column;gap:1rem;padding:0 1rem}.nav-links{gap:1.5rem}.hero{padding:3rem 1rem;min-height:60vh}.hero-features{flex-direction:column;align-items:center;gap:1rem}.feature-item{padding:.8rem 1.2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem}.features,.about,.contact{padding:3rem 1rem}.contact-item{flex-direction:column;text-align:center;gap:.5rem;padding:1.5rem}.contact-form{padding:2rem}.form-row{grid-template-columns:1fr;gap:1rem}}@media (max-width: 480px){.hero{padding:2rem .5rem;min-height:50vh}.hero-content p{margin-bottom:2rem}.hero-features{margin:2rem 0}.features,.about,.contact{padding:2rem .5rem}.feature-card{padding:1.5rem}.nav-links{flex-wrap:wrap;justify-content:center}.contact-form{padding:1.5rem}.form-group input,.form-group textarea{padding:.8rem}}@media (min-width: 1440px){.nav-container,.container{max-width:1600px}.hero-content{max-width:1400px}}.logo{height:auto;padding:0;will-change:auto;transition:none;filter:none}.logo:hover,.logo.react:hover{filter:none}.card{padding:2em}.read-the-docs{color:#888}.auth-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.auth-modal-content{background-color:#fff;padding:2rem;border-radius:8px;max-width:400px;width:90%;text-align:center;box-shadow:0 4px 20px #00000026}.auth-modal h2{margin-top:0;color:#333}.auth-modal p{margin-bottom:1.5rem;color:#666}.notification-banner{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:1000;padding:12px 18px;box-shadow:0 10px 30px #0000001a,0 6px 12px #0000000f;animation:dropIn .5s cubic-bezier(.34,1.56,.64,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;border-radius:16px;max-width:480px;width:90%;margin:0 auto;border:1px solid rgba(255,255,255,.15)}.notification-banner.maintenance{background:linear-gradient(135deg,#ff6b35f2,#f7931ef2);color:#fff}.notification-banner.development{background:linear-gradient(135deg,#4facfef2,#00f2fef2);color:#fff}.notification-banner.general{background:linear-gradient(135deg,#667eeaf2,#764ba2f2);color:#fff}.notification-content{display:flex;align-items:center;gap:12px;position:relative}.notification-icon{font-size:18px;flex-shrink:0;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fff3;border-radius:50%;box-shadow:inset 0 0 0 1px #fff3}.notification-message{flex:1;font-weight:500;font-size:14px;line-height:1.4;letter-spacing:.2px;text-shadow:0 1px 1px rgba(0,0,0,.05)}.notification-indicator{display:flex;gap:6px;align-items:center;margin-left:8px}.notification-indicator .dot{width:8px;height:8px;border-radius:50%;background:#fff6;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative}.notification-indicator .dot.active{background:#fff;transform:scale(1.2);box-shadow:0 0 0 2px #fff3}.notification-indicator .dot:hover{background:#ffffffe6;transform:scale(1.1)}.notification-progress{position:absolute;bottom:-3px;left:0;height:2px;background:#ffffffb3;width:0%;transition:width linear;border-radius:2px}.notification-dismiss{background:#ffffff26;border:none;color:#fff;font-size:14px;cursor:pointer;padding:0;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);margin-left:2px;box-shadow:0 1px 2px #0000000d}.notification-dismiss:hover{background:#ffffff4d;transform:scale(1.1)}.notification-dismiss:active{transform:scale(.95)}@keyframes dropIn{0%{transform:translate(-50%,-20px);opacity:0}to{transform:translate(-50%);opacity:1}}@media (max-width: 576px){.notification-banner{width:calc(100% - 32px);top:16px;padding:10px 14px}.notification-content{gap:8px}.notification-message{font-size:13px}.notification-icon{font-size:16px;width:28px;height:28px}.notification-dismiss{width:24px;height:24px;font-size:12px}.notification-indicator{gap:5px}.notification-indicator .dot{width:6px;height:6px}}.exams-container{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.exams-empty{text-align:center;padding:2rem;color:#666}.exam-card{background-color:#fff;border-radius:8px;padding:0;box-shadow:0 2px 8px #0000001a;margin-bottom:1rem;width:100%;overflow:hidden}.exam-card:last-child{margin-bottom:0}.exam-card-header{margin:0;border-radius:8px 8px 0 0;grid-column:1 / -1}.exam-card-title{color:#fff;margin:0;font-size:1.25rem;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.2)}.exam-info-grid{padding:1.5rem}.exam-card h3{margin-top:0;color:#333}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.create-exam-form{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;margin-bottom:1.5rem}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}.uploading-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.circular-progress{width:60px;height:60px;border-radius:50%;border:4px solid rgba(102,126,234,.1);border-top:4px solid #667eea;border-right:4px solid #764ba2;animation:spin 1.2s infinite linear;margin-bottom:1rem;box-shadow:0 4px 12px #667eea33}.exam-details{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #eee;flex-wrap:wrap;gap:10px}.exam-actions{display:flex;flex-direction:column;gap:16px;padding:20px 1.5rem 1.5rem;border-top:1px solid #e8e9ea;margin:0;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:0 0 8px 8px;box-shadow:0 2px 8px #0000000d}.toggle-and-delete-row{display:flex;justify-content:space-between;align-items:center;width:100%}.delete-button.right-aligned{margin-left:auto;height:40px;display:flex;align-items:center;justify-content:center;min-width:100px}.action-buttons-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;min-width:400px;flex:1;max-width:500px}.btn-sm{padding:.35rem .75rem;font-size:.875rem}.switch{position:relative;display:inline-block;width:50px;height:24px;margin-right:40px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s}input:checked+.slider{background-color:#4caf50}input:focus+.slider{box-shadow:0 0 1px #4caf50}input:checked+.slider:before{transform:translate(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.status-label{position:absolute;right:-35px;top:50%;transform:translateY(-50%);font-size:12px;font-weight:700;width:30px}.edit-button{display:flex;align-items:center;gap:8px;padding:12px 18px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:10px;border:none;cursor:pointer;font-weight:500;font-size:14px;transition:all .3s ease;box-shadow:0 4px 12px #667eea40;position:relative;overflow:hidden;min-height:44px;justify-content:center}.edit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea59;background:linear-gradient(135deg,#5a6fd8,#6a4190)}.edit-button:active{transform:translateY(0);box-shadow:0 4px 12px #667eea40}.edit-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.edit-button:hover:before{left:100%}.edit-icon{font-size:16px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.delete-button{background:linear-gradient(135deg,#e74c3c,#c0392b)!important;box-shadow:0 4px 12px #e74c3c40!important}.delete-button:hover{background:linear-gradient(135deg,#c0392b,#a93226)!important;box-shadow:0 6px 20px #e74c3c59!important}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:5px;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px}.question-button{background:linear-gradient(135deg,#4a90e2,#357ae8)!important;box-shadow:0 2px 4px #4a90e233}.question-button:hover{background:linear-gradient(135deg,#357ae8,#2c6bc7)!important;box-shadow:0 4px 12px #4a90e24d}.edit-button[style*="background: #4e73df"]{background:linear-gradient(135deg,#4e73df,#3c5ec7)!important;box-shadow:0 2px 4px #4e73df33}.edit-button[style*="background: #4e73df"]:hover{background:linear-gradient(135deg,#3c5ec7,#2e4ba8)!important;box-shadow:0 4px 12px #4e73df4d}.edit-button[style*="background: #28a745"]{background:linear-gradient(135deg,#28a745,#20873a)!important;box-shadow:0 2px 4px #28a74533}.edit-button[style*="background: #28a745"]:hover{background:linear-gradient(135deg,#20873a,#1e7e34)!important;box-shadow:0 4px 12px #28a7454d}@media (max-width: 768px){.exam-actions{flex-direction:column;align-items:stretch;gap:16px;padding:16px}.toggle-and-delete-row{flex-direction:column;gap:12px;align-items:stretch}.delete-button.right-aligned{margin-left:0;width:100%}.action-buttons-grid{grid-template-columns:1fr;min-width:unset;width:100%;max-width:none}.edit-button{justify-content:center;width:100%;padding:14px 18px}}.question-editor-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.question-editor-modal{background-color:#fff;border-radius:8px;width:98%;max-width:1600px;max-height:95vh;overflow-y:auto;padding:1.5rem;box-shadow:0 4px 12px #00000026;margin:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #eee}.modal-header h3{margin:0}.close-button{background:none;border:none;font-size:1.25rem;cursor:pointer;padding:.25rem;color:#666}.close-button:hover{color:#333}.question-source-selector{margin-bottom:1.5rem}.source-option.active{border-color:#6c63ff;background-color:#f0f0ff}.source-option:hover{background-color:#e9ecef}.question-form{margin-top:1.5rem}.question-form small{display:block;margin-top:.25rem;color:#666;font-size:.8rem}.success-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.success-icon{font-size:2rem;color:#4caf50;margin-bottom:1rem}.edit-question-button{background-color:#e67e22}.edit-question-button:hover{background-color:#d35400}.question-list-modal{max-width:1200px;width:95%}.questions-container{margin-top:1rem}.questions-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #eee}.questions-list{max-height:60vh;overflow-y:auto}.question-item{padding:1rem;border:1px solid #eee;border-radius:4px;margin-bottom:.75rem;display:flex;justify-content:space-between;background-color:#f9f9f9}.question-content{display:flex;flex:1}.question-number{font-weight:700;margin-right:.5rem}.question-text{flex:1}.question-options{margin-top:.5rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem}.option{font-size:.9rem}.option-label{font-weight:700;display:inline-block;width:20px}.option-label.correct{color:#4caf50}.question-actions{display:flex;flex-direction:column;justify-content:center;gap:.5rem}.question-actions-container{display:flex;gap:10px}.import-container{position:relative}.import-button{background-color:#e67e22;color:#fff;border:none;border-radius:4px;padding:8px 16px;display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:500;transition:background-color .2s}.import-button:hover{background-color:#d35400}.import-icon{font-size:16px}.question-edit-form{padding:1rem;background:#fff;border-radius:4px}.delete-button{background-color:#e74c3c;color:#fff}.delete-button:hover{background-color:#c0392b}.no-questions-message{text-align:center;padding:2rem;color:#666}.success-submessage{font-size:.9rem;color:#666;margin-top:.5rem}.exam-info-grid{display:grid;grid-template-columns:4fr 4fr;gap:.75rem;margin-bottom:1rem;margin-right:2rem}.exam-info-grid h3{color:#333;padding-left:6px;font-size:1.2rem;font-weight:800;margin-bottom:.5rem;border-left:4px solid #6c63ff;padding:.5rem;border-radius:4px}.exam-info-grid>span{background:#f8f9fa;padding:1rem;border-radius:4px;font-size:.9rem}.export-dropdown-container{position:relative}.export-button{background-color:#4a90e2;color:#fff;border:none;border-radius:4px;padding:8px 16px;display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:500;transition:background-color .2s}.export-button:hover{background-color:#357ae8}.export-dropdown{position:absolute;top:100%;right:0;z-index:10;background-color:#fff;border-radius:4px;box-shadow:0 2px 8px #0000001a;width:200px;overflow:hidden;margin-top:5px}.export-dropdown button{display:flex;align-items:center;gap:8px;width:100%;padding:10px 15px;text-align:left;background:none;border:none;cursor:pointer;transition:background-color .2s}.export-dropdown button:hover{background-color:#f5f5f5}.export-icon,.export-format-icon{font-size:16px}.shared-section-header{margin-top:2rem;border-top:1px solid #eee;padding-top:1.5rem}.shared-exam-card{border-left:4px solid #4a90e2}.exam-creator{grid-column:1 / -1;font-style:italic}.take-exam-button{background-color:#5cb85c;color:#fff;border:none;border-radius:4px;padding:8px 16px;display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:500;transition:background-color .2s}.take-exam-button:hover{background-color:#4cae4c}.view-questions-button{background-color:#5bc0de;color:#fff;border:none;border-radius:4px;padding:8px 16px;display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:500;transition:background-color .2s}.view-questions-button:hover{background-color:#46b8da}.exam-id{font-family:monospace;background-color:#f8f9fa;padding:.25rem .5rem;border-radius:4px;border-left:4px solid #6c63ff;-webkit-user-select:text;-moz-user-select:text;user-select:text;cursor:text}.exam-tabs{display:flex;margin-bottom:1rem;border-bottom:1px solid #ddd}.tab-button{padding:.75rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;font-size:1rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease;margin-right:1rem}.tab-button:hover{color:#4a90e2}.tab-button.active{color:#4a90e2;border-bottom-color:#4a90e2}.edit-button.delete-button{background:linear-gradient(135deg,#e74c3c,#c0392b)!important;color:#fff;margin-left:auto;box-shadow:0 2px 4px #e74c3c33}.edit-button.delete-button:hover{background:linear-gradient(135deg,#c0392b,#a93226)!important;box-shadow:0 4px 12px #e74c3c4d}.exam-card{width:100%}.toggle-container{display:flex;flex-direction:column;gap:10px}.toggle-section{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.toggle-group{display:flex;flex-direction:column;gap:12px;padding:16px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:10px;border:1px solid #e0e0e0;box-shadow:0 2px 8px #00000014;min-width:200px}.toggle-item{display:flex;align-items:center;gap:10px;position:relative}.toggle-title{font-size:12px;font-weight:500;color:#666;min-width:80px;text-align:left}.toggle-item .switch{margin-right:40px}.toggle-item .status-label{position:absolute;right:-35px;top:50%;transform:translateY(-50%);font-size:10px;font-weight:700;width:30px}.responses-modal{background-color:#fff;border-radius:12px;width:95%;max-width:1200px;max-height:90vh;overflow:hidden;box-shadow:0 8px 32px #0003;display:flex;flex-direction:column}.responses-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #f0f0f0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.responses-modal-title{margin:0;font-size:1.5rem;font-weight:600}.responses-modal-close{background:#fff3;border:none;color:#fff;font-size:1.5rem;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.responses-modal-close:hover{background:#ffffff4d}.responses-modal-content{flex:1;overflow-y:auto;padding:0}.responses-summary{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#f8f9fa;border-bottom:1px solid #e9ecef}.responses-summary-title{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:.5rem}.responses-summary-sub{color:#666;font-size:1rem}.responses-export-btn{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s;box-shadow:0 2px 8px #4caf504d}.responses-export-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4caf5066}.responses-empty{text-align:center;padding:3rem 2rem;color:#666;font-size:1.1rem}.response-card{border-bottom:1px solid #e9ecef;transition:all .2s}.response-card:hover{background:#f8f9fa}.response-card.open{background:#fff;box-shadow:inset 0 2px 8px #0000000d}.response-card-header{display:flex;align-items:center;padding:1rem 2rem;cursor:pointer;transition:all .2s;gap:1rem}.response-card-header:hover{background:#f0f0f0}.response-card-header.open{background:#e3f2fd;border-bottom:1px solid #bbdefb}.response-card-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.response-card-name{font-weight:600;font-size:1.1rem;color:#333}.response-card-details{font-size:.9rem;color:#666;line-height:1.4}.response-card-marks{font-weight:600;color:#4caf50}.response-card-btn{background:linear-gradient(135deg,#2196f3,#1976d2);color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s;white-space:nowrap}.response-card-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #2196f34d}.response-card-delete-btn{background:linear-gradient(135deg,#f44336,#d32f2f)!important}.response-card-delete-btn:hover{box-shadow:0 2px 8px #f443364d!important}.response-card-delete-btn:disabled{opacity:.7;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}.response-card-proctoring-btn{background:linear-gradient(135deg,#ff9800,#f57c00)!important}.response-card-proctoring-btn:hover{box-shadow:0 2px 8px #ff98004d!important}.response-card-actions{display:flex;gap:8px;align-items:center}.response-card-arrow{font-size:1rem;color:#666;transition:transform .2s;margin-left:.5rem}.response-card-arrow.open{transform:rotate(90deg)}.response-table-container{padding:0 2rem 1rem;background:#fff}.response-table{width:100%;border-collapse:collapse;font-size:.9rem;box-shadow:0 2px 8px #0000001a;border-radius:8px;overflow:hidden}.response-table th{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem;text-align:left;font-weight:600}.response-table td{padding:.75rem;border-bottom:1px solid #e9ecef;vertical-align:top}.response-table tr:nth-child(2n){background:#f8f9fa}.response-table tr:hover{background:#e3f2fd}.response-table th:first-child,.response-table td:first-child{width:50px;text-align:center;font-weight:600}.response-table th:nth-child(2),.response-table td:nth-child(2){width:40%}.response-table .correct,.response-table .student-answer.correct{color:#4caf50;font-weight:500}.response-table .student-answer.incorrect{color:#f44336;font-weight:500}.student-answer.not-answered{background:linear-gradient(135deg,#ffeaa7,#fab1a0);color:#d63031;font-weight:700;padding:2px 6px;border-radius:4px;border:1px solid #e17055}@media (max-width: 992px){.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.section-header button{align-self:flex-start}.exam-details{flex-direction:column}.exam-info-grid{grid-template-columns:1fr}.exam-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem;width:100%;justify-content:flex-start}}@media (max-width: 768px){.dashboard-section{padding:1rem}.exam-tabs{overflow-x:auto;white-space:nowrap;padding-bottom:.5rem}.tab-button{padding:.5rem 1rem}.exam-card{padding:1rem}.exam-actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:1rem;width:100%}.exam-actions .edit-button,.exam-actions .question-button,.exam-actions .edit-question-button,.exam-actions .delete-button{padding:.75rem .5rem;font-size:.8rem;width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;text-align:center;gap:.25rem;margin:0}.exam-actions .edit-button{background:#6c63ff}.exam-actions .question-button{background-color:#4a90e2}.exam-actions .edit-question-button{background-color:#e67e22}.exam-actions .delete-button{background-color:#e74c3c}.edit-button i{font-size:.9rem}.toggle-group{grid-column:1 / -1;margin-bottom:.5rem}.question-list-modal{width:95%;max-width:100%;padding:1rem}.questions-list{max-height:50vh}.question-item{flex-direction:column}.question-actions{margin-top:.5rem;flex-direction:row;width:100%;justify-content:flex-end}.toggle-group{gap:8px}.toggle-title{font-size:11px;min-width:70px}.toggle-item .switch{margin-right:55px}.toggle-item .status-label{right:-45px;font-size:11px;width:35px}.responses-modal{width:98%;max-height:95vh}.responses-modal-header{padding:1rem}.responses-modal-title{font-size:1.25rem}.responses-summary{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem}.responses-export-btn{align-self:stretch;justify-content:center}.response-card-header{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.response-card-info{width:100%}.response-card-details{font-size:.8rem;word-break:break-all}.response-card-btn{align-self:flex-end;font-size:.8rem;padding:.4rem .8rem;min-width:80px}.response-card-header .response-card-btn{flex:1;max-width:120px}.response-card-actions{flex-direction:column;width:100%;gap:8px}.response-card-actions .response-card-btn{width:100%;max-width:none}.response-table-container{padding:0 1rem 1rem;overflow-x:auto}.response-table{min-width:600px;font-size:.8rem}.response-table th,.response-table td{padding:.5rem .25rem}}@media (max-width: 480px){.exam-card h3{font-size:1.25rem}.exam-info-grid>span{font-size:.8rem;padding:.35rem}.exam-actions{display:grid;grid-template-columns:1fr;gap:.5rem;margin-top:1rem;width:100%}.toggle-group{grid-column:1;margin-bottom:.75rem;order:-1}.edit-button,.question-button,.edit-question-button,.delete-button{width:100%;padding:.875rem;font-size:.85rem;min-height:48px;justify-content:center;border-radius:6px}.edit-button .edit-icon{margin-right:.5rem;font-size:1rem}.switch{margin-right:25px}.status-label{right:-25px;font-size:10px}.toggle-item .switch{margin-right:60px}.toggle-item .status-label{right:-50px;font-size:12px;font-weight:700}.responses-modal-header{padding:.75rem}.responses-modal-title{font-size:1.1rem}.response-card-header{padding:.75rem}.response-card-name{font-size:1rem}.response-card-details,.response-table{font-size:.75rem}}@media (min-width: 768px) and (max-width: 992px){.exam-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1rem;width:100%}.toggle-group{grid-column:1 / -1;margin-bottom:.75rem;display:flex;flex-direction:row;justify-content:space-between;gap:20px}.toggle-item{width:48%}.exam-actions .edit-button,.exam-actions .question-button,.exam-actions .edit-question-button,.exam-actions .delete-button{padding:.75rem .5rem;font-size:.9rem;width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;text-align:center;gap:.5rem;margin:0;border-radius:6px}.exam-actions .edit-button{background:#6c63ff}.exam-actions .question-button{background-color:#4a90e2}.exam-actions .edit-question-button{background-color:#e67e22}.exam-actions .delete-button{background-color:#e74c3c}}@media (min-width: 992px) and (max-width: 1366px){.exam-actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.75rem;margin-top:1rem;width:100%}.toggle-group{grid-column:1 / -1;margin-bottom:.75rem;display:flex;flex-direction:row;justify-content:flex-start;gap:30px}.toggle-item{width:auto;margin-right:20px}.exam-actions .edit-button,.exam-actions .question-button,.exam-actions .edit-question-button,.exam-actions .delete-button{padding:.75rem 1rem;font-size:.9rem;width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;text-align:center;gap:.5rem;margin:0;border-radius:6px}.exam-actions .delete-button{grid-column:3}.toggle-item .switch{margin-right:50px}.toggle-item .status-label{right:-45px;font-size:12px;width:40px;text-align:left}}.exam-limit-message{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8px 12px;border-radius:6px;font-size:.85rem;margin-bottom:10px;display:flex;align-items:center;gap:6px;animation:slideInFade .3s ease-in-out,fadeOut .5s ease-in-out 2.5s forwards;box-shadow:0 2px 4px #0000001a;font-weight:500}.exam-limit-message .info-icon{font-size:1rem}@keyframes slideInFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-5px)}}.search-container{margin:20px 0}.search-bar{position:relative;max-width:600px;margin:0 auto}.search-input{width:100%;padding:12px 45px 12px 15px;font-size:16px;border:2px solid #e1e5e9;border-radius:25px;outline:none;transition:all .3s ease;box-sizing:border-box}.search-input:focus{border-color:#4e73df;box-shadow:0 0 0 3px #4e73df1a}.search-input::-moz-placeholder{color:#6c757d}.search-input::placeholder{color:#6c757d}.search-icon{position:absolute;right:40px;top:50%;transform:translateY(-50%);color:#6c757d;pointer-events:none}.clear-search-btn{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:18px;color:#6c757d;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.clear-search-btn:hover{background-color:#f8f9fa;color:#dc3545}.search-results-count{text-align:center;margin-top:10px;color:#6c757d;font-size:14px}.search-results-count span{background-color:#f8f9fa;padding:5px 12px;border-radius:15px;border:1px solid #e1e5e9}.tab-button{position:relative}@media (max-width: 768px){.search-bar{max-width:100%;margin:0}.search-input{padding:10px 40px 10px 12px;font-size:14px}.search-input::-moz-placeholder{font-size:13px}.search-input::placeholder{font-size:13px}}@media (max-width: 768px){.difficulty-selector{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.difficulty-btn{min-width:auto;padding:.5rem}.difficulty-icon{font-size:1rem}.difficulty-btn span:last-child{font-size:.8rem}}@media (max-width: 480px){.difficulty-selector{grid-template-columns:1fr}}.progress-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2.5rem;text-align:center;background:linear-gradient(135deg,#667eea05,#764ba205);border-radius:12px;border:1px solid rgba(102,126,234,.1)}.progress-bar-wrapper{width:100%;max-width:350px;height:10px;background:linear-gradient(90deg,#f0f0f0,#e8e8e8);border-radius:8px;overflow:hidden;box-shadow:inset 0 2px 4px #0000001a,0 1px 2px #0000000d;position:relative}.progress-bar{height:100%;background:linear-gradient(90deg,#667eea,#764ba2,#667eea);background-size:200% 100%;border-radius:8px;transition:width .4s cubic-bezier(.4,0,.2,1);animation:progressShimmer 2.5s ease-in-out infinite;position:relative;box-shadow:0 2px 8px #667eea4d}.progress-bar:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:progressGlow 2s ease-in-out infinite}@keyframes progressShimmer{0%{background-position:-200% 0;box-shadow:0 2px 8px #667eea4d}50%{background-position:0% 0;box-shadow:0 3px 12px #667eea80}to{background-position:200% 0;box-shadow:0 2px 8px #667eea4d}}@keyframes progressGlow{0%,to{transform:translate(-100%);opacity:0}50%{transform:translate(100%);opacity:1}}.progress-text{display:flex;flex-direction:column;align-items:center;gap:.5rem}.progress-percentage{font-size:1.3rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 1px 2px rgba(102,126,234,.1);animation:percentagePulse 2s ease-in-out infinite}@keyframes percentagePulse{0%,to{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.05);filter:brightness(1.1)}}.progress-message{font-size:1rem;color:#5a67d8;margin:0;font-style:italic;font-weight:500;text-align:center;animation:messageFade 3s ease-in-out infinite}@keyframes messageFade{0%,to{opacity:.8}50%{opacity:1}}.excel-like-container{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;margin-bottom:1rem}.excel-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.header-left{display:flex;flex-direction:column;gap:.25rem}.excel-header h4{margin:0;font-size:1.1rem;font-weight:600}.auto-save-status{font-size:.75rem;padding:.25rem .5rem;border-radius:12px;background:#fff3;display:inline-flex;align-items:center;gap:.25rem}.auto-save-status.success{background:#4caf50cc}.auto-save-status.error{background:#f44336cc}.auto-save-status:before{content:"●";animation:pulse 1.5s infinite}.auto-save-status.success:before{content:"✓";animation:none}.auto-save-status.error:before{content:"⚠";animation:none}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.excel-actions{display:flex;gap:.5rem}.btn-outline{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.85rem;cursor:pointer;transition:all .2s}.btn-outline:hover{background:#ffffff4d;border-color:#ffffff80}.excel-table-container{overflow-x:auto;max-height:70vh;overflow-y:auto}.excel-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.9rem;background:#fff;min-width:1400px;border:2px solid #dee2e6;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.excel-table th{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:.75rem .5rem;text-align:left;font-weight:700;border-bottom:2px solid #6c757d;border-right:1px solid #dee2e6;position:sticky;top:0;z-index:10;color:#495057;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.excel-table th:last-child{border-right:none}.excel-table td{padding:.25rem;border-bottom:1px solid #dee2e6;border-right:1px solid #dee2e6;vertical-align:top;background:#fff;transition:background-color .2s ease}.excel-table td:last-child{border-right:none}.excel-table tbody tr:hover,.excel-table tbody tr:hover td{background-color:#f0f8ff}.excel-table .error-row{background-color:#fff3cd!important}.excel-table .error-row td{background-color:#fff3cd!important;border-color:#ffeaa7}.excel-table .new-row{background-color:#e8f5e8!important}.excel-table .new-row td{background-color:#e8f5e8!important;border-color:#c3e6c3}.row-number{width:60px;text-align:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef)!important;font-weight:700;color:#495057;position:relative;border-right:2px solid #6c757d!important;font-family:Courier New,monospace}.new-badge{display:inline-block;background:#28a745;color:#fff;font-size:.6rem;padding:.1rem .3rem;border-radius:8px;margin-left:.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.delete-row-btn{background:transparent;border:none;font-size:1.2rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s;color:#6c757d}.delete-row-btn:hover{background:#ff4757;color:#fff;transform:scale(1.1)}.action-cell{width:50px;text-align:center;background:#f8f9fa}.question-col{width:450px;min-width:450px}.option-col{width:220px;min-width:220px}.correct-col{width:100px;min-width:100px}.action-col{width:80px;min-width:80px;text-align:center}.excel-input,.excel-textarea,.excel-select{width:100%;border:1px solid transparent;padding:.75rem;font-size:.9rem;background:transparent;border-radius:0;transition:all .2s;resize:none;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5}.excel-input:hover,.excel-textarea:hover,.excel-select:hover{background:#f8f9fa;border-color:#ced4da}.excel-input:focus,.excel-textarea:focus,.excel-select:focus{outline:none;border-color:#06c;background:#fff;box-shadow:inset 0 0 0 2px #0066cc40;position:relative;z-index:1}.excel-input.error,.excel-textarea.error{border-color:#dc3545;background-color:#fff5f5;box-shadow:inset 0 0 0 1px #dc3545}.excel-textarea{min-height:80px;max-height:180px;overflow-y:auto;white-space:pre-wrap}.excel-select{cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .5rem center;background-size:1rem;padding-right:2rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.difficulty-selector{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.75rem}.difficulty-btn{display:flex;flex-direction:column;align-items:center;padding:1rem 1.25rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;min-width:100px;text-align:center}.difficulty-btn:hover{border-color:#6c63ff;background-color:#f0f0ff}.difficulty-btn.active{border-color:#6c63ff;background-color:#6c63ff;color:#fff}.difficulty-icon{font-size:1.5rem;margin-bottom:.5rem}.difficulty-btn span:last-child{font-size:1rem;font-weight:500}.form-actions{display:flex;justify-content:flex-end;gap:1.5rem;margin-top:2rem;padding-top:1rem;border-top:1px solid #eee}.form-actions .btn{padding:.75rem 2rem;font-size:1rem;min-width:120px}.source-options{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.source-option{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;width:200px;background-color:#f8f9fa;border:2px solid #f0f0f0;border-radius:8px;cursor:pointer;transition:all .2s}.source-icon{font-size:2.5rem;margin-bottom:.75rem}.source-option span{font-size:1rem;font-weight:500}@media (min-width: 1200px){.source-options{gap:2rem}.source-option{width:250px;padding:2rem}.difficulty-selector{gap:1.5rem}.difficulty-btn{min-width:120px;padding:1.25rem 1.5rem}}.disabled-input{background-color:#f5f5f5!important;border-color:#e0e0e0!important;color:#999!important;cursor:not-allowed!important}.sharing-restriction{color:#d32f2f!important;font-weight:500}.pro-badge{background:linear-gradient(135deg,gold,#ffed4e);color:#8b7300;padding:2px 6px;border-radius:4px;font-size:.75em;font-weight:700;margin-right:4px}.upgrade-link{color:#1976d2;text-decoration:underline;font-weight:500}.upgrade-link:hover{color:#0d47a1;text-decoration:none}.inline-code{background-color:#1e1e1e;color:#d4d4d4;border:1px solid #333;border-radius:8px;padding:12px 16px;font-family:Fira Code,Cascadia Code,JetBrains Mono,SF Mono,Monaco,Cascadia Mono,Roboto Mono,Consolas,Courier New,monospace;font-size:.9em;font-weight:400;white-space:pre-wrap;word-break:break-word;box-shadow:0 2px 8px #00000026;line-height:1.5;letter-spacing:.5px;display:block;margin:12px 0;overflow-x:auto;position:relative;max-width:100%}.question-text .inline-code{background-color:#0d1117;border-color:#30363d;color:#f0f6fc;margin:16px 0;box-shadow:0 3px 10px #0003}.option .inline-code{background-color:#161b22;border-color:#21262d;color:#e6edf3;margin:10px 0;font-size:.85em;padding:10px 14px}.inline-code{background-color:#1e1e1e;color:#d4d4d4;border:1px solid #333;border-radius:6px;padding:4px 8px;font-family:Fira Code,Cascadia Code,JetBrains Mono,SF Mono,Monaco,Cascadia Mono,Roboto Mono,Consolas,Courier New,monospace;font-size:.85em;font-weight:400;white-space:pre-wrap;word-break:break-word;box-shadow:0 1px 3px #0000001a;position:relative;display:inline-block;line-height:1.4;letter-spacing:.5px}.inline-code{color:#d4d4d4}.inline-code:has-text("()"),.inline-code[data-contains="()"]{color:#dcdcaa}.inline-code:has-text("function"),.inline-code:has-text("const"),.inline-code:has-text("let"),.inline-code:has-text("var"),.inline-code:has-text("if"),.inline-code:has-text("else"),.inline-code:has-text("for"),.inline-code:has-text("while"),.inline-code:has-text("return"){color:#569cd6}.inline-code:has-text('"'),.inline-code:has-text("'"){color:#ce9178}.inline-code:matches(/\d/){color:#b5cea8}.question-text .inline-code{background-color:#0d1117;border:1px solid #30363d;color:#f0f6fc}.option .inline-code{background-color:#161b22;border:1px solid #21262d;color:#e6edf3}.inline-code.light-theme{background-color:#f8f8f8;border:1px solid #e1e4e8;box-shadow:0 1px 2px #0000000d;color:#383a42}.inline-code:hover{background-color:#252526;border-color:#464647;box-shadow:0 2px 4px #0003;transform:translateY(-1px);transition:all .2s ease}.question-text .inline-code:hover{background-color:#161b22;border-color:#30363d}.option .inline-code:hover{background-color:#21262d;border-color:#30363d}.inline-code.multiline{display:block;white-space:pre;margin:8px 0;padding:12px 16px;border-radius:8px;max-width:100%;overflow-x:auto}.inline-code.with-line-numbers{counter-reset:line-number;padding-left:3em;position:relative}.inline-code.with-line-numbers:before{content:counter(line-number);counter-increment:line-number;position:absolute;left:8px;color:#858585;font-size:.8em;line-height:1.4;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width: 768px){.inline-code{font-size:.8em;padding:3px 6px;letter-spacing:.3px}.inline-code.multiline{padding:8px 12px;border-radius:6px}}@media (max-width: 480px){.inline-code{font-size:.75em;padding:2px 5px;border-radius:4px}.inline-code.multiline{padding:6px 10px;font-size:.7em}}@keyframes codeBlockAppear{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.inline-code{animation:codeBlockAppear .2s ease-out}.question-set-tabs{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem .5rem;border-bottom:1px solid #e5e7eb;margin-bottom:1rem}.question-set-tab{padding:.5rem 1rem;border:1px solid #d1d5db;background-color:#f9fafb;color:#374151;border-radius:6px 6px 0 0;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;position:relative;display:flex;align-items:center;gap:.5rem}.question-set-tab:hover:not(.disabled){background-color:#f3f4f6;border-color:#9ca3af}.question-set-tab.active{background-color:#3b82f6;color:#fff;border-color:#3b82f6;border-bottom-color:transparent}.question-set-tab.disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed;opacity:.6}.pro-badge{background-color:#f59e0b;color:#fff;font-size:.75rem;padding:.125rem .375rem;border-radius:.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.upgrade-prompt{margin-left:auto;font-size:.875rem;color:#6b7280;font-style:italic}.active-set-indicator{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background-color:#f8fafc;border-left:4px solid #3b82f6;margin-bottom:1rem;font-size:.875rem}.active-set-indicator strong{color:#3b82f6;font-weight:600}.question-count{color:#6b7280;font-size:.8rem}@media (max-width: 768px){.question-set-tabs{flex-wrap:wrap;gap:.25rem}.question-set-tab{font-size:.8rem;padding:.375rem .75rem}.upgrade-prompt{flex-basis:100%;margin-left:0;margin-top:.5rem;text-align:center}.active-set-indicator{flex-direction:column;align-items:flex-start;gap:.25rem}}@media print{.inline-code{background-color:#f5f5f5!important;color:#333!important;border:1px solid #ccc!important;box-shadow:none!important}}.new-row{background-color:#28a7450d}.new-badge{background:#28a745;color:#fff;font-size:.6rem;padding:2px 4px;border-radius:3px;margin-left:5px;font-weight:700}.empty-state{text-align:center;color:#666;font-style:italic;padding:2rem}.summary-stats{display:flex;gap:1rem;flex-wrap:wrap}.summary-stats span{background:#f8f9fa;padding:.25rem .5rem;border-radius:4px;font-size:.85rem;color:#495057}.loading-indicator{text-align:center;padding:2rem}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.student-preview-container{background-color:#f8f9fa;border-radius:8px;padding:1.5rem;margin-top:1rem}.preview-header{text-align:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #dee2e6}.preview-header h3{color:#495057;margin-bottom:.5rem;font-size:1.5rem}.preview-header p{color:#6c757d;margin:0;font-size:.95rem}.preview-navigation-info{margin-top:1rem;padding:.5rem 1rem;background-color:#e9ecef;border-radius:20px;font-weight:600;color:#495057;display:inline-block}.preview-questions{display:flex;flex-direction:column;gap:2rem}.preview-question-wrapper{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden}.preview-question-header{background-color:#f8f9fa;padding:1rem 1.5rem;border-bottom:1px solid #dee2e6}.question-counter{font-weight:600;color:#495057;font-size:.9rem}.preview-question-wrapper .question-container{background-color:#fff;border-radius:0;box-shadow:none;padding:25px;margin-top:0;width:100%}.preview-question-wrapper .question-options-layout{display:flex;gap:40px;align-items:flex-start;justify-content:stretch}.preview-question-wrapper .question-side{flex:1.2;padding-right:20px;border-right:1px solid #e0e0e0}.preview-question-wrapper .options-side{flex:1;padding-left:20px;display:flex;flex-direction:column;align-items:stretch}.preview-question-wrapper .question-side h3{margin-bottom:30px;font-size:20px;line-height:1.6;color:#2c3e50;font-weight:600}.preview-question-wrapper .options{display:flex;flex-direction:column;gap:18px;margin-bottom:25px}.preview-question-wrapper .option{display:flex;align-items:flex-start;padding:18px 20px;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .3s ease;background-color:#fff;font-size:16px;line-height:1.5}.preview-question-wrapper .option:hover{background-color:#f8f9fa;border-color:#6c757d;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.preview-question-wrapper .option.selected{background-color:#e8f4fd;border-color:#2196f3;box-shadow:0 2px 12px #2196f333}.preview-question-wrapper .option-label{font-weight:700;margin-right:15px;min-width:25px;color:#495057;flex-shrink:0}.preview-question-wrapper .option-text{flex:1;color:#212529}.preview-question-wrapper .question-code{background-color:#1e1e1e;color:#d4d4d4;border:1px solid #333;border-radius:6px;padding:8px 12px;font-family:Fira Code,Cascadia Code,JetBrains Mono,SF Mono,Monaco,Cascadia Mono,Roboto Mono,Consolas,Courier New,monospace;font-size:.8em;font-weight:400;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all;box-shadow:0 2px 6px #00000026;line-height:1.3;letter-spacing:.2px;display:block;margin:8px 0;overflow-x:hidden;overflow-y:auto;position:relative;width:100%;max-width:100%;max-height:200px;box-sizing:border-box}.preview-question-wrapper .question-side h3 .question-code{background-color:#0d1117;border-color:#30363d;color:#f0f6fc;margin:12px 0;box-shadow:0 3px 8px #0003;max-height:250px;overflow-y:auto;overflow-x:hidden;font-size:.8em;padding:8px 12px;width:100%;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all}.preview-question-wrapper .option-text .question-code{background-color:#161b22;border-color:#21262d;color:#e6edf3;margin:6px 0;font-size:.75em;padding:6px 10px}.preview-question-wrapper .navigation-buttons{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.preview-question-wrapper .exam-nav-button{padding:.75rem 1.5rem;border:2px solid #007bff;background-color:#fff;color:#007bff;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease;min-width:120px}.preview-question-wrapper .exam-nav-button:hover:not(:disabled){background-color:#007bff;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #007bff4d}.preview-question-wrapper .exam-nav-button:disabled{opacity:.5;cursor:not-allowed;background-color:#f8f9fa;color:#6c757d;border-color:#dee2e6}.preview-question-wrapper .exam-nav-button.submit-button{background-color:#28a745;border-color:#28a745;color:#fff}.preview-question-wrapper .exam-nav-button.submit-button:hover{background-color:#218838;border-color:#1e7e34}.preview-footer{margin-top:2rem;padding-top:1.5rem;border-top:2px solid #dee2e6}.preview-stats{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.preview-stats span{background:#007bff;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;box-shadow:0 2px 4px #007bff33}.preview-empty{text-align:center;padding:3rem 1rem;color:#6c757d;background-color:#fff;border-radius:8px;border:2px dashed #dee2e6}.preview-empty p{margin:0;font-size:1rem;line-height:1.5}@media (max-width: 900px){.preview-question-wrapper .question-options-layout{flex-direction:column;gap:20px}.preview-question-wrapper .question-side{border-right:none;padding-right:0;padding-bottom:10px;border-bottom:1px solid #e0e0e0}.preview-question-wrapper .options-side{padding-left:0;padding-top:10px}}@media (max-width: 768px){.student-preview-container,.preview-question-wrapper .question-container{padding:1rem}.preview-stats{flex-direction:column;gap:.5rem;align-items:center}.preview-stats span{padding:.4rem .8rem}}.available-exam-card{border-left:4px solid #4CAF50;transition:transform .2s ease,box-shadow .2s ease}.available-exam-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.available-exam-card .exam-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:linear-gradient(135deg,#4caf50,#45a049);color:#fff}.available-exam-card .exam-header h4{margin:0;font-size:1.1rem;font-weight:600}.available-exam-card .exam-status{background-color:#fff3;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500}.available-exam-card .exam-info{padding:1.5rem}.available-exam-card .info-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.5rem 0;border-bottom:1px solid #f0f0f0}.available-exam-card .info-row:last-child{border-bottom:none;margin-bottom:0}.available-exam-card .info-label{font-weight:500;color:#666;font-size:.9rem}.available-exam-card .info-value{font-weight:600;color:#333;font-size:.9rem}.available-exam-card .passcode-row{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;padding:.75rem;margin:.5rem 0}.available-exam-card .passcode-value{font-family:Courier New,monospace;background-color:#f8f9fa;padding:.25rem .5rem;border-radius:4px;border:1px solid #ddd;color:#d63384;font-weight:700}.available-exam-card .exam-features{display:flex;flex-wrap:wrap;gap:.5rem;padding:0 1.5rem;margin-bottom:1rem}.available-exam-card .feature-tag{display:flex;align-items:center;gap:.25rem;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:.25rem .75rem;font-size:.75rem;color:#6c757d}.available-exam-card .feature-icon{font-size:.8rem}.available-exam-card .exam-actions{padding:0 1.5rem 1.5rem}.available-exam-card .take-exam-btn{width:100%;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease}.available-exam-card .take-exam-btn:hover{background:linear-gradient(135deg,#218838,#1e7e34);transform:translateY(-1px);box-shadow:0 2px 8px #28a7454d}.available-exam-card .take-exam-btn:active{transform:translateY(0)}.empty-icon{font-size:3rem;margin-bottom:1rem}.empty-tips{text-align:left;max-width:400px;margin:1.5rem auto 0;background-color:#f8f9fa;padding:1rem;border-radius:6px;border-left:4px solid #17a2b8}.empty-tips h4{margin:0 0 .5rem;color:#17a2b8;font-size:.9rem}.empty-tips ul{margin:0;padding-left:1.2rem}.empty-tips li{margin-bottom:.25rem;font-size:.85rem;color:#6c757d}.user-limits-display{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:all .3s ease}.user-limits-display:hover{box-shadow:0 6px 20px #00000026}.user-limits-display.inline{background:#fffffff2;border:2px solid #e0e6ff;display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;margin-bottom:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.limits-header{padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.subscription-info{display:flex;justify-content:space-between;align-items:center;color:#fff;font-weight:500}.subscription-badge{display:flex;align-items:center;gap:.5rem}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge.free{background:#3498db;color:#fff}.status-badge.pro{background:linear-gradient(45deg,#f39c12,#e74c3c);color:#fff;box-shadow:0 2px 8px #f39c124d}.toggle-indicator{font-size:.9rem;opacity:.9;transition:transform .3s ease}.limits-details{background:#fff;padding:1.5rem}.limit-section{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.limit-section:last-child{border-bottom:none;margin-bottom:0}.limit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.limit-header h4{margin:0;color:#2c3e50;font-size:1rem;display:flex;align-items:center;gap:.5rem}.limit-value{background:#f8f9fa;padding:.25rem .75rem;border-radius:15px;font-size:.85rem;font-weight:600;color:#495057;border:1px solid #e9ecef}.progress-bar{width:100%;height:8px;background:#1d75cc;border-radius:10px;overflow:hidden;margin-bottom:.5rem;box-shadow:inset 0 1px 2px #0000001a}.progress-fill{height:100%;border-radius:10px;transition:width .4s cubic-bezier(.4,0,.2,1),background-color .3s ease;background:linear-gradient(90deg,#667eea,#764ba2);background-size:200% 100%;animation:limitProgressShimmer 3s ease-in-out infinite;box-shadow:0 1px 4px #667eea33}@keyframes limitProgressShimmer{0%,to{background-position:-100% 0}50%{background-position:100% 0}}.limit-description{margin:0;font-size:.9rem;color:#6c757d;line-height:1.4}.upgrade-prompt{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;border-radius:10px;margin-top:1rem;text-align:center}.upgrade-prompt h4{margin:0 0 1rem;font-size:1.1rem}.upgrade-prompt ul{list-style:none;padding:0;margin:1rem 0;text-align:left;max-width:280px;margin-left:auto;margin-right:auto}.upgrade-prompt li{padding:.25rem 0;font-size:.9rem}.upgrade-button{background:linear-gradient(45deg,#f39c12,#e74c3c);color:#fff;border:none;padding:.75rem 2rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;box-shadow:0 4px 15px #f39c124d}.upgrade-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f39c1266}.user-limits-display.inline .quick-stats{display:flex;gap:1rem;align-items:center}.stat-item{font-size:.85rem;color:#495057;font-weight:500;white-space:nowrap}.limits-loading,.limits-error{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;color:#fff}.limits-error{background:#e74c3c;color:#fff}.spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){.user-limits-display.inline,.subscription-info{flex-direction:column;align-items:flex-start;gap:.5rem}.quick-stats{flex-direction:column;align-items:flex-start;gap:.25rem}.limits-details{padding:1rem}.limit-header{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width: 480px){.user-limits-display{margin-bottom:1rem}.limits-header{padding:.75rem 1rem}.limits-details,.upgrade-prompt{padding:1rem}.upgrade-prompt ul{font-size:.85rem}}.delete-confirmation-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.delete-confirmation-modal{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;width:90%;max-width:500px;overflow:hidden}.delete-confirmation-header{padding:16px 20px;background-color:#f8f8f8;border-bottom:1px solid #eaeaea;display:flex;justify-content:space-between;align-items:center}.delete-confirmation-header h3{margin:0;color:#d32f2f;font-size:18px}.close-btn{background:none;border:none;font-size:24px;cursor:pointer;padding:0;margin:0;color:#666}.delete-confirmation-content{padding:20px}.warning-text{font-weight:700;color:#d32f2f;display:flex;align-items:center;margin-bottom:20px}.warning-icon{font-size:20px;margin-right:8px}.confirmation-input{margin-top:20px}.confirmation-input label{display:block;margin-bottom:8px}.confirmation-input input{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:16px}.input-error{border-color:#d32f2f!important;background-color:#fff8f8}.error-message{color:#d32f2f;font-size:14px;margin-top:6px}.delete-confirmation-actions{padding:16px 20px;background-color:#f8f8f8;border-top:1px solid #eaeaea;display:flex;justify-content:flex-end;gap:12px}.cancel-btn,.delete-btn{padding:8px 16px;border-radius:4px;font-weight:500;cursor:pointer}.cancel-btn{background-color:#f1f1f1;border:1px solid #ddd;color:#333}.delete-btn{background-color:#d32f2f;border:1px solid #b71c1c;color:#fff}.delete-btn:disabled{background-color:#e57373;border-color:#e57373;cursor:not-allowed;opacity:.7}.proctoring-logs-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.proctoring-logs-modal{background:#fff;border-radius:12px;width:90%;max-width:1000px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026}.proctoring-logs-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e3e6f0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px 12px 0 0}.proctoring-logs-title{margin:0;font-size:18px;font-weight:600;display:flex;align-items:center;gap:8px}.pro-badge{background:gold;color:#333;padding:2px 8px;border-radius:12px;font-size:10px;font-weight:700;text-transform:uppercase;margin-left:8px}.proctoring-logs-close{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.proctoring-logs-close:hover{background:#ffffff4d}.proctoring-logs-content{padding:0;overflow-y:auto;flex:1}.pro-upgrade-notice{text-align:center;padding:60px 40px;color:#5a6c7d}.pro-upgrade-icon{font-size:64px;margin-bottom:20px}.pro-upgrade-notice h4{color:#2c3e50;margin:0 0 12px;font-size:24px;font-weight:600}.pro-upgrade-notice p{font-size:16px;line-height:1.5;max-width:500px;margin:0 auto 24px}.pro-upgrade-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s}.pro-upgrade-btn:hover{transform:translateY(-2px)}.student-info-summary{background:#f8f9fa;padding:16px 24px;border-bottom:1px solid #e3e6f0}.student-info-item{margin-bottom:8px;font-size:14px}.student-info-item:last-child{margin-bottom:0}.loading-indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#5a6c7d}.spinner{width:32px;height:32px;border:3px solid #e3e6f0;border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:12px}.error-message{color:#e74c3c;text-align:center;padding:40px 20px;font-weight:600}.no-logs-message{text-align:center;padding:60px 20px;color:#5a6c7d}.no-logs-icon{font-size:48px;margin-bottom:16px}.logs-container{padding:0}.logs-summary{background:#f8f9fa;padding:16px 24px;border-bottom:1px solid #e3e6f0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.logs-count{font-size:14px;color:#2c3e50}.logs-breakdown{display:flex;gap:16px;flex-wrap:wrap}.breakdown-item{font-size:12px;font-weight:600;padding:4px 8px;border-radius:12px;background:#fff;border:1px solid #e3e6f0}.breakdown-item.severity-error{background:#ffeaea;color:#e74c3c;border-color:#e74c3c}.breakdown-item.severity-warning{background:#fff3cd;color:#f39c12;border-color:#f39c12}.breakdown-item.severity-info{background:#e3f2fd;color:#2196f3;border-color:#2196f3}.logs-list{max-height:500px;overflow-y:auto}.log-entry{border-bottom:1px solid #e3e6f0;padding:16px 24px;transition:background-color .2s}.log-entry:hover{background-color:#f8f9fa}.log-entry.severity-error{border-left:4px solid #e74c3c;background-color:#ffeaea}.log-entry.severity-warning{border-left:4px solid #f39c12;background-color:#fff9e6}.log-entry.severity-info{border-left:4px solid #2196f3;background-color:#f0f8ff}.log-entry-header{display:flex;justify-content:space-between;align-items:flex-start}.log-entry-main{display:flex;align-items:flex-start;gap:12px;flex:1}.log-event-icon{font-size:20px;flex-shrink:0;margin-top:2px}.log-entry-info{flex:1;min-width:0}.log-description{font-size:14px;color:#2c3e50;margin-bottom:8px;font-weight:500;line-height:1.4}.log-meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.log-timestamp{font-size:12px;color:#5a6c7d;background:#fff;padding:2px 6px;border-radius:4px;border:1px solid #e3e6f0}.log-category{font-size:11px;font-weight:600;color:#5a6c7d;background:#fff;padding:2px 6px;border-radius:4px;border:1px solid #e3e6f0;text-transform:uppercase}.log-severity{font-size:10px;font-weight:700;padding:3px 6px;border-radius:8px;text-transform:uppercase;letter-spacing:.5px}.log-severity.severity-error{background:#e74c3c;color:#fff}.log-severity.severity-warning{background:#f39c12;color:#fff}.log-severity.severity-info{background:#2196f3;color:#fff}.log-details{margin-top:12px;background:#fff;border-radius:6px;border:1px solid #e3e6f0}.log-details summary{padding:8px 12px;cursor:pointer;font-size:12px;font-weight:600;color:#5a6c7d;background:#f8f9fa;border-radius:6px 6px 0 0;transition:background-color .2s}.log-details summary:hover{background:#e9ecef}.log-details[open] summary{border-bottom:1px solid #e3e6f0;border-radius:6px 6px 0 0}.log-details-content{padding:12px;margin:0;font-size:11px;background:#f8f9fa;border-radius:0 0 6px 6px;overflow-x:auto;max-height:200px;overflow-y:auto;font-family:Courier New,monospace;color:#2c3e50;white-space:pre-wrap;word-wrap:break-word}@media (max-width: 768px){.proctoring-logs-overlay{padding:10px}.proctoring-logs-modal{width:100%;max-height:95vh}.proctoring-logs-header{padding:16px 20px}.proctoring-logs-title{font-size:16px}.student-info-summary,.logs-summary,.log-entry{padding:12px 16px}.logs-breakdown,.log-meta,.log-entry-main{gap:8px}.pro-upgrade-notice{padding:40px 20px}.pro-upgrade-notice h4{font-size:20px}.pro-upgrade-notice p{font-size:14px}}.modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.assignment-modal{background:#fff;border-radius:12px;width:95%;max-width:1400px;max-height:95vh;overflow:hidden;box-shadow:0 20px 60px #0000004d}.assignment-modal-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.assignment-modal-header h3{margin:0;font-size:1.5rem;font-weight:600}.close-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.close-btn:hover{background-color:#fff3}.assignment-modal-content{padding:2.5rem;max-height:75vh;overflow-y:auto}.exam-info{background:#f8f9fa;padding:1rem;border-radius:8px;margin-bottom:2rem;border-left:4px solid #667eea}.exam-info h4{margin:0 0 .5rem;color:#333}.exam-info p{margin:0;color:#666;font-family:monospace;font-size:.9rem}.classrooms-section h4{margin-bottom:1rem;color:#333;font-size:1.2rem}.no-classrooms{text-align:center;color:#666;font-style:italic;padding:2rem;background:#f8f9fa;border-radius:8px}.classrooms-list{display:flex;flex-direction:column;gap:1rem}.classroom-item{border:2px solid #e9ecef;border-radius:8px;padding:1rem;transition:all .2s}.classroom-item:hover{border-color:#667eea;background-color:#f8f9ff}.classroom-checkbox{display:flex;align-items:center;gap:1rem;cursor:pointer;position:relative}.classroom-checkbox input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{height:20px;width:20px;background-color:#eee;border-radius:4px;position:relative;transition:all .2s;border:2px solid #ddd}.classroom-checkbox:hover .checkmark{background-color:#ccc}.classroom-checkbox input:checked~.checkmark{background-color:#667eea;border-color:#667eea}.checkmark:after{content:"";position:absolute;display:none}.classroom-checkbox input:checked~.checkmark:after{display:block}.classroom-checkbox .checkmark:after{left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg)}.classroom-info{flex:1}.classroom-info strong{display:block;color:#333;margin-bottom:.25rem}.classroom-info small{color:#666;font-size:.85rem}.exception-users{margin-top:1rem;padding-top:1rem;border-top:1px solid #e9ecef}.exception-users label{display:block;margin-bottom:.5rem;font-weight:500;color:#555;font-size:.9rem}.exception-input{width:100%;padding:.75rem;border:2px solid #e9ecef;border-radius:6px;font-size:.9rem;transition:border-color .2s}.exception-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.exception-users small{display:block;margin-top:.25rem;color:#666;font-size:.8rem}.assignment-summary{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-top:2rem;border:1px solid #e9ecef}.assignment-summary h4{margin:0 0 1rem;color:#333;font-size:1.1rem}.assignment-summary p{margin-bottom:1rem;font-weight:500}.assignment-summary ul{margin:0;padding-left:1.5rem}.assignment-summary li{margin-bottom:.5rem;color:#555}.assignment-modal-footer{background:#f8f9fa;padding:1.5rem 2rem;display:flex;justify-content:flex-end;gap:1rem;border-top:1px solid #e9ecef}.btn{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-width:120px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover:not(:disabled){background:#5a6268;transform:translateY(-2px);box-shadow:0 4px 12px #6c757d4d}.loading-indicator{text-align:center;padding:2rem;color:#666}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@media (max-width: 768px){.assignment-modal{width:95%;margin:1rem}.assignment-modal-content{padding:1rem}.assignment-modal-footer{padding:1rem;flex-direction:column}.btn{width:100%}}.excel-table-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.excel-table-container:hover{box-shadow:0 4px 12px #0000001a}.excel-table-container div::-webkit-scrollbar{width:8px}.excel-table-container div::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.excel-table-container div::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.excel-table-container div::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.excel-table-container>div:hover{background-color:#f5f5f5!important}@media (max-width: 768px){.excel-table-container{font-size:12px}.excel-table-container>div{grid-template-columns:30px 40px 150px 60px 80px 1fr 80px!important}}.error-message{color:red;margin-bottom:10px}.retry-button{margin-top:10px;padding:8px 16px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.retry-button:hover{background-color:#0056b3}.summary-info{display:flex;gap:20px;margin-bottom:20px;padding:15px;background-color:#f8f9fa;border-radius:8px;border:1px solid #ddd}.summary-item{text-align:center}.summary-number{font-size:24px;font-weight:700}.summary-number.total-exams{color:#007bff}.summary-number.selected-exams{color:#28a745}.summary-number.available-students{color:#ffc107}.summary-number.selected-students{color:#dc3545}.summary-label{font-size:12px;color:#666}.filters-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px}.filter-panel{padding:20px;border:1px solid #ddd;border-radius:8px;background-color:#f8f9fa}.filter-panel h3{margin-top:0;margin-bottom:15px}.filter-controls{margin-bottom:15px;display:flex;gap:10px;flex-wrap:wrap}.search-input{flex:1;min-width:200px;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.filter-select{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.selection-controls{margin-bottom:15px}.select-all-button{padding:8px 16px;color:#fff;border:none;border-radius:4px;cursor:pointer;margin-right:10px}.select-all-button.select{background-color:#007bff}.select-all-button.deselect{background-color:#dc3545}.select-all-button.students.select{background-color:#28a745}.select-all-button:hover{opacity:.8}.selection-count{color:#666;font-size:14px}.items-list{max-height:400px;overflow-y:auto;border:1px solid #ddd;border-radius:4px}.item-label{display:flex;align-items:center;padding:10px;border-bottom:1px solid #eee;background-color:#fff;cursor:pointer;transition:background-color .2s}.item-label:hover{background-color:#f5f5f5}.item-label.selected{background-color:#e7f3ff}.item-label.student.selected{background-color:#e8f5e8}.item-checkbox{margin-right:12px}.item-content{flex:1}.item-title{font-weight:700;font-size:14px}.item-title.student-name{color:#007bff}.item-subtitle{font-size:12px;color:#666}.student-roll{color:#28a745;margin-left:8px}.empty-state{padding:20px;text-align:center;color:#666}.empty-state-large{padding:60px;color:#666}.empty-state-large.centered{text-align:center}.empty-state-large h4{margin-bottom:10px}.empty-state-info{margin-top:20px;font-size:14px}.analysis-results{margin-bottom:20px;padding:15px;background-color:#d4edda;border:1px solid #c3e6cb;border-radius:5px;color:#155724}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:20px}.student-stat-card{padding:20px;border:1px solid #ddd;border-radius:8px;background-color:#f9f9f9}.student-header{margin-bottom:15px}.student-username{color:#007bff}.student-details{font-size:.8em;color:#666;margin-top:5px;font-weight:400}.chart-container{height:250px;margin-bottom:15px}.student-stats-summary{font-size:14px;border-top:1px solid #ddd;padding-top:10px}@media (max-width: 768px){.filters-grid{grid-template-columns:1fr}.summary-info{flex-wrap:wrap;justify-content:center}.filter-controls{flex-direction:column}.search-input{min-width:auto}.stats-grid{grid-template-columns:1fr}}@media (max-width: 480px){.filter-panel{padding:15px}.summary-info{padding:10px;gap:15px}.selection-controls{flex-direction:column;align-items:flex-start}.select-all-button{margin-bottom:10px}}.loading-indicator{text-align:center;padding:20px}.spinner{display:inline-block;width:20px;height:20px;border:3px solid #f3f3f3;border-top:3px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-right:10px}.item-label:focus-within{outline:2px solid #007bff;outline-offset:2px}.select-all-button:focus,.clear-cache-button:focus,.retry-button:focus{outline:2px solid #007bff;outline-offset:2px}@media print{.cache-indicator,.filters-grid,.selection-controls{display:none}.student-stat-card{-moz-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid}}.classroom-section{width:100%}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-header h2{margin:0;color:#333;font-size:1.8rem}.create-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.create-btn:hover:not(.disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.create-btn.disabled{background:#ccc;cursor:not-allowed;opacity:.6}.tab-navigation{display:flex;justify-content:flex-start;margin-bottom:2rem;border-bottom:2px solid #eee;gap:0}.tab-btn{background:none;border:none;padding:1rem 2rem;font-size:1rem;color:#666;cursor:pointer;border-bottom:3px solid transparent;transition:all .3s;white-space:nowrap;display:flex;align-items:center;gap:.5rem}.tab-btn:hover{color:#667eea;background-color:#667eea0d}.tab-btn.active{color:#667eea;border-bottom-color:#667eea;font-weight:600;background-color:#667eea1a}.tab-content{min-height:400px}.classroom-tab-panel{width:100%}.stats-summary{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1rem;margin-bottom:2rem;display:flex;gap:2rem;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.875rem;color:#666;font-weight:500}.stat-value{font-weight:700;font-size:1.1rem;color:#333}.stat-value.pro{color:#28a745}.stat-value.free{color:#6c757d}.upgrade-notice{background:linear-gradient(135deg,#ffeaa7,#fab1a0);color:#2d3436;padding:1rem;border-radius:8px;margin-bottom:2rem;text-align:center}.upgrade-notice p{margin:0;font-weight:500}.classrooms-grid{display:flex;flex-direction:column;gap:2rem}.classroom-group h3{margin:0 0 1rem;color:#333;font-size:1.3rem;display:flex;align-items:center;gap:.5rem}.classroom-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.classroom-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;border-left:4px solid #ddd;transition:all .3s}.classroom-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.classroom-card.creator{border-left-color:#28a745}.classroom-card.shared{border-left-color:#007bff}.classroom-card.student{border-left-color:#ffc107}.classroom-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.classroom-header h4{margin:0;color:#333;font-size:1.2rem;flex:1}.classroom-role{background:#e9ecef;color:#495057;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.classroom-card.creator .classroom-role{background:#d4edda;color:#155724}.classroom-card.shared .classroom-role{background:#cce7ff;color:#004085}.classroom-card.student .classroom-role{background:#fff3cd;color:#856404}.classroom-info{margin-bottom:1.5rem}.classroom-info p{margin:.5rem 0;color:#666;font-size:.9rem}.classroom-info strong{color:#333}.classroom-actions{display:flex;gap:.75rem;flex-wrap:wrap}.view-students-btn,.edit-btn,.delete-btn,.remove-btn,.leave-btn{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.view-students-btn{background:#007bff;color:#fff}.view-students-btn:hover{background:#0056b3}.edit-btn{background:#28a745;color:#fff}.edit-btn:hover{background:#218838}.delete-btn,.remove-btn,.leave-btn{background:#dc3545;color:#fff}.delete-btn:hover,.remove-btn:hover,.leave-btn:hover{background:#c82333}.empty-state{text-align:center;padding:3rem;color:#666;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.empty-state h3{margin:0 0 1rem;color:#333}.empty-state p{margin:.5rem 0}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:#fff;border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0000004d}.modal.large{max-width:800px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e9ecef}.modal-header h3{margin:0;color:#333}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.close-btn:hover{background:#f8f9fa;color:#333}.modal-body{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.form-group small{display:block;margin-top:.5rem;color:#666;font-size:.875rem}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.modal-actions button{padding:.75rem 1.5rem;border:1px solid #ddd;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.modal-actions button[type=button]{background:#fff;color:#666}.modal-actions button[type=button]:hover{background:#f8f9fa}.modal-actions button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.modal-actions button.primary:hover{transform:translateY(-1px);box-shadow:0 2px 8px #667eea4d}.classroom-info-display{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1rem;margin:1rem 0}.classroom-info-display p{margin:.5rem 0;font-size:.9rem;color:#555}.classroom-info-display p:first-child{margin-top:0}.classroom-info-display p:last-child{margin-bottom:0}.students-summary{background:#f8f9fa;padding:1rem;border-radius:8px;margin-bottom:1.5rem}.students-summary p{margin:.5rem 0;color:#333}.students-table{overflow-x:auto}.students-table table{width:100%;border-collapse:collapse;margin-top:1rem}.students-table th,.students-table td{padding:.75rem;text-align:left;border-bottom:1px solid #e9ecef}.students-table th{background:#f8f9fa;font-weight:600;color:#333}.students-table tr:hover{background:#f8f9fa}.loading-indicator{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem;color:#666}.spinner{width:2rem;height:2rem;border:2px solid #e9ecef;border-top:2px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){.section-header{flex-direction:column;gap:1rem;align-items:stretch}.stats-summary{flex-direction:column;gap:1rem}.classroom-cards{grid-template-columns:1fr}.classroom-actions{flex-direction:column}.modal{margin:1rem;max-width:none}.modal-actions{flex-direction:column}.students-table{font-size:.875rem}.students-table th,.students-table td{padding:.5rem}}@media (max-width: 480px){.classroom-header{flex-direction:column;gap:.5rem;align-items:flex-start}.modal-header,.modal-body{padding:1rem}}.view-exams-btn{background:#28a745;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .3s;display:flex;align-items:center;gap:.5rem}.view-exams-btn:hover{background:#218838;transform:translateY(-1px)}.assigned-exams-list{display:flex;flex-direction:column;gap:1rem;max-height:400px;overflow-y:auto}.exam-card{border:1px solid #e9ecef;border-radius:8px;padding:1rem;background:#f8f9fa;display:flex;justify-content:space-between;align-items:center;transition:all .3s}.exam-card:hover{border-color:#667eea;background:#fff;box-shadow:0 2px 8px #0000001a}.exam-info h4{margin:0 0 .5rem;color:#333;font-size:1.1rem}.exam-info p{margin:.25rem 0;color:#666;font-size:.875rem}.view-results-btn{background:#17a2b8;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .3s;display:flex;align-items:center;gap:.5rem}.view-results-btn:hover{background:#138496;transform:translateY(-1px)}.exam-results-modal .modal{max-width:95vw;width:1200px;max-height:90vh}.exam-results-container{width:100%}.results-header{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.results-header h4{margin:0 0 .5rem;color:#333}.results-header p{margin:0;color:#666;font-size:.875rem}.results-table-container{max-height:500px;overflow:auto;border:1px solid #e9ecef;border-radius:8px;margin-bottom:1rem}.results-table{width:100%;border-collapse:collapse;font-size:.875rem}.results-table th{background:#f8f9fa;font-weight:600;color:#333;padding:.75rem;text-align:left;border-bottom:2px solid #dee2e6;position:sticky;top:0;z-index:1}.results-table td{padding:.75rem;border-bottom:1px solid #dee2e6;vertical-align:middle}.results-table tbody tr:hover{background:#f8f9fa}.status{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status.completed{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.status.in-progress{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.status.not-attempted{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.status.registered{background:#e2e3e5;color:#383d41;border:1px solid #d6d8db}.warning-count{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-align:center;min-width:2rem;display:inline-block}.warning-count.low{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.warning-count.medium{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.warning-count.high{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.results-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e9ecef}.export-btn{background:#6c757d;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .3s;display:flex;align-items:center;gap:.5rem}.export-btn:hover{background:#5a6268;transform:translateY(-1px)}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@media (max-width: 768px){.exam-results-modal .modal{max-width:95vw;width:95vw}.exam-card{flex-direction:column;align-items:flex-start;gap:1rem}.results-table-container{font-size:.75rem}.results-table th,.results-table td{padding:.5rem}.results-actions{flex-direction:column}.tab-navigation{flex-direction:column;border-bottom:none;gap:.5rem}.tab-btn{padding:.75rem 1rem;border:1px solid #eee;border-radius:8px;border-bottom:none;justify-content:center}.tab-btn.active{border-color:#667eea;border-bottom:1px solid #667eea}}.join-btn{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.join-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.tab-header{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.leave-btn{background:linear-gradient(135deg,#f44336,#d32f2f);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .3s;font-size:.9rem}.leave-btn:hover{transform:translateY(-1px);box-shadow:0 3px 10px #f443364d}.classroom-card.student{border-left:4px solid #4CAF50}.classroom-card.student .classroom-role{background:#4caf50}.mini-spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite;display:inline-block}.results-container{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.results-empty{text-align:center;padding:2rem;color:#666}.loading-indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.spinner{width:40px;height:40px;border:4px solid rgba(102,126,234,.2);border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.result-card{background-color:#f8f9fa;border-radius:8px;padding:1.5rem;margin-bottom:1rem;border-left:4px solid #667eea}.result-card:last-child{margin-bottom:0}.result-card h3{margin-top:0;color:#333;margin-bottom:1rem}.result-details{display:flex;flex-wrap:wrap;gap:1rem}.result-item{display:flex;align-items:center;gap:.5rem}.result-label{font-weight:600;color:#666}.result-value{color:#333}.correct{color:#219a00;font-weight:600}.wrong{color:#d32f2f;font-weight:600}.result-detail-section{background:#f9f9f9;margin-top:12px;padding:12px;border-radius:8px}.question-detail{margin-bottom:12px;padding:10px;border:1px solid #eee;border-radius:6px;background-color:#fafafa}.question-detail div{margin-bottom:5px}.question-detail div:last-child{margin-bottom:0}.response-meta{font-size:.95em;color:#444;margin-bottom:8px}.view-detail-btn{background-color:#667eea;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;margin-top:1rem;transition:background-color .2s ease}.view-detail-btn:hover{background-color:#5a6fd8}.response-block{border:1px solid #e0e0e0;border-radius:8px;padding:1rem;margin-bottom:1rem;background-color:#fff}.answer-label{font-weight:600;color:#555;margin-right:.5rem}.questions-list{margin-top:1rem}.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.result-grade{font-size:24px;font-weight:700;padding:8px 16px;border-radius:50%;background-color:#ffffff1a;min-width:50px;text-align:center}.results-error{text-align:center;padding:20px}.retry-btn{background-color:#4e73df;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;margin-top:10px}.retry-btn:hover{background-color:#2e59d9}.result-responses{margin-top:15px;border-top:1px solid #eee;padding-top:15px}.result-responses summary{cursor:pointer;font-weight:600;color:#4e73df;margin-bottom:10px}.responses-table{max-height:300px;overflow-y:auto}.responses-table table{width:100%;border-collapse:collapse;font-size:14px}.responses-table th,.responses-table td{border:1px solid #ddd;padding:8px;text-align:left}.responses-table th{background-color:#f8f9fc;font-weight:600}.correct-answer{color:#28a745;font-weight:500}.wrong-answer{color:#dc3545;font-weight:500}.result-status.correct{color:#28a745;font-weight:700;font-size:16px}.result-status.incorrect{color:#dc3545;font-weight:700;font-size:16px}.purchase-section{max-width:1200px;margin:0 auto}.purchase-header{text-align:center;margin-bottom:2rem}.purchase-header h2{font-size:2rem;color:#333;margin-bottom:.5rem}.purchase-header p{color:#666;font-size:1.1rem}.purchase-tabs{display:flex;justify-content:center;margin-bottom:2rem;border-bottom:2px solid #eee}.tab-btn{background:none;border:none;padding:1rem 2rem;font-size:1rem;color:#666;cursor:pointer;border-bottom:3px solid transparent;transition:all .3s}.tab-btn:hover{color:#667eea}.tab-btn.active{color:#667eea;border-bottom-color:#667eea;font-weight:600}.tab-btn:disabled{color:#ccc;cursor:not-allowed}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.plan-card{background:#fff;border:2px solid #eee;border-radius:12px;padding:2rem;position:relative;transition:all .3s;box-shadow:0 4px 6px #0000000d}.plan-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.plan-card.popular{border-color:#667eea;transform:scale(1.05)}.popular-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:#667eea;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.plan-header{text-align:center;margin-bottom:2rem}.plan-header h3{font-size:1.5rem;color:#333;margin-bottom:1rem}.plan-price{display:flex;align-items:baseline;justify-content:center;gap:.2rem}.currency{font-size:1.2rem;color:#667eea;font-weight:600}.amount{font-size:3rem;font-weight:700;color:#667eea}.duration{font-size:1rem;color:#666}.plan-features ul{list-style:none;padding:0;margin:0 0 2rem}.plan-features li{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:#555}.feature-icon{color:#4caf50;font-weight:700}.plan-btn{width:100%;padding:1rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{background:#5a6fd8}.btn-secondary{background:#f8f9fa;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff}.btn-outline{background:transparent;color:#667eea;border:2px solid #667eea;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s}.btn-outline:hover{background:#667eea;color:#fff}.addons-section h3{text-align:center;margin-bottom:2rem;color:#333}.addons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.addon-card{background:#fff;border:1px solid #eee;border-radius:8px;padding:1.5rem;text-align:center;transition:all .3s}.addon-card:hover{box-shadow:0 4px 12px #0000001a}.addon-header{margin-bottom:1rem}.addon-header h4{color:#333;margin-bottom:.5rem}.addon-price{font-size:1.25rem;font-weight:600;color:#667eea}.addon-description{color:#666;margin-bottom:1.5rem}.payment-container{display:grid;grid-template-columns:1fr 2fr;gap:3rem;max-width:1000px;margin:0 auto}.order-summary{background:#f8f9fa;padding:2rem;border-radius:8px;height:-moz-fit-content;height:fit-content}.order-summary h3{margin-top:0;margin-bottom:1.5rem;color:#333}.summary-item{display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #eee}.summary-total{display:flex;justify-content:space-between;font-weight:600;font-size:1.2rem;color:#333;margin-bottom:2rem;padding-top:1rem;border-top:2px solid #667eea}.no-refund-notice{background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;padding:1rem;display:flex;gap:.75rem;align-items:flex-start}.notice-icon{font-size:1.2rem}.notice-text strong{display:block;color:#856404;margin-bottom:.25rem}.notice-text p{margin:0;font-size:.9rem;color:#856404}.payment-form{background:#fff;padding:2rem;border-radius:8px;border:1px solid #eee}.payment-form h3{margin-top:0;margin-bottom:1.5rem;color:#333}.payment-methods{margin-bottom:2rem}.payment-method{display:flex;align-items:center;gap:.75rem;padding:1rem;border:2px solid #eee;border-radius:8px;margin-bottom:1rem;cursor:pointer;transition:all .3s}.payment-method:hover{border-color:#667eea}.payment-method input[type=radio]{margin:0}.payment-method input[type=radio]:checked+.method-icon{color:#667eea}.method-icon{font-size:1.5rem}.card-form{margin-bottom:2rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input{width:100%;padding:.75rem;border:2px solid #eee;border-radius:6px;font-size:1rem;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#667eea}.form-row{display:grid;grid-template-columns:2fr 1fr;gap:1rem}.terms-checkbox{margin-bottom:2rem}.terms-checkbox label{display:flex;align-items:flex-start;gap:.5rem;font-size:.9rem;color:#666;cursor:pointer}.terms-checkbox a{color:#667eea;text-decoration:none}.terms-checkbox a:hover{text-decoration:underline}.purchase-btn{width:100%;padding:1rem;font-size:1.1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s}.purchase-btn:disabled{opacity:.6;cursor:not-allowed}.confirmation-section{display:flex;justify-content:center;align-items:center;min-height:400px}.confirmation-card{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 8px 24px #0000001a;text-align:center;max-width:500px}.success-icon{font-size:4rem;margin-bottom:1rem}.confirmation-card h3{color:#333;margin-bottom:1rem}.confirmation-card p{color:#666;margin-bottom:2rem}.confirmation-details{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.detail-item{display:flex;justify-content:space-between;margin-bottom:.5rem}.detail-item:last-child{margin-bottom:0}.confirmation-actions{display:flex;gap:1rem;justify-content:center}.confirmation-actions button{padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s}.history-section h3{margin-bottom:2rem;color:#333}.empty-history{text-align:center;padding:3rem;color:#666}.empty-icon{font-size:4rem;margin-bottom:1rem}.history-table{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:1rem;padding:1rem 1.5rem;background:#f8f9fa;font-weight:600;color:#333;border-bottom:1px solid #eee}.table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #eee;align-items:center}.table-row:last-child{border-bottom:none}.status{padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600;text-align:center}.status.active{background:#d4edda;color:#155724}.status.completed{background:#cce7ff;color:#004085}.status.expired{background:#f8d7da;color:#721c24}@media (max-width: 768px){.purchase-tabs{flex-wrap:wrap;gap:.5rem}.tab-btn{padding:.75rem 1rem;font-size:.9rem}.plans-grid{grid-template-columns:1fr}.plan-card.popular{transform:none}.payment-container{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.table-header,.table-row{grid-template-columns:1fr;gap:.5rem}.table-header{display:none}.table-row{border:1px solid #eee;border-radius:8px;margin-bottom:1rem;padding:1rem}.confirmation-actions{flex-direction:column}}@media (max-width: 480px){.purchase-header h2{font-size:1.5rem}.confirmation-card{padding:2rem 1rem}.addons-grid{grid-template-columns:1fr}}.comparison-section{margin-bottom:3rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;padding:2rem;border:1px solid #e2e8f0}.comparison-title{text-align:center;font-size:1.8rem;font-weight:700;color:#1e293b;margin-bottom:2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.comparison-table-container{overflow-x:auto;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;background:#fff}.comparison-table{width:100%;border-collapse:collapse;font-size:.95rem}.comparison-table th{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem 1rem;text-align:center;font-weight:600;border:none}.comparison-table th.feature-column{text-align:left;width:40%;background:linear-gradient(135deg,#4a5568,#2d3748)}.comparison-table th.free-column{width:30%;background:linear-gradient(135deg,#718096,#4a5568)}.comparison-table th.pro-column{width:30%;background:linear-gradient(135deg,#667eea,#764ba2);position:relative}.plan-header-cell{display:flex;flex-direction:column;align-items:center;gap:.25rem}.plan-name{font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.plan-price{font-size:1.5rem;font-weight:800}.plan-duration{font-size:.85rem;opacity:.9}.popular-badge-small{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#92400e;padding:.25rem .75rem;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}.comparison-table td{padding:1rem;border-bottom:1px solid #e2e8f0;text-align:center;vertical-align:middle}.comparison-table td.feature-name{text-align:left;font-weight:600;color:#374151;background-color:#f9fafb;border-right:1px solid #e2e8f0}.comparison-table td.free-cell{background-color:#fafafa}.comparison-table td.pro-cell{background:linear-gradient(135deg,#f0f7ff,#e0f2fe)}.comparison-table tr:hover td{background-color:#f3f4f6}.comparison-table tr:hover td.pro-cell{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.limit-text{color:#6b7280;font-weight:500;padding:.5rem .75rem;background:#f3f4f6;border-radius:6px;font-size:.9rem}.unlimited-text{color:#059669;font-weight:700;padding:.5rem .75rem;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-radius:6px;border:1px solid #a7f3d0;font-size:.9rem}.enhanced-text{color:#0369a1;font-weight:600;padding:.5rem .75rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:6px;border:1px solid #7dd3fc;font-size:.9rem}.available-text{color:#065f46;font-weight:500;padding:.5rem .75rem;background:#ecfdf5;border-radius:6px;font-size:.9rem}.unavailable-text{color:#991b1b;font-weight:500;padding:.5rem .75rem;background:#fef2f2;border-radius:6px;font-size:.9rem}.current-plan-text{color:#374151;font-weight:600;padding:.5rem 1rem;background:#f3f4f6;border-radius:6px;font-size:.9rem}.upgrade-btn-small{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #667eea4d}.upgrade-btn-small:hover{transform:translateY(-2px);box-shadow:0 4px 8px #667eea66;background:linear-gradient(135deg,#5a6fd8,#6b4794)}.cta-row td{padding:1.5rem 1rem;border-bottom:none}@media (max-width: 768px){.comparison-section{padding:1rem;margin:0 -1rem 2rem;border-radius:0}.comparison-title{font-size:1.4rem;margin-bottom:1.5rem}.comparison-table{font-size:.85rem}.comparison-table th{padding:1rem .5rem}.comparison-table td{padding:.75rem .5rem}.plan-price{font-size:1.2rem}.plan-name{font-size:.95rem}.upgrade-btn-small{padding:.6rem 1rem;font-size:.8rem}}.plan-pricing{display:flex;flex-direction:column;align-items:center;margin:4px 0}.price-with-discount{display:flex;flex-direction:column;align-items:center;gap:2px}.original-price{font-size:.85em;color:#999;text-decoration:line-through;font-weight:400}.current-price{font-size:1.2em;font-weight:700;color:#2563eb}.discount-badge{background:linear-gradient(135deg,#ff6b6b,orange);color:#fff;font-size:.75em;font-weight:700;padding:2px 8px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.plan-price{font-size:1.2em;font-weight:700;color:#2563eb}.order-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:24px;margin-bottom:24px}.summary-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.summary-item.discount-row{color:#059669;font-weight:500}.summary-item.original-price-row{color:#6b7280;text-decoration:line-through;font-size:.9em}.summary-total{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:1.1em;color:#1f2937;border-top:2px solid #e5e7eb;padding-top:12px;margin-top:12px}.savings-highlight{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:8px 12px;border-radius:8px;font-size:.9em;text-align:center;margin:12px 0;font-weight:500}.savings-highlight .savings-amount{font-weight:700;font-size:1.1em}.profile-container{display:flex;justify-content:center;padding:1rem}.profile-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;width:100%;max-width:600px;overflow:hidden}.profile-header{display:flex;align-items:center;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.profile-avatar{width:80px;height:80px;background-color:#fff;color:#764ba2;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin-right:1.5rem}.profile-info h3{margin:0 0 .5rem;font-size:1.5rem}.profile-info p{margin:0;opacity:.9}.profile-form{padding:2rem}.profile-form .form-group{margin-bottom:1.5rem}.profile-form label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.profile-form input{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s}.profile-form input:focus{border-color:#667eea;outline:none}.form-actions{margin-top:2rem}.status-message{padding:1rem;border-radius:4px;margin:1rem 0}.status-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.status-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.read-only-field{background-color:#f5f5f5;cursor:not-allowed;opacity:.8;border-color:#ddd}.field-note{display:block;margin-top:.25rem;font-size:.85rem;color:#6c757d;font-style:italic}.dashboard-container{width:100%;min-height:100vh;display:flex;flex-direction:column;background-color:#f8f9fa;padding-top:80px}.dashboard-loading{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f8f9fa}.spinner{width:50px;height:50px;border:5px solid rgba(102,126,234,.2);border-top:5px solid #667eea;border-right:5px solid #764ba2;border-radius:50%;animation:spin 1.2s linear infinite;margin-bottom:1rem;box-shadow:0 4px 12px #667eea33}.dashboard-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0000001a;z-index:1001;position:fixed;top:0;left:0;right:0;width:100%}.dashboard-logo{transition:all .3s ease}.dashboard-logo:hover{transform:scale(1.05)}.dashboard-logo h2{font-size:1.5rem;font-weight:600;margin:0}.dashboard-user{display:flex;align-items:center;gap:1rem}.user-greeting{font-weight:500}.logout-btn{background-color:#fff3;color:#fff;border:none;padding:.75rem;border-radius:50%;cursor:pointer;font-weight:500;font-size:1.2rem;transition:all .3s;display:flex;align-items:center;justify-content:center;width:42px;height:42px}.logout-btn:hover{background-color:#ffffff4d;transform:translateY(-1px) scale(1.05)}.dashboard-tabs{background:#fff;border-bottom:1px solid #e9ecef;padding:0 2rem}.tab-container{display:flex;gap:0}.tab-button{background:none;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#666;cursor:pointer;transition:all .3s;border-bottom:3px solid transparent;position:relative;display:flex;align-items:center;gap:.5rem}.tab-button:hover{color:#333;background:#f8f9fa}.tab-button.active{color:#667eea;border-bottom-color:#667eea;background:#f8f9ff}.tab-button.active:before{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px 2px 0 0}.unified-dashboard{flex:1;display:flex;flex-direction:row;height:100%}.unified-dashboard .dashboard-content{flex:1;display:block}.dashboard-content{display:flex;flex:1;min-height:0}.dashboard-sidebar{width:265px;background-color:#fff;box-shadow:0 0 20px #0000000d;padding:2rem 0;overflow-y:auto;border-right:1px solid rgba(0,0,0,.03);transition:all .3s ease;position:fixed;top:80px;left:0;height:calc(100vh - 80px);z-index:1000}.sidebar-nav ul{list-style:none;padding:0 1rem;margin:0}.sidebar-nav li{margin-bottom:.75rem;border-radius:8px;overflow:hidden;transition:transform .2s}.sidebar-nav li:hover{transform:translate(5px)}.sidebar-nav li button{width:100%;background:none;border:none;padding:.9rem 1.2rem;text-align:left;font-size:1rem;color:#555;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:1rem;border-radius:8px;font-weight:500}.sidebar-nav li button:hover{background-color:#f7f9ff;color:#667eea}.sidebar-nav li.active{background:linear-gradient(90deg,#667eea1a,#764ba20d)}.sidebar-nav li.active button{background-color:transparent;color:#667eea;font-weight:600;position:relative}.sidebar-nav li.active button:before{content:"";position:absolute;left:0;top:0;height:100%;width:4px;background:linear-gradient(to bottom,#667eea,#764ba2);border-radius:0 4px 4px 0}.nav-icon{font-size:1.3rem;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#667eea1a;border-radius:8px;transition:all .3s}.sidebar-nav li.active .nav-icon{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.dashboard-main{flex:1;padding:2rem;overflow-y:auto;margin-left:265px;margin-top:20px}.dashboard-section{margin-bottom:2rem}.dashboard-section h2{margin-bottom:1.5rem;color:#333;font-size:1.8rem}.stats-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:1rem}.stat-icon{font-size:2rem;color:#667eea}.stat-data h3{font-size:1rem;color:#666;margin:0;margin-bottom:.5rem}.stat-number{font-size:1.8rem;font-weight:700;color:#333;margin:0}.recent-activity{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.recent-activity h3{margin-top:0;margin-bottom:1rem;font-size:1.2rem;color:#333}.activity-empty,.exams-empty,.results-empty{text-align:center;padding:2rem;color:#666}.profile-container{max-width:600px}.profile-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.profile-header{padding:2rem;display:flex;align-items:center;gap:1.5rem;background:linear-gradient(135deg,#f0f3ff,#e8ecff)}.profile-avatar{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600}.profile-info h3{margin:0;font-size:1.5rem;color:#333}.profile-info p{margin:.5rem 0 0;color:#666}.profile-details{padding:2rem;border-bottom:1px solid #eee}.profile-item{display:flex;margin-bottom:1rem}.profile-item:last-child{margin-bottom:0}.profile-label{width:120px;color:#666;font-weight:600}.profile-value{color:#333}.profile-actions{padding:1.5rem 2rem}.settings-container{max-width:700px}.settings-group{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;margin-bottom:1.5rem}.settings-group h3{margin-top:0;margin-bottom:1rem;font-size:1.2rem;color:#333}.settings-item{margin-bottom:1rem}.settings-item:last-child{margin-bottom:0}.settings-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}@media (max-width: 992px){.stats-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.dashboard-header{padding:1rem;flex-wrap:wrap;position:fixed;top:0;left:0;right:0;width:100%;z-index:1001}.dashboard-container{padding-top:120px}.dashboard-user{margin-top:.5rem;width:100%;justify-content:space-between}.dashboard-tabs{padding:0 1rem}.tab-button{padding:.75rem 1rem;font-size:.9rem}.dashboard-content,.unified-dashboard{flex-direction:column}.dashboard-sidebar{width:100%;padding:.5rem 0;position:relative;height:auto;z-index:10;top:auto}.sidebar-nav{display:flex;overflow-x:auto;padding:1rem}.sidebar-nav ul{display:flex;padding:.5rem;width:100%}.sidebar-nav li{margin-bottom:0;margin-right:.75rem}.sidebar-nav li:hover{transform:translateY(-2px)}.sidebar-nav li button{padding:.75rem 1rem;white-space:nowrap}.sidebar-nav li.active button:before{width:100%;height:3px;bottom:0;top:auto;left:0;border-radius:3px 3px 0 0}.nav-icon{width:32px;height:32px;font-size:1.1rem}.dashboard-main{padding:1.5rem;margin-left:0;margin-top:0}}@media (max-width: 576px){.dashboard-header{padding:1rem;flex-wrap:wrap;position:fixed;top:0;left:0;right:0;width:100%;z-index:1001}.dashboard-container{padding-top:140px}.dashboard-user{margin-top:.5rem;width:100%;justify-content:space-between}.logout-btn{width:36px;height:36px;padding:.6rem;font-size:1rem}.tab-container{flex-direction:column}.tab-button{border-bottom:1px solid #e9ecef;border-radius:0}.tab-button.active{border-bottom-color:#667eea}.stats-container{grid-template-columns:1fr}.profile-header{flex-direction:column;text-align:center}}.exam-attendance-container{max-width:100%;margin:0 auto;padding:1rem;min-height:100vh;background-color:#f8f9fa}.exam-container{max-width:95%;margin:0 auto;padding:20px;height:100%;min-height:100vh}:fullscreen body{background-color:#f9f9f9}.exam-header{display:flex;flex-direction:column;align-items:center;margin-bottom:40px;border-bottom:2px solid #e0e0e0;padding-bottom:20px}.exam-header h1{color:#2c3e50;font-size:2rem;font-weight:700;margin:0;transition:all .3s ease}.exam-header h1:hover{transform:scale(1.05);color:#667eea}.exam-header h2{color:#2c3e50;font-size:1.5rem;font-weight:600;margin:10px 0 0}.back-button{padding:.8rem 1.5rem;background-color:#6c757d;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s ease}.back-button:hover{background-color:#5a6268;transform:translateY(-1px);box-shadow:0 2px 8px #6c757d4d}.exam-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:80vh}.spinner{border:4px solid rgba(0,0,0,.1);border-radius:50%;border-top:4px solid #3498db;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.exam-auth-form{max-width:95%;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;border:1px solid #e9ecef}.form-group{margin-bottom:2rem}.form-group label{display:block;margin-bottom:.8rem;font-weight:600;color:#2c3e50;font-size:1.1rem}.form-group input{width:100%;padding:1rem;border:2px solid #e9ecef;border-radius:8px;font-size:1.1rem;transition:all .3s ease;background-color:#fff}.form-group input:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}.form-group input.error{border-color:#e74c3c}.error-message{color:#e74c3c;font-size:.85rem;margin-top:.3rem;display:block}.error-container{background-color:#ffebee;border:1px solid #f44336;border-radius:4px;padding:10px;margin-bottom:20px}.error-container .error-message{color:#d32f2f;margin:0;font-weight:500}.submit-button{background-color:#28a745;color:#fff;border:none;padding:1rem 2rem;width:100%;font-size:1.2rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;margin-top:1rem}.submit-button:hover{background-color:#218838;transform:translateY(-2px);box-shadow:0 4px 15px #28a7454d}.question-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:25px;margin-top:15px;width:100%}.question h3{margin-bottom:30px;font-size:20px;line-height:1.6;color:#2c3e50;font-weight:600}.options{display:flex;flex-direction:column;gap:18px;margin-bottom:25px}.option{display:flex;align-items:flex-start;padding:18px 20px;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .3s ease;background-color:#fff;font-size:16px;line-height:1.5}.option:hover{background-color:#f8f9fa;border-color:#6c757d;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.option.selected{background-color:#e8f4fd;border-color:#2196f3;box-shadow:0 2px 12px #2196f333}.option.disabled{opacity:.6;cursor:not-allowed;background-color:#f5f5f5;color:#999}.option.disabled:hover{background-color:#f5f5f5}.option-label{font-weight:700;margin-right:15px;min-width:25px;color:#495057;flex-shrink:0}.option-text{flex:1;color:#212529}.question-code{background-color:#1e1e1e;color:#d4d4d4;border:1px solid #333;border-radius:6px;padding:8px 12px;font-family:Fira Code,Cascadia Code,JetBrains Mono,SF Mono,Monaco,Cascadia Mono,Roboto Mono,Consolas,Courier New,monospace;font-size:.8em;font-weight:400;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all;box-shadow:0 2px 6px #00000026;line-height:1.3;letter-spacing:.2px;display:block;margin:8px 0;overflow-x:hidden;overflow-y:auto;position:relative;width:100%;max-width:100%;max-height:200px;box-sizing:border-box}.question h3 .question-code{background-color:#0d1117;border-color:#30363d;color:#f0f6fc;margin:12px 0;box-shadow:0 3px 8px #0003;max-height:250px;overflow-y:auto;overflow-x:hidden;font-size:.8em;padding:8px 12px;width:100%;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all}.option-text .question-code{background-color:#161b22;border-color:#21262d;color:#e6edf3;margin:6px 0;font-size:.75em;padding:6px 10px;max-height:120px;overflow-y:auto;overflow-x:hidden;line-height:1.2;width:100%;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all}.code-lang-label{display:inline-block;background-color:#6c757d;color:#fff;font-size:.7em;padding:1px 4px;border-radius:2px;margin-right:4px;font-weight:600;vertical-align:top}.question-code.language-javascript,.question-code.language-js{background-color:#1e1e1e;border-color:#444;color:#dcdcaa}.question-code.language-python,.question-code.language-py{background-color:#1e1e1e;border-color:#444;color:#4ec9b0}.question-code.language-java{background-color:#1e1e1e;border-color:#444;color:#569cd6}.question-code.language-html{background-color:#1e1e1e;border-color:#444;color:#92c5f7}.question-code.language-css{background-color:#1e1e1e;border-color:#444;color:#ce9178}.question-code.language-sql{background-color:#1e1e1e;border-color:#444;color:#c586c0}.question-code:hover{background-color:#252526;border-color:#464647;box-shadow:0 4px 12px #00000040;transform:translateY(-1px);transition:all .3s ease}.question-code::-webkit-scrollbar{width:6px;height:6px}.question-code::-webkit-scrollbar-track{background:#2d2d2d;border-radius:3px}.question-code::-webkit-scrollbar-thumb{background:#555;border-radius:3px}.question-code::-webkit-scrollbar-thumb:hover{background:#777}.question-code.compact{max-height:120px;font-size:.7em;padding:4px 8px;line-height:1.2;overflow-x:hidden;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all}.question h3 .question-code.compact{max-height:150px;overflow-x:hidden;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all}.option-text .question-code.compact{max-height:80px;font-size:.65em;overflow-x:hidden;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all}.question-code.with-line-numbers{counter-reset:line;padding-left:3em}.question-code.with-line-numbers:before{content:counter(line);counter-increment:line;position:absolute;left:0;top:0;width:2.5em;height:100%;background:#333;color:#888;text-align:center;padding:12px 0;font-size:.8em;line-height:1.4;border-right:1px solid #555}.question-code .keyword{color:#569cd6;font-weight:500}.question-code .string{color:#ce9178}.question-code .number{color:#b5cea8}.question-code .comment{color:#6a9955;font-style:italic}.question-code .function{color:#dcdcaa}.question-code .operator{color:#d4d4d4}@media (min-width: 1024px){.exam-container{max-width:90%;padding:25px}.question-container{padding:30px}.question-code{font-size:.75em;padding:6px 10px;max-height:180px;line-height:1.25;margin:6px 0;overflow-x:hidden;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all}.question h3 .question-code{max-height:220px;font-size:.75em;padding:6px 10px;overflow-x:hidden;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all}.option-text .question-code{font-size:.7em;padding:4px 8px;max-height:100px;line-height:1.15;overflow-x:hidden;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all}}@media (max-width: 768px){.exam-container{max-width:98%;padding:15px}.question-container{padding:20px}.question-code{font-size:.75em;padding:8px 10px;border-radius:6px;margin:8px 0;max-height:250px;line-height:1.3;overflow-x:hidden;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all;width:100%}.question h3 .question-code{max-height:300px;overflow-x:hidden;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all}.option-text .question-code{font-size:.7em;padding:6px 8px;max-height:150px;overflow-x:hidden;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all}}@media (max-width: 480px){.exam-container{max-width:100%;padding:10px}.question-container{padding:15px}.question-code{font-size:.7em;padding:6px 8px;border-radius:4px;overflow-x:hidden;max-height:200px;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all;width:100%}.question h3 .question-code{max-height:250px;font-size:.7em;overflow-x:hidden;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all}.option-text .question-code{font-size:.65em;padding:4px 6px;max-height:120px;overflow-x:hidden;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all}}.navigation-buttons{display:flex;justify-content:space-between;margin-top:40px;padding-top:25px;border-top:1px solid #e9ecef}.nav-button,.submit-exam-button{padding:10px 20px;border:none;border-radius:4px;cursor:pointer}.exam-nav-button{padding:12px 24px;background-color:#4a90e2;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:16px;font-weight:500;transition:all .3s ease;min-width:120px}.exam-nav-button:hover:not(:disabled){background-color:#3a80d2;transform:translateY(-1px);box-shadow:0 4px 12px #4a90e24d}.exam-nav-button:disabled{background-color:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.nav-button:disabled{background-color:#ccc;cursor:not-allowed}.submit-exam-button{background-color:#28a745;color:#fff;border:none;border-radius:6px;padding:12px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:140px}.submit-exam-button:hover:not(:disabled){background-color:#218838;transform:translateY(-1px);box-shadow:0 4px 12px #28a7454d}.submit-exam-button:disabled{background-color:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.answer-warning{color:#d9534f;background-color:#f8d7da;border:1px solid #f5c6cb;padding:15px 20px;border-radius:6px;margin-top:20px;text-align:center;font-weight:500;font-size:15px}.fullscreen-exit-warning{position:fixed;inset:0;background-color:#fffffff2;display:flex;justify-content:center;align-items:center;z-index:9999}.warning-content{text-align:center;max-width:500px;padding:30px;border-radius:8px;background-color:#fff;box-shadow:0 5px 15px #0003}.warning-content h2{margin-top:0;margin-bottom:15px}.warning-content p{margin:8px 0}.fullscreen-button{background-color:#4a90e2;color:#fff;border:none;border-radius:4px;padding:8px 12px;font-size:14px;cursor:pointer}.fullscreen-prompt{text-align:center;max-width:800px;margin:50px auto;padding:30px;border-radius:8px;background-color:#f9f9f9;box-shadow:0 2px 10px #0000001a;max-height:90vh;overflow-y:auto}.exam-rules-section{text-align:left;margin:20px 0;background-color:#fff;border-radius:8px;padding:25px;box-shadow:0 2px 8px #0000001a}.rules-header h3{color:#2c3e50;font-size:1.3rem;margin-bottom:20px;text-align:center;border-bottom:2px solid #3498db;padding-bottom:10px}.rules-container{display:grid;gap:20px}.rule-category{background-color:#f8f9fa;border-left:4px solid #3498db;padding:15px;border-radius:4px}.rule-category h4{color:#2c3e50;font-size:1.1rem;margin-bottom:12px;display:flex;align-items:center;gap:8px}.rule-category ul{margin:0;padding-left:20px;list-style-type:disc}.rule-category li{margin-bottom:8px;color:#555;line-height:1.5}.rule-category li strong{color:#e74c3c;font-weight:600}.support-section{background-color:#e8f5e8!important;border-left-color:#27ae60!important}.support-section h4{color:#27ae60!important}.acknowledgment-section{margin-top:25px;background-color:#e8f4fd;border:2px solid #3498db;border-radius:8px;padding:20px}.acknowledgment-checkbox{display:flex;align-items:flex-start;gap:12px}.acknowledgment-checkbox input[type=checkbox]{margin-top:4px;transform:scale(1.2)}.acknowledgment-checkbox label{color:#2c3e50;font-weight:500;line-height:1.5;cursor:pointer}.timer-info{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:15px;margin:20px 0}.timer-info h3{color:#856404;margin-bottom:8px;font-size:1.1rem}.timer-info p{color:#856404;font-weight:600;margin:0}@media (max-width: 768px){.fullscreen-prompt{max-width:95%;margin:20px auto;padding:20px;max-height:95vh}.exam-rules-section{padding:15px}.rules-header h3{font-size:1.1rem}.rule-category{padding:12px}.rule-category h4{font-size:1rem}.acknowledgment-section{padding:15px}.start-exam-button{font-size:14px;padding:10px 18px;min-width:200px}}.start-exam-button,.return-fullscreen-button{padding:12px 24px;background-color:#4a90e2;color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer;margin-top:20px;transition:all .3s ease;min-width:250px}.start-exam-button:hover,.return-fullscreen-button:hover{background-color:#3a80d2}.start-exam-button.disabled{background-color:#95a5a6;cursor:not-allowed;opacity:.7}.start-exam-button.disabled:hover{background-color:#95a5a6}.security-alert{background-color:#fff3cd;border:1px solid #ffeeba;border-radius:4px;padding:12px;margin:10px 0}.warning-text{color:#856404;font-weight:700;margin-bottom:5px}.fullscreen-exit-warning .warning-content{max-width:550px}.security-violation-screen{position:fixed;inset:0;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:10000}.violation-content{width:80%;max-width:600px;background-color:#f8f8f8;border:2px solid #e74c3c;border-radius:8px;padding:30px;text-align:center;box-shadow:0 4px 20px #00000026}.violation-icon{font-size:48px;margin-bottom:10px}.violation-details{margin:20px 0;text-align:left}.violation-warning{background-color:#fff3cd;border:1px solid #ffeeba;border-radius:4px;padding:15px;margin:15px 0;color:#856404}.violation-instructions{background-color:#e8f4f8;border:1px solid #bee5eb;border-radius:4px;padding:15px;margin:15px 0;text-align:left}.continue-exam-button{background-color:#4a90e2;color:#fff;border:none;border-radius:4px;padding:12px 24px;font-size:16px;cursor:pointer;margin-top:20px}.terminate-exam-warning{margin-top:30px;padding-top:20px;border-top:1px solid #e0e0e0}.terminate-exam-button{background-color:#e74c3c;color:#fff;border:none;border-radius:4px;padding:10px 20px;font-size:14px;cursor:pointer;margin-top:10px}.notification-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:10001}.notification-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 16px #0003;width:90%;max-width:450px;padding:25px;text-align:center;position:relative}.notification-icon{font-size:40px;margin-bottom:15px}.notification-message{font-size:18px;margin-bottom:20px;line-height:1.5}.notification-close{background-color:#4a90e2;color:#fff;border:none;border-radius:4px;padding:10px 24px;font-size:16px;cursor:pointer}.notification-overlay.success .notification-icon{color:#28a745}.notification-overlay.error .notification-icon{color:#dc3545}.notification-overlay.warning .notification-icon{color:#ffc107}.notification-overlay.info .notification-icon{color:#17a2b8}.notification-overlay.success .notification-close{background-color:#28a745}.notification-overlay.error .notification-close{background-color:#dc3545}.notification-overlay.warning .notification-close{background-color:#ffc107;color:#212529}.notification-overlay.info .notification-close{background-color:#17a2b8}.exam-info{display:flex;align-items:center;gap:30px;flex-wrap:wrap}.timer-display{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;padding:8px 16px;border-radius:20px;font-weight:600;font-size:.9rem;box-shadow:0 2px 8px #28a7454d;transition:all .3s ease}.timer-display .timer-icon{font-size:1rem}.timer-display.timer-warning{background:linear-gradient(135deg,#ffc107,#ffb300);color:#212529;box-shadow:0 2px 8px #ffc10766;animation:pulse-warning 2s infinite}.timer-display.timer-critical{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;box-shadow:0 2px 8px #dc354566;animation:pulse-critical 1s infinite}@keyframes pulse-warning{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}@keyframes pulse-critical{0%,to{transform:scale(1);opacity:1}25%{transform:scale(1.1);opacity:.8}75%{transform:scale(1.05);opacity:.9}}.timer-display.timer-auto-submit{background:linear-gradient(135deg,#ff4757,#ff3838);color:#fff;box-shadow:0 3px 12px #ff475799;animation:flash-auto-submit .5s infinite;border:2px solid #ff6b7a}.auto-submit-warning{font-weight:700;font-size:.9em;text-shadow:0 1px 2px rgba(0,0,0,.3)}@keyframes flash-auto-submit{0%,to{background:linear-gradient(135deg,#ff4757,#ff3838);transform:scale(1)}50%{background:linear-gradient(135deg,#ff6b7a,#ff5252);transform:scale(1.08)}}.exam-progress{font-weight:500;color:#495057}.timer-type-select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;background-color:#fff;cursor:pointer}.timer-type-select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.timer-display{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:#f8f9fa;border:2px solid #28a745;border-radius:8px;font-family:Courier New,monospace;font-weight:700;color:#28a745;min-width:120px;justify-content:center}.timer-display.timer-warning{background-color:#fff3cd;border-color:#ffc107;color:#856404}.timer-display.timer-critical{background-color:#f8d7da;border-color:#dc3545;color:#721c24;animation:pulse 1s infinite}.timer-icon{font-size:1.2em}.timer-text{font-size:1.1em;letter-spacing:1px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.exam-info{display:flex;align-items:center;gap:20px}.exam-progress{font-size:1rem;color:#666;font-weight:500}.timer-info{background-color:#e3f2fd;border:1px solid #2196f3;border-radius:8px;padding:16px;margin:20px 0;text-align:center}.timer-info h3{margin:0 0 8px;color:#1976d2;font-size:1.1rem}.timer-info p{margin:0;color:#0d47a1;font-weight:500}@media (max-width: 768px){.exam-container{max-width:100%;padding:15px;margin:0}:fullscreen .exam-container,:-webkit-full-screen .exam-container,:-moz-full-screen .exam-container,:-ms-fullscreen .exam-container{padding:20px}.exam-header{flex-direction:column;gap:15px;margin-bottom:25px;text-align:center}.exam-header h1{font-size:1.5rem;margin:0}.exam-info{flex-direction:column;gap:15px;align-items:center;text-align:center}.question-container{padding:20px;margin-top:15px}.question h3{font-size:18px;margin-bottom:20px;line-height:1.5}.options{gap:12px;margin-bottom:20px}.option{padding:15px;font-size:15px;flex-direction:column;align-items:flex-start;text-align:left}.option-label{margin-bottom:8px;margin-right:0}.navigation-buttons{flex-direction:column;gap:15px;margin-top:25px;padding-top:20px}.exam-nav-button,.submit-exam-button{width:100%;padding:15px;font-size:16px;min-width:auto}.timer-display{font-size:14px;padding:10px 15px;min-width:100px}.timer-icon{font-size:1rem}.exam-attendance-container{padding:1rem}.exam-auth-form{margin:1rem auto;padding:1.5rem}.form-group input{padding:12px;font-size:16px}.submit-button{padding:15px 20px;font-size:16px}}@media (max-width: 480px){.exam-container{padding:10px}.question-container{padding:15px}.question h3{font-size:16px;margin-bottom:15px}.option{padding:12px;font-size:14px}.exam-nav-button,.submit-exam-button{padding:12px;font-size:15px}.exam-header h1{font-size:1.3rem}.timer-display{font-size:12px;padding:8px 12px}.question-code{font-size:.65em;padding:4px 6px;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all;overflow-x:hidden;width:100%}}@media (max-width: 768px){.exam-container{padding:20px;max-width:100%}.question-container{padding:25px 20px}.exam-info{gap:15px;flex-direction:column;align-items:flex-start}.navigation-buttons{flex-direction:column;gap:15px}.exam-nav-button,.submit-exam-button{width:100%;min-width:auto}.option{padding:15px;font-size:15px}.question h3{font-size:18px;margin-bottom:25px}}@media (max-width: 480px){.exam-container{padding:15px}.question-container{padding:20px 15px}.exam-header{flex-direction:column;gap:15px;text-align:center}.exam-header h1{font-size:24px;margin:0}}.question-options-layout{display:flex;gap:40px;align-items:flex-start;justify-content:stretch}.question-side{flex:1.2;padding-right:20px;border-right:1px solid #e0e0e0}.options-side{flex:1;padding-left:20px;display:flex;flex-direction:column;align-items:stretch}@media (max-width: 900px){.question-options-layout{flex-direction:column;gap:20px}.question-side{border-right:none;padding-right:0;padding-bottom:10px;border-bottom:1px solid #e0e0e0}.options-side{padding-left:0;padding-top:10px}}.media-container{margin:20px 0;padding:15px;background-color:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;box-shadow:0 4px 12px #0000001a}.media-header{margin-bottom:15px;padding:10px 15px;background-color:#fff;border-radius:8px;border-left:4px solid #007bff}.media-type{font-weight:600;color:#495057;font-size:14px}.media-content{position:relative;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.media-iframe{width:100%;height:450px;border:none;border-radius:8px;background-color:#000;display:block}.media-image{width:100%;max-width:100%;height:auto;border-radius:8px;display:block}.media-warning{margin-top:10px;padding:8px 12px;background-color:#fff3cd;color:#856404;border-radius:6px;font-size:12px;text-align:center;border:1px solid #ffeaa7}.media-error{padding:20px;background-color:#f8d7da;color:#721c24;border-radius:8px;text-align:center;font-weight:500;border:1px solid #f5c6cb}@media (max-width: 768px){.media-container{margin:15px 0;padding:10px}.media-iframe{height:300px}}@media (max-width: 480px){.media-container{margin:10px 0;padding:8px}.media-iframe{height:250px}.media-header{padding:8px 12px}}.auto-save-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.manual-save-button{background:#28a745;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500;transition:all .2s ease}.manual-save-button:hover:not(:disabled){background:#218838;transform:translateY(-1px)}.manual-save-button:disabled{background:#6c757d;cursor:not-allowed;opacity:.6}.auto-save-indicator{font-size:11px;padding:4px 8px;border-radius:12px;font-weight:500;border:1px solid}.auto-save-indicator.restored{background:#d1ecf1;color:#0c5460;border-color:#bee5eb}.submission-readiness{display:flex;align-items:center}.readiness-indicator{font-size:11px;padding:4px 8px;border-radius:12px;font-weight:500;border:1px solid;transition:all .3s ease}.readiness-indicator.ready{background:#d4edda;color:#155724;border-color:#c3e6cb}.readiness-indicator.not-ready{background:#fff3cd;color:#856404;border-color:#ffeaa7}.exam-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom:3px solid #5a67d8;box-shadow:0 2px 10px #0000001a}.exam-header h1{margin:0;font-size:1.8rem;font-weight:600}.exam-info{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.exam-progress{font-size:14px;font-weight:500;background:#fff3;padding:6px 12px;border-radius:20px;border:1px solid rgba(255,255,255,.3)}@media (max-width: 768px){.exam-header{flex-direction:column;gap:10px;text-align:center}.exam-info,.auto-save-controls{justify-content:center;width:100%}}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.readiness-indicator.not-ready{animation:pulse 2s infinite}.timer-display{display:flex;align-items:center;gap:5px;font-size:16px;font-weight:600;background:#fff3;padding:8px 15px;border-radius:25px;border:1px solid rgba(255,255,255,.3);transition:all .3s ease}.timer-display.timer-warning{background:#ffc107e6;color:#212529;animation:pulse 1s infinite}.timer-display.timer-critical{background:#dc3545e6;color:#fff;animation:pulse .5s infinite}.timer-display.timer-auto-submit{background:#dc3545;color:#fff;animation:pulse .3s infinite}.timer-icon{font-size:18px}.timer-text{font-family:Courier New,monospace}.auto-submit-warning{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.legal-container{max-width:900px;margin:0 auto;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.legal-header{text-align:center;margin-bottom:3rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;border-bottom:4px solid #667eea}.legal-header h1{font-size:2.5rem;color:#2c3e50;margin-bottom:1rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.last-updated{color:#666;font-style:italic;font-size:1rem;background:#f8f9fa;padding:.5rem 1rem;border-radius:20px;display:inline-block;border:1px solid #e9ecef}.legal-content{max-width:800px;margin:0 auto}.legal-section{margin-bottom:2rem;padding:2rem;background:#fff;border-radius:12px;border-left:4px solid #667eea;box-shadow:0 2px 15px #00000014;transition:transform .2s ease,box-shadow .2s ease}.legal-section:hover{transform:translateY(-2px);box-shadow:0 4px 25px #0000001f}.legal-section h2{color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem;font-weight:600;position:relative;padding-bottom:.5rem}.legal-section h2:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.legal-section h3{color:#34495e;font-size:1.2rem;margin:1.5rem 0 .75rem;font-weight:500;position:relative;padding-left:1rem}.legal-section h3:before{content:"▸";position:absolute;left:0;color:#667eea;font-weight:700}.legal-section p{margin-bottom:1rem;text-align:justify;line-height:1.7}.legal-section ul{margin:1rem 0;padding-left:1.5rem}.legal-section li{margin-bottom:.75rem;list-style-type:none;position:relative;padding-left:1.5rem;line-height:1.6}.legal-section li:before{content:"•";color:#667eea;font-weight:700;position:absolute;left:0;font-size:1.2rem}.legal-section li strong{color:#2c3e50}.contact-info{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:1.5rem;border-radius:8px;border:1px solid #dee2e6;margin-top:1rem;position:relative;overflow:hidden}.contact-info:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#667eea,#764ba2)}.contact-info p{margin-bottom:.5rem;font-weight:500}.contact-info p strong{color:#2c3e50}.terms-footer{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:12px;text-align:center;margin-top:2rem;box-shadow:0 4px 20px #667eea4d;position:relative;overflow:hidden}.terms-footer:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,to{transform:rotate(0)}50%{transform:rotate(180deg)}}.terms-footer p{margin:0;font-weight:500;font-size:1.1rem;position:relative;z-index:1}@media (max-width: 768px){.legal-container{padding:1rem}.legal-header{padding:1.5rem;margin-bottom:2rem}.legal-header h1{font-size:2rem}.legal-section{padding:1.5rem;margin-bottom:1.5rem}.legal-section h2{font-size:1.3rem}.legal-section h3{font-size:1.1rem}.terms-footer p{font-size:1rem}}@media (max-width: 480px){.legal-container{padding:.5rem}.legal-header{padding:1rem;margin-bottom:1.5rem}.legal-header h1{font-size:1.8rem}.legal-section{padding:1rem;margin-bottom:1rem}.legal-section h2{font-size:1.2rem}.legal-section h3{font-size:1rem}.terms-footer{padding:1.5rem}.terms-footer p{font-size:.9rem}}@media print{.legal-container{background:#fff;padding:1rem;max-width:none}.legal-header,.legal-section{background:#fff;box-shadow:none;border:1px solid #ddd}.legal-section:hover{transform:none;box-shadow:none}.terms-footer{background:#f8f9fa;color:#333}}.legal-section:focus-within{outline:2px solid #667eea;outline-offset:2px}html{scroll-behavior:smooth}::selection{background:#667eea33;color:#2c3e50}::-moz-selection{background:#667eea33;color:#2c3e50}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 222.2 47.4% 11.2%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 222.2 84% 4.9%;--radius: .5rem;--chart-1: 12 76% 61%;--chart-2: 173 58% 39%;--chart-3: 197 37% 24%;--chart-4: 43 74% 66%;--chart-5: 27 87% 67%}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.relative{position:relative}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-1{margin-top:.25rem}.mt-4{margin-top:1rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-row{display:table-row}.grid{display:grid}.hidden{display:none}.size-4{width:1rem;height:1rem}.size-9{width:2.25rem;height:2.25rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-8{height:2rem}.h-9{height:2.25rem}.w-full{width:100%}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.whitespace-nowrap{white-space:nowrap}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-l-4{border-left-width:4px}.border-t{border-top-width:1px}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-input{border-color:hsl(var(--input))}.border-transparent{border-color:transparent}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-background{background-color:hsl(var(--background))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-card{background-color:hsl(var(--card))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-muted\/50{background-color:hsl(var(--muted) / .5)}.bg-primary{background-color:hsl(var(--primary))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-indigo-50{--tw-gradient-to: #eef2ff var(--tw-gradient-to-position)}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.pt-0{padding-top:0}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-foreground{color:hsl(var(--foreground))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-muted{color:hsl(var(--muted))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline-offset-4{text-underline-offset:4px}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;min-height:100vh}#root{width:100%;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{line-height:1.1}button{border-radius:8px;border:1px solid transparent;font-family:inherit;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{color:hsl(var(--foreground))}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive) / .8)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-green-200\/80:hover{background-color:#bbf7d0cc}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / .5)}.hover\:bg-primary\/80:hover{background-color:hsl(var(--primary) / .8)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:border-ring:focus-visible{border-color:hsl(var(--ring))}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-\[3px\]:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-destructive\/20:focus-visible{--tw-ring-color: hsl(var(--destructive) / .2)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color: hsl(var(--ring) / .5)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.has-\[\>svg\]\:px-2\.5:has(>svg){padding-left:.625rem;padding-right:.625rem}.has-\[\>svg\]\:px-3:has(>svg){padding-left:.75rem;padding-right:.75rem}.has-\[\>svg\]\:px-4:has(>svg){padding-left:1rem;padding-right:1rem}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:hsl(var(--muted))}.dark\:border-input:is(.dark *){border-color:hsl(var(--input))}.dark\:bg-destructive\/60:is(.dark *){background-color:hsl(var(--destructive) / .6)}.dark\:bg-input\/30:is(.dark *){background-color:hsl(var(--input) / .3)}.dark\:hover\:bg-accent\/50:hover:is(.dark *){background-color:hsl(var(--accent) / .5)}.dark\:hover\:bg-input\/50:hover:is(.dark *){background-color:hsl(var(--input) / .5)}.dark\:focus-visible\:ring-destructive\/40:focus-visible:is(.dark *){--tw-ring-color: hsl(var(--destructive) / .4)}@media (min-width: 768px){.md\:text-sm{font-size:.875rem;line-height:1.25rem}}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0px}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]){width:1rem;height:1rem}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}
