*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #ffffff;--bg-secondary:#f8f8f8;--bg-card: #ffffff;--text: #09090b;--text-muted: #71717a;--accent: #FF4500;--accent-hover:#D93B00;--border: #e4e4e7;--border-focus:#a1a1aa;--stripe: rgba(0,0,0,.04);--nav-h: 56px;--max-w: 720px;--pad-x: clamp(1.25rem, 5vw, 2.5rem)}@media(prefers-color-scheme:dark){:root{--bg: #09090b;--bg-secondary:#111113;--bg-card: #111113;--text: #fafafa;--text-muted: #a1a1aa;--accent: #FF5A1F;--accent-hover:#FF4500;--border: #27272a;--border-focus:#52525b;--stripe: rgba(255,255,255,.03)}}html{font-size:16px;scroll-behavior:smooth}body{font-family:Geist Variable,Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);min-height:100dvh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:100;height:var(--nav-h);display:flex;align-items:center;padding:0 var(--pad-x);background:#ffffffe0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}@media(prefers-color-scheme:dark){.site-header{background:#09090be0}}.nav-inner{width:100%;max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;justify-content:space-between}.site-name{font-size:.875rem;font-weight:700;letter-spacing:-.02em;text-decoration:none;color:var(--text);transition:opacity .15s}.site-name:hover{opacity:.55}.nav-links{display:flex;gap:1.75rem}.nav-links a{font-size:.8125rem;font-weight:500;color:var(--text-muted);text-decoration:none;transition:color .15s;letter-spacing:-.01em}.nav-links a:hover,.nav-links a.active{color:var(--text)}.site-footer{margin-top:auto;padding:1.25rem var(--pad-x);border-top:1px solid var(--border)}.footer-inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:var(--text-muted)}.footer-links{display:flex;gap:1.25rem}.footer-links a{color:var(--text-muted);text-decoration:none;transition:color .15s}.footer-links a:hover{color:var(--text)}.btn{display:inline-flex;align-items:center;gap:.375rem;padding:.575rem 1.125rem;font-size:.8125rem;font-weight:600;letter-spacing:-.01em;text-decoration:none;transition:background .15s,color .15s,border-color .15s;cursor:pointer;white-space:nowrap;border-radius:0}.btn-primary{background:var(--accent);color:#fff;border:1px solid var(--accent)}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-secondary{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{border-color:var(--border-focus)}.hero{padding:clamp(3.5rem,9vw,6rem) var(--pad-x) clamp(3rem,8vw,5rem);border-bottom:1px solid var(--border);background-image:repeating-linear-gradient(315deg,var(--stripe) 0,var(--stripe) 1px,transparent 0,transparent 50%);background-size:8px 8px}.hero-inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:2.5rem}.hero-text{flex:1;min-width:0}.hero-role{display:inline-flex;align-items:center;gap:.4rem;font-family:Geist Mono Variable,IBM Plex Mono,monospace;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:1.125rem}.hero-role:before{content:"";display:inline-block;width:6px;height:6px;background:var(--accent);flex-shrink:0}.hero-headline{font-size:clamp(2.25rem,6.5vw,3.75rem);font-weight:800;letter-spacing:-.045em;line-height:1.03;margin-bottom:1.25rem}.hero-sub{font-size:.9375rem;color:var(--text-muted);line-height:1.72;max-width:460px;margin-bottom:1rem}.hero-status{display:inline-flex;align-items:center;gap:.5rem;font-size:.775rem;color:var(--text-muted);margin-bottom:1.875rem}.status-dot{width:6px;height:6px;flex-shrink:0;background:#22c55e}.hero-cta{display:flex;gap:.625rem;flex-wrap:wrap}.hero-avatar-wrap{flex-shrink:0}.hero-avatar{width:clamp(88px,17vw,120px);height:clamp(88px,17vw,120px);border-radius:50%;object-fit:cover;border:1px solid var(--border);outline:3px solid var(--bg);outline-offset:-3px;transition:border-color .2s}.hero-avatar:hover{border-color:var(--accent)}@media(max-width:480px){.hero-inner{flex-direction:column-reverse;gap:1.5rem}.hero-avatar{width:76px;height:76px}}.section-inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--pad-x)}.section-heading{font-family:Geist Mono Variable,IBM Plex Mono,monospace;font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.5rem}.section-label-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.see-all{font-size:.775rem;font-weight:500;color:var(--text-muted);text-decoration:none;transition:color .15s}.see-all:hover{color:var(--accent)}.pillars-section{padding:clamp(3rem,7vw,5rem) 0;border-bottom:1px solid var(--border)}.pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--border)}@media(max-width:640px){.pillars-grid{grid-template-columns:1fr}}.pillar{background:var(--bg-card);padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:.625rem;border-right:1px solid var(--border);transition:background .15s}.pillar:last-child{border-right:none}@media(max-width:640px){.pillar{border-right:none;border-bottom:1px solid var(--border)}.pillar:last-child{border-bottom:none}}.pillar:hover{background:var(--bg-secondary)}.pillar-icon{color:var(--accent);width:18px;height:18px;margin-bottom:.25rem}.pillar-title{font-size:.875rem;font-weight:700;letter-spacing:-.02em;line-height:1.3;color:var(--text)}.pillar-body{font-size:.8125rem;color:var(--text-muted);line-height:1.65}.featured-section{padding:clamp(3rem,7vw,5rem) 0;border-bottom:1px solid var(--border)}.work-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border:1px solid var(--border)}@media(max-width:540px){.work-grid{grid-template-columns:1fr}}.work-card{background:var(--bg-card);padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border);transition:background .15s}.work-grid .work-card:nth-child(2n){border-right:none}.work-grid .work-card:nth-last-child(-n+2){border-bottom:none}@media(max-width:540px){.work-card{border-right:none}.work-grid .work-card:nth-last-child(-n+2){border-bottom:1px solid var(--border)}.work-grid .work-card:last-child{border-bottom:none}}.work-card:hover{background:var(--bg-secondary)}.work-card-role{font-family:Geist Mono Variable,IBM Plex Mono,monospace;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.work-card-title{font-size:1rem;font-weight:700;letter-spacing:-.025em;color:var(--text);line-height:1.3}.work-card-desc{font-size:.8125rem;color:var(--text-muted);line-height:1.6;flex:1}.work-card-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.775rem;font-weight:600;color:var(--accent);text-decoration:none;margin-top:.25rem;transition:color .15s}.work-card-link:hover{color:var(--accent-hover)}.writing-section{padding:clamp(3rem,7vw,5rem) 0}.writing-list{list-style:none;border-top:1px solid var(--border)}.writing-item{border-bottom:1px solid var(--border)}.writing-item-link{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9375rem 0;text-decoration:none;transition:opacity .15s}.writing-item-link:hover{opacity:.65}.writing-item-title{font-size:.875rem;font-weight:500;color:var(--text);letter-spacing:-.01em}.writing-item-date{font-family:Geist Mono Variable,IBM Plex Mono,monospace;font-size:.75rem;color:var(--text-muted);white-space:nowrap;flex-shrink:0}.empty-state{font-size:.875rem;color:var(--text-muted)}.page-main{flex:1;padding:clamp(2.5rem,7vw,4.5rem) 0 5rem}.page-inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--pad-x)}.page-header{margin-bottom:clamp(2rem,5vw,3rem)}.page-header h1{font-size:clamp(1.875rem,5.5vw,2.75rem);font-weight:800;letter-spacing:-.04em;line-height:1.05;margin-bottom:.5rem}.page-header p{font-size:.875rem;color:var(--text-muted)}.post-list{list-style:none;border-top:1px solid var(--border)}.post-item{border-bottom:1px solid var(--border);padding:1.125rem 0;transition:opacity .15s}.post-item:hover{opacity:.72}.post-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;text-decoration:none;margin-bottom:.3rem}.post-row-title{font-size:.9375rem;font-weight:600;color:var(--text);letter-spacing:-.015em}.post-row-date{font-family:Geist Mono Variable,IBM Plex Mono,monospace;font-size:.75rem;color:var(--text-muted);white-space:nowrap;flex-shrink:0}.post-row-desc{font-size:.8125rem;color:var(--text-muted);line-height:1.55}.post-page{flex:1;padding:clamp(2.5rem,6vw,4rem) 0 5rem}.post-container{max-width:var(--max-w);margin:0 auto;padding:0 var(--pad-x)}.back-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.8rem;font-weight:500;color:var(--text-muted);text-decoration:none;margin-bottom:2.25rem;transition:color .15s}.back-link:hover{color:var(--text)}.post-header{margin-bottom:2.25rem;padding-bottom:1.75rem;border-bottom:1px solid var(--border)}.post-title{font-size:clamp(1.75rem,5.5vw,2.625rem);font-weight:800;letter-spacing:-.04em;line-height:1.1;margin-bottom:.875rem}.post-meta{display:flex;align-items:center;gap:.875rem;flex-wrap:wrap}.post-meta time{font-family:Geist Mono Variable,IBM Plex Mono,monospace;font-size:.75rem;color:var(--text-muted)}.post-tags{display:flex;gap:.375rem;flex-wrap:wrap}.tag{font-family:Geist Mono Variable,IBM Plex Mono,monospace;font-size:.6875rem;font-weight:500;color:var(--text-muted);background:var(--bg-secondary);border:1px solid var(--border);border-radius:0;padding:.2em .6em;letter-spacing:.04em}.post-body{font-size:1rem;line-height:1.78;color:var(--text)}.post-body p{margin-bottom:1.5rem}.post-body h2{font-size:1.375rem;font-weight:700;letter-spacing:-.03em;margin:2.5rem 0 .875rem}.post-body h3{font-size:1.125rem;font-weight:700;letter-spacing:-.02em;margin:2rem 0 .75rem}.post-body a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.post-body a:hover{color:var(--accent-hover)}.post-body ul,.post-body ol{margin-bottom:1.5rem;padding-left:1.5rem}.post-body li{margin-bottom:.4rem}.post-body strong{font-weight:700}.post-body blockquote{margin:2rem 0;padding:.875rem 1.25rem;background:var(--bg-secondary);border-left:3px solid var(--accent);color:var(--text-muted);font-style:italic}.post-body table{width:100%;border-collapse:collapse;font-size:.875rem;margin-bottom:1.5rem;border:1px solid var(--border)}.post-body th,.post-body td{text-align:left;padding:.625rem .875rem;border-bottom:1px solid var(--border)}.post-body th{font-family:Geist Mono Variable,IBM Plex Mono,monospace;font-weight:600;font-size:.6875rem;letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);background:var(--bg-secondary)}.post-body code{font-family:Geist Mono Variable,IBM Plex Mono,monospace;font-size:.875em;background:var(--bg-secondary);border:1px solid var(--border);padding:.15em .4em}.post-body pre{background:var(--bg-secondary);border:1px solid var(--border);padding:1.25rem;overflow-x:auto;margin-bottom:1.5rem}.post-body pre code{background:none;border:none;padding:0;font-size:.8125rem}.post-body hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.project-list{list-style:none;border-top:1px solid var(--border)}.project-item{padding:1.25rem 0;border-bottom:1px solid var(--border);transition:opacity .15s}.project-item:hover{opacity:.75}.project-top{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.4rem}.project-title{font-size:.9375rem;font-weight:600;letter-spacing:-.015em;color:var(--text)}a.project-title,.project-title.link{text-decoration:none;transition:color .15s}a.project-title:hover,.project-title.link:hover{color:var(--accent)}.project-role{font-family:Geist Mono Variable,IBM Plex Mono,monospace;font-size:.75rem;color:var(--text-muted);white-space:nowrap;flex-shrink:0}.project-desc{font-size:.8125rem;color:var(--text-muted);line-height:1.6;margin-bottom:.625rem}.project-tags{display:flex;flex-wrap:wrap;gap:.375rem}.resume-header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;margin-bottom:2.75rem;padding-bottom:2rem;border-bottom:1px solid var(--border);flex-wrap:wrap}.resume-title-block h1{font-size:clamp(1.75rem,5vw,2.25rem);font-weight:800;letter-spacing:-.04em;margin-bottom:.3rem}.resume-role{font-size:.875rem;color:var(--text-muted);font-weight:500}.resume-contact{display:flex;flex-direction:column;gap:.3rem;text-align:right;font-size:.8rem;color:var(--text-muted)}.resume-contact a{color:var(--text-muted);text-decoration:none;transition:color .15s}.resume-contact a:hover{color:var(--accent)}@media(max-width:520px){.resume-header{flex-direction:column}.resume-contact{text-align:left}}.resume-section{margin-bottom:2.75rem}.resume-section-title{font-family:Geist Mono Variable,IBM Plex Mono,monospace;font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.375rem}.resume-summary{font-size:.9375rem;color:var(--text-muted);line-height:1.72}.exp-list{display:flex;flex-direction:column}.exp-item{position:relative;padding:1.5rem 0 1.5rem 1.625rem;border-left:1px solid var(--border)}.exp-item:before{content:"";position:absolute;left:-3px;top:1.875rem;width:5px;height:5px;background:var(--accent)}.exp-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.875rem;flex-wrap:wrap}.exp-title{display:block;font-size:.9rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.2rem}.exp-company{display:block;font-size:.8rem;color:var(--accent);font-weight:500;margin-bottom:.15rem}.exp-scale{display:block;font-size:.75rem;color:var(--text-muted)}.exp-period{font-family:Geist Mono Variable,IBM Plex Mono,monospace;font-size:.75rem;color:var(--text-muted);white-space:nowrap;flex-shrink:0;padding-top:.125rem}.exp-bullets{list-style:none;display:flex;flex-direction:column;gap:.375rem}.exp-bullets li{font-size:.8125rem;color:var(--text-muted);line-height:1.62;padding-left:1rem;position:relative}.exp-bullets li:before{content:"";position:absolute;left:0;top:.6em;width:4px;height:1px;background:var(--border-focus)}.skills-grid{display:flex;flex-direction:column}.skill-row{display:grid;grid-template-columns:200px 1fr;gap:1.25rem;font-size:.875rem;padding:.875rem 0;border-bottom:1px solid var(--border)}.skill-area{font-weight:600;letter-spacing:-.01em}.skill-items{color:var(--text-muted)}@media(max-width:520px){.skill-row{grid-template-columns:1fr;gap:.25rem}}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/geist-cyrillic-wght-normal.CHSlOQsW.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/geist-latin-ext-wght-normal.DMtmJ5ZE.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/geist-latin-wght-normal.Dm3htQBi.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}
