:root{--color-brand:#ff6b35;--color-going:#22c55e;--color-maybe:#f59e0b;--color-not-going:#94a3b8;--color-cancelled:#dc2626;--color-match-gold:gold;--color-match-gold-2:orange;--color-bg:#fff;--color-text:#0f172a;--color-border:#e2e8f0;--font-family-system:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:24px;--space-2xl:32px;--radius-sm:8px;--radius-md:12px;--radius-pill:999px}@media (prefers-color-scheme:dark){:root{--color-bg:#0f172a;--color-text:#f8fafc;--color-border:#1e293b}}*,:before,:after{box-sizing:border-box}html,body,#root{overscroll-behavior:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch;height:100dvh;margin:0;padding:0;overflow:hidden}body{font-family:var(--font-family-system);color:var(--color-text);background:var(--color-bg);font-size:15px;line-height:1.5}#root{flex-direction:column;max-width:480px;margin:0 auto;display:flex}main.scrollable{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:var(--space-lg);flex:1;overflow-y:auto}button{font-family:inherit}
