:root{--bg: #2E2E2E;--bg-alt: #282828;--bg-deep: #1E1E1E;--surface: #383838;--overlay: #484848;--text: #C5C8C6;--subtext: #B0B0B0;--muted: #707070;--dim: #4A4A4A;--green: #8C9440;--blue: #81A2BE;--purple: #B48EAD;--pink: #CC6666;--yellow: #F0C674;--cyan: #88C0D0;--orange: #D7875F;--teal: #8FBCBB;--prompt: var(--green);--accent: var(--orange);--link: var(--blue);--border: var(--surface);--font: "JetBrains Mono", "Fira Code", "Cascadia Code", Consolas, monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font);background-color:var(--bg);color:var(--text);min-height:100vh;line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--link);text-decoration:none;transition:opacity .15s ease}a:hover{opacity:.7;text-decoration:underline}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.crt-overlay{position:fixed;inset:0;pointer-events:none;z-index:9999;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.04) 2px,rgba(0,0,0,.04) 4px)}.page{max-width:860px;margin:0 auto;padding:2.25rem 1.75rem 3.5rem;width:100%;animation:page-enter .25s ease both}@keyframes page-enter{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.prompt{color:var(--prompt);-webkit-user-select:none;user-select:none;white-space:nowrap;flex-shrink:0}.cmd-line{display:flex;align-items:baseline;gap:.45rem;flex-wrap:wrap}.terminal-output{display:flex;flex-direction:column;gap:.6rem}.cursor{display:inline-block;color:var(--green);animation:blink 1s step-start infinite;vertical-align:text-bottom;line-height:1}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.terminal-nav{position:sticky;top:0;z-index:100;background:var(--bg-alt);border-bottom:1px solid var(--border);font-size:.84rem}.nav-bar{display:flex;align-items:center;gap:1rem;padding:.55rem 1.25rem;border-bottom:1px solid var(--border)}.nav-dots{display:flex;gap:6px;flex-shrink:0}.dot{width:12px;height:12px;border-radius:50%}.dot-red{background:#ff5f57}.dot-yellow{background:#febc2e}.dot-green{background:#28c840}.nav-title{color:var(--muted);flex:1;text-align:center;font-size:.77rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-links{display:flex;gap:.6rem;flex-shrink:0;flex-wrap:wrap}.nav-link{color:var(--muted);text-decoration:none;padding:.1rem .45rem;border-radius:2px;transition:color .15s,background .15s}.nav-link:hover{color:var(--yellow);opacity:1;text-decoration:none}.nav-link.active{color:var(--yellow);background:#f0c6741a}.nav-history{padding:.2rem 1.25rem;font-size:.76rem;background:var(--bg-deep);border-bottom:1px solid var(--border)}.nav-history-line{display:flex;gap:.3rem;flex-wrap:wrap;line-height:1.75;color:var(--muted)}.nav-input-row{display:flex;align-items:center;padding:.42rem 1.25rem;gap:.4rem;cursor:text}.nav-input{background:transparent;border:none;outline:none;color:var(--text);font-family:var(--font);font-size:.84rem;flex:1;min-width:0;caret-color:var(--yellow)}.nav-input::placeholder{color:var(--dim)}.ascii-art{font-size:.7rem;line-height:1.25;white-space:pre;color:var(--green);flex-shrink:0;display:block}.neofetch-layout{display:flex;gap:2.5rem;margin-top:.75rem;align-items:flex-start}.neofetch-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.12rem}.neofetch-title{font-size:1.2rem;font-weight:700;margin-bottom:.2rem;letter-spacing:-.01em}.neofetch-divider{color:var(--muted);margin-bottom:.35rem;font-size:.9rem}.neofetch-row{display:flex;font-size:.875rem;line-height:1.6}.info-key{color:var(--yellow);font-weight:600;min-width:100px}.info-sep{color:var(--muted);margin-right:.3rem}.color-swatches{display:flex;gap:3px;margin-top:.85rem}.swatch{width:22px;height:14px;display:inline-block;border-radius:1px}.terminal-command{display:flex;flex-direction:column;gap:.5rem}.cmd-output{padding-left:.2rem;animation:fade-in .3s ease both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.section-head{color:var(--muted);font-size:.77rem;margin-bottom:.75rem;padding-bottom:.35rem;border-bottom:1px solid var(--border)}.bio-section{display:flex;flex-direction:column;gap:1.1rem}.bio-label{color:var(--orange);font-weight:600;font-size:.8rem;margin-bottom:.3rem}.bio-text{color:var(--subtext);font-size:.875rem;line-height:1.75}.projects-list{display:flex;flex-direction:column;gap:.75rem}.project-card{border:1px solid var(--border);border-left:3px solid var(--orange);background:var(--bg-alt);padding:1rem 1.25rem;transition:border-left-color .2s}.project-card:hover{border-left-color:var(--yellow)}.project-header{display:flex;align-items:baseline;gap:.75rem;margin-bottom:.35rem;flex-wrap:wrap}.project-title{color:var(--yellow);font-weight:600;font-size:.93rem}.project-link-badge{font-size:.74rem;color:var(--cyan);word-break:break-all}.project-link-badge:hover{opacity:.75}.project-desc{color:var(--subtext);font-size:.855rem;line-height:1.65}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(195px,1fr));gap:.75rem}.skill-category{background:var(--bg-alt);border:1px solid var(--border);padding:.9rem 1rem}.skill-category-title{display:flex;align-items:center;gap:.45rem;color:var(--cyan);font-weight:600;font-size:.83rem;margin-bottom:.5rem}.skill-item{display:flex;gap:.3rem;font-size:.82rem;line-height:1.8;color:var(--text)}.skill-tree-char{color:var(--muted);flex-shrink:0;-webkit-user-select:none;user-select:none}.ping-log{display:flex;flex-direction:column;gap:.2rem;margin-top:.15rem}.ping-line{color:var(--muted);font-size:.87rem;animation:fade-in .3s ease both}.ping-success{color:var(--green);font-weight:600}.contact-links{margin-top:1.25rem;display:flex;flex-direction:column;gap:.55rem;animation:fade-in .4s ease both}.contact-row{display:flex;align-items:center;gap:.75rem;font-size:.9rem;flex-wrap:wrap}.contact-key{color:var(--purple);font-weight:600;min-width:85px}.footer{display:flex;gap:.3rem;align-items:center;padding:.7rem 1.5rem;border-top:1px solid var(--border);font-size:.77rem;color:var(--muted)}.text-green{color:var(--green)}.text-blue{color:var(--blue)}.text-purple{color:var(--purple)}.text-pink{color:var(--pink)}.text-yellow{color:var(--yellow)}.text-cyan{color:var(--cyan)}.text-orange{color:var(--orange)}.text-muted{color:var(--muted)}.text-dim{color:var(--dim)}@media(max-width:640px){.page{padding:1.25rem 1rem 2.5rem}.neofetch-layout{flex-direction:column;gap:1.25rem}.ascii-art{font-size:.58rem}.nav-title{display:none}.nav-links{gap:.4rem}.nav-history{display:none}.skills-grid{grid-template-columns:1fr}.project-header{flex-direction:column;gap:.2rem}}@media(prefers-reduced-motion:reduce){.page,.cmd-output,.cursor{animation:none}*{transition-duration:.01ms!important}}
