.toast-container{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:.5rem;background:var(--white);box-shadow:0 4px 12px #00000026}.toast-container.success svg{color:var(--green-500)}.toast-container.error svg{color:var(--red-500)}.toast-message{font-size:.875rem}.login-page{display:flex;height:100vh}.visual{flex:2;background:radial-gradient(circle at center,var(--blue-600) 0%,var(--blue-900) 100%);position:relative}.form-panel{flex:1;background:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.form{display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:320px}.form label{display:flex;flex-direction:column;font-size:.875rem;color:#374151;gap:.5rem}.form input{padding:.5rem .75rem;border:1px solid var(--grey-300);border-radius:.375rem}.primary-btn{padding:.5rem 1rem;border:none;border-radius:.375rem;background:var(--blue-600);color:var(--white);font-weight:600;cursor:pointer}.primary-btn:hover{background:var(--blue-700)}.switch-link{margin-top:1rem;font-size:.875rem;color:var(--blue-600);cursor:pointer;text-align:center}.switch-link:hover{color:var(--blue-700)}select{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px;font-size:16px;margin-top:5px}.time-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}input.invalid{border-color:#e53935}.err-text{display:block;color:#e53935;font-size:.8rem;margin-top:2px}.submitted-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f5f7fa;font-family:Arial,sans-serif}.submitted-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:40px;text-align:center;max-width:500px;width:90%}.success-icon{margin:0 auto 20px;width:80px;height:80px;color:#4caf50}.success-icon svg{width:100%;height:100%}.submitted-title{color:#4caf50;margin-bottom:20px;font-size:28px}.submitted-message{color:#666;line-height:1.6;margin-bottom:30px;font-size:16px}.back-button{background-color:#4caf50;color:#fff;border:none;padding:12px 24px;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.back-button:hover{background-color:#388e3c}@media (max-width: 600px){.submitted-card{padding:30px 20px}.submitted-title{font-size:24px}}._pageContainer_1ftns_2{display:flex;align-items:flex-start;gap:1rem;padding:1rem}._leftContainer_1ftns_9{width:300px;flex-shrink:0}._rightContainer_1ftns_14{flex:1}._container_1ftns_19{padding:1.5rem;max-width:800px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}._title_1ftns_27{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:#2d3748;text-align:center}._tabs_1ftns_35{display:flex;margin-bottom:1rem;border-bottom:2px solid #e2e8f0}._tab_1ftns_35{padding:.75rem 1.5rem;font-size:1rem;font-weight:500;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}._tab_1ftns_35:hover{color:#4299e1}._activeTab_1ftns_60{color:#3182ce;border-bottom-color:#3182ce;font-weight:600}._codeContainer_1ftns_66{margin-bottom:1.5rem}._codeEditor_1ftns_70{width:100%;height:180px;padding:.75rem;font-family:Menlo,Monaco,Courier New,monospace;font-size:.9rem;line-height:1.5;border:1px solid #e2e8f0;border-radius:4px;resize:vertical;transition:border-color .2s ease;margin-bottom:1rem;background-color:#f8fafc;color:#1a202c}._codeEditor_1ftns_70:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 2px #4299e133}._codeEditor_1ftns_70::placeholder{color:#a0aec0}._runButton_1ftns_96{padding:.6rem 1.2rem;font-size:1rem;font-weight:500;color:#fff;background-color:#4299e1;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;min-width:140px}._runButton_1ftns_96:hover:not(:disabled){background-color:#3182ce}._runButton_1ftns_96:disabled{background-color:#a0aec0;cursor:not-allowed;opacity:.8}._outputSection_1ftns_122{margin-bottom:2rem}._outputTitle_1ftns_126{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#fff}._errorBox_1ftns_133{background-color:#fff5f5;border:1px solid #feb2b2;border-left:4px solid #e53e3e;color:#c53030;padding:.75rem 1rem;border-radius:4px;margin-bottom:.75rem;font-size:.9rem;display:flex;align-items:center}._errorIcon_1ftns_146{margin-right:.5rem}._outputDisplay_1ftns_150{padding:1rem;background-color:#2d3748;color:#e2e8f0;border-radius:4px;font-family:Menlo,Monaco,Courier New,monospace;font-size:.9rem;line-height:1.5;white-space:pre-wrap;word-wrap:break-word;overflow-x:auto;max-height:300px;overflow-y:auto;border:1px solid #4a5568}._spinner_1ftns_166{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:_spin_1ftns_166 1s ease-in-out infinite;margin-right:.5rem}._miniSpinner_1ftns_177{display:inline-block;width:.75rem;height:.75rem;border:1.5px solid rgba(49,130,206,.3);border-radius:50%;border-top-color:#3182ce;animation:_spin_1ftns_166 1s ease-in-out infinite;margin-left:.5rem}@keyframes _spin_1ftns_166{to{transform:rotate(360deg)}}._infoSection_1ftns_194{background-color:#ebf8ff;border:1px solid #bee3f8;border-radius:4px;padding:1rem}._infoTitle_1ftns_201{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#2c5282}._infoList_1ftns_208{list-style-type:disc;margin-left:1.5rem;color:#2a4365;font-size:.9rem;line-height:1.6}._container_1ftns_19{transition:background-color .3s ease}@media (prefers-color-scheme: dark){._container_1ftns_19{background-color:#1a202c;color:#e2e8f0}._title_1ftns_27{color:#e2e8f0}._tabs_1ftns_35{border-bottom-color:#4a5568}._tab_1ftns_35{color:#cbd5e0}._tab_1ftns_35:hover{color:#63b3ed}._activeTab_1ftns_60{color:#63b3ed;border-bottom-color:#63b3ed}._codeEditor_1ftns_70{background-color:#2d3748;color:#e2e8f0;border-color:#4a5568}._codeEditor_1ftns_70::placeholder{color:#718096}._infoSection_1ftns_194{background-color:#2a4365;border-color:#4299e1;color:#e2e8f0}._infoTitle_1ftns_201{color:#90cdf4}._infoList_1ftns_208{color:#cbd5e0}}@media (max-width: 768px){._container_1ftns_19{padding:1rem}._title_1ftns_27{font-size:1.5rem}._tab_1ftns_35{padding:.5rem 1rem;font-size:.9rem}}._timer_1ftns_279{display:flex;width:100%;justify-content:space-between;align-items:center;font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:#e53e3e;text-align:center}._problemWrapper_1ftns_292{width:100%;height:90vh;display:flex;flex-direction:column;padding:12px}._questionNav_1ftns_301{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:10px;margin-bottom:20px}._questionDot_1ftns_310{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;background-color:#eee;color:#333;border:none;cursor:pointer;transition:background-color .2s}._questionDot_1ftns_310:hover{background-color:#ddd}._activeDot_1ftns_330{background-color:#3182ce;color:#fff;transform:scale(1.1);box-shadow:0 2px 4px #0000001a}._questionCard_1ftns_338{background-color:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a;padding:16px;border-left:4px solid #3182ce;overflow-y:auto;flex:1}._questionTitle_1ftns_349{font-size:18px;font-weight:700;margin-bottom:12px;color:#2d3748}._questionStatement_1ftns_357{font-size:15px;line-height:1.5;margin-bottom:16px;color:#4a5568;white-space:pre-wrap}._constraintsBox_1ftns_366{background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:4px;padding:12px;margin-bottom:16px}._subTitle_1ftns_375{font-size:15px;font-weight:600;margin-bottom:8px;color:#2d3748}._constraintsText_1ftns_383{white-space:pre-wrap;color:#4a5568}._testCasesSection_1ftns_389{margin-bottom:8px}._testCasesList_1ftns_394{display:flex;flex-direction:column;gap:8px}._testCase_1ftns_389{background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:4px;padding:12px}._testCaseRow_1ftns_409{margin-bottom:8px}._testCaseLabel_1ftns_414{font-weight:600;color:#4a5568;margin-right:8px}._testCaseValue_1ftns_421{font-family:Menlo,Monaco,Courier New,monospace;background-color:#edf2f7;padding:2px 5px;border-radius:3px;word-break:break-all;display:inline-block;font-size:13px}._submitBtn_1ftns_431{background-color:#3182ce;color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:16px;font-weight:700;transition:background-color .3s ease;margin-top:20px}@media (prefers-color-scheme: dark){._questionDot_1ftns_310{background-color:#2d3748;color:#e2e8f0}._questionDot_1ftns_310:hover{background-color:#4a5568}._activeDot_1ftns_330{background-color:#4299e1}._questionCard_1ftns_338{background-color:#1a202c;border-color:#4299e1;width:30ch;overflow-wrap:break-word;word-break:break-word}._questionTitle_1ftns_349{color:#e2e8f0}._questionStatement_1ftns_357{color:#cbd5e0}._constraintsBox_1ftns_366{background-color:#2d3748;border-color:#4a5568}._subTitle_1ftns_375{color:#e2e8f0}._constraintsText_1ftns_383{color:#cbd5e0}._testCase_1ftns_389{background-color:#2d3748;border-color:#4a5568}._testCaseLabel_1ftns_414{color:#e2e8f0}._testCaseValue_1ftns_421{background-color:#4a5568;color:#e2e8f0}}.fs-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:9999;color:#fff;font-family:system-ui,sans-serif}.fs-box{text-align:center;max-width:320px;padding:2rem;background:#222;border-radius:8px}.fs-button{margin-top:1rem;padding:.6rem 1.2rem;font-weight:600;border:none;border-radius:6px;cursor:pointer}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}:root{--blue-900: #0b2a55;--blue-700: #1c3d78;--blue-600: #2550a3;--blue-500: #2e63cc;--white: #ffffff;--grey-100: #f3f4f6;--grey-300: #d1d5db;--green-500: #22c55e;--red-500: #ef4444}.app-wrapper{min-height:100%;background-color:var(--blue-900)}.flex{display:flex}.center{display:flex;align-items:center;justify-content:center}
