@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--gradient-title: linear-gradient(135deg, #9b8c10, #b022c5);--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-full: 9999px;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .3s cubic-bezier(.4, 0, .2, 1);--transition-slow: .5s cubic-bezier(.4, 0, .2, 1);--easy: #10b981;--easy-bg: rgba(16, 185, 129, .1);--medium: #f59e0b;--medium-bg: rgba(245, 158, 11, .1);--hard: #ef4444;--hard-bg: rgba(239, 68, 68, .1)}:root,[data-theme=light]{--primary: #2d7d46;--primary-hover: #236b39;--primary-glow: rgba(45, 125, 70, .25);--bg-main: #ffffff;--bg-page: radial-gradient(circle at top right, #f5f5f7, #ffffff);--bg-navbar: rgba(255, 255, 255, .92);--bg-card: rgba(255, 255, 255, .95);--bg-visualizer: linear-gradient(135deg, rgba(59, 130, 246, .15), rgba(245, 158, 11, .1));--bg-secondary: #f5f5f7;--bg-tertiary: #e8e8ed;--text-primary: #1d1d1f;--text-secondary: #424245;--text-muted: #6e6e73;--text-inverse: #ffffff;--border: rgba(226, 232, 240, .8);--border-hover: #cbd5e1;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-glow: 0 0 20px var(--primary-glow)}[data-theme=dark]{--primary: #4fd1c5;--primary-hover: #38b2ac;--primary-glow: rgba(79, 209, 197, .2);--bg-main: #0a1929;--bg-page: radial-gradient(circle at top right, #0d2137, #0a1929);--bg-navbar: rgba(10, 25, 41, .92);--bg-card: rgba(13, 33, 55, .8);--bg-secondary: #0d2137;--bg-tertiary: #132f4c;--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-muted: #64748b;--text-inverse: #020617;--border: rgba(51, 65, 85, .8);--border-hover: #475569;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .4);--shadow-glow: 0 0 25px var(--primary-glow)}.navigation-section{display:flex;justify-content:space-between;align-items:center;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border);gap:1rem}.nav-btn{display:inline-flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;border-radius:var(--radius-lg);font-weight:600;font-size:1rem;transition:all var(--transition-normal);text-decoration:none;cursor:pointer}.nav-btn.prev{padding-left:1.25rem}.nav-btn.next{padding-right:1.25rem}:root .nav-btn,[data-theme=light] .nav-btn{background:linear-gradient(135deg,#3b82f61a,#f59e0b0f);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(59,130,246,.2);color:#1e3a5f;box-shadow:0 2px 8px #0000000a}:root .nav-btn:hover,[data-theme=light] .nav-btn:hover{background:linear-gradient(135deg,#3b82f62e,#f59e0b1f);border-color:#3b82f666;color:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 16px #3b82f626;text-decoration:none}[data-theme=dark] .nav-btn{background:linear-gradient(135deg,#4fd1c51a,#6366f114);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(79,209,197,.25);color:#e0f2fe;box-shadow:0 2px 8px #0003}[data-theme=dark] .nav-btn:hover{background:linear-gradient(135deg,#4fd1c533,#6366f126);border-color:#4fd1c580;color:#4fd1c5;transform:translateY(-2px);box-shadow:0 6px 16px #4fd1c533;text-decoration:none}@media(max-width:640px){.navigation-section{flex-direction:column;gap:1rem}.nav-btn{width:100%;justify-content:center}}.d3-visualization-container{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;border-radius:12px;min-height:200px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}:root .d3-visualization-container,[data-theme=light] .d3-visualization-container{background:linear-gradient(135deg,#3b82f61a,#f59e0b0f);border:1px solid rgba(59,130,246,.2)}:root .d3-visualization-container h4,[data-theme=light] .d3-visualization-container h4{color:#1e3a5f}[data-theme=dark] .d3-visualization-container{background:linear-gradient(135deg,#4fd1c51a,#6366f114);border:1px solid rgba(79,209,197,.25)}[data-theme=dark] .d3-visualization-container h4{color:#e0f2fe}.d3-visualization-container h4{margin:0;font-size:.875rem;font-weight:600;text-transform:uppercase}.canvas-container{overflow-x:auto;padding:.5rem 0}.visualization-canvas{display:block;border-radius:8px}:root .visualization-canvas,[data-theme=light] .visualization-canvas{background:#ffffff80;border:1px solid rgba(59,130,246,.15)}[data-theme=dark] .visualization-canvas{background:#0f172a66;border:1px solid rgba(79,209,197,.2)}.step-description{display:flex;align-items:center;position:relative;left:0;width:100%;gap:.75rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#3b82f626,#f59e0b26);border:1px solid rgba(59,130,246,.3);border-radius:12px;margin-top:.75rem;margin-bottom:.5rem;box-sizing:border-box}.step-description.found,.step-description.success{background:linear-gradient(135deg,#2d7d464d,#4ade8033);border:2px solid rgba(34,197,94,.6);box-shadow:0 0 20px #22c55e33}.step-icon{font-size:1.5rem}.step-text{color:var(--text-primary);font-size:1rem;font-weight:600;font-family:Fira Code,Consolas,monospace}.info-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.info-item.purple .info-value{color:#a855f7}[data-theme=dark] .info-item.purple .info-value{color:#c4b5fd}.info-item.blue .info-value{color:#2563eb}[data-theme=dark] .info-item.blue .info-value{color:#93c5fd}.info-item.orange .info-value{color:#d97706}[data-theme=dark] .info-item.orange .info-value{color:#fcd34d}.info-item.green .info-value{color:#16a34a}[data-theme=dark] .info-item.green .info-value{color:#86efac}.info-label{color:var(--text-secondary);font-weight:500;font-size:.875rem}.complete-section{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#2d7d4640,#4ade8026);border:2px solid rgba(34,197,94,.6);border-radius:12px;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 0 25px #22c55e26}.complete-icon{font-size:2rem}.complete-text{font-weight:700;font-size:1.125rem;letter-spacing:.01em}:root .complete-text,[data-theme=light] .complete-text{color:#16a34a}[data-theme=dark] .complete-text{color:#4ade80}@media(max-width:768px){.step-icon{display:none}.info-section{gap:.5rem}.info-item{padding:.5rem .75rem;font-size:.8rem}}.topic-page{padding:var(--spacing-lg) var(--spacing-md);max-width:1100px;margin:0 auto;animation:topicFadeIn .5s ease-out}.topic-container{display:flex;flex-direction:column;gap:var(--spacing-md)}.topic-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.9rem}:root .topic-breadcrumb,[data-theme=light] .topic-breadcrumb{color:#6b7280}[data-theme=dark] .topic-breadcrumb{color:#94a3b8}.topic-breadcrumb a{text-decoration:none;transition:color .2s}:root .topic-breadcrumb a,[data-theme=light] .topic-breadcrumb a{color:#6b7280}[data-theme=dark] .topic-breadcrumb a{color:#94a3b8}:root .topic-breadcrumb a:hover,[data-theme=light] .topic-breadcrumb a:hover{color:#2d7d46}[data-theme=dark] .topic-breadcrumb a:hover{color:#4fd1c5}.topic-header{margin-bottom:var(--spacing-sm);padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.06)}[data-theme=dark] .topic-header{border-bottom-color:#ffffff14}.topic-title-row{display:flex;flex-direction:column;gap:.25rem}.topic-title{font-size:2.2rem;font-weight:800;margin:0;background:linear-gradient(135deg,var(--primary) 0%,#f59e0b 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2}.topic-subtitle{font-size:1.25rem;font-weight:500}:root .topic-subtitle,[data-theme=light] .topic-subtitle{color:#2d7d46}[data-theme=dark] .topic-subtitle{color:#4fd1c5}.topic-section{margin-bottom:var(--spacing-lg)}.topic-section h2{font-size:1.35rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem;font-weight:700}:root .topic-section h2,[data-theme=light] .topic-section h2{color:#1d1d1f}[data-theme=dark] .topic-section h2{color:#f8fafc}.topic-section-card{padding:1.25rem;border-radius:10px;margin-bottom:.5rem}:root .topic-section-card,[data-theme=light] .topic-section-card{background:#00000005;border:1px solid rgba(0,0,0,.06)}[data-theme=dark] .topic-section-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.topic-description p{line-height:1.7;margin-bottom:1rem}:root .topic-description p,[data-theme=light] .topic-description p{color:#374151}[data-theme=dark] .topic-description p{color:#cbd5e1}.topic-description code{padding:.2rem .5rem;border-radius:4px;font-family:var(--font-mono)}:root .topic-description code,[data-theme=light] .topic-description code{background:#3b82f626;color:#1d4ed8}[data-theme=dark] .topic-description code{background:#6366f140;color:#a5b4fc}.topic-feature-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:1.25rem}.topic-feature-item{padding:1.25rem;border-radius:10px;display:flex;flex-direction:column}:root .topic-feature-item,[data-theme=light] .topic-feature-item{background:#2d7d460f;border:1px solid rgba(45,125,70,.12)}[data-theme=dark] .topic-feature-item{background:#00000040;border:1px solid rgba(255,255,255,.1)}.topic-feature-item h3{margin:0 0 .5rem;font-size:1rem;display:flex;align-items:center;gap:.4rem}:root .topic-feature-item h3,[data-theme=light] .topic-feature-item h3{color:#2d7d46}[data-theme=dark] .topic-feature-item h3{color:#4fd1c5}.topic-feature-item p{margin:0;font-size:.88rem;line-height:1.5}:root .topic-feature-item p,[data-theme=light] .topic-feature-item p{color:#6b7280}[data-theme=dark] .topic-feature-item p{color:#94a3b8}.topic-algorithm-box{border-radius:8px;padding:1rem;margin-bottom:1.5rem}:root .topic-algorithm-box,[data-theme=light] .topic-algorithm-box{background:#2d7d4614;border:1px solid rgba(45,125,70,.2)}[data-theme=dark] .topic-algorithm-box{background:#4fd1c51a;border:1px solid rgba(79,209,197,.3)}.topic-algorithm-box strong{color:var(--primary)}.topic-algorithm-box ul{margin:.5rem 0 0;padding-left:1.5rem}.topic-algorithm-box li{margin-bottom:.25rem}:root .topic-algorithm-box li,[data-theme=light] .topic-algorithm-box li{color:#374151}[data-theme=dark] .topic-algorithm-box li{color:#cbd5e1}.topic-algorithm-box code{padding:.1rem .4rem;border-radius:3px;font-family:var(--font-mono);font-size:.9em}:root .topic-algorithm-box code,[data-theme=light] .topic-algorithm-box code{background:#2d7d4626;color:#166534}[data-theme=dark] .topic-algorithm-box code{background:#4fd1c533;color:#5eead4}.topic-visualizer-wrapper{margin-top:1rem}.topic-visualizer{border-radius:12px;padding:1.5rem}:root .topic-visualizer,[data-theme=light] .topic-visualizer{background:#f1f5f9cc;border:1px solid rgba(0,0,0,.08)}[data-theme=dark] .topic-visualizer{background:#0000004d;border:1px solid rgba(255,255,255,.08)}.topic-viz-controls{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap;align-items:center}.topic-viz-btn{color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s;background:linear-gradient(135deg,var(--primary) 0%,#4ade80 100%)}.topic-viz-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px var(--primary-glow)}.topic-viz-btn:disabled{opacity:.5;cursor:not-allowed}.topic-info-badge{margin-left:auto;padding:.4rem .8rem;border-radius:6px;font-size:.85rem;font-weight:600}:root .topic-info-badge,[data-theme=light] .topic-info-badge{background:#2d7d4626;color:#166534}[data-theme=dark] .topic-info-badge{background:#4fd1c533;color:#5eead4}.topic-array-container{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap;position:relative;padding-bottom:1.5rem}.topic-array-cell{width:55px;height:65px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:10px;position:relative;transition:all .3s ease}:root .topic-array-cell,[data-theme=light] .topic-array-cell{background:#ffffffe6;border:2px solid rgba(0,0,0,.1)}[data-theme=dark] .topic-array-cell{background:#1e293bcc;border:2px solid rgba(255,255,255,.15)}.topic-index-label{font-size:.7rem;position:absolute;top:3px}:root .topic-index-label,[data-theme=light] .topic-index-label{color:#9ca3af}[data-theme=dark] .topic-index-label{color:#64748b}.topic-cell-value{font-size:1.3rem;font-weight:600}:root .topic-cell-value,[data-theme=light] .topic-cell-value{color:#1d1d1f}[data-theme=dark] .topic-cell-value{color:#f8fafc}.topic-cell-highlight{border-color:var(--primary)!important;box-shadow:0 0 15px var(--primary-glow)}:root .topic-cell-highlight,[data-theme=light] .topic-cell-highlight{background:#2d7d4626!important}[data-theme=dark] .topic-cell-highlight{background:#4fd1c533!important}.topic-cell-success{border-color:#10b981!important;box-shadow:0 0 15px #10b98166!important}:root .topic-cell-success,[data-theme=light] .topic-cell-success{background:#10b98126!important}[data-theme=dark] .topic-cell-success{background:#10b9814d!important}.topic-message-box{border-radius:8px;padding:1rem;text-align:center;font-size:.95rem;margin-bottom:1rem;min-height:50px;display:flex;align-items:center;justify-content:center;transition:all .3s}:root .topic-message-box,[data-theme=light] .topic-message-box{background:#f1f5f9e6;border:1px solid rgba(0,0,0,.08);color:#374151}[data-theme=dark] .topic-message-box{background:#1e293b99;border:1px solid rgba(255,255,255,.1);color:#e2e8f0}.topic-message-box.success{border-color:#10b98180;color:#10b981}:root .topic-message-box.success,[data-theme=light] .topic-message-box.success{background:#10b9811a}[data-theme=dark] .topic-message-box.success{background:#10b98133}.topic-message-box.error{border-color:#ef444480;color:#ef4444}:root .topic-message-box.error,[data-theme=light] .topic-message-box.error{background:#ef44441a}[data-theme=dark] .topic-message-box.error{background:#ef444433}.topic-message-box.warning{border-color:#f59e0b80;color:#f59e0b}:root .topic-message-box.warning,[data-theme=light] .topic-message-box.warning{background:#f59e0b1a}[data-theme=dark] .topic-message-box.warning{background:#f59e0b33}.topic-stats-row{display:flex;gap:1rem;flex-wrap:wrap}.topic-stat-box{flex:1;min-width:100px;border-radius:8px;padding:.75rem;text-align:center}:root .topic-stat-box,[data-theme=light] .topic-stat-box{background:#fffc;border:1px solid rgba(0,0,0,.06)}[data-theme=dark] .topic-stat-box{background:#0003;border:1px solid rgba(255,255,255,.08)}.topic-stat-label{display:block;font-size:.8rem;margin-bottom:.25rem}:root .topic-stat-label,[data-theme=light] .topic-stat-label{color:#6b7280}[data-theme=dark] .topic-stat-label{color:#94a3b8}.topic-stat-value{font-size:1rem;font-family:var(--font-mono)}:root .topic-stat-value,[data-theme=light] .topic-stat-value{color:#1d1d1f}[data-theme=dark] .topic-stat-value{color:#f8fafc}.topic-stat-value-highlight{font-size:1.2rem;font-weight:700;color:var(--primary)}.topic-problem-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem}.topic-problem-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;text-decoration:none;transition:all .2s}:root .topic-problem-link,[data-theme=light] .topic-problem-link{background:#fffc;border:1px solid rgba(0,0,0,.06);color:#1d1d1f}[data-theme=dark] .topic-problem-link{background:#0003;border:1px solid rgba(255,255,255,.08);color:#f8fafc}.topic-problem-link:hover{border-color:var(--primary);transform:translate(4px)}:root .topic-problem-link:hover,[data-theme=light] .topic-problem-link:hover{background:#2d7d4614}[data-theme=dark] .topic-problem-link:hover{background:#4fd1c526}.topic-difficulty-easy{background:#10b98126;color:#10b981;padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.topic-difficulty-medium{background:#f59e0b26;color:#f59e0b;padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.topic-difficulty-hard{background:#ef444426;color:#ef4444;padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.topic-navigation-section{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.topic-nav-btn{padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;transition:all .2s}:root .topic-nav-btn,[data-theme=light] .topic-nav-btn{background:#00000008;border:1px solid rgba(0,0,0,.1);color:#6b7280}[data-theme=dark] .topic-nav-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#94a3b8}.topic-nav-btn:hover{border-color:var(--primary)}:root .topic-nav-btn:hover,[data-theme=light] .topic-nav-btn:hover{background:#2d7d4614;color:#1d1d1f}[data-theme=dark] .topic-nav-btn:hover{background:#ffffff1a;color:#f8fafc}.topic-nav-btn-primary{padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--primary) 0%,#4ade80 100%);border:none;border-radius:8px;color:#fff;text-decoration:none;font-weight:600;transition:all .2s}.topic-nav-btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 15px var(--primary-glow)}.topic-graph-svg{width:100%;max-width:300px;height:220px;margin:0 auto;display:block}.topic-edge{stroke-width:2}:root .topic-edge,[data-theme=light] .topic-edge{stroke:#0003}[data-theme=dark] .topic-edge{stroke:#ffffff4d}.topic-node{stroke-width:2;transition:all .3s}:root .topic-node,[data-theme=light] .topic-node{fill:#ffffffe6;stroke:#0003}[data-theme=dark] .topic-node{fill:#1e293be6;stroke:#ffffff4d}.topic-node.visited{fill:#10b98166;stroke:#10b981}.topic-node.current{fill:#6366f199;stroke:#6366f1;stroke-width:3}.topic-node-label{font-size:14px;font-weight:600;text-anchor:middle}:root .topic-node-label,[data-theme=light] .topic-node-label{fill:#1d1d1f}.topic-stack-container{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.topic-stack-visual{display:flex;flex-direction:column;gap:.25rem;min-height:150px;width:150px}.topic-stack-item{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;transition:all .3s;animation:topicSlideIn .3s ease-out}:root .topic-stack-item,[data-theme=light] .topic-stack-item{background:linear-gradient(135deg,#2d7d4626,#4ade8026);border:2px solid rgba(45,125,70,.3)}[data-theme=dark] .topic-stack-item{background:linear-gradient(135deg,#4fd1c533,#4ade8033);border:2px solid rgba(79,209,197,.4)}.topic-stack-item.top-item{border-color:var(--primary);box-shadow:0 0 15px var(--primary-glow)}.topic-empty-stack{display:flex;align-items:center;justify-content:center;min-height:150px;font-style:italic}:root .topic-empty-stack,[data-theme=light] .topic-empty-stack{color:#9ca3af}[data-theme=dark] .topic-empty-stack{color:#64748b}.topic-stack-base{width:180px;padding:.5rem;border-radius:0 0 8px 8px;text-align:center;font-size:.8rem;margin-top:.25rem}:root .topic-stack-base,[data-theme=light] .topic-stack-base{background:#0000000d;color:#6b7280}[data-theme=dark] .topic-stack-base{background:#ffffff1a;color:#94a3b8}.topic-input-field{width:80px;padding:.6rem;border-radius:8px;font-size:1rem}:root .topic-input-field,[data-theme=light] .topic-input-field{border:1px solid rgba(0,0,0,.15);background:#fff;color:#1d1d1f}[data-theme=dark] .topic-input-field{border:1px solid rgba(255,255,255,.2);background:#0000004d;color:#f8fafc}.topic-input-field:focus{outline:none;border-color:var(--primary)}@keyframes topicFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes topicSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.topic-title{font-size:1.8rem}.topic-array-cell{width:45px;height:55px}.topic-cell-value{font-size:1.1rem}.topic-stats-row{flex-direction:column}.topic-stack-visual{width:120px}}.patterns-page{padding:var(--spacing-lg) var(--spacing-md);max-width:1200px;margin:0 auto;min-height:80vh}.patterns-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.06)}[data-theme=dark] .patterns-header{border-bottom-color:#ffffff14}.patterns-header h1{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.patterns-header p{font-size:1.1rem;max-width:550px;margin:0 auto;line-height:1.5}:root .patterns-header p,[data-theme=light] .patterns-header p{color:#4b5563}[data-theme=dark] .patterns-header p{color:#94a3b8}.patterns-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.pattern-card{display:flex;flex-direction:column;height:100%;padding:1.5rem;border-radius:14px;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}:root .pattern-card,[data-theme=light] .pattern-card{background:#ffffffe6;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 8px -2px #00000014}[data-theme=dark] .pattern-card{background:#1e293bb3;border:1px solid rgba(255,255,255,.1);box-shadow:0 2px 8px -2px #0000004d}.pattern-card:hover{transform:translateY(-4px)}:root .pattern-card:hover,[data-theme=light] .pattern-card:hover{box-shadow:0 12px 20px -5px #0000001f;border-color:#2d7d4659}[data-theme=dark] .pattern-card:hover{box-shadow:0 12px 20px -5px #00000080;border-color:#4fd1c580}.pattern-icon{font-size:2.5rem;margin-bottom:.75rem;line-height:1}.pattern-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}:root .pattern-card h3,[data-theme=light] .pattern-card h3{color:#1d1d1f}[data-theme=dark] .pattern-card h3{color:#f8fafc}.pattern-card:hover h3{background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pattern-card p{font-size:.9rem;line-height:1.55;margin-bottom:1rem;flex-grow:1}:root .pattern-card p,[data-theme=light] .pattern-card p{color:#6b7280}[data-theme=dark] .pattern-card p{color:#94a3b8}.pattern-topics{display:flex;flex-wrap:wrap;gap:.5rem}.topic-tag{font-size:.75rem;padding:.25rem .75rem;border-radius:9999px;font-weight:600;text-transform:uppercase;letter-spacing:.025em}:root .topic-tag,[data-theme=light] .topic-tag{background:#0000000d;color:#6b7280}[data-theme=dark] .topic-tag{background:#ffffff1a;color:#94a3b8}.pattern-card:hover .topic-tag{background:linear-gradient(135deg,var(--primary) 0%,#4ade80 100%);color:#fff}.topic-array-cell.topic-mid-cell{background-color:var(--accent);color:#fff;border-color:var(--accent);transform:scale(1.1);z-index:10;box-shadow:0 0 15px #f59e0b66}.topic-array-cell.topic-found-cell{background-color:#22c55e;color:#fff;border-color:#22c55e;transform:scale(1.15);z-index:20;box-shadow:0 0 20px #22c55e80}.topic-array-cell.topic-out-range{opacity:.3;transform:scale(.9);background-color:transparent;border-style:dashed}.topic-array-cell.topic-in-range{background-color:rgba(var(--primary-rgb),.1);border-color:var(--primary)}.topic-array-cell.topic-pivot-cell{border-bottom:4px solid #ef4444}.topic-pivot-indicator{text-align:center;color:#ef4444;font-size:.9rem;font-weight:600;margin-top:.5rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-3px)}}.topic-complexity-table{display:flex;flex-direction:column;gap:.5rem;width:100%}.topic-complexity-row{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(0,0,0,.05)}[data-theme=dark] .topic-complexity-row{background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.topic-complexity-algo{font-weight:600;color:var(--text-primary)}.topic-complexity-bad{color:#ef4444;font-family:monospace;font-weight:700}.topic-complexity-good{color:#22c55e;font-family:monospace;font-weight:700}.topic-complexity-example{margin-top:1rem;padding:1rem;background:rgba(var(--primary-rgb),.1);border-radius:8px;font-style:italic;text-align:center;color:var(--text-secondary);font-size:.9rem}.topic-graph-svg{width:100%;height:250px;background:#ffffff80;border-radius:12px;border:1px solid rgba(0,0,0,.05)}[data-theme=dark] .topic-graph-svg{background:#0003;border:1px solid rgba(255,255,255,.05)}.topic-edge{stroke:#94a3b8;stroke-width:2;transition:all .3s ease}[data-theme=dark] .topic-edge{stroke:#475569}.topic-node{fill:#fff;stroke:#64748b;stroke-width:2;transition:all .3s ease}[data-theme=dark] .topic-node{fill:#1e293b;stroke:#94a3b8}.topic-node-label{fill:#1e293b;font-size:14px;font-weight:600;text-anchor:middle;dominant-baseline:middle;pointer-events:none}[data-theme=dark] .topic-node-label{fill:#f8fafc}.topic-node.topic-visited{fill:#dcfce7;stroke:#22c55e}[data-theme=dark] .topic-node.topic-visited{fill:#22c55e33;stroke:#22c55e}.topic-node.topic-current{fill:#bfdbfe;stroke:#3b82f6;stroke-width:3;r:22}[data-theme=dark] .topic-node.topic-current{fill:#3b82f64d;stroke:#60a5fa}.topic-node.topic-in-queue,.topic-node.topic-in-stack{stroke:#f59e0b;stroke-dasharray:4}.topic-representation-container{display:flex;justify-content:center;padding:1rem 0;width:100%;overflow-x:auto}.topic-matrix-table{border-collapse:collapse;margin:0 auto}.topic-matrix-table th,.topic-matrix-table td{padding:.5rem .75rem;border:1px solid rgba(0,0,0,.1);text-align:center}[data-theme=dark] .topic-matrix-table th,[data-theme=dark] .topic-matrix-table td{border-color:#ffffff1a}.topic-matrix-table th{background:#0000000d;font-weight:600}[data-theme=dark] .topic-matrix-table th{background:#ffffff0d}.topic-matrix-table td.topic-connected{background-color:#22c55e33;color:#166534;font-weight:700}[data-theme=dark] .topic-matrix-table td.topic-connected{background-color:#22c55e4d;color:#4ade80}.topic-list-container{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:400px}.topic-list-row{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#ffffff80;border-radius:6px;border:1px solid rgba(0,0,0,.05)}[data-theme=dark] .topic-list-row{background:#0003;border:1px solid rgba(255,255,255,.05)}.topic-list-node{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:var(--bg-card);border:2px solid var(--primary);border-radius:50%;font-weight:700}.topic-list-arrow{color:var(--text-secondary)}.topic-list-neighbors{font-family:monospace;font-size:1.1rem;letter-spacing:1px}.topic-complexity-note{font-size:.8rem;color:var(--text-secondary);text-align:center;margin-top:.5rem;font-style:italic}.topic-dp-layout{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:1rem}.topic-memo-table,.topic-call-stack{flex:1;min-width:250px;background:#ffffff80;border-radius:12px;padding:1rem;border:1px solid rgba(0,0,0,.05)}[data-theme=dark] .topic-memo-table,[data-theme=dark] .topic-call-stack{background:#0003;border:1px solid rgba(255,255,255,.05)}.topic-memo-table h4,.topic-call-stack h4{margin:0 0 1rem;font-size:1rem;text-align:center;color:var(--text-secondary)}.topic-memo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:.5rem}.topic-memo-cell{background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;padding:.5rem;text-align:center;transition:all .3s ease;display:flex;flex-direction:column}.topic-memo-cell.topic-filled{background:#22c55e26;border-color:#22c55e}.topic-memo-cell.topic-active{background:#3b82f626;border-color:#3b82f6;transform:scale(1.05);box-shadow:0 0 10px #3b82f64d}.topic-memo-key{font-size:.8rem;color:var(--text-secondary);margin-bottom:.2rem}.topic-memo-value{font-weight:700;font-size:1.1rem;color:var(--text-primary)}.topic-stack-container{display:flex;flex-direction:column;gap:.5rem;min-height:150px;justify-content:flex-end}.topic-stack-empty{text-align:center;color:var(--text-secondary);font-style:italic;opacity:.7;margin:auto}.topic-stack-item{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.5rem;text-align:center;border-radius:6px;font-family:monospace;font-weight:700;animation:slideUp .3s ease-out}.topic-table-container{overflow-x:auto;padding:1rem 0}.topic-dp-table{width:100%;border-collapse:collapse;min-width:300px}.topic-dp-table th,.topic-dp-table td{border:1px solid rgba(0,0,0,.1);padding:.75rem;text-align:center}[data-theme=dark] .topic-dp-table th,[data-theme=dark] .topic-dp-table td{border-color:#ffffff1a}.topic-dp-table th{background:#0000000d;font-weight:600}[data-theme=dark] .topic-dp-table th{background:#ffffff0d}.topic-highlight-col{background:#3b82f61a;border-left:2px solid #3b82f6!important;border-right:2px solid #3b82f6!important}.topic-filled-cell{background:#22c55e1a;color:#166534;font-weight:700}[data-theme=dark] .topic-filled-cell{color:#4ade80}.topic-formula-box{margin-top:1rem;padding:1rem;background:var(--bg-card);border-radius:8px;text-align:center;border:1px solid var(--border-color)}.topic-stairs-container{display:flex;flex-direction:column;gap:.2rem;align-items:center;padding:1rem 0}.topic-stair{width:60%;min-width:200px;height:50px;background:#0000000d;border:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;border-radius:4px;margin-right:calc(var(--stair-index) * 20px)}[data-theme=dark] .topic-stair{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.topic-stair.topic-reached{background:#22c55e33;border-color:#22c55e}.topic-stair-num{font-weight:600}.topic-stair-ways{font-family:monospace;font-weight:700;color:var(--primary)}.topic-comparison-table{display:flex;flex-direction:column;gap:.1rem;width:100%}.topic-comparison-row{display:grid;grid-template-columns:1fr 2fr 2fr;gap:1rem;padding:1rem;background:#ffffff0d;border-bottom:1px solid rgba(0,0,0,.05)}[data-theme=dark] .topic-comparison-row{border-color:#ffffff0d}.topic-comparison-row:first-child{background:rgba(var(--primary-rgb),.1);border-radius:8px 8px 0 0;font-weight:700}.topic-comparison-row:last-child{border-radius:0 0 8px 8px;border-bottom:none}.topic-comparison-header{text-transform:uppercase;font-size:.8rem;letter-spacing:1px}.topic-con{color:#ef4444}.topic-pro{color:#22c55e}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg-main);background-image:var(--bg-page);background-attachment:fixed;color:var(--text-primary);min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background var(--transition-normal),color var(--transition-normal)}#root{min-height:100vh;display:flex;flex-direction:column}a{color:var(--primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;outline:none;background:none}code{font-family:var(--font-mono)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-main)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full);border:2px solid var(--bg-main)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.glass-card{background:linear-gradient(135deg,#3b82f61f,#f59e0b14);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(59,130,246,.2);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:all var(--transition-normal)}.glass-card:hover{border-color:#3b82f666;box-shadow:var(--shadow-lg),0 0 20px #3b82f626;transform:translateY(-4px)}:root .glass-card,[data-theme=light] .glass-card{background:linear-gradient(135deg,#3b82f626,#f59e0b1a);border-color:#3b82f640}:root .glass-card:hover,[data-theme=light] .glass-card:hover{border-color:#3b82f673;box-shadow:var(--shadow-lg),0 0 24px #3b82f633}[data-theme=dark] .glass-card{background:linear-gradient(135deg,#3b82f61a,#f59e0b0f);border-color:#3b82f64d}[data-theme=dark] .glass-card:hover{border-color:#6366f180;box-shadow:var(--shadow-lg),0 0 24px #6366f133}.glass-card h3,.glass-card h4{font-weight:700;margin-bottom:.75rem}.glass-card p{line-height:1.7;margin-bottom:1rem}.glass-card code{padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}:root .glass-card h3,:root .glass-card h4,[data-theme=light] .glass-card h3,[data-theme=light] .glass-card h4{color:#1e3a5f}:root .glass-card p,[data-theme=light] .glass-card p{color:#374151}:root .glass-card code,[data-theme=light] .glass-card code{background:#3b82f626;color:#1d4ed8}:root .glass-card li,[data-theme=light] .glass-card li{color:#4b5563}[data-theme=dark] .glass-card h3,[data-theme=dark] .glass-card h4{color:#e0f2fe}[data-theme=dark] .glass-card p{color:#cbd5e1}[data-theme=dark] .glass-card code{background:#6366f140;color:#a5b4fc}[data-theme=dark] .glass-card li{color:#94a3b8}.examples{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.examples h4{margin:0 0 .75rem;color:var(--text-primary);font-weight:600}.example{padding:1rem;background:var(--bg-secondary);border-radius:8px;color:var(--text-secondary);font-family:var(--font-mono);font-size:.875rem;line-height:1.8}.key-points{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.key-points h4{margin:0 0 .75rem;color:var(--text-primary);font-weight:600}.key-points ul{margin:0;padding-left:1.5rem;color:var(--text-secondary)}.key-points li{margin-bottom:.5rem;line-height:1.5}.explanation .step{padding:1rem;margin-bottom:1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid var(--primary)}.explanation .step:last-child{margin-bottom:0}.explanation .step h4{margin:0 0 .5rem;color:var(--text-primary);font-size:.95rem;font-weight:600}.explanation .step p{margin:0;color:var(--text-secondary);font-size:.9rem}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-lg)}.problem-section h2,.problem-statement h2,.problem-header,.breadcrumb,.breadcrumb a{background:linear-gradient(135deg,#9b8c10,#b022c5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.breadcrumb a:hover{background:linear-gradient(135deg,#ea580c,#f97316 30%,#22c55e 70%,#16a34a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.problem-title-row h1{background:linear-gradient(135deg,#dbcf67,#b022c5)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.badge{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;border:1px solid transparent}.badge-info{background:var(--bg-secondary);color:var(--primary);border-color:var(--border)}.badge-easy{background:var(--easy-bg);color:var(--easy);border-color:#10b98133}.badge-medium{background:var(--medium-bg);color:var(--medium);border-color:#f59e0b33}.badge-hard{background:#a6654acc;color:#e5862d;border-color:#2a0c01cc}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-sm);padding:.75rem 1.75rem;border-radius:var(--radius-lg);font-weight:750;font-size:1rem;transition:all var(--transition-normal);cursor:pointer;border:none}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,#4ade80 100%);color:var(--text-inverse);box-shadow:0 4px 15px var(--primary-glow)}.btn-primary:hover{background:linear-gradient(135deg,#4ade80 0%,var(--primary) 100%);box-shadow:0 8px 25px var(--primary-glow);transform:translateY(-2px)}.btn-secondary{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.btn-secondary:hover{background:var(--bg-secondary);border-color:var(--primary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.section{padding:var(--spacing-2xl) 0}.section-title{font-size:2.5rem;font-weight:800;margin-bottom:var(--spacing-lg);color:var(--text-primary);letter-spacing:-.025em}.animate-fade-in{animation:fadeIn var(--transition-normal) ease-out forwards}.animate-slide-up{animation:slideUp var(--transition-slow) cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.container{padding:0 .5rem}.section-title{font-size:2rem}}@media(max-width:768px){.step-icon{display:none!important}}canvas{width:100%!important;max-width:100%;height:auto!important}.step-description{display:none!important}.header{position:sticky;top:0;z-index:100;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:all var(--transition-normal)}:root .header,[data-theme=light] .header{background:linear-gradient(135deg,#ffffffe6,#f8fafcd9);border-bottom:1px solid rgba(59,130,246,.15);box-shadow:0 4px 15px #3b82f614,0 1px 3px #0000000a,inset 0 -1px #fffc}[data-theme=dark] .header{background:linear-gradient(135deg,#0f172aeb,#1e293be0);border-bottom:1px solid rgba(79,209,197,.2);box-shadow:0 4px 15px #00000040,0 1px 3px #00000026,inset 0 -1px #ffffff08}.header-content{display:flex;align-items:center;justify-content:space-between;height:4.5rem}.logo{display:flex;align-items:center;gap:var(--spacing-sm);font-size:1.5rem;font-weight:800;color:var(--text-primary);text-decoration:none;letter-spacing:-.025em}.logo-icon{font-size:1.75rem}.logo-text{background:linear-gradient(135deg,#2d7d46,#4ade80);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;align-items:center;gap:var(--spacing-xl)}.nav-link{position:relative;color:var(--text-secondary);font-weight:600;font-size:.9375rem;padding:var(--spacing-sm) 0;transition:all var(--transition-fast)}.nav-link.disabled{cursor:default;opacity:.8}.nav-badge{position:absolute;top:-8px;right:-20px;background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff;font-size:.6rem;font-weight:700;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.05em;pointer-events:none;box-shadow:0 2px 4px #ff6b6b4d;white-space:nowrap}.nav-link:hover{color:var(--primary)}.nav-link.active{color:var(--text-primary)}.nav-link.active:after{display:none}.nav-active-indicator{position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--primary);border-radius:var(--radius-full);box-shadow:0 0 10px var(--primary-glow)}.header-actions{display:flex;align-items:center;gap:var(--spacing-md)}.theme-toggle,.github-link{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:var(--radius-lg);color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border);transition:all var(--transition-normal);box-shadow:var(--shadow-sm)}.theme-toggle:hover,.github-link:hover{color:var(--primary);border-color:var(--primary);background:var(--bg-secondary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.theme-toggle svg{width:20px;height:20px}.mobile-menu-toggle{display:none;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:var(--radius-lg);color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border);transition:all var(--transition-normal);box-shadow:var(--shadow-sm);cursor:pointer}.mobile-menu-toggle:hover{color:var(--primary);border-color:var(--primary);background:var(--bg-secondary)}.hamburger-icon{display:flex;flex-direction:column;gap:4px}.hamburger-icon span{display:block;width:18px;height:2px;background:currentColor;border-radius:1px;transition:all var(--transition-fast)}.mobile-menu-toggle.open .hamburger-icon span:nth-child(1){transform:rotate(45deg) translate(4px,4px)}.mobile-menu-toggle.open .hamburger-icon span:nth-child(2){opacity:0}.mobile-menu-toggle.open .hamburger-icon span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}.mobile-nav{display:none;position:fixed;top:4.5rem;left:0;right:0;bottom:0;background:var(--bg-navbar);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);flex-direction:column;padding:var(--spacing-xl);z-index:99;opacity:0;visibility:hidden;transition:opacity var(--transition-normal),visibility var(--transition-normal)}.mobile-nav.open{opacity:1;visibility:visible}.mobile-nav-link{display:block;padding:var(--spacing-md) var(--spacing-lg);color:var(--text-secondary);font-weight:600;font-size:1.125rem;border-radius:var(--radius-md);transition:all var(--transition-fast);text-decoration:none}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--primary);background:var(--bg-tertiary)}@media(max-width:1024px){.nav{gap:var(--spacing-lg)}.nav-link{font-size:.875rem}.header-actions{gap:var(--spacing-sm)}.theme-toggle,.github-link{width:2.5rem;height:2.5rem}}@media(max-width:768px){.header-content{height:4rem}.logo{font-size:1.25rem}.logo-icon{font-size:1.5rem}.logo-text,.nav{display:none}.mobile-menu-toggle,.mobile-nav{display:flex}.theme-toggle,.github-link{width:2.25rem;height:2.25rem}.theme-toggle svg{width:16px;height:16px}.github-link svg{width:18px;height:18px}}@media(max-width:480px){.header-content{height:3.5rem}.logo{font-size:1.125rem}.logo-icon{font-size:1.375rem}.header-actions{gap:var(--spacing-xs)}.theme-toggle,.github-link,.mobile-menu-toggle{width:2rem;height:2rem}}.footer{margin-top:auto;background:var(--bg-secondary);border-top:1px solid var(--border);padding:var(--spacing-2xl) 0 var(--spacing-lg)}[data-theme=dark] .footer{background:linear-gradient(180deg,var(--bg-secondary) 0%,rgba(10,10,20,.98) 100%)}.footer-content{display:grid;grid-template-columns:1.2fr 2fr;gap:var(--spacing-2xl)}.footer-brand{max-width:320px}.footer-logo{font-size:1.5rem;font-weight:700;color:var(--text-primary);background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-tagline{margin-top:var(--spacing-md);color:var(--text-muted);font-size:.9rem;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-xl)}.footer-column{display:flex;flex-direction:column;gap:var(--spacing-sm)}.footer-column h4{font-size:.8rem;font-weight:600;color:var(--text-primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--spacing-xs);padding-bottom:var(--spacing-xs);border-bottom:2px solid var(--primary);display:inline-block}.footer-column a{color:var(--text-muted);font-size:.875rem;transition:all var(--transition-fast);display:flex;align-items:center;gap:var(--spacing-xs)}.footer-column a:hover{color:var(--primary);transform:translate(4px)}.footer-icon{font-size:.85rem}.footer-bottom{grid-column:1 / -1;padding-top:var(--spacing-xl);margin-top:var(--spacing-lg);border-top:1px solid var(--border)}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--spacing-md)}.footer-bottom p{color:var(--text-muted);font-size:.875rem}.footer-stats{display:flex;gap:var(--spacing-lg)}.footer-stats span{color:var(--text-muted);font-size:.8rem;padding:var(--spacing-xs) var(--spacing-sm);background:#ffffff0d;border-radius:var(--radius-sm);border:1px solid var(--border)}@media(max-width:992px){.footer-content{grid-template-columns:1fr}.footer-brand{max-width:none;text-align:center}.footer-links{grid-template-columns:repeat(2,1fr);justify-items:center}.footer-column{align-items:center}.footer-column h4{text-align:center}}@media(max-width:576px){.footer-links{grid-template-columns:1fr;gap:var(--spacing-lg)}.footer-bottom-content{flex-direction:column;text-align:center}.footer-stats{flex-wrap:wrap;justify-content:center}}.sidebar{width:280px;height:calc(100vh - 70px);background:var(--bg-card);border-right:1px solid var(--border);position:sticky;top:70px;overflow-y:auto;transition:width var(--transition-normal);display:flex;flex-direction:column;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;flex-shrink:0}.sidebar.collapsed{width:60px}.sidebar-header{padding:var(--spacing-md);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.sidebar-title{font-weight:700;font-size:1.1rem;color:var(--text-primary);white-space:nowrap;overflow:hidden;opacity:1;transition:opacity var(--transition-fast)}.sidebar.collapsed .sidebar-title{opacity:0;width:0}.toggle-btn{padding:var(--spacing-xs);border-radius:var(--radius-md);color:var(--text-secondary);background:transparent;display:flex;align-items:center;justify-content:center}.toggle-btn:hover{background:var(--bg-tertiary);color:var(--primary)}.sidebar-content{padding:var(--spacing-md);flex:1;overflow-x:hidden}.topic-group{margin-bottom:var(--spacing-sm)}.topic-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-sm);border-radius:var(--radius-md);color:var(--text-secondary);font-weight:500;cursor:pointer;transition:all var(--transition-fast);background:transparent;text-align:left}.topic-header:hover{background:var(--bg-tertiary);color:var(--text-primary)}.topic-header.active{color:var(--primary);background:var(--primary-light)}.topic-icon{display:flex}.topic-label{flex:1;margin-left:var(--spacing-sm);white-space:nowrap}.sidebar.collapsed .topic-label,.sidebar.collapsed .chevron{display:none}.sidebar.collapsed .topic-header{justify-content:center;padding:var(--spacing-sm) 0}.sidebar.collapsed .topic-icon{margin:0}.topic-list{margin-left:var(--spacing-lg);margin-top:var(--spacing-xs);display:flex;flex-direction:column;gap:var(--spacing-xs);border-left:2px solid var(--border);padding-left:var(--spacing-sm)}.sidebar.collapsed .topic-list{display:none}.topic-link{padding:var(--spacing-xs) var(--spacing-sm);color:var(--text-secondary);font-size:.9rem;border-radius:var(--radius-md);transition:all var(--transition-fast);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.topic-link:hover{color:var(--text-primary);background:var(--bg-tertiary);transform:translate(4px)}.topic-link.active{color:var(--primary);background:var(--bg-tertiary);font-weight:500;border-right:3px solid var(--primary)}.chevron{transition:transform var(--transition-normal)}.chevron.expanded{transform:rotate(180deg)}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-thumb{background:var(--border)}.mobile-sidebar-toggle{display:none;position:fixed;bottom:1.5rem;left:1.5rem;z-index:90;width:3rem;height:3rem;border-radius:var(--radius-full);background:linear-gradient(135deg,#369b6f,#247e58);color:#fff;border:none;box-shadow:0 4px 16px #369b6f66;cursor:pointer;align-items:center;justify-content:center;transition:all var(--transition-normal)}.mobile-sidebar-toggle:hover{transform:scale(1.1);box-shadow:0 6px 20px #369b6f80}.mobile-sidebar-toggle svg{width:20px;height:20px}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:95;opacity:0;visibility:hidden;transition:opacity var(--transition-normal),visibility var(--transition-normal)}.sidebar-overlay.open{opacity:1;visibility:visible}@media(max-width:768px){.sidebar{position:fixed;left:0;top:0;height:100vh;z-index:100;transform:translate(-100%);transition:transform var(--transition-normal);width:280px}.sidebar.mobile-open{transform:translate(0)}.mobile-sidebar-toggle{display:flex}.sidebar-overlay{display:block}}.chat-fab{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:#000;color:#fff;border:none;font-size:24px;cursor:pointer;box-shadow:0 4px 20px #0003;transition:all .3s cubic-bezier(.16,1,.3,1);z-index:1000;display:flex;align-items:center;justify-content:center}.chat-fab:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.chat-fab.open{transform:rotate(45deg);background:#1a1a1a}.chat-fab.dark{border:1px solid rgba(255,255,255,.15);box-shadow:0 4px 20px #0009}.chat-fab.dark:hover{border-color:#ffffff4d;box-shadow:0 8px 25px #000c}.chat-panel{position:fixed;bottom:96px;right:24px;width:380px;max-width:calc(100vw - 48px);height:600px;max-height:calc(100vh - 120px);background:#fff;border-radius:16px;box-shadow:0 12px 40px #00000026,0 0 0 1px #0000000d;display:flex;flex-direction:column;z-index:999;overflow:hidden;font-family:Inter,system-ui,-apple-system,sans-serif}.chat-panel.dark{background:#111827;box-shadow:0 12px 40px #0009,0 0 0 1px #ffffff1a;border:1px solid rgba(255,255,255,.1)}.chat-header-container{background:#fff;border-bottom:1px solid #f3f4f6;padding:0}.chat-panel.dark .chat-header-container{background:#1f2937;border-bottom-color:#374151}.chat-header{padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;flex-direction:column;gap:2px}.chat-header h3{margin:0;font-size:16px;font-weight:600;color:#111827;letter-spacing:-.01em}.chat-panel.dark .chat-header h3{color:#f9fafb}.provider-badge{font-size:11px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.chat-panel.dark .provider-badge{color:#9ca3af}.chat-header-actions{display:flex;gap:8px}.icon-btn{width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;font-size:16px}.chat-panel.dark .icon-btn{color:#9ca3af}.icon-btn:hover{background:#f3f4f6;color:#111827}.chat-panel.dark .icon-btn:hover{background:#374151;color:#f9fafb}.model-selector-bar{padding:0 20px 16px}.model-select{width:100%;padding:8px 40px 8px 12px;font-size:13px;border-radius:8px;border:1px solid #e5e7eb;background-color:#f9fafb;color:#374151;cursor:pointer;font-family:inherit;font-weight:500;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.chat-panel.dark .model-select{background-color:#1f293780;border-color:#4b5563;color:#e5e7eb;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e")}.model-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.chat-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:20px;background:#fff}.chat-panel.dark .chat-messages{background:#111827}.empty-state{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9ca3af;text-align:center;padding:40px}.empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.empty-state p{font-size:16px;font-weight:600;color:#374151;margin:0 0 8px}.chat-panel.dark .empty-state p{color:#d1d5db}.empty-subtitle{font-size:13px;color:#9ca3af}.message{display:flex;gap:12px;max-width:100%}.message.user{align-self:flex-end;flex-direction:row-reverse}.message-avatar{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.message.assistant .message-avatar{background:#eef2ff;color:#4f46e5}.chat-panel.dark .message.assistant .message-avatar{background:#312e81;color:#c7d2fe}.message.user .message-avatar{background:#111827;color:#fff}.chat-panel.dark .message.user .message-avatar{background:#e5e7eb;color:#111827}.message-content{padding:12px 16px;border-radius:12px;font-size:14px;line-height:1.6;white-space:pre-wrap;position:relative;max-width:100%;word-break:break-word}.message.assistant .message-content{background:#f3f4f6;color:#1f2937;border-top-left-radius:4px}.chat-panel.dark .message.assistant .message-content{background:#1f2937;color:#e5e7eb}.message.user .message-content{background:#2563eb;color:#fff;border-top-right-radius:4px}.chat-panel.dark .message.user .message-content{background:#3b82f6}.message-content.typing{font-style:italic;color:#6b7280;background:transparent!important;padding:0}.chat-input{padding:16px 20px;background:#fff;border-top:1px solid #f3f4f6;display:flex;align-items:flex-end;gap:10px}.chat-panel.dark .chat-input{background:#111827;border-top-color:#374151}.chat-input textarea{flex:1;padding:12px 16px;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;font-family:inherit;resize:none;max-height:120px;min-height:48px;background:#f9fafb;color:#1f2937;line-height:1.5;transition:all .2s}.chat-panel.dark .chat-input textarea{background:#1f2937;border-color:#374151;color:#f3f4f6}.chat-input textarea:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.chat-panel.dark .chat-input textarea:focus{background:#111827}.send-btn{width:44px;height:44px;border-radius:12px;background:#2563eb;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.send-btn:hover:not(:disabled){background:#1d4ed8}.send-btn:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.chat-panel.dark .send-btn:disabled{background:#374151;color:#6b7280}.chat-settings{position:absolute;inset:0;background:#fff;z-index:20;padding:24px;display:flex;flex-direction:column;border-radius:16px;animation:slideUp .3s cubic-bezier(.16,1,.3,1);overflow-y:auto}.chat-settings::-webkit-scrollbar{width:6px}.chat-settings::-webkit-scrollbar-track{background:transparent}.chat-settings::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:20px}.chat-panel.dark .chat-settings::-webkit-scrollbar-thumb{background-color:#374151}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.chat-panel.dark .chat-settings{background:#111827}.settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.settings-header h4{margin:0;font-size:20px;font-weight:600;color:#111827}.chat-panel.dark .settings-header h4{color:#f9fafb}.close-settings{background:transparent;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:8px;margin:-8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.close-settings:hover{background:#f3f4f6;color:#111827}.chat-panel.dark .close-settings:hover{background:#374151;color:#f9fafb}.chat-settings label{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.chat-settings label span{font-size:15px;font-weight:500;color:#374151}.chat-panel.dark .chat-settings label span{color:#d1d5db}.chat-settings input,.chat-settings select{padding:14px 16px;border:1px solid #e5e7eb;border-radius:10px;font-size:15px;background:#fff;color:#1f2937;width:100%;box-sizing:border-box}.chat-settings input:focus,.chat-settings select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.chat-panel.dark .chat-settings input,.chat-panel.dark .chat-settings select{background:#1f2937;border-color:#374151;color:#f3f4f6}.chat-settings input::placeholder{color:#9ca3af}.privacy-notice{margin-top:auto;margin-bottom:24px;font-size:13px;color:#6b7280;text-align:center;padding:16px;background:#f9fafb;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:8px;line-height:1.5}.chat-panel.dark .privacy-notice{background:#1f2937;color:#9ca3af}.save-btn{width:100%;padding:16px;background:#2563eb;color:#fff;border:none;border-radius:10px;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px -1px #2563eb1a,0 2px 4px -1px #2563eb0f}.save-btn:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 8px -1px #2563eb33,0 4px 6px -1px #2563eb1a}.save-btn:active{transform:translateY(0)}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:20px}.chat-panel.dark .chat-messages::-webkit-scrollbar-thumb{background-color:#374151}@media(max-width:480px){.chat-panel{width:100%;height:100%;max-width:none;max-height:none;inset:0;border-radius:0}.chat-fab{bottom:20px;right:20px}}.floating-code-container{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.floating-code-symbol{position:absolute;font-family:var(--font-mono);font-size:1.5rem;font-weight:600;color:var(--primary);pointer-events:none;-webkit-user-select:none;user-select:none;will-change:transform,opacity;text-shadow:0 0 20px var(--primary-glow)}.floating-code-symbol:nth-child(3n){color:#a855f7;text-shadow:0 0 20px rgba(168,85,247,.2)}.floating-code-symbol:nth-child(3n+1){color:#10b981;text-shadow:0 0 20px rgba(16,185,129,.2)}.floating-code-symbol:nth-child(3n+2){color:#3b82f6;text-shadow:0 0 20px rgba(59,130,246,.2)}.floating-code-symbol:nth-child(5n){font-size:2.5rem;font-weight:800}.floating-code-symbol:nth-child(7n){font-size:1rem;opacity:.4}[data-theme=dark] .floating-code-symbol{opacity:.6}.home{padding-bottom:var(--spacing-2xl);background:#fff;min-height:100vh}.hero{position:relative;padding:var(--spacing-2xl) 0;min-height:60vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(180deg,#fff,#f8fafc)}.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 10% 20%,rgba(34,197,94,.12) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(249,115,22,.1) 0%,transparent 40%);opacity:.8;z-index:-1}.hero-content{position:relative;width:100%}.hero-text{max-width:800px;margin:0 auto;text-align:center}.hero-title{font-size:4.5rem;font-weight:900;line-height:1.05;margin-bottom:var(--spacing-lg);color:#0f172a;letter-spacing:-.04em}.gradient-text{background:linear-gradient(135deg,#16a34a,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;color:var(--text-secondary);max-width:600px;margin:0 auto var(--spacing-2xl);line-height:1.6;font-weight:500;color:#475569}.hero-stats{display:flex;justify-content:center;gap:4rem;margin-top:var(--spacing-2xl)}.stat{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-xs)}.stat-value{font-size:2.5rem;font-weight:800;color:#16a34a;letter-spacing:-.02em}.stat-label{font-size:.8125rem;color:#64748b;text-transform:uppercase;font-weight:700;letter-spacing:.1em}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:var(--spacing-lg)}.category-card-link{text-decoration:none;color:inherit;display:block}.category-card{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-xl);text-align:center;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-lg);transition:all .3s ease;box-shadow:0 1px 3px #0000000d}.category-card:hover{border-color:#14b8a6;box-shadow:0 8px 24px #14b8a626;transform:translateY(-4px)}.category-icon{font-size:2.5rem;margin-bottom:var(--spacing-xs)}.category-name{font-size:1.125rem;font-weight:700;color:#0f172a}.category-count{font-size:.875rem;color:#64748b;font-weight:500}.problems-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:var(--spacing-xl)}.linked-list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:var(--spacing-xl)}.linked-list-card{display:flex;flex-direction:column;padding:var(--spacing-xl);background:linear-gradient(135deg,#f0fdf4,#e0f2fe);border:2px solid #86efac;border-radius:var(--radius-lg);transition:all .3s ease}.linked-list-card:hover{border-color:#22c55e;box-shadow:0 12px 24px #22c55e33;transform:translateY(-6px)}.card-header{display:flex;align-items:center;gap:var(--spacing-md);margin-bottom:var(--spacing-lg)}.card-icon{font-size:2rem}.card-title{margin:0;font-size:1.5rem;font-weight:700;color:var(--text-primary)}.card-description{margin:0 0 var(--spacing-xl) 0;color:var(--text-secondary);font-size:1rem;line-height:1.6;flex-grow:1;color:#475569}.card-meta{display:flex;gap:var(--spacing-sm);margin-bottom:var(--spacing-lg);align-items:center}.difficulty{padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.difficulty.easy{background:#dcfce7;color:#15803d;border:1px solid #86efac}.difficulty.medium{background:#fed7aa;color:#b45309;border:1px solid #fdba74}.complexity{margin-left:auto;padding:.35rem .75rem;background:#f0fdf4;color:#16a34a;border-radius:var(--radius-sm);font-size:.75rem;font-weight:700;font-family:var(--font-mono);border:1px solid #86efac}.card-link{display:flex;align-items:center;justify-content:center;padding:.875rem;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;border-radius:var(--radius-md);text-decoration:none;font-weight:700;font-size:.9375rem;transition:all var(--transition-normal);border:none}.card-link:hover{background:linear-gradient(135deg,#15803d,#16a34a);transform:translateY(-2px);box-shadow:0 8px 16px #22c55e4d}.hero-cta{display:flex;gap:var(--spacing-md);justify-content:center;margin-top:var(--spacing-xl)}.cta-btn{padding:.875rem 1.75rem;border-radius:var(--radius-md);font-weight:700;font-size:1rem;text-decoration:none;transition:all .3s ease}.cta-btn.primary{background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff}.cta-btn.primary:hover{background:linear-gradient(135deg,#15803d,#16a34a);transform:translateY(-2px);box-shadow:0 8px 16px #22c55e4d}.cta-btn.secondary{background:var(--bg-secondary);color:var(--text-primary);border:2px solid var(--border)}.cta-btn.secondary:hover{border-color:#22c55e;color:#16a34a}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--spacing-xl)}.about-card{padding:var(--spacing-xl);text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-lg);transition:all .3s ease;box-shadow:0 1px 3px #0000000d}.about-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #14b8a61a;border-color:#14b8a6}.about-icon{font-size:2.5rem;display:block;margin-bottom:var(--spacing-md)}.about-card h3{margin:0 0 var(--spacing-sm);font-size:1.25rem;font-weight:700;color:#0f172a}.about-card p{margin:0;color:#64748b;line-height:1.6;font-size:.95rem}.topics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--spacing-lg)}.topic-link{text-decoration:none}.topic-card{padding:var(--spacing-xl);text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-lg);transition:all .3s ease;cursor:pointer;box-shadow:0 1px 3px #0000000d}.topic-card:hover{border-color:#14b8a6;box-shadow:0 8px 24px #14b8a61a;transform:translateY(-4px)}.topic-icon{font-size:2rem;display:block;margin-bottom:var(--spacing-sm)}.topic-card h3{margin:0 0 var(--spacing-xs);font-size:1rem;font-weight:700;color:#0f172a}.topic-card p{margin:0;color:#64748b;font-size:.85rem}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--spacing-xl)}.step-card{text-align:center;padding:var(--spacing-xl)}.step-number{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;font-size:1.5rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto var(--spacing-md)}.step-card h3{margin:0 0 var(--spacing-sm);font-size:1.125rem;font-weight:700;color:var(--text-primary)}.step-card p{margin:0;color:#475569;font-size:.95rem;line-height:1.5}@media(max-width:992px){.hero-title{font-size:3.5rem}}@media(max-width:768px){.hero{padding:var(--spacing-xl) 0;min-height:auto}.hero-title{font-size:2.75rem}.hero-subtitle{font-size:1.125rem}.hero-stats{gap:var(--spacing-xl);flex-wrap:wrap}.stat-value{font-size:2rem}.hero-cta{flex-direction:column;align-items:center}.categories-grid{grid-template-columns:repeat(2,1fr)}.problems-grid,.linked-list-grid,.about-grid,.topics-grid,.steps-grid{grid-template-columns:1fr}}@media(max-width:480px){.categories-grid{grid-template-columns:1fr}}[data-theme=dark] .home{background:linear-gradient(180deg,#0f172a,#1e293b,#0f172a)}[data-theme=dark] .hero{background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a)}[data-theme=dark] .hero-bg{background:radial-gradient(circle at 10% 20%,rgba(34,197,94,.15) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(14,165,233,.15) 0%,transparent 40%)}[data-theme=dark] .hero-title{color:#f8fafc;text-shadow:0 2px 4px rgba(0,0,0,.3)}[data-theme=dark] .hero-subtitle{color:#94a3b8}[data-theme=dark] .stat-value{color:#4ade80}[data-theme=dark] .stat-label{color:#94a3b8}[data-theme=dark] .category-card{background:linear-gradient(135deg,#22c55e1a,#0ea5e91a);border-color:#22c55e4d}[data-theme=dark] .category-card:hover{border-color:#22c55e;box-shadow:0 8px 16px #22c55e33}[data-theme=dark] .category-name{color:#4ade80}[data-theme=dark] .category-count{color:#94a3b8}[data-theme=dark] .about-card{background:linear-gradient(135deg,#22c55e1a,#0ea5e91a);border-color:#22c55e4d}[data-theme=dark] .about-card:hover{box-shadow:0 8px 16px #22c55e33}[data-theme=dark] .about-card h3{color:#f8fafc}[data-theme=dark] .about-card p{color:#94a3b8}[data-theme=dark] .topic-card{background:linear-gradient(135deg,#f59e0b26,#fbbf241a);border-color:#f59e0b4d}[data-theme=dark] .topic-card:hover{border-color:#f59e0b;box-shadow:0 8px 16px #f59e0b33}[data-theme=dark] .topic-card h3{color:#fbbf24}[data-theme=dark] .topic-card p{color:#d97706}[data-theme=dark] .step-card h3{color:#f8fafc}[data-theme=dark] .step-card p{color:#94a3b8}[data-theme=dark] .cta-btn.secondary{background:#1e293bcc;border-color:#47556980;color:#f8fafc}[data-theme=dark] .cta-btn.secondary:hover{border-color:#22c55e;color:#4ade80}.approach-tabs{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow-md)}.tabs-header{display:flex;gap:var(--spacing-sm);padding:var(--spacing-md);background:var(--bg-tertiary);border-bottom:1px solid var(--border);overflow-x:auto}.tab-btn{padding:.625rem 1.5rem;background:var(--bg-card);color:var(--text-secondary);border-radius:var(--radius-lg);font-weight:800;font-size:.875rem;white-space:nowrap;transition:all var(--transition-normal);border:1px solid var(--border);box-shadow:var(--shadow-sm);cursor:pointer}.tab-btn:hover:not(.active){color:var(--primary);border-color:var(--primary);background:var(--bg-secondary);transform:translateY(-1px)}.tab-btn.active{background:linear-gradient(135deg,var(--primary) 0%,#6366f1 100%);color:var(--text-inverse);border-color:transparent;box-shadow:0 4px 15px var(--primary-glow)}.tab-content{padding:var(--spacing-xl)}.complexity-badges{display:flex;gap:var(--spacing-lg);margin-bottom:var(--spacing-xl)}.complexity-badge{display:flex;flex-direction:column;gap:var(--spacing-xs);padding:.75rem 1.25rem;background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border);flex:1}.complexity-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-weight:800}.complexity-value{font-family:var(--font-mono);font-size:1rem;font-weight:700;color:var(--primary)}.approach-section{margin-bottom:var(--spacing-xl)}.approach-section:last-child{margin-bottom:0}.approach-section h4{font-size:1.125rem;font-weight:800;color:var(--text-primary);margin-bottom:var(--spacing-sm);letter-spacing:-.01em}.approach-section p{color:var(--text-secondary);line-height:1.7;font-size:1rem}@media(max-width:640px){.tabs-header{flex-wrap:nowrap;-webkit-overflow-scrolling:touch;padding:var(--spacing-sm)}.tab-btn{padding:.5rem 1rem;font-size:.8125rem}.complexity-badges{flex-direction:column;gap:var(--spacing-sm)}}.code-block{border-radius:8px;overflow:hidden;background-color:#011627;font-family:Fira Code,monospace;font-size:.9rem;position:relative;border:1px solid rgba(255,255,255,.1)}.code-block-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background-color:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.1)}.code-language{color:#89ddff;font-size:.8rem;text-transform:uppercase;font-weight:600}.code-title{color:#d6deeb;font-size:.8rem}.copy-btn{background:transparent;border:1px solid rgba(255,255,255,.2);color:#d6deeb;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;cursor:pointer;transition:all .2s}.copy-btn:hover{background:#ffffff1a;border-color:#fff6}pre{margin:0;padding:1rem;overflow-x:auto}.token-line{line-height:1.5;height:1.5em}.line-number{display:inline-block;width:2em;-webkit-user-select:none;user-select:none;opacity:.3;text-align:right;margin-right:1.5em;color:#d6deeb}.synced-code-visualizer{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow-lg);transition:all var(--transition-normal)}.visualizer-title{margin:0;font-size:1.5rem;font-weight:800;text-align:center;letter-spacing:-.01em;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.visualizer-container{display:flex;gap:0;min-height:550px;height:calc(100vh - 400px);max-height:800px}.panel-resizer{width:12px;cursor:col-resize;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s ease;position:relative;z-index:10}.panel-resizer:hover,.panel-resizer:active{background:#3b82f61a}.resizer-handle{width:4px;height:40px;border-radius:4px;background:#64748b66;transition:all .2s ease}.panel-resizer:hover .resizer-handle,.panel-resizer:active .resizer-handle{background:#3b82f6;height:60px}[data-theme=dark] .resizer-handle{background:#94a3b84d}[data-theme=dark] .panel-resizer:hover .resizer-handle,[data-theme=dark] .panel-resizer:active .resizer-handle{background:#4fd1c5}.code-panel{display:flex;flex-direction:column;border-radius:var(--radius-md);overflow:hidden;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}:root .code-panel,[data-theme=light] .code-panel{background:linear-gradient(145deg,#fffffff2,#f8fafce6);border:1px solid rgba(59,130,246,.2);box-shadow:0 4px 20px #3b82f614,0 1px 3px #0000000d,inset 0 1px #ffffffe6}[data-theme=dark] .code-panel{background:linear-gradient(145deg,#0f172af2,#1e293be6);border:1px solid rgba(79,209,197,.25);box-shadow:0 4px 20px #0000004d,0 1px 3px #0003,inset 0 1px #ffffff0d}.code-header{display:flex;justify-content:space-between;align-items:center;padding:.625rem 1rem;border-bottom:1px solid var(--border)}:root .code-header,[data-theme=light] .code-header{background:linear-gradient(135deg,#3b82f614,#f59e0b0d)}[data-theme=dark] .code-header{background:linear-gradient(135deg,#4fd1c51a,#6366f114)}.code-label{font-weight:700;color:var(--text-primary);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.language-badge{padding:.2rem .5rem;border-radius:var(--radius-sm);font-size:.65rem;font-weight:700;text-transform:uppercase}:root .language-badge,[data-theme=light] .language-badge{background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;box-shadow:0 2px 8px #3b82f64d}[data-theme=dark] .language-badge{background:linear-gradient(135deg,#4fd1c5,#6366f1);color:#0f172a;box-shadow:0 2px 8px #4fd1c54d}.code-content{flex:1;overflow-y:auto;padding:.5rem 0;font-family:var(--font-mono);font-size:.75rem;line-height:1.3}.code-line{display:flex;align-items:flex-start;gap:.4rem;padding:.2rem .5rem;transition:all var(--transition-fast);cursor:pointer;border-left:2px solid transparent}.code-line:hover{background-color:var(--bg-secondary)}:root .code-line.active,[data-theme=light] .code-line.active{background:linear-gradient(90deg,#3b82f626,#3b82f60d);border-left-color:#3b82f6}[data-theme=dark] .code-line.active{background:linear-gradient(90deg,#4fd1c533,#4fd1c50d);border-left-color:#4fd1c5}.line-number{display:inline-block;min-width:1.25rem;text-align:right;color:var(--text-muted);-webkit-user-select:none;user-select:none;font-weight:600;font-size:.7rem}.line-code{flex:1;color:var(--text-primary);white-space:pre-wrap;word-break:break-word;font-weight:500;font-size:.75rem}.line-description{display:inline-block;margin-left:.5rem;padding:.15rem .4rem;background:var(--medium-bg);color:var(--medium);font-size:.625rem;border-radius:var(--radius-sm);font-weight:700;text-transform:uppercase;white-space:nowrap}.visualization-panel{flex:1;display:flex;flex-direction:column;border-radius:var(--radius-md);overflow:hidden;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);min-width:0}:root .visualization-panel,[data-theme=light] .visualization-panel{background:linear-gradient(145deg,#fffffff2,#f8fafce6);border:1px solid rgba(59,130,246,.2);box-shadow:0 4px 20px #3b82f614,0 1px 3px #0000000d,inset 0 1px #ffffffe6}[data-theme=dark] .visualization-panel{background:linear-gradient(145deg,#0f172af2,#1e293be6);border:1px solid rgba(79,209,197,.25);box-shadow:0 4px 20px #0000004d,0 1px 3px #0003,inset 0 1px #ffffff0d}.visualization-header{display:flex;justify-content:space-between;align-items:center;padding:.625rem 1rem;border-bottom:1px solid var(--border)}:root .visualization-header,[data-theme=light] .visualization-header{background:linear-gradient(135deg,#3b82f614,#f59e0b0d)}[data-theme=dark] .visualization-header{background:linear-gradient(135deg,#4fd1c51a,#6366f114)}.visualization-label{font-weight:700;color:var(--text-primary);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.step-counter{padding:.2rem .5rem;border-radius:var(--radius-sm);font-size:.7rem;font-weight:700}:root .step-counter,[data-theme=light] .step-counter{background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;box-shadow:0 2px 6px #3b82f640}[data-theme=dark] .step-counter{background:linear-gradient(135deg,#4fd1c5,#6366f1);color:#0f172a;box-shadow:0 2px 6px #4fd1c540}.visualization-content{flex:1;display:flex;flex-direction:column;align-items:stretch;justify-content:center;padding:1.5rem;overflow:auto;width:100%;min-height:300px}.visualization-content canvas{width:100%;max-width:100%;height:auto}.visualizer-controls{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.25rem 2rem;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;border:1px solid rgba(255,255,255,.15);flex-wrap:wrap;box-shadow:0 8px 32px #0000001a,inset 0 1px #ffffff1a}.control-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#64748b33,#4755694d);color:var(--text-primary);border:1px solid rgba(148,163,184,.3);border-radius:12px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;min-width:100px;box-shadow:0 4px 12px #0000001a,inset 0 1px #ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.control-btn:hover:not(:disabled){background:linear-gradient(135deg,#3b82f64d,#6366f166);border-color:#6366f180;color:var(--text-primary);transform:translateY(-3px);box-shadow:0 8px 24px #6366f140,inset 0 1px #fff3}.control-btn:active:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #6366f133}.control-btn:disabled{opacity:.4;cursor:not-allowed;filter:grayscale(.3)}.control-btn.icon-btn{min-width:48px;width:48px;height:48px;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center}.control-btn.icon-btn svg{flex-shrink:0}.control-btn.play-btn{background:linear-gradient(135deg,#059669,#10b981,#34d399);color:#fff;width:56px;height:56px;padding:0;border-radius:50%;font-size:1rem;font-weight:700;border:none;box-shadow:0 6px 20px #10b98166,inset 0 2px #fff3;display:flex;align-items:center;justify-content:center}.control-btn.play-btn:hover:not(:disabled){background:linear-gradient(135deg,#047857,#059669,#10b981);box-shadow:0 8px 28px #10b98180,inset 0 2px #ffffff40;transform:translateY(-4px) scale(1.02);color:#fff}.control-btn.play-btn.playing{background:linear-gradient(135deg,#d97706,#f59e0b,#fbbf24);box-shadow:0 6px 20px #f59e0b66,inset 0 2px #fff3}.control-btn.play-btn.playing:hover:not(:disabled){background:linear-gradient(135deg,#b45309,#d97706,#f59e0b);box-shadow:0 8px 28px #f59e0b80,inset 0 2px #ffffff40}.speed-control{display:flex;align-items:center;gap:.75rem;margin-left:auto;padding:.5rem 1rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.speed-control label{color:var(--text-secondary);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.speed-control input[type=range]{width:100px;height:6px;background:linear-gradient(90deg,#6366f14d,#a855f74d);border-radius:10px;appearance:none;cursor:pointer}.speed-control input[type=range]::-webkit-slider-thumb{appearance:none;width:18px;height:18px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;border:3px solid white;box-shadow:0 2px 8px #6366f166;transition:all .2s ease}.speed-control input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 4px 12px #6366f180}:root .visualizer-controls,[data-theme=light] .visualizer-controls{background:linear-gradient(135deg,#3b82f61a,#f59e0b0f);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-color:#3b82f633;box-shadow:0 8px 32px #0000000f,inset 0 1px #fff9}:root .control-btn,[data-theme=light] .control-btn{background:linear-gradient(135deg,#ffffffe6,#f1f5f9e6);border-color:#94a3b866;color:#334155;box-shadow:0 4px 12px #00000014,inset 0 1px #fff}:root .control-btn:hover:not(:disabled),[data-theme=light] .control-btn:hover:not(:disabled){background:linear-gradient(135deg,#3b82f626,#6366f133);border-color:#6366f166;color:#4338ca}:root .speed-control,[data-theme=light] .speed-control{background:#fff9;border-color:#94a3b84d}[data-theme=dark] .visualizer-controls{background:linear-gradient(135deg,#4fd1c51a,#6366f114);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(79,209,197,.25);box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff0d}[data-theme=dark] .control-btn{background:linear-gradient(135deg,#475569e6,#334155f2);border:2px solid rgba(148,163,184,.5);color:#f1f5f9;box-shadow:0 4px 12px #0000004d,inset 0 1px #ffffff1a}[data-theme=dark] .control-btn:hover:not(:disabled){background:linear-gradient(135deg,#6366f180,#8b5cf699);border-color:#a78bfacc;color:#fff;box-shadow:0 6px 20px #8b5cf666,inset 0 1px #ffffff26}[data-theme=dark] .control-btn.icon-btn{border-color:#94a3b899}[data-theme=dark] .control-btn.play-btn{border:2px solid rgba(16,185,129,.6);box-shadow:0 6px 24px #10b98180,inset 0 2px #ffffff26}[data-theme=dark] .control-btn.play-btn.playing{border-color:#f59e0b99;box-shadow:0 6px 24px #f59e0b80,inset 0 2px #ffffff26}[data-theme=dark] .speed-control{background:#334155cc;border:1px solid rgba(148,163,184,.4)}@media(max-width:1024px){.visualizer-container{flex-direction:column;min-height:auto;height:auto;max-height:none;gap:1rem}.code-panel{flex:0 0 auto!important;max-height:350px;min-height:200px}.visualization-panel{flex:0 0 auto!important;min-height:300px}.panel-resizer{display:none}.speed-control{margin-left:0;width:100%;justify-content:center}}@media(max-width:768px){.synced-code-visualizer{padding:1rem;gap:1rem}.visualizer-title{font-size:1.25rem}.visualizer-container{gap:.75rem}.code-panel{max-height:280px;min-height:150px}.visualization-panel{min-height:250px}.code-header,.visualization-header{padding:.5rem .75rem}.code-content{font-size:.75rem}.code-line{padding:.25rem .75rem;gap:.5rem}.visualization-content{padding:1rem;min-height:200px;overflow-x:auto;overflow-y:auto}.visualizer-controls{flex-wrap:wrap;padding:1rem;gap:.5rem}.control-btn{width:40px;height:40px;font-size:1rem}.control-btn.icon-btn{width:40px;height:40px}.control-btn.play-btn{width:48px;height:48px}.speed-control{width:100%;justify-content:center;margin-top:.5rem}.speed-control input[type=range]{width:80px}}@media(max-width:480px){.synced-code-visualizer{padding:.75rem;gap:.75rem}.visualizer-title{font-size:1.1rem}.code-panel{max-height:220px;min-height:120px}.visualization-panel{min-height:200px}.code-header,.visualization-header{padding:.4rem .6rem}.code-label,.visualization-label{font-size:.65rem}.language-badge,.step-counter{font-size:.55rem;padding:.15rem .35rem}.code-content{font-size:.7rem;padding:.5rem 0}.code-line{padding:.2rem .5rem;gap:.35rem}.line-number{font-size:.65rem;min-width:1.25rem}.visualization-content{padding:.75rem;min-height:150px}.visualizer-controls{padding:.75rem;gap:.4rem;border-radius:12px}.control-btn{width:36px;height:36px;min-width:36px;font-size:.9rem;padding:0}.control-btn.icon-btn{width:36px;height:36px}.control-btn.icon-btn svg{width:16px;height:16px}.control-btn.play-btn{width:44px;height:44px}.control-btn.play-btn svg{width:18px;height:18px}.speed-control{padding:.35rem .6rem;gap:.5rem}.speed-control label{font-size:.7rem}.speed-control input[type=range]{width:60px;height:4px}.speed-control input[type=range]::-webkit-slider-thumb{width:14px;height:14px}}[data-theme=dark] .visualization-panel{background:#0f172ae6;border-color:#64748b66}[data-theme=dark] .visualization-header{background:#1e293bcc;border-color:#64748b4d}[data-theme=dark] .visualization-content{background:#0f172a99}[data-theme=dark] .visualization-content canvas{border:1px solid rgba(100,116,139,.3);border-radius:var(--radius-md)}.zoomable-canvas-wrapper{position:relative;width:100%;height:100%;display:flex;flex-direction:column}.zoomable-canvas-container{flex:1;width:100%;min-height:0;overflow:auto;border-radius:8px;display:flex;align-items:center;justify-content:center}.zoomable-canvas-content{transition:transform .1s ease-out;transform-origin:center center;display:flex;align-items:center;justify-content:center;padding:2rem;width:fit-content;height:fit-content;min-width:100%;min-height:100%;box-sizing:border-box}.zoomable-canvas-controls{position:absolute;bottom:8px;right:8px;display:flex;flex-direction:row;align-items:center;gap:6px;z-index:10;padding:4px 8px;border-radius:6px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@media(max-width:480px){.zoomable-canvas-controls{bottom:8px;right:8px;padding:3px 6px;gap:4px}.zoomable-canvas-controls .zoom-btn{width:26px;height:26px;font-size:.9rem}.zoomable-canvas-controls .zoom-level{font-size:.55rem;min-width:28px}}:root .zoomable-canvas-controls,[data-theme=light] .zoomable-canvas-controls{background:#ffffffe6;border:1px solid rgba(59,130,246,.2);box-shadow:0 2px 8px #00000014}[data-theme=dark] .zoomable-canvas-controls{background:#0f172ae6;border:1px solid rgba(79,209,197,.25);box-shadow:0 2px 8px #00000040}.zoomable-canvas-controls .zoom-btn{width:28px;height:28px;border-radius:5px;border:none;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}:root .zoomable-canvas-controls .zoom-btn,[data-theme=light] .zoomable-canvas-controls .zoom-btn{background:#3b82f61a;color:#3b82f6}:root .zoomable-canvas-controls .zoom-btn:hover,[data-theme=light] .zoomable-canvas-controls .zoom-btn:hover{background:#3b82f633;color:#2563eb}[data-theme=dark] .zoomable-canvas-controls .zoom-btn{background:#4fd1c526;color:#4fd1c5}[data-theme=dark] .zoomable-canvas-controls .zoom-btn:hover{background:#4fd1c540;color:#5eead4}.zoomable-canvas-controls .zoom-btn:active{transform:scale(.95)}.zoomable-canvas-controls .zoom-btn.zoom-reset{font-size:.85rem}.zoomable-canvas-controls .zoom-level{font-size:.65rem;min-width:36px;text-align:center;font-weight:600;padding:0 4px}:root .zoomable-canvas-controls .zoom-level,[data-theme=light] .zoomable-canvas-controls .zoom-level{color:#475569}[data-theme=dark] .zoomable-canvas-controls .zoom-level{color:#94a3b8}.two-sum-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.input-controls{display:flex;gap:1rem;padding:1rem 1.25rem;border-radius:12px;flex-wrap:wrap;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}:root .input-controls,[data-theme=light] .input-controls{background:linear-gradient(135deg,#ffffffe6,#f8fafcd9);border:1px solid rgba(59,130,246,.2);box-shadow:0 4px 15px #3b82f614,inset 0 1px #ffffffe6}[data-theme=dark] .input-controls{background:linear-gradient(135deg,#0f172ae6,#1e293bd9);border:1px solid rgba(79,209,197,.25);box-shadow:0 4px 15px #0003,inset 0 1px #ffffff08}.input-group label{font-weight:600;font-size:.875rem;white-space:nowrap}:root .input-group label,[data-theme=light] .input-group label{color:#1f477c}.input-group input{padding:.5rem .75rem;border-radius:8px;font-size:.875rem;font-family:Fira Code,Courier New,monospace;min-width:150px;transition:all .2s ease}:root .input-group input,[data-theme=light] .input-group input{background:#fffc;border:1px solid rgba(59,130,246,.25);color:#1e293b}[data-theme=dark] .input-group input{background:#0f172acc;border:1px solid rgba(79,209,197,.3);color:#e2e8f0}.input-group input:focus{outline:none}:root .input-group input:focus,[data-theme=light] .input-group input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}[data-theme=dark] .input-group input:focus{border-color:#4fd1c5;box-shadow:0 0 0 3px #4fd1c526}.two-sum-visualization{display:flex;flex-direction:column;gap:1.5rem;width:100%}.array-section{display:flex;flex-direction:column;gap:.75rem}.array-section h4{margin:0;color:#cbd5e1;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.array-display{display:flex;gap:.75rem;flex-wrap:wrap}.array-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem;background:#22c55e33;border:2px solid rgba(34,197,94,.4);border-radius:8px;min-width:60px;text-align:center;transition:all .3s ease}.array-item.current{border-color:#22c55ecc;box-shadow:0 0 12px #22c55e66}.array-value{font-size:1.25rem;font-weight:700;color:#86efac}.array-index{font-size:.75rem;color:#94a3b8;font-weight:500}.info-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f973161a;border:1px solid rgba(249,115,22,.3);border-radius:6px}.info-value{color:#fb923c;font-weight:700;font-size:1rem;font-family:Courier New,monospace}.hashmap-section{display:flex;flex-direction:column;gap:.75rem}.hashmap-section h4{margin:0;color:#cbd5e1;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.hashmap-display{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:#22c55e0d;border:1px solid rgba(34,197,94,.2);border-radius:6px;min-height:60px}.empty-state{color:#64748b;font-style:italic;font-size:.875rem;display:flex;align-items:center;justify-content:center;height:60px}.hashmap-entry{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#22c55e1a;border-radius:4px;font-family:Courier New,monospace;font-size:.875rem;transition:all .3s ease}.hashmap-entry.match{background:#22c55e4d;border:1px solid rgba(34,197,94,.6);box-shadow:0 0 8px #22c55e4d}.hashmap-key{color:#86efac;font-weight:700}.hashmap-arrow{color:#64748b;margin:0 .25rem}.hashmap-value{color:#a7f3d0;font-weight:600}.result-section{display:flex;align-items:center;gap:1rem;padding:1rem;background:#22c55e26;border:2px solid rgba(34,197,94,.5);border-radius:8px;justify-content:center}.result-label{color:#86efac;font-weight:700;font-size:1rem}.result-value{color:#86efac;font-weight:700;font-size:1.25rem;font-family:Courier New,monospace;background:#22c55e33;padding:.5rem 1rem;border-radius:4px}.status-section{display:flex;align-items:center;justify-content:center;padding:.75rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:6px}.status-text{color:#86efac;font-size:.875rem;font-weight:500}@media(max-width:768px){.array-display{gap:.5rem}.array-item{min-width:50px;padding:.5rem}.array-value{font-size:1.25rem}.input-controls{flex-direction:column}.input-group{width:100%}.input-group input{flex:1}}:root .array-section h4,[data-theme=light] .array-section h4{color:#1f477c}:root .array-item,[data-theme=light] .array-item{background:#2d7d4626;border-color:#2d7d4666}:root .array-item.current,[data-theme=light] .array-item.current{border-color:#2d7d46;box-shadow:0 0 12px #2d7d4659}:root .array-value,[data-theme=light] .array-value{color:#1e6a4a}:root .array-index,[data-theme=light] .array-index{color:#64748b}:root .info-item,[data-theme=light] .info-item{background:#bd8a5626;border-color:#bd8a5666}:root .info-value,[data-theme=light] .info-value{color:#bd8a56}:root .hashmap-section h4,[data-theme=light] .hashmap-section h4{color:#1f477c}:root .hashmap-display,[data-theme=light] .hashmap-display{background:#2d7d4614;border-color:#2d7d4640}:root .hashmap-entry,[data-theme=light] .hashmap-entry{background:#2d7d4626}:root .hashmap-entry.match,[data-theme=light] .hashmap-entry.match{background:#2d7d4640;border-color:#2d7d46}:root .hashmap-key,[data-theme=light] .hashmap-key{color:#1e6a4a}:root .hashmap-value,[data-theme=light] .hashmap-value{color:#247e58}:root .result-section,[data-theme=light] .result-section{background:#2d7d461f;border-color:#2d7d46}:root .result-label,[data-theme=light] .result-label{color:#1e6a4a}:root .result-value,[data-theme=light] .result-value{color:#1e6a4a;background:#2d7d4633}:root .status-section,[data-theme=light] .status-section{background:#2d7d461a;border-color:#2d7d464d}:root .status-text,[data-theme=light] .status-text{color:#1e6a4a}:root .empty-state,[data-theme=light] .empty-state{color:#64748b}._problem-page_1xt0h_1{padding:var(--spacing-lg) 0 var(--spacing-2xl)}._container_1xt0h_11{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_1xt0h_23{display:flex;align-items:center;gap:var(--spacing-sm);margin-bottom:var(--spacing-xl);font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1xt0h_23 a{background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1xt0h_23 a:hover{color:var(--primary)}._breadcrumb_1xt0h_23 span{color:var(--text-muted)}._breadcrumb_1xt0h_23 span:last-child{color:var(--text-secondary)}._problem-header_1xt0h_91{margin-bottom:var(--spacing-xl);background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_1xt0h_109{display:flex;align-items:center;gap:var(--spacing-md);margin-bottom:var(--spacing-sm)}._problem-title-row_1xt0h_109 h1{font-size:2rem;font-weight:700;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-meta_1xt0h_143{display:flex;gap:var(--spacing-md);color:var(--text-muted);font-size:.875rem}._meta-item_1xt0h_157{display:flex;align-items:center;gap:var(--spacing-xs)}._problem-section_1xt0h_169{margin-bottom:var(--spacing-2xl)}._problem-section_1xt0h_169 h2{font-size:1.25rem;font-weight:600;margin-bottom:var(--spacing-lg);background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-statement_1xt0h_201{padding:var(--spacing-lg)}._problem-statement_1xt0h_201 p{color:var(--text-secondary);line-height:1.8;margin-bottom:var(--spacing-md)}._problem-statement_1xt0h_201 code{background:var(--primary-light);color:var(--primary);padding:.125rem .375rem;border-radius:var(--radius-sm);font-size:.9em}._examples_1xt0h_237{margin-top:var(--spacing-lg)}._example_1xt0h_237{margin-bottom:var(--spacing-md)}._example_1xt0h_237 h4{font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:var(--spacing-sm)}._example_1xt0h_237 pre{background:var(--bg-tertiary);padding:var(--spacing-md);border-radius:var(--radius-md);font-family:var(--font-mono);font-size:.875rem;line-height:1.6;color:var(--text-secondary);overflow-x:auto}._constraints_1xt0h_289{margin-top:var(--spacing-lg);padding-top:var(--spacing-lg);border-top:1px solid var(--border)}._constraints_1xt0h_289 h4{font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:var(--spacing-sm)}._constraints_1xt0h_289 ul{list-style:disc;padding-left:var(--spacing-lg)}._constraints_1xt0h_289 li{color:var(--text-secondary);font-size:.875rem;line-height:1.7}._animation-toggle_1xt0h_337{display:flex;gap:var(--spacing-sm);margin-bottom:var(--spacing-md)}._toggle-btn_1xt0h_349{padding:var(--spacing-sm) var(--spacing-lg);background:var(--bg-tertiary);color:var(--text-secondary);border-radius:var(--radius-md);font-weight:500;font-size:.875rem;transition:all var(--transition-fast)}._toggle-btn_1xt0h_349:hover{background:var(--border-hover);color:var(--text-primary)}._toggle-btn_1xt0h_349._active_1xt0h_379{background:var(--primary);color:#fff}@media(max-width:768px){._problem-title-row_1xt0h_109 h1{font-size:1.5rem}._problem-meta_1xt0h_143{flex-wrap:wrap}}@media(max-width:768px){._container_1xt0h_11{padding:0 .5rem}}.three-sum-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.three-sum-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.three-sum-canvas{display:block;border-radius:8px}:root .three-sum-canvas,[data-theme=light] .three-sum-canvas{background:#ffffff80;border:1px solid rgba(59,130,246,.15)}[data-theme=dark] .three-sum-canvas{background:#0f172a66;border:1px solid rgba(79,209,197,.2)}.triplets-found{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:8px}.triplets-found h5{width:100%;margin:0 0 .5rem;font-size:.875rem;font-weight:600}:root .triplets-found h5,[data-theme=light] .triplets-found h5{color:#16a34a}[data-theme=dark] .triplets-found h5{color:#86efac}.triplet-badge{display:inline-flex;padding:.4rem .75rem;background:#22c55e33;border:1px solid rgba(34,197,94,.5);border-radius:6px;font-family:Courier New,monospace;font-size:.875rem;font-weight:600}:root .triplet-badge,[data-theme=light] .triplet-badge{color:#16a34a}[data-theme=dark] .triplet-badge{color:#86efac}.contains-duplicate-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.contains-duplicate-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.step-description.complete{background:linear-gradient(135deg,#ef444433,#f59e0b33);border-color:#ef444480}.contains-duplicate-canvas{display:block;width:100%;height:auto;border-radius:6px;background:#0620144d}.complete-section{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#ef444426;border:2px solid rgba(239,68,68,.5);border-radius:8px;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease}.complete-text{color:#fca5a5;font-weight:700;font-size:1rem}:root .step-description,[data-theme=light] .step-description{background:linear-gradient(135deg,#2d7d4626,#3b82f61a);border-color:#2d7d464d}:root .step-description.complete,[data-theme=light] .step-description.complete{background:linear-gradient(135deg,#dc262626,#ea580c26);border-color:#dc262666}:root .d3-visualization-container,[data-theme=light] .d3-visualization-container{background:#2d7d4614;border-color:#2d7d4640}:root .contains-duplicate-canvas,[data-theme=light] .contains-duplicate-canvas{background:#ffffff80}:root .info-item.orange,[data-theme=light] .info-item.orange{background:#bd8a5626;border-color:#bd8a5666}:root .info-item.orange .info-value,[data-theme=light] .info-item.orange .info-value{color:#bd8a56}:root .info-item.green,[data-theme=light] .info-item.green{background:#2d7d4626;border-color:#2d7d4666}:root .complete-section,[data-theme=light] .complete-section{background:#dc26261f;border-color:#dc2626}:root .complete-text,[data-theme=light] .complete-text{color:#dc2626}[data-theme=dark] .contains-duplicate-canvas{background:#0f172a99;border:1px solid rgba(100,116,139,.3)}[data-theme=dark] .info-box{background:#1e293b99;border-color:#64748b4d}� � �._problem-page_1gxvv_1{padding:2rem 0}._container_1gxvv_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_1gxvv_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1gxvv_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1gxvv_21 a:hover{color:#22c55e}._breadcrumb_1gxvv_21 span{color:#64748b}._problem-header_1gxvv_83{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_1gxvv_101{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_1gxvv_101 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_1gxvv_135{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_1gxvv_151{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.4)}._problem-meta_1gxvv_163{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_1gxvv_175{color:#94a3b8;font-size:.875rem}._problem-section_1gxvv_185{margin-bottom:2rem}._problem-section_1gxvv_185 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_1gxvv_211{padding:1.5rem}._examples_1gxvv_229 h4{margin:0 0 .75rem;color:var(--text-primary)}._example_1gxvv_229{padding:1rem;background:var(--bg-secondary);border-radius:8px;color:var(--text-secondary);font-family:Fira Code,monospace;font-size:.875rem;line-height:1.8}._key-points_1gxvv_263 h4{margin:0 0 .75rem;color:var(--text-primary)}._key-points_1gxvv_263 ul{margin:0;padding-left:1.5rem;color:var(--text-secondary)}@media(max-width:768px){._container_1gxvv_9{padding:0 .5rem}}.majority-element-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.majority-element-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.step-description{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#3b82f633,#22c55e33);border:1px solid rgba(59,130,246,.4);border-radius:8px;position:relative;left:0!important;margin-left:0;width:100%}.step-description.complete{background:linear-gradient(135deg,#a855f733,#22c55e33);border-color:#a855f780}.d3-visualization-container{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:var(--bg-visualizer);border-radius:8px;border:1px solid rgba(34,197,94,.2);min-height:180px}.majority-element-canvas{display:block;width:100%;height:auto;border-radius:6px;background:#0620144d}.complete-section{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#a855f726;border:2px solid rgba(168,85,247,.5);border-radius:8px;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease}.complete-text{color:#c4b5fd;font-weight:700;font-size:1rem}:root .step-description,[data-theme=light] .step-description{background:linear-gradient(135deg,#3b82f626,#22c55e1a);border-color:#3b82f64d}:root .step-description.complete,[data-theme=light] .step-description.complete{background:linear-gradient(135deg,#a855f726,#22c55e26);border-color:#a855f766}:root .majority-element-canvas,[data-theme=light] .majority-element-canvas{background:#ffffff80}:root .complete-section,[data-theme=light] .complete-section{background:#a855f71f;border-color:#9333ea}:root .complete-text,[data-theme=light] .complete-text{color:#7e22ce}[data-theme=dark] .majority-element-canvas{background:#0f172a99;border:1px solid rgba(100,116,139,.3)}.canvas-zoom-wrapper{display:flex;flex-direction:column;gap:.5rem;width:100%}.canvas-zoom-controls{display:flex;align-items:center;gap:.5rem;justify-content:flex-end}.zoom-btn{width:28px;height:28px;border-radius:6px;border:1px solid rgba(100,116,139,.3);background:#3b82f61a;color:#64748b;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.zoom-btn:hover{background:#3b82f633;color:#3b82f6;border-color:#3b82f666}.zoom-btn.zoom-reset{font-size:.9rem}.zoom-level{font-size:.75rem;color:#64748b;min-width:40px;text-align:center;font-weight:500}.canvas-container{width:100%;max-height:400px;border-radius:8px}[data-theme=dark] .zoom-btn{background:#1e293bcc;border-color:#64748b66;color:#94a3b8}[data-theme=dark] .zoom-btn:hover{background:#3b82f633;color:#60a5fa;border-color:#3b82f680}[data-theme=dark] .zoom-level{color:#94a3b8}.anagrams-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.anagrams-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.anagrams-canvas{display:block;width:100%;height:auto;border-radius:6px;background:#0620144d}.complete-section{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#22c55e26;border:2px solid rgba(34,197,94,.5);border-radius:8px;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease}:root .anagrams-canvas,[data-theme=light] .anagrams-canvas{background:#ffffff80}:root .complete-section,[data-theme=light] .complete-section{background:#22c55e1f;border-color:#16a34a}:root .complete-text,[data-theme=light] .complete-text{color:#15803d}[data-theme=dark] .anagrams-canvas{background:#0f172a99;border:1px solid rgba(100,116,139,.3)}.top-k-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.top-k-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.d3-visualization-container{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:var(--bg-visualizer);border-radius:8px;border:1px solid rgba(34,197,94,.2);min-height:340px}.top-k-canvas{display:block;width:100%;height:auto;border-radius:6px;background:#0620144d}:root .top-k-canvas,[data-theme=light] .top-k-canvas{background:#ffffff80}[data-theme=dark] .top-k-canvas{background:#0f172a99;border:1px solid rgba(100,116,139,.3)}.pair-sum-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.pair-sum-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.pair-sum-canvas{display:block;width:100%;height:auto;border-radius:6px;background:#0620144d}:root .pair-sum-canvas,[data-theme=light] .pair-sum-canvas{background:#ffffff80}[data-theme=dark] .pair-sum-canvas{background:#0f172a99;border:1px solid rgba(100,116,139,.3)}.subarray-sum-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.subarray-sum-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.step-description.complete{background:linear-gradient(135deg,#22c55e33,#22c55e4d);border-color:#22c55e80}.d3-visualization-container{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:var(--bg-visualizer);border-radius:8px;border:1px solid rgba(34,197,94,.2);min-height:220px}.subarray-sum-canvas{display:block;width:100%;height:auto;border-radius:6px;background:#0620144d}.info-item.green{background:#22c55e26;border:1px solid rgba(34,197,94,.4)}:root .step-description.complete,[data-theme=light] .step-description.complete{background:linear-gradient(135deg,#22c55e26,#22c55e26);border-color:#22c55e66}:root .subarray-sum-canvas,[data-theme=light] .subarray-sum-canvas{background:#ffffff80}:root .info-item.green,[data-theme=light] .info-item.green{background:#22c55e26;border-color:#22c55e66}:root .info-item.green .info-value,[data-theme=light] .info-item.green .info-value{color:#1e6a4a}[data-theme=dark] .subarray-sum-canvas{background:#0f172a99;border:1px solid rgba(100,116,139,.3)}.longest-subarray-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.longest-subarray-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.d3-visualization-container{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:var(--bg-visualizer);border-radius:8px;border:1px solid rgba(34,197,94,.2);min-height:240px}.d3-visualization-container h4{margin:0;color:#cbd5e1;font-size:.875rem;font-weight:600;text-transform:uppercase}.longest-subarray-canvas{display:block;width:100%;height:auto;border-radius:6px;background:#0620144d}.info-item.purple{background:#a855f726;border:1px solid rgba(168,85,247,.4)}.info-item.purple .info-value{color:#d8b4fe}:root .d3-visualization-container,[data-theme=light] .d3-visualization-container{background:#3b82f614;border-color:#3b82f640}:root .longest-subarray-canvas,[data-theme=light] .longest-subarray-canvas{background:#ffffff80}:root .info-item.purple,[data-theme=light] .info-item.purple{background:#a855f726;border-color:#a855f766}:root .info-item.purple .info-value,[data-theme=light] .info-item.purple .info-value{color:#7e22ce}[data-theme=dark] .longest-subarray-canvas{background:#0f172a99;border:1px solid rgba(100,116,139,.3)}� � �._problem-page_29dsw_1{padding:2rem 0}.group-anagrams-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.group-anagrams-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.step-description{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#3b82f633,#f59e0b33);border:1px solid rgba(59,130,246,.4);border-radius:8px;position:relative;left:0!important;margin-left:0;width:100%}.step-description.complete{background:linear-gradient(135deg,#22c55e33,#a855f733);border-color:#22c55e80}.step-icon{font-size:1.25rem;flex-shrink:0}.step-text{color:#e2e8f0;font-size:.95rem;font-weight:500;font-family:Fira Code,monospace;flex:1;text-align:left}.group-anagrams-canvas{display:block;width:100%;height:auto;border-radius:6px;background:#0620144d}.info-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:6px}.info-item.blue{background:#3b82f626;border:1px solid rgba(59,130,246,.4)}.info-item.orange{background:#f59e0b26;border:1px solid rgba(245,158,11,.4)}.info-value{font-weight:700;font-size:1rem;font-family:Courier New,monospace}:root .step-description,[data-theme=light] .step-description{background:linear-gradient(135deg,#3b82f626,#f59e0b1a);border-color:#3b82f64d}:root .step-description.complete,[data-theme=light] .step-description.complete{background:linear-gradient(135deg,#22c55e26,#a855f726);border-color:#22c55e66}:root .step-text,[data-theme=light] .step-text{color:#1f477c}:root .d3-visualization-container,[data-theme=light] .d3-visualization-container{background:linear-gradient(135deg,#3b82f626,#f59e0b1a);border-color:#3b82f640}:root .d3-visualization-container h4,[data-theme=light] .d3-visualization-container h4{color:#1f477c}:root .group-anagrams-canvas,[data-theme=light] .group-anagrams-canvas{background:#ffffff80}:root .info-item.blue,[data-theme=light] .info-item.blue{background:#3b82f626;border-color:#3b82f666}:root .info-item.blue .info-value,[data-theme=light] .info-item.blue .info-value{color:#1e40af}:root .info-item.orange,[data-theme=light] .info-item.orange{background:#f59e0b26;border-color:#f59e0b66}:root .info-item.orange .info-value,[data-theme=light] .info-item.orange .info-value{color:#b45309}:root .info-label,[data-theme=light] .info-label{color:#1f477c}[data-theme=dark] .d3-visualization-container{background:#0f172acc;border:1px solid rgba(100,116,139,.4)}[data-theme=dark] .d3-visualization-container h4{color:#e2e8f0}[data-theme=dark] .group-anagrams-canvas{background:#0f172a99;border:1px solid rgba(100,116,139,.3)}[data-theme=dark] .step-description{background:#1e293bcc;border-color:#64748b66;color:#e2e8f0}[data-theme=dark] .step-description strong{color:#94a3b8}[data-theme=dark] .info-item{background:#1e293b99;border-color:#64748b4d}[data-theme=dark] .info-label{color:#94a3b8}[data-theme=dark] .info-value{color:#e2e8f0}@media(max-width:768px){.d3-visualization-container{padding:.75rem}.step-description{padding:.75rem;flex-direction:column;align-items:flex-start;gap:.5rem}.step-icon{font-size:1rem}.step-text{font-size:.85rem;width:100%}.info-section{gap:.5rem}.info-item{padding:.5rem .75rem;flex:1;justify-content:center}}._problem-page_13ry2_1{padding:2rem 0}._container_13ry2_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_13ry2_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_13ry2_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_13ry2_21 a:hover{color:#22c55e}._breadcrumb_13ry2_21 span{color:#64748b}._problem-header_13ry2_83{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_13ry2_101{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_13ry2_101 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_13ry2_135{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-medium_13ry2_151{background:#f59e0b33;color:#fcd34d;border:1px solid rgba(245,158,11,.4)}._problem-meta_13ry2_163{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_13ry2_175{color:#94a3b8;font-size:.875rem}._problem-section_13ry2_185{margin-bottom:2rem}._problem-section_13ry2_185 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_13ry2_215{padding:1.5rem}@media(max-width:768px){._container_13ry2_9{padding:0 .5rem}._problem-page_13ry2_1{padding:1.5rem 0}._problem-title-row_13ry2_101 h1{font-size:1.75rem}._glass-card_13ry2_215{padding:1rem}._example_13ry2_233{word-wrap:break-word;overflow-wrap:break-word;word-break:break-all;white-space:normal}}.animation-container{background:var(--bg-visualizer);border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow-md)}.animation-header{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-md) var(--spacing-xl);background:var(--bg-tertiary);border-bottom:1px solid var(--border)}.animation-header h4{font-size:1.125rem;font-weight:800;color:var(--text-primary);letter-spacing:-.01em}.approach-badge{padding:.25rem .75rem;background:var(--primary);color:var(--text-inverse);border-radius:var(--radius-full);font-size:.75rem;font-weight:700}.animation-canvas{padding:var(--spacing-2xl);min-height:350px}.input-display{display:flex;flex-direction:column;gap:var(--spacing-lg);margin-bottom:var(--spacing-2xl)}.input-row{display:flex;align-items:center;gap:var(--spacing-lg);flex-wrap:wrap}.input-label{font-family:var(--font-mono);font-size:.8125rem;color:var(--text-muted);font-weight:700;text-transform:uppercase;letter-spacing:.05em;min-width:80px}.string-display{display:flex;gap:var(--spacing-sm);flex-wrap:wrap}.char-cell{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-xs);padding:.75rem 1rem;background:var(--bg-secondary);border:2px solid var(--border);border-radius:var(--radius-md);transition:all var(--transition-normal);min-width:60px}.char-cell.active{border-color:var(--primary);background:var(--primary-glow);box-shadow:0 0 20px var(--primary-glow);transform:translateY(-4px)}.char-cell.processed{border-color:var(--easy);background:var(--easy-bg);opacity:.6}.char-cell.error{border-color:var(--hard);background:var(--hard-bg);box-shadow:0 0 20px #ef44444d}.char-index{font-size:.65rem;color:var(--text-muted);font-weight:700}.char-value{font-family:var(--font-mono);font-size:1.75rem;font-weight:800;color:var(--text-primary)}.stack-display{display:flex;align-items:flex-start;gap:var(--spacing-lg);margin-bottom:var(--spacing-2xl);padding:var(--spacing-xl);background:var(--bg-secondary);border-radius:var(--radius-lg);border:1px dashed var(--border);min-height:250px}.stack-label{font-family:var(--font-mono);font-size:.8125rem;color:var(--primary);font-weight:700;text-transform:uppercase;letter-spacing:.05em;min-width:80px;padding-top:var(--spacing-sm)}.stack-container{flex:1;display:flex;flex-direction:column;align-items:center;gap:var(--spacing-xs)}.stack-items{display:flex;flex-direction:column-reverse;gap:var(--spacing-xs);width:100%;align-items:center}.stack-item{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:var(--bg-card);border:2px solid var(--border);border-radius:var(--radius-md);font-family:var(--font-mono);font-size:1.75rem;font-weight:800;color:var(--text-primary);transition:all var(--transition-normal);box-shadow:var(--shadow-sm)}.stack-item:hover{border-color:var(--primary);transform:scale(1.05)}.stack-empty{color:var(--text-muted);font-weight:600;font-style:italic;padding:var(--spacing-xl)}.step-message{padding:var(--spacing-lg);background:var(--bg-tertiary);border-radius:var(--radius-md);font-size:1rem;font-weight:500;color:var(--text-secondary);text-align:center;min-height:60px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border)}.step-message.success{background:var(--easy-bg);color:var(--easy);font-weight:700;border-color:var(--easy)}.step-message.error{background:var(--hard-bg);color:var(--hard);font-weight:700;border-color:var(--hard)}.animation-controls{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem;background:var(--bg-secondary);border-top:1px solid var(--border)}.control-btn{padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:center;background:var(--bg-card);color:var(--text-primary);border-radius:var(--radius-lg);font-size:1.125rem;transition:all var(--transition-normal);border:1px solid var(--border);cursor:pointer;min-width:60px;box-shadow:var(--shadow-sm)}.control-btn:hover:not(:disabled){border-color:var(--primary);color:var(--primary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.control-btn:active:not(:disabled){transform:translateY(0)}.control-btn:disabled{opacity:.3;cursor:not-allowed;filter:grayscale(1)}.animation-progress{height:6px;background:var(--bg-tertiary)}.progress-bar{height:100%;background:var(--primary);box-shadow:0 0 10px var(--primary-glow);transition:width var(--transition-normal)}@media(max-width:640px){.animation-canvas{padding:var(--spacing-lg)}.char-cell{padding:var(--spacing-sm);min-width:50px}.stack-display{flex-direction:column;align-items:center}.stack-item{width:60px;height:60px;font-size:1.5rem}}.valid-parentheses-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.input-controls{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:#0c301c80;border-radius:8px;border:1px solid rgba(34,197,94,.2)}.input-group input{padding:.5rem .75rem;background:#062014cc;border:1px solid rgba(34,197,94,.3);border-radius:6px;color:#e2e8f0;font-size:.875rem;font-family:Courier New,monospace;flex:1;max-width:300px}.quick-examples{display:flex;gap:.5rem;flex-wrap:wrap}.quick-examples button{padding:.5rem .75rem;background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.4);border-radius:6px;cursor:pointer;font-weight:500;font-size:.75rem;font-family:Courier New,monospace;transition:all .2s ease}.quick-examples button:hover{background:#22c55e4d;border-color:#22c55e99;transform:translateY(-2px)}.valid-parentheses-visualization{display:flex;flex-direction:column;gap:1.5rem;width:100%}.input-display-section{display:flex;flex-direction:column;gap:.75rem}.input-display-section h4{margin:0;color:#cbd5e1;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.input-display{display:flex;gap:.5rem;flex-wrap:nowrap;overflow-x:auto;padding:.5rem 0}.char-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem;background:#22c55e33;border:2px solid rgba(34,197,94,.4);border-radius:8px;min-width:50px;text-align:center;transition:all .3s ease;flex-shrink:0}.char-item.current{border-color:#22c55ecc;box-shadow:0 0 12px #22c55e66}.char-value{font-size:1.25rem;font-weight:700;color:#86efac;font-family:Courier New,monospace}.char-index{font-size:.75rem;color:#94a3b8;font-weight:500}.current-char-section{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f973161a;border:1px solid rgba(249,115,22,.3);border-radius:6px}.current-char-section .label{color:#cbd5e1;font-weight:500;font-size:.875rem}.current-char-section .value{color:#fb923c;font-weight:700;font-size:1.125rem;font-family:Courier New,monospace;background:#f9731633;padding:.25rem .5rem;border-radius:4px}.stack-section{display:flex;flex-direction:column;gap:.75rem}.stack-section h4{margin:0;color:#cbd5e1;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.stack-display{display:flex;flex-direction:column-reverse;gap:.5rem;padding:1rem;background:#22c55e0d;border:1px solid rgba(34,197,94,.2);border-radius:6px;min-height:80px;justify-content:flex-end}.empty-state{color:#64748b;font-style:italic;font-size:.875rem;display:flex;align-items:center;justify-content:center;height:80px}.stack-items{display:flex;flex-direction:column-reverse;gap:.5rem}.stack-item{display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;background:#22c55e33;border:2px solid rgba(34,197,94,.4);border-radius:6px;font-family:Courier New,monospace;font-size:1rem;font-weight:700}.stack-value{color:#86efac}.status-section{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:6px;font-weight:600}.status-section.matched{background:#22c55e1a;border:1px solid rgba(34,197,94,.3)}.status-section.unmatched{background:#ef44441a;border:1px solid rgba(239,68,68,.3)}.status-icon{font-size:1.25rem}.status-section.matched .status-icon{color:#86efac}.status-section.unmatched .status-icon{color:#fca5a5}.status-text{color:#cbd5e1;font-size:.875rem}.status-section.matched .status-text{color:#86efac}.status-section.unmatched .status-text{color:#fca5a5}.error-section{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:6px}.error-icon{font-size:1.25rem}.error-text{color:#fca5a5;font-size:.875rem;font-weight:500}.result-section{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:8px;justify-content:center;font-weight:700}.result-section.valid{background:#22c55e26;border:2px solid rgba(34,197,94,.5)}.result-section.invalid{background:#ef444426;border:2px solid rgba(239,68,68,.5)}.result-icon{font-size:1.5rem}.result-section.valid .result-icon{color:#86efac}.result-section.invalid .result-icon{color:#fca5a5}.result-text{font-size:1rem}.result-section.valid .result-text{color:#86efac}.result-section.invalid .result-text{color:#fca5a5}@media(max-width:768px){.input-display{gap:.25rem;overflow-x:auto}.char-item{min-width:40px;padding:.5rem}.char-value{font-size:1rem}.input-controls{flex-direction:column}.input-group{flex-direction:column;align-items:flex-start}.input-group input{width:100%;max-width:none}.quick-examples{width:100%}.quick-examples button{flex:1;min-width:60px}}._problem-page_1gr5u_1{padding:2rem 0}._container_1gr5u_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_1gr5u_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1gr5u_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1gr5u_21 a:hover{color:#22c55e}._breadcrumb_1gr5u_21 span{color:#64748b}._problem-header_1gr5u_81{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_1gr5u_99{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_1gr5u_99 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_1gr5u_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_1gr5u_149{background:var(--bg-secondary);color:var(--primary);border:1px solid var(--border)}._badge-medium_1gr5u_161{background:#fb923c33;color:#fdba74;border:1px solid rgba(251,146,60,.4)}._problem-meta_1gr5u_173{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_1gr5u_185{color:var(--text-muted);font-size:.875rem}._problem-section_1gr5u_195{margin-bottom:2rem}._problem-section_1gr5u_195 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_1gr5u_223,._problem-statement_1gr5u_233{padding:1.5rem}._problem-statement_1gr5u_233 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._problem-statement_1gr5u_233 ul,._problem-statement_1gr5u_233 ol{margin:1rem 0;padding-left:1.5rem;color:var(--text-secondary)}._problem-statement_1gr5u_233 li{margin-bottom:.5rem;line-height:1.6}._problem-statement_1gr5u_233 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._problem-statement_1gr5u_233 code{background:#6366f140;color:#a5b4fc}._examples_1gr5u_307{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._examples_1gr5u_307 h4{margin:0 0 .75rem;color:var(--primary);font-size:.95rem}._example_1gr5u_307{padding:1rem;background:var(--bg-secondary);border-radius:8px;margin-bottom:1rem;font-family:var(--font-mono);font-size:.9rem;color:var(--text-secondary)}._example_1gr5u_307 pre{margin:0;white-space:pre-wrap;color:var(--text-secondary)}._constraints_1gr5u_365{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._constraints_1gr5u_365 h4{margin:0 0 .75rem;color:var(--primary);font-size:.95rem}._constraints_1gr5u_365 ul{margin:0;padding-left:1.5rem;color:var(--text-secondary)}._constraints_1gr5u_365 li{margin-bottom:.5rem;line-height:1.6}@media(max-width:768px){._container_1gr5u_9{padding:0 .5rem}._problem-title-row_1gr5u_99 h1{font-size:1.5rem}}.valid-palindrome-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.valid-palindrome-visualization{display:flex;flex-direction:column;gap:1.5rem;width:100%}.step-description{padding:1rem 1.5rem;background:linear-gradient(135deg,#22c55e26,#10b9811a);border:2px solid rgba(34,197,94,.3);border-radius:12px;box-shadow:0 4px 12px #22c55e1a;transition:all .3s ease}.step-description:hover{transform:translateY(-1px);box-shadow:0 6px 16px #22c55e26}.step-description.found{background:linear-gradient(135deg,#22c55e40,#10b98133);border-color:#22c55e80;box-shadow:0 4px 20px #22c55e33}.step-description.mismatch{background:linear-gradient(135deg,#ef444440,#dc262640);border:2px solid rgba(239,68,68,.5);box-shadow:0 0 20px #ef444433}.d3-visualization-container{padding:1.5rem;background:linear-gradient(135deg,#ffffffe6,#f8fafccc);border:2px solid rgba(226,232,240,.8);border-radius:16px;box-shadow:0 8px 32px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.d3-visualization-container h4{margin:0 0 1rem;color:#0f172a;font-size:1.1rem;font-weight:700;text-align:center}.valid-palindrome-canvas{display:block;border-radius:12px;margin:0 auto}:root .valid-palindrome-canvas,[data-theme=light] .valid-palindrome-canvas{background:linear-gradient(135deg,#fffc,#f8fafc99);border:2px solid rgba(34,197,94,.2);box-shadow:0 4px 12px #22c55e1a}[data-theme=dark] .valid-palindrome-canvas{background:#0f172a66;border:1px solid rgba(79,209,197,.2)}.info-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #cbd5e1;border-radius:12px;box-shadow:0 2px 8px #0000000d}.info-item{padding:1rem;border-radius:10px;display:flex;flex-direction:column;gap:.5rem;transition:all .3s ease}.info-item:hover{transform:translateY(-2px)}.info-item.blue{background:linear-gradient(135deg,#3b82f626,#6366f11a);border:2px solid rgba(59,130,246,.3)}.info-item.orange{background:linear-gradient(135deg,#f9731626,#f59e0b1a);border:2px solid rgba(249,115,22,.3)}.info-item.green{background:linear-gradient(135deg,#22c55e26,#10b9811a);border:2px solid rgba(34,197,94,.3)}.info-label{font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:#475569}.info-value{font-family:var(--font-mono);font-weight:600;font-size:.9rem}.info-item.blue .info-value{color:#1e40af}.info-item.orange .info-value{color:#b45309}.info-item.green .info-value{color:#15803d}.info-item.red{background:linear-gradient(135deg,#ef444426,#dc26261a);border:2px solid rgba(239,68,68,.3)}.info-item.red .info-value{color:#dc2626}[data-theme=dark] .info-item.red .info-value{color:#fca5a5}.complete-section{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#22c55e33,#10b98126);border:2px solid rgba(34,197,94,.4);border-radius:12px;box-shadow:0 4px 20px #22c55e26;opacity:0;transform:translateY(10px);transition:all .5s ease}.complete-section.visible{opacity:1;transform:translateY(0)}.complete-icon{font-size:1.5rem}.complete-text{font-weight:700;font-size:1rem;color:#15803d}.complete-section.fail{background:linear-gradient(135deg,#ef444433,#dc262626);border-color:#ef444499;box-shadow:0 0 25px #ef444426}.complete-section.fail .complete-text{color:#dc2626}@media(max-width:768px){.info-section{grid-template-columns:1fr;padding:1rem}.d3-visualization-container{padding:1rem}.complete-section{flex-direction:column;text-align:center;gap:.5rem}}._problem-page_1ml42_1{padding:2rem 0}._container_1ml42_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_1ml42_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1ml42_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1ml42_21 a:hover{color:#22c55e}._breadcrumb_1ml42_21 span{color:#64748b}._problem-header_1ml42_81{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_1ml42_99{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_1ml42_99 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_1ml42_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_1ml42_149{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.4)}._badge-medium_1ml42_161{background:#f59e0b33;color:#fcd34d;border:1px solid rgba(245,158,11,.4)}._problem-meta_1ml42_173{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_1ml42_185{color:#94a3b8;font-size:.875rem}._problem-section_1ml42_195{margin-bottom:2rem}._problem-section_1ml42_195 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_1ml42_223,._problem-statement_1ml42_233{padding:1.5rem}._problem-statement_1ml42_233 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._problem-statement_1ml42_233 ul{margin:1rem 0;padding-left:1.5rem;color:var(--text-secondary)}._problem-statement_1ml42_233 li{margin-bottom:.5rem;line-height:1.6}._problem-statement_1ml42_233 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._problem-statement_1ml42_233 code{background:#6366f140;color:#a5b4fc}._examples_1ml42_303{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._examples_1ml42_303 h4{margin:0 0 .75rem;color:var(--text-primary);font-weight:600}._example_1ml42_303{padding:1rem;background:var(--bg-secondary);border-radius:8px;color:var(--text-secondary);font-family:var(--font-mono);font-size:.875rem;line-height:1.8;margin-bottom:1rem}._key-points_1ml42_349{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._key-points_1ml42_349 h4{margin:0 0 .75rem;color:var(--text-primary);font-weight:600}._key-points_1ml42_349 ul{margin:0;padding-left:1.5rem;color:var(--text-secondary)}._key-points_1ml42_349 li{margin-bottom:.5rem;line-height:1.5}._explanation_1ml42_397 ._step_1ml42_397{padding:1rem;margin-bottom:1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid var(--primary)}._explanation_1ml42_397 ._step_1ml42_397:last-child{margin-bottom:0}._explanation_1ml42_397 ._step_1ml42_397 h4{margin:0 0 .5rem;color:var(--text-primary);font-size:.95rem;font-weight:600}._explanation_1ml42_397 ._step_1ml42_397 p{margin:0;color:var(--text-secondary);font-size:.9rem}@media(max-width:768px){._container_1ml42_9{padding:0 .5rem}._problem-title-row_1ml42_99 h1{font-size:1.5rem}._problem-meta_1ml42_173{flex-wrap:wrap}}.queue-ll-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.queue-ll-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.queue-ll-canvas{display:block;border-radius:6px}:root .queue-ll-canvas,[data-theme=light] .queue-ll-canvas{background:#f1f5f980}[data-theme=dark] .queue-ll-canvas{background:#0f172a66}.circular-queue-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.circular-queue-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.d3-visualization-container{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border-radius:8px;min-height:300px}.circular-queue-canvas{display:block;border-radius:6px}:root .circular-queue-canvas,[data-theme=light] .circular-queue-canvas{background:#f1f5f980}[data-theme=dark] .circular-queue-canvas{background:#0f172a66}._problem-page_1vr5c_1{padding:2rem 0}._container_1vr5c_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_1vr5c_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1vr5c_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1vr5c_21 a:hover{color:#22c55e}._breadcrumb_1vr5c_21 span{color:#64748b}._problem-header_1vr5c_83{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_1vr5c_101{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_1vr5c_101 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_1vr5c_135{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-medium_1vr5c_151{background:#f59e0b33;color:#fcd34d;border:1px solid rgba(245,158,11,.4)}._problem-meta_1vr5c_163{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_1vr5c_175{color:#94a3b8;font-size:.875rem}._problem-section_1vr5c_185{margin-bottom:2rem}._problem-section_1vr5c_185 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_1vr5c_215{padding:1.5rem}@media(max-width:768px){._container_1vr5c_9{padding:0 .5rem}}.stack-queue-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.stack-queue-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}:root .step-description,[data-theme=light] .step-description{background:linear-gradient(135deg,#3b82f626,#f59e0b26);border:1px solid rgba(59,130,246,.3)}[data-theme=dark] .step-description{background:linear-gradient(135deg,#3b82f633,#f59e0b33);border:1px solid rgba(59,130,246,.4)}.stack-queue-canvas{display:block;border-radius:6px}:root .stack-queue-canvas,[data-theme=light] .stack-queue-canvas{background:#f1f5f980}[data-theme=dark] .stack-queue-canvas{background:#0f172a66}.queue-stack-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.queue-stack-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.queue-stack-canvas{display:block;border-radius:6px}:root .queue-stack-canvas,[data-theme=light] .queue-stack-canvas{background:#f1f5f980}[data-theme=dark] .queue-stack-canvas{background:#0f172a66}._problem-page_1bzl7_1{padding:2rem 0}._container_1bzl7_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_1bzl7_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1bzl7_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1bzl7_21 a:hover{color:#22c55e}._breadcrumb_1bzl7_21 span{color:#64748b}._problem-header_1bzl7_83{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_1bzl7_101{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_1bzl7_101 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_1bzl7_135{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_1bzl7_151{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.4)}._problem-meta_1bzl7_163{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_1bzl7_175{color:#94a3b8;font-size:.875rem}._problem-section_1bzl7_185{margin-bottom:2rem}._problem-section_1bzl7_185 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_1bzl7_215{padding:1.5rem}@media(max-width:768px){._container_1bzl7_9{padding:0 .5rem}}.reverse-k-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.reverse-k-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.step-description{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:8px}:root .step-description,[data-theme=light] .step-description{background:linear-gradient(135deg,#3b82f626,#22c55e26);border:1px solid rgba(59,130,246,.3)}[data-theme=dark] .step-description{background:linear-gradient(135deg,#3b82f633,#22c55e33);border:1px solid rgba(59,130,246,.4)}.step-text{font-size:.95rem;font-weight:500;font-family:Fira Code,monospace}:root .step-text,[data-theme=light] .step-text{color:#1e293b}[data-theme=dark] .step-text{color:#e2e8f0}.reverse-k-canvas{display:block;border-radius:6px}:root .reverse-k-canvas,[data-theme=light] .reverse-k-canvas{background:#f1f5f980}[data-theme=dark] .reverse-k-canvas{background:#0f172a66}._problem-page_no4h4_1{padding:2rem 0}._container_no4h4_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_no4h4_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_no4h4_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_no4h4_21 a:hover{color:#22c55e}._breadcrumb_no4h4_21 span{color:#64748b}._problem-header_no4h4_81{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_no4h4_99{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_no4h4_99 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_no4h4_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_no4h4_149{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.4)}._problem-meta_no4h4_161{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_no4h4_173{color:#94a3b8;font-size:.875rem}._problem-section_no4h4_183{margin-bottom:2rem}._problem-section_no4h4_183 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_no4h4_211{padding:1.5rem}._example_no4h4_219{margin:1rem 0;padding:1rem;border-radius:8px;background:#3b82f61a;border-left:3px solid #3b82f6}._example_no4h4_219 h4{margin:0 0 .5rem;color:#3b82f6}._example_no4h4_219 p{margin:.25rem 0}@media(max-width:768px){._container_no4h4_9{padding:0 .5rem}}.invert-tree-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.invert-tree-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.step-description{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#3b82f633,#f59e0b33);border:1px solid rgba(59,130,246,.4);border-radius:8px}.step-text{color:#e2e8f0;font-size:.95rem;font-weight:500;font-family:Fira Code,monospace}.d3-visualization-container{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:var(--bg-visualizer);border-radius:8px;border:1px solid rgba(34,197,94,.2);min-height:350px;align-items:center}.d3-visualization-container h4{align-self:flex-start;margin:0;color:#cbd5e1;font-size:.875rem;font-weight:600;text-transform:uppercase}.d3-tree-svg{display:block;border-radius:6px;background:#0620144d}@�m�e�d�i�a� �(�m�a�x�-�w�i�d�t�h�:� �7�6�8�p�x�)� �{� �.�s�t�e�p�-�i�c�o�n� �{� �d�i�s�p�l�a�y�:� �n�o�n�e�;� �}� �}� � �._problem-page_7o5ko_1{padding:2rem 0}.max-depth-viz-container{display:flex;flex-direction:column;align-items:center;width:100%}.var-value{color:#fcd34d;font-weight:700}.symmetric-viz-container{display:flex;flex-direction:column;align-items:center;width:100%}.var-value{color:#38bdf8;font-weight:700}._problem-page_1sv9y_1{padding:2rem 0;min-height:100vh}._container_1sv9y_11{max-width:1200px;margin:0 auto;padding:0 1.5rem}._breadcrumb_1sv9y_23{display:flex;gap:.5rem;margin-bottom:2rem;font-size:.9rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1sv9y_23 a{text-decoration:none;transition:color .2s;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1sv9y_23 a:hover{color:#38bdf8}._problem-header_1sv9y_79{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_1sv9y_97{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._badge_1sv9y_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_1sv9y_149{background:#22c55e33;color:#4ade80;border:1px solid rgba(34,197,94,.3)}._problem-meta_1sv9y_161{display:flex;gap:1rem}._meta-item_1sv9y_171{background:#ffffff0d;padding:.25rem .75rem;border-radius:6px;color:#94a3b8;font-size:.85rem}._problem-section_1sv9y_187{margin-bottom:3rem}._glass-card_1sv9y_213{background:#1e293bb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem}._problem-statement_1sv9y_229{color:#cbd5e1;line-height:1.7}._examples_1sv9y_239{margin-top:1.5rem}._example_1sv9y_239{background:#0003;padding:1rem;border-radius:8px;border-left:3px solid #f472b6;margin-top:.5rem;font-family:Fira Code,monospace;font-size:.9rem}._explanation_1sv9y_269{display:flex;flex-direction:column;gap:1.5rem}._step_1sv9y_281 h4{color:#38bdf8;margin:0 0 .5rem;font-size:1.1rem}._step_1sv9y_281 p{margin:0;color:#cbd5e1}@media(max-width:768px){._container_1sv9y_11{padding:0 .5rem}}.same-tree-viz-container{display:flex;flex-direction:column;align-items:center;width:100%}.var-panel{display:flex;gap:1rem;margin-top:1rem;background:#ffffff0d;padding:.5rem 1rem;border-radius:6px}.var-value{color:#e2e8f0;font-weight:700}._problem-page_hydw2_1{padding:2rem 0;min-height:100vh}._container_hydw2_11{max-width:1200px;margin:0 auto;padding:0 1.5rem}._breadcrumb_hydw2_23{display:flex;gap:.5rem;margin-bottom:2rem;font-size:.9rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_hydw2_23 a{text-decoration:none;transition:color .2s;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_hydw2_23 a:hover{color:#38bdf8}._problem-header_hydw2_79{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_hydw2_97{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._badge_hydw2_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_hydw2_149{background:#22c55e33;color:#4ade80;border:1px solid rgba(34,197,94,.3)}._problem-meta_hydw2_161{display:flex;gap:1rem}._meta-item_hydw2_171{background:#ffffff0d;padding:.25rem .75rem;border-radius:6px;color:#94a3b8;font-size:.85rem}._problem-section_hydw2_187{margin-bottom:3rem}._glass-card_hydw2_213{background:#1e293bb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem}._problem-statement_hydw2_229{color:#cbd5e1;line-height:1.7}._examples_hydw2_239{margin-top:1.5rem}._example_hydw2_239{background:#0003;padding:1rem;border-radius:8px;border-left:3px solid #38bdf8;margin-top:.5rem;font-family:Fira Code,monospace;font-size:.9rem}._explanation_hydw2_267{display:flex;flex-direction:column;gap:1.5rem}._step_hydw2_279 h4{color:#38bdf8;margin:0 0 .5rem;font-size:1.1rem}._step_hydw2_279 p{margin:0;color:#cbd5e1}@media(max-width:768px){._container_hydw2_11{padding:0 .5rem}}.level-order-viz-container{display:flex;flex-direction:column;align-items:center;width:100%}.var-item{font-family:Fira Code,monospace;font-size:.85rem}.var-value{color:#f59e0b;font-weight:700}._problem-page_4fv24_1{padding:2rem 0;min-height:100vh}._container_4fv24_11{max-width:1200px;margin:0 auto;padding:0 1.5rem}._breadcrumb_4fv24_23{display:flex;gap:.5rem;margin-bottom:2rem;font-size:.9rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_4fv24_23 a{text-decoration:none;transition:color .2s;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_4fv24_23 a:hover{color:#38bdf8}._problem-header_4fv24_79{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_4fv24_97{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._badge_4fv24_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-medium_4fv24_149{background:#eab30833;color:#facc15;border:1px solid rgba(234,179,8,.3)}._problem-meta_4fv24_161{display:flex;gap:1rem}._meta-item_4fv24_171{background:#ffffff0d;padding:.25rem .75rem;border-radius:6px;color:#94a3b8;font-size:.85rem}._problem-section_4fv24_187{margin-bottom:3rem}._glass-card_4fv24_213{background:#1e293bb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem}._problem-statement_4fv24_229{color:#cbd5e1;line-height:1.7}._examples_4fv24_239{margin-top:1.5rem}._example_4fv24_239{background:#0003;padding:1rem;border-radius:8px;border-left:3px solid #f59e0b;margin-top:.5rem;font-family:Fira Code,monospace;font-size:.9rem}._explanation_4fv24_269{display:flex;flex-direction:column;gap:1.5rem}._step_4fv24_281 h4{color:#38bdf8;margin:0 0 .5rem;font-size:1.1rem}._step_4fv24_281 p{margin:0;color:#cbd5e1}@media(max-width:768px){._container_4fv24_11{padding:0 .5rem}}.diameter-viz-container{display:flex;flex-direction:column;align-items:center;width:100%}.var-value{color:#8b5cf6;font-weight:700}._problem-page_8wg8u_1{padding:2rem 0;min-height:100vh}._container_8wg8u_11{max-width:1200px;margin:0 auto;padding:0 1.5rem}._breadcrumb_8wg8u_23{display:flex;gap:.5rem;margin-bottom:2rem;font-size:.9rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_8wg8u_23 a{text-decoration:none;transition:color .2s;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_8wg8u_23 a:hover{color:#38bdf8}._problem-header_8wg8u_79{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_8wg8u_97{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._badge_8wg8u_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_8wg8u_149{background:#22c55e33;color:#4ade80;border:1px solid rgba(34,197,94,.3)}._problem-meta_8wg8u_161{display:flex;gap:1rem}._meta-item_8wg8u_171{background:#ffffff0d;padding:.25rem .75rem;border-radius:6px;color:#94a3b8;font-size:.85rem}._problem-section_8wg8u_187{margin-bottom:3rem}._glass-card_8wg8u_213{background:#1e293bb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem}._problem-statement_8wg8u_229{color:#cbd5e1;line-height:1.7}._examples_8wg8u_239{margin-top:1.5rem}._example_8wg8u_239{background:#0003;padding:1rem;border-radius:8px;border-left:3px solid #8b5cf6;margin-top:.5rem;font-family:Fira Code,monospace;font-size:.9rem}._explanation_8wg8u_269{display:flex;flex-direction:column;gap:1.5rem}._step_8wg8u_281 h4{color:#38bdf8;margin:0 0 .5rem;font-size:1.1rem}._step_8wg8u_281 p{margin:0;color:#cbd5e1}@media(max-width:768px){._container_8wg8u_11{padding:0 .5rem}}.validate-bst-viz-container{display:flex;flex-direction:column;align-items:center;width:100%}.var-panel{display:flex;gap:1rem;margin-top:1rem;background:#ffffff0d;padding:.5rem 1rem;border-radius:6px;flex-wrap:wrap;justify-content:center}.var-item{font-family:Fira Code,monospace;font-size:.9rem}.var-name{color:#94a3b8;margin-right:.5rem}.var-value{color:#3b82f6;font-weight:700}.var-value.text-error{color:#ef4444}._problem-page_1wbqc_1{padding:2rem 0;min-height:100vh}._container_1wbqc_11{max-width:1200px;margin:0 auto;padding:0 1.5rem}._breadcrumb_1wbqc_23{display:flex;gap:.5rem;margin-bottom:2rem;font-size:.9rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1wbqc_23 a{text-decoration:none;transition:color .2s;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1wbqc_23 a:hover{color:#38bdf8}._problem-header_1wbqc_79{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_1wbqc_97{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._badge_1wbqc_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-medium_1wbqc_149{background:#eab30833;color:#facc15;border:1px solid rgba(234,179,8,.3)}._problem-meta_1wbqc_161{display:flex;gap:1rem}._meta-item_1wbqc_171{background:#ffffff0d;padding:.25rem .75rem;border-radius:6px;color:#94a3b8;font-size:.85rem}._problem-section_1wbqc_187{margin-bottom:3rem}._glass-card_1wbqc_213{background:#1e293bb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem}._problem-statement_1wbqc_229{color:#cbd5e1;line-height:1.7}._examples_1wbqc_239{margin-top:1.5rem}._example_1wbqc_239{background:#0003;padding:1rem;border-radius:8px;border-left:3px solid #facc15;margin-top:.5rem;font-family:Fira Code,monospace;font-size:.9rem}._explanation_1wbqc_269{display:flex;flex-direction:column;gap:1.5rem}._step_1wbqc_281 h4{color:#38bdf8;margin:0 0 .5rem;font-size:1.1rem}._step_1wbqc_281 p{margin:0;color:#cbd5e1}@media(max-width:768px){._container_1wbqc_11{padding:0 .5rem}}.inorder-visualizer-wrapper{display:flex;flex-direction:column;gap:1rem;width:100%}.inorder-viz-container{display:flex;flex-direction:column;align-items:center;width:100%}.preorder-visualizer-wrapper{display:flex;flex-direction:column;gap:1rem;width:100%}.toggle-btn.active{background:#3b82f633;border-color:#3b82f6;color:#3b82f6}.preorder-viz-container{display:flex;flex-direction:column;align-items:center;width:100%}._problem-page_1fg5d_1{padding:2rem 0;min-height:100vh}._container_1fg5d_11{max-width:1200px;margin:0 auto;padding:0 1.5rem}._breadcrumb_1fg5d_23{display:flex;gap:.5rem;margin-bottom:2rem;font-size:.9rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1fg5d_23 a{text-decoration:none;transition:color .2s;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1fg5d_23 a:hover{color:#38bdf8}._problem-header_1fg5d_79{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_1fg5d_97{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._badge_1fg5d_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_1fg5d_149{background:#22c55e33;color:#4ade80;border:1px solid rgba(34,197,94,.3)}._problem-meta_1fg5d_161{display:flex;gap:1rem}._meta-item_1fg5d_171{background:#ffffff0d;padding:.25rem .75rem;border-radius:6px;color:#94a3b8;font-size:.85rem}._problem-section_1fg5d_187{margin-bottom:3rem}._section-subtitle_1fg5d_213{color:#94a3b8;margin-bottom:1rem;margin-top:-1rem}._glass-card_1fg5d_225{background:#1e293bb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem}._problem-statement_1fg5d_241{color:#cbd5e1;line-height:1.7}._examples_1fg5d_251{margin-top:1.5rem}._example_1fg5d_251{background:#0003;padding:1rem;border-radius:8px;border-left:3px solid #3b82f6;margin-top:.5rem;font-family:Fira Code,monospace;font-size:.9rem}._explanation_1fg5d_281{display:flex;flex-direction:column;gap:1.5rem}._step_1fg5d_293 h4{color:#38bdf8;margin:0 0 .5rem;font-size:1.1rem}._step_1fg5d_293 p{margin:0;color:#cbd5e1}@media(max-width:768px){._container_1fg5d_11{padding:0 .5rem}}.postorder-visualizer-wrapper{display:flex;flex-direction:column;gap:1rem;width:100%}.mode-toggle{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}.toggle-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#94a3b8;padding:.5rem 1.5rem;border-radius:9999px;font-weight:500;cursor:pointer;transition:all .2s}.toggle-btn:hover{background:#ffffff1a;color:#f8fafc}.toggle-btn.active{background:#8b5cf633;border-color:#8b5cf6;color:#8b5cf6}.postorder-viz-container{display:flex;flex-direction:column;align-items:center;width:100%}._problem-page_1rg4t_1{padding:2rem 0;min-height:100vh}._container_1rg4t_11{max-width:1200px;margin:0 auto;padding:0 1.5rem}._breadcrumb_1rg4t_23{display:flex;gap:.5rem;margin-bottom:2rem;font-size:.9rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1rg4t_23 a{text-decoration:none;transition:color .2s;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1rg4t_23 a:hover{color:#38bdf8}._problem-header_1rg4t_79{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_1rg4t_97{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._badge_1rg4t_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_1rg4t_149{background:#22c55e33;color:#4ade80;border:1px solid rgba(34,197,94,.3)}._problem-meta_1rg4t_161{display:flex;gap:1rem}._meta-item_1rg4t_171{background:#ffffff0d;padding:.25rem .75rem;border-radius:6px;color:#94a3b8;font-size:.85rem}._problem-section_1rg4t_187{margin-bottom:3rem}._section-subtitle_1rg4t_213{color:#94a3b8;margin-bottom:1rem;margin-top:-1rem}._glass-card_1rg4t_225{background:#1e293bb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem}._problem-statement_1rg4t_241{color:#cbd5e1;line-height:1.7}._examples_1rg4t_251{margin-top:1.5rem}._example_1rg4t_251{background:#0003;padding:1rem;border-radius:8px;border-left:3px solid #8b5cf6;margin-top:.5rem;font-family:Fira Code,monospace;font-size:.9rem}._explanation_1rg4t_281{display:flex;flex-direction:column;gap:1.5rem}._step_1rg4t_293 h4{color:#38bdf8;margin:0 0 .5rem;font-size:1.1rem}._step_1rg4t_293 p{margin:0;color:#cbd5e1}@media(max-width:768px){._container_1rg4t_11{padding:0 .5rem}}.search-bst-viz-container{display:flex;flex-direction:column;align-items:center;width:100%}._problem-page_4e5yi_1{padding:2rem 0;min-height:100vh}._container_4e5yi_11{max-width:1200px;margin:0 auto;padding:0 1.5rem}._breadcrumb_4e5yi_23{display:flex;gap:.5rem;margin-bottom:2rem;font-size:.9rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_4e5yi_23 a{text-decoration:none;transition:color .2s;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_4e5yi_23 a:hover{color:#38bdf8}._problem-header_4e5yi_79{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_4e5yi_97{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._badge_4e5yi_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_4e5yi_149{background:#22c55e33;color:#4ade80;border:1px solid rgba(34,197,94,.3)}._problem-meta_4e5yi_161{display:flex;gap:1rem}._meta-item_4e5yi_171{background:#ffffff0d;padding:.25rem .75rem;border-radius:6px;color:#94a3b8;font-size:.85rem}._problem-section_4e5yi_187{margin-bottom:3rem}._glass-card_4e5yi_213{background:#1e293bb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem}._problem-statement_4e5yi_229{color:#cbd5e1;line-height:1.7}._examples_4e5yi_239{margin-top:1.5rem}._example_4e5yi_239{background:#0003;padding:1rem;border-radius:8px;border-left:3px solid #22c55e;margin-top:.5rem;font-family:Fira Code,monospace;font-size:.9rem}._explanation_4e5yi_269{display:flex;flex-direction:column;gap:1.5rem}._step_4e5yi_281 h4{color:#38bdf8;margin:0 0 .5rem;font-size:1.1rem}._step_4e5yi_281 p{margin:0;color:#cbd5e1}@media(max-width:768px){._container_4e5yi_11{padding:0 .5rem}}.insert-bst-viz-container{display:flex;flex-direction:column;align-items:center;width:100%}._problem-page_jr5nz_1{padding:2rem 0;min-height:100vh}._container_jr5nz_11{max-width:1200px;margin:0 auto;padding:0 1.5rem}._breadcrumb_jr5nz_23{display:flex;gap:.5rem;margin-bottom:2rem;font-size:.9rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_jr5nz_23 a{text-decoration:none;transition:color .2s;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_jr5nz_23 a:hover{color:#38bdf8}._problem-header_jr5nz_79{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_jr5nz_97{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._badge_jr5nz_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-medium_jr5nz_149{background:#eab30833;color:#facc15;border:1px solid rgba(234,179,8,.3)}._problem-meta_jr5nz_161{display:flex;gap:1rem}._meta-item_jr5nz_171{background:#ffffff0d;padding:.25rem .75rem;border-radius:6px;color:#94a3b8;font-size:.85rem}._problem-section_jr5nz_187{margin-bottom:3rem}._glass-card_jr5nz_213{background:#1e293bb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem}._problem-statement_jr5nz_229{color:#cbd5e1;line-height:1.7}._examples_jr5nz_239{margin-top:1.5rem}._example_jr5nz_239{background:#0003;padding:1rem;border-radius:8px;border-left:3px solid #facc15;margin-top:.5rem;font-family:Fira Code,monospace;font-size:.9rem}._explanation_jr5nz_269{display:flex;flex-direction:column;gap:1.5rem}._step_jr5nz_281 h4{color:#38bdf8;margin:0 0 .5rem;font-size:1.1rem}._step_jr5nz_281 p{margin:0;color:#cbd5e1}@media(max-width:768px){._container_jr5nz_11{padding:0 .5rem}}.min-val-viz-container{display:flex;flex-direction:column;align-items:center;width:100%}._problem-page_1cdhx_1{padding:2rem 0;min-height:100vh}._container_1cdhx_11{max-width:1200px;margin:0 auto;padding:0 1.5rem}._breadcrumb_1cdhx_23{display:flex;gap:.5rem;margin-bottom:2rem;font-size:.9rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1cdhx_23 a{text-decoration:none;transition:color .2s;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1cdhx_23 a:hover{color:#38bdf8}._problem-header_1cdhx_79{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_1cdhx_97{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._badge_1cdhx_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_1cdhx_149{background:#22c55e33;color:#4ade80;border:1px solid rgba(34,197,94,.3)}._problem-meta_1cdhx_161{display:flex;gap:1rem}._meta-item_1cdhx_171{background:#ffffff0d;padding:.25rem .75rem;border-radius:6px;color:#94a3b8;font-size:.85rem}._problem-section_1cdhx_187{margin-bottom:3rem}._glass-card_1cdhx_213{background:#1e293bb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem}._problem-statement_1cdhx_229{color:#cbd5e1;line-height:1.7}._examples_1cdhx_239{margin-top:1.5rem}._example_1cdhx_239{background:#0003;padding:1rem;border-radius:8px;border-left:3px solid #22c55e;margin-top:.5rem;font-family:Fira Code,monospace;font-size:.9rem}._explanation_1cdhx_267{display:flex;flex-direction:column;gap:1.5rem}._step_1cdhx_279 h4{color:#38bdf8;margin:0 0 .5rem;font-size:1.1rem}._step_1cdhx_279 p{margin:0;color:#cbd5e1}@media(max-width:768px){._container_1cdhx_11{padding:0 .5rem}}.delete-bst-viz-container{display:flex;flex-direction:column;align-items:center;width:100%}._problem-page_4ov0z_1{padding:2rem 0;min-height:100vh}._container_4ov0z_11{max-width:1200px;margin:0 auto;padding:0 1.5rem}._breadcrumb_4ov0z_23{display:flex;gap:.5rem;margin-bottom:2rem;font-size:.9rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_4ov0z_23 a{text-decoration:none;transition:color .2s;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_4ov0z_23 a:hover{color:#38bdf8}._problem-header_4ov0z_79{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_4ov0z_97{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}h1{font-size:2.5rem;font-weight:700;color:#f8fafc;margin:0;background:linear-gradient(135deg,#f8fafc,#cbd5e1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}._badge_4ov0z_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-medium_4ov0z_149{background:#eab30833;color:#facc15;border:1px solid rgba(234,179,8,.3)}._problem-meta_4ov0z_161{display:flex;gap:1rem}._meta-item_4ov0z_171{background:#ffffff0d;padding:.25rem .75rem;border-radius:6px;color:#94a3b8;font-size:.85rem}._problem-section_4ov0z_187{margin-bottom:3rem}h2{font-size:1.5rem;color:#e2e8f0;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}._section-subtitle_4ov0z_213{color:#94a3b8;margin-bottom:1rem;margin-top:-1rem}._glass-card_4ov0z_225{background:#1e293bb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem}._problem-statement_4ov0z_241{color:#cbd5e1;line-height:1.7}._examples_4ov0z_251{margin-top:1.5rem}._example_4ov0z_251{background:#0003;padding:1rem;border-radius:8px;border-left:3px solid #facc15;margin-top:.5rem;font-family:Fira Code,monospace;font-size:.9rem}._comment_4ov0z_279{color:#94a3b8;font-size:.85rem;margin-top:.5rem}._explanation_4ov0z_291{display:flex;flex-direction:column;gap:1.5rem}._step_4ov0z_303 h4{color:#38bdf8;margin:0 0 .5rem;font-size:1.1rem}._step_4ov0z_303 p{margin:0;color:#cbd5e1}@media(max-width:768px){._container_4ov0z_11{padding:0 .5rem}}.stack-const-viz-container,.stack-node-const-viz-container{display:flex;flex-direction:column;align-items:center;width:100%}.stack-push-viz-container,.stack-node-push-viz-container{display:flex;flex-direction:column;align-items:center;width:100%}.stack-pop-viz-container,.stack-node-pop-viz-container{display:flex;flex-direction:column;align-items:center;width:100%}._problem-page_8ylw1_1{padding:2rem 0}._container_8ylw1_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_8ylw1_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_8ylw1_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_8ylw1_21 a:hover{color:#22c55e}._breadcrumb_8ylw1_21 span{color:#64748b}._problem-header_8ylw1_81{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_8ylw1_99{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_8ylw1_99 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_8ylw1_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-info_8ylw1_149{background:var(--bg-secondary);color:var(--primary);border:1px solid var(--border)}._problem-meta_8ylw1_161{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_8ylw1_173{color:var(--text-muted);font-size:.875rem}._problem-section_8ylw1_183{margin-bottom:2rem}._problem-section_8ylw1_183 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_8ylw1_211,._problem-statement_8ylw1_221{padding:1.5rem}._problem-statement_8ylw1_221 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._problem-statement_8ylw1_221 ul,._problem-statement_8ylw1_221 ol{margin:1rem 0;padding-left:1.5rem;color:var(--text-secondary)}._problem-statement_8ylw1_221 li{margin-bottom:.5rem;line-height:1.6}._problem-statement_8ylw1_221 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._problem-statement_8ylw1_221 code{background:#6366f140;color:#a5b4fc}@media(max-width:768px){._container_8ylw1_9{padding:0 .5rem}._problem-title-row_8ylw1_99 h1{font-size:1.5rem}}.queue-constructor-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.queue-const-viz-container{display:flex;flex-direction:column;align-items:center;width:100%}.queue-node-const-viz-container{display:flex;flex-direction:column;align-items:center;width:100%}.queue-enqueue-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.queue-enqueue-viz-container{display:flex;flex-direction:column;align-items:center;width:100%}.d3-visualization-container{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border-radius:8px;min-height:180px}.queue-node-enqueue-viz-container{display:flex;flex-direction:column;align-items:center;width:100%}.queue-dequeue-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.queue-dequeue-viz-container{display:flex;flex-direction:column;align-items:center;width:100%}.d3-visualization-container{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border-radius:8px;min-height:200px}:root .d3-visualization-container,[data-theme=light] .d3-visualization-container{background:linear-gradient(135deg,#ffffffe6,#f8fafcd9);border:1px solid rgba(59,130,246,.2)}[data-theme=dark] .d3-visualization-container{background:linear-gradient(135deg,#0f172ae6,#1e293bd9);border:1px solid rgba(79,209,197,.25)}.d3-visualization-container h4{margin:0;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}:root .d3-visualization-container h4,[data-theme=light] .d3-visualization-container h4{color:#475569}[data-theme=dark] .d3-visualization-container h4{color:#cbd5e1}.queue-node-dequeue-viz-container{display:flex;flex-direction:column;align-items:center;width:100%}._problem-page_1swcn_1{padding:2rem 0}._container_1swcn_5{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_1swcn_11{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1swcn_11 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1swcn_11 a:hover{color:#22c55e}._breadcrumb_1swcn_11 span{color:#64748b}._problem-header_1swcn_41{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_1swcn_50{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_1swcn_50 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_1swcn_67{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-info_1swcn_75{background:var(--bg-secondary);color:var(--primary);border:1px solid var(--border)}._badge-easy_1swcn_81{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.4)}._problem-meta_1swcn_87{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_1swcn_93{color:#94a3b8;font-size:.875rem}._problem-section_1swcn_98{margin-bottom:2rem}._problem-section_1swcn_98 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_1swcn_112,._problem-statement_1swcn_117{padding:1.5rem}._problem-statement_1swcn_117 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._problem-statement_1swcn_117 ul{margin:1rem 0;padding-left:1.5rem;color:var(--text-secondary)}._problem-statement_1swcn_117 li{margin-bottom:.5rem;line-height:1.6}._problem-statement_1swcn_117 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._problem-statement_1swcn_117 code{background:#6366f140;color:#a5b4fc}._visualizer-wrapper_1swcn_152{margin-top:1rem}._key-points_1swcn_157{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._key-points_1swcn_157 h4{margin:0 0 .75rem;color:var(--text-primary);font-weight:600}._key-points_1swcn_157 ul{margin:0;padding-left:1.5rem;color:var(--text-secondary)}._key-points_1swcn_157 li{margin-bottom:.5rem;line-height:1.5}._explanation_1swcn_181 ._step_1swcn_181{padding:1rem;margin-bottom:1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid var(--primary)}._explanation_1swcn_181 ._step_1swcn_181:last-child{margin-bottom:0}._explanation_1swcn_181 ._step_1swcn_181 h4{margin:0 0 .5rem;color:var(--text-primary);font-size:.95rem;font-weight:600}._explanation_1swcn_181 ._step_1swcn_181 p{margin:0;color:var(--text-secondary);font-size:.9rem}@media(max-width:768px){._container_1swcn_5{padding:0 .5rem}._problem-title-row_1swcn_50 h1{font-size:1.5rem}}.add-two-numbers-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.atn-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.atn-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;font-weight:500}:root .atn-visualization .step-description,[data-theme=light] .atn-visualization .step-description{background:linear-gradient(135deg,#3b82f614,#6366f114);border:1px solid rgba(59,130,246,.2);color:#334155}[data-theme=dark] .atn-visualization .step-description{background:linear-gradient(135deg,#22c55e1a,#10b9811a);border:1px solid rgba(34,197,94,.25);color:#e2e8f0}.atn-visualization .step-description.complete{background:linear-gradient(135deg,#22c55e26,#10b98126);border-color:#22c55e66}.atn-visualization .step-icon{font-size:1.25rem}.atn-visualization .step-text{font-size:.9rem}.atn-visualization .d3-visualization-container{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:8px;overflow-x:auto}:root .atn-visualization .d3-visualization-container,[data-theme=light] .atn-visualization .d3-visualization-container{background:linear-gradient(135deg,#fffffff2,#f8fafce6);border:1px solid rgba(59,130,246,.15)}[data-theme=dark] .atn-visualization .d3-visualization-container{background:#06201466;border:1px solid rgba(34,197,94,.2)}.atn-visualization .d3-visualization-container h4{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}:root .atn-visualization .d3-visualization-container h4,[data-theme=light] .atn-visualization .d3-visualization-container h4{color:#64748b}[data-theme=dark] .atn-visualization .d3-visualization-container h4{color:#94a3b8}.atn-visualization svg{min-width:500px}.atn-info-section{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .atn-info-section,[data-theme=light] .atn-info-section{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .atn-info-section{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.atn-info-section .info-row{display:flex;align-items:center;gap:.5rem}.atn-info-section .info-label{font-weight:600;font-size:.85rem}.atn-info-section .info-value{font-family:Courier New,monospace;font-weight:700;font-size:.9rem}.atn-info-section .info-row.blue .info-label,.atn-info-section .info-row.blue .info-value{color:#3b82f6}.atn-info-section .info-row.orange .info-label,.atn-info-section .info-row.orange .info-value{color:#f59e0b}.atn-info-section .info-row.purple .info-label,.atn-info-section .info-row.purple .info-value{color:#a855f7}.atn-legend{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .atn-legend,[data-theme=light] .atn-legend{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .atn-legend{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.atn-legend .legend-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500}:root .atn-legend .legend-item,[data-theme=light] .atn-legend .legend-item{color:#475569}[data-theme=dark] .atn-legend .legend-item{color:#94a3b8}.atn-legend .legend-color{width:16px;height:16px;border-radius:4px;border:2px solid}.atn-legend .legend-color.l1{background:#3b82f64d;border-color:#3b82f6}.atn-legend .legend-color.l2{background:#f59e0b4d;border-color:#f59e0b}.atn-legend .legend-color.result{background:#22c55e4d;border-color:#22c55e}@media(max-width:768px){.atn-visualization .d3-visualization-container{padding:.75rem}.atn-visualization svg{min-width:400px}.atn-legend{gap:.75rem}.atn-legend .legend-item{font-size:.75rem}}._problem-page_1obwb_1{padding:2rem 0}._container_1obwb_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_1obwb_23{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1obwb_23 a{text-decoration:none;transition:color .2s;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1obwb_23 a:hover{color:#22c55e}._breadcrumb_1obwb_23 span{color:#64748b}._problem-header_1obwb_89{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_1obwb_107{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_1obwb_107 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_1obwb_141{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-medium_1obwb_157{background:#fb923c33;color:#fdba74;border:1px solid rgba(251,146,60,.4)}._problem-meta_1obwb_169{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_1obwb_181{color:#94a3b8;font-size:.875rem}._problem-section_1obwb_193{margin-bottom:2rem}._problem-section_1obwb_193 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_1obwb_225{padding:1.5rem}._glass-card_1obwb_225 p:last-child{margin-bottom:0}._examples_1obwb_249 h4,._key-points_1obwb_271 h4{margin:0 0 .75rem;color:#86efac;font-size:.95rem}@media(max-width:768px){._problem-title-row_1obwb_107 h1{font-size:1.5rem}}@media(max-width:768px){._container_1obwb_9{padding:0 .5rem}}.min-stack-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.min-stack-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.step-description{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#3b82f633,#22c55e33);border:1px solid rgba(59,130,246,.4);border-radius:8px;margin-bottom:.5rem}.step-text{color:#e2e8f0;font-size:.95rem;font-weight:500;font-family:Fira Code,Consolas,monospace}.d3-visualization-container{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:var(--bg-visualizer);border-radius:8px;border:1px solid rgba(34,197,94,.2);min-height:300px}.d3-visualization-container h4{margin:0;color:#cbd5e1;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.d3-svg-container{overflow-x:auto;padding:.5rem 0}.min-stack-canvas{display:block;border-radius:6px}:root .min-stack-canvas,[data-theme=light] .min-stack-canvas{background:#f8fafccc}[data-theme=dark] .min-stack-canvas{background:#0f172a66}.info-section{display:flex;gap:1rem;flex-wrap:wrap}.info-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:6px}.info-item.blue{background:#3b82f626;border-color:#3b82f666}.info-item.blue .info-value{color:#93c5fd}.info-item.green{background:#22c55e26;border-color:#22c55e66}.info-item.green .info-value{color:#86efac}.info-item.orange{background:#f59e0b26;border-color:#f59e0b66}.info-item.orange .info-value{color:#fcd34d}.info-value{color:#86efac;font-weight:700;font-size:1rem;font-family:Courier New,monospace}.complete-section{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#22c55e26;border:2px solid rgba(34,197,94,.5);border-radius:8px;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;min-height:56px}.complete-section.visible{opacity:1;visibility:visible}.complete-icon{font-size:1.5rem;color:#86efac}.complete-text{color:#86efac;font-weight:700;font-size:1rem}@media(max-width:768px){.step-icon{display:none}}._problem-page_ocu2h_1{padding:2rem 0}._container_ocu2h_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_ocu2h_23{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_ocu2h_23 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_ocu2h_23 a:hover{color:#22c55e}._breadcrumb_ocu2h_23 span{color:#64748b}._problem-header_ocu2h_85{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_ocu2h_103{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_ocu2h_103 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_ocu2h_137{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-medium_ocu2h_153{background:#fb923c33;color:#fdba74;border:1px solid rgba(251,146,60,.4)}._problem-meta_ocu2h_165{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_ocu2h_177{color:var(--text-muted);font-size:.875rem}._problem-section_ocu2h_189{margin-bottom:2rem}._problem-section_ocu2h_189 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_ocu2h_219{padding:1.5rem}._glass-card_ocu2h_219 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._glass-card_ocu2h_219 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._glass-card_ocu2h_219 code{background:#6366f140;color:#a5b4fc}._operations-list_ocu2h_269{margin:1rem 0;padding-left:1.5rem;color:var(--text-secondary)}._operations-list_ocu2h_269 li{margin-bottom:.5rem;line-height:1.6}._examples_ocu2h_293{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._examples_ocu2h_293 h4{margin:0 0 .75rem;color:var(--primary);font-size:.95rem}._example_ocu2h_293{padding:1rem;background:var(--bg-secondary);border-radius:8px;margin-bottom:1rem;font-family:var(--font-mono);font-size:.9rem;color:var(--text-secondary)}._key-points_ocu2h_339{margin-top:1rem;padding:1rem;background:var(--bg-secondary);border-radius:8px;border:1px solid var(--border)}._key-points_ocu2h_339 h4{margin:0 0 .75rem;color:var(--primary);font-size:.95rem}._key-points_ocu2h_339 ul{margin:0;padding-left:1.5rem;color:var(--text-secondary)}._key-points_ocu2h_339 li{margin-bottom:.5rem;line-height:1.6}._explanation_ocu2h_391 ._step_ocu2h_391{padding:1rem;margin-bottom:1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid var(--primary)}._explanation_ocu2h_391 ._step_ocu2h_391:last-child{margin-bottom:0}._explanation_ocu2h_391 ._step_ocu2h_391 h4{margin:0 0 .5rem;color:var(--primary);font-size:.95rem}._explanation_ocu2h_391 ._step_ocu2h_391 p{margin:0;color:var(--text-secondary);line-height:1.6}@media(max-width:768px){._problem-title-row_ocu2h_103 h1{font-size:1.5rem}}@media(max-width:768px){._container_ocu2h_9{padding:0 .5rem}}.detect-cycle-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.detect-cycle-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.detect-cycle-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;font-weight:500}:root .detect-cycle-visualization .step-description,[data-theme=light] .detect-cycle-visualization .step-description{background:linear-gradient(135deg,#3b82f614,#f59e0b14);border:1px solid rgba(59,130,246,.2);color:#334155}[data-theme=dark] .detect-cycle-visualization .step-description{background:linear-gradient(135deg,#3b82f61a,#f59e0b1a);border:1px solid rgba(59,130,246,.25);color:#e2e8f0}.detect-cycle-visualization .step-description.detected{background:linear-gradient(135deg,#ef444426,#f59e0b26);border-color:#ef444466}.detect-cycle-visualization .step-icon{font-size:1.25rem}.detect-cycle-visualization .step-text{font-size:.9rem}.detect-cycle-visualization .d3-visualization-container{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:8px;overflow-x:auto}:root .detect-cycle-visualization .d3-visualization-container,[data-theme=light] .detect-cycle-visualization .d3-visualization-container{background:linear-gradient(135deg,#fffffff2,#f8fafce6);border:1px solid rgba(59,130,246,.15)}[data-theme=dark] .detect-cycle-visualization .d3-visualization-container{background:#06201466;border:1px solid rgba(34,197,94,.2)}.detect-cycle-visualization .d3-visualization-container h4{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}:root .detect-cycle-visualization .d3-visualization-container h4,[data-theme=light] .detect-cycle-visualization .d3-visualization-container h4{color:#64748b}[data-theme=dark] .detect-cycle-visualization .d3-visualization-container h4{color:#94a3b8}.detect-cycle-visualization svg{min-width:450px}.detect-cycle-info-section{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .detect-cycle-info-section,[data-theme=light] .detect-cycle-info-section{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .detect-cycle-info-section{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.detect-cycle-info-section .info-row{display:flex;align-items:center;gap:.5rem}.detect-cycle-info-section .info-label{font-weight:600;font-size:.85rem}.detect-cycle-info-section .info-value{font-family:Courier New,monospace;font-weight:700;font-size:.9rem}.detect-cycle-info-section .info-row.slow .info-label,.detect-cycle-info-section .info-row.slow .info-value{color:#3b82f6}.detect-cycle-info-section .info-row.fast .info-label,.detect-cycle-info-section .info-row.fast .info-value{color:#f59e0b}.detect-cycle-info-section .info-row.status .info-label{color:#64748b}[data-theme=dark] .detect-cycle-info-section .info-row.status .info-label{color:#94a3b8}.detect-cycle-info-section .info-row.status .info-value{color:#22c55e}.detect-cycle-legend{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .detect-cycle-legend,[data-theme=light] .detect-cycle-legend{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .detect-cycle-legend{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.detect-cycle-legend .legend-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500}:root .detect-cycle-legend .legend-item,[data-theme=light] .detect-cycle-legend .legend-item{color:#475569}[data-theme=dark] .detect-cycle-legend .legend-item{color:#94a3b8}.detect-cycle-legend .legend-color{width:16px;height:16px;border-radius:4px;border:2px solid}.detect-cycle-legend .legend-color.slow{background:#3b82f666;border-color:#3b82f6}.detect-cycle-legend .legend-color.fast{background:#f59e0b66;border-color:#f59e0b}.detect-cycle-legend .legend-color.meet{background:#ef444466;border-color:#ef4444}@media(max-width:768px){.detect-cycle-visualization .d3-visualization-container{padding:.75rem}.detect-cycle-visualization svg{min-width:350px}.detect-cycle-legend{gap:.75rem}.detect-cycle-legend .legend-item{font-size:.75rem}}._problem-page_qf090_1{padding:2rem 0}._container_qf090_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_qf090_23{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_qf090_23 a{text-decoration:none;transition:color .2s;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_qf090_23 a:hover{color:#22c55e}._breadcrumb_qf090_23 span{color:#64748b}._problem-header_qf090_89{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_qf090_107{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_qf090_107 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_qf090_141{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_qf090_157{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.4)}._problem-meta_qf090_169{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_qf090_181{color:#94a3b8;font-size:.875rem}._problem-section_qf090_193{margin-bottom:2rem}._problem-section_qf090_193 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_qf090_225{padding:1.5rem}._glass-card_qf090_225 code{background:#22c55e33;padding:.125rem .375rem;border-radius:4px;color:#86efac;font-family:Fira Code,monospace;font-size:.9em}._examples_qf090_259 h4,._key-points_qf090_281 h4{margin:0 0 .75rem;color:#86efac;font-size:.95rem}@media(max-width:768px){._problem-title-row_qf090_107 h1{font-size:1.5rem}}@media(max-width:768px){._container_qf090_9{padding:0 .5rem}}.find-cycle-start-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.fcs-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.fcs-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;font-weight:500}:root .fcs-visualization .step-description,[data-theme=light] .fcs-visualization .step-description{background:linear-gradient(135deg,#3b82f614,#f59e0b14);border:1px solid rgba(59,130,246,.2);color:#334155}[data-theme=dark] .fcs-visualization .step-description{background:linear-gradient(135deg,#3b82f61a,#f59e0b1a);border:1px solid rgba(59,130,246,.25);color:#e2e8f0}.fcs-visualization .step-description.complete{background:linear-gradient(135deg,#a855f726,#8b5cf626);border-color:#a855f766}.fcs-visualization .step-icon{font-size:1.25rem}.fcs-visualization .step-text{font-size:.9rem}.fcs-visualization .d3-visualization-container{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:8px;overflow-x:auto}:root .fcs-visualization .d3-visualization-container,[data-theme=light] .fcs-visualization .d3-visualization-container{background:linear-gradient(135deg,#fffffff2,#f8fafce6);border:1px solid rgba(59,130,246,.15)}[data-theme=dark] .fcs-visualization .d3-visualization-container{background:#06201466;border:1px solid rgba(34,197,94,.2)}.fcs-visualization .d3-visualization-container h4{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}:root .fcs-visualization .d3-visualization-container h4,[data-theme=light] .fcs-visualization .d3-visualization-container h4{color:#64748b}[data-theme=dark] .fcs-visualization .d3-visualization-container h4{color:#94a3b8}.fcs-visualization svg{min-width:450px}.fcs-info-section{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .fcs-info-section,[data-theme=light] .fcs-info-section{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .fcs-info-section{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.fcs-info-section .info-row{display:flex;align-items:center;gap:.5rem}.fcs-info-section .info-label{font-weight:600;font-size:.85rem}.fcs-info-section .info-value{font-family:Courier New,monospace;font-weight:700;font-size:.9rem}:root .fcs-info-section .info-label,[data-theme=light] .fcs-info-section .info-label{color:#64748b}[data-theme=dark] .fcs-info-section .info-label{color:#94a3b8}:root .fcs-info-section .info-value,[data-theme=light] .fcs-info-section .info-value{color:#1d4ed8}[data-theme=dark] .fcs-info-section .info-value{color:#86efac}.fcs-info-section .info-row.slow .info-label,.fcs-info-section .info-row.slow .info-value{color:#3b82f6}.fcs-info-section .info-row.fast .info-label,.fcs-info-section .info-row.fast .info-value{color:#f59e0b}.fcs-info-section .info-row.ptr1 .info-label,.fcs-info-section .info-row.ptr1 .info-value{color:#3b82f6}.fcs-info-section .info-row.ptr2 .info-label,.fcs-info-section .info-row.ptr2 .info-value{color:#22c55e}.fcs-legend{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .fcs-legend,[data-theme=light] .fcs-legend{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .fcs-legend{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.fcs-legend .legend-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500}:root .fcs-legend .legend-item,[data-theme=light] .fcs-legend .legend-item{color:#475569}[data-theme=dark] .fcs-legend .legend-item{color:#94a3b8}.fcs-legend .legend-color{width:16px;height:16px;border-radius:4px;border:2px solid}.fcs-legend .legend-color.slow{background:#3b82f666;border-color:#3b82f6}.fcs-legend .legend-color.fast{background:#f59e0b66;border-color:#f59e0b}.fcs-legend .legend-color.found{background:#a855f766;border-color:#a855f7}@media(max-width:768px){.fcs-visualization .d3-visualization-container{padding:.75rem}.fcs-visualization svg{min-width:350px}.fcs-legend{gap:.75rem}.fcs-legend .legend-item{font-size:.75rem}}._problem-page_32hzb_1{padding:2rem 0}._container_32hzb_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_32hzb_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_32hzb_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_32hzb_21 a:hover{color:#22c55e}._breadcrumb_32hzb_21 span{color:#64748b}._problem-header_32hzb_83{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_32hzb_101{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_32hzb_101 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_32hzb_135{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-medium_32hzb_151{background:#f59e0b33;color:#fcd34d;border:1px solid rgba(245,158,11,.4)}._problem-meta_32hzb_163{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_32hzb_175{color:#94a3b8;font-size:.875rem}._problem-section_32hzb_185{margin-bottom:2rem}._problem-section_32hzb_185 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_32hzb_213{padding:1.5rem}@media(max-width:768px){._container_32hzb_9{padding:0 .5rem}}.middle-of-list-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.mol-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.mol-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;font-weight:500}:root .mol-visualization .step-description,[data-theme=light] .mol-visualization .step-description{background:linear-gradient(135deg,#3b82f614,#f59e0b14);border:1px solid rgba(59,130,246,.2);color:#334155}[data-theme=dark] .mol-visualization .step-description{background:linear-gradient(135deg,#3b82f61a,#f59e0b1a);border:1px solid rgba(59,130,246,.25);color:#e2e8f0}.mol-visualization .step-description.found{background:linear-gradient(135deg,#a855f726,#8b5cf626);border-color:#a855f766}.mol-visualization .step-icon{font-size:1.25rem}.mol-visualization .step-text{font-size:.9rem}.mol-visualization .d3-visualization-container{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:8px;overflow-x:auto}:root .mol-visualization .d3-visualization-container,[data-theme=light] .mol-visualization .d3-visualization-container{background:linear-gradient(135deg,#fffffff2,#f8fafce6);border:1px solid rgba(59,130,246,.15)}[data-theme=dark] .mol-visualization .d3-visualization-container{background:#06201466;border:1px solid rgba(34,197,94,.2)}.mol-visualization .d3-visualization-container h4{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}:root .mol-visualization .d3-visualization-container h4,[data-theme=light] .mol-visualization .d3-visualization-container h4{color:#64748b}[data-theme=dark] .mol-visualization .d3-visualization-container h4{color:#94a3b8}.mol-visualization svg{min-width:450px}.mol-info-section{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .mol-info-section,[data-theme=light] .mol-info-section{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .mol-info-section{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.mol-info-section .info-row{display:flex;align-items:center;gap:.5rem}.mol-info-section .info-label{font-weight:600;font-size:.85rem}.mol-info-section .info-value{font-family:Courier New,monospace;font-weight:700;font-size:.9rem}.mol-info-section .info-row.slow .info-label,.mol-info-section .info-row.slow .info-value{color:#3b82f6}.mol-info-section .info-row.fast .info-label,.mol-info-section .info-row.fast .info-value{color:#f59e0b}.mol-info-section .info-row.middle .info-label,.mol-info-section .info-row.middle .info-value{color:#a855f7}.mol-legend{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .mol-legend,[data-theme=light] .mol-legend{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .mol-legend{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.mol-legend .legend-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500}:root .mol-legend .legend-item,[data-theme=light] .mol-legend .legend-item{color:#475569}[data-theme=dark] .mol-legend .legend-item{color:#94a3b8}.mol-legend .legend-color{width:16px;height:16px;border-radius:4px;border:2px solid}.mol-legend .legend-color.slow{background:#3b82f666;border-color:#3b82f6}.mol-legend .legend-color.fast{background:#f59e0b66;border-color:#f59e0b}.mol-legend .legend-color.middle{background:#a855f766;border-color:#a855f7}@media(max-width:768px){.mol-visualization .d3-visualization-container{padding:.75rem}.mol-visualization svg{min-width:350px}.mol-legend{gap:.75rem}.mol-legend .legend-item{font-size:.75rem}}._problem-page_11ts6_1{padding:2rem 0}._container_11ts6_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_11ts6_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_11ts6_21 a{text-decoration:none;transition:color .2s;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_11ts6_21 a:hover{color:#22c55e}._breadcrumb_11ts6_21 span{color:#64748b}._problem-header_11ts6_85{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_11ts6_103{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_11ts6_103 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_11ts6_137{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_11ts6_153{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.4)}._problem-meta_11ts6_165{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_11ts6_177{color:#94a3b8;font-size:.875rem}._problem-section_11ts6_187{margin-bottom:2rem}._problem-section_11ts6_187 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_11ts6_217{padding:1.5rem}._examples_11ts6_235 h4{margin:0 0 .75rem;color:#86efac;font-size:.95rem}@media(max-width:768px){._container_11ts6_9{padding:0 .5rem}}.merge-lists-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.mtl-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.mtl-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;font-weight:500}:root .mtl-visualization .step-description,[data-theme=light] .mtl-visualization .step-description{background:linear-gradient(135deg,#3b82f614,#f59e0b14);border:1px solid rgba(59,130,246,.2);color:#334155}[data-theme=dark] .mtl-visualization .step-description{background:linear-gradient(135deg,#3b82f61a,#f59e0b1a);border:1px solid rgba(59,130,246,.25);color:#e2e8f0}.mtl-visualization .step-description.complete{background:linear-gradient(135deg,#22c55e26,#10b98126);border-color:#22c55e66}.mtl-visualization .step-icon{font-size:1.25rem}.mtl-visualization .step-text{font-size:.9rem}.mtl-visualization .d3-visualization-container{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:8px;overflow-x:auto}:root .mtl-visualization .d3-visualization-container,[data-theme=light] .mtl-visualization .d3-visualization-container{background:linear-gradient(135deg,#fffffff2,#f8fafce6);border:1px solid rgba(59,130,246,.15)}[data-theme=dark] .mtl-visualization .d3-visualization-container{background:#06201466;border:1px solid rgba(34,197,94,.2)}.mtl-visualization .d3-visualization-container h4{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}:root .mtl-visualization .d3-visualization-container h4,[data-theme=light] .mtl-visualization .d3-visualization-container h4{color:#64748b}[data-theme=dark] .mtl-visualization .d3-visualization-container h4{color:#94a3b8}.mtl-visualization svg{min-width:450px}.mtl-info-section{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .mtl-info-section,[data-theme=light] .mtl-info-section{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .mtl-info-section{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.mtl-info-section .info-row{display:flex;align-items:center;gap:.5rem}.mtl-info-section .info-label{font-weight:600;font-size:.85rem}.mtl-info-section .info-value{font-family:Courier New,monospace;font-weight:700;font-size:.9rem}.mtl-info-section .info-row.l1 .info-label,.mtl-info-section .info-row.l1 .info-value{color:#3b82f6}.mtl-info-section .info-row.l2 .info-label,.mtl-info-section .info-row.l2 .info-value{color:#f59e0b}.mtl-info-section .info-row.result .info-label,.mtl-info-section .info-row.result .info-value{color:#22c55e}.mtl-legend{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .mtl-legend,[data-theme=light] .mtl-legend{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .mtl-legend{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.mtl-legend .legend-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500}:root .mtl-legend .legend-item,[data-theme=light] .mtl-legend .legend-item{color:#475569}[data-theme=dark] .mtl-legend .legend-item{color:#94a3b8}.mtl-legend .legend-color{width:16px;height:16px;border-radius:4px;border:2px solid}.mtl-legend .legend-color.l1{background:#3b82f666;border-color:#3b82f6}.mtl-legend .legend-color.l2{background:#f59e0b66;border-color:#f59e0b}.mtl-legend .legend-color.result{background:#22c55e66;border-color:#22c55e}@media(max-width:768px){.mtl-visualization .d3-visualization-container{padding:.75rem}.mtl-visualization svg{min-width:350px}.mtl-legend{gap:.75rem}.mtl-legend .legend-item{font-size:.75rem}}.palindrome-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.pal-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.pal-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;font-weight:500}:root .pal-visualization .step-description,[data-theme=light] .pal-visualization .step-description{background:linear-gradient(135deg,#3b82f614,#f59e0b14);border:1px solid rgba(59,130,246,.2);color:#334155}[data-theme=dark] .pal-visualization .step-description{background:linear-gradient(135deg,#3b82f61a,#f59e0b1a);border:1px solid rgba(59,130,246,.25);color:#e2e8f0}.pal-visualization .step-description.complete{background:linear-gradient(135deg,#22c55e26,#10b98126);border-color:#22c55e66}.pal-visualization .step-icon{font-size:1.25rem}.pal-visualization .step-text{font-size:.9rem}.pal-visualization .d3-visualization-container{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:8px;overflow-x:auto}:root .pal-visualization .d3-visualization-container,[data-theme=light] .pal-visualization .d3-visualization-container{background:linear-gradient(135deg,#fffffff2,#f8fafce6);border:1px solid rgba(59,130,246,.15)}[data-theme=dark] .pal-visualization .d3-visualization-container{background:#06201466;border:1px solid rgba(34,197,94,.2)}.pal-visualization .d3-visualization-container h4{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}:root .pal-visualization .d3-visualization-container h4,[data-theme=light] .pal-visualization .d3-visualization-container h4{color:#64748b}[data-theme=dark] .pal-visualization .d3-visualization-container h4{color:#94a3b8}.pal-visualization svg{min-width:350px}.pal-info-section{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .pal-info-section,[data-theme=light] .pal-info-section{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .pal-info-section{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.pal-info-section .info-row{display:flex;align-items:center;gap:.5rem}.pal-info-section .info-label{font-weight:600;font-size:.85rem}:root .pal-info-section .info-label,[data-theme=light] .pal-info-section .info-label{color:#64748b}[data-theme=dark] .pal-info-section .info-label{color:#94a3b8}.pal-info-section .info-value{font-family:Courier New,monospace;font-weight:700;font-size:.9rem}:root .pal-info-section .info-value,[data-theme=light] .pal-info-section .info-value{color:#1d4ed8}[data-theme=dark] .pal-info-section .info-value{color:#86efac}.pal-legend{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .pal-legend,[data-theme=light] .pal-legend{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .pal-legend{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.pal-legend .legend-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500}:root .pal-legend .legend-item,[data-theme=light] .pal-legend .legend-item{color:#475569}[data-theme=dark] .pal-legend .legend-item{color:#94a3b8}.pal-legend .legend-color{width:16px;height:16px;border-radius:4px;border:2px solid}.pal-legend .legend-color.slow{background:#3b82f666;border-color:#3b82f6}.pal-legend .legend-color.fast{background:#f59e0b66;border-color:#f59e0b}@media(max-width:768px){.pal-visualization .d3-visualization-container{padding:.75rem}.pal-visualization svg{min-width:300px}.pal-legend{gap:.75rem}.pal-legend .legend-item{font-size:.75rem}}.intersection-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.int-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.int-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;font-weight:500}:root .int-visualization .step-description,[data-theme=light] .int-visualization .step-description{background:linear-gradient(135deg,#3b82f614,#f59e0b14);border:1px solid rgba(59,130,246,.2);color:#334155}[data-theme=dark] .int-visualization .step-description{background:linear-gradient(135deg,#3b82f61a,#f59e0b1a);border:1px solid rgba(59,130,246,.25);color:#e2e8f0}.int-visualization .step-description.complete{background:linear-gradient(135deg,#a855f726,#8b5cf626);border-color:#a855f766}.int-visualization .step-icon{font-size:1.25rem}.int-visualization .step-text{font-size:.9rem}.int-visualization .d3-visualization-container{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:8px;overflow-x:auto}:root .int-visualization .d3-visualization-container,[data-theme=light] .int-visualization .d3-visualization-container{background:linear-gradient(135deg,#fffffff2,#f8fafce6);border:1px solid rgba(59,130,246,.15)}[data-theme=dark] .int-visualization .d3-visualization-container{background:#06201466;border:1px solid rgba(34,197,94,.2)}.int-visualization .d3-visualization-container h4{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}:root .int-visualization .d3-visualization-container h4,[data-theme=light] .int-visualization .d3-visualization-container h4{color:#64748b}[data-theme=dark] .int-visualization .d3-visualization-container h4{color:#94a3b8}.int-visualization svg{min-width:450px}.int-legend{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .int-legend,[data-theme=light] .int-legend{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .int-legend{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.int-legend .legend-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500}:root .int-legend .legend-item,[data-theme=light] .int-legend .legend-item{color:#475569}[data-theme=dark] .int-legend .legend-item{color:#94a3b8}.int-legend .legend-color{width:16px;height:16px;border-radius:4px;border:2px solid}.int-legend .legend-color.pA{background:#3b82f666;border-color:#3b82f6}.int-legend .legend-color.pB{background:#f59e0b66;border-color:#f59e0b}.int-legend .legend-color.int{background:#a855f766;border-color:#a855f7}@media(max-width:768px){.int-visualization .d3-visualization-container{padding:.75rem}.int-visualization svg{min-width:350px}.int-legend{gap:.75rem}.int-legend .legend-item{font-size:.75rem}}._problem-page_7o5ko_1{padding:2rem 0}._container_7o5ko_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_7o5ko_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_7o5ko_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_7o5ko_21 a:hover{color:#22c55e}._breadcrumb_7o5ko_21 span{color:#64748b}._problem-header_7o5ko_83{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_7o5ko_101{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_7o5ko_101 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_7o5ko_135{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_7o5ko_151{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.4)}._problem-meta_7o5ko_163{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_7o5ko_175{color:#94a3b8;font-size:.875rem}._problem-section_7o5ko_185{margin-bottom:2rem}._problem-section_7o5ko_185 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_7o5ko_215{padding:1.5rem}@media(max-width:768px){._container_7o5ko_9{padding:0 .5rem}}.nth-from-end-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.nth-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.nth-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;font-weight:500}:root .nth-visualization .step-description,[data-theme=light] .nth-visualization .step-description{background:linear-gradient(135deg,#3b82f614,#f59e0b14);border:1px solid rgba(59,130,246,.2);color:#334155}[data-theme=dark] .nth-visualization .step-description{background:linear-gradient(135deg,#3b82f61a,#f59e0b1a);border:1px solid rgba(59,130,246,.25);color:#e2e8f0}.nth-visualization .step-description.complete{background:linear-gradient(135deg,#a855f726,#8b5cf626);border-color:#a855f766}.nth-visualization .step-icon{font-size:1.25rem}.nth-visualization .step-text{font-size:.9rem}.nth-visualization .d3-visualization-container{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:8px;overflow-x:auto}:root .nth-visualization .d3-visualization-container,[data-theme=light] .nth-visualization .d3-visualization-container{background:linear-gradient(135deg,#fffffff2,#f8fafce6);border:1px solid rgba(59,130,246,.15)}[data-theme=dark] .nth-visualization .d3-visualization-container{background:#06201466;border:1px solid rgba(34,197,94,.2)}.nth-visualization .d3-visualization-container h4{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}:root .nth-visualization .d3-visualization-container h4,[data-theme=light] .nth-visualization .d3-visualization-container h4{color:#64748b}[data-theme=dark] .nth-visualization .d3-visualization-container h4{color:#94a3b8}.nth-visualization svg{min-width:450px}.nth-info-section{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .nth-info-section,[data-theme=light] .nth-info-section{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .nth-info-section{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.nth-info-section .info-row{display:flex;align-items:center;gap:.5rem}.nth-info-section .info-label{font-weight:600;font-size:.85rem}.nth-info-section .info-value{font-family:Courier New,monospace;font-weight:700;font-size:.9rem}.nth-info-section .info-row.slow .info-label,.nth-info-section .info-row.slow .info-value{color:#3b82f6}.nth-info-section .info-row.fast .info-label,.nth-info-section .info-row.fast .info-value{color:#f59e0b}.nth-info-section .info-row.n .info-label,.nth-info-section .info-row.n .info-value{color:#a855f7}.nth-legend{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .nth-legend,[data-theme=light] .nth-legend{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .nth-legend{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.nth-legend .legend-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500}:root .nth-legend .legend-item,[data-theme=light] .nth-legend .legend-item{color:#475569}[data-theme=dark] .nth-legend .legend-item{color:#94a3b8}.nth-legend .legend-color{width:16px;height:16px;border-radius:4px;border:2px solid}.nth-legend .legend-color.slow{background:#3b82f666;border-color:#3b82f6}.nth-legend .legend-color.fast{background:#f59e0b66;border-color:#f59e0b}.nth-legend .legend-color.found{background:#a855f766;border-color:#a855f7}@media(max-width:768px){.nth-visualization .d3-visualization-container{padding:.75rem}.nth-visualization svg{min-width:350px}.nth-legend{gap:.75rem}.nth-legend .legend-item{font-size:.75rem}}._problem-page_1tvdw_1{padding:2rem 0}._container_1tvdw_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_1tvdw_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1tvdw_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1tvdw_21 a:hover{color:#22c55e}._breadcrumb_1tvdw_21 span{color:#64748b}._problem-header_1tvdw_83{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_1tvdw_101{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_1tvdw_101 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_1tvdw_135{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_1tvdw_151{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.4)}._problem-meta_1tvdw_163{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_1tvdw_175{color:#94a3b8;font-size:.875rem}._problem-section_1tvdw_185{margin-bottom:2rem}._problem-section_1tvdw_185 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_1tvdw_213{padding:1.5rem}@media(max-width:768px){._container_1tvdw_9{padding:0 .5rem}}.remove-nth-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.rnth-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.rnth-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;font-weight:500}:root .rnth-visualization .step-description,[data-theme=light] .rnth-visualization .step-description{background:linear-gradient(135deg,#3b82f614,#ef444414);border:1px solid rgba(59,130,246,.2);color:#334155}[data-theme=dark] .rnth-visualization .step-description{background:linear-gradient(135deg,#3b82f61a,#ef44441a);border:1px solid rgba(59,130,246,.25);color:#e2e8f0}.rnth-visualization .step-description.complete{background:linear-gradient(135deg,#22c55e26,#10b98126);border-color:#22c55e66}.rnth-visualization .step-icon{font-size:1.25rem}.rnth-visualization .step-text{font-size:.9rem}.rnth-visualization .d3-visualization-container{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:8px;overflow-x:auto}:root .rnth-visualization .d3-visualization-container,[data-theme=light] .rnth-visualization .d3-visualization-container{background:linear-gradient(135deg,#fffffff2,#f8fafce6);border:1px solid rgba(59,130,246,.15)}[data-theme=dark] .rnth-visualization .d3-visualization-container{background:#06201466;border:1px solid rgba(34,197,94,.2)}.rnth-visualization .d3-visualization-container h4{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}:root .rnth-visualization .d3-visualization-container h4,[data-theme=light] .rnth-visualization .d3-visualization-container h4{color:#64748b}[data-theme=dark] .rnth-visualization .d3-visualization-container h4{color:#94a3b8}.rnth-visualization svg{min-width:450px}.rnth-info-section{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .rnth-info-section,[data-theme=light] .rnth-info-section{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .rnth-info-section{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.rnth-info-section .info-row{display:flex;align-items:center;gap:.5rem}.rnth-info-section .info-label{font-weight:600;font-size:.85rem}.rnth-info-section .info-value{font-family:Courier New,monospace;font-weight:700;font-size:.9rem}.rnth-info-section .info-row.slow .info-label,.rnth-info-section .info-row.slow .info-value{color:#3b82f6}.rnth-info-section .info-row.fast .info-label,.rnth-info-section .info-row.fast .info-value{color:#f59e0b}.rnth-info-section .info-row.remove .info-label,.rnth-info-section .info-row.remove .info-value{color:#ef4444}.rnth-legend{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .rnth-legend,[data-theme=light] .rnth-legend{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .rnth-legend{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.rnth-legend .legend-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500}:root .rnth-legend .legend-item,[data-theme=light] .rnth-legend .legend-item{color:#475569}[data-theme=dark] .rnth-legend .legend-item{color:#94a3b8}.rnth-legend .legend-color{width:16px;height:16px;border-radius:4px;border:2px solid}.rnth-legend .legend-color.slow{background:#3b82f666;border-color:#3b82f6}.rnth-legend .legend-color.fast{background:#f59e0b66;border-color:#f59e0b}.rnth-legend .legend-color.remove{background:#ef444466;border-color:#ef4444}@media(max-width:768px){.rnth-visualization .d3-visualization-container{padding:.75rem}.rnth-visualization svg{min-width:350px}.rnth-legend{gap:.75rem}.rnth-legend .legend-item{font-size:.75rem}}._problem-page_29dsw_1{padding:2rem 0}._container_29dsw_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_29dsw_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_29dsw_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_29dsw_21 a:hover{color:#22c55e}._breadcrumb_29dsw_21 span{color:#64748b}._problem-header_29dsw_83{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_29dsw_101{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_29dsw_101 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_29dsw_135{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-medium_29dsw_151{background:#f59e0b33;color:#fcd34d;border:1px solid rgba(245,158,11,.4)}._problem-meta_29dsw_163{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_29dsw_175{color:#94a3b8;font-size:.875rem}._problem-section_29dsw_185{margin-bottom:2rem}._problem-section_29dsw_185 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_29dsw_215{padding:1.5rem}@media(max-width:768px){._container_29dsw_9{padding:0 .5rem}}.remove-duplicates-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.rdup-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.rdup-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;font-weight:500}:root .rdup-visualization .step-description,[data-theme=light] .rdup-visualization .step-description{background:linear-gradient(135deg,#22c55e14,#10b98114);border:1px solid rgba(34,197,94,.2);color:#334155}[data-theme=dark] .rdup-visualization .step-description{background:linear-gradient(135deg,#22c55e1a,#10b9811a);border:1px solid rgba(34,197,94,.25);color:#e2e8f0}.rdup-visualization .step-description.complete{background:linear-gradient(135deg,#22c55e26,#10b98126);border-color:#22c55e66}.rdup-visualization .step-icon{font-size:1.25rem}.rdup-visualization .step-text{font-size:.9rem}.rdup-visualization .d3-visualization-container{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:8px;overflow-x:auto}:root .rdup-visualization .d3-visualization-container,[data-theme=light] .rdup-visualization .d3-visualization-container{background:linear-gradient(135deg,#fffffff2,#f8fafce6);border:1px solid rgba(59,130,246,.15)}[data-theme=dark] .rdup-visualization .d3-visualization-container{background:#06201466;border:1px solid rgba(34,197,94,.2)}.rdup-visualization .d3-visualization-container h4{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}:root .rdup-visualization .d3-visualization-container h4,[data-theme=light] .rdup-visualization .d3-visualization-container h4{color:#64748b}[data-theme=dark] .rdup-visualization .d3-visualization-container h4{color:#94a3b8}.rdup-visualization svg{min-width:350px}.rdup-info-section{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .rdup-info-section,[data-theme=light] .rdup-info-section{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .rdup-info-section{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.rdup-info-section .info-row{display:flex;align-items:center;gap:.5rem}.rdup-info-section .info-label{font-weight:600;font-size:.85rem}:root .rdup-info-section .info-label,[data-theme=light] .rdup-info-section .info-label{color:#64748b}[data-theme=dark] .rdup-info-section .info-label{color:#94a3b8}.rdup-info-section .info-value{font-family:Courier New,monospace;font-weight:700;font-size:.9rem}:root .rdup-info-section .info-value,[data-theme=light] .rdup-info-section .info-value{color:#1d4ed8}[data-theme=dark] .rdup-info-section .info-value{color:#86efac}.rdup-info-section .info-row.curr .info-label,.rdup-info-section .info-row.curr .info-value{color:#22c55e}.rdup-legend{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .rdup-legend,[data-theme=light] .rdup-legend{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .rdup-legend{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.rdup-legend .legend-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500}:root .rdup-legend .legend-item,[data-theme=light] .rdup-legend .legend-item{color:#475569}[data-theme=dark] .rdup-legend .legend-item{color:#94a3b8}.rdup-legend .legend-color{width:16px;height:16px;border-radius:4px;border:2px solid}.rdup-legend .legend-color.curr{background:#22c55e66;border-color:#22c55e}.rdup-legend .legend-color.next{background:#f59e0b66;border-color:#f59e0b}.rdup-legend .legend-color.removed{background:#ef444466;border-color:#ef4444}@media(max-width:768px){.rdup-visualization .d3-visualization-container{padding:.75rem}.rdup-visualization svg{min-width:300px}.rdup-legend{gap:.75rem}.rdup-legend .legend-item{font-size:.75rem}}._problem-page_1a0vr_1{padding:2rem 0}._container_1a0vr_5{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_1a0vr_11{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1a0vr_11 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1a0vr_11 a:hover{color:#22c55e}._breadcrumb_1a0vr_11 span{color:#64748b}._problem-header_1a0vr_42{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_1a0vr_51{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_1a0vr_51 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_1a0vr_68{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_1a0vr_76{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.4)}._problem-meta_1a0vr_82{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_1a0vr_88{color:#94a3b8;font-size:.875rem}._problem-section_1a0vr_93{margin-bottom:2rem}._problem-section_1a0vr_93 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_1a0vr_107{padding:1.5rem}@media(max-width:768px){._container_1a0vr_5{padding:0 .5rem}}.swap-nodes-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.swap-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.swap-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;font-weight:500}:root .swap-visualization .step-description,[data-theme=light] .swap-visualization .step-description{background:linear-gradient(135deg,#a855f714,#3b82f614);border:1px solid rgba(168,85,247,.2);color:#334155}[data-theme=dark] .swap-visualization .step-description{background:linear-gradient(135deg,#a855f71a,#3b82f61a);border:1px solid rgba(168,85,247,.25);color:#e2e8f0}.swap-visualization .step-description.complete{background:linear-gradient(135deg,#22c55e26,#10b98126);border-color:#22c55e66}.swap-visualization .step-icon{font-size:1.25rem}.swap-visualization .step-text{font-size:.9rem}.swap-visualization .d3-visualization-container{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:8px;overflow-x:auto}:root .swap-visualization .d3-visualization-container,[data-theme=light] .swap-visualization .d3-visualization-container{background:linear-gradient(135deg,#fffffff2,#f8fafce6);border:1px solid rgba(59,130,246,.15)}[data-theme=dark] .swap-visualization .d3-visualization-container{background:#06201466;border:1px solid rgba(34,197,94,.2)}.swap-visualization .d3-visualization-container h4{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}:root .swap-visualization .d3-visualization-container h4,[data-theme=light] .swap-visualization .d3-visualization-container h4{color:#64748b}[data-theme=dark] .swap-visualization .d3-visualization-container h4{color:#94a3b8}.swap-visualization svg{min-width:350px}.swap-legend{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .swap-legend,[data-theme=light] .swap-legend{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .swap-legend{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.swap-legend .legend-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500}:root .swap-legend .legend-item,[data-theme=light] .swap-legend .legend-item{color:#475569}[data-theme=dark] .swap-legend .legend-item{color:#94a3b8}.swap-legend .legend-color{width:16px;height:16px;border-radius:4px;border:2px solid}.swap-legend .legend-color.prev{background:#a855f766;border-color:#a855f7}.swap-legend .legend-color.first{background:#22c55e66;border-color:#22c55e}.swap-legend .legend-color.second{background:#3b82f666;border-color:#3b82f6}@media(max-width:768px){.swap-visualization .d3-visualization-container{padding:.75rem}.swap-visualization svg{min-width:300px}.swap-legend{gap:.75rem}.swap-legend .legend-item{font-size:.75rem}}._problem-page_f2fyc_1{padding:2rem 0}._container_f2fyc_5{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_f2fyc_11{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_f2fyc_11 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_f2fyc_11 a:hover{color:#22c55e}._breadcrumb_f2fyc_11 span{color:#64748b}._problem-header_f2fyc_42{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_f2fyc_51{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_f2fyc_51 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_f2fyc_68{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-medium_f2fyc_76{background:#f59e0b33;color:#fcd34d;border:1px solid rgba(245,158,11,.4)}._problem-meta_f2fyc_82{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_f2fyc_88{color:#94a3b8;font-size:.875rem}._problem-section_f2fyc_93{margin-bottom:2rem}._problem-section_f2fyc_93 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_f2fyc_107{padding:1.5rem}@media(max-width:768px){._container_f2fyc_5{padding:0 .5rem}}.climbing-stairs-visualization{display:flex;flex-direction:column;gap:1rem}.climbing-stairs-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid #8b5cf6}.climbing-stairs-visualization .step-description.complete{border-left-color:#22c55e;background:#22c55e1a}.climbing-stairs-visualization .step-icon{font-size:1.25rem}.climbing-stairs-visualization .step-text{color:var(--text-primary);font-weight:500}.climbing-stairs-visualization .d3-visualization-container{background:var(--bg-secondary);border-radius:12px;padding:1rem;border:1px solid var(--border)}.climbing-stairs-visualization .d3-visualization-container h4{margin:0 0 .75rem;color:var(--text-primary);font-size:.9rem;font-weight:600}.memo-visualizer{background:transparent;padding:1rem;border-radius:12px}._problem-page_1n73h_1{padding:2rem 0}._container_1n73h_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_1n73h_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1n73h_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1n73h_21 a:hover{color:#22c55e}._breadcrumb_1n73h_21 span{color:#64748b}._problem-header_1n73h_81{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_1n73h_99{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_1n73h_99 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_1n73h_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_1n73h_149{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.4)}._badge-medium_1n73h_161{background:#f59e0b33;color:#fcd34d;border:1px solid rgba(245,158,11,.4)}._badge-hard_1n73h_173{background:#ef444433;color:#fca5a5;border:1px solid rgba(239,68,68,.4)}._problem-meta_1n73h_185{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_1n73h_197{color:#94a3b8;font-size:.875rem}._problem-section_1n73h_207{margin-bottom:2rem}._problem-section_1n73h_207 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_1n73h_235,._problem-statement_1n73h_243{padding:1.5rem}._problem-statement_1n73h_243 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._problem-statement_1n73h_243 ul{margin:1rem 0;padding-left:1.5rem;color:var(--text-secondary)}._problem-statement_1n73h_243 li{margin-bottom:.5rem;line-height:1.6}._problem-statement_1n73h_243 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._problem-statement_1n73h_243 code{background:#6366f140;color:#a5b4fc}._visualizer-wrapper_1n73h_313{margin-top:1rem}._tabs-container_1n73h_323{display:flex;gap:1rem;margin-bottom:1rem;border-bottom:1px solid var(--border);padding-bottom:.5rem}._tab_1n73h_323{background:transparent;border:none;padding:.5rem 1rem;font-size:1rem;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .2s;border-bottom:2px solid transparent}._tab_1n73h_323:hover{color:var(--primary)}._tab_1n73h_323._active_1n73h_371{color:var(--primary);border-bottom-color:var(--primary)}._key-points_1n73h_383{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._key-points_1n73h_383 h4{margin:0 0 .75rem;color:var(--text-primary);font-weight:600}._key-points_1n73h_383 ul{margin:0;padding-left:1.5rem;color:var(--text-secondary)}._key-points_1n73h_383 li{margin-bottom:.5rem;line-height:1.5}._key-points_1n73h_383 pre{margin:0;background:var(--bg-secondary);padding:.75rem;border-radius:6px;overflow-x:auto}._key-points_1n73h_383 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._key-points_1n73h_383 code{background:#6366f140;color:#a5b4fc}._explanation_1n73h_475{display:flex;flex-direction:column;gap:0}._explanation_1n73h_475 ._step_1n73h_487{padding:1rem;margin-bottom:1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid var(--primary)}._explanation_1n73h_475 ._step_1n73h_487:last-child{margin-bottom:0}._explanation_1n73h_475 ._step_1n73h_487 h4{margin:0 0 .5rem;color:var(--text-primary);font-size:.95rem;font-weight:600}._explanation_1n73h_475 ._step_1n73h_487 p{margin:0;color:var(--text-secondary);font-size:.9rem}._explanation_1n73h_475 ._step_1n73h_487 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._explanation_1n73h_475 ._step_1n73h_487 code{background:#6366f140;color:#a5b4fc}._complexity-table_1n73h_567{width:100%;border-collapse:collapse}._complexity-table_1n73h_567 th,._complexity-table_1n73h_567 td{padding:1rem;text-align:left;border-bottom:1px solid var(--border)}._complexity-table_1n73h_567 th{color:var(--text-secondary);font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}._complexity-table_1n73h_567 td{color:var(--text-primary)}._complexity-table_1n73h_567 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._complexity-table_1n73h_567 code{background:#6366f140;color:#a5b4fc}@media(max-width:768px){._container_1n73h_9{padding:0 .5rem}._problem-title-row_1n73h_99 h1{font-size:1.5rem}}.house-robber-visualizer{background:transparent;padding:1rem;border-radius:12px}.house-robber-info{margin-top:1rem;padding:1rem;background:var(--bg-secondary);border-radius:8px;font-size:.9rem;border:1px solid var(--border-color)}.house-robber-info h4{margin:0 0 .5rem;color:var(--text-primary)}.house-robber-legend{display:flex;gap:1.5rem;margin-top:.5rem}.legend-item{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary)}.legend-color{width:12px;height:12px;border-radius:3px}.pascals-triangle-visualizer{background:transparent;padding:1rem;border-radius:12px}.fibonacci-visualizer{background:transparent;padding:1rem;border-radius:12px}._problem-page_19zim_1{padding:2rem 0}._container_19zim_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_19zim_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_19zim_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_19zim_21 a:hover{color:#22c55e}._breadcrumb_19zim_21 span{color:#64748b}._problem-header_19zim_81{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_19zim_99{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_19zim_99 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_19zim_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_19zim_149{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.4)}._problem-meta_19zim_161{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_19zim_173{color:#94a3b8;font-size:.875rem}._problem-section_19zim_183{margin-bottom:2rem}._problem-section_19zim_183 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_19zim_211,._problem-statement_19zim_219{padding:1.5rem}._problem-statement_19zim_219 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._problem-statement_19zim_219 ul{margin:1rem 0;padding-left:1.5rem;color:var(--text-secondary)}._problem-statement_19zim_219 li{margin-bottom:.5rem;line-height:1.6}._problem-statement_19zim_219 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._problem-statement_19zim_219 code{background:#6366f140;color:#a5b4fc}._visualizer-wrapper_19zim_289{margin-top:1rem}._key-points_19zim_299{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._key-points_19zim_299 h4{margin:0 0 .75rem;color:var(--text-primary);font-weight:600}._key-points_19zim_299 ul{margin:0;padding-left:1.5rem;color:var(--text-secondary)}._key-points_19zim_299 li{margin-bottom:.5rem;line-height:1.5}._key-points_19zim_299 pre{margin:0;background:var(--bg-secondary);padding:.75rem;border-radius:6px;overflow-x:auto}._key-points_19zim_299 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._key-points_19zim_299 code{background:#6366f140;color:#a5b4fc}._explanation_19zim_391{display:flex;flex-direction:column;gap:0}._explanation_19zim_391 ._step_19zim_403{padding:1rem;margin-bottom:1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid var(--primary)}._explanation_19zim_391 ._step_19zim_403:last-child{margin-bottom:0}._explanation_19zim_391 ._step_19zim_403 h4{margin:0 0 .5rem;color:var(--text-primary);font-size:.95rem;font-weight:600}._explanation_19zim_391 ._step_19zim_403 p{margin:0;color:var(--text-secondary);font-size:.9rem}._explanation_19zim_391 ._step_19zim_403 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._explanation_19zim_391 ._step_19zim_403 code{background:#6366f140;color:#a5b4fc}._complexity-table_19zim_483{width:100%;border-collapse:collapse}._complexity-table_19zim_483 th,._complexity-table_19zim_483 td{padding:1rem;text-align:left;border-bottom:1px solid var(--border)}._complexity-table_19zim_483 th{color:var(--text-secondary);font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}._complexity-table_19zim_483 td{color:var(--text-primary)}._complexity-table_19zim_483 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._complexity-table_19zim_483 code{background:#6366f140;color:#a5b4fc}@media(max-width:768px){._container_19zim_9{padding:0 .5rem}._problem-title-row_19zim_99 h1{font-size:1.5rem}}.coin-change-visualizer{background:transparent;padding:1rem;border-radius:12px}.jump-game-visualizer{background:transparent;padding:1rem;border-radius:12px}.step-description.error{background:#ef44441a;border-left-color:#ef4444}.lcs-visualizer{background:transparent;padding:1rem;border-radius:12px}.step-description.complete{background:#22c55e1a;border-left-color:#22c55e}.step-icon{font-size:1.25rem}.lis-visualizer{background:transparent;padding:1rem;border-radius:12px}._problem-page_vdph9_1{padding:2rem 0}._container_vdph9_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_vdph9_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_vdph9_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_vdph9_21 a:hover{color:#22c55e}._breadcrumb_vdph9_21 span{color:#64748b}._problem-header_vdph9_81{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_vdph9_99{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_vdph9_99 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_vdph9_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-medium_vdph9_149{background:#f59e0b33;color:#fcd34d;border:1px solid rgba(245,158,11,.4)}._problem-meta_vdph9_161{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_vdph9_173{color:#94a3b8;font-size:.875rem}._problem-section_vdph9_183{margin-bottom:2rem}._problem-section_vdph9_183 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_vdph9_211,._problem-statement_vdph9_219{padding:1.5rem}._problem-statement_vdph9_219 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._problem-statement_vdph9_219 ul{margin:1rem 0;padding-left:1.5rem;color:var(--text-secondary)}._problem-statement_vdph9_219 li{margin-bottom:.5rem;line-height:1.6}._problem-statement_vdph9_219 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._problem-statement_vdph9_219 code{background:#6366f140;color:#a5b4fc}._visualizer-wrapper_vdph9_289{margin-top:1rem}._key-points_vdph9_299{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._key-points_vdph9_299 h4{margin:0 0 .75rem;color:var(--text-primary);font-weight:600}._key-points_vdph9_299 ul{margin:0;padding-left:1.5rem;color:var(--text-secondary)}._key-points_vdph9_299 li{margin-bottom:.5rem;line-height:1.5}._key-points_vdph9_299 pre{margin:0;background:var(--bg-secondary);padding:.75rem;border-radius:6px;overflow-x:auto}._key-points_vdph9_299 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._key-points_vdph9_299 code{background:#6366f140;color:#a5b4fc}._explanation_vdph9_391{display:flex;flex-direction:column;gap:0}._explanation_vdph9_391 ._step_vdph9_403{padding:1rem;margin-bottom:1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid var(--primary)}._explanation_vdph9_391 ._step_vdph9_403:last-child{margin-bottom:0}._explanation_vdph9_391 ._step_vdph9_403 h4{margin:0 0 .5rem;color:var(--text-primary);font-size:.95rem;font-weight:600}._explanation_vdph9_391 ._step_vdph9_403 p{margin:0;color:var(--text-secondary);font-size:.9rem}._explanation_vdph9_391 ._step_vdph9_403 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._explanation_vdph9_391 ._step_vdph9_403 code{background:#6366f140;color:#a5b4fc}._complexity-table_vdph9_483{width:100%;border-collapse:collapse}._complexity-table_vdph9_483 th,._complexity-table_vdph9_483 td{padding:1rem;text-align:left;border-bottom:1px solid var(--border)}._complexity-table_vdph9_483 th{color:var(--text-secondary);font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}._complexity-table_vdph9_483 td{color:var(--text-primary)}._complexity-table_vdph9_483 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._complexity-table_vdph9_483 code{background:#6366f140;color:#a5b4fc}@media(max-width:768px){._container_vdph9_9{padding:0 .5rem}._problem-title-row_vdph9_99 h1{font-size:1.5rem}}.bfs-visualizer{background:transparent;padding:1rem;border-radius:12px}._problem-page_139cz_1{padding:2rem 0}._container_139cz_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_139cz_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_139cz_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_139cz_21 a:hover{color:#22c55e}._breadcrumb_139cz_21 span{color:#64748b}._problem-header_139cz_81{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_139cz_99{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_139cz_99 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_139cz_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_139cz_149{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.4)}._badge-medium_139cz_161{background:#f59e0b33;color:#fcd34d;border:1px solid rgba(245,158,11,.4)}._problem-meta_139cz_173{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_139cz_185{color:#94a3b8;font-size:.875rem}._problem-section_139cz_195{margin-bottom:2rem}._problem-section_139cz_195 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_139cz_223,._problem-statement_139cz_231{padding:1.5rem}._problem-statement_139cz_231 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._problem-statement_139cz_231 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._problem-statement_139cz_231 code{background:#6366f140;color:#a5b4fc}._visualizer-wrapper_139cz_279{margin-top:1rem}._key-points_139cz_289{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._key-points_139cz_289 h4{margin:0 0 .75rem;color:var(--text-primary);font-weight:600}._key-points_139cz_289 ul{margin:0;padding-left:1.5rem;color:var(--text-secondary)}._key-points_139cz_289 li{margin-bottom:.5rem;line-height:1.5}._key-points_139cz_289 pre{margin:0;background:var(--bg-secondary);padding:.75rem;border-radius:6px;overflow-x:auto}._key-points_139cz_289 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._key-points_139cz_289 code{background:#6366f140;color:#a5b4fc}._explanation_139cz_381{display:flex;flex-direction:column;gap:0}._step_139cz_393{padding:1rem;margin-bottom:1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid var(--primary)}._step_139cz_393:last-child{margin-bottom:0}._step_139cz_393 h4{margin:0 0 .5rem;color:var(--text-primary);font-size:.95rem;font-weight:600}._step_139cz_393 p{margin:0;color:var(--text-secondary);font-size:.9rem}._step_139cz_393 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._step_139cz_393 code{background:#6366f140;color:#a5b4fc}._complexity-table_139cz_473{width:100%;border-collapse:collapse}._complexity-table_139cz_473 th,._complexity-table_139cz_473 td{padding:1rem;text-align:left;border-bottom:1px solid var(--border)}._complexity-table_139cz_473 th{color:var(--text-secondary);font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}._complexity-table_139cz_473 td{color:var(--text-primary)}._complexity-table_139cz_473 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._complexity-table_139cz_473 code{background:#6366f140;color:#a5b4fc}._navigation-section_139cz_549{display:flex;justify-content:space-between;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}._nav-btn_139cz_565{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s;background:var(--bg-card);border:1px solid var(--border);color:var(--text-primary)}._nav-btn_139cz_565:hover{background:var(--primary);border-color:var(--primary);color:#fff;transform:translateY(-2px)}@media(max-width:768px){._container_139cz_9{padding:0 .5rem}._problem-title-row_139cz_99 h1{font-size:1.5rem}}.cycle-visualizer{background:transparent;padding:1rem;border-radius:12px}._problem-page_1rehs_1{padding:2rem 0}._container_1rehs_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_1rehs_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1rehs_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1rehs_21 a:hover{color:#22c55e}._breadcrumb_1rehs_21 span{color:#64748b}._problem-header_1rehs_81{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_1rehs_99{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_1rehs_99 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_1rehs_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-medium_1rehs_149{background:#f59e0b33;color:#fcd34d;border:1px solid rgba(245,158,11,.4)}._problem-meta_1rehs_161{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_1rehs_173{color:#94a3b8;font-size:.875rem}._problem-section_1rehs_183{margin-bottom:2rem}._problem-section_1rehs_183 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_1rehs_211,._problem-statement_1rehs_219{padding:1.5rem}._problem-statement_1rehs_219 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._problem-statement_1rehs_219 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._problem-statement_1rehs_219 code{background:#6366f140;color:#a5b4fc}._visualizer-wrapper_1rehs_267{margin-top:1rem}._key-points_1rehs_277{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._key-points_1rehs_277 h4{margin:0 0 .75rem;color:var(--text-primary);font-weight:600}._key-points_1rehs_277 ul{margin:0;padding-left:1.5rem;color:var(--text-secondary)}._key-points_1rehs_277 li{margin-bottom:.5rem;line-height:1.5}._key-points_1rehs_277 pre{margin:0;background:var(--bg-secondary);padding:.75rem;border-radius:6px;overflow-x:auto}._key-points_1rehs_277 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._key-points_1rehs_277 code{background:#6366f140;color:#a5b4fc}._explanation_1rehs_369{display:flex;flex-direction:column;gap:0}._step_1rehs_381{padding:1rem;margin-bottom:1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid var(--primary)}._step_1rehs_381:last-child{margin-bottom:0}._step_1rehs_381 h4{margin:0 0 .5rem;color:var(--text-primary);font-size:.95rem;font-weight:600}._step_1rehs_381 p{margin:0;color:var(--text-secondary);font-size:.9rem}._step_1rehs_381 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._step_1rehs_381 code{background:#6366f140;color:#a5b4fc}._complexity-table_1rehs_461{width:100%;border-collapse:collapse}._complexity-table_1rehs_461 th,._complexity-table_1rehs_461 td{padding:1rem;text-align:left;border-bottom:1px solid var(--border)}._complexity-table_1rehs_461 th{color:var(--text-secondary);font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}._complexity-table_1rehs_461 td{color:var(--text-primary)}._complexity-table_1rehs_461 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._complexity-table_1rehs_461 code{background:#6366f140;color:#a5b4fc}._navigation-section_1rehs_537{display:flex;justify-content:space-between;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}._nav-btn_1rehs_553{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s;background:var(--bg-card);border:1px solid var(--border);color:var(--text-primary)}._nav-btn_1rehs_553:hover{background:var(--primary);border-color:var(--primary);color:#fff;transform:translateY(-2px)}@media(max-width:768px){._container_1rehs_9{padding:0 .5rem}._problem-title-row_1rehs_99 h1{font-size:1.5rem}}.lvp-visualizer{background:transparent;padding:1rem;border-radius:12px}.d3-visualization-container{width:100%;margin-top:1rem;background:var(--bg-card);border-radius:8px;padding:1rem;border:1px solid var(--border-color)}html[data-theme=dark] .d3-visualization-container{background:#0f172a;border-color:#334155}html[data-theme=light] .d3-visualization-container{background:#fff;border-color:#e2e8f0}.step-description{display:flex;align-items:center;gap:.75rem;padding:1rem;background:rgba(var(--primary-rgb),.1);border-left:4px solid var(--primary-color);border-radius:6px;margin-bottom:1rem;font-size:.95rem;color:var(--text-primary)}._problem-page_nx8si_1{padding:2rem 0}._container_nx8si_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_nx8si_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_nx8si_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_nx8si_21 a:hover{color:#22c55e}._breadcrumb_nx8si_21 span{color:#64748b}._problem-header_nx8si_81{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_nx8si_99{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_nx8si_99 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_nx8si_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-hard_nx8si_149{background:#ef444433;color:#fca5a5;border:1px solid rgba(239,68,68,.4)}._problem-meta_nx8si_161{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_nx8si_173{color:var(--text-muted);font-size:.875rem}._solve-btn_nx8si_185{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .2s,box-shadow .2s;border:none;cursor:pointer;font-size:1rem}._solve-btn_nx8si_185:hover{transform:translateY(-2px);box-shadow:0 4px 12px #22c55e66}._problem-section_nx8si_227{margin-bottom:2rem}._problem-section_nx8si_227 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_nx8si_255,._problem-statement_nx8si_265{padding:1.5rem}._problem-statement_nx8si_265 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._problem-statement_nx8si_265 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._problem-statement_nx8si_265 code{background:#6366f140;color:#a5b4fc}._visualizer-wrapper_nx8si_315{background:var(--bg-card);border-radius:12px;overflow:hidden;border:1px solid var(--border-color)}._key-points_nx8si_331{margin-top:1rem;padding:1rem;background:var(--bg-secondary);border-radius:8px;border:1px solid var(--border)}._key-points_nx8si_331 h4{margin:0 0 .75rem;color:var(--primary);font-size:.95rem}._key-points_nx8si_331 pre{margin:0;padding:.75rem;background:var(--bg-tertiary);border-radius:6px;overflow-x:auto;color:var(--text-secondary);font-family:var(--font-mono);font-size:.85rem}._key-points_nx8si_331 code{background:none;padding:0;color:inherit}._explanation_nx8si_395 ._step_nx8si_395{padding:1rem;margin-bottom:1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid var(--primary)}._explanation_nx8si_395 ._step_nx8si_395:last-child{margin-bottom:0}._explanation_nx8si_395 ._step_nx8si_395 h4{margin:0 0 .5rem;color:var(--primary);font-size:.95rem}._explanation_nx8si_395 ._step_nx8si_395 p{margin:0;color:var(--text-secondary);line-height:1.6}._explanation_nx8si_395 ._step_nx8si_395 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._explanation_nx8si_395 ._step_nx8si_395 code{background:#6366f140;color:#a5b4fc}@media(max-width:768px){._container_nx8si_9{padding:0 .5rem}._problem-title-row_nx8si_99 h1{font-size:1.5rem}}._solve-page-wrapper_erwvo_5{width:100%;min-height:calc(100vh - 64px);background:var(--bg-primary);display:flex;position:relative}._problem-pane_erwvo_23{height:calc(100vh - 64px);overflow-y:auto;background:var(--bg-secondary);flex-shrink:0}._resizer_erwvo_39{width:6px;height:calc(100vh - 64px);background:var(--border);cursor:col-resize;position:relative;z-index:10;transition:background .2s;flex-shrink:0}._resizer_erwvo_39:hover,._resizer_erwvo_39:active{background:var(--primary)}._resizer_erwvo_39:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2px;height:40px;background:var(--text-secondary);border-radius:2px;opacity:.5}._resizer_erwvo_39:hover:after{background:#fff;opacity:.8}._problem-content_erwvo_107{padding:2rem 1.5rem}._breadcrumb_erwvo_115{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_erwvo_115 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_erwvo_115 a:hover{opacity:.8}._problem-header_erwvo_163{margin-bottom:2rem}._problem-header_erwvo_163 h2{margin:0 0 .75rem;font-size:1.5rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_erwvo_189{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-hard_erwvo_207{background:#ef444433;color:#f87171;border:1px solid rgba(239,68,68,.4)}._badge-medium_erwvo_219{background:#f9731633;color:#fb923c;border:1px solid rgba(249,115,22,.4)}._badge-easy_erwvo_231{background:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.4)}._section-title_erwvo_243{margin:1.5rem 0 1rem;font-size:1rem;font-weight:600;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-description_erwvo_263{color:var(--text-secondary);line-height:1.7}._problem-description_erwvo_263 code,._example-content_erwvo_275 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._problem-description_erwvo_263 code,[data-theme=dark] ._example-content_erwvo_275 code{background:#6366f140;color:#a5b4fc}._example-box_erwvo_307{margin-top:1rem;padding:1rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;border-left:3px solid var(--primary)}._example-header_erwvo_325{font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}._example-content_erwvo_275{font-family:var(--font-mono);font-size:.85rem;color:var(--text-secondary);line-height:1.6;white-space:pre-wrap}._settings-toggle_erwvo_357{display:inline-flex;align-items:center;gap:.5rem;margin-top:2rem;padding:.5rem 1rem;font-size:.875rem;color:var(--text-secondary);background:transparent;border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:all .2s}._settings-toggle_erwvo_357:hover{border-color:var(--primary);color:var(--text-primary)}._settings-overlay_erwvo_397{margin-top:1rem;padding:1rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px}._settings-overlay_erwvo_397 input{width:100%;padding:.5rem;border-radius:6px;border:1px solid var(--border);background:var(--bg-primary);color:var(--text-primary);font-size:.875rem}._editor-pane_erwvo_435{height:calc(100vh - 64px);display:flex;flex-direction:column;background:var(--bg-primary);flex-grow:1;min-width:0}._editor-toolbar_erwvo_453{height:48px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 1rem;background:var(--bg-secondary)}._lang-select_erwvo_473{display:flex;align-items:center;gap:.5rem;color:var(--text-primary);font-size:.875rem;font-weight:500}._actions_erwvo_491{display:flex;gap:.75rem}._run-btn_erwvo_501,._submit-btn_erwvo_503{padding:.5rem 1.25rem;border-radius:6px;border:none;font-weight:500;cursor:pointer;font-size:.875rem;transition:all .2s}._run-btn_erwvo_501{background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border)}._run-btn_erwvo_501:hover{border-color:var(--primary)}._submit-btn_erwvo_503{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 8px #667eea4d}._submit-btn_erwvo_503:hover{background:linear-gradient(135deg,#5a6fd6,#6a4190);box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}._editor-container_erwvo_567{flex:1;position:relative;overflow:hidden;min-height:300px;background:#1e1e1e}._output-panel_erwvo_585{height:200px;border-top:1px solid var(--border);background:var(--bg-secondary);display:flex;flex-direction:column;transition:height .3s ease}._output-panel_erwvo_585._minimized_erwvo_603{height:40px;overflow:hidden}._output-panel_erwvo_585._minimized_erwvo_603 ._output-content_erwvo_613{display:none}._output-tabs_erwvo_621{height:40px;display:flex;align-items:center;justify-content:space-between;padding:0 .5rem;gap:.25rem;border-bottom:1px solid var(--border);background:var(--bg-primary)}._output-tabs-left_erwvo_643{display:flex;align-items:center;gap:.25rem}._minimize-btn_erwvo_655{padding:.25rem .5rem;font-size:.75rem;color:var(--text-secondary);background:transparent;border:1px solid var(--border);border-radius:4px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.25rem}._minimize-btn_erwvo_655:hover{background:var(--bg-secondary);border-color:var(--primary);color:var(--text-primary)}._output-tab_erwvo_621{padding:.5rem 1rem;font-size:.8rem;color:var(--text-secondary);background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .2s}._output-tab_erwvo_621:hover{color:var(--text-primary)}._output-tab_erwvo_621._active_erwvo_725{background:var(--bg-secondary);color:var(--text-primary)}._output-content_erwvo_613{flex:1;overflow-y:auto;padding:1rem;font-family:var(--font-mono);font-size:.85rem;color:var(--text-primary);white-space:pre-wrap;line-height:1.6}._status-success_erwvo_757{color:#22c55e}._status-error_erwvo_765{color:#ef4444}@media(max-width:1024px){._solve-page-wrapper_erwvo_5{flex-direction:column}._problem-pane_erwvo_23,._editor-pane_erwvo_435{width:100%;height:auto}._problem-pane_erwvo_23{max-height:50vh;border-right:none;border-bottom:1px solid var(--border)}._editor-pane_erwvo_435{min-height:50vh}}._concept-page_6mjjf_1{padding:2rem 0}._container_6mjjf_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_6mjjf_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_6mjjf_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_6mjjf_21 a:hover{color:#22c55e}._breadcrumb_6mjjf_21 span{color:#64748b}._concept-header_6mjjf_81{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._concept-title-row_6mjjf_99{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}._concept-title-row_6mjjf_99 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._subtitle_6mjjf_131{font-size:.875rem;color:#94a3b8;font-weight:500}._section_6mjjf_143{margin-bottom:2rem}._section_6mjjf_143 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_6mjjf_171,._description_6mjjf_179{padding:1.5rem}._description_6mjjf_179 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._description_6mjjf_179 p:last-child{margin-bottom:0}._description_6mjjf_179 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._description_6mjjf_179 code{background:#6366f140;color:#a5b4fc}._feature-list_6mjjf_235{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}._feature-item_6mjjf_249{background:var(--bg-secondary);padding:1.5rem;border-radius:12px;border:1px solid var(--border);border-left:3px solid var(--primary)}._feature-item_6mjjf_249 h3{margin:0 0 .75rem;color:var(--text-primary);font-size:1rem;font-weight:600}._feature-item_6mjjf_249 p{margin:0;color:var(--text-secondary);font-size:.9rem;line-height:1.6}._visualizer-wrapper_6mjjf_293{margin-top:1rem}._nav-btn_6mjjf_301{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s;background:var(--bg-card);border:1px solid var(--border);color:var(--text-primary)}._nav-btn_6mjjf_301:hover{background:var(--primary);border-color:var(--primary);color:#fff;transform:translateY(-2px)}@media(max-width:768px){._container_6mjjf_9{padding:0 .5rem}._concept-title-row_6mjjf_99 h1{font-size:1.5rem}._feature-list_6mjjf_235{grid-template-columns:1fr}}.bubble-sort-visualizer{display:flex;flex-direction:column;gap:1.5rem}.input-controls{display:flex;gap:1rem;padding:1rem;background:#0c301c80;border-radius:8px;border:1px solid rgba(34,197,94,.2);flex-wrap:wrap}.input-group{display:flex;align-items:center;gap:.5rem}.input-group label{color:#cbd5e1;font-weight:500;font-size:.875rem;white-space:nowrap}.input-group input{padding:.5rem .75rem;background:#062014cc;border:1px solid rgba(34,197,94,.3);border-radius:6px;color:#e2e8f0;font-size:.875rem;font-family:Courier New,monospace;min-width:200px}.input-group input:focus{outline:none;border-color:#22c55e99;background:#062014f2;box-shadow:0 0 0 3px #22c55e1a}.bubble-sort-visualization{display:flex;flex-direction:column;gap:1.5rem;width:100%}.bars-container{display:flex;align-items:flex-end;justify-content:center;gap:.5rem;height:250px;padding:1rem;background:#06201466;border-radius:8px;border:1px solid rgba(34,197,94,.2)}.bar-wrapper{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;height:100%;justify-content:flex-end;transition:all .3s ease}.bar-wrapper.comparing{transform:scale(1.05)}.bar-wrapper.swapped{animation:swap-pulse .3s ease}.bar-wrapper.sorted{opacity:.8}@keyframes swap-pulse{0%{transform:scale(1.05)}50%{transform:scale(1.1)}to{transform:scale(1.05)}}.bar{width:100%;border-radius:4px 4px 0 0;background:#86efac;transition:all .3s ease;box-shadow:0 2px 8px #0003;min-height:20px}.bar-wrapper.comparing .bar{background:#fb923c;box-shadow:0 0 12px #f9731680}.bar-wrapper.sorted .bar{background:#22c55e;box-shadow:0 0 12px #22c55e80}.bar-value{color:#cbd5e1;font-weight:600;font-size:.75rem;margin-top:.25rem}.sort-info{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem;background:#0c301c80;border-radius:8px;border:1px solid rgba(34,197,94,.2)}.info-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:6px}.info-label{color:#cbd5e1;font-weight:500;font-size:.875rem}.info-value{color:#86efac;font-weight:700;font-family:Courier New,monospace}.swap-indicator{background:#f973161a;border-color:#f973164d}.swap-text{color:#fb923c;font-weight:700}.sorted-indicator{background:#22c55e1a;border-color:#22c55e4d}.sorted-text{color:#86efac;font-weight:700}@media(max-width:768px){.bars-container{height:200px;gap:.25rem}.input-group input{min-width:150px}.sort-info{flex-direction:column}.info-item{width:100%}}.synced-visualizations-page{min-height:100vh;padding:2rem 0}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;color:#94a3b8}.breadcrumb a{color:#60a5fa;text-decoration:none;transition:color .2s ease}.breadcrumb a:hover{color:#93c5fd}.page-header{text-align:center;margin-bottom:3rem}.page-header h1{font-size:2.5rem;font-weight:700;color:#e2e8f0;margin-bottom:.5rem}.subtitle{font-size:1.125rem;color:#cbd5e1;margin:0}.visualization-section{margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,#0620144d,#0c301c4d);border:1px solid rgba(34,197,94,.2);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.section-header h2{margin:0;font-size:1.75rem;color:#e2e8f0}.difficulty-badge{padding:.5rem 1rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.difficulty-badge.easy{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.4)}.difficulty-badge.medium{background:#f9731633;color:#fb923c;border:1px solid rgba(249,115,22,.4)}.difficulty-badge.hard{background:#ef444433;color:#fca5a5;border:1px solid rgba(239,68,68,.4)}.section-description{color:#cbd5e1;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.features-section{margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,#0620144d,#0c301c4d);border:1px solid rgba(34,197,94,.2);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.features-section h2{font-size:1.75rem;color:#e2e8f0;margin-bottom:1.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.feature-card{padding:1.5rem;background:#0c301c80;border:1px solid rgba(34,197,94,.2);border-radius:8px;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#22c55e66;background:#0c301cb3;transform:translateY(-4px)}.feature-icon{display:block;font-size:2rem;margin-bottom:.75rem}.feature-card h3{margin:0 0 .5rem;font-size:1.125rem;color:#e2e8f0}.feature-card p{margin:0;color:#cbd5e1;font-size:.875rem;line-height:1.5}.page-nav{display:flex;justify-content:center;margin-top:3rem}.nav-btn{padding:.75rem 1.5rem;background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.4);border-radius:8px;text-decoration:none;font-weight:500;transition:all .2s ease}.nav-btn:hover{background:#22c55e4d;border-color:#22c55e99;transform:translateY(-2px)}@media(max-width:768px){.page-header h1{font-size:1.75rem}.subtitle{font-size:1rem}.section-header{flex-direction:column;align-items:flex-start}.section-header h2{font-size:1.5rem}.features-grid{grid-template-columns:1fr}.visualization-section{padding:1.5rem}}.linked-list-traverse-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.input-controls{display:flex;gap:1rem;padding:1rem;border-radius:8px;flex-wrap:wrap}:root .input-controls,[data-theme=light] .input-controls{background:linear-gradient(135deg,#ffffffe6,#f8fafcd9);border:1px solid rgba(59,130,246,.2)}[data-theme=dark] .input-controls{background:#0c301c80;border:1px solid rgba(34,197,94,.2)}.input-group{display:flex;align-items:center;gap:1rem}.input-group label{font-weight:500;font-size:.875rem;white-space:nowrap}:root .input-group label,[data-theme=light] .input-group label{color:#475569}[data-theme=dark] .input-group label{color:#cbd5e1}.input-group input[type=range]{width:150px;cursor:pointer}.count-display{font-weight:700;font-size:1rem;min-width:30px}:root .count-display,[data-theme=light] .count-display{color:#1d4ed8}[data-theme=dark] .count-display{color:#86efac}.ll-traverse-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.ll-traverse-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;font-weight:500}:root .ll-traverse-visualization .step-description,[data-theme=light] .ll-traverse-visualization .step-description{background:linear-gradient(135deg,#3b82f614,#6366f114);border:1px solid rgba(59,130,246,.2);color:#334155}[data-theme=dark] .ll-traverse-visualization .step-description{background:linear-gradient(135deg,#22c55e1a,#10b9811a);border:1px solid rgba(34,197,94,.25);color:#e2e8f0}.ll-traverse-visualization .step-description.complete{background:linear-gradient(135deg,#22c55e26,#10b98126);border-color:#22c55e66}.ll-traverse-visualization .step-icon{font-size:1.25rem}.ll-traverse-visualization .step-text{font-size:.9rem}.ll-traverse-visualization .d3-visualization-container{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:8px;overflow-x:auto}:root .ll-traverse-visualization .d3-visualization-container,[data-theme=light] .ll-traverse-visualization .d3-visualization-container{background:linear-gradient(135deg,#fffffff2,#f8fafce6);border:1px solid rgba(59,130,246,.15)}[data-theme=dark] .ll-traverse-visualization .d3-visualization-container{background:#06201466;border:1px solid rgba(34,197,94,.2)}.ll-traverse-visualization .d3-visualization-container h4{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}:root .ll-traverse-visualization .d3-visualization-container h4,[data-theme=light] .ll-traverse-visualization .d3-visualization-container h4{color:#64748b}[data-theme=dark] .ll-traverse-visualization .d3-visualization-container h4{color:#94a3b8}.ll-traverse-visualization svg{min-width:400px}.ll-output-section{padding:.75rem 1rem;border-radius:8px}:root .ll-output-section,[data-theme=light] .ll-output-section{background:#f9731614;border:1px solid rgba(249,115,22,.25)}[data-theme=dark] .ll-output-section{background:#f973161a;border:1px solid rgba(249,115,22,.25)}.ll-traverse-visualization .state-row{display:flex;align-items:center;gap:.5rem}.ll-traverse-visualization .state-label{font-weight:600;font-size:.85rem}:root .ll-traverse-visualization .state-label,[data-theme=light] .ll-traverse-visualization .state-label{color:#475569}[data-theme=dark] .ll-traverse-visualization .state-label{color:#cbd5e1}.ll-traverse-visualization .state-value{font-family:Courier New,monospace;font-weight:600;font-size:.9rem}:root .ll-traverse-visualization .state-value,[data-theme=light] .ll-traverse-visualization .state-value{color:#ea580c}[data-theme=dark] .ll-traverse-visualization .state-value{color:#fb923c}:root .ll-legend .legend-color.visited,[data-theme=light] .ll-legend .legend-color.visited{background:#dcfce7;border-color:#16a34a}[data-theme=dark] .ll-legend .legend-color.visited{background:#166534;border-color:#22c55e}@media(max-width:768px){.ll-traverse-visualization .d3-visualization-container{padding:.75rem}.ll-traverse-visualization svg{min-width:350px}.input-group{flex-direction:column;align-items:flex-start;width:100%}.input-group input[type=range]{width:100%}.ll-legend{gap:.75rem}.ll-legend .legend-item{font-size:.75rem}}._problem-page_431qf_1{padding:2rem 0}._container_431qf_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_431qf_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_431qf_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_431qf_21 a:hover{color:#22c55e}._breadcrumb_431qf_21 span{color:#64748b}._problem-header_431qf_81{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_431qf_99{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_431qf_99 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_431qf_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_431qf_149{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.4)}._problem-meta_431qf_161{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_431qf_173{color:#94a3b8;font-size:.875rem}._problem-section_431qf_183{margin-bottom:2rem}._problem-section_431qf_183 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_431qf_211,._problem-statement_431qf_221{padding:1.5rem}._problem-statement_431qf_221 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._problem-statement_431qf_221 ul{margin:1rem 0;padding-left:1.5rem;color:var(--text-secondary)}._problem-statement_431qf_221 li{margin-bottom:.5rem;line-height:1.6}._problem-statement_431qf_221 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._problem-statement_431qf_221 code{background:#6366f140;color:#a5b4fc}._visualizer-wrapper_431qf_291{margin-top:1rem}._key-points_431qf_301{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._key-points_431qf_301 h4{margin:0 0 .75rem;color:var(--text-primary);font-weight:600}._key-points_431qf_301 ul{margin:0;padding-left:1.5rem;color:var(--text-secondary)}._key-points_431qf_301 li{margin-bottom:.5rem;line-height:1.5}._key-points_431qf_301 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._key-points_431qf_301 code{background:#6366f140;color:#a5b4fc}._explanation_431qf_377{display:flex;flex-direction:column;gap:0}._explanation_431qf_377 ._step_431qf_389{padding:1rem;margin-bottom:1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid var(--primary)}._explanation_431qf_377 ._step_431qf_389:last-child{margin-bottom:0}._explanation_431qf_377 ._step_431qf_389 h4{margin:0 0 .5rem;color:var(--text-primary);font-size:.95rem;font-weight:600}._explanation_431qf_377 ._step_431qf_389 p{margin:0;color:var(--text-secondary);font-size:.9rem}._explanation_431qf_377 ._step_431qf_389 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._explanation_431qf_377 ._step_431qf_389 code{background:#6366f140;color:#a5b4fc}@media(max-width:768px){._container_431qf_9{padding:0 .5rem}._problem-title-row_431qf_99 h1{font-size:1.5rem}}.linked-list-add-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.linked-list-add-synced-visualizer .input-controls{display:flex;gap:1rem;padding:1rem;border-radius:8px;flex-wrap:wrap}:root .linked-list-add-synced-visualizer .input-controls,[data-theme=light] .linked-list-add-synced-visualizer .input-controls{background:linear-gradient(135deg,#ffffffe6,#f8fafcd9);border:1px solid rgba(59,130,246,.2)}[data-theme=dark] .linked-list-add-synced-visualizer .input-controls{background:#0c301c80;border:1px solid rgba(34,197,94,.2)}.linked-list-add-synced-visualizer .input-group{display:flex;align-items:center;gap:.75rem}.linked-list-add-synced-visualizer .input-group label{font-weight:500;font-size:.875rem;white-space:nowrap}:root .linked-list-add-synced-visualizer .input-group label,[data-theme=light] .linked-list-add-synced-visualizer .input-group label{color:#475569}[data-theme=dark] .linked-list-add-synced-visualizer .input-group label{color:#cbd5e1}.linked-list-add-synced-visualizer .input-group input[type=range]{width:100px;cursor:pointer}.linked-list-add-synced-visualizer .input-group input[type=number]{width:70px;padding:.25rem .5rem;border-radius:4px;font-size:.875rem}:root .linked-list-add-synced-visualizer .input-group input[type=number],[data-theme=light] .linked-list-add-synced-visualizer .input-group input[type=number]{background:#fff;border:1px solid rgba(59,130,246,.3);color:#1e293b}[data-theme=dark] .linked-list-add-synced-visualizer .input-group input[type=number]{background:#1e293bcc;border:1px solid rgba(34,197,94,.3);color:#f1f5f9}.linked-list-add-synced-visualizer .count-display{font-weight:700;font-size:1rem;min-width:30px}:root .linked-list-add-synced-visualizer .count-display,[data-theme=light] .linked-list-add-synced-visualizer .count-display{color:#1d4ed8}[data-theme=dark] .linked-list-add-synced-visualizer .count-display{color:#86efac}.ll-add-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.ll-add-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;font-weight:500}:root .ll-add-visualization .step-description,[data-theme=light] .ll-add-visualization .step-description{background:linear-gradient(135deg,#3b82f614,#6366f114);border:1px solid rgba(59,130,246,.2);color:#334155}[data-theme=dark] .ll-add-visualization .step-description{background:linear-gradient(135deg,#22c55e1a,#10b9811a);border:1px solid rgba(34,197,94,.25);color:#e2e8f0}.ll-add-visualization .step-description.complete{background:linear-gradient(135deg,#22c55e26,#10b98126);border-color:#22c55e66}.ll-add-visualization .step-icon{font-size:1.25rem}.ll-add-visualization .step-text{font-size:.9rem}.ll-add-visualization .d3-visualization-container{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:8px;overflow-x:auto}:root .ll-add-visualization .d3-visualization-container,[data-theme=light] .ll-add-visualization .d3-visualization-container{background:linear-gradient(135deg,#fffffff2,#f8fafce6);border:1px solid rgba(59,130,246,.15)}[data-theme=dark] .ll-add-visualization .d3-visualization-container{background:#06201466;border:1px solid rgba(34,197,94,.2)}.ll-add-visualization .d3-visualization-container h4{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}:root .ll-add-visualization .d3-visualization-container h4,[data-theme=light] .ll-add-visualization .d3-visualization-container h4{color:#64748b}[data-theme=dark] .ll-add-visualization .d3-visualization-container h4{color:#94a3b8}.ll-add-visualization svg{min-width:500px}.ll-info-section .info-value.new{color:#7c3aed}[data-theme=dark] .ll-info-section .info-value.new{color:#a78bfa}:root .ll-legend .legend-color.new,[data-theme=light] .ll-legend .legend-color.new{background:#a78bfa;border-color:#7c3aed}[data-theme=dark] .ll-legend .legend-color.new{background:#7c3aed;border-color:#a78bfa}@media(max-width:768px){.ll-add-visualization .d3-visualization-container{padding:.75rem}.ll-add-visualization svg{min-width:400px}.linked-list-add-synced-visualizer .input-group{flex-direction:column;align-items:flex-start;width:100%}.linked-list-add-synced-visualizer .input-group input[type=range]{width:100%}.ll-legend{gap:.75rem}.ll-legend .legend-item{font-size:.75rem}}._problem-page_pkqcu_1{padding:2rem 0}._container_pkqcu_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_pkqcu_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_pkqcu_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_pkqcu_21 a:hover{color:#22c55e}._breadcrumb_pkqcu_21 span{color:#64748b}._problem-header_pkqcu_81{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_pkqcu_99{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_pkqcu_99 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_pkqcu_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-medium_pkqcu_149{background:#f9731633;color:#fb923c;border:1px solid rgba(249,115,22,.4)}._problem-meta_pkqcu_161{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_pkqcu_173{color:#94a3b8;font-size:.875rem}._problem-section_pkqcu_183{margin-bottom:2rem}._problem-section_pkqcu_183 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_pkqcu_211,._problem-statement_pkqcu_221{padding:1.5rem}._problem-statement_pkqcu_221 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._problem-statement_pkqcu_221 ul{margin:1rem 0;padding-left:1.5rem;color:var(--text-secondary)}._problem-statement_pkqcu_221 li{margin-bottom:.5rem;line-height:1.6}._problem-statement_pkqcu_221 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._problem-statement_pkqcu_221 code{background:#6366f140;color:#a5b4fc}._visualizer-wrapper_pkqcu_291{margin-top:1rem}._key-points_pkqcu_301{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._key-points_pkqcu_301 h4{margin:0 0 .75rem;color:var(--text-primary);font-weight:600}._key-points_pkqcu_301 ul{margin:0;padding-left:1.5rem;color:var(--text-secondary)}._key-points_pkqcu_301 li{margin-bottom:.5rem;line-height:1.5}._key-points_pkqcu_301 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._key-points_pkqcu_301 code{background:#6366f140;color:#a5b4fc}._explanation_pkqcu_377{display:flex;flex-direction:column;gap:0}._explanation_pkqcu_377 ._step_pkqcu_389{padding:1rem;margin-bottom:1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid var(--primary)}._explanation_pkqcu_377 ._step_pkqcu_389:last-child{margin-bottom:0}._explanation_pkqcu_377 ._step_pkqcu_389 h4{margin:0 0 .5rem;color:var(--text-primary);font-size:.95rem;font-weight:600}._explanation_pkqcu_377 ._step_pkqcu_389 p{margin:0;color:var(--text-secondary);font-size:.9rem}._explanation_pkqcu_377 ._step_pkqcu_389 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._explanation_pkqcu_377 ._step_pkqcu_389 code{background:#6366f140;color:#a5b4fc}@media(max-width:768px){._container_pkqcu_9{padding:0 .5rem}._problem-title-row_pkqcu_99 h1{font-size:1.5rem}}.linked-list-delete-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.linked-list-delete-synced-visualizer .input-controls{display:flex;gap:1rem;padding:1rem;border-radius:8px;flex-wrap:wrap}:root .linked-list-delete-synced-visualizer .input-controls,[data-theme=light] .linked-list-delete-synced-visualizer .input-controls{background:linear-gradient(135deg,#ffffffe6,#f8fafcd9);border:1px solid rgba(59,130,246,.2)}[data-theme=dark] .linked-list-delete-synced-visualizer .input-controls{background:#0c301c80;border:1px solid rgba(34,197,94,.2)}.linked-list-delete-synced-visualizer .input-group{display:flex;align-items:center;gap:.75rem}.linked-list-delete-synced-visualizer .input-group label{font-weight:500;font-size:.875rem;white-space:nowrap}:root .linked-list-delete-synced-visualizer .input-group label,[data-theme=light] .linked-list-delete-synced-visualizer .input-group label{color:#475569}[data-theme=dark] .linked-list-delete-synced-visualizer .input-group label{color:#cbd5e1}.linked-list-delete-synced-visualizer .input-group input[type=range]{width:120px;cursor:pointer}.linked-list-delete-synced-visualizer .count-display{font-weight:700;font-size:1rem;min-width:30px}:root .linked-list-delete-synced-visualizer .count-display,[data-theme=light] .linked-list-delete-synced-visualizer .count-display{color:#1d4ed8}[data-theme=dark] .linked-list-delete-synced-visualizer .count-display{color:#86efac}.ll-delete-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.ll-delete-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;font-weight:500}:root .ll-delete-visualization .step-description,[data-theme=light] .ll-delete-visualization .step-description{background:linear-gradient(135deg,#ef444414,#fb923c14);border:1px solid rgba(239,68,68,.25);color:#334155}[data-theme=dark] .ll-delete-visualization .step-description{background:linear-gradient(135deg,#ef44441a,#fb923c1a);border:1px solid rgba(239,68,68,.3);color:#e2e8f0}.ll-delete-visualization .step-description.complete{background:linear-gradient(135deg,#22c55e26,#10b98126);border-color:#22c55e66}.ll-delete-visualization .step-icon{font-size:1.25rem}.ll-delete-visualization .step-text{font-size:.9rem}.ll-delete-visualization .d3-visualization-container{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:8px;overflow-x:auto}:root .ll-delete-visualization .d3-visualization-container,[data-theme=light] .ll-delete-visualization .d3-visualization-container{background:linear-gradient(135deg,#fffffff2,#f8fafce6);border:1px solid rgba(59,130,246,.15)}[data-theme=dark] .ll-delete-visualization .d3-visualization-container{background:#06201466;border:1px solid rgba(34,197,94,.2)}.ll-delete-visualization .d3-visualization-container h4{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}:root .ll-delete-visualization .d3-visualization-container h4,[data-theme=light] .ll-delete-visualization .d3-visualization-container h4{color:#64748b}[data-theme=dark] .ll-delete-visualization .d3-visualization-container h4{color:#94a3b8}.ll-delete-visualization svg{min-width:500px}.ll-info-section{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .ll-info-section,[data-theme=light] .ll-info-section{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .ll-info-section{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.ll-info-section .info-row{display:flex;align-items:center;gap:.5rem}.ll-info-section .info-label{font-weight:600;font-size:.85rem}:root .ll-info-section .info-label,[data-theme=light] .ll-info-section .info-label{color:#475569}[data-theme=dark] .ll-info-section .info-label{color:#cbd5e1}.ll-info-section .info-value{font-family:Courier New,monospace;font-weight:700;font-size:.9rem}:root .ll-info-section .info-value,[data-theme=light] .ll-info-section .info-value{color:#1d4ed8}[data-theme=dark] .ll-info-section .info-value{color:#86efac}.ll-info-section .info-value.deleted{color:#ef4444}[data-theme=dark] .ll-info-section .info-value.deleted{color:#fca5a5}.ll-legend{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .ll-legend,[data-theme=light] .ll-legend{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .ll-legend{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.ll-legend .legend-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500}:root .ll-legend .legend-item,[data-theme=light] .ll-legend .legend-item{color:#475569}[data-theme=dark] .ll-legend .legend-item{color:#94a3b8}.ll-legend .legend-color{width:16px;height:16px;border-radius:4px;border:2px solid}:root .ll-legend .legend-color.default,[data-theme=light] .ll-legend .legend-color.default{background:#f1f5f9;border-color:#94a3b8}:root .ll-legend .legend-color.current,[data-theme=light] .ll-legend .legend-color.current{background:#60a5fa;border-color:#3b82f6}:root .ll-legend .legend-color.deleted,[data-theme=light] .ll-legend .legend-color.deleted{background:#ef44444d;border-color:#ef4444}[data-theme=dark] .ll-legend .legend-color.default{background:#1e293b;border-color:#475569}[data-theme=dark] .ll-legend .legend-color.current{background:#3b82f6;border-color:#60a5fa}[data-theme=dark] .ll-legend .legend-color.deleted{background:#ef44444d;border-color:#ef4444}@media(max-width:768px){.ll-delete-visualization .d3-visualization-container{padding:.75rem}.ll-delete-visualization svg{min-width:400px}.linked-list-delete-synced-visualizer .input-group{flex-direction:column;align-items:flex-start;width:100%}.linked-list-delete-synced-visualizer .input-group input[type=range]{width:100%}.ll-legend{gap:.75rem}.ll-legend .legend-item{font-size:.75rem}}._problem-page_1iltz_1{min-height:100vh;padding:2rem 0}._container_1iltz_11{max-width:1200px;margin:0 auto;padding:0 1rem}._breadcrumb_1iltz_25{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1iltz_25 a{text-decoration:none;transition:color .2s ease;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1iltz_25 a:hover{opacity:.8}._breadcrumb_1iltz_25 span{color:#64748b}._problem-header_1iltz_85{margin-bottom:2rem}._problem-title-row_1iltz_93{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}._problem-title-row_1iltz_93 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_1iltz_125{padding:.5rem 1rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._badge-medium_1iltz_143{background:#f9731633;color:#fb923c;border:1px solid rgba(249,115,22,.4)}._problem-meta_1iltz_155{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_1iltz_167{color:var(--text-secondary);font-size:.875rem}._problem-section_1iltz_179{margin-bottom:2rem}._problem-section_1iltz_179 h2{font-size:1.5rem;margin-bottom:1rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_1iltz_205{padding:1.5rem}._problem-statement_1iltz_215 p{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}._problem-statement_1iltz_215 p:last-child{margin-bottom:0}._key-points_1iltz_235{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._key-points_1iltz_235 h4{margin:0 0 .75rem;color:var(--text-primary);font-size:1rem;font-weight:600}._key-points_1iltz_235 ul{list-style:none;padding:0;margin:0}._key-points_1iltz_235 li{color:var(--text-secondary);padding:.5rem 0 .5rem 1.5rem;position:relative}._key-points_1iltz_235 li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}._explanation_1iltz_305{display:flex;flex-direction:column;gap:1.5rem}._step_1iltz_317{padding:1rem;background:var(--bg-secondary);border-left:3px solid var(--primary);border-radius:6px}._step_1iltz_317 h4{margin:0 0 .5rem;color:var(--text-primary);font-size:1rem;font-weight:600}._step_1iltz_317 p{margin:0;color:var(--text-secondary);line-height:1.6}._cases_1iltz_359{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}._case_1iltz_359{padding:1rem;background:#ef44440d;border:1px solid rgba(239,68,68,.2);border-radius:8px}._case_1iltz_359 h4{margin:0 0 .5rem;font-size:.95rem}:root ._case_1iltz_359 h4,[data-theme=light] ._case_1iltz_359 h4{color:#b91c1c}[data-theme=dark] ._case_1iltz_359 h4{color:#fca5a5}._case_1iltz_359 p{margin:0;color:var(--text-secondary);font-size:.875rem;line-height:1.5}._problem-nav_1iltz_429{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}._nav-btn_1iltz_445{padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .2s ease}:root ._nav-btn_1iltz_445,[data-theme=light] ._nav-btn_1iltz_445{background:#3b82f626;color:#1d4ed8;border:1px solid rgba(59,130,246,.4)}:root ._nav-btn_1iltz_445:hover,[data-theme=light] ._nav-btn_1iltz_445:hover{background:#3b82f640;border-color:#3b82f699;transform:translateY(-2px)}[data-theme=dark] ._nav-btn_1iltz_445{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.4)}[data-theme=dark] ._nav-btn_1iltz_445:hover{background:#22c55e4d;border-color:#22c55e99;transform:translateY(-2px)}@media(max-width:768px){._problem-title-row_1iltz_93{flex-direction:column;align-items:flex-start}._problem-title-row_1iltz_93 h1{font-size:1.5rem}._cases_1iltz_359{grid-template-columns:1fr}._problem-nav_1iltz_429{flex-direction:column}._nav-btn_1iltz_445{width:100%;text-align:center}._container_1iltz_11{padding:0 .5rem}}.linked-list-reverse-synced-visualizer{display:flex;flex-direction:column;gap:1.5rem}.linked-list-reverse-synced-visualizer .input-controls{display:flex;gap:1rem;padding:1rem;border-radius:8px;flex-wrap:wrap}:root .linked-list-reverse-synced-visualizer .input-controls,[data-theme=light] .linked-list-reverse-synced-visualizer .input-controls{background:linear-gradient(135deg,#ffffffe6,#f8fafcd9);border:1px solid rgba(59,130,246,.2)}[data-theme=dark] .linked-list-reverse-synced-visualizer .input-controls{background:#0c301c80;border:1px solid rgba(34,197,94,.2)}.linked-list-reverse-synced-visualizer .input-group{display:flex;align-items:center;gap:.75rem}.linked-list-reverse-synced-visualizer .input-group label{font-weight:500;font-size:.875rem;white-space:nowrap}:root .linked-list-reverse-synced-visualizer .input-group label,[data-theme=light] .linked-list-reverse-synced-visualizer .input-group label{color:#475569}[data-theme=dark] .linked-list-reverse-synced-visualizer .input-group label{color:#cbd5e1}.linked-list-reverse-synced-visualizer .input-group input[type=range]{width:120px;cursor:pointer}.linked-list-reverse-synced-visualizer .count-display{font-weight:700;font-size:1rem;min-width:30px}:root .linked-list-reverse-synced-visualizer .count-display,[data-theme=light] .linked-list-reverse-synced-visualizer .count-display{color:#1d4ed8}[data-theme=dark] .linked-list-reverse-synced-visualizer .count-display{color:#86efac}.ll-reverse-visualization{display:flex;flex-direction:column;gap:1rem;width:100%}.ll-reverse-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;font-weight:500}:root .ll-reverse-visualization .step-description,[data-theme=light] .ll-reverse-visualization .step-description{background:linear-gradient(135deg,#a855f714,#6366f114);border:1px solid rgba(168,85,247,.25);color:#334155}[data-theme=dark] .ll-reverse-visualization .step-description{background:linear-gradient(135deg,#a855f71a,#8b5cf61a);border:1px solid rgba(168,85,247,.3);color:#e2e8f0}.ll-reverse-visualization .step-description.complete{background:linear-gradient(135deg,#22c55e26,#10b98126);border-color:#22c55e66}.ll-reverse-visualization .step-icon{font-size:1.25rem}.ll-reverse-visualization .step-text{font-size:.9rem}.ll-reverse-visualization .d3-visualization-container{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:8px;overflow-x:auto}:root .ll-reverse-visualization .d3-visualization-container,[data-theme=light] .ll-reverse-visualization .d3-visualization-container{background:linear-gradient(135deg,#fffffff2,#f8fafce6);border:1px solid rgba(59,130,246,.15)}[data-theme=dark] .ll-reverse-visualization .d3-visualization-container{background:#06201466;border:1px solid rgba(34,197,94,.2)}.ll-reverse-visualization .d3-visualization-container h4{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}:root .ll-reverse-visualization .d3-visualization-container h4,[data-theme=light] .ll-reverse-visualization .d3-visualization-container h4{color:#64748b}[data-theme=dark] .ll-reverse-visualization .d3-visualization-container h4{color:#94a3b8}.ll-reverse-visualization svg{min-width:500px}.ll-reverse-info-section{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .ll-reverse-info-section,[data-theme=light] .ll-reverse-info-section{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .ll-reverse-info-section{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.ll-reverse-info-section .info-row{display:flex;align-items:center;gap:.5rem}.ll-reverse-info-section .info-label{font-weight:600;font-size:.85rem}.ll-reverse-info-section .info-value{font-family:Courier New,monospace;font-weight:700;font-size:.9rem}.ll-reverse-info-section .info-row.prev .info-label,.ll-reverse-info-section .info-row.prev .info-value{color:#a855f7}.ll-reverse-info-section .info-row.current .info-label,.ll-reverse-info-section .info-row.current .info-value{color:#fb923c}.ll-reverse-info-section .info-row.next .info-label,.ll-reverse-info-section .info-row.next .info-value{color:#3b82f6}.ll-reverse-legend{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-radius:8px}:root .ll-reverse-legend,[data-theme=light] .ll-reverse-legend{background:#f1f5f9cc;border:1px solid rgba(148,163,184,.2)}[data-theme=dark] .ll-reverse-legend{background:#1e293b80;border:1px solid rgba(71,85,105,.3)}.ll-reverse-legend .legend-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500}:root .ll-reverse-legend .legend-item,[data-theme=light] .ll-reverse-legend .legend-item{color:#475569}[data-theme=dark] .ll-reverse-legend .legend-item{color:#94a3b8}.ll-reverse-legend .legend-color{width:16px;height:16px;border-radius:4px;border:2px solid}.ll-reverse-legend .legend-color.prev{background:#a855f766;border-color:#a855f7}.ll-reverse-legend .legend-color.current{background:#fb923c66;border-color:#fb923c}.ll-reverse-legend .legend-color.next{background:#3b82f666;border-color:#3b82f6}.ll-reverse-legend .legend-color.reversed{background:#22c55e66;border-color:#22c55e}@media(max-width:768px){.ll-reverse-visualization .d3-visualization-container{padding:.75rem}.ll-reverse-visualization svg{min-width:400px}.linked-list-reverse-synced-visualizer .input-group{flex-direction:column;align-items:flex-start;width:100%}.linked-list-reverse-synced-visualizer .input-group input[type=range]{width:100%}.ll-reverse-legend{gap:.75rem}.ll-reverse-legend .legend-item{font-size:.75rem}}._problem-page_1rhq7_1{padding:2rem 0}._container_1rhq7_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_1rhq7_23{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1rhq7_23 a{text-decoration:none;transition:color .2s;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1rhq7_23 a:hover{color:#22c55e}._breadcrumb_1rhq7_23 span{color:#64748b}._problem-header_1rhq7_79{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_1rhq7_92{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_1rhq7_92 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_1rhq7_126{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_1rhq7_142{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.4)}._badge-medium_1rhq7_154{background:#fb923c33;color:#fdba74;border:1px solid rgba(251,146,60,.4)}._problem-meta_1rhq7_166{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_1rhq7_178{color:#94a3b8;font-size:.875rem}._problem-section_1rhq7_190{margin-bottom:2rem}._problem-section_1rhq7_190 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_1rhq7_217{padding:1.5rem}._glass-card_1rhq7_217 p:last-child{margin-bottom:0}._examples_1rhq7_238 h4,._key-points_1rhq7_260 h4{margin:0 0 .75rem;color:#86efac;font-size:.95rem}._navigation-section_1rhq7_304{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(34,197,94,.2)}._nav-btn_1rhq7_322{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s}._nav-btn_1rhq7_322._prev_1rhq7_338{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#86efac}._nav-btn_1rhq7_322._next_1rhq7_350{background:linear-gradient(135deg,#22c55e4d,#16a34a4d);border:1px solid rgba(34,197,94,.5);color:#86efac}._nav-btn_1rhq7_322:hover{transform:translateY(-2px);box-shadow:0 4px 12px #22c55e33}@media(max-width:768px){._problem-title-row_1rhq7_92 h1{font-size:1.5rem}._navigation-section_1rhq7_304{flex-direction:column}._nav-btn_1rhq7_322{text-align:center}}@media(max-width:768px){._container_1rhq7_9{padding:0 .5rem}}.bfs-visualization{display:flex;flex-direction:column;gap:1rem}.bfs-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid var(--primary)}.bfs-visualization .step-description.complete{border-left-color:#22c55e;background:#22c55e1a}.bfs-visualization .step-icon{font-size:1.25rem}.bfs-visualization .step-text{color:var(--text-primary);font-weight:500}.bfs-visualization .d3-visualization-container{background:var(--bg-secondary);border-radius:12px;padding:1rem;border:1px solid var(--border)}.bfs-visualization .d3-visualization-container h4{margin:0 0 .75rem;color:var(--text-primary);font-size:.9rem;font-weight:600}.bfs-state-info{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1rem;background:var(--bg-secondary);border-radius:8px;border:1px solid var(--border)}.bfs-state-info .state-row{display:flex;align-items:center;gap:.5rem}.bfs-state-info .state-label{color:var(--text-muted);font-size:.85rem;font-weight:600;min-width:60px}.bfs-state-info .state-value{color:var(--text-primary);font-family:var(--font-mono);font-size:.9rem}.bfs-legend{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:.5rem}.bfs-legend .legend-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--text-secondary)}.bfs-legend .legend-color{width:14px;height:14px;border-radius:50%;border:2px solid}.bfs-legend .legend-color.default{background:var(--bg-secondary);border-color:var(--border)}.bfs-legend .legend-color.visited{background:#dcfce7;border-color:#16a34a}[data-theme=dark] .bfs-legend .legend-color.visited{background:#166534;border-color:#22c55e}.bfs-legend .legend-color.current{background:#60a5fa;border-color:#3b82f6}[data-theme=dark] .bfs-legend .legend-color.current{background:#3b82f6;border-color:#60a5fa}.bfs-legend .legend-color.checking{background:#fef08a;border-color:#eab308}[data-theme=dark] .bfs-legend .legend-color.checking{background:#eab308;border-color:#facc15}._problem-page_sutdd_1{padding:2rem 0}._container_sutdd_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_sutdd_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_sutdd_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_sutdd_21 a:hover{color:#22c55e}._breadcrumb_sutdd_21 span{color:#64748b}._problem-header_sutdd_81{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_sutdd_99{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_sutdd_99 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_sutdd_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-info_sutdd_149{background:var(--bg-secondary);color:var(--primary);border:1px solid var(--border)}._badge-medium_sutdd_161{background:#f59e0b33;color:#fcd34d;border:1px solid rgba(245,158,11,.4)}._problem-meta_sutdd_173{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_sutdd_185{color:#94a3b8;font-size:.875rem}._problem-section_sutdd_195{margin-bottom:2rem}._problem-section_sutdd_195 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_sutdd_223,._problem-statement_sutdd_231{padding:1.5rem}._problem-statement_sutdd_231 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._problem-statement_sutdd_231 ul{margin:1rem 0;padding-left:1.5rem;color:var(--text-secondary)}._problem-statement_sutdd_231 li{margin-bottom:.5rem;line-height:1.6}._problem-statement_sutdd_231 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._problem-statement_sutdd_231 code{background:#6366f140;color:#a5b4fc}._visualizer-wrapper_sutdd_301{margin-top:1rem}._key-points_sutdd_309{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._key-points_sutdd_309 h4{margin:0 0 .75rem;color:var(--text-primary);font-weight:600}._key-points_sutdd_309 ul{margin:0;padding-left:1.5rem;color:var(--text-secondary)}._key-points_sutdd_309 li{margin-bottom:.5rem;line-height:1.5}._explanation_sutdd_355 ._step_sutdd_355{padding:1rem;margin-bottom:1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid var(--primary)}._explanation_sutdd_355 ._step_sutdd_355:last-child{margin-bottom:0}._explanation_sutdd_355 ._step_sutdd_355 h4{margin:0 0 .5rem;color:var(--text-primary);font-size:.95rem;font-weight:600}._explanation_sutdd_355 ._step_sutdd_355 p{margin:0;color:var(--text-secondary);font-size:.9rem}@media(max-width:768px){._container_sutdd_9{padding:0 .5rem}._problem-title-row_sutdd_99 h1{font-size:1.5rem}}.dfs-visualization{display:flex;flex-direction:column;gap:1rem}.dfs-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid #8b5cf6}.dfs-visualization .step-description.complete{border-left-color:#22c55e;background:#22c55e1a}.dfs-visualization .step-icon{font-size:1.25rem}.dfs-visualization .step-text{color:var(--text-primary);font-weight:500}.dfs-visualization .d3-visualization-container{background:var(--bg-secondary);border-radius:12px;padding:1rem;border:1px solid var(--border)}.dfs-visualization .d3-visualization-container h4{margin:0 0 .75rem;color:var(--text-primary);font-size:.9rem;font-weight:600}.dfs-state-info{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1rem;background:var(--bg-secondary);border-radius:8px;border:1px solid var(--border)}.dfs-state-info .state-row{display:flex;align-items:center;gap:.5rem}.dfs-state-info .state-label{color:var(--text-muted);font-size:.85rem;font-weight:600;min-width:60px}.dfs-state-info .state-value{color:var(--text-primary);font-family:var(--font-mono);font-size:.9rem}.dfs-legend{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:.5rem}.dfs-legend .legend-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--text-secondary)}.dfs-legend .legend-color{width:14px;height:14px;border-radius:50%;border:2px solid}.dfs-legend .legend-color.default{background:var(--bg-secondary);border-color:var(--border)}.dfs-legend .legend-color.visited{background:#ede9fe;border-color:#7c3aed}[data-theme=dark] .dfs-legend .legend-color.visited{background:#7c3aed;border-color:#8b5cf6}.dfs-legend .legend-color.current{background:#fce7f3;border-color:#db2777}[data-theme=dark] .dfs-legend .legend-color.current{background:#ec4899;border-color:#f472b6}.dfs-legend .legend-color.checking{background:#fef08a;border-color:#eab308}[data-theme=dark] .dfs-legend .legend-color.checking{background:#eab308;border-color:#facc15}._problem-page_1b15q_1{padding:2rem 0}._container_1b15q_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_1b15q_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1b15q_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1b15q_21 a:hover{color:#22c55e}._breadcrumb_1b15q_21 span{color:#64748b}._problem-header_1b15q_81{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_1b15q_99{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_1b15q_99 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_1b15q_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-info_1b15q_149{background:var(--bg-secondary);color:var(--primary);border:1px solid var(--border)}._badge-medium_1b15q_161{background:#f59e0b33;color:#fcd34d;border:1px solid rgba(245,158,11,.4)}._problem-meta_1b15q_173{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_1b15q_185{color:#94a3b8;font-size:.875rem}._problem-section_1b15q_195{margin-bottom:2rem}._problem-section_1b15q_195 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_1b15q_223,._problem-statement_1b15q_231{padding:1.5rem}._problem-statement_1b15q_231 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._problem-statement_1b15q_231 ul{margin:1rem 0;padding-left:1.5rem;color:var(--text-secondary)}._problem-statement_1b15q_231 li{margin-bottom:.5rem;line-height:1.6}._problem-statement_1b15q_231 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._problem-statement_1b15q_231 code{background:#6366f140;color:#a5b4fc}._visualizer-wrapper_1b15q_301{margin-top:1rem}._key-points_1b15q_309{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._key-points_1b15q_309 h4{margin:0 0 .75rem;color:var(--text-primary);font-weight:600}._key-points_1b15q_309 ul{margin:0;padding-left:1.5rem;color:var(--text-secondary)}._key-points_1b15q_309 li{margin-bottom:.5rem;line-height:1.5}._explanation_1b15q_355 ._step_1b15q_355{padding:1rem;margin-bottom:1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid #8b5cf6}._explanation_1b15q_355 ._step_1b15q_355:last-child{margin-bottom:0}._explanation_1b15q_355 ._step_1b15q_355 h4{margin:0 0 .5rem;color:var(--text-primary);font-size:.95rem;font-weight:600}._explanation_1b15q_355 ._step_1b15q_355 p{margin:0;color:var(--text-secondary);font-size:.9rem}@media(max-width:768px){._container_1b15q_9{padding:0 .5rem}._problem-title-row_1b15q_99 h1{font-size:1.5rem}}.islands-visualization{display:flex;flex-direction:column;gap:1rem}.islands-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid #0ea5e9}.islands-visualization .step-description.complete{border-left-color:#22c55e;background:#22c55e1a}.islands-visualization .step-icon{font-size:1.25rem}.islands-visualization .step-text{color:var(--text-primary);font-weight:500}.islands-visualization .d3-visualization-container{background:var(--bg-secondary);border-radius:12px;padding:1rem;border:1px solid var(--border)}.islands-visualization .d3-visualization-container h4{margin:0 0 .75rem;color:var(--text-primary);font-size:.9rem;font-weight:600}.islands-state-info{display:flex;justify-content:center;padding:.75rem 1rem;background:var(--bg-secondary);border-radius:8px;border:1px solid var(--border)}.islands-state-info .state-row{display:flex;align-items:center;gap:.75rem}.islands-state-info .state-label{color:var(--text-muted);font-size:.9rem;font-weight:600}.islands-state-info .state-value.count{color:var(--primary);font-family:var(--font-mono);font-size:1.5rem;font-weight:700}.islands-legend{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:.5rem}.islands-legend .legend-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--text-secondary)}.islands-legend .legend-color{width:18px;height:18px;border-radius:4px;border:1px solid var(--border)}.islands-legend .legend-color.land{background:#86efac}[data-theme=dark] .islands-legend .legend-color.land{background:#15803d}.islands-legend .legend-color.water{background:#bfdbfe}[data-theme=dark] .islands-legend .legend-color.water{background:#1e3a5f}.islands-legend .legend-color.visited{background:#cbd5e1}[data-theme=dark] .islands-legend .legend-color.visited{background:#475569}.islands-legend .legend-color.current{background:#fbbf24}[data-theme=dark] .islands-legend .legend-color.current{background:#f59e0b}._problem-page_1ondg_1{padding:2rem 0}._container_1ondg_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_1ondg_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1ondg_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1ondg_21 a:hover{color:#22c55e}._breadcrumb_1ondg_21 span{color:#64748b}._problem-header_1ondg_81{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_1ondg_99{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_1ondg_99 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_1ondg_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-medium_1ondg_149{background:#f59e0b33;color:#fcd34d;border:1px solid rgba(245,158,11,.4)}._problem-meta_1ondg_161{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_1ondg_173{color:#94a3b8;font-size:.875rem}._problem-section_1ondg_183{margin-bottom:2rem}._problem-section_1ondg_183 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_1ondg_211,._problem-statement_1ondg_219{padding:1.5rem}._problem-statement_1ondg_219 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._problem-statement_1ondg_219 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._problem-statement_1ondg_219 code{background:#6366f140;color:#a5b4fc}._examples_1ondg_267{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._examples_1ondg_267 h4{margin:0 0 .75rem;color:var(--text-primary);font-weight:600}._example_1ondg_267{padding:1rem;background:var(--bg-secondary);border-radius:8px;color:var(--text-secondary);font-family:var(--font-mono);font-size:.875rem;line-height:1.8}._visualizer-wrapper_1ondg_311{margin-top:1rem}._key-points_1ondg_319{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._key-points_1ondg_319 h4{margin:0 0 .75rem;color:var(--text-primary);font-weight:600}._key-points_1ondg_319 ul{margin:0;padding-left:1.5rem;color:var(--text-secondary)}._key-points_1ondg_319 li{margin-bottom:.5rem;line-height:1.5}._explanation_1ondg_365 ._step_1ondg_365{padding:1rem;margin-bottom:1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid #0ea5e9}._explanation_1ondg_365 ._step_1ondg_365:last-child{margin-bottom:0}._explanation_1ondg_365 ._step_1ondg_365 h4{margin:0 0 .5rem;color:var(--text-primary);font-size:.95rem;font-weight:600}._explanation_1ondg_365 ._step_1ondg_365 p{margin:0;color:var(--text-secondary);font-size:.9rem}@media(max-width:768px){._container_1ondg_9{padding:0 .5rem}._problem-title-row_1ondg_99 h1{font-size:1.5rem}}.dijkstra-visualization{display:flex;flex-direction:column;gap:1rem}.dijkstra-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid #0ea5e9}.dijkstra-visualization .step-description.complete{border-left-color:#22c55e;background:#22c55e1a}.dijkstra-visualization .step-icon{font-size:1.25rem}.dijkstra-visualization .step-text{color:var(--text-primary);font-weight:500}.dijkstra-visualization .d3-visualization-container{background:var(--bg-secondary);border-radius:12px;padding:1rem;border:1px solid var(--border)}.dijkstra-visualization .d3-visualization-container h4{margin:0 0 .75rem;color:var(--text-primary);font-size:.9rem;font-weight:600}.dijkstra-state-info{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1rem;background:var(--bg-secondary);border-radius:8px;border:1px solid var(--border)}.dijkstra-state-info .state-row{display:flex;align-items:center;gap:.5rem}.dijkstra-state-info .state-label{color:var(--text-muted);font-size:.85rem;font-weight:600;min-width:80px}.dijkstra-state-info .state-value{color:var(--text-primary);font-family:var(--font-mono);font-size:.9rem}.dijkstra-legend{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:.5rem}.dijkstra-legend .legend-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--text-secondary)}.dijkstra-legend .legend-color{width:14px;height:14px;border-radius:50%;border:2px solid}.dijkstra-legend .legend-color.default{background:var(--bg-secondary);border-color:var(--border)}.dijkstra-legend .legend-color.visited{background:#cffafe;border-color:#0891b2}[data-theme=dark] .dijkstra-legend .legend-color.visited{background:#0e7490;border-color:#06b6d4}.dijkstra-legend .legend-color.current{background:#fef3c7;border-color:#d97706}[data-theme=dark] .dijkstra-legend .legend-color.current{background:#f59e0b;border-color:#fbbf24}.dijkstra-legend .legend-color.checking{background:#d1fae5;border-color:#059669}[data-theme=dark] .dijkstra-legend .legend-color.checking{background:#10b981;border-color:#34d399}._problem-page_37u26_1{padding:2rem 0}._container_37u26_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_37u26_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_37u26_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_37u26_21 a:hover{color:#22c55e}._breadcrumb_37u26_21 span{color:#64748b}._problem-header_37u26_81{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_37u26_99{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_37u26_99 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_37u26_133{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-medium_37u26_149{background:#f59e0b33;color:#fcd34d;border:1px solid rgba(245,158,11,.4)}._problem-meta_37u26_161{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_37u26_173{color:#94a3b8;font-size:.875rem}._problem-section_37u26_183{margin-bottom:2rem}._problem-section_37u26_183 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_37u26_211,._problem-statement_37u26_219{padding:1.5rem}._problem-statement_37u26_219 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._problem-statement_37u26_219 ul{margin:1rem 0;padding-left:1.5rem;color:var(--text-secondary)}._problem-statement_37u26_219 li{margin-bottom:.5rem;line-height:1.6}._problem-statement_37u26_219 code{background:#3b82f626;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}[data-theme=dark] ._problem-statement_37u26_219 code{background:#6366f140;color:#a5b4fc}._visualizer-wrapper_37u26_289{margin-top:1rem}._key-points_37u26_297{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._key-points_37u26_297 h4{margin:0 0 .75rem;color:var(--text-primary);font-weight:600}._key-points_37u26_297 ul{margin:0;padding-left:1.5rem;color:var(--text-secondary)}._key-points_37u26_297 li{margin-bottom:.5rem;line-height:1.5}._explanation_37u26_343 ._step_37u26_343{padding:1rem;margin-bottom:1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid #0ea5e9}._explanation_37u26_343 ._step_37u26_343:last-child{margin-bottom:0}._explanation_37u26_343 ._step_37u26_343 h4{margin:0 0 .5rem;color:var(--text-primary);font-size:.95rem;font-weight:600}._explanation_37u26_343 ._step_37u26_343 p{margin:0;color:var(--text-secondary);font-size:.9rem}._applications-grid_37u26_395{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;padding:1.5rem}._application_37u26_395{padding:1rem;background:var(--bg-secondary);border-radius:10px;border:1px solid var(--border);transition:transform .2s ease,box-shadow .2s ease}._application_37u26_395:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._application_37u26_395 ._app-icon_37u26_435{font-size:1.75rem;display:block;margin-bottom:.5rem}._application_37u26_395 h4{margin:0 0 .5rem;color:var(--text-primary);font-size:.95rem}._application_37u26_395 p{margin:0;color:var(--text-secondary);font-size:.85rem;line-height:1.5}._leetcode-grid_37u26_475{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;padding:1.5rem}._leetcode-item_37u26_489{padding:1rem;background:var(--bg-secondary);border-radius:10px;border:1px solid var(--border);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}._leetcode-item_37u26_489:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026;border-color:var(--primary)}._leetcode-header_37u26_519{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._leetcode-number_37u26_533{color:var(--text-muted);font-size:.8rem;font-weight:600}._leetcode-difficulty_37u26_545{padding:.15rem .5rem;border-radius:9999px;font-size:.7rem;font-weight:600;text-transform:uppercase}._leetcode-difficulty_37u26_545._medium_37u26_561{background:#f59e0b33;color:#f59e0b;border:1px solid rgba(245,158,11,.4)}._leetcode-difficulty_37u26_545._hard_37u26_573{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.4)}._leetcode-item_37u26_489 h4{margin:0 0 .5rem;color:var(--text-primary);font-size:.95rem}._leetcode-item_37u26_489 p{margin:0;color:var(--text-secondary);font-size:.85rem;line-height:1.5}@media(max-width:768px){._container_37u26_9{padding:0 .5rem}._problem-title-row_37u26_99 h1{font-size:1.5rem}._applications-grid_37u26_395,._leetcode-grid_37u26_475{grid-template-columns:1fr}}.adj-list-visualization{display:flex;flex-direction:column;gap:1rem}.adj-list-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid #0ea5e9}.adj-list-visualization .step-description.complete{border-left-color:#22c55e;background:#22c55e1a}.adj-list-visualization .step-icon{font-size:1.25rem}.adj-list-visualization .step-text{color:var(--text-primary);font-weight:500}.adj-list-visualization .d3-visualization-container{background:var(--bg-secondary);border-radius:12px;padding:1rem;border:1px solid var(--border)}.adj-list-visualization .d3-visualization-container h4{margin:0 0 .75rem;color:var(--text-primary);font-size:.9rem;font-weight:600}.adj-list-info{display:flex;gap:2rem;padding:.75rem 1rem;background:var(--bg-secondary);border-radius:8px;border:1px solid var(--border)}.adj-list-info p{margin:0;color:var(--text-secondary);font-size:.85rem}.adj-list-info strong{color:var(--text-primary)}._problem-page_y4ti1_1{padding:2rem 0}._container_y4ti1_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_y4ti1_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_y4ti1_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_y4ti1_21 span{color:#64748b}._problem-header_y4ti1_69{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_y4ti1_85{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_y4ti1_85 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_y4ti1_119{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-info_y4ti1_135{background:var(--bg-secondary);color:var(--primary);border:1px solid var(--border)}._problem-meta_y4ti1_147{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_y4ti1_159{color:#94a3b8;font-size:.875rem}._problem-section_y4ti1_169{margin-bottom:2rem}._problem-section_y4ti1_169 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_y4ti1_195,._problem-statement_y4ti1_203{padding:1.5rem}._problem-statement_y4ti1_203 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._key-points_y4ti1_223{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._key-points_y4ti1_223 h4{margin:0 0 .75rem;color:var(--text-primary);font-weight:600}._key-points_y4ti1_223 ul{margin:0;padding-left:1.5rem;color:var(--text-secondary)}._key-points_y4ti1_223 li{margin-bottom:.5rem;line-height:1.5}._visualizer-wrapper_y4ti1_269{margin-top:1rem}._complexity-table_y4ti1_279{padding:1.5rem}._complexity-table_y4ti1_279 table{width:100%;border-collapse:collapse}._complexity-table_y4ti1_279 th,._complexity-table_y4ti1_279 td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}._complexity-table_y4ti1_279 th{color:var(--text-primary);font-weight:600;background:var(--bg-secondary)}._complexity-table_y4ti1_279 td{color:var(--text-secondary)}._complexity-table_y4ti1_279 tr:last-child td{border-bottom:none}@media(max-width:768px){._container_y4ti1_9{padding:0 .5rem}._problem-title-row_y4ti1_85 h1{font-size:1.5rem}}.adj-matrix-visualization{display:flex;flex-direction:column;gap:1rem}.adj-matrix-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid #8b5cf6}.adj-matrix-visualization .step-description.complete{border-left-color:#22c55e;background:#22c55e1a}.adj-matrix-visualization .step-icon{font-size:1.25rem}.adj-matrix-visualization .step-text{color:var(--text-primary);font-weight:500}.adj-matrix-visualization .d3-visualization-container{background:var(--bg-secondary);border-radius:12px;padding:1rem;border:1px solid var(--border)}.adj-matrix-visualization .d3-visualization-container h4{margin:0 0 .75rem;color:var(--text-primary);font-size:.9rem;font-weight:600}.adj-matrix-info{display:flex;gap:2rem;padding:.75rem 1rem;background:var(--bg-secondary);border-radius:8px;border:1px solid var(--border)}.adj-matrix-info p{margin:0;color:var(--text-secondary);font-size:.85rem}.adj-matrix-info strong{color:var(--text-primary)}._problem-page_b6b8d_1{padding:2rem 0}._container_b6b8d_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_b6b8d_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_b6b8d_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_b6b8d_21 span{color:#64748b}._problem-header_b6b8d_69{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_b6b8d_85{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_b6b8d_85 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_b6b8d_119{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-info_b6b8d_135{background:#8b5cf633;color:#a78bfa;border:1px solid rgba(139,92,246,.4)}._problem-meta_b6b8d_147{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_b6b8d_159{color:#94a3b8;font-size:.875rem}._problem-section_b6b8d_169{margin-bottom:2rem}._problem-section_b6b8d_169 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_b6b8d_195,._problem-statement_b6b8d_203{padding:1.5rem}._problem-statement_b6b8d_203 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._problem-statement_b6b8d_203 code{background:#8b5cf626;color:#8b5cf6;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}._key-points_b6b8d_241{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._key-points_b6b8d_241 h4{margin:0 0 .75rem;color:var(--text-primary);font-weight:600}._key-points_b6b8d_241 ul{margin:0;padding-left:1.5rem;color:var(--text-secondary)}._key-points_b6b8d_241 li{margin-bottom:.5rem;line-height:1.5}._visualizer-wrapper_b6b8d_287{margin-top:1rem}._comparison-table_b6b8d_297{padding:1.5rem;overflow-x:auto}._comparison-table_b6b8d_297 table{width:100%;border-collapse:collapse;min-width:400px}._comparison-table_b6b8d_297 th,._comparison-table_b6b8d_297 td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}._comparison-table_b6b8d_297 th{color:var(--text-primary);font-weight:600;background:var(--bg-secondary)}._comparison-table_b6b8d_297 td{color:var(--text-secondary)}._comparison-table_b6b8d_297 td._better_b6b8d_353{color:#22c55e;font-weight:600}._comparison-table_b6b8d_297 tr:last-child td{border-bottom:none}@media(max-width:768px){._container_b6b8d_9{padding:0 .5rem}._problem-title-row_b6b8d_85 h1{font-size:1.5rem}}.add-vertex-visualization{display:flex;flex-direction:column;gap:1rem}.add-vertex-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid #22c55e}.add-vertex-visualization .step-description.complete{border-left-color:#22c55e;background:#22c55e1a}.add-vertex-visualization .step-icon{font-size:1.25rem}.add-vertex-visualization .step-text{color:var(--text-primary);font-weight:500}.add-vertex-visualization .d3-visualization-container{background:var(--bg-secondary);border-radius:12px;padding:1rem;border:1px solid var(--border)}.add-vertex-visualization .d3-visualization-container h4{margin:0 0 .75rem;color:var(--text-primary);font-size:.9rem;font-weight:600}._problem-page_14kmb_1{padding:2rem 0}._container_14kmb_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_14kmb_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_14kmb_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_14kmb_21 span{color:#64748b}._problem-header_14kmb_69{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_14kmb_85{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_14kmb_85 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_14kmb_119{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_14kmb_135{background:#22c55e33;color:#4ade80;border:1px solid rgba(34,197,94,.4)}._problem-meta_14kmb_147{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_14kmb_159{color:#94a3b8;font-size:.875rem}._problem-section_14kmb_169{margin-bottom:2rem}._problem-section_14kmb_169 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_14kmb_195,._problem-statement_14kmb_203{padding:1.5rem}._problem-statement_14kmb_203 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._key-points_14kmb_223{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._key-points_14kmb_223 h4{margin:0 0 .75rem;color:var(--text-primary);font-weight:600}._key-points_14kmb_223 ul{margin:0;padding-left:1.5rem;color:var(--text-secondary)}._key-points_14kmb_223 li{margin-bottom:.5rem;line-height:1.5}._visualizer-wrapper_14kmb_269{margin-top:1rem}._explanation_14kmb_277 ._step_14kmb_277{padding:1rem;margin-bottom:1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid #22c55e}._explanation_14kmb_277 ._step_14kmb_277:last-child{margin-bottom:0}._explanation_14kmb_277 ._step_14kmb_277 h4{margin:0 0 .5rem;color:var(--text-primary);font-size:.95rem;font-weight:600}._explanation_14kmb_277 ._step_14kmb_277 p{margin:0;color:var(--text-secondary);font-size:.9rem}@media(max-width:768px){._container_14kmb_9{padding:0 .5rem}._problem-title-row_14kmb_85 h1{font-size:1.5rem}}.add-edge-visualization{display:flex;flex-direction:column;gap:1rem}.add-edge-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid #0ea5e9}.add-edge-visualization .step-description.complete{border-left-color:#22c55e;background:#22c55e1a}.add-edge-visualization .step-icon{font-size:1.25rem}.add-edge-visualization .step-text{color:var(--text-primary);font-weight:500}.add-edge-visualization .d3-visualization-container{background:var(--bg-secondary);border-radius:12px;padding:1rem;border:1px solid var(--border)}.add-edge-visualization .d3-visualization-container h4{margin:0 0 .75rem;color:var(--text-primary);font-size:.9rem;font-weight:600}._problem-page_76swp_1{padding:2rem 0}._container_76swp_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_76swp_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_76swp_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_76swp_21 span{color:#64748b}._problem-header_76swp_69{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_76swp_85{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_76swp_85 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_76swp_119{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_76swp_135{background:#0ea5e933;color:#38bdf8;border:1px solid rgba(14,165,233,.4)}._problem-meta_76swp_147{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_76swp_159{color:#94a3b8;font-size:.875rem}._problem-section_76swp_169{margin-bottom:2rem}._problem-section_76swp_169 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_76swp_195,._problem-statement_76swp_203{padding:1.5rem}._problem-statement_76swp_203 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._key-points_76swp_223{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._key-points_76swp_223 h4{margin:0 0 .75rem;color:var(--text-primary);font-weight:600}._key-points_76swp_223 ul{margin:0;padding-left:1.5rem;color:var(--text-secondary)}._key-points_76swp_223 li{margin-bottom:.5rem;line-height:1.5}._visualizer-wrapper_76swp_269{margin-top:1rem}._explanation_76swp_277 ._step_76swp_277{padding:1rem;margin-bottom:1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid #0ea5e9}._explanation_76swp_277 ._step_76swp_277:last-child{margin-bottom:0}._explanation_76swp_277 ._step_76swp_277 h4{margin:0 0 .5rem;color:var(--text-primary);font-size:.95rem;font-weight:600}._explanation_76swp_277 ._step_76swp_277 p{margin:0;color:var(--text-secondary);font-size:.9rem}@media(max-width:768px){._container_76swp_9{padding:0 .5rem}._problem-title-row_76swp_85 h1{font-size:1.5rem}}.remove-vertex-visualization{display:flex;flex-direction:column;gap:1rem}.remove-vertex-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid #dc2626}.remove-vertex-visualization .step-description.complete{border-left-color:#22c55e;background:#22c55e1a}.remove-vertex-visualization .step-icon{font-size:1.25rem}.remove-vertex-visualization .step-text{color:var(--text-primary);font-weight:500}.remove-vertex-visualization .d3-visualization-container{background:var(--bg-secondary);border-radius:12px;padding:1rem;border:1px solid var(--border)}.remove-vertex-visualization .d3-visualization-container h4{margin:0 0 .75rem;color:var(--text-primary);font-size:.9rem;font-weight:600}._problem-page_1xrgh_1{padding:2rem 0}._container_1xrgh_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_1xrgh_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1xrgh_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_1xrgh_21 span{color:#64748b}._problem-header_1xrgh_69{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_1xrgh_85{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_1xrgh_85 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_1xrgh_119{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-medium_1xrgh_135{background:#dc262633;color:#f87171;border:1px solid rgba(220,38,38,.4)}._problem-meta_1xrgh_147{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_1xrgh_159{color:#94a3b8;font-size:.875rem}._problem-section_1xrgh_169{margin-bottom:2rem}._problem-section_1xrgh_169 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_1xrgh_195,._problem-statement_1xrgh_203{padding:1.5rem}._problem-statement_1xrgh_203 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._key-points_1xrgh_223{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._key-points_1xrgh_223 h4{margin:0 0 .75rem;color:var(--text-primary);font-weight:600}._key-points_1xrgh_223 ul{margin:0;padding-left:1.5rem;color:var(--text-secondary)}._key-points_1xrgh_223 li{margin-bottom:.5rem;line-height:1.5}._visualizer-wrapper_1xrgh_269{margin-top:1rem}._explanation_1xrgh_277 ._step_1xrgh_277{padding:1rem;margin-bottom:1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid #dc2626}._explanation_1xrgh_277 ._step_1xrgh_277:last-child{margin-bottom:0}._explanation_1xrgh_277 ._step_1xrgh_277 h4{margin:0 0 .5rem;color:var(--text-primary);font-size:.95rem;font-weight:600}._explanation_1xrgh_277 ._step_1xrgh_277 p{margin:0;color:var(--text-secondary);font-size:.9rem}@media(max-width:768px){._container_1xrgh_9{padding:0 .5rem}._problem-title-row_1xrgh_85 h1{font-size:1.5rem}}.remove-edge-visualization{display:flex;flex-direction:column;gap:1rem}.remove-edge-visualization .step-description{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid #ef4444}.remove-edge-visualization .step-description.complete{border-left-color:#22c55e;background:#22c55e1a}.remove-edge-visualization .step-icon{font-size:1.25rem}.remove-edge-visualization .step-text{color:var(--text-primary);font-weight:500}.remove-edge-visualization .d3-visualization-container{background:var(--bg-secondary);border-radius:12px;padding:1rem;border:1px solid var(--border)}.remove-edge-visualization .d3-visualization-container h4{margin:0 0 .75rem;color:var(--text-primary);font-size:.9rem;font-weight:600}._problem-page_13idb_1{padding:2rem 0}._container_13idb_9{max-width:1600px;margin:0 auto;padding:0 1.5rem}._breadcrumb_13idb_21{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_13idb_21 a{text-decoration:none;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._breadcrumb_13idb_21 span{color:#64748b}._problem-header_13idb_69{margin-bottom:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problem-title-row_13idb_85{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._problem-title-row_13idb_85 h1{margin:0;font-size:2rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._badge_13idb_119{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}._badge-easy_13idb_135{background:#ef444433;color:#f87171;border:1px solid rgba(239,68,68,.4)}._problem-meta_13idb_147{display:flex;gap:1rem;flex-wrap:wrap}._meta-item_13idb_159{color:#94a3b8;font-size:.875rem}._problem-section_13idb_169{margin-bottom:2rem}._problem-section_13idb_169 h2{margin:0 0 1rem;font-size:1.25rem;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._glass-card_13idb_195,._problem-statement_13idb_203{padding:1.5rem}._problem-statement_13idb_203 p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}._problem-statement_13idb_203 code{background:#ef444426;color:#ef4444;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.9em}._key-points_13idb_241{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._key-points_13idb_241 h4{margin:0 0 .75rem;color:var(--text-primary);font-weight:600}._key-points_13idb_241 ul{margin:0;padding-left:1.5rem;color:var(--text-secondary)}._key-points_13idb_241 li{margin-bottom:.5rem;line-height:1.5}._visualizer-wrapper_13idb_287{margin-top:1rem}._explanation_13idb_295 ._step_13idb_295{padding:1rem;margin-bottom:1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid #ef4444}._explanation_13idb_295 ._step_13idb_295:last-child{margin-bottom:0}._explanation_13idb_295 ._step_13idb_295 h4{margin:0 0 .5rem;color:var(--text-primary);font-size:.95rem;font-weight:600}._explanation_13idb_295 ._step_13idb_295 p{margin:0;color:var(--text-secondary);font-size:.9rem}._explanation_13idb_295 ._step_13idb_295 code{background:#ef444426;color:#ef4444;padding:.125rem .375rem;border-radius:4px;font-family:var(--font-mono);font-size:.85em}@media(max-width:768px){._container_13idb_9{padding:0 .5rem}._problem-title-row_13idb_85 h1{font-size:1.5rem}}._practice-page_1p2rm_5{padding:2rem 0 4rem;min-height:calc(100vh - 64px);background:linear-gradient(180deg,var(--bg-primary) 0%,var(--bg-secondary) 100%)}._container_1p2rm_17{max-width:1100px;margin:0 auto;padding:0 1.5rem}._page-header_1p2rm_31{margin-bottom:3rem;text-align:center;position:relative}._page-header_1p2rm_31:before{content:"";position:absolute;top:-100px;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(99,102,241,.08) 0%,transparent 70%);pointer-events:none}._header-content_1p2rm_67{position:relative;z-index:1}._header-badge_1p2rm_77{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#6366f126,#a855f726);border:1px solid rgba(99,102,241,.3);border-radius:999px;font-size:.8rem;color:var(--primary);margin-bottom:1rem}._page-header_1p2rm_31 h1{font-size:3rem;margin:0 0 1rem;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;letter-spacing:-.02em}._page-header_1p2rm_31 p{color:var(--text-secondary);font-size:1.1rem;max-width:500px;margin:0 auto 1.5rem;line-height:1.6}._stats-bar_1p2rm_143{display:flex;justify-content:center;gap:2rem;margin-top:1.5rem}._stat-item_1p2rm_157{text-align:center}._stat-value_1p2rm_165{font-size:1.5rem;font-weight:700;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._stat-label_1p2rm_183{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}._sections-container_1p2rm_199{display:flex;flex-direction:column;gap:1rem}._section_1p2rm_199{background:var(--bg-secondary);border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 24px #0000000f}._section_1p2rm_199:hover{border-color:#6366f166;box-shadow:0 8px 32px #6366f11a}._section_1p2rm_199._open_1p2rm_241{border-color:#6366f180;box-shadow:0 12px 48px #6366f126}._section-header_1p2rm_253{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}._section-header_1p2rm_253:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--section-color, #6366f1) 0%,transparent 100%);opacity:0;transition:opacity .3s}._section_1p2rm_199._open_1p2rm_241 ._section-header_1p2rm_253:before{opacity:1}._section-header_1p2rm_253:hover{background:#6366f108}._section-info_1p2rm_317{display:flex;align-items:center;gap:1rem}._section-icon_1p2rm_329{width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:linear-gradient(135deg,var(--icon-bg-start, rgba(99, 102, 241, .15)) 0%,var(--icon-bg-end, rgba(168, 85, 247, .15)) 100%);border-radius:12px;transition:transform .3s,box-shadow .3s}._section_1p2rm_199:hover ._section-icon_1p2rm_329{transform:scale(1.05);box-shadow:0 4px 16px #6366f133}._section-text_1p2rm_363{display:flex;flex-direction:column;gap:.25rem}._section-title_1p2rm_375{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:0}._section-subtitle_1p2rm_389{font-size:.8rem;color:var(--text-secondary)}._section-meta_1p2rm_399{display:flex;align-items:center;gap:1rem}._section-count_1p2rm_411{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-secondary);background:var(--bg-primary);padding:.35rem .75rem;border-radius:8px}._section-count_1p2rm_411 strong{color:var(--text-primary)}._section-toggle_1p2rm_441{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--bg-primary);border-radius:8px;font-size:.8rem;color:var(--text-secondary);transition:all .3s ease}._section_1p2rm_199._open_1p2rm_241 ._section-toggle_1p2rm_441{transform:rotate(180deg);background:#6366f11a;color:var(--primary)}._problems-list_1p2rm_481{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1);background:linear-gradient(180deg,var(--bg-primary) 0%,var(--bg-secondary) 100%)}._section_1p2rm_199._open_1p2rm_241 ._problems-list_1p2rm_481{max-height:3000px}._problems-grid_1p2rm_503{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.75rem;padding:1rem 1.5rem 1.5rem}._problem-card_1p2rm_519{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:10px;text-decoration:none;transition:all .2s ease}._problem-card_1p2rm_519:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 16px #6366f11f}._problem-info_1p2rm_555{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}._problem-number_1p2rm_571{font-size:.7rem;font-weight:600;color:var(--text-secondary);background:var(--bg-primary);padding:.2rem .5rem;border-radius:4px;font-family:var(--font-mono)}._problem-name_1p2rm_591{font-size:.875rem;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._difficulty_1p2rm_611{padding:.2rem .5rem;border-radius:4px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}._difficulty-easy_1p2rm_629{background:linear-gradient(135deg,#22c55e26,#10b98126);color:#22c55e}._difficulty-medium_1p2rm_639{background:linear-gradient(135deg,#f9731626,#eab30826);color:#f97316}._difficulty-hard_1p2rm_649{background:linear-gradient(135deg,#ef444426,#ec489926);color:#ef4444}@media(max-width:768px){._page-header_1p2rm_31 h1{font-size:2rem}._stats-bar_1p2rm_143{gap:1.5rem}._problems-grid_1p2rm_503{grid-template-columns:1fr}._section-header_1p2rm_253{padding:1rem}._section-icon_1p2rm_329{width:40px;height:40px;font-size:1.25rem}}[data-theme=dark] ._section_1p2rm_199{background:#1e1e2899;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}[data-theme=dark] ._problem-card_1p2rm_519{background:#1e1e28cc}[data-theme=dark] ._section-icon_1p2rm_329{box-shadow:0 0 20px #6366f126}._coming-soon-banner_1p2rm_739{display:flex;align-items:center;justify-content:center;gap:.75rem;margin:0 1.5rem 1.5rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#6366f11a,#a855f71a,#ec48991a);border:1px dashed rgba(99,102,241,.4);border-radius:12px;animation:_pulse-border_1p2rm_1 2s ease-in-out infinite}@keyframes _pulse-border_1p2rm_1{0%,to{border-color:#6366f166}50%{border-color:#a855f799}}._coming-soon-icon_1p2rm_789{font-size:1.5rem;animation:_rocket-bounce_1p2rm_1 1.5s ease-in-out infinite}@keyframes _rocket-bounce_1p2rm_1{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}._coming-soon-text_1p2rm_823{font-size:.9rem;color:var(--text-secondary)}._coming-soon-text_1p2rm_823 strong{background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){._coming-soon-banner_1p2rm_739{margin:0 1rem 1rem;padding:.75rem 1rem;flex-direction:column;text-align:center;gap:.5rem}}.app-container{display:flex;min-height:calc(100vh - 70px)}.main-content{flex:1;padding:0;width:100%;min-width:0;display:flex;flex-direction:column;overflow-x:hidden}.main-content>*:first-child{flex:1}@media(max-width:768px){.app-container{flex-direction:column}}
