/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tpgpdkszyq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tpgpdkszyq] {
    flex: 1;
}

.sidebar[b-tpgpdkszyq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-tpgpdkszyq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-tpgpdkszyq]  a, .top-row[b-tpgpdkszyq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-tpgpdkszyq]  a:hover, .top-row[b-tpgpdkszyq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-tpgpdkszyq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-tpgpdkszyq] {
        justify-content: space-between;
    }

    .top-row[b-tpgpdkszyq]  a, .top-row[b-tpgpdkszyq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-tpgpdkszyq] {
        flex-direction: row;
    }

    .sidebar[b-tpgpdkszyq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tpgpdkszyq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-tpgpdkszyq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-tpgpdkszyq], article[b-tpgpdkszyq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-tpgpdkszyq] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-tpgpdkszyq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-cyvogeg3os] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-cyvogeg3os] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-cyvogeg3os] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-cyvogeg3os] {
    font-size: 1.1rem;
}

.bi[b-cyvogeg3os] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-cyvogeg3os] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-cyvogeg3os] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-cyvogeg3os] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-cyvogeg3os] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-cyvogeg3os] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-cyvogeg3os] {
        padding-bottom: 1rem;
    }

    .nav-item[b-cyvogeg3os]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-cyvogeg3os]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-cyvogeg3os]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-cyvogeg3os] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-cyvogeg3os] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-cyvogeg3os] {
        display: none;
    }

    .nav-scrollable[b-cyvogeg3os] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/AdminSecurity.razor.rz.scp.css */
.admin-security-surface[b-vt8d0zuqn2] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.admin-security-grid[b-vt8d0zuqn2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 16px;
}

.admin-security-card[b-vt8d0zuqn2] {
    border: 1px solid #d7deea;
    border-radius: 8px;
    padding: 16px;
    background: linear-gradient(180deg, #ffffff, #f7f9fc);
}

.admin-security-title[b-vt8d0zuqn2] {
    font-size: 1rem;
    font-weight: 700;
    color: #223046;
    margin-bottom: 12px;
}

.admin-security-note[b-vt8d0zuqn2] {
    color: #5a6778;
    line-height: 1.5;
    margin-bottom: 14px;
}

.admin-security-row[b-vt8d0zuqn2] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
    border-bottom: 1px solid #e8edf5;
}

.admin-security-row:last-child[b-vt8d0zuqn2] {
    border-bottom: none;
}

.admin-security-row span[b-vt8d0zuqn2] {
    color: #5a6778;
}

.admin-security-form-row[b-vt8d0zuqn2] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
}

.admin-security-form-row label[b-vt8d0zuqn2] {
    font-size: 0.9rem;
    color: #223046;
}

.admin-security-help[b-vt8d0zuqn2] {
    color: #5a6778;
    line-height: 1.5;
}

.admin-security-actions[b-vt8d0zuqn2] {
    display: flex;
    justify-content: flex-start;
}

@media (max-width: 640px) {
    .admin-security-card[b-vt8d0zuqn2] {
        padding: 14px;
    }

    .admin-security-row[b-vt8d0zuqn2] {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .admin-security-actions .btn-plain[b-vt8d0zuqn2] {
        width: 100%;
    }
}
/* /Components/Pages/Customers.razor.rz.scp.css */
.customers-surface[b-mfu1dstnnh] {
    display: grid;
    gap: 10px;
}

.customers-header[b-mfu1dstnnh] {
    display: grid;
    gap: 4px;
}

.customers-subtitle[b-mfu1dstnnh] {
    margin-top: 0;
    color: #586577;
    max-width: 920px;
    font-size: 0.84rem;
}

.customers-toolbar[b-mfu1dstnnh] {
    display: flex;
    align-items: center;
    gap: 10px 18px;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.customers-toolbar-left[b-mfu1dstnnh] {
    display: flex;
    align-items: center;
    gap: 8px 14px;
    flex-wrap: nowrap;
    min-width: max-content;
}

.customers-inline-stats[b-mfu1dstnnh] {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 38px;
    margin-left: 76px;
    white-space: nowrap;
    min-width: max-content;
}

.customers-search[b-mfu1dstnnh] {
    min-width: 280px;
    height: 28px;
}

.customers-toggle[b-mfu1dstnnh] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #344154;
    font-size: 0.82rem;
}

.customers-inline-stat[b-mfu1dstnnh] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 0;
    font-size: 0.78rem;
    color: #415066;
    white-space: nowrap;
}

.customers-inline-stat strong[b-mfu1dstnnh] {
    color: #1c2c45;
    font-size: 0.82rem;
}

.customers-inline-stat-danger[b-mfu1dstnnh] {
    background: #fff4f4;
    border-color: #eccaca;
    color: #8c3a3a;
}

.customer-grid th[b-mfu1dstnnh],
.customer-grid td[b-mfu1dstnnh] {
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
}

.customer-grid th[b-mfu1dstnnh] {
    white-space: nowrap;
}

.customer-grid td[b-mfu1dstnnh] {
    white-space: nowrap;
}

.customer-name[b-mfu1dstnnh] {
    font-weight: 600;
    color: #1c2c45;
}

.customer-name-cell[b-mfu1dstnnh] {
    font-weight: 600;
    color: #1c2c45;
}

.customer-email[b-mfu1dstnnh] {
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.customer-meta[b-mfu1dstnnh] {
    color: #667588;
    font-size: 0.82rem;
    word-break: break-word;
}

.customer-badges[b-mfu1dstnnh] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.customer-badge[b-mfu1dstnnh] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 2px 7px;
    font-size: 0.72rem;
    font-weight: 600;
    border: 1px solid transparent;
    line-height: 1.2;
}

.customer-badge.role[b-mfu1dstnnh] {
    background: #f3f5f8;
    border-color: #d9dfe7;
    color: #4e5b6d;
}

.customer-badge.web[b-mfu1dstnnh] {
    background: #edf5ff;
    border-color: #c8dcff;
    color: #1f5ea9;
}

.customer-badge.desktop[b-mfu1dstnnh] {
    background: #effaf3;
    border-color: #c9ebd5;
    color: #20834c;
}

.customer-badge.blocked[b-mfu1dstnnh] {
    background: #fff1f1;
    border-color: #f1c1c1;
    color: #a53939;
}

.customer-badge.idle[b-mfu1dstnnh] {
    background: #f3f4f6;
    border-color: #d7dbe2;
    color: #667588;
}

.customer-muted[b-mfu1dstnnh] {
    color: #778599;
}

.customer-row-blocked[b-mfu1dstnnh] {
    background: #fff9f9;
}

.customer-actions-cell[b-mfu1dstnnh] {
    white-space: nowrap;
    width: 1%;
}

.customer-actions-cell .btn-plain + .btn-plain[b-mfu1dstnnh] {
    margin-left: 4px;
}

.customer-actions-cell .btn-plain[b-mfu1dstnnh] {
    padding: 4px 8px;
    font-size: 0.78rem;
}

.customer-manage-modal[b-mfu1dstnnh] {
    width: 760px;
    max-width: 92vw;
}

.customer-manage-tabs[b-mfu1dstnnh] {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.customer-manage-tab[b-mfu1dstnnh] {
    border: 1px solid #d5dce7;
    background: #f7f9fc;
    color: #415066;
    padding: 9px 14px;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
}

.customer-manage-tab.active[b-mfu1dstnnh] {
    background: #1d2f4a;
    border-color: #1d2f4a;
    color: #fff;
    box-shadow: 0 10px 22px rgba(29, 47, 74, 0.14);
}

.customer-manage-grid[b-mfu1dstnnh] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
}

.customer-manage-kpis[b-mfu1dstnnh] {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.customer-manage-kpi[b-mfu1dstnnh] {
    border: 1px solid #d9e1ea;
    background: linear-gradient(180deg, #fbfdff 0%, #f4f7fb 100%);
    padding: 12px 14px;
    display: grid;
    gap: 4px;
}

.customer-manage-kpi-label[b-mfu1dstnnh] {
    color: #667588;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.customer-manage-kpi strong[b-mfu1dstnnh] {
    color: #1d2f4a;
    font-size: 1.02rem;
    font-weight: 700;
}

.customer-manage-note[b-mfu1dstnnh] {
    margin-top: 16px;
    padding: 12px 14px;
    border-left: 3px solid #2f80ed;
    background: #f6fafe;
    color: #4f6073;
    font-size: 0.82rem;
    line-height: 1.55;
}

.customer-readonly[b-mfu1dstnnh] {
    min-height: 34px;
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border: 1px solid #d7dde5;
    background: #f7f9fc;
}

.customer-readonly-mono[b-mfu1dstnnh] {
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.78rem;
    word-break: break-all;
}

@media (max-width: 640px) {
    .customer-manage-grid[b-mfu1dstnnh] {
        grid-template-columns: 1fr;
    }

    .customer-manage-kpis[b-mfu1dstnnh] {
        grid-template-columns: 1fr;
    }

    .customers-search[b-mfu1dstnnh] {
        min-width: 220px;
        width: 100%;
    }

    .customer-grid td[b-mfu1dstnnh] {
        white-space: normal;
    }
}

@media (max-width: 1024px) {
    .customers-toolbar[b-mfu1dstnnh] {
        overflow-x: visible;
        flex-wrap: wrap;
    }

    .customers-toolbar-left[b-mfu1dstnnh] {
        flex-wrap: wrap;
        min-width: 0;
        width: 100%;
    }

    .customers-inline-stats[b-mfu1dstnnh] {
        margin-left: 0;
        gap: 16px 24px;
        flex-wrap: wrap;
        width: 100%;
    }

    .customers-search[b-mfu1dstnnh] {
        flex: 1 1 260px;
        min-width: 0;
    }
}

@media (max-width: 760px) {
    .customers-inline-stats[b-mfu1dstnnh] {
        gap: 10px 16px;
    }

    .customer-actions-cell .btn-plain[b-mfu1dstnnh] {
        width: 100%;
        margin-left: 0;
        margin-top: 4px;
    }

    .customer-actions-cell .btn-plain + .btn-plain[b-mfu1dstnnh] {
        margin-left: 0;
    }
}
/* /Components/Pages/Desktop.razor.rz.scp.css */
.desktop-page[b-ig71lluvju] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.desktop-header[b-ig71lluvju] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.desktop-subtitle[b-ig71lluvju] {
    margin-top: 6px;
    max-width: 880px;
    color: #57627a;
    line-height: 1.55;
}

.desktop-grid[b-ig71lluvju] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 16px;
}

.desktop-card[b-ig71lluvju] {
    border: 1px solid #d9dfeb;
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.05);
}

.desktop-card-top[b-ig71lluvju] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.desktop-card-title[b-ig71lluvju] {
    font-size: 1.08rem;
    font-weight: 700;
    color: #162038;
}

.desktop-card-meta[b-ig71lluvju] {
    margin-top: 4px;
    font-size: 0.92rem;
    color: #667085;
}

.desktop-version-panel[b-ig71lluvju] {
    border: 1px solid #d6e0f5;
    background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%);
    border-radius: 12px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.desktop-version-label[b-ig71lluvju] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #4f6b9a;
}

.desktop-version-value[b-ig71lluvju] {
    font-size: 1.08rem;
    font-weight: 800;
    color: #13233f;
    word-break: break-word;
}

.desktop-badge[b-ig71lluvju] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: #e6f7ea;
    color: #0d7a33;
    font-size: 0.82rem;
    font-weight: 700;
}

.desktop-summary[b-ig71lluvju] {
    color: #334155;
    line-height: 1.55;
}

.desktop-stats[b-ig71lluvju] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.desktop-stats div[b-ig71lluvju] {
    border: 1px solid #e5eaf3;
    border-radius: 10px;
    padding: 10px 12px;
    background: #f8fafc;
}

.desktop-stats span[b-ig71lluvju] {
    display: block;
    font-size: 0.8rem;
    color: #667085;
    margin-bottom: 5px;
}

.desktop-stats strong[b-ig71lluvju] {
    display: block;
    color: #162038;
    font-size: 0.94rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desktop-card-actions[b-ig71lluvju] {
    display: flex;
    justify-content: flex-start;
}

.desktop-loading[b-ig71lluvju],
.desktop-empty[b-ig71lluvju] {
    color: #475467;
}

@media (max-width: 780px) {
    .desktop-header[b-ig71lluvju] {
        flex-direction: column;
        align-items: stretch;
    }

    .desktop-stats[b-ig71lluvju] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .desktop-page[b-ig71lluvju] {
        gap: 14px;
    }

    .desktop-card[b-ig71lluvju] {
        padding: 16px;
    }

    .desktop-card-top[b-ig71lluvju] {
        flex-direction: column;
    }

    .desktop-card-actions .btn-main[b-ig71lluvju] {
        width: 100%;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.copy-row-menu[b-qizd56g36f] {
    position: fixed;
    z-index: 1600;
    min-width: 220px;
    padding: 0.4rem;
    border: 1px solid rgba(102, 174, 255, 0.2);
    border-radius: 14px;
    background: rgba(8, 17, 33, 0.98);
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.34);
}

.copy-row-menu button[b-qizd56g36f] {
    width: 100%;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #ecf4ff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: 0.8rem 0.9rem;
    text-align: left;
}

.copy-row-menu button:hover[b-qizd56g36f] {
    background: rgba(57, 145, 255, 0.18);
}

.app-modal-social-share[b-qizd56g36f] {
    width: min(680px, calc(100vw - 2rem));
    background: #0f1726;
    border: 1px solid rgba(111, 173, 255, 0.18);
    color: #e8f1ff;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.42);
}

.app-modal-social-share .app-modal-header[b-qizd56g36f] {
    background: linear-gradient(180deg, #121c2c 0%, #0d1625 100%);
    border-bottom: 1px solid rgba(111, 173, 255, 0.14);
    color: #f5f9ff;
}

.app-modal-social-share .app-modal-title[b-qizd56g36f],
.app-modal-social-share .app-modal-close[b-qizd56g36f] {
    color: #f5f9ff;
}

.app-modal-social-share .app-modal-body[b-qizd56g36f] {
    background: #0f1726;
    color: #dce8fb;
}

.app-modal-social-share .app-modal-footer[b-qizd56g36f] {
    background: #0d1522;
    border-top: 1px solid rgba(111, 173, 255, 0.14);
}

.app-modal-social-share .copy-row label[b-qizd56g36f],
.app-modal-social-share .check[b-qizd56g36f],
.app-modal-social-share .check span[b-qizd56g36f] {
    color: #e2ebfb;
    font-weight: 600;
}

.app-modal-social-share .input[b-qizd56g36f] {
    border: 1px solid #355173;
    background: #0b1523;
    color: #edf6ff;
}

.app-modal-social-share .input:focus[b-qizd56g36f] {
    outline: none;
    border-color: #4ea4ff;
    box-shadow: 0 0 0 3px rgba(78, 164, 255, 0.2);
}

.app-modal-social-share input[type="checkbox"][b-qizd56g36f] {
    accent-color: #4ea4ff;
}

.social-share-body[b-qizd56g36f] {
    display: grid;
    gap: 1rem;
}

.social-share-kicker[b-qizd56g36f] {
    color: #66b8ff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.social-share-target[b-qizd56g36f] {
    color: #f3f8ff;
    font-size: 1.2rem;
    font-weight: 800;
}

.social-share-note[b-qizd56g36f] {
    border-radius: 14px;
    background: rgba(20, 33, 58, 0.72);
    color: #cddbf1;
    line-height: 1.6;
    padding: 0.95rem 1rem;
}

.social-share-checks[b-qizd56g36f] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.social-share-checks .check[b-qizd56g36f] {
    color: #dbe8fb;
}

.social-share-summary[b-qizd56g36f] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.social-share-summary .social-visibility-card[b-qizd56g36f] {
    appearance: none;
    display: grid;
    gap: 0.28rem;
    width: 100%;
    padding: 0.8rem 0.9rem;
    border-radius: 14px;
    background: rgba(10, 22, 41, 0.86);
    border: 1px solid rgba(103, 173, 255, 0.12);
    color: inherit;
    cursor: pointer;
    text-align: left;
    transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.social-share-summary .social-visibility-card:hover[b-qizd56g36f] {
    transform: translateY(-1px);
    border-color: rgba(120, 189, 255, 0.35);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
}

.social-share-summary .social-visibility-card.is-public[b-qizd56g36f] {
    background: linear-gradient(180deg, rgba(12, 35, 58, 0.94) 0%, rgba(9, 28, 47, 0.94) 100%);
    border-color: rgba(80, 183, 255, 0.42);
}

.social-share-summary .social-visibility-card.is-private[b-qizd56g36f] {
    background: rgba(10, 22, 41, 0.72);
    border-color: rgba(103, 173, 255, 0.12);
}

.social-share-summary .social-visibility-card:focus[b-qizd56g36f] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(78, 164, 255, 0.22);
}

.social-share-summary .social-visibility-card small[b-qizd56g36f] {
    color: #9bb1cf;
    font-size: 0.76rem;
    line-height: 1.45;
}

.social-share-summary div[b-qizd56g36f] {
    display: grid;
    gap: 0.28rem;
    padding: 0.8rem 0.9rem;
    border-radius: 14px;
    background: rgba(10, 22, 41, 0.86);
    border: 1px solid rgba(103, 173, 255, 0.12);
}

.social-share-summary span[b-qizd56g36f] {
    color: #95abca;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.social-share-summary strong[b-qizd56g36f] {
    color: #f4f8ff;
    font-size: 0.95rem;
}

.social-share-actions[b-qizd56g36f] {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.social-share-actions-right[b-qizd56g36f] {
    display: flex;
    gap: 0.75rem;
}

@media (max-width: 740px) {
    .social-share-summary[b-qizd56g36f] {
        grid-template-columns: minmax(0, 1fr);
    }

    .social-share-checks[b-qizd56g36f] {
        grid-template-columns: minmax(0, 1fr);
    }

    .social-share-actions[b-qizd56g36f] {
        align-items: stretch;
        flex-direction: column;
        gap: 0.75rem;
    }

    .social-share-actions-right[b-qizd56g36f] {
        justify-content: flex-end;
    }
}
/* /Components/Pages/Index.razor.rz.scp.css */
.landing14-page[b-opta24qlbq] {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 14% 34%, rgba(255, 188, 66, 0.22), transparent 22%),
        radial-gradient(circle at 82% 16%, rgba(92, 198, 255, 0.18), transparent 18%),
        radial-gradient(circle at 76% 74%, rgba(255, 170, 40, 0.10), transparent 20%),
        linear-gradient(118deg, #010207 0%, #030811 28%, #07111b 62%, #02050b 100%);
    color: #f5f8ff;
}

.landing14-page[b-opta24qlbq]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 36%, rgba(255, 214, 120, 0.98) 0, rgba(255, 214, 120, 0.32) 3px, transparent 11px),
        radial-gradient(circle at 18% 76%, rgba(255, 175, 52, 0.82) 0, rgba(255, 175, 52, 0.12) 4px, transparent 12px),
        radial-gradient(circle at 36% 16%, rgba(126, 213, 255, 0.78) 0, rgba(126, 213, 255, 0.12) 3px, transparent 9px),
        radial-gradient(circle at 62% 12%, rgba(255, 196, 92, 0.62) 0, rgba(255, 196, 92, 0.08) 5px, transparent 14px),
        radial-gradient(circle at 72% 22%, rgba(101, 199, 255, 0.64) 0, rgba(101, 199, 255, 0.12) 4px, transparent 11px),
        radial-gradient(circle at 82% 62%, rgba(255, 185, 64, 0.66) 0, rgba(255, 185, 64, 0.08) 4px, transparent 12px),
        radial-gradient(circle at 92% 22%, rgba(255, 190, 66, 0.84) 0, rgba(255, 190, 66, 0.14) 4px, transparent 10px);
    opacity: 0.92;
    pointer-events: none;
    z-index: 0;
}

.landing14-page[b-opta24qlbq]::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 24%, rgba(255, 151, 31, 0.34), transparent 28%),
        radial-gradient(circle at 84% 18%, rgba(58, 174, 255, 0.24), transparent 22%),
        radial-gradient(circle at 72% 76%, rgba(255, 191, 64, 0.14), transparent 20%);
    filter: blur(34px);
    opacity: 0.72;
    pointer-events: none;
    z-index: 0;
}

.landing14-cosmos[b-opta24qlbq] {
    position: absolute;
    inset: -8% -4%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.landing14-nebula[b-opta24qlbq],
.landing14-planet[b-opta24qlbq],
.landing14-starfield[b-opta24qlbq],
.landing14-lightbeam[b-opta24qlbq] {
    position: absolute;
    pointer-events: none;
}

.landing14-nebula[b-opta24qlbq] {
    border-radius: 50%;
    filter: blur(82px);
    mix-blend-mode: screen;
}

.landing14-nebula-gold[b-opta24qlbq] {
    width: 58vw;
    height: 58vw;
    left: -18vw;
    top: 4vh;
    background:
        radial-gradient(circle at 44% 46%, rgba(255, 225, 132, 0.86) 0, rgba(255, 196, 71, 0.40) 16%, rgba(255, 146, 24, 0.16) 42%, transparent 72%);
    opacity: 0.88;
}

.landing14-nebula-cyan[b-opta24qlbq] {
    width: 42vw;
    height: 42vw;
    right: -8vw;
    top: -6vh;
    background:
        radial-gradient(circle at 50% 48%, rgba(120, 215, 255, 0.72) 0, rgba(66, 176, 255, 0.24) 18%, rgba(18, 90, 184, 0.10) 40%, transparent 72%);
    opacity: 0.74;
}

.landing14-planet[b-opta24qlbq] {
    border-radius: 50%;
    box-shadow: inset -24px -22px 54px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 255, 255, 0.05), 0 18px 48px rgba(0, 0, 0, 0.30);
}

.landing14-planet-left[b-opta24qlbq] {
    width: 16rem;
    height: 16rem;
    left: -5.5rem;
    bottom: 10vh;
    background:
        radial-gradient(circle at 34% 28%, rgba(255, 226, 130, 0.96) 0, rgba(255, 171, 39, 0.74) 22%, rgba(164, 74, 8, 0.74) 46%, rgba(42, 16, 4, 0.96) 76%);
    opacity: 0.72;
    filter: blur(0.3px);
}

.landing14-planet-right[b-opta24qlbq] {
    width: 9rem;
    height: 9rem;
    right: 10vw;
    top: 12vh;
    background:
        radial-gradient(circle at 30% 30%, rgba(227, 247, 255, 0.94) 0, rgba(102, 204, 255, 0.72) 28%, rgba(26, 90, 162, 0.70) 56%, rgba(11, 28, 66, 0.96) 82%);
    opacity: 0.66;
}

.landing14-starfield[b-opta24qlbq] {
    inset: 0;
    opacity: 0.92;
}

.landing14-starfield-far[b-opta24qlbq] {
    background-image:
        radial-gradient(circle at 4% 14%, rgba(255, 240, 215, 0.74) 0 1px, transparent 1.8px),
        radial-gradient(circle at 18% 44%, rgba(255, 208, 118, 0.58) 0 1px, transparent 1.6px),
        radial-gradient(circle at 28% 8%, rgba(150, 220, 255, 0.52) 0 1px, transparent 1.8px),
        radial-gradient(circle at 40% 26%, rgba(255, 214, 128, 0.62) 0 1px, transparent 1.8px),
        radial-gradient(circle at 52% 8%, rgba(255, 214, 128, 0.46) 0 1px, transparent 1.8px),
        radial-gradient(circle at 62% 18%, rgba(116, 210, 255, 0.50) 0 1px, transparent 1.8px),
        radial-gradient(circle at 74% 30%, rgba(255, 206, 114, 0.56) 0 1px, transparent 1.8px),
        radial-gradient(circle at 82% 62%, rgba(255, 206, 114, 0.46) 0 1px, transparent 1.8px),
        radial-gradient(circle at 92% 16%, rgba(173, 228, 255, 0.48) 0 1px, transparent 1.8px),
        radial-gradient(circle at 94% 52%, rgba(255, 223, 156, 0.58) 0 1px, transparent 1.8px);
    background-size: 540px 420px, 600px 480px, 520px 390px, 500px 420px, 620px 440px, 560px 430px, 590px 450px, 640px 500px, 520px 400px, 620px 470px;
}

.landing14-starfield-near[b-opta24qlbq] {
    background-image:
        radial-gradient(circle at 10% 22%, rgba(255, 223, 147, 0.98) 0 2px, transparent 3px),
        radial-gradient(circle at 14% 60%, rgba(255, 194, 91, 0.88) 0 1.8px, transparent 3px),
        radial-gradient(circle at 36% 18%, rgba(133, 219, 255, 0.76) 0 1.5px, transparent 2.8px),
        radial-gradient(circle at 54% 12%, rgba(255, 231, 172, 0.84) 0 2px, transparent 3px),
        radial-gradient(circle at 68% 34%, rgba(255, 196, 88, 0.82) 0 1.8px, transparent 3px),
        radial-gradient(circle at 84% 18%, rgba(184, 233, 255, 0.82) 0 1.6px, transparent 3px),
        radial-gradient(circle at 90% 70%, rgba(255, 208, 112, 0.82) 0 2px, transparent 3.2px);
    filter: drop-shadow(0 0 8px rgba(255, 194, 90, 0.36));
    opacity: 0.96;
}

.landing14-lightbeam[b-opta24qlbq] {
    width: 2px;
    border-radius: 999px;
    transform: rotate(12deg);
    background: linear-gradient(to bottom, rgba(255, 221, 148, 0), rgba(255, 221, 148, 0.62), rgba(255, 221, 148, 0));
    box-shadow: 0 0 16px rgba(255, 198, 92, 0.26);
}

.landing14-lightbeam-left[b-opta24qlbq] {
    left: 12%;
    top: 8%;
    height: 42vh;
}

.landing14-lightbeam-right[b-opta24qlbq] {
    right: 15%;
    top: 14%;
    height: 18vh;
    opacity: 0.54;
}

.landing14-nav[b-opta24qlbq] {
    position: relative;
    z-index: 2;
    padding: 18px clamp(22px, 2.8vw, 52px) 0;
}

.landing14-nav-inner[b-opta24qlbq] {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    padding: 12px 20px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(6, 10, 18, 0.78);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
}

.landing14-brand[b-opta24qlbq] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #f7fbff;
    flex-shrink: 0;
}

.landing14-brand-mark[b-opta24qlbq] {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28));
}

.landing14-brand-text[b-opta24qlbq] {
    font-family: "Trebuchet MS", "Arial Nova", "Segoe UI", sans-serif;
    font-size: 1.9rem;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.landing14-nav-links[b-opta24qlbq] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-self: center;
}

.landing14-nav-links a[b-opta24qlbq] {
    padding: 10px 14px;
    border-radius: 14px;
    text-decoration: none;
    color: rgba(246, 250, 255, 0.9);
    font-size: 1rem;
    font-weight: 800;
}

.landing14-nav-links a:hover[b-opta24qlbq],
.landing14-nav-links a:focus-visible[b-opta24qlbq] {
    background: rgba(255, 255, 255, 0.08);
}

.landing14-nav-actions[b-opta24qlbq] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    justify-self: end;
}

.landing14-button[b-opta24qlbq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 126px;
    padding: 13px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.landing14-button:hover[b-opta24qlbq],
.landing14-button:focus-visible[b-opta24qlbq] {
    transform: translateY(-1px);
}

.landing14-button-primary[b-opta24qlbq] {
    border: 1px solid rgba(67, 255, 152, 0.22);
    background: linear-gradient(180deg, rgba(39, 232, 118, 0.98), rgba(23, 205, 96, 0.92));
    color: #07130a;
    box-shadow: 0 18px 42px rgba(23, 227, 108, 0.22);
}

.landing14-button-ghost[b-opta24qlbq] {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(8, 14, 24, 0.8);
    color: #f7fbff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.landing14-button-soft[b-opta24qlbq] {
    border: 1px solid rgba(58, 191, 255, 0.22);
    background: rgba(10, 26, 43, 0.8);
    color: #f3faff;
}

.landing14-hero[b-opta24qlbq] {
    position: relative;
    z-index: 2;
    width: min(1820px, 100%);
    max-width: 100%;
    height: calc(100vh - 116px);
    margin: 0 auto;
    padding: 28px clamp(18px, 2.4vw, 34px) 34px;
    display: grid;
    grid-template-columns: minmax(450px, 0.9fr) minmax(760px, 1.1fr);
    gap: clamp(24px, 2.4vw, 46px);
    align-items: center;
}

.landing14-copy[b-opta24qlbq],
.landing14-preview[b-opta24qlbq] {
    min-height: 0;
    display: flex;
    align-items: center;
}

.landing14-copy-shell[b-opta24qlbq] {
    width: min(100%, 660px);
    max-width: 660px;
    padding-left: clamp(0px, 1vw, 18px);
    padding-top: 18px;
    position: relative;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.landing14-copy-shell[b-opta24qlbq]::before,
.landing14-copy-shell[b-opta24qlbq]::after {
    content: none !important;
}

.landing14-copy[b-opta24qlbq]::before,
.landing14-copy[b-opta24qlbq]::after {
    content: none !important;
    display: none !important;
}

.landing14-hero-brand[b-opta24qlbq] {
    width: min(100%, 560px);
    margin: 0 0 14px;
    position: relative;
    isolation: auto;
}

.landing14-hero-brand[b-opta24qlbq]::before {
    content: "";
    position: absolute;
    inset: 10% 8% 16%;
    z-index: 0;
    background:
        radial-gradient(circle at 28% 58%, rgba(255, 190, 72, 0.30) 0, transparent 28%),
        radial-gradient(circle at 74% 24%, rgba(52, 226, 255, 0.26) 0, transparent 26%),
        radial-gradient(circle at 50% 84%, rgba(255, 181, 56, 0.18) 0, transparent 24%);
    border-radius: 50%;
    filter: blur(54px);
    opacity: 1;
    pointer-events: none;
}

.landing14-hero-logo-frame[b-opta24qlbq] {
    position: relative;
    z-index: 1;
    width: min(100%, 500px);
    margin-left: 0;
}

.landing14-hero-logo-frame[b-opta24qlbq]::before {
    content: "";
    position: absolute;
    inset: 16% 10% 24%;
    z-index: 0;
    background:
        radial-gradient(circle at 30% 54%, rgba(255, 194, 76, 0.24) 0, transparent 34%),
        radial-gradient(circle at 72% 26%, rgba(48, 226, 255, 0.22) 0, transparent 30%),
        radial-gradient(circle at 50% 84%, rgba(255, 184, 68, 0.14) 0, transparent 24%);
    border-radius: 50%;
    filter: blur(36px);
    pointer-events: none;
}

.landing14-hero-logo-frame[b-opta24qlbq]::after {
    content: none;
}

.landing14-hero-logo-art[b-opta24qlbq] {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    opacity: 1;
    mix-blend-mode: normal;
    transform: none;
    filter:
        brightness(1.05)
        contrast(1.04)
        saturate(1.08)
        drop-shadow(0 22px 42px rgba(0, 0, 0, 0.40))
        drop-shadow(0 0 36px rgba(30, 220, 255, 0.16))
        drop-shadow(0 0 24px rgba(255, 185, 64, 0.14));
    -webkit-mask-image: none;
    mask-image: none;
}

.landing14-title[b-opta24qlbq] {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-family: "Trebuchet MS", "Arial Nova", "Segoe UI", sans-serif;
    font-weight: 900;
    letter-spacing: -0.075em;
    line-height: 0.86;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.30);
    position: relative;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    clip-path: none !important;
    mask: none !important;
}

.landing14-title[b-opta24qlbq]::before,
.landing14-title[b-opta24qlbq]::after {
    content: none !important;
}

.landing14-title-line[b-opta24qlbq] {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: nowrap;
    white-space: nowrap;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    clip-path: none !important;
    mask: none !important;
}

.landing14-title-line[b-opta24qlbq]::before,
.landing14-title-line[b-opta24qlbq]::after {
    content: none !important;
}

.landing14-title-word[b-opta24qlbq] {
    font-size: clamp(4.25rem, 4.8vw, 5.9rem);
    color: #f6f8fe;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    clip-path: none !important;
    mask: none !important;
    text-decoration: none !important;
}

.landing14-title-word[b-opta24qlbq]::before,
.landing14-title-word[b-opta24qlbq]::after {
    content: none !important;
    display: none !important;
}

.landing14-title-word-green[b-opta24qlbq] {
    color: #39df89;
}

.landing14-title-word-blue[b-opta24qlbq] {
    color: #2fb6ff;
}

.landing14-lead[b-opta24qlbq] {
    max-width: 560px;
    margin: 18px 0 0;
    color: rgba(239, 246, 255, 0.86);
    font-size: 1.16rem;
    line-height: 1.5;
    font-weight: 700;
}

.landing14-actions[b-opta24qlbq] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

.landing14-pills[b-opta24qlbq] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.landing14-pills span[b-opta24qlbq] {
    padding: 11px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(7, 11, 20, 0.76);
    color: rgba(243, 248, 255, 0.88);
    font-size: 0.96rem;
    font-weight: 800;
}

.landing14-trust[b-opta24qlbq] {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(6, 10, 18, 0.72);
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.22);
}

.landing14-trust-icon[b-opta24qlbq] {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    border-radius: 18px;
    background:
        radial-gradient(circle at 35% 35%, rgba(56, 255, 159, 0.8), transparent 32%),
        radial-gradient(circle at 68% 62%, rgba(51, 174, 255, 0.78), transparent 34%),
        linear-gradient(135deg, rgba(20, 35, 54, 0.98), rgba(8, 16, 29, 0.96));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 16px 24px rgba(0, 0, 0, 0.2);
}

.landing14-trust strong[b-opta24qlbq] {
    display: block;
    color: #f7fbff;
    font-size: 1.08rem;
    font-weight: 900;
}

.landing14-trust p[b-opta24qlbq] {
    margin: 6px 0 0;
    color: rgba(238, 245, 255, 0.78);
    font-size: 0.98rem;
    line-height: 1.48;
    font-weight: 700;
}

.landing14-preview-shell[b-opta24qlbq] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    width: min(100%, 980px);
    max-width: none;
    margin-left: 0;
    padding: 22px 22px 20px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(180deg, rgba(8, 13, 22, 0.92), rgba(4, 7, 13, 0.92)),
        radial-gradient(circle at 18% 18%, rgba(255, 197, 76, 0.09), transparent 24%),
        radial-gradient(circle at 82% 18%, rgba(44, 224, 255, 0.08), transparent 22%);
    backdrop-filter: blur(18px);
    box-shadow:
        0 28px 64px rgba(0, 0, 0, 0.36),
        inset 0 0 0 1px rgba(255, 255, 255, 0.03);
    overflow: hidden;
}

.landing14-preview-shell[b-opta24qlbq]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 14%),
        radial-gradient(circle at 90% 18%, rgba(62, 216, 255, 0.06), transparent 22%);
    pointer-events: none;
}

.landing14-preview-head[b-opta24qlbq] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.landing14-preview-head > div:first-child[b-opta24qlbq] {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.landing14-preview-kicker[b-opta24qlbq] {
    color: rgba(130, 228, 255, 0.78);
    font-size: 0.9rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.landing14-preview-title[b-opta24qlbq] {
    margin-top: 0;
    color: #f8fbff;
    font-size: 1.82rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.05;
    white-space: normal;
}

.landing14-preview-tabs[b-opta24qlbq] {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: flex-start;
    align-items: center;
    flex: none;
    max-width: 100%;
    padding-top: 2px;
}

.landing14-tab[b-opta24qlbq] {
    padding: 8px 11px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.035);
    color: rgba(243, 247, 255, 0.86);
    font-size: 0.8rem;
    font-weight: 900;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
    white-space: nowrap;
}

.landing14-tab:hover[b-opta24qlbq],
.landing14-tab:focus-visible[b-opta24qlbq] {
    border-color: rgba(103, 214, 255, 0.24);
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-1px);
}

.landing14-tab.is-active[b-opta24qlbq] {
    border-color: rgba(56, 255, 159, 0.26);
    background: rgba(20, 210, 98, 0.14);
    color: #f7fff9;
}

.landing14-screen[b-opta24qlbq] {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 18px 12px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(circle at 15% 18%, rgba(255, 194, 74, 0.16), transparent 22%),
        radial-gradient(circle at 85% 20%, rgba(50, 223, 255, 0.14), transparent 22%),
        radial-gradient(circle at 50% 0%, rgba(255, 214, 143, 0.08), transparent 38%),
        linear-gradient(180deg, rgba(9, 14, 24, 0.98), rgba(4, 6, 12, 1));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.04),
        0 24px 58px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.landing14-screen[b-opta24qlbq]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 18%, rgba(255, 212, 136, 0.92) 0 1px, transparent 2px),
        radial-gradient(circle at 20% 72%, rgba(255, 185, 67, 0.9) 0 1px, transparent 2px),
        radial-gradient(circle at 32% 14%, rgba(132, 221, 255, 0.72) 0 1px, transparent 2px),
        radial-gradient(circle at 72% 16%, rgba(255, 215, 130, 0.9) 0 1px, transparent 2px),
        radial-gradient(circle at 84% 66%, rgba(52, 223, 255, 0.7) 0 1px, transparent 2px),
        radial-gradient(circle at 92% 24%, rgba(255, 190, 71, 0.82) 0 1px, transparent 2px);
    opacity: 0.72;
    pointer-events: none;
}

.landing14-screen[b-opta24qlbq]::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 16%),
        radial-gradient(circle at 50% 100%, rgba(0, 0, 0, 0.34), transparent 36%);
    pointer-events: none;
}

.landing14-screen-aura[b-opta24qlbq] {
    position: absolute;
    border-radius: 50%;
    filter: blur(34px);
    opacity: 0.8;
    pointer-events: none;
}

.landing14-screen-aura-gold[b-opta24qlbq] {
    width: 34%;
    height: 34%;
    left: -6%;
    top: 18%;
    background: radial-gradient(circle, rgba(255, 193, 69, 0.66) 0, rgba(255, 157, 30, 0.14) 54%, transparent 74%);
}

.landing14-screen-aura-cyan[b-opta24qlbq] {
    width: 36%;
    height: 36%;
    right: -8%;
    top: 10%;
    background: radial-gradient(circle, rgba(47, 223, 255, 0.56) 0, rgba(31, 140, 255, 0.14) 54%, transparent 74%);
}

.landing14-device-shell[b-opta24qlbq] {
    position: relative;
    z-index: 2;
    width: min(100%, 828px);
    transform: perspective(1500px) rotateX(4.5deg);
    transform-origin: center top;
}

.landing14-device-rim[b-opta24qlbq] {
    position: relative;
    padding: 14px 14px 16px;
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(18, 24, 38, 0.98), rgba(5, 8, 14, 0.98)),
        linear-gradient(135deg, rgba(255, 215, 126, 0.2), rgba(51, 223, 255, 0.16));
    box-shadow:
        0 28px 60px rgba(0, 0, 0, 0.46),
        0 0 0 1px rgba(255, 255, 255, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.landing14-device-rim[b-opta24qlbq]::before {
    content: "";
    position: absolute;
    inset: 9px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.landing14-device-rim[b-opta24qlbq]::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 197, 78, 0.18), rgba(255, 218, 144, 0.96) 50%, rgba(55, 225, 255, 0.2));
    box-shadow: 0 0 22px rgba(255, 205, 99, 0.34);
}

.landing14-device-toolbar[b-opta24qlbq] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 4px 2px 12px;
}

.landing14-device-pill[b-opta24qlbq] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(243, 248, 255, 0.9);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.01em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.landing14-device-pill-live[b-opta24qlbq]::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(180deg, #39f08e, #18bf60);
    box-shadow: 0 0 0 4px rgba(43, 241, 142, 0.16);
}

.landing14-device-display[b-opta24qlbq] {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(1, 4, 10, 0.96);
    aspect-ratio: 16 / 9;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.08),
        inset 0 0 32px rgba(0, 0, 0, 0.28),
        0 18px 42px rgba(0, 0, 0, 0.36);
}

.landing14-device-display[b-opta24qlbq]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(122deg, rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0.02) 18%, transparent 40%),
        linear-gradient(180deg, rgba(10, 15, 24, 0) 78%, rgba(5, 8, 14, 0.34) 100%);
    pointer-events: none;
    z-index: 1;
}

.landing14-device-display[b-opta24qlbq]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.04),
        inset 0 -36px 46px rgba(0, 0, 0, 0.20);
    pointer-events: none;
    z-index: 2;
}

@keyframes preview-fadein-b-opta24qlbq {
    from { opacity: 0; transform: scale(0.975); }
    to   { opacity: 1; transform: scale(1); }
}

.landing14-screen img[b-opta24qlbq] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    background: rgba(0, 0, 0, 0.22);
    animation: preview-fadein-b-opta24qlbq 0.32s cubic-bezier(0.22, 0.8, 0.38, 1) both;
}

.landing14-device-stand[b-opta24qlbq] {
    width: 18%;
    min-width: 82px;
    height: 48px;
    margin: -1px auto 0;
    background: linear-gradient(180deg, rgba(39, 46, 64, 0.96), rgba(13, 17, 27, 0.98));
    clip-path: polygon(34% 0, 66% 0, 82% 100%, 18% 100%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.05),
        0 18px 30px rgba(0, 0, 0, 0.28);
}

.landing14-device-base[b-opta24qlbq] {
    width: 50%;
    min-width: 180px;
    height: 14px;
    margin: -2px auto 0;
    border-radius: 999px 999px 24px 24px;
    background:
        linear-gradient(180deg, rgba(82, 93, 119, 0.88), rgba(20, 24, 34, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 18px 26px rgba(0, 0, 0, 0.28);
}

.landing14-screen-meta[b-opta24qlbq] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 2px 4px 0;
    color: rgba(234, 242, 255, 0.8);
    font-size: 0.94rem;
    font-weight: 700;
}

.landing14-screen-meta span[b-opta24qlbq] {
    max-width: 78%;
}

.landing14-screen-meta a[b-opta24qlbq] {
    color: #6bc8ff;
    text-decoration: none;
    font-weight: 900;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(97, 201, 255, 0.18);
    background: rgba(8, 16, 28, 0.68);
}

.landing14-screen-meta a:hover[b-opta24qlbq],
.landing14-screen-meta a:focus-visible[b-opta24qlbq] {
    text-decoration: none;
    border-color: rgba(97, 201, 255, 0.34);
    background: rgba(12, 22, 38, 0.84);
}

.landing14-support[b-opta24qlbq] {
    position: fixed;
    right: 22px;
    bottom: 18px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(6, 10, 18, 0.82);
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
    color: #f6fbff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 900;
}

.landing14-support:hover[b-opta24qlbq],
.landing14-support:focus-visible[b-opta24qlbq] {
    box-shadow: 0 0 0 2px rgba(41, 220, 114, 0.44), 0 20px 44px rgba(0, 0, 0, 0.28);
}

.landing14-support-dot[b-opta24qlbq] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(180deg, #2bf18e, #13b55b);
    box-shadow: 0 0 0 5px rgba(43, 241, 142, 0.14);
}

@media (max-width: 1380px) {
    .landing14-nav-inner[b-opta24qlbq] {
        width: 100%;
    }

    .landing14-hero[b-opta24qlbq] {
        grid-template-columns: minmax(400px, 0.84fr) minmax(540px, 1.16fr);
        gap: clamp(18px, 1.8vw, 28px);
    }

    .landing14-hero-brand[b-opta24qlbq] {
        width: min(100%, 520px);
    }

    .landing14-hero-logo-frame[b-opta24qlbq] {
        width: min(100%, 470px);
        margin-left: 0;
    }

    .landing14-title-word[b-opta24qlbq] {
        font-size: clamp(4.3rem, 5.2vw, 6rem);
    }

    .landing14-lead[b-opta24qlbq] {
        font-size: 1.12rem;
    }

    .landing14-device-shell[b-opta24qlbq] {
        width: min(100%, 700px);
    }

    .landing14-preview-shell[b-opta24qlbq] {
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .landing14-page[b-opta24qlbq] {
        overflow: auto;
    }

    .landing14-nav[b-opta24qlbq] {
        padding: 16px 16px 0;
    }

    .landing14-nav-inner[b-opta24qlbq] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .landing14-brand[b-opta24qlbq] {
        justify-content: center;
    }

    .landing14-nav-links[b-opta24qlbq],
    .landing14-nav-actions[b-opta24qlbq] {
        justify-content: center;
        flex-wrap: wrap;
    }

    .landing14-hero[b-opta24qlbq] {
        height: auto;
        min-height: calc(100vh - 104px);
        width: 100%;
        padding: 22px clamp(18px, 4vw, 30px) 96px;
        grid-template-columns: 1fr;
        align-items: start;
    }

    .landing14-copy-shell[b-opta24qlbq] {
        max-width: none;
        padding-left: 0;
        padding-top: 0;
    }

    .landing14-hero-brand[b-opta24qlbq] {
        width: min(100%, 560px);
        margin: 0 0 20px;
    }

    .landing14-hero-logo-frame[b-opta24qlbq] {
        width: min(100%, 540px);
    }

    .landing14-preview-shell[b-opta24qlbq] {
        min-height: 520px;
        width: 100%;
    }

    .landing14-preview-tabs[b-opta24qlbq] {
        width: 100%;
    }

    .landing14-screen[b-opta24qlbq] {
        min-height: 340px;
        padding: 22px 14px 10px;
    }

    .landing14-device-shell[b-opta24qlbq] {
        width: min(100%, 620px);
        transform: none;
    }

    .landing14-device-toolbar[b-opta24qlbq] {
        gap: 8px;
        padding-bottom: 12px;
    }

    .landing14-device-pill[b-opta24qlbq] {
        padding: 8px 12px;
        font-size: 0.82rem;
    }

    .landing14-device-stand[b-opta24qlbq] {
        height: 42px;
    }

    .landing14-device-base[b-opta24qlbq] {
        width: 62%;
    }
}

@media (max-width: 720px) {
    .landing14-brand-text[b-opta24qlbq] {
        font-size: 1.55rem;
    }

    .landing14-hero-brand[b-opta24qlbq] {
        width: 100%;
    }

    .landing14-hero-logo-frame[b-opta24qlbq] {
        width: 100%;
    }

    .landing14-title-word[b-opta24qlbq] {
        font-size: 3.2rem;
    }

    .landing14-title-line[b-opta24qlbq] {
        gap: 10px;
        flex-wrap: wrap;
        white-space: normal;
    }

    .landing14-lead[b-opta24qlbq] {
        font-size: 1.08rem;
    }

    .landing14-button[b-opta24qlbq] {
        min-width: 0;
        width: 100%;
    }

    .landing14-actions[b-opta24qlbq] {
        flex-direction: column;
    }

    .landing14-trust[b-opta24qlbq] {
        align-items: flex-start;
    }

    .landing14-preview-head[b-opta24qlbq],
    .landing14-screen-meta[b-opta24qlbq] {
        flex-direction: column;
        align-items: flex-start;
    }

    .landing14-preview-shell[b-opta24qlbq] {
        padding: 16px;
    }

    .landing14-preview-tabs[b-opta24qlbq] {
        width: 100%;
        justify-content: flex-start;
    }

    .landing14-preview-title[b-opta24qlbq] {
        font-size: 1.6rem;
    }

    .landing14-screen[b-opta24qlbq] {
        padding: 18px 10px 8px;
    }

    .landing14-device-rim[b-opta24qlbq] {
        padding: 12px 12px 14px;
        border-radius: 24px;
    }

    .landing14-device-display[b-opta24qlbq] {
        border-radius: 16px;
    }

    .landing14-device-toolbar[b-opta24qlbq] {
        gap: 6px;
    }

    .landing14-device-pill[b-opta24qlbq] {
        font-size: 0.75rem;
        padding: 7px 10px;
    }

    .landing14-device-stand[b-opta24qlbq] {
        width: 26%;
        min-width: 64px;
        height: 32px;
    }

    .landing14-device-base[b-opta24qlbq] {
        width: 72%;
        min-width: 150px;
        height: 12px;
    }
}
/* /Components/Pages/Profile.razor.rz.scp.css */
.profile-surface[b-t5emphl7m3] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.profile-grid[b-t5emphl7m3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 16px;
}

.profile-card[b-t5emphl7m3] {
    border: 1px solid #d7deea;
    border-radius: 8px;
    padding: 16px;
    background: linear-gradient(180deg, #ffffff, #f7f9fc);
}

.profile-card-title[b-t5emphl7m3] {
    font-size: 1rem;
    font-weight: 700;
    color: #223046;
    margin-bottom: 12px;
}

.profile-row[b-t5emphl7m3] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
    border-bottom: 1px solid #e8edf5;
}

.profile-row:last-child[b-t5emphl7m3] {
    border-bottom: none;
}

.profile-row span[b-t5emphl7m3] {
    color: #5a6778;
}

.profile-help[b-t5emphl7m3] {
    color: #5a6778;
    margin-bottom: 12px;
    line-height: 1.5;
}

.profile-form-row[b-t5emphl7m3] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
}

.profile-form-row label[b-t5emphl7m3] {
    font-size: 0.9rem;
    color: #223046;
}

.profile-actions[b-t5emphl7m3] {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 12px;
}

.profile-password-surface[b-t5emphl7m3] {
    margin-top: 0;
}

.success-text[b-t5emphl7m3] {
    background: #edf9f1;
    color: #14693f;
    border: 1px solid #b8e2c6;
    border-radius: 6px;
    padding: 10px 12px;
    margin-bottom: 12px;
}

@media (max-width: 640px) {
    .profile-card[b-t5emphl7m3] {
        padding: 14px;
    }

    .profile-row[b-t5emphl7m3] {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .profile-actions .btn-plain[b-t5emphl7m3] {
        width: 100%;
    }
}
/* /Components/Pages/SocialTrading.razor.rz.scp.css */
.social-public-page[b-2bu2zx36jl] {
    background:
        radial-gradient(circle at 16% 24%, rgba(255, 179, 44, 0.18), transparent 28%),
        radial-gradient(circle at 82% 18%, rgba(63, 196, 255, 0.15), transparent 26%),
        linear-gradient(180deg, #07111f 0%, #081424 52%, #060d18 100%);
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}

.social-public-bg[b-2bu2zx36jl],
.social-public-bg[b-2bu2zx36jl]::before,
.social-public-bg[b-2bu2zx36jl]::after {
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.social-public-bg[b-2bu2zx36jl]::before {
    background:
        radial-gradient(circle at 14% 26%, rgba(255, 176, 34, 0.12), transparent 0 16%),
        radial-gradient(circle at 79% 19%, rgba(88, 199, 255, 0.12), transparent 0 15%);
    content: "";
}

.social-public-bg[b-2bu2zx36jl]::after {
    background-image:
        radial-gradient(circle, rgba(255,255,255,0.8) 0 1px, transparent 1.6px),
        radial-gradient(circle, rgba(255,198,93,0.6) 0 1px, transparent 1.8px),
        radial-gradient(circle, rgba(82,203,255,0.5) 0 1px, transparent 1.8px);
    background-position: 0 0, 120px 40px, 60px 90px;
    background-size: 180px 180px, 240px 240px, 300px 300px;
    content: "";
    opacity: 0.34;
}

.social-public-nebula[b-2bu2zx36jl] {
    border-radius: 999px;
    filter: blur(90px);
    position: absolute;
}

.social-public-nebula-gold[b-2bu2zx36jl] {
    background: rgba(255, 164, 30, 0.18);
    height: 360px;
    left: -90px;
    top: 100px;
    width: 360px;
}

.social-public-nebula-cyan[b-2bu2zx36jl] {
    background: rgba(70, 197, 255, 0.14);
    height: 320px;
    right: -60px;
    top: 110px;
    width: 320px;
}

.social-public-stars[b-2bu2zx36jl] {
    inset: 0;
    position: absolute;
}

.social-public-nav[b-2bu2zx36jl],
.social-public-shell[b-2bu2zx36jl] {
    position: relative;
    z-index: 2;
}

.social-public-nav-inner[b-2bu2zx36jl],
.social-public-shell[b-2bu2zx36jl] {
    margin: 0 auto;
    max-width: 1780px;
    padding-left: 0.95rem;
    padding-right: 0.95rem;
}

.social-public-nav-inner[b-2bu2zx36jl] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding-top: 1rem;
}

.social-public-brand[b-2bu2zx36jl] {
    align-items: center;
    color: #f4f8ff;
    display: inline-flex;
    font-weight: 800;
    gap: 0.65rem;
    text-decoration: none;
}

.social-public-brand-copy[b-2bu2zx36jl] {
    align-items: baseline;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    line-height: 1;
}

.social-public-brand-pro[b-2bu2zx36jl],
.social-public-brand-social[b-2bu2zx36jl],
.social-public-brand-trading[b-2bu2zx36jl] {
    display: inline-block;
    font-size: 1.16rem;
    font-weight: 900;
    letter-spacing: 0.01em;
}

.social-public-brand-pro[b-2bu2zx36jl] {
    color: #f5f8ff;
}

.social-public-brand-social[b-2bu2zx36jl] {
    color: #56d7ff;
}

.social-public-brand-trading[b-2bu2zx36jl] {
    color: #ffc95a;
}

.social-public-brand img[b-2bu2zx36jl] {
    border-radius: 14px;
    display: block;
    height: 42px;
    width: 42px;
}

.social-public-links[b-2bu2zx36jl] {
    align-items: center;
    background: rgba(10, 19, 34, 0.74);
    border: 1px solid rgba(100, 160, 255, 0.14);
    border-radius: 999px;
    display: inline-flex;
    gap: 0.25rem;
    padding: 0.35rem;
}

.social-public-links a[b-2bu2zx36jl] {
    border-radius: 999px;
    color: #d4e0f3;
    font-size: 0.94rem;
    font-weight: 700;
    padding: 0.68rem 0.95rem;
    text-decoration: none;
}

.social-public-links a.is-active[b-2bu2zx36jl],
.social-public-links a:hover[b-2bu2zx36jl] {
    background: rgba(57, 145, 255, 0.16);
    color: #ffffff;
}

.social-public-actions[b-2bu2zx36jl] {
    display: inline-flex;
    gap: 0.75rem;
}

.social-public-btn[b-2bu2zx36jl] {
    border-radius: 999px;
    font-weight: 800;
    padding: 0.76rem 1.2rem;
    text-decoration: none;
}

.social-public-btn-ghost[b-2bu2zx36jl] {
    background: rgba(9, 18, 31, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #f0f6ff;
}

.social-public-btn-primary[b-2bu2zx36jl] {
    background: linear-gradient(135deg, #1bd158 0%, #27b84f 100%);
    color: #06111f;
}

.social-public-shell[b-2bu2zx36jl] {
    padding-bottom: 3rem;
    padding-top: 1.8rem;
}

.social-public-intro[b-2bu2zx36jl],
.social-public-toolbar[b-2bu2zx36jl],
.social-public-feedback[b-2bu2zx36jl],
.social-public-note[b-2bu2zx36jl] {
    background: rgba(8, 16, 29, 0.78);
    border: none;
    border-radius: 24px;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.22);
}

.social-public-intro[b-2bu2zx36jl] {
    align-items: center;
    color: #d7e4f5;
    display: grid;
    gap: 1.1rem;
    grid-template-columns: 1.6fr 0.8fr;
    margin-bottom: 1rem;
    padding: 1.35rem 1.45rem;
}

.social-public-kicker[b-2bu2zx36jl] {
    color: #67c7ff;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 0.55rem;
    text-transform: uppercase;
}

.social-public-intro h1[b-2bu2zx36jl] {
    color: #ffffff;
    font-size: clamp(1.7rem, 2.2vw, 2.4rem);
    line-height: 1.1;
    margin: 0;
    outline: none;
    border: 0;
    box-shadow: none;
}

.social-public-intro p[b-2bu2zx36jl] {
    margin: 0.75rem 0 0;
}

.social-public-stats[b-2bu2zx36jl] {
    display: grid;
    gap: 0.8rem;
}

.social-public-stats div[b-2bu2zx36jl] {
    background: rgba(11, 24, 42, 0.86);
    border-radius: 16px;
    display: grid;
    gap: 0.25rem;
    padding: 0.95rem 1rem;
}

.social-public-stats span[b-2bu2zx36jl] {
    color: #9bb3cf;
    font-size: 0.84rem;
}

.social-public-stats strong[b-2bu2zx36jl] {
    color: #ffffff;
    font-size: 1.2rem;
}

.social-public-toolbar[b-2bu2zx36jl] {
    align-items: end;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(300px, 1.8fr) minmax(220px, 0.9fr) auto;
    margin-bottom: 0.95rem;
    padding: 1rem 1.1rem;
}

.social-public-search[b-2bu2zx36jl],
.social-public-filter[b-2bu2zx36jl] {
    display: grid;
    gap: 0.35rem;
}

.social-public-search label[b-2bu2zx36jl],
.social-public-filter label[b-2bu2zx36jl] {
    color: #d7e4f5;
    font-weight: 700;
}

.social-public-toggle[b-2bu2zx36jl] {
    align-items: center;
    color: #dbe8fb;
    display: inline-flex;
    gap: 0.65rem;
    min-height: 44px;
    padding-bottom: 0.35rem;
}

.social-public-note[b-2bu2zx36jl],
.social-public-feedback[b-2bu2zx36jl] {
    color: #dbe7f7;
    margin-bottom: 1rem;
    padding: 1rem 1.1rem;
}

.social-public-grid-wrap[b-2bu2zx36jl] {
    background: rgba(8, 16, 29, 0.78);
    border: 1px solid rgba(99, 171, 255, 0.14);
    border-radius: 24px;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.22);
    overflow-x: auto;
    padding: 0.9rem;
}

.social-public-grid[b-2bu2zx36jl] {
    min-width: 1460px;
}

.social-public-grid th[b-2bu2zx36jl] {
    background: rgba(13, 28, 48, 0.96);
    color: #d7e6fa;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.social-public-grid td[b-2bu2zx36jl] {
    background: rgba(8, 16, 29, 0.56);
    color: #edf3fb;
    vertical-align: top;
}

.social-public-grid tr:hover td[b-2bu2zx36jl] {
    background: rgba(17, 31, 53, 0.76);
}

.social-public-title[b-2bu2zx36jl] {
    color: #ffffff;
    font-weight: 800;
}

.social-status[b-2bu2zx36jl] {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 800;
    padding: 0.35rem 0.72rem;
    white-space: nowrap;
}

.social-status-running[b-2bu2zx36jl] {
    background: rgba(29, 204, 102, 0.16);
    color: #7cf0a4;
}

.social-status-paused[b-2bu2zx36jl] {
    background: rgba(255, 199, 74, 0.16);
    color: #ffd474;
}

.social-status-connecting[b-2bu2zx36jl] {
    background: rgba(82, 183, 255, 0.16);
    color: #89d4ff;
}

.social-status-default[b-2bu2zx36jl] {
    background: rgba(255, 255, 255, 0.08);
    color: #eef6ff;
}

@media (max-width: 1180px) {
    .social-public-intro[b-2bu2zx36jl],
    .social-public-toolbar[b-2bu2zx36jl],
    .social-public-nav-inner[b-2bu2zx36jl] {
        grid-template-columns: 1fr;
    }

    .social-public-nav-inner[b-2bu2zx36jl] {
        align-items: stretch;
        display: grid;
    }

    .social-public-brand-copy[b-2bu2zx36jl] {
        justify-content: center;
    }

    .social-public-links[b-2bu2zx36jl],
    .social-public-actions[b-2bu2zx36jl] {
        justify-content: center;
    }
}

@media (max-width: 760px) {
    .social-public-nav-inner[b-2bu2zx36jl],
    .social-public-shell[b-2bu2zx36jl] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .social-public-links[b-2bu2zx36jl] {
        flex-wrap: wrap;
        justify-content: center;
    }

    .social-public-actions[b-2bu2zx36jl] {
        flex-wrap: wrap;
        justify-content: center;
    }
}
/* /Components/Pages/SocialTradingDashboard.razor.rz.scp.css */
.social-dashboard-surface[b-wbuw76b5d2] {
    padding: 0;
}

.social-dashboard-toolbar[b-wbuw76b5d2] {
    align-items: center;
    gap: 1rem;
}

.social-dashboard-title-group[b-wbuw76b5d2] {
    gap: 0.75rem;
}

.social-dashboard-pill[b-wbuw76b5d2] {
    background: rgba(33, 132, 255, 0.12);
    border: 1px solid rgba(33, 132, 255, 0.24);
    border-radius: 999px;
    color: #1d69c7;
    font-size: 0.76rem;
    font-weight: 700;
    padding: 0.38rem 0.75rem;
}

.social-dashboard-actions[b-wbuw76b5d2] {
    gap: 0.75rem;
}

.social-dashboard-search[b-wbuw76b5d2] {
    min-width: 280px;
}

.social-dashboard-note[b-wbuw76b5d2] {
    background: #eef5ff;
    border: 1px solid #c9daf6;
    color: #30496f;
    font-size: 0.85rem;
    line-height: 1.6;
    margin: 0 0 0.9rem;
    padding: 0.9rem 1rem;
}

.social-dashboard-grid-wrap[b-wbuw76b5d2] {
    overflow-x: auto;
}

.social-dashboard-grid th[b-wbuw76b5d2],
.social-dashboard-grid td[b-wbuw76b5d2] {
    vertical-align: top;
}

.social-dashboard-name[b-wbuw76b5d2] {
    font-weight: 700;
}

.social-dashboard-owner[b-wbuw76b5d2] {
    color: #66717e;
    font-size: 0.78rem;
    margin-top: 0.2rem;
}

@media (max-width: 920px) {
    .social-dashboard-toolbar[b-wbuw76b5d2] {
        align-items: stretch;
        flex-direction: column;
    }

    .social-dashboard-actions[b-wbuw76b5d2] {
        width: 100%;
    }

    .social-dashboard-search[b-wbuw76b5d2] {
        min-width: 0;
        width: 100%;
    }
}
