.toast-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast{padding:12px 16px;border-radius:8px;color:#fff;font-weight:500;display:flex;align-items:center;justify-content:space-between;min-width:300px;max-width:400px;animation:slideIn .3s ease-out;pointer-events:auto;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.toast-success{background-color:#10b981}.toast-error{background-color:#ef4444}.toast-warning{background-color:#f59e0b}.toast-info{background-color:#3b82f6}.toast-close{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;margin-left:12px;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .2s}.toast-close:hover{opacity:1}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}:root{--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--text-primary: #1e293b;--text-secondary: #64748b;--text-muted: #94a3b8;--border-color: #e2e8f0;--border-hover: #cbd5e1;--accent-primary: #3b82f6;--accent-secondary: #10b981;--accent-warning: #f59e0b;--accent-error: #ef4444;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}body{margin:0;padding:0;background:transparent;transition:background-color .3s ease}[data-theme=dark]{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--text-primary: #f8fafc;--text-secondary: #cbd5e1;--text-muted: #64748b;--border-color: #374151;--border-hover: #4b5563;--accent-primary: #60a5fa;--accent-secondary: #34d399;--accent-warning: #fbbf24;--accent-error: #f87171;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .3), 0 2px 4px -1px rgba(0, 0, 0, .2);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .3), 0 4px 6px -2px rgba(0, 0, 0, .2)}body{background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease}.card{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--shadow-md)}.card:hover{border-color:var(--border-hover)}.btn-primary,button[type=submit],.submit-button,.run-button,.primary-btn{background-color:var(--accent-primary);border:1px solid var(--accent-primary);color:var(--bg-primary);padding:8px 16px;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-primary:hover,button[type=submit]:hover,.submit-button:hover,.run-button:hover,.primary-btn:hover{background-color:var(--accent-secondary);border-color:var(--accent-secondary);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-secondary,.secondary-btn,.control-button{background-color:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);padding:8px 16px;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-secondary:hover,.secondary-btn:hover,.control-button:hover{border-color:var(--accent-primary);background-color:var(--accent-primary);color:var(--bg-primary);transform:translateY(-1px);box-shadow:var(--shadow-md)}input,textarea,select,.code-editor,.css-editor{background-color:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-primary);transition:all .2s ease}input:focus,textarea:focus,select:focus,.code-editor:focus,.css-editor:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #3b82f61a;outline:none}pre,code,.code-block{background-color:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary)}.container,.panel,.card-body,.content-area{background-color:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color)}a{color:var(--accent-primary)}a:hover{opacity:.8}.toast-success{background-color:var(--accent-secondary)}.toast-error{background-color:var(--accent-error)}.toast-warning{background-color:var(--accent-warning)}.toast-info{background-color:var(--accent-primary)}.js-practice-theme{--project-primary: #ffa116;--project-secondary: #00b4a6;--project-success: #00c896;--project-error: #ff6b6b;--project-warning: #feca57;--project-bg: #1a1a1a;--project-card: #262626;--project-accent: #4dabf7}[data-theme=light] .js-practice-theme{--project-primary: #f59e0b;--project-secondary: #059669;--project-success: #10b981;--project-error: #dc2626;--project-warning: #d97706;--project-bg: #f8fafc;--project-card: #ffffff;--project-accent: #3b82f6}.visual-algo-theme{--project-primary: #8b5cf6;--project-secondary: #06b6d4;--project-success: #10b981;--project-error: #ef4444;--project-warning: #f59e0b;--project-bg: var(--bg-secondary);--project-card: var(--bg-primary);--project-accent: #a855f7}.map-theme{--project-primary: #059669;--project-secondary: #0d9488;--project-success: #10b981;--project-error: #dc2626;--project-warning: #d97706;--project-bg: var(--bg-secondary);--project-card: var(--bg-primary);--project-accent: #14b8a6}.arcade-theme{--project-primary: #ff6b9d;--project-secondary: #4ecdc4;--project-success: #a8e6cf;--project-error: #ff8a80;--project-warning: #ffd93d;--project-bg: var(--bg-secondary);--project-card: var(--bg-primary);--project-accent: #ff7675}.css-art-theme{--project-primary: #667eea;--project-secondary: #764ba2;--project-success: #56ab2f;--project-error: #e55d87;--project-warning: #f093fb;--project-bg: var(--bg-secondary);--project-card: var(--bg-primary);--project-accent: #a8edea}.drag-drop-theme{--project-primary: #ff7f50;--project-secondary: #ff6b35;--project-success: #4ecdc4;--project-error: #ff5722;--project-warning: #ff9800;--project-bg: var(--bg-secondary);--project-card: var(--bg-primary);--project-accent: #ffab00}#root{max-width:1280px;margin:0 auto;padding:2rem 2rem 0;text-align:center;position:relative;z-index:1;background:transparent}body{margin:0;padding:0;color:#fff;position:relative}.landing-container{position:relative;min-height:100vh;width:100%;z-index:1;background:transparent}.projects-list{max-width:600px;margin:120px auto 2rem;padding:0 1rem;position:relative;z-index:2;background:transparent}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}.logo.cloudflare:hover{filter:drop-shadow(0 0 2em #f6821faa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.error-boundary{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background-color:var(--bg-primary)}.error-boundary-content{text-align:center;max-width:600px;padding:2rem;background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;box-shadow:var(--shadow-lg)}.error-icon{font-size:4rem;margin-bottom:1rem;opacity:.8}.error-boundary h2{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem}.error-boundary p{color:var(--text-secondary);margin-bottom:2rem;line-height:1.5}.error-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.error-actions button{padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-primary{background-color:var(--accent-primary);color:#fff}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-secondary{background-color:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background-color:var(--bg-primary);border-color:var(--border-hover);transform:translateY(-1px)}.error-details{text-align:left;margin-top:2rem;padding:1rem;background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:6px}.error-details summary{cursor:pointer;color:var(--text-secondary);font-weight:500;margin-bottom:1rem}.error-details summary:hover{color:var(--text-primary)}.error-stack{margin-top:1rem}.error-stack h4{color:var(--text-primary);margin:1rem 0 .5rem;font-size:.9rem}.error-stack pre{background-color:var(--bg-tertiary);color:var(--text-secondary);padding:1rem;border-radius:4px;overflow-x:auto;font-size:.8rem;line-height:1.4;margin:.5rem 0;border:1px solid var(--border-color)}@media (max-width: 768px){.error-boundary-content{padding:1rem;margin:1rem}.error-actions{flex-direction:column}.error-actions button{width:100%}}#root{max-width:1280px;margin:0 auto;padding:2rem 2rem 0;text-align:center;position:relative;z-index:1;background:transparent;color:var(--text-primary)}.landing-container,.projects-list,.visual-algorithm-simulator,.css-art-playground-container,.interactive-map-container,.arcade-container,.drag-drop-builder{position:relative;z-index:1}.landing-container{position:relative;min-height:100vh;width:100%}.flag-container,.clock-container{position:fixed;top:15px;z-index:1000}.flag-container{left:15px}.flag-container img{width:40px;height:auto;display:block}.clock-container{position:fixed;top:1px;right:5px;z-index:1000;width:auto;height:auto;padding:1px}.clock-container canvas{display:block;width:80px;height:80px}.projects-list h1{text-align:center;margin-bottom:1.5rem;font-size:1.8rem;color:var(--text-primary)}.projects-list ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1rem}.projects-list{max-width:600px;margin:75px auto 2rem;padding:5px 1rem 0;background-color:transparent}.projects-list a{color:var(--text-primary);background:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--shadow-md);transition:all .2s ease;padding:1rem;border-radius:8px;text-decoration:none;display:block}.projects-list a:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:var(--border-hover);background:var(--bg-tertiary)}@media (max-width: 768px){.clock-container canvas{width:70px;height:70px}}@media (max-width: 480px){.landing-container{padding-top:20px}.flag-container,.clock-container{position:absolute;top:10px}.clock-container{top:1px}.clock-container canvas{width:60px;height:60px}}@media (max-width: 380px){.landing-container{padding-top:30px}.clock-container{top:1px;right:5px}.clock-container canvas{width:70px;height:70px}}.builder-container{padding:1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;min-height:90vh;background-color:var(--bg-secondary);border-radius:12px;color:var(--text-primary);box-shadow:var(--shadow-lg)}.builder-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.builder-header h2{margin:0;color:var(--text-primary)}.layout-controls{position:relative}.current-layout{display:flex;align-items:center;gap:8px;padding:4px 8px;background-color:var(--bg-tertiary);border-radius:4px;border:1px solid var(--border-color)}.layouts-dropdown{position:absolute;top:calc(100% + 5px);right:0;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:5px;box-shadow:var(--shadow-lg);padding:10px;z-index:1000;min-width:200px;max-height:300px;overflow-y:auto}.layouts-dropdown h4{margin-top:0;margin-bottom:8px;padding-bottom:5px;border-bottom:1px solid #eee}.layouts-dropdown ul{list-style:none;padding:0;margin:0}.layouts-dropdown li{display:flex;justify-content:space-between;align-items:center;padding:5px 0}.layouts-dropdown button{background:none;border:none;cursor:pointer;text-align:left;padding:5px;border-radius:3px}.layouts-dropdown button:hover{background-color:#f5f5f5}.delete-layout{color:#e74c3c}.toolbar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;background-color:#f0f0f0;padding:10px;border-radius:5px;box-shadow:0 2px 4px #0000000d;justify-content:space-between}.back-to-home{margin-top:1rem;background:none;border:none;color:#3498db;font-size:16px;cursor:pointer;padding:8px 12px;display:inline-block;text-decoration:none;border-radius:4px;transition:background-color .2s}.back-to-home:hover{background-color:#f5f5f5;text-decoration:underline}.toolbar-group{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.toolbar button,.button-like{padding:8px 12px;background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:5px;font-size:14px;transition:all .2s ease}.toolbar button:hover,.button-like:hover{background-color:#f5f5f5;border-color:#aaa}.toolbar button:active,.button-like:active{transform:translateY(1px)}.toolbar button.active{background-color:#e0e0e0;border-color:#999}.toolbar button:disabled{opacity:.5;cursor:not-allowed}.icon{font-size:16px;display:inline-block}.icon-button{background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:16px}.icon-button:hover{background-color:#f0f0f0}.canvas-container{flex:1;overflow:hidden;position:relative}.canvas{position:relative;width:100%;min-height:60vh;border:2px dashed #ccc;background-color:#f9f9f9;overflow:auto}.canvas.show-grid{background-image:linear-gradient(to right,rgba(0,0,0,.05) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.05) 1px,transparent 1px);background-size:20px 20px}.canvas.preview{border-style:solid;background-color:#fff}.builder-item{box-shadow:0 1px 3px #0000001f;background-color:#fff;transition:box-shadow .2s ease}.builder-item.selected{box-shadow:0 0 0 2px #2196f3,0 2px 8px #0003;z-index:100!important}.canvas.preview .builder-item{box-shadow:none;background:transparent}.item-content{height:100%;width:100%;position:relative;display:flex;flex-direction:column}.element-controls{position:absolute;top:-30px;right:0;display:flex;gap:5px;background-color:#fff;padding:3px;border-radius:3px;box-shadow:0 1px 3px #0003;z-index:5}.element-controls button{width:24px;height:24px;padding:0;background:none;border:none;cursor:pointer;font-size:14px;border-radius:3px}.element-controls button:hover{background-color:#f0f0f0}.element-inputs{position:relative;z-index:3;margin-bottom:5px;width:100%}.element-inputs input,.element-inputs textarea{width:100%;padding:4px;font-size:12px;border:1px solid #ddd;border-radius:3px}.element-inputs textarea{resize:none;height:60px}.style-controls{display:flex;gap:5px;align-items:center;margin-bottom:5px;z-index:3}.color-picker{width:24px;height:24px;padding:0;border:1px solid #ddd;cursor:pointer}.style-select{padding:2px;font-size:12px;border:1px solid #ddd;border-radius:3px}.text-element,.preview-button{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;word-break:break-word;overflow:auto}.preview-button{border:none;cursor:pointer}.preview-img{max-width:100%;max-height:100%;object-fit:contain;display:block;margin:0 auto}.iframe-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f1f1f1;color:#777;font-size:14px;border:1px dashed #ccc;text-align:center;padding:10px;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis}.shape-rectangle{width:100%;height:100%}.shape-circle{width:100%;height:100%;border-radius:50%}.shape-triangle{width:0;height:0;border-left:50%;border-right:50%;border-bottom:100%;border-left-color:transparent;border-right-color:transparent;margin:0 auto}.empty-canvas-message{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#888;background-color:#fffc;padding:20px;border-radius:8px}.builder-footer{margin-top:1rem;padding:10px;border-top:1px solid #eee}.help-text{font-size:13px;color:#777;text-align:center}.header-left{display:flex;flex-direction:column;align-items:flex-start}.back-link{margin-top:.5rem;color:#3498db;text-decoration:none;display:flex;align-items:center;font-size:14px}.back-link:hover{text-decoration:underline}@media (max-width: 768px){.builder-container{padding:.5rem}.toolbar{flex-direction:column;align-items:stretch;padding:8px}.toolbar-group{justify-content:center;padding:5px 0;border-bottom:1px solid #ddd;flex-wrap:wrap}.toolbar button,.button-like{padding:6px 10px;font-size:13px}.builder-header{flex-direction:column;gap:10px;align-items:flex-start}.builder-header h2{font-size:1.4rem}.canvas{min-height:50vh}.element-controls{top:-25px}.element-controls button,.color-picker{width:22px;height:22px}.builder-footer{padding:8px}.help-text{font-size:11px}}@media (max-width: 480px){.toolbar button,.button-like{padding:5px 8px;font-size:12px}.icon{font-size:14px}.builder-header h2{font-size:1.3rem}.style-controls{flex-wrap:wrap}}.clock-container{position:fixed;top:0;right:0;width:150px;height:150px;z-index:1000;padding:10px;margin:10px}.theme-toggle{position:sticky;top:20px;left:20px;z-index:1200;background:none;border:2px solid var(--border-color, #e2e8f0);border-radius:50px;width:64px;height:32px;cursor:pointer;padding:0;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:var(--toggle-bg, rgba(255, 255, 255, .8));box-shadow:0 2px 8px #0000001f}.theme-toggle.variant-inline,.theme-toggle.variant-inline-centered{position:static;top:auto;left:auto;z-index:auto;background-color:var(--toggle-bg, rgba(255, 255, 255, .8))}.theme-toggle.variant-inline-centered{margin:0 auto;display:block;position:relative;z-index:1202;box-shadow:0 4px 16px #0000002e}.theme-toggle:hover{transform:scale(1.05);border-color:var(--border-hover, #cbd5e1)}.theme-toggle:focus{outline:none;box-shadow:0 0 0 3px var(--focus-ring, rgba(59, 130, 246, .5))}.theme-toggle-track{position:relative;width:100%;height:100%;border-radius:50px;transition:background-color .3s ease}.theme-toggle-thumb{position:absolute;top:50%;left:var(--thumb-position, 2px);transform:translateY(-50%);width:24px;height:24px;border-radius:50%;background-color:var(--thumb-bg, #ffffff);display:flex;align-items:center;justify-content:center;font-size:12px;transition:all .3s ease;box-shadow:0 2px 4px #0003}[data-theme=light] .theme-toggle{--border-color: #e2e8f0;--border-hover: #cbd5e1;--toggle-bg: rgba(255, 255, 255, .8);--thumb-bg: #ffffff;--thumb-position: 2px;--focus-ring: rgba(59, 130, 246, .5)}[data-theme=dark] .theme-toggle{--border-color: #374151;--border-hover: #4b5563;--toggle-bg: rgba(55, 65, 81, .8);--thumb-bg: #1f2937;--thumb-position: 36px;--focus-ring: rgba(147, 197, 253, .5)}.theme-toggle-thumb{transition:left .3s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.theme-toggle{top:10px;left:10px;width:56px;height:28px}.theme-toggle-thumb{width:20px;height:20px;font-size:10px}[data-theme=dark] .theme-toggle{--thumb-position: 32px}}@media (max-width: 480px){.theme-toggle{top:5px;left:5px;width:48px;height:24px}.theme-toggle-thumb{width:18px;height:18px;font-size:9px}[data-theme=dark] .theme-toggle{--thumb-position: 26px}}.gh-left{position:fixed;top:8px;left:8px;display:flex;align-items:center;gap:8px;z-index:900}.gh-right{position:fixed;top:8px;right:8px;display:flex;align-items:center;z-index:900}.gh-flag{display:inline-flex;align-items:center}.gh-flag img{width:50px;height:auto;display:block}.gh-home-center{position:fixed;top:24px;left:50%;transform:translate(-50%);z-index:1201;pointer-events:auto}@media (max-width:768px){.gh-left{top:6px;left:6px}.gh-right{top:6px;right:6px}.gh-flag img{width:40px}.gh-home-center{top:6px}}.img_flag{position:fixed;top:0;left:0;width:50px;height:65px;z-index:1000}.img_flag img{width:100%;height:100%;display:block}.practice-main{background:var(--bg-secondary);border-radius:24px;box-shadow:var(--shadow-xl);padding:2.75rem 3.5rem 3.5rem;margin:1.5rem 0 3rem;transition:all .35s cubic-bezier(.165,.84,.44,1);position:relative;color:var(--text-primary);border:1px solid var(--border-color);overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.practice-main:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(to right,var(--accent-primary),var(--accent-secondary),var(--accent-primary));background-size:200% 100%;animation:gradient-shift 8s ease infinite}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.practice-main:hover{box-shadow:var(--shadow-2xl);transform:translateY(-3px)}.question-header{display:flex;align-items:center;margin-bottom:2rem;border-bottom:1px solid var(--border-color);padding-bottom:1.25rem;position:relative}.question-header:after{content:"";position:absolute;bottom:-1px;left:0;width:150px;height:3px;background:linear-gradient(to right,var(--accent-primary),var(--accent-secondary));border-radius:3px;box-shadow:0 0 10px rgba(var(--accent-primary-rgb),.5)}.question-header h1{margin:0;margin-right:1.5rem;font-size:2rem;text-shadow:0px 1px 1px rgba(0,0,0,.1);font-size:1.75rem;font-weight:800;letter-spacing:-.02em;color:var(--text-primary);position:relative;text-shadow:0 1px 1px rgba(0,0,0,.05)}.main-content-columns{display:flex;gap:2.5rem;min-height:calc(100vh - 280px);position:relative}.description-column{flex:1;overflow-y:auto;max-height:calc(100vh - 240px);padding-right:1.25rem;scrollbar-width:thin;scrollbar-color:var(--accent-primary) transparent;position:relative}.description-column::-webkit-scrollbar{width:5px}.description-column::-webkit-scrollbar-track{background:transparent}.description-column::-webkit-scrollbar-thumb{background-color:var(--accent-primary);border-radius:10px}.code-column{flex:1.25;border-left:1px solid var(--border-color);padding-left:2.5rem;position:relative;display:flex;flex-direction:column}.code-column:before{content:"";position:absolute;left:0;top:10%;height:80%;width:1px;background:linear-gradient(to bottom,transparent,var(--accent-primary),var(--accent-secondary),transparent)}.difficulty{font-weight:700;padding:.4rem 1rem;border-radius:999px;text-transform:uppercase;font-size:.75rem;display:inline-flex;align-items:center;gap:.4rem;box-shadow:var(--shadow-sm);letter-spacing:.05em;transition:all .2s ease}.difficulty:before{content:"";display:block;width:8px;height:8px;border-radius:50%}.difficulty:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.difficulty-easy{background-color:#2b8a3e1a;color:#2b8a3e;border:1px solid rgba(43,138,62,.3)}.difficulty-easy:before{background-color:#2b8a3e;box-shadow:0 0 8px #2b8a3e}.difficulty-medium{background-color:#e677001a;color:#e67700;border:1px solid rgba(230,119,0,.3)}.difficulty-medium:before{background-color:#e67700;box-shadow:0 0 8px #e67700}.difficulty-hard{background-color:#c92a2a1a;color:#c92a2a;border:1px solid rgba(201,42,42,.3)}.difficulty-hard:before{background-color:#c92a2a;box-shadow:0 0 8px #c92a2a}.description{margin-bottom:1rem;line-height:1.6;font-size:1.05rem;color:#334155}.code-section{margin-bottom:1rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.section-header h2{margin:0;font-size:1.4rem;color:#212529;font-weight:600}.editor-buttons{display:flex;gap:8px}.reset-button,.hint-button{padding:6px 12px;background-color:#e9ecef;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s}.reset-button:hover,.hint-button:hover{background-color:#dee2e6}.hint-button{color:#495057}.editor-container{position:relative;margin-bottom:1rem}.code-editor{width:100%;min-height:450px;max-height:none;padding:1.25rem 2.2rem 1.25rem 1.1rem;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1.04rem;line-height:1.6;border:1.5px solid #e2e8f0;border-radius:12px;resize:vertical;background:linear-gradient(90deg,#0b1220 90%,#232946);color:#e2eaff;box-shadow:0 4px 16px #10182826;transition:border .18s,box-shadow .18s;overflow:visible}.code-editor:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa40}.editor-info{display:flex;justify-content:space-between;color:#6c757d;font-size:.75rem;margin-top:4px;padding:0 4px}.action-buttons{display:flex;gap:1rem;margin-bottom:1rem}.run-button,.solution-button{padding:10px 20px;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}.run-button{background-color:#339af0;color:#fff;flex:1}.run-button:hover{background-color:#1c7ed6;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.solution-button{background-color:#e2e8f0;color:#0f172a;flex:1}.solution-button:hover{background-color:#dee2e6;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.run-button:active,.solution-button:active{transform:translateY(0)}.output-section,.error-section{margin-top:1rem;padding:1.25rem;border-radius:6px}.output-section{background-color:var(--bg-tertiary);border:1px solid var(--border-color)}.error-section{background-color:var(--bg-tertiary);border:1px solid var(--accent-error)}.example-output{margin-top:1.5rem;padding:1rem;background-color:var(--bg-tertiary);border-radius:6px;border:1px solid var(--border-color)}.output,.error,.example{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.95rem;padding:1rem;background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:4px;overflow-x:auto;margin:0;line-height:1.5;color:var(--text-primary)}.error{color:var(--accent-error)}.solution-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}.solution-header{display:flex;justify-content:space-between;align-items:center}.copy-button{padding:4px 10px;background-color:#e2e8f0;border:none;border-radius:6px;cursor:pointer;font-size:.75rem;transition:all .2s}.copy-button:hover{background-color:#dee2e6}.notes{line-height:1.6;margin-bottom:1.5rem}.hint-section{margin:1.5rem 0;padding:1rem;background-color:#fff9db;border:1px solid #ffec99;border-radius:6px}.solution-code{border-radius:6px;margin:.5rem 0}h3{font-size:1.2rem;margin:1rem 0 .75rem;font-weight:600;color:#343a40}@media (max-width: 992px){.practice-main{padding:1.1rem .5rem 1.5rem;border-radius:12px;box-shadow:0 4px 16px #10182814}.main-content-columns{flex-direction:column;min-height:auto;gap:1.1rem}.code-column{border-left:none;border-top:1px solid #e9ecef;padding-left:0;padding-top:1.1rem;margin-top:.7rem}.description-column{overflow-y:visible;max-height:none;padding-right:0}.code-editor{height:280px;padding:.7rem .6rem;font-size:.98rem;border-radius:8px}}@media (max-width: 576px){.practice-main{padding:1.1rem .3rem;border-radius:8px}.question-header h1{font-size:1.18rem;line-height:1.2}.code-editor{min-height:220px;height:auto;padding:.5rem;font-size:.92rem;border-radius:7px}.section-header{flex-direction:column;align-items:flex-start;gap:.5rem}.action-buttons{flex-direction:column;gap:.5rem}.run-button,.solution-button{padding:10px 0;width:100%;font-size:1rem;border-radius:7px}.test-results{padding:.7rem .2rem;margin-top:1rem;border-radius:7px}.test-case{padding:.7rem .2rem;border-radius:7px}.test-details{padding:.5rem;font-size:.82rem;border-radius:6px}.test-header{flex-direction:column;align-items:flex-start;gap:.4rem}}.test-results{margin-top:2rem;padding:1.5rem;border-radius:12px;background-color:#f8f9fa;border:1px solid #dee2e6;box-shadow:0 4px 12px #10182814;transition:all .2s ease}.test-results.all-passed{background:linear-gradient(135deg,#ebfbee,#f4fff6);border-color:#8ce99a;box-shadow:0 4px 16px #28a7451f}.test-results.has-failures{background:linear-gradient(135deg,#fff5f5,#fff9f9);border-color:#ffc9c9;box-shadow:0 4px 16px #c92a2a1a}.test-case{margin-bottom:1.25rem;padding:1.25rem;border-radius:10px;background-color:#fff;border:1px solid #e9ecef;box-shadow:0 2px 8px #1018280a;transition:box-shadow .15s ease}.test-case:last-child{margin-bottom:0}.test-case.passed{border-left:6px solid #40c057}.test-case.failed{border-left:6px solid #fa5252}.test-case:hover{box-shadow:0 4px 12px #10182814}.test-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #eef2f7}.test-index{font-weight:700;color:#343a40;font-size:1.05rem}.test-status{font-weight:700;padding:5px 10px;border-radius:20px;font-size:.85rem}.test-status.passed,.status-passed{color:#2b8a3e;background-color:#ebfbee}.test-status.failed,.status-failed{color:#c92a2a;background-color:#fff5f5}.test-details{line-height:1.6;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9rem;background-color:#f8fafc;padding:1rem;border-radius:8px;border:1px solid #e9ecef}.test-input,.test-expected,.test-actual{margin-bottom:.75rem;word-break:break-word;padding:.5rem;background:#ffffffb3;border-radius:4px}.test-input:before,.test-expected:before,.test-actual:before{font-weight:600;color:#495057;display:block;margin-bottom:4px}.test-input:before{content:"Input:"}.test-expected:before{content:"Expected:"}.test-actual:before{content:"Result:"}.test-actual{margin-bottom:0;background:#ffffffe6}.test-summary{margin-top:1.5rem;padding:1.25rem;border-top:1px solid #eef2f7;display:flex;flex-direction:column;align-items:center;background:#fff9;border-radius:8px}.summary-text{font-weight:700;font-size:1.15rem;color:#343a40;margin-bottom:.5rem;text-align:center}.success-message{margin-top:.75rem;color:#2b8a3e;font-weight:700;font-size:1.25rem;padding:8px 16px;background-color:#ebfbee;border-radius:20px;box-shadow:0 2px 8px #2b8a3e26;animation:successPulse 2s infinite}@keyframes successPulse{0%{box-shadow:0 2px 8px #2b8a3e26}50%{box-shadow:0 2px 16px #2b8a3e4d}to{box-shadow:0 2px 8px #2b8a3e26}}.run-button.running{background-color:#868e96;cursor:not-allowed;opacity:.8}.run-button{background-color:#339af0;color:#fff;flex:1;position:relative}.run-button:after{content:"";position:absolute;top:0;left:0;width:0;height:100%;background-color:#ffffff1a;transition:width .3s ease}.run-button:hover:after{width:100%}@media (min-width: 1200px){.practice-main{box-shadow:0 12px 40px #1018281f;padding:2.5rem 3rem}.code-editor{min-height:560px;font-size:1.08rem;border-width:2px}.main-content-columns{gap:2.5rem;min-height:calc(100vh - 220px)}.run-button,.solution-button{padding:12px 24px;font-size:1.1rem}}.test-number{font-weight:700;color:#343a40;font-size:1.05rem}.console-section{margin-top:1rem;padding:1rem;border-radius:10px;background:#0b1220;border:1px solid #1f2a44;box-shadow:0 2px 8px #1018280f}.console-output{margin:0;padding:.75rem 1rem;background:#0b1220;color:#d1e4ff;border-radius:8px;max-height:200px;overflow:auto;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9rem}.custom-tests{margin-top:1rem;padding:1rem;border:1px solid #e9ecef;border-radius:10px;background:#f8fafc}.custom-row{display:flex;flex-direction:column;gap:6px;margin-bottom:.75rem}.custom-input-field{padding:10px 12px;border:1px solid #ced4da;border-radius:8px;font-size:.95rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.custom-input-field:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa40}.custom-actions{display:flex;gap:.5rem}.action-btn{padding:8px 14px;border-radius:8px;border:1px solid transparent;font-weight:600;cursor:pointer;transition:all .2s ease}.action-btn.primary{background:#339af0;color:#fff}.action-btn.primary:hover{background:#1c7ed6}.action-btn.secondary{background:#e9ecef;color:#0f172a}.action-btn.secondary:hover{background:#dee2e6}.test-area-btn{margin-top:.75rem;padding:8px 12px;border-radius:8px;background:#e9ecef;border:1px solid #dee2e6;cursor:pointer;font-weight:600}.test-area-section{margin-top:.75rem;padding:.75rem 1rem;border:1px solid #e9ecef;background:#fff;border-radius:10px}.completed-badge{margin-left:.75rem;padding:4px 10px;border-radius:999px;background:#ebfbee;color:#2b8a3e;font-weight:700;border:1px solid #8ce99a}.mark-done-btn{margin-left:auto;padding:6px 12px;border-radius:8px;background:#e9ecef;border:1px solid #dee2e6;cursor:pointer;font-weight:600}.mark-done-btn:hover{background:#dee2e6}.topbar{width:100%;background:var(--bg-secondary);box-shadow:var(--shadow-sm)}.topbar .sidebar-header{position:relative;top:0}.topbar.collapsed .search-container,.topbar.collapsed .filter-panel,.topbar.collapsed .questions-list,.topbar.collapsed .reset-banner{display:none}.collapse-topbar-btn{padding:8px 12px;background:#f8f9fa;color:#495057;border:1px solid #e9ecef;border-radius:6px;cursor:pointer;font-weight:600}.collapse-topbar-btn:hover{background:#eef6ff;border-color:#cfe1ff}.topbar .header-actions{margin-top:.5rem}.topbar .filter-panel{padding-top:.25rem;border-bottom:none}.topbar .questions-list{display:flex;flex-wrap:wrap;gap:8px;padding:.5rem 1rem .75rem}.topbar .question-item{flex:1 1 260px;min-width:240px}.sidebar{width:420px;min-width:380px;background:var(--bg-tertiary);border-right:1px solid var(--border-color);display:flex;flex-direction:column;height:100%;max-height:90vh;box-shadow:var(--shadow-lg);transition:all .3s ease;position:relative;z-index:10;overflow-y:auto;flex-shrink:0}@media (min-width: 769px){.sidebar{width:420px;min-width:380px;display:flex!important;height:100%;max-height:90vh;flex-shrink:0}}@media (min-width: 1200px){.sidebar{width:480px;min-width:420px;flex-shrink:0}}@media (max-width: 768px){.sidebar{width:100%;min-width:0;height:auto;max-height:50vh;border-radius:0;border-right:none;border-bottom:1px solid var(--border-color)}}.sidebar:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0000000d,#0000);z-index:-1}.sidebar-header{padding:1.25rem 3.5rem 1rem 1rem;border-bottom:1px solid var(--border-color);background:var(--bg-secondary);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:15;overflow:hidden}.back-home-btn{position:relative;top:0;right:0;padding:6px 10px;background:#f1f3f5;border:1px solid #e9ecef;border-radius:999px;color:#495057;font-weight:600;font-size:.85rem;text-decoration:none;line-height:1}.header-right{position:absolute;top:10px;right:12px;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.header-right .header-right-btn{margin-top:0;padding:8px 12px}.center-toggle-row{display:flex;justify-content:center;margin-top:8px}.center-toggle-btn{padding:10px 16px;border-radius:999px;border:2px solid #1976d2;background:#e7f0ff;color:#0b3b8c;font-weight:800;letter-spacing:.02em;cursor:pointer}.center-toggle-btn:hover{background:#dcecff}.back-home-btn:hover{background:#eef6ff;border-color:#cfe1ff;color:#0b3b8c}.sidebar-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(to right,var(--accent-primary),var(--accent-secondary))}.sidebar-header h2{margin:0 0 .5rem;font-size:1.75rem;font-weight:700;color:var(--text-primary);text-shadow:0px 1px 1px rgba(0,0,0,.1);letter-spacing:-.02em}.question-count{color:var(--text-secondary);font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.stats-mini{display:flex;flex-wrap:wrap;gap:8px 10px;margin-top:6px;font-size:.8rem}.stats-mini .stat{padding:2px 6px;background:#0066cc1a;border:1px solid rgba(0,102,204,.2);border-radius:10px;color:#06c}.daily-practice-btn{margin-top:1rem;padding:10px 16px;background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);color:#fff;border:none;border-radius:8px;font-weight:700;font-size:.95rem;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;position:relative;overflow:hidden}.header-actions{display:flex;gap:8px;margin-top:1rem}.sort-density{display:flex;align-items:center;gap:8px;margin-top:8px}.sort-select{padding:6px 10px;border:1px solid #e9ecef;border-radius:6px;background:#fff}.order-btn{padding:6px 8px;border:1px solid #e9ecef;background:#f8fafc;border-radius:6px;cursor:pointer}.compact-toggle{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;color:#495057}.clear-filters-btn{padding:8px 12px;background:#f8f9fa;color:#6c757d;border:1px solid #dee2e6;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s ease}.clear-filters-btn:hover{background:#e9ecef;border-color:#adb5bd}.daily-practice-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:all .5s ease}.daily-practice-btn:hover{transform:translateY(-3px);box-shadow:0 6px 15px #0003}.daily-practice-btn:hover:before{left:100%}.daily-practice-btn:active{transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.search-container{padding:.75rem 1rem 0}.search-input{border-radius:8px;width:100%;padding:8px 12px;border:1px solid #ddd;font-size:14px}.search-input:focus{outline:none;border-color:#06c;box-shadow:0 0 0 2px #0066cc1a}.search-hints{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.search-hints .hint{background:#f0f8ff;border:1px solid #b3d9ff;color:#06c;padding:2px 6px;border-radius:12px;font-size:11px;cursor:pointer;transition:all .2s}.search-hints .hint:hover{background:#e6f3ff;border-color:#06c}.search-autocomplete-wrap{position:relative}.tag-suggest{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e9ecef;border-top:none;border-radius:0 0 8px 8px;box-shadow:0 6px 16px #1018281f;z-index:50;max-height:220px;overflow:auto}.tag-suggest-item{padding:8px 12px;cursor:pointer;font-size:.95rem}.tag-suggest-item:hover{background:#f8fafc}.chip-row{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 8px}.chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#e7f0ff;color:#0b3b8c;font-size:.8rem;border:1px solid #cfe1ff;cursor:pointer}.chip-x{border:none;background:transparent;color:inherit;font-size:.9rem;cursor:pointer}.filter-group{display:flex;flex-direction:column;gap:6px}.filter-label{font-size:.8rem;color:#495057;font-weight:600}.filter-tags{display:flex;flex-wrap:wrap;gap:8px}.pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#f1f3f5;border:1px solid #e9ecef;color:#495057;cursor:pointer}.pill input{display:none}.pill.active{background:#e7f0ff;border-color:#cfe1ff;color:#0b3b8c}.filter-panel{display:flex;flex-direction:column;gap:10px;padding:.5rem 1rem;border-bottom:1px solid var(--border-color)}.filter-panel.collapsed{padding-bottom:.5rem}.filter-panel-header{display:flex;align-items:center;justify-content:space-between;padding:0 0 .25rem}.filters-toggle{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:8px;background:#f8fafc;border:1px solid #e9ecef;cursor:pointer;font-weight:600}.group-header{display:flex;align-items:center;gap:6px;padding:6px 0;background:transparent;border:none;color:#495057;font-weight:600;cursor:pointer}.chevron{display:inline-block;transition:transform .18s ease}.chevron.open{transform:rotate(90deg)}.group-content{padding:.25rem 0}.filter-panel select{padding:10px 12px;border-radius:8px;border:1px solid var(--border-color);background:var(--bg-primary);font-size:.95rem;color:var(--text-primary);box-shadow:var(--shadow-sm);outline:none;transition:all .2s ease}.filter-panel select:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #3b82f633}.tag-multiselect{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px;max-height:200px;overflow:auto}.tag-multiselect label{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid #e9ecef;border-radius:999px;background:#f8fafc;color:#495057;font-size:.8rem;cursor:pointer;transition:all .15s ease}.tag-multiselect input[type=checkbox]{accent-color:#1976d2}.tag-multiselect label:hover{background:#eef6ff;border-color:#d0e4ff}.questions-list{flex:1 1 auto;min-height:260px;overflow-y:auto;padding:.75rem 1.25rem 1rem;scrollbar-width:thin;height:auto;max-height:none}.questions-list::-webkit-scrollbar{width:10px;right:0}.questions-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:8px;margin-right:2px}.questions-list::-webkit-scrollbar-thumb:hover{background:#cfd8e3}.show-more{display:flex;justify-content:center;padding:8px 0 12px}.show-btn{padding:8px 12px;border:1px solid #e9ecef;background:#f8fafc;border-radius:8px;cursor:pointer;font-weight:600}.show-btn:hover{background:#eef6ff}.question-item{margin-bottom:.7rem;padding:.85rem .95rem;background:linear-gradient(90deg,#fff 80%,#f1f3f5);border-radius:10px;cursor:pointer;transition:box-shadow .18s,border .18s,background .18s,transform .2s ease;border:1.5px solid #e9ecef;box-shadow:0 2px 8px #1018280a;min-height:48px}.js-practice-container.compact .question-item{padding:.5rem .6rem;border-radius:8px;min-height:40px}.js-practice-container.compact .question-title{-webkit-line-clamp:1}.question-item:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 20px #1018281a;border-color:#b6e0fe;background:linear-gradient(90deg,#e3f2fd 80%,#f1f3f5)}.question-item.selected{background-color:#ebf5ff;border-color:#74b9ff;box-shadow:0 4px 8px #74b9ff33}.question-title{font-weight:600;margin-bottom:.35rem;font-size:.98rem;color:#343a40;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.question-meta{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap;font-size:.78rem;margin-bottom:.35rem}.topic{color:#495057;font-weight:500}.difficulty{font-weight:600;padding:3px 8px;border-radius:3px;text-transform:uppercase;font-size:.7rem}.difficulty-easy{background-color:#d3f9d8;color:#2b8a3e}.difficulty-medium{background-color:#fff3bf;color:#e67700}.difficulty-hard{background-color:#ffe3e3;color:#c92a2a}.question-tags{display:flex;flex-wrap:wrap;gap:5px}.tag{background-color:#f1f3f5;color:#495057;padding:3px 8px;border-radius:4px;font-size:.7rem;font-weight:500}.no-results{padding:3rem 2rem;text-align:center;color:#6c757d;font-size:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;border:2px dashed #dee2e6;border-radius:8px;margin:1rem}.reset-banner{margin:.75rem 1rem .25rem;padding:10px 12px;border-radius:8px;border:1px solid #ffe3e3;background:#fff5f5;color:#c92a2a;display:flex;justify-content:space-between;align-items:center;gap:8px}.no-results:before{content:"🔍";font-size:2rem;margin-bottom:1rem}@media (max-width: 992px){.sidebar{width:100vw;min-width:0;height:auto;max-height:none;box-shadow:none;border-radius:0 0 16px 16px;background:#fff}.sidebar-header{padding:1.25rem 1rem .75rem}.sidebar-header h2{font-size:1.15rem}.questions-list{min-height:40vh;max-height:480px;padding:.5rem .5rem 1rem;height:auto}.question-item{padding:.75rem .8rem;font-size:.98rem;min-height:44px;margin-bottom:.5rem;border-radius:8px}}@media (max-width: 600px){.sidebar{width:100vw;min-width:0;height:auto;max-height:none;border-radius:0 0 12px 12px;box-shadow:none;padding-bottom:.5rem}.questions-list{min-height:30vh;max-height:60vh;height:auto;padding:.25rem .25rem .5rem}.question-item{font-size:.96rem;min-height:40px;padding:.6rem;border-radius:7px}}.js-practice-container{display:flex;flex-direction:row;min-height:90vh;max-width:1600px;width:100%;margin:32px auto 0;padding:0;box-sizing:border-box;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;color:var(--text-primary);background:var(--bg-secondary);border-radius:16px;overflow:hidden;position:relative;z-index:2;box-shadow:0 10px 30px #0000001f,0 4px 8px #0000000f;border:1px solid var(--border-color);transition:all .3s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@media (min-width: 769px){.js-practice-container{flex-direction:row;min-height:90vh;max-width:1400px}.js-practice-main{flex:1 1 auto;min-width:0;padding:2rem 2.5rem;overflow-y:auto;position:relative;background:var(--bg-primary);scrollbar-width:thin;scrollbar-color:var(--accent-primary) var(--bg-tertiary)}.js-practice-main::-webkit-scrollbar{width:8px}.js-practice-main::-webkit-scrollbar-track{background:var(--bg-tertiary);border-radius:4px}.js-practice-main::-webkit-scrollbar-thumb{background-color:var(--accent-primary);border-radius:4px}}@media (min-width: 992px){.js-practice-container{position:relative}.sidebar{width:var(--sidebar-width, 420px);min-width:280px}.split-resizer{width:6px;cursor:col-resize;background:linear-gradient(180deg,transparent,var(--border-color),transparent)}}@media (min-width: 1200px){.js-practice-container{min-height:90vh;max-width:1600px;width:100%;margin-top:32px;border-radius:16px;box-shadow:0 12px 36px #00000026,0 4px 10px #00000014;background:var(--bg-secondary);box-sizing:border-box;overflow:hidden}.js-practice-main{flex:1 1 auto;min-width:0;padding:2.5rem 3.5rem;overflow-y:auto;position:relative;background:var(--bg-primary);scrollbar-width:thin;scrollbar-color:var(--accent-primary) var(--bg-tertiary)}.js-practice-main::-webkit-scrollbar{width:8px}.js-practice-main::-webkit-scrollbar-track{background:var(--bg-tertiary);border-radius:4px}.js-practice-main::-webkit-scrollbar-thumb{background-color:var(--accent-primary);border-radius:4px}}@media (max-width: 768px){.js-practice-container{flex-direction:column;min-height:auto;border-radius:12px;margin-top:16px;padding:0}.js-practice-main{padding:1.25rem 1.5rem}}.back-link{position:sticky;top:0;display:flex;justify-content:flex-end;padding-top:.5rem;z-index:5}.back-link a{display:flex;align-items:center;padding:8px 14px;background:var(--accent-primary);color:var(--bg-primary);text-decoration:none;border-radius:6px;font-size:14px;font-weight:500;transition:all .2s ease;border:1px solid var(--accent-primary)}.back-link a:hover{background:var(--accent-secondary);border-color:var(--accent-secondary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.back-link a:before{content:"←";margin-right:6px;font-size:16px}.search-container{margin:40px 0 1.5rem}.search-input{width:100%;padding:12px 16px;font-size:1rem;border:1px solid #dee2e6;border-radius:6px;box-shadow:0 2px 5px #0000000d;transition:all .2s ease-in-out}.search-input:focus{border-color:#4dabf7;outline:0;box-shadow:0 0 0 3px #4dabf740}.search-input::placeholder{color:#adb5bd}.empty-state{display:flex;flex-direction:column;height:70vh;justify-content:center;align-items:center;font-size:1.25rem;color:#6c757d;border:2px dashed #dee2e6;border-radius:8px;background-color:#fff;padding:2rem;text-align:center}.empty-state:before{content:"👨‍💻";font-size:3rem;margin-bottom:1rem}.sidebar-handle{position:sticky;top:50%;transform:translateY(-50%);left:0;z-index:30;width:14px;height:64px;margin-left:0;padding:0;border:none;background:linear-gradient(180deg,var(--bg-tertiary),var(--bg-primary));border-right:1px solid var(--border-color);border-top-right-radius:8px;border-bottom-right-radius:8px;box-shadow:var(--shadow-sm);cursor:pointer;color:var(--text-secondary)}.sidebar-handle .chev{display:block;writing-mode:vertical-rl;transform:rotate(180deg);font-size:10px;letter-spacing:2px}.sidebar-handle:hover{filter:brightness(1.05)}.js-practice-container.sidebar-collapsed .sidebar{display:none!important}.js-practice-container.sidebar-collapsed .js-practice-main{padding:1.25rem 2rem}@media (max-width: 992px){.js-practice-container{flex-direction:column;height:auto;min-height:calc(100vh - 40px);overflow:visible;padding:8px 0 16px;border-radius:10px}.js-practice-main{padding:.5rem .5rem 1rem;overflow-y:visible;border-radius:10px}.sidebar-handle{top:8px;transform:none;height:40px}}@media (max-width: 768px){.js-practice-container{flex-direction:column;padding:0 0 8px;border-radius:8px}.js-practice-main{padding:.5rem .2rem;border-radius:8px}.search-container{margin-top:10px}.sidebar-handle{display:block;position:sticky;top:8px}}.js-practice-container.layout-topbar{flex-direction:column}.layout-topbar .topbar-row{position:sticky;top:0;z-index:15;background:var(--bg-secondary);border-bottom:1px solid var(--border-color)}.layout-topbar .js-practice-main{padding-top:1rem}html,body{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden;background-color:#111;color:#fff}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}#root{width:100%;min-height:100vh;position:relative;z-index:1;background-color:transparent}@media (max-width: 768px){#root{padding:1rem}h1{font-size:1.8rem}h2{font-size:1.5rem}}@media (max-width: 480px){#root{padding:.5rem}h1{font-size:1.5rem}h2{font-size:1.3rem}}
