@import "https://fonts.googleapis.com/css2?family=Geist+Mono:wght@400;500&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{background:var(--sphere-bg,#fff);font-family:var(--font-ui,system-ui, sans-serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Open Runde;src:url(/fonts/OpenRunde-Medium.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Open Runde;src:url(/fonts/OpenRunde-Semibold.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}:root{--sphere-bg:#e5e5e5;--sphere-bg-rgb:229, 229, 229;--ink:#111114;--ink-75:#111114bf;--ink-50:#11111480;--ink-35:#11111459;--pill-top:#ffffffd1;--pill-top-hover:#fff;--pill-bottom:#efeff2d1;--pill-bottom-hover:#efeff2;--pill-active:#fff;--pill-active-ink:#111114;--card:#fff;--veil:#ffffff59;--edge:10px;--pill-gap:4px;--font-ui:"Open Runde", system-ui, sans-serif;--font-mono:"Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace}.sphere-root{background:var(--sphere-bg);font-family:var(--font-ui);-webkit-user-select:none;user-select:none;transition:background-color .35s;position:fixed;inset:0;overflow:hidden}.sphere-stage{touch-action:none;cursor:grab;position:absolute;inset:0}.sphere-stage canvas{display:block}.hover-overlay{pointer-events:none;z-index:10;transition:opacity .18s,color .3s;position:absolute;inset:0}.hover-frame{will-change:transform;outline:1px solid;position:absolute;top:0;left:0}.hover-frame__handle{background:var(--sphere-bg);outline:1px solid;width:10px;height:10px;position:absolute}.hover-frame__handle[data-corner=tl]{top:-5px;left:-5px}.hover-frame__handle[data-corner=tr]{top:-5px;right:-5px}.hover-frame__handle[data-corner=bl]{bottom:-5px;left:-5px}.hover-frame__handle[data-corner=br]{bottom:-5px;right:-5px}.hover-text{font-family:var(--font-mono);white-space:nowrap;color:currentColor;will-change:transform;font-size:16px;font-weight:500;line-height:20px;position:absolute;top:0;left:0}.sphere-fade{z-index:5;pointer-events:none;background:linear-gradient(to top, rgb(var(--sphere-bg-rgb)) 30%, rgba(var(--sphere-bg-rgb), .85) 50%, rgba(var(--sphere-bg-rgb), .55) 68%, rgba(var(--sphere-bg-rgb), .25) 84%, rgba(var(--sphere-bg-rgb), 0));height:176px;transition:height .5s ease-out,opacity .4s;position:absolute;bottom:0;left:0;right:0}.sphere-fade--top{height:96px;top:0;bottom:auto;transform:scaleY(-1)}.sphere-root[data-mode=focus] .sphere-fade--top{opacity:0;height:96px}.sphere-veil{z-index:25;pointer-events:none;opacity:0;-webkit-backdrop-filter:blur(6px);background:var(--veil);-webkit-mask-composite:source-over;transition:opacity .45s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000 0%,#0000 18% 82%,#000 100%),linear-gradient(#000 0%,#0000 12%);mask-image:linear-gradient(90deg,#000 0%,#0000 18% 82%,#000 100%),linear-gradient(#000 0%,#0000 12%);-webkit-mask-composite:source-over;mask-composite:add}.sphere-root[data-mode=focus] .sphere-veil{opacity:1}.sphere-root[data-mode=focus] .corner .pill{opacity:.7}.sphere-root[data-mode=focus] .corner .pill:hover{opacity:1}.pill{appearance:none;-webkit-backdrop-filter:blur(8px);width:fit-content;font-family:var(--font-ui);letter-spacing:-.0125em;white-space:nowrap;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;margin:0;padding:6px 13px;font-size:14px;font-weight:600;line-height:20px;text-decoration:none;transition:background-color .2s,color .2s,transform .2s;display:inline-flex}.pill:active{transform:scale(.97)}.pill:focus-visible{outline:2px solid var(--ink-35);outline-offset:2px}.pill--top{background:var(--pill-top);color:var(--ink-75)}.pill--top:hover{background:var(--pill-top-hover);color:var(--ink)}.pill--label{background:var(--pill-top);color:var(--ink);cursor:default}.pill--label:active{transform:none}.pill--bottom{background:var(--pill-bottom);color:var(--ink-75)}.pill--bottom:hover{background:var(--pill-bottom-hover);color:var(--ink)}.pill--bottom.is-active{background:var(--pill-active);color:var(--pill-active-ink)}.pill--icon{width:32px;height:32px;padding:0}.pill.is-disabled{opacity:.4;cursor:default;pointer-events:none}.corner{z-index:20;gap:var(--pill-gap);display:flex;position:absolute}.corner--tl{left:var(--edge);top:var(--edge)}.corner--tr{right:var(--edge);top:var(--edge)}.corner--bl{left:var(--edge);bottom:var(--edge);align-items:flex-end}.corner__col{align-items:flex-start;gap:var(--pill-gap);flex-direction:column;display:flex}.corner--br{right:var(--edge);bottom:var(--edge);flex-direction:column;align-items:flex-end}.corner--br .corner__col{align-items:flex-end}.sphere-empty{text-align:center;font-family:var(--font-ui);color:var(--ink-75);pointer-events:none;z-index:5;font-size:14px;font-weight:600;line-height:20px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.sphere-focus-wrap{left:0;right:0;bottom:var(--edge);z-index:20;pointer-events:none;place-items:end center;display:grid;position:absolute}.sphere-focus-wrap>*{grid-area:1/1}.sphere-focus{text-align:center;pointer-events:none;flex-direction:column;align-items:center;gap:8px;width:min(560px,100vw - 48px);display:flex}.sphere-focus>*{pointer-events:auto}.sphere-focus__actions{align-items:center;gap:var(--pill-gap);margin-top:0;display:flex}@media (width<=640px){.sphere-fade{height:130px}.sphere-fade--top,.sphere-root[data-mode=focus] .sphere-fade--top{height:84px}.pill--contact{display:none}.pill{padding:8px 14px}.pill--icon{width:34px;height:36px;padding:0}}.about-backdrop{z-index:40;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.about-card{background:var(--card);width:fit-content;max-width:min(441px,100%);max-height:100%;box-shadow:0 0 48px 48px var(--card);border-radius:24px;flex-direction:column;align-items:flex-start;gap:20px;padding:24px;display:flex;position:relative;overflow-y:auto}.about-card__body{flex-direction:column;gap:18px;display:flex}.about-card__text{font-family:var(--font-ui);color:var(--ink);white-space:pre-line;font-size:14px;font-weight:500;line-height:18px}.about-card__text--muted{color:var(--ink-50)}.about-card__actions{gap:var(--pill-gap);display:flex}@media (width<=640px){.about-backdrop{padding:56px 16px 104px}.about-card{box-shadow:0 0 32px 24px var(--card);gap:16px}.about-card__text{white-space:normal}}.about-card__close{display:none;position:absolute;top:18px;right:24px}@media (width<=640px){.about-card__close{display:inline-flex}}
