.pick-body { margin: 0; background: #f1f3f5; color: #18212a; }.pick-wrap { width: min(820px, 100%); min-height: 100vh; margin: 0 auto; padding-bottom: 18px; background: #fff; }.pick-topbar { position: sticky; top: 0; z-index: 5; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 50px; padding: 0 16px; background: #e41f26; color: #fff; box-shadow: 0 2px 8px #87121935; }.pick-topbar a, .pick-topbar strong, .pick-topbar span { color: #fff; font-size: 18px; font-weight: 800; text-decoration: none; }.pick-topbar strong { text-align: center; }.pick-topbar span { justify-self: end; }
.picked-card, .pick-card { margin: 12px; padding: 14px; border: 1px solid #e0e6eb; border-radius: 10px; background: #fff; box-shadow: 0 2px 10px #18212a0d; }.picked-card { position: sticky; top: 52px; z-index: 4; border-top: 4px solid #2563eb; background: linear-gradient(155deg, #f9fbff, #fff); box-shadow: 0 6px 16px #18212a1c; }.picked-heading, .section-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.picked-heading h1, .section-heading h2 { margin: 0; font-size: 18px; }.picked-heading p, .section-heading span { margin: 4px 0 0; color: #74808d; font-size: 12px; }.section-heading span { margin: 0; white-space: nowrap; }.picked-heading > button, .picked-actions > button { min-height: 34px; border: 0; border-radius: 6px; padding: 0 11px; background: #2563eb; color: #fff; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }.picked-list { display: flex; min-height: 45px; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 6px; margin: 11px 0; }.picked-empty { color: #98a3ae; font-size: 13px; }.picked-number { display: grid; width: 35px; height: 29px; place-items: center; border: 2px solid #2563eb; border-radius: 15px; padding: 0; background: #eff6ff; color: #1d4ed8; font: inherit; font-size: 13px; font-weight: 900; line-height: 1; cursor: pointer; }.picked-actions { display: flex; flex-wrap: wrap; gap: 7px; }.picked-actions .subtle-button { border: 1px solid #cbd5df; background: #fff; color: #536170; }
.filter-group { padding: 13px 0; border-bottom: 1px solid #edf0f3; }.filter-group:last-child { padding-bottom: 0; border-bottom: 0; }.filter-group h3 { margin: 0 0 8px; color: #40505f; font-size: 14px; }.filter-tags { display: flex; flex-wrap: wrap; gap: 7px; }.filter-tags button { min-width: 46px; min-height: 31px; border: 1px solid #d6dde5; border-radius: 5px; padding: 0 8px; background: #fff; color: #41505e; font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }.filter-tags button.active { border-color: #2563eb; background: #2563eb; color: #fff; }.filter-tags button.wave-red { border-color: #e91d24; color: #ce171d; }.filter-tags button.wave-blue { border-color: #287ed9; color: #1968bc; }.filter-tags button.wave-green { border-color: #18b540; color: #108b31; }.filter-tags button.wave-red.active, .filter-tags button.wave-blue.active, .filter-tags button.wave-green.active { color: #fff; }.filter-tags button.wave-red.active { background: #e91d24; }.filter-tags button.wave-blue.active { background: #287ed9; }.filter-tags button.wave-green.active { background: #18b540; }.compact-tags button { min-width: 43px; }
.number-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 7px; margin-top: 12px; }.number-button { min-height: 38px; border: 1px solid #e1e6eb; border-radius: 6px; background: #f5f7f9; color: #adb7c1; font: inherit; font-size: 14px; font-weight: 900; cursor: pointer; }.number-button.is-filtered { border-color: #b9d2ff; background: #eff6ff; color: #2563eb; }.number-button.is-picked { border-color: #2563eb; background: #2563eb; color: #fff; box-shadow: 0 2px 5px #2563eb42; }.pick-note { margin: 12px; color: #8a96a2; font-size: 12px; line-height: 1.6; text-align: center; }
@media (max-width: 600px) { .pick-topbar { min-height: 43px; padding: 0 9px; }.pick-topbar a, .pick-topbar strong, .pick-topbar span { font-size: 16px; }.picked-card, .pick-card { margin: 8px; padding: 10px; }.picked-card { top: 45px; }.picked-heading h1, .section-heading h2 { font-size: 16px; }.picked-heading p, .section-heading span { font-size: 10px; }.section-heading { align-items: flex-start; }.filter-group { padding: 10px 0; }.filter-tags { gap: 5px; }.filter-tags button { min-width: 40px; min-height: 29px; padding: 0 6px; font-size: 12px; }.number-grid { gap: 5px; }.number-button { min-height: 35px; font-size: 13px; }.picked-heading > button, .picked-actions > button { min-height: 31px; padding: 0 8px; font-size: 12px; }.pick-note { font-size: 10px; } }
