@import"https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600&family=Space+Grotesk:wght@500;600&display=swap";:root{color-scheme:light;--ink: #101413;--muted: #6f7674;--line: #e3e5e2;--surface: #ffffff;--bg: #f7f6f2;--accent: #1b1f1e;--shadow: 0 20px 40px rgba(16, 20, 19, .08);--radius-pill: 999px;--radius-md: 18px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Sora,Segoe UI,sans-serif;background:radial-gradient(circle at top,#fff,#f7f6f2 55%,#f1f0ec);color:var(--ink);min-height:100vh}#root{min-height:100vh}.page{min-height:100vh;display:flex;flex-direction:column;padding:28px 24px 20px;max-width:1200px;margin:0 auto;gap:24px}.header,.footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.header{padding-bottom:12px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:14px}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--accent);color:#f7f6f2;font-family:Space Grotesk,Sora,sans-serif;font-weight:600}.brand-name{font-weight:600;font-size:1.05rem}.brand-domain{font-size:.85rem;color:var(--muted)}.header-tag{font-size:.8rem;text-transform:uppercase;letter-spacing:.2em;color:var(--muted)}.main{flex:1;display:grid;place-items:center;padding:10vh 0}.search-shell{width:min(560px,90vw);display:flex;align-items:center;gap:16px;padding:20px 28px;border-radius:var(--radius-pill);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow)}.search-icon{width:40px;height:40px;border-radius:50%;background:#f0f1ee;display:grid;place-items:center}.search-icon svg{width:20px;height:20px;stroke:var(--accent);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.search-placeholder{color:var(--muted);font-size:1rem}.footer{padding-top:12px;border-top:1px solid var(--line);color:var(--muted);font-size:.85rem}.muted{color:var(--muted)}@media(max-width:720px){.header,.footer{flex-direction:column;align-items:flex-start}.main{padding:6vh 0}}
