@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Pages/PlatformAdmin/Plano.razor.rz.scp.css */
.pricing-header[b-qoh9xqve2k] {
    text-align: center;
    margin-bottom: 3rem;
}

.pricing-container[b-qoh9xqve2k] {
    padding: 3rem 1rem;
    background: var(--color-bg-app);
}

.plans-grid[b-qoh9xqve2k] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    align-items: stretch;
}

.plan-card[b-qoh9xqve2k] {
    background: var(--color-bg-primary);
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius);
    padding: 2rem;
    width: 320px;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition-normal);
}

    .plan-card.featured[b-qoh9xqve2k] {
        border: 2px solid var(--color-accent);
        transform: scale(1.05);
    }

    .plan-card.premium[b-qoh9xqve2k] {
        border-color: var(--color-warning);
    }

.price[b-qoh9xqve2k] {
    font-size: 2.5rem;
    margin: 1rem 0;
    color: var(--color-text-primary);
    font-weight: bold;
}

    .price span[b-qoh9xqve2k] {
        font-size: 1rem;
        font-weight: normal;
    }

.disabled[b-qoh9xqve2k] {
    text-decoration: line-through;
}


/* Configurações */
.config-section[b-qoh9xqve2k], .premium-config-group[b-qoh9xqve2k] {
    background: var(--color-bg-secondary);
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.config-label[b-qoh9xqve2k] {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--color-text-secondary);
}

/* FIX DARK MODE PARA SELECT E OPTIONS */
.custom-select-dark[b-qoh9xqve2k] {
    background-color: var(--color-bg-primary);
    color: var(--color-text-primary);
    border: 1px solid var(--color-border);
}

/* Forçar cores no modo escuro */
:root[data-theme="dark"] .custom-select-dark[b-qoh9xqve2k] {
    background-color: var(--color-bg-secondary) !important;
    color: #ffffff !important;
}

    :root[data-theme="dark"] .custom-select-dark option[b-qoh9xqve2k] {
        background-color: #2b2b2b !important; /* Fundo escuro sólido */
        color: #ffffff !important; /* Texto branco sólido */
    }

/* Upload e Thumbnail */
.upload-section[b-qoh9xqve2k] {
    margin-top: 1rem;
    border-top: 1px solid var(--color-border);
    padding-top: 1rem;
}

.upload-dropzone[b-qoh9xqve2k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80px;
    border: 2px dashed var(--color-border);
    border-radius: 10px;
    cursor: pointer;
    color: var(--color-text-secondary);
}

.thumb-container[b-qoh9xqve2k] {
    position: relative;
    height: 80px;
    display: flex;
    justify-content: center;
    background: var(--color-bg-primary);
    border-radius: 10px;
    border: 1px solid var(--color-border);
    padding: 5px;
}

.thumb-img[b-qoh9xqve2k] {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.btn-clear[b-qoh9xqve2k] {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--color-danger);
    color: white;
    border: none;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    cursor: pointer;
    z-index: 10;
}

/* Sliders */
.range-warning[b-qoh9xqve2k]::-webkit-slider-thumb {
    background: var(--color-warning);
}

.form-range[b-qoh9xqve2k]::-webkit-slider-thumb {
    background: var(--color-accent);
}

/* Botão Premium Dark Mode */
:root[data-theme="dark"] .btn-premium-style[b-qoh9xqve2k] {
    background-color: var(--color-text-primary) !important;
    color: var(--color-bg-primary) !important;
}
