*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1200px;padding:20px}button{border:none;border-radius:5px;cursor:pointer;font-size:16px;padding:10px 20px;transition:all .3s}button:disabled{cursor:not-allowed;opacity:.6}input,select{border:1px solid #ddd;border-radius:5px;font-size:16px;margin:10px 0;padding:10px;width:100%}.error{color:red;margin:10px 0}.success{color:green;margin:10px 0}.home{background:#fff;min-height:100vh}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #667eea1a;box-shadow:0 2px 20px #0000000d;justify-content:space-between;padding:18px 40px;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-brand,.navbar{align-items:center;display:flex}.nav-brand{color:#2c3e50;font-size:1.6em;font-weight:700;gap:10px}.brand-icon{font-size:1.2em}.brand-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.nav-buttons{display:flex;gap:15px}.nav-button{border:none;border-radius:25px;cursor:pointer;font-size:1em;font-weight:600;padding:10px 25px;transition:all .3s}.nav-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.nav-button.primary:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.nav-button.secondary{background:#0000;border:2px solid #667eea;color:#667eea}.nav-button.secondary:hover{background:#667eea1a}.hero-section,.nav-button.dashboard{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.hero-section{overflow:hidden;padding:80px 40px;position:relative}.hero-section:before{background:url('data:image/svg+xml;charset=utf-8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:900px;position:relative;text-align:center;z-index:1}.hero-title{font-size:3.5em;font-weight:800;line-height:1.2;margin-bottom:25px}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff 0,#e0e7ff);-webkit-background-clip:text;background-clip:text;display:block}.hero-subtitle{font-size:1.3em;font-weight:400;line-height:1.6;margin-bottom:40px;opacity:.95}.hero-buttons{gap:20px;margin-bottom:60px}.hero-buttons,.hero-stats{display:flex;justify-content:center}.hero-stats{flex-wrap:wrap;gap:50px;margin-top:60px}.stat-card{min-width:150px;text-align:center}.stat-number{font-size:3em;font-weight:800;margin-bottom:5px}.stat-label{font-size:1em;opacity:.9}.features-section{background:#f8f9fa;padding:80px 40px}.section-header{margin-bottom:60px;text-align:center}.section-header h2{color:#2c3e50;font-size:2.8em;font-weight:700;margin-bottom:15px}.section-header p{color:#5a6c7d;font-size:1.2em}.features-grid{grid-gap:35px;display:grid;gap:35px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.feature-card{background:#fff;border:1px solid #667eea1a;border-radius:16px;box-shadow:0 4px 20px #0000000d;padding:35px;transition:all .3s ease}.feature-card:hover{border-color:#667eea4d;box-shadow:0 10px 30px #667eea26;transform:translateY(-8px)}.feature-icon{font-size:3em;margin-bottom:20px}.feature-card h3{color:#2c3e50;font-size:1.3em;font-weight:600;margin-bottom:12px}.feature-card p{color:#5a6c7d;font-size:.95em;line-height:1.6}.how-it-works{background:#fff;padding:80px 40px}.steps-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.step-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;padding:35px 25px;position:relative;text-align:center;transition:all .3s ease}.step-card:hover{background:#fff;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.step-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:1.8em;font-weight:700;height:60px;justify-content:center;margin:0 auto 20px;width:60px}.step-card h3{color:#2c3e50;font-size:1.3em;font-weight:600;margin-bottom:12px}.step-card p{color:#5a6c7d;font-size:.95em;line-height:1.5}.cta-section{background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;padding:100px 40px;position:relative;text-align:center}.cta-section:before{background:url('data:image/svg+xml;charset=utf-8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.cta-content{margin:0 auto;max-width:700px;position:relative;z-index:1}.cta-content h2{color:#fff;font-size:3em;font-weight:700;margin-bottom:20px}.cta-content p{color:#fffffff2;font-size:1.3em;line-height:1.6;margin-bottom:40px}.cta-button{border:none;border-radius:30px;cursor:pointer;font-size:1.05em;font-weight:600;padding:14px 35px;transition:all .3s ease}.cta-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cta-button.primary:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.cta-button.secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #fff;color:#fff}.cta-button.primary-large,.cta-button.secondary:hover{background:#fff;color:#667eea}.cta-button.primary-large{font-size:1.2em;font-weight:700;padding:18px 50px}.cta-button.primary-large:hover{box-shadow:0 10px 30px #0003;transform:scale(1.05)}@media (max-width:768px){.hero-title{font-size:2.5em}.hero-subtitle{font-size:1.1em}.hero-buttons{flex-direction:column}.section-header h2{font-size:2.2em}.steps-container{grid-template-columns:1fr}.cta-content h2{font-size:2.2em}}.auth-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.auth-card{background:#fff;border-radius:10px;box-shadow:0 10px 25px #0003;max-width:450px;padding:40px;width:100%}.auth-card h2{color:#333;font-size:2em;margin-bottom:30px;text-align:center}.auth-card form{display:flex;flex-direction:column;gap:15px}.auth-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:5px;color:#fff;font-size:1.1em;font-weight:700;margin-top:10px;padding:12px}.auth-button:hover:not(:disabled){opacity:.9;transform:translateY(-2px)}.auth-link{color:#666;margin-top:20px;text-align:center}.auth-link a{color:#667eea;font-weight:700;text-decoration:none}.auth-link a:hover{text-decoration:underline}.dashboard{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh}.dashboard-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 20px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:30px 40px}.header-content h1{font-size:2em;font-weight:700;margin:0 0 8px}.welcome-text{font-size:1.1em;margin:0;opacity:.95}.logout-button{background:#fff;border:none;border-radius:8px;color:#667eea;cursor:pointer;font-size:1em;font-weight:600;padding:12px 28px;transition:all .3s ease}.logout-button:hover{background:#f0f0f0;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.dashboard-content{margin:40px auto;max-width:1400px;padding:0 30px}.user-info-card{background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000014;margin-bottom:35px;padding:30px}.user-info-card h2{color:#333;font-size:1.5em;font-weight:700;margin:0 0 20px}.info-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.info-item{display:flex;flex-direction:column;gap:6px}.info-label{color:#666;font-size:.9em;font-weight:500}.info-value{color:#333;font-size:1.1em;font-weight:600}.tests-section{margin-top:40px}.section-header-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px}.section-header-row h2{color:#333;font-size:1.8em;font-weight:700;margin:0}.enroll-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1em;font-weight:600;padding:12px 24px;transition:all .3s ease}.enroll-button:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.empty-state{background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000014;padding:80px 40px;text-align:center}.empty-icon{font-size:5em;margin-bottom:20px}.empty-state h3{color:#333;font-size:1.5em;margin:0 0 10px}.empty-state p{color:#666;font-size:1.1em;margin:0 0 30px}.tests-grid{grid-gap:25px;gap:25px}.test-card{border-radius:12px;border-top:4px solid #667eea;box-shadow:0 4px 16px #00000014}.test-card.completed{border-top-color:#28a745}.test-card.failed{border-top-color:#dc3545}.test-card.scheduled{border-top-color:#ffc107}.test-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-5px)}.test-card-header{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:1px solid #dee2e6;padding:20px}.test-card-header h3{color:#333;font-size:1.3em;font-weight:700;margin:0}.status-badge{border-radius:20px;font-size:.85em;font-weight:600;padding:6px 14px;white-space:nowrap}.status-badge.passed{background:#d4edda;color:#155724}.status-badge.failed{background:#f8d7da;color:#721c24}.status-badge.ready{background:#d1ecf1;color:#0c5460}.status-badge.scheduled{background:#fff3cd;color:#856404}.test-card-body{padding:20px}.test-details{margin-bottom:20px}.detail-row{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;gap:10px;padding:10px 0}.detail-row:last-child{border-bottom:none}.detail-icon{font-size:1.2em}.detail-text{color:#555;font-size:.95em}.score-text{font-size:1em}.score-text strong{color:#667eea;font-size:1.1em}.test-card-actions{border-top:2px solid #f0f0f0;display:flex;flex-direction:column;gap:10px;margin-top:20px;padding-top:20px}.action-button{border:none;border-radius:8px;cursor:pointer;font-size:.95em;font-weight:600;padding:12px 20px;text-align:center;transition:all .3s ease}.action-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.action-button.primary:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.action-button.secondary{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff}.action-button.secondary:hover{box-shadow:0 6px 20px #ff6b6b66;transform:translateY(-2px)}.action-button.success{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.action-button.success:hover{box-shadow:0 6px 20px #28a74566;transform:translateY(-2px)}.action-button.warning{background:linear-gradient(135deg,#ffc107,#ff9800);color:#333}.action-button.warning:hover{box-shadow:0 6px 20px #ffc10766;transform:translateY(-2px)}.max-attempts-message{background:#f8d7da;border-radius:8px;color:#721c24;font-size:.9em;font-weight:500;padding:12px;text-align:center}.error,.loading{font-weight:600}.error{align-items:center;color:#dc3545;display:flex;font-size:1.3em;height:100vh;justify-content:center}@media (max-width:768px){.dashboard-header{flex-direction:column;gap:15px;padding:20px;text-align:center}.header-content h1{font-size:1.5em}.dashboard-content{padding:0 15px}.tests-grid{grid-template-columns:1fr}.section-header-row{align-items:flex-start;flex-direction:column;gap:15px}.enroll-button{width:100%}}.select-test-container{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:40px 20px}.select-test-header{margin-bottom:50px;text-align:center}.select-test-header h1{color:#2c3e50;font-size:2.5em;font-weight:700;margin-bottom:10px}.select-test-header p{color:#5a6c7d;font-size:1.2em}.tests-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));margin:0 auto;max-width:1200px}@media (max-width:768px){.tests-grid{grid-template-columns:1fr}}.test-card{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.test-card:hover{box-shadow:0 15px 40px #00000026;transform:translateY(-8px)}.test-card-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:space-between;padding:25px}.test-card-header h2{font-size:1.5em;font-weight:600;margin:0}.test-price{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff40;border-radius:20px;font-size:1.3em;font-weight:700;padding:8px 16px}.test-card-body{display:flex;flex:1 1;flex-direction:column;gap:20px;padding:25px}.test-description{color:#5a6c7d;font-size:1.05em;line-height:1.6;margin:0}.test-details{background:#f8f9fa;border-radius:8px;display:flex;flex-direction:column;gap:12px;padding:15px}.detail-item{align-items:center;color:#2c3e50;display:flex;font-size:.95em;gap:10px}.detail-icon{font-size:1.3em}.test-topics{margin-top:auto}.test-topics strong{color:#2c3e50;font-size:.95em}.topics-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.topic-tag{background:linear-gradient(135deg,#667eea15,#764ba215);border:1px solid #667eea30;border-radius:15px;color:#667eea;font-size:.85em;font-weight:500;padding:5px 12px}.test-card-footer{background:#f8f9fa;border-top:1px solid #e9ecef;padding:20px 25px}.select-test-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.05em;font-weight:600;padding:14px;transition:all .3s ease;width:100%}.select-test-button:hover{box-shadow:0 5px 15px #667eea4d;transform:scale(1.02)}.loading{padding:100px 20px;text-align:center}.no-tests{color:#5a6c7d;font-size:1.2em;padding:60px 20px;text-align:center}.schedule-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.schedule-card{background:#fff;border-radius:10px;box-shadow:0 10px 25px #0003;max-width:600px;padding:40px;width:100%}.schedule-card h2{color:#333;margin-bottom:10px;text-align:center}.schedule-info{color:#666;margin-bottom:30px;text-align:center}.form-group{margin-bottom:25px}.form-group label{color:#333;display:block;font-weight:700;margin-bottom:8px}.payment-info{background:#f8f9fa;border-radius:5px;margin:25px 0;padding:20px;text-align:center}.payment-info p{margin:10px 0}.payment-info strong{color:#667eea;font-size:1.3em}.note{color:#666;font-size:.9em;font-style:italic}.dev-note{background:#fff3cd;border:1px solid #ffc107;border-radius:5px;color:#856404;font-weight:700;margin:10px 0;padding:10px}.schedule-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:5px;color:#fff;font-size:1.1em;font-weight:700;padding:15px;width:100%}.schedule-button:hover:not(:disabled){opacity:.9;transform:translateY(-2px)}.exam-container{background-color:#f5f5f5;min-height:100vh}.exam-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:space-between;padding:20px}.exam-header h2{margin:0}.timer{background:#fff3;border-radius:5px;font-size:1.5em;font-weight:700;padding:10px 20px}.exam-content{margin:40px auto;max-width:900px;padding:0 20px}.question-info{color:#666;font-size:1.1em;margin-bottom:20px;text-align:center}.question-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:30px;padding:40px}.question-card h3{color:#333;font-size:1.5em;margin-bottom:30px}.options{display:flex;flex-direction:column;gap:15px}.option{align-items:center;border:2px solid #ddd;border-radius:8px;cursor:pointer;display:flex;padding:15px 20px;transition:all .3s}.option:hover{background-color:#f8f9fa;border-color:#667eea}.option.selected{background-color:#e7eaf6;border-color:#667eea}.option-letter{align-items:center;background:#667eea;border-radius:50%;color:#fff;display:flex;font-weight:700;height:30px;justify-content:center;margin-right:15px;width:30px}.option.selected .option-letter{background:#764ba2}.option-text{flex:1 1;font-size:1.1em}.navigation{display:flex;gap:20px;justify-content:space-between;margin-bottom:20px}.nav-button,.submit-button{border:none;border-radius:5px;cursor:pointer;font-size:1em;font-weight:700;padding:12px 30px;transition:all .3s}.nav-button{background:#6c757d;color:#fff}.nav-button.next{background:linear-gradient(135deg,#667eea,#764ba2)}.nav-button:disabled{background:#ddd;cursor:not-allowed}.submit-button{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;flex:1 1}.submit-button:hover:not(:disabled){opacity:.9;transform:translateY(-2px)}.answer-summary{background:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:20px;text-align:center}.answer-summary p{color:#666;font-weight:700;margin:0}.loading{align-items:center;color:#667eea;display:flex;font-size:1.5em;height:100vh;justify-content:center}
/*# sourceMappingURL=main.346fd8e1.css.map*/