/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3m45bjvyg0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3m45bjvyg0] {
    flex: 1;
}

.sidebar[b-3m45bjvyg0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3m45bjvyg0] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3m45bjvyg0]  a, .top-row[b-3m45bjvyg0]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3m45bjvyg0]  a:hover, .top-row[b-3m45bjvyg0]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3m45bjvyg0]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-3m45bjvyg0] {
        justify-content: space-between;
    }

    .top-row[b-3m45bjvyg0]  a, .top-row[b-3m45bjvyg0]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3m45bjvyg0] {
        flex-direction: row;
    }

    .sidebar[b-3m45bjvyg0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3m45bjvyg0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3m45bjvyg0]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3m45bjvyg0], article[b-3m45bjvyg0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-3m45bjvyg0] {
    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-3m45bjvyg0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ywui9ebkbv] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ywui9ebkbv] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ywui9ebkbv] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ywui9ebkbv] {
    font-size: 1.1rem;
}

.bi[b-ywui9ebkbv] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ywui9ebkbv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ywui9ebkbv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ywui9ebkbv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-ywui9ebkbv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-ywui9ebkbv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-ywui9ebkbv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-ywui9ebkbv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-ywui9ebkbv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-ywui9ebkbv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ywui9ebkbv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ywui9ebkbv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ywui9ebkbv]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ywui9ebkbv]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ywui9ebkbv]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ywui9ebkbv] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ywui9ebkbv] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ywui9ebkbv] {
        display: none;
    }

    .nav-scrollable[b-ywui9ebkbv] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Photos/PhotoViewerModal.razor.rz.scp.css */
/* Photo Viewer Modal Styling */

/* Overlay */
.photo-viewer-overlay[b-0qwlyiys1o] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn-b-0qwlyiys1o 0.2s ease;
}

@keyframes fadeIn-b-0qwlyiys1o {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Container */
.photo-viewer-container[b-0qwlyiys1o] {
    position: relative;
    width: 95vw;
    height: 95vh;
    background-color: #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

/* Close Button */
.viewer-close-btn[b-0qwlyiys1o] {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 32px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}

.viewer-close-btn:hover[b-0qwlyiys1o] {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Content Layout */
.viewer-content[b-0qwlyiys1o] {
    display: grid;
    grid-template-columns: 1fr 350px;
    height: 100%;
}

/* Image Area */
.viewer-image-area[b-0qwlyiys1o] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #000;
}

.image-container[b-0qwlyiys1o] {
    cursor: grab;
    user-select: none;
}

.image-container:active[b-0qwlyiys1o] {
    cursor: grabbing;
}

.image-container img[b-0qwlyiys1o] {
    max-width: 100%;
    max-height: 85vh;
    display: block;
    user-select: none;
}

/* Loading State */
.viewer-loading[b-0qwlyiys1o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    color: white;
}

.spinner[b-0qwlyiys1o] {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-0qwlyiys1o 1s linear infinite;
}

@keyframes spin-b-0qwlyiys1o {
    to { transform: rotate(360deg); }
}

/* Error State */
.viewer-error[b-0qwlyiys1o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    color: #ef4444;
}

.viewer-error button[b-0qwlyiys1o] {
    padding: 8px 16px;
    background-color: #3b82f6;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* Navigation Arrows */
.nav-btn[b-0qwlyiys1o] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 48px;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.2s;
}

.nav-btn:hover:not(:disabled)[b-0qwlyiys1o] {
    background-color: rgba(255, 255, 255, 0.2);
}

.nav-btn:disabled[b-0qwlyiys1o] {
    opacity: 0.3;
    cursor: not-allowed;
}

.nav-btn-prev[b-0qwlyiys1o] {
    left: 20px;
}

.nav-btn-next[b-0qwlyiys1o] {
    right: 370px; /* Account for sidebar width */
}

/* Zoom Controls */
.zoom-controls[b-0qwlyiys1o] {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 8px;
    border-radius: 8px;
}

.zoom-controls button[b-0qwlyiys1o] {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.zoom-controls button:hover[b-0qwlyiys1o] {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Photo Counter */
.photo-counter[b-0qwlyiys1o] {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

/* Sidebar */
.viewer-sidebar[b-0qwlyiys1o] {
    background-color: #1a1a1a;
    color: white;
    padding: 24px;
    overflow-y: auto;
    border-left: 1px solid #333;
}

.viewer-sidebar h3[b-0qwlyiys1o] {
    margin: 0 0 24px 0;
    font-size: 20px;
    font-weight: 600;
}

.metadata-section[b-0qwlyiys1o] {
    margin-bottom: 20px;
}

.metadata-section label[b-0qwlyiys1o] {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 4px;
}

.metadata-section p[b-0qwlyiys1o] {
    margin: 0;
    font-size: 14px;
    color: #fff;
    word-break: break-word;
}

.metadata-section p span[b-0qwlyiys1o] {
    margin-right: 12px;
}

.ai-summary[b-0qwlyiys1o] {
    font-style: italic;
    color: #a3e635;
}

/* Action Buttons */
.action-buttons[b-0qwlyiys1o] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
}

.btn-secondary[b-0qwlyiys1o] {
    width: 100%;
    padding: 10px;
    background-color: #374151;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s;
}

.btn-secondary:hover[b-0qwlyiys1o] {
    background-color: #4b5563;
}

.copy-success[b-0qwlyiys1o] {
    margin-top: 8px;
    padding: 8px;
    background-color: #10b981;
    color: white;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
}

/* Keyboard Help */
.keyboard-help[b-0qwlyiys1o] {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 20px;
    border-radius: 8px;
    min-width: 300px;
}

.keyboard-help h4[b-0qwlyiys1o] {
    margin: 0 0 12px 0;
    font-size: 16px;
}

.keyboard-help ul[b-0qwlyiys1o] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.keyboard-help li[b-0qwlyiys1o] {
    margin-bottom: 8px;
    font-size: 14px;
}

.keyboard-help kbd[b-0qwlyiys1o] {
    background-color: #333;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 2px 6px;
    font-family: monospace;
    font-size: 12px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .viewer-content[b-0qwlyiys1o] {
        grid-template-columns: 1fr;
    }

    .viewer-sidebar[b-0qwlyiys1o] {
        display: none; /* Hide sidebar on mobile, show in collapsed mode */
    }

    .nav-btn-next[b-0qwlyiys1o] {
        right: 20px;
    }
}

@media (max-width: 768px) {
    .photo-viewer-container[b-0qwlyiys1o] {
        width: 100vw;
        height: 100vh;
        border-radius: 0;
    }

    .zoom-controls[b-0qwlyiys1o] {
        bottom: 10px;
        padding: 6px;
    }

    .zoom-controls button[b-0qwlyiys1o] {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .nav-btn[b-0qwlyiys1o] {
        width: 50px;
        height: 50px;
        font-size: 36px;
    }
}
/* /Components/Shared/AssetManagement/BatchActionsToolbar.razor.rz.scp.css */
/* Dialog Overlay Styles */
.dialog-overlay[b-gm8atuy818] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-gm8atuy818 0.2s ease-in;
}

@keyframes fadeIn-b-gm8atuy818 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Dialog Box Styles */
.dialog[b-gm8atuy818] {
    background: white;
    border-radius: 12px;
    padding: 24px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-gm8atuy818 0.3s ease-out;
}

@keyframes slideUp-b-gm8atuy818 {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .dialog[b-gm8atuy818] {
        background: #1f2937;
        color: #f3f4f6;
    }
}
/* /Components/Shared/Chat/ClubChatPanel.razor.rz.scp.css */
.club-chat-panel[b-l1c34epeec] {
    display: flex;
    flex-direction: column;
    height: 500px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.chat-header[b-l1c34epeec] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.chat-header h3[b-l1c34epeec] {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.status-indicator[b-l1c34epeec] {
    font-size: 12px;
}

.status-indicator.connected[b-l1c34epeec] {
    color: #22c55e;
}

.status-indicator.disconnected[b-l1c34epeec] {
    color: #ef4444;
}

.chat-messages[b-l1c34epeec] {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    background-color: #fafafa;
}

.no-messages[b-l1c34epeec] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #999;
}

.chat-message[b-l1c34epeec] {
    margin-bottom: 12px;
    padding: 8px 12px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.chat-message.own-message[b-l1c34epeec] {
    background-color: #e0f2fe;
    margin-left: 20%;
}

.message-header[b-l1c34epeec] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.user-name[b-l1c34epeec] {
    font-weight: 600;
    font-size: 14px;
}

.message-time[b-l1c34epeec] {
    font-size: 12px;
    color: #666;
}

.message-text[b-l1c34epeec] {
    font-size: 14px;
    white-space: pre-wrap;
    word-break: break-word;
}

.chat-input[b-l1c34epeec] {
    display: flex;
    gap: 8px;
    padding: 12px;
    background-color: white;
    border-top: 1px solid #ddd;
}

.chat-input textarea[b-l1c34epeec] {
    flex: 1;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: inherit;
    resize: none;
}

.btn-send[b-l1c34epeec] {
    padding: 8px 16px;
    background-color: #3b82f6;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

.btn-send:hover:not(:disabled)[b-l1c34epeec] {
    background-color: #2563eb;
}

.btn-send:disabled[b-l1c34epeec] {
    background-color: #cbd5e1;
    cursor: not-allowed;
}

.chat-error[b-l1c34epeec] {
    padding: 8px 12px;
    background-color: #fee2e2;
    color: #dc2626;
    font-size: 14px;
}
/* /Components/Shared/Dashboard/FeatureTiles.razor.rz.scp.css */
/* Feature Dashboard Section */
.feature-dashboard-section[b-ae5f0bhoo0] {
    margin-bottom: 3rem;
}

.feature-header h2[b-ae5f0bhoo0] {
    background: linear-gradient(135deg, #0ea5e9 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Feature Tiles Grid - Responsive */
.feature-tiles-grid[b-ae5f0bhoo0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

/* Mobile: 1 column */
@media (max-width: 640px) {
    .feature-tiles-grid[b-ae5f0bhoo0] {
        grid-template-columns: 1fr;
    }
}

/* Tablet: 2 columns */
@media (min-width: 641px) and (max-width: 1024px) {
    .feature-tiles-grid[b-ae5f0bhoo0] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Desktop: 4 columns */
@media (min-width: 1025px) {
    .feature-tiles-grid[b-ae5f0bhoo0] {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Feature Tile Card */
.feature-tile[b-ae5f0bhoo0] {
    position: relative;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border: 2px solid #475569;
    border-radius: 1.5rem;
    padding: 2rem 1.5rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    transform-style: preserve-3d;
    perspective: 1000px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5), 
        0 1px 8px rgba(0, 0, 0, 0.4), 
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* Top glow effect */
.feature-tile[b-ae5f0bhoo0]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(14, 165, 233, 0.6), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.feature-tile:hover[b-ae5f0bhoo0]::before {
    opacity: 1;
}

/* Hover effects */
.feature-tile:hover[b-ae5f0bhoo0] {
    border-color: #0ea5e9;
    box-shadow: 
        0 20px 60px rgba(14, 165, 233, 0.4), 
        0 10px 40px rgba(0, 0, 0, 0.6), 
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transform: translateY(-8px) rotateX(2deg);
}

/* Bottom shadow on hover */
.feature-tile[b-ae5f0bhoo0]::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 10%;
    right: 10%;
    height: 15px;
    background: radial-gradient(ellipse, rgba(0, 0, 0, 0.5), transparent);
    filter: blur(10px);
    opacity: 0;
    transition: opacity 0.3s;
}

.feature-tile:hover[b-ae5f0bhoo0]::after {
    opacity: 1;
}

/* Icon Container */
.feature-tile-icon[b-ae5f0bhoo0] {
    width: 5rem;
    height: 5rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
        0 8px 24px rgba(14, 165, 233, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.feature-tile:hover .feature-tile-icon[b-ae5f0bhoo0] {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 
        0 12px 32px rgba(14, 165, 233, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Title */
.feature-tile-title[b-ae5f0bhoo0] {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    transition: all 0.3s;
    margin: 0;
}

.feature-tile:hover .feature-tile-title[b-ae5f0bhoo0] {
    color: #0ea5e9;
}

/* Stat Number */
.feature-tile-stat[b-ae5f0bhoo0] {
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #0ea5e9 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin: 0.25rem 0;
}

/* Description */
.feature-tile-desc[b-ae5f0bhoo0] {
    font-size: 0.875rem;
    color: #94a3b8;
    margin: 0;
    transition: color 0.3s;
}

.feature-tile:hover .feature-tile-desc[b-ae5f0bhoo0] {
    color: #cbd5e1;
}

/* Badge */
.feature-tile-badge[b-ae5f0bhoo0] {
    margin-top: auto;
    padding-top: 0.5rem;
    border-top: 1px solid #334155;
    width: 100%;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Accessibility - Button reset for QR Scanner */
.feature-tile[type="button"][b-ae5f0bhoo0] {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border: 2px solid #475569;
    text-align: center;
    font: inherit;
}

/* Focus states for accessibility */
.feature-tile:focus-visible[b-ae5f0bhoo0] {
    outline: 3px solid #0ea5e9;
    outline-offset: 4px;
}

/* Loading state placeholder */
.feature-tile.loading[b-ae5f0bhoo0] {
    opacity: 0.6;
    pointer-events: none;
}

.feature-tile.loading .feature-tile-stat[b-ae5f0bhoo0] {
    animation: pulse-b-ae5f0bhoo0 1.5s ease-in-out infinite;
}

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

/* Mobile optimizations */
@media (max-width: 640px) {
    .feature-tile[b-ae5f0bhoo0] {
        padding: 1.5rem 1rem;
    }
    
    .feature-tile-icon[b-ae5f0bhoo0] {
        width: 4rem;
        height: 4rem;
    }
    
    .feature-tile-icon i[b-ae5f0bhoo0] {
        font-size: 2rem !important;
    }
    
    .feature-tile-title[b-ae5f0bhoo0] {
        font-size: 1.125rem;
    }
    
    .feature-tile-stat[b-ae5f0bhoo0] {
        font-size: 1.5rem;
    }
}
/* /Components/Shared/Dashboard2/FeatureTiles.razor.rz.scp.css */
/* Feature Dashboard Section */
.feature-dashboard-section[b-sc4linobwd] {
    margin-bottom: 3rem;
}

.feature-header h2[b-sc4linobwd] {
    background: linear-gradient(135deg, #0ea5e9 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Feature Tiles Grid - Responsive */
.feature-tiles-grid[b-sc4linobwd] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

/* Mobile: 1 column */
@media (max-width: 640px) {
    .feature-tiles-grid[b-sc4linobwd] {
        grid-template-columns: 1fr;
    }
}

/* Tablet: 2 columns */
@media (min-width: 641px) and (max-width: 1024px) {
    .feature-tiles-grid[b-sc4linobwd] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Desktop: 4 columns */
@media (min-width: 1025px) {
    .feature-tiles-grid[b-sc4linobwd] {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Feature Tile Card */
.feature-tile[b-sc4linobwd] {
    position: relative;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border: 2px solid #475569;
    border-radius: 1.5rem;
    padding: 2rem 1.5rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    transform-style: preserve-3d;
    perspective: 1000px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5), 
        0 1px 8px rgba(0, 0, 0, 0.4), 
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* Top glow effect */
.feature-tile[b-sc4linobwd]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(14, 165, 233, 0.6), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.feature-tile:hover[b-sc4linobwd]::before {
    opacity: 1;
}

/* Hover effects */
.feature-tile:hover[b-sc4linobwd] {
    border-color: #0ea5e9;
    box-shadow: 
        0 20px 60px rgba(14, 165, 233, 0.4), 
        0 10px 40px rgba(0, 0, 0, 0.6), 
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transform: translateY(-8px) rotateX(2deg);
}

/* Bottom shadow on hover */
.feature-tile[b-sc4linobwd]::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 10%;
    right: 10%;
    height: 15px;
    background: radial-gradient(ellipse, rgba(0, 0, 0, 0.5), transparent);
    filter: blur(10px);
    opacity: 0;
    transition: opacity 0.3s;
}

.feature-tile:hover[b-sc4linobwd]::after {
    opacity: 1;
}

/* Icon Container */
.feature-tile-icon[b-sc4linobwd] {
    width: 5rem;
    height: 5rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
        0 8px 24px rgba(14, 165, 233, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.feature-tile:hover .feature-tile-icon[b-sc4linobwd] {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 
        0 12px 32px rgba(14, 165, 233, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Title */
.feature-tile-title[b-sc4linobwd] {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    transition: all 0.3s;
    margin: 0;
}

.feature-tile:hover .feature-tile-title[b-sc4linobwd] {
    color: #0ea5e9;
}

/* Stat Number */
.feature-tile-stat[b-sc4linobwd] {
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #0ea5e9 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin: 0.25rem 0;
}

/* Description */
.feature-tile-desc[b-sc4linobwd] {
    font-size: 0.875rem;
    color: #94a3b8;
    margin: 0;
    transition: color 0.3s;
}

.feature-tile:hover .feature-tile-desc[b-sc4linobwd] {
    color: #cbd5e1;
}

/* Badge */
.feature-tile-badge[b-sc4linobwd] {
    margin-top: auto;
    padding-top: 0.5rem;
    border-top: 1px solid #334155;
    width: 100%;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Accessibility - Button reset for QR Scanner */
.feature-tile[type="button"][b-sc4linobwd] {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border: 2px solid #475569;
    text-align: center;
    font: inherit;
}

/* Focus states for accessibility */
.feature-tile:focus-visible[b-sc4linobwd] {
    outline: 3px solid #0ea5e9;
    outline-offset: 4px;
}

/* Loading state placeholder */
.feature-tile.loading[b-sc4linobwd] {
    opacity: 0.6;
    pointer-events: none;
}

.feature-tile.loading .feature-tile-stat[b-sc4linobwd] {
    animation: pulse-b-sc4linobwd 1.5s ease-in-out infinite;
}

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

/* Mobile optimizations */
@media (max-width: 640px) {
    .feature-tile[b-sc4linobwd] {
        padding: 1.5rem 1rem;
    }
    
    .feature-tile-icon[b-sc4linobwd] {
        width: 4rem;
        height: 4rem;
    }
    
    .feature-tile-icon i[b-sc4linobwd] {
        font-size: 2rem !important;
    }
    
    .feature-tile-title[b-sc4linobwd] {
        font-size: 1.125rem;
    }
    
    .feature-tile-stat[b-sc4linobwd] {
        font-size: 1.5rem;
    }
}
