.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.auth-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:100%;overflow:hidden}.auth-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;text-align:center}.auth-header h1{font-size:2em;margin-bottom:.5rem}.auth-header p{font-size:1.1em;opacity:.95}.auth-content{padding:2rem;color:#333}.auth-content h2{margin-bottom:.5rem;color:#333}.auth-content>p{margin-bottom:2rem;color:#666}.form-group input{width:100%;padding:.8rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1em;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#667eea}.auth-footer{margin-top:2rem;padding:1rem;background:#fff3cd;border-radius:8px;border-left:4px solid #ffc107}.auth-footer p{margin:0;font-size:.9em;color:#856404}button[type=submit]{width:100%;margin-top:1rem;padding:1rem;font-size:1.1em}button:disabled{opacity:.6;cursor:not-allowed}.assessment-container{min-height:100vh;background:#f5f5f5;padding-bottom:2rem}.assessment-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem 2rem;box-shadow:0 4px 6px #0000001a;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.header-content h1{font-size:1.8em;margin-bottom:.5rem}.user-info p{margin:.2rem 0;font-size:.9em;opacity:.95}.timer{font-size:1.5em;font-weight:700;padding:.5rem 1rem;background:#fff3;border-radius:8px}.timer-warning{color:#ff6b6b;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.assessment-content{max-width:1000px;margin:2rem auto;padding:0 1rem}.section-tabs{display:flex;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.section-tabs button{padding:.8rem 1.5rem;border:2px solid #ddd;background:#fff;color:#333;border-radius:8px;cursor:pointer;transition:all .3s;font-weight:600}.section-tabs button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.section-tabs button:hover:not(.active){border-color:#667eea;transform:translateY(-2px)}.section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.section h2{color:#333;margin-bottom:.5rem}.section-desc{color:#666;margin-bottom:2rem}.question-card{background:#f9f9f9;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;border-left:4px solid #667eea}.question-card h3,.question-card h4{color:#667eea;margin-bottom:1rem}.question-text{font-size:1.1em;color:#333;margin-bottom:1rem;line-height:1.6}.options{display:flex;flex-direction:column;gap:.8rem}.option{display:flex;align-items:center;gap:.8rem;padding:1rem;background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s}.option:hover{border-color:#667eea;transform:translate(5px);background:#f0f4ff}.option input[type=radio]{width:20px;height:20px;cursor:pointer;accent-color:#667eea}.option:has(input[type=radio]:checked){background:#e8f0fe;border-color:#667eea;border-width:3px}.option input[type=radio]:checked+span{color:#667eea;font-weight:600}.option span{flex:1;font-size:1em;line-height:1.5;color:#333}.subsection{margin-bottom:2rem}.subsection h3{color:#333;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #667eea}.email-task{background:#f9f9f9;padding:1.5rem;border-radius:8px;color:#333}.scenario,.requirements{margin-bottom:1.5rem}.scenario h4,.requirements h4{color:#667eea;margin-bottom:.5rem}.scenario p,.scenario div{color:#333}.requirements ul{padding-left:1.5rem}.requirements li{margin-bottom:.5rem;color:#333}.email-textarea,.code-textarea{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;font-family:Courier New,monospace;font-size:.95em;resize:vertical;transition:border-color .3s}.email-textarea:focus,.code-textarea:focus{outline:none;border-color:#667eea}.coding-section,.coding-section p,.coding-section div{color:#333}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group select{width:100%;padding:.8rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1em}.challenge-details{background:#f9f9f9;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.challenge-details h3{color:#667eea;margin-bottom:.5rem}.pseudocode{background:#2d2d2d;color:#f8f8f2;padding:1rem;border-radius:8px;margin:1rem 0;overflow-x:auto}.pseudocode h4{color:#50fa7b;margin-bottom:.5rem}.pseudocode pre{margin:0;font-family:Courier New,monospace;white-space:pre-wrap;color:#f8f8f2}.test-cases{margin-top:1rem}.test-cases h4{color:#667eea;margin-bottom:.5rem}.test-case{background:#fff;padding:.8rem;border-radius:4px;margin-bottom:.5rem;border-left:3px solid #667eea}.code-editor h4{color:#333;margin-bottom:.5rem}.code-testing{margin-top:2rem;background:#f9f9f9;padding:1.5rem;border-radius:8px}.test-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid #e0e0e0}.test-tab{padding:.8rem 1.5rem;background:transparent;border:none;border-bottom:3px solid transparent;color:#666;cursor:pointer;font-weight:600;transition:all .3s}.test-tab:hover{color:#667eea}.test-tab.active{color:#667eea;border-bottom-color:#667eea}.test-content{padding:1rem 0}.test-run-section,.test-custom-section{display:flex;flex-direction:column;gap:1rem}.test-info{color:#666;font-size:.95em;margin:0}.test-custom-section label{font-weight:600;color:#333}.code-testing h4{color:#333;margin-bottom:1rem}.test-input-group{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1rem}.test-input-group label{font-weight:600;color:#333}.test-input{padding:.8rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1em;font-family:Courier New,monospace}.test-input:focus{outline:none;border-color:#667eea}.btn-run{padding:.8rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1em;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-run:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.btn-run:disabled{opacity:.5;cursor:not-allowed}.code-output{margin-top:1rem;background:#2d2d2d;color:#f8f8f2;padding:1rem;border-radius:8px;border-left:4px solid #50fa7b}.code-output h4{color:#50fa7b;margin-bottom:.5rem}.code-output pre{margin:0;font-family:Courier New,monospace;white-space:pre-wrap;color:#f8f8f2;line-height:1.6;font-size:.95em}.navigation-buttons{display:flex;justify-content:space-between;margin-top:2rem;gap:1rem}.navigation-buttons button{padding:1rem 2rem;font-size:1em}.btn-submit{background:linear-gradient(135deg,#28a745,#20c997);font-size:1.1em;padding:1.2rem 2.5rem}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 5px 15px #28a74566}@media (max-width: 768px){.assessment-header{flex-direction:column;align-items:flex-start}.section-tabs{flex-direction:column}.section-tabs button{width:100%}.navigation-buttons{flex-direction:column}.navigation-buttons button{width:100%}}.success-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.success-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:700px;width:100%;padding:3rem;text-align:center;color:#333}.success-icon{font-size:5em;margin-bottom:1rem;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-card h1{color:#27ae60;margin-bottom:1rem;font-size:2.5em}.success-message{font-size:1.2em;color:#555;margin-bottom:2rem;line-height:1.6}.info-box{background:#ecf0f1;padding:1.5rem;border-radius:8px;border-left:4px solid #27ae60;margin-bottom:2rem;text-align:left}.info-box h3{color:#333;margin-bottom:1rem}.info-box ul{list-style:none;padding:0}.info-box li{padding:.5rem 0 .5rem 1.5rem;position:relative}.info-box li:before{content:"•";color:#27ae60;font-weight:700;position:absolute;left:0}.patience-box{background:#fff3cd;padding:1.5rem;border-radius:8px;border-left:4px solid #ffc107;margin-bottom:2rem;text-align:left}.patience-box p{margin:0;color:#856404;line-height:1.6}.contact-info{margin:2rem 0;padding:1rem;background:#f8f9fa;border-radius:8px}.contact-info p{margin:0;color:#333}.contact-info strong{color:#667eea}.success-card button{margin-top:1rem;padding:1rem 2.5rem;font-size:1.1em}.footer{margin-top:2rem;padding-top:1rem;border-top:1px solid #e0e0e0}.footer p{margin:0;color:#999;font-size:.9em}@media (max-width: 768px){.success-card{padding:2rem 1.5rem}.success-card h1{font-size:2em}.success-icon{font-size:4em}}.admin-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.admin-header{text-align:center;color:#fff;margin-bottom:2rem}.admin-header h1{font-size:2.5rem;margin-bottom:.5rem}.admin-header p{font-size:1.1rem;opacity:.9}.admin-message{background:#fff;padding:1rem;border-radius:8px;margin-bottom:1rem;text-align:center;font-weight:500;animation:slideDown .3s ease-out}.admin-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.admin-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.admin-message.info{background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.admin-tabs{display:flex;gap:1rem;margin-bottom:2rem;justify-content:center}.admin-tabs button{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);padding:.8rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.admin-tabs button:hover{background:#ffffff4d;transform:translateY(-2px)}.admin-tabs button.active{background:#fff;color:#667eea;border-color:#fff}.admin-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 30px #0003;animation:fadeIn .3s ease-out}.dashboard-section h2,.trigger-section h2,.applicants-section h2{color:#333;margin-bottom:1.5rem;font-size:1.8rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-card.success{background:linear-gradient(135deg,#11998e,#38ef7d)}.stat-card.error{background:linear-gradient(135deg,#eb3349,#f45c43)}.stat-icon{font-size:3rem;margin-bottom:.5rem}.stat-value{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.9}.trigger-section{max-width:1000px;margin:0 auto}.trigger-info{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-bottom:2rem;border-left:4px solid #667eea}.trigger-info ul{margin:1rem 0;padding-left:1.5rem}.trigger-info li{margin:.5rem 0;color:#555}.trigger-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.trigger-card{background:#f8f9fa;padding:2rem;border-radius:12px;text-align:center;border:2px solid #e9ecef}.trigger-card h3{color:#333;margin-bottom:1rem;font-size:1.4rem}.trigger-card p{color:#666;margin-bottom:1.5rem}.trigger-btn{width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.trigger-btn:disabled{opacity:.6;cursor:not-allowed}.trigger-btn.normal{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.trigger-btn.normal:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.trigger-btn.force{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.trigger-btn.force:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #f5576c66}.applicants-section{max-width:100%}.table-container{overflow-x:auto;margin-bottom:2rem}.applicants-table{width:100%;border-collapse:collapse;background:#fff}.applicants-table thead{background:#667eea;color:#fff}.applicants-table th,.applicants-table td{padding:1rem;text-align:left;border-bottom:1px solid #dee2e6;color:#000}.applicants-table td{color:#333}.applicants-table th{font-weight:600;text-transform:uppercase;font-size:.9rem;letter-spacing:.5px}.applicants-table tbody tr:hover{background:#f8f9fa}.status-badge{display:inline-block;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600}.status-badge.pending{background:#fff3cd;color:#856404}.status-badge.sent{background:#d1ecf1;color:#0c5460}.status-badge.pass{background:#d4edda;color:#155724}.status-badge.fail{background:#f8d7da;color:#721c24}.refresh-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.8rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:block;margin:0 auto}.refresh-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.refresh-btn:disabled{opacity:.6;cursor:not-allowed}.loading{text-align:center;padding:3rem;color:#666;font-size:1.2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.admin-container{padding:1rem}.admin-header h1{font-size:1.8rem}.admin-tabs{flex-direction:column}.stats-grid,.trigger-actions{grid-template-columns:1fr}.applicants-table{font-size:.9rem}.applicants-table th,.applicants-table td{padding:.5rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}#root{width:100%;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}input,textarea,select{font-family:inherit;font-size:1em;padding:.8em;border:1px solid #ccc;border-radius:4px;width:100%;margin-bottom:1em}textarea{min-height:100px;resize:vertical}.container{max-width:1200px;margin:0 auto;padding:2rem}.card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 40px #0000001a;color:#333}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-weight:600;transition:transform .2s,box-shadow .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.btn-secondary{background:#f0f0f0;color:#333;border:1px solid #ddd;padding:12px 24px;border-radius:8px;cursor:pointer;font-weight:600}.error{background:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid #c33}.success{background:#efe;color:#3c3;padding:1rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid #3c3}.loading{text-align:center;padding:2rem;font-size:1.2em;color:#fff}
