/* _content/kranieum/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-5qq9q1p47u] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-5qq9q1p47u] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/kranieum/Components/Pages/Dashboard.razor.rz.scp.css */
/* Dashboard Component Isolated Styles */

/*.dashboard-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f4f8 100%);
    min-height: 100vh;
}

.dashboard-header {
    text-align: center;
    margin-bottom: 3rem;
}

.dashboard-title {
    color: #1e40af;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.dashboard-subtitle {
    color: #64748b;
    font-size: 1.1rem;
    margin: 0;
}

.dashboard-grid {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.dashboard-section {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
}

.section-title {
    color: #1e40af;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.service-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .service-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

.infrastructure-card {
    border-left: 4px solid #3b82f6;
}

    .infrastructure-card:hover {
        border-color: #1d4ed8;
        background: #f8faff;
    }

.email-card {
    border-left: 4px solid #10b981;
}

    .email-card:hover {
        border-color: #059669;
        background: #f0fdf4;
    }

.ai-card {
    border-left: 4px solid #06b6d4;
}

    .ai-card:hover {
        border-color: #0891b2;
        background: #f0f9ff;
    }

.card-header {
    margin-bottom: 1rem;
}

    .card-header h3 {
        color: #1f2937;
        font-size: 1.25rem;
        font-weight: 600;
        margin: 0.5rem 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .card-header i {
        font-size: 1.5rem;
        color: #6b7280;
    }

.project-count,
.account-info,
.tool-purpose {
    color: #6b7280;
    font-size: 0.875rem;
    font-weight: 500;
    display: block;
    margin-top: 0.25rem;
}

.card-actions {
    display: flex;
    gap: 0.5rem;
}

    .card-actions .btn {
        flex: 1;
        font-weight: 500;
        border-radius: 8px;
        padding: 0.5rem 1rem;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        transition: all 0.2s ease;
    }

.btn-primary {
    background-color: #3b82f6;
    border-color: #3b82f6;
    color: white;
}

    .btn-primary:hover {
        background-color: #1d4ed8;
        border-color: #1d4ed8;
        transform: scale(1.02);
    }

.btn-success {
    background-color: #10b981;
    border-color: #10b981;
    color: white;
}

    .btn-success:hover {
        background-color: #059669;
        border-color: #059669;
        transform: scale(1.02);
    }

.btn-info {
    background-color: #06b6d4;
    border-color: #06b6d4;
    color: white;
}

    .btn-info:hover {
        background-color: #0891b2;
        border-color: #0891b2;
        transform: scale(1.02);
    }*/

/* Responsive Design */
/*@media (max-width: 768px) {
    .dashboard-container {
        padding: 1rem;
    }

    .dashboard-title {
        font-size: 2rem;
        flex-direction: column;
        gap: 0.5rem;
    }

    .card-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-section {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .dashboard-title {
        font-size: 1.75rem;
    }

    .card-actions {
        flex-direction: column;
    }
}*/








/* Dashboard Component Isolated Styles */

.dashboard-container[b-wciv5cwdaj] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f4f8 100%);
    min-height: 100vh;
}

.dashboard-header[b-wciv5cwdaj] {
    text-align: center;
    margin-bottom: 3rem;
}

.dashboard-title[b-wciv5cwdaj] {
    color: #1e40af;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.dashboard-subtitle[b-wciv5cwdaj] {
    color: #64748b;
    font-size: 1.1rem;
    margin: 0;
}

.dashboard-grid[b-wciv5cwdaj] {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.dashboard-section[b-wciv5cwdaj] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
}

.section-title[b-wciv5cwdaj] {
    color: #1e40af;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.card-grid[b-wciv5cwdaj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
}

.service-card[b-wciv5cwdaj] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .service-card:hover[b-wciv5cwdaj] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

.infrastructure-card[b-wciv5cwdaj] {
    border-left: 4px solid #3b82f6;
}

    .infrastructure-card:hover[b-wciv5cwdaj] {
        border-color: #1d4ed8;
        background: #f8faff;
    }

.email-card[b-wciv5cwdaj] {
    border-left: 4px solid #10b981;
}

    .email-card:hover[b-wciv5cwdaj] {
        border-color: #059669;
        background: #f0fdf4;
    }

.ai-card[b-wciv5cwdaj] {
    border-left: 4px solid #06b6d4;
}

    .ai-card:hover[b-wciv5cwdaj] {
        border-color: #0891b2;
        background: #f0f9ff;
    }

.card-header[b-wciv5cwdaj] {
    margin-bottom: 1rem;
}

    .card-header h3[b-wciv5cwdaj] {
        color: #1f2937;
        font-size: 1.25rem;
        font-weight: 600;
        margin: 0.5rem 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .card-header i[b-wciv5cwdaj] {
        font-size: 1.5rem;
        color: #6b7280;
    }

.project-count[b-wciv5cwdaj],
.account-info[b-wciv5cwdaj],
.tool-purpose[b-wciv5cwdaj] {
    color: #6b7280;
    font-size: 0.875rem;
    font-weight: 500;
    display: block;
    margin-top: 0.25rem;
}

/* Credentials Section Styles */
.credentials-section[b-wciv5cwdaj] {
    background: #f8fafc;
    border-radius: 8px;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    margin-bottom: 1rem;
}

    .credentials-section .form-label[b-wciv5cwdaj] {
        margin-bottom: 0.25rem;
        font-weight: 500;
        color: #64748b;
    }

    .credentials-section .form-control[b-wciv5cwdaj] {
        border-radius: 6px;
        border: 1px solid #d1d5db;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

        .credentials-section .form-control:focus[b-wciv5cwdaj] {
            border-color: #3b82f6;
            box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.25);
        }

        .credentials-section .form-control[b-wciv5cwdaj]::placeholder {
            color: #9ca3af;
            font-size: 0.875rem;
        }

    .credentials-section .input-group-sm .btn[b-wciv5cwdaj] {
        border-radius: 0 6px 6px 0;
        border-color: #d1d5db;
        color: #6b7280;
        transition: all 0.15s ease-in-out;
    }

        .credentials-section .input-group-sm .btn:hover[b-wciv5cwdaj] {
            background-color: #f3f4f6;
            border-color: #9ca3af;
            color: #374151;
        }

        .credentials-section .input-group-sm .btn:active[b-wciv5cwdaj] {
            background-color: #e5e7eb;
            border-color: #6b7280;
        }

    .credentials-section .row[b-wciv5cwdaj] {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

        .credentials-section .row > *[b-wciv5cwdaj] {
            padding-left: 0.25rem;
            padding-right: 0.25rem;
        }

.card-actions[b-wciv5cwdaj] {
    display: flex;
    gap: 0.5rem;
    margin-top: auto;
}

    .card-actions .btn[b-wciv5cwdaj] {
        flex: 1;
        font-weight: 500;
        border-radius: 8px;
        padding: 0.5rem 1rem;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        transition: all 0.2s ease;
    }

.btn-primary[b-wciv5cwdaj] {
    background-color: #3b82f6;
    border-color: #3b82f6;
    color: white;
}

    .btn-primary:hover[b-wciv5cwdaj] {
        background-color: #1d4ed8;
        border-color: #1d4ed8;
        transform: scale(1.02);
    }

.btn-success[b-wciv5cwdaj] {
    background-color: #10b981;
    border-color: #10b981;
    color: white;
}

    .btn-success:hover[b-wciv5cwdaj] {
        background-color: #059669;
        border-color: #059669;
        transform: scale(1.02);
    }

.btn-info[b-wciv5cwdaj] {
    background-color: #06b6d4;
    border-color: #06b6d4;
    color: white;
}

    .btn-info:hover[b-wciv5cwdaj] {
        background-color: #0891b2;
        border-color: #0891b2;
        transform: scale(1.02);
    }

/* Security and Visual Enhancements */
.credentials-section .form-control[type="password"][b-wciv5cwdaj] {
    font-family: 'Courier New', monospace;
    letter-spacing: 0.1em;
}

.credentials-section .input-group-sm .btn i[b-wciv5cwdaj] {
    font-size: 0.875rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .dashboard-container[b-wciv5cwdaj] {
        padding: 1rem;
    }

    .dashboard-title[b-wciv5cwdaj] {
        font-size: 2rem;
        flex-direction: column;
        gap: 0.5rem;
    }

    .card-grid[b-wciv5cwdaj] {
        grid-template-columns: 1fr;
    }

    .dashboard-section[b-wciv5cwdaj] {
        padding: 1.5rem;
    }

    .service-card[b-wciv5cwdaj] {
        padding: 1rem;
    }

    .credentials-section[b-wciv5cwdaj] {
        padding: 0.75rem;
    }
}

@media (max-width: 480px) {
    .dashboard-title[b-wciv5cwdaj] {
        font-size: 1.75rem;
    }

    .card-actions[b-wciv5cwdaj] {
        flex-direction: column;
    }

    .credentials-section .row > *[b-wciv5cwdaj] {
        margin-bottom: 0.5rem;
    }

    .credentials-section .input-group-sm[b-wciv5cwdaj] {
        flex-direction: column;
    }

        .credentials-section .input-group-sm .btn[b-wciv5cwdaj] {
            border-radius: 6px;
            margin-top: 0.25rem;
        }
}
