.index-match-card {
    container-type: inline-size;
    scroll-margin-top: 110px;
}

.index-match-community {
    min-width: 0;
}

.index-match-community--with-quick-pick {
    display: grid;
    gap: 12px;
    margin-top: 12px;
}

.guest-quick-pick {
    min-width: 0;
    padding: 12px;
    background: #f7fbff;
    border-top: 2px solid #90cdf4;
    border-bottom: 1px solid #dbeafe;
    color: #2d3748;
}

.guest-quick-pick [hidden] {
    display: none !important;
}

.guest-quick-pick-save:disabled {
    cursor: wait;
    opacity: 0.7;
}

.guest-quick-pick--saved {
    background: #f0fff4;
    border-top-color: #48bb78;
    border-bottom-color: #c6f6d5;
}

.guest-quick-pick-heading {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
    font-size: 0.95rem;
}

.guest-quick-pick-lead,
.guest-quick-pick-saved-text {
    margin: 0 0 10px;
    color: #4a5568;
    font-size: 0.82rem;
    line-height: 1.4;
}

.guest-quick-pick-account-prompt {
    display: inline-block;
    margin-top: 5px;
    padding: 4px 7px;
    border-left: 3px solid #3182ce;
    background: #e6f2ff;
    color: #1f5f99;
    font-size: 0.86rem;
    font-weight: 800;
}

.guest-quick-pick-form {
    display: grid;
    gap: 10px;
}

.guest-quick-pick-outcomes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.guest-quick-pick-outcomes legend {
    grid-column: 1 / -1;
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
    color: #4a5568;
    font-size: 0.75rem;
    font-weight: 700;
}

.guest-quick-pick-outcomes label {
    position: relative;
    cursor: pointer;
}

.guest-quick-pick-outcomes input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.guest-quick-pick-outcomes span {
    display: grid;
    place-items: center;
    min-height: 38px;
    border: 1px solid #b8c7d9;
    background: #fff;
    color: #2d3748;
    font-weight: 800;
    transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.guest-quick-pick-outcomes input:checked + span {
    border-color: #3182ce;
    background: #3182ce;
    color: #fff;
}

.guest-quick-pick-outcomes input:focus-visible + span {
    outline: 3px solid rgba(49, 130, 206, 0.28);
    outline-offset: 2px;
}

.guest-quick-pick-score {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.guest-quick-pick-score > span {
    color: #4a5568;
    font-size: 0.75rem;
    font-weight: 700;
}

.guest-quick-pick-score > div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.guest-quick-pick-score input {
    width: 44px;
    height: 38px;
    box-sizing: border-box;
    border: 1px solid #b8c7d9;
    background: #fff;
    color: #1a202c;
    text-align: center;
    font: inherit;
    font-weight: 800;
    appearance: textfield;
}

.guest-quick-pick-score input::-webkit-outer-spin-button,
.guest-quick-pick-score input::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
}

.guest-quick-pick-joker {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #744210;
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 700;
}

.guest-quick-pick-joker input {
    width: 17px;
    height: 17px;
    margin: 0;
    accent-color: #d69e2e;
}

.guest-quick-pick-save,
.guest-quick-pick-register,
.guest-quick-pick-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    box-sizing: border-box;
    padding: 8px 12px;
    border: 1px solid transparent;
    font: inherit;
    font-size: 0.8rem;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.guest-quick-pick-save,
.guest-quick-pick-register {
    background: #2b6cb0;
    color: #fff;
}

.guest-quick-pick-save:hover,
.guest-quick-pick-register:hover {
    background: #245a93;
    color: #fff;
    text-decoration: none;
}

.guest-quick-pick-login {
    border-color: #90cdf4;
    background: transparent;
    color: #2b6cb0;
}

.guest-quick-pick-login:hover {
    background: #ebf8ff;
    color: #2c5282;
    text-decoration: none;
}

.guest-quick-pick small {
    display: block;
    margin-top: 8px;
    color: #718096;
    font-size: 0.7rem;
    line-height: 1.35;
}

.guest-quick-pick-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.guest-quick-pick-summary span {
    padding: 5px 7px;
    border: 1px solid #9ae6b4;
    background: #fff;
    color: #22543d;
    font-size: 0.76rem;
}

.guest-quick-pick-benefits {
    margin: 0 0 10px;
    padding-left: 18px;
    color: #4a5568;
    font-size: 0.74rem;
    line-height: 1.45;
}

.guest-quick-pick-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
    gap: 7px;
}

.guest-quick-pick-flash {
    margin-bottom: 9px;
    padding: 7px 8px;
    border-left: 3px solid;
    font-size: 0.75rem;
    line-height: 1.4;
}

.guest-quick-pick-flash--success {
    border-color: #38a169;
    background: #e6fffa;
    color: #22543d;
}

.guest-quick-pick-flash--error {
    border-color: #e53e3e;
    background: #fff5f5;
    color: #9b2c2c;
}

@container (min-width: 620px) {
    .index-match-community--with-quick-pick {
        grid-template-columns: minmax(210px, 0.72fr) minmax(0, 1.28fr);
        align-items: start;
    }
}

@media (max-width: 600px) {
    .guest-quick-pick {
        padding: 11px 10px;
    }

    .guest-quick-pick-score {
        align-items: flex-end;
    }

    .guest-quick-pick-actions {
        grid-template-columns: 1fr;
    }
}

html[data-theme="dark"] .guest-quick-pick {
    background: #172033;
    border-top-color: #4299e1;
    border-bottom-color: #344258;
    color: #e2e8f0;
}

html[data-theme="dark"] .guest-quick-pick--saved {
    background: #182b28;
    border-top-color: #48bb78;
    border-bottom-color: #315a4d;
}

html[data-theme="dark"] .guest-quick-pick-lead,
html[data-theme="dark"] .guest-quick-pick-saved-text,
html[data-theme="dark"] .guest-quick-pick-score > span,
html[data-theme="dark"] .guest-quick-pick-outcomes legend,
html[data-theme="dark"] .guest-quick-pick-benefits,
html[data-theme="dark"] .guest-quick-pick small {
    color: #b8c4d6;
}

html[data-theme="dark"] .guest-quick-pick-outcomes span,
html[data-theme="dark"] .guest-quick-pick-score input,
html[data-theme="dark"] .guest-quick-pick-summary span {
    border-color: #4a5a72;
    background: #202b40;
    color: #e2e8f0;
}

html[data-theme="dark"] .guest-quick-pick-outcomes input:checked + span {
    border-color: #63b3ed;
    background: #2b6cb0;
    color: #fff;
}

html[data-theme="dark"] .guest-quick-pick-joker {
    color: #f6d365;
}

html[data-theme="dark"] .guest-quick-pick-login {
    border-color: #4a6f96;
    color: #90cdf4;
}

html[data-theme="dark"] .guest-quick-pick-login:hover {
    background: #202b40;
    color: #bee3f8;
}

html[data-theme="dark"] .guest-quick-pick-account-prompt {
    border-left-color: #63b3ed;
    background: #20334d;
    color: #bee3f8;
}
.guest-quick-pick-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.guest-quick-pick .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.pending-pick-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 14px;
    padding: 11px 13px;
    border-left: 4px solid #3182ce;
    background: #ebf8ff;
    color: #2d3748;
}

.pending-pick-banner > div {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.pending-pick-banner span {
    color: #4a5568;
    font-size: 0.82rem;
    overflow-wrap: anywhere;
}

.pending-pick-banner a {
    flex: 0 0 auto;
    padding: 8px 11px;
    background: #2b6cb0;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
    text-decoration: none;
}

.pending-pick-banner a:hover {
    background: #245a93;
    color: #fff;
    text-decoration: none;
}

html[data-theme="dark"] .pending-pick-banner {
    border-left-color: #63b3ed;
    background: #172033;
    color: #e2e8f0;
}

html[data-theme="dark"] .pending-pick-banner span {
    color: #b8c4d6;
}

@media (max-width: 600px) {
    .pending-pick-banner {
        align-items: stretch;
        flex-direction: column;
    }

    .pending-pick-banner a {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}
.guest-quick-pick-form--enhanced:not(.is-started) .guest-quick-pick-score,
.guest-quick-pick-form--enhanced:not(.is-started) .guest-quick-pick-joker,
.guest-quick-pick-form--enhanced:not(.is-started) .guest-quick-pick-save,
.guest-quick-pick-form--enhanced:not(.is-started) + small {
    display: none;
}

.guest-quick-pick-form--enhanced.is-started .guest-quick-pick-score {
    display: flex;
}

.guest-quick-pick-form--enhanced.is-started .guest-quick-pick-joker {
    display: flex;
}

.guest-quick-pick-form--enhanced.is-started .guest-quick-pick-save {
    display: inline-flex;
}
