/* Wildest.Bet — design tokens (light "day edition" + dark "night edition"). */

:root {
	--paper:  #f4efe3;
	--paper2: #efe9d8;
	--ink:    #1a1610;
	--ink2:   #3a352b;
	--muted:  #6b6355;
	--rule:   #c9c2b0;
	--rule2:  #a89f8a;
	--red:    #8a1f11;
	--up:     #1e6b32;
	--flash:  #ede4c8;
	--gold:   #f5c542;
	--wire-bg:     #12100c;
	--wire-ink:    #f0e9d8;
	--wire-muted:  #8a8271;
	--wire-rule:   #221f18;
	--wire-hover:  #1b1812;
	--wire-time:   #5c554a;
	--wire-live:   #e05b3e;
	--scandal-bg:  #2b0d08;
	--scandal-ink: #f6f1e5;
	--scandal-sub: #d99a8e;
	--scandal-body:#e8cfc8;
	--scandal-rule:#4a1c14;
	--foot-bg:     #141109;
	--foot-ink:    #cac3b1;
	--kalshi:      #2e8f66;
	--polymarket:  #4a6fb5;
	--font-display: 'Anton', sans-serif;
	--font-black:   'UnifrakturCook', serif;
	--font-mono:    'JetBrains Mono', monospace;
	--font-serif:   Georgia, serif;
}

html[data-theme="dark"] {
	--paper:  #16130e;
	--paper2: #221c12;
	--ink:    #f0e9d8;
	--ink2:   #cfc6b0;
	--muted:  #97907e;
	--rule:   #3a352b;
	--rule2:  #554d3e;
	--red:    #e07a5f;
	--up:     #5fbf6e;
	--flash:  #3d2f00;
}

@keyframes wbTickerScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes wbBlinkLive    { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }
@keyframes wbFlashRow     { 0% { background: #3d2f00; } 100% { background: transparent; } }
@keyframes wbFlashCard    { 0% { background: var(--flash); } 100% { background: transparent; } }
