.chll-picks { width: 100%; max-width: 860px; margin: 32px auto; color: #172033; font-family: 'Plus Jakarta Sans', 'Helvetica Neue', Arial, system-ui, sans-serif; font-weight: 400; line-height: 1.5; }
.chll-picks *, .chll-picks *::before, .chll-picks *::after { box-sizing: border-box; }
.chll-picks .chll-card { background: #fff; border: 1px solid #dce2ea; border-radius: 16px; padding: 30px; box-shadow: 0 10px 30px rgba(17, 31, 60, .09); }
.chll-picks h2 { margin: 0 0 8px; color: #101b35; font-size: 28px; font-weight: 800; line-height: 1.2; }
.chll-picks h3 { margin: 0 0 5px; color: #101b35; font-size: 20px; font-weight: 800; }
.chll-picks p { font-weight: 400; }
.chll-picks h3 span { display: inline-flex; align-items: center; justify-content: center; min-width: 28px; height: 28px; margin-left: 6px; border-radius: 20px; background: #c8102e; color: #fff; font-size: 14px; }
.chll-picks label:not(.chll-player) { display: block; margin: 16px 0 7px; font-weight: 700; }
.chll-picks select, .chll-picks input[type=email], .chll-picks .chll-search { display: block; width: 100%; min-height: 48px; margin: 0; padding: 11px 14px; border: 1px solid #9faabd; border-radius: 8px; background: #fff; color: #172033; font: inherit; }
.chll-picks .chll-btn { display: inline-block; margin: 20px 8px 0 0; padding: 13px 21px; border: 0; border-radius: 8px; background: #c8102e; color: #fff !important; font-weight: 700; cursor: pointer; }
.chll-picks .chll-btn.secondary { background: #263957; }
.chll-picks .chll-btn:disabled { background: #a8afb9; cursor: not-allowed; }
.chll-picks-form { position: relative; }
.chll-selection-summary { position: sticky; top: 10px; z-index: 20; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; margin: 16px 0 !important; border-radius: 12px; background: #34425d; box-shadow: 0 7px 20px rgba(16, 27, 53, .18); }
.chll-selection-summary.is-floating { position: fixed; z-index: 99999; margin: 0 !important; }
.chll-summary-placeholder { width: 100%; }
.chll-selection-summary > div { display: flex; flex-direction: column; align-items: center; padding: 13px 10px; background: #101b35; color: #fff; text-align: center; }
.chll-selection-summary span { font-size: 12px; opacity: .78; text-transform: uppercase; letter-spacing: .04em; }
.chll-selection-summary strong { margin-top: 2px; font-size: 23px; line-height: 1.1; }
.chll-selection-summary strong b { font: inherit; }
.chll-selection-summary .chll-spots-message { grid-column: 1 / -1; margin: 0; padding: 11px 14px; background: #fff1f3; color: #9b1028; font-weight: 700; text-align: center; }
.chll-selection-summary .chll-spots-message.is-complete { background: #eaf8ef; color: #17733a; }
.chll-friend-alerts { margin: 10px 0 14px; padding: 12px 14px; border: 1px solid #efb32d; border-radius: 9px; background: #fff7dd; color: #4d3900; font-size: 14px; font-weight: 700; }
.chll-friend-alerts div + div { margin-top: 6px; }
.chll-deadline-box { margin: 0 0 18px; padding: 16px 18px; border: 2px solid #c8102e; border-radius: 12px; background: #fff1f3; color: #761023; }
.chll-deadline-box h3 { margin: 0 0 4px !important; color: #9b1028; font-weight: 800; }
.chll-deadline-box p { margin: 0 !important; font-weight: 400; }
.chll-deadline-countdown { display: block; margin-top: 6px; font-size: 18px; font-weight: 800; }
.chll-required-section { margin: 14px 0 0 !important; padding: 0 !important; }
.chll-available-section { margin: 16px 0 0 !important; padding: 0 !important; }
.chll-required-section h3, .chll-available-section h3 { margin: 0 0 3px !important; padding: 0 !important; }
.chll-required-section > p, .chll-instruction { margin: 0 0 8px !important; padding: 0 !important; color: #5c6678; }
.chll-required-section .chll-player-list { margin-bottom: 0 !important; }
.chll-player-list { overflow: hidden; border: 1px solid #dce2ea; border-radius: 11px; background: #fff; }
.chll-available-list { max-height: 520px; overflow-y: auto; }
.chll-player { display: flex !important; align-items: center; gap: 0; width: 100%; min-height: 58px; margin: 0 !important; padding: 11px 15px !important; border: 0 !important; border-bottom: 1px solid #e8ecf1 !important; background: #fff; color: #172033; text-align: left; }
.chll-player:last-child { border-bottom: 0 !important; }
.chll-player[hidden], .chll-no-results[hidden] { display: none !important; }
.chll-player-option { cursor: pointer; transition: background .15s ease; }
.chll-player-option:hover { background: #f5f7fa; }
.chll-player-option.is-selected { background: #eef8f2; }
.chll-checkbox-wrap { position: relative; flex: 0 0 28px; width: 28px; height: 28px; margin-right: 15px; }
.chll-checkbox-wrap input { position: absolute; width: 28px !important; height: 28px !important; margin: 0 !important; opacity: 0; cursor: pointer; }
.chll-checkmark { display: block; width: 28px; height: 28px; border: 2px solid #7d899b; border-radius: 7px; background: #fff; }
.chll-checkbox-wrap input:checked + .chll-checkmark { border-color: #168146; background: #168146; }
.chll-checkbox-wrap input:checked + .chll-checkmark::after { content: ''; display: block; width: 8px; height: 14px; margin: 4px 0 0 9px; border: solid #fff; border-width: 0 3px 3px 0; transform: rotate(45deg); }
.chll-checkbox-wrap input:focus-visible + .chll-checkmark { outline: 3px solid rgba(200, 16, 46, .25); outline-offset: 2px; }
.chll-player-name { flex: 1 1 auto; font-size: 16px; font-weight: 700; }
.chll-player-name small { display: block; margin-top: 2px; color: #697386; font-size: 12px; font-weight: 400; }
.chll-pitcher-wrap { display: flex; flex: 0 0 132px; flex-direction: column; margin-left: 12px; color: #5c6678; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.chll-pitcher-wrap select { width: 100%; min-height: 34px; margin: 2px 0 0; padding: 4px 7px; border: 1px solid #9faabd; border-radius: 6px; background: #fff; color: #172033; font-family: inherit; font-size: 12px; font-weight: 600; text-transform: none; }
.chll-pitcher-wrap select:disabled { background: #eef1f5; color: #8b94a3; }
.chll-player-locked { background: #fff6e5; }
.chll-lock-icon { flex: 0 0 28px; margin-right: 15px; font-size: 20px; text-align: center; }
.chll-required-badge { flex: 0 0 auto; margin-left: 12px; padding: 5px 9px; border-radius: 20px; background: #f0ad20; color: #382800; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.chll-search-label { margin-top: 12px !important; }
.chll-write-in-section { margin: 16px 0 0 !important; padding: 16px; border: 1px solid #dce2ea; border-radius: 11px; background: #f8fafc; }
.chll-write-in-section h3 { margin: 0 0 3px !important; }
.chll-write-in-section p { margin: 0 0 8px !important; }
.chll-write-in-fields { display: grid; grid-template-columns: 1fr 180px auto; gap: 12px; align-items: end; }
.chll-write-in-fields label { margin: 0 0 5px !important; font-weight: 700; }
.chll-custom-player-entry, .chll-write-in-fields .chll-pitcher-level { width: 100%; min-height: 44px; margin: 0; padding: 9px 11px; border: 1px solid #9faabd; border-radius: 8px; background: #fff; color: #172033; font-family: inherit; }
.chll-write-in-add { min-height: 44px; margin: 0 !important; white-space: nowrap; }
.chll-write-in-status { min-height: 21px; margin: 8px 0 0 !important; color: #9b1028; font-weight: 700 !important; }
.chll-write-in-section.is-added { border-color: #168146; background: #eef8f2; }
.chll-write-in-section.is-added .chll-write-in-status { color: #17733a; }
.chll-limit-modal[hidden] { display: none !important; }
.chll-limit-modal { position: fixed; inset: 0; z-index: 100000; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(16, 27, 53, .64); }
.chll-limit-modal > div { width: 100%; max-width: 430px; padding: 25px; border-radius: 14px; background: #fff; box-shadow: 0 18px 55px rgba(0, 0, 0, .28); text-align: center; }
.chll-limit-modal h3 { margin: 0 0 7px !important; font-weight: 800; }
.chll-limit-modal p { margin: 0 !important; font-weight: 400; }
.chll-limit-close { margin: 18px 0 0 !important; }
.chll-no-results { padding: 14px; border-radius: 8px; background: #f3f5f8; color: #5c6678; }
.chll-error { margin: 15px 0; padding: 12px; border-left: 4px solid #c8102e; background: #fff0f1; }
.chll-success { padding: 18px; border-left: 4px solid #198754; background: #effaf3; }
.chll-review { columns: 2; padding-left: 22px; }
.chll-note { color: #586174; }
@media (max-width: 600px) {
    .chll-picks { margin: 12px auto; }
    .chll-picks .chll-card { padding: 18px; border-radius: 12px; }
    .chll-picks h2 { font-size: 23px; }
    .chll-selection-summary { top: 5px; }
    .chll-selection-summary > div { padding: 10px 5px; }
    .chll-selection-summary span { font-size: 9px; }
    .chll-selection-summary strong { font-size: 19px; }
    .chll-player { padding: 10px 12px !important; }
    .chll-player { flex-wrap: wrap; }
    .chll-pitcher-wrap { flex: 0 0 118px; }
    .chll-required-badge { order: 4; margin: 7px 0 0 43px; }
    .chll-write-in-fields { grid-template-columns: 1fr; }
    .chll-review { columns: 1; }
}

.chll-public-practice .chll-public-footer > h2 {
    margin: 22px 0 0;
    padding: 16px 18px;
    border-radius: 10px;
    background: #c8102e;
    color: #fff !important;
    font-weight: 800;
    line-height: 1.2;
}

.chll-public-practice .chll-public-footer > h2::after {
    content: "Limited Time Only";
    display: block;
    margin-top: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;
}

/* Keep the public schedule above mobile theme reveal and canvas layers. */
body.chll-has-practice-schedule,
body.chll-has-practice-schedule #main,
body.chll-has-practice-schedule #main > section,
body.chll-has-practice-schedule #main .wrap,
body.chll-has-practice-schedule #main .entry {
    min-height: 0 !important;
    background: #000 !important;
}

body.chll-has-practice-schedule #main .reveal,
body.chll-has-practice-schedule #main .entry,
body.chll-has-practice-schedule .chll-public-practice {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
}

body.chll-has-practice-schedule .chll-public-practice {
    position: relative !important;
    z-index: 5 !important;
    color: #172033 !important;
    background: #fff !important;
}

@media (max-width: 760px) {
    body.chll-has-practice-schedule {
        min-width: 0 !important;
        overflow-x: hidden !important;
    }

    body.chll-has-practice-schedule #main,
    body.chll-has-practice-schedule #main > section,
    body.chll-has-practice-schedule #main .wrap,
    body.chll-has-practice-schedule #main .entry {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    body.chll-has-practice-schedule .chll-public-practice {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        overflow: visible !important;
    }
}
