@charset "UTF-8";*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background-color:#0a0e1a;color:#cbd5e1;font-family:geist mono,jetbrains mono,fira code,courier new,monospace;font-size:1rem;line-height:1.75;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}main{flex:1}.container{max-width:760px;margin:0 auto;padding:0 1.5rem}a{color:#f97316;text-decoration:none;transition:color .15s ease}a:hover{color:#fb923c}h1,h2,h3,h4,h5,h6{color:#cbd5e1;font-weight:600;line-height:1.3;margin-bottom:1rem}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}p{margin-bottom:1rem}ul,ol{padding-left:1.5rem;margin-bottom:1rem}code{font-family:geist mono,jetbrains mono,fira code,courier new,monospace;font-size:.875em;background:#111827;padding:.1em .4em;border-radius:3px;color:#f97316}pre{margin:1.5rem 0;border-radius:6px;overflow-x:auto;border:1px solid #1e2d4a}pre code{background:0 0;padding:0;color:inherit;font-size:.875rem}.highlight{margin:1.5rem 0;border-radius:6px;overflow:hidden;border:1px solid #1e2d4a}.highlight pre{margin:0;border:none;padding:1.25rem 1.5rem;border-radius:0}blockquote{border-left:3px solid #f97316;padding-left:1rem;margin:1.5rem 0;color:#475569}hr{border:none;border-top:1px solid #1e2d4a;margin:2rem 0}img{max-width:100%;height:auto}table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.875rem}table th,table td{padding:.5rem 1rem;text-align:left;border-bottom:1px solid #1e2d4a}table th{color:#f97316;font-weight:600}::selection{background:#f97316;color:#0a0e1a}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#0a0e1a}::-webkit-scrollbar-thumb{background:#1e2d4a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#475569}@keyframes blink{0%,100%{opacity:1}50%{opacity:0}}@keyframes grain{0%,100%{transform:translate(0,0)}10%{transform:translate(-5%,-10%)}20%{transform:translate(-15%,5%)}30%{transform:translate(7%,-25%)}40%{transform:translate(-5%,25%)}50%{transform:translate(-15%,10%)}60%{transform:translate(15%,0)}70%{transform:translate(0,15%)}80%{transform:translate(3%,35%)}90%{transform:translate(-10%,10%)}}body.page-home::after{content:'';position:fixed;top:-150%;left:-150%;width:400%;height:400%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");opacity:.04;pointer-events:none;z-index:9998;animation:grain 8s steps(10)infinite}.site-header{position:sticky;top:0;z-index:100;background:rgba(10,14,26,.92);backdrop-filter:blur(8px);border-bottom:1px solid #1e2d4a;padding:1rem 0}.site-header .container{display:flex;align-items:center}.site-title{font-size:.8125rem;text-decoration:none;white-space:nowrap;flex-shrink:0}.site-title .prompt-user{color:#4ade80}.site-title .prompt-at{color:#475569}.site-title .prompt-host{color:#22d3ee}.site-title .prompt-sep{color:#475569}.site-title .prompt-caret{display:inline-block;width:.5em;height:1em;background:#f97316;vertical-align:middle;margin-left:3px;animation:blink 1.2s step-end infinite}.site-title:hover .prompt-host{color:#f97316}.nav-links{display:flex;list-style:none;padding:0;margin:0 0 0 auto;gap:1.5rem}.nav-links li a{color:#475569;font-size:.8125rem;text-decoration:none;transition:color .15s ease}.nav-links li a::before{content:'./';color:#1e2d4a;transition:color .15s ease}.nav-links li a:hover,.nav-links li a.active{color:#f97316}.nav-links li a:hover::before,.nav-links li a.active::before{color:#f97316}.nav-toggle{display:none;background:0 0;border:1px solid #1e2d4a;color:#cbd5e1;padding:.2rem .5rem;cursor:pointer;font-family:geist mono,jetbrains mono,fira code,courier new,monospace;font-size:1.1rem;margin-left:auto;border-radius:3px;transition:all .15s ease}.nav-toggle:hover{border-color:#f97316;color:#f97316}@media(max-width:600px){.nav-toggle{display:block}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#111827;border-bottom:1px solid #1e2d4a;padding:1rem 1.5rem;gap:.75rem}.nav-links.is-open{display:flex}.site-header{position:relative}}.hero{min-height:calc(100vh - 58px);display:flex;align-items:center;padding:4rem 0}.hero-terminal{width:100%}.hero-line{display:flex;align-items:baseline;gap:.5rem;min-height:1.75em;margin-bottom:.25rem}.hero-line.is-gap{margin-bottom:1.25rem}.hero-prompt{color:#f97316;flex-shrink:0;font-size:1.125rem;user-select:none}.hero-text{font-size:1.125rem;color:#cbd5e1}.hero-text.is-name{font-size:3rem;font-weight:700;color:#f97316;letter-spacing:-.02em;line-height:1}.hero-text.is-muted{color:#475569;font-size:.9rem}.hero-cursor{display:inline-block;width:.55em;height:1.25em;background:#f97316;vertical-align:text-bottom;animation:blink 1s step-end infinite}@media(max-width:600px){.hero-text.is-name{font-size:2.25rem}}.section-label{font-size:.75rem;color:#475569;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #1e2d4a}.section-label::before{content:'// ';color:#1e2d4a}.post-list{list-style:none;padding:0;margin-bottom:3rem}.post-item{display:grid;grid-template-columns:100px 1fr auto;align-items:baseline;gap:1rem;padding:.625rem 0;border-bottom:1px solid rgba(30,45,74,.4)}.post-item:last-child{border-bottom:none}@media(max-width:600px){.post-item{grid-template-columns:1fr;gap:.25rem;padding:.875rem 0}}.post-date{color:#475569;font-size:.8125rem;white-space:nowrap}.post-title-link{display:inline-flex;align-items:baseline;gap:.4rem;text-decoration:none;color:#cbd5e1;transition:color .15s ease;font-size:.9375rem}.post-title-link::before{content:'>';color:#f97316;flex-shrink:0}.post-title-link:hover{color:#f97316}@media(max-width:600px){.post-title-link{font-size:.9rem}}.post-tags{display:flex;gap:.375rem;flex-wrap:wrap;justify-content:flex-end}@media(max-width:600px){.post-tags{justify-content:flex-start;padding-left:1.2rem}}.tag{font-size:.7rem;color:#475569;border:1px solid #1e2d4a;padding:1px 5px;border-radius:2px;transition:all .15s ease}.tag:hover{border-color:#f97316;color:#f97316}.section-header{padding:3rem 0 2rem}.section-title{font-size:1.5rem;color:#cbd5e1;margin-bottom:.25rem}.section-title::before{content:'> ';color:#f97316}.section-desc{color:#475569;font-size:.875rem}.post-header{padding:3rem 0 2rem;border-bottom:1px solid #1e2d4a;margin-bottom:2rem}.post-title{font-size:1.75rem;color:#cbd5e1;line-height:1.25;margin-bottom:.75rem}.post-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;color:#475569;font-size:.8125rem}.post-meta .meta-sep{color:#1e2d4a}.post-content{padding-bottom:4rem}.post-content h2{margin-top:2.5rem;color:#cbd5e1;font-size:1.375rem}.post-content h2::before{content:'## ';color:#1e2d4a}.post-content h3{margin-top:2rem;color:#cbd5e1;font-size:1.125rem}.post-content h3::before{content:'### ';color:#1e2d4a}.post-footer{border-top:1px solid #1e2d4a;padding-top:2rem;margin-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.8125rem}.back-link{color:#475569;text-decoration:none;transition:color .15s ease}.back-link::before{content:'← '}.back-link:hover{color:#f97316}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;padding-bottom:4rem}.project-card{border:1px solid #1e2d4a;padding:1.25rem;border-radius:6px;background:#111827;transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column;gap:.625rem}.project-card:hover{border-color:#f97316;transform:translateY(-2px);box-shadow:0 4px 20px rgba(249,115,22,8%)}.project-name{font-size:.9375rem;font-weight:600;color:#f97316;text-decoration:none}.project-name::before{content:'> ';color:#475569;font-weight:400}.project-name:hover{color:#fb923c}span.project-name{cursor:default}.project-desc{font-size:.8125rem;color:#475569;line-height:1.6;flex:1}.project-tech{display:flex;flex-wrap:wrap;gap:.375rem}.tech-tag{font-size:.6875rem;color:#22d3ee;border:1px solid rgba(34,211,238,.25);padding:1px 6px;border-radius:2px}.project-links{display:flex;gap:1rem;padding-top:.5rem;border-top:1px solid #1e2d4a;margin-top:.25rem}.project-link{font-size:.75rem;color:#475569;text-decoration:none;transition:color .15s ease}.project-link::after{content:' ↗'}.project-link:hover{color:#f97316}.about-page{padding:3rem 0 4rem}.term-block{margin-bottom:2rem}.term-command{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.75rem;font-size:.875rem}.term-command::before{content:'$';color:#f97316;flex-shrink:0}.term-command span{color:#475569}.term-output{padding-left:1.25rem;font-size:.9375rem;color:#cbd5e1}.term-output p{margin-bottom:.375rem}.term-output p::before{content:'  '}.term-list{list-style:none;padding-left:1.25rem}.term-list li{color:#cbd5e1;line-height:1.9;font-size:.9375rem}.term-list li::before{content:'> ';color:#4ade80}.skill-grid{padding-left:1.25rem;display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.5rem}.skill-item{font-size:.8125rem;color:#22d3ee;border:1px solid rgba(34,211,238,.25);padding:2px 8px;border-radius:2px}.term-link-list{list-style:none;padding-left:1.25rem}.term-link-list li{line-height:2;font-size:.875rem;display:flex;align-items:center;gap:0}.term-link-list .link-key{color:#475569;min-width:80px}.term-link-list .link-sep{color:#1e2d4a;margin:0 .5rem}.term-link-list a{color:#f97316}.term-link-list a:hover{color:#fb923c}.site-footer{border-top:1px solid #1e2d4a;padding:1.5rem 0}.site-footer .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-copy{font-size:.75rem;color:#475569}.footer-copy a{color:#475569}.footer-copy a:hover{color:#f97316}.footer-links{display:flex;gap:1.25rem;list-style:none;padding:0}.footer-links a{font-size:.75rem;color:#475569;text-decoration:none;transition:color .15s ease}.footer-links a:hover{color:#f97316}