@import '_content/HGO.AppealsPublicModule.UI/HGO.AppealsPublicModule.UI.kg093l8tsh.bundle.scp.css';
@import '_content/HGO.PropertyPublicModule.UI/HGO.PropertyPublicModule.UI.gkg7mh4adg.bundle.scp.css';
@import '_content/HGO.Public.UI.Shared/HGO.Public.UI.Shared.f95fkqfm3l.bundle.scp.css';
@import '_content/HGO.UI.Common.Components/HGO.UI.Common.Components.n17tl1ctho.bundle.scp.css';

/* /Components/Breadcrumb.razor.rz.scp.css */
/* Modern Breadcrumb Navigation */
.breadcrumb-nav[b-5rkiw9bmc0] {
    padding: 0;
}

.breadcrumb[b-5rkiw9bmc0] {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0.875rem;
}

.breadcrumb-item[b-5rkiw9bmc0] {
    display: flex;
    align-items: center;
}

.breadcrumb-item + .breadcrumb-item[b-5rkiw9bmc0]::before {
    content: "/";
    padding: 0 0.5rem;
    color: #6c757d;
    font-weight: 300;
}

.breadcrumb-item a[b-5rkiw9bmc0] {
    color: var(--color-primary, #0d6efd);
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    display: inline-flex;
    align-items: center;
}

.breadcrumb-item a:hover[b-5rkiw9bmc0] {
    color: var(--color-primary-hover, #0b5ed7);
    background-color: rgba(13, 110, 253, 0.05);
}

.breadcrumb-item.active[b-5rkiw9bmc0] {
    color: var(--color-text-secondary, #6c757d);
    font-weight: 600;
    padding: 0.25rem 0.5rem;
}

.breadcrumb-item:not(.active):not(:has(a))[b-5rkiw9bmc0] {
    color: var(--color-text-secondary, #6c757d);
    padding: 0.25rem 0.5rem;
}

.breadcrumb-item i[b-5rkiw9bmc0] {
    font-size: 0.875rem;
}

/* Dark Theme Support */
[data-theme="dark"] .breadcrumb-item + .breadcrumb-item[b-5rkiw9bmc0]::before {
    color: #adb5bd;
}

[data-theme="dark"] .breadcrumb-item a:hover[b-5rkiw9bmc0] {
    background-color: rgba(90, 156, 246, 0.1);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .breadcrumb[b-5rkiw9bmc0] {
        font-size: 0.8125rem;
    }

    .breadcrumb-item + .breadcrumb-item[b-5rkiw9bmc0]::before {
        padding: 0 0.375rem;
    }

    .breadcrumb-item a[b-5rkiw9bmc0],
    .breadcrumb-item.active[b-5rkiw9bmc0] {
        padding: 0.125rem 0.375rem;
    }
}

/* Animation */
.breadcrumb-item[b-5rkiw9bmc0] {
    animation: fadeInSlide-b-5rkiw9bmc0 0.3s ease-out;
}

@keyframes fadeInSlide-b-5rkiw9bmc0 {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* /Components/FooterBody.razor.rz.scp.css */
/* ========================================
   FOOTER - MATCHES SEARCH BACKGROUND
   ======================================== */

.main-footer[b-ji7gpwx42c] {
    position: relative;
    background: var(--search-results-bg);
    flex-shrink: 0;
    margin: 0;
    border-radius: 12px;
    font-size: 0.875rem;
    color: var(--color-text);
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(var(--bs-primary-rgb, 0, 120, 212), 0.15);
    border: 2px solid var(--search-results-border);
}

.footer-content[b-ji7gpwx42c] {
    padding: 0.5rem 0;
    position: relative;
    z-index: 1;
    max-width: 100%;
    overflow: hidden;
}

/* Footer Main Layout - Auto width for contact, rest for disclaimer */
.footer-main[b-ji7gpwx42c] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.25rem;
    margin-bottom: 0.375rem;
    align-items: stretch; /* Make sections same height */
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

/* Footer Sections */
.footer-section[b-ji7gpwx42c] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    padding: 0.375rem 0.625rem;
    background: transparent;
    border-radius: 12px;
    border: none;
    box-shadow: none;
    max-width: 100%;
    overflow: hidden;
}

/* Add vertical divider between sections */
.footer-contact-section[b-ji7gpwx42c] {
    position: relative;
}

.footer-contact-section[b-ji7gpwx42c]::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    bottom: 10%;
    width: 1px;
    background: linear-gradient(180deg,
        transparent 0%,
        var(--search-results-border) 20%,
        var(--search-results-border) 80%,
        transparent 100%);
}

.footer-contact-section[b-ji7gpwx42c] {
    justify-content: flex-start;
    min-width: 450px; /* Expanded to prevent CloudSync message wrapping */
}

.footer-disclaimer-section[b-ji7gpwx42c] {
    justify-content: flex-start;
}

/* Headings */
.footer-heading[b-ji7gpwx42c] {
    font-size: 0.8rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
    color: var(--search-accent-color);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-heading i[b-ji7gpwx42c] {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Contact Info */
.footer-address[b-ji7gpwx42c] {
    margin: 0;
    line-height: 1.3;
    color: var(--color-text);
    font-size: 0.75rem;
    padding: 0 0.5rem 0.125rem 0.5rem;
}

.footer-contact-details[b-ji7gpwx42c] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    padding: 0 0.5rem;
}

.footer-contact-details > span[b-ji7gpwx42c] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

.footer-contact-details strong[b-ji7gpwx42c] {
    color: var(--color-text);
    font-weight: 600;
}

.footer-contact-details a[b-ji7gpwx42c] {
    color: var(--search-accent-color);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.footer-contact-details a:hover[b-ji7gpwx42c] {
    color: var(--search-accent-dark);
    text-decoration: underline;
}

.separator[b-ji7gpwx42c] {
    color: var(--color-text-secondary);
    opacity: 0.8;
}

/* CloudSync Last Update Messages */
.cloud-sync-messages[b-ji7gpwx42c] {
    display: flex;
    flex-direction: column; /* Stack all the time */
    gap: 0.1625rem; /* Tight vertical spacing */
    margin-top: 0.975em; /* Spacing above messages */
    margin-bottom: 0;
    padding: 0;
    align-items: flex-start; /* Left-align the messages */
    width: 100%;
}

.cloud-sync-message[b-ji7gpwx42c] {
    font-size: 0.8rem; /* Same as footer-heading */
    color: #000000; /* Black text as requested */
    line-height: 1;
    text-transform: uppercase; /* ALL CAPS */
    text-align: left; /* Left-align text */
    white-space: nowrap; /* Prevent text wrapping */
}

/* Legal Disclaimer Content */
.legal-disclaimer-content[b-ji7gpwx42c] {
    max-height: none;
    overflow-y: visible;
    padding: 0.5rem;
}

.legal-disclaimer-content[b-ji7gpwx42c]::-webkit-scrollbar {
    width: 6px;
}

.legal-disclaimer-content[b-ji7gpwx42c]::-webkit-scrollbar-track {
    background: var(--color-border-light);
    border-radius: 4px;
}

.legal-disclaimer-content[b-ji7gpwx42c]::-webkit-scrollbar-thumb {
    background: var(--color-border);
    border-radius: 4px;
}

.legal-disclaimer-content[b-ji7gpwx42c]::-webkit-scrollbar-thumb:hover {
    background: var(--search-accent-color);
}

.disclaimer-paragraph[b-ji7gpwx42c] {
    margin-bottom: 0.375rem;
    line-height: 1.4;
    font-size: 0.75rem;
    color: var(--color-text);
}

.disclaimer-paragraph:last-child[b-ji7gpwx42c] {
    margin-bottom: 0;
}

.disclaimer-acknowledgment[b-ji7gpwx42c] {
    margin-top: 0.375rem;
    margin-bottom: 0;
    font-size: 0.75rem;
    font-style: italic;
    color: var(--color-text-secondary);
    opacity: 0.85;
}

/* Footer Bottom (Copyright Bar) */
.footer-bottom[b-ji7gpwx42c] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
    border-top: 1px solid var(--search-results-border);
    font-size: 0.75rem;
    color: var(--color-text-secondary);
    width: 100%;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(var(--bs-primary-rgb, 0, 120, 212), 0.05) 50%,
        transparent 100%);
    margin-top: 0.5rem;
}

.footer-bottom .version[b-ji7gpwx42c] {
    font-size: 0.75rem;
    color: var(--color-text-secondary);
}

.footer-bottom .recaptcha-notice[b-ji7gpwx42c] {
    font-size: 0.75rem;
    color: var(--color-text-secondary);
}

.footer-bottom .recaptcha-notice a[b-ji7gpwx42c] {
    color: var(--bs-primary, #0078d4);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-bottom .recaptcha-notice a:hover[b-ji7gpwx42c] {
    color: var(--bs-primary-hover, #005a9e);
    text-decoration: underline;
}

/* Tablet - Stack sections for better readability */
@media (max-width: 992px) {
    .footer-main[b-ji7gpwx42c] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .footer-contact-section[b-ji7gpwx42c] {
        min-width: auto;
    }

    /* Remove vertical divider on tablet/mobile */
    .footer-contact-section[b-ji7gpwx42c]::after {
        display: none;
    }

    .footer-disclaimer-section[b-ji7gpwx42c] {
        padding-top: 0.75rem;
        border-top: 1px solid var(--search-results-border);
    }
}

/* Mobile - Optimize for small screens */
@media (max-width: 768px) {
    .footer-content[b-ji7gpwx42c] {
        padding: 0.75rem 0;
    }

    .footer-main[b-ji7gpwx42c] {
        gap: 0.875rem;
        margin-bottom: 0.5rem;
    }

    .footer-heading[b-ji7gpwx42c] {
        font-size: 0.8rem;
        margin-bottom: 0.25rem;
    }

    .footer-address[b-ji7gpwx42c],
    .footer-contact-details[b-ji7gpwx42c] {
        font-size: 0.75rem;
    }

    /* Stack contact details vertically on mobile */
    .footer-contact-details[b-ji7gpwx42c] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.375rem;
        padding: 0 0.5rem;
    }

    .footer-contact-details .separator[b-ji7gpwx42c] {
        display: none;
    }

    /* CloudSync messages already stack on all screens - no mobile override needed */

    .legal-disclaimer-content[b-ji7gpwx42c] {
        max-height: none;
    }

    .disclaimer-paragraph[b-ji7gpwx42c] {
        font-size: 0.75rem;
    }

    .footer-bottom[b-ji7gpwx42c] {
        font-size: 0.7rem;
        gap: 0.5rem;
        padding-top: 0.5rem;
    }
}

/* DARK MODE SUPPORT */
@media (prefers-color-scheme: dark) {
    .legal-disclaimer-content[b-ji7gpwx42c]::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
    }

    .legal-disclaimer-content[b-ji7gpwx42c]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
    }

    .legal-disclaimer-content[b-ji7gpwx42c]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.3);
    }
}
/* /Components/SessionWarningToast.razor.rz.scp.css */
/* ==========================================================================
   Session Warning Toast - Scoped Styles
   ========================================================================== */

.session-toast[b-97ml6w5l7x] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1050;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 8px;
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    color: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    animation: slideInRight-b-97ml6w5l7x 0.3s ease;
    max-width: 500px;
    min-width: 400px;
}

.toast-icon[b-97ml6w5l7x] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.toast-content[b-97ml6w5l7x] {
    flex: 1;
    min-width: 0;
}

.toast-title[b-97ml6w5l7x] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.toast-message[b-97ml6w5l7x] {
    font-size: 0.875rem;
    opacity: 0.95;
}

.toast-message strong[b-97ml6w5l7x] {
    font-weight: 700;
}

.toast-actions[b-97ml6w5l7x] {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.toast-actions button[b-97ml6w5l7x] {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    white-space: nowrap;
}

.btn-extend[b-97ml6w5l7x] {
    background: #ffffff;
    color: #f57c00;
}

.btn-extend:hover[b-97ml6w5l7x] {
    background: #f5f5f5;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.btn-logout[b-97ml6w5l7x] {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-logout:hover[b-97ml6w5l7x] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
}

.toast-close[b-97ml6w5l7x] {
    background: transparent;
    border: none;
    color: #ffffff;
    opacity: 0.8;
    cursor: pointer;
    padding: 0.25rem;
    font-size: 1.25rem;
    flex-shrink: 0;
    transition: opacity 0.2s ease;
}

.toast-close:hover[b-97ml6w5l7x] {
    opacity: 1;
}

@keyframes slideInRight-b-97ml6w5l7x {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .session-toast[b-97ml6w5l7x] {
        top: auto;
        bottom: 1rem;
        right: 1rem;
        left: 1rem;
        min-width: auto;
        max-width: none;
        flex-wrap: wrap;
    }

    .toast-actions[b-97ml6w5l7x] {
        width: 100%;
        margin-top: 0.5rem;
    }

    .toast-actions button[b-97ml6w5l7x] {
        flex: 1;
    }
}

/* /Components/Settings/HoneycombTile.razor.rz.scp.css */
/* ==========================================================================
   Honeycomb Tile Component - Theme-Aware Hexagonal Design with Rounded Corners
   ========================================================================== */

.honeycomb-tile[b-8gatsafgzn] {
    --tile-size: 200px;
    --tile-bg: var(--color-surface, #ffffff);
    --tile-border: var(--color-border, #e5e5e5);
    --tile-text: var(--color-text, #323130);
    --tile-text-secondary: var(--color-text-secondary, #605e5c);
    --tile-primary: var(--color-primary, #0078d4);
    --tile-hover-bg: var(--color-primary, #0078d4);
    --tile-hover-text: var(--color-primary-text, #ffffff);

    /* Slightly rounded hexagon mask - subtle soft corners with proper edge alignment */
    --hexagon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M46 2 Q50 0 54 2 L94 22 Q100 25 100 29 L100 71 Q100 75 94 78 L54 98 Q50 100 46 98 L6 78 Q0 75 0 71 L0 29 Q0 25 6 22 Z' fill='black'/%3E%3C/svg%3E");

    width: var(--tile-size);
    cursor: pointer;
    outline: none;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.honeycomb-tile:focus-visible .honeycomb-shape[b-8gatsafgzn] {
    outline: 3px solid var(--tile-primary);
    outline-offset: 4px;
}

.honeycomb-tile:hover:not(.disabled)[b-8gatsafgzn] {
    transform: translateY(-8px) scale(1.02);
}

.honeycomb-tile.disabled[b-8gatsafgzn] {
    cursor: not-allowed;
    opacity: 0.5;
    filter: grayscale(50%);
}

/* Hexagon Shape using mask for rounded corners */
.honeycomb-shape[b-8gatsafgzn] {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1; /* Square aspect ratio - the mask defines the hexagon shape */
    background: linear-gradient(135deg,
        rgba(var(--bs-primary-rgb, 0, 120, 212), 0.12) 0%,
        rgba(var(--bs-primary-rgb, 0, 120, 212), 0.06) 40%,
        rgba(var(--bs-primary-rgb, 0, 120, 212), 0.06) 60%,
        rgba(var(--bs-primary-rgb, 0, 120, 212), 0.18) 100%);
    -webkit-mask-image: var(--hexagon-mask);
    mask-image: var(--hexagon-mask);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12),
                0 2px 8px rgba(var(--bs-primary-rgb, 0, 120, 212), 0.12);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hexagon border effect using pseudo-element */
.honeycomb-shape[b-8gatsafgzn]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(var(--bs-primary-rgb, 0, 120, 212), 0.35) 0%,
        rgba(var(--bs-primary-rgb, 0, 120, 212), 0.15) 50%,
        rgba(var(--bs-primary-rgb, 0, 120, 212), 0.35) 100%);
    -webkit-mask-image: var(--hexagon-mask);
    mask-image: var(--hexagon-mask);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: -1;
    transform: scale(1.04);
    transition: background 0.3s ease;
}

.honeycomb-tile:hover:not(.disabled) .honeycomb-shape[b-8gatsafgzn]::before {
    background: linear-gradient(135deg, var(--tile-primary) 0%, var(--tile-hover-bg) 100%);
}

.honeycomb-tile:hover:not(.disabled) .honeycomb-shape[b-8gatsafgzn] {
    box-shadow: 0 8px 30px rgba(var(--bs-primary-rgb, 0, 120, 212), 0.25);
}

/* Content container */
.honeycomb-content[b-8gatsafgzn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem 1rem;
    gap: 0.5rem;
    transition: opacity 0.3s ease;
}

.honeycomb-tile:hover:not(.disabled) .honeycomb-content[b-8gatsafgzn] {
    opacity: 0;
}

/* Icon styling */
.tile-icon[b-8gatsafgzn] {
    font-size: 2.5rem;
    color: var(--tile-primary);
    margin-bottom: 0.25rem;
    transition: color 0.3s ease, transform 0.3s ease;
}

/* Title styling */
.tile-title[b-8gatsafgzn] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--tile-text);
    margin: 0;
    line-height: 1.2;
}

/* Stats styling */
.tile-stats[b-8gatsafgzn] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.settings-count[b-8gatsafgzn] {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--tile-primary);
    background: rgba(var(--bs-primary-rgb, 0, 120, 212), 0.1);
    padding: 0.2rem 0.6rem;
    border-radius: 1rem;
}

/* Last updated styling */
.tile-updated[b-8gatsafgzn] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.75rem;
    color: var(--tile-text-secondary);
}

.tile-updated i[b-8gatsafgzn] {
    font-size: 0.7rem;
}

/* Hover overlay */
.honeycomb-hover-overlay[b-8gatsafgzn] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--tile-primary) 0%, var(--color-primary-hover, #106ebe) 100%);
    -webkit-mask-image: var(--hexagon-mask);
    mask-image: var(--hexagon-mask);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.honeycomb-tile:hover:not(.disabled) .honeycomb-hover-overlay[b-8gatsafgzn] {
    opacity: 1;
}

.hover-text[b-8gatsafgzn] {
    color: var(--tile-hover-text);
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding: 1rem;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

@media (max-width: 768px) {
    .honeycomb-tile[b-8gatsafgzn] {
        --tile-size: 160px;
    }

    .tile-icon[b-8gatsafgzn] {
        font-size: 2rem;
    }

    .tile-title[b-8gatsafgzn] {
        font-size: 0.9rem;
    }

    .settings-count[b-8gatsafgzn] {
        font-size: 0.75rem;
    }

    .tile-updated[b-8gatsafgzn] {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .honeycomb-tile[b-8gatsafgzn] {
        --tile-size: 140px;
    }

    .honeycomb-content[b-8gatsafgzn] {
        padding: 1rem 0.5rem;
        gap: 0.3rem;
    }

    .tile-icon[b-8gatsafgzn] {
        font-size: 1.75rem;
    }

    .tile-title[b-8gatsafgzn] {
        font-size: 0.85rem;
    }

    .tile-updated[b-8gatsafgzn] {
        display: none; /* Hide on very small screens */
    }
}

/* ==========================================================================
   Reduced Motion Support
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
    .honeycomb-tile[b-8gatsafgzn],
    .honeycomb-shape[b-8gatsafgzn],
    .honeycomb-content[b-8gatsafgzn],
    .honeycomb-hover-overlay[b-8gatsafgzn],
    .tile-icon[b-8gatsafgzn] {
        transition: none;
    }

    .honeycomb-tile:hover:not(.disabled)[b-8gatsafgzn] {
        transform: none;
    }
}

/* /Components/Settings/ServiceHealthIndicator.razor.rz.scp.css */
/* ==========================================================================
   Service Health Indicator - Tabbed Design
   ========================================================================== */

.health-indicator[b-77fssla88c] {
    background: var(--color-surface, #ffffff);
    border: 1px solid var(--color-border, #e5e5e5);
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    margin-bottom: 1.5rem;
}

.health-indicator.expanded[b-77fssla88c] {
    border-color: var(--color-primary, #0078d4);
}

.health-indicator.healthy[b-77fssla88c] { border-left: 4px solid #28a745; }
.health-indicator.unhealthy[b-77fssla88c] { border-left: 4px solid #dc3545; }
.health-indicator.degraded[b-77fssla88c] { border-left: 4px solid #ffc107; }
.health-indicator.unavailable[b-77fssla88c] { border-left: 4px solid #6c757d; }
.health-indicator.loading[b-77fssla88c] { border-left: 4px solid #17a2b8; }

/* Main Header */
.health-header[b-77fssla88c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.75rem 1.25rem;
    background: var(--color-bg-secondary, #fafafa);
    border-bottom: 1px solid var(--color-border, #e5e5e5);
}

.header-left[b-77fssla88c] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.status-dot[b-77fssla88c] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.status-dot.healthy[b-77fssla88c] { background-color: #28a745; }
.status-dot.unhealthy[b-77fssla88c] { background-color: #dc3545; }
.status-dot.degraded[b-77fssla88c] { background-color: #ffc107; }
.status-dot.unavailable[b-77fssla88c] { background-color: #6c757d; }
.status-dot.loading[b-77fssla88c] { background-color: #17a2b8; animation: pulse-b-77fssla88c 1.5s infinite; }

@keyframes pulse-b-77fssla88c {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.service-name[b-77fssla88c] {
    font-weight: 600;
    color: var(--color-text, #323130);
    font-size: 0.95rem;
}

/* Tab Container */
.tab-container[b-77fssla88c] {
    display: flex;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: var(--color-surface, #ffffff);
    border-bottom: 1px solid var(--color-border, #e5e5e5);
    flex-wrap: wrap;
}

.tab-pill[b-77fssla88c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border: 1px solid var(--color-border, #e5e5e5);
    border-radius: 20px;
    background: var(--color-surface, #ffffff);
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.85rem;
}

.tab-pill:hover[b-77fssla88c] {
    background: var(--color-surface-hover, #f5f5f5);
    border-color: var(--color-primary, #0078d4);
}

.tab-pill.active[b-77fssla88c] {
    background: var(--color-primary-light, #e6f2ff);
    border-color: var(--color-primary, #0078d4);
}

.tab-status-dot[b-77fssla88c] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.tab-status-dot.healthy[b-77fssla88c] { background-color: #28a745; }
.tab-status-dot.unhealthy[b-77fssla88c] { background-color: #dc3545; }
.tab-status-dot.degraded[b-77fssla88c] { background-color: #ffc107; }
.tab-status-dot.unavailable[b-77fssla88c] { background-color: #6c757d; }
.tab-status-dot.loading[b-77fssla88c] { background-color: #17a2b8; animation: pulse-b-77fssla88c 1.5s infinite; }

.tab-name[b-77fssla88c] {
    font-weight: 500;
    color: var(--color-text, #323130);
}

.tab-status-badge[b-77fssla88c] {
    padding: 0.15rem 0.5rem;
    border-radius: 10px;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
}

/* Tab Content */
.tab-content[b-77fssla88c] {
    padding: 1rem 1.25rem;
}

.loading-content[b-77fssla88c] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    color: var(--color-text-secondary, #605e5c);
    font-style: italic;
}

.key-info[b-77fssla88c] {
    margin-bottom: 1rem;
}

.quick-stats[b-77fssla88c] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.stat-item[b-77fssla88c] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    color: var(--color-text-secondary, #605e5c);
}

.stat-item i[b-77fssla88c] {
    color: var(--color-primary, #0078d4);
    font-size: 0.8rem;
}

.details-toggle[b-77fssla88c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0;
    border: none;
    background: transparent;
    color: var(--color-primary, #0078d4);
    font-size: 0.85rem;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.details-toggle:hover[b-77fssla88c] {
    opacity: 0.8;
}

.expanded-content[b-77fssla88c] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--color-border, #e5e5e5);
    animation: slideDown-b-77fssla88c 0.2s ease;
}

.status-badge[b-77fssla88c], .tab-status-badge[b-77fssla88c] {
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.badge-healthy[b-77fssla88c] { background-color: #d4edda; color: #155724; }
.badge-unhealthy[b-77fssla88c] { background-color: #f8d7da; color: #721c24; }
.badge-degraded[b-77fssla88c] { background-color: #fff3cd; color: #856404; }
.badge-unavailable[b-77fssla88c] { background-color: #e9ecef; color: #495057; }
.badge-loading[b-77fssla88c] { background-color: #d1ecf1; color: #0c5460; }

.version-info[b-77fssla88c] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.version[b-77fssla88c] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    color: var(--color-text-secondary, #605e5c);
    font-family: 'Consolas', monospace;
    padding: 0.15rem 0.5rem;
    background: var(--color-bg-secondary, #f5f5f5);
    border-radius: 4px;
}

.version i[b-77fssla88c] {
    font-size: 0.7rem;
    opacity: 0.7;
}

.version.pacs-version[b-77fssla88c] {
    background: var(--color-primary-light, #e6f2ff);
    color: var(--color-primary, #0078d4);
}

.version.pacs-version i[b-77fssla88c] {
    color: var(--color-primary, #0078d4);
}

.last-checked[b-77fssla88c] {
    font-size: 0.75rem;
    color: var(--color-text-secondary, #605e5c);
}

.loading-text[b-77fssla88c] {
    font-size: 0.85rem;
    color: var(--color-text-secondary, #605e5c);
    font-style: italic;
}

.header-right[b-77fssla88c] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.refresh-btn[b-77fssla88c] {
    background: transparent;
    border: none;
    padding: 0.4rem;
    cursor: pointer;
    color: var(--color-text-secondary, #605e5c);
    border-radius: 4px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.refresh-btn:hover:not(:disabled)[b-77fssla88c] {
    color: var(--color-primary, #0078d4);
    background: var(--color-surface-hover, #f0f0f0);
}

.refresh-btn:disabled[b-77fssla88c] { opacity: 0.5; cursor: not-allowed; }

.chevron-icon[b-77fssla88c] {
    color: var(--color-text-secondary, #605e5c);
    transition: transform 0.2s ease;
    font-size: 0.85rem;
}

.health-content[b-77fssla88c] {
    padding: 1.25rem;
    animation: slideDown-b-77fssla88c 0.2s ease;
}

@keyframes slideDown-b-77fssla88c {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.unavailable-message[b-77fssla88c] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: #fff3cd;
    border-radius: 6px;
    color: #856404;
}

.unavailable-message i[b-77fssla88c] { font-size: 1.25rem; }

.health-section[b-77fssla88c] { margin-bottom: 1.25rem; }
.health-section:last-child[b-77fssla88c] { margin-bottom: 0; }

.section-heading[b-77fssla88c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-text, #323130);
    margin: 0 0 0.75rem 0;
}

.section-heading i[b-77fssla88c] { color: var(--color-primary, #0078d4); }
.module-count[b-77fssla88c] { font-weight: normal; color: var(--color-text-secondary, #605e5c); font-size: 0.8rem; }

.health-entries[b-77fssla88c] { display: flex; flex-direction: column; gap: 0.5rem; }

.health-entry[b-77fssla88c] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
    background: var(--color-bg-secondary, #fafafa);
    border-radius: 6px;
    flex-wrap: wrap;
}

.health-entry.unhealthy[b-77fssla88c] { background: #fff5f5; }

.entry-status[b-77fssla88c] { flex-shrink: 0; }
.entry-status i[b-77fssla88c] { font-size: 1rem; }
.health-entry:not(.unhealthy) .entry-status i[b-77fssla88c] { color: #28a745; }
.health-entry.unhealthy .entry-status i[b-77fssla88c] { color: #dc3545; }

.entry-name[b-77fssla88c] { font-weight: 600; color: var(--color-text, #323130); min-width: 80px; }

.entry-data[b-77fssla88c] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    flex: 1;
}

.data-item[b-77fssla88c] {
    font-size: 0.8rem;
    color: var(--color-text-secondary, #605e5c);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.modules-grid[b-77fssla88c] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.5rem;
}

.module-item[b-77fssla88c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: var(--color-bg-secondary, #fafafa);
    border-radius: 4px;
    font-size: 0.8rem;
    color: var(--color-text, #323130);
}

.module-item i[b-77fssla88c] { color: #28a745; flex-shrink: 0; }
.module-item.unhealthy[b-77fssla88c] { background: #fff5f5; }
.module-item.unhealthy i[b-77fssla88c] { color: #dc3545; }

.performance-info[b-77fssla88c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: var(--color-text-secondary, #605e5c);
    padding-top: 0.75rem;
    border-top: 1px solid var(--color-border, #e5e5e5);
    margin-top: 0.75rem;
}

/* Responsive */
@media (max-width: 768px) {
    .health-header[b-77fssla88c] { padding: 0.75rem 1rem; }
    .header-left[b-77fssla88c] { gap: 0.5rem; }
    .service-name[b-77fssla88c] { font-size: 0.9rem; }
    .status-badge[b-77fssla88c], .tab-status-badge[b-77fssla88c] { font-size: 0.7rem; padding: 0.15rem 0.5rem; }
    .modules-grid[b-77fssla88c] { grid-template-columns: 1fr; }
    .tab-container[b-77fssla88c] { padding: 0.5rem 1rem; gap: 0.4rem; }
    .tab-pill[b-77fssla88c] { padding: 0.4rem 0.75rem; font-size: 0.8rem; }
    .tab-content[b-77fssla88c] { padding: 0.75rem 1rem; }
    .quick-stats[b-77fssla88c] { gap: 1rem; }
}

/* /Layout/MainLayout.razor.rz.scp.css */
.nav-drawer .dxbl-drawer-content[b-5e7ky864uy] {
    font-size: var(--dxbl-drawer-panel-font-size);
    line-height: var(--dxbl-drawer-panel-line-height);
    padding: var(--dxbl-drawer-panel-padding-y) var(--dxbl-drawer-panel-padding-x);
    overflow: auto;
    height: 100%;
}

.nav-drawer:has(.nav-drawer-menu)[b-5e7ky864uy] {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 0;
}

.dxbl-menu.nav-drawer-menu[b-5e7ky864uy] {
    --dxbl-menu-item-padding-x: 0.9375rem;
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
}

.dxbl-sm .dxbl-menu.nav-drawer-menu[b-5e7ky864uy] {
    --dxbl-menu-item-padding-x: 0.8125rem;
}

.dxbl-lg .dxbl-menu.nav-drawer-menu[b-5e7ky864uy] {
    --dxbl-menu-item-padding-x: 1.0625rem;
}

.nav-drawer.nav-drawer-mini .left-panel-container[b-5e7ky864uy]  .dxbl-menu-item-text {
    display: none;
    transition: visibility linear var(--dxbl-drawer-animation-duration);
}

.nav-drawer.nav-drawer-mini .left-panel-container[b-5e7ky864uy]  .dxbl-menu-list-item .dxbl-btn {
    justify-content: center;
}

.nav-drawer .left-panel-container[b-5e7ky864uy]  .dxbl-menu-list-item {
    margin-bottom: var(--dxbl-menu-item-padding-y);
}

.nav-drawer .left-panel-container[b-5e7ky864uy]  .dxbl-menu-item>a {
    border-radius: 2em;
    padding: 0.7rem;
}

.nav-drawer .left-panel-container[b-5e7ky864uy]  .dxbl-menu-item-list:not(.dxbl-menu-with-title)>.dxbl-menu-list-item:first-child>.dxbl-menu-item>.dxbl-btn {
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
}

.nav-drawer .left-panel-container[b-5e7ky864uy]  .dxbl-menu-item-list:not(.dxbl-menu-with-title)>.dxbl-menu-list-item:last-child>.dxbl-menu-item>.dxbl-btn {
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
}


.icon-container[b-5e7ky864uy] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    width: 100%;
}



.drawer-content-scroll[b-5e7ky864uy] {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}


.main-layout-container[b-5e7ky864uy] {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.left-panel-container[b-5e7ky864uy] {
    display: flex;
    flex-direction: column;
    font-size: 25px;
    height: 100%;
    width: 100%;
}

.left-panel-container[b-5e7ky864uy]  .dxbl-menu-item .dxbl-image {
    font-size: 1.3rem;
}

.nav-container[b-5e7ky864uy] {
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow: auto;
    overflow-x: hidden;
}

.info-wrapper[b-5e7ky864uy] {
    font-size: 0.75rem;
    position: relative;
    width: 100%;
}

.nav-drawer .info-wrapper[b-5e7ky864uy]  .dxbl-btn {
    padding: 0.8rem;
}

[b-5e7ky864uy] .nav-drawer .dxbl-drawer-panel {
    border-right: unset !important;
}

.nav-drawer.nav-drawer-mini .left-panel-container .info-wrapper .side-bar-action[b-5e7ky864uy]  .dxbl-btn {
    padding: 1rem 0;
}

.nav-drawer.nav-drawer-mini .left-panel-container .info-wrapper .side-bar-action[b-5e7ky864uy]  .dxbl-btn span {
    margin-right: 0px !important
}

/* ========================================
   SCROLL TO TOP BUTTON
   ======================================== */

.scroll-to-top[b-5e7ky864uy] {
    /* Positioning - Adjusted to avoid reCAPTCHA badge */
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 10000;
    
    /* Size - Touch-friendly minimum 48x48px */
    width: 3.5rem;
    height: 3.5rem;
    
    /* Appearance */
    background: var(--search-btn-gradient);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    
    /* Icon */
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* Shadow - Modern, subtle elevation */
    box-shadow: 
        0 4px 12px rgba(var(--bs-primary-rgb, 6, 182, 212), 0.4),
        0 2px 6px rgba(0, 0, 0, 0.1);
    
    /* Animation - Initially hidden */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.8);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    
    /* Prevent text selection */
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* Visible state */
.scroll-to-top.visible[b-5e7ky864uy] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* Hover effect */
.scroll-to-top:hover[b-5e7ky864uy] {
    background: var(--search-btn-hover-gradient);
    transform: translateY(-4px) scale(1.05);
    box-shadow: 
        0 8px 20px rgba(var(--bs-primary-rgb, 6, 182, 212), 0.5),
        0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Active/Click state */
.scroll-to-top:active[b-5e7ky864uy] {
    transform: translateY(-2px) scale(1);
    box-shadow: 
        0 4px 12px rgba(var(--bs-primary-rgb, 6, 182, 212), 0.4),
        0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Focus visible for keyboard navigation (accessibility) */
.scroll-to-top:focus-visible[b-5e7ky864uy] {
    outline: 3px solid rgba(var(--bs-primary-rgb, 6, 182, 212), 0.5);
    outline-offset: 3px;
}

/* Icon animation on hover */
.scroll-to-top:hover i[b-5e7ky864uy] {
    animation: bounce-up-b-5e7ky864uy 0.6s ease-in-out infinite;
}

@keyframes bounce-up-b-5e7ky864uy {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

/* Theme Support (Variables automatically handle all themes) */
/* All theme-specific styles are now handled by CSS variables */

/* Tablet adjustments */
@media (max-width: 991px) {
    .scroll-to-top[b-5e7ky864uy] {
        bottom: 1.5rem;
        right: 1.5rem;
        width: 3.25rem;
        height: 3.25rem;
        font-size: 1.125rem;
    }
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .scroll-to-top[b-5e7ky864uy] {
        bottom: 1.25rem;
        right: 1.25rem;
        width: 3rem;
        height: 3rem;
        font-size: 1rem;
    }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .scroll-to-top[b-5e7ky864uy] {
        transition: opacity 0.2s ease, visibility 0.2s ease;
        transform: none;
    }
    
    .scroll-to-top.visible[b-5e7ky864uy] {
        transform: none;
    }
    
    .scroll-to-top:hover[b-5e7ky864uy] {
        transform: none;
    }
    
    .scroll-to-top:hover i[b-5e7ky864uy] {
        animation: none;
    }
}

/* Print - Hide scroll to top button */
@media print {
    .scroll-to-top[b-5e7ky864uy] {
        display: none !important;
    }
}

/* Main Content - Ensure proper scroll behavior with sticky breadcrumb */
#main-content[b-5e7ky864uy] {
    scroll-margin-top: 60px; /* Account for sticky breadcrumb height */
}

/* Add scroll-margin to all direct children of main content */
#main-content > *[b-5e7ky864uy] {
    scroll-margin-top: 80px; /* Breadcrumb height + padding */
}

/* ========================================
   AUTHENTICATION ELEMENTS
   ======================================== */

/* User email badge */
.user-email-badge[b-5e7ky864uy] {
    display: inline-flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-right: 0.5rem;
    background: var(--bs-info, #0dcaf0);
    color: white;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

/* Login button */
.btn-login[b-5e7ky864uy] {
    background: var(--search-btn-gradient);
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-weight: 500;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-login:hover[b-5e7ky864uy] {
    background: var(--search-btn-hover-gradient);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(var(--bs-primary-rgb, 6, 182, 212), 0.3);
}

.btn-login:active[b-5e7ky864uy] {
    transform: translateY(0);
}

/* Logout button */
.btn-logout[b-5e7ky864uy] {
    background: linear-gradient(135deg, 
        var(--bs-danger, #dc3545) 0%, 
        rgba(var(--bs-danger-rgb, 220, 53, 69), 0.85) 100%);
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-weight: 500;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-logout:hover[b-5e7ky864uy] {
    background: linear-gradient(135deg, 
        rgba(var(--bs-danger-rgb, 220, 53, 69), 0.85) 0%, 
        rgba(var(--bs-danger-rgb, 220, 53, 69), 0.7) 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--bs-danger-rgb, 220, 53, 69), 0.4);
}

.btn-logout:active[b-5e7ky864uy] {
    transform: translateY(0);
}

/* Focus states for accessibility */
.btn-login:focus-visible[b-5e7ky864uy],
.btn-logout:focus-visible[b-5e7ky864uy] {
    outline: 3px solid rgba(var(--bs-primary-rgb, 6, 182, 212), 0.5);
    outline-offset: 2px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .user-email-badge[b-5e7ky864uy] {
        max-width: 120px;
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
        margin-right: 0.25rem;
    }
    
    .btn-login[b-5e7ky864uy],
    .btn-logout[b-5e7ky864uy] {
        padding: 0.375rem 0.75rem;
        font-size: 0.875rem;
    }
}

/* Print - Hide authentication elements */
@media print {
    .user-email-badge[b-5e7ky864uy],
    .btn-login[b-5e7ky864uy],
    .btn-logout[b-5e7ky864uy] {
        display: none !important;
    }
}
/* /Pages/Profile.razor.rz.scp.css */
/* Profile Page Modern Styles */
.profile-page-modern[b-1jbk68apz0] {
    min-height: 100vh;
    background: var(--color-bg-secondary, #f8f9fa);
}

/* Hero Section */
.profile-hero[b-1jbk68apz0] {
    background: var(--search-hero-gradient, linear-gradient(135deg, #1a365d 0%, #2d5a87 50%, #3d7ab5 100%));
    padding: 2rem 1.5rem;
    position: relative;
    overflow: hidden;
}

.hero-background-pattern[b-1jbk68apz0] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
                      radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 30%);
    pointer-events: none;
}

.hero-content-wrapper[b-1jbk68apz0] {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 1rem;
}

.profile-header-left[b-1jbk68apz0] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.profile-avatar-wrapper[b-1jbk68apz0] {
    flex-shrink: 0;
}

.profile-avatar[b-1jbk68apz0] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 3px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
}

.profile-header-info[b-1jbk68apz0] {
    color: white;
}

.profile-name[b-1jbk68apz0] {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
    color: white;
}

.profile-email[b-1jbk68apz0] {
    font-size: 1rem;
    margin: 0;
    opacity: 0.9;
    color: rgba(255, 255, 255, 0.9);
}

/* Content Container */
.profile-content-container[b-1jbk68apz0] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem;
}

.profile-section-card[b-1jbk68apz0] {
    margin-bottom: 1.5rem;
}

.profile-section-card .card[b-1jbk68apz0] {
    border: none;
    border-radius: 0.75rem;
    background: var(--search-card-bg, #ffffff);
}

.profile-section-card .card-body[b-1jbk68apz0] {
    padding: 1.5rem;
}

.section-title[b-1jbk68apz0] {
    font-weight: 700;
    color: var(--bs-primary, #0d6efd);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--bs-primary, #0d6efd);
    font-size: 1.25rem;
}

/* Info Fields */
.info-field[b-1jbk68apz0] {
    padding: 0.75rem 1rem;
    background: var(--color-bg-secondary, #f8f9fa);
    border-radius: 0.5rem;
    border-left: 3px solid var(--bs-primary, #0d6efd);
}

.field-label[b-1jbk68apz0] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
    display: block;
}

.field-value[b-1jbk68apz0] {
    font-size: 1rem;
    font-weight: 500;
    color: #212529;
}

/* Security Section */
.security-info[b-1jbk68apz0] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.security-item[b-1jbk68apz0] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: var(--color-bg-secondary, #f8f9fa);
    border-radius: 0.5rem;
}

.security-item-icon[b-1jbk68apz0] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--bs-primary, #0d6efd);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.security-item-content[b-1jbk68apz0] {
    flex: 1;
}

.security-item-title[b-1jbk68apz0] {
    font-weight: 600;
    margin: 0 0 0.25rem 0;
    color: #212529;
}

.security-item-description[b-1jbk68apz0] {
    color: #6c757d;
    margin: 0 0 0.75rem 0;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content-wrapper[b-1jbk68apz0] {
        flex-direction: column;
        text-align: center;
    }

    .profile-header-left[b-1jbk68apz0] {
        flex-direction: column;
        text-align: center;
    }

    .profile-avatar[b-1jbk68apz0] {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }

    .profile-name[b-1jbk68apz0] {
        font-size: 1.5rem;
    }

    .profile-content-container[b-1jbk68apz0] {
        padding: 1rem;
    }

    .security-item[b-1jbk68apz0] {
        flex-direction: column;
        text-align: center;
    }

    .security-item-icon[b-1jbk68apz0] {
        margin: 0 auto;
    }
}

/* /Pages/SettingsHub.razor.rz.scp.css */
/* ==========================================================================
   Settings Hub Page - Theme-Aware Styling
   ========================================================================== */

.settings-hub[b-ukd7yco2jz] {
    min-height: 100%;
    padding-bottom: 2rem;
}

/* ==========================================================================
   Hero Section - Compact inline layout matching PropertySearch style
   ========================================================================== */

.settings-hero[b-ukd7yco2jz] {
    position: relative;
    background: var(--search-hero-gradient);
    border-radius: 16px;
    padding: 1.25rem 2rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(var(--bs-primary-rgb, 0, 120, 212), 0.3);
}

.hero-background-pattern[b-ukd7yco2jz] {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        repeating-linear-gradient(45deg, transparent 0, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    pointer-events: none;
}

.hero-content[b-ukd7yco2jz] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hero-icon-wrapper[b-ukd7yco2jz] {
    flex-shrink: 0;
}

.hero-icon[b-ukd7yco2jz] {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.hero-icon i[b-ukd7yco2jz] {
    font-size: 1.5rem;
    color: #ffffff;
}

.hero-text[b-ukd7yco2jz] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.hero-title[b-ukd7yco2jz] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.hero-subtitle[b-ukd7yco2jz] {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
}

/* ==========================================================================
   Honeycomb Grid Layout
   ========================================================================== */

.honeycomb-grid[b-ukd7yco2jz] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding: 2rem 1rem;
    max-width: 800px;
    margin: 0 auto;
}

/* Offset every other row for honeycomb effect */
.honeycomb-grid > :nth-child(even)[b-ukd7yco2jz] {
    margin-top: 100px;
}

/* ==========================================================================
   Coming Soon Section
   ========================================================================== */

.coming-soon-section[b-ukd7yco2jz] {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--color-border, #e5e5e5);
}

.section-title[b-ukd7yco2jz] {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-text-secondary, #605e5c);
    margin-bottom: 1.5rem;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

@media (max-width: 768px) {
    .settings-hero[b-ukd7yco2jz] {
        padding: 2rem 1rem;
        margin: -1rem -0.5rem 1.5rem -0.5rem;
    }
    
    .hero-icon[b-ukd7yco2jz] {
        width: 60px;
        height: 60px;
    }
    
    .hero-icon i[b-ukd7yco2jz] {
        font-size: 2rem;
    }
    
    .hero-title[b-ukd7yco2jz] {
        font-size: 1.5rem;
    }
    
    .hero-subtitle[b-ukd7yco2jz] {
        font-size: 1rem;
    }
    
    .honeycomb-grid[b-ukd7yco2jz] {
        gap: 1.5rem;
        padding: 1.5rem 0.5rem;
    }
    
    .honeycomb-grid > :nth-child(even)[b-ukd7yco2jz] {
        margin-top: 70px;
    }
}

@media (max-width: 480px) {
    .honeycomb-grid[b-ukd7yco2jz] {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .honeycomb-grid > :nth-child(even)[b-ukd7yco2jz] {
        margin-top: 0;
    }
}

/* ==========================================================================
   Reduced Motion Support
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
    .settings-hero[b-ukd7yco2jz] {
        animation: none;
    }
}

