:root,[data-theme=dark]{--bg: #08080a;--surface: #0f0f12;--surface-2: #16161a;--border: #232328;--border-soft: #1a1a1e;--text: #f4f4f5;--text-2: #a0a0ab;--text-3: #63636e;--accent: #e8a87c;--accent-2: #c4784a;--green: #5ecf8e;--blue: #7ba3d4;--header-bg: rgba(8, 8, 10, .72);--header-bg-solid: rgba(8, 8, 10, .94);--noise-opacity: .035;--cursor-mix: difference;--shadow: 0 8px 24px rgba(0, 0, 0, .35);--btn-fg: #08080a}[data-theme=light]{--bg: #f7f6f3;--surface: #ffffff;--surface-2: #efeeea;--border: #e2e0da;--border-soft: #ebe9e4;--text: #1a1917;--text-2: #5c5a55;--text-3: #8a8780;--accent: #c45c26;--accent-2: #a34a1c;--green: #2f9e5f;--blue: #3b6ea5;--header-bg: rgba(247, 246, 243, .8);--header-bg-solid: rgba(247, 246, 243, .96);--noise-opacity: .02;--cursor-mix: normal;--shadow: 0 8px 24px rgba(26, 25, 23, .08);--btn-fg: #f7f6f3}:root{--font: "Geist", system-ui, sans-serif;--serif: "Instrument Serif", Georgia, serif;--mono: "Geist Mono", ui-monospace, monospace;color-scheme:dark}[data-theme=light]{color-scheme:light}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}section[id],#contact{scroll-margin-top:72px}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden;transition:background .35s ease,color .35s ease}body.has-cursor{cursor:none}::selection{background:var(--accent);color:#fff}[data-theme=light] ::selection{color:#fff}a{color:inherit;text-decoration:none}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");opacity:var(--noise-opacity);pointer-events:none;z-index:9998}.wrap{max-width:1080px;margin:0 auto;padding:0 28px}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes loadBar{to{transform:scaleX(1)}}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}body.has-cursor{cursor:auto}}@media(max-width:560px){.wrap{padding:0 18px}}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}header.svelte-1elxaub{position:fixed;top:0;left:0;right:0;z-index:90;height:56px;display:flex;align-items:center;background:var(--header-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid transparent;transition:border-color .35s,background .35s}header.scrolled.svelte-1elxaub{border-bottom-color:var(--border-soft);background:var(--header-bg-solid)}.wrap.svelte-1elxaub{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1080px;margin:0 auto;padding:0 28px;gap:16px}.logo.svelte-1elxaub{display:inline-flex;align-items:center;flex-shrink:0}.logo-img.svelte-1elxaub{display:block;height:24px;width:auto;opacity:.92;transition:opacity .25s,transform .25s}.logo.svelte-1elxaub:hover .logo-img:where(.svelte-1elxaub){opacity:1;transform:translateY(-1px)}.nav-right.svelte-1elxaub{display:flex;align-items:center;gap:24px}.nav-right.svelte-1elxaub a:where(.svelte-1elxaub){font-size:13px;font-weight:500;color:var(--text-3);transition:color .25s;position:relative}.nav-right.svelte-1elxaub a:where(.svelte-1elxaub):after{content:"";position:absolute;left:0;bottom:-3px;width:0;height:1px;background:var(--accent);transition:width .3s cubic-bezier(.16,1,.3,1)}.nav-right.svelte-1elxaub a:where(.svelte-1elxaub):hover,.nav-right.svelte-1elxaub a.active:where(.svelte-1elxaub){color:var(--text)}.nav-right.svelte-1elxaub a:where(.svelte-1elxaub):hover:after,.nav-right.svelte-1elxaub a.active:where(.svelte-1elxaub):after{width:100%}.right-actions.svelte-1elxaub{display:flex;align-items:center;gap:6px}.theme-btn.svelte-1elxaub{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text-2);cursor:pointer;transition:color .2s,border-color .2s,background .2s}.theme-btn.svelte-1elxaub:hover{color:var(--accent);border-color:var(--accent-2)}.mobile-only.svelte-1elxaub{display:none}.burger.svelte-1elxaub{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:8px;width:34px;height:34px}.burger.svelte-1elxaub span:where(.svelte-1elxaub){display:block;width:18px;height:1.5px;background:var(--text);transition:transform .3s,opacity .3s;transform-origin:center}.burger.svelte-1elxaub span.open:where(.svelte-1elxaub):first-child{transform:translateY(3.25px) rotate(45deg)}.burger.svelte-1elxaub span.open:where(.svelte-1elxaub):last-child{transform:translateY(-3.25px) rotate(-45deg)}.backdrop.svelte-1elxaub{position:fixed;top:56px;right:0;bottom:0;left:0;z-index:80;background:#00000040}@media(max-width:640px){.wrap.svelte-1elxaub{padding:0 18px}.burger.svelte-1elxaub{display:flex}.desktop-only.svelte-1elxaub{display:none}.mobile-only.svelte-1elxaub{display:flex;margin:4px 18px 8px;width:auto;align-self:flex-start}.nav-right.svelte-1elxaub{position:fixed;top:56px;left:0;right:0;z-index:85;flex-direction:column;align-items:stretch;gap:0;background:var(--header-bg-solid);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-soft);padding:8px 0 12px;transform:translateY(-12px);opacity:0;pointer-events:none;visibility:hidden;transition:transform .28s,opacity .28s,visibility .28s}.nav-right.open.svelte-1elxaub{transform:translateY(0);opacity:1;pointer-events:auto;visibility:visible}.nav-right.svelte-1elxaub a:where(.svelte-1elxaub){padding:14px 18px;font-size:15px}.nav-right.svelte-1elxaub a:where(.svelte-1elxaub):after{display:none}}footer.svelte-jz8lnl{border-top:1px solid var(--border-soft);padding:24px 0}.wrap.svelte-jz8lnl{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;max-width:1080px;margin:0 auto;padding:0 28px}p.svelte-jz8lnl,.right.svelte-jz8lnl{font-family:var(--mono);font-size:11px;color:var(--text-3)}.right.svelte-jz8lnl{display:flex;align-items:center;gap:8px}.dot.svelte-jz8lnl{opacity:.5}a.svelte-jz8lnl{color:var(--text-3);transition:color .25s}a.svelte-jz8lnl:hover{color:var(--accent)}@media(max-width:560px){.wrap.svelte-jz8lnl{padding:0 18px}}.cursor.svelte-1f6cquq{position:fixed;top:0;left:0;width:12px;height:12px;background:var(--accent);border-radius:50%;pointer-events:none;z-index:10000;mix-blend-mode:var(--cursor-mix);transform:translate(-50%,-50%);transition:width .25s cubic-bezier(.16,1,.3,1),height .25s cubic-bezier(.16,1,.3,1),background .25s,border-color .25s;will-change:transform}.cursor.hover.svelte-1f6cquq{width:40px;height:40px;background:transparent;border:1.5px solid var(--accent)}.cursor-dot.svelte-1f6cquq{position:fixed;top:0;left:0;width:4px;height:4px;background:var(--text);border-radius:50%;pointer-events:none;z-index:10001;transform:translate(-50%,-50%);will-change:transform}@media(pointer:coarse){.cursor.svelte-1f6cquq,.cursor-dot.svelte-1f6cquq{display:none!important}}.scroll-progress.svelte-abzm2{position:fixed;top:0;left:0;height:2px;background:linear-gradient(90deg,var(--accent-2),var(--accent));z-index:100;pointer-events:none}
