/* Got Hot Wheels Auctions — production launch revenue controls */
.ghw1173-mode-fieldset {
    border: 0;
    margin: 0 0 24px;
    padding: 0;
}

.ghw1173-mode-fieldset > legend {
    margin-bottom: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ghw1173-mode-grid,
.ghw1173-provider-grid,
.ghw1173-payment-methods {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ghw1173-provider-grid,
.ghw1173-payment-methods {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ghw1173-mode-option,
.ghw1173-provider-option,
.ghw1173-provider-card,
.ghw1173-payment-methods > article {
    position: relative;
    display: grid;
    align-content: start;
    gap: 6px;
    min-height: 132px;
    padding: 16px;
    border: 1px solid rgba(255, 175, 0, .42);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(15, 20, 28, .98), rgba(39, 11, 27, .93));
    box-shadow: inset 0 1px rgba(255,255,255,.035);
}

.ghw1173-mode-option:has(input:checked),
.ghw1173-provider-option:has(input:checked) {
    border-color: #ffcc00;
    box-shadow: 0 0 0 2px rgba(255, 204, 0, .16), 0 10px 28px rgba(255, 0, 35, .08);
}

.ghw1173-mode-option input,
.ghw1173-provider-option input {
    position: absolute;
    top: 14px;
    right: 14px;
    inline-size: 20px;
    block-size: 20px;
    accent-color: #ffcc00;
}

.ghw1173-mode-option strong,
.ghw1173-provider-option strong,
.ghw1173-provider-card strong,
.ghw1173-payment-methods strong {
    padding-right: 28px;
    color: #fff;
    font-size: 1rem;
}

.ghw1173-mode-option span,
.ghw1173-provider-option span,
.ghw1173-provider-card span,
.ghw1173-payment-methods span {
    color: #c8cbd2;
    line-height: 1.45;
}

.ghw1173-provider-card.is-ready {
    border-color: rgba(51, 224, 128, .68);
}

.ghw1173-provider-card.is-not-ready {
    border-color: rgba(255, 72, 72, .55);
}

.ghw1173-readiness-list {
    display: grid;
    gap: 6px;
    margin-top: 8px;
    padding: 0;
    list-style: none;
}

.ghw1173-readiness-list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-top: 6px;
    border-top: 1px solid rgba(255,255,255,.07);
}

.ghw1173-plan-actions,
.ghw1173-provider-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.ghw1173-plan-actions {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.ghw1173-term-choice {
    display: grid;
    gap: 9px;
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 10px;
    background: rgba(0,0,0,.22);
}

.ghw1173-plan-actions form,
.ghw1173-provider-actions form {
    margin: 0;
}

.ghw1173-current-note {
    color: #6ff5a7;
}

.ghw1173-plan-unavailable {
    color: #c5c7cf;
    line-height: 1.45;
}

.ghw1173-billing-admin .ghw76-card,
.ghw1173-billing-dashboard .ghw76-card {
    margin-bottom: 16px;
}

.ghw1173-product-list article,
.ghw1173-product-purchases article {
    padding: 14px;
}

.ghw1173-product-list .ghw76-fields,
.ghw1173-product-create .ghw76-fields {
    gap: 10px;
}

.ghw1173-sync-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
}

.ghw1173-sync-panel form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.ghw1173-separation-note {
    border-left: 4px solid #ffcc00;
    padding: 12px 14px;
    background: rgba(255, 204, 0, .07);
}

.ghw1173-service-setup .ghw72-roadmap article {
    min-height: 0;
}

@media (max-width: 1100px) {
    .ghw1173-mode-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ghw1173-provider-grid,
    .ghw1173-payment-methods {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .ghw1173-mode-grid {
        grid-template-columns: 1fr;
    }

    .ghw1173-mode-option,
    .ghw1173-provider-option,
    .ghw1173-provider-card,
    .ghw1173-payment-methods > article {
        min-height: 0;
        padding: 14px;
    }

    .ghw1173-sync-panel {
        grid-template-columns: 1fr;
    }

    .ghw1173-sync-panel form,
    .ghw1173-provider-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ghw1173-provider-actions form,
    .ghw1173-provider-actions button {
        width: 100%;
    }
}

.ghw1173-readiness-grid,
.ghw1173-switch-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ghw1173-readiness-card {
    display: grid;
    gap: 5px;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px;
    background: rgba(0,0,0,.22);
}

.ghw1173-readiness-card.is-ready { border-color: rgba(51, 224, 128, .62); }
.ghw1173-readiness-card.is-incomplete { border-color: rgba(255, 178, 0, .55); }

.ghw1173-provider-fieldset {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    border: 0;
}

.ghw1173-provider-fieldset legend {
    grid-column: 1 / -1;
    margin-bottom: 4px;
    font-weight: 900;
}

.ghw1173-provider-note {
    display: grid;
    gap: 4px;
    margin-top: 12px;
    padding: 12px;
    border-left: 3px solid #ffcc00;
    background: rgba(255,204,0,.06);
}

.ghw1173-switch-grid {
    margin: 14px 0;
}

.ghw1173-plan-sync {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .65fr);
    gap: 18px;
    align-items: center;
}

.ghw1173-plan-sync form {
    display: grid;
    gap: 10px;
    margin: 0;
}

@media (max-width: 800px) {
    .ghw1173-readiness-grid,
    .ghw1173-switch-grid,
    .ghw1173-provider-fieldset,
    .ghw1173-plan-sync {
        grid-template-columns: 1fr;
    }
}
