.typing-search{width:100%;max-width:min(40rem,100%)}.typing-search__bar{display:flex;align-items:center;min-height:clamp(3.25rem,8vw,3.75rem);padding:.75rem 1.5rem;border-radius:9999px;border:1px solid var(--bar-border);background:var(--bar-bg);box-shadow:var(--bar-shadow);font-size:clamp(1.05rem,2.5vw,1.2rem);line-height:1.4}.typing-search__text{color:var(--placeholder);font-weight:500;letter-spacing:.01em;white-space:pre;min-height:1.4em}.typing-search__cursor{display:inline-block;width:2px;margin-left:1px;min-height:1.1em;background:var(--cursor);animation:cursor-blink .9s step-end infinite;vertical-align:text-bottom}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}@media (prefers-reduced-motion: reduce){.typing-search__cursor{animation:none;opacity:1}}.app{position:relative;min-height:100%;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(1.25rem,4vw,2.5rem);text-align:center}.app__header{position:absolute;top:clamp(1.25rem,4vw,2rem);left:50%;transform:translate(-50%);max-width:32rem;width:100%;padding:0 clamp(1.25rem,4vw,2.5rem);pointer-events:none}.app__title{margin:0;font-size:clamp(1.5rem,4vw,1.85rem);font-weight:600;letter-spacing:-.03em;line-height:1.2}.app__tagline{margin:.5rem 0 0;font-size:clamp(.9rem,2vw,.95rem);color:var(--muted);font-weight:400;line-height:1.5}.app__main{display:flex;align-items:center;justify-content:center;width:100%;flex:1;min-height:0}*,*:before,*:after{box-sizing:border-box}:root{--bg: #f4f4f5;--bg-radial: #e4e4e7;--text: #18181b;--muted: #71717a;--bar-bg: #ffffff;--bar-border: #e4e4e7;--bar-shadow: 0 1px 2px rgba(24, 24, 27, .06), 0 4px 12px rgba(24, 24, 27, .06);--placeholder: #a1a1aa;--cursor: #52525b;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme: dark){:root{--bg: #0c0c0e;--bg-radial: #18181b;--text: #fafafa;--muted: #a1a1aa;--bar-bg: #18181b;--bar-border: #3f3f46;--bar-shadow: 0 1px 2px rgba(0, 0, 0, .35), 0 8px 24px rgba(0, 0, 0, .35);--placeholder: #a1a1aa;--cursor: #d4d4d8}}html,body,#root{height:100%;margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Helvetica Neue,sans-serif;color:var(--text);background-color:var(--bg);background-image:radial-gradient(ellipse 120% 80% at 50% 0%,var(--bg-radial),var(--bg))}
