:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#101114;--surface:#17181c;--surface-raised:#1d1e23;--line:rgba(255,255,255,.1);--line-strong:rgba(255,255,255,.16);--text:#f2f1ed;--muted:#a5a6aa;--faint:#74757b;--accent:#ff4b27;--accent-ink:#260504;--canvas:#131417;--shadow:0 24px 70px rgba(0,0,0,.2);background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f6f5f0;--surface:#fffffc;--surface-raised:#ebeae4;--line:rgba(25,27,29,.12);--line-strong:rgba(25,27,29,.2);--text:#1b1c1e;--muted:#65676b;--faint:#898b8f;--accent:#e44022;--accent-ink:#fffaf7;--canvas:#edede8;--shadow:0 24px 70px rgba(34,36,32,.11)}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{background:var(--bg);min-width:320px;min-height:100vh;margin:0;overflow-x:clip}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{color:inherit}::-moz-selection{background:var(--accent);color:var(--accent-ink)}::selection{background:var(--accent);color:var(--accent-ink)}.shell{width:min(1160px,100% - 40px);margin-left:auto;margin-right:auto}.site-header{z-index:10;border-bottom:1px solid var(--line);position:relative}.site-footer{border-top:1px solid var(--line);background:radial-gradient(120% 100% at 50% 0%, color-mix(in srgb, var(--accent), transparent 88%), transparent 52%), var(--bg);margin-top:max(72px,min(10vw,128px));position:relative;overflow:hidden}.site-footer:before{background-image:repeating-linear-gradient(90deg, transparent 0, transparent 22px, color-mix(in srgb, var(--line), transparent 10%) 22px, color-mix(in srgb, var(--line), transparent 10%) 23px);content:"";opacity:.22;pointer-events:none;animation:18s linear infinite footer-grid-drift;position:absolute;top:0;bottom:0;left:0;right:0;transform:translate(0)}.site-footer:after{background:linear-gradient(90deg, transparent, var(--accent), transparent);content:"";opacity:.7;pointer-events:none;height:2px;animation:5.5s ease-in-out infinite footer-scan;position:absolute;top:auto;bottom:0;left:-24%;right:-24%}.footer-inner{z-index:1;grid-template-columns:1fr auto auto;align-items:center;gap:22px;min-height:92px;padding-top:18px;padding-bottom:18px;display:grid;position:relative}.footer-logo{object-fit:contain;width:118px;height:auto;margin-bottom:6px;display:block}.footer-brand small,.footer-copy{color:var(--faint);font-size:.72rem}.footer-links{align-items:center;gap:7px;display:inline-flex}.footer-links a{border:1px solid var(--line);background:color-mix(in srgb, var(--surface), transparent 18%);min-height:30px;color:var(--muted);border-radius:999px;align-items:center;padding:0 11px;font-size:.73rem;transition:transform .18s,border-color .18s,color .18s,background .18s;display:inline-flex}.footer-links a:hover{border-color:var(--line-strong);background:var(--surface);color:var(--text);transform:translateY(-1px)}.footer-copy{white-space:nowrap;justify-self:end}.header-inner{justify-content:space-between;align-items:center;gap:24px;min-height:70px;display:flex}.wordmark{align-items:center;min-height:32px;display:inline-flex}.wordmark-logo{width:max(96px,min(12vw,132px));height:auto;display:block}.wordmark-fallback{letter-spacing:-.045em;font-size:.96rem;font-weight:720;display:none}nav{align-items:center;gap:24px;margin-left:auto;display:flex}nav a{color:var(--muted);font-size:.84rem;transition:color .16s}nav a:hover{color:var(--text)}.header-actions{align-items:center;gap:10px;display:flex}.theme-toggle,.header-link{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:2px;align-items:center;justify-items:center;width:34px;height:34px;transition:background .16s,border-color .16s,transform .16s;display:grid}.header-link:hover{border-color:var(--line-strong);background:var(--surface);transform:translateY(-1px)}.theme-toggle{position:relative;overflow:hidden}.theme-icon{align-items:center;justify-items:center;width:17px;height:17px;display:grid;position:relative}.theme-icon svg{width:17px;height:17px;color:var(--faint);transition:opacity .24s,transform .38s cubic-bezier(.2,.85,.25,1),color .2s;position:absolute}.theme-toggle[data-theme=dark] .theme-sun{opacity:0;transform:rotate(-52deg)scale(.45)}.theme-toggle[data-theme=dark] .theme-moon{opacity:1;transform:rotate(0)scale(1)}.theme-toggle[data-theme=light] .theme-moon{opacity:0;transform:rotate(44deg)scale(.45)}.theme-toggle[data-theme=light] .theme-sun{opacity:1;transform:rotate(0)scale(1)}.theme-toggle:hover .theme-moon,.theme-toggle.is-switching[data-theme=dark] .theme-moon{color:#a78bfa}.theme-toggle:hover .theme-sun,.theme-toggle.is-switching[data-theme=light] .theme-sun{color:#f59e0b}.theme-toggle:hover .theme-icon svg{transform:rotate(14deg)scale(1.08)}.theme-toggle.is-switching[data-theme=dark] .theme-moon{animation:.5s cubic-bezier(.2,1.24,.32,1) moon-arrive}.theme-toggle.is-switching[data-theme=light] .theme-sun{animation:.5s cubic-bezier(.2,1.24,.32,1) sun-arrive}.theme-toggle:after{content:"";opacity:0;background:currentColor;border-radius:50%;width:5px;height:5px;position:absolute}.theme-toggle.is-switching:after{animation:.44s ease-out icon-spark}@keyframes sun-arrive{48%{transform:rotate(42deg)scale(1.4)}}@keyframes moon-arrive{48%{transform:rotate(-36deg)scale(1.34)}}@keyframes icon-spark{35%{opacity:.7;transform:scale(1);box-shadow:-10px -8px #f59e0b,10px -6px #a78bfa,11px 9px #f59e0b,-9px 9px #a78bfa}to{opacity:0;transform:scale(.2)}}@keyframes footer-grid-drift{to{transform:translate(23px)}}@keyframes footer-scan{0%,to{opacity:0;transform:translate(-46%)}18%{opacity:.85}50%{opacity:.7;transform:translate(46%)}80%{opacity:0}}.header-link{width:auto;padding-left:12px;padding-right:12px;font-size:.78rem;font-weight:650}[data-tilt]{--tilt-x-rotation:0deg;--tilt-y-rotation:0deg;--tilt-x:50%;--tilt-y:50%;isolation:isolate;transform-style:preserve-3d;will-change:transform;position:relative}[data-tilt]:after{z-index:-1;border-radius:inherit;background:radial-gradient(180px circle at var(--tilt-x) var(--tilt-y), rgba(255,255,255,.24), transparent 66%);content:"";opacity:0;pointer-events:none;transition:opacity .16s;position:absolute;top:0;bottom:0;left:0;right:0}[data-tilt]:hover{transform:perspective(800px) rotateX(var(--tilt-x-rotation)) rotateY(var(--tilt-y-rotation)) scale(1.045)!important;transition-duration:90ms!important}[data-tilt]:hover:after{opacity:1}[data-tilt]:not(:hover){transition:transform .38s cubic-bezier(.2,.8,.2,1)}[data-reveal]{--reveal-delay:0s;--reveal-x:0px;--reveal-y:22px;transition:opacity .62s ease var(--reveal-delay), transform .76s cubic-bezier(.2, .8, .2, 1) var(--reveal-delay), filter .62s ease var(--reveal-delay)}[data-reveal=left]{--reveal-x:-30px;--reveal-y:10px}[data-reveal=right]{--reveal-x:30px;--reveal-y:10px}[data-reveal=up]{--reveal-x:0px;--reveal-y:32px}[data-reveal=fade]{--reveal-x:0px;--reveal-y:0px}:root[data-reveal-motion] [data-reveal]:not(.is-revealed){opacity:0;transform:translate3d(var(--reveal-x), var(--reveal-y), 0) scale(.985);filter:blur(5px)saturate(.92)}:root[data-reveal-motion] [data-reveal=fade]:not(.is-revealed){filter:none;transform:none}[data-reveal].is-revealed{opacity:1;filter:blur()saturate();transform:translate(0,0)scale(1)}@media (prefers-reduced-motion:reduce){[data-reveal],:root[data-reveal-motion] [data-reveal]:not(.is-revealed){opacity:1;filter:none;transition:none;transform:none}.site-footer:before,.site-footer:after{animation:none}}@media (max-width:640px){.shell{width:min(100% - 28px,1160px)}nav{display:none}.header-inner{min-height:62px}.footer-inner{grid-template-columns:1fr;align-items:start;gap:13px;padding-top:16px;padding-bottom:20px}.footer-copy{justify-self:start}}
