:root,[data-theme=light]{--rp-base: #faf4ed;--rp-surface: #fffaf3;--rp-overlay: #f2e9e1;--rp-muted: #9893a5;--rp-subtle: #797593;--rp-text: #575279;--rp-love: #b4637a;--rp-gold: #ea9d34;--rp-rose: #d7827e;--rp-pine: #286983;--rp-foam: #56949f;--rp-iris: #907aa9;--rp-hl-low: #f4ede8;--rp-hl-med: #dfdad9;--rp-hl-high: #cecacd;--color-bg: var(--rp-base);--color-bg-subtle: var(--rp-overlay);--color-surface: var(--rp-surface);--color-text: var(--rp-text);--color-text-muted: var(--rp-muted);--color-subtle: var(--rp-subtle);--color-accent: var(--rp-iris);--color-accent-light:var(--rp-hl-low);--color-border: var(--rp-hl-med);--color-nav-bg: rgba(250, 244, 237, .88);--color-success: var(--rp-foam);--color-warning: var(--rp-gold);--color-love: var(--rp-love);color-scheme:light}[data-theme=dark]{--rp-base: #232136;--rp-surface: #2a273f;--rp-overlay: #393552;--rp-muted: #6e6a86;--rp-subtle: #908caa;--rp-text: #e0def4;--rp-love: #eb6f92;--rp-gold: #f6c177;--rp-rose: #ea9a97;--rp-pine: #3e8fb0;--rp-foam: #9ccfd8;--rp-iris: #c4a7e7;--rp-hl-low: #2a283e;--rp-hl-med: #44415a;--rp-hl-high: #56526e;--color-bg: var(--rp-base);--color-bg-subtle: var(--rp-surface);--color-surface: var(--rp-overlay);--color-text: var(--rp-text);--color-text-muted: var(--rp-muted);--color-subtle: var(--rp-subtle);--color-accent: var(--rp-iris);--color-accent-light:var(--rp-overlay);--color-border: var(--rp-hl-med);--color-nav-bg: rgba(35, 33, 54, .88);--color-success: var(--rp-foam);--color-warning: var(--rp-gold);--color-love: var(--rp-love);color-scheme:dark}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--rp-base: #232136;--rp-surface: #2a273f;--rp-overlay: #393552;--rp-muted: #6e6a86;--rp-subtle: #908caa;--rp-text: #e0def4;--rp-love: #eb6f92;--rp-gold: #f6c177;--rp-rose: #ea9a97;--rp-pine: #3e8fb0;--rp-foam: #9ccfd8;--rp-iris: #c4a7e7;--rp-hl-low: #2a283e;--rp-hl-med: #44415a;--rp-hl-high: #56526e;--color-bg: var(--rp-base);--color-bg-subtle: var(--rp-surface);--color-surface: var(--rp-overlay);--color-text: var(--rp-text);--color-text-muted: var(--rp-muted);--color-subtle: var(--rp-subtle);--color-accent: var(--rp-iris);--color-accent-light:var(--rp-overlay);--color-border: var(--rp-hl-med);--color-nav-bg: rgba(35, 33, 54, .88);--color-success: var(--rp-foam);--color-warning: var(--rp-gold);--color-love: var(--rp-love);color-scheme:dark}}:root{--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", ui-monospace, monospace;--max-width: 720px;--nav-height: 64px;--ease-out: cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);line-height:1.7;min-height:100dvh;transition:background .25s,color .25s}img,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:clamp(1.25rem,5vw,2rem)}.section{padding-block:clamp(4rem,10vw,7rem)}.section-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1rem}.section-label:before{content:"";display:block;width:1.5rem;height:1px;background:var(--color-accent)}.section-heading{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;color:var(--color-text);margin-bottom:1rem}.section-sub{font-size:1rem;color:var(--color-text-muted);max-width:52ch}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:3px}[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .65s var(--ease-out),transform .65s var(--ease-out);transition-delay:var(--reveal-delay, 0ms)}[data-reveal].visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}}#back-to-top{position:fixed;bottom:2rem;right:2rem;z-index:90;display:grid;place-items:center;width:40px;height:40px;border-radius:10px;border:1.5px solid var(--color-border);background:var(--color-bg);color:var(--color-text-muted);cursor:pointer;opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .25s var(--ease-out),transform .25s var(--ease-out),background .2s,border-color .2s,color .2s,box-shadow .2s}#back-to-top.visible{opacity:1;transform:translateY(0);pointer-events:auto}#back-to-top:hover{background:var(--color-bg-subtle);border-color:var(--color-accent);color:var(--color-accent);box-shadow:0 4px 16px color-mix(in srgb,var(--color-accent) 20%,transparent)}@media(pointer:fine){html,*{cursor:none!important}}#cursor-dot,#cursor-ring{position:fixed;top:0;left:0;border-radius:50%;pointer-events:none;z-index:99999;opacity:0;will-change:transform}#cursor-dot{width:6px;height:6px;margin:-3px 0 0 -3px;background:var(--color-accent);transition:opacity .2s,width .15s,height .15s,background .15s,margin .15s}#cursor-ring{width:30px;height:30px;margin:-15px 0 0 -15px;border:1.5px solid var(--color-accent);opacity:0;transition:opacity .2s,width .2s var(--ease-out),height .2s var(--ease-out),margin .2s var(--ease-out),border-color .2s,background .2s}#cursor-dot.is-hover{width:10px;height:10px;margin:-5px 0 0 -5px;background:var(--rp-foam)}#cursor-ring.is-hover{width:46px;height:46px;margin:-23px 0 0 -23px;border-color:var(--rp-foam);background:color-mix(in srgb,var(--rp-foam) 6%,transparent)}#cursor-ring.is-click{width:22px;height:22px;margin:-11px 0 0 -11px;background:color-mix(in srgb,var(--color-accent) 12%,transparent)}@media(pointer:coarse){#cursor-dot,#cursor-ring{display:none}}
