:root{--titlebar-h: 48px;--statusbar-h: 52px;--content-max-width: 960px;--font-mono: "JetBrains Mono", "Fira Code", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;--bg: #0a0e14;--panel-bg: #10161e;--panel-bg-alt: #0d1219;--border: #2a3441;--text: #c9d1d9;--text-dim: #5c6773;--accent-cyan: #62d6c9;--accent-amber: #e3b559;--accent-green: #7fd88f;--accent-red: #e2685f}:root[data-theme=light]{--bg: #fdf6e3;--panel-bg: #ffffff;--panel-bg-alt: #eee8d5;--border: #d3c6a6;--text: #3b4252;--text-dim: #93a1a1;--accent-cyan: #0b7285;--accent-amber: #b58900;--accent-green: #2e7d32;--accent-red: #c0392b}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-mono);background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh;overflow-x:hidden;transition:background .3s ease,color .3s ease}a{color:inherit}button{font-family:var(--font-mono)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}kbd{font-family:var(--font-mono);font-size:.85em;background:var(--panel-bg-alt);border:1px solid var(--border);border-radius:3px;padding:.05em .4em;color:var(--accent-amber)}:focus-visible{outline:2px solid var(--accent-cyan);outline-offset:2px}.crt-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse at center,transparent 55%,rgba(0,0,0,.35) 100%),repeating-linear-gradient(to bottom,rgba(255,255,255,.025) 0px,rgba(255,255,255,.025) 1px,transparent 1px,transparent 3px);opacity:.55;animation:flicker 6s ease-in-out infinite}:root[data-theme=light] .crt-overlay{display:none}@keyframes flicker{0%,to{opacity:.5}50%{opacity:.6}}.term-titlebar{position:fixed;top:0;left:0;right:0;height:var(--titlebar-h);display:flex;align-items:center;gap:1rem;padding:0 1.25rem;background:var(--panel-bg);border-bottom:1px solid var(--border);z-index:100}.term-dots{display:flex;gap:.5rem}.dot{width:11px;height:11px;border-radius:50%;display:inline-block;border:none;padding:0;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;transition:transform .15s ease,filter .15s ease}.dot:hover:not(:disabled){filter:brightness(1.25);transform:scale(1.15)}.dot:active:not(:disabled){transform:scale(.9)}.dot:disabled{cursor:default;opacity:.5}.dot-red{background:var(--accent-red)}.dot-amber{background:var(--accent-amber)}.dot-green{background:var(--accent-green)}.term-title{font-size:.85rem;color:var(--text-dim)}.term-hint{margin-left:auto;font-size:.8rem;color:var(--text-dim);white-space:nowrap}@media(max-width:640px){.term-hint{display:none}}.term-body{position:relative;z-index:2;max-width:var(--content-max-width);margin:0 auto;padding:calc(var(--titlebar-h) + 2.5rem) 1.5rem calc(var(--statusbar-h) + 3rem);transition:max-width .3s ease}body.wide-mode .term-body{--content-max-width: 1400px}.panel{position:relative;background:var(--panel-bg);border:1px solid var(--border);border-radius:6px;padding:2.25rem 2rem;margin-bottom:2.5rem}.panel[data-title]:before{content:attr(data-title);position:absolute;top:-.7em;left:1.5rem;background:var(--bg);padding:0 .6em;font-size:.8rem;color:var(--accent-cyan);letter-spacing:.02em}.panel-heading{font-size:.95rem;font-weight:500;color:var(--text-dim);text-transform:lowercase;margin-bottom:1.5rem;letter-spacing:.02em}section{scroll-margin-top:calc(var(--titlebar-h) + 1.5rem)}.hero-grid{display:grid;grid-template-columns:auto 1fr;gap:2.5rem;align-items:center}.hero-photo{width:140px;height:140px;border-radius:50%;object-fit:cover;border:2px solid var(--accent-cyan)}.hero-text .boot-line,.hero-text .hero-name,.hero-text .hero-role,.hero-text .hero-focus,.hero-text .hero-sub,.hero-text .boot-cursor{opacity:0;animation:printLine .4s ease forwards;animation-delay:calc(var(--i) * .22s)}@keyframes printLine{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.boot-line{color:var(--text-dim);font-size:.9rem;margin-bottom:.35rem}.hero-name{font-size:2.5rem;font-weight:700;color:var(--accent-cyan);margin-bottom:.75rem;letter-spacing:-.02em}.hero-role{font-size:1.15rem;font-weight:500;margin-bottom:.75rem}.hero-focus{color:var(--accent-amber);font-size:.95rem;margin-bottom:1rem}.hero-sub{color:var(--text-dim);max-width:46ch;font-size:.9rem}.boot-hint{max-width:46ch}.boot-cursor{display:inline-block;margin-top:.75rem;color:var(--accent-cyan);animation:printLine .4s ease forwards,blink 1s step-end infinite 1.9s}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@media(max-width:640px){.hero-grid{grid-template-columns:1fr;text-align:center;justify-items:center}.hero-sub{max-width:none}}.meta-table{margin-bottom:1.5rem}.meta-row{display:flex;gap:1rem;padding:.4rem 0;border-bottom:1px dashed var(--border);font-size:.9rem}.meta-row:last-child{border-bottom:none}.meta-row dt{flex:0 0 120px;color:var(--accent-cyan)}.meta-row dd{color:var(--text)}.bio{max-width:68ch;color:var(--text);font-size:.95rem}.skill-category{margin-bottom:1.75rem}.skill-category:last-child{margin-bottom:0}.skill-category h3{font-size:.85rem;color:var(--accent-amber);text-transform:lowercase;margin-bottom:.75rem;letter-spacing:.02em}.skill-list{list-style:none}.skill-row{display:grid;grid-template-columns:minmax(120px,1fr) auto auto;align-items:center;gap:1rem;padding:.3rem 0;font-size:.85rem}.skill-name{color:var(--text)}.skill-bar{color:var(--accent-cyan);letter-spacing:-1px;font-size:.9rem}.skill-level{color:var(--text-dim);font-size:.8rem;justify-self:end;white-space:nowrap}@media(max-width:640px){.skill-row{grid-template-columns:1fr;gap:.25rem;padding-bottom:.75rem;border-bottom:1px dashed var(--border)}.skill-level{justify-self:start}}.process-table{width:100%;border-collapse:collapse;font-size:.85rem}.process-table th{text-align:left;color:var(--text-dim);font-weight:500;text-transform:lowercase;padding:.5rem .75rem;border-bottom:1px solid var(--border)}.proc-row td{padding:.75rem;vertical-align:top}.proc-status{font-weight:700;white-space:nowrap}.status-running{color:var(--accent-green)}.status-exited{color:var(--text-dim)}.proc-details td{padding:0 .75rem 1.25rem;color:var(--text-dim);font-size:.85rem}.proc-details ul{list-style:none;border-left:2px solid var(--border);padding-left:1rem}.proc-details li{margin-bottom:.35rem}.proc-details li:before{content:"· ";color:var(--accent-cyan)}@media(max-width:640px){.process-table,.process-table thead,.process-table tbody,.proc-row,.proc-row td{display:block;width:100%}.process-table thead{display:none}.proc-row{border-bottom:1px solid var(--border);padding-bottom:.5rem}.proc-row td{padding:.15rem 0}.proc-details td{padding:.5rem 0 1.5rem}}.file-list{list-style:none}.file-row{padding:1.25rem 0;border-bottom:1px dashed var(--border)}.file-row:last-child{border-bottom:none}.file-tag{display:inline-block;color:var(--accent-amber);font-size:.8rem;margin-bottom:.4rem}.file-main{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap;margin-bottom:.5rem}.file-name{font-size:1.05rem;font-weight:500;color:var(--accent-cyan);text-decoration:none}a.file-name:hover,a.file-name:focus-visible{text-decoration:underline}.file-meta{color:var(--text-dim);font-size:.8rem}.file-desc{max-width:68ch;font-size:.9rem;color:var(--text);margin-bottom:.75rem}.file-tech{display:flex;flex-wrap:wrap;gap:.5rem}.file-tech span{font-size:.75rem;color:var(--text-dim);border:1px solid var(--border);border-radius:3px;padding:.15rem .5rem}.stats-grid{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center;margin-bottom:1.5rem}.github-card{flex:1;min-width:260px;max-width:100%;background:var(--panel-bg-alt);border:1px solid var(--border);border-radius:6px;padding:.6rem}.github-card img{width:100%;height:auto;display:block;border-radius:3px;opacity:0;transition:opacity .4s ease}.github-card img.loaded{opacity:1}.snake-container{background:var(--panel-bg-alt);border:1px solid var(--border);border-radius:6px;padding:.75rem;overflow:hidden}.snake-container img{width:100%;height:auto}.cmd-list{list-style:none}.cmd-row{display:flex;align-items:center;gap:.75rem;padding:.85rem .75rem;margin:0 -.75rem;border-radius:4px;text-decoration:none;font-size:.9rem;flex-wrap:wrap}.cmd-marker{color:var(--accent-cyan);opacity:0;width:.75rem}.cmd-text{color:var(--text)}.cmd-value{color:var(--text-dim);margin-left:auto}.cmd-row:hover,.cmd-row:focus-visible{background:var(--panel-bg-alt)}.cmd-row:hover .cmd-marker,.cmd-row:focus-visible .cmd-marker{opacity:1}.cmd-row:hover .cmd-value,.cmd-row:focus-visible .cmd-value{color:var(--accent-amber)}.status-bar{position:fixed;bottom:0;left:0;right:0;height:var(--statusbar-h);display:flex;align-items:center;gap:1rem;padding:0 1rem;background:var(--panel-bg);border-top:1px solid var(--border);z-index:100}.status-nav{display:flex;gap:.35rem;overflow-x:auto;scrollbar-width:none}.status-nav::-webkit-scrollbar{display:none}.status-item{display:flex;align-items:center;gap:.35rem;text-decoration:none;color:var(--text-dim);font-size:.8rem;padding:.4rem .6rem;border-radius:4px;white-space:nowrap;flex-shrink:0}.status-item .key{color:var(--accent-amber);font-weight:700}.status-item:hover,.status-item:focus-visible{background:var(--panel-bg-alt);color:var(--text)}.status-item.active{background:var(--panel-bg-alt);color:var(--accent-cyan)}.status-right{margin-left:auto;display:flex;align-items:center;gap:.75rem;flex-shrink:0}.theme-toggle,.term-toggle,.help-toggle{display:flex;align-items:center;gap:.3rem;background:none;border:none;color:var(--text-dim);font-family:var(--font-mono);font-size:.8rem;cursor:pointer;padding:.4rem .5rem;border-radius:4px;white-space:nowrap}.theme-toggle:hover,.term-toggle:hover,.help-toggle:hover,.theme-toggle:focus-visible,.term-toggle:focus-visible,.help-toggle:focus-visible{background:var(--panel-bg-alt);color:var(--text)}@media(max-width:560px){.term-toggle span:last-child{display:none}}.status-clock{color:var(--text-dim);font-size:.8rem;white-space:nowrap}@media(max-width:640px){.status-clock{display:none}}.help-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:1.5rem}.help-panel{max-width:420px;width:100%;margin:0}.help-list{list-style:none;margin-bottom:1.5rem}.help-list li{display:flex;align-items:center;gap:1rem;padding:.5rem 0;border-bottom:1px dashed var(--border);font-size:.85rem}.help-list li:last-child{border-bottom:none}.help-list span{color:var(--text-dim)}.help-close{background:none;border:1px solid var(--border);color:var(--text-dim);font-family:var(--font-mono);font-size:.8rem;padding:.5rem .9rem;border-radius:4px;cursor:pointer}.help-close:hover,.help-close:focus-visible{color:var(--text);border-color:var(--accent-cyan)}.term-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:1.5rem}.term-window{display:flex;flex-direction:column;width:100%;max-width:640px;height:70vh;max-height:560px;background:var(--panel-bg);border:1px solid var(--border);border-radius:6px;overflow:hidden;transition:max-width .25s ease,height .25s ease}.term-window--rolled{height:auto;max-height:none}.term-window--expanded{max-width:900px;height:85vh;max-height:760px}.term-window-head{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid var(--border);flex-shrink:0}.term-window-title{font-size:.8rem;color:var(--text-dim)}.term-output{flex:1;overflow-y:auto;padding:1rem;font-size:.85rem;line-height:1.55}.term-line{white-space:pre-wrap;word-break:break-word;margin-bottom:.35rem;color:var(--text)}.term-line.echo{color:var(--text-dim);margin-bottom:.1rem}.term-line.echo .prompt-part{color:var(--accent-cyan)}.term-line.err{color:var(--accent-red)}.term-line .dir{color:var(--accent-cyan);margin-right:1rem}.term-line .file{color:var(--text-dim);margin-right:1rem}.term-listing{display:flex;flex-wrap:wrap;row-gap:.3rem}.term-listing-perm{color:var(--text-dim);font-size:.85em;margin-right:.5rem}.term-tree-line{line-height:1.5}.term-tree-root,.term-tree-summary{color:var(--text-dim)}.term-tree-summary{margin-top:.1rem}.term-tree-dir{color:var(--accent-cyan)}.term-tree-file{color:var(--text)}.term-keyvalue,.term-neofetch-info{display:flex;flex-direction:column;gap:.15rem}.term-kv-row{display:flex;gap:1rem}.term-kv-key{color:var(--accent-cyan);min-width:100px;flex-shrink:0}.term-kv-value{color:var(--text)}.term-table{margin:.25rem 0 .5rem}.term-table-title{color:var(--accent-amber);font-size:.85em;margin-bottom:.3rem}.term-table table{width:100%;border-collapse:collapse;font-size:.85em}.term-table th{text-align:left;color:var(--text-dim);font-weight:500;padding:.2rem .75rem .3rem 0;border-bottom:1px solid var(--border)}.term-table td{padding:.2rem .75rem .2rem 0;vertical-align:top}.term-bar{color:var(--accent-cyan);letter-spacing:-1px}.term-neofetch{display:flex;gap:1.5rem;align-items:flex-start;flex-wrap:wrap}.term-neofetch-art{color:var(--accent-cyan);line-height:1.25;font-family:var(--font-mono)}.term-neofetch-heading{color:var(--accent-cyan);font-weight:700}.term-neofetch-rule{height:1px;background:var(--border);margin:.25rem 0 .4rem;width:12rem;max-width:100%}.term-neofetch-palette{display:flex;gap:.35rem;margin-top:.6rem}.term-swatch{width:1.1rem;height:.85rem;border-radius:2px;display:inline-block}.term-input-row{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;border-top:1px solid var(--border);flex-shrink:0}.term-input-row:focus-within{box-shadow:inset 0 0 0 1px var(--accent-cyan)}.term-prompt{color:var(--accent-cyan);font-size:.85rem;white-space:nowrap;flex-shrink:0}.term-input{flex:1;min-width:0;background:none;border:none;color:var(--text);font-family:var(--font-mono);font-size:.85rem}.term-input:focus{outline:none}@media(max-width:640px){.term-window,.term-window--expanded{height:80vh;max-width:100%}.term-window-title{display:none}.term-neofetch{flex-direction:column}}.closed-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:var(--bg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center;padding:1.5rem}.closed-line{color:var(--text);font-size:.95rem}.closed-line-dim{color:var(--text-dim);font-size:.8rem}.closed-relaunch{background:none;border:1px solid var(--border);color:var(--accent-cyan);font-family:var(--font-mono);font-size:.9rem;padding:.65rem 1.25rem;border-radius:4px;cursor:pointer}.closed-relaunch:hover,.closed-relaunch:focus-visible{border-color:var(--accent-cyan);background:var(--panel-bg-alt)}.minimized-pill{position:fixed;left:1rem;bottom:1rem;z-index:300;display:flex;align-items:center;gap:.6rem;background:var(--panel-bg);border:1px solid var(--border);color:var(--text-dim);font-family:var(--font-mono);font-size:.8rem;padding:.6rem 1rem;border-radius:999px;cursor:pointer}.minimized-pill .dot{pointer-events:none}.minimized-pill:hover,.minimized-pill:focus-visible{color:var(--text);border-color:var(--accent-cyan)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.hero-text .boot-line,.hero-text .hero-name,.hero-text .hero-role,.hero-text .hero-focus,.hero-text .hero-sub,.hero-text .boot-cursor{opacity:1;transform:none;animation:none}.crt-overlay{opacity:.5}}
