.best-bets-panel { margin: 8px 0 22px; }
.best-bets-home { margin: 0 0 22px; padding: 16px; border: 1px solid #dce8e3; border-radius: 17px; background: linear-gradient(135deg, #f1faf4, #fff); }
.best-bets-home .section-heading { align-items: center; margin: 0 0 12px; }
.best-bets-home h2 { margin: 3px 0 0; font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-size: 27px; letter-spacing: -.04em; }
.best-bets-tag { padding: 5px 7px; border-radius: 7px; background: #0d473a; color: #dff8ed; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.best-bets-date-picker { display: grid; gap: 3px; color: #708078; font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.best-bets-date-picker input { border: 1px solid #d5e2dc; border-radius: 7px; padding: 5px; background: #fff; color: #17352c; font: inherit; letter-spacing: 0; text-transform: none; }
.best-bets-list { display: grid; gap: 7px; }
.best-bet-card { display: grid; grid-template-columns: 36px 1fr auto; gap: 9px; align-items: center; padding: 10px; border: 1px solid #e4ece8; border-radius: 11px; background: #fff; }
.best-bet-card.has-details { cursor: pointer; }
.best-bet-card.has-details:focus-visible { outline: 2px solid #2e7d5c; outline-offset: 2px; }
.best-bet-silk { width: 34px; height: 40px; object-fit: contain; }.best-bet-silk.blank { display: block; border-radius: 8px; background: #edf4f0; }
.best-bet-card p { margin: 0; color: #788780; font-size: 9px; font-weight: 700; }
.best-bet-card h3 { margin: 2px 0 5px; font-size: 14px; letter-spacing: -.025em; }
.best-bet-signals { display: flex; flex-wrap: wrap; gap: 4px; }
.best-bet-signals span { padding: 3px 5px; border-radius: 4px; background: #edf4f0; color: #537066; font-size: 8px; font-weight: 750; }
.best-bet-details { display: none; grid-column: 2 / -1; border-top: 1px solid #e4ece8; padding-top: 10px; }
.best-bet-card.expanded .best-bet-details { display: block; }
.best-bet-comment { margin: 0 !important; color: #40584e !important; font-size: 14px !important; line-height: 1.45; font-weight: 500 !important; }
.best-bet-score { text-align: right; }
.best-bet-score strong { font-size: 18px; letter-spacing: -.05em; }
.best-bet-score > span { font-size: 8px; color: #76867f; }
.best-bet-score em { display: block; margin-top: 3px; color: #7c8a84; font-size: 8px; font-style: normal; font-weight: 850; letter-spacing: .07em; }
.best-bet-score em.won { color: #168058; }
.best-bets-disclaimer { margin: 10px 1px 0; color: #788780; font-size: 8px; line-height: 1.35; }
.best-bets-day-performance { display: grid; grid-template-columns: 1fr auto; gap: 2px 10px; align-items: center; margin-top: 10px; padding: 10px; border-radius: 10px; background: #eaf5ee; color: #46665b; }
.best-bets-day-performance span { font-size: 9px; font-weight: 800; }
.best-bets-day-performance strong { font-size: 17px; letter-spacing: -.04em; }.best-bets-day-performance strong.positive { color: #147352; }.best-bets-day-performance strong.negative { color: #ba564b; }
.best-bets-day-performance small { grid-column: 1 / -1; font-size: 8px; line-height: 1.35; }
.bottom-nav button { width: min(112px, 25%); }
