/* /Components/Admin/AdminAccountCard.razor.rz.scp.css */
.admin-account-card[b-ph3s0vcvv9] {
    width: 100%;
    border: 1px solid var(--grey5);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(248,250,252,0.96));
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    padding: 16px;
    display: grid;
    gap: 12px;
    text-align: left;
    cursor: pointer;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.admin-account-card:hover[b-ph3s0vcvv9] {
    transform: translateY(-1px);
    border-color: rgba(0, 122, 255, 0.3);
    box-shadow: 0 28px 50px rgba(15, 23, 42, 0.12);
}

.admin-account-card.selected[b-ph3s0vcvv9] {
    border-color: rgba(0, 122, 255, 0.55);
    box-shadow: 0 0 0 4px rgba(0, 122, 255, 0.08), 0 28px 50px rgba(15, 23, 42, 0.12);
}

.admin-account-card-header[b-ph3s0vcvv9] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
}

.admin-account-avatar[b-ph3s0vcvv9] {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(0, 122, 255, 0.14), rgba(0, 122, 255, 0.28));
    color: var(--blue);
    font-weight: 800;
    letter-spacing: 0.06em;
}

.admin-account-title[b-ph3s0vcvv9] {
    min-width: 0;
}

.admin-account-name[b-ph3s0vcvv9] {
    font-size: 15px;
    font-weight: 700;
    color: var(--grey10);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin-account-email[b-ph3s0vcvv9] {
    margin-top: 2px;
    font-size: 12px;
    color: var(--grey1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin-account-meta[b-ph3s0vcvv9] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    color: var(--grey1);
    font-size: 12px;
}

.admin-account-progress[b-ph3s0vcvv9] {
    height: 8px;
    background: rgba(148, 163, 184, 0.18);
    border-radius: 999px;
    overflow: hidden;
}

.admin-account-progress-fill[b-ph3s0vcvv9] {
    height: 100%;
    background: linear-gradient(90deg, #007AFF, #22c55e);
    border-radius: inherit;
}
/* /Components/Admin/AdminAccountDetailPanel.razor.rz.scp.css */
.admin-detail-panel[b-c6ektyhiwo] {
    min-height: 100%;
    border-radius: 28px;
    padding: 22px;
    background:
        radial-gradient(circle at top right, rgba(0, 122, 255, 0.08), transparent 32%),
        linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,250,252,0.96));
    box-shadow: 0 22px 52px rgba(15, 23, 42, 0.10);
    border: 1px solid rgba(148, 163, 184, 0.28);
    display: grid;
    gap: 18px;
}

.admin-detail-header[b-c6ektyhiwo] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
}

.admin-detail-name[b-c6ektyhiwo] {
    font-size: 24px;
    font-weight: 800;
    color: var(--grey10);
}

.admin-detail-email[b-c6ektyhiwo] {
    margin-top: 4px;
    font-size: 13px;
    color: var(--grey1);
}

.admin-detail-tags[b-c6ektyhiwo] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.admin-detail-grid[b-c6ektyhiwo] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.admin-detail-card[b-c6ektyhiwo] {
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(255,255,255,0.76);
}

.admin-detail-label[b-c6ektyhiwo] {
    font-size: 12px;
    color: var(--grey1);
    margin-bottom: 6px;
}

.admin-detail-value[b-c6ektyhiwo] {
    font-size: 18px;
    font-weight: 700;
    color: var(--grey10);
}

.admin-detail-actions[b-c6ektyhiwo] {
    display: grid;
    gap: 12px;
    padding: 16px;
    border-radius: 20px;
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.admin-detail-action-group[b-c6ektyhiwo] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.admin-detail-action-group label[b-c6ektyhiwo] {
    font-size: 12px;
    font-weight: 700;
    color: var(--grey1);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.admin-detail-action-group select[b-c6ektyhiwo] {
    min-width: 120px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid var(--grey5);
    background: white;
    padding: 0 12px;
    color: var(--grey10);
}

.admin-btn[b-c6ektyhiwo] {
    height: 40px;
    padding: 0 16px;
    border-radius: 12px;
    border: 1px solid transparent;
    font-weight: 700;
    cursor: pointer;
}

.admin-btn.primary[b-c6ektyhiwo] {
    background: var(--blue);
    color: white;
}

.admin-btn.secondary[b-c6ektyhiwo] {
    background: white;
    color: var(--grey10);
    border-color: var(--grey5);
}

.admin-btn.danger[b-c6ektyhiwo] {
    background: rgba(255, 59, 48, 0.1);
    color: #d92d20;
    border-color: rgba(255, 59, 48, 0.18);
}

.admin-btn:disabled[b-c6ektyhiwo] {
    opacity: 0.5;
    cursor: not-allowed;
}

.admin-detail-section[b-c6ektyhiwo] {
    display: grid;
    gap: 10px;
}

.admin-detail-section-title[b-c6ektyhiwo] {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--grey1);
}

.admin-connected-list[b-c6ektyhiwo] {
    display: grid;
    gap: 10px;
}

.admin-connected-item[b-c6ektyhiwo] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(148, 163, 184, 0.14);
}

.admin-connected-name[b-c6ektyhiwo] {
    font-size: 14px;
    font-weight: 700;
    color: var(--grey10);
}

.admin-connected-meta[b-c6ektyhiwo] {
    font-size: 12px;
    color: var(--grey1);
    margin-top: 4px;
}

.admin-empty-note[b-c6ektyhiwo] {
    padding: 14px;
    border-radius: 14px;
    color: var(--grey1);
    background: rgba(255,255,255,0.7);
    border: 1px dashed rgba(148, 163, 184, 0.22);
}

.admin-usage-bar[b-c6ektyhiwo] {
    height: 10px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.18);
    overflow: hidden;
}

.admin-usage-fill[b-c6ektyhiwo] {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #007AFF, #6d5efc);
    width: var(--foldr-usage, 0%);
}

.admin-usage-captions[b-c6ektyhiwo] {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: var(--grey1);
}
/* /Components/Authentication/AuthShell.razor.rz.scp.css */
.auth-screen[b-wqv9gz39iw] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 0px);
    background: linear-gradient(135deg, #f2f2f7 0%, #e8e8ed 100%);
    position: relative;
    overflow: hidden;
}

.auth-screen[b-wqv9gz39iw]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(0, 122, 255, 0.08), transparent 28%),
        radial-gradient(circle at 80% 20%, rgba(175, 82, 222, 0.06), transparent 24%),
        radial-gradient(circle at 50% 85%, rgba(52, 199, 89, 0.05), transparent 26%);
    pointer-events: none;
}

.auth-card[b-wqv9gz39iw] {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.16);
    padding: 40px 36px 36px;
    width: 380px;
    max-width: min(92vw, 380px);
    animation: foldr-auth-fade-scale-in-b-wqv9gz39iw 0.4s ease-out;
}

@keyframes foldr-auth-fade-scale-in-b-wqv9gz39iw {
    from {
        opacity: 0;
        transform: scale(0.96) translateY(8px);
    }

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

.auth-logo[b-wqv9gz39iw] {
    text-align: center;
    margin-bottom: 28px;
}

.auth-logo svg[b-wqv9gz39iw] {
    width: 48px;
    height: 48px;
}

.auth-logo h1[b-wqv9gz39iw] {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin: 8px 0 0;
}

.auth-logo p[b-wqv9gz39iw] {
    font-size: 13px;
    color: #8e8e93;
    margin: 2px 0 0;
}

.auth-tabs[b-wqv9gz39iw] {
    display: flex;
    background: #f2f2f7;
    border-radius: 8px;
    padding: 2px;
    margin-bottom: 24px;
}

.auth-tab[b-wqv9gz39iw] {
    flex: 1;
    padding: 7px 0;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    border-radius: 7px;
    color: #8e8e93;
    transition: all 250ms ease-in-out;
}

.auth-tab.active[b-wqv9gz39iw] {
    background: #ffffff;
    color: #007aff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.auth-form-wrap.hidden[b-wqv9gz39iw],
.auth-pane.hidden[b-wqv9gz39iw] {
    display: none;
}

@media (max-width: 480px) {
    .auth-card[b-wqv9gz39iw] {
        padding: 28px 24px 24px;
    }
}
/* /Components/Authentication/MfaChallenge.razor.rz.scp.css */
.mfa-screen[b-3sqdkh6gds] {
    text-align: center;
}

.mfa-screen h2[b-3sqdkh6gds] {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}

.mfa-screen p[b-3sqdkh6gds] {
    font-size: 13px;
    color: #8e8e93;
    margin-bottom: 24px;
}

.mfa-digits[b-3sqdkh6gds] {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 24px;
}

.mfa-digit[b-3sqdkh6gds] {
    width: 46px;
    height: 54px;
    border: 2px solid #e5e5ea;
    border-radius: 8px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    transition: border-color 250ms ease-in-out, box-shadow 250ms ease-in-out;
    background: #ffffff;
    color: #1c1c1e;
}

.mfa-digit:focus[b-3sqdkh6gds] {
    border-color: #007aff;
    box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.15);
}

.btn-primary[b-3sqdkh6gds] {
    width: 100%;
    padding: 12px;
    background: #007aff;
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    transition: background 250ms ease-in-out, transform 80ms ease;
    margin-top: 4px;
}

.btn-primary:hover[b-3sqdkh6gds] {
    background: #0066d6;
}

.btn-primary:active[b-3sqdkh6gds] {
    transform: scale(0.985);
}

.auth-footer[b-3sqdkh6gds] {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    color: #8e8e93;
}

.mfa-footer[b-3sqdkh6gds] {
    margin-top: 16px;
}

.auth-footer a[b-3sqdkh6gds] {
    color: #007aff;
    font-weight: 500;
}
/* /Components/Authentication/RegisterForm.razor.rz.scp.css */
.auth-form[b-eh6oyy0y81] {
    display: block;
}

.sso-buttons[b-eh6oyy0y81] {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
}

.sso-btn[b-eh6oyy0y81] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    border: 1px solid #e5e5ea;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #3a3a3c;
    transition: all 250ms ease-in-out;
    background: #ffffff;
}

.sso-btn:hover[b-eh6oyy0y81] {
    background: #f2f2f7;
    border-color: #d1d1d6;
}

.sso-btn svg[b-eh6oyy0y81] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.auth-divider[b-eh6oyy0y81] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0;
    font-size: 12px;
    color: #aeaeb2;
}

.auth-divider[b-eh6oyy0y81]::before,
.auth-divider[b-eh6oyy0y81]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e5e5ea;
}

.form-group[b-eh6oyy0y81] {
    margin-bottom: 16px;
    position: relative;
}

.form-group label[b-eh6oyy0y81] {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #3a3a3c;
    margin-bottom: 5px;
}

.form-input-wrap[b-eh6oyy0y81] {
    position: relative;
}

.form-input[b-eh6oyy0y81] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #e5e5ea;
    border-radius: 8px;
    font-size: 15px;
    background: #ffffff;
    transition: border-color 250ms ease-in-out, box-shadow 250ms ease-in-out;
    color: #1c1c1e;
}

.form-input:focus[b-eh6oyy0y81] {
    border-color: #007aff;
    box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.15);
}

.form-input.error[b-eh6oyy0y81] {
    border-color: #ff3b30;
    box-shadow: 0 0 0 3px rgba(255, 59, 48, 0.12);
}

.form-error[b-eh6oyy0y81] {
    font-size: 12px;
    color: #ff3b30;
    margin-top: 4px;
    display: none;
}

.form-error.visible[b-eh6oyy0y81] {
    display: block;
}

.toggle-password[b-eh6oyy0y81] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aeaeb2;
    padding: 4px;
    transition: color 250ms ease-in-out;
}

.toggle-password:hover[b-eh6oyy0y81] {
    color: #8e8e93;
}

.password-strength[b-eh6oyy0y81] {
    height: 3px;
    border-radius: 2px;
    background: #e5e5ea;
    margin-top: 6px;
    overflow: hidden;
}

.password-strength-bar[b-eh6oyy0y81] {
    height: 100%;
    border-radius: 2px;
    width: var(--foldr-strength-width, 0);
    background-color: var(--foldr-strength-color, #34c759);
    transition: width 0.3s ease, background-color 0.3s ease;
}

.btn-primary[b-eh6oyy0y81] {
    width: 100%;
    padding: 12px;
    background: #007aff;
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    transition: background 250ms ease-in-out, transform 80ms ease;
    margin-top: 4px;
}

.btn-primary:hover[b-eh6oyy0y81] {
    background: #0066d6;
}

.btn-primary:active[b-eh6oyy0y81] {
    transform: scale(0.985);
}

.btn-primary:disabled[b-eh6oyy0y81] {
    background: #c7c7cc;
    cursor: default;
}

.auth-provider-note[b-eh6oyy0y81] {
    margin: 12px 0 0;
    font-size: 12px;
    line-height: 1.45;
    color: #8e8e93;
    text-align: center;
}
/* /Components/Authentication/SignInForm.razor.rz.scp.css */
.auth-form[b-1s7qevp98s] {
    display: block;
}

.sso-buttons[b-1s7qevp98s] {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
}

.sso-btn[b-1s7qevp98s] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    border: 1px solid #e5e5ea;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #3a3a3c;
    transition: all 250ms ease-in-out;
    background: #ffffff;
}

.sso-btn:hover[b-1s7qevp98s] {
    background: #f2f2f7;
    border-color: #d1d1d6;
}

.sso-btn svg[b-1s7qevp98s] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.auth-divider[b-1s7qevp98s] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0;
    font-size: 12px;
    color: #aeaeb2;
}

.auth-divider[b-1s7qevp98s]::before,
.auth-divider[b-1s7qevp98s]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e5e5ea;
}

.form-group[b-1s7qevp98s] {
    margin-bottom: 16px;
    position: relative;
}

.form-group label[b-1s7qevp98s] {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #3a3a3c;
    margin-bottom: 5px;
}

.form-input-wrap[b-1s7qevp98s] {
    position: relative;
}

.form-input[b-1s7qevp98s] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #e5e5ea;
    border-radius: 8px;
    font-size: 15px;
    background: #ffffff;
    transition: border-color 250ms ease-in-out, box-shadow 250ms ease-in-out;
    color: #1c1c1e;
}

.form-input:focus[b-1s7qevp98s] {
    border-color: #007aff;
    box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.15);
}

.form-input.error[b-1s7qevp98s] {
    border-color: #ff3b30;
    box-shadow: 0 0 0 3px rgba(255, 59, 48, 0.12);
}

.form-error[b-1s7qevp98s] {
    font-size: 12px;
    color: #ff3b30;
    margin-top: 4px;
    display: none;
}

.form-error.visible[b-1s7qevp98s] {
    display: block;
}

.toggle-password[b-1s7qevp98s] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aeaeb2;
    padding: 4px;
    transition: color 250ms ease-in-out;
}

.toggle-password:hover[b-1s7qevp98s] {
    color: #8e8e93;
}

.btn-primary[b-1s7qevp98s] {
    width: 100%;
    padding: 12px;
    background: #007aff;
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    transition: background 250ms ease-in-out, transform 80ms ease;
    margin-top: 4px;
}

.btn-primary:hover[b-1s7qevp98s] {
    background: #0066d6;
}

.btn-primary:active[b-1s7qevp98s] {
    transform: scale(0.985);
}

.btn-primary:disabled[b-1s7qevp98s] {
    background: #c7c7cc;
    cursor: default;
}

.auth-provider-note[b-1s7qevp98s] {
    margin: 12px 0 0;
    font-size: 12px;
    line-height: 1.45;
    color: #8e8e93;
    text-align: center;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-6j0qcno9sj] {
    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-6j0qcno9sj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-phqdjv0jw5],
.components-reconnect-repeated-attempt-visible[b-phqdjv0jw5],
.components-reconnect-failed-visible[b-phqdjv0jw5],
.components-pause-visible[b-phqdjv0jw5],
.components-resume-failed-visible[b-phqdjv0jw5],
.components-rejoining-animation[b-phqdjv0jw5] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-phqdjv0jw5],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-phqdjv0jw5],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-phqdjv0jw5],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-phqdjv0jw5],
#components-reconnect-modal.components-reconnect-retrying[b-phqdjv0jw5],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-phqdjv0jw5],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-phqdjv0jw5],
#components-reconnect-modal.components-reconnect-failed[b-phqdjv0jw5],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-phqdjv0jw5] {
    display: block;
}


#components-reconnect-modal[b-phqdjv0jw5] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-phqdjv0jw5 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-phqdjv0jw5 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-phqdjv0jw5 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-phqdjv0jw5]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-phqdjv0jw5 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-phqdjv0jw5 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-phqdjv0jw5 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-phqdjv0jw5 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-phqdjv0jw5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-phqdjv0jw5] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-phqdjv0jw5] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-phqdjv0jw5] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-phqdjv0jw5] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-phqdjv0jw5] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-phqdjv0jw5] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-phqdjv0jw5 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-phqdjv0jw5] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-phqdjv0jw5 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin.razor.rz.scp.css */
.admin-page[b-p08iqznop5] {
    display: grid;
    gap: 18px;
    padding: 24px;
    min-height: 100%;
    background:
        radial-gradient(circle at top left, rgba(0, 122, 255, 0.10), transparent 28%),
        linear-gradient(180deg, rgba(246, 248, 251, 1), rgba(241, 244, 249, 1));
}

.admin-hero[b-p08iqznop5] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-end;
    padding: 24px 26px;
    border-radius: 28px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.08);
}

.admin-hero-copy h1[b-p08iqznop5] {
    margin: 6px 0 8px;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.03;
    letter-spacing: -0.04em;
    color: var(--grey10);
}

.admin-hero-copy p[b-p08iqznop5] {
    margin: 0;
    max-width: 56ch;
    color: var(--grey1);
    font-size: 15px;
    line-height: 1.6;
}

.admin-kicker[b-p08iqznop5],
.admin-panel-kicker[b-p08iqznop5] {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #007aff;
}

.admin-hero-stats[b-p08iqznop5] {
    display: grid;
    grid-template-columns: repeat(3, minmax(96px, 1fr));
    gap: 10px;
}

.admin-stat[b-p08iqznop5] {
    min-width: 108px;
    padding: 14px 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(239, 244, 249, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.admin-stat span[b-p08iqznop5] {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--grey1);
}

.admin-stat strong[b-p08iqznop5] {
    font-size: 24px;
    font-weight: 800;
    color: var(--grey10);
}

.admin-toolbar[b-p08iqznop5] {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) repeat(2, auto) auto;
    gap: 12px;
    align-items: center;
    padding: 14px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}

.admin-search[b-p08iqznop5] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 16px;
    background: white;
    border: 1px solid var(--grey5);
}

.admin-search svg[b-p08iqznop5] {
    width: 18px;
    height: 18px;
    color: var(--grey1);
    flex: 0 0 auto;
}

.admin-search input[b-p08iqznop5],
.admin-filter[b-p08iqznop5] {
    border: 0;
    background: transparent;
    font: inherit;
    color: var(--grey10);
    outline: none;
}

.admin-search input[b-p08iqznop5] {
    width: 100%;
    min-width: 180px;
}

.admin-filter[b-p08iqznop5] {
    min-height: 48px;
    min-width: 138px;
    padding: 0 14px;
    border-radius: 16px;
    background: white;
    border: 1px solid var(--grey5);
}

.admin-refresh[b-p08iqznop5],
.admin-secondary-button[b-p08iqznop5] {
    height: 48px;
    padding: 0 18px;
    border-radius: 16px;
    border: 1px solid var(--grey5);
    background: white;
    color: var(--grey10);
    font-weight: 700;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.admin-refresh:hover[b-p08iqznop5],
.admin-secondary-button:hover[b-p08iqznop5] {
    transform: translateY(-1px);
    border-color: rgba(0, 122, 255, 0.26);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.admin-refresh:disabled[b-p08iqznop5],
.admin-secondary-button:disabled[b-p08iqznop5] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.admin-banner[b-p08iqznop5] {
    padding: 14px 16px;
    border-radius: 16px;
    font-weight: 600;
    border: 1px solid transparent;
}

.admin-banner.success[b-p08iqznop5] {
    color: #166534;
    background: rgba(34, 197, 94, 0.12);
    border-color: rgba(34, 197, 94, 0.18);
}

.admin-banner.error[b-p08iqznop5] {
    color: #991b1b;
    background: rgba(239, 68, 68, 0.12);
    border-color: rgba(239, 68, 68, 0.18);
}

.admin-layout[b-p08iqznop5] {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(420px, 1.25fr);
    gap: 18px;
    align-items: start;
}

.admin-list-panel[b-p08iqznop5] {
    display: grid;
    gap: 14px;
}

.admin-panel-header[b-p08iqznop5] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 4px 2px;
}

.admin-panel-header h2[b-p08iqznop5] {
    margin: 4px 0 0;
    font-size: 20px;
    letter-spacing: -0.03em;
    color: var(--grey10);
}

.admin-list[b-p08iqznop5] {
    display: grid;
    gap: 12px;
}

.admin-detail-panel[b-p08iqznop5] {
    min-height: 100%;
}

.admin-loading[b-p08iqznop5] {
    display: grid;
    place-items: center;
    gap: 12px;
    min-height: 320px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px dashed rgba(148, 163, 184, 0.30);
    color: var(--grey1);
    font-weight: 600;
}

.admin-spinner[b-p08iqznop5] {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 3px solid rgba(0, 122, 255, 0.16);
    border-top-color: #007aff;
    animation: admin-spin-b-p08iqznop5 0.9s linear infinite;
}

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

@media (max-width: 1120px) {
    .admin-hero[b-p08iqznop5],
    .admin-toolbar[b-p08iqznop5],
    .admin-layout[b-p08iqznop5] {
        grid-template-columns: 1fr;
    }

    .admin-hero[b-p08iqznop5] {
        align-items: flex-start;
    }

    .admin-hero-stats[b-p08iqznop5] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
    }
}

@media (max-width: 760px) {
    .admin-page[b-p08iqznop5] {
        padding: 18px;
    }

    .admin-hero[b-p08iqznop5] {
        padding: 20px;
    }

    .admin-hero-stats[b-p08iqznop5] {
        grid-template-columns: 1fr;
    }

    .admin-toolbar[b-p08iqznop5] {
        grid-template-columns: 1fr;
    }

    .admin-search[b-p08iqznop5],
    .admin-filter[b-p08iqznop5],
    .admin-refresh[b-p08iqznop5],
    .admin-secondary-button[b-p08iqznop5] {
        width: 100%;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-loading[b-8ppv5wkho7] {
    display: grid;
    place-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #f2f2f7 0%, #e8e8ed 100%);
}

.home-loading-card[b-8ppv5wkho7] {
    display: grid;
    place-items: center;
    gap: 14px;
    padding: 28px 32px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12);
}

.home-loading-card p[b-8ppv5wkho7] {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    color: #475467;
    font-weight: 600;
}

.home-spinner[b-8ppv5wkho7] {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 3px solid rgba(0, 122, 255, 0.18);
    border-top-color: #007aff;
    animation: foldr-home-spin-b-8ppv5wkho7 0.9s linear infinite;
}

.native-upload-input[b-8ppv5wkho7] {
    position: fixed;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
    left: -9999px;
    top: -9999px;
}

@keyframes foldr-home-spin-b-8ppv5wkho7 {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Pages/PublicShares/PublicShare.razor.rz.scp.css */
.public-share-page[b-t4qak93vpk] {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(0, 122, 255, 0.14), transparent 30%),
        radial-gradient(circle at 80% 20%, rgba(175, 82, 222, 0.12), transparent 25%),
        linear-gradient(180deg, #f4f6fb 0%, #eef2f8 100%);
    color: #111827;
}

.public-share-backdrop[b-t4qak93vpk] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.public-share-orb[b-t4qak93vpk] {
    position: absolute;
    border-radius: 999px;
    filter: blur(6px);
    opacity: 0.9;
}

.orb-one[b-t4qak93vpk] {
    width: 420px;
    height: 420px;
    top: -120px;
    left: -130px;
    background: rgba(0, 122, 255, 0.12);
}

.orb-two[b-t4qak93vpk] {
    width: 360px;
    height: 360px;
    right: -100px;
    bottom: -110px;
    background: rgba(52, 199, 89, 0.12);
}

.public-share-grid[b-t4qak93vpk] {
    position: absolute;
    inset: 0;
    opacity: 0.4;
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), transparent 85%);
}

.public-share-shell[b-t4qak93vpk] {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 28px;
    min-height: 100vh;
    padding: 32px 18px;
}

.public-share-brand[b-t4qak93vpk] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: center;
    width: min(720px, 100%);
    margin-bottom: 2px;
}

.public-share-mark[b-t4qak93vpk] {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(145deg, #0a84ff, #0066d6);
    color: #fff;
    font-size: 27px;
    font-weight: 800;
    box-shadow: 0 16px 42px rgba(0, 102, 214, 0.28);
}

.public-share-eyebrow[b-t4qak93vpk] {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #0a84ff;
}

.public-share-brand h1[b-t4qak93vpk] {
    margin: 4px 0 6px;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.public-share-brand p[b-t4qak93vpk] {
    max-width: 56ch;
    margin: 0;
    color: #5f6b82;
    font-size: 1rem;
}

.public-share-card[b-t4qak93vpk] {
    width: min(720px, 100%);
    padding: 32px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(20px);
    animation: public-share-rise-b-t4qak93vpk 0.42s ease-out;
}

.public-share-card.loading[b-t4qak93vpk],
.public-share-card.empty[b-t4qak93vpk] {
    display: grid;
    place-items: center;
    gap: 16px;
    text-align: center;
}

.public-share-card.loading h2[b-t4qak93vpk],
.public-share-card.empty h2[b-t4qak93vpk] {
    margin: 0 0 8px;
    font-size: 1.35rem;
}

.public-share-card.loading p[b-t4qak93vpk],
.public-share-card.empty p[b-t4qak93vpk] {
    margin: 0;
    color: #667085;
}

.loading-spinner[b-t4qak93vpk] {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 3px solid rgba(0, 122, 255, 0.16);
    border-top-color: #0a84ff;
    animation: public-share-spin-b-t4qak93vpk 0.9s linear infinite;
}

.empty-icon[b-t4qak93vpk] {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    border-radius: 24px;
    background: rgba(0, 122, 255, 0.08);
    color: #0a84ff;
}

.empty-icon svg[b-t4qak93vpk] {
    width: 30px;
    height: 30px;
}

.public-share-summary[b-t4qak93vpk] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: start;
}

.public-share-file-mark[b-t4qak93vpk] {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(10, 132, 255, 0.16), rgba(10, 132, 255, 0.06));
    color: #0a84ff;
}

.public-share-file-mark svg[b-t4qak93vpk] {
    width: 30px;
    height: 30px;
}

.public-share-meta h2[b-t4qak93vpk] {
    margin: 2px 0 10px;
    font-size: clamp(1.4rem, 3vw, 2.05rem);
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.public-share-meta p[b-t4qak93vpk] {
    margin: 0;
    color: #5f6b82;
    max-width: 60ch;
}

.public-share-kicker[b-t4qak93vpk] {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #667085;
}

.public-share-chips[b-t4qak93vpk] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.public-share-chip[b-t4qak93vpk] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #344054;
    background: #f2f4f7;
}

.public-share-chip.success[b-t4qak93vpk] {
    color: #067647;
    background: #ecfdf3;
}

.public-share-chip.danger[b-t4qak93vpk] {
    color: #b42318;
    background: #fef3f2;
}

.public-share-chip.muted[b-t4qak93vpk] {
    color: #475467;
    background: #f2f4f7;
}

.public-share-alert[b-t4qak93vpk] {
    margin-top: 22px;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 0.95rem;
    color: #b42318;
    background: #fef3f2;
    border: 1px solid rgba(180, 35, 24, 0.14);
}

.public-share-alert.warning[b-t4qak93vpk] {
    color: #b54708;
    background: #fffaeb;
    border-color: rgba(181, 71, 8, 0.14);
}

.public-share-form[b-t4qak93vpk] {
    margin-top: 22px;
    display: grid;
    gap: 12px;
}

.public-share-form label[b-t4qak93vpk] {
    font-size: 0.92rem;
    font-weight: 700;
    color: #344054;
}

.public-share-input[b-t4qak93vpk] {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border: 1px solid #d0d5dd;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
    color: #101828;
    font-size: 1rem;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03);
}

.public-share-input:focus[b-t4qak93vpk] {
    border-color: #0a84ff;
    box-shadow: 0 0 0 4px rgba(10, 132, 255, 0.12);
    outline: none;
}

.public-share-actions[b-t4qak93vpk] {
    margin-top: 22px;
}

.public-share-button[b-t4qak93vpk] {
    appearance: none;
    border: 0;
    width: 100%;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(145deg, #0a84ff, #0066d6);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 14px 26px rgba(0, 102, 214, 0.24);
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.public-share-button:hover[b-t4qak93vpk] {
    transform: translateY(-1px);
    box-shadow: 0 18px 32px rgba(0, 102, 214, 0.26);
}

.public-share-button:disabled[b-t4qak93vpk] {
    opacity: 0.55;
    box-shadow: none;
    cursor: not-allowed;
    transform: none;
}

.public-share-button.secondary[b-t4qak93vpk] {
    display: inline-grid;
    place-items: center;
    width: auto;
    min-width: 180px;
    padding: 0 18px;
    text-decoration: none;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.24);
    box-shadow: none;
}

.public-share-footnote[b-t4qak93vpk] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 22px;
    color: #667085;
    font-size: 0.85rem;
}

.public-share-footnote span[b-t4qak93vpk] {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.65);
}

@keyframes public-share-rise-b-t4qak93vpk {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.99);
    }

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

@keyframes public-share-spin-b-t4qak93vpk {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 720px) {
    .public-share-brand[b-t4qak93vpk],
    .public-share-summary[b-t4qak93vpk] {
        grid-template-columns: 1fr;
    }

    .public-share-card[b-t4qak93vpk] {
        padding: 24px;
        border-radius: 24px;
    }

    .public-share-brand[b-t4qak93vpk] {
        text-align: center;
        justify-items: center;
    }

    .public-share-meta[b-t4qak93vpk] {
        text-align: center;
    }

    .public-share-chips[b-t4qak93vpk] {
        justify-content: center;
    }
}
/* /Components/Workspace/Layout/AppSidebar.razor.rz.scp.css */
.badge.hidden[b-3ka1xuwtox] {
    display: none;
}

.sidebar-storage-fill[b-3ka1xuwtox] {
    width: calc(var(--foldr-storage-percent, 0) * 1%);
}
/* /Components/Workspace/Layout/DetailDrawer.razor.rz.scp.css */
.detail-header-icon.pdf[b-2u9ufj7p5a] {
    background: rgba(255, 59, 48, 0.08);
}

.detail-header-icon.image[b-2u9ufj7p5a] {
    background: rgba(175, 82, 222, 0.08);
}

.detail-header-icon.doc[b-2u9ufj7p5a] {
    background: rgba(0, 122, 255, 0.08);
}

.detail-header-icon.sheet[b-2u9ufj7p5a] {
    background: rgba(52, 199, 89, 0.08);
}

.detail-header-icon.video[b-2u9ufj7p5a] {
    background: rgba(255, 149, 0, 0.08);
}

.detail-header-icon.archive[b-2u9ufj7p5a] {
    background: rgba(142, 142, 147, 0.08);
}

.detail-header-icon.code[b-2u9ufj7p5a] {
    background: rgba(90, 200, 250, 0.08);
}

.detail-header-icon.file[b-2u9ufj7p5a] {
    background: var(--grey6);
}

.detail-source-name[b-2u9ufj7p5a] {
    margin-left: 4px;
}

.detail-location[b-2u9ufj7p5a] {
    color: var(--blue);
    cursor: pointer;
}

.detail-share-stats[b-2u9ufj7p5a] {
    gap: 16px;
}

.detail-share-stat[b-2u9ufj7p5a] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
}

.detail-capabilities[b-2u9ufj7p5a] {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
/* /Components/Workspace/Layout/WorkspaceToolbar.razor.rz.scp.css */
.toolbar-search.hidden[b-4vo7cn8tl3] {
    display: none;
}

.toolbar-shortcut[b-4vo7cn8tl3] {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: var(--grey3);
    background: var(--bg-primary);
    border: 1px solid var(--grey5);
    border-radius: 4px;
    padding: 1px 5px;
    pointer-events: none;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.4;
}
/* /Components/Workspace/Library/LibraryView.razor.rz.scp.css */
.anim-item[b-tr15l9sws1],
.anim-grid-item[b-tr15l9sws1] {
    animation-delay: var(--foldr-anim-delay, 0ms);
}

.shared-pill[b-tr15l9sws1] {
    color: var(--green);
    font-weight: 600;
}
/* /Components/Workspace/Overlays/UploadWidget.razor.rz.scp.css */
.upload-ring-fg[b-qkhjfey3ux] {
    transform: rotate(-90deg);
    transform-origin: center;
}
/* /Components/Workspace/Recent/RecentView.razor.rz.scp.css */
.anim-item[b-sg25ym03da] {
    animation-delay: var(--foldr-anim-delay, 0ms);
}
/* /Components/Workspace/Settings/SettingsView.razor.rz.scp.css */
.settings-intro[b-7wirnayl1j] {
    font-size: 13px;
    color: var(--grey1);
    margin-bottom: 16px;
}

.settings-subtitle[b-7wirnayl1j] {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.settings-flex-1[b-7wirnayl1j] {
    flex: 1;
}

.settings-card-spaced[b-7wirnayl1j] {
    margin-bottom: 24px;
}

.settings-row-stack[b-7wirnayl1j] {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
}

.settings-storage-summary-row[b-7wirnayl1j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.settings-storage-usage-value[b-7wirnayl1j] {
    font-size: 14px;
    font-weight: 600;
    color: var(--blue);
}

.settings-storage-bar[b-7wirnayl1j] {
    height: 8px;
    background: var(--grey5);
    border-radius: 4px;
    overflow: hidden;
}

.settings-storage-bar-fill[b-7wirnayl1j] {
    height: 100%;
    background: var(--blue);
    border-radius: 4px;
    width: var(--foldr-storage-fill, 0%);
}

.settings-storage-breakdown[b-7wirnayl1j] {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: var(--grey1);
}

.provider-error[b-7wirnayl1j] {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.4;
    color: #C83E4D;
}
/* /Components/Workspace/Shares/SharedLinksView.razor.rz.scp.css */
.anim-item[b-q6ds7ip01o] {
    animation-delay: var(--foldr-anim-delay, 0ms);
}
/* /Components/Workspace/Transfers/TransfersView.razor.rz.scp.css */
.anim-item[b-rlduy2stjz] {
    animation-delay: var(--foldr-anim-delay, 0ms);
}

.transfer-icon[b-rlduy2stjz] {
    background: rgba(175, 82, 222, 0.08);
}

.transfer-progress-fill[b-rlduy2stjz] {
    width: var(--foldr-progress, 0%);
}
/* /Components/Workspace/Trash/TrashView.razor.rz.scp.css */
.trash-empty-button[b-6o052vlvp5] {
    margin-left: auto;
}

.anim-item[b-6o052vlvp5] {
    animation-delay: var(--foldr-anim-delay, 0ms);
}

.trash-actions[b-6o052vlvp5] {
    opacity: 1;
}
/* /Components/Workspace/WorkspaceShell.razor.rz.scp.css */
/* ===== APP LAYOUT ===== */
.workspace-shell[b-5jqlug7m0w]  .app-layout {
  display: none;
  height: 100vh;
  flex-direction: row;
}
.workspace-shell[b-5jqlug7m0w]  .app-layout.active { display: flex; }

/* Sidebar */
.workspace-shell[b-5jqlug7m0w]  .sidebar {
  width: var(--sidebar-width);
  background: var(--sidebar-bg);
  border-right: 1px solid var(--grey5);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  transition: width var(--transition), transform var(--transition);
  z-index: 20;
}
.workspace-shell[b-5jqlug7m0w]  .sidebar-header {
  padding: 16px 16px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.workspace-shell[b-5jqlug7m0w]  .sidebar-header svg { width: 24px; height: 24px; }
.workspace-shell[b-5jqlug7m0w]  .sidebar-header span {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.workspace-shell[b-5jqlug7m0w]  .sidebar-nav { flex: 1; padding: 0 8px; overflow-y: auto; }
.workspace-shell[b-5jqlug7m0w]  .sidebar-section-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--grey1);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 16px 10px 6px;
}
.workspace-shell[b-5jqlug7m0w]  .sidebar-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 500;
  color: #3A3A3C;
  transition: all var(--transition);
  margin-bottom: 1px;
  cursor: pointer;
}
.workspace-shell[b-5jqlug7m0w]  .sidebar-item:hover { background: rgba(0,0,0,0.04); }
.workspace-shell[b-5jqlug7m0w]  .sidebar-item.active {
  background: rgba(0,122,255,0.12);
  color: var(--blue);
}
.workspace-shell[b-5jqlug7m0w]  .sidebar-item svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.workspace-shell[b-5jqlug7m0w]  .sidebar-item .badge {
  margin-left: auto;
  background: var(--grey5);
  color: var(--grey1);
  font-size: 11px;
  font-weight: 600;
  padding: 1px 7px;
  border-radius: 10px;
}
.workspace-shell[b-5jqlug7m0w]  .sidebar-storage {
  padding: 12px 16px;
  border-top: 1px solid var(--grey5);
}
.workspace-shell[b-5jqlug7m0w]  .sidebar-storage-label {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--grey1);
  margin-bottom: 4px;
}
.workspace-shell[b-5jqlug7m0w]  .sidebar-storage-track {
  height: 4px;
  background: var(--grey5);
  border-radius: 2px;
  overflow: hidden;
}
.workspace-shell[b-5jqlug7m0w]  .sidebar-storage-fill {
  height: 100%;
  background: var(--blue);
  border-radius: 2px;
  transition: width 0.5s ease;
}
.workspace-shell[b-5jqlug7m0w]  .sidebar-user {
  padding: 12px 16px;
  border-top: 1px solid var(--grey5);
  display: flex;
  align-items: center;
  gap: 10px;
}
.workspace-shell[b-5jqlug7m0w]  .sidebar-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
.workspace-shell[b-5jqlug7m0w]  .sidebar-user-info {
  overflow: hidden;
}
.workspace-shell[b-5jqlug7m0w]  .sidebar-user-name {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.workspace-shell[b-5jqlug7m0w]  .sidebar-user-email {
  font-size: 11px;
  color: var(--grey1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Source indicators */
.workspace-shell[b-5jqlug7m0w]  .source-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}
.workspace-shell[b-5jqlug7m0w]  .source-pill.native { background: rgba(0,122,255,0.1); color: var(--blue); }
.workspace-shell[b-5jqlug7m0w]  .source-pill.gdrive { background: rgba(66,133,244,0.1); color: #4285F4; }
.workspace-shell[b-5jqlug7m0w]  .source-pill.onedrive { background: rgba(0,120,212,0.1); color: #0078D4; }
.workspace-shell[b-5jqlug7m0w]  .source-pill.dropbox { background: rgba(0,97,255,0.12); color: #0061FF; }
.workspace-shell[b-5jqlug7m0w]  .source-pill svg { width: 10px; height: 10px; }

/* Main content */
.workspace-shell[b-5jqlug7m0w]  .main-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--bg-primary);
  min-width: 0;
}

/* Toolbar */
.workspace-shell[b-5jqlug7m0w]  .toolbar {
  height: var(--toolbar-height);
  border-bottom: 1px solid var(--grey5);
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 12px;
  flex-shrink: 0;
  background: var(--bg-primary);
}
.workspace-shell[b-5jqlug7m0w]  .toolbar-title {
  font-size: 15px;
  font-weight: 700;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.workspace-shell[b-5jqlug7m0w]  .toolbar-search {
  position: relative;
  width: 260px;
}
.workspace-shell[b-5jqlug7m0w]  .toolbar-search input {
  width: 100%;
  padding: 7px 12px 7px 32px;
  border: 1px solid var(--grey5);
  border-radius: var(--radius-sm);
  font-size: 13px;
  background: var(--grey6);
  transition: all var(--transition);
}
.workspace-shell[b-5jqlug7m0w]  .toolbar-search input:focus {
  background: var(--bg-primary);
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0,122,255,0.1);
  width: 320px;
}
.toolbar-search input:focus + kbd[b-5jqlug7m0w],
.workspace-shell[b-5jqlug7m0w]  .toolbar-search input:not(:placeholder-shown) + kbd { opacity: 0; }
.workspace-shell[b-5jqlug7m0w]  .toolbar-search svg {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  color: var(--grey2);
}
.workspace-shell[b-5jqlug7m0w]  .toolbar-btn {
  width: 34px;
  height: 34px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  transition: background var(--transition);
  flex-shrink: 0;
}
.workspace-shell[b-5jqlug7m0w]  .toolbar-btn:hover { background: var(--grey6); }
.workspace-shell[b-5jqlug7m0w]  .toolbar-btn svg { width: 18px; height: 18px; }
.workspace-shell[b-5jqlug7m0w]  .toolbar-btn.has-activity { position: relative; }
.workspace-shell[b-5jqlug7m0w]  .toolbar-btn.has-activity::after {
  content: '';
  position: absolute;
  top: 6px;
  right: 6px;
  width: 7px;
  height: 7px;
  background: var(--orange);
  border-radius: 50%;
  border: 1.5px solid var(--bg-primary);
}
.workspace-shell[b-5jqlug7m0w]  .mobile-menu-btn {
  display: none;
  width: 34px;
  height: 34px;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
  color: var(--blue);
}

/* Breadcrumb */
.workspace-shell[b-5jqlug7m0w]  .breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  overflow: hidden;
  min-width: 0;
}
.workspace-shell[b-5jqlug7m0w]  .breadcrumb-item {
  white-space: nowrap;
  color: var(--blue);
  cursor: pointer;
  padding: 2px 4px;
  border-radius: 4px;
  transition: background var(--transition);
}
.workspace-shell[b-5jqlug7m0w]  .breadcrumb-item:hover { background: rgba(0,122,255,0.08); }
.workspace-shell[b-5jqlug7m0w]  .breadcrumb-item.current {
  color: #1C1C1E;
  font-weight: 600;
  cursor: default;
}
.workspace-shell[b-5jqlug7m0w]  .breadcrumb-item.current:hover { background: none; }
.workspace-shell[b-5jqlug7m0w]  .breadcrumb-sep { color: var(--grey3); font-size: 11px; flex-shrink: 0; }

/* Content area */
.workspace-shell[b-5jqlug7m0w]  .content-area {
  flex: 1;
  display: flex;
  overflow: hidden;
}

/* ===== VIEW PANELS ===== */
.workspace-shell[b-5jqlug7m0w]  .view-panel {
  flex: 1;
  display: none;
  flex-direction: column;
  overflow: hidden;
}
.workspace-shell[b-5jqlug7m0w]  .view-panel.active { display: flex; }

/* Filter bar */
.workspace-shell[b-5jqlug7m0w]  .filter-bar {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--grey5);
  flex-shrink: 0;
  flex-wrap: wrap;
}
.workspace-shell[b-5jqlug7m0w]  .segmented-control {
  display: inline-flex;
  background: var(--grey6);
  border-radius: var(--radius-sm);
  padding: 2px;
}
.workspace-shell[b-5jqlug7m0w]  .seg-btn {
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 7px;
  color: var(--grey1);
  transition: all var(--transition);
  white-space: nowrap;
}
.workspace-shell[b-5jqlug7m0w]  .seg-btn.active {
  background: var(--bg-primary);
  color: var(--blue);
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.workspace-shell[b-5jqlug7m0w]  .item-count {
  font-size: 12px;
  color: var(--grey1);
  margin-left: auto;
}
.workspace-shell[b-5jqlug7m0w]  .view-toggle {
  display: flex;
  gap: 2px;
  background: var(--grey6);
  border-radius: var(--radius-sm);
  padding: 2px;
}
.workspace-shell[b-5jqlug7m0w]  .view-toggle-btn {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey1);
  transition: all var(--transition);
}
.workspace-shell[b-5jqlug7m0w]  .view-toggle-btn.active {
  background: var(--bg-primary);
  color: var(--blue);
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.workspace-shell[b-5jqlug7m0w]  .view-toggle-btn svg { width: 14px; height: 14px; }

/* ===== ANIMATIONS ===== */
@keyframes fadeSlideUp-b-5jqlug7m0w {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeSlideIn-b-5jqlug7m0w {
  from { opacity: 0; transform: translateX(-6px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes gridPop-b-5jqlug7m0w {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes panelSlideIn-b-5jqlug7m0w {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes subtlePulse-b-5jqlug7m0w {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}
@keyframes countPop-b-5jqlug7m0w {
  0% { transform: scale(1); }
  50% { transform: scale(1.15); }
  100% { transform: scale(1); }
}
.workspace-shell[b-5jqlug7m0w]  .anim-item {
  animation: fadeSlideUp-b-5jqlug7m0w 0.3s ease-out both;
}
.workspace-shell[b-5jqlug7m0w]  .anim-grid-item {
  animation: gridPop-b-5jqlug7m0w 0.3s ease-out both;
}
.workspace-shell[b-5jqlug7m0w]  .detail-panel.open #detailContent {
  animation: panelSlideIn-b-5jqlug7m0w 0.3s ease-out;
}
.workspace-shell[b-5jqlug7m0w]  .item-count.pop {
  animation: countPop-b-5jqlug7m0w 0.25s ease-out;
}
.workspace-shell[b-5jqlug7m0w]  .item-count.count-pop {
  animation: countPop-b-5jqlug7m0w 0.25s ease-out;
}
/* Smooth view transitions */
.workspace-shell[b-5jqlug7m0w]  .view-panel { opacity: 0; transition: opacity 0.2s ease; }
.workspace-shell[b-5jqlug7m0w]  .view-panel.active { opacity: 1; }
.workspace-shell[b-5jqlug7m0w]  .settings-content { opacity: 0; transition: opacity 0.2s ease; }
.workspace-shell[b-5jqlug7m0w]  .settings-content.active { opacity: 1; }

/* Search highlight */
.workspace-shell[b-5jqlug7m0w]  mark.search-hl {
  background: rgba(0,122,255,0.15);
  color: inherit;
  padding: 0 1px;
  border-radius: 2px;
}

/* Dropdown menus */
.workspace-shell[b-5jqlug7m0w]  .dropdown-wrap {
  position: relative;
}
.workspace-shell[b-5jqlug7m0w]  .dropdown-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 600;
  color: var(--grey1);
  background: var(--grey6);
  transition: all var(--transition);
  white-space: nowrap;
}
.workspace-shell[b-5jqlug7m0w]  .dropdown-btn:hover { background: var(--grey5); color: #3A3A3C; }
.workspace-shell[b-5jqlug7m0w]  .dropdown-btn.has-value { color: var(--blue); background: rgba(0,122,255,0.08); }
.workspace-shell[b-5jqlug7m0w]  .dropdown-btn svg { width: 12px; height: 12px; transition: transform 0.2s ease; }
.workspace-shell[b-5jqlug7m0w]  .dropdown-btn.open svg { transform: rotate(180deg); }
.workspace-shell[b-5jqlug7m0w]  .dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 180px;
  background: var(--bg-primary);
  border: 1px solid var(--grey5);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
  z-index: 30;
  padding: 4px;
  display: none;
  animation: fadeSlideUp-b-5jqlug7m0w 0.15s ease-out;
}
.workspace-shell[b-5jqlug7m0w]  .dropdown-menu.open { display: block; }
.workspace-shell[b-5jqlug7m0w]  .dropdown-menu.align-right { left: auto; right: 0; }
.workspace-shell[b-5jqlug7m0w]  .dropdown-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #3A3A3C;
  cursor: pointer;
  transition: background 0.15s ease;
}
.workspace-shell[b-5jqlug7m0w]  .dropdown-option:hover { background: var(--grey6); }
.workspace-shell[b-5jqlug7m0w]  .dropdown-option.active { color: var(--blue); font-weight: 600; }
.workspace-shell[b-5jqlug7m0w]  .dropdown-option.active::after {
  content: '';
  margin-left: auto;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23007AFF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / contain no-repeat;
}
.workspace-shell[b-5jqlug7m0w]  .dropdown-sep {
  height: 1px;
  background: var(--grey5);
  margin: 4px 6px;
}

/* Full-page drag overlay */
.workspace-shell[b-5jqlug7m0w]  .drag-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,122,255,0.06);
  border: 3px dashed var(--blue);
  border-radius: 0;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  pointer-events: none;
  animation: fadeScaleIn 0.2s ease-out;
}
.workspace-shell[b-5jqlug7m0w]  .drag-overlay.visible { display: flex; }
.workspace-shell[b-5jqlug7m0w]  .drag-overlay svg { width: 48px; height: 48px; color: var(--blue); opacity: 0.7; }
.workspace-shell[b-5jqlug7m0w]  .drag-overlay h3 { font-size: 18px; font-weight: 700; color: var(--blue); }
.workspace-shell[b-5jqlug7m0w]  .drag-overlay p { font-size: 13px; color: var(--grey1); }

/* Upload progress — fixed bottom-right widget */
.workspace-shell[b-5jqlug7m0w]  .upload-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 320px;
  background: var(--bg-primary);
  border: 1px solid var(--grey5);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  z-index: 80;
  overflow: hidden;
  display: none;
  animation: uploadWidgetIn-b-5jqlug7m0w 0.3s ease-out;
}
@keyframes uploadWidgetIn-b-5jqlug7m0w {
  .workspace-shell ::deep from { opacity: 0; transform: translateY(16px) scale(0.96); }
  .workspace-shell ::deep to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes uploadWidgetOut-b-5jqlug7m0w {
  .workspace-shell ::deep from { opacity: 1; transform: translateY(0) scale(1); }
  .workspace-shell ::deep to { opacity: 0; transform: translateY(16px) scale(0.96); }
}
.workspace-shell[b-5jqlug7m0w]  .upload-widget.active { display: block; }
.workspace-shell[b-5jqlug7m0w]  .upload-widget.closing {
  animation: uploadWidgetOut-b-5jqlug7m0w 0.25s ease-in forwards;
}
.workspace-shell[b-5jqlug7m0w]  .upload-widget-header {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-bottom: 1px solid var(--grey5);
  gap: 8px;
}
.workspace-shell[b-5jqlug7m0w]  .upload-widget-header svg { width: 16px; height: 16px; color: var(--blue); flex-shrink: 0; }
.workspace-shell[b-5jqlug7m0w]  .upload-widget-title {
  font-size: 12px;
  font-weight: 600;
  color: var(--grey1);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  flex: 1;
}
.workspace-shell[b-5jqlug7m0w]  .upload-widget-close {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey2);
  transition: all var(--transition);
}
.workspace-shell[b-5jqlug7m0w]  .upload-widget-close:hover { background: var(--grey6); color: var(--grey1); }
.workspace-shell[b-5jqlug7m0w]  .upload-widget-close svg { width: 10px; height: 10px; }
.workspace-shell[b-5jqlug7m0w]  .upload-widget-body {
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
}
.workspace-shell[b-5jqlug7m0w]  .upload-file-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--grey5);
}
.workspace-shell[b-5jqlug7m0w]  .upload-file-row:last-child { border-bottom: none; }
.workspace-shell[b-5jqlug7m0w]  .upload-file-icon {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  background: rgba(0,122,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.workspace-shell[b-5jqlug7m0w]  .upload-file-icon svg { width: 15px; height: 15px; color: var(--blue); }
/* Circular progress ring around icon */
.workspace-shell[b-5jqlug7m0w]  .upload-ring {
  position: absolute;
  inset: -2px;
  width: 36px;
  height: 36px;
}
.workspace-shell[b-5jqlug7m0w]  .upload-ring-bg { fill: none; stroke: var(--grey5); stroke-width: 2; }
.workspace-shell[b-5jqlug7m0w]  .upload-ring-fg { fill: none; stroke: var(--blue); stroke-width: 2; stroke-linecap: round; transition: stroke-dashoffset 0.3s ease; }
.workspace-shell[b-5jqlug7m0w]  .upload-file-info { flex: 1; min-width: 0; }
.workspace-shell[b-5jqlug7m0w]  .upload-file-name {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.workspace-shell[b-5jqlug7m0w]  .upload-file-detail {
  font-size: 11px;
  color: var(--grey1);
  margin-top: 1px;
}
.workspace-shell[b-5jqlug7m0w]  .upload-file-pct {
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
  min-width: 36px;
  text-align: right;
}
.workspace-shell[b-5jqlug7m0w]  .upload-file-pct.done { color: var(--green); }
.workspace-shell[b-5jqlug7m0w]  .upload-file-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  animation: fadeScaleIn 0.3s ease-out;
}
.workspace-shell[b-5jqlug7m0w]  .upload-file-check svg { width: 11px; height: 11px; color: #fff; }

/* File list */
.workspace-shell[b-5jqlug7m0w]  .file-list-wrap {
  flex: 1;
  overflow-y: auto;
  padding: 4px 16px 16px;
  -webkit-overflow-scrolling: touch;
}

/* Folder row */
.workspace-shell[b-5jqlug7m0w]  .folder-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background var(--transition), transform 0.2s ease;
  margin-bottom: 2px;
}
.workspace-shell[b-5jqlug7m0w]  .folder-item:hover { background: var(--grey6); transform: translateX(2px); }
.workspace-shell[b-5jqlug7m0w]  .folder-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  background: rgba(0,122,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.workspace-shell[b-5jqlug7m0w]  .folder-icon svg { width: 18px; height: 18px; color: var(--blue); }
.workspace-shell[b-5jqlug7m0w]  .folder-info { flex: 1; min-width: 0; }
.workspace-shell[b-5jqlug7m0w]  .folder-name { font-size: 14px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.workspace-shell[b-5jqlug7m0w]  .folder-meta { font-size: 11px; color: var(--grey1); }

/* File row */
.workspace-shell[b-5jqlug7m0w]  .file-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background var(--transition), transform 0.2s ease;
  margin-bottom: 2px;
}
.workspace-shell[b-5jqlug7m0w]  .file-item:hover { background: var(--grey6); transform: translateX(2px); }
.workspace-shell[b-5jqlug7m0w]  .file-item.selected { background: rgba(0,122,255,0.08); }
.workspace-shell[b-5jqlug7m0w]  .file-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  background: var(--grey6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.workspace-shell[b-5jqlug7m0w]  .file-icon svg { width: 18px; height: 18px; }
.workspace-shell[b-5jqlug7m0w]  .file-icon.pdf { background: rgba(255,59,48,0.08); }
.workspace-shell[b-5jqlug7m0w]  .file-icon.pdf svg { color: var(--red); }
.workspace-shell[b-5jqlug7m0w]  .file-icon.image { background: rgba(175,82,222,0.08); }
.workspace-shell[b-5jqlug7m0w]  .file-icon.image svg { color: var(--purple); }
.workspace-shell[b-5jqlug7m0w]  .file-icon.doc { background: rgba(0,122,255,0.08); }
.workspace-shell[b-5jqlug7m0w]  .file-icon.doc svg { color: var(--blue); }
.workspace-shell[b-5jqlug7m0w]  .file-icon.sheet { background: rgba(52,199,89,0.08); }
.workspace-shell[b-5jqlug7m0w]  .file-icon.sheet svg { color: var(--green); }
.workspace-shell[b-5jqlug7m0w]  .file-icon.video { background: rgba(255,149,0,0.08); }
.workspace-shell[b-5jqlug7m0w]  .file-icon.video svg { color: var(--orange); }
.workspace-shell[b-5jqlug7m0w]  .file-icon.archive { background: rgba(142,142,147,0.08); }
.workspace-shell[b-5jqlug7m0w]  .file-icon.archive svg { color: var(--grey1); }
.workspace-shell[b-5jqlug7m0w]  .file-icon.code { background: rgba(90,200,250,0.08); }
.workspace-shell[b-5jqlug7m0w]  .file-icon.code svg { color: var(--teal); }
.workspace-shell[b-5jqlug7m0w]  .file-info { flex: 1; min-width: 0; }
.workspace-shell[b-5jqlug7m0w]  .file-name {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.workspace-shell[b-5jqlug7m0w]  .file-meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--grey1);
  margin-top: 2px;
}
.workspace-shell[b-5jqlug7m0w]  .file-meta-row .source-pill { margin-left: 2px; }
.workspace-shell[b-5jqlug7m0w]  .file-actions-col {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity var(--transition);
}
.workspace-shell[b-5jqlug7m0w]  .file-item:hover .file-actions-col { opacity: 1; }
.workspace-shell[b-5jqlug7m0w]  .file-action-btn {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey2);
  transition: all var(--transition);
}
.workspace-shell[b-5jqlug7m0w]  .file-action-btn:hover { background: var(--grey6); color: var(--blue); }
.workspace-shell[b-5jqlug7m0w]  .file-action-btn.delete-btn:hover { color: var(--red); }
.workspace-shell[b-5jqlug7m0w]  .file-action-btn svg { width: 14px; height: 14px; }

/* File grid view */
.workspace-shell[b-5jqlug7m0w]  .file-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
  padding: 12px 16px 16px;
}
.workspace-shell[b-5jqlug7m0w]  .file-grid-item {
  background: var(--bg-primary);
  border: 1px solid var(--grey5);
  border-radius: var(--radius);
  padding: 16px 12px 12px;
  text-align: center;
  cursor: pointer;
  transition: all var(--transition);
}
.workspace-shell[b-5jqlug7m0w]  .file-grid-item:hover { box-shadow: var(--shadow-sm); border-color: var(--grey4); transform: translateY(-2px); }
.workspace-shell[b-5jqlug7m0w]  .file-grid-item.selected { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(0,122,255,0.2); }
.workspace-shell[b-5jqlug7m0w]  .file-grid-item .file-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius);
  margin: 0 auto 10px;
}
.workspace-shell[b-5jqlug7m0w]  .file-grid-item .file-icon svg { width: 24px; height: 24px; }
.workspace-shell[b-5jqlug7m0w]  .file-grid-item .file-name {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.workspace-shell[b-5jqlug7m0w]  .file-grid-item .file-meta-row { justify-content: center; font-size: 10px; }

/* Grid folder */
.workspace-shell[b-5jqlug7m0w]  .folder-grid-item {
  background: var(--bg-primary);
  border: 1px solid var(--grey5);
  border-radius: var(--radius);
  padding: 16px 12px 12px;
  text-align: center;
  cursor: pointer;
  transition: all var(--transition);
}
.workspace-shell[b-5jqlug7m0w]  .folder-grid-item:hover { box-shadow: var(--shadow-sm); border-color: var(--grey4); transform: translateY(-2px); }
.workspace-shell[b-5jqlug7m0w]  .folder-grid-item .folder-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius);
  margin: 0 auto 10px;
}
.workspace-shell[b-5jqlug7m0w]  .folder-grid-item .folder-icon svg { width: 24px; height: 24px; }
.workspace-shell[b-5jqlug7m0w]  .folder-grid-item .folder-name { font-size: 12px; font-weight: 600; }
.workspace-shell[b-5jqlug7m0w]  .folder-grid-item .folder-meta { font-size: 10px; }

/* Detail panel */
.workspace-shell[b-5jqlug7m0w]  .detail-panel {
  width: 380px;
  border-left: 1px solid var(--grey5);
  background: var(--bg-primary);
  overflow-y: auto;
  flex-shrink: 0;
  transition: width var(--transition);
  display: none;
  -webkit-overflow-scrolling: touch;
}
.workspace-shell[b-5jqlug7m0w]  .detail-panel.open { display: block; }
.workspace-shell[b-5jqlug7m0w]  .detail-header {
  padding: 16px 20px;
  border-bottom: 1px solid var(--grey5);
  display: flex;
  align-items: center;
  gap: 12px;
}
.workspace-shell[b-5jqlug7m0w]  .detail-header-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
}
.workspace-shell[b-5jqlug7m0w]  .detail-header-icon svg { width: 22px; height: 22px; }
.workspace-shell[b-5jqlug7m0w]  .detail-header-info { flex: 1; min-width: 0; }
.workspace-shell[b-5jqlug7m0w]  .detail-header-name {
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.workspace-shell[b-5jqlug7m0w]  .detail-header-type {
  font-size: 12px;
  color: var(--grey1);
}
.workspace-shell[b-5jqlug7m0w]  .detail-close {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--grey5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey1);
  transition: all var(--transition);
  flex-shrink: 0;
}
.workspace-shell[b-5jqlug7m0w]  .detail-close:hover { background: var(--grey4); }
.workspace-shell[b-5jqlug7m0w]  .detail-close svg { width: 12px; height: 12px; }
.workspace-shell[b-5jqlug7m0w]  .detail-body { padding: 16px 20px; }
.workspace-shell[b-5jqlug7m0w]  .detail-field {
  margin-bottom: 16px;
}
.workspace-shell[b-5jqlug7m0w]  .detail-field-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--grey1);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 4px;
}
.workspace-shell[b-5jqlug7m0w]  .detail-field-value {
  font-size: 14px;
  color: #1C1C1E;
  display: flex;
  align-items: center;
  gap: 8px;
  word-break: break-all;
}
.workspace-shell[b-5jqlug7m0w]  .detail-field-value .copy-btn {
  color: var(--grey2);
  padding: 3px;
  border-radius: 4px;
  transition: all var(--transition);
  flex-shrink: 0;
}
.workspace-shell[b-5jqlug7m0w]  .detail-field-value .copy-btn:hover { color: var(--blue); background: rgba(0,122,255,0.08); }
.workspace-shell[b-5jqlug7m0w]  .detail-field-value .copy-btn svg { width: 14px; height: 14px; }

/* Preview area */
.workspace-shell[b-5jqlug7m0w]  .detail-preview {
  width: 100%;
  aspect-ratio: 16/10;
  background: var(--grey6);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}
.workspace-shell[b-5jqlug7m0w]  .detail-preview-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.workspace-shell[b-5jqlug7m0w]  .detail-preview-image.loading {
  opacity: 0.28;
}
.workspace-shell[b-5jqlug7m0w]  .detail-preview-loading {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(242, 242, 247, 0.78);
  color: var(--grey1);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.workspace-shell[b-5jqlug7m0w]  .detail-preview-spinner {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid rgba(0, 122, 255, 0.14);
  border-top-color: var(--blue);
  animation: detail-preview-spin-b-5jqlug7m0w 0.85s linear infinite;
}
.workspace-shell[b-5jqlug7m0w]  .detail-preview svg { width: 48px; height: 48px; color: var(--grey3); }

@keyframes detail-preview-spin-b-5jqlug7m0w {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Share link section */
.workspace-shell[b-5jqlug7m0w]  .share-link-box {
  background: var(--grey6);
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.workspace-shell[b-5jqlug7m0w]  .share-link-box input {
  flex: 1;
  border: none;
  background: none;
  font-size: 12px;
  color: #3A3A3C;
  min-width: 0;
}
.workspace-shell[b-5jqlug7m0w]  .share-link-box .copy-btn {
  color: var(--grey2);
  padding: 4px;
  border-radius: 4px;
  transition: all var(--transition);
  flex-shrink: 0;
}
.workspace-shell[b-5jqlug7m0w]  .share-link-box .copy-btn:hover { color: var(--blue); }
.workspace-shell[b-5jqlug7m0w]  .share-link-box .copy-btn svg { width: 14px; height: 14px; }

/* Detail actions */
.workspace-shell[b-5jqlug7m0w]  .detail-actions {
  display: flex;
  gap: 8px;
  padding: 16px 20px;
  border-top: 1px solid var(--grey5);
}
.workspace-shell[b-5jqlug7m0w]  .detail-btn {
  flex: 1;
  padding: 9px 0;
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  transition: all var(--transition);
}
.workspace-shell[b-5jqlug7m0w]  .detail-btn.download {
  background: var(--blue);
  color: #fff;
}
.workspace-shell[b-5jqlug7m0w]  .detail-btn.download:hover { background: #0066D6; }
.workspace-shell[b-5jqlug7m0w]  .detail-btn.share {
  background: var(--grey6);
  color: #3A3A3C;
}
.workspace-shell[b-5jqlug7m0w]  .detail-btn.share:hover { background: var(--grey5); }
.workspace-shell[b-5jqlug7m0w]  .detail-btn.delete {
  background: rgba(255,59,48,0.1);
  color: var(--red);
}
.workspace-shell[b-5jqlug7m0w]  .detail-btn.delete:hover { background: rgba(255,59,48,0.18); }
.workspace-shell[b-5jqlug7m0w]  .detail-btn.transfer {
  background: rgba(175,82,222,0.1);
  color: var(--purple);
}
.workspace-shell[b-5jqlug7m0w]  .detail-btn.transfer:hover { background: rgba(175,82,222,0.18); }

/* ===== SHARED VIEW ===== */
.workspace-shell[b-5jqlug7m0w]  .shared-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background var(--transition), transform 0.2s ease;
  margin-bottom: 2px;
}
.workspace-shell[b-5jqlug7m0w]  .shared-item:hover { background: var(--grey6); transform: translateX(2px); }
.workspace-shell[b-5jqlug7m0w]  .shared-info { flex: 1; min-width: 0; }
.workspace-shell[b-5jqlug7m0w]  .shared-name { font-size: 14px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.workspace-shell[b-5jqlug7m0w]  .shared-meta { font-size: 11px; color: var(--grey1); display: flex; gap: 8px; margin-top: 2px; }
.workspace-shell[b-5jqlug7m0w]  .shared-stats {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.workspace-shell[b-5jqlug7m0w]  .shared-stat {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: var(--grey1);
}
.workspace-shell[b-5jqlug7m0w]  .shared-stat svg { width: 12px; height: 12px; }

/* ===== TRANSFERS VIEW ===== */
.workspace-shell[b-5jqlug7m0w]  .transfer-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: var(--bg-primary);
  border: 1px solid var(--grey5);
  border-radius: var(--radius-sm);
  margin-bottom: 8px;
}
.workspace-shell[b-5jqlug7m0w]  .transfer-endpoints {
  flex: 1;
  min-width: 0;
}
.workspace-shell[b-5jqlug7m0w]  .transfer-filename { font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.workspace-shell[b-5jqlug7m0w]  .transfer-route {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--grey1);
}
.workspace-shell[b-5jqlug7m0w]  .transfer-route svg { width: 12px; height: 12px; color: var(--grey2); }
.workspace-shell[b-5jqlug7m0w]  .transfer-progress {
  width: 120px;
  flex-shrink: 0;
}
.workspace-shell[b-5jqlug7m0w]  .transfer-progress-track {
  height: 4px;
  background: var(--grey5);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 2px;
}
.workspace-shell[b-5jqlug7m0w]  .transfer-progress-fill {
  height: 100%;
  border-radius: 2px;
  transition: width 0.5s ease;
}
.workspace-shell[b-5jqlug7m0w]  .transfer-progress-fill.active { background: var(--blue); }
.workspace-shell[b-5jqlug7m0w]  .transfer-progress-fill.done { background: var(--green); }
.workspace-shell[b-5jqlug7m0w]  .transfer-progress-fill.failed { background: var(--red); }
.workspace-shell[b-5jqlug7m0w]  .transfer-pct { font-size: 11px; color: var(--grey1); text-align: right; }

/* Status badge */
.workspace-shell[b-5jqlug7m0w]  .status-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}
.workspace-shell[b-5jqlug7m0w]  .status-badge.active { background: rgba(0,122,255,0.12); color: var(--blue); }
.workspace-shell[b-5jqlug7m0w]  .status-badge.synced { background: rgba(52,199,89,0.12); color: var(--green); }
.workspace-shell[b-5jqlug7m0w]  .status-badge.expired { background: rgba(255,59,48,0.12); color: var(--red); }
.workspace-shell[b-5jqlug7m0w]  .status-badge.paused { background: rgba(255,149,0,0.12); color: var(--orange); }

/* ===== SETTINGS VIEW ===== */
.workspace-shell[b-5jqlug7m0w]  .settings-content {
  flex: 1;
  display: none;
  overflow: hidden;
}
.workspace-shell[b-5jqlug7m0w]  .settings-content.active { display: flex; }
.workspace-shell[b-5jqlug7m0w]  .settings-sidebar {
  width: 200px;
  border-right: 1px solid var(--grey5);
  padding: 12px 8px;
  overflow-y: auto;
  flex-shrink: 0;
  background: var(--bg-primary);
}
.workspace-shell[b-5jqlug7m0w]  .settings-nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 500;
  color: #3A3A3C;
  cursor: pointer;
  transition: all var(--transition);
  margin-bottom: 1px;
}
.workspace-shell[b-5jqlug7m0w]  .settings-nav-item:hover { background: var(--grey6); }
.workspace-shell[b-5jqlug7m0w]  .settings-nav-item.active { background: rgba(0,122,255,0.12); color: var(--blue); }
.workspace-shell[b-5jqlug7m0w]  .settings-nav-item svg { width: 16px; height: 16px; }
.workspace-shell[b-5jqlug7m0w]  .settings-body {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
  -webkit-overflow-scrolling: touch;
}
.workspace-shell[b-5jqlug7m0w]  .settings-section {
  margin-bottom: 32px;
}
.workspace-shell[b-5jqlug7m0w]  .settings-section-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.workspace-shell[b-5jqlug7m0w]  .settings-card {
  background: var(--bg-primary);
  border: 1px solid var(--grey5);
  border-radius: var(--radius);
  overflow: hidden;
}
.workspace-shell[b-5jqlug7m0w]  .settings-row {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid var(--grey5);
  gap: 12px;
}
.workspace-shell[b-5jqlug7m0w]  .settings-row:last-child { border-bottom: none; }
.workspace-shell[b-5jqlug7m0w]  .settings-row-label {
  font-size: 14px;
  font-weight: 500;
  flex: 1;
}
.workspace-shell[b-5jqlug7m0w]  .settings-row-desc {
  font-size: 12px;
  color: var(--grey1);
  margin-top: 1px;
}
.workspace-shell[b-5jqlug7m0w]  .settings-row-value {
  font-size: 14px;
  color: var(--grey1);
}

/* Toggle switch */
.workspace-shell[b-5jqlug7m0w]  .toggle-switch {
  width: 42px;
  height: 26px;
  background: var(--grey4);
  border-radius: 13px;
  position: relative;
  cursor: pointer;
  transition: background var(--transition);
  flex-shrink: 0;
}
.workspace-shell[b-5jqlug7m0w]  .toggle-switch.active { background: var(--green); }
.workspace-shell[b-5jqlug7m0w]  .toggle-switch-knob {
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 11px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  position: absolute;
  top: 2px;
  left: 2px;
  transition: transform var(--transition);
}
.workspace-shell[b-5jqlug7m0w]  .toggle-switch.active .toggle-switch-knob { transform: translateX(16px); }

/* Small button */
.workspace-shell[b-5jqlug7m0w]  .btn-sm {
  padding: 5px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  transition: all var(--transition);
  flex-shrink: 0;
}
.workspace-shell[b-5jqlug7m0w]  .btn-sm.blue { background: var(--blue); color: #fff; }
.workspace-shell[b-5jqlug7m0w]  .btn-sm.blue:hover { background: #0066D6; }
.workspace-shell[b-5jqlug7m0w]  .btn-sm.red { background: rgba(255,59,48,0.1); color: var(--red); }
.workspace-shell[b-5jqlug7m0w]  .btn-sm.red:hover { background: rgba(255,59,48,0.18); }
.workspace-shell[b-5jqlug7m0w]  .btn-sm.grey { background: var(--grey6); color: #3A3A3C; }
.workspace-shell[b-5jqlug7m0w]  .btn-sm.grey:hover { background: var(--grey5); }
.workspace-shell[b-5jqlug7m0w]  .btn-sm.green { background: rgba(52,199,89,0.1); color: var(--green); }
.workspace-shell[b-5jqlug7m0w]  .btn-sm.green:hover { background: rgba(52,199,89,0.18); }

/* Avatar */
.workspace-shell[b-5jqlug7m0w]  .profile-avatar-wrap { text-align: center; margin-bottom: 20px; }
.workspace-shell[b-5jqlug7m0w]  .profile-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}
.workspace-shell[b-5jqlug7m0w]  .profile-name { font-size: 18px; font-weight: 700; }
.workspace-shell[b-5jqlug7m0w]  .profile-email { font-size: 13px; color: var(--grey1); }

/* Provider connection card */
.workspace-shell[b-5jqlug7m0w]  .provider-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--grey5);
}
.workspace-shell[b-5jqlug7m0w]  .provider-card:last-child { border-bottom: none; }
.workspace-shell[b-5jqlug7m0w]  .provider-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.workspace-shell[b-5jqlug7m0w]  .provider-icon.native { background: rgba(0,122,255,0.08); }
.workspace-shell[b-5jqlug7m0w]  .provider-icon.gdrive { background: rgba(66,133,244,0.1); }
.workspace-shell[b-5jqlug7m0w]  .provider-icon.onedrive { background: rgba(0,120,212,0.1); }
.workspace-shell[b-5jqlug7m0w]  .provider-icon.dropbox { background: rgba(0,97,255,0.1); }
.workspace-shell[b-5jqlug7m0w]  .provider-info { flex: 1; }
.workspace-shell[b-5jqlug7m0w]  .provider-name { font-size: 14px; font-weight: 600; }
.workspace-shell[b-5jqlug7m0w]  .provider-detail { font-size: 12px; color: var(--grey1); }

/* Sessions */
.workspace-shell[b-5jqlug7m0w]  .session-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--grey5);
}
.workspace-shell[b-5jqlug7m0w]  .session-item:last-child { border-bottom: none; }
.workspace-shell[b-5jqlug7m0w]  .session-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--grey6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.workspace-shell[b-5jqlug7m0w]  .session-icon svg { width: 16px; height: 16px; color: var(--grey1); }
.workspace-shell[b-5jqlug7m0w]  .session-info { flex: 1; }
.workspace-shell[b-5jqlug7m0w]  .session-device { font-size: 14px; font-weight: 500; }
.workspace-shell[b-5jqlug7m0w]  .session-detail { font-size: 11px; color: var(--grey1); }
.workspace-shell[b-5jqlug7m0w]  .session-current {
  font-size: 11px;
  color: var(--green);
  font-weight: 600;
}

/* Empty state */
.workspace-shell[b-5jqlug7m0w]  .empty-state {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
}
.workspace-shell[b-5jqlug7m0w]  .empty-state svg { width: 56px; height: 56px; color: var(--grey3); margin-bottom: 16px; }
.workspace-shell[b-5jqlug7m0w]  .empty-state h3 { font-size: 17px; font-weight: 700; margin-bottom: 4px; }
.workspace-shell[b-5jqlug7m0w]  .empty-state p { font-size: 13px; color: var(--grey1); max-width: 300px; }

/* ===== MODAL / SHEET ===== */
.workspace-shell[b-5jqlug7m0w]  .modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
  opacity: 0;
  transition: opacity var(--transition);
}
.workspace-shell[b-5jqlug7m0w]  .modal-overlay.open { display: flex; opacity: 1; }
.workspace-shell[b-5jqlug7m0w]  .modal-sheet {
  background: var(--bg-primary);
  border-radius: 14px;
  box-shadow: var(--shadow-sheet);
  width: 380px;
  max-width: 90vw;
  padding: 24px;
  text-align: center;
  animation: sheetIn-b-5jqlug7m0w 0.3s ease-out;
}
@keyframes sheetIn-b-5jqlug7m0w {
  .workspace-shell ::deep from { opacity: 0; transform: scale(0.95) translateY(10px); }
  .workspace-shell ::deep to { opacity: 1; transform: scale(1) translateY(0); }
}
.workspace-shell[b-5jqlug7m0w]  .modal-sheet h3 { font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.workspace-shell[b-5jqlug7m0w]  .modal-sheet p { font-size: 13px; color: var(--grey1); margin-bottom: 20px; line-height: 1.5; }
.workspace-shell[b-5jqlug7m0w]  .modal-btns { display: flex; gap: 8px; }
.workspace-shell[b-5jqlug7m0w]  .modal-btn {
  flex: 1;
  padding: 10px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 600;
  transition: all var(--transition);
}
.workspace-shell[b-5jqlug7m0w]  .modal-btn.cancel { background: var(--grey6); color: #3A3A3C; }
.workspace-shell[b-5jqlug7m0w]  .modal-btn.cancel:hover { background: var(--grey5); }
.workspace-shell[b-5jqlug7m0w]  .modal-btn.danger { background: var(--red); color: #fff; }
.workspace-shell[b-5jqlug7m0w]  .modal-btn.danger:hover { background: #E0352C; }
.workspace-shell[b-5jqlug7m0w]  .modal-btn.confirm { background: var(--blue); color: #fff; }
.workspace-shell[b-5jqlug7m0w]  .modal-btn.confirm:hover { background: #0066D6; }

/* Share modal */
.workspace-shell[b-5jqlug7m0w]  .share-modal-body { text-align: left; }
.workspace-shell[b-5jqlug7m0w]  .share-modal-body .form-group { margin-bottom: 12px; }
.workspace-shell[b-5jqlug7m0w]  .share-option-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
.workspace-shell[b-5jqlug7m0w]  .share-option-label { font-size: 13px; font-weight: 500; }

/* ===== TOAST ===== */
.workspace-shell[b-5jqlug7m0w]  .toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(60px);
  background: #1C1C1E;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: var(--shadow-md);
  z-index: 200;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 6px;
}
.workspace-shell[b-5jqlug7m0w]  .toast.visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.workspace-shell[b-5jqlug7m0w]  .toast svg { width: 16px; height: 16px; }
.workspace-shell[b-5jqlug7m0w]  .toast.success svg { color: var(--green); }
.workspace-shell[b-5jqlug7m0w]  .toast.error {
  background: #2B1517;
  border: 1px solid rgba(255, 107, 107, 0.28);
}
.workspace-shell[b-5jqlug7m0w]  .toast.error svg { color: #FF6B6B; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .workspace-shell[b-5jqlug7m0w]  .detail-panel { width: 320px; }
  .workspace-shell[b-5jqlug7m0w]  .settings-sidebar { width: 170px; }
}
@media (max-width: 768px) {
  .workspace-shell[b-5jqlug7m0w]  .mobile-menu-btn { display: flex; }
  .workspace-shell[b-5jqlug7m0w]  .sidebar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    transform: translateX(-100%);
    z-index: 50;
    box-shadow: var(--shadow-lg);
  }
  .workspace-shell[b-5jqlug7m0w]  .sidebar.mobile-open { transform: translateX(0); }
  .workspace-shell[b-5jqlug7m0w]  .mobile-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.3);
    z-index: 40;
    display: none;
  }
  .workspace-shell[b-5jqlug7m0w]  .mobile-backdrop.show { display: block; }
  .workspace-shell[b-5jqlug7m0w]  .detail-panel {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 380px;
    z-index: 30;
    box-shadow: var(--shadow-lg);
  }
  .workspace-shell[b-5jqlug7m0w]  .settings-sidebar { display: none; }
  .workspace-shell[b-5jqlug7m0w]  .toolbar-search { width: 160px; }
  .workspace-shell[b-5jqlug7m0w]  .toolbar-search input:focus { width: 200px; }
  .workspace-shell[b-5jqlug7m0w]  .segmented-control { overflow-x: auto; }
}
@media (max-width: 480px) {
  .workspace-shell[b-5jqlug7m0w]  .toolbar-search { width: 120px; }
  .workspace-shell[b-5jqlug7m0w]  .auth-card { padding: 28px 24px 24px; }
}
