@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;700&display=swap";:root{color:#baccd4;background-color:#10121c;--ink: #baccd4;--muted: #77758a;--surface: #10121c;--panel: #1a1c28;--edge: #252834;--accent: #f57c6c;--accent-hover: #ff9a8f;--rule: 1px solid rgba(186, 204, 212, 0.1);--glow: 0 0 0 1px rgba(186, 204, 212, 0.05);--page-pad: 3rem}*{box-sizing:border-box}#dot-grid{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}html,body{height:100%}body{margin:0;font-family:ui-monospace,"SFMono-Regular",Menlo,Consolas,"Liberation Mono",monospace;color:var(--ink);background-color:var(--surface);line-height:1.6;font-size:16px;text-rendering:optimizeLegibility;display:flex;flex-direction:column}body.typewriter-running{overflow-y:scroll;scrollbar-width:none}body.typewriter-running::-webkit-scrollbar{width:0;height:0}html{scrollbar-gutter:stable}a{color:var(--accent);text-decoration:none;transition:color 120ms ease}a:hover,a:focus{color:var(--accent-hover);text-decoration:none}.site-shell{padding:0;position:relative;z-index:1}.site-header,.site-footer{width:100%}.site-header__inner{max-width:720px;margin:0 auto 0 2rem;padding:1.25rem 0 .75rem}.site-header{position:sticky;top:0;z-index:10;border-bottom:var(--rule);background-color:rgba(10,10,10,.95);backdrop-filter:blur(8px)}.site-brand{font-size:.9rem;letter-spacing:.12rem;text-transform:uppercase;color:var(--muted)}.site-main{width:100%;max-width:75ch;margin:0;padding:calc(100vh - 30rem) var(--page-pad) 4rem}.main-content{max-width:65ch;margin:0}.hero-ghost{display:block;width:150px;height:auto;margin:0 0 1.5rem}.typewriter{margin:0 0 1.25rem;color:var(--ink);font-size:1rem;line-height:1.6}.prompt{color:var(--accent);margin-right:.5rem}.typewriter-text{white-space:pre-wrap}.cursor{color:var(--accent);animation:none;opacity:0}.cursor.blink{opacity:1;animation:blink 1s step-end infinite}@keyframes blink{0%,100%{opacity:1}50%{opacity:0}}.social-row{display:flex;flex-wrap:wrap;gap:.45rem;margin:1rem 0 3rem;font-size:.9rem;color:var(--muted);opacity:0;transition:opacity .3s ease}.social-row.visible{opacity:1}.post-intro{display:block}body.typewriter-running .post-intro{display:none}.divider{color:#3c4f70}.social-row .icon{width:20px;height:20px;fill:currentColor}.social-row a{display:inline-flex;align-items:center;gap:.35rem;text-decoration:none}.social-row a:hover,.social-row a:focus{text-decoration:none}.social-row .icon{width:20px;height:20px;fill:currentColor;opacity:.9}.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}.page{margin:0}h1,h2{font-weight:700;margin:0 0 .75rem;text-transform:none}h1{font-size:2.5rem;color:var(--ink);margin:0 0 .75rem}h2{font-size:1rem;font-weight:700;color:#10121c;margin-top:3.5rem;margin-bottom:1rem;display:inline-block;padding:.05rem 1.8rem;background:rgba(186,204,212,.9);border-radius:0}p{margin:0 0 1.25rem;color:var(--ink);font-size:1rem}hr{border:none;border-top:var(--rule);margin:2rem 0}.work-list{list-style:none;padding:0;margin:0}.work-item{margin-bottom:1rem}.work-type{font-weight:700;color:var(--accent)}.work-title{font-weight:400;color:inherit}.work-title:hover,.work-title:focus{color:var(--accent)}.work-note{display:block;font-size:.9rem;color:#888;margin-top:.15rem}.small{color:var(--muted);font-size:.9rem}.ghost-icon{display:inline-block;width:1.8em;height:1.8em;margin-right:.4em;vertical-align:middle;background-color:currentColor;-webkit-mask-image:url(/ghost.png);mask-image:url(/ghost.png);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.project-list{list-style:none;padding:0;margin:0}.project-item{margin-bottom:1.25rem}.project-name{color:var(--accent);font-weight:700;font-size:1rem}.project-name a{color:inherit;text-decoration:none}.project-name a:hover{color:var(--accent-hover)}.project-desc{font-size:1rem;color:var(--muted);margin-top:.15rem}.links-list{list-style:none;padding:0;margin:0}.links-list li{margin-bottom:.4rem}.links-list a{text-decoration:none}.status-line{margin-top:4rem;padding-top:1.5rem;border-top:var(--rule);font-size:.85rem;color:var(--muted);display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}.status-label{color:var(--muted)}.status-value{color:var(--ink);opacity:.6}.pager-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;padding:1.5rem var(--page-pad);background-color:var(--surface)}.pager-tab{display:inline-block;padding:.4rem .8rem;border:1px solid var(--ink);font-size:1rem;color:var(--ink);background-color:var(--surface);flex-shrink:0}.pager-line{flex:1;border-top:1px solid var(--ink);height:0}.pager-footer{position:fixed;bottom:0;left:0;right:0;z-index:100;display:flex;align-items:center;padding:1.5rem var(--page-pad);background-color:var(--surface)}.pager-line-bottom{flex:1;border-top:1px solid var(--ink);height:0}.pager-progress{display:inline-block;padding:.4rem .8rem;border:1px solid var(--ink);font-size:1rem;color:var(--ink);background-color:var(--surface);min-width:3.5rem;text-align:center;flex-shrink:0}@media(max-width: 640px){:root{--page-pad: 1.5rem}body{font-size:15px}.site-main{max-width:100%;padding:4.5rem var(--page-pad) 3rem}.main-content{max-width:100%}.pager-header{padding:1rem var(--page-pad)}.pager-tab{padding:.3rem .6rem;font-size:1rem}.pager-footer{padding:1rem var(--page-pad)}.pager-progress{padding:.3rem .6rem;font-size:1rem;min-width:3rem}}/*# sourceMappingURL=main.css.map */