*,*:before,*:after{box-sizing:border-box}:root{color-scheme:light;--bg: #f5f5f7;--surface: #ffffff;--surface-raised: #ebebef;--border: #d8d8e0;--text: #111113;--text-muted: #6e6e7e;--accent: #4056d4;--shadow-lg: 0 8px 24px rgba(0, 0, 0, .1)}[data-theme=dark]{color-scheme:dark;--bg: #111113;--surface: #18181b;--surface-raised: #26262c;--border: #2e2e36;--text: #e8e8ee;--text-muted: #7a7a8a;--accent: #6b8cff;--shadow-lg: 0 8px 24px rgba(0, 0, 0, .4)}html,body{margin:0;padding:0;min-height:100dvh;background-color:var(--bg);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}app-root{display:block;max-width:390px;margin:0 auto}.sticky-header{position:sticky;top:0;z-index:10;background:var(--surface);border-bottom:1px solid var(--border)}.card-list{padding:.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(max-width:360px){.card-list{grid-template-columns:1fr}}.app-footer{text-align:center;padding:2rem 1rem 1.5rem;font-size:.75rem;color:var(--text-muted);letter-spacing:.02em}
