.interactive-simulator-card[data-astro-cid-qtgu5y3h]{background-color:var(--quote-bg);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;margin:2rem 0;font-family:var(--font-sans);box-shadow:0 4px 12px #00000008}.simulator-header[data-astro-cid-qtgu5y3h]{margin-bottom:1.2rem;border-bottom:1px solid var(--border-color);padding-bottom:.8rem}.simulator-title-tag[data-astro-cid-qtgu5y3h]{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.1em;background-color:var(--accent-color);color:#fff;padding:.15rem .5rem;border-radius:3px;margin-bottom:.4rem}.simulator-title[data-astro-cid-qtgu5y3h]{margin-top:0;margin-bottom:.3rem;font-size:1.15rem;color:var(--accent-color)}.simulator-desc[data-astro-cid-qtgu5y3h]{font-size:.82rem;color:var(--text-muted);line-height:1.5;margin-bottom:0}.simulator-grid-layout[data-astro-cid-qtgu5y3h]{display:grid;grid-template-columns:1fr 1.2fr;gap:1.5rem}.allocator-controls[data-astro-cid-qtgu5y3h]{display:flex;flex-direction:column;gap:1.2rem}.control-section[data-astro-cid-qtgu5y3h]{background-color:#fff;border:1px solid var(--border-color);border-radius:6px;padding:1rem}.control-section-title[data-astro-cid-qtgu5y3h]{margin:0 0 .2rem;font-size:.9rem;color:var(--accent-color);font-weight:600}.control-section-desc[data-astro-cid-qtgu5y3h]{font-size:.75rem;color:var(--text-muted);margin-bottom:.8rem;line-height:1.4}.button-group[data-astro-cid-qtgu5y3h]{display:flex;gap:.5rem}.heap-inputs[data-astro-cid-qtgu5y3h]{display:flex;gap:.5rem;margin-bottom:.8rem}.sim-select[data-astro-cid-qtgu5y3h]{flex:1;font-size:.8rem;padding:.4rem;border:1px solid var(--border-color);border-radius:4px;background-color:var(--bg-color);color:var(--text-color)}.sim-btn[data-astro-cid-qtgu5y3h]{font-family:var(--font-sans);font-size:.8rem;font-weight:600;padding:.4rem .8rem;border-radius:4px;border:1px solid transparent;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s}.accent-btn[data-astro-cid-qtgu5y3h]{background-color:var(--accent-color);color:#fff}.accent-btn[data-astro-cid-qtgu5y3h]:hover{background-color:#12243d}.secondary-btn[data-astro-cid-qtgu5y3h]{background-color:var(--accent-light);color:var(--accent-color)}.secondary-btn[data-astro-cid-qtgu5y3h]:hover{background-color:#cbd5e1}.reset-btn[data-astro-cid-qtgu5y3h]{background-color:transparent;color:var(--text-muted);border:1px dashed var(--border-color);align-self:flex-start;font-size:.75rem;padding:.3rem .6rem}.reset-btn[data-astro-cid-qtgu5y3h]:hover{background-color:var(--code-bg);color:var(--text-color)}.heap-free-actions[data-astro-cid-qtgu5y3h]{display:flex;flex-direction:column;gap:.4rem;border-top:1px dashed var(--border-color);padding-top:.6rem}.control-label[data-astro-cid-qtgu5y3h]{font-size:.75rem;font-weight:600;color:var(--text-muted)}.active-blocks-list[data-astro-cid-qtgu5y3h]{display:flex;flex-wrap:wrap;gap:.4rem;min-height:30px;align-items:center}.no-blocks-text[data-astro-cid-qtgu5y3h]{font-size:.72rem;color:var(--text-muted);font-style:italic}.free-block-btn[data-astro-cid-qtgu5y3h]{font-family:var(--font-mono);font-size:.7rem;padding:.2rem .5rem;border-radius:3px;border:1px solid var(--quote-border);background-color:var(--quote-bg);cursor:pointer;transition:background-color .15s}.free-block-btn[data-astro-cid-qtgu5y3h]:hover{background-color:#fee2e2;color:#b91c1c;border-color:#fca5a5}.memory-visualization[data-astro-cid-qtgu5y3h]{display:flex;flex-direction:column;gap:.3rem}.address-marker[data-astro-cid-qtgu5y3h]{font-family:var(--font-mono);font-size:.68rem;color:var(--text-muted);text-align:center;padding:.2rem;background-color:var(--code-bg);border-radius:3px;border:1px solid var(--border-color)}.memory-container[data-astro-cid-qtgu5y3h]{background-color:#fff;border:2px solid var(--accent-color);border-radius:6px;padding:.8rem;display:flex;flex-direction:column;min-height:340px;gap:.5rem}.memory-section-wrapper[data-astro-cid-qtgu5y3h]{display:flex;flex-direction:column;gap:.3rem;flex-shrink:0}.memory-section-header[data-astro-cid-qtgu5y3h]{font-size:.75rem;font-weight:700;color:var(--accent-color);border-bottom:1px solid var(--border-color);padding-bottom:.2rem;text-align:center}.stack-memory-blocks[data-astro-cid-qtgu5y3h]{display:flex;flex-direction:column;justify-content:flex-start;gap:.3rem;min-height:80px}.stack-frame[data-astro-cid-qtgu5y3h]{background-color:var(--accent-light);border:1px solid var(--accent-color);color:var(--accent-color);border-radius:4px;padding:.4rem;font-size:.78rem;text-align:center;font-family:var(--font-mono);animation:slideDown .25s ease-out}.stack-frame[data-astro-cid-qtgu5y3h].hidden{display:none!important}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.heap-memory-blocks[data-astro-cid-qtgu5y3h]{display:flex;flex-direction:column;gap:.3rem;min-height:100px}.heap-grid[data-astro-cid-qtgu5y3h]{display:grid;grid-template-columns:repeat(8,1fr);gap:.2rem;background-color:var(--code-bg);padding:.4rem;border-radius:4px;border:1px solid var(--border-color);width:100%;height:64px;min-height:64px}.heap-cell[data-astro-cid-qtgu5y3h]{aspect-ratio:1;width:100%;border-radius:2px;border:1px solid #cbd5e1;background-color:#fff;transition:background-color .2s,border-color .2s;position:relative}.heap-cell[data-astro-cid-qtgu5y3h].allocated-1{background-color:#fca5a5;border-color:#f87171}.heap-cell[data-astro-cid-qtgu5y3h].allocated-2{background-color:#93c5fd;border-color:#60a5fa}.heap-cell[data-astro-cid-qtgu5y3h].allocated-3{background-color:#86efac;border-color:#4ade80}.heap-cell[data-astro-cid-qtgu5y3h].allocated-4{background-color:#fde047;border-color:#facc15}.memory-buffer-zone[data-astro-cid-qtgu5y3h]{flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:.5rem 0;opacity:.6}.buffer-line[data-astro-cid-qtgu5y3h]{width:2px;height:15px;background-color:var(--border-color)}.buffer-text[data-astro-cid-qtgu5y3h]{font-size:.68rem;color:var(--text-muted);font-style:italic;margin:.2rem 0}@media(max-width:600px){.simulator-grid-layout[data-astro-cid-qtgu5y3h]{grid-template-columns:1fr}.memory-container[data-astro-cid-qtgu5y3h]{min-height:280px}}
