.concept-free-badge,
.sidebar-storage-upgrade,
.app-storage-upgrade {
    display: none;
}

/* Gestione app, logo e centro notifiche */
.notification-trigger {
    position: relative;
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid #dbe5f0;
    border-radius: 14px;
    background: #fff;
    color: #102033;
    cursor: pointer;
    font-size: 18px;
}

.notification-trigger-mobile { display: none; }

.brand-logo-mark {
    display: block;
    width: 54px;
    height: 46px;
    flex: 0 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 7px 12px rgba(8,120,238,.16));
}
.brand-name { color: #10233d; font-weight: 900; letter-spacing: -.02em; }
.brand-name em { color: #0878ee; font-style: normal; }
.footer-brand { display: inline-flex !important; align-items: center; gap: 8px; }
.footer-brand img { width: 38px; height: 30px; object-fit: contain; }

.pwa-install-banner {
    position: fixed;
    z-index: 1150;
    right: 18px;
    bottom: 18px;
    display: none;
    grid-template-columns: 62px minmax(0, 1fr) auto 34px;
    align-items: center;
    gap: 14px;
    width: min(590px, calc(100vw - 36px));
    padding: 16px;
    border: 1px solid #cfe4f4;
    border-radius: 24px;
    color: #102033;
    background: rgba(255,255,255,.97);
    box-shadow: 0 22px 70px rgba(5, 35, 65, .28);
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .25s ease, transform .25s ease;
    backdrop-filter: blur(18px);
}
.pwa-install-banner.is-show { opacity: 1; transform: translateY(0); }
.pwa-install-banner img { width: 62px; height: 62px; border-radius: 18px; box-shadow: 0 8px 20px rgba(8,120,238,.2); }
.pwa-install-banner-copy { display: grid; gap: 3px; min-width: 0; }
.pwa-install-banner-copy strong { font-size: 18px; }
.pwa-install-banner-copy span { color: #67778a; font-size: 14px; }
.pwa-install-banner-action {
    min-height: 50px;
    padding: 0 22px;
    border: 0;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg,#0878ee,#08b996);
    box-shadow: 0 10px 24px rgba(8,120,238,.22);
    cursor: pointer;
    font: inherit;
    font-weight: 900;
}
.pwa-install-banner-action span { margin-right: 5px; font-size: 22px; }
.pwa-install-banner-close { padding: 0; border: 0; color: #68788b; background: transparent; cursor: pointer; font-size: 28px; }

.notification-trigger b {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    background: #e63746;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}

.notification-drawer {
    position: fixed;
    z-index: 1200;
    top: 0;
    right: 0;
    width: min(420px, 100vw);
    height: 100dvh;
    padding: 24px;
    overflow-y: auto;
    border-left: 1px solid #dce6f1;
    background: #fff;
    box-shadow: -20px 0 60px rgba(15, 34, 54, .18);
    transform: translateX(105%);
    transition: transform .25s ease;
}

.notification-drawer.is-open { transform: translateX(0); }

.notification-backdrop {
    position: fixed;
    z-index: 1190;
    inset: 0;
    background: rgba(7, 20, 36, .38);
}

.notification-drawer-head,
.notification-item > div,
.admin-app-logo-preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.notification-drawer-head { margin-bottom: 18px; }
.notification-drawer-head h2 { margin: 2px 0 0; }
.notification-controls { display: grid; gap: 8px; margin-bottom: 18px; }
.notification-permission:disabled { opacity: .78; cursor: default; }
.notification-list { display: grid; gap: 12px; }

.notification-item {
    padding: 16px;
    border: 1px solid #dbe6f2;
    border-radius: 18px;
    background: #fff;
}

.notification-item.is-unread {
    border-color: #93cff7;
    background: linear-gradient(145deg, #f0f9ff, #f4fffb);
}

.notification-item strong { color: #11243a; }
.notification-item time { color: #748396; font-size: 11px; }
.notification-item p { margin: 10px 0; color: #526378; white-space: pre-wrap; }
.notification-read { padding: 0; border: 0; color: #0878ee; background: none; cursor: pointer; font-weight: 800; }
.notification-empty { padding: 22px; border-radius: 16px; color: #6a788a; background: #f4f7fb; text-align: center; }

.notification-toast {
    position: fixed;
    z-index: 1300;
    top: 88px;
    right: 22px;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 28px;
    align-items: start;
    gap: 12px;
    width: min(420px, calc(100vw - 28px));
    padding: 14px;
    border: 1px solid #b9ddf5;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(12, 54, 91, .23);
    animation: notification-in .28s ease both;
}
.notification-toast img { width: 52px; height: 52px; border-radius: 14px; }
.notification-toast div { min-width: 0; cursor: pointer; }
.notification-toast small,
.notification-toast strong { display: block; }
.notification-toast small { color: #0878ee; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.notification-toast strong { margin-top: 2px; color: #11243a; }
.notification-toast p { margin: 4px 0 0; color: #56677a; font-size: 13px; line-height: 1.35; }
.notification-toast > button { padding: 0; border: 0; color: #657588; background: transparent; font-size: 24px; cursor: pointer; }
@keyframes notification-in { from { opacity: 0; transform: translateY(-14px); } to { opacity: 1; transform: translateY(0); } }

.admin-app-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px;
}

.admin-app-grid .admin-create { margin: 0; }
.admin-app-branding,
.admin-notification-compose { align-content: start; }
.admin-app-logo-preview { justify-content: flex-start; margin-bottom: 18px; }
.admin-app-logo-preview img {
    width: 92px;
    height: 92px;
    border-radius: 23px;
    box-shadow: 0 12px 30px rgba(5, 92, 167, .22);
}
.admin-app-logo-preview div { display: grid; gap: 4px; }
.admin-app-logo-preview span { color: #6e7e91; font-size: 13px; }
.app-version-badge { padding: 9px 14px; border: 1px solid #b7dcf5; border-radius: 999px; color: #0669bc; background: #eff9ff; font-weight: 900; }
.admin-notification-history { margin-top: 20px; }
.admin-notification-history td strong,
.admin-notification-history td small { display: block; }
.panel-head.compact { margin-bottom: 12px; }

@media (max-width: 900px) {
    .notification-trigger { width: 40px; height: 40px; }
    .notification-trigger-mobile {
        position: fixed;
        right: 16px;
        bottom: calc(88px + env(safe-area-inset-bottom));
        display: inline-grid;
        z-index: 1100;
        width: 56px;
        height: 56px;
        border: 0;
        border-radius: 18px;
        color: #fff;
        background: linear-gradient(145deg, #0878ee, #08b996);
        box-shadow: 0 14px 34px rgba(8, 120, 238, .36);
    }
    .notification-trigger-desktop { display: none !important; }
    html:not(.fiber23-app) .pwa-install-banner { display: grid; }
    .pwa-install-banner {
        right: 12px;
        bottom: calc(12px + env(safe-area-inset-bottom));
        grid-template-columns: 54px minmax(0, 1fr) 112px 28px;
        gap: 10px;
        width: calc(100vw - 24px);
        padding: 13px;
        border-radius: 21px;
    }
    .pwa-install-banner img { width: 54px; height: 54px; border-radius: 15px; }
    .pwa-install-banner-copy strong { font-size: 16px; }
    .pwa-install-banner-copy span { font-size: 12px; line-height: 1.25; }
    .pwa-install-banner-action { min-height: 46px; padding: 0 13px; border-radius: 14px; }
    .notification-drawer { padding: 20px 16px 28px; }
    .notification-toast { top: 72px; right: 14px; }
    .admin-app-grid { grid-template-columns: 1fr; }
    .admin-app-logo-preview img { width: 76px; height: 76px; border-radius: 19px; }
}

.theme-toggle {
    display: none;
    align-items: center;
    gap: 7px;
    min-width: 105px;
    justify-content: center;
}

.theme-toggle [data-theme-icon] {
    font-size: 18px;
    line-height: 1;
}

.app-install-stats {
    margin-bottom: 18px;
}

.app-platform-pill {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid #cfe2f5;
    border-radius: 999px;
    color: #1768b4;
    background: #edf6ff;
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
}

.app-install-table td > strong,
.app-install-table td > small {
    display: block;
}

.app-install-table code {
    padding: 5px 7px;
    border-radius: 7px;
    color: #53667d;
    background: #f1f5f9;
    font-size: 10px;
}

@media (min-width: 901px) {
    .page-home .topbar {
        min-height: 78px;
        padding: 0 4.5vw;
        border-bottom-color: #e5ecf4;
        background: rgba(255,255,255,.96);
        backdrop-filter: blur(16px);
    }

    .page-home .brand {
        font-size: 21px;
    }

    .page-home .brand-logo-mark { width: 58px; height: 48px; }

    .page-home .nav {
        gap: 28px;
    }

    .page-home .hero-redesign {
        grid-template-columns: minmax(470px,.78fr) minmax(650px,1.22fr);
        gap: clamp(30px,4vw,76px);
        min-height: 690px;
        padding: 58px 4.5vw 0;
        overflow: hidden;
        background:
            radial-gradient(circle at 92% 72%, rgba(74,166,255,.2), transparent 34%),
            radial-gradient(circle at 12% 92%, rgba(201,230,255,.7), transparent 30%),
            linear-gradient(180deg,#fff 0%,#f8fbff 66%,#edf7ff 100%);
    }

    .page-home .hero-redesign::after {
        right: auto;
        left: -11%;
        bottom: -280px;
        width: 760px;
        height: 500px;
        border: 1px solid rgba(255,255,255,.92);
        border-radius: 50%;
        background: rgba(255,255,255,.34);
        filter: blur(1px);
    }

    .page-home .hero-copy {
        position: relative;
        z-index: 2;
        align-self: center;
        padding-bottom: 70px;
    }

    .page-home .hero-highlights,
    .page-home .hero-copy > .eyebrow {
        display: none;
    }

    .page-home .hero h1 {
        max-width: 650px;
        margin: 0 0 20px;
        color: #0c2040;
        font-size: clamp(58px,5vw,82px);
        line-height: .98;
        letter-spacing: -3.5px;
    }

    .page-home .hero-text {
        max-width: 590px;
        margin-bottom: 20px;
        color: #58708b;
        font-size: 18px;
        line-height: 1.65;
    }

    .page-home .concept-free-badge {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        margin: 0 0 22px;
        padding: 9px 14px;
        border: 1px solid #bde7d0;
        border-radius: 12px;
        color: #18734a;
        background: #f2fcf7;
        font-size: 14px;
        font-weight: 900;
    }

    .page-home .concept-free-badge span {
        display: grid;
        width: 22px;
        height: 22px;
        place-items: center;
        border: 2px solid currentColor;
        border-radius: 6px;
        font-size: 16px;
        line-height: 1;
    }

    .page-home .hero-actions {
        gap: 10px;
    }

    .page-home .hero-actions .btn {
        min-height: 52px;
        padding-inline: 20px;
        border-radius: 11px;
    }

    .page-home .hero-actions .primary {
        min-width: 168px;
        background: linear-gradient(135deg,#0878ee,#0b5bdf);
        box-shadow: 0 16px 30px rgba(8,120,238,.24);
    }

    .page-home .trust-strip {
        margin-top: 22px;
    }

    .page-home .cloud-console {
        align-self: center;
        width: 100%;
        max-width: 950px;
        margin-bottom: 36px;
        padding: 0;
        overflow: hidden;
        border: 1px solid #dce7f2;
        border-radius: 17px;
        background: #fff;
        box-shadow: 0 32px 80px rgba(34,78,121,.16);
        transform: none;
    }

    .page-home .console-head {
        min-height: 48px;
        padding: 0 18px;
        border-bottom: 1px solid #e8eef5;
        background: #fbfdff;
    }

    .page-home .console-head strong {
        margin-left: auto;
        color: #718197;
        font-size: 11px;
    }

    .concept-browser {
        display: grid;
        grid-template-columns: 180px minmax(0,1fr);
        min-height: 455px;
    }

    .concept-browser-side {
        display: flex;
        padding: 20px 14px;
        flex-direction: column;
        gap: 7px;
        border-right: 1px solid #e8eef5;
        background: #fbfdff;
    }

    .concept-browser-side > strong {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0 4px 14px;
        color: #102747;
        font-size: 13px;
    }

    .concept-browser-side > strong span {
        width: 24px;
        height: 17px;
        border: 2px solid #0878ee;
        border-radius: 10px;
        box-shadow: 7px -5px 0 -4px #0878ee;
    }

    .concept-browser-side > b,
    .concept-browser-side > span {
        padding: 9px 10px;
        border-radius: 8px;
        color: #607086;
        font-size: 11px;
        font-weight: 750;
    }

    .concept-browser-side > b {
        color: #0878ee;
        background: #eaf4ff;
    }

    .concept-browser-side > div {
        display: grid;
        gap: 8px;
        margin-top: auto;
        padding: 16px 5px 5px;
        border-top: 1px solid #e8eef5;
    }

    .concept-browser-side small,
    .concept-browser-side em {
        color: #75869b;
        font-size: 9px;
        font-style: normal;
        font-weight: 700;
    }

    .concept-browser-side > div strong {
        color: #142845;
        font-size: 11px;
    }

    .concept-browser-side i,
    .sidebar-storage-upgrade i,
    .app-storage-upgrade i {
        display: block;
        height: 6px;
        overflow: hidden;
        border-radius: 99px;
        background: #e1e9f1;
    }

    .concept-browser-side i u,
    .sidebar-storage-upgrade i u,
    .app-storage-upgrade i u {
        display: block;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg,#0878ee,#2d96ff);
    }

    .concept-browser-content {
        min-width: 0;
        padding: 20px;
    }

    .concept-browser-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 18px;
    }

    .concept-browser-title h2 {
        margin: 0;
        color: #142845;
        font-size: 18px;
    }

    .concept-browser-title button {
        min-height: 34px;
        padding: 0 14px;
        border: 0;
        border-radius: 8px;
        color: #fff;
        background: #0878ee;
        font-weight: 800;
    }

    .concept-folders,
    .concept-files {
        display: grid;
        grid-template-columns: repeat(4,minmax(0,1fr));
        gap: 12px;
    }

    .concept-folders > div,
    .concept-files > div {
        min-width: 0;
        padding: 13px;
        border: 1px solid #e1e8f0;
        border-radius: 10px;
        background: #fff;
    }

    .concept-folders i {
        position: relative;
        display: block;
        width: 54px;
        height: 39px;
        margin: 4px auto 17px;
        border-radius: 5px 5px 9px 9px;
        background: linear-gradient(145deg,#53adff,#2383ef);
        box-shadow: 0 8px 18px rgba(35,131,239,.18);
    }

    .concept-folders i::before {
        content: "";
        position: absolute;
        top: -7px;
        left: 4px;
        width: 23px;
        height: 11px;
        border-radius: 5px 5px 0 0;
        background: inherit;
    }

    .concept-folders > div:nth-child(2) i { background: linear-gradient(145deg,#68d39b,#32b974); }
    .concept-folders > div:nth-child(3) i { background: linear-gradient(145deg,#ffd258,#f5b51d); }
    .concept-folders > div:nth-child(4) i { background: linear-gradient(145deg,#a788ff,#7655e9); }

    .concept-folders strong,
    .concept-files strong {
        display: block;
        overflow: hidden;
        color: #1b2d48;
        font-size: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .concept-folders small,
    .concept-files small {
        color: #8190a3;
        font-size: 8px;
    }

    .concept-files {
        margin-top: 13px;
    }

    .concept-files i {
        display: grid;
        width: 48px;
        height: 58px;
        margin: 0 auto 12px;
        place-items: center;
        border-radius: 6px 6px 10px 10px;
        color: #fff;
        background: linear-gradient(145deg,#ff655e,#d92e2a);
        font-size: 10px;
        font-style: normal;
        font-weight: 900;
    }

    .concept-files > div:nth-child(2) i { background: linear-gradient(145deg,#3c8cff,#1856bd); }
    .concept-files > div:nth-child(3) i { background: linear-gradient(145deg,#41bd75,#167a43); }
    .concept-files .photo i { background: linear-gradient(160deg,#85d4ff 0 45%,#3b9b62 46% 66%,#1c5e3c 67%); }

    .page-files .dashboard:not(.admin-dashboard) {
        grid-template-columns: 205px minmax(0,1fr);
        min-height: calc(100vh - 68px);
        background: #fff;
    }

    .page-files .dashboard:not(.admin-dashboard) .side {
        top: 68px;
        min-height: calc(100vh - 68px);
        padding: 24px 14px;
        color: #142845;
        border-right: 1px solid #e4ebf3;
        background: #fbfdff;
        box-shadow: none;
    }

    .page-files .dashboard:not(.admin-dashboard) .side strong {
        color: #142845;
    }

    .page-files .dashboard:not(.admin-dashboard) .side strong::before {
        content: "F23";
        color: #fff;
        background: #0878ee;
        box-shadow: 0 10px 22px rgba(8,120,238,.18);
    }

    .page-files .dashboard:not(.admin-dashboard) .side > a {
        color: #586b82;
        background: transparent;
    }

    .page-files .dashboard:not(.admin-dashboard) .side > a::before {
        background: #b6c2d1;
    }

    .page-files .dashboard:not(.admin-dashboard) .side > a.active {
        color: #0878ee;
        background: #eaf4ff;
        box-shadow: none;
    }

    .page-files .dashboard:not(.admin-dashboard) .side > a.active::before {
        background: #0878ee;
        box-shadow: 0 0 0 4px rgba(8,120,238,.1);
    }

    .sidebar-storage-upgrade {
        display: grid;
        gap: 9px;
        margin: auto 5px 0;
        padding: 17px 5px 5px;
        border-top: 1px solid #e4ebf3;
    }

    .sidebar-storage-upgrade > span {
        color: #6f8094;
        font-size: 10px;
        font-weight: 750;
    }

    .sidebar-storage-upgrade > strong {
        margin: 0 !important;
        color: #142845 !important;
        font-size: 12px;
    }

    .sidebar-storage-upgrade > strong::before {
        display: none !important;
    }

    .sidebar-storage-upgrade strong small {
        color: #7b8ba0;
        font-size: 9px;
    }

    .page-files .dashboard:not(.admin-dashboard) .sidebar-storage-upgrade a {
        min-height: 0;
        padding: 4px 0;
        color: #0878ee;
        font-size: 10px;
        font-weight: 850;
    }

    .page-files .dashboard:not(.admin-dashboard) .sidebar-storage-upgrade a::before {
        display: none;
    }

    .page-files .dashboard:not(.admin-dashboard) .panel {
        margin: 0;
        padding: 26px clamp(24px,3vw,48px) 48px;
        border: 0;
        border-radius: 0;
        background: #fff;
        box-shadow: none;
    }

    .page-files .panel-head {
        align-items: center;
        margin-bottom: 18px;
        padding-bottom: 18px;
    }

    .page-files .panel-head .eyebrow {
        display: none;
    }

    .page-files .dashboard:not(.admin-dashboard) .panel h1 {
        font-size: 30px;
    }

    .page-files .upload-box,
    .page-files .file-search,
    .page-files .bulk-actions {
        border-color: #e1e8f0;
        background: #fbfdff;
        box-shadow: none;
    }

    .page-files .folder-grid {
        grid-template-columns: repeat(auto-fill,minmax(165px,1fr));
        gap: 12px;
    }

    .page-files .folder-card {
        min-height: 126px;
        border-color: #e0e8f0;
        border-radius: 11px;
        background: #fff;
        box-shadow: 0 7px 22px rgba(25,55,88,.05);
    }

    .page-files .dashboard:not(.admin-dashboard) .file-grid {
        grid-template-columns: repeat(auto-fill,minmax(175px,1fr));
        gap: 13px;
    }

    .page-files .dashboard:not(.admin-dashboard) .file-card {
        padding: 13px;
        border-color: #e0e8f0;
        border-radius: 11px;
        box-shadow: 0 8px 24px rgba(25,55,88,.055);
    }

    .page-files .file-card::before {
        display: none;
    }

    .page-files .dashboard:not(.admin-dashboard) .file-preview {
        height: 125px;
        border-radius: 9px;
        background: #f5f7fa;
        box-shadow: inset 0 0 0 1px #edf1f5;
    }

    .page-files .file-card h3 {
        margin-top: 11px;
        font-size: 14px;
    }

    .page-files .file-card p,
    .page-files .file-date {
        font-size: 10px;
    }

    .page-files .dashboard:not(.admin-dashboard) .file-card .actions a,
    .page-files .dashboard:not(.admin-dashboard) .file-card .actions button {
        min-height: 29px;
        padding: 0 8px;
        border-radius: 7px;
        font-size: 10px;
    }
}

@media (min-width: 901px) {
    .page-hosting_backup .dashboard:not(.admin-dashboard) {
        grid-template-columns: 205px minmax(0,1fr);
        min-height: calc(100vh - 68px);
        background: #fff;
    }

    .page-hosting_backup .dashboard:not(.admin-dashboard) .side {
        top: 68px;
        min-height: calc(100vh - 68px);
        padding: 24px 14px;
        color: #142845;
        border-right: 1px solid #e4ebf3;
        background: #fbfdff;
        box-shadow: none;
    }

    .page-hosting_backup .dashboard:not(.admin-dashboard) .side > strong {
        color: #142845;
    }

    .page-hosting_backup .dashboard:not(.admin-dashboard) .side > strong::before {
        content: "F23";
        color: #fff;
        background: #0878ee;
        box-shadow: 0 10px 22px rgba(8,120,238,.18);
    }

    .page-hosting_backup .dashboard:not(.admin-dashboard) .side > a {
        color: #586b82;
        background: transparent;
    }

    .page-hosting_backup .dashboard:not(.admin-dashboard) .side > a::before {
        background: #b6c2d1;
    }

    .page-hosting_backup .dashboard:not(.admin-dashboard) .side > a.active {
        color: #0878ee;
        background: #eaf4ff;
        box-shadow: none;
    }

    .page-hosting_backup .dashboard:not(.admin-dashboard) .side > a.active::before {
        background: #0878ee;
        box-shadow: 0 0 0 4px rgba(8,120,238,.1);
    }

    .page-hosting_backup .dashboard:not(.admin-dashboard) .sidebar-storage-upgrade a {
        min-height: 0;
        padding: 4px 0;
        color: #0878ee;
        font-size: 10px;
        font-weight: 850;
    }

    .page-hosting_backup .dashboard:not(.admin-dashboard) .sidebar-storage-upgrade a::before {
        display: none;
    }

    .page-hosting_backup .hosting-panel {
        margin: 0;
        padding: 30px clamp(24px,3vw,48px) 50px;
        border: 0;
        border-radius: 0;
        background:
            radial-gradient(circle at 100% 0,rgba(8,120,238,.07),transparent 28%),
            #fff;
        box-shadow: none;
    }
}

.page-hosting_backup .panel-head {
    align-items: center;
    margin-bottom: 22px;
    padding-bottom: 20px;
}

.page-hosting_backup .panel-head h1 {
    margin-bottom: 8px;
}

.hosting-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid #cde9de;
    border-radius: 999px;
    color: #237350;
    background: #f1fbf6;
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
}

.hosting-hero-badge span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #27b977;
    box-shadow: 0 0 0 4px rgba(39,185,119,.12);
}

.page-hosting_backup .hosting-connect-form {
    position: relative;
    margin-bottom: 20px;
    padding: 23px;
    overflow: hidden;
    border: 1px solid #dce7f1;
    border-radius: 18px;
    background: linear-gradient(145deg,#fff,#f7fbff);
    box-shadow: 0 14px 40px rgba(25,55,88,.065);
}

.page-hosting_backup .hosting-connect-form::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -65px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(8,120,238,.065);
    pointer-events: none;
}

.page-hosting_backup .hosting-connect-form h2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-hosting_backup .hosting-connect-form h2::before {
    content: "↻";
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(145deg,#0878ee,#15b88a);
    font-size: 17px;
}

.page-hosting_backup .hosting-connect-form input,
.page-hosting_backup .hosting-connect-form select,
.page-hosting_backup .inline-admin-form input,
.page-hosting_backup .inline-admin-form select {
    border-color: #d8e4ef;
    border-radius: 10px;
    background: #fff;
    box-shadow: inset 0 1px 1px rgba(20,40,70,.025);
}

.page-hosting_backup .hosting-connect-form input:focus,
.page-hosting_backup .hosting-connect-form select:focus,
.page-hosting_backup .inline-admin-form input:focus,
.page-hosting_backup .inline-admin-form select:focus {
    border-color: #76b8f7;
    box-shadow: 0 0 0 4px rgba(8,120,238,.1);
    outline: none;
}

.page-hosting_backup .hosting-layout {
    grid-template-columns: minmax(245px,300px) minmax(0,1fr);
    gap: 16px;
}

.page-hosting_backup .hosting-list,
.page-hosting_backup .hosting-browser,
.page-hosting_backup .hosting-empty {
    border-color: #dce6f0;
    border-radius: 18px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 12px 36px rgba(25,55,88,.055);
}

.page-hosting_backup .hosting-list article {
    border-color: #e1e9f1;
    border-radius: 12px;
    background: #fbfdff;
}

.page-hosting_backup .hosting-list article.active {
    border-color: #96c9fa;
    background: linear-gradient(145deg,#edf6ff,#f7fbff);
    box-shadow: 0 8px 22px rgba(8,120,238,.08);
}

.page-hosting_backup .hosting-path {
    border: 1px solid #dce8f2;
    background: linear-gradient(135deg,#edf7ff,#f4fbf8);
}

.page-hosting_backup .table-wrap {
    border: 1px solid #e0e8f0;
    border-radius: 13px;
    box-shadow: none;
}

.page-hosting_backup table th {
    color: #63758a;
    background: #f5f8fb;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .45px;
}

.page-hosting_backup table tr:hover td {
    background: #f8fbfe;
}

.client-upgrade-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(210px,1fr));
    gap: 15px;
}

.client-upgrade-card {
    padding: 21px;
    border: 1px solid #dfe8f2;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(25,55,88,.06);
}

.client-upgrade-card.featured {
    border-color: #9ecafa;
    background: linear-gradient(145deg,#edf6ff,#fff);
}

.client-upgrade-card.current {
    border-color: #bde7d0;
    background: linear-gradient(145deg,#f0fcf6,#fff);
}

.client-upgrade-card > span {
    color: #0878ee;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.client-upgrade-card h2 {
    margin: 9px 0 14px;
    font-size: 20px;
}

.client-upgrade-card > strong {
    display: block;
    color: #102747;
    font-size: 38px;
}

.client-upgrade-card > p {
    min-height: 42px;
    color: #6d7f93;
    font-size: 12px;
}

.upgrade-current-storage {
    display: grid;
    gap: 11px;
    margin: 0 0 20px;
    padding: 17px 19px;
    border: 1px solid #dce8f4;
    border-radius: 15px;
    background: linear-gradient(135deg,#f3f9ff,#fff);
}

.upgrade-current-storage > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.upgrade-current-storage span {
    color: #718399;
    font-size: 11px;
    font-weight: 800;
}

.upgrade-current-storage strong {
    color: #102747;
    font-size: 14px;
}

.upgrade-current-storage i {
    display: block;
    height: 8px;
    overflow: hidden;
    border-radius: 99px;
    background: #dfe9f3;
}

.upgrade-current-storage i u {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg,#0878ee,#2d96ff);
}

.login-code-card {
    text-align: center;
}

.login-code-card > form:first-of-type {
    display: grid;
    gap: 14px;
}

.login-code-icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin: 0 auto 4px;
    place-items: center;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(145deg,#0878ee,#15b88a);
    box-shadow: 0 13px 30px rgba(8,120,238,.2);
    font-size: 25px;
}

.login-code-label {
    text-align: left;
}

.login-code-input {
    height: 64px;
    text-align: center;
    font-size: 30px !important;
    font-weight: 900;
    letter-spacing: 12px;
    font-variant-numeric: tabular-nums;
}

.login-code-resend {
    margin: 2px 0 0;
}

.login-code-trust-note {
    margin: -2px 0 5px;
    padding: 10px 12px;
    border: 1px solid #cfe8dd;
    border-radius: 11px;
    color: #277154;
    background: #f1fbf6;
    font-size: 11px;
    font-weight: 750;
}

.login-code-resend .muted-link {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

@media (min-width: 901px) {
    .page-dashboard .file-manager-dashboard {
        grid-template-columns: 205px minmax(0,1fr);
        min-height: calc(100vh - 68px);
        background: #fff;
    }

    .page-dashboard .file-manager-dashboard .side {
        top: 68px;
        min-height: calc(100vh - 68px);
        padding: 24px 14px;
        color: #142845;
        border-right: 1px solid #e4ebf3;
        background: #fbfdff;
        box-shadow: none;
    }

    .page-dashboard .file-manager-dashboard .side > strong {
        color: #142845;
    }

    .page-dashboard .file-manager-dashboard .side > strong::before {
        content: "F23";
        color: #fff;
        background: #0878ee;
        box-shadow: 0 10px 22px rgba(8,120,238,.18);
    }

    .page-dashboard .file-manager-dashboard .side > a {
        color: #586b82;
        background: transparent;
    }

    .page-dashboard .file-manager-dashboard .side > a::before {
        background: #b6c2d1;
    }

    .page-dashboard .file-manager-dashboard .side > a.active {
        color: #0878ee;
        background: #eaf4ff;
        box-shadow: none;
    }

    .page-dashboard .file-manager-dashboard .side > a.active::before {
        background: #0878ee;
        box-shadow: 0 0 0 4px rgba(8,120,238,.1);
    }

    .page-dashboard .file-manager-dashboard .sidebar-storage-upgrade a {
        min-height: 0;
        padding: 4px 0;
        color: #0878ee;
        font-size: 10px;
        font-weight: 850;
    }

    .page-dashboard .file-manager-dashboard .sidebar-storage-upgrade a::before {
        display: none;
    }

    .page-dashboard .file-manager-dashboard .panel {
        margin: 0;
        padding: 28px clamp(24px,3vw,48px) 48px;
        border: 0;
        border-radius: 0;
        background: #fff;
        box-shadow: none;
    }
}

.manager-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 23px;
}

.manager-toolbar h1 {
    margin: 0;
    color: #14233a;
    font-size: 26px;
}

.manager-toolbar > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.manager-new {
    min-height: 42px;
    padding-inline: 18px;
    box-shadow: 0 9px 22px rgba(8,120,238,.2);
}

.manager-view {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid #e3eaf2;
    border-radius: 9px;
    color: #53667d;
    background: #f7f9fc;
    font-size: 20px;
    line-height: 1;
}

.manager-view.active {
    color: #0878ee;
    background: #eaf4ff;
}

.manager-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 19px 0 11px;
}

.manager-section-head h2 {
    margin: 0;
    color: #26374d;
    font-size: 13px;
}

.manager-section-head a {
    color: #0878ee;
    font-size: 10px;
    font-weight: 800;
}

.manager-folder-grid,
.manager-file-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(145px,1fr));
    gap: 14px;
}

.manager-folder-card,
.manager-file-card {
    min-width: 0;
    border: 1px solid #dfe7ef;
    border-radius: 11px;
    color: #15243a;
    background: #fff;
    box-shadow: 0 8px 24px rgba(25,55,88,.045);
    transition: transform .18s ease, box-shadow .18s ease;
}

.manager-folder-card:hover,
.manager-file-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(25,55,88,.09);
}

.manager-folder-card {
    display: flex;
    min-height: 160px;
    padding: 17px;
    flex-direction: column;
    justify-content: flex-end;
}

.manager-folder-icon {
    position: relative;
    display: block;
    width: 74px;
    height: 54px;
    margin: 0 auto 17px;
    border-radius: 7px 9px 10px 10px;
    background: linear-gradient(145deg,#65b4ff,#2587ee);
    box-shadow: 0 10px 18px rgba(37,135,238,.18);
}

.manager-folder-icon::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 7px;
    width: 31px;
    height: 15px;
    border-radius: 7px 7px 0 0;
    background: inherit;
}

.manager-folder-card:nth-child(4n+2) .manager-folder-icon { background: linear-gradient(145deg,#6bd8a0,#39b977); box-shadow: 0 10px 18px rgba(57,185,119,.18); }
.manager-folder-card:nth-child(4n+3) .manager-folder-icon { background: linear-gradient(145deg,#ffda62,#f5b923); box-shadow: 0 10px 18px rgba(245,185,35,.18); }
.manager-folder-card:nth-child(4n+4) .manager-folder-icon { background: linear-gradient(145deg,#a88aff,#7654dd); box-shadow: 0 10px 18px rgba(118,84,221,.18); }

.manager-folder-card strong,
.manager-file-card strong {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.manager-folder-card small,
.manager-file-card small {
    overflow: hidden;
    color: #738397;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.manager-file-card {
    display: block;
    padding: 11px 11px 15px;
}

.manager-file-preview {
    display: grid;
    height: 106px;
    margin-bottom: 12px;
    overflow: hidden;
    place-items: center;
    border-radius: 8px;
    background: #f5f7fa;
}

.manager-file-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.manager-file-preview i {
    display: grid;
    width: 52px;
    height: 64px;
    place-items: center;
    border-radius: 6px 6px 10px 10px;
    color: #fff;
    background: linear-gradient(145deg,#ff6861,#d92e2a);
    box-shadow: 0 9px 18px rgba(217,46,42,.16);
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
}

.manager-file-preview i[data-ext="DOC"],
.manager-file-preview i[data-ext="DOCX"] { background: linear-gradient(145deg,#3989f6,#1856bd); }
.manager-file-preview i[data-ext="XLS"],
.manager-file-preview i[data-ext="XLSX"] { background: linear-gradient(145deg,#42bc76,#177b43); }
.manager-file-preview i[data-ext="+"] { background: linear-gradient(145deg,#55a8fa,#0878ee); }

@media (max-width: 1100px) and (min-width: 901px) {
    .manager-folder-grid,
    .manager-file-grid {
        grid-template-columns: repeat(3,minmax(140px,1fr));
    }
}

@media (max-width: 900px) {
    .theme-toggle {
        display: flex;
    }

    .page-home .cloud-console {
        display: none !important;
    }

    .page-home .hero-redesign {
        min-height: 0;
    }

    .sidebar-storage-upgrade {
        display: none !important;
    }

    .upgrade-dashboard .panel {
        padding-bottom: 26px !important;
    }

    .client-upgrade-grid {
        grid-template-columns: 1fr;
    }

    .page-dashboard .file-manager-dashboard .panel {
        background: #f5f8fc;
    }

    .manager-toolbar {
        margin-bottom: 13px;
    }

    .manager-toolbar h1 {
        font-size: 23px !important;
    }

    .manager-toolbar .manager-view {
        display: none;
    }

    .manager-new {
        min-height: 40px;
        padding-inline: 13px;
        font-size: 11px;
    }

    .page-dashboard .app-storage-upgrade {
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 0 0 15px;
        padding: 14px;
        border: 1px solid #dce7f2;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 8px 24px rgba(25,55,88,.055);
    }

    .page-dashboard .app-storage-upgrade > div {
        display: grid;
        min-width: 0;
        flex: 1;
        gap: 5px;
    }

    .page-dashboard .app-storage-upgrade span {
        color: #6f8094;
        font-size: 9px;
        font-weight: 800;
    }

    .page-dashboard .app-storage-upgrade strong {
        color: #142845;
        font-size: 12px;
    }

    .page-dashboard .app-storage-upgrade i {
        display: block;
        height: 6px;
        overflow: hidden;
        border-radius: 99px;
        background: #e1e9f1;
    }

    .page-dashboard .app-storage-upgrade i u {
        display: block;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg,#0878ee,#2d96ff);
    }

    .page-dashboard .app-storage-upgrade .btn {
        min-height: 40px;
        padding: 0 11px;
        font-size: 10px;
    }

    .manager-section-head {
        margin-top: 17px;
    }

    .manager-folder-grid,
    .manager-file-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 10px;
    }

    .manager-folder-card {
        min-height: 136px;
        padding: 13px;
    }

    .manager-folder-icon {
        width: 62px;
        height: 46px;
        margin-bottom: 13px;
    }

    .manager-file-card {
        padding: 9px 9px 12px;
    }

    .manager-file-preview {
        height: 98px;
        margin-bottom: 10px;
    }

    .upgrade-current-storage {
        padding: 14px;
    }

    .upgrade-current-storage > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .login-code-shell {
        padding-inline: 14px;
    }

    .login-code-input {
        height: 58px;
        font-size: 27px !important;
        letter-spacing: 10px;
    }
}

@media (max-width: 370px) {
    .manager-folder-grid,
    .manager-file-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .page-hosting_backup .hosting-panel {
        background: #f4f8fc;
    }

    .page-hosting_backup .panel-head {
        gap: 12px;
        margin-bottom: 14px;
        padding-bottom: 14px;
    }

    .hosting-hero-badge {
        align-self: flex-start;
    }

    .page-hosting_backup .hosting-mobile-storage {
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 0 0 15px;
        padding: 14px;
        border: 1px solid #dce7f2;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 8px 24px rgba(25,55,88,.055);
    }

    .page-hosting_backup .hosting-mobile-storage > div {
        display: grid;
        min-width: 0;
        flex: 1;
        gap: 5px;
    }

    .page-hosting_backup .hosting-mobile-storage span {
        color: #6f8094;
        font-size: 9px;
        font-weight: 800;
    }

    .page-hosting_backup .hosting-mobile-storage strong {
        color: #142845;
        font-size: 12px;
    }

    .page-hosting_backup .hosting-mobile-storage i {
        display: block;
        height: 6px;
        overflow: hidden;
        border-radius: 99px;
        background: #e1e9f1;
    }

    .page-hosting_backup .hosting-mobile-storage i u {
        display: block;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg,#0878ee,#2d96ff);
    }

    .page-hosting_backup .hosting-mobile-storage .btn {
        min-height: 40px;
        padding: 0 11px;
        font-size: 10px;
    }

    .page-hosting_backup .hosting-connect-form {
        padding: 17px;
        border-radius: 16px;
    }

    .page-hosting_backup .hosting-layout {
        grid-template-columns: 1fr;
    }

    .page-hosting_backup .hosting-list,
    .page-hosting_backup .hosting-browser {
        padding: 13px;
        border-radius: 16px;
    }

    .page-hosting_backup .hosting-path-actions,
    .page-hosting_backup .hosting-path-actions form,
    .page-hosting_backup .hosting-path-actions .btn {
        width: 100%;
    }
}

@media (max-width: 900px) {
html[data-theme="dark"] {
    color-scheme: dark;
    --ink: #edf4ff;
    --muted: #9aaabd;
    --line: #26364a;
    --soft: #111b29;
    --cloud: #11293d;
    --white: #0d1622;
    --shadow: 0 18px 45px rgba(0,0,0,.28);
    --deep-shadow: 0 28px 80px rgba(0,0,0,.38);
}

html[data-theme="dark"] body {
    color: #edf4ff;
    background: #0a111b;
}

html[data-theme="dark"] .topbar {
    border-bottom-color: #243246 !important;
    background: rgba(11,18,29,.92) !important;
}

html[data-theme="dark"] .menu-toggle,
html[data-theme="dark"] .nav a,
html[data-theme="dark"] .nav-link {
    color: #e7f0fb;
    border-color: #2b3a4d;
    background-color: #111c2a;
}

html[data-theme="dark"] .page-home .hero-redesign {
    background:
        radial-gradient(circle at 86% 60%,rgba(8,120,238,.18),transparent 34%),
        linear-gradient(180deg,#0b1420,#0d1825) !important;
}

html[data-theme="dark"] .page-home .logo-band,
html[data-theme="dark"] .page-home .section,
html[data-theme="dark"] .footer {
    color: #dce7f4;
    border-color: #243347;
    background: #0d1622;
}

html[data-theme="dark"] .dashboard:not(.admin-dashboard),
html[data-theme="dark"] .page-dashboard .file-manager-dashboard,
html[data-theme="dark"] .page-files .dashboard:not(.admin-dashboard),
html[data-theme="dark"] .page-hosting_backup .dashboard:not(.admin-dashboard) {
    background: #0a111b;
}

html[data-theme="dark"] .dashboard:not(.admin-dashboard) .side,
html[data-theme="dark"] .page-dashboard .file-manager-dashboard .side,
html[data-theme="dark"] .page-files .dashboard:not(.admin-dashboard) .side,
html[data-theme="dark"] .page-hosting_backup .dashboard:not(.admin-dashboard) .side {
    color: #dbe7f5;
    border-color: #243347;
    background: #0e1826;
}

html[data-theme="dark"] .dashboard:not(.admin-dashboard) .side > strong,
html[data-theme="dark"] .dashboard:not(.admin-dashboard) .side > a {
    color: #afbed0;
}

html[data-theme="dark"] .dashboard:not(.admin-dashboard) .side > a.active {
    color: #77b9ff;
    background: #142b43;
}

html[data-theme="dark"] .sidebar-storage-upgrade {
    border-color: #26364a;
}

html[data-theme="dark"] .sidebar-storage-upgrade > strong,
html[data-theme="dark"] .sidebar-storage-upgrade strong small {
    color: #dce8f6 !important;
}

html[data-theme="dark"] .dashboard:not(.admin-dashboard) .panel,
html[data-theme="dark"] .page-dashboard .file-manager-dashboard .panel,
html[data-theme="dark"] .page-files .dashboard:not(.admin-dashboard) .panel,
html[data-theme="dark"] .page-hosting_backup .hosting-panel {
    color: #e8f1fc;
    border-color: #26364a;
    background: #0b1420 !important;
}

html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] .manager-toolbar h1,
html[data-theme="dark"] .manager-section-head h2,
html[data-theme="dark"] .manager-folder-card,
html[data-theme="dark"] .manager-file-card {
    color: #eef5ff;
}

html[data-theme="dark"] .muted,
html[data-theme="dark"] small,
html[data-theme="dark"] .manager-folder-card small,
html[data-theme="dark"] .manager-file-card small {
    color: #93a5b9;
}

html[data-theme="dark"] .manager-folder-card,
html[data-theme="dark"] .manager-file-card,
html[data-theme="dark"] .folder-card,
html[data-theme="dark"] .file-card,
html[data-theme="dark"] .admin-create,
html[data-theme="dark"] .hosting-list,
html[data-theme="dark"] .hosting-browser,
html[data-theme="dark"] .hosting-empty,
html[data-theme="dark"] .credit-panel,
html[data-theme="dark"] .security-strip,
html[data-theme="dark"] .referral-box,
html[data-theme="dark"] .client-upgrade-card,
html[data-theme="dark"] .upgrade-current-storage,
html[data-theme="dark"] .app-storage-upgrade,
html[data-theme="dark"] .auth-card,
html[data-theme="dark"] .modal-panel {
    color: #e8f1fc;
    border-color: #29394d !important;
    background: #111c2a !important;
    box-shadow: 0 12px 34px rgba(0,0,0,.2);
}

html[data-theme="dark"] .manager-file-preview,
html[data-theme="dark"] .file-preview,
html[data-theme="dark"] .hosting-list article {
    border-color: #2b3a4e;
    background: #0d1724;
}

html[data-theme="dark"] .hosting-list article.active,
html[data-theme="dark"] .hosting-path {
    border-color: #315b83;
    background: linear-gradient(145deg,#122a42,#11241f);
}

html[data-theme="dark"] .hosting-hero-badge {
    color: #87ddb5;
    border-color: #285641;
    background: #10271f;
}

html[data-theme="dark"] input,
html[data-theme="dark"] select,
html[data-theme="dark"] textarea,
html[data-theme="dark"] .page-hosting_backup .hosting-connect-form input,
html[data-theme="dark"] .page-hosting_backup .hosting-connect-form select {
    color: #eef5ff;
    border-color: #304156;
    background: #0c1623;
}

html[data-theme="dark"] input::placeholder,
html[data-theme="dark"] textarea::placeholder {
    color: #718398;
}

html[data-theme="dark"] .table-wrap,
html[data-theme="dark"] table,
html[data-theme="dark"] th,
html[data-theme="dark"] td {
    color: #dce7f5;
    border-color: #29394d !important;
    background: #101a28 !important;
}

html[data-theme="dark"] .page-hosting_backup table th,
html[data-theme="dark"] .page-hosting_backup table tr:hover td {
    background: #152131 !important;
}

html[data-theme="dark"] .btn.primary,
html[data-theme="dark"] .nav-pill {
    color: #fff;
    background: linear-gradient(135deg,#0878ee,#126fd0);
}

html[data-theme="dark"] .btn.secondary {
    color: #dbe8f6;
    border-color: #314258;
    background: #152131;
}

html[data-theme="dark"] .app-storage-upgrade strong,
html[data-theme="dark"] .page-dashboard .app-storage-upgrade strong,
html[data-theme="dark"] .page-hosting_backup .hosting-mobile-storage strong {
    color: #e7f1fd;
}

html[data-theme="dark"] .client-upgrade-card > strong,
html[data-theme="dark"] .upgrade-current-storage strong,
html[data-theme="dark"] .client-stats strong,
html[data-theme="dark"] label,
html[data-theme="dark"] .file-card h3,
html[data-theme="dark"] .folder-card strong {
    color: #eef5ff !important;
}

html[data-theme="dark"] .client-upgrade-card > p,
html[data-theme="dark"] .upgrade-current-storage span,
html[data-theme="dark"] .file-card p,
html[data-theme="dark"] .file-date {
    color: #9fb0c3 !important;
}

html[data-theme="dark"] .usage-bar,
html[data-theme="dark"] .upgrade-current-storage i,
html[data-theme="dark"] .app-storage-upgrade i {
    background: #27384c !important;
}

html[data-theme="dark"] .notification-trigger,
html[data-theme="dark"] .notification-drawer,
html[data-theme="dark"] .notification-item {
    color: #e9f2fd;
    border-color: #2b3c51;
    background: #101b29;
}

html[data-theme="dark"] .notification-item.is-unread {
    border-color: #235b81;
    background: linear-gradient(145deg, #102940, #10271f);
}

html[data-theme="dark"] .notification-item strong { color: #f2f7ff; }
html[data-theme="dark"] .notification-item p,
html[data-theme="dark"] .notification-item time { color: #a9b8c9; }
html[data-theme="dark"] .notification-empty { color: #a9b8c9; background: #152131; }
html[data-theme="dark"] .notification-toast { color: #eef5ff; border-color: #28577a; background: #101b29; }
html[data-theme="dark"] .notification-toast strong { color: #f2f7ff; }
html[data-theme="dark"] .notification-toast p { color: #a9b8c9; }
html[data-theme="dark"] .pwa-install-banner { color: #eff6ff; border-color: #2b4960; background: rgba(15,27,42,.97); }
html[data-theme="dark"] .pwa-install-banner-copy span { color: #a9b8c9; }
html[data-theme="dark"] .brand-name { color: #eef5ff; }
html[data-theme="dark"] .brand-name em { color: #53a9ff; }
}
/* cloud-promo-refresh-20260828 */
.page-home .nav-pill,
.page-home .hero-actions .btn.primary,
.page-home .price-card .btn.primary {
    background: linear-gradient(135deg, #0878ee 0%, #5548ee 72%, #ff8a1f 132%);
    border-color: transparent;
    box-shadow: 0 12px 28px rgba(45, 83, 224, .24);
}
.page-home .nav-pill:hover,
.page-home .hero-actions .btn.primary:hover,
.page-home .price-card .btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(45, 83, 224, .30);
}
.page-home .price-card.featured {
    border-color: rgba(255, 138, 31, .48);
    box-shadow: 0 22px 52px rgba(22, 67, 156, .13), 0 0 0 3px rgba(255, 138, 31, .08);
}
.page-home .trust-strip { border-left: 4px solid #ff8a1f; }
