@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;min-height:100vh}.layout{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;padding:1rem 2rem;box-shadow:0 4px 20px #00000026;position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{text-decoration:none;color:#fff;display:flex;flex-direction:column;transition:transform .2s}.logo:hover{transform:scale(1.05)}.logo-text{font-size:1.75rem;font-weight:700;letter-spacing:-.5px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.logo-subtitle{font-size:.85rem;opacity:.95;font-weight:400;margin-top:-2px}.nav{display:flex;gap:.5rem;flex:1;justify-content:center}.nav a{color:#fff;text-decoration:none;padding:.6rem 1.2rem;border-radius:8px;transition:all .3s ease;font-weight:500;font-size:.95rem;position:relative;overflow:hidden}.nav a:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#ffffff1a;transition:left .3s ease}.nav a:hover:before{left:0}.nav a:hover{background:#ffffff26;transform:translateY(-2px)}.user-menu{display:flex;align-items:center;gap:1rem;position:relative}.user-name{font-size:.95rem;font-weight:500}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.user-avatar:hover{transform:scale(1.1);box-shadow:0 6px 16px #0003}.dropdown{position:relative}.dropdown-btn{background:#fff3;border:none;color:#fff;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .3s ease}.dropdown-btn:hover{background:#ffffff4d}.auth-buttons{display:flex;gap:.75rem}.support-contact{margin-left:1rem}.support-contact a{color:#fff;text-decoration:none;font-size:.9rem;font-weight:500;padding:.5rem .75rem;border-radius:6px;background:#ffffff26;transition:all .3s ease;display:flex;align-items:center;gap:.25rem;position:relative}.support-contact a:hover{background:#ffffff40;transform:translateY(-1px)}.support-contact a:after{content:attr(title);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:.5rem .75rem;border-radius:6px;font-size:.85rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s;margin-bottom:.5rem}.support-contact a:hover:after{opacity:1}.main-content{flex:1;padding:2.5rem 2rem;background:transparent}.btn{padding:.75rem 1.5rem;border:none;border-radius:10px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000001a;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:hover:before{width:300px;height:300px}.btn-primary{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e74c3c66}.btn-outline{background:transparent;color:#fff;border:2px solid white;box-shadow:none}.btn-outline:hover{background:#fff3;transform:translateY(-2px)}.btn-secondary{background:linear-gradient(135deg,#6c757d,#5a6268);color:#fff}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6c757d66}.btn-success{background:linear-gradient(135deg,#27ae60,#229954);color:#fff}.btn-success:hover{transform:translateY(-2px);box-shadow:0 6px 20px #27ae6066}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;background:#bdc3c7!important;color:#7f8c8d!important;box-shadow:none!important}.btn:disabled:hover{transform:none!important;box-shadow:none!important}.container{max-width:1400px;margin:0 auto}.card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 8px 32px #00000014;margin-bottom:2rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card:hover{box-shadow:0 12px 48px #0000001f;transform:translateY(-4px)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.75rem;font-weight:600;color:#2c3e50;font-size:.95rem}.form-control{width:100%;padding:.875rem 1rem;border:2px solid #e1e8ed;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#f8f9fa;font-family:inherit}.form-control:focus{outline:none;border-color:#e74c3c;background:#fff;box-shadow:0 0 0 4px #e74c3c1a;transform:translateY(-1px)}.form-control::placeholder{color:#95a5a6}textarea.form-control{min-height:120px;resize:vertical;font-family:inherit}.form-text{display:block;margin-top:.5rem;color:#7f8c8d;font-size:.85rem;line-height:1.5}select.form-control{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.error-message{color:#e74c3c;font-size:.875rem;margin-top:.5rem;display:flex;align-items:center;gap:.5rem;font-weight:500}.success-message{color:#27ae60;font-size:.875rem;margin-top:.5rem;display:flex;align-items:center;gap:.5rem;font-weight:500}.header-desktop{display:block}.header-mobile{display:none}.desktop-only{display:inline-block}@media (max-width: 768px){.header-desktop{display:none}.header-mobile{display:block;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 4px 20px #00000026}.mobile-header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem}.mobile-logo{text-decoration:none;color:#fff}.mobile-logo .logo-text{font-size:1.5rem;font-weight:700;letter-spacing:-.5px}.mobile-header-actions{display:flex;align-items:center;gap:1rem}.support-contact-mobile a{color:#fff;text-decoration:none;font-size:.9rem;font-weight:500;padding:.5rem .75rem;border-radius:6px;background:#ffffff26}.mobile-menu-toggle{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center}.hamburger{width:24px;height:20px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger span{display:block;height:3px;width:100%;background:#fff;border-radius:3px;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu{max-height:0;overflow:hidden;transition:max-height .3s ease;background:linear-gradient(135deg,#e74c3c,#c0392b);border-top:1px solid rgba(255,255,255,.2)}.mobile-menu.open{max-height:500px}.mobile-nav{display:flex;flex-direction:column;padding:1rem;gap:.5rem}.mobile-nav a{color:#fff;text-decoration:none;padding:1rem;border-radius:8px;font-weight:500;transition:background .3s ease}.mobile-nav a:hover,.mobile-nav a:active{background:#ffffff26}.mobile-user-info{display:flex;align-items:center;gap:1rem;padding:1rem;margin-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.mobile-user-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.25rem;flex-shrink:0}.mobile-user-details{flex:1}.mobile-user-name{color:#fff;font-weight:600;margin-bottom:.5rem}.mobile-logout-btn{background:#fff3;border:none;color:#fff;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;width:100%}.mobile-auth-buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.mobile-auth-buttons .btn{width:100%;justify-content:center}.desktop-only{display:none!important}.main-content{padding:1.5rem 1rem}.card{padding:1.5rem}.header-content{flex-wrap:wrap;gap:1rem}.nav{order:3;width:100%;justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem}}.auth-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem}.auth-card{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 12px 48px #00000026;width:100%;max-width:450px;animation:slideUp .5s ease;border:1px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-card h2{margin-bottom:2rem;color:#2c3e50;text-align:center;font-size:2rem;font-weight:700;background:linear-gradient(135deg,#2c3e50,#34495e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-block{width:100%;margin-top:1.5rem;padding:1rem;font-size:1.05rem}.auth-link{text-align:center;margin-top:1.5rem;color:#7f8c8d;font-size:.95rem}.auth-link a{color:#e74c3c;text-decoration:none;font-weight:600;transition:all .3s ease;border-bottom:2px solid transparent}.auth-link a:hover{border-bottom-color:#e74c3c;transform:translateY(-1px)}.remember-me{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:400;color:#2c3e50;font-size:.9rem;-webkit-user-select:none;user-select:none}.remember-me input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#e74c3c}.remember-me span{cursor:pointer}.support-info{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e1e8ed}.support-info p{color:#7f8c8d;font-size:.9rem;margin:0}.support-info a{color:#e74c3c;text-decoration:none;font-weight:600;transition:all .3s ease}.support-info a:hover{color:#c0392b;text-decoration:underline}.otp-input-container{display:flex;gap:.75rem;justify-content:center;margin:1rem 0}.otp-input{width:50px;height:50px;text-align:center;font-size:1.5rem;font-weight:600;border:2px solid #e1e8ed;border-radius:8px;background:#f8f9fa;transition:all .2s}.otp-input:focus{outline:none;border-color:#e74c3c;background:#fff;box-shadow:0 0 0 4px #e74c3c1a;transform:scale(1.05)}.otp-input:disabled{background:#e9ecef;cursor:not-allowed}@media (max-width: 768px){.otp-input{width:45px;height:45px;font-size:1.25rem}.otp-input-container{gap:.5rem}}@media (max-width: 768px){.auth-card{padding:2rem 1.5rem;border-radius:20px}.auth-card h2{font-size:1.75rem}}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}@media (max-width: 1200px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.features-grid{grid-template-columns:1fr}.intro-modal{width:95%}}.feature-card{background:#f8f9fa;border-radius:8px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.feature-icon{font-size:2.5rem;margin-bottom:1rem;text-align:center}.feature-card h3{font-size:1.1rem;color:#333;margin-bottom:.75rem;text-align:center}.feature-card p{font-size:.9rem;color:#666;line-height:1.6;text-align:center;margin:0}.intro-modal-footer{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.dont-show-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.95rem;color:#666;-webkit-user-select:none;user-select:none}.dont-show-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}.dont-show-checkbox span{cursor:pointer}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.dashboard-header h1{color:#2c3e50;font-size:1.75rem;font-weight:700;margin:0}.dashboard-section{margin-bottom:2rem}.dashboard-section h2{color:#2c3e50;margin-bottom:1.25rem;font-size:1.35rem;font-weight:600}.exam-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.exam-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;text-decoration:none;color:inherit;transition:all .3s ease;border:1px solid #e1e8ed;display:flex;flex-direction:column}.exam-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f;border-color:#e74c3c}.exam-card h3{color:#2c3e50;margin-bottom:.5rem;font-size:1.15rem;font-weight:600;line-height:1.4}.exam-subtitle{color:#7f8c8d;font-size:.85rem;margin-bottom:1rem;font-weight:400}.exam-stats{display:flex;gap:1.25rem;color:#7f8c8d;font-size:.85rem;margin-top:auto;padding-top:.75rem}.exam-stats span{display:flex;align-items:center;gap:.5rem;font-weight:500}.exam-card .btn{margin-top:1rem;width:100%;justify-content:center}@media (max-width: 768px){.dashboard-header h1{font-size:1.5rem}.dashboard-header .desktop-only{display:none!important}.exam-grid{grid-template-columns:1fr;gap:1.5rem}.exam-card{padding:1.5rem}}.file-info{margin-top:.75rem;padding:1rem;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:12px;display:flex;justify-content:space-between;align-items:center;color:#2e7d32;font-size:.9rem;font-weight:500;border:2px solid #c8e6c9;animation:slideDown .3s ease}.file-info span:first-child{display:flex;align-items:center;gap:.5rem}.form-text{display:block;margin-top:.5rem;color:#7f8c8d;font-size:.875rem;line-height:1.5}.form-actions{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1rem}.form-actions .btn{flex:1;max-width:200px}.format-guide-section{margin-bottom:2rem;border:1px solid #e1e8ed;border-radius:8px;overflow:hidden}.format-guide-toggle{width:100%;padding:1rem;background:#f8f9fa;border:none;text-align:left;font-weight:600;color:#2c3e50;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .2s}.format-guide-toggle:hover{background:#e9ecef}.format-guide-content{padding:1.5rem;background:#fff;border-top:1px solid #e1e8ed}.format-guide-content h3{margin-top:0;margin-bottom:1rem;color:#2c3e50;font-size:1.2rem}.format-guide-content h4{margin-top:1.5rem;margin-bottom:.75rem;color:#34495e;font-size:1rem}.format-guide-content p{color:#666;margin-bottom:1rem;line-height:1.6}.format-example{margin:1.5rem 0;padding:1rem;background:#f8f9fa;border-radius:6px;border-left:4px solid #e74c3c}.format-code{background:#2c3e50;color:#ecf0f1;padding:1rem;border-radius:6px;overflow-x:auto;font-family:Courier New,monospace;font-size:.9rem;line-height:1.6;margin:0;white-space:pre-wrap;word-wrap:break-word}.format-rules,.format-notes{margin-top:1.5rem;padding:1rem;background:#fff3cd;border-radius:6px;border-left:4px solid #ffc107}.format-rules ul,.format-notes ul{margin:.5rem 0;padding-left:1.5rem;color:#856404}.format-rules li,.format-notes li{margin:.5rem 0;line-height:1.6}.format-rules strong,.format-notes strong{color:#856404}.intro-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.intro-modal{background:#fff;border-radius:12px;width:60%;max-width:1200px;max-height:95vh;overflow-y:auto;position:relative;box-shadow:0 8px 32px #0000004d}.intro-modal-close{position:absolute;top:1rem;right:1rem;background:#f0f0f0;border:none;width:36px;height:36px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s;z-index:10}.intro-modal-close:hover{background:#e0e0e0;color:#333}.intro-modal-content{padding:2.5rem}.intro-modal-content h1{font-size:1.75rem;color:#333;margin-bottom:1rem;text-align:center;padding-right:2rem}.intro-description{text-align:center;color:#666;font-size:1.1rem;margin-bottom:2rem;line-height:1.6}.intro-modal-footer{display:flex;justify-content:flex-end;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}@media (max-width: 768px){.intro-modal{width:95%}.intro-modal-content{padding:1.5rem}.intro-modal-content h1{font-size:1.5rem;padding-right:0}.intro-modal-footer{flex-direction:column}.intro-modal-footer .btn{width:100%}}.exam-edit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;flex-wrap:wrap;gap:1.5rem}.exam-edit-header h2{color:#2c3e50;font-size:2rem;font-weight:700;margin:0}.exam-status{display:flex;align-items:center;gap:1rem}.status-badge{padding:.5rem 1.25rem;border-radius:20px;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #0000001a}.status-badge.draft{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff}.status-badge.published{background:linear-gradient(135deg,#27ae60,#229954);color:#fff}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-danger{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff}.btn-danger:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e74c3c66}.question-item{border:2px solid #e1e8ed;border-radius:16px;padding:2rem;margin-bottom:2rem;background:linear-gradient(135deg,#fff,#f8f9fa);transition:all .3s ease}.question-item:hover{border-color:#e74c3c;box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:2px solid #ecf0f1}.question-number{font-weight:700;color:#e74c3c;font-size:1.25rem}.question-actions{display:flex;gap:.75rem}.question-content{font-size:1.15rem;margin-bottom:1.5rem;color:#2c3e50;line-height:1.7;font-weight:500}.option-item{padding:1rem 1.25rem;background:#fff;border-radius:12px;border:2px solid #e1e8ed;display:flex;align-items:center;gap:.75rem;transition:all .3s ease}.option-item:hover{border-color:#bdc3c7;transform:translate(4px)}.option-item.correct{border-color:#27ae60;background:linear-gradient(135deg,#d4edda,#c3e6cb);box-shadow:0 4px 12px #27ae6033}.correct-badge{margin-left:auto;color:#27ae60;font-weight:700;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.question-editor{background:#fff;padding:2rem;border-radius:16px;border:3px solid #e74c3c;box-shadow:0 8px 32px #e74c3c33;animation:slideDown .4s ease}.option-editor{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem;background:#f8f9fa;border-radius:10px}.option-editor input[type=radio]{width:20px;height:20px;accent-color:#e74c3c;cursor:pointer}.option-editor input[type=text]{flex:1}.warning-message{margin-bottom:1rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#fff3cd,#ffeaa7);color:#856404;border-radius:12px;font-weight:500;border:2px solid #ffeaa7;display:flex;align-items:center;gap:.75rem}@media (max-width: 768px){.exam-edit-header{flex-direction:column;align-items:flex-start}.question-item,.question-editor{padding:1.5rem}}.exam-setup-container{max-width:900px;margin:0 auto;padding:1.5rem}.exam-header-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #00000014;border:1px solid #e1e8ed}.exam-header-section h1{color:#2c3e50;font-size:1.5rem;margin-bottom:.5rem;font-weight:700;line-height:1.3}.exam-subtitle{color:#7f8c8d;margin-bottom:1rem;font-size:.9rem;font-weight:400}.exam-stats{display:flex;gap:1.5rem;color:#34495e;font-size:.9rem;font-weight:500}.setup-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #00000014;border:1px solid #e1e8ed}.setup-section h2{color:#2c3e50;margin-bottom:1.25rem;font-size:1.25rem;font-weight:600;padding-bottom:.75rem;border-bottom:1px solid #ecf0f1}.question-range-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem}.range-btn{padding:.625rem 1.25rem;border:1px solid #e1e8ed;background:#f8f9fa;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:.9rem;font-weight:500;color:#34495e}.range-btn:hover{border-color:#e74c3c;color:#e74c3c;background:#fff5f5}.range-btn.active{background:#e74c3c;color:#fff;border-color:#e74c3c}.toggle-group{display:flex;flex-direction:column;gap:.5rem;padding:.875rem 0;border-bottom:1px solid #ecf0f1}.toggle-group:last-child{border-bottom:none}.toggle-group label{display:flex;justify-content:space-between;align-items:center;width:100%;cursor:pointer;margin:0}.toggle-group label{display:flex;justify-content:space-between;align-items:center;width:100%;cursor:pointer;margin:0;font-weight:500;color:#2c3e50}.history-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #00000014;border:1px solid #e1e8ed}.history-section h3{color:#2c3e50;margin-bottom:.75rem;font-size:1.15rem;font-weight:600}.history-section p{color:#7f8c8d;font-size:.9rem}.action-buttons{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 0}@media (max-width: 768px){.exam-setup-container{padding:1rem}.exam-header-section,.setup-section,.history-section{padding:1.5rem}.question-range-buttons{gap:.75rem}.range-btn{padding:.75rem 1.25rem;font-size:.875rem}}.exam-taking-container{max-width:1000px;margin:0 auto;background:#fff;border-radius:24px;box-shadow:0 12px 48px #00000026;overflow:hidden;animation:slideUp .5s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.exam-header{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;padding:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;position:relative;overflow:hidden}.exam-title{font-size:1.5rem;font-weight:700;z-index:1;text-shadow:0 2px 8px rgba(0,0,0,.2);line-height:1.3}.exam-controls{display:flex;align-items:center;gap:1.5rem;z-index:1;flex-wrap:wrap}.question-counter{font-size:1.25rem;font-weight:700;background:#fff3;padding:.5rem 1rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.timer{font-size:1.1rem;font-weight:700;padding:.5rem 1rem;background:#ffffff40;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auto-next-timer{background:#27ae604d;color:#fff}.progress-bar{height:6px;background-color:#ecf0f1;width:100%;position:relative;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#e74c3c,#c0392b,#e74c3c);background-size:200% 100%;transition:width .4s cubic-bezier(.4,0,.2,1);animation:shimmer 2s infinite;box-shadow:0 0 10px #e74c3c80}.notification{padding:1rem 1.5rem;margin:1rem 2rem;border-radius:8px;font-weight:600;text-align:center;animation:slideDown .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000001a;font-size:.95rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.notification.success{background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724;border:2px solid #c3e6cb}.notification.error{background:linear-gradient(135deg,#f8d7da,#f5c6cb);color:#721c24;border:2px solid #f5c6cb}.question-container{padding:2rem}.question-content{margin-bottom:2.5rem}.question-content h3{color:#2c3e50;font-size:1.5rem;line-height:1.7;font-weight:600;margin:0}.options-container{display:flex;flex-direction:column;gap:1.25rem}.option-label{display:flex;align-items:flex-start;padding:1rem;border:1px solid #e1e8ed;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#f8f9fa;gap:.75rem}.option-label:hover{border-color:#e74c3c;background:#fff5f5;transform:translate(4px);box-shadow:0 2px 8px #e74c3c1a}.option-label.selected{border-color:#e74c3c;background:#fff5f5;box-shadow:0 2px 8px #e74c3c26}.option-label.correct{border-color:#27ae60;background:#d4edda;box-shadow:0 2px 8px #27ae6026}.option-label.wrong{border-color:#e74c3c;background:#f8d7da;box-shadow:0 2px 8px #e74c3c26}.option-label input[type=radio]{margin:0;margin-top:.25rem;cursor:pointer;width:20px;height:20px;accent-color:#e74c3c;flex-shrink:0}.option-label-text{flex:1;line-height:1.7;color:#2c3e50;font-size:1.05rem;display:flex;align-items:flex-start;gap:.5rem}.option-label-text strong{color:#34495e;font-weight:700;flex-shrink:0}.correct-badge{color:#27ae60;font-weight:600;font-size:.85rem;margin-left:auto}.exam-footer{padding:1.5rem;background:#f8f9fa}.auto-next-info{text-align:center;color:#7f8c8d;font-size:.85rem;margin-bottom:1rem;font-weight:400;padding:.5rem}.navigation-buttons{display:flex;justify-content:space-between;gap:.75rem}.navigation-buttons .btn{flex:1;max-width:180px;padding:.75rem 1.5rem;font-size:.95rem}@media (max-width: 768px){.exam-taking-container{border-radius:0;margin:-1rem}.exam-header{padding:1.5rem;flex-direction:column;align-items:flex-start}.exam-controls{width:100%;justify-content:space-between}.question-container{padding:1.5rem}.question-content h3{font-size:1.25rem}.option-label{padding:1.25rem}.exam-footer{padding:1.5rem}.navigation-buttons{flex-direction:column}.navigation-buttons .btn{max-width:100%}}.exam-preview-container{max-width:1000px;margin:0 auto;padding:2rem;animation:fadeIn .5s ease}.preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;background:#fff;padding:2rem;border-radius:20px;box-shadow:0 8px 32px #0000001a;flex-wrap:wrap;gap:1.5rem}.preview-header h2{color:#2c3e50;margin:0;font-size:1.75rem;font-weight:700}.toggle-answer label{display:flex;align-items:center;gap:1rem;cursor:pointer;font-weight:500;color:#2c3e50}.toggle-switch{position:relative;width:56px;height:30px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bdc3c7;transition:.4s cubic-bezier(.4,0,.2,1);border-radius:30px;box-shadow:inset 0 2px 4px #0000001a}.slider:before{position:absolute;content:"";height:24px;width:24px;left:3px;bottom:3px;background-color:#fff;transition:.4s cubic-bezier(.4,0,.2,1);border-radius:50%;box-shadow:0 2px 8px #0003}.slider.on{background:linear-gradient(135deg,#e74c3c,#c0392b)}.slider.on:before{transform:translate(26px)}.questions-list{display:flex;flex-direction:column;gap:2rem}.question-preview{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 8px 32px #0000001a;border:2px solid transparent;transition:all .3s ease}.question-preview:hover{border-color:#e74c3c;box-shadow:0 12px 48px #e74c3c26;transform:translateY(-4px)}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #ecf0f1}.question-number{font-weight:700;color:#e74c3c;font-size:1.35rem}.question-content{font-size:1.2rem;margin-bottom:1.5rem;color:#2c3e50;line-height:1.7;font-weight:500}.question-options{display:flex;flex-direction:column;gap:1rem}.option-preview{padding:1.25rem;background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:12px;border:2px solid #e1e8ed;display:flex;align-items:center;gap:.75rem;transition:all .3s ease}.option-preview:hover{border-color:#bdc3c7;transform:translate(4px)}.option-preview.correct{border-color:#27ae60;background:linear-gradient(135deg,#d4edda,#c3e6cb);box-shadow:0 4px 12px #27ae6033}.correct-badge{margin-left:auto;color:#27ae60;font-weight:700;font-size:.95rem;display:flex;align-items:center;gap:.5rem}.preview-footer{display:flex;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem}@media (max-width: 768px){.exam-preview-container{padding:1rem}.preview-header{padding:1.5rem;flex-direction:column;align-items:flex-start}.question-preview{padding:1.5rem}}.manage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.manage-header h1{color:#2c3e50;font-size:1.75rem;font-weight:700;margin:0}.empty-state{text-align:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid #e1e8ed}.empty-state p{color:#7f8c8d;font-size:1.1rem;margin-bottom:1.5rem}.exam-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid #e1e8ed;overflow-x:auto}.exam-table{width:100%;border-collapse:collapse}.exam-table thead{background:#f8f9fa;border-bottom:2px solid #e1e8ed}.exam-table th{padding:1rem;text-align:left;font-weight:600;color:#2c3e50;font-size:.95rem}.exam-table td{padding:1rem;border-bottom:1px solid #ecf0f1;color:#34495e;font-size:.9rem}.exam-table tbody tr:hover{background:#f8f9fa}.exam-table tbody tr:last-child td{border-bottom:none}.exam-title-link{color:#2c3e50;text-decoration:none;font-weight:500;transition:color .2s ease}.exam-title-link:hover{color:#e74c3c}.status-badge{display:inline-block;padding:.375rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600;text-transform:uppercase}.status-badge.draft{background:#fff3cd;color:#856404}.status-badge.published{background:#d4edda;color:#155724}.privacy-badge{display:inline-block;padding:.375rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.privacy-badge.public{background:#d4edda;color:#155724}.privacy-badge.private{background:#e1e8ed;color:#34495e}.privacy-hint{display:inline-block;margin-left:.5rem;font-size:.9rem;cursor:help}.action-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.btn-sm{padding:.5rem 1rem;font-size:.85rem}.btn-danger{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border:none}.btn-danger:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #e74c3c66}.btn-danger:disabled{opacity:.5;cursor:not-allowed;background:#bdc3c7!important;color:#7f8c8d!important}@media (max-width: 768px){.exam-table-container{overflow-x:scroll}.exam-table{min-width:800px}.action-buttons{flex-direction:column}.btn-sm{width:100%}}.exam-search-container{max-width:500px;margin:2rem auto;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.exam-search-container h1{text-align:center;margin-bottom:.5rem;color:#333}.search-description{text-align:center;color:#666;margin-bottom:2rem}.search-form{display:flex;flex-direction:column;gap:1rem}.search-input{font-size:1.25rem;text-align:center;letter-spacing:.5rem;font-weight:600;padding:1rem}.search-input::placeholder{letter-spacing:.1rem;font-weight:400}.error-message{color:#e74c3c;text-align:center;padding:.5rem}@media (max-width: 768px){.exam-search-container{margin:1rem;padding:1.5rem}.exam-search-container h1{font-size:1.5rem}.search-input{font-size:1.1rem;letter-spacing:.3rem}}.result-container{max-width:700px;margin:0 auto;animation:fadeIn .6s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.result-header{text-align:center;margin-bottom:2rem}.result-header h2{color:#2c3e50;font-size:1.75rem;margin-bottom:.5rem;font-weight:700}.result-header h3{color:#7f8c8d;font-size:1rem;font-weight:400}.result-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 2px 8px #00000014;text-align:center;border:1px solid #e1e8ed}.score-circle{width:180px;height:180px;border-radius:50%;border:6px solid;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 2rem;box-shadow:0 4px 16px #0000001a}.score-value{font-size:2.5rem;font-weight:700;margin-bottom:.25rem}.score-label{font-size:.95rem;color:#7f8c8d;font-weight:500}.result-details{margin-bottom:1.5rem}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:.875rem 0;border-bottom:1px solid #ecf0f1}.detail-item:last-child{border-bottom:none}.detail-label{color:#7f8c8d;font-weight:500;font-size:.9rem}.detail-value{color:#2c3e50;font-weight:600;font-size:1rem}.result-message{margin-bottom:1.5rem;padding:1rem;border-radius:8px}.result-message p{font-size:1.05rem;margin:0;font-weight:600;padding:.8rem;border-radius:8px}.success-message{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.warning-message{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.error-message{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.result-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.result-actions .btn{min-width:140px;padding:.75rem 1.5rem;font-size:.95rem}@media (max-width: 768px){.result-container{padding:1rem}.result-card{padding:2.5rem 1.5rem}.score-circle{width:180px;height:180px}.score-value{font-size:2.5rem}.result-header h2{font-size:2rem}}.history-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.history-item{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 8px #0000001a;transition:box-shadow .2s}.history-item:hover{box-shadow:0 4px 12px #00000026}.history-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.history-header h3{color:#333;margin:0;font-size:1rem;font-weight:600;flex:1}.score-badge{padding:.375rem .75rem;border-radius:6px;font-weight:600;font-size:.9rem;min-width:50px;text-align:center}.score-badge.excellent{background:#d4edda;color:#155724}.score-badge.good{background:#fff3cd;color:#856404}.score-badge.poor{background:#f8d7da;color:#721c24}.history-stats{display:flex;gap:1rem;margin-bottom:.5rem}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.75rem;color:#666}.stat-value{font-size:.9rem;font-weight:600;color:#333}@media (max-width: 768px){.history-list{grid-template-columns:1fr;gap:1rem}.history-item{padding:1rem}.history-header{flex-direction:column;gap:.5rem}.history-stats{flex-wrap:wrap;gap:.75rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;color:#2c3e50}code{font-family:Fira Code,Courier New,monospace}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#e74c3c,#c0392b);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#c0392b,#a93226)}
