:root{--radius-sm: 9px;--maxw: 28rem;--nav-h: 56px;--header-h: 60px;--bg: #0B0C0F;--surface: #13151A;--surface-2: #1E212A;--border: rgba(242, 240, 233, .08);--text: #F2F0E9;--muted: #A9ACB4;--muted-2: #8F929B;--accent: #FFB224;--accent-strong: #B87700;--gold: #e9c163;--strong: #FFFFFF;--chip-bg: rgba(255, 255, 255, .1);--live: #E5484D;--turf: #2E9E5B;--warn: #fbbf24;--shimmer: rgba(255, 255, 255, .06);--radius: 13px;--card-border: 1px solid var(--border);--card-shadow: none;color-scheme:dark}@media(prefers-color-scheme:light){:root:not([data-theme=dark]){--bg: #f2f2f7;--surface: #ffffff;--surface-2: #f2f2f7;--border: rgba(60, 60, 67, .22);--text: #1c1c1e;--muted: rgba(60, 60, 67, .62);--muted-2: rgba(60, 60, 67, .42);--accent: #9a6a00;--accent-strong: #7a5400;--gold: #9a6a00;--strong: #000000;--chip-bg: rgba(118, 118, 128, .12);--shimmer: rgba(0, 0, 0, .05);--radius: 16px;--card-border: none;--card-shadow: 0 1px 2px rgba(0, 0, 0, .04);color-scheme:light}}:root[data-theme=light]{--bg: #f2f2f7;--surface: #ffffff;--surface-2: #f2f2f7;--border: rgba(60, 60, 67, .22);--text: #1c1c1e;--muted: rgba(60, 60, 67, .62);--muted-2: rgba(60, 60, 67, .42);--accent: #9a6a00;--accent-strong: #7a5400;--gold: #9a6a00;--strong: #000000;--chip-bg: rgba(118, 118, 128, .12);--shimmer: rgba(0, 0, 0, .05);--radius: 16px;--card-border: none;--card-shadow: 0 1px 2px rgba(0, 0, 0, .04);color-scheme:light}*{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Noto Sans Hebrew,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}@keyframes ms-pulse{0%,to{opacity:1}50%{opacity:.35}}.live-dot{display:inline-block;width:7px;height:7px;border-radius:999px;background:var(--live);animation:ms-pulse 1.2s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.live-dot{animation:none}}.skel{position:relative;overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.skel:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,var(--shimmer),transparent);animation:ms-shimmer 1.3s infinite}@keyframes ms-shimmer{to{transform:translate(100%)}}@media(prefers-reduced-motion:reduce){.skel:after{animation:none}}
