@font-face{font-family:Nine By Five;src:url(/fonts/nine-by-five.woff2) format("woff2"),url(/fonts/nine-by-five.ttf) format("truetype");font-weight:400 700;font-display:swap}:root{--bg: #F1F0EC;--bg-card: #FAF9F6;--text: #15171A;--text-muted: #5B5E61;--border: rgba(21, 23, 26, .13);--border-strong: rgba(21, 23, 26, .22);--accent: #0A66C2;--accent-soft: #DCE9F7;--copper: #A9622E;--copper-soft: #F2E4D6;--radius: 3px;--mono: "IBM Plex Mono", ui-monospace, monospace;--sans: "IBM Plex Sans", system-ui, sans-serif}[data-theme=dark]{--bg: #16181B;--bg-card: #1D2024;--text: #ECEBE6;--text-muted: #9A9C9F;--border: rgba(236, 235, 230, .14);--border-strong: rgba(236, 235, 230, .26);--accent: #4D9BE8;--accent-soft: #15263F;--copper: #D69A66;--copper-soft: #332720}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html,body{width:100%;max-width:100%}html,body{overflow-x:clip}body{background:var(--bg);color:var(--text);font-family:var(--sans);line-height:1.5;transition:background .25s ease,color .25s ease}main{display:block;width:100%}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.wrap{width:100%;max-width:1180px;margin:0 auto;padding:0 32px}@media(max-width:640px){.wrap{padding:0 30px}}@media(max-width:400px){.wrap{padding:0 26px}}.eyebrow{font-family:var(--mono);font-size:13px;color:var(--accent);letter-spacing:.01em;display:flex;align-items:center;gap:8px;margin-bottom:18px}.eyebrow .dot{width:6px;height:6px;background:var(--accent);border-radius:50%;flex-shrink:0}.section-outer{position:relative;width:100%;overflow:clip}.section-outer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--border)}.section-inner{padding:76px 0}@media(max-width:480px){.section-inner{padding:36px 0}.section-head{margin-bottom:22px;flex-direction:column;align-items:flex-start;gap:4px;text-align:left}.section-head h2{margin-right:0}}.section-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:40px;gap:8px 24px;flex-wrap:wrap;text-align:left}.section-head h2{margin-right:auto}.section-head h2{font-size:clamp(26px,2vw + 16px,34px);font-weight:600;letter-spacing:-.01em}.section-head .count{font-family:var(--mono);font-size:clamp(12px,.5vw + 10px,14px);color:var(--text-muted);white-space:nowrap}.btn{font-family:var(--sans);font-size:14px;font-weight:500;padding:12px 22px;border-radius:var(--radius);border:1px solid var(--border-strong);cursor:pointer;display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--text)}.btn.primary{background:var(--text);color:var(--bg);border-color:var(--text)}.btn.primary:hover{background:var(--accent);border-color:var(--accent)}.btn.ghost:hover{border-color:var(--accent);color:var(--accent)}.reveal{opacity:0;transform:translateY(60px);transition:opacity .9s cubic-bezier(.25,1,.5,1),transform .9s cubic-bezier(.25,1,.5,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-stagger>*{opacity:0}.reveal-stagger.visible>*{animation:staggerIn .7s cubic-bezier(.25,1,.5,1) both}@keyframes staggerIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.reveal-stagger.visible>*:nth-child(1){animation-delay:0s}.reveal-stagger.visible>*:nth-child(2){animation-delay:.08s}.reveal-stagger.visible>*:nth-child(3){animation-delay:.16s}.reveal-stagger.visible>*:nth-child(4){animation-delay:.24s}.reveal-stagger.visible>*:nth-child(5){animation-delay:.32s}.reveal-stagger.visible>*:nth-child(6){animation-delay:.4s}.reveal-stagger.visible>*:nth-child(7){animation-delay:.48s}.reveal-stagger.visible>*:nth-child(8){animation-delay:.56s}.reveal-stagger.visible>*:nth-child(9){animation-delay:.64s}.reveal-stagger.visible>*:nth-child(10){animation-delay:.72s}.reveal-stagger.visible>*:nth-child(11){animation-delay:.8s}.reveal-stagger.visible>*:nth-child(n+12){animation-delay:.88s}.dot-pattern{position:absolute;width:180px;height:150px;background-image:radial-gradient(circle,var(--accent) 1.6px,transparent 1.6px);background-size:14px 14px;opacity:.35;pointer-events:none;z-index:-1}.dot-pattern.fade-r{mask-image:linear-gradient(to right,#000c,#0000);-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,.8),rgba(0,0,0,0))}.dot-pattern.fade-l{mask-image:linear-gradient(to left,#000c,#0000);-webkit-mask-image:linear-gradient(to left,rgba(0,0,0,.8),rgba(0,0,0,0))}@media(max-width:640px){.dot-pattern{display:none}}.animated-link{position:relative;display:inline-block}.animated-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--accent);transition:width .3s ease}.animated-link:hover:after{width:100%}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal,.reveal-stagger>*{opacity:1;transform:none}}.navbar-outer[data-astro-cid-dmqpwcec]{position:sticky;top:0;z-index:10;width:100%;background:#f1f0ecd1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}[data-theme=dark] .navbar-outer[data-astro-cid-dmqpwcec]{background:#16181bd1}.navbar-inner[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:space-between;padding-block:22px;gap:16px;flex-wrap:wrap;row-gap:10px}.logo[data-astro-cid-dmqpwcec]{font-family:var(--mono);font-size:16px;font-weight:600;white-space:nowrap;overflow:hidden}.cursor[data-astro-cid-dmqpwcec]{display:inline-block;width:8px;height:16px;background:var(--accent);margin-left:2px;vertical-align:-3px;animation:blink 1.1s steps(1) infinite}@keyframes blink{50%{opacity:0}}.nav-right[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:10px;flex-shrink:0}.icon-link[data-astro-cid-dmqpwcec]{width:34px;height:34px;border:1px solid var(--border-strong);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--text);cursor:pointer;background:transparent;flex-shrink:0}.icon-link[data-astro-cid-dmqpwcec] svg{width:16px;height:16px}.icon-link[data-astro-cid-dmqpwcec]:hover{border-color:var(--accent);color:var(--accent)}.icon-moon[data-astro-cid-dmqpwcec],[data-theme=dark] .icon-sun[data-astro-cid-dmqpwcec]{display:none}[data-theme=dark] .icon-moon[data-astro-cid-dmqpwcec]{display:flex}.typed-role[data-astro-cid-dmqpwcec]{font-weight:400;color:var(--text-muted);font-size:13px}@media(max-width:480px){.navbar-inner[data-astro-cid-dmqpwcec]{padding-block:10px;flex-wrap:nowrap}.logo[data-astro-cid-dmqpwcec]{font-size:13px;overflow:hidden;text-overflow:ellipsis;min-width:0}.typed-role[data-astro-cid-dmqpwcec]{display:none}.nav-right[data-astro-cid-dmqpwcec]{gap:2px}.icon-link[data-astro-cid-dmqpwcec]{width:30px;height:30px;border:none}.icon-link[data-astro-cid-dmqpwcec] svg{width:14px;height:14px}}.footer-outer[data-astro-cid-sz7xmlte]{position:relative;overflow:clip}.tuxrain-zone[data-astro-cid-sz7xmlte]{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.tuxrain-layer[data-astro-cid-sz7xmlte]{position:absolute;inset:0;overflow:hidden}.tuxrain-layer[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{position:absolute;image-rendering:pixelated;image-rendering:-moz-crisp-edges;will-change:transform}.tuxrain-back[data-astro-cid-sz7xmlte]{opacity:.32;filter:blur(3px)}.tuxrain-front[data-astro-cid-sz7xmlte]{opacity:.5;filter:none}[data-theme=dark] .tuxrain-back[data-astro-cid-sz7xmlte]{opacity:.2}[data-theme=dark] .tuxrain-front[data-astro-cid-sz7xmlte]{opacity:.32}@media(prefers-reduced-motion:reduce){.tuxrain-zone[data-astro-cid-sz7xmlte]{display:none}}.footer-glow[data-astro-cid-sz7xmlte]{position:absolute;top:-40%;right:0;width:min(500px,80vw);height:500px;max-width:100%;background:radial-gradient(circle,rgba(10,102,194,.14) 0%,transparent 70%);border-radius:50%;pointer-events:none;filter:blur(60px)}[data-theme=dark] .footer-glow[data-astro-cid-sz7xmlte]{background:radial-gradient(circle,rgba(96,165,250,.1) 0%,transparent 70%)}.footer-inner[data-astro-cid-sz7xmlte]{padding:80px 0 44px;position:relative;z-index:1}.footer-content[data-astro-cid-sz7xmlte]{position:relative;z-index:2}.footer-inner[data-astro-cid-sz7xmlte] h2[data-astro-cid-sz7xmlte]{font-size:clamp(22px,3vw + 8px,40px);font-weight:600;letter-spacing:-.01em;margin-bottom:14px}.lead[data-astro-cid-sz7xmlte]{color:var(--text-muted);font-size:clamp(12px,1vw + 7px,15px);max-width:50ch;margin-bottom:28px}.mailto-btn[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:12px;font-family:var(--mono);font-size:clamp(15px,1.2vw + 10px,19px);color:var(--text);background:transparent;padding:0;font-weight:500;transition:gap .2s ease,color .2s ease}.mailto-btn[data-astro-cid-sz7xmlte]:hover{color:var(--accent);gap:16px}.mailto-icon[data-astro-cid-sz7xmlte]{font-size:18px;color:var(--accent);transition:transform .2s ease}.mailto-btn[data-astro-cid-sz7xmlte]:hover .mailto-icon[data-astro-cid-sz7xmlte]{transform:translate(4px)}.foot-bottom[data-astro-cid-sz7xmlte]{margin-top:56px;padding-top:22px;position:relative;z-index:3;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--text-muted);font-family:var(--mono)}.foot-bottom[data-astro-cid-sz7xmlte]:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:1px;background:var(--border)}.foot-credit[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:8px}.foot-tux[data-astro-cid-sz7xmlte]{image-rendering:pixelated;image-rendering:-moz-crisp-edges;vertical-align:middle}.foot-socials[data-astro-cid-sz7xmlte]{display:flex;gap:12px}.foot-socials[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--text-muted)}.foot-socials[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--accent)}.foot-socials[data-astro-cid-sz7xmlte] svg{width:15px;height:15px}@media(max-width:880px){.foot-bottom[data-astro-cid-sz7xmlte]{flex-direction:column;gap:14px;align-items:flex-start}}@media(max-width:480px){.footer-inner[data-astro-cid-sz7xmlte]{padding:32px 0 24px}.foot-bottom[data-astro-cid-sz7xmlte]{margin-top:28px;padding-top:14px;font-size:11.5px}.footer-glow[data-astro-cid-sz7xmlte]{width:min(300px,70vw);height:300px;right:0;top:-20%;max-width:100%}}
