/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
.manage-layout[b-1ebjwf78iu] {
    display: flex;
    gap: 2rem;
    max-width: 1100px;
}

.manage-sidebar[b-1ebjwf78iu] {
    width: 220px;
    flex-shrink: 0;
}

.manage-title[b-1ebjwf78iu] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 1.25rem 0;
}

.manage-content[b-1ebjwf78iu] {
    flex: 1;
    min-width: 0;
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 1.75rem;
}

@media (max-width: 768px) {
    .manage-layout[b-1ebjwf78iu] {
        flex-direction: column;
        gap: 1rem;
    }

    .manage-sidebar[b-1ebjwf78iu] {
        width: 100%;
    }
}
/* /Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
.settings-nav[b-gpql19nue6] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.settings-nav-section[b-gpql19nue6] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #8a94a6;
    padding: 0.9rem 0.75rem 0.35rem;
}

.settings-nav-section:first-child[b-gpql19nue6] {
    padding-top: 0;
}

[b-gpql19nue6] .settings-nav-link {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.55rem 0.75rem;
    color: #4a5568;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 450;
    transition: all 0.15s;
}

[b-gpql19nue6] .settings-nav-link:hover {
    background: #edf2f7;
    color: #1a202c;
}

[b-gpql19nue6] .settings-nav-link.active {
    background: linear-gradient(135deg, #e94560, #c23152);
    color: white;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(233, 69, 96, 0.25);
}

[b-gpql19nue6] .settings-nav-link.active .settings-nav-icon {
    opacity: 1;
}

.settings-nav-icon[b-gpql19nue6] {
    font-size: 1rem;
    width: 1.25rem;
    text-align: center;
    opacity: 0.75;
    flex-shrink: 0;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.bb-layout[b-y6kojgvkp4] {
    display: flex;
    min-height: 100vh;
}

.bb-sidebar[b-y6kojgvkp4] {
    width: 260px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: #e0e0e0;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    overflow-y: auto;
}

.bb-sidebar-brand[b-y6kojgvkp4] {
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.bb-logo[b-y6kojgvkp4] {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #e94560, #c23152);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    color: white;
}

.bb-brand-text[b-y6kojgvkp4] {
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
}

.bb-main[b-y6kojgvkp4] {
    flex: 1;
    margin-left: 260px;
    display: flex;
    flex-direction: column;
    background: #f5f7fa;
}

.bb-topbar[b-y6kojgvkp4] {
    height: 56px;
    background: white;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 1.5rem;
    gap: 1rem;
}

.bb-user-info[b-y6kojgvkp4] {
    font-size: 0.9rem;
    color: #4a5568;
}

.bb-content[b-y6kojgvkp4] {
    flex: 1;
    padding: 1.5rem;
    overflow-y: auto;
}

#blazor-error-ui[b-y6kojgvkp4] {
    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-y6kojgvkp4] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 768px) {
    .bb-sidebar[b-y6kojgvkp4] {
        width: 200px;
    }
    .bb-main[b-y6kojgvkp4] {
        margin-left: 200px;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.bb-nav[b-wig2e11ctg] {
    list-style: none;
    padding: 0.5rem 0;
    margin: 0;
}

.bb-nav li[b-wig2e11ctg] {
    padding: 0 0.75rem;
}

[b-wig2e11ctg] .bb-nav-link {
    display: flex;
    align-items: center;
    padding: 0.6rem 0.75rem;
    color: #c0c8d8;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.9rem;
    transition: all 0.15s;
    gap: 0.5rem;
}

[b-wig2e11ctg] .bb-nav-link:hover {
    background: rgba(255,255,255,0.1);
    color: white;
}

[b-wig2e11ctg] .bb-nav-link.active {
    background: rgba(233, 69, 96, 0.3);
    color: white;
}

.bb-nav-icon[b-wig2e11ctg] {
    font-size: 1.1rem;
}

.bb-sidebar-footer[b-wig2e11ctg] {
    margin-top: auto;
    padding: 1rem 1.25rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}
/* /Components/Pages/FileManager.razor.rz.scp.css */
.fm-container[b-wnk3hcuh9z] {
    max-width: 1200px;
}

.fm-breadcrumbs[b-wnk3hcuh9z] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    flex-wrap: wrap;
}

.fm-crumb[b-wnk3hcuh9z] {
    color: #4a90d9;
    text-decoration: none;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 0.9rem;
}

.fm-crumb:hover[b-wnk3hcuh9z] {
    background: #e8f0fe;
}

.fm-crumb-sep[b-wnk3hcuh9z] {
    color: #a0aec0;
}

.fm-toolbar[b-wnk3hcuh9z] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.fm-upload-btn[b-wnk3hcuh9z] {
    cursor: pointer;
}

.alert-sm[b-wnk3hcuh9z] {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.fm-upload-progress[b-wnk3hcuh9z] {
    margin-bottom: 1rem;
}

.fm-upload-text[b-wnk3hcuh9z] {
    font-size: 0.8rem;
    color: #718096;
}

.fm-grid[b-wnk3hcuh9z] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
}

.fm-item[b-wnk3hcuh9z] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 1rem 0.75rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.15s;
    user-select: none;
}

.fm-item:hover[b-wnk3hcuh9z] {
    border-color: #4a90d9;
    box-shadow: 0 2px 8px rgba(74, 144, 217, 0.15);
    transform: translateY(-1px);
}

.fm-item-icon[b-wnk3hcuh9z] {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.fm-folder-icon[b-wnk3hcuh9z] {
    color: #f6b93b;
}

.fm-item-name[b-wnk3hcuh9z] {
    font-size: 0.8rem;
    font-weight: 500;
    color: #2d3748;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fm-item-meta[b-wnk3hcuh9z] {
    font-size: 0.7rem;
    color: #a0aec0;
    margin-top: 0.25rem;
}

.fm-empty[b-wnk3hcuh9z] {
    text-align: center;
    padding: 3rem 1rem;
    color: #718096;
}

.fm-empty-icon[b-wnk3hcuh9z] {
    font-size: 4rem;
    opacity: 0.3;
}

.fm-loading[b-wnk3hcuh9z] {
    text-align: center;
    padding: 3rem;
    color: #a0aec0;
}

/* Tag filter bar */
.fm-tagfilter[b-wnk3hcuh9z] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 1rem;
    padding: 0.5rem 0.75rem;
    background: #f7fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.fm-tagfilter-label[b-wnk3hcuh9z] {
    font-size: 0.8rem;
    color: #718096;
    margin-right: 0.25rem;
}

.fm-tagfilter-clear[b-wnk3hcuh9z] {
    border: none;
    background: none;
    color: #4a90d9;
    font-size: 0.8rem;
    cursor: pointer;
    margin-left: auto;
    padding: 0.2rem 0.4rem;
}

.fm-tagfilter-clear:hover[b-wnk3hcuh9z] {
    text-decoration: underline;
}

/* Tag chips */
.fm-tag-chip[b-wnk3hcuh9z] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    border: 1px solid #cbd5e0;
    background: white;
    color: #4a5568;
    font-size: 0.75rem;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.15s;
}

.fm-tag-chip:hover[b-wnk3hcuh9z] {
    border-color: #4a90d9;
    color: #2d3748;
}

.fm-tag-chip.active[b-wnk3hcuh9z] {
    background: #4a90d9;
    border-color: #4a90d9;
    color: white;
}

.fm-tag-remove[b-wnk3hcuh9z] {
    border: none;
    background: none;
    color: inherit;
    font-size: 0.7rem;
    cursor: pointer;
    padding: 0;
    margin-left: 0.1rem;
    opacity: 0.7;
}

.fm-tag-remove:hover[b-wnk3hcuh9z] { opacity: 1; }

.fm-tag-list[b-wnk3hcuh9z] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.fm-tag-suggestions[b-wnk3hcuh9z] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.5rem;
    max-height: 160px;
    overflow-y: auto;
}

.fm-tag-suggest[b-wnk3hcuh9z] {
    border: 1px solid #e2e8f0;
    background: white;
    color: #4a5568;
    font-size: 0.78rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    cursor: pointer;
}

.fm-tag-suggest:hover[b-wnk3hcuh9z] {
    background: #f0f4f8;
    border-color: #4a90d9;
}

.fm-tag-create[b-wnk3hcuh9z] {
    border-style: dashed;
    color: #4a90d9;
    font-weight: 500;
}

/* Item tags (on cards) */
.fm-item-tags[b-wnk3hcuh9z] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
    justify-content: center;
    margin-top: 0.4rem;
}

.fm-item-tag[b-wnk3hcuh9z] {
    font-size: 0.65rem;
    background: #e8f0fe;
    color: #2b6cb0;
    padding: 0.1rem 0.4rem;
    border-radius: 999px;
    line-height: 1.2;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Context menu */
.fm-context-overlay[b-wnk3hcuh9z] {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 900;
}

.fm-context-menu[b-wnk3hcuh9z] {
    position: fixed;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    min-width: 160px;
    padding: 0.4rem;
    z-index: 901;
}

.fm-ctx-item[b-wnk3hcuh9z] {
    display: block;
    width: 100%;
    padding: 0.4rem 0.75rem;
    border: none;
    background: none;
    text-align: left;
    font-size: 0.85rem;
    border-radius: 4px;
    cursor: pointer;
    color: #2d3748;
}

.fm-ctx-item:hover[b-wnk3hcuh9z] {
    background: #f0f4f8;
}

.fm-ctx-danger[b-wnk3hcuh9z] {
    color: #e53e3e;
}

.fm-ctx-danger:hover[b-wnk3hcuh9z] {
    background: #fff5f5;
}

/* Modals */
.fm-modal-overlay[b-wnk3hcuh9z] {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.fm-modal-box[b-wnk3hcuh9z] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    min-width: 380px;
    max-width: 500px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.fm-modal-box h5[b-wnk3hcuh9z] {
    margin: 0 0 1rem 0;
}

.fm-modal-actions[b-wnk3hcuh9z] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

/* Share */
.fm-share-result[b-wnk3hcuh9z] {
    margin-top: 0.75rem;
    padding: 0.75rem;
    background: #f0f9ff;
    border-radius: 8px;
}

/* Move dialog */
.fm-move-list[b-wnk3hcuh9z] {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.fm-move-item[b-wnk3hcuh9z] {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: none;
    background: none;
    text-align: left;
    font-size: 0.85rem;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.fm-move-item:hover[b-wnk3hcuh9z] {
    background: #f0f4f8;
}

.fm-move-item.active[b-wnk3hcuh9z] {
    background: #e8f0fe;
    font-weight: 600;
}

/* ── File Viewer ── */
.fv-overlay[b-wnk3hcuh9z] {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(10, 10, 20, 0.96);
    z-index: 1100;
    display: flex;
    flex-direction: column;
    outline: none;
}

.fv-header[b-wnk3hcuh9z] {
    display: flex;
    align-items: center;
    padding: 0.6rem 1rem;
    background: rgba(0,0,0,0.4);
    gap: 0.75rem;
    flex-shrink: 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.fv-nav-group[b-wnk3hcuh9z] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
}

.fv-counter[b-wnk3hcuh9z] {
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
    min-width: 3.5rem;
    text-align: center;
}

.fv-title[b-wnk3hcuh9z] {
    flex: 1;
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fv-header-actions[b-wnk3hcuh9z] {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    flex-shrink: 0;
}

.fv-nav-btn[b-wnk3hcuh9z],
.fv-action-btn[b-wnk3hcuh9z] {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: white;
    border-radius: 6px;
    padding: 0.3rem 0.6rem;
    cursor: pointer;
    font-size: 0.8rem;
    transition: all 0.15s;
    white-space: nowrap;
}

.fv-nav-btn:hover[b-wnk3hcuh9z],
.fv-action-btn:hover[b-wnk3hcuh9z] {
    background: rgba(255,255,255,0.18);
}

.fv-close-btn:hover[b-wnk3hcuh9z] {
    background: #e53e3e;
    border-color: #e53e3e;
}

.fv-body[b-wnk3hcuh9z] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    padding: 1rem;
    min-height: 0;
}

.fv-content[b-wnk3hcuh9z] {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Image viewer */
.fv-image[b-wnk3hcuh9z] {
    max-width: 92vw;
    max-height: 88vh;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.4);
}

/* PDF / iframe viewer */
.fv-frame[b-wnk3hcuh9z] {
    width: 88vw;
    height: 86vh;
    border: none;
    border-radius: 6px;
    background: white;
}

/* Video viewer */
.fv-video[b-wnk3hcuh9z] {
    max-width: 92vw;
    max-height: 86vh;
    border-radius: 6px;
    background: black;
}

/* Audio viewer */
.fv-audio-wrapper[b-wnk3hcuh9z] {
    text-align: center;
    padding: 3rem 2rem;
}

.fv-audio-icon[b-wnk3hcuh9z] {
    font-size: 5rem;
    margin-bottom: 1rem;
}

.fv-audio-name[b-wnk3hcuh9z] {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fv-audio[b-wnk3hcuh9z] {
    width: 420px;
    max-width: 90vw;
}

/* Text / code viewer */
.fv-text-wrapper[b-wnk3hcuh9z] {
    background: #1e1e2e;
    border-radius: 8px;
    width: 88vw;
    height: 86vh;
    overflow: auto;
}

[b-wnk3hcuh9z] .fv-text-pre {
    color: #cdd6f4;
    font-family: 'Cascadia Code', 'Fira Code', 'Consolas', monospace;
    font-size: 0.85rem;
    line-height: 1.6;
    padding: 1.5rem;
    margin: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    tab-size: 4;
}

/* Office document viewer */
.fv-office-wrapper[b-wnk3hcuh9z] {
    background: white;
    border-radius: 8px;
    width: 88vw;
    height: 86vh;
    overflow: auto;
}

/* XLSX tabs */
[b-wnk3hcuh9z] .fv-xlsx-tabs {
    display: flex;
    gap: 0.25rem;
    padding: 0.5rem 0.75rem;
    background: #f0f4f8;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #e2e8f0;
    flex-wrap: wrap;
    position: sticky;
    top: 0;
    z-index: 1;
}

[b-wnk3hcuh9z] .fv-xlsx-tab {
    padding: 0.35rem 0.85rem;
    border: none;
    background: transparent;
    border-radius: 4px;
    font-size: 0.8rem;
    cursor: pointer;
    color: #4a5568;
    transition: all 0.15s;
}

[b-wnk3hcuh9z] .fv-xlsx-tab:hover {
    background: white;
}

[b-wnk3hcuh9z] .fv-xlsx-tab.active {
    background: white;
    font-weight: 600;
    color: #2d3748;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

[b-wnk3hcuh9z] .fv-xlsx-body {
    padding: 0.5rem;
}

[b-wnk3hcuh9z] .fv-xlsx-body table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8rem;
}

[b-wnk3hcuh9z] .fv-xlsx-body td,
[b-wnk3hcuh9z] .fv-xlsx-body th {
    border: 1px solid #e2e8f0;
    padding: 0.3rem 0.5rem;
    text-align: left;
}

[b-wnk3hcuh9z] .fv-xlsx-body th {
    background: #f7fafc;
    font-weight: 600;
}

[b-wnk3hcuh9z] .fv-xlsx-body tr:hover td {
    background: #f0f4f8;
}

/* DOCX rendered content */
[b-wnk3hcuh9z] .fv-docx-content {
    padding: 1.5rem;
}

[b-wnk3hcuh9z] .docx-wrapper {
    background: white !important;
    padding: 1rem;
}

/* Unsupported file type */
.fv-unsupported[b-wnk3hcuh9z] {
    text-align: center;
    padding: 3rem;
    color: #a0aec0;
}

.fv-unsupported-icon[b-wnk3hcuh9z] {
    font-size: 5rem;
    margin-bottom: 1rem;
    opacity: 0.4;
}

.fv-unsupported-type[b-wnk3hcuh9z] {
    font-size: 0.8rem;
    opacity: 0.6;
    margin-bottom: 1.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .fv-header[b-wnk3hcuh9z] {
        padding: 0.5rem;
        gap: 0.4rem;
    }

    .fv-title[b-wnk3hcuh9z] {
        font-size: 0.8rem;
    }

    .fv-frame[b-wnk3hcuh9z],
    .fv-text-wrapper[b-wnk3hcuh9z],
    .fv-office-wrapper[b-wnk3hcuh9z] {
        width: 96vw;
        height: 88vh;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-container[b-xsy92vkqcy] {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.home-hero[b-xsy92vkqcy] {
    text-align: center;
    padding: 3rem 0;
}

.home-hero h1[b-xsy92vkqcy] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a2e;
}

.home-subtitle[b-xsy92vkqcy] {
    font-size: 1.2rem;
    color: #4a5568;
}

.home-features[b-xsy92vkqcy] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.home-feature[b-xsy92vkqcy] {
    text-align: center;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.home-feature-icon[b-xsy92vkqcy] {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
}

.home-feature h5[b-xsy92vkqcy] {
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.home-feature p[b-xsy92vkqcy] {
    font-size: 0.9rem;
    color: #718096;
    margin: 0;
}

@media (max-width: 768px) {
    .home-features[b-xsy92vkqcy] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/SharedDownload.razor.rz.scp.css */
.sd-container[b-mmcbl029kq] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
}

.sd-card[b-mmcbl029kq] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    max-width: 480px;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.sd-card h4[b-mmcbl029kq] {
    margin-bottom: 1.5rem;
    color: #1a1a2e;
}

.alert-sm[b-mmcbl029kq] {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
}
/* /Components/Shared/ConfirmDialog.razor.rz.scp.css */
.cd-overlay[b-eki5n66a4s] {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.cd-box[b-eki5n66a4s] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    min-width: 360px;
    max-width: 480px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.cd-box h5[b-eki5n66a4s] {
    margin: 0 0 0.75rem 0;
    font-size: 1.1rem;
}

.cd-box p[b-eki5n66a4s] {
    color: #4a5568;
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
}

.cd-actions[b-eki5n66a4s] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}
/* /Components/Shared/StorageQuotaBar.razor.rz.scp.css */
.quota-bar[b-6fpuk0hmau] {
    width: 100%;
}

.quota-label[b-6fpuk0hmau] {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #a0aec0;
    margin-bottom: 0.4rem;
}

.quota-track[b-6fpuk0hmau] {
    height: 6px;
    background: rgba(255,255,255,0.15);
    border-radius: 3px;
    overflow: hidden;
}

.quota-fill[b-6fpuk0hmau] {
    height: 100%;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.quota-ok[b-6fpuk0hmau] {
    background: #48bb78;
}

.quota-warning[b-6fpuk0hmau] {
    background: #ecc94b;
}

.quota-danger[b-6fpuk0hmau] {
    background: #fc8181;
}
