@import"https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--background: #ffffff;--foreground: #0a0a0a;--card: #ffffff;--card-foreground: #0a0a0a;--popover: #ffffff;--popover-foreground: #0a0a0a;--primary: #0f172a;--primary-foreground: #f8fafc;--secondary: #f1f5f9;--secondary-foreground: #0f172a;--muted: #f1f5f9;--muted-foreground: #64748b;--accent: #f1f5f9;--accent-foreground: #0f172a;--destructive: #dc2626;--destructive-foreground: #ffffff;--border: #e2e8f0;--input: #e2e8f0;--ring: #94a3b8;--vscode-background: #000000;--vscode-foreground: #d4d4d4;--vscode-activityBar-background: #333333;--vscode-activityBar-foreground: #ffffff;--vscode-activityBar-inactiveForeground: #ffffff80;--vscode-sideBar-background: #252526;--vscode-sideBar-foreground: #cccccc;--vscode-editor-background: #000000;--vscode-statusBar-background: #007acc;--vscode-statusBar-foreground: #ffffff;--vscode-panel-background: #000000;--vscode-panel-border: #80808059;--vscode-tab-activeBackground: #000000;--vscode-tab-inactiveBackground: #2d2d2d;--vscode-tab-activeForeground: #ffffff;--vscode-tab-inactiveForeground: #ffffff80;--vscode-tab-border: #252526}.dark{--background: #000000;--foreground: #ffffff;--card: #1a1a1a;--card-foreground: #e5e5e5;--popover: #1a1a1a;--popover-foreground: #e5e5e5;--primary: #262626;--primary-foreground: #ffffff;--secondary: #1a1a1a;--secondary-foreground: #ffffff;--muted: #1a1a1a;--muted-foreground: #a1a1a1;--accent: #1a1a1a;--accent-foreground: #ffffff;--destructive: #991b1b;--destructive-foreground: #ffffff;--border: rgba(255, 255, 255, .1);--input: rgba(255, 255, 255, .1);--ring: #525252}body{margin:0;padding:0;font-family:Lexend,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;overflow:hidden}.App{height:100vh;width:100vw;overflow:hidden}.vscode-container{display:flex;flex-direction:column;height:100%;width:100%;background-color:var(--vscode-background);color:var(--vscode-foreground)}.vscode-main{display:flex;flex:1;overflow:hidden;margin-left:50px;position:relative;width:calc(100% - 50px)}.activity-bar{display:flex;flex-direction:column;background-color:var(--vscode-activityBar-background);z-index:10;position:fixed;top:0;left:0;height:calc(100% - 22px);width:50px}.activity-bar button{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--vscode-activityBar-inactiveForeground);cursor:pointer;position:relative}.activity-bar button:hover,.activity-bar button.active{color:var(--vscode-activityBar-foreground)}.activity-bar button.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background-color:var(--vscode-activityBar-foreground)}.sidebar-container{display:flex;height:100%;width:100%}.sidebar{height:100%;background-color:var(--vscode-sideBar-background);color:var(--vscode-sideBar-foreground);overflow-y:auto;overflow-x:hidden;position:absolute;left:0;top:0;z-index:5;transition:transform .2s ease;border-right:1px solid #1e1e1e}.sidebar-title{font-size:11px;font-weight:500;text-transform:uppercase;padding:8px 12px 4px;color:#888;display:flex;justify-content:space-between;align-items:center}.sidebar-section{padding:0 0 12px}.sidebar-search{padding:0 12px}.sidebar-empty-message{padding:12px;text-align:center;color:#888}.file-tree{padding:0 8px}.file-tree-item{margin:2px 0}.file-tree-folder,.file-tree-file{display:flex;align-items:center;padding:3px 6px;border-radius:3px;cursor:pointer}.file-tree-folder:hover,.file-tree-file:hover{background-color:#ffffff0d}.folder-icon,.file-icon{margin-right:6px;display:flex;align-items:center}.file-tree-children{padding-left:16px}.file-tree-file.active{background-color:#37373d}.file-tree-file .rename-input{background-color:#3c3c3c;border:1px solid #007acc;color:#ccc;font-size:13px;padding:1px 4px;width:calc(100% - 14px);outline:none}.search-input-container{position:relative;margin:8px 0}.search-input{width:100%;padding:6px 8px 6px 30px;background-color:#3c3c3c;color:#ccc;border:1px solid transparent;border-radius:2px;outline:none}.search-input:focus{border-color:#007acc}.search-icon{position:absolute;left:8px;top:50%;transform:translateY(-50%);color:#888}.editor-area{flex:1;display:flex;flex-direction:column;overflow:hidden;height:100%;width:100%;transition:margin-left .2s ease,width .2s ease;box-sizing:border-box}.editor-tabs{display:flex;background-color:var(--vscode-tab-inactiveBackground);border-bottom:1px solid var(--vscode-tab-border);overflow-x:auto;flex-grow:1;flex-shrink:1;min-width:0;scrollbar-width:thin;scrollbar-color:#555555 #2d2d2d}.editor-tab-new{display:flex;align-items:center;justify-content:center;width:30px;height:35px;background-color:var(--vscode-tab-inactiveBackground);color:var(--vscode-tab-inactiveForeground);cursor:pointer;border:none;opacity:.7}.editor-tab-new:hover{opacity:1}.tab-name{margin-right:8px}.tab-close{background:none;border:none;color:inherit;font-size:16px;padding:0;cursor:pointer;opacity:.7}.tab-close:hover{opacity:1}.monaco-container{flex:1;overflow:hidden;width:100%;transition:height .2s ease}.empty-editor-message{display:flex;align-items:center;justify-content:center;height:100%;color:#888}.empty-editor-message p{max-width:300px;text-align:center}.editor-actions{position:absolute;bottom:10px;right:10px;z-index:100;display:flex}.editor-action-button{background-color:#3c3c3c;color:#ccc;border:none;border-radius:3px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;margin-left:5px;cursor:pointer}.editor-action-button:hover{background-color:#4c4c4c}.editor-action-button:disabled{opacity:.5;cursor:not-allowed}.panel{border-top:1px solid var(--vscode-panel-border);background-color:var(--vscode-panel-background);overflow:hidden;display:flex;flex-direction:column}.panel-tabs{display:flex;background-color:#252526;border-bottom:1px solid #1e1e1e;height:36px;align-items:center;position:relative}.panel-tab{display:flex;align-items:center;padding:0 10px;height:100%;color:#888;cursor:pointer;color:var(--vscode-panelTitle-inactiveForeground, #969696);border-bottom:1px solid transparent}.panel-tab.active{background-color:var(--vscode-panel-background);color:#fff;color:var(--vscode-panelTitle-activeForeground, #ffffff);border-bottom:1px solid var(--vscode-panelTitle-activeBorder, #007fd4)}.panel-tab:hover:not(.active){color:var(--vscode-panelTitle-activeForeground, #ffffff)}.tab-icon{margin-right:5px;display:flex;align-items:center}.panel-content{flex:1;overflow:auto;font-size:10px;padding:10px;font-family:Consolas,Courier New,monospace;font-size:13px;line-height:1.4}.panel-terminal,.panel-problems,.panel-output{height:100%}.panel-terminal{padding:8px;font-family:monospace;overflow-y:auto;overflow-x:hidden;height:calc(100% - 36px);background-color:#1e1e1e;color:#ddd;outline:none;scrollbar-width:thin;scrollbar-color:#555555 #1e1e1e}.panel-terminal::-webkit-scrollbar{width:8px}.panel-terminal::-webkit-scrollbar-track{background:#1e1e1e}.panel-terminal::-webkit-scrollbar-thumb{background:#555;border-radius:4px}.panel-terminal::-webkit-scrollbar-thumb:hover{background:#666}.panel-terminal .terminal-line{white-space:pre-wrap;margin-bottom:3px;word-wrap:break-word}.terminal-line{white-space:pre-wrap;line-height:1.5;margin-bottom:2px}.terminal-prompt{color:#0a84ff;margin-right:8px}.terminal-output{color:#ddd}.terminal-warning{color:orange}.output-line{white-space:pre-wrap;line-height:1.5;color:#888;color:#ccc;margin-bottom:3px}.terminal-cursor{display:inline-block;width:8px;height:14px;background-color:#ccc;animation:blink 1s step-end infinite;vertical-align:middle;margin-left:2px}.panel-empty-message{color:#888;font-style:italic}.status-bar{height:22px;background-color:var(--vscode-statusBar-background);color:var(--vscode-statusBar-foreground);display:flex;justify-content:space-between;align-items:center;padding:0 10px;font-size:12px}.status-bar-left,.status-bar-right{display:flex;align-items:center}.status-item{display:flex;align-items:center;margin:0 8px}.status-item svg{margin-right:4px}.status-button{background:transparent;border:none;color:var(--vscode-statusBar-foreground);cursor:pointer;padding:0}.status-button:hover{text-decoration:underline}.resize-handle{background-color:transparent;transition:background-color .2s}.resize-handle:hover{background-color:#0078d4}.resize-handle-horizontal{width:5px;cursor:col-resize;height:4px;background-color:#2d2d30;cursor:ns-resize;width:100%}.resize-handle-horizontal:hover{background-color:#007fd4}.resize-handle-vertical{height:5px;cursor:row-resize}.editor-container{flex:1;display:flex;flex-direction:column;overflow:hidden;height:100%;position:relative;width:100%}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.new-file-modal{background-color:#252526;padding:30px;border-radius:4px;width:400px}.new-file-modal h3{margin-top:0;color:#ccc}.new-file-modal input{width:100%;padding:5px 3px;background-color:#3c3c3c;color:#ccc;border:1px solid #1e1e1e;border-radius:2px;margin-bottom:15px}.new-file-modal input:focus{outline:none;border-color:#007acc}.modal-actions{display:flex;justify-content:flex-end}.modal-actions button{padding:6px 12px;margin-left:10px;border:none;border-radius:2px;cursor:pointer}.modal-actions button:first-child{background-color:transparent;color:#ccc}.modal-actions button:last-child{background-color:#007acc;color:#fff}.editor-container{display:flex;height:100%;position:relative;width:100%;overflow:hidden}.explorer-sidebar{width:250px;height:100%;background-color:#252526;color:#ccc;display:flex;flex-direction:column;border-right:1px solid #1e1e1e}.explorer-sidebar.hidden{display:none}.sidebar-header{padding:10px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #1e1e1e}.sidebar-header h3{margin:0;font-size:11px;text-transform:uppercase;letter-spacing:1px;opacity:.6}.sidebar-actions{display:flex}.sidebar-actions button{background:transparent;border:none;color:#ccc;cursor:pointer;padding:2px;margin-left:5px;opacity:.7}.sidebar-actions button:hover{opacity:1}.file-tree{flex:1;overflow:auto;padding:5px}.sidebar-item{font-size:13px;margin:2px 0;cursor:pointer;border-radius:3px}.folder-item{display:flex;align-items:center;padding:3px}.folder-item:hover{background-color:#2a2d2e}.folder-contents{padding-left:12px}.file-item{padding:3px;display:flex;align-items:center}.file-item:hover{background-color:#2a2d2e}.file-item.active{background-color:#37373d}.unsaved-indicator{margin-left:5px;color:#ccc;font-weight:700}.context-menu{background-color:#252526;border:1px solid #3c3c3c;border-radius:3px;padding:5px 0;width:150px;z-index:1000}.context-menu-item{padding:5px 10px;font-size:12px;display:flex;align-items:center;cursor:pointer}.context-menu-item:hover{background-color:#2a2d2e}.context-menu-item.delete{color:#f66}.editor-area{flex:1;display:flex;flex-direction:column;height:100%}.file-item input{background-color:#3c3c3c;border:1px solid #007acc;color:#ccc;font-size:13px;padding:1px 4px;width:calc(100% - 14px);outline:none}.sidebar-action{background:transparent;border:none;color:#ccc;cursor:pointer;padding:2px;margin-left:5px;opacity:.7}.sidebar-action:hover{opacity:1}.unsaved-indicator{color:#ccc}.editor-header{display:flex;justify-content:space-between;background-color:var(--vscode-editorGroupHeader-tabsBackground);border-bottom:1px solid var(--vscode-editorGroupHeader-tabsBorder);width:100%;overflow:hidden}.editor-tabs{display:flex;overflow-x:auto;flex-grow:1;flex-shrink:1;min-width:0;scrollbar-width:thin;scrollbar-color:#555555 #2d2d2d}.editor-tab{display:flex;align-items:center;padding:0 10px;height:35px;background-color:var(--vscode-tab-inactiveBackground);color:var(--vscode-tab-inactiveForeground);border-right:1px solid var(--vscode-tab-border);cursor:pointer;flex-shrink:1;min-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor-tab.active{background-color:var(--vscode-tab-activeBackground);color:var(--vscode-tab-activeForeground)}.editor-run-controls{display:flex;align-items:center;padding-right:10px;flex-shrink:0}.run-button{display:flex;align-items:center;padding:4px;margin-right:8px;background-color:#1e1e1e;color:#ccc;border:none;border-radius:3px;cursor:pointer;font-size:12px;white-space:nowrap;flex-shrink:0}.run-button:hover{background-color:#4c4c4c}.run-button:disabled{opacity:.6;cursor:not-allowed}.run-button svg{margin-right:4px}.terminal-toggle-button{background-color:transparent;border:none;color:#ccc;cursor:pointer;opacity:.8;padding:4px;display:flex;align-items:center}.terminal-toggle-button:hover{opacity:1}.terminal-panel{height:200px;background-color:#1e1e1e;border-top:1px solid #333;display:flex;flex-direction:column}.terminal-header{display:flex;justify-content:space-between;padding:4px 8px;background-color:#252526;font-size:12px}.terminal-close{background:transparent;border:none;color:#ccc;cursor:pointer;opacity:.7}.terminal-close:hover{opacity:1}.terminal-content{flex:1;padding:8px;font-family:Consolas,monospace;font-size:13px;overflow-y:auto;color:#ccc}.terminal-line{margin-bottom:4px;white-space:pre-wrap}.terminal-line.command{color:#569cd6}.terminal-input{background-color:transparent;border:none;color:inherit;font-family:monospace;font-size:inherit;margin-left:8px;outline:none;width:calc(100% - 60px)}.terminal-input:focus{outline:none}.terminal-line.info{color:#75beff}.terminal-line.output{color:#ccc}.terminal-line.warning{color:#fc0}.terminal-line.error{color:#f44747}.cursor{display:inline-block;width:8px;height:14px;background-color:#ccc;animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.monaco-container{flex:1;overflow:hidden;width:100%}.editor-area{display:flex;flex-direction:column;height:100%;transition:margin-left .2s ease}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.panel-actions{margin-left:auto;padding-right:8px;display:flex}.panel-close-btn{background:transparent;border:none;color:#ccc;cursor:pointer;opacity:.7;padding:2px;display:flex;align-items:center;justify-content:center}.panel-close-btn:hover{opacity:1}.code-challenge-container{display:flex;flex-direction:column;height:100vh;background-color:#f5f5f5;color:#1a1a1a}.code-challenge-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background-color:#fff;border-bottom:1px solid #e0e0e0;z-index:10}.header-left{display:flex;align-items:center;gap:12px}.header-icon{font-size:22px}.code-challenge-header h1{margin:0;font-size:18px;font-weight:600;color:#1a1a1a}.header-right{display:flex;align-items:center;gap:16px}.saved-indicator{font-size:12px;color:#666;display:flex;align-items:center;gap:4px}.submit-test-btn{background-color:#007bff;color:#fff;border:none;padding:8px 20px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.submit-test-btn:hover{background-color:#0056b3}.user-profile{display:flex;align-items:center}.user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:transform .2s ease}.user-avatar:hover{transform:scale(1.05)}.code-challenge-body{display:flex;flex:1;overflow:hidden}.left-sidebar{width:280px;background-color:#fff;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;overflow-y:auto}.time-remaining-widget{padding:20px;border-bottom:1px solid #e0e0e0}.time-remaining-widget h3{margin:0 0 16px;font-size:18px;font-weight:700;color:#333}.time-remaining-widget .timer-value{display:flex;justify-content:center;gap:8px}.time-unit{display:flex;flex-direction:column;align-items:center}.time-unit .time-block{background-color:#fef3cd;color:#d97706;padding:10px 14px;border-radius:6px;font-size:22px;font-weight:700;min-width:48px;text-align:center;font-family:Consolas,Monaco,monospace}.time-unit .time-label{font-size:13px;color:#666;margin-top:5px;text-transform:capitalize}.question-palette-widget{padding:20px;flex:1}.question-palette-widget h3{margin:0 0 16px;font-size:18px;font-weight:700;color:#333}.sign-in-btn{background-color:transparent;color:#6b7280;border:1px solid #d1d5db;padding:6px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.sign-in-btn:hover{background-color:#f3f4f6;border-color:#9ca3af;color:#374151}.question-palette-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:24px}.question-palette-btn{padding:8px 6px;background-color:#e9ecef;color:#495057;border:1px solid #dee2e6;border-radius:4px;text-align:center;cursor:pointer;font-size:13px;font-weight:600;transition:all .2s ease;min-width:34px}.question-palette-btn:hover:not(.palette-active):not(:disabled){background-color:#dee2e6;border-color:#adb5bd}.question-palette-btn.palette-active{background-color:#007bff;color:#fff;border-color:#007bff}.question-palette-btn.palette-marked{background-color:#ff9800;color:#fff;border-color:#ff9800}.question-palette-btn.palette-active.palette-marked{background-color:#ff6d00;color:#fff;border-color:#ff6d00}.question-palette-btn:disabled{opacity:.3;cursor:not-allowed}.question-palette-btn.answered{background-color:#28a745;color:#fff;border-color:#28a745}.question-palette-btn.marked{background-color:#ff9800;color:#fff;border-color:#ff9800}.question-palette-btn.skipped{background-color:#6c757d;color:#fff;border-color:#6c757d}.palette-legend{display:flex;flex-direction:column;gap:10px}.legend-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#495057}.legend-dot{width:14px;height:14px;border-radius:2px;flex-shrink:0}.legend-current{background-color:#007bff}.legend-answered{background-color:#28a745}.legend-skipped{background-color:#6c757d}.legend-marked{background-color:#ff9800}.legend-not-visited{background-color:#e9ecef}.main-content-area{flex:1;display:flex;flex-direction:column;overflow:hidden;background-color:#f5f5f5}.top-section{flex:1;overflow:hidden;display:flex;flex-direction:column}.content-wrapper{flex:1;display:flex;flex-direction:column;overflow:hidden}.question-bar{background-color:#f8f9fa;border-bottom:1px solid #e0e0e0;max-height:25%;min-height:150px;overflow-y:auto;display:flex;flex-direction:column}.question-header{padding:8px 24px;background-color:#e9ecef;border-bottom:1px solid #dee2e6}.question-header h2{margin:0;font-size:16px;font-weight:600;color:#212529}.question-text{padding:12px 24px;flex:1;overflow-y:auto}.problem-container h1{margin:0 0 8px;font-size:13px;font-weight:400;color:#495057;line-height:1.5}.problem-description{margin-bottom:12px;font-size:14px;line-height:1.5;color:#495057}.problem-description strong{color:#212529;font-weight:600}.problem-description p{margin-bottom:8px}.problem-container{font-size:14px;color:#495057}.editor-section-wrapper{flex:1;display:flex;flex-direction:column;background-color:#1e1e1e;overflow:hidden}.editor-header{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;background-color:#2d2d30;border-bottom:1px solid #1e1e1e}.editor-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;width:95%}.language-selector{background-color:transparent;color:#858585;border:none;border-radius:0;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;outline:none;transition:all .2s;position:relative}.language-selector:hover{color:#ccc;background-color:#ffffff0d}.reset-code-btn{display:flex;align-items:center;gap:8px;background-color:transparent;color:#858585;border:none;border-radius:4px;padding:6px 12px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;margin-left:auto}.reset-code-btn svg{width:18px;height:18px;stroke-width:2}.reset-code-btn:hover{color:#ccc;background-color:#ffffff0d}.editor-container{flex:1;overflow:hidden}.editor-container .monaco-editor .view-overlays .current-line,.editor-container .monaco-editor .margin-view-overlays .current-line{border:none!important}.test-cases-section{margin-top:16px}.test-cases-section h3{font-size:13px;font-weight:600;margin-bottom:10px;color:#212529}.test-case-card{background-color:#fff;border:1px solid #dee2e6;border-radius:3px;margin-bottom:10px;overflow:hidden}.test-case-label{background-color:#f8f9fa;padding:5px 10px;font-size:11px;font-weight:600;color:#495057}.test-case-content{padding:10px}.test-case-item{display:flex;flex-direction:column;margin-bottom:8px}.test-case-item:last-child{margin-bottom:0}.test-label{font-size:11px;font-weight:600;color:#6c757d;margin-bottom:3px}.test-value{background-color:#f8f9fa;border:1px solid #dee2e6;padding:6px 8px;border-radius:3px;font-family:Consolas,Monaco,monospace;font-size:12px;line-height:1.4;color:#212529}.bottom-section{height:250px;background-color:#fff;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;position:relative}.console-section{flex:1;display:flex;flex-direction:column;overflow:hidden}.console-header{display:flex;align-items:center;padding:0;background-color:#f8f9fa;border-bottom:1px solid #dee2e6}.console-tabs{display:flex;gap:0}.console-tab{padding:10px 20px;background-color:transparent;color:#6c757d;border:none;border-bottom:2px solid transparent;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s}.console-tab:hover{color:#495057}.console-tab-active{color:#007bff;border-bottom-color:#007bff}.console-content{flex:1;padding:16px 24px 30px;overflow-y:auto;background-color:#f8f9fa;font-family:Consolas,Monaco,monospace;font-size:12px}.console-placeholder{color:#adb5bd;font-style:italic}.console-line{margin-bottom:6px;line-height:1.5;color:#212529;white-space:pre-wrap;word-wrap:break-word}.console-line.system{color:#007bff}.console-line.error{color:#dc3545}.console-line.output{color:#212529}.console-line.input{color:#28a745;font-weight:500}.console-line.console-input-line{display:flex;align-items:center;margin-bottom:0}.console-cursor{color:#6c757d;margin-right:4px}.console-input-form{display:flex;align-items:center;width:100%;margin:0}.console-input{flex:1;background:transparent;border:none;outline:none;color:#212529;font-family:Consolas,Monaco,monospace;font-size:12px;padding:0;line-height:1.5;min-width:200px}.console-input::placeholder{color:transparent}.console-input:focus{caret-color:#212529}.testcases-tab-content{overflow-y:auto;padding:0}.testcases-container{padding:12px}.testcase-item{background-color:#fff;border:1px solid #dee2e6;border-radius:4px;margin-bottom:12px;overflow:hidden}.testcase-item:last-child{margin-bottom:0}.testcase-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background-color:#f8f9fa;border-bottom:1px solid #dee2e6}.testcase-title{font-size:12px;font-weight:600;color:#212529}.testcase-badge{font-size:10px;font-weight:600;padding:2px 8px;background-color:#e7f3ff;color:#06c;border-radius:3px;text-transform:uppercase;letter-spacing:.5px}.testcase-body{padding:12px}.testcase-field{margin-bottom:12px}.testcase-field:last-child{margin-bottom:0}.testcase-field-label{font-size:11px;font-weight:600;color:#6c757d;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.testcase-field-value{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:3px;padding:8px 10px;font-family:Consolas,Monaco,monospace;font-size:12px;line-height:1.5;color:#212529;margin:0;white-space:pre-wrap;word-break:break-word;overflow-x:auto}.action-bar{position:absolute;bottom:60px;right:16px;display:flex;gap:12px;z-index:1001}.action-bar-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.action-clear{background-color:#6c757d;color:#fff}.action-clear:hover{background-color:#5a6268}.action-mark{background-color:#6c757d;color:#fff}.action-mark:hover{background-color:#5a6268}.action-run{background-color:#28a745;color:#fff}.action-run:hover:not(:disabled){background-color:#218838}.action-run:disabled{opacity:.6;cursor:not-allowed}.action-save{background-color:#007bff;color:#fff}.action-save:hover{background-color:#0056b3}.problem-examples h2{font-size:16px;font-weight:600;margin-top:24px;margin-bottom:12px;color:#111827}.example-box{background-color:#f9fafb;border:1px solid #e5e7eb;padding:16px;border-radius:8px;margin-bottom:12px;font-family:Consolas,Monaco,monospace;font-size:13px;line-height:1.6}.loading-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.login-container{min-height:100vh;display:flex;position:relative;background-color:var(--background);color:var(--foreground)}.login-left{width:50%;position:relative}.login-bg-image{width:100%;height:100%;object-fit:cover;filter:brightness(.95)}.dark .login-bg-image{filter:brightness(.75)}.login-right{width:50%;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:var(--background)}.login-form-container{width:100%;max-width:28rem}.login-logos{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.login-logo{height:3rem;width:auto}.login-title{font-size:1.25rem;font-weight:600;text-align:center;color:var(--foreground);font-family:monospace;margin-bottom:.5rem}.login-subtitle{text-align:center;font-size:.875rem;color:var(--muted-foreground);margin-bottom:2rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-field{display:flex;flex-direction:column}.login-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:var(--foreground)}.login-input{width:100%;padding:.5rem .75rem;border-radius:.375rem;border:1px solid var(--border);background-color:var(--input);color:var(--foreground)}.login-input:focus{outline:none;box-shadow:0 0 0 2px #3b82f6;border-color:transparent}.login-error{border:1px solid rgba(239,68,68,.2);background-color:#ef44441a;color:#f87171;padding:.75rem;border-radius:.375rem}.login-button{width:100%;font-weight:500;padding:.5rem 1rem;border-radius:.375rem;transition:all .2s;cursor:pointer;border:none;background-color:var(--primary);color:var(--primary-foreground)}.login-button:disabled{cursor:not-allowed;opacity:.6}.login-footer{margin-top:1.5rem;text-align:center}.login-footer-text{font-size:.875rem;color:var(--muted-foreground)}.login-footer-link{font-weight:500;color:var(--primary);cursor:pointer;text-decoration:none}.login-footer-link:hover{text-decoration:underline}.login-demo-note{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.login-demo-text{font-size:.75rem;text-align:center;color:var(--muted-foreground)}.demo-login-btn{padding:10px 24px;font-size:.9rem;font-weight:500;color:#666;background-color:transparent;border:1px solid #ddd;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px}.demo-login-btn:hover{background-color:#f5f5f5;border-color:#ccc}[data-theme=dark] .demo-login-btn{color:#aaa;border-color:#444}[data-theme=dark] .demo-login-btn:hover{background-color:#333;border-color:#555}.login-trust-logo{margin-top:2rem;display:flex;justify-content:flex-end}.trust-logo-img{height:2rem;width:auto}.theme-toggle{position:absolute;top:1rem;right:1rem;z-index:10}.fixed{position:fixed}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.border-t{border-top-width:1px;border-top-style:solid}.border-slate-200\/40{border-color:#e2e8f066}.dark\:border-gray-800\/20{border-color:#1f293733}.bg-white{background-color:#fff}.dark\:bg-\[\#070c1f\]{background-color:#000}.footer-bar{background-color:#000;z-index:1000;box-shadow:0 -2px 5px #0000001a}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.h-7{height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.text-slate-500{color:#64748b}.dark\:text-gray-500{color:#6b7280}.text-slate-400{color:#94a3b8}.dark\:text-gray-400{color:#9ca3af}.text-red-400{color:#f87171}.dark\:text-red-500{color:#ef4444}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}footer{z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-fadeIn{animation:fadeIn .3s ease-out}.animate-slideUp{animation:slideUp .3s ease-out}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.test-list-container{min-height:100vh;background-color:#f5f5f5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.test-list-container>div:first-child{background-color:#fef3c7;border-bottom:1px solid #f59e0b}.test-list-header{background:#fff;box-shadow:0 1px 3px #0000000d;border-bottom:1px solid #e5e7eb;padding:1.5rem 0}.header-content{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.header-content{flex-direction:row;align-items:center;justify-content:space-between}}.header-title{font-size:1.875rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.header-subtitle{color:#9ca3af;font-size:.95rem;margin:0;font-weight:400}.filter-tabs{display:flex;gap:.5rem;background:#f9fafb;padding:.25rem;border-radius:8px}.filter-tab{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;border:none;background:transparent;color:#6b7280;cursor:pointer;transition:all .2s ease}.filter-tab:hover{color:#1f2937;background:#ffffffb3}.filter-tab.active{background:#fff;color:#0891b2;box-shadow:0 1px 2px #0000000d}.test-list-content{max-width:1280px;margin:0 auto;padding:2rem 1.5rem}.tests-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.tests-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.tests-grid{grid-template-columns:repeat(3,1fr)}}.test-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;overflow:hidden;border:1px solid #f3f4f6;transition:all .3s ease;display:flex;flex-direction:column}.test-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px);border-color:#e5e7eb}.test-card-stripe{height:4px;background:linear-gradient(90deg,#0891b2,#06b6d4)}.test-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.test-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem;gap:.75rem}.test-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0;line-height:1.4;flex:1}.status-badge{padding:.375rem .75rem;border-radius:16px;font-size:.75rem;font-weight:600;display:inline-flex;align-items:center;gap:.375rem;white-space:nowrap;flex-shrink:0}.status-dot{width:6px;height:6px;border-radius:50%;background-color:currentColor}.status-active{background:#d1fae5;color:#065f46}.status-active .status-dot{background:#10b981;animation:pulse 2s infinite}.status-upcoming{background:#dbeafe;color:#1e40af}.status-upcoming .status-dot{background:#3b82f6}.status-closed{background:#f3f4f6;color:#6b7280}.status-closed .status-dot{background:#9ca3af}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.test-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.6;font-size:.9rem;flex-grow:1}.test-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding-top:1rem;border-top:1px solid #f3f4f6}.test-detail{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#4b5563}.test-detail-icon{width:1.125rem;height:1.125rem;flex-shrink:0}.icon-blue{color:#0891b2}.icon-purple{color:#8b5cf6}.icon-amber{color:#f59e0b}.test-detail strong{font-weight:600;color:#1f2937}.test-button{width:100%;padding:.75rem 1rem;border-radius:8px;font-weight:600;font-size:.9375rem;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease}.test-button-active{background:linear-gradient(90deg,#0891b2,#06b6d4);color:#fff;box-shadow:0 2px 8px #0891b24d}.test-button-active:hover{box-shadow:0 4px 12px #0891b266;transform:translateY(-1px)}.test-button-disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.loading-container,.error-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.loading-content{text-align:center}.spinner{display:inline-block;width:3rem;height:3rem;border:3px solid #e5e7eb;border-top-color:#0891b2;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:#6b7280;font-size:1rem}.error-box{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:1.5rem;max-width:28rem}.error-content{display:flex;align-items:flex-start;gap:.75rem}.error-icon{width:1.5rem;height:1.5rem;color:#dc2626;flex-shrink:0}.error-title{font-weight:600;color:#991b1b;margin:0 0 .25rem}.error-message{color:#dc2626;margin:0}.empty-state{text-align:center;padding:4rem 1rem}.empty-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background:#f3f4f6;margin-bottom:1rem}.empty-icon svg{width:2rem;height:2rem;color:#9ca3af}.empty-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.empty-message{color:#6b7280;margin:0}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px #00000026;width:100%;max-width:28rem}.modal-header{border-bottom:1px solid #e5e7eb;padding:1.5rem}.modal-header-content{display:flex;align-items:center;gap:.75rem}.modal-icon{width:3rem;height:3rem;border-radius:50%;background:#cffafe;display:flex;align-items:center;justify-content:center;flex-shrink:0}.modal-icon svg{width:1.5rem;height:1.5rem;color:#0891b2}.modal-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.modal-subtitle{font-size:.875rem;color:#6b7280;margin:0}.modal-body{padding:1.5rem}.modal-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.modal-input{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9375rem;transition:all .2s;box-sizing:border-box}.modal-input:focus{outline:none;border-color:#0891b2;box-shadow:0 0 0 3px #0891b21a}.modal-footer{border-top:1px solid #e5e7eb;padding:1.5rem;display:flex;gap:.75rem}.modal-button{flex:1;padding:.625rem 1rem;border-radius:6px;font-weight:500;font-size:.9375rem;border:none;cursor:pointer;transition:all .2s}.modal-button-cancel{background:#f3f4f6;color:#374151}.modal-button-cancel:hover{background:#e5e7eb}.modal-button-submit{background:linear-gradient(90deg,#0891b2,#06b6d4);color:#fff}.modal-button-submit:hover:not(:disabled){box-shadow:0 2px 8px #0891b24d}.modal-button-submit:disabled{background:#9ca3af;cursor:not-allowed}
