:root{--bg:#f6f7f9;--surface:#ffffff;--ink:#111827;--muted:#6b7280;--border:#e5e7eb;--accent:#2563eb}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit}.shell-content{width:100%;max-width:920px;margin:0 auto;padding:16px}@media (min-width:768px){.shell-content{padding:28px 24px 40px}}.with-bottom-tabs{padding-bottom:84px}.owner-nav-desktop{display:none}.owner-nav-mobilebar{display:flex}@media (min-width:768px){.owner-nav-desktop{display:flex}.owner-nav-mobilebar{display:none}}.bottom-tabs{position:fixed;left:0;right:0;bottom:0;z-index:40}.mobile-menu-backdrop{position:fixed;inset:0;background:rgba(17,24,39,.32);z-index:50}.mobile-menu-sheet{position:fixed;top:0;right:0;bottom:0;width:min(82vw,320px);background:var(--surface);z-index:51;box-shadow:-8px 0 24px rgba(16,24,40,.18);display:flex;flex-direction:column;padding:16px}.card-grid{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}@media (min-width:680px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.card-grid{grid-template-columns:repeat(3,1fr)}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}