/* /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/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/ChallengePools.razor.rz.scp.css */
.challenge-pool-table code[b-ivrnx782qf] {
    white-space: nowrap;
}

.challenge-pool-login[b-ivrnx782qf] {
    font-variant-numeric: tabular-nums;
    letter-spacing: .04em;
}

.challenge-pool-actions[b-ivrnx782qf] {
    display: flex;
    justify-content: flex-end;
    gap: .35rem;
}

.challenge-pool-action[b-ivrnx782qf] {
    min-width: 4.5rem;
    padding: .35rem .5rem;
    font-size: .76rem;
}

.challenge-pool-action.danger[b-ivrnx782qf],
.challenge-pool-remove-confirm[b-ivrnx782qf] {
    border-color: #c8515b;
    color: #c8515b;
}

.challenge-pool-locked[b-ivrnx782qf] {
    color: var(--muted, #8b9aa6);
    font-size: .78rem;
}

.challenge-pool-modal[b-ivrnx782qf] {
    width: min(44rem, calc(100vw - 2rem));
}

.challenge-pool-confirm-modal[b-ivrnx782qf] {
    width: min(31rem, calc(100vw - 2rem));
}

.challenge-pool-form-grid[b-ivrnx782qf] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.challenge-pool-form-note[b-ivrnx782qf] {
    margin: 1rem 0 0;
    color: var(--muted, #8b9aa6);
    font-size: .84rem;
    line-height: 1.5;
}

@media (max-width: 700px) {
    .challenge-pool-form-grid[b-ivrnx782qf] {
        grid-template-columns: 1fr;
    }

    .challenge-pool-actions[b-ivrnx782qf] {
        justify-content: flex-start;
    }
}
/* /Components/Pages/Customers.razor.rz.scp.css */
.customers-surface[b-mfu1dstnnh] {
    display: grid;
    gap: 12px;
}

.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: 12px 18px;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.customers-toolbar-left[b-mfu1dstnnh] {
    display: flex;
    align-items: center;
    gap: 10px 14px;
    flex-wrap: nowrap;
    min-width: max-content;
}

.customers-list-tabs[b-mfu1dstnnh] {
    display: inline-flex;
    align-items: center;
    border: 1px solid #b8c3d2;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(29, 47, 74, 0.08);
}

.customers-list-tab[b-mfu1dstnnh] {
    border: 0;
    border-right: 1px solid #cfd8e5;
    background: transparent;
    color: #44536a;
    min-height: 36px;
    padding: 7px 18px;
    font-size: 0.9rem;
    font-weight: 800;
    cursor: pointer;
    letter-spacing: 0.01em;
}

.customers-list-tab:last-child[b-mfu1dstnnh] {
    border-right: 0;
}

.customers-list-tab.active[b-mfu1dstnnh] {
    background: #1d2f4a;
    color: #fff;
}

.customers-list-tab:nth-child(2)[b-mfu1dstnnh] {
    color: #9a2f2f;
}

.customers-list-tab:nth-child(2).active[b-mfu1dstnnh] {
    background: #b93535;
    color: #fff;
}

.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: 330px;
    height: 36px;
    border: 1px solid #9fafc2;
    background: #ffffff;
    color: #1d2f4a;
    box-shadow: inset 0 1px 2px rgba(29, 47, 74, 0.06), 0 1px 2px rgba(29, 47, 74, 0.04);
}

.customers-search:focus[b-mfu1dstnnh] {
    border-color: #2f80ed;
    box-shadow: 0 0 0 3px rgba(47, 128, 237, 0.14);
    outline: none;
}

.customers-search[b-mfu1dstnnh]::placeholder {
    color: #7b8898;
}

.customers-toggle[b-mfu1dstnnh] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #344154;
    font-size: 0.82rem;
}

.customers-toggle-strong[b-mfu1dstnnh] {
    gap: 9px;
    font-size: 0.94rem;
    font-weight: 700;
}

.customers-toggle-strong input[b-mfu1dstnnh] {
    width: 18px;
    height: 18px;
}

.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.deleted[b-mfu1dstnnh] {
    background: #fff7e8;
    border-color: #e9c77f;
    color: #8a5b11;
}

.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-row-deleted[b-mfu1dstnnh] {
    background: #fffaf0;
}

.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-danger-action[b-mfu1dstnnh] {
    border-color: #e5b8b8;
    background: #fff3f3;
    color: #9a2f2f;
}

.customer-warning-action[b-mfu1dstnnh] {
    border-color: #e7c679;
    background: #fff7e6;
    color: #81560d;
}

.customer-permission-cell[b-mfu1dstnnh] {
    text-align: center;
}

.customer-permission-stack[b-mfu1dstnnh] {
    align-items: center;
    display: inline-grid;
    gap: 3px;
    justify-items: center;
}

.customer-permission-box[b-mfu1dstnnh] {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b9c4d3;
    background: #f9fbfd;
    color: transparent;
    line-height: 1;
    vertical-align: middle;
}

.customer-permission-box.enabled[b-mfu1dstnnh] {
    border-color: #4f9cf7;
    background: #e9f4ff;
    color: #1476d4;
}

.customer-permission-mark[b-mfu1dstnnh] {
    font-size: 13px;
    font-weight: 800;
    transform: translateY(-1px);
}

.customer-permission-sub[b-mfu1dstnnh] {
    border: 1px solid #e2c0c0;
    background: #fff4f4;
    color: #944040;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1;
    padding: 2px 4px;
}

.customer-permission-sub.enabled[b-mfu1dstnnh] {
    border-color: #b9e3c8;
    background: #ecf9f0;
    color: #1c6f3a;
}

.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-manage-note-warning[b-mfu1dstnnh] {
    border-left-color: #d88916;
    background: #fff8ec;
    color: #73501a;
}

.customer-telegram-panel[b-mfu1dstnnh] {
    display: grid;
    gap: 10px;
}

.customer-telegram-permission-card[b-mfu1dstnnh] {
    display: grid;
    gap: 8px;
    border: 1px solid #cfd9e6;
    background: #f8fbff;
    padding: 12px;
}

.customer-telegram-permission-title[b-mfu1dstnnh] {
    color: #1f2f46;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.customer-telegram-global[b-mfu1dstnnh] {
    min-height: 34px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.customer-telegram-pill[b-mfu1dstnnh] {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border: 1px solid #d5dce7;
    background: #f7f9fc;
    color: #415066;
    padding: 4px 9px;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.2;
}

.customer-telegram-pill.on[b-mfu1dstnnh] {
    border-color: #b9e3c8;
    background: #ecf9f0;
    color: #1c6f3a;
}

.customer-telegram-pill.off[b-mfu1dstnnh] {
    border-color: #efc4c4;
    background: #fff1f1;
    color: #943232;
}

.customer-telegram-pill.warn[b-mfu1dstnnh] {
    border-color: #f0d29a;
    background: #fff7e6;
    color: #8a5b11;
}

.customer-telegram-pill.loading[b-mfu1dstnnh] {
    border-color: #d7dde5;
    background: #f4f6f9;
    color: #6a7483;
}

.customer-telegram-global-action[b-mfu1dstnnh] {
    min-width: 112px;
    padding: 5px 9px;
}

.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;
}

.customer-delete-modal[b-mfu1dstnnh] {
    width: 620px;
    max-width: 92vw;
}

.customer-delete-intro[b-mfu1dstnnh] {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 14px;
    color: #344154;
}

.customer-delete-intro strong[b-mfu1dstnnh] {
    color: #1d2f4a;
    font-size: 1.02rem;
}

.customer-delete-kpis[b-mfu1dstnnh] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 12px;
}

.customer-delete-kpis div[b-mfu1dstnnh] {
    border: 1px solid #d9e1ea;
    background: #f8fafc;
    padding: 9px 10px;
    display: grid;
    gap: 3px;
}

.customer-delete-kpis span[b-mfu1dstnnh] {
    color: #667588;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.customer-delete-kpis strong[b-mfu1dstnnh] {
    color: #1d2f4a;
    font-size: 1rem;
}

.customer-delete-warnings[b-mfu1dstnnh] {
    display: grid;
    gap: 5px;
    padding: 10px 12px;
    border: 1px solid #f0d29a;
    background: #fff9ec;
    color: #75511a;
    font-size: 0.82rem;
    margin-bottom: 12px;
}

@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;
    }

    .customers-list-tabs[b-mfu1dstnnh] {
        flex: 1 1 100%;
        width: 100%;
    }

    .customers-list-tab[b-mfu1dstnnh] {
        flex: 1 1 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;
    }

    .customer-delete-kpis[b-mfu1dstnnh] {
        grid-template-columns: 1fr 1fr;
    }
}
/* /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-platform-heading[b-ig71lluvju] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.desktop-platform-heading > div[b-ig71lluvju] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.desktop-platform-heading strong[b-ig71lluvju] {
    color: #162038;
    font-size: 1rem;
}

.desktop-platform-heading span[b-ig71lluvju] {
    color: #667085;
    font-size: 0.84rem;
}

.desktop-platform-badge[b-ig71lluvju] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 9px;
    border-radius: 999px;
    border: 1px solid #b9d6ff;
    background: #eef6ff;
    color: #175cd3 !important;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.desktop-platform-divider[b-ig71lluvju] {
    height: 1px;
    background: #e5eaf3;
    margin: 2px 0;
}

.desktop-android-note[b-ig71lluvju] {
    border: 1px solid #f0d9a5;
    background: #fffaf0;
    color: #684f16;
    border-radius: 10px;
    padding: 10px 12px;
    line-height: 1.45;
    font-size: 0.88rem;
}

.desktop-run-note[b-ig71lluvju] {
    border: 1px solid #cfe8d6;
    background: linear-gradient(135deg, #f4fff7 0%, #edf9f0 100%);
    color: #245236;
    border-radius: 10px;
    padding: 10px 12px;
    line-height: 1.45;
    font-size: 0.92rem;
}

.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/Index.razor.rz.scp.css */
.landing14-page[b-opta24qlbq] {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
    isolation: isolate;
    background:
        radial-gradient(ellipse at 30% 39%, rgba(0, 0, 0, 0.76) 0%, rgba(1, 4, 9, 0.62) 22%, transparent 42%),
        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(430px, 0.84fr) minmax(720px, 1.16fr);
    gap: clamp(34px, 4vw, 72px);
    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%, 650px);
    max-width: 650px;
    padding-left: clamp(0px, 1vw, 18px);
    padding-top: 18px;
    position: relative;
    isolation: isolate;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.landing14-copy-shell[b-opta24qlbq]::before {
    content: "";
    position: absolute;
    inset: -34px -46px -26px -38px;
    z-index: 0;
    border-radius: 54px;
    background:
        radial-gradient(ellipse at 48% 18%, rgba(0, 0, 0, 0.94) 0%, rgba(1, 5, 10, 0.84) 34%, rgba(3, 9, 16, 0.34) 60%, transparent 82%),
        radial-gradient(ellipse at 31% 50%, rgba(255, 175, 48, 0.08) 0%, transparent 44%),
        radial-gradient(ellipse at 68% 26%, rgba(38, 221, 255, 0.08) 0%, transparent 40%);
    filter: blur(4px);
    pointer-events: none;
}

.landing14-copy-shell[b-opta24qlbq]::after {
    content: "";
    position: absolute;
    inset: -8px -22px auto -18px;
    z-index: 0;
    height: 62%;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.14) 48%, transparent 72%);
    filter: blur(28px);
    pointer-events: none;
}

.landing14-copy-shell > *[b-opta24qlbq] {
    position: relative;
    z-index: 1;
}

.landing14-copy[b-opta24qlbq]::before,
.landing14-copy[b-opta24qlbq]::after {
    content: none !important;
    display: none !important;
}

.landing14-hero-brand[b-opta24qlbq] {
    width: min(100%, 540px);
    margin: 0 0 8px;
    position: relative;
    isolation: isolate;
}

.landing14-hero-brand[b-opta24qlbq]::before {
    content: "";
    position: absolute;
    inset: -7% -10% 2%;
    z-index: 0;
    background:
        radial-gradient(ellipse at 50% 42%, rgba(0, 0, 0, 0.98) 0%, rgba(1, 4, 8, 0.90) 32%, rgba(1, 5, 10, 0.42) 60%, transparent 82%);
    border-radius: 50%;
    filter: blur(22px);
    opacity: 1;
    pointer-events: none;
}

.landing14-hero-brand[b-opta24qlbq]::after {
    content: "";
    position: absolute;
    inset: 6% 2% 10%;
    z-index: 0;
    border-radius: 50%;
    background:
        radial-gradient(circle at 28% 58%, rgba(255, 190, 72, 0.14) 0, transparent 30%),
        radial-gradient(circle at 74% 24%, rgba(52, 226, 255, 0.13) 0, transparent 28%);
    filter: blur(42px);
    pointer-events: none;
}

.landing14-hero-logo-frame[b-opta24qlbq] {
    position: relative;
    z-index: 1;
    width: min(100%, 512px);
    margin-left: 0;
    padding: 6px 8px 2px 4px;
}

.landing14-hero-logo-frame[b-opta24qlbq]::before {
    content: 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:
        drop-shadow(0 22px 40px rgba(0, 0, 0, 0.44))
        drop-shadow(0 0 24px rgba(30, 220, 255, 0.08))
        drop-shadow(0 0 16px rgba(255, 185, 64, 0.08));
    -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: 610px;
    margin: 16px 0 0;
    color: rgba(239, 246, 255, 0.86);
    font-size: 1.12rem;
    line-height: 1.55;
    font-weight: 700;
}

.landing14-actions[b-opta24qlbq] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 20px;
}

.landing14-pills[b-opta24qlbq] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.landing14-pills span[b-opta24qlbq] {
    padding: 10px 14px;
    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.9rem;
    font-weight: 800;
}

.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: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    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-end;
    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(22px, 2.2vw, 34px);
    }

    .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-x: hidden;
        overflow-y: 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%;
        justify-content: flex-start;
    }

    .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-preview-head[b-opta24qlbq] {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .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/Organizer.razor.rz.scp.css */
.organizer-console[b-1l09ceh187] {
    min-height: calc(100vh - 42px);
    padding: 22px;
    background: #f5f7fb;
    color: #172235;
}

.organizer-hero[b-1l09ceh187] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 26px;
    border: 1px solid #d8e0eb;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffffff 0%, #f0f6f4 100%);
    box-shadow: 0 8px 24px rgba(23, 34, 53, 0.07);
}

.organizer-kicker[b-1l09ceh187] {
    color: #168c59;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.organizer-hero h1[b-1l09ceh187] {
    margin: 7px 0 6px;
    font-size: 28px;
}

.organizer-hero p[b-1l09ceh187] {
    margin: 0;
    color: #5b687b;
}

.organizer-scope[b-1l09ceh187] {
    padding: 7px 11px;
    border: 1px solid #9ed6bb;
    border-radius: 999px;
    color: #0f7146;
    background: #eaf8f1;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.organizer-grid[b-1l09ceh187] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.organizer-card[b-1l09ceh187] {
    min-height: 128px;
    padding: 18px;
    border: 1px solid #d8e0eb;
    border-radius: 10px;
    background: #fff;
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.organizer-card:hover[b-1l09ceh187],
.organizer-card:focus-visible[b-1l09ceh187] {
    border-color: #42af7d;
    box-shadow: 0 8px 18px rgba(23, 34, 53, 0.09);
    transform: translateY(-1px);
    outline: none;
}

.organizer-card strong[b-1l09ceh187],
.organizer-card span[b-1l09ceh187] {
    display: block;
}

.organizer-card strong[b-1l09ceh187] {
    margin-bottom: 9px;
    font-size: 16px;
}

.organizer-card span[b-1l09ceh187] {
    color: #667388;
    font-size: 13px;
    line-height: 1.55;
}

.organizer-safety[b-1l09ceh187] {
    margin-top: 16px;
    padding: 12px 14px;
    border-left: 3px solid #d39a1a;
    background: #fff8e7;
    color: #67501c;
    font-size: 12px;
}

.organizer-loading[b-1l09ceh187] {
    padding: 28px;
    color: #68758a;
}

@media (max-width: 960px) {
    .organizer-grid[b-1l09ceh187] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .organizer-console[b-1l09ceh187] {
        padding: 12px;
    }

    .organizer-hero[b-1l09ceh187] {
        display: block;
        padding: 18px;
    }

    .organizer-scope[b-1l09ceh187] {
        display: inline-block;
        margin-top: 14px;
    }

    .organizer-grid[b-1l09ceh187] {
        grid-template-columns: 1fr;
    }
}
/* /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/PublicChallengeExperience.razor.rz.scp.css */
.challenge-showcase[b-q875xnkyu1] {
    --fx-ink: #effbff;
    --fx-muted: #92aabe;
    --fx-panel: rgba(7, 23, 40, .88);
    --fx-line: rgba(119, 173, 204, .2);
    position: relative;
    flex: 1 0 100%;
    width: 100%;
    min-height: 100vh;
    padding: 20px clamp(20px, 4vw, 78px) 46px;
    overflow: hidden;
    color: var(--fx-ink);
    background:
        radial-gradient(circle at 13% 16%, rgba(0, 194, 255, .13), transparent 30%),
        radial-gradient(circle at 86% 28%, rgba(27, 236, 128, .08), transparent 26%),
        linear-gradient(132deg, #031a31 0%, #06111d 46%, #020b17 100%);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    isolation: isolate;
}

.challenge-showcase[b-q875xnkyu1]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .68;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 10% 13%, #69deff 0 1px, transparent 1.8px),
        radial-gradient(circle at 28% 61%, #a5eaff 0 1px, transparent 1.7px),
        radial-gradient(circle at 71% 11%, #e8c96d 0 1px, transparent 1.8px),
        radial-gradient(circle at 89% 68%, #7fffc2 0 1px, transparent 1.8px);
    background-size: 590px 430px, 720px 560px, 810px 600px, 690px 510px;
}

.challenge-showcase-nav[b-q875xnkyu1],
.challenge-showcase-heading[b-q875xnkyu1],
.challenge-showcase-grid[b-q875xnkyu1],
.challenge-showcase-feedback[b-q875xnkyu1] {
    width: min(1880px, 100%);
    margin-right: auto;
    margin-left: auto;
}

.challenge-showcase-nav[b-q875xnkyu1] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 62px;
    border-bottom: 1px solid var(--fx-line);
}

.challenge-showcase-brand[b-q875xnkyu1],
.challenge-showcase-primary-nav[b-q875xnkyu1],
.challenge-showcase-account-nav[b-q875xnkyu1],
.challenge-showcase-tabs[b-q875xnkyu1] {
    display: flex;
    align-items: center;
}

.challenge-showcase-brand[b-q875xnkyu1] { gap: 9px; color: var(--fx-ink); text-decoration: none; }
.challenge-showcase-brand-mark[b-q875xnkyu1] { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 8px; color: #021321; background: linear-gradient(145deg, #2ce8ed, #1c8cf0); font-size: .57rem; font-weight: 950; box-shadow: 0 0 22px rgba(38, 217, 249, .38); }
.challenge-showcase-brand-copy[b-q875xnkyu1] { display: grid; gap: 1px; line-height: 1; }
.challenge-showcase-brand-copy strong[b-q875xnkyu1] { font-size: .81rem; letter-spacing: .01em; }
.challenge-showcase-brand-copy small[b-q875xnkyu1] { color: #7cb9d2; font-size: .49rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.challenge-showcase-primary-nav[b-q875xnkyu1] { justify-self: center; gap: 5px; padding: 5px; border: 1px solid rgba(118, 180, 243, .16); border-radius: 999px; background: rgba(5, 12, 22, .62); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055), 0 18px 42px rgba(0, 0, 0, .18); }
.challenge-showcase-primary-nav a[b-q875xnkyu1] { padding: 8px 13px; border-radius: 999px; color: #a8c3d1; text-decoration: none; font-size: .72rem; font-weight: 800; white-space: nowrap; transition: color .15s ease, background .15s ease; }
.challenge-showcase-primary-nav a:hover[b-q875xnkyu1],
.challenge-showcase-primary-nav a.is-active[b-q875xnkyu1] { color: #fff; background: rgba(44, 132, 245, .24); }

.challenge-showcase-account-nav[b-q875xnkyu1] { gap: 16px; }
.challenge-showcase-account-nav a[b-q875xnkyu1] { color: #a8c3d1; text-decoration: none; font-size: .75rem; font-weight: 700; transition: color .15s ease, transform .15s ease; }
.challenge-showcase-account-nav a:hover[b-q875xnkyu1] { color: #fff; transform: translateY(-1px); }
.challenge-showcase-account-nav .challenge-showcase-account-primary[b-q875xnkyu1] { padding: 10px 14px; border-radius: 6px; color: #032532; background: linear-gradient(180deg, #5be9e6, #35d3d4); box-shadow: 0 8px 20px rgba(31, 207, 212, .16); font-size: .7rem; font-weight: 900; }
.challenge-showcase-logout[b-q875xnkyu1] { min-height: 34px; padding: 0 12px; border: 1px solid rgba(126, 173, 199, .45); border-radius: 7px; color: #d7edf7; background: rgba(3, 19, 35, .68); font: inherit; font-size: .72rem; font-weight: 800; cursor: pointer; transition: color .15s ease, border-color .15s ease, background .15s ease; }
.challenge-showcase-logout:hover[b-q875xnkyu1] { border-color: #67e8e5; color: #fff; background: rgba(17, 77, 94, .58); }

.challenge-showcase-heading[b-q875xnkyu1] { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; padding: clamp(44px, 7vh, 80px) 0 32px; }
.challenge-showcase-kicker[b-q875xnkyu1] { display: block; margin-bottom: 8px; color: #2ce8e6; font-size: .62rem; font-weight: 950; letter-spacing: .15em; }
.challenge-showcase-heading h1[b-q875xnkyu1] { margin: 0; color: #f9fdff; font-size: clamp(2.45rem, 4.2vw, 4.5rem); line-height: .96; font-weight: 900; letter-spacing: -.055em; }
.challenge-showcase-heading p[b-q875xnkyu1] { max-width: 660px; margin: 15px 0 0; color: var(--fx-muted); font-size: .92rem; line-height: 1.55; }

.challenge-showcase-tabs[b-q875xnkyu1] { gap: 5px; flex: 0 0 auto; padding: 5px; border: 1px solid rgba(77, 130, 162, .3); border-radius: 999px; background: rgba(1, 11, 23, .68); }
.challenge-showcase-tabs a[b-q875xnkyu1] { padding: 10px 14px; border-radius: 999px; color: #a9c3cf; text-decoration: none; font-size: .72rem; font-weight: 850; white-space: nowrap; transition: color .18s ease, background .18s ease, box-shadow .18s ease; }
.challenge-showcase-tabs a:hover[b-q875xnkyu1] { color: #fff; }
.challenge-showcase-tabs a.is-active[b-q875xnkyu1] { color: #fff; background: linear-gradient(180deg, #2c84f6, #165bb9); box-shadow: 0 7px 18px rgba(18, 98, 202, .35), inset 0 1px 0 rgba(255, 255, 255, .2); }

.challenge-showcase-feedback[b-q875xnkyu1] { margin-bottom: 18px; padding: 12px 15px; border: 1px solid rgba(255, 187, 86, .55); border-radius: 10px; color: #ffdb99; background: rgba(82, 54, 10, .35); font-size: .78rem; }
.challenge-showcase-grid[b-q875xnkyu1] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2vw, 34px); align-items: stretch; }

.challenge-showcase-card[b-q875xnkyu1] {
    --accent: #00d8ff;
    --accent-soft: rgba(0, 216, 255, .2);
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: clamp(620px, calc(100dvh - 240px), 760px);
    padding: 25px 25px 22px;
    border: 1.5px solid color-mix(in srgb, var(--accent) 65%, transparent);
    border-radius: 24px;
    background:
        radial-gradient(circle at 50% 10%, color-mix(in srgb, var(--accent) 12%, transparent), transparent 34%),
        linear-gradient(165deg, rgba(5, 28, 48, .94), rgba(3, 15, 29, .97));
    box-shadow: 0 25px 60px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .07), 0 0 35px var(--accent-soft);
    overflow: hidden;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.challenge-showcase-card:hover[b-q875xnkyu1] { transform: translateY(-5px); border-color: var(--accent); box-shadow: 0 34px 70px rgba(0, 0, 0, .34), 0 0 44px var(--accent-soft), inset 0 1px 0 rgba(255, 255, 255, .09); }
.challenge-showcase-card.tone-growth[b-q875xnkyu1] { --accent: #38ef79; --accent-soft: rgba(56, 239, 121, .18); background: radial-gradient(circle at 50% 12%, rgba(64, 239, 117, .1), transparent 35%), linear-gradient(165deg, rgba(8, 35, 39, .96), rgba(2, 19, 27, .98)); }
.challenge-showcase-card.tone-elite[b-q875xnkyu1] { --accent: #ffb300; --accent-soft: rgba(255, 179, 0, .2); background: radial-gradient(circle at 50% 12%, rgba(255, 188, 31, .12), transparent 37%), linear-gradient(165deg, rgba(32, 30, 21, .97), rgba(14, 19, 22, .99)); }

.challenge-showcase-card-topline[b-q875xnkyu1] { display: flex; align-items: center; justify-content: space-between; min-height: 23px; }
.challenge-showcase-tier[b-q875xnkyu1] { padding: 5px 11px; border: 1px solid color-mix(in srgb, var(--accent) 80%, transparent); border-radius: 999px; color: var(--accent); background: color-mix(in srgb, var(--accent) 8%, transparent); font-size: .64rem; font-weight: 950; letter-spacing: .06em; }
.challenge-showcase-tier-dot[b-q875xnkyu1] { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 16px var(--accent); opacity: .75; }
.challenge-showcase-card h2[b-q875xnkyu1] { margin: 14px 0 0; text-align: center; color: #f8fcff; font-size: 1.9rem; font-weight: 900; letter-spacing: -.045em; }
.challenge-showcase-ribbon[b-q875xnkyu1] { position: absolute; top: 0; left: 0; display: inline-flex; align-items: center; gap: 6px; min-height: 33px; padding: 0 20px 0 15px; border-radius: 0 0 15px 0; color: #ffe4a1; background: linear-gradient(90deg, #7a5b0a, #cb9911); font-size: .66rem; font-weight: 950; }

.challenge-showcase-visual[b-q875xnkyu1] { position: relative; display: grid; min-height: 145px; place-items: center; margin: 4px 0 10px; }
.challenge-showcase-icon-ring[b-q875xnkyu1] { position: relative; z-index: 2; display: grid; width: 78px; height: 78px; place-items: center; border: 1.5px solid var(--accent); border-radius: 50%; color: var(--accent); background: rgba(2, 13, 26, .86); box-shadow: 0 0 26px var(--accent-soft), inset 0 0 18px color-mix(in srgb, var(--accent) 11%, transparent); }
.challenge-showcase-icon-ring svg[b-q875xnkyu1] { width: 42px; fill: none; stroke: currentColor; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.challenge-showcase-lightning[b-q875xnkyu1] { font-size: 3rem; font-weight: 900; line-height: 1; transform: skewX(-11deg); }
.challenge-showcase-visual img[b-q875xnkyu1] { position: absolute; z-index: 1; width: 158px; right: 8%; bottom: 4px; filter: drop-shadow(0 16px 15px rgba(0, 0, 0, .32)); transform: rotate(-5deg); }
.challenge-showcase-visual img.multiple[b-q875xnkyu1] { width: 185px; right: 3%; bottom: -5px; }

.challenge-showcase-fields[b-q875xnkyu1] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.challenge-showcase-fields label[b-q875xnkyu1] { display: grid; gap: 6px; min-width: 0; }
.challenge-showcase-fields label > span[b-q875xnkyu1] { color: #9dafc0; font-size: .58rem; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.challenge-showcase-fields select[b-q875xnkyu1],
.challenge-showcase-fields output[b-q875xnkyu1] { width: 100%; min-height: 40px; padding: 0 11px; border: 1px solid rgba(110, 151, 181, .23); border-radius: 9px; color: #f4fbff; background: rgba(5, 22, 39, .72); font: inherit; font-size: .84rem; font-weight: 850; line-height: 40px; }
.challenge-showcase-fields select[b-q875xnkyu1] { cursor: pointer; appearance: auto; }
.challenge-showcase-fields select:focus[b-q875xnkyu1] { outline: 2px solid color-mix(in srgb, var(--accent) 55%, transparent); outline-offset: 1px; }
.challenge-showcase-fields output.is-locked[b-q875xnkyu1] { display: flex; align-items: center; justify-content: space-between; }
.challenge-showcase-fields output i[b-q875xnkyu1] { color: #7e98a9; font-style: normal; }

.challenge-showcase-metrics[b-q875xnkyu1] { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 16px; overflow: hidden; border: 1px solid rgba(159, 183, 207, .34); border-radius: 12px; background: rgba(151, 184, 219, .25); }
.challenge-showcase-metrics > div[b-q875xnkyu1] { display: grid; gap: 3px; padding: 12px 15px; background: #f4f7fb; }
.challenge-showcase-metrics span[b-q875xnkyu1] { color: #61758a; font-size: .58rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.challenge-showcase-metrics strong[b-q875xnkyu1] { color: var(--accent); font-size: 1.2rem; line-height: 1; }

.challenge-showcase-entry-state[b-q875xnkyu1] { display: flex; align-items: center; gap: 8px; min-height: 44px; margin-top: 15px; padding: 0 12px; border: 1px solid color-mix(in srgb, var(--accent) 44%, transparent); border-radius: 10px; color: #d9edf5; background: color-mix(in srgb, var(--accent) 9%, transparent); font-size: .72rem; }
.challenge-showcase-entry-state span[b-q875xnkyu1] { padding: 3px 7px; border-radius: 999px; color: #042716; background: #6df3a7; font-size: .59rem; font-weight: 950; }
.challenge-showcase-entry-state strong[b-q875xnkyu1] { font-size: .7rem; }
.challenge-showcase-entry-state small[b-q875xnkyu1] { margin-left: auto; color: #b7cbd4; font-size: .63rem; }

.challenge-showcase-rules[b-q875xnkyu1] { margin-top: 15px; border: 1px solid rgba(120, 157, 183, .22); border-radius: 10px; background: rgba(5, 18, 32, .62); }
.challenge-showcase-rules summary[b-q875xnkyu1] { display: flex; align-items: center; justify-content: space-between; min-height: 43px; padding: 0 13px; cursor: pointer; color: #d9e7ee; font-size: .72rem; font-weight: 850; list-style: none; }
.challenge-showcase-rules summary[b-q875xnkyu1]::-webkit-details-marker { display: none; }
.challenge-showcase-rules summary i[b-q875xnkyu1] { color: #7fa9bd; font-size: 1.1rem; font-style: normal; transition: transform .16s ease; }
.challenge-showcase-rules[open] summary i[b-q875xnkyu1] { transform: rotate(180deg); }
.challenge-showcase-rules > div[b-q875xnkyu1] { padding: 0 13px 12px; color: #91aebb; font-size: .67rem; line-height: 1.46; }
.challenge-showcase-rules p[b-q875xnkyu1] { margin: 0 0 7px; }
.challenge-showcase-rules ul[b-q875xnkyu1] { margin: 0; padding-left: 17px; }
.challenge-showcase-terms-accept[b-q875xnkyu1] { display: flex; align-items: center; gap: 8px; margin-top: 12px; color: #d5e6ed; font-size: .68rem; font-weight: 750; cursor: pointer; }
.challenge-showcase-terms-accept input[b-q875xnkyu1] { width: 14px; height: 14px; margin: 0; accent-color: var(--accent); cursor: pointer; }

.challenge-showcase-action[b-q875xnkyu1] { display: grid; width: 100%; min-height: 45px; place-items: center; margin-top: auto; border: 1px solid color-mix(in srgb, var(--accent) 72%, transparent); border-radius: 10px; color: var(--accent); background: color-mix(in srgb, var(--accent) 8%, transparent); text-decoration: none; font: inherit; font-size: .78rem; font-weight: 950; cursor: pointer; transition: color .16s ease, background .16s ease, transform .16s ease, box-shadow .16s ease; }
.challenge-showcase-action:hover:not(:disabled)[b-q875xnkyu1] { color: #06171f; background: var(--accent); box-shadow: 0 10px 23px var(--accent-soft); transform: translateY(-1px); }
.challenge-showcase-action:disabled[b-q875xnkyu1] { cursor: not-allowed; opacity: .52; }
.challenge-showcase-join-error[b-q875xnkyu1] { margin-top: 9px; color: #ffb2bd; font-size: .66rem; line-height: 1.35; text-align: center; }

.challenge-showcase-card-skeleton[b-q875xnkyu1] { display: grid; align-content: center; gap: 24px; }
.challenge-showcase-card-skeleton span[b-q875xnkyu1] { height: 25px; border-radius: 8px; background: linear-gradient(90deg, rgba(103, 146, 175, .09), rgba(151, 205, 228, .22), rgba(103, 146, 175, .09)); background-size: 240% 100%; animation: challenge-showcase-pulse-b-q875xnkyu1 1.2s infinite linear; }
.challenge-showcase-card-skeleton span:nth-child(2)[b-q875xnkyu1] { height: 150px; }
.challenge-showcase-card-skeleton span:nth-child(3)[b-q875xnkyu1] { height: 210px; }
@keyframes challenge-showcase-pulse-b-q875xnkyu1 { to { background-position: -240% 0; } }

@media (max-width: 1040px) {
    .challenge-showcase-grid[b-q875xnkyu1] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .challenge-showcase-card.tone-elite:last-child[b-q875xnkyu1] { grid-column: 1 / -1; width: min(480px, 100%); justify-self: center; }
}

@media (max-width: 720px) {
    .challenge-showcase[b-q875xnkyu1] { padding: 13px 15px 30px; }
    .challenge-showcase-nav[b-q875xnkyu1] { display: flex; align-items: flex-start; flex-direction: column; }
    .challenge-showcase-heading[b-q875xnkyu1] { align-items: flex-start; flex-direction: column; }
    .challenge-showcase-nav[b-q875xnkyu1] { padding-bottom: 13px; }
    .challenge-showcase-heading[b-q875xnkyu1] { gap: 18px; padding: 38px 0 25px; }
    .challenge-showcase-heading h1[b-q875xnkyu1] { font-size: clamp(2.5rem, 13vw, 3.6rem); }
    .challenge-showcase-tabs[b-q875xnkyu1] { width: 100%; overflow-x: auto; }
    .challenge-showcase-primary-nav[b-q875xnkyu1] { width: 100%; justify-content: flex-start; overflow-x: auto; }
    .challenge-showcase-tabs a[b-q875xnkyu1] { flex: 1 0 auto; text-align: center; }
    .challenge-showcase-grid[b-q875xnkyu1] { grid-template-columns: 1fr; }
    .challenge-showcase-card[b-q875xnkyu1], .challenge-showcase-card.tone-elite:last-child[b-q875xnkyu1] { width: 100%; min-height: 570px; grid-column: auto; }
}
/* /Components/Pages/PublicChallenges.razor.rz.scp.css */
.public-challenge-page[b-vtklk1p5w0] {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    min-height: 100vh;
    min-height: 100dvh;
    overflow-x: hidden;
    isolation: isolate;
    --dedicated-primary: #18b981;
    --dedicated-accent: #3b82f6;
    color: #f5f9ff;
    background:
        radial-gradient(circle at 20% 0%, rgba(0, 210, 255, 0.07), transparent 30%),
        radial-gradient(circle at 80% 10%, rgba(57, 255, 112, 0.05), transparent 30%),
        linear-gradient(180deg, #020611 0%, #03101f 100%);
    font-family: "Sora", "Segoe UI", Tahoma, sans-serif;
}

.public-challenge-bg[b-vtklk1p5w0],
.public-challenge-glow[b-vtklk1p5w0],
.public-challenge-stars[b-vtklk1p5w0] {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.public-challenge-glow[b-vtklk1p5w0] {
    filter: blur(72px);
    border-radius: 999px;
    opacity: 0.7;
}

.public-challenge-glow.cyan[b-vtklk1p5w0] {
    left: -10vw;
    top: 5vh;
    width: 34vw;
    height: 34vw;
    background: rgba(0, 210, 255, 0.18);
}

.public-challenge-glow.green[b-vtklk1p5w0] {
    right: -12vw;
    top: 10vh;
    width: 30vw;
    height: 30vw;
    background: rgba(57, 255, 112, 0.12);
}

.public-challenge-glow.gold[b-vtklk1p5w0] {
    left: 48%;
    top: 18vh;
    width: 24vw;
    height: 24vw;
    background: rgba(255, 180, 0, 0.16);
}

.public-challenge-stars[b-vtklk1p5w0] {
    opacity: 0.55;
    background-image:
        radial-gradient(circle at 7% 12%, rgba(255, 222, 152, 0.92) 0 1px, transparent 2px),
        radial-gradient(circle at 22% 70%, rgba(119, 214, 255, 0.75) 0 1px, transparent 2px),
        radial-gradient(circle at 42% 18%, rgba(255, 206, 112, 0.85) 0 1px, transparent 2px),
        radial-gradient(circle at 68% 28%, rgba(123, 219, 255, 0.65) 0 1px, transparent 2px),
        radial-gradient(circle at 86% 64%, rgba(255, 214, 126, 0.74) 0 1px, transparent 2px);
    background-size: 620px 460px;
}

.public-challenge-nav[b-vtklk1p5w0],
.public-challenge-shell[b-vtklk1p5w0] {
    position: relative;
    z-index: 1;
    width: min(1880px, calc(100vw - 96px));
    margin: 0 auto;
}

.public-challenge-nav[b-vtklk1p5w0] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 20px 0 10px;
}

.public-challenge-brand[b-vtklk1p5w0],
.public-challenge-links[b-vtklk1p5w0],
.public-challenge-actions[b-vtklk1p5w0] {
    display: inline-flex;
    align-items: center;
}

.public-challenge-brand[b-vtklk1p5w0] {
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.18rem;
}

.public-challenge-brand img[b-vtklk1p5w0] {
    width: 34px;
    height: 34px;
    object-fit: contain;
    filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.34));
}

.public-challenge-domain-mark[b-vtklk1p5w0] {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid color-mix(in srgb, var(--dedicated-primary) 54%, rgba(255, 255, 255, 0.36));
    border-radius: 10px;
    background: linear-gradient(
        135deg,
        color-mix(in srgb, var(--dedicated-primary) 34%, transparent),
        color-mix(in srgb, var(--dedicated-accent) 28%, transparent));
    color: #f8fff9;
    font-size: 0.76rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.28);
}

.public-challenge-brand img.dedicated-brand-logo[b-vtklk1p5w0] {
    width: 42px;
    height: 42px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.07);
    object-fit: contain;
    padding: 3px;
    box-shadow:
        0 14px 26px rgba(0, 0, 0, 0.28),
        0 0 0 1px color-mix(in srgb, var(--dedicated-primary) 38%, rgba(255, 255, 255, 0.16));
}

.public-challenge-links[b-vtklk1p5w0] {
    justify-self: center;
    gap: 6px;
    padding: 5px;
    border: 1px solid rgba(118, 180, 243, 0.16);
    border-radius: 999px;
    background: rgba(5, 12, 22, 0.68);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 18px 42px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(16px);
}

.public-challenge-links a[b-vtklk1p5w0] {
    color: rgba(242, 248, 255, 0.88);
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 800;
    transition: color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.public-challenge-links a:hover[b-vtklk1p5w0],
.public-challenge-links a:focus-visible[b-vtklk1p5w0],
.public-challenge-links a.is-active[b-vtklk1p5w0] {
    color: #fff;
    background: rgba(44, 132, 245, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.public-challenge-actions[b-vtklk1p5w0] {
    gap: 10px;
    justify-self: end;
}

.public-challenge-btn[b-vtklk1p5w0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    min-width: 114px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    text-decoration: none;
    font-weight: 900;
    color: #f8fbff;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.public-challenge-btn:hover[b-vtklk1p5w0],
.public-challenge-btn:focus-visible[b-vtklk1p5w0] {
    transform: translateY(-1px);
}

.public-challenge-btn:focus-visible[b-vtklk1p5w0],
.public-challenge-links a:focus-visible[b-vtklk1p5w0] {
    outline: 2px solid rgba(112, 220, 255, 0.72);
    outline-offset: 3px;
}

.public-challenge-btn.primary[b-vtklk1p5w0] {
    color: #06120b;
    border-color: rgba(58, 242, 143, 0.34);
    background: linear-gradient(180deg, #47f2a0 0%, #1fd873 54%, #13b95a 100%);
    box-shadow: 0 18px 36px rgba(25, 207, 103, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.public-challenge-btn.ghost[b-vtklk1p5w0] {
    background: rgba(5, 12, 22, 0.74);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.public-challenge-shell[b-vtklk1p5w0] {
    display: grid;
    gap: 18px;
    padding-top: 34px;
    padding-bottom: 64px;
}

.public-challenge-heading[b-vtklk1p5w0] {
    display: grid;
    gap: 8px;
    align-content: start;
}

.public-challenge-heading h1[b-vtklk1p5w0] {
    margin: 0;
    color: #fff;
    font-size: clamp(2.3rem, 2.65vw, 3.8rem);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: 0;
}

.public-challenge-heading h1:focus[b-vtklk1p5w0] {
    outline: none;
}

.public-challenge-heading p[b-vtklk1p5w0] {
    margin: 0;
    max-width: 860px;
    color: rgba(230, 240, 255, 0.78);
    line-height: 1.36;
    font-size: 0.98rem;
    font-weight: 600;
}

.public-challenge-card-grid[b-vtklk1p5w0] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
    align-items: stretch;
}

.public-challenge-card[b-vtklk1p5w0] {
    --challenge-accent: #00d2ff;
    --challenge-reward-color: #00bde8;
    --challenge-glow: rgba(0, 210, 255, 0.34);
    --challenge-border: rgba(0, 210, 255, 0.72);
    --challenge-soft: rgba(2, 18, 34, 0.85);
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: clamp(700px, calc(100dvh - 220px), 860px);
    padding: 28px 26px 26px;
    border: 1.5px solid var(--challenge-border);
    border-radius: 26px;
    background:
        radial-gradient(circle at 50% 12%, color-mix(in srgb, var(--challenge-accent) 10%, transparent) 0 18%, transparent 38%),
        linear-gradient(180deg, rgba(10, 20, 34, 0.96) 0%, rgba(5, 12, 24, 0.98) 100%);
    box-shadow:
        0 28px 72px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.02);
    overflow: hidden;
    backdrop-filter: blur(18px);
    transform: translateY(0) scale(1);
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        border-color 0.18s ease,
        background 0.18s ease,
        filter 0.18s ease;
    will-change: transform, box-shadow;
}

.public-challenge-card[b-vtklk1p5w0]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.04);
    pointer-events: none;
    opacity: 0.75;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.public-challenge-card[b-vtklk1p5w0]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 42px var(--challenge-glow);
    pointer-events: none;
    opacity: 0.34;
    transition: opacity 0.18s ease, box-shadow 0.18s ease;
}

.public-challenge-card:hover[b-vtklk1p5w0],
.public-challenge-card:focus-within[b-vtklk1p5w0] {
    transform: translateY(-2px);
    filter: brightness(1.012);
    border-color: color-mix(in srgb, var(--challenge-accent) 88%, white 12%);
    background:
        radial-gradient(circle at 50% 8%, color-mix(in srgb, var(--challenge-accent) 13%, transparent) 0 22%, transparent 40%),
        linear-gradient(180deg, rgba(12, 24, 40, 0.99) 0%, rgba(5, 12, 24, 1) 100%);
    box-shadow:
        0 32px 78px rgba(0, 0, 0, 0.38),
        0 0 0 1px color-mix(in srgb, var(--challenge-accent) 78%, transparent),
        0 0 26px color-mix(in srgb, var(--challenge-accent) 18%, transparent),
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 0 1px rgba(255, 255, 255, 0.03);
}

.public-challenge-card:hover[b-vtklk1p5w0]::before,
.public-challenge-card:focus-within[b-vtklk1p5w0]::before {
    border-color: color-mix(in srgb, var(--challenge-accent) 62%, rgba(255, 255, 255, 0.18));
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--challenge-accent) 42%, transparent);
    opacity: 1;
}

.public-challenge-card:hover[b-vtklk1p5w0]::after,
.public-challenge-card:focus-within[b-vtklk1p5w0]::after {
    opacity: 0.55;
    box-shadow: 0 0 34px color-mix(in srgb, var(--challenge-accent) 24%, transparent);
}

.public-challenge-card.tone-paid[b-vtklk1p5w0] {
    --challenge-accent: #39ff70;
    --challenge-reward-color: #17df58;
    --challenge-glow: rgba(57, 255, 112, 0.30);
    --challenge-border: rgba(57, 255, 112, 0.7);
    --challenge-soft: rgba(8, 31, 18, 0.86);
}

.public-challenge-card.tone-pro[b-vtklk1p5w0] {
    --challenge-accent: #ffb400;
    --challenge-reward-color: #f0a000;
    --challenge-glow: rgba(255, 180, 0, 0.32);
    --challenge-border: rgba(255, 180, 0, 0.74);
    --challenge-soft: rgba(36, 24, 6, 0.9);
}

.public-challenge-card.is-recommended[b-vtklk1p5w0] {
    box-shadow:
        0 34px 80px rgba(0, 0, 0, 0.36),
        0 0 40px rgba(255, 180, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.challenge-card-badge[b-vtklk1p5w0] {
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid currentColor;
    background: rgba(2, 8, 20, 0.85);
    color: var(--challenge-accent);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.public-challenge-card:hover .challenge-card-badge[b-vtklk1p5w0],
.public-challenge-card:focus-within .challenge-card-badge[b-vtklk1p5w0] {
    transform: translateY(-1px);
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--challenge-accent) 32%, transparent);
}

.public-challenge-card h2[b-vtklk1p5w0] {
    margin: 16px 0 0;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
    transition: transform 0.18s ease, text-shadow 0.18s ease;
}

.public-challenge-card:hover h2[b-vtklk1p5w0],
.public-challenge-card:focus-within h2[b-vtklk1p5w0] {
    transform: translateY(-1px);
    text-shadow: 0 0 16px color-mix(in srgb, var(--challenge-accent) 16%, transparent);
}

.challenge-card-visual[b-vtklk1p5w0] {
    position: relative;
    height: 150px;
    margin-top: 18px;
    overflow: visible;
}

.challenge-icon-ring[b-vtklk1p5w0] {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 106px;
    height: 106px;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--challenge-accent) 66%, white 34%);
    background:
        radial-gradient(circle at 35% 26%, rgba(255, 255, 255, 0.18), transparent 38%),
        linear-gradient(180deg, rgba(7, 18, 32, 0.92), rgba(4, 9, 17, 0.98));
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.03),
        0 0 22px var(--challenge-glow),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, filter 0.22s ease;
}

.public-challenge-card:hover .challenge-icon-ring[b-vtklk1p5w0],
.public-challenge-card:focus-within .challenge-icon-ring[b-vtklk1p5w0] {
    transform: translate(-50%, -50%) scale(1.02);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.05),
        0 0 34px var(--challenge-glow),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.challenge-visual-icon[b-vtklk1p5w0] {
    position: relative;
    width: 42px;
    height: 42px;
}

.challenge-visual-icon-svg[b-vtklk1p5w0] {
    display: block;
    flex: 0 0 auto;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.challenge-visual-icon-growth[b-vtklk1p5w0] {
    width: 44px;
    height: 44px;
    color: #39ff70;
    filter: drop-shadow(0 0 12px rgba(57, 255, 112, 0.58));
}

.challenge-visual-icon-elite[b-vtklk1p5w0] {
    width: 44px;
    height: 44px;
    color: #ffc423;
    filter: drop-shadow(0 0 12px rgba(255, 180, 0, 0.58));
}

.public-challenge-card:hover .challenge-visual-icon-svg[b-vtklk1p5w0],
.public-challenge-card:focus-within .challenge-visual-icon-svg[b-vtklk1p5w0] {
    transform: scale(1.02);
}

.challenge-visual-icon.icon-sprint[b-vtklk1p5w0]::before {
    content: "";
    position: absolute;
    inset: 0;
    clip-path: polygon(53% 0, 100% 0, 63% 45%, 92% 45%, 20% 100%, 40% 56%, 8% 56%);
    background: linear-gradient(180deg, #7ee8ff 0%, #00d2ff 100%);
    filter: drop-shadow(0 0 14px rgba(0, 210, 255, 0.58));
}

.money-stack[b-vtklk1p5w0] {
    position: absolute;
    z-index: 1;
    display: block;
    pointer-events: none;
    object-fit: contain;
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.45));
    transition: transform 0.22s ease, filter 0.22s ease, opacity 0.22s ease;
}

.public-challenge-card:hover .money-stack[b-vtklk1p5w0],
.public-challenge-card:focus-within .money-stack[b-vtklk1p5w0] {
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.52));
}

.money-stack.money-stack-single[b-vtklk1p5w0] {
    right: 86px;
    top: 34px;
    width: 140px;
    height: auto;
}

.public-challenge-card:hover .money-stack.money-stack-single[b-vtklk1p5w0],
.public-challenge-card:focus-within .money-stack.money-stack-single[b-vtklk1p5w0] {
    transform: translate(2px, -1px) rotate(0.7deg) scale(1.01);
}

.money-stack.money-stack-multi[b-vtklk1p5w0] {
    right: 48px;
    top: 4px;
    width: 184px;
    height: auto;
}

.public-challenge-card:hover .money-stack.money-stack-multi[b-vtklk1p5w0],
.public-challenge-card:focus-within .money-stack.money-stack-multi[b-vtklk1p5w0] {
    transform: translate(2px, -1px) rotate(0.6deg) scale(1.01);
}

.public-challenge-card-fields[b-vtklk1p5w0] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 14px;
    margin-top: 20px;
}

.challenge-field-group[b-vtklk1p5w0] {
    display: grid;
    gap: 8px;
}

.challenge-field-group label[b-vtklk1p5w0],
.challenge-field-label[b-vtklk1p5w0] {
    color: #94a3b8;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.challenge-field-box[b-vtklk1p5w0] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 56px;
    padding: 0 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #07111d;
    color: #f8fafc;
    font-size: 1rem;
    font-weight: 800;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    transition:
        transform 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        background 0.18s ease,
        color 0.18s ease;
}

.challenge-field-box.editable:hover[b-vtklk1p5w0] {
    transform: translateY(-1px);
    border-color: color-mix(in srgb, var(--challenge-accent) 74%, white 26%);
    background: linear-gradient(180deg, rgba(9, 22, 34, 0.99) 0%, rgba(6, 14, 23, 1) 100%);
    box-shadow:
        0 0 0 1px color-mix(in srgb, var(--challenge-accent) 22%, transparent),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.challenge-field-box.editable:focus-within[b-vtklk1p5w0] {
    border-color: var(--challenge-border);
    box-shadow:
        0 0 0 3px color-mix(in srgb, var(--challenge-accent) 18%, transparent),
        0 0 22px color-mix(in srgb, var(--challenge-accent) 15%, transparent);
    transform: translateY(-1px);
}

.challenge-field-box input[b-vtklk1p5w0] {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: 800;
    appearance: textfield;
    -moz-appearance: textfield;
    caret-color: var(--challenge-accent);
}

.challenge-field-box input[b-vtklk1p5w0]::selection {
    background: color-mix(in srgb, var(--challenge-accent) 24%, white 76%);
    color: #06101b;
}

.challenge-field-box input[b-vtklk1p5w0]::-webkit-outer-spin-button,
.challenge-field-box input[b-vtklk1p5w0]::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}

.challenge-field-box.readonly[b-vtklk1p5w0] {
    color: #f8fafc;
}

.challenge-field-box.readonly.plain[b-vtklk1p5w0] {
    justify-content: flex-start;
}

.field-lock[b-vtklk1p5w0] {
    flex: 0 0 auto;
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 2px solid rgba(226, 232, 240, 0.72);
    opacity: 0.9;
}

.field-lock[b-vtklk1p5w0]::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    width: 10px;
    height: 8px;
    transform: translateX(-50%);
    border: 2px solid rgba(226, 232, 240, 0.72);
    border-bottom: 0;
    border-radius: 7px 7px 0 0;
}

.field-chevron[b-vtklk1p5w0] {
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(226, 232, 240, 0.72);
    border-bottom: 2px solid rgba(226, 232, 240, 0.72);
    transform: rotate(45deg);
    margin-left: 2px;
}

.challenge-card-metrics[b-vtklk1p5w0] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 22px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 16px;
    background: #f8fbff;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 10px 22px rgba(0, 0, 0, 0.1);
}

.challenge-card-metrics > div[b-vtklk1p5w0] {
    display: grid;
    align-content: center;
    min-height: 84px;
    padding: 14px 16px;
    border: 0;
    border-radius: 0;
    background: #ffffff;
}

.challenge-card-metrics > div + div[b-vtklk1p5w0] {
    border-left: 1px solid #dbe4f0;
}

.challenge-card-metrics span[b-vtklk1p5w0] {
    color: #7d8da5;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.challenge-card-metrics strong[b-vtklk1p5w0] {
    margin-top: 6px;
    color: #101a2b;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 800;
}

.reward-value[b-vtklk1p5w0] {
    color: var(--challenge-reward-color) !important;
    font-family: "Space Grotesk", "Sora", "Segoe UI", Tahoma, sans-serif;
    font-size: 1.72rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum" 1, "tnum" 1;
    text-shadow:
        0 0 1px color-mix(in srgb, var(--challenge-reward-color) 42%, transparent),
        0 0 10px color-mix(in srgb, var(--challenge-reward-color) 14%, transparent);
}

.challenge-card-warning[b-vtklk1p5w0] {
    min-height: 0;
    margin-top: 12px;
    padding: 0;
    border: 0;
    color: #ffe2a8;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.25;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.12s ease;
}

.challenge-card-warning.is-visible[b-vtklk1p5w0] {
    min-height: 30px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 194, 92, 0.35);
    border-radius: 12px;
    background: rgba(75, 49, 11, 0.42);
    visibility: visible;
    opacity: 1;
}

.challenge-rules-accordion[b-vtklk1p5w0] {
    position: relative;
    z-index: 12;
    margin-top: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: #07111d;
    overflow: visible;
}

.challenge-rules-accordion summary[b-vtklk1p5w0] {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 54px;
    padding: 0 16px;
    color: #f8fafc;
    font-size: 0.96rem;
    font-weight: 800;
}

.challenge-rules-accordion summary[b-vtklk1p5w0]::-webkit-details-marker {
    display: none;
}

.rules-doc-icon[b-vtklk1p5w0] {
    width: 16px;
    height: 20px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 3px;
    border: 1.5px solid rgba(255, 255, 255, 0.68);
    opacity: 0.9;
}

.rules-doc-icon[b-vtklk1p5w0]::before {
    content: "";
    position: absolute;
    right: -1px;
    top: -1px;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid rgba(255, 255, 255, 0.68);
    border-right: 1.5px solid rgba(255, 255, 255, 0.68);
    background: #07111d;
    transform: skew(0deg, 0deg);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.rules-chevron[b-vtklk1p5w0] {
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(226, 232, 240, 0.72);
    border-bottom: 2px solid rgba(226, 232, 240, 0.72);
    transform: rotate(45deg);
    transition: transform 0.18s ease;
}

.challenge-rules-accordion[open] .rules-chevron[b-vtklk1p5w0] {
    transform: rotate(-135deg);
}

.challenge-rules-panel[b-vtklk1p5w0] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% + 10px);
    max-height: min(280px, 42vh);
    overflow: auto;
    padding: 14px 16px;
    border: 1px solid color-mix(in srgb, var(--challenge-accent) 38%, rgba(255, 255, 255, 0.16));
    border-radius: 14px;
    background:
        radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--challenge-accent) 8%, transparent), transparent 36%),
        linear-gradient(180deg, rgba(7, 17, 29, 0.98), rgba(4, 11, 20, 0.99));
    box-shadow:
        0 22px 46px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.04);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.challenge-rules-accordion[open] .challenge-rules-panel[b-vtklk1p5w0] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.challenge-rules-panel ul[b-vtklk1p5w0] {
    margin: 0;
    padding-left: 18px;
    color: rgba(232, 243, 255, 0.88);
    line-height: 1.5;
    font-size: 0.9rem;
    font-weight: 600;
}

.challenge-rules-panel li + li[b-vtklk1p5w0] {
    margin-top: 7px;
}

.challenge-card-join[b-vtklk1p5w0] {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    border-radius: 16px;
    border: 1.5px solid var(--challenge-border);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-size: 160% 160%;
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease,
        filter 0.15s ease,
        opacity 0.15s ease,
        background-position 0.28s ease;
}

.challenge-card-join[b-vtklk1p5w0]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, 0.22) 45%, transparent 52%);
    transform: translateX(-130%);
    opacity: 0;
    transition: transform 0.45s ease, opacity 0.2s ease;
    pointer-events: none;
    z-index: 0;
}

.challenge-card-join:hover[b-vtklk1p5w0],
.challenge-card-join:focus-visible[b-vtklk1p5w0] {
    transform: translateY(-2px) scale(1.012);
    filter: brightness(1.06) saturate(1.05);
    background-position: 100% 50%;
}

.challenge-card-join:hover[b-vtklk1p5w0]::before,
.challenge-card-join:focus-visible[b-vtklk1p5w0]::before {
    opacity: 1;
    transform: translateX(130%);
}

.challenge-card-join:focus-visible[b-vtklk1p5w0] {
    outline: 2px solid rgba(112, 220, 255, 0.72);
    outline-offset: 3px;
}

.challenge-card-join:active[b-vtklk1p5w0] {
    transform: translateY(0) scale(0.996);
}

.challenge-card-join.tone-free[b-vtklk1p5w0] {
    color: #00d2ff;
    background: linear-gradient(180deg, #031421 0%, #07233a 100%);
    box-shadow: 0 0 20px rgba(0, 210, 255, 0.20);
}

.challenge-card-join.tone-paid[b-vtklk1p5w0] {
    color: #fff;
    background: linear-gradient(180deg, #18d65a 0%, #0fa848 100%);
    box-shadow: 0 0 28px rgba(57, 255, 112, 0.28);
}

.challenge-card-join.tone-pro[b-vtklk1p5w0] {
    color: #fff8e6;
    background: linear-gradient(180deg, #a86b00 0%, #d48b00 100%);
    box-shadow: 0 0 28px rgba(255, 180, 0, 0.26);
}

.public-challenge-card:hover .challenge-card-join:not(.is-disabled)[b-vtklk1p5w0],
.public-challenge-card:focus-within .challenge-card-join:not(.is-disabled)[b-vtklk1p5w0] {
    box-shadow:
        0 0 34px var(--challenge-glow),
        inset 0 1px 0 rgba(255, 255, 255, 0.20);
}

.challenge-card-join.is-disabled[b-vtklk1p5w0] {
    opacity: 0.54;
    pointer-events: none;
}

.recommended-ribbon[b-vtklk1p5w0] {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 230px;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 18px 0 16px;
    color: #ffd36a;
    font-size: 0.95rem;
    font-weight: 800;
    background: linear-gradient(135deg, rgba(255, 180, 0, 0.25), rgba(255, 180, 0, 0.08));
    border-right: 1px solid rgba(255, 180, 0, 0.7);
    border-bottom: 1px solid rgba(255, 180, 0, 0.7);
    border-top-left-radius: 26px;
    clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
    box-shadow: 0 0 22px rgba(255, 180, 0, 0.25);
    pointer-events: none;
}

.mini-crown[b-vtklk1p5w0] {
    width: 16px;
    height: 16px;
    position: relative;
    display: inline-block;
    transform: translateY(-1px);
}

.mini-crown[b-vtklk1p5w0]::before,
.mini-crown[b-vtklk1p5w0]::after {
    content: "";
    position: absolute;
    inset: 0;
}

.mini-crown[b-vtklk1p5w0]::before {
    clip-path: polygon(0 70%, 16% 20%, 32% 56%, 50% 8%, 68% 56%, 84% 20%, 100% 70%, 100% 100%, 0 100%);
    background: linear-gradient(180deg, #ffe49a 0%, #ffb400 100%);
}

.mini-crown[b-vtklk1p5w0]::after {
    left: 2px;
    right: 2px;
    bottom: 0;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 211, 106, 0.95);
}

@media (max-width: 1540px) {
    .public-challenge-card[b-vtklk1p5w0] {
        min-height: clamp(680px, calc(100dvh - 220px), 820px);
    }
}

@media (min-width: 901px) and (max-height: 950px) {
    .public-challenge-nav[b-vtklk1p5w0] {
        padding: 12px 0 6px;
    }

    .public-challenge-brand[b-vtklk1p5w0] {
        font-size: 1.06rem;
    }

    .public-challenge-brand img[b-vtklk1p5w0],
    .public-challenge-domain-mark[b-vtklk1p5w0] {
        width: 30px;
        height: 30px;
    }

    .public-challenge-links[b-vtklk1p5w0] {
        padding: 4px;
    }

    .public-challenge-links a[b-vtklk1p5w0] {
        padding: 7px 12px;
        font-size: 0.82rem;
    }

    .public-challenge-btn[b-vtklk1p5w0] {
        min-height: 36px;
        min-width: 104px;
        padding: 0 14px;
        font-size: 0.88rem;
    }

    .public-challenge-shell[b-vtklk1p5w0] {
        gap: 12px;
        padding-top: 14px;
        padding-bottom: 18px;
    }

    .public-challenge-heading[b-vtklk1p5w0] {
        gap: 5px;
    }

    .public-challenge-heading h1[b-vtklk1p5w0] {
        font-size: clamp(2rem, 4.4vh, 3rem);
        line-height: 0.94;
    }

    .public-challenge-heading p[b-vtklk1p5w0] {
        font-size: 0.86rem;
        line-height: 1.22;
    }

    .public-challenge-card-grid[b-vtklk1p5w0] {
        gap: 24px;
    }

    .public-challenge-card[b-vtklk1p5w0] {
        min-height: 0;
        padding: 20px 18px 18px;
        border-radius: 22px;
    }

    .challenge-card-badge[b-vtklk1p5w0] {
        min-height: 30px;
        padding: 0 14px;
        font-size: 0.72rem;
    }

    .public-challenge-card h2[b-vtklk1p5w0] {
        margin-top: 10px;
        font-size: 1.56rem;
    }

    .challenge-card-visual[b-vtklk1p5w0] {
        height: 112px;
        margin-top: 10px;
    }

    .challenge-icon-ring[b-vtklk1p5w0] {
        width: 84px;
        height: 84px;
    }

    .challenge-visual-icon[b-vtklk1p5w0],
    .challenge-visual-icon-growth[b-vtklk1p5w0],
    .challenge-visual-icon-elite[b-vtklk1p5w0] {
        width: 34px;
        height: 34px;
    }

    .money-stack.money-stack-single[b-vtklk1p5w0] {
        right: 70px;
        top: 20px;
        width: 112px;
    }

    .money-stack.money-stack-multi[b-vtklk1p5w0] {
        right: 40px;
        top: -16px;
        width: 152px;
    }

    .public-challenge-card-fields[b-vtklk1p5w0] {
        gap: 9px 10px;
        margin-top: 12px;
    }

    .challenge-field-group[b-vtklk1p5w0] {
        gap: 4px;
    }

    .challenge-field-group label[b-vtklk1p5w0],
    .challenge-field-label[b-vtklk1p5w0] {
        font-size: 0.66rem;
    }

    .challenge-field-box[b-vtklk1p5w0] {
        min-height: 42px;
        padding: 0 12px;
        border-radius: 11px;
        font-size: 0.88rem;
    }

    .field-lock[b-vtklk1p5w0] {
        width: 13px;
        height: 13px;
        border-radius: 3px;
    }

    .field-lock[b-vtklk1p5w0]::before {
        top: -6px;
        width: 8px;
        height: 7px;
    }

    .field-chevron[b-vtklk1p5w0] {
        width: 8px;
        height: 8px;
    }

    .challenge-card-metrics[b-vtklk1p5w0] {
        margin-top: 12px;
        border-radius: 12px;
    }

    .challenge-card-metrics > div[b-vtklk1p5w0] {
        min-height: 58px;
        padding: 9px 12px;
    }

    .challenge-card-metrics span[b-vtklk1p5w0] {
        font-size: 0.66rem;
    }

    .challenge-card-metrics strong[b-vtklk1p5w0] {
        margin-top: 3px;
        font-size: 1.24rem;
    }

    .reward-value[b-vtklk1p5w0] {
        font-size: 1.34rem;
    }

    .challenge-card-warning[b-vtklk1p5w0] {
        margin-top: 6px;
        font-size: 0.74rem;
    }

    .challenge-card-warning.is-visible[b-vtklk1p5w0] {
        min-height: 24px;
        padding: 5px 8px;
        border-radius: 10px;
    }

    .challenge-rules-accordion[b-vtklk1p5w0] {
        margin-top: 8px;
        border-radius: 11px;
    }

    .challenge-rules-accordion summary[b-vtklk1p5w0] {
        min-height: 42px;
        padding: 0 12px;
        font-size: 0.82rem;
    }

    .rules-doc-icon[b-vtklk1p5w0] {
        width: 13px;
        height: 16px;
    }

    .challenge-rules-panel[b-vtklk1p5w0] {
        bottom: calc(100% + 8px);
        max-height: min(220px, 42vh);
        padding: 11px 12px;
        border-radius: 12px;
    }

    .challenge-rules-panel ul[b-vtklk1p5w0] {
        font-size: 0.8rem;
        line-height: 1.36;
    }

    .challenge-rules-panel li + li[b-vtklk1p5w0] {
        margin-top: 5px;
    }

    .challenge-card-join[b-vtklk1p5w0] {
        min-height: 48px;
        margin-top: 10px;
        border-radius: 12px;
        font-size: 0.92rem;
    }

    .recommended-ribbon[b-vtklk1p5w0] {
        width: 190px;
        height: 42px;
        padding-left: 14px;
        font-size: 0.78rem;
        border-top-left-radius: 22px;
    }

    .mini-crown[b-vtklk1p5w0] {
        width: 13px;
        height: 13px;
    }
}

@media (min-width: 901px) and (max-height: 820px) {
    .public-challenge-nav[b-vtklk1p5w0] {
        padding: 8px 0 4px;
    }

    .public-challenge-shell[b-vtklk1p5w0] {
        gap: 8px;
        padding-top: 8px;
        padding-bottom: 10px;
    }

    .public-challenge-heading h1[b-vtklk1p5w0] {
        font-size: clamp(1.75rem, 4vh, 2.35rem);
    }

    .public-challenge-heading p[b-vtklk1p5w0] {
        font-size: 0.78rem;
    }

    .public-challenge-card-grid[b-vtklk1p5w0] {
        gap: 18px;
    }

    .public-challenge-card[b-vtklk1p5w0] {
        padding: 16px 14px 14px;
        border-radius: 20px;
    }

    .challenge-card-badge[b-vtklk1p5w0] {
        min-height: 27px;
        font-size: 0.66rem;
    }

    .public-challenge-card h2[b-vtklk1p5w0] {
        margin-top: 8px;
        font-size: 1.34rem;
    }

    .challenge-card-visual[b-vtklk1p5w0] {
        height: 90px;
        margin-top: 6px;
    }

    .challenge-icon-ring[b-vtklk1p5w0] {
        width: 74px;
        height: 74px;
    }

    .challenge-visual-icon[b-vtklk1p5w0],
    .challenge-visual-icon-growth[b-vtklk1p5w0],
    .challenge-visual-icon-elite[b-vtklk1p5w0] {
        width: 30px;
        height: 30px;
    }

    .money-stack.money-stack-single[b-vtklk1p5w0] {
        right: 60px;
        top: 14px;
        width: 98px;
    }

    .money-stack.money-stack-multi[b-vtklk1p5w0] {
        right: 38px;
        top: -16px;
        width: 132px;
    }

    .public-challenge-card-fields[b-vtklk1p5w0] {
        gap: 7px 8px;
        margin-top: 9px;
    }

    .challenge-field-group label[b-vtklk1p5w0],
    .challenge-field-label[b-vtklk1p5w0] {
        font-size: 0.6rem;
    }

    .challenge-field-box[b-vtklk1p5w0] {
        min-height: 36px;
        padding: 0 10px;
        font-size: 0.82rem;
    }

    .challenge-card-metrics[b-vtklk1p5w0] {
        margin-top: 9px;
    }

    .challenge-card-metrics > div[b-vtklk1p5w0] {
        min-height: 50px;
        padding: 7px 10px;
    }

    .challenge-card-metrics span[b-vtklk1p5w0] {
        font-size: 0.6rem;
    }

    .challenge-card-metrics strong[b-vtklk1p5w0] {
        font-size: 1.08rem;
    }

    .reward-value[b-vtklk1p5w0] {
        font-size: 1.18rem;
    }

    .challenge-rules-accordion[b-vtklk1p5w0] {
        margin-top: 6px;
    }

    .challenge-rules-accordion summary[b-vtklk1p5w0] {
        min-height: 38px;
        font-size: 0.76rem;
    }

    .challenge-card-join[b-vtklk1p5w0] {
        min-height: 42px;
        margin-top: 8px;
        font-size: 0.86rem;
    }
}

@media (max-width: 1280px) {
    .public-challenge-nav[b-vtklk1p5w0],
    .public-challenge-shell[b-vtklk1p5w0] {
        width: min(100%, calc(100vw - 48px));
    }

    .public-challenge-nav[b-vtklk1p5w0] {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .public-challenge-actions[b-vtklk1p5w0] {
        justify-self: center;
    }

    .public-challenge-card-grid[b-vtklk1p5w0] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .public-challenge-nav[b-vtklk1p5w0],
    .public-challenge-shell[b-vtklk1p5w0] {
        width: min(100%, calc(100vw - 28px));
    }

    .public-challenge-links[b-vtklk1p5w0],
    .public-challenge-actions[b-vtklk1p5w0] {
        flex-wrap: wrap;
        justify-content: center;
    }

    .public-challenge-card-grid[b-vtklk1p5w0] {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .public-challenge-card[b-vtklk1p5w0] {
        min-height: 0;
        padding: 24px 18px 20px;
    }

    .challenge-card-visual[b-vtklk1p5w0] {
        height: 136px;
    }

    .public-challenge-card-fields[b-vtklk1p5w0],
    .challenge-card-metrics[b-vtklk1p5w0] {
        grid-template-columns: 1fr;
    }

    .challenge-card-metrics > div + div[b-vtklk1p5w0] {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
}

@media (max-width: 640px) {
    .public-challenge-heading h1[b-vtklk1p5w0] {
        font-size: clamp(2rem, 12vw, 2.8rem);
    }

    .public-challenge-heading p[b-vtklk1p5w0] {
        font-size: 0.92rem;
    }

    .public-challenge-card h2[b-vtklk1p5w0] {
        font-size: 1.7rem;
    }

    .money-stack[b-vtklk1p5w0] {
        transform: scale(0.9);
        transform-origin: center;
    }

    .money-stack.money-stack-single[b-vtklk1p5w0] {
        right: 58px;
        top: 44px;
        width: 118px;
    }

    .money-stack.money-stack-multi[b-vtklk1p5w0] {
        right: 24px;
        top: 32px;
        width: 150px;
    }
}
