@font-face{font-family:Inter;src:url(/fonts/inter-v20-latin-regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-v20-latin-500.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-v20-latin-600.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-v20-latin-700.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--bg: #0f1115;--surface: #1a1d23;--surface-raised: #21242b;--text: #e8e8e8;--text-muted: #8b8f98;--accent: #f5a623;--accent-dim: #b9791a;--fs-tag: .8125rem;--fs-body: 1rem;--fs-lead: 1.25rem;--fs-h3: clamp(1.35rem, 4vw, 1.75rem);--fs-h2: clamp(2rem, 6vw, 2.75rem);--fs-h1: clamp(2.75rem, 6vw, 5rem);--space-section: clamp(4rem, 12vw, 9rem);--content-max: 72ch;--page-max: 1200px;--edge-pad: clamp(1.25rem, 5vw, 4rem)}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:var(--fs-body);line-height:1.6;-webkit-font-smoothing:antialiased;position:relative}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}section{padding:var(--space-section) var(--edge-pad);max-width:var(--page-max);margin:0 auto;scroll-margin-top:5rem}h1,h2,h3{margin:0;font-weight:600;letter-spacing:-.02em;line-height:1.1}h1{font-size:var(--fs-h1)}h2{font-size:var(--fs-h2)}h3{font-size:var(--fs-h3)}p{max-width:var(--content-max);color:var(--text-muted)}a{color:var(--text);text-decoration:none}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.accent{color:var(--accent)}.tag{display:inline-block;font-size:var(--fs-tag);color:var(--text-muted);border:1px solid var(--surface-raised);border-radius:4px;padding:.25rem .625rem}#cursor{position:fixed;top:0;left:0;width:10px;height:10px;background:var(--accent);border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:width .15s ease,height .15s ease,background .15s ease}#cursor.cursor--hover{width:28px;height:28px;background:transparent;border:1px solid var(--accent)}#cursor{transition:width .3s cubic-bezier(.25,1,.5,1),height .3s cubic-bezier(.25,1,.5,1),background .3s cubic-bezier(.25,1,.5,1),border-color .3s cubic-bezier(.25,1,.5,1)}#cursor.cursor--text{width:64px;height:64px;background:transparent;border:1px solid var(--accent)}@media (hover: hover) and (pointer: fine){body{cursor:none}}@media (hover: none){#cursor{display:none}}.reveal{transition:opacity .6s cubic-bezier(.25,1,.5,1),transform .6s cubic-bezier(.25,1,.5,1)}html.js .reveal{opacity:0;transform:translateY(24px)}html.js .reveal.is-visible{opacity:1;transform:translateY(0)}.row-list{display:flex;flex-direction:column;gap:1px;background:var(--surface-raised);margin-top:3rem}.row{padding:2.5rem;background:var(--bg);display:flex;flex-direction:column;gap:1.25rem;transition:background .4s cubic-bezier(.25,1,.5,1)}.row:hover{background:var(--surface)}.row-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.row-tags{display:flex;gap:.5rem;flex-wrap:wrap}.row-links{display:flex;gap:1.25rem}.row-label{display:flex;align-items:center;gap:.75rem}.row-label:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0}.terminal-card{background:var(--surface);border:1px solid var(--surface-raised);border-radius:8px;padding:1.5rem;width:min(360px,100%);font-size:var(--fs-tag)}.terminal-dots{display:flex;gap:6px;margin-bottom:1rem}.terminal-dots span{width:10px;height:10px;border-radius:50%;background:var(--surface-raised);display:inline-block}.terminal-body p{margin:.4rem 0;color:var(--text-muted)}.blink{animation:blink 1s steps(1) infinite}@keyframes blink{50%{opacity:0}}.project-row{display:grid;grid-template-columns:3.5rem 1fr;align-items:start;gap:1.5rem}.project-index{font-size:2.5rem;font-weight:700;color:var(--surface-raised);line-height:1;transition:color .4s cubic-bezier(.25,1,.5,1)}.row:hover .project-index{color:var(--accent)}.timeline{position:relative;margin-top:3rem}.timeline:before{content:"";position:absolute;top:.4rem;bottom:.4rem;left:5px;width:1px;background:var(--surface-raised)}.timeline-item{position:relative;padding-left:2.5rem;padding-bottom:2.5rem}.timeline-item:last-child{padding-bottom:0}.timeline-item:before{content:"";position:absolute;left:0;top:.4rem;width:11px;height:11px;border-radius:50%;background:var(--bg);border:2px solid var(--accent)}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:3rem}.about-stats{display:flex;gap:2.5rem;margin-top:2rem}.stat-num{display:block;font-size:var(--fs-h2);font-weight:700;color:var(--accent);line-height:1}.stat-label{display:block;font-size:var(--fs-tag);color:var(--text-muted);margin-top:.5rem}.skill-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1px;margin-top:4rem;background:var(--surface-raised)}.skill-card{background:var(--surface);padding:2.5rem 2rem;min-height:220px;display:flex;flex-direction:column;justify-content:flex-end;gap:.5rem;transition:transform .4s cubic-bezier(.25,1,.5,1),background .4s cubic-bezier(.25,1,.5,1)}.skill-card:hover{background:var(--surface-raised);transform:translateY(-6px)}.skill-card--accent,.skill-card--accent:hover{background:var(--accent)}.skill-card--accent h3,.skill-card--accent p{color:var(--bg)}.skill-icon svg{width:28px;height:28px;stroke:currentColor;opacity:.85}.magnify-lens{position:fixed;width:60px;height:60px;border-radius:50%;border:2px solid var(--accent);overflow:hidden;pointer-events:none;z-index:9998;opacity:0;transition:opacity .2s ease;background:var(--bg);box-shadow:inset 0 0 24px 8px var(--bg);mask-image:radial-gradient(circle,black 75%,transparent 97%);-webkit-mask-image:radial-gradient(circle,black 75%,transparent 97%)}.magnify-lens.is-active{opacity:1}.magnify-lens-content{position:absolute;transform-origin:top left}.site-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1.5rem var(--edge-pad);backdrop-filter:blur(8px);background:color-mix(in srgb,var(--bg) 80%,transparent)}.site-nav-logo{width:32px;height:32px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;color:var(--bg);font-weight:700;flex-shrink:0}.site-nav-links{display:flex;gap:2rem}@media (max-width: 640px){.site-nav{padding:1rem var(--edge-pad)}.site-nav-links{gap:1rem}.site-nav-links a{font-size:var(--fs-tag)}}@media (hover: none){#cursor,.magnify-lens{display:none}}
