@font-face{font-family:Instrument Sans;src:url(/fonts/instrument-sans-latin.woff2)format("woff2");font-weight:400 700;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/fonts/jetbrains-mono-latin.woff2)format("woff2");font-weight:400 700;font-display:swap}:root{--bg:#0b0d10;--surface:#12151b;--text:#e7e9ee;--muted:#9aa0ab;--accent:#e8e0d0;--border:#1e222b;--c-ipcam:#f0b24a;--c-rec:#ff5c5c;--c-asd:#6ccb8a;--c-pastis:#f3a9b9;--c-med:#5bc8c4;--font-sans:"Instrument Sans", system-ui, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, monospace;--maxw:1120px;--ease:cubic-bezier(.22, 1, .36, 1);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;line-height:1.5}a{color:inherit}button{font:inherit;color:inherit;cursor:pointer;appearance:none;background:0 0;border:0;padding:0}.rail{max-width:var(--maxw);margin:0 auto;padding:0 clamp(1rem,4vw,2.5rem)}.section{padding:clamp(4rem,10vh,7rem) 0}.section-title{letter-spacing:-.01em;margin:0 0 1.5rem;font-size:clamp(1.4rem,2.5vw,1.8rem);font-weight:600}.mono{font-family:var(--font-mono)}.muted{color:var(--muted)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media (prefers-reduced-motion:reduce){*,:before,:after{animation-duration:.001ms!important;animation-iteration-count:1!important}}.btn{border:1px solid var(--border);min-height:44px;font-family:var(--font-mono);transition:border-color .15s var(--ease), background-color .15s var(--ease);border-radius:999px;align-items:center;padding:0 1.1rem;font-size:.9rem;text-decoration:none;display:inline-flex}.btn:hover{border-color:var(--accent)}.btn--primary{background:var(--accent);color:var(--bg);border-color:var(--accent)}.btn--primary:hover{background:#fff}.btn--static{color:var(--muted);cursor:default}.btn--static:hover{border-color:var(--border)}.hero{align-items:center;min-height:100svh;display:grid}.hero__name{letter-spacing:-.03em;margin:0;font-size:clamp(2.6rem,7vw,5.5rem);line-height:1}.hero__title{margin:1rem 0 .5rem;font-size:clamp(1.1rem,2.2vw,1.5rem)}.hero__sub{color:var(--muted);max-width:40ch;margin:0 0 1.75rem}.hero__cta{flex-wrap:wrap;gap:.6rem;display:flex}.cards{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.9rem;display:grid}.card{background:var(--surface);border:1px solid var(--border);transition:border-color .15s var(--ease);border-radius:14px;flex-direction:column;gap:.5rem;padding:1.1rem;text-decoration:none;display:flex}.card:hover{border-color:var(--accent)}.card__name{margin:0;font-size:1.05rem;font-weight:600}.card__desc{color:var(--muted);margin:0;font-size:.95rem}.card__tags{font-family:var(--font-mono);color:var(--accent);margin-top:auto;font-size:.78rem}.about__prose{max-width:62ch}.timeline{gap:.5rem;margin:1.5rem 0;padding:0;list-style:none;display:grid}.timeline li{grid-template-columns:11rem 1fr;gap:1rem;display:grid}.timeline__when{font-family:var(--font-mono);color:var(--muted);font-size:.85rem}@media (width<=640px){.timeline li{grid-template-columns:1fr;gap:.15rem}}.contact__primary{font-family:var(--font-mono);font-size:clamp(1.25rem,3.2vw,2.05rem);text-decoration:none}.contact__rest{flex-wrap:wrap;gap:.6rem;margin-top:1.25rem;display:flex}.footer{color:var(--muted);padding:2rem 0;font-size:.85rem}.device{background:var(--surface);border:1px solid var(--border);position:relative;overflow:hidden}.device--laptop{aspect-ratio:16/10;border-radius:14px}.device--phone{aspect-ratio:9/19.5;border-radius:32px;max-width:320px;margin:0 auto}.device__bar{border-bottom:1px solid var(--border);gap:6px;padding:10px 12px;display:flex}.device__dot{background:var(--border);border-radius:50%;width:8px;height:8px}.device__notch{background:var(--bg);border-radius:12px;width:90px;height:22px;margin:8px auto 0}.device__screen{position:absolute;inset:0}.device--laptop .device__screen{top:35px}.device--phone .device__screen{top:38px}.stepbar{gap:6px;margin-top:14px;display:flex}.stepbar:focus-visible{outline-offset:6px}.step{text-align:left;flex-direction:column;flex:1;justify-content:flex-start;gap:6px;min-height:44px;padding-top:6px;display:flex}.step__track{background:var(--border);border-radius:2px;height:3px;display:block;overflow:hidden}.step__fill{transform-origin:0;background:var(--step-color);width:100%;height:100%;display:block;transform:scaleX(0)}.step__fill--done{transform:scaleX(1)}.step__fill--active{animation:linear forwards stepfill}@keyframes stepfill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.step__label{font-family:var(--font-mono);color:var(--muted);transition:color .15s var(--ease);white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.72rem;overflow:hidden}.step[aria-current=step] .step__label{color:var(--text)}@media (width<=640px){.step__label{visibility:hidden}.step[aria-current=step] .step__label{visibility:visible}}
