/* /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/Pages/App/Operations/Statistics.razor.rz.scp.css */
.operations-statistics-page[b-dissewvx59] {
    padding: 24px;
    max-width: 1400px;
    margin: 0 auto;
}

.stat-card[b-dissewvx59] {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border: 1px solid #334155;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.2s;
}

.stat-card:hover[b-dissewvx59] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.stat-icon[b-dissewvx59] {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    flex-shrink: 0;
}

.stat-content[b-dissewvx59] {
    flex: 1;
}

.stat-label[b-dissewvx59] {
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 4px;
}

.stat-value[b-dissewvx59] {
    font-size: 32px;
    font-weight: 700;
    color: white;
    line-height: 1;
    margin-bottom: 4px;
}

.stat-sublabel[b-dissewvx59] {
    font-size: 12px;
    color: #64748b;
}

.stat-card-compact[b-dissewvx59] {
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 8px;
    padding: 16px;
}

.stat-value-sm[b-dissewvx59] {
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin-top: 4px;
}

.chart-card[b-dissewvx59] {
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 12px;
    padding: 24px;
}

.chart-title[b-dissewvx59] {
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin-bottom: 16px;
}

.leaderboard-rank[b-dissewvx59] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
}

.rank-1[b-dissewvx59] {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #1e293b;
}

.rank-2[b-dissewvx59] {
    background: linear-gradient(135deg, #cbd5e1 0%, #94a3b8 100%);
    color: #1e293b;
}

.rank-3[b-dissewvx59] {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: white;
}

.rank-other[b-dissewvx59] {
    background: #334155;
    color: #cbd5e1;
}
/* /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;
    }
}
