@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root,[data-theme=light]{--bg:#e1e1e1;--surface:#d4d4d4;--surface-hover:rgba(0,0,0,0.06);--text-primary:#000000;--text-secondary:#7c7c7c;--accent:#111111;--accent-text:#e1e1e1;--border:rgba(0,0,0,0.08);--card-bg:#d4d4d4;--heart:#e60023;--logo-filter:none}[data-theme=dark]{--bg:#111111;--surface:#222222;--surface-hover:rgba(255,255,255,0.08);--text-primary:#ffffff;--text-secondary:#bcbcbf;--accent:#e5e5ea;--accent-text:#111111;--border:#2e2e2e;--card-bg:#222222;--heart:#ff453a;--logo-filter:none}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;transition:background .2s,color .2s}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none}img{display:block;max-width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.SiteHeader_header__qIri_{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:color-mix(in srgb,var(--bg) 92%,transparent)}.SiteHeader_bar__q7Gwt{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;max-width:1200px;margin:0 auto;padding:8px 12px;min-height:56px}.SiteHeader_left__XGH23{justify-self:start}.SiteHeader_center__iDocE{justify-self:center}.SiteHeader_right__n4Vn2{justify-self:end}.SiteHeader_logoLink__rYGFm{display:inline-flex}.SiteHeader_logo__XTR9l{height:52px;width:auto;filter:var(--logo-filter)}.SiteHeader_appBtn__gomv2{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;padding:8px 14px;border-radius:999px;background:var(--accent);color:var(--accent-text);font-size:13px;font-weight:600;white-space:nowrap;transition:opacity .15s}.SiteHeader_appBtn__gomv2:hover{opacity:.88}@media (min-width:768px){.SiteHeader_bar__q7Gwt{padding:10px 24px;min-height:72px}.SiteHeader_logo__XTR9l{height:60px}.SiteHeader_appBtn__gomv2{font-size:14px;padding:9px 18px}}.ThemeToggle_toggle__RoeI1{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;color:var(--text-primary);transition:background .15s}.ThemeToggle_toggle__RoeI1:hover{background:var(--surface-hover)}