/* _content/BlockWebsites/Components/Layout/DashboardHeader.razor.rz.scp.css */
/* Modern Navigation Header Styles for Dashboard */
.modern-nav-header[b-u7zcdwnj36] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    position: relative;
    z-index: 10;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modern-nav-header[b-u7zcdwnj36]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    z-index: 1;
}

.nav-brand-container[b-u7zcdwnj36] {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}

.modern-navbar-brand[b-u7zcdwnj36] {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    padding: 0.5rem;
    border-radius: 12px;
}

.modern-navbar-brand:hover[b-u7zcdwnj36] {
    color: rgba(255, 255, 255, 0.95);
    transform: scale(1.02);
    background: rgba(255, 255, 255, 0.1);
}

.brand-icon[b-u7zcdwnj36] {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.modern-navbar-brand:hover .brand-icon[b-u7zcdwnj36] {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.brand-icon i[b-u7zcdwnj36] {
    font-size: 1.6rem;
    color: white;
    transition: all 0.3s ease;
}

.brand-text[b-u7zcdwnj36] {
    display: flex;
    flex-direction: column;
}

.brand-name[b-u7zcdwnj36] {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    color: white;
}

.brand-subtitle[b-u7zcdwnj36] {
    font-size: 0.75rem;
    opacity: 0.85;
    font-weight: 500;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    color: white;
}

.nav-actions-container[b-u7zcdwnj36] {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}

/* Logout Button Styles */
.nav-actions-container[b-u7zcdwnj36]  .nav-link {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.nav-actions-container[b-u7zcdwnj36]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Mobile Responsive Styles */
@media (max-width: 640.98px) {
    .modern-nav-header[b-u7zcdwnj36] {
        padding: 1rem 1rem;
    }

    .brand-name[b-u7zcdwnj36] {
        font-size: 1.5rem;
    }
}
/* _content/BlockWebsites/Components/Layout/DashboardLayout.razor.rz.scp.css */
#blazor-error-ui[b-3q9ao7zxjy] {
    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-3q9ao7zxjy] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}


.dashboard-page[b-3q9ao7zxjy] {
    position: relative;
    display: flex;
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.dashboard-sidebar[b-3q9ao7zxjy] {
    background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
    width: 280px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.dashboard-sidebar[b-3q9ao7zxjy]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    z-index: 1;
}

.dashboard-sidebar>*[b-3q9ao7zxjy] {
    position: relative;
    z-index: 10;
}

.dashboard-main[b-3q9ao7zxjy] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #f8fafc;
    overflow-x: hidden;
}

.dashboard-header[b-3q9ao7zxjy] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
}

.dashboard-header[b-3q9ao7zxjy]::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #667eea, #764ba2, transparent);
}

.dashboard-header-content[b-3q9ao7zxjy] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 4.5rem;
    padding: 0 2rem;
}

.dashboard-user-info[b-3q9ao7zxjy] {
    display: flex;
    align-items: center;
    color: #374151;
    font-weight: 500;
}

.dashboard-user-info span[b-3q9ao7zxjy] {
    background: linear-gradient(135deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
}

.dashboard-user-info form[b-3q9ao7zxjy] {
    display: inline-block;
    margin: 0;
}

.dashboard-user-info .btn-link[b-3q9ao7zxjy] {
    color: white;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    border: none;
    border-radius: 12px;
    padding: 0.5rem 1.25rem;
    margin-left: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.dashboard-user-info .btn-link:hover[b-3q9ao7zxjy] {
    color: white;
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.4);
    text-decoration: none;
}

.dashboard-content[b-3q9ao7zxjy] {
    flex: 1;
    padding: 0;
    background: transparent;
    overflow-y: auto;
    width: 100%;
}

/* Responsive design */
@media (max-width: 768px) {
    .dashboard-page[b-3q9ao7zxjy] {
        flex-direction: column;
    }

    .dashboard-sidebar[b-3q9ao7zxjy] {
        width: 100%;
        min-height: auto;
        background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
        position: relative;
        z-index: 1000;
    }

    .dashboard-main[b-3q9ao7zxjy] {
        width: 100%;
    }

    .dashboard-header-content[b-3q9ao7zxjy] {
        justify-content: center;
        padding: 0 1rem;
        height: 4rem;
    }

    .dashboard-user-info[b-3q9ao7zxjy] {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }

    .dashboard-user-info form[b-3q9ao7zxjy] {
        margin-left: 0;
    }

    .dashboard-user-info .btn-link[b-3q9ao7zxjy] {
        margin-left: 0;
        padding: 0.625rem 1.5rem;
    }
}

@media (max-width: 576px) {
    .dashboard-page[b-3q9ao7zxjy] {
        flex-direction: column;
    }

    .dashboard-sidebar[b-3q9ao7zxjy] {
        width: 100%;
        min-height: auto;
    }

    .dashboard-header-content[b-3q9ao7zxjy] {
        height: auto;
        padding: 1.25rem 1rem;
        flex-direction: column;
        align-items: stretch;
    }

    .dashboard-user-info[b-3q9ao7zxjy] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .dashboard-user-info .btn-link[b-3q9ao7zxjy] {
        margin-left: 0;
        align-self: center;
        width: fit-content;
    }
}
/* _content/BlockWebsites/Components/Pages/Account/Login.razor.rz.scp.css */
.login-page-bg[b-equzr7wiwa] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 2rem 1rem;
}

.login-card[b-equzr7wiwa] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-width: 450px;
    width: 100%;
    animation: slideIn-b-equzr7wiwa 0.8s ease-out;
    overflow: hidden;
}

@keyframes slideIn-b-equzr7wiwa {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-header[b-equzr7wiwa] {
    text-align: center;
    padding: 2.5rem 2rem 1rem;
}

.login-icon[b-equzr7wiwa] {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
    animation: pulse-b-equzr7wiwa 2s infinite;
}

@keyframes pulse-b-equzr7wiwa {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.login-icon i[b-equzr7wiwa] {
    font-size: 2rem;
    color: white;
}

.login-title[b-equzr7wiwa] {
    font-size: 2.2rem;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.login-subtitle[b-equzr7wiwa] {
    color: #6b7280;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}

.login-form[b-equzr7wiwa] {
    padding: 0 2rem 2.5rem;
}

.form-group[b-equzr7wiwa] {
    margin-bottom: 1.5rem;
}

.form-label[b-equzr7wiwa] {
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-control[b-equzr7wiwa] {
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
}

.form-control:focus[b-equzr7wiwa] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
    background: white;
}

.form-check[b-equzr7wiwa] {
    margin-bottom: 1.5rem;
}

.form-check-input:checked[b-equzr7wiwa] {
    background-color: #667eea;
    border-color: #667eea;
}

.form-check-input:focus[b-equzr7wiwa] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.form-check-label[b-equzr7wiwa] {
    color: #6b7280;
    font-weight: 500;
}

.login-btn[b-equzr7wiwa] {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border: none;
    border-radius: 12px;
    padding: 0.875rem 2rem;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    position: relative;
    overflow: hidden;
}

.login-btn:hover:not(:disabled)[b-equzr7wiwa] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.5);
}

.login-btn:disabled[b-equzr7wiwa] {
    opacity: 0.7;
    cursor: not-allowed;
}

.error-alert[b-equzr7wiwa] {
    background: linear-gradient(135deg, #fef2f2, #fca5a5);
    border: none;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    color: #991b1b;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(252, 165, 165, 0.2);
}

.validation-summary[b-equzr7wiwa] {
    background: linear-gradient(135deg, #fef2f2, #fca5a5);
    border: none;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    color: #991b1b;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(252, 165, 165, 0.2);
}

.validation-message[b-equzr7wiwa] {
    color: #dc2626;
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 0.25rem;
}

.spinner-border-sm[b-equzr7wiwa] {
    width: 1rem;
    height: 1rem;
}
/* _content/BlockWebsites/Components/Pages/ApiKeyManagement.razor.rz.scp.css */
/* API Key Management page specific styles */
.dashboard-page-container[b-ao81lht5cc] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    padding: 2rem;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.dashboard-page-header[b-ao81lht5cc] {
    text-align: center;
    color: white;
    animation: slideInDown-b-ao81lht5cc 0.8s ease-out;
    margin-bottom: 2rem;
}

.dashboard-page-title[b-ao81lht5cc] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.dashboard-page-subtitle[b-ao81lht5cc] {
    font-size: 1.2rem;
    opacity: 0.9;
    font-weight: 300;
}

/* API Management Styles */
.api-management-container[b-ao81lht5cc] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    animation: slideInUp-b-ao81lht5cc 0.8s ease-out;
}

.api-header[b-ao81lht5cc] {
    background: rgba(0, 0, 0, 0.1);
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.api-header-content[b-ao81lht5cc] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.api-header-icon[b-ao81lht5cc] {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    backdrop-filter: blur(10px);
}

.api-header-text[b-ao81lht5cc] {
    color: white;
}

.api-title[b-ao81lht5cc] {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: white;
}

.api-subtitle[b-ao81lht5cc] {
    margin: 0.25rem 0 0 0;
    font-size: 1rem;
    opacity: 0.8;
    color: white;
}

.btn-close-api[b-ao81lht5cc] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-close-api:hover[b-ao81lht5cc] {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.1);
}

.api-alert[b-ao81lht5cc] {
    margin: 1.5rem 0;
    padding: 1rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 1rem;
    animation: slideInDown-b-ao81lht5cc 0.5s ease-out;
}

.api-alert-success[b-ao81lht5cc] {
    background: rgba(40, 167, 69, 0.1);
    border: 1px solid rgba(40, 167, 69, 0.3);
    color: #28a745;
}

.api-alert-error[b-ao81lht5cc] {
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.3);
    color: #dc3545;
}

.api-alert-icon[b-ao81lht5cc] {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.api-alert-content[b-ao81lht5cc] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.api-alert-close[b-ao81lht5cc] {
    background: none;
    border: none;
    color: inherit;
    padding: 0.25rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.api-alert-close:hover[b-ao81lht5cc] {
    background: rgba(255, 255, 255, 0.1);
}

.api-content[b-ao81lht5cc] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    padding: 2rem;
    margin: 0;
}

.api-section[b-ao81lht5cc] {
    margin-bottom: 3rem;
}

.api-section:last-child[b-ao81lht5cc] {
    margin-bottom: 0;
}

.api-section-header[b-ao81lht5cc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.api-section-title[b-ao81lht5cc] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.api-section-title i[b-ao81lht5cc] {
    color: #667eea;
    font-size: 1.1rem;
}

.api-status-badge[b-ao81lht5cc] {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.api-status-active[b-ao81lht5cc] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
    border: 1px solid rgba(40, 167, 69, 0.3);
}

.api-status-inactive[b-ao81lht5cc] {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
    border: 1px solid rgba(255, 193, 7, 0.3);
}

.api-info-badge[b-ao81lht5cc] {
    background: rgba(23, 162, 184, 0.1);
    color: #17a2b8;
    border: 1px solid rgba(23, 162, 184, 0.3);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.api-empty-state[b-ao81lht5cc] {
    text-align: center;
    padding: 3rem 2rem;
    background: rgba(248, 249, 250, 0.5);
    border-radius: 16px;
    border: 2px dashed #dee2e6;
}

.api-empty-icon[b-ao81lht5cc] {
    width: 80px;
    height: 80px;
    background: rgba(108, 117, 125, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
    font-size: 2rem;
    color: #6c757d;
}

.api-empty-content h4[b-ao81lht5cc] {
    color: #495057;
    margin-bottom: 0.75rem;
}

.api-empty-content p[b-ao81lht5cc] {
    color: #6c757d;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.api-key-container[b-ao81lht5cc] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

.api-key-input-group[b-ao81lht5cc] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.api-key-label[b-ao81lht5cc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    color: #4a5568;
    font-size: 0.9rem;
}

.api-key-controls[b-ao81lht5cc] {
    display: flex;
    align-items: stretch;
    background: #f7fafc;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.api-key-controls:focus-within[b-ao81lht5cc] {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.api-key-input[b-ao81lht5cc] {
    flex: 1;
    padding: 1rem;
    border: none;
    background: transparent;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 0.9rem;
    color: #2d3748;
}

.api-key-input:focus[b-ao81lht5cc] {
    outline: none;
}

.api-key-btn[b-ao81lht5cc] {
    background: none;
    border: none;
    padding: 1rem;
    color: #667eea;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    border-left: 1px solid #e2e8f0;
}

.api-key-btn:hover[b-ao81lht5cc] {
    background: rgba(102, 126, 234, 0.1);
    color: #5a67d8;
}

.api-key-btn-toggle[b-ao81lht5cc] {
    border-left: none;
}

.api-actions[b-ao81lht5cc] {
    margin-top: 2rem;
}

.api-btn[b-ao81lht5cc] {
    padding: 0.875rem 1.5rem;
    border: none;
    border-radius: 12px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.api-btn-primary[b-ao81lht5cc] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.api-btn-primary:hover:not(:disabled)[b-ao81lht5cc] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
}

.api-btn-primary:disabled[b-ao81lht5cc] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.api-spinner[b-ao81lht5cc] {
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin-b-ao81lht5cc 1s linear infinite;
}

.api-warning[b-ao81lht5cc] {
    margin-top: 1rem;
    padding: 0.75rem;
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #856404;
}

.api-warning i[b-ao81lht5cc] {
    margin-top: 2px;
    flex-shrink: 0;
}

.api-endpoints[b-ao81lht5cc] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.api-endpoint-item[b-ao81lht5cc] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.api-endpoint-item:hover[b-ao81lht5cc] {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.api-endpoint-header[b-ao81lht5cc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.api-endpoint-label[b-ao81lht5cc] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    color: #2d3748;
    font-size: 0.95rem;
}

.api-endpoint-label i[b-ao81lht5cc] {
    color: #667eea;
    font-size: 1.1rem;
}

.api-endpoint-badge[b-ao81lht5cc] {
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    border: 1px solid rgba(102, 126, 234, 0.2);
}

.api-endpoint-badge-dns[b-ao81lht5cc] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
    border: 1px solid rgba(40, 167, 69, 0.2);
}

.api-endpoint-url-container[b-ao81lht5cc] {
    display: flex;
    align-items: stretch;
    background: #f7fafc;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.api-endpoint-input[b-ao81lht5cc] {
    flex: 1;
    padding: 1rem;
    border: none;
    background: transparent;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 0.85rem;
    color: #2d3748;
}

.api-endpoint-input:focus[b-ao81lht5cc] {
    outline: none;
}

.api-endpoint-btn[b-ao81lht5cc] {
    background: none;
    border: none;
    padding: 1rem;
    color: #667eea;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    border-left: 1px solid #e2e8f0;
}

.api-endpoint-btn:hover[b-ao81lht5cc] {
    background: rgba(102, 126, 234, 0.1);
    color: #5a67d8;
}

.api-usage-info[b-ao81lht5cc] {
    margin-top: 2rem;
    background: rgba(23, 162, 184, 0.05);
    border: 1px solid rgba(23, 162, 184, 0.1);
    border-radius: 16px;
    padding: 1.5rem;
}

.api-usage-header[b-ao81lht5cc] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #17a2b8;
    font-size: 1rem;
}

.api-usage-content[b-ao81lht5cc] {
    color: #495057;
    font-size: 0.9rem;
    line-height: 1.6;
}

.api-usage-content p[b-ao81lht5cc] {
    margin-bottom: 0.5rem;
}

.api-usage-content p:last-child[b-ao81lht5cc] {
    margin-bottom: 0;
}

.api-code[b-ao81lht5cc] {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 0.85rem;
}

@keyframes spin-b-ao81lht5cc {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes slideInDown-b-ao81lht5cc {
    from {
        transform: translateY(-30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInUp-b-ao81lht5cc {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Responsive adjustments for API management */
@media (max-width: 768px) {
    .dashboard-page-container[b-ao81lht5cc] {
        padding: 1rem;
    }

    .dashboard-page-title[b-ao81lht5cc] {
        font-size: 2rem;
    }

    .api-header[b-ao81lht5cc] {
        padding: 1.5rem 1rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .api-content[b-ao81lht5cc] {
        padding: 1.5rem 1rem;
    }

    .api-section-header[b-ao81lht5cc] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .api-key-controls[b-ao81lht5cc],
    .api-endpoint-url-container[b-ao81lht5cc] {
        flex-direction: column;
    }

    .api-key-btn[b-ao81lht5cc],
    .api-endpoint-btn[b-ao81lht5cc] {
        border-left: none;
        border-top: 1px solid #e2e8f0;
    }

    .api-endpoints[b-ao81lht5cc] {
        gap: 1rem;
    }

    .api-endpoint-header[b-ao81lht5cc] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

/* Copy button success feedback */
.copy-success[b-ao81lht5cc] {
    background: rgba(40, 167, 69, 0.9) !important;
    transform: scale(1.05) !important;
}

.api-key-btn.copy-success[b-ao81lht5cc],
.api-endpoint-btn.copy-success[b-ao81lht5cc] {
    background: rgba(40, 167, 69, 0.9) !important;
    transform: scale(1.05) !important;
    transition: all 0.2s ease !important;
}
/* _content/BlockWebsites/Components/Pages/ASNOrganizationManagement.razor.rz.scp.css */
/* ASN Organization Management page specific styles */

/* Main container with gradient background */
.asn-management-container[b-8njt2e9ga8] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: calc(100vh - 8rem);
    padding: 2rem 0;
    margin: -2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Page header */
.asn-page-header[b-8njt2e9ga8] {
    text-align: center;
    color: white;
    margin-bottom: 2rem;
    animation: slideInDown-b-8njt2e9ga8 0.8s ease-out;
}

.asn-page-title[b-8njt2e9ga8] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.asn-page-subtitle[b-8njt2e9ga8] {
    font-size: 1.1rem;
    opacity: 0.9;
    font-weight: 300;
}

/* Action header */
.action-header[b-8njt2e9ga8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: slideInUp-b-8njt2e9ga8 0.6s ease-out;
}

.organization-stats[b-8njt2e9ga8] {
    display: flex;
    align-items: center;
}

.stat-item[b-8njt2e9ga8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: white;
    font-size: 1.1rem;
}

.stat-item i[b-8njt2e9ga8] {
    font-size: 1.5rem;
    color: #fbbf24;
}

.stat-number[b-8njt2e9ga8] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fbbf24;
}

.stat-label[b-8njt2e9ga8] {
    font-weight: 500;
    opacity: 0.9;
}

/* Modern button styles */
.modern-btn[b-8njt2e9ga8] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 0.95rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.modern-btn.primary[b-8njt2e9ga8] {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.modern-btn.primary:hover[b-8njt2e9ga8] {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(59, 130, 246, 0.4);
}

.modern-btn.secondary[b-8njt2e9ga8] {
    background: linear-gradient(135deg, #6b7280, #4b5563);
    color: white;
    box-shadow: 0 8px 25px rgba(107, 114, 128, 0.3);
}

.modern-btn.secondary:hover[b-8njt2e9ga8] {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(107, 114, 128, 0.4);
}

/* Modern card styles */
.modern-card[b-8njt2e9ga8] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    animation: slideInUp-b-8njt2e9ga8 0.8s ease-out;
}

.modern-card[b-8njt2e9ga8]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
}

.modern-card:hover[b-8njt2e9ga8] {
    transform: translateY(-5px);
    box-shadow: 0 35px 60px -12px rgba(0, 0, 0, 0.35);
}

/* Card header */
.card-header-modern[b-8njt2e9ga8] {
    padding: 2rem 2rem 1rem;
    border: none;
    background: transparent;
}

.card-title[b-8njt2e9ga8] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.card-title i[b-8njt2e9ga8] {
    color: #667eea;
}

.card-subtitle[b-8njt2e9ga8] {
    color: #6b7280;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

/* Organizations grid */
.organizations-grid[b-8njt2e9ga8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
    padding: 1rem 0;
}

.organization-card[b-8njt2e9ga8] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.organization-card:hover[b-8njt2e9ga8] {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: #667eea;
}

.organization-header[b-8njt2e9ga8] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.organization-info h4[b-8njt2e9ga8] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 0.5rem 0;
}

.organization-asn[b-8njt2e9ga8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6b7280;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    background: #f3f4f6;
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
}

.organization-asn i[b-8njt2e9ga8] {
    color: #667eea;
}

.organization-stats[b-8njt2e9ga8] {
    text-align: right;
}

.user-count[b-8njt2e9ga8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #059669;
    font-weight: 500;
    font-size: 0.9rem;
    background: #ecfdf5;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
}

.organization-details[b-8njt2e9ga8] {
    margin-bottom: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f3f4f6;
}

.detail-item[b-8njt2e9ga8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
}

.detail-label[b-8njt2e9ga8] {
    color: #6b7280;
}

.detail-value[b-8njt2e9ga8] {
    color: #1f2937;
    font-weight: 500;
}

/* Action buttons */
.organization-actions[b-8njt2e9ga8] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
}

.action-btn[b-8njt2e9ga8] {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    cursor: pointer;
    font-size: 0.9rem;
}

.action-btn.view[b-8njt2e9ga8] {
    background: linear-gradient(135deg, #06b6d4, #0891b2);
    color: white;
    box-shadow: 0 4px 12px rgba(6, 182, 212, 0.3);
}

.action-btn.view:hover[b-8njt2e9ga8] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(6, 182, 212, 0.4);
}

.action-btn.edit[b-8njt2e9ga8] {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.action-btn.edit:hover[b-8njt2e9ga8] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.action-btn.delete[b-8njt2e9ga8] {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.action-btn.delete:hover[b-8njt2e9ga8] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.4);
}

/* Empty state */
.empty-state[b-8njt2e9ga8] {
    text-align: center;
    padding: 3rem 2rem;
    color: #6b7280;
}

.empty-icon[b-8njt2e9ga8] {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    color: #d1d5db;
}

.empty-state h3[b-8njt2e9ga8] {
    color: #374151;
    margin-bottom: 1rem;
}

.empty-state p[b-8njt2e9ga8] {
    margin-bottom: 2rem;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/* Alert styles */
.modern-alert[b-8njt2e9ga8] {
    display: flex;
    align-items: flex-start;
    padding: 1rem 1.5rem;
    border-radius: 16px;
    margin-bottom: 1.5rem;
    border: 1px solid;
    animation: slideInDown-b-8njt2e9ga8 0.3s ease-out;
}

.modern-alert.success[b-8njt2e9ga8] {
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    border-color: #10b981;
    color: #047857;
}

.modern-alert.error[b-8njt2e9ga8] {
    background: linear-gradient(135deg, #fef2f2, #fecaca);
    border-color: #ef4444;
    color: #dc2626;
}

.modern-alert-error[b-8njt2e9ga8] {
    background: linear-gradient(135deg, #fef2f2, #fecaca);
    border: 2px solid #ef4444;
    border-radius: 20px;
    margin: 2rem auto;
    max-width: 600px;
    box-shadow: 0 25px 50px -12px rgba(239, 68, 68, 0.25);
    animation: slideInUp-b-8njt2e9ga8 0.5s ease-out;
}

.alert-content[b-8njt2e9ga8] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 2rem;
}

.alert-icon[b-8njt2e9ga8] {
    font-size: 1.5rem;
    margin-top: 0.25rem;
}

.modern-alert.success .alert-icon[b-8njt2e9ga8] {
    color: #10b981;
}

.modern-alert.error .alert-icon[b-8njt2e9ga8],
.modern-alert-error .alert-icon[b-8njt2e9ga8] {
    color: #ef4444;
}

.alert-text[b-8njt2e9ga8] {
    flex: 1;
}

.alert-text h4[b-8njt2e9ga8] {
    margin: 0 0 0.5rem 0;
    font-weight: 600;
}

.alert-text p[b-8njt2e9ga8] {
    margin: 0;
}

.alert-close[b-8njt2e9ga8] {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.alert-close:hover[b-8njt2e9ga8] {
    background-color: rgba(0, 0, 0, 0.1);
}

/* Modal styles */
.modern-modal-backdrop[b-8njt2e9ga8] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    padding: 1rem;
    animation: fadeIn-b-8njt2e9ga8 0.3s ease-out;
}

.modern-modal[b-8njt2e9ga8] {
    background: white;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    max-width: 500px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    animation: slideInUp-b-8njt2e9ga8 0.3s ease-out;
}

.modern-modal.large[b-8njt2e9ga8] {
    max-width: 800px;
}

.modal-header-modern[b-8njt2e9ga8] {
    padding: 2rem 2rem 1rem;
    border-bottom: 1px solid #f3f4f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title[b-8njt2e9ga8] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.modal-title i[b-8njt2e9ga8] {
    color: #667eea;
}

.modal-close[b-8njt2e9ga8] {
    width: 40px;
    height: 40px;
    border: none;
    background: #f3f4f6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #6b7280;
}

.modal-close:hover[b-8njt2e9ga8] {
    background: #e5e7eb;
    color: #374151;
}

.modal-body-modern[b-8njt2e9ga8] {
    padding: 2rem;
}

.modal-footer-modern[b-8njt2e9ga8] {
    padding: 1rem 2rem 2rem;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

/* Form styles */
.form-group-modern[b-8njt2e9ga8] {
    margin-bottom: 1.5rem;
}

.form-label-modern[b-8njt2e9ga8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.form-label-modern i[b-8njt2e9ga8] {
    color: #667eea;
    width: 16px;
}

.form-input-modern[b-8njt2e9ga8] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    background: white;
}

.form-input-modern:focus[b-8njt2e9ga8] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-help[b-8njt2e9ga8] {
    font-size: 0.85rem;
    color: #6b7280;
    margin-top: 0.5rem;
}

.validation-error[b-8njt2e9ga8] {
    color: #ef4444;
    font-size: 0.85rem;
    margin-top: 0.5rem;
    display: block;
}

/* Users grid in modal */
.users-grid[b-8njt2e9ga8] {
    display: grid;
    gap: 1rem;
}

.user-card[b-8njt2e9ga8] {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem;
    transition: all 0.2s ease;
}

.user-card:hover[b-8njt2e9ga8] {
    border-color: #667eea;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.user-info[b-8njt2e9ga8] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.user-avatar[b-8njt2e9ga8] {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.user-details[b-8njt2e9ga8] {
    flex: 1;
}

.user-name[b-8njt2e9ga8] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 0.25rem 0;
}

.user-email[b-8njt2e9ga8] {
    color: #6b7280;
    font-size: 0.9rem;
    margin: 0 0 0.5rem 0;
}

.user-meta[b-8njt2e9ga8] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.user-role[b-8njt2e9ga8],
.user-status[b-8njt2e9ga8] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
    font-weight: 500;
}

.user-role.networkadmin[b-8njt2e9ga8] {
    background: #dbeafe;
    color: #1d4ed8;
}

.user-role.rootadmin[b-8njt2e9ga8] {
    background: #fef3c7;
    color: #d97706;
}

.user-status.active[b-8njt2e9ga8] {
    background: #dcfce7;
    color: #16a34a;
}

.user-status.inactive[b-8njt2e9ga8] {
    background: #fee2e2;
    color: #dc2626;
}

/* Animations */
@keyframes slideInDown-b-8njt2e9ga8 {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInUp-b-8njt2e9ga8 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn-b-8njt2e9ga8 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Responsive design */
@media (max-width: 768px) {
    .asn-management-container[b-8njt2e9ga8] {
        margin: -1rem;
        padding: 1rem 0;
    }

    .asn-page-title[b-8njt2e9ga8] {
        font-size: 2rem;
    }

    .action-header[b-8njt2e9ga8] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .organizations-grid[b-8njt2e9ga8] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .organization-header[b-8njt2e9ga8] {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }

    .modern-modal[b-8njt2e9ga8] {
        margin: 1rem;
        max-width: none;
        width: auto;
    }

    .modal-footer-modern[b-8njt2e9ga8] {
        flex-direction: column;
    }

    .users-grid[b-8njt2e9ga8] {
        gap: 0.75rem;
    }

    .user-info[b-8njt2e9ga8] {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
}
/* _content/BlockWebsites/Components/Pages/BlockedDomainsManagement.razor.rz.scp.css */
/* Blocked Domains Management page specific styles */
.dashboard-page-container[b-wg6uk13aqi] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    padding: 2rem;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.dashboard-page-header[b-wg6uk13aqi] {
    text-align: center;
    color: white;
    animation: slideInDown-b-wg6uk13aqi 0.8s ease-out;
    margin-bottom: 3rem;
}

.dashboard-page-title[b-wg6uk13aqi] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.dashboard-page-subtitle[b-wg6uk13aqi] {
    font-size: 1.2rem;
    opacity: 0.9;
    font-weight: 300;
}

.modern-card[b-wg6uk13aqi] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    animation: slideInUp-b-wg6uk13aqi 0.8s ease-out;
}

.modern-card:hover[b-wg6uk13aqi] {
    transform: translateY(-5px);
    box-shadow: 0 35px 60px -12px rgba(0, 0, 0, 0.35);
}

.modern-card[b-wg6uk13aqi]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
}

.modern-card .card-header[b-wg6uk13aqi] {
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.5rem 2rem;
    font-weight: 600;
}

.modern-card .card-body[b-wg6uk13aqi] {
    padding: 2rem;
}

/* Table styling */
.table[b-wg6uk13aqi] {
    background: transparent;
}

.table th[b-wg6uk13aqi] {
    border: none;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    font-weight: 600;
    padding: 1rem;
}

.table td[b-wg6uk13aqi] {
    border: none;
    padding: 1rem;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.table tbody tr:hover[b-wg6uk13aqi] {
    background-color: rgba(102, 126, 234, 0.05);
    transform: scale(1.01);
    transition: all 0.2s ease;
}

/* Button styling */
.btn-primary[b-wg6uk13aqi] {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-primary:hover[b-wg6uk13aqi] {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.btn-danger[b-wg6uk13aqi] {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-danger:hover[b-wg6uk13aqi] {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(231, 76, 60, 0.3);
}

/* Alert styling */
.alert[b-wg6uk13aqi] {
    border: none;
    border-radius: 16px;
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
}

/* Badge styling for domain types */
.badge[b-wg6uk13aqi] {
    border-radius: 12px;
    padding: 0.5rem 1rem;
    font-weight: 500;
}

.badge.bg-danger[b-wg6uk13aqi] {
    background: linear-gradient(135deg, #e74c3c, #c0392b) !important;
}

.badge.bg-warning[b-wg6uk13aqi] {
    background: linear-gradient(135deg, #f39c12, #e67e22) !important;
}

.badge.bg-info[b-wg6uk13aqi] {
    background: linear-gradient(135deg, #3498db, #2980b9) !important;
}

/* Animation keyframes */
@keyframes slideInDown-b-wg6uk13aqi {
    from {
        transform: translateY(-100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInUp-b-wg6uk13aqi {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Modal styling */
.modal-content[b-wg6uk13aqi] {
    border-radius: 24px;
    border: none;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
}

.modal-header[b-wg6uk13aqi] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 24px 24px 0 0;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
}

.modal-header .btn-close[b-wg6uk13aqi] {
    filter: brightness(0) invert(1);
}

/* Form styling */
.form-control[b-wg6uk13aqi] {
    border-radius: 12px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.form-control:focus[b-wg6uk13aqi] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.form-label[b-wg6uk13aqi] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

/* Text area styling */
textarea.form-control[b-wg6uk13aqi] {
    min-height: 100px;
    resize: vertical;
}

/* Empty state styling */
.text-center.py-4[b-wg6uk13aqi] {
    padding: 3rem 1rem !important;
}

.text-center.py-4 i[b-wg6uk13aqi] {
    opacity: 0.6;
}

.text-center.py-4 h5[b-wg6uk13aqi] {
    margin-top: 1.5rem !important;
    font-weight: 600;
}

.text-center.py-4 p[b-wg6uk13aqi] {
    font-size: 1rem;
    opacity: 0.8;
}
/* _content/BlockWebsites/Components/Pages/Dashboard.razor.rz.scp.css */
/* Dashboard page specific styles */
.dashboard-page-container[b-vly9m5jp22] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    padding: 2rem;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.dashboard-page-header[b-vly9m5jp22] {
    color: white;
    animation: slideInDown-b-vly9m5jp22 0.8s ease-out;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dashboard-page-header-formal[b-vly9m5jp22] {
    text-align: left;
}

.dashboard-page-title[b-vly9m5jp22] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.dashboard-page-subtitle[b-vly9m5jp22] {
    font-size: 1.2rem;
    opacity: 0.9;
    font-weight: 300;
}

.modern-card[b-vly9m5jp22] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    animation: slideInUp-b-vly9m5jp22 0.8s ease-out;
}

.modern-card:hover[b-vly9m5jp22] {
    transform: translateY(-5px);
    box-shadow: 0 35px 60px -12px rgba(0, 0, 0, 0.35);
}

.modern-card[b-vly9m5jp22]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
}

.stat-card[b-vly9m5jp22] {
    position: relative;
    overflow: hidden;
}

.stat-card.primary[b-vly9m5jp22]::before {
    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
}

.stat-card.success[b-vly9m5jp22]::before {
    background: linear-gradient(90deg, #10b981, #059669);
}

.stat-card.warning[b-vly9m5jp22]::before {
    background: linear-gradient(90deg, #f59e0b, #d97706);
}

.stat-card.info[b-vly9m5jp22]::before {
    background: linear-gradient(90deg, #06b6d4, #0891b2);
}

.card-body[b-vly9m5jp22] {
    padding: 2rem;
    position: relative;
}

.stat-content[b-vly9m5jp22] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stat-number[b-vly9m5jp22] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1f2937;
}

.stat-label[b-vly9m5jp22] {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 500;
}

.stat-icon[b-vly9m5jp22] {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.stat-icon.primary[b-vly9m5jp22] {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.stat-icon.success[b-vly9m5jp22] {
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
}

.stat-icon.warning[b-vly9m5jp22] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.3);
}

.stat-icon.info[b-vly9m5jp22] {
    background: linear-gradient(135deg, #06b6d4, #0891b2);
    box-shadow: 0 10px 25px rgba(6, 182, 212, 0.3);
}

.stat-icon i[b-vly9m5jp22] {
    font-size: 2rem;
    color: white;
}

.card-footer-modern[b-vly9m5jp22] {
    padding: 1rem 2rem;
    background: rgba(0, 0, 0, 0.02);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.card-link[b-vly9m5jp22] {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.card-link:hover[b-vly9m5jp22] {
    color: #764ba2;
    text-decoration: none;
    transform: translateX(5px);
}

.action-card[b-vly9m5jp22] {
    padding: 0;
}

.action-card .card-header[b-vly9m5jp22] {
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    border: none;
    padding: 1.5rem 2rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.action-card .card-header h5[b-vly9m5jp22] {
    color: #1f2937;
    font-weight: 600;
    margin: 0;
}

.action-card .card-body[b-vly9m5jp22] {
    padding: 2rem;
}

.modern-btn[b-vly9m5jp22] {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border: none;
    border-radius: 16px;
    padding: 1rem 1.5rem;
    color: white;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
    margin-bottom: 1rem;
}

.modern-btn:hover[b-vly9m5jp22] {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
    color: white;
    text-decoration: none;
}

.modern-btn.success[b-vly9m5jp22] {
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

.modern-btn.success:hover[b-vly9m5jp22] {
    box-shadow: 0 12px 35px rgba(16, 185, 129, 0.4);
}

.modern-btn i[b-vly9m5jp22] {
    font-size: 1.2rem;
}

.user-alert[b-vly9m5jp22] {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 20px;
    padding: 2rem;
    color: #1e40af;
}

.user-alert h4[b-vly9m5jp22] {
    color: #1d4ed8;
    font-weight: 600;
}

.organization-card[b-vly9m5jp22] {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
}

.organization-card .stat-number[b-vly9m5jp22],
.organization-card .stat-label[b-vly9m5jp22] {
    color: white;
}

.organization-card .card-footer-modern[b-vly9m5jp22] {
    background: rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.organization-card .card-link[b-vly9m5jp22] {
    color: rgba(255, 255, 255, 0.9);
}

.organization-card .card-link:hover[b-vly9m5jp22] {
    color: white;
}

@keyframes slideInDown-b-vly9m5jp22 {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInUp-b-vly9m5jp22 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animation delays for staggered effect */
.modern-card:nth-child(1)[b-vly9m5jp22] {
    animation-delay: 0.1s;
}

.modern-card:nth-child(2)[b-vly9m5jp22] {
    animation-delay: 0.2s;
}

.modern-card:nth-child(3)[b-vly9m5jp22] {
    animation-delay: 0.3s;
}

.modern-card:nth-child(4)[b-vly9m5jp22] {
    animation-delay: 0.4s;
}

.modern-card:nth-child(5)[b-vly9m5jp22] {
    animation-delay: 0.5s;
}

.modern-card:nth-child(6)[b-vly9m5jp22] {
    animation-delay: 0.6s;
}

@media (max-width: 768px) {
    .dashboard-page-title[b-vly9m5jp22] {
        font-size: 2rem;
    }

    .stat-number[b-vly9m5jp22] {
        font-size: 2rem;
    }

    .stat-icon[b-vly9m5jp22] {
        width: 60px;
        height: 60px;
    }

    .stat-icon i[b-vly9m5jp22] {
        font-size: 1.5rem;
    }

    .modern-btn[b-vly9m5jp22] {
        padding: 0.875rem 1.25rem;
        font-size: 0.9rem;
    }
}

/* API Management Styles */
.api-management-container[b-vly9m5jp22] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    animation: slideInUp-b-vly9m5jp22 0.8s ease-out;
}

.api-header[b-vly9m5jp22] {
    background: rgba(0, 0, 0, 0.1);
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.api-header-content[b-vly9m5jp22] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.api-header-icon[b-vly9m5jp22] {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    backdrop-filter: blur(10px);
}

.api-header-text[b-vly9m5jp22] {
    color: white;
}

.api-title[b-vly9m5jp22] {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: white;
}

.api-subtitle[b-vly9m5jp22] {
    margin: 0.25rem 0 0 0;
    font-size: 1rem;
    opacity: 0.8;
    color: white;
}

.btn-close-api[b-vly9m5jp22] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-close-api:hover[b-vly9m5jp22] {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.1);
}

.api-alert[b-vly9m5jp22] {
    margin: 1.5rem 2rem;
    padding: 1rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 1rem;
    animation: slideInDown-b-vly9m5jp22 0.5s ease-out;
}

.api-alert-success[b-vly9m5jp22] {
    background: rgba(40, 167, 69, 0.1);
    border: 1px solid rgba(40, 167, 69, 0.3);
    color: #28a745;
}

.api-alert-error[b-vly9m5jp22] {
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.3);
    color: #dc3545;
}

.api-alert-icon[b-vly9m5jp22] {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.api-alert-content[b-vly9m5jp22] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.api-alert-close[b-vly9m5jp22] {
    background: none;
    border: none;
    color: inherit;
    padding: 0.25rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.api-alert-close:hover[b-vly9m5jp22] {
    background: rgba(255, 255, 255, 0.1);
}

.api-content[b-vly9m5jp22] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    padding: 2rem;
    margin: 0;
}

.api-section[b-vly9m5jp22] {
    margin-bottom: 3rem;
}

.api-section:last-child[b-vly9m5jp22] {
    margin-bottom: 0;
}

.api-section-header[b-vly9m5jp22] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.api-section-title[b-vly9m5jp22] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.api-section-title i[b-vly9m5jp22] {
    color: #667eea;
    font-size: 1.1rem;
}

.api-status-badge[b-vly9m5jp22] {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.api-status-active[b-vly9m5jp22] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
    border: 1px solid rgba(40, 167, 69, 0.3);
}

.api-status-inactive[b-vly9m5jp22] {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
    border: 1px solid rgba(255, 193, 7, 0.3);
}

.api-info-badge[b-vly9m5jp22] {
    background: rgba(23, 162, 184, 0.1);
    color: #17a2b8;
    border: 1px solid rgba(23, 162, 184, 0.3);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.api-empty-state[b-vly9m5jp22] {
    text-align: center;
    padding: 3rem 2rem;
    background: rgba(248, 249, 250, 0.5);
    border-radius: 16px;
    border: 2px dashed #dee2e6;
}

.api-empty-icon[b-vly9m5jp22] {
    width: 80px;
    height: 80px;
    background: rgba(108, 117, 125, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
    font-size: 2rem;
    color: #6c757d;
}

.api-empty-content h4[b-vly9m5jp22] {
    color: #495057;
    margin-bottom: 0.75rem;
}

.api-empty-content p[b-vly9m5jp22] {
    color: #6c757d;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.api-key-container[b-vly9m5jp22] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

.api-key-input-group[b-vly9m5jp22] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.api-key-label[b-vly9m5jp22] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    color: #4a5568;
    font-size: 0.9rem;
}

.api-key-controls[b-vly9m5jp22] {
    display: flex;
    align-items: stretch;
    background: #f7fafc;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.api-key-controls:focus-within[b-vly9m5jp22] {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.api-key-input[b-vly9m5jp22] {
    flex: 1;
    padding: 1rem;
    border: none;
    background: transparent;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 0.9rem;
    color: #2d3748;
}

.api-key-input:focus[b-vly9m5jp22] {
    outline: none;
}

.api-key-btn[b-vly9m5jp22] {
    background: none;
    border: none;
    padding: 1rem;
    color: #667eea;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    border-left: 1px solid #e2e8f0;
}

.api-key-btn:hover[b-vly9m5jp22] {
    background: rgba(102, 126, 234, 0.1);
    color: #5a67d8;
}

.api-key-btn-toggle[b-vly9m5jp22] {
    border-left: none;
}

.api-actions[b-vly9m5jp22] {
    margin-top: 2rem;
}

.api-btn[b-vly9m5jp22] {
    padding: 0.875rem 1.5rem;
    border: none;
    border-radius: 12px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.api-btn-primary[b-vly9m5jp22] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.api-btn-primary:hover:not(:disabled)[b-vly9m5jp22] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
}

.api-btn-primary:disabled[b-vly9m5jp22] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.api-spinner[b-vly9m5jp22] {
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin-b-vly9m5jp22 1s linear infinite;
}

.api-warning[b-vly9m5jp22] {
    margin-top: 1rem;
    padding: 0.75rem;
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #856404;
}

.api-warning i[b-vly9m5jp22] {
    margin-top: 2px;
    flex-shrink: 0;
}

.api-endpoints[b-vly9m5jp22] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.api-endpoint-item[b-vly9m5jp22] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.api-endpoint-item:hover[b-vly9m5jp22] {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.api-endpoint-header[b-vly9m5jp22] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.api-endpoint-label[b-vly9m5jp22] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    color: #2d3748;
    font-size: 0.95rem;
}

.api-endpoint-label i[b-vly9m5jp22] {
    color: #667eea;
    font-size: 1.1rem;
}

.api-endpoint-badge[b-vly9m5jp22] {
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    border: 1px solid rgba(102, 126, 234, 0.2);
}

.api-endpoint-badge-dns[b-vly9m5jp22] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
    border: 1px solid rgba(40, 167, 69, 0.2);
}

.api-endpoint-url-container[b-vly9m5jp22] {
    display: flex;
    align-items: stretch;
    background: #f7fafc;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.api-endpoint-input[b-vly9m5jp22] {
    flex: 1;
    padding: 1rem;
    border: none;
    background: transparent;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 0.85rem;
    color: #2d3748;
}

.api-endpoint-input:focus[b-vly9m5jp22] {
    outline: none;
}

.api-endpoint-btn[b-vly9m5jp22] {
    background: none;
    border: none;
    padding: 1rem;
    color: #667eea;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    border-left: 1px solid #e2e8f0;
}

.api-endpoint-btn:hover[b-vly9m5jp22] {
    background: rgba(102, 126, 234, 0.1);
    color: #5a67d8;
}

.api-usage-info[b-vly9m5jp22] {
    margin-top: 2rem;
    background: rgba(23, 162, 184, 0.05);
    border: 1px solid rgba(23, 162, 184, 0.1);
    border-radius: 16px;
    padding: 1.5rem;
}

.api-usage-header[b-vly9m5jp22] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #17a2b8;
    font-size: 1rem;
}

.api-usage-content[b-vly9m5jp22] {
    color: #495057;
    font-size: 0.9rem;
    line-height: 1.6;
}

.api-usage-content p[b-vly9m5jp22] {
    margin-bottom: 0.5rem;
}

.api-usage-content p:last-child[b-vly9m5jp22] {
    margin-bottom: 0;
}

.api-code[b-vly9m5jp22] {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 0.85rem;
}

/* API Preview Card Styles */
.api-preview-card[b-vly9m5jp22] {
    border: 1px solid rgba(102, 126, 234, 0.2);
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(20px);
}

.api-preview-content[b-vly9m5jp22] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.api-preview-header[b-vly9m5jp22] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.api-preview-icon[b-vly9m5jp22] {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.api-preview-text[b-vly9m5jp22] {
    flex: 1;
}

.api-preview-title[b-vly9m5jp22] {
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748 !important;
}

.api-preview-status[b-vly9m5jp22] {
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.api-preview-status-success[b-vly9m5jp22] {
    background: rgba(40, 167, 69, 0.15);
    color: #1e7e34 !important;
    border: 1px solid rgba(40, 167, 69, 0.3);
}

.api-preview-status-warning[b-vly9m5jp22] {
    background: rgba(255, 193, 7, 0.15);
    color: #b45309 !important;
    border: 1px solid rgba(255, 193, 7, 0.3);
}

.api-preview-description[b-vly9m5jp22] {
    color: #4a5568 !important;
    font-size: 0.9rem;
    line-height: 1.5;
}

.api-preview-description p[b-vly9m5jp22] {
    margin: 0;
    color: #4a5568 !important;
}

.api-preview-btn[b-vly9m5jp22] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 0.875rem 1.25rem;
    border-radius: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    width: 100%;
}

.api-preview-btn:hover[b-vly9m5jp22] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

@keyframes spin-b-vly9m5jp22 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Responsive adjustments for API management */
@media (max-width: 768px) {
    .api-header[b-vly9m5jp22] {
        padding: 1.5rem 1rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .api-content[b-vly9m5jp22] {
        padding: 1.5rem 1rem;
    }

    .api-section-header[b-vly9m5jp22] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .api-key-controls[b-vly9m5jp22],
    .api-endpoint-url-container[b-vly9m5jp22] {
        flex-direction: column;
    }

    .api-key-btn[b-vly9m5jp22],
    .api-endpoint-btn[b-vly9m5jp22] {
        border-left: none;
        border-top: 1px solid #e2e8f0;
    }

    .api-endpoints[b-vly9m5jp22] {
        gap: 1rem;
    }

    .api-endpoint-header[b-vly9m5jp22] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}
/* _content/BlockWebsites/Components/Pages/DomainBlockedAnalyticsReport.razor.rz.scp.css */
/* Domain Blocked Analytics page specific styles matching Dashboard.razor */
.dashboard-page-container[b-wn933efikz] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    padding: 2rem;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.dashboard-page-header[b-wn933efikz] {
    text-align: center;
    color: white;
    animation: slideInDown-b-wn933efikz 0.8s ease-out;
    margin-bottom: 3rem;
}

.dashboard-page-title[b-wn933efikz] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.dashboard-page-subtitle[b-wn933efikz] {
    font-size: 1.2rem;
    opacity: 0.9;
    font-weight: 300;
}

.modern-card[b-wn933efikz] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    animation: slideInUp-b-wn933efikz 0.8s ease-out;
}

.modern-card:hover[b-wn933efikz] {
    transform: translateY(-5px);
    box-shadow: 0 35px 60px -12px rgba(0, 0, 0, 0.35);
}

.modern-card[b-wn933efikz]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
}

.card-header[b-wn933efikz] {
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    border: none;
    padding: 1.5rem 2rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.card-header h4[b-wn933efikz],
.card-header h5[b-wn933efikz] {
    color: #1f2937;
    font-weight: 600;
    margin: 0;
}

.card-body[b-wn933efikz] {
    padding: 2rem;
    position: relative;
}

.stat-card[b-wn933efikz] {
    position: relative;
    overflow: hidden;
}

.stat-card.primary[b-wn933efikz]::before {
    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
}

.stat-card.success[b-wn933efikz]::before {
    background: linear-gradient(90deg, #10b981, #059669);
}

.stat-card.warning[b-wn933efikz]::before {
    background: linear-gradient(90deg, #f59e0b, #d97706);
}

.stat-card.info[b-wn933efikz]::before {
    background: linear-gradient(90deg, #06b6d4, #0891b2);
}

.stat-content[b-wn933efikz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stat-number[b-wn933efikz] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1f2937;
}

.stat-label[b-wn933efikz] {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 500;
}

.stat-icon[b-wn933efikz] {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.stat-icon.primary[b-wn933efikz] {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.stat-icon.success[b-wn933efikz] {
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
}

.stat-icon.warning[b-wn933efikz] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.3);
}

.stat-icon.info[b-wn933efikz] {
    background: linear-gradient(135deg, #06b6d4, #0891b2);
    box-shadow: 0 10px 25px rgba(6, 182, 212, 0.3);
}

.stat-icon i[b-wn933efikz] {
    font-size: 2rem;
    color: white;
}

/* Modern Table Styles */
.table-responsive[b-wn933efikz] {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.modern-table[b-wn933efikz] {
    border-collapse: separate;
    border-spacing: 0;
}

.table-header-modern[b-wn933efikz] {
    background: linear-gradient(135deg, #1f2937, #374151);
    color: white;
}

.table-header-modern th[b-wn933efikz] {
    padding: 1.25rem 1.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    position: relative;
}

.table-header-modern th:first-child[b-wn933efikz] {
    border-top-left-radius: 0;
}

.table-header-modern th:last-child[b-wn933efikz] {
    border-top-right-radius: 0;
}

.modern-table tbody tr[b-wn933efikz] {
    transition: all 0.2s ease;
    border: none;
}

.modern-table tbody tr:hover[b-wn933efikz] {
    background: rgba(102, 126, 234, 0.05);
    transform: scale(1.01);
}

.modern-table td[b-wn933efikz] {
    padding: 1.25rem 1.5rem;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    vertical-align: middle;
}

.modern-table tbody tr:last-child td[b-wn933efikz] {
    border-bottom: none;
}

/* Form Controls */
.form-control[b-wn933efikz] {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 0.875rem 1rem;
    transition: all 0.3s ease;
    background: white;
}

.form-control:focus[b-wn933efikz] {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    outline: none;
}

.form-label[b-wn933efikz] {
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

/* Button Styles */
.btn[b-wn933efikz] {
    border-radius: 12px;
    padding: 0.875rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary[b-wn933efikz] {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.btn-primary:hover[b-wn933efikz] {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
    color: white;
}

.btn-outline-primary[b-wn933efikz] {
    background: white;
    color: #667eea;
    border: 1px solid #667eea;
}

.btn-outline-primary:hover[b-wn933efikz] {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
}

.btn-sm[b-wn933efikz] {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

/* Badge Styles */
.badge[b-wn933efikz] {
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    border-radius: 12px;
}

.bg-danger[b-wn933efikz] {
    background: linear-gradient(135deg, #ef4444, #dc2626) !important;
}

/* Progress Bar */
.progress[b-wn933efikz] {
    background: rgba(229, 231, 235, 0.5);
    border-radius: 6px;
    overflow: hidden;
}

.progress-bar[b-wn933efikz] {
    transition: width 0.6s ease;
    border-radius: 6px;
}

.bg-danger[b-wn933efikz] {
    background: linear-gradient(135deg, #ef4444, #dc2626) !important;
}

/* Empty State */
.empty-state-icon[b-wn933efikz] {
    width: 120px;
    height: 120px;
    background: rgba(156, 163, 175, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.empty-state-icon:hover[b-wn933efikz] {
    background: rgba(156, 163, 175, 0.15);
    transform: scale(1.05);
}

.text-center[b-wn933efikz] {
    text-align: center;
}

.text-center .fa-4x[b-wn933efikz] {
    font-size: 4rem;
    color: #9ca3af;
}

.text-center h4[b-wn933efikz] {
    color: #6b7280;
    font-weight: 600;
    margin-bottom: 1rem;
}

.text-center p[b-wn933efikz] {
    color: #9ca3af;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.text-center p small[b-wn933efikz] {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Card Footer */
.card-footer[b-wn933efikz] {
    background: rgba(248, 250, 252, 0.8);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 1rem 2rem;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #6b7280;
    font-size: 0.9rem;
}

/* Alert Styles */
.alert[b-wn933efikz] {
    border-radius: 16px;
    padding: 1rem 1.5rem;
    border: none;
    margin-bottom: 1.5rem;
    animation: slideInDown-b-wn933efikz 0.5s ease-out;
}

.alert-info[b-wn933efikz] {
    background: rgba(59, 130, 246, 0.1);
    color: #1e40af;
    border-left: 4px solid #3b82f6;
}

.alert-danger[b-wn933efikz] {
    background: rgba(239, 68, 68, 0.1);
    color: #dc2626;
    border-left: 4px solid #ef4444;
}

.alert-success[b-wn933efikz] {
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
    border-left: 4px solid #10b981;
}

/* Spinner */
.spinner-border-sm[b-wn933efikz] {
    width: 1rem;
    height: 1rem;
}

/* Animations */
@keyframes slideInDown-b-wn933efikz {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInUp-b-wn933efikz {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animation delays for staggered effect */
.modern-card:nth-child(1)[b-wn933efikz] {
    animation-delay: 0.1s;
}

.modern-card:nth-child(2)[b-wn933efikz] {
    animation-delay: 0.2s;
}

.modern-card:nth-child(3)[b-wn933efikz] {
    animation-delay: 0.3s;
}

.modern-card:nth-child(4)[b-wn933efikz] {
    animation-delay: 0.4s;
}

.modern-card:nth-child(5)[b-wn933efikz] {
    animation-delay: 0.5s;
}

.modern-card:nth-child(6)[b-wn933efikz] {
    animation-delay: 0.6s;
}

/* Responsive Design */
@media (max-width: 768px) {
    .dashboard-page-container[b-wn933efikz] {
        padding: 1rem;
    }

    .dashboard-page-title[b-wn933efikz] {
        font-size: 2rem;
    }

    .stat-number[b-wn933efikz] {
        font-size: 2rem;
    }

    .stat-icon[b-wn933efikz] {
        width: 60px;
        height: 60px;
    }

    .stat-icon i[b-wn933efikz] {
        font-size: 1.5rem;
    }

    .card-body[b-wn933efikz] {
        padding: 1.5rem;
    }

    .table-header-modern th[b-wn933efikz],
    .modern-table td[b-wn933efikz] {
        padding: 1rem;
    }
}

@media (max-width: 576px) {
    .dashboard-page-title[b-wn933efikz] {
        font-size: 1.75rem;
    }

    .card-body[b-wn933efikz] {
        padding: 1rem;
    }

    .btn[b-wn933efikz] {
        padding: 0.75rem 1.25rem;
    }
}
/* _content/BlockWebsites/Components/Pages/Home.razor.rz.scp.css */
.blocked-page-bg[b-i1gmvq0usx] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.blocked-card[b-i1gmvq0usx] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-width: 650px;
    width: 90%;
    animation: slideIn-b-i1gmvq0usx 0.8s ease-out;
}

@keyframes slideIn-b-i1gmvq0usx {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.blocked-icon[b-i1gmvq0usx] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    box-shadow: 0 10px 25px rgba(238, 90, 36, 0.3);
    animation: pulse-b-i1gmvq0usx 2s infinite;
}

@keyframes pulse-b-i1gmvq0usx {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.blocked-icon i[b-i1gmvq0usx] {
    font-size: 2.5rem;
    color: white;
}

.blocked-title[b-i1gmvq0usx] {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.blocked-subtitle[b-i1gmvq0usx] {
    color: #6b7280;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-weight: 400;
}

.info-card[b-i1gmvq0usx] {
    background: linear-gradient(135deg, #fef3c7, #fbbf24);
    border: none;
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(251, 191, 36, 0.2);
}

.info-card.reason[b-i1gmvq0usx] {
    background: linear-gradient(135deg, #dbeafe, #3b82f6);
    color: white;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
}

.info-label[b-i1gmvq0usx] {
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.8;
    margin-bottom: 0.5rem;
}

.info-value[b-i1gmvq0usx] {
    font-size: 1.1rem;
    font-weight: 500;
}

.domain-code[b-i1gmvq0usx] {
    background: rgba(0, 0, 0, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-family: 'Monaco', 'Consolas', monospace;
    font-weight: 500;
}

.network-footer[b-i1gmvq0usx] {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
    color: #6b7280;
    font-size: 0.9rem;
}

.network-name[b-i1gmvq0usx] {
    font-weight: 600;
    color: #4b5563;
    font-size: 1rem;
}
/* _content/BlockWebsites/Components/Pages/IPAddressManagement.razor.rz.scp.css */
/* IP Address Management page specific styles */
.dashboard-page-container[b-0vlm6o151z] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    padding: 2rem;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.dashboard-page-header[b-0vlm6o151z] {
    text-align: center;
    color: white;
    animation: slideInDown-b-0vlm6o151z 0.8s ease-out;
    margin-bottom: 3rem;
}

.dashboard-page-title[b-0vlm6o151z] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.dashboard-page-subtitle[b-0vlm6o151z] {
    font-size: 1.2rem;
    opacity: 0.9;
    font-weight: 300;
}

.modern-card[b-0vlm6o151z] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    animation: slideInUp-b-0vlm6o151z 0.8s ease-out;
}

.modern-card:hover[b-0vlm6o151z] {
    transform: translateY(-5px);
    box-shadow: 0 35px 60px -12px rgba(0, 0, 0, 0.35);
}

.modern-card[b-0vlm6o151z]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
}

.modern-card .card-header[b-0vlm6o151z] {
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.5rem 2rem;
    font-weight: 600;
}

.modern-card .card-body[b-0vlm6o151z] {
    padding: 2rem;
}

/* Table styling */
.table[b-0vlm6o151z] {
    background: transparent;
}

.table th[b-0vlm6o151z] {
    border: none;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    font-weight: 600;
    padding: 1rem;
}

.table td[b-0vlm6o151z] {
    border: none;
    padding: 1rem;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.table tbody tr:hover[b-0vlm6o151z] {
    background-color: rgba(102, 126, 234, 0.05);
    transform: scale(1.01);
    transition: all 0.2s ease;
}

/* Button styling */
.btn-primary[b-0vlm6o151z] {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-primary:hover[b-0vlm6o151z] {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

/* Alert styling */
.alert[b-0vlm6o151z] {
    border: none;
    border-radius: 16px;
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
}

/* Animation keyframes */
@keyframes slideInDown-b-0vlm6o151z {
    from {
        transform: translateY(-100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInUp-b-0vlm6o151z {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Modal styling */
.modal-content[b-0vlm6o151z] {
    border-radius: 24px;
    border: none;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
}

.modal-header[b-0vlm6o151z] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 24px 24px 0 0;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
}

.modal-header .btn-close[b-0vlm6o151z] {
    filter: brightness(0) invert(1);
}

/* Form styling */
.form-control[b-0vlm6o151z] {
    border-radius: 12px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.form-control:focus[b-0vlm6o151z] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.form-label[b-0vlm6o151z] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}
/* _content/BlockWebsites/Components/Pages/LandingPage.razor.rz.scp.css */
/* Landing Page Styles */

/* Global Landing Page Styles */
.landing-layout[b-2fckks5u2s] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}

/* Navigation */
.landing-nav[b-2fckks5u2s] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 0;
}

.nav-content[b-2fckks5u2s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.brand[b-2fckks5u2s] {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
}

.brand-icon[b-2fckks5u2s] {
    font-size: 1.8rem;
    color: #667eea;
    margin-right: 0.75rem;
}

.nav-actions[b-2fckks5u2s] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.nav-phone[b-2fckks5u2s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #2d3748;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.nav-phone:hover[b-2fckks5u2s] {
    color: #667eea;
}

.btn-primary-nav[b-2fckks5u2s] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-primary-nav:hover[b-2fckks5u2s] {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
}

/* Hero Section */
.hero-section[b-2fckks5u2s] {
    padding: 150px 0 100px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.hero-section[b-2fckks5u2s]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="20" cy="80" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="80" r="1" fill="rgba(255,255,255,0.1)"/></svg>');
    animation: float-b-2fckks5u2s 20s ease-in-out infinite;
}

@keyframes float-b-2fckks5u2s {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

.hero-content[b-2fckks5u2s] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 10;
}

.hero-title[b-2fckks5u2s] {
    font-size: 3.5rem;
    font-weight: 800;
    color: white;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.highlight[b-2fckks5u2s] {
    background: linear-gradient(135deg, #ffd700, #ff6b6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle[b-2fckks5u2s] {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.hero-features[b-2fckks5u2s] {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.feature-pill[b-2fckks5u2s] {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-actions[b-2fckks5u2s] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-hero[b-2fckks5u2s] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-hero.primary[b-2fckks5u2s] {
    background: linear-gradient(135deg, #ff6b6b, #ffd700);
    color: #2d3748;
}

.btn-hero.secondary[b-2fckks5u2s] {
    background: transparent;
    color: white;
    border-color: rgba(255, 255, 255, 0.5);
}

.btn-hero:hover[b-2fckks5u2s] {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* Network Diagram */
.network-diagram[b-2fckks5u2s] {
    position: relative;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.network-node[b-2fckks5u2s] {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.network-node:hover[b-2fckks5u2s] {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.network-node i[b-2fckks5u2s] {
    font-size: 2rem;
    color: #667eea;
    margin-bottom: 0.5rem;
    display: block;
}

.network-node span[b-2fckks5u2s] {
    font-weight: 600;
    color: #2d3748;
    font-size: 0.9rem;
}

.network-node.central[b-2fckks5u2s] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
}

.network-node.central i[b-2fckks5u2s],
.network-node.central span[b-2fckks5u2s] {
    color: white;
}

.network-node.dns[b-2fckks5u2s] {
    top: 20%;
    right: 20%;
}

.network-node.isp[b-2fckks5u2s] {
    top: 20%;
    left: 20%;
}

.network-node.user[b-2fckks5u2s] {
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
}

/* Features Section */
.features-section[b-2fckks5u2s] {
    padding: 100px 0;
    background: white;
}

.section-header[b-2fckks5u2s] {
    text-align: center;
    margin-bottom: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-title[b-2fckks5u2s] {
    font-size: 3rem;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle[b-2fckks5u2s] {
    font-size: 1.25rem;
    color: #718096;
    line-height: 1.6;
}

.features-grid[b-2fckks5u2s] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.feature-card[b-2fckks5u2s] {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(102, 126, 234, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card[b-2fckks5u2s]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.feature-card:hover[b-2fckks5u2s] {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(102, 126, 234, 0.2);
}

.feature-icon[b-2fckks5u2s] {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    color: white;
}

.feature-icon.dns[b-2fckks5u2s] {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.feature-icon.api[b-2fckks5u2s] {
    background: linear-gradient(135deg, #ff6b6b, #ffd700);
}

.feature-icon.analytics[b-2fckks5u2s] {
    background: linear-gradient(135deg, #4ecdc4, #44a08d);
}

.feature-icon.compliance[b-2fckks5u2s] {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.feature-card h3[b-2fckks5u2s] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
}

.feature-card p[b-2fckks5u2s] {
    color: #718096;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.feature-list[b-2fckks5u2s] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li[b-2fckks5u2s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
    color: #4a5568;
}

.feature-list li i[b-2fckks5u2s] {
    color: #48bb78;
    font-size: 0.9rem;
}

/* Industry Section */
.industry-section[b-2fckks5u2s] {
    padding: 100px 0;
    background: linear-gradient(135deg, #f7fafc, #edf2f7);
}

.industry-content[b-2fckks5u2s] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-description[b-2fckks5u2s] {
    font-size: 1.1rem;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 3rem;
}

.industry-benefits[b-2fckks5u2s] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.benefit-item[b-2fckks5u2s] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.benefit-icon[b-2fckks5u2s] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.benefit-icon i[b-2fckks5u2s] {
    color: white;
    font-size: 1.5rem;
}

.benefit-text h4[b-2fckks5u2s] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.benefit-text p[b-2fckks5u2s] {
    color: #718096;
    line-height: 1.6;
    margin: 0;
}

.industry-stats[b-2fckks5u2s] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.stat-card[b-2fckks5u2s] {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(102, 126, 234, 0.1);
}

.stat-number[b-2fckks5u2s] {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.stat-label[b-2fckks5u2s] {
    color: #718096;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Tech Section */
.tech-section[b-2fckks5u2s] {
    padding: 100px 0;
    background: white;
}

.tech-grid[b-2fckks5u2s] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.tech-category[b-2fckks5u2s] {
    text-align: center;
}

.tech-category h3[b-2fckks5u2s] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 2rem;
}

.tech-items[b-2fckks5u2s] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tech-item[b-2fckks5u2s] {
    background: #f7fafc;
    border-radius: 15px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(102, 126, 234, 0.1);
}

.tech-item:hover[b-2fckks5u2s] {
    background: white;
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.1);
    transform: translateY(-2px);
}

.tech-item i[b-2fckks5u2s] {
    font-size: 1.5rem;
    color: #667eea;
}

.tech-item span[b-2fckks5u2s] {
    font-weight: 600;
    color: #2d3748;
}

/* Contact Section */
.contact-section[b-2fckks5u2s] {
    padding: 100px 0;
    background: linear-gradient(135deg, #2d3748, #4a5568);
    color: white;
}

.contact-content[b-2fckks5u2s] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.contact-description[b-2fckks5u2s] {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 3rem;
}

.contact-methods[b-2fckks5u2s] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.contact-method[b-2fckks5u2s] {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-method:hover[b-2fckks5u2s] {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.contact-icon[b-2fckks5u2s] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i[b-2fckks5u2s] {
    font-size: 1.5rem;
    color: white;
}

.contact-details h4[b-2fckks5u2s] {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.contact-details p[b-2fckks5u2s] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: #ffd700;
}

.contact-details span[b-2fckks5u2s] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.contact-cta[b-2fckks5u2s] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-contact[b-2fckks5u2s] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-contact.primary[b-2fckks5u2s] {
    background: linear-gradient(135deg, #ff6b6b, #ffd700);
    color: #2d3748;
}

.btn-contact.secondary[b-2fckks5u2s] {
    background: transparent;
    color: white;
    border-color: rgba(255, 255, 255, 0.5);
}

.btn-contact:hover[b-2fckks5u2s] {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.support-card[b-2fckks5u2s] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.support-header[b-2fckks5u2s] {
    text-align: center;
    margin-bottom: 2rem;
}

.support-header i[b-2fckks5u2s] {
    font-size: 3rem;
    color: #ffd700;
    margin-bottom: 1rem;
}

.support-header h3[b-2fckks5u2s] {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin: 0;
}

.support-features[b-2fckks5u2s] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.support-feature[b-2fckks5u2s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    color: white;
    font-weight: 600;
}

.support-feature i[b-2fckks5u2s] {
    color: #ffd700;
}

/* Footer */
.landing-footer[b-2fckks5u2s] {
    background: #1a202c;
    color: white;
    padding: 3rem 0 2rem;
}

.footer-content[b-2fckks5u2s] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    margin-bottom: 2rem;
}

.footer-brand p[b-2fckks5u2s] {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1rem;
    line-height: 1.6;
}

.footer-contact h4[b-2fckks5u2s] {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
}

.footer-links[b-2fckks5u2s] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-links a[b-2fckks5u2s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover[b-2fckks5u2s] {
    color: #ffd700;
}

.footer-links i[b-2fckks5u2s] {
    color: #667eea;
}

.footer-bottom[b-2fckks5u2s] {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content[b-2fckks5u2s] {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .hero-title[b-2fckks5u2s] {
        font-size: 2.5rem;
    }

    .nav-content[b-2fckks5u2s] {
        padding: 0 1rem;
    }

    .nav-phone[b-2fckks5u2s] {
        display: none;
    }

    .features-grid[b-2fckks5u2s] {
        grid-template-columns: 1fr;
        padding: 0 1rem;
    }

    .industry-content[b-2fckks5u2s],
    .contact-content[b-2fckks5u2s] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .tech-grid[b-2fckks5u2s] {
        grid-template-columns: 1fr;
        padding: 0 1rem;
    }

    .footer-content[b-2fckks5u2s] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-actions[b-2fckks5u2s] {
        justify-content: center;
    }

    .contact-cta[b-2fckks5u2s] {
        justify-content: center;
    }

    .support-features[b-2fckks5u2s] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-title[b-2fckks5u2s] {
        font-size: 2rem;
    }

    .section-title[b-2fckks5u2s] {
        font-size: 2rem;
    }

    .hero-actions[b-2fckks5u2s],
    .contact-cta[b-2fckks5u2s] {
        flex-direction: column;
    }

    .btn-hero[b-2fckks5u2s],
    .btn-contact[b-2fckks5u2s] {
        width: 100%;
        justify-content: center;
    }
}
