:root{--bg-color: #000000;--text-color: #ffffff;--secondary-color: #000000;--accent-color: #00ff00;--border-color: #ffffff;--card-bg: #000000;--nav-bg: #000000;--shadow: none}body{margin:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;background-color:var(--bg-color);color:var(--text-color);transition:background-color .3s ease,color .3s ease;overflow-x:hidden;line-height:1.5}.app{min-height:100vh;display:flex;flex-direction:column}.navbar{display:flex;justify-content:space-between;align-items:center;padding:2rem 0;background:transparent;position:relative;max-width:900px;margin:0 auto;width:100%;box-sizing:border-box}.logo{font-size:1rem;font-weight:700;color:var(--text-color);letter-spacing:-.02em;text-decoration:none}.nav-links a{color:var(--text-color);opacity:.6;text-decoration:none;margin-left:1.5rem;font-size:.9rem;transition:opacity .2s ease}.nav-links a:hover{opacity:1;color:var(--accent-color)}.main-content{flex:1;padding:0 2rem 4rem;max-width:900px;margin:0 auto;width:100%;box-sizing:border-box}.hero{text-align:left;padding:6rem 0}.hero h1{font-size:2rem;margin-bottom:1rem;color:var(--text-color);font-weight:700;letter-spacing:-.03em}.hero h2{font-size:1rem;color:var(--text-color);opacity:.7;font-weight:400;margin-bottom:2rem}.bio{margin-top:4rem;line-height:1.6;color:var(--text-color);max-width:600px}.bio h2,.featured-projects h2{font-size:1rem;margin-bottom:1.5rem;color:var(--text-color);font-weight:700;text-transform:uppercase;letter-spacing:.05em}.featured-projects{margin-top:6rem}.project-preview{background:transparent;padding:0;margin-bottom:3rem;border:none;border-left:1px solid var(--border-color);padding-left:1.5rem}.project-preview h3{margin:0 0 .5rem;font-size:1.1rem;color:var(--text-color);font-weight:600}.project-preview p{color:var(--text-color);opacity:.8;margin-bottom:1rem;font-size:.95rem}.project-preview a{font-size:.9rem;color:var(--accent-color);text-decoration:none;font-weight:500}.project-preview a:hover{text-decoration:underline}@media(max-width:768px){.navbar{padding:1.5rem 2rem}.hero h1{font-size:2rem}.main-content{padding:0 1.5rem 3rem}.project-list{grid-template-columns:1fr}.cpu-container{flex-direction:column;align-items:flex-start;gap:1rem}.controls-area{flex-direction:column;gap:1rem}.viz-header{flex-direction:column;align-items:flex-start;gap:.5rem}.stats{margin-left:0;font-size:.8rem}.stats span{margin-left:0;margin-right:1rem}}.project-list{display:grid;grid-template-columns:1fr;gap:4rem;margin-top:3rem}.project-card{background:transparent;padding:0;border:none;border-left:1px solid var(--border-color);padding-left:2rem;transition:none}.project-card:hover{transform:none;border-color:var(--accent-color)}.project-card h3{font-size:1.5rem;margin-bottom:.5rem}.project-card p{color:var(--text-color);opacity:.8;max-width:600px;margin-bottom:1.5rem}.card-links{display:flex;gap:2rem;margin-top:1.5rem}.btn{padding:.5rem 0;border-radius:0;text-decoration:none;font-weight:500;transition:all .2s;font-size:.9rem;border:none;border-bottom:1px solid transparent}.btn.primary{background:transparent;color:var(--accent-color);border:none;border-bottom:1px solid var(--accent-color)}.btn.primary:hover{background:transparent;opacity:.8}.btn.secondary{background:transparent;color:var(--text-color);border:none;border-bottom:1px solid var(--text-color)}.btn.secondary:hover{border-color:var(--accent-color);color:var(--accent-color);background:transparent}.visualizer-container.premium{background:var(--card-bg);border:1px solid var(--border-color);box-shadow:var(--shadow);border-radius:12px;padding:2rem;margin-top:2rem}.viz-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;border-bottom:1px solid var(--border-color);padding-bottom:1rem}.viz-header h2{margin:0;font-size:1.2rem;color:var(--text-color);text-transform:uppercase;letter-spacing:1px}.stats{font-family:monospace;color:var(--text-color);opacity:.7;font-size:.9rem}.controls-area{display:flex;justify-content:space-between;margin-bottom:2rem;background:var(--secondary-color);padding:1rem;border-radius:8px;border:1px solid var(--border-color)}.control-group label{font-size:.8rem;color:var(--text-color);opacity:.7;margin-right:.5rem;text-transform:uppercase}.btn-alloc{background:var(--bg-color);border:1px solid var(--border-color);color:var(--text-color);padding:.4rem .8rem;border-radius:4px;font-family:monospace;cursor:pointer;transition:all .2s}.btn-alloc:hover{border-color:var(--accent-color);color:var(--accent-color)}.btn-reset{background:#301a1a;border:1px solid #502020;color:#ff6b6b;padding:.4rem 1rem;border-radius:4px;cursor:pointer}.btn-reset:hover{background:#402020}.memory-viewport{display:flex;width:100%;height:120px;background:#111;border:1px solid #333;border-radius:4px;overflow:hidden;margin-bottom:1.5rem}.mem-block{display:flex;flex-direction:column;border-right:1px solid #222;transition:all .3s ease;position:relative}.mem-block.parent{flex-direction:row;border:none}.children-container{display:flex;flex:1;width:100%;height:100%}.block-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;position:relative;overflow:hidden}.mem-block.free .block-content{background:#1a1a1f;color:#444}.mem-block.free .block-content:hover{background:#25252e}.mem-block.allocated .block-content{background:#00ff8826;color:var(--accent-color);box-shadow:inset 0 0 10px #00ff881a;border:1px solid rgba(0,255,136,.3)}.mem-block.slab .block-content{background:#ff6b6b26;color:#ff6b6b;border:1px solid rgba(255,107,107,.3)}.size{font-weight:700;font-size:.8rem}.addr{font-size:.6rem;opacity:.7;font-family:monospace;margin-top:2px}.status{position:absolute;top:2px;right:2px;font-size:.5rem;background:#00000080;padding:1px 3px;border-radius:2px}.system-log{background:#0a0a0c;border:1px solid #222;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:.8rem}.log-header{background:#151518;padding:.5rem 1rem;border-bottom:1px solid #222;color:#888;text-transform:uppercase;font-size:.7rem}.log-entries{height:120px;overflow-y:auto;padding:.5rem}.log-line{padding:.2rem .5rem;border-bottom:1px solid rgba(255,255,255,.02);color:#aaa}.log-line:first-child{color:var(--accent-color)}.algo-select{background:#2a2a30;color:#fff;border:1px solid #444;padding:.4rem;border-radius:4px}.cpu-container{background:#151518;border:1px solid #333;border-radius:8px;padding:1.5rem;display:flex;align-items:center;gap:2rem;margin-bottom:1.5rem;min-height:100px}.cpu-label{font-size:1.5rem;font-weight:700;color:#444;letter-spacing:2px}.cpu-idle{color:#444;font-family:monospace;font-size:1.2rem;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.thread-card{background:#222;padding:1rem;border-radius:6px;width:200px;box-shadow:0 4px 10px #0000004d}.thread-card.running{border-color:var(--accent-color);box-shadow:0 0 15px #0f83}.thread-id{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.thread-info{display:flex;justify-content:space-between;font-size:.8rem;color:#aaa;margin-bottom:.5rem}.progress-bar{height:4px;background:#333;border-radius:2px;overflow:hidden}.progress-bar .fill{height:100%;transition:width .3s linear}.queues-container{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.queue-row{display:flex;align-items:center;background:#1a1a1f;padding:.5rem;border-radius:4px;border:1px solid #333}.queue-label{width:100px;font-size:.8rem;color:#888;border-right:1px solid #333;margin-right:1rem}.queue-track{display:flex;gap:.5rem;flex:1;overflow-x:auto;padding:.2rem}.thread-mini{width:30px;height:30px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#000;box-shadow:0 2px 5px #0003}.gantt-container{background:#111;border:1px solid #333;border-radius:4px;padding:1rem}.gantt-label{font-size:.8rem;color:#666;margin-bottom:.5rem;text-transform:uppercase}.gantt-scroll{display:flex;height:40px;background:#222;border-radius:4px;overflow-x:auto;overflow-y:hidden}.gantt-block{display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#000;font-weight:700;border-right:1px solid rgba(0,0,0,.1)}.theme-toggle-wrapper{display:flex;align-items:center;gap:.5rem;margin-left:1.5rem}.toggle-label{font-size:.8rem;color:var(--text-color);opacity:.8}.theme-switch{position:relative;display:inline-block;width:40px;height:20px}.theme-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s}.slider:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:#fff;transition:.4s}input:checked+.slider{background-color:var(--accent-color)}input:focus+.slider{box-shadow:0 0 1px var(--accent-color)}input:checked+.slider:before{transform:translate(20px)}.slider.round{border-radius:20px}.slider.round:before{border-radius:50%}
