@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";html,body{width:100%;overflow-x:hidden}:root{--primary-green: #10d9a3;--primary-blue: #667eea;--primary-purple: #764ba2;--accent-orange: #f093fb;--dark-text: #1a202c;--gray-text: #4a5568;--light-gray: #f7fafc;--light-green: #c6f6d5;--white: #ffffff;--shadow-sm: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);--shadow-md: 0 4px 6px rgba(0,0,0,.07), 0 1px 3px rgba(0,0,0,.06);--shadow-lg: 0 10px 25px rgba(0,0,0,.1), 0 6px 10px rgba(0,0,0,.05);--gradient-primary: linear-gradient(135deg, #c3b3b3 0%, #4e02ff 100%);--gradient-accent: linear-gradient(135deg, #bfebc6 0%, #2c1557 100%);--gradient-success: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);--font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif}.codevocado-home{min-height:100vh;font-family:var(--font-family);background:var(--white);position:relative;width:100%;margin:0;padding:0}.codevocado-nav{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.2);z-index:1000;padding:0;box-shadow:var(--shadow-sm)}.nav-container{width:100%;margin:0;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:none}.nav-brand{display:flex;align-items:center;gap:1rem}.brand-icon-img{width:45px;height:45px;object-fit:contain;border-radius:12px;background:var(--gradient-primary);padding:8px;box-shadow:var(--shadow-md)}.brand-text{display:flex;flex-direction:column;gap:.2rem}.brand-logo{font-weight:800;font-size:1.4rem;background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.02em}.org-text{color:var(--gray-text);font-size:.8rem;font-weight:500}.nav-menu{display:flex;align-items:center;gap:1rem}.nav-link{text-decoration:none;color:var(--gray-text);font-weight:500;font-size:.95rem}.nav-link.active{color:var(--primary-blue)}.candidate-login-btn{background:var(--gradient-primary);color:#fff;padding:.8rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:.9rem;box-shadow:var(--shadow-md);transition:all .3s ease;position:relative;overflow:hidden}.candidate-login-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.candidate-login-btn: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}.candidate-login-btn:hover:before{left:100%}.book-demo-btn{background:#fff;color:var(--primary-blue);padding:.8rem 2rem;border-radius:50px;border:2px solid var(--primary-blue);font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;font-family:var(--font-family);box-shadow:var(--shadow-sm)}.book-demo-btn:hover{background:var(--primary-blue);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-md)}.demo-modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease;padding:1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.demo-modal-content{background:#fff;border-radius:24px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;position:relative}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.demo-modal-close{position:absolute;top:20px;right:20px;background:#f1f5f9;border:none;width:36px;height:36px;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#64748b;z-index:1}.demo-modal-close:hover{background:#e2e8f0;color:#334155;transform:rotate(90deg)}.demo-modal-header{padding:40px 40px 24px;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:24px 24px 0 0}.demo-modal-header h2{font-size:28px;font-weight:700;margin-bottom:8px;letter-spacing:-.5px}.demo-modal-header p{font-size:15px;opacity:.95;font-weight:400}.demo-form{padding:32px 40px 40px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#1e293b;font-size:14px}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:15px;font-family:var(--font-family);transition:all .2s ease;color:#334155;background:#f8fafc}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:100px}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.demo-submit-btn{width:100%;padding:14px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:var(--font-family);box-shadow:0 4px 12px #667eea4d}.demo-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.demo-submit-btn:disabled{opacity:.6;cursor:not-allowed}.demo-success-message{padding:60px 40px;text-align:center}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#10d9a3,#48bb78);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:40px;color:#fff;animation:scaleIn .5s ease}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.demo-success-message h3{font-size:24px;color:#1e293b;margin-bottom:8px;font-weight:700}.demo-success-message p{font-size:16px;color:#64748b}@media (max-width: 768px){.demo-modal-content{max-width:100%;border-radius:16px}.demo-modal-header{padding:32px 24px 20px;border-radius:16px 16px 0 0}.demo-modal-header h2{font-size:24px}.demo-form{padding:24px}.demo-success-message{padding:48px 24px}.book-demo-btn{padding:.7rem 1.5rem;font-size:.85rem}}.hero-section{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding-top:80px;background:linear-gradient(135deg,#6d80d2 25%,#755492 55%,#9c879e);background-size:400% 400%;animation:gradientShift 8s ease infinite;overflow:hidden}.hero-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.1) 0%,transparent 50%);z-index:1}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero-illustration{position:relative;width:600px;height:300px;margin-bottom:3rem;display:flex;justify-content:center;align-items:center}.codevocado-logo{width:300px;height:300px;object-fit:contain;filter:drop-shadow(0 10px 25px rgba(0,0,0,.1));transition:transform .3s ease}.codevocado-logo:hover{transform:scale(1.05)}.illustration-bg{position:absolute;top:0;left:50%;transform:translate(-50%);width:500px;height:250px;background:var(--light-green);border-radius:50%;opacity:.6}.hero-content{text-align:center;z-index:10;position:relative;max-width:700px}.main-title{font-size:4.5rem;font-weight:900;color:#fff;margin-bottom:1.5rem;letter-spacing:-.02em;line-height:1.1;text-shadow:0 4px 8px rgba(0,0,0,.2);animation:titleGlow 3s ease-in-out infinite alternate}@keyframes titleGlow{0%{transform:scale(1);text-shadow:0 4px 8px rgba(0,0,0,.2)}to{transform:scale(1.02);text-shadow:0 6px 12px rgba(0,0,0,.3)}}.subtitle{font-size:1.4rem;color:#ffffffe6;font-weight:500;line-height:1.6;text-shadow:0 2px 4px rgba(0,0,0,.1)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.value-prop-section{padding:100px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;overflow:hidden}.value-prop-content{text-align:center;max-width:900px;margin:0 auto;position:relative;z-index:2}.value-prop-title{font-size:3.5rem;font-weight:800;color:var(--dark-text);margin-bottom:2rem;line-height:1.2}.brand-highlight{background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:900}.value-points{display:flex;justify-content:center;gap:4rem;margin-bottom:4rem;font-size:1.8rem}.value-point{display:flex;align-items:center;gap:.5rem}.bullet{color:var(--primary-blue);font-weight:900;font-size:2rem}.highlight-blue{color:var(--primary-blue);font-weight:700}.talent-illustration{margin-top:3rem;display:flex;justify-content:center;padding:2rem 0}.talent-svg{width:100%;max-width:800px;height:auto;filter:drop-shadow(0 10px 25px rgba(0,0,0,.1));transition:transform .3s ease}.talent-svg:hover{transform:scale(1.02)}.features-section{padding:80px 0;background:var(--white)}.features-section h2{text-align:center;font-size:2.5rem;font-weight:800;color:var(--dark-text);margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.feature-card{text-align:center;padding:2.5rem;border-radius:20px;background:#fff;border:1px solid rgba(255,255,255,.2);transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--gradient-success);opacity:.05;transition:left .5s ease}.feature-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #00000026}.feature-card:hover:before{left:100%}.feature-card .feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.5rem;font-weight:700;color:var(--dark-text);margin-bottom:1rem}.feature-card p{color:var(--gray-text);line-height:1.6}.about-section{padding:80px 0;background:var(--light-gray)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.5rem;font-weight:800;color:var(--dark-text);margin-bottom:1.5rem}.about-text p{color:var(--gray-text);line-height:1.7;margin-bottom:1rem;font-size:1.1rem}.about-stats{display:flex;flex-direction:column;gap:2rem}.stat-item{text-align:center;padding:1.5rem;background:var(--white);border-radius:12px;box-shadow:0 4px 15px #0000001a}.stat-number{font-size:2.5rem;font-weight:900;color:var(--primary-green);margin-bottom:.5rem}.stat-label{color:var(--gray-text);font-weight:500}.site-footer{background:var(--dark-text);color:var(--white);padding:0}.footer-content{width:100%;margin:0;padding:0;max-width:none}.footer-main{padding:4rem 2rem 2rem;display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:start}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{width:60px;height:60px;object-fit:contain;border-radius:15px;background:var(--gradient-primary);padding:12px;box-shadow:var(--shadow-lg)}.footer-brand .footer-name{font-size:1.8rem;font-weight:700;background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.footer-description{color:var(--white);opacity:.8;line-height:1.6;max-width:300px}.footer-sections{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-section-title{font-size:1rem;font-weight:600;color:var(--white);margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-link{color:var(--white);opacity:.7;text-decoration:none;font-size:.9rem;transition:opacity .3s ease;cursor:pointer}.footer-link:hover{opacity:1;color:var(--primary-green)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 2rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center}.footer-text{color:var(--white);opacity:.6;font-size:.9rem}.footer-social{display:flex;gap:2rem}.user-types-section{padding:6rem 0;background:#f8fafc}.user-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.user-type-card{background:#fff;padding:2rem;border-radius:16px;text-align:center;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease}.user-type-card:hover{transform:translateY(-5px)}.user-icon{font-size:3rem;margin-bottom:1rem}.user-type-card h3{color:#1e293b;margin-bottom:1rem}.user-type-card p{color:#64748b;line-height:1.6}.testimonials-section{padding:8rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative}.testimonials-header{text-align:center;margin-bottom:3rem}.testimonials-header h2{font-size:3rem;font-weight:800;color:var(--dark-text);margin-bottom:1rem}.testimonials-header p{font-size:1.2rem;color:var(--gray-text);max-width:600px;margin:0 auto}.testimonials-slider{position:relative;overflow:hidden;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto;padding:0 20px}.testimonials-track{display:flex;transition:transform .8s ease-in-out;animation:perfectTestimonials 28s infinite;width:700%}@keyframes perfectTestimonials{0%,13%{transform:translate(0)}14.3%,27.3%{transform:translate(-14.28%)}28.6%,41.6%{transform:translate(-28.56%)}42.9%,55.9%{transform:translate(-42.84%)}57.2%,70.2%{transform:translate(-57.12%)}71.5%,84.5%{transform:translate(-71.4%)}85.8%,98.8%{transform:translate(-85.68%)}to{transform:translate(0)}}.testimonials-track:hover{animation-play-state:paused}.testimonial-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;border:1px solid #e5e7eb;position:relative;overflow:hidden;width:14.28%;height:280px;flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease}.testimonial-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--gradient-success);opacity:.03;transition:left .5s ease}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 8px 32px #0000001f}.testimonial-card:hover:before{left:100%}.testimonial-content{margin-bottom:1.5rem;position:relative;z-index:2}.testimonial-stars{display:flex;gap:4px;margin-bottom:1.5rem}.star{color:#fbbf24;font-size:1.2rem}.quote-icon{display:none}.testimonial-content p{font-size:.9rem;line-height:1.5;color:#374151;font-weight:400;font-style:normal;letter-spacing:.01em;margin:0;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.testimonial-author{display:flex;align-items:center;gap:.75rem;position:relative;z-index:2}.author-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;background:#e5e7eb;flex-shrink:0;display:flex;align-items:center;justify-content:center}.author-avatar-icon{width:24px;height:24px;color:#6b7280}.author-avatar img{width:100%;height:100%;object-fit:cover}.author-info h4{font-size:.9rem;font-weight:600;color:#1f2937;margin-bottom:.1rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.author-info p{font-size:.8rem;color:#6b7280;line-height:1.2;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.slider-dots{display:none}.testimonials-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-top:3rem;border-top:1px solid rgba(0,0,0,.1)}.testimonials-stats .stat-item{text-align:center;padding:2rem;background:#fff;border-radius:16px;box-shadow:var(--shadow-md);transition:transform .3s ease}.testimonials-stats .stat-item:hover{transform:translateY(-5px)}.testimonials-stats .stat-number{font-size:2.8rem;font-weight:900;background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.testimonials-stats .stat-label{font-size:1rem;color:var(--gray-text);font-weight:500}.cta-section{padding:8rem 0;background:var(--gradient-primary);color:#fff;text-align:center;position:relative;overflow:hidden}.cta-section: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:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cta-content{position:relative;z-index:2}.cta-content h2{font-size:3rem;margin-bottom:1.5rem;font-weight:800;text-shadow:0 2px 4px rgba(0,0,0,.1)}.cta-content p{font-size:1.3rem;margin-bottom:3rem;opacity:.95;max-width:650px;margin-left:auto;margin-right:auto;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{display:inline-flex;align-items:center;padding:1.2rem 2.5rem;border-radius:50px;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:2px solid transparent;font-size:1rem;position:relative;overflow:hidden}.cta-button.primary{background:#fff;color:#667eea;box-shadow:0 6px 20px #fff6}.cta-button.primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--gradient-accent);transition:left .5s ease;z-index:-1}.cta-button.primary:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 12px 35px #fff9;color:#fff}.cta-button.primary:hover:before{left:0}.cta-button.secondary{background:transparent;color:#fff;border-color:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button.secondary:hover{background:#fff;color:#667eea;transform:translateY(-3px) scale(1.05);box-shadow:0 12px 35px #ffffff4d}.admin-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem;max-width:600px;margin-left:auto;margin-right:auto}.admin-feature{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.95rem}.feature-bullet{background:#fff3;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0}@media (max-width: 768px){.container{padding:0 1rem}.hero-illustration{width:300px;height:200px}.codevocado-logo{width:200px;height:200px}.main-title{font-size:3rem}.subtitle{font-size:1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.about-content{grid-template-columns:1fr;gap:2rem}.footer-content{flex-direction:column;gap:1rem;text-align:center}.about-stats{flex-direction:row;justify-content:space-around}.stat-item{flex:1;margin:0 .5rem}.cta-content h2{font-size:2rem}.cta-content p{font-size:1.1rem}.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:280px}.admin-features{grid-template-columns:1fr;gap:.8rem}.admin-feature{font-size:.9rem}.value-prop-title{font-size:2.5rem}.value-points{flex-direction:column;gap:1.5rem;font-size:1.4rem}.talent-svg{max-width:100%;padding:0 1rem}.testimonials-header h2{font-size:2.2rem}.testimonials-slider{max-width:95%;padding:0 10px}.testimonial-card{height:260px;padding:1.5rem}.testimonial-content p{font-size:.85rem;-webkit-line-clamp:3;line-clamp:3}.author-avatar{width:40px;height:40px}.author-avatar-icon{width:20px;height:20px}.author-info h4{font-size:.85rem}.author-info p{font-size:.75rem}.testimonial-card{padding:2rem}.testimonials-stats{grid-template-columns:1fr;gap:1.5rem}.testimonials-stats .stat-number{font-size:2.2rem}.footer-main{grid-template-columns:1fr;gap:2rem;padding:3rem 1rem 1.5rem}.footer-sections{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-social{justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{overflow-x:hidden}body{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.admin-dashboard{min-height:100vh;background:#fff;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;width:100%;padding:0;margin:0;position:relative;overflow-x:hidden;transform:translateZ(0);backface-visibility:hidden}.layout-with-sidebar{display:grid;grid-template-columns:220px 1fr;min-height:100vh;overflow:hidden}.admin-sidebar{border-right:1px solid #e5e7eb;background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:20px 14px;box-shadow:0 0 20px #0000000d}.sidebar-brand{font-weight:700;color:#0f172a;margin:4px 8px 24px;font-size:1.25rem;text-align:center;letter-spacing:.5px;position:relative;padding-bottom:15px}.sidebar-brand:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.1),transparent)}.sidebar-menu{display:flex;flex-direction:column;gap:40px;padding:0 -1px}.sidebar-link{display:grid;grid-template-columns:24px 1fr;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;background:transparent;border:1px solid transparent;color:#475569;cursor:pointer;text-align:left;font-size:.9rem;font-weight:500;transition:all .2s ease;position:relative;overflow:hidden;height:38px;width:150px}.sidebar-link .icon{font-size:1.1rem;opacity:.85;display:flex;align-items:center;justify-content:center}.sidebar-link .text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-link:hover{background:#e2e8f0cc;color:#1e293b}.sidebar-link.active{background:#e0e7ff;border-color:#c7d2fe;color:#4f46e5;font-weight:600;box-shadow:0 2px 6px #4f46e526}.sidebar-link.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#4f46e5;border-radius:0 2px 2px 0}.admin-main{min-width:0;background:#fcfcfd;position:relative;overflow-y:auto;overflow-x:hidden;max-height:100vh;padding:0 2rem 2rem;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#94a3b8 #f8fafc;-webkit-overflow-scrolling:touch;will-change:scroll-position;transform:translateZ(0)}.admin-main::-webkit-scrollbar{width:12px;height:12px}.admin-main::-webkit-scrollbar-track{background:#f8fafc;border-radius:6px}.admin-main::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#e2e8f0,#cbd5e1);border-radius:6px;border:2px solid #f8fafc;transition:all .2s ease;height:24px}.admin-main::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#cbd5e1,#94a3b8)}.admin-main::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.admin-main::-webkit-scrollbar-corner{background:#f1f5f9}.admin-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#fff;color:#333}.loading-spinner{width:50px;height:50px;border:4px solid rgba(102,126,234,.3);border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.admin-header{background:linear-gradient(135deg,#443a85,#07153b);padding:15px 2rem;margin:0;border-radius:0;box-shadow:0 2px 12px #0000000d;border:none;text-align:left;width:100%;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:10}.admin-header h1{margin:0 0 8px;font-size:2.2rem;background:linear-gradient(135deg,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px;display:flex;align-items:center;gap:10px}.admin-subtitle{color:#64748b;font-size:1rem;margin:0;font-weight:400}.admin-nav{display:flex;justify-content:center;gap:8px;margin:0 0 30px;flex-wrap:wrap;background:#f8f9fa;padding:20px 2rem;border-bottom:1px solid #e1e5e9;width:100%}.nav-tab{padding:14px 20px;background:transparent;border:2px solid transparent;color:#6c757d;border-radius:10px;cursor:pointer;transition:all .3s ease;font-weight:600;font-size:.95rem;min-width:140px;text-align:center}.nav-tab:hover{background:#e9ecef;color:#495057;border-color:#dee2e6;transform:translateY(-2px)}.nav-tab.active{background:#667eea;color:#fff;border-color:#667eea;box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.tab-content{margin:0;background:transparent;border-radius:0;padding:0;box-shadow:none;border:none;width:100%;max-width:none;animation:fadeIn .3s ease;scroll-behavior:smooth;will-change:scroll-position}@keyframes fadeIn{0%{opacity:0;transform:translate3d(0,10px,0)}to{opacity:1;transform:translateZ(0)}}.stats-grid,.quick-actions,.performance-overview,.section-header{contain:layout style paint;will-change:auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-bottom:30px;transform:translateZ(0)}.stat-card{background:linear-gradient(135deg,#f093fb,#f5576c);padding:20px;border-radius:12px;color:#fff;display:flex;align-items:center;gap:18px;box-shadow:0 6px 16px #0000001a;transition:all .3s ease;position:relative;overflow:hidden}.stat-card:after{content:"";position:absolute;top:0;right:0;width:100px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1));transform:skew(-15deg) translate(70px);transition:transform .5s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.stat-card:hover:after{transform:skew(-15deg) translate(-50px)}.stat-card.users{background:linear-gradient(135deg,#667eea,#764ba2)}.stat-card.exams{background:linear-gradient(135deg,#f093fb,#f5576c)}.stat-card.sessions{background:linear-gradient(135deg,#4facfe,#00f2fe)}.stat-card.completion{background:linear-gradient(135deg,#43e97b,#38f9d7)}.stat-icon{font-size:3rem;opacity:.8}.stat-info h3{font-size:2.5rem;margin:0 0 5px;font-weight:700}.stat-info p{margin:0 0 10px;opacity:.9;font-size:1.1rem}.stat-trend{font-size:.9rem;background:#fff3;padding:4px 8px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-trend.live{background:#f003;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:.8}50%{opacity:1}to{opacity:.8}}.quick-actions{transform:translateZ(0);margin-bottom:0}.quick-actions h3{margin-bottom:20px;color:#333}.action-buttons{display:flex;gap:15px;flex-wrap:wrap}.action-btn{padding:12px 24px;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease;color:#fff}.action-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2)}.action-btn.secondary{background:linear-gradient(135deg,#f093fb,#f5576c)}.action-btn.tertiary{background:linear-gradient(135deg,#4facfe,#00f2fe)}.action-btn.warning{background:linear-gradient(135deg,#fa709a,#fee140)}.action-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:20px;padding-bottom:16px;border-bottom:2px solid #f1f5f9}.section-header h2{margin:0;color:#1e293b;font-size:1.875rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 4px rgba(0,0,0,.1)}.header-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.btn{padding:12px 24px;border:none;border-radius:10px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .3s ease;color:#fff;box-shadow:0 2px 4px #0000001a;position:relative;overflow:hidden}.btn: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}.btn:hover:before{left:100%}.btn.primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.btn.primary:hover{transform:translateY(-2px);box-shadow:0 6px 12px #3b82f64d}.btn.secondary{background:linear-gradient(135deg,#4facfe,#00f2fe)}.btn.danger{background:linear-gradient(135deg,#f093fb,#f5576c)}.btn.warning{background:linear-gradient(135deg,#fa709a,#fee140)}.btn.small{padding:6px 12px;font-size:.9rem}.btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.search-filter{margin-bottom:20px}.search-input{width:100%;padding:16px 24px;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fff;box-shadow:0 2px 4px #0000000d}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 4px 6px #0000001a;transform:translateY(-1px)}.search-input::placeholder{color:#94a3b8;font-weight:400}.users-table-container,.scores-table-container{overflow-x:auto;overflow-y:visible;border-radius:12px;box-shadow:0 4px 20px #00000014;background:#fff;width:100%;border:1px solid #e2e8f0;min-width:0}.users-table-container::-webkit-scrollbar{height:8px}.users-table-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.users-table-container::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#cbd5e1,#94a3b8);border-radius:4px;border:1px solid #e2e8f0}.users-table-container::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#94a3b8,#64748b)}.users-table-container{scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.users-table,.scores-table{width:100%;min-width:900px;border-collapse:separate;border-spacing:0;background:#fff;border-radius:12px;overflow:visible;position:relative;table-layout:auto}.users-table:before,.scores-table:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#06b6d4);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite;z-index:2}@keyframes shimmer{0%,to{background-position:200% 0}50%{background-position:-200% 0}}.users-table th,.users-table td,.scores-table th,.scores-table td{padding:18px 20px;text-align:left;border-bottom:1px solid #f1f5f9;font-size:.9rem;vertical-align:middle;transition:all .2s ease;overflow:visible;text-overflow:ellipsis;white-space:nowrap;min-height:60px}.users-table th:nth-child(1),.users-table td:nth-child(1){width:50px;text-align:center;vertical-align:middle;min-width:50px}.users-table th:nth-child(2),.users-table td:nth-child(2){width:60px;text-align:center;vertical-align:middle;min-width:60px}.users-table th:nth-child(3),.users-table td:nth-child(3){width:150px;min-width:120px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.users-table th:nth-child(4),.users-table td:nth-child(4){width:140px;min-width:120px;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.users-table th:nth-child(5),.users-table td:nth-child(5){width:80px;min-width:80px;text-align:center;vertical-align:middle}.users-table th:nth-child(6),.users-table td:nth-child(6){width:190px;min-width:190px;text-align:center;vertical-align:middle}.users-table th:nth-child(7),.users-table td:nth-child(7){width:clamp(140px,18vw,220px);min-width:2000px;max-width:800px;text-align:center;vertical-align:middle;padding:clamp(8px,1vw,12px) clamp(4px,.8vw,8px)}.users-table td:nth-child(3),.users-table td:nth-child(4){position:relative;cursor:help}.users-table td:nth-child(3):hover,.users-table td:nth-child(4):hover{overflow:visible;white-space:normal;word-break:break-word}.users-table td:nth-child(3):hover:after,.users-table td:nth-child(4):hover:after{content:attr(title);position:absolute;bottom:100%;left:0;background:#000000e6;color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;white-space:nowrap;z-index:1000;max-width:300px;word-break:break-all}.users-table-container{max-width:100%;margin:0}.users-table{table-layout:fixed;width:100%}.scores-table-container{background:#fafbfc;border-radius:10px;padding:20px;margin-top:15px;border:1px solid #e9ecef}.scores-table{table-layout:fixed;width:100%;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.scores-table th:nth-child(1),.scores-table td:nth-child(1){width:18%;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:16px 12px}.scores-table th:nth-child(2),.scores-table td:nth-child(2){width:25%;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:16px 12px}.scores-table th:nth-child(3),.scores-table td:nth-child(3){width:10%;text-align:center;padding:16px 8px;font-weight:600}.scores-table th:nth-child(4),.scores-table td:nth-child(4){width:12%;text-align:center;padding:16px 8px}.scores-table th:nth-child(5),.scores-table td:nth-child(5){width:15%;text-align:center;padding:16px 8px;font-size:.9rem}.scores-table th:nth-child(6),.scores-table td:nth-child(6){width:20%;text-align:center;padding:16px 10px}.scores-table td:nth-child(1),.scores-table td:nth-child(2){position:relative;cursor:help}.scores-table td:nth-child(1):hover:after,.scores-table td:nth-child(2):hover:after{content:attr(title);position:absolute;bottom:100%;left:0;background:#000000e6;color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;white-space:nowrap;z-index:1000;max-width:300px;word-break:break-all}@media (max-width: 1200px){.users-table th,.users-table td{padding:8px 6px;font-size:.85rem}.btn-icon{width:clamp(18px,2.2vw,26px);height:clamp(18px,2.2vw,26px);font-size:clamp(9px,1.1vw,12px)}.activity-buttons{gap:clamp(1px,.3vw,2px);padding:clamp(2px,.4vw,4px);min-width:clamp(100px,12vw,140px)}.users-table{min-width:700px}.users-table th:nth-child(3),.users-table td:nth-child(3),.users-table th:nth-child(4),.users-table td:nth-child(4){width:clamp(80px,12vw,120px);min-width:70px}.users-table th:nth-child(7),.users-table td:nth-child(7){width:clamp(120px,15vw,180px);min-width:100px}}.users-table th,.scores-table th{background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-weight:700;color:#475569;position:sticky;top:0;border-bottom:2px solid #cbd5e1;z-index:1;text-transform:uppercase;letter-spacing:.8px;font-size:.85rem}.users-table tbody tr,.scores-table tbody tr{transition:all .3s ease;cursor:pointer}.users-table tbody tr:hover,.scores-table tbody tr:hover{background:linear-gradient(135deg,#f8fafc,#f1f5f9);transform:translateY(-2px);box-shadow:0 8px 25px #0000001a;transform:translateY(-1px);box-shadow:0 4px 12px #00000014;transition:all .2s ease}.users-table tbody tr{transition:all .2s ease}.blocked-user{background:linear-gradient(135deg,#fef2f2,#fee2e2)!important;opacity:.8}.blocked-user:hover{background:linear-gradient(135deg,#fee2e2,#fecaca)!important}.role-badge,.status-badge,.difficulty-badge,.language-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border-radius:20px;font-size:.75rem;font-weight:100;text-transform:uppercase;letter-spacing:.5px;min-width:40px;height:28px;box-shadow:0 2px 4px #0000001a;transition:all .2s ease}.role-badge:hover,.status-badge:hover,.language-badge:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.role-badge.admin{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.role-badge.student{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.status-badge.active{background:linear-gradient(135deg,#10b981,#34d399);color:#fff}.status-badge.blocked{background:linear-gradient(135deg,#ef4444,#f87171);color:#fff}.difficulty-badge.easy{background:#d4edda;color:#155724}.difficulty-badge.medium{background:#fff3cd;color:#856404}.difficulty-badge.hard{background:#f8d7da;color:#721c24}.language-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:500;text-transform:none;letter-spacing:.25px}.activity-buttons{display:flex;gap:clamp(1px,.5vw,4px);flex-wrap:nowrap;align-items:center;justify-content:center;padding:clamp(2px,.5vw,6px);background:#f8fafccc;border-radius:6px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;min-width:clamp(120px,15vw,180px);max-width:00px;margin:0 auto}.users-table th:nth-child(7),.users-table td:nth-child(7){width:clamp(140px,18vw,220px);min-width:220px;max-width:290px;text-align:center;vertical-align:middle;padding:clamp(8px,1vw,12px) clamp(4px,.8vw,8px)}.action-buttons{display:flex;gap:2px;flex-wrap:nowrap;align-items:center;justify-content:center;padding:4px 6px;background:#f8fafccc;border-radius:6px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:140px;max-width:160px;margin:0 auto}.btn-icon{width:clamp(20px,2.5vw,32px);height:clamp(20px,2.5vw,32px);border:none;border-radius:clamp(3px,.4vw,6px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:clamp(10px,1.2vw,14px);line-height:1;box-shadow:0 1px 3px #0000001a;overflow:hidden;flex-shrink:0}.btn-icon:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-icon.edit{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.btn-icon.edit:hover{background:linear-gradient(135deg,#2563eb,#1e40af)}.btn-icon.toggle{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.btn-icon.toggle:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.btn-icon.block{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.btn-icon.block:hover{background:linear-gradient(135deg,#d97706,#b45309)}.btn-icon.reset{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff}.btn-icon.reset:hover{background:linear-gradient(135deg,#0891b2,#0e7490)}.btn-icon.delete{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.btn-icon.delete:hover{background:linear-gradient(135deg,#dc2626,#b91c1c)}.btn-icon:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.exam-settings{margin-bottom:30px}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:15px}.setting-item{display:flex;flex-direction:column;gap:5px}.setting-item label{font-weight:500;color:#495057}.setting-item input,.setting-item select{padding:10px;border:2px solid #e1e5e9;border-radius:8px;transition:border-color .3s ease}.setting-item input:focus,.setting-item select:focus{outline:none;border-color:#667eea}.question-form{margin-bottom:30px;padding:25px;background:#f8f9fa;border-radius:10px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px;margin-top:15px}.full-width{grid-column:1 / -1}.option-input{display:flex;align-items:center;gap:10px}.option-input input[type=text]{flex:1}.questions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;margin-top:15px}.question-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:18px;box-shadow:0 2px 10px #0000000d;transition:all .25s ease;height:100%;display:flex;flex-direction:column}.question-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:#cbd5e1}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.question-subject{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4px 12px;border-radius:15px;font-size:.85rem;font-weight:500}.question-text{font-weight:500;margin-bottom:15px;color:#333}.question-options{margin-bottom:15px}.option{padding:8px 12px;margin-bottom:5px;background:#f8f9fa;border-radius:6px;border-left:3px solid #e1e5e9}.option.correct{background:#d4edda;border-left-color:#28a745;color:#155724}.analytics-grid{display:grid;grid-template-columns:1fr;gap:30px;margin-top:20px}.analytics-card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}.analytics-card h3{margin-top:0;margin-bottom:20px;color:#333}.tab-content *{transform:translateZ(0)}.stats-grid,.performance-grid,.action-buttons{will-change:transform;backface-visibility:hidden}.performance-overview{margin-top:32px}.performance-overview .section-header{margin-bottom:24px}.performance-overview .section-header h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0}.performance-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.metric-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;transition:all .2s ease}.metric-card:hover{box-shadow:0 2px 8px #0000001a;border-color:#d1d5db}.metric-header h3{font-size:.875rem;font-weight:500;color:#6b7280;margin:0 0 20px;text-transform:uppercase;letter-spacing:.5px}.metric-main{margin-bottom:20px}.metric-value{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:8px;line-height:1}.metric-value.large{font-size:3rem}.metric-subtitle{font-size:.875rem;color:#6b7280;line-height:1.4}.metric-details{display:flex;flex-direction:column;gap:12px;padding-top:16px;border-top:1px solid #f3f4f6}.detail-item{display:flex;justify-content:space-between;align-items:center}.detail-label{font-size:.8rem;color:#9ca3af;font-weight:500}.detail-value{font-size:.875rem;font-weight:600;color:#374151}.detail-value.success{color:#059669}.detail-value.warning{color:#d97706}.metric-card.chart-card{min-height:200px;max-height:250px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000d}.metric-card.chart-card .metric-header h3{font-size:.875rem;color:#64748b;font-weight:500;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.metric-card.chart-card .metric-value{font-size:2.25rem;font-weight:700;color:#1e293b;margin-bottom:4px}.metric-card.chart-card .metric-subtitle{font-size:.75rem;color:#64748b;margin-bottom:16px}.chart-container{margin-top:15px;padding-bottom:14px}.line-chart{width:100%;height:auto;background:transparent;border-radius:0;padding:0;border:none}.line-chart .x-axis-labels text{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.line-chart .chart-point{cursor:pointer;transition:all .2s ease}.line-chart .chart-point:hover{r:4}.chart-labels{display:flex;justify-content:space-between;margin-top:15px;padding:8px 25px;min-height:25px;background-color:#f8fafc80;border-radius:6px}.chart-label-wrapper{display:flex;flex-direction:column;align-items:center;gap:3px}.chart-label{font-size:.85rem;color:#2d3748;font-weight:600;cursor:help;transition:color .2s ease}.chart-label:hover{color:#3b82f6}.chart-sublabel{font-size:.75rem;color:#4a5568;font-weight:500}.line-chart .score-label{opacity:0;transition:opacity .2s ease;pointer-events:none}.line-chart:hover .score-label{opacity:1}.chart-point{cursor:pointer;transition:all .2s ease}.chart-point:hover{r:6;stroke-width:3}.bar-chart-container{margin-top:20px;margin-bottom:20px}.bars{display:flex;align-items:flex-end;justify-content:space-between;height:60px;gap:8px;padding:8px;background:linear-gradient(145deg,#fafbfc,#fff);border-radius:8px;border:1px solid #f1f5f9}.bar-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px}.bar-wrapper{height:40px;display:flex;align-items:flex-end;width:100%;justify-content:center}.bar{width:24px;min-height:4px;background:linear-gradient(180deg,#60a5fa,#3b82f6);border-radius:4px 4px 0 0;position:relative;transition:all .3s ease;cursor:pointer}.bar:hover{background:linear-gradient(180deg,#3b82f6,#1d4ed8);transform:scaleX(1.1)}.bar-value{position:absolute;top:-20px;left:50%;transform:translate(-50%);font-size:.7rem;font-weight:600;color:#374151;white-space:nowrap}.bar-label{font-size:.75rem;color:#6b7280;font-weight:500}.metrics-list{display:flex;flex-direction:column;gap:15px}.metric-item{display:flex;justify-content:space-between;align-items:center;padding:15px;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea}.metric-value{font-weight:700;font-size:1.2rem;color:#667eea}.percentage.good{color:#10b981;font-weight:600;background:#ecfdf5;padding:4px 8px;border-radius:6px;font-size:.875rem}.percentage.average{color:#f59e0b;font-weight:600;background:#fffbeb;padding:4px 8px;border-radius:6px;font-size:.875rem}.percentage.poor{color:#ef4444;font-weight:600;background:#fef2f2;padding:4px 8px;border-radius:6px;font-size:.875rem}.status-indicator.passed{color:#10b981}.status-indicator.failed{color:#ef4444}.settings-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-top:25px}.settings-card{background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0;transition:all .3s ease;position:relative;overflow:hidden}.settings-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899)}.settings-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}.settings-card h3{margin-top:0;margin-bottom:24px;color:#1e293b;font-size:1.25rem;font-weight:700;display:flex;align-items:center;gap:10px}.setting-row{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;margin-bottom:12px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0;transition:all .2s ease}.setting-row:hover{background:#f1f5f9;border-color:#cbd5e1}.setting-row:last-child{margin-bottom:0}.setting-row label{font-weight:500;color:#374151;font-size:.95rem;margin:0}.setting-row input[type=checkbox]{width:20px;height:20px;accent-color:#3b82f6;cursor:pointer}.setting-row input[type=number]{width:80px;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;text-align:center;transition:all .2s ease}.setting-row input[type=number]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.settings-card .btn{margin:8px 6px 8px 0;padding:12px 20px;border-radius:8px;font-weight:500;font-size:.9rem;transition:all .2s ease;border:1px solid transparent;display:inline-flex;align-items:center;gap:8px}.settings-card .btn.warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:1px solid #f59e0b}.settings-card .btn.warning:hover{background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b4d}.settings-card .btn.secondary{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff;border:1px solid #6b7280}.settings-card .btn.secondary:hover{background:linear-gradient(135deg,#4b5563,#374151);transform:translateY(-1px);box-shadow:0 4px 12px #6b72804d}.settings-card .btn.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:1px solid #3b82f6}.settings-card .btn.primary:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.settings-description{color:#64748b;font-size:.9rem;margin-bottom:20px;padding:12px 16px;background:#f8fafc;border-radius:8px;border-left:3px solid #3b82f6}.button-group{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.data-stats{display:flex;justify-content:space-between;gap:15px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.stat-item{text-align:center;flex:1}.stat-label{display:block;font-size:.8rem;color:#64748b;margin-bottom:4px;font-weight:500}.stat-value{display:block;font-size:1.5rem;font-weight:700;color:#1e293b;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.settings-sections{grid-template-columns:1fr;gap:20px}.settings-card{padding:24px}.setting-row{flex-direction:column;align-items:flex-start;gap:8px;padding:16px}.setting-row label{margin-bottom:4px}.setting-row input[type=number]{width:100px}.data-stats{flex-direction:column;gap:12px}.button-group{flex-direction:column}.settings-card .btn{justify-content:center;width:100%}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{background:#fff;border-radius:15px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.modal-header{padding:25px 25px 0;display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0;color:#333}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%}.modal-close:hover{background:#f8f9fa}.modal-form{padding:25px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:5px;font-weight:500;color:#495057}.form-group input,.form-group select{width:100%;padding:12px;border:2px solid #e1e5e9;border-radius:8px;transition:border-color .3s ease;box-sizing:border-box}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:25px}.import-section{margin-top:30px;padding:25px;background:#f8f9fa;border-radius:10px}.file-input{padding:10px;border:2px dashed #667eea;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .3s ease}.file-input:hover{border-color:#764ba2}.help-text{margin-top:10px;color:#666;font-size:.9rem;font-style:italic}.header-icon{display:inline-block;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50%;width:40px;height:40px;font-size:1.4rem;display:flex;align-items:center;justify-content:center;margin-right:12px;box-shadow:0 4px 12px #7c3aed4d;-webkit-background-clip:initial;-webkit-text-fill-color:white;background-clip:initial}.tab-content{scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.tab-content::-webkit-scrollbar{width:6px}.tab-content::-webkit-scrollbar-track{background:#f1f5f9}.tab-content::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:20px}@media (max-width: 1024px){.layout-with-sidebar{grid-template-columns:200px 1fr}.sidebar-link{padding:8px 10px;font-size:.9rem;height:38px}.questions-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width: 768px){.layout-with-sidebar{grid-template-columns:170px 1fr}.users-table-container{margin:0 -1rem;border-radius:0}.users-table{min-width:700px}.users-table th,.users-table td{padding:8px 6px;font-size:.8rem}.btn-icon{width:22px;height:22px;font-size:10px}.action-buttons{min-width:100px;gap:1px}.admin-dashboard{margin:0;width:100%}.admin-header{padding:18px 1rem}.tab-content{padding:0}.admin-main{padding:0 1rem 2rem}.performance-grid{grid-template-columns:1fr;gap:16px}.metric-card{padding:20px}.metric-card.chart-card{min-height:auto}.bars{height:80px}.bar-wrapper{height:60px}.admin-sidebar{padding:15px 10px}.sidebar-link{grid-template-columns:20px 1fr;gap:8px;padding:8px 10px;font-size:.85rem;height:36px}.sidebar-link .text{font-size:.85rem}.sidebar-brand{font-size:1.1rem;margin-bottom:20px}.admin-header h1{font-size:1.9rem}.admin-subtitle{font-size:.9rem}.stats-grid{grid-template-columns:1fr 1fr;gap:15px}.stat-card{padding:15px}.section-header{flex-direction:column;align-items:flex-start;gap:10px}.section-header h2{font-size:1.5rem}.analytics-grid,.settings-grid,.questions-grid{grid-template-columns:1fr}.action-buttons,.header-actions{width:100%;justify-content:flex-start;gap:10px}.modal{width:95%;margin:10px}}@media (max-width: 576px){.layout-with-sidebar{grid-template-columns:60px 1fr}.sidebar-brand{font-size:0;height:40px;position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.sidebar-brand:before{content:"C";font-size:1.2rem;width:36px;height:36px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px #0000001a}.sidebar-link{grid-template-columns:1fr;justify-content:center;gap:2px;height:48px;border-radius:6px}.sidebar-link .icon{font-size:1.2rem}.sidebar-link .text{display:none}.sidebar-menu{gap:10px}.admin-header{padding:15px}.admin-header h1{font-size:1.5rem}.header-icon{width:32px;height:32px;font-size:1.2rem;margin-right:8px}.admin-subtitle{font-size:.8rem}.tab-content{padding:0}.admin-main{padding:0 15px 2rem}.stats-grid{grid-template-columns:1fr;gap:12px}.stat-card{padding:15px}.stat-icon{font-size:2rem}.stat-info h3{font-size:1.7rem}.analytics-grid,.settings-grid{gap:15px}.performance-grid{grid-template-columns:1fr;gap:12px}.metric-card{padding:16px}.metric-value{font-size:1.5rem}.metric-value.large{font-size:2rem}.trend-indicator{font-size:1.5rem}.chart-labels{padding:0 15px}.chart-label-wrapper{gap:1px}.chart-label{font-size:.7rem}.chart-sublabel{font-size:.6rem}.bar{width:20px}}@media (max-width: 1200px){.activity-buttons{gap:clamp(1px,.3vw,2px);padding:clamp(2px,.4vw,4px);min-width:clamp(100px,12vw,140px)}.btn-icon{width:clamp(18px,2.2vw,26px);height:clamp(18px,2.2vw,26px);font-size:clamp(9px,1.1vw,12px)}.users-table th:nth-child(7),.users-table td:nth-child(7){width:clamp(120px,15vw,180px);min-width:100px}}@media (max-width: 768px){.activity-buttons{min-width:clamp(80px,20vw,120px);gap:clamp(.5px,.2vw,1px);padding:clamp(1px,.3vw,3px)}.btn-icon{width:clamp(16px,3vw,22px);height:clamp(16px,3vw,22px);font-size:clamp(8px,1.5vw,11px)}.users-table th:nth-child(7),.users-table td:nth-child(7){width:clamp(100px,25vw,140px);min-width:90px;padding:clamp(4px,.8vw,8px) clamp(2px,.5vw,4px)}}@media (max-width: 480px){.activity-buttons{min-width:clamp(70px,25vw,100px);gap:.5px;padding:1px 2px}.btn-icon{width:clamp(14px,4vw,20px);height:clamp(14px,4vw,20px);font-size:clamp(7px,2vw,10px)}.users-table th:nth-child(7),.users-table td:nth-child(7){width:clamp(80px,30vw,120px);min-width:75px;padding:4px 2px}.users-table{min-width:500px}}.assessment-selector{margin-bottom:30px;padding:20px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.assessment-selector h3{margin-bottom:15px;color:#495057;font-size:16px;font-weight:600}.assessment-dropdown{width:100%;padding:12px 16px;border:2px solid #dee2e6;border-radius:6px;font-size:14px;background:#fff;color:#495057;cursor:pointer;transition:border-color .2s ease}.assessment-dropdown:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.assessment-questions{margin-top:20px}.assessment-questions h3{margin-bottom:20px;color:#495057;font-size:18px;font-weight:600}.questions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:20px}.question-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000000d;transition:box-shadow .2s ease}.question-card:hover{box-shadow:0 4px 8px #0000001a}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.question-number{font-weight:600;color:#007bff;font-size:14px}.question-text{color:#495057;font-size:16px;line-height:1.5;margin-bottom:16px;font-weight:500}.question-options{margin-bottom:16px}.question-options .option{padding:8px 12px;margin-bottom:6px;border-radius:4px;background:#f8f9fa;border-left:3px solid #dee2e6;font-size:14px;line-height:1.4}.question-options .option.correct{background:#d4edda;border-left-color:#28a745;font-weight:500}.question-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#6c757d;padding-top:12px;border-top:1px solid #e9ecef}.negative-marks{color:#dc3545;font-weight:500}.correct-answer{color:#28a745;font-weight:500}.empty-state{text-align:center;padding:40px 20px;color:#6c757d}.empty-state p{font-size:16px;margin-bottom:20px}.question-bank-wrapper{padding:20px;width:100%}.question-filters-bar{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:20px}.filters-row{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end;margin-bottom:20px}.filter-group-inline{flex:1;min-width:150px}.filter-group-inline label{display:block;font-size:12px;font-weight:600;color:#6b7280;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.filter-group-inline select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#374151;background:#fff;transition:all .2s;cursor:pointer}.filter-group-inline select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-clear-btn{padding:10px 20px;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s;white-space:nowrap}.filter-clear-btn:hover{background:#e5e7eb;border-color:#9ca3af}.question-bank-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:24px;border-radius:12px;margin-bottom:20px}.question-bank-title{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.question-bank-title h2{font-size:24px;font-weight:600;margin:0}.question-count-badge{background:#fff3;padding:6px 16px;border-radius:20px;font-size:14px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.question-bank-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:16px}.question-bank-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.2)}.stat-item{text-align:center}.stat-value{font-size:28px;font-weight:700;display:block;color:#fff}.stat-label{font-size:12px;opacity:.9;margin-top:4px;display:block;color:#ffffffe6;text-transform:uppercase;letter-spacing:.5px}.question-list-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.enhanced-question-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:16px;transition:all .3s ease;position:relative;overflow:hidden}.enhanced-question-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#667eea,#764ba2);opacity:0;transition:opacity .3s}.enhanced-question-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-2px);border-color:#c7d2fe}.enhanced-question-card:hover:before{opacity:1}.question-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.question-badges{display:flex;gap:8px;flex-wrap:wrap}.badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;display:inline-flex;align-items:center;gap:4px}.badge-language{background:#dbeafe;color:#1e40af}.badge-type{background:#e0e7ff;color:#4338ca}.badge-images{background:#fce7f3;color:#be185d}.badge-difficulty{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase}.badge-difficulty.easy{background:#d1fae5;color:#065f46}.badge-difficulty.medium{background:#fef3c7;color:#92400e}.badge-difficulty.hard{background:#fee2e2;color:#991b1b}.question-card-body{margin-bottom:16px}.question-text-large{font-size:15px;font-weight:500;color:#1f2937;line-height:1.6;margin-bottom:16px}.question-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;margin:16px 0;padding:12px;background:#f9fafb;border-radius:8px}.question-image-wrapper{position:relative;border-radius:8px;overflow:hidden;background:#fff;border:1px solid #e5e7eb;transition:transform .2s}.question-image-wrapper:hover{transform:scale(1.05);box-shadow:0 4px 12px #0000001a}.question-image-wrapper img{width:100%;height:auto;display:block}.image-caption{padding:6px 8px;font-size:11px;color:#6b7280;background:#f9fafb;border-top:1px solid #e5e7eb}.question-options-grid{display:grid;gap:10px;margin:16px 0}.option-item{display:flex;align-items:flex-start;gap:12px;padding:12px;border:1px solid #e5e7eb;border-radius:8px;background:#fafafa;transition:all .2s}.option-item.correct{background:#f0fdf4;border-color:#86efac;border-width:2px}.option-item.correct .option-letter{background:#22c55e;color:#fff}.option-letter{min-width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#e5e7eb;color:#374151;border-radius:6px;font-weight:600;font-size:14px}.option-text{flex:1;font-size:14px;color:#374151;line-height:1.5}.option-images{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.option-image-thumb{width:80px;height:80px;object-fit:cover;border-radius:6px;border:1px solid #e5e7eb;cursor:pointer;transition:transform .2s}.option-image-thumb:hover{transform:scale(1.1)}.question-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e5e7eb}.question-meta-info{display:flex;gap:16px;font-size:13px;color:#6b7280}.meta-item{display:flex;align-items:center;gap:4px}.meta-icon{font-size:14px}.question-actions{display:flex;gap:8px}.action-btn{padding:8px 16px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.action-btn:hover{background:#f3f4f6;border-color:#9ca3af}.action-btn.danger{color:#dc2626;border-color:#fca5a5}.action-btn.danger:hover{background:#fee2e2;border-color:#ef4444}.solution-section{margin-top:16px;padding:16px;background:#fffbeb;border-left:4px solid #f59e0b;border-radius:8px}.solution-title{font-size:14px;font-weight:600;color:#92400e;margin-bottom:8px;display:flex;align-items:center;gap:6px}.solution-text{font-size:14px;color:#78350f;line-height:1.6}.solution-images{display:flex;gap:12px;margin-top:12px;flex-wrap:wrap}.no-questions-message{text-align:center;padding:60px 20px;color:#9ca3af}.no-questions-message h3{font-size:18px;color:#6b7280;margin-bottom:8px}.no-questions-message p{font-size:14px}@media (max-width: 1200px){.question-list-container{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width: 768px){.question-bank-wrapper{padding:12px}.filters-row{flex-direction:column;gap:12px}.filter-group-inline{width:100%;min-width:100%}.filter-clear-btn{width:100%}.question-bank-header{padding:16px}.question-bank-title h2{font-size:18px}.question-count-badge{font-size:12px;padding:4px 10px}.question-bank-stats{grid-template-columns:repeat(2,1fr);gap:12px}.stat-value{font-size:20px}.stat-label{font-size:10px}.question-list-container{grid-template-columns:1fr;gap:16px}.enhanced-question-card{padding:16px}.question-card-header{flex-direction:column;gap:10px}.question-images-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.question-options-grid{gap:12px}.option-images{flex-wrap:wrap}}@media (max-width: 480px){.question-bank-title{flex-direction:column;align-items:flex-start}.question-count-badge{align-self:flex-start}.question-bank-stats{grid-template-columns:1fr}.filters-row{gap:10px}.question-badges{flex-wrap:wrap}.badge{font-size:11px;padding:3px 8px}.question-text-large{font-size:15px}.option-text{font-size:13px}.question-card-footer{flex-direction:column;gap:12px}.question-actions{width:100%;justify-content:space-between}}@media print{@page{margin:.5cm;size:A4}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.layout-with-sidebar{grid-template-columns:0 1fr!important}.admin-sidebar,.sidebar,.tabs,.section-header,button,select,input[type=file],.action-btn,.question-actions{display:none!important}.question-bank-wrapper{padding:10px!important}.question-list-container{display:block!important}.enhanced-question-card{page-break-inside:avoid;border:1px solid #000!important;padding:15px!important;margin-bottom:15px!important;background:#fff!important}.question-text-large{font-size:12pt!important;font-weight:700!important;color:#000!important;margin:10px 0!important}.question-images-grid img,.option-images img,.solution-images img{max-width:300px!important;height:auto!important;margin:5px!important}.option-item{margin-bottom:8px!important;padding:5px!important}.option-item.correct{background:#e8f5e9!important;font-weight:700!important}.option-letter{font-weight:700!important;margin-right:8px!important}.option-text{color:#000!important;font-size:11pt!important}.solution-section{background:#fffbeb!important;border-left:3px solid #f59e0b!important;padding:10px!important;margin-top:10px!important}.solution-text{color:#000!important;font-size:11pt!important}.question-bank-header{padding:15px!important;background:#667eea!important;color:#fff!important;margin-bottom:15px!important}.filters-row{display:none!important}}.student-dashboard{min-height:50vh;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:0;margin:0;overflow-x:hidden}.dashboard-container{max-width:1200px;margin:0 auto;padding:1rem;min-height:calc(100vh - 80px);display:flex;flex-direction:column;gap:1rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;color:#fff;gap:1rem}.loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite}.dashboard-header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #0000001a;border:1px solid rgba(255,255,255,.2)}.welcome-section{display:flex;align-items:center;gap:1rem}.user-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;box-shadow:0 2px 12px #667eea4d}.welcome-text h1{margin:0 0 .25rem;color:#2d3748;font-size:1.75rem;font-weight:700;line-height:1.2}.user-info{display:flex;align-items:center;gap:1rem;margin:0}.role-badge{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600;text-transform:capitalize;box-shadow:0 2px 8px #48bb784d}.language-badge{background:linear-gradient(135deg,#ed8936,#dd6b20);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600;box-shadow:0 2px 8px #ed89364d}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.75rem;flex:1;align-content:start}.dashboard-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;box-shadow:0 3px 15px #00000014;border:1px solid rgba(255,255,255,.2);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;height:fit-content}.dashboard-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026}.card-header{padding:.75rem 1.25rem .5rem;border-bottom:1px solid rgba(226,232,240,.8)}.card-header h3{margin:0;color:#2d3748;font-size:1rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.card-content{padding:.75rem 1.25rem 1rem}.exam-status-card{grid-column:1 / -1}.no-exam-taken,.exam-completed{text-align:center}.status-icon{font-size:2.5rem;margin-bottom:.5rem}.status-icon.success{color:#48bb78}.no-exam-taken h4,.exam-completed h4{color:#2d3748;font-size:1.25rem;font-weight:600;margin:0 0 .25rem}.no-exam-taken p{color:#718096;font-size:.9rem;margin:0 0 1rem;line-height:1.4}.exam-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.75rem;margin-top:1rem}.info-item{background:#f7fafccc;padding:.75rem .5rem;border-radius:8px;text-align:center}.info-label{display:block;color:#718096;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.info-value{display:block;color:#2d3748;font-size:1.125rem;font-weight:600}.score-display{margin:1.5rem 0}.score-main{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:.5rem}.score-number{font-size:3rem;font-weight:700;color:#48bb78}.score-divider{font-size:2rem;color:#a0aec0}.score-total{font-size:2rem;color:#718096;font-weight:600}.score-percentage{font-size:1.5rem;color:#667eea;font-weight:600}.exam-details{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(226,232,240,.8)}.submission-time{color:#718096;font-size:.925rem;margin:0}.warning-message{background:#feb2b233;color:#c53030;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-top:1rem;border:1px solid rgba(254,178,178,.3)}.action-buttons{display:flex;flex-direction:column;gap:.75rem}.action-btn{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-align:left;width:100%;font-family:inherit}.action-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 20px #667eea4d}.action-btn.primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #667eea66}.action-btn.secondary{background:linear-gradient(135deg,#4299e1,#3182ce);color:#fff;box-shadow:0 4px 20px #4299e14d}.action-btn.secondary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #4299e166}.action-btn.tertiary{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;box-shadow:0 4px 20px #48bb784d}.action-btn.tertiary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #48bb7866}.btn-icon{font-size:1.25rem;flex-shrink:0}.btn-content{display:flex;flex-direction:column;gap:.125rem}.btn-title{font-size:.95rem;font-weight:600;line-height:1.2}.btn-subtitle{font-size:.8rem;opacity:.9;line-height:1.2}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.stat-item{text-align:center;padding:1rem .75rem;background:#f7fafccc;border-radius:8px;transition:transform .3s ease}.stat-item:hover{transform:translateY(-2px)}.stat-number{display:block;font-size:2rem;font-weight:700;color:#667eea;margin-bottom:.5rem;line-height:1}.stat-label{color:#718096;font-size:.875rem;font-weight:500;line-height:1.2}.tips-list{display:flex;flex-direction:column;gap:.4rem}.tip-item{display:flex;align-items:flex-start;gap:.6rem;padding:.6rem;background:#f7fafc99;border-radius:6px;transition:background-color .3s ease}.tip-item:hover{background:#f7fafce6}.tip-icon{font-size:1rem;flex-shrink:0;margin-top:.125rem}.tip-text{color:#2d3748;font-size:.85rem;line-height:1.3}.tip-text strong{color:#1a202c;font-weight:600}.tips-card{min-height:fit-content;order:2}@media (min-width: 1025px){.dashboard-grid{grid-template-columns:repeat(3,1fr)}.exam-status-card{grid-column:span 2}.actions-card,.stats-card{grid-column:span 1}.tips-card{grid-column:span 2}}@media (min-width: 769px) and (max-width: 1024px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}.tips-card{grid-column:span 2}}@media (max-width: 768px){.dashboard-container{padding:.5rem;gap:.75rem;min-height:calc(100vh - 60px)}.dashboard-header{padding:.75rem}.welcome-section{gap:.5rem}.user-avatar{width:45px;height:45px;font-size:1.1rem}.welcome-text h1{font-size:1.4rem}.dashboard-grid{grid-template-columns:1fr;gap:.5rem}.card-content{padding:.5rem .75rem .75rem}.tips-card{order:1}.exam-status-card{order:2}.actions-card{order:3}.stats-card{order:4}.stats-grid{grid-template-columns:repeat(2,1fr);gap:.4rem}.action-btn{padding:.6rem .8rem}.tips-card .card-content{padding:.5rem}.tip-item{padding:.5rem;gap:.5rem}}@media (max-width: 480px){.dashboard-container{padding:.75rem}.welcome-section{flex-direction:column;text-align:center;gap:1rem}.welcome-text h1{font-size:1.75rem}.exam-info{grid-template-columns:1fr;gap:.75rem}.score-main{flex-direction:column;gap:.25rem}.score-number,.score-total{font-size:2.5rem}}.dashboard-card{animation:fadeInUp .6s ease-out forwards}.dashboard-card:nth-child(1){animation-delay:.1s}.dashboard-card:nth-child(2){animation-delay:.2s}.dashboard-card:nth-child(3){animation-delay:.3s}.dashboard-card:nth-child(4){animation-delay:.4s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.exam-container{height:100vh;overflow:hidden;background:#f5f7fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;flex-direction:column}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #2D5B7A;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.no-questions{text-align:center;padding:40px;background:#f8f9fa;border-radius:8px;color:#6c757d}.exam-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.header-left{display:flex;align-items:center;gap:32px}.exam-brand{display:flex;align-items:center;gap:8px;font-weight:600;font-size:1.1rem;color:#1e293b}.nav-links{display:flex;gap:24px;font-size:.95rem;color:#64748b}.header-right .user-info{display:flex;align-items:center}.user-avatar{width:32px;height:32px;border-radius:50%;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;background:#f1f5f9;font-size:1.2rem}.exam-layout{display:flex;flex:1;height:calc(100vh - 57px);overflow:hidden}.exam-main{flex:1;padding:24px;max-width:calc(100% - 320px);display:flex;flex-direction:column;overflow:hidden}.exam-progress{margin-bottom:24px;flex-shrink:0}.progress-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.9rem;color:#64748b}.progress-bar{width:100%;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);transition:width .3s ease}.timer-display{text-align:center;margin-bottom:32px;flex-shrink:0}.timer-section{display:flex;justify-content:center;gap:16px}.time-block{background:#fff;padding:16px 20px;border-radius:8px;box-shadow:0 2px 8px #0000000f;min-width:80px}.time-number{display:block;font-size:2rem;font-weight:700;color:#1e293b;line-height:1}.time-label{display:block;font-size:.75rem;color:#64748b;margin-top:4px;text-transform:uppercase;letter-spacing:.5px}.exam-info{display:flex;gap:20px}.timer,.strikes{display:flex;align-items:center;gap:8px;font-weight:600;padding:8px 12px;border-radius:6px;background:#f8f9fa}.time-warning{color:#dc3545;font-weight:700}.warning-banner{position:fixed;top:80px;left:50%;transform:translate(-50%);background:#f44;color:#fff;padding:8px 16px;border-radius:6px;border:none;display:flex;align-items:center;gap:8px;animation:slideDown .3s ease;z-index:9999;font-size:14px;font-weight:600;box-shadow:0 4px 12px #ff44444d;max-width:500px}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}.warning-icon{font-size:16px}.time-progress{height:6px;background:#e9ecef;border-radius:3px;margin-bottom:20px;overflow:hidden}.time-progress-bar{height:100%;background:linear-gradient(90deg,#4caf50,#8bc34a);transition:width 1s linear}.exam-instructions{background:#e7f3ff;padding:15px;border-radius:6px;margin-bottom:25px;border-left:4px solid #2196F3}.exam-instructions p{margin:0 0 10px;color:#0b5ed7}.exam-duration{font-weight:600;color:#2d5b7a!important;margin-bottom:0!important}.questions-container{margin-bottom:20px;overflow-y:auto;overflow-x:hidden;flex:1;padding-right:8px}.questions-container::-webkit-scrollbar{width:8px}.questions-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.questions-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.questions-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.question-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000000f;margin-bottom:24px;border:1px solid #e9ecef}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #f1f5f9}.question-number{font-weight:700;font-size:16px;color:#1e293b;background:#e7f3ff;padding:6px 16px;border-radius:6px}.question-subject{color:#6c757d;font-style:italic;font-size:14px}.question-text{font-size:16px;margin-bottom:20px;line-height:1.6;color:#334155}.options-container{display:flex;flex-direction:column;gap:10px}.option-item{display:flex;align-items:center;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease;position:relative;background:#fff}.option-item:hover{border-color:#3b82f6;background:#f8fafc;transform:translate(2px)}.option-item.selected{border-color:#3b82f6;background:#eff6ff;box-shadow:0 2px 8px #3b82f61a}.option-input{display:none}.option-input:checked+.option-marker{background:#2d5b7a;border-color:#2d5b7a}.option-input:checked+.option-marker:after{content:"";display:block;width:8px;height:8px;border-radius:50%;background:#fff;margin:3px}.option-marker{width:18px;height:18px;border:2px solid #cbd5e0;border-radius:50%;margin-right:10px;transition:all .2s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#fff}.option-item.selected .option-marker{border-color:#3b82f6;background:#3b82f6}.option-item.selected .option-marker:after{content:"";width:8px;height:8px;border-radius:50%;background:#fff}.option-text{flex:1;color:#2d3748;line-height:1.5}.selected-badge{margin-left:auto;padding:3px 10px;background:#3b82f6;color:#fff;border-radius:10px;font-size:11px;font-weight:600;flex-shrink:0;text-transform:uppercase;letter-spacing:.5px}.exam-footer{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-top:2px solid #e9ecef;flex-shrink:0}.exam-navigation{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-top:2px solid #e9ecef;flex-shrink:0;margin-top:16px}.exam-submit-section{padding:16px 0;border-top:2px solid #e9ecef;flex-shrink:0;margin-top:16px;background:#fff}.submit-info{margin-bottom:12px;text-align:center}.answered-count{display:flex;align-items:baseline;justify-content:center;gap:6px;margin-bottom:8px}.count-number{font-size:24px;font-weight:700;color:#3b82f6}.count-label{font-size:13px;color:#64748b}.warning-text{color:#ef4444;font-size:12px;font-weight:500;margin:4px 0 0}.submit-exam-btn{width:100%;padding:12px 20px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #3b82f64d}.submit-exam-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666;background:linear-gradient(135deg,#2563eb,#1d4ed8)}.submit-exam-btn:active{transform:translateY(0)}.nav-btn{padding:10px 24px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-size:14px}.nav-btn.primary{background:#3b82f6;color:#fff}.nav-btn.primary:hover{background:#2563eb}.nav-btn.secondary{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.nav-btn.secondary:hover{background:#e2e8f0}.submit-btn{background:#2d5b7a;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-weight:600;cursor:pointer;transition:background .2s ease}.submit-btn:hover:not(:disabled){background:#1e3a5f}.submit-btn:disabled{background:#6c757d;cursor:not-allowed}.answer-stats{color:#6c757d;font-weight:500}.exam-layout{display:flex;min-height:calc(100vh - 80px)}.exam-main{flex:1;padding:24px;max-width:calc(100% - 320px)}.exam-sidebar{width:320px;background:#fff;border-left:1px solid #e2e8f0;padding:24px;overflow-y:auto;overflow-x:hidden;height:100%}.exam-sidebar::-webkit-scrollbar{width:6px}.exam-sidebar::-webkit-scrollbar-track{background:#f8fafc}.exam-sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.exam-sidebar::-webkit-scrollbar-thumb:hover{background:#94a3b8}.monitoring-panel{display:flex;flex-direction:column;gap:24px}.video-monitor{position:relative;width:100%;border-radius:12px;overflow:hidden;background:#1e293b;aspect-ratio:4/3}.monitor-video{width:100%;height:100%;object-fit:cover}.video-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0000004d}.play-indicator{font-size:2rem;color:#fff;opacity:.8}.monitoring-status{display:flex;flex-direction:column;gap:16px}.status-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0}.status-item.active{background:#ecfdf5;border-color:#86efac}.status-icon{font-size:1.2rem}.status-info{display:flex;flex-direction:column}.status-title{font-weight:500;color:#1e293b;font-size:.9rem}.status-subtitle{font-size:.8rem;color:#64748b}.accessibility-section{padding-top:24px;border-top:1px solid #e2e8f0}.accessibility-section h4{margin:0 0 16px;font-size:.95rem;font-weight:600;color:#1e293b}.accessibility-controls{display:flex;gap:8px;margin-bottom:16px}.accessibility-btn{width:40px;height:40px;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:all .2s ease}.accessibility-btn:hover{background:#e2e8f0;border-color:#cbd5e1}.emergency-btn{width:100%;padding:12px 16px;background:#ef4444;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.emergency-btn:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}@media (max-width: 768px){.exam-layout{flex-direction:column}.exam-main{max-width:100%}.exam-sidebar{width:100%;border-left:none;border-top:1px solid #e2e8f0}.timer-section{gap:12px}.time-block{min-width:60px;padding:12px 16px}.time-number{font-size:1.5rem}}.status-item.active{background:#f0f9ff;border-color:#3b82f6}.status-item.active .status-icon{color:#059669}.status-item.warning{background:#fefce8;border-color:#eab308}.status-item.warning .status-icon{color:#dc2626}.status-item.error{background:#fee2e2;border-color:#dc2626;animation:pulse 1s infinite}.status-item.error .status-icon{color:#dc2626;animation:shake .5s}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.status-item.inactive{background:#f8fafc;border-color:#94a3b8}.status-item.inactive .status-icon{color:#64748b}.violations-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px;margin-bottom:20px}.violations-section h4{margin:0 0 12px;font-size:.9rem;font-weight:600;color:#1e293b}.violation-counter{text-align:center}.violation-bar{display:flex;justify-content:center;gap:8px;margin-bottom:12px}.violation-dot{width:20px;height:20px;border-radius:50%;border:2px solid #e2e8f0;background:#f8fafc;transition:all .3s ease}.violation-dot.filled{background:#dc2626;border-color:#dc2626;box-shadow:0 0 8px #dc26264d}.violation-text{margin:0;font-size:.85rem;color:#64748b;line-height:1.4}.monitoring-info{display:flex;flex-direction:column;gap:8px}.info-text{margin:0;font-size:.8rem;color:#64748b;line-height:1.4;padding:8px;background:#f8fafc;border-radius:6px;border-left:3px solid #3b82f6}.video-overlay{position:absolute;inset:0;background:#0000001a;border-radius:8px;display:flex;align-items:center;justify-content:center;pointer-events:none}.monitoring-status-overlay{background:#000c;color:#fff;padding:8px 12px;border-radius:4px;font-size:.8rem;font-weight:500}.exam-verification{min-height:100vh;background:#f5f7fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.verification-nav{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.nav-brand{display:flex;align-items:center;gap:8px;font-weight:600;font-size:1.1rem;color:#1e293b}.brand-icon{font-size:1.2rem}.nav-links{display:flex;align-items:center;gap:24px;font-size:.95rem;color:#64748b}.nav-links span{cursor:pointer;transition:color .2s ease}.nav-links span:hover{color:#3b82f6}.user-avatar img,.avatar-placeholder{width:32px;height:32px;border-radius:50%;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;background:#f1f5f9;font-size:1.2rem}.sample-id-placeholder{width:100%;max-width:300px;background:linear-gradient(135deg,#60a5fa,#3b82f6);color:#fff;border-radius:8px;padding:16px;font-size:.8rem}.id-header{text-align:center;font-weight:700;margin-bottom:12px;font-size:.9rem}.id-content{display:flex;gap:16px;align-items:center}.id-photo{width:60px;height:60px;background:#fff3;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.id-info{display:flex;flex-direction:column;gap:4px}.verification-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:20px}.verification-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:40px;max-width:500px;width:100%;text-align:center}.verification-header h2{margin:0 0 8px;font-size:1.75rem;font-weight:700;color:#1e293b}.verification-header p{margin:0 0 32px;color:#64748b;font-size:1rem}.captcha-container{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:24px}.captcha-display{background:#2563eb;color:#fff;padding:20px 32px;border-radius:8px;font-family:Courier New,monospace;font-size:1.5rem;font-weight:700;letter-spacing:4px;min-width:160px;text-align:center;box-shadow:0 2px 8px #2563eb4d}.refresh-captcha{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:12px;cursor:pointer;font-size:1.2rem;transition:all .2s ease}.refresh-captcha:hover{background:#e2e8f0;transform:rotate(90deg)}.captcha-input-container{margin-bottom:24px}.captcha-input{width:100%;padding:16px 20px;border:2px solid #e2e8f0;border-radius:8px;font-size:1.1rem;text-align:center;letter-spacing:2px;text-transform:uppercase;transition:border-color .2s ease}.captcha-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.checkbox-container{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:24px;padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.checkbox-container input[type=checkbox]{width:18px;height:18px;accent-color:#3b82f6}.checkbox-container label{font-size:.95rem;color:#374151;cursor:pointer}.verify-btn{background:#60a5fa;color:#fff;border:none;border-radius:8px;padding:16px 32px;font-size:1rem;font-weight:600;cursor:pointer;width:100%;margin-bottom:16px;transition:all .2s ease}.verify-btn:hover:not(:disabled){background:#3b82f6;transform:translateY(-1px);box-shadow:0 4px 12px #60a5fa66}.verify-btn:disabled{background:#94a3b8;cursor:not-allowed;transform:none;box-shadow:none}.verification-note{font-size:.85rem;color:#64748b;margin:0;line-height:1.4}.verification-steps{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.verification-step{border:2px solid #e2e8f0;border-radius:12px;padding:20px;transition:all .3s ease;text-align:left}.verification-step.completed{border-color:#10b981;background:#ecfdf5}.step-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.step-icon{font-size:1.5rem}.step-header h3{margin:0;font-size:1.1rem;font-weight:600;color:#1e293b;flex:1}.check-mark{font-size:1.2rem;color:#10b981}.step-content{display:flex;flex-direction:column;align-items:center;gap:16px}.camera-container,.room-scan-container{width:100%;max-width:320px;border-radius:8px;overflow:hidden;background:#f1f5f9}.verification-video{width:100%;height:240px;object-fit:cover;display:block}.room-scan-placeholder{width:100%;height:240px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#f8fafc;color:#64748b}.play-button{font-size:2rem;margin-bottom:8px;opacity:.7}.id-preview{width:100%;max-width:300px;border-radius:8px;overflow:hidden}.sample-id{width:100%;height:auto;display:block}.step-btn{background:#3b82f6;color:#fff;border:none;border-radius:6px;padding:12px 24px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px}.step-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.step-btn:disabled{background:#94a3b8;cursor:not-allowed;transform:none}.step-btn.secondary{background:#6b7280}.step-btn.secondary:hover:not(:disabled){background:#4b5563}.start-exam-btn{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:16px 32px;font-size:1.1rem;font-weight:600;cursor:pointer;width:100%;transition:all .2s ease}.start-exam-btn:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 20px #2563eb66}.start-exam-btn:disabled{background:#94a3b8;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 768px){.verification-card{padding:24px;margin:16px}.nav-links{gap:16px;font-size:.9rem}.captcha-display{font-size:1.2rem;padding:16px 24px;letter-spacing:2px}.verification-steps{gap:20px}.verification-step{padding:16px}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f7fa;color:#333;line-height:1.6}.container{max-width:1000px;margin:0 auto;padding:20px}nav{display:flex;align-items:center;gap:15px;padding:15px;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-bottom:20px}nav a{text-decoration:none;color:#4a6cf7;font-weight:500}nav a:hover{text-decoration:underline}.spacer{flex:1}.badge{background:#4a6cf7;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px}button{background:#4a6cf7;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer}button:hover{background:#3a5cd8}.card{background:#fff;padding:25px;border-radius:8px;box-shadow:0 2px 10px #0000001a}h1,h2,h3{margin-bottom:15px;color:#2d3748}p{margin-bottom:15px}.small{font-size:14px;color:#718096}.warn{color:#e53e3e;background:#fed7d7;padding:10px;border-radius:4px}.row{display:flex;gap:15px;margin-bottom:15px;flex-wrap:wrap}.col{display:flex;flex-direction:column;flex:1;min-width:200px}label{font-weight:500;margin-bottom:5px}input{padding:10px;border:1px solid #e2e8f0;border-radius:4px}.table{width:100%;border-collapse:collapse;margin-top:15px}.table th,.table td{padding:12px;text-align:left;border-bottom:1px solid #e2e8f0}.table th{background:#f7fafc;font-weight:600}.opt{margin-bottom:15px;padding:15px;border:1px solid #e2e8f0;border-radius:4px}.kbd{background:#edf2f7;padding:2px 6px;border-radius:4px;font-family:monospace}hr{margin:20px 0;border:none;border-top:1px solid #e2e8f0}
