@import '_content/Blazor.Components/Blazor.Components.dz5szyitxy.bundle.scp.css';

/* /Pages/Setup/Setup.razor.rz.scp.css */
.setup-container[b-zi8r0efk44] {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.setup-header[b-zi8r0efk44] {
    margin-bottom: 2rem;
}

.setup-title[b-zi8r0efk44] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

.setup-description[b-zi8r0efk44] {
    color: #6b7280;
}

.setup-grid[b-zi8r0efk44] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.setup-card[b-zi8r0efk44] {
    background-color: white;
    border-radius: 0.5rem;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    cursor: pointer;
}

.setup-card:hover[b-zi8r0efk44] {
    transform: translateY(-2px);
}

.setup-card-header[b-zi8r0efk44] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.setup-icon[b-zi8r0efk44] {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f4f6;
    border-radius: 0.5rem;
    color: #2563eb;
}

.setup-card-title[b-zi8r0efk44] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #374151;
}

.setup-card-content[b-zi8r0efk44] {
    color: #6b7280;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.setup-card-footer[b-zi8r0efk44] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.setup-status[b-zi8r0efk44] {
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
}

.status-complete[b-zi8r0efk44] {
    background-color: #d1fae5;
    color: #065f46;
}

.status-pending[b-zi8r0efk44] {
    background-color: #fef3c7;
    color: #92400e;
}

@media (max-width: 640px) {
    .setup-container[b-zi8r0efk44] {
        padding: 1rem;
    }

    .setup-grid[b-zi8r0efk44] {
        grid-template-columns: 1fr;
    }
}

.setup-page[b-zi8r0efk44] {
    background-color: var(--setup-color);
    min-height: 100vh;
    padding: 1rem;
    padding-bottom: calc(1rem + 80px);
}
