/* /Components/AdminConsoleShell.razor.rz.scp.css */
.admin-console[b-8j9uqqv9kb] {
    --sidebar-width: 244px;
    min-height: 100vh;
    display: grid;
    grid-template-columns: var(--sidebar-width) minmax(0, 1fr);
    background: #f4f7fb;
    color: #102033;
    font-size: .9rem;
    transition: grid-template-columns .18s ease;
}

.admin-console.is-collapsed[b-8j9uqqv9kb] {
    --sidebar-width: 76px;
}

.admin-sidebar[b-8j9uqqv9kb] {
    position: sticky;
    top: 0;
    z-index: 40;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 18px;
    border-right: 1px solid #dce6f2;
    background: #ffffff;
    padding: 18px 12px;
    overflow: visible;
}

.admin-brand[b-8j9uqqv9kb] {
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 6px;
}

.admin-brand-mark[b-8j9uqqv9kb],
.admin-side-icon[b-8j9uqqv9kb] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.admin-brand-mark[b-8j9uqqv9kb] {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 8px;
    background: #102033;
    color: #ffffff;
    padding: 0;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .16);
    cursor: pointer;
}

.admin-brand-mark:hover[b-8j9uqqv9kb],
.admin-brand-mark:focus-visible[b-8j9uqqv9kb] {
    background: #1677ff;
    outline: 0;
}

.admin-brand-copy[b-8j9uqqv9kb] {
    min-width: 0;
    display: grid;
    gap: 2px;
    white-space: nowrap;
}

.admin-brand-copy strong[b-8j9uqqv9kb] {
    font-size: .86rem;
    font-weight: 900;
}

.admin-brand-copy small[b-8j9uqqv9kb] {
    color: #74839a;
    font-size: .68rem;
    font-weight: 800;
}

.admin-side-nav[b-8j9uqqv9kb] {
    display: grid;
    gap: 6px;
}

.admin-side-link[b-8j9uqqv9kb] {
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    color: #65758b;
    padding: 0 10px;
    font-size: .8rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.admin-side-link:hover[b-8j9uqqv9kb],
.admin-side-link.active[b-8j9uqqv9kb] {
    background: #eaf2ff;
    color: #1677ff;
}

.admin-side-icon[b-8j9uqqv9kb] {
    width: 22px;
    font-size: .92rem;
}

.admin-sidebar-user[b-8j9uqqv9kb] {
    margin-top: auto;
    display: flex;
    justify-content: flex-start;
    padding: 10px 6px 0;
}

.admin-sidebar-user[b-8j9uqqv9kb]  .user-menu-panel {
    top: auto;
    right: auto;
    bottom: calc(100% + 10px);
    left: 0;
    z-index: 80;
}

.admin-sidebar-user[b-8j9uqqv9kb]  .user-menu-shell {
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
}

.admin-sidebar-user[b-8j9uqqv9kb]  .user-avatar-button {
    flex: 0 0 auto;
    box-shadow: 0 10px 24px rgba(22, 119, 255, .18);
}

.admin-sidebar-user[b-8j9uqqv9kb]  .user-sidebar-summary {
    display: grid;
    gap: 3px;
}

.is-collapsed .admin-sidebar-user[b-8j9uqqv9kb] {
    justify-content: center;
    padding-inline: 0;
}

.is-collapsed .admin-sidebar-user[b-8j9uqqv9kb]  .user-menu-shell {
    justify-content: center;
}

.is-collapsed .admin-sidebar-user[b-8j9uqqv9kb]  .user-sidebar-summary {
    display: none;
}

.is-collapsed .admin-sidebar-user[b-8j9uqqv9kb]  .user-menu-panel {
    left: 50%;
    transform: translateX(-18px);
}

.admin-content[b-8j9uqqv9kb] {
    min-width: 0;
    width: 100%;
    padding: 22px;
    font-size: .9rem;
}

.admin-content[b-8j9uqqv9kb]  .admin-shell,
.admin-content[b-8j9uqqv9kb]  .config-shell,
.admin-content[b-8j9uqqv9kb]  .visitor-shell,
.admin-content[b-8j9uqqv9kb]  .country-panel,
.admin-content[b-8j9uqqv9kb]  .visitor-table-shell {
    padding: 18px;
}

.admin-content[b-8j9uqqv9kb]  .visitor-header,
.admin-content[b-8j9uqqv9kb]  .filter-grid,
.admin-content[b-8j9uqqv9kb]  .country-panel,
.admin-content[b-8j9uqqv9kb]  .visitor-table-shell {
    padding: 18px;
}

.admin-content[b-8j9uqqv9kb]  .admin-header,
.admin-content[b-8j9uqqv9kb]  .config-header,
.admin-content[b-8j9uqqv9kb]  .section-title {
    margin-bottom: 16px;
}

.admin-content[b-8j9uqqv9kb]  .admin-header h1,
.admin-content[b-8j9uqqv9kb]  .config-header h1,
.admin-content[b-8j9uqqv9kb]  .config-header h2,
.admin-content[b-8j9uqqv9kb]  .section-title h2,
.admin-content[b-8j9uqqv9kb]  .visitor-header h1,
.admin-content[b-8j9uqqv9kb]  .country-title h2 {
    font-size: 1.08rem;
    line-height: 1.3;
}

.admin-content[b-8j9uqqv9kb]  .admin-header p,
.admin-content[b-8j9uqqv9kb]  .config-header p,
.admin-content[b-8j9uqqv9kb]  .section-title p,
.admin-content[b-8j9uqqv9kb]  .visitor-header p {
    font-size: .82rem;
}

.admin-content[b-8j9uqqv9kb]  .kicker {
    font-size: .68rem !important;
}

.admin-content[b-8j9uqqv9kb]  .summary-card,
.admin-content[b-8j9uqqv9kb]  .license-card {
    padding: 12px;
}

.admin-content[b-8j9uqqv9kb]  .summary-card strong,
.admin-content[b-8j9uqqv9kb]  .license-card strong {
    font-size: 1rem;
}

.admin-content[b-8j9uqqv9kb]  .license-card p {
    font-size: 1.18rem;
}

.admin-content[b-8j9uqqv9kb]  .admin-nav-button,
.admin-content[b-8j9uqqv9kb]  .refresh-button,
.admin-content[b-8j9uqqv9kb]  .detail-button,
.admin-content[b-8j9uqqv9kb]  .btn,
.admin-content[b-8j9uqqv9kb]  input,
.admin-content[b-8j9uqqv9kb]  select {
    min-height: 34px;
    font-size: .76rem;
}

.admin-content[b-8j9uqqv9kb]  .analytics-table th,
.admin-content[b-8j9uqqv9kb]  .analytics-table td,
.admin-content[b-8j9uqqv9kb]  .user-table th,
.admin-content[b-8j9uqqv9kb]  .user-table td,
.admin-content[b-8j9uqqv9kb]  .visitor-table th,
.admin-content[b-8j9uqqv9kb]  .visitor-table td,
.admin-content[b-8j9uqqv9kb]  .config-page th,
.admin-content[b-8j9uqqv9kb]  .config-page td {
    padding: 10px 12px;
    font-size: .82rem;
}

.admin-content[b-8j9uqqv9kb]  .analytics-table th,
.admin-content[b-8j9uqqv9kb]  .user-table th,
.admin-content[b-8j9uqqv9kb]  .visitor-table th,
.admin-content[b-8j9uqqv9kb]  .config-page th {
    font-size: .76rem;
}

.admin-content[b-8j9uqqv9kb]  .status-pill,
.admin-content[b-8j9uqqv9kb]  .type-pill,
.admin-content[b-8j9uqqv9kb]  .count-badge,
.admin-content[b-8j9uqqv9kb]  .log-level-pill {
    font-size: .72rem;
}

.admin-content[b-8j9uqqv9kb]  .detail-panel {
    padding: 14px;
}

.admin-content[b-8j9uqqv9kb]  .detail-heading strong,
.admin-content[b-8j9uqqv9kb]  .recent-list h3 {
    font-size: .9rem;
}

.is-collapsed .admin-brand-copy[b-8j9uqqv9kb],
.is-collapsed .admin-side-label[b-8j9uqqv9kb] {
    display: none;
}

.is-collapsed .admin-brand[b-8j9uqqv9kb],
.is-collapsed .admin-side-link[b-8j9uqqv9kb] {
    justify-content: center;
    padding-inline: 0;
}

@media (max-width: 760px) {
    .admin-console[b-8j9uqqv9kb] {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .admin-brand-copy[b-8j9uqqv9kb],
    .admin-side-label[b-8j9uqqv9kb] {
        display: none;
    }

    .admin-brand[b-8j9uqqv9kb],
    .admin-side-link[b-8j9uqqv9kb] {
        justify-content: center;
        padding-inline: 0;
    }

    .admin-content[b-8j9uqqv9kb] {
        padding: 18px 12px;
    }
}
/* /Components/HelpdeskNavLink.razor.rz.scp.css */
.nav-support-link[b-5ytulvgrhy] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #eff6ff;
    color: #075985;
    padding: 0 12px;
    font-size: .82rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
}

.nav-support-link:hover[b-5ytulvgrhy] {
    border-color: #1677ff;
    color: #1677ff;
}

.nav-support-link i[b-5ytulvgrhy] {
    font-size: 1rem;
}

@media (max-width: 640px) {
    .nav-support-link[b-5ytulvgrhy] {
        width: 38px;
        padding: 0;
    }

    .nav-support-link span[b-5ytulvgrhy] {
        display: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-jni7i0a5wh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jni7i0a5wh] {
    flex: 1;
}

.sidebar[b-jni7i0a5wh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-jni7i0a5wh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jni7i0a5wh]  a, .top-row[b-jni7i0a5wh]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-jni7i0a5wh]  a:hover, .top-row[b-jni7i0a5wh]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-jni7i0a5wh]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-jni7i0a5wh] {
        justify-content: space-between;
    }

    .top-row[b-jni7i0a5wh]  a, .top-row[b-jni7i0a5wh]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jni7i0a5wh] {
        flex-direction: row;
    }

    .sidebar[b-jni7i0a5wh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jni7i0a5wh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jni7i0a5wh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jni7i0a5wh], article[b-jni7i0a5wh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-jni7i0a5wh] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-jni7i0a5wh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
#components-reconnect-modal[b-pdxb202huo] {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: 22px;
    pointer-events: none;
}

#components-reconnect-modal.components-reconnect-show[b-pdxb202huo],
#components-reconnect-modal.components-reconnect-retrying[b-pdxb202huo],
#components-reconnect-modal.components-reconnect-failed[b-pdxb202huo],
#components-reconnect-modal.components-reconnect-rejected[b-pdxb202huo],
#components-reconnect-modal.components-reconnect-paused[b-pdxb202huo],
#components-reconnect-modal.components-reconnect-resume-failed[b-pdxb202huo] {
    display: flex;
}

#components-reconnect-modal.components-reconnect-hide[b-pdxb202huo] {
    display: none;
}

#components-reconnect-modal .reconnect-card[b-pdxb202huo] {
    width: min(420px, 100%);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 6px 12px;
    align-items: center;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 48px rgba(15, 23, 42, .14);
    color: #102033;
    padding: 14px 16px;
    pointer-events: auto;
}

#components-reconnect-modal .reconnect-spinner[b-pdxb202huo] {
    width: 22px;
    height: 22px;
    grid-row: span 2;
    border: 3px solid #dbeafe;
    border-top-color: #1677ff;
    border-radius: 999px;
    animation: reconnect-spin-b-pdxb202huo .8s linear infinite;
}

#components-reconnect-modal strong[b-pdxb202huo] {
    font-size: .95rem;
    font-weight: 900;
}

#components-reconnect-modal p[b-pdxb202huo] {
    margin: 0;
    color: #5f7086;
    font-size: .82rem;
    line-height: 1.45;
}

#components-reconnect-modal button[b-pdxb202huo] {
    grid-column: 2;
    justify-self: start;
    display: none;
    border: 1px solid #1677ff;
    border-radius: 8px;
    background: #1677ff;
    color: #ffffff;
    padding: 8px 12px;
    font-size: .82rem;
    font-weight: 900;
    cursor: pointer;
}

#components-reconnect-modal button:hover[b-pdxb202huo] {
    background: #0f63d8;
}

#components-reconnect-modal.components-reconnect-failed button[b-pdxb202huo],
#components-reconnect-modal.components-reconnect-rejected button[b-pdxb202huo],
#components-reconnect-modal.components-reconnect-resume-failed button[b-pdxb202huo] {
    display: inline-flex;
}

#components-reconnect-modal.components-reconnect-failed .reconnect-spinner[b-pdxb202huo],
#components-reconnect-modal.components-reconnect-rejected .reconnect-spinner[b-pdxb202huo],
#components-reconnect-modal.components-reconnect-resume-failed .reconnect-spinner[b-pdxb202huo] {
    animation: none;
    border-color: #fecaca;
    border-top-color: #ef4444;
}

@keyframes reconnect-spin-b-pdxb202huo {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Pages/AdminAnalytics.razor.rz.scp.css */
.admin-analytics-page[b-oxx0js17kd] {
    min-height: auto;
    background: transparent;
    color: #102033;
    padding: 0;
}

.admin-shell[b-oxx0js17kd] {
    width: 100%;
    margin: 0 0 18px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
    padding: 26px;
}

.admin-header[b-oxx0js17kd],
.section-title[b-oxx0js17kd],
.header-actions[b-oxx0js17kd] {
    display: flex;
}

.admin-header[b-oxx0js17kd],
.section-title[b-oxx0js17kd] {
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.admin-header h1[b-oxx0js17kd],
.section-title h2[b-oxx0js17kd] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 8px;
    font-weight: 900;
}

.admin-header p[b-oxx0js17kd],
.section-title p[b-oxx0js17kd] {
    margin: 0;
    color: #5f7086;
}

.kicker[b-oxx0js17kd] {
    margin-bottom: 8px !important;
    color: #1677ff !important;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.header-actions[b-oxx0js17kd] {
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.admin-nav-button[b-oxx0js17kd] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #ffffff;
    color: #075985;
    padding: 0 12px;
    font-size: .82rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

button.admin-nav-button[b-oxx0js17kd] {
    cursor: pointer;
}

.admin-nav-button:hover[b-oxx0js17kd] {
    background: #eff6ff;
    color: #1677ff;
}

.summary-grid[b-oxx0js17kd] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.summary-card[b-oxx0js17kd],
.trend-panel[b-oxx0js17kd],
.plan-card[b-oxx0js17kd],
.table-panel[b-oxx0js17kd] {
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fafc;
}

.summary-card[b-oxx0js17kd] {
    padding: 16px;
}

.summary-card span[b-oxx0js17kd],
.summary-card small[b-oxx0js17kd],
.analytics-table small[b-oxx0js17kd],
.funnel-step small[b-oxx0js17kd] {
    color: #5f7086;
}

.summary-card span[b-oxx0js17kd] {
    display: block;
    margin-bottom: 8px;
    font-size: .78rem;
    font-weight: 900;
}

.summary-card strong[b-oxx0js17kd] {
    display: block;
    margin-bottom: 4px;
    font-size: 1.28rem;
    font-weight: 950;
}

.trend-grid[b-oxx0js17kd],
.insight-grid[b-oxx0js17kd] {
    display: grid;
    gap: 14px;
}

.trend-grid[b-oxx0js17kd] {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
}

.insight-grid[b-oxx0js17kd] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trend-panel[b-oxx0js17kd],
.table-panel[b-oxx0js17kd] {
    min-width: 0;
    padding: 16px;
}

.trend-panel[b-oxx0js17kd] {
    display: flex;
    flex-direction: column;
}

.trend-panel h3[b-oxx0js17kd],
.table-panel h3[b-oxx0js17kd] {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 950;
}

.trend-year[b-oxx0js17kd] {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #eef4ff;
    color: #2563eb;
    font-size: .72rem;
    font-weight: 950;
    vertical-align: middle;
}

.bar-chart[b-oxx0js17kd] {
    display: grid;
    gap: 9px;
}

.bar-chart.compact[b-oxx0js17kd] {
    max-height: 360px;
    overflow-y: auto;
    padding-right: 4px;
}

.bar-row[b-oxx0js17kd] {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) 44px;
    align-items: center;
    gap: 10px;
    min-height: 24px;
}

.bar-row span[b-oxx0js17kd] {
    color: #5f7086;
    font-size: .76rem;
    font-weight: 850;
}

.bar-row strong[b-oxx0js17kd] {
    text-align: right;
    font-size: .78rem;
    font-weight: 950;
}

.bar-track[b-oxx0js17kd] {
    width: 100%;
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #e6edf5;
}

.bar-fill[b-oxx0js17kd] {
    height: 100%;
    min-width: 3px;
    border-radius: inherit;
    background: #1677ff;
}

.bar-fill.teal[b-oxx0js17kd] {
    background: #0f9f8f;
}

.bar-fill.amber[b-oxx0js17kd] {
    background: #d97706;
}

.axis-bar-chart[b-oxx0js17kd] {
    position: relative;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(26px, 1fr);
    align-items: end;
    gap: 3px;
    min-height: 306px;
    margin-top: auto;
    overflow-x: auto;
    padding: 28px 8px 8px;
}

.axis-bar-chart.daily[b-oxx0js17kd] {
    grid-auto-columns: minmax(22px, 1fr);
}

.axis-bar-chart.weekly[b-oxx0js17kd] {
    grid-auto-columns: minmax(42px, 1fr);
}

.axis-column[b-oxx0js17kd] {
    --axis-color: #2fd5bd;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-rows: 22px 20px 176px 64px;
    align-items: end;
    justify-items: center;
    gap: 0;
    min-width: 0;
}

.axis-bar-chart.daily .axis-column:nth-child(3n + 2)[b-oxx0js17kd] {
    --axis-color: #31b8bd;
}

.axis-bar-chart.daily .axis-column:nth-child(3n)[b-oxx0js17kd] {
    --axis-color: #3c9fbd;
}

.axis-bar-chart.weekly .axis-column[b-oxx0js17kd] {
    --axis-color: #6b4bd8;
}

.axis-bar-chart.weekly .axis-column:nth-child(3n + 2)[b-oxx0js17kd] {
    --axis-color: #5d72d3;
}

.axis-bar-chart.weekly .axis-column:nth-child(3n)[b-oxx0js17kd] {
    --axis-color: #8359c9;
}

.axis-column[b-oxx0js17kd]::before {
    display: none;
}

.axis-column[b-oxx0js17kd]::after {
    display: none;
}

.axis-value[b-oxx0js17kd] {
    visibility: hidden;
    color: #243247;
    font-size: .68rem;
    font-weight: 950;
    line-height: 1;
    text-align: center;
}

.axis-value.show[b-oxx0js17kd] {
    visibility: visible;
}

.axis-value-gap[b-oxx0js17kd] {
    display: block;
    width: 1px;
    height: 20px;
}

.axis-bar-track[b-oxx0js17kd] {
    display: flex;
    align-items: end;
    width: 11px;
    height: 176px;
    overflow: hidden;
    border-radius: 999px;
    background: #f0f1f3;
    box-shadow: inset 0 2px 7px rgba(15, 23, 42, .12);
}

.axis-bar-chart.weekly .axis-bar-track[b-oxx0js17kd] {
    width: 22px;
}

.axis-bar-fill[b-oxx0js17kd] {
    width: 100%;
    border-radius: 999px 999px 0 0;
    background: var(--axis-color);
}

.axis-bar-fill.teal[b-oxx0js17kd] {
    background: var(--axis-color);
}

.axis-label[b-oxx0js17kd] {
    align-self: start;
    margin-top: 18px;
    color: #4b5563;
    font-size: .62rem;
    font-weight: 850;
    line-height: 1.1;
    text-align: center;
    transform: rotate(-35deg);
    transform-origin: top left;
    white-space: nowrap;
}

.plan-grid[b-oxx0js17kd] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.plan-card[b-oxx0js17kd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px;
}

.plan-card span[b-oxx0js17kd],
.plan-card small[b-oxx0js17kd] {
    font-weight: 950;
}

.plan-card strong[b-oxx0js17kd] {
    display: block;
    margin-top: 6px;
    font-size: 1.5rem;
    font-weight: 950;
}

.plan-card.free[b-oxx0js17kd] {
    border-color: #cbd5e1;
    background: #f8fafc;
}

.plan-card.team[b-oxx0js17kd] {
    border-color: #bfdbfe;
    background: #eff6ff;
}

.plan-card.business[b-oxx0js17kd] {
    border-color: #a7f3d0;
    background: #ecfdf5;
}

.plan-card.enterprise[b-oxx0js17kd] {
    border-color: #fde68a;
    background: #fffbeb;
}

.funnel-list[b-oxx0js17kd] {
    display: grid;
    gap: 10px;
}

.funnel-step[b-oxx0js17kd] {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) 70px;
    align-items: center;
    gap: 14px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #fbfdff;
    padding: 13px 14px;
}

.funnel-step span[b-oxx0js17kd],
.funnel-step strong[b-oxx0js17kd] {
    display: block;
}

.funnel-step span[b-oxx0js17kd] {
    color: #5f7086;
    font-size: .78rem;
    font-weight: 900;
}

.funnel-step strong[b-oxx0js17kd] {
    margin-top: 3px;
    font-size: 1.12rem;
    font-weight: 950;
}

.funnel-step small[b-oxx0js17kd] {
    text-align: right;
    font-weight: 950;
}

.table-wrap[b-oxx0js17kd] {
    overflow-x: auto;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
}

.analytics-table[b-oxx0js17kd] {
    width: 100%;
    border-collapse: collapse;
    min-width: 520px;
}

.analytics-table th[b-oxx0js17kd],
.analytics-table td[b-oxx0js17kd] {
    padding: 13px 14px;
    border-bottom: 1px solid #e7edf5;
    text-align: left;
    vertical-align: top;
}

.analytics-table th[b-oxx0js17kd] {
    background: #f8fafc;
    font-size: .82rem;
    font-weight: 950;
}

.analytics-table tr:last-child td[b-oxx0js17kd] {
    border-bottom: 0;
}

.analytics-table strong[b-oxx0js17kd],
.analytics-table small[b-oxx0js17kd] {
    display: block;
}

.empty-cell[b-oxx0js17kd] {
    padding: 28px !important;
    text-align: center !important;
    color: #5f7086;
    font-weight: 900;
}

.alert[b-oxx0js17kd] {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 16px;
    font-weight: 800;
}

.alert-danger[b-oxx0js17kd] {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.loading-panel[b-oxx0js17kd] {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fafc;
    padding: 18px;
    color: #5f7086;
    font-weight: 900;
}

@media (max-width: 1100px) {
    .summary-grid[b-oxx0js17kd],
    .plan-grid[b-oxx0js17kd] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trend-grid[b-oxx0js17kd],
    .insight-grid[b-oxx0js17kd] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .admin-header[b-oxx0js17kd],
    .section-title[b-oxx0js17kd] {
        display: grid;
    }

    .summary-grid[b-oxx0js17kd],
    .plan-grid[b-oxx0js17kd] {
        grid-template-columns: 1fr;
    }

    .funnel-step[b-oxx0js17kd] {
        grid-template-columns: 1fr;
    }

    .funnel-step small[b-oxx0js17kd] {
        text-align: left;
    }

    .bar-row[b-oxx0js17kd] {
        grid-template-columns: 64px minmax(0, 1fr) 38px;
    }

    .axis-bar-chart[b-oxx0js17kd] {
        grid-auto-columns: minmax(22px, 1fr);
        min-height: 272px;
        padding-inline: 6px;
        padding-top: 24px;
    }

    .axis-column[b-oxx0js17kd] {
        grid-template-rows: 18px 18px 150px 56px;
        gap: 0;
    }

    .axis-bar-track[b-oxx0js17kd] {
        width: 10px;
        height: 150px;
    }

    .axis-bar-chart.weekly .axis-bar-track[b-oxx0js17kd] {
        width: 20px;
    }

    .admin-shell[b-oxx0js17kd] {
        padding: 18px;
    }
}
/* /Components/Pages/AdminConfig.razor.rz.scp.css */
.config-page[b-dxnuswero4] {
    min-height: auto;
    background: transparent;
    color: #102033;
    padding: 0;
}

.config-shell[b-dxnuswero4] {
    width: 100%;
    margin: 0 0 18px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
    padding: 26px;
}

.config-header[b-dxnuswero4] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.config-header.compact[b-dxnuswero4] {
    margin-bottom: 16px;
}

.config-header h1[b-dxnuswero4],
.config-header h2[b-dxnuswero4] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 8px;
    font-weight: 900;
}

.config-header p[b-dxnuswero4] {
    margin: 0;
    color: #5f7086;
}

.kicker[b-dxnuswero4] {
    margin-bottom: 8px !important;
    color: #1677ff !important;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.header-actions[b-dxnuswero4],
.alert[b-dxnuswero4],
.header-actions .btn[b-dxnuswero4],
.log-file-table .btn[b-dxnuswero4],
.log-preview-header .btn[b-dxnuswero4] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.header-actions[b-dxnuswero4] {
    justify-content: flex-end;
    flex-wrap: wrap;
}

.log-setting-grid[b-dxnuswero4],
.log-count-grid[b-dxnuswero4] {
    display: grid;
    gap: 12px;
}

.log-setting-grid[b-dxnuswero4] {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.level-select-card[b-dxnuswero4],
.setting-card[b-dxnuswero4] {
    min-height: 48px;
    display: grid;
    align-content: center;
    gap: 6px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fafc;
    padding: 12px;
}

.level-select-card[b-dxnuswero4] {
    grid-template-columns: minmax(0, 90px) minmax(0, 1fr);
    align-items: center;
}

.level-select-card span[b-dxnuswero4],
.setting-card span[b-dxnuswero4],
.log-toolbar span[b-dxnuswero4] {
    color: #31506d;
    font-size: .82rem;
    font-weight: 900;
}

.setting-card strong[b-dxnuswero4] {
    overflow: hidden;
    color: #102033;
    font-size: .92rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.log-toolbar[b-dxnuswero4] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 14px;
}

.log-source-tabs[b-dxnuswero4] {
    display: inline-flex;
    gap: 8px;
    margin-bottom: 14px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fafc;
    padding: 4px;
}

.log-source-tabs button[b-dxnuswero4] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #31506d;
    padding: 0 14px;
    font-weight: 900;
}

.log-source-tabs button.active[b-dxnuswero4],
.log-source-tabs button:hover[b-dxnuswero4] {
    background: #1677ff;
    color: #ffffff;
}

.log-root-card[b-dxnuswero4] {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 80px) minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fafc;
    padding: 10px 12px;
}

.log-root-card span[b-dxnuswero4] {
    color: #31506d;
    font-size: .82rem;
    font-weight: 900;
}

.log-root-card strong[b-dxnuswero4] {
    overflow: hidden;
    color: #102033;
    font-size: .86rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.log-count-grid[b-dxnuswero4] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 16px;
}

.log-count-card[b-dxnuswero4] {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fafc;
    color: #31506d;
    padding: 10px 12px;
    font-weight: 900;
}

.log-count-card.active[b-dxnuswero4],
.log-count-card:hover[b-dxnuswero4] {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #075985;
}

.log-count-card strong[b-dxnuswero4] {
    color: #102033;
    font-size: 1.1rem;
}

.table-wrap[b-dxnuswero4] {
    overflow-x: auto;
    border: 1px solid #dce6f2;
    border-radius: 8px;
}

table[b-dxnuswero4] {
    width: 100%;
    min-width: 920px;
    border-collapse: collapse;
}

th[b-dxnuswero4],
td[b-dxnuswero4] {
    border-bottom: 1px solid #edf2f7;
    padding: 12px;
    text-align: left;
    vertical-align: middle;
}

th[b-dxnuswero4] {
    background: #f8fafc;
    color: #31506d;
    font-size: .82rem;
    font-weight: 900;
}

td[b-dxnuswero4] {
    color: #25384f;
    font-size: .88rem;
    font-weight: 800;
}

tbody tr:last-child td[b-dxnuswero4] {
    border-bottom: 0;
}

tbody tr.selected td[b-dxnuswero4] {
    background: #eef4ff;
}

.log-level-pill[b-dxnuswero4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 24px;
    border-radius: 999px;
    padding: 0 8px;
    font-size: .72rem;
    font-weight: 900;
}

.log-level-pill.debug[b-dxnuswero4] {
    background: #eef2ff;
    color: #3730a3;
}

.log-level-pill.info[b-dxnuswero4] {
    background: #eff6ff;
    color: #075985;
}

.log-level-pill.error[b-dxnuswero4] {
    background: #fef2f2;
    color: #b91c1c;
}

.log-level-pill.audit[b-dxnuswero4] {
    background: #ecfdf5;
    color: #047857;
}

.file-link-button[b-dxnuswero4] {
    border: 0;
    background: transparent;
    color: #0b5ed7;
    padding: 0;
    font: inherit;
    font-weight: 900;
    text-align: left;
    text-decoration: none;
}

.file-link-button:hover[b-dxnuswero4] {
    text-decoration: underline;
}

.empty-cell[b-dxnuswero4] {
    color: #5f7086;
    font-weight: 800;
}

.log-preview-panel[b-dxnuswero4] {
    overflow: hidden;
    margin-top: 0;
    border-radius: 0 0 8px 8px;
    background: #0f172a;
    color: #e5edf8;
}

.log-preview-header[b-dxnuswero4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-top: 1px solid #23324a;
    border-bottom: 1px solid #26364f;
    padding: 14px 16px;
}

.log-preview-header strong[b-dxnuswero4],
.log-preview-header small[b-dxnuswero4] {
    display: block;
}

.log-preview-header small[b-dxnuswero4] {
    margin-top: 2px;
    color: #9fb0c8;
    font-weight: 800;
}

.log-preview-panel pre[b-dxnuswero4] {
    max-height: 430px;
    overflow: auto;
    margin: 0;
    padding: 16px;
    color: #f8fafc;
    font-size: .78rem;
    line-height: 1.55;
    white-space: pre-wrap;
    word-break: break-word;
}

@media (max-width: 980px) {
    .log-setting-grid[b-dxnuswero4] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 800px) {
    .log-count-grid[b-dxnuswero4] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .config-shell[b-dxnuswero4] {
        padding: 20px;
    }

    .config-header[b-dxnuswero4],
    .header-actions[b-dxnuswero4],
    .log-setting-grid[b-dxnuswero4],
    .log-count-grid[b-dxnuswero4],
    .log-toolbar[b-dxnuswero4] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .level-select-card[b-dxnuswero4],
    .log-toolbar label[b-dxnuswero4] {
        grid-template-columns: 1fr;
    }

    .header-actions[b-dxnuswero4] {
        justify-content: stretch;
    }

    .header-actions .btn[b-dxnuswero4] {
        justify-content: center;
    }
}
/* /Components/Pages/AdminDownload.razor.rz.scp.css */
.download-admin-page[b-ex2f80rp16] {
    min-height: auto;
    background: transparent;
    color: #102033;
    padding: 0;
}

.admin-shell[b-ex2f80rp16] {
    width: 100%;
    margin: 0 0 18px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
    padding: 26px;
}

.admin-header[b-ex2f80rp16],
.section-title[b-ex2f80rp16],
.header-actions[b-ex2f80rp16] {
    display: flex;
}

.admin-header[b-ex2f80rp16],
.section-title[b-ex2f80rp16] {
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.admin-header h1[b-ex2f80rp16],
.section-title h2[b-ex2f80rp16] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 8px;
    font-weight: 900;
}

.admin-header p[b-ex2f80rp16],
.section-title p[b-ex2f80rp16] {
    margin: 0;
    color: #5f7086;
}

.kicker[b-ex2f80rp16] {
    margin-bottom: 8px !important;
    color: #1677ff !important;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.header-actions[b-ex2f80rp16] {
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.section-actions[b-ex2f80rp16] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.download-admin-tabs[b-ex2f80rp16] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 18px;
}

.download-admin-tab[b-ex2f80rp16] {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    color: #334155;
    padding: 0 14px;
    font-size: .9rem;
    font-weight: 900;
    cursor: pointer;
}

.download-admin-tab:hover[b-ex2f80rp16],
.download-admin-tab.active[b-ex2f80rp16] {
    border-color: #1677ff;
    background: #eff6ff;
    color: #075985;
}

.admin-nav-button[b-ex2f80rp16] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #ffffff;
    color: #075985;
    padding: 0 12px;
    font-size: .82rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.admin-nav-button:hover[b-ex2f80rp16] {
    background: #eff6ff;
    color: #1677ff;
}

.open-badge[b-ex2f80rp16],
.count-badge[b-ex2f80rp16],
.status-pill[b-ex2f80rp16],
.package-history-badge[b-ex2f80rp16] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 8px;
    font-weight: 900;
    white-space: nowrap;
}

.open-badge[b-ex2f80rp16] {
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    color: #075985;
    padding: 7px 10px;
    font-size: .8rem;
}

.count-badge[b-ex2f80rp16] {
    border: 1px solid #dce6f2;
    background: #f8fafc;
    color: #5f7086;
    padding: 7px 10px;
    font-size: .82rem;
}

.summary-grid[b-ex2f80rp16],
.version-grid[b-ex2f80rp16],
.form-grid[b-ex2f80rp16] {
    display: grid;
    gap: 12px;
}

.version-form[b-ex2f80rp16] {
    display: grid;
    gap: 18px;
}

.package-selector[b-ex2f80rp16] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.package-option[b-ex2f80rp16] {
    min-height: 64px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    color: #334155;
    padding: 12px 14px;
    text-align: left;
    cursor: pointer;
}

.package-option:hover[b-ex2f80rp16],
.package-option.active[b-ex2f80rp16] {
    border-color: #1677ff;
    background: #eff6ff;
    color: #075985;
    box-shadow: 0 0 0 3px rgba(22, 119, 255, .1);
}

.package-option i[b-ex2f80rp16] {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #f8fbff;
    color: #1677ff;
    font-size: 1rem;
}

.package-option span[b-ex2f80rp16] {
    min-width: 0;
}

.package-option strong[b-ex2f80rp16],
.package-option small[b-ex2f80rp16] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.package-option strong[b-ex2f80rp16] {
    font-size: .93rem;
    font-weight: 900;
}

.package-option small[b-ex2f80rp16] {
    margin-top: 3px;
    color: #5f7086;
    font-size: .78rem;
    font-weight: 800;
}

.selected-package-summary[b-ex2f80rp16] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fafc;
    padding: 12px;
}

.selected-package-summary div[b-ex2f80rp16] {
    min-width: 0;
}

.selected-package-summary span[b-ex2f80rp16],
.selected-package-summary strong[b-ex2f80rp16] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selected-package-summary span[b-ex2f80rp16] {
    color: #7f8fa3;
    font-size: .75rem;
    font-weight: 900;
}

.selected-package-summary strong[b-ex2f80rp16] {
    margin-top: 3px;
    color: #102033;
    font-size: .86rem;
    font-weight: 900;
}

.form-grid[b-ex2f80rp16] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.version-form label[b-ex2f80rp16],
.release-note-field[b-ex2f80rp16],
.upload-field[b-ex2f80rp16] {
    display: grid;
    gap: 7px;
    color: #102033;
    font-weight: 900;
}

.field-title-row[b-ex2f80rp16] {
    display: flex;
    align-items: baseline;
    gap: 8px;
    min-width: 0;
}

.field-title-row .form-hint[b-ex2f80rp16] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.release-note-field[b-ex2f80rp16],
.upload-field[b-ex2f80rp16] {
    width: 100%;
}

.release-note-field[b-ex2f80rp16] {
    margin-bottom: 8px;
}

.release-note-field + .release-note-field[b-ex2f80rp16] {
    margin-top: -6px;
}

.release-note-field textarea[b-ex2f80rp16],
.release-note-field[b-ex2f80rp16]  textarea {
    min-height: 148px;
    resize: vertical;
}

.upload-feedback-row[b-ex2f80rp16] {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}

.upload-field[b-ex2f80rp16] {
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fbff;
    padding: 14px 16px;
    margin: 4px 0 6px;
}

.upload-field.has-dropzone[b-ex2f80rp16] {
    gap: 10px;
}

.upload-dropzone[b-ex2f80rp16] {
    position: relative;
    min-height: 82px;
    overflow: hidden;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.upload-dropzone:hover[b-ex2f80rp16],
.upload-dropzone:focus-within[b-ex2f80rp16],
.upload-dropzone.is-dragover[b-ex2f80rp16] {
    border-color: #1677ff;
    background: #eff6ff;
    box-shadow: 0 0 0 3px rgba(22, 119, 255, .12);
}

.upload-dropzone.is-uploading[b-ex2f80rp16] {
    border-color: #1677ff;
    background: #eff6ff;
    box-shadow: 0 0 0 3px rgba(22, 119, 255, .12);
}

.upload-dropzone.is-dragover .upload-dropzone-content[b-ex2f80rp16] {
    color: #075985;
}

.upload-dropzone input[type="file"][b-ex2f80rp16],
.upload-dropzone[b-ex2f80rp16]  input[type="file"] {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.upload-dropzone.is-uploading input[type="file"][b-ex2f80rp16],
.upload-dropzone.is-uploading[b-ex2f80rp16]  input[type="file"] {
    pointer-events: none;
}

.upload-dropzone-content[b-ex2f80rp16] {
    min-height: 82px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    gap: 7px;
    padding: 14px 16px;
    color: #102033;
    text-align: center;
}

.upload-select-button[b-ex2f80rp16] {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #eff6ff;
    color: #075985;
    padding: 0 13px;
    font-size: .86rem;
    font-weight: 900;
}

.upload-select-button i[b-ex2f80rp16] {
    color: #1677ff;
    font-size: 1.05rem;
}

.upload-dropzone-content strong[b-ex2f80rp16] {
    line-height: 1.2;
    font-weight: 800;
}

.upload-progress-overlay[b-ex2f80rp16] {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: grid;
    grid-template-columns: auto minmax(0, max-content);
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 4px 10px;
    padding: 14px 18px;
    background: rgba(248, 251, 255, .92);
    color: #102033;
    text-align: left;
}

.upload-progress-overlay strong[b-ex2f80rp16] {
    font-size: .95rem;
    font-weight: 900;
    line-height: 1.2;
}

.upload-progress-overlay small[b-ex2f80rp16] {
    grid-column: 2;
    color: #5f7086;
    font-size: .78rem;
    font-weight: 800;
    white-space: nowrap;
}

.upload-spinner[b-ex2f80rp16] {
    grid-row: span 2;
    width: 26px;
    height: 26px;
    border: 3px solid rgba(22, 119, 255, .18);
    border-top-color: #1677ff;
    border-radius: 50%;
    animation: upload-spin-b-ex2f80rp16 .8s linear infinite;
}

@keyframes upload-spin-b-ex2f80rp16 {
    to {
        transform: rotate(360deg);
    }
}

.upload-field small[b-ex2f80rp16] {
    min-width: 0;
    overflow: hidden;
    color: #5f7086;
    font-size: .84rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inline-alert[b-ex2f80rp16] {
    min-width: min(100%, 420px);
    min-height: 42px;
    flex: 1 1 420px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px 14px;
}

.download-admin-alert[b-ex2f80rp16] {
    width: 100%;
    margin: 0 0 18px;
}

.form-hint[b-ex2f80rp16] {
    color: #5f7086;
    font-size: .78rem;
    font-weight: 800;
}

.version-bottom-row[b-ex2f80rp16] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 12px;
}

.switch-row[b-ex2f80rp16],
.card-actions[b-ex2f80rp16],
.form-actions[b-ex2f80rp16] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.switch-row[b-ex2f80rp16] {
    margin-top: 0;
    flex: 0 0 auto;
}

.version-form .form-actions[b-ex2f80rp16] {
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
    margin-top: 0;
}

.switch-row label[b-ex2f80rp16] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fafc;
    padding: 10px 12px;
}

.form-actions .btn[b-ex2f80rp16],
.card-actions .btn[b-ex2f80rp16] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.summary-grid[b-ex2f80rp16] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.summary-card[b-ex2f80rp16],
.version-card[b-ex2f80rp16] {
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fafc;
    padding: 16px;
}

.version-card[b-ex2f80rp16] {
    position: relative;
    padding-right: 64px;
}

.release-note-card-button[b-ex2f80rp16] {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    color: #31506d;
    cursor: pointer;
    transition: border-color .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.release-note-card-button:hover[b-ex2f80rp16],
.release-note-card-button:focus-visible[b-ex2f80rp16] {
    border-color: #1677ff;
    background: #eff6ff;
    color: #1677ff;
    box-shadow: 0 0 0 3px rgba(22, 119, 255, .12);
    transform: translateY(-1px);
}

.release-note-card-button i[b-ex2f80rp16] {
    font-size: 1rem;
}

.summary-card span[b-ex2f80rp16],
.version-card small[b-ex2f80rp16],
td small[b-ex2f80rp16] {
    display: block;
    color: #7f8fa3;
    font-size: .78rem;
    font-weight: 800;
}

.summary-card strong[b-ex2f80rp16] {
    display: block;
    overflow: hidden;
    margin: 7px 0 3px;
    color: #102033;
    font-size: 1.05rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.version-grid[b-ex2f80rp16] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.version-package-list[b-ex2f80rp16] {
    display: grid;
    gap: 16px;
}

.version-package-section[b-ex2f80rp16] {
    display: grid;
    gap: 12px;
    border-top: 1px solid #dce6f2;
    padding-top: 16px;
}

.version-package-section:first-child[b-ex2f80rp16] {
    border-top: 0;
    padding-top: 0;
}

.version-package-header[b-ex2f80rp16] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.version-package-header small[b-ex2f80rp16] {
    display: block;
    margin-top: 4px;
    color: #7f8fa3;
    font-size: .78rem;
    font-weight: 800;
}

.version-package-title[b-ex2f80rp16] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #102033;
    font-size: 1rem;
    font-weight: 900;
}

.version-package-title i[b-ex2f80rp16] {
    color: #1677ff;
}

.version-card h3[b-ex2f80rp16] {
    margin: 12px 0 6px;
    font-size: 1.25rem;
    font-weight: 900;
}

.version-card p[b-ex2f80rp16] {
    margin: 0 0 8px;
    color: #31506d;
    font-weight: 800;
    word-break: break-all;
}

.version-card .release-note[b-ex2f80rp16] {
    margin-top: 6px;
    color: #5f7086;
}

.card-actions[b-ex2f80rp16] {
    margin-top: 14px;
}

.version-detail-list[b-ex2f80rp16] {
    margin-top: 14px;
}

.status-pill[b-ex2f80rp16] {
    min-height: 28px;
    padding: 0 9px;
    border: 1px solid #dce6f2;
    background: #f8fafc;
    color: #5f7086;
    font-size: .76rem;
}

.status-pill.success[b-ex2f80rp16] {
    border-color: #bbf7d0;
    background: #ecfdf5;
    color: #047857;
}

.status-pill.info[b-ex2f80rp16] {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #075985;
}

.status-pill.danger[b-ex2f80rp16] {
    border-color: #fecaca;
    background: #fef2f2;
    color: #b91c1c;
}

.status-pill.muted[b-ex2f80rp16] {
    border-color: #e5e7eb;
    background: #f9fafb;
    color: #6b7280;
}

.package-history-badge[b-ex2f80rp16] {
    min-height: 28px;
    border: 1px solid #dce6f2;
    background: #ffffff;
    color: #31506d;
    padding: 0 9px;
    font-size: .76rem;
}

.package-history-badge.client[b-ex2f80rp16] {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #075985;
}

.package-history-badge.ai-service[b-ex2f80rp16] {
    border-color: #c4b5fd;
    background: #f5f3ff;
    color: #5b21b6;
}

.package-history-badge.linux[b-ex2f80rp16] {
    border-color: #a7f3d0;
    background: #ecfdf5;
    color: #047857;
}

.table-wrap[b-ex2f80rp16] {
    overflow-x: auto;
    border: 1px solid #dce6f2;
    border-radius: 8px;
}

.table-action-header[b-ex2f80rp16],
.table-action-cell[b-ex2f80rp16] {
    width: 220px;
    text-align: right;
    white-space: nowrap;
}

.ticket-action-group[b-ex2f80rp16] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.muted-action[b-ex2f80rp16] {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    color: #7f8fa3;
    font-size: .78rem;
    font-weight: 800;
    white-space: nowrap;
}

.recent-ticket-table[b-ex2f80rp16] {
    max-height: 560px;
    overflow: auto;
}

.recent-ticket-table thead th[b-ex2f80rp16] {
    position: sticky;
    top: 0;
    z-index: 1;
}

table[b-ex2f80rp16] {
    width: 100%;
    border-collapse: collapse;
    min-width: 980px;
}

th[b-ex2f80rp16],
td[b-ex2f80rp16] {
    border-bottom: 1px solid #edf2f7;
    padding: 12px;
    text-align: left;
    vertical-align: top;
}

th[b-ex2f80rp16] {
    background: #f8fafc;
    color: #31506d;
    font-size: .82rem;
    font-weight: 900;
}

td[b-ex2f80rp16] {
    color: #25384f;
    font-size: .88rem;
}

td strong[b-ex2f80rp16] {
    display: block;
    color: #102033;
}

tbody tr:last-child td[b-ex2f80rp16] {
    border-bottom: 0;
}

.event-list[b-ex2f80rp16] {
    display: grid;
    gap: 10px;
}

.event-list article[b-ex2f80rp16],
.empty-state[b-ex2f80rp16] {
    align-items: center;
    gap: 12px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fafc;
    padding: 12px 14px;
}

.event-list article[b-ex2f80rp16] {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr) minmax(340px, auto) auto;
}

.event-detail[b-ex2f80rp16] {
    grid-column: 3;
    grid-row: 1;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.event-package[b-ex2f80rp16] {
    grid-column: 2;
    grid-row: 1;
}

.empty-state[b-ex2f80rp16] {
    display: flex;
}

.event-list strong[b-ex2f80rp16] {
    display: block;
    min-width: 0;
    overflow: hidden;
    color: #102033;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-list small[b-ex2f80rp16] {
    display: block;
    margin-top: 2px;
    color: #7f8fa3;
    font-weight: 800;
}

.event-duration[b-ex2f80rp16] {
    flex: 0 0 auto;
    color: #5f7086;
    font-size: .82rem;
    font-weight: 900;
    white-space: nowrap;
}

.event-meta[b-ex2f80rp16] {
    grid-column: 4;
    grid-row: 1;
    justify-self: end;
    min-width: 0;
    max-width: 420px;
    overflow: hidden;
    color: #31506d;
    font-size: .84rem;
    text-align: right;
}

.event-meta strong[b-ex2f80rp16],
.event-meta small[b-ex2f80rp16] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-delete-button[b-ex2f80rp16] {
    grid-column: 5;
    grid-row: 1;
    justify-self: end;
    white-space: nowrap;
}

.empty-state[b-ex2f80rp16],
.empty-cell[b-ex2f80rp16] {
    color: #5f7086;
    font-weight: 800;
}

.empty-state.compact[b-ex2f80rp16] {
    padding: 12px;
}

.empty-state i[b-ex2f80rp16] {
    color: #1677ff;
}

.alert[b-ex2f80rp16],
.header-actions .btn[b-ex2f80rp16],
.table-action-cell .btn[b-ex2f80rp16],
.event-delete-button[b-ex2f80rp16] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.release-note-modal-backdrop[b-ex2f80rp16] {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: rgba(15, 23, 42, .42);
}

.release-note-modal[b-ex2f80rp16] {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: min(760px, calc(100vw - 36px));
    max-height: min(780px, calc(100vh - 48px));
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 28px 80px rgba(15, 23, 42, .24);
    transform: translate(-50%, -50%);
}

.release-note-modal-header[b-ex2f80rp16] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #dce6f2;
    padding: 20px 22px;
}

.release-note-modal-header > div[b-ex2f80rp16] {
    min-width: 0;
}

.release-note-modal-header h2[b-ex2f80rp16] {
    overflow: hidden;
    margin: 0 0 4px;
    color: #102033;
    font-size: 1.35rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.release-note-modal-header small[b-ex2f80rp16] {
    display: block;
    overflow: hidden;
    max-width: 100%;
    color: #5f7086;
    font-size: .82rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.release-note-modal-close[b-ex2f80rp16] {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    color: #31506d;
    cursor: pointer;
}

.release-note-modal-close:hover[b-ex2f80rp16],
.release-note-modal-close:focus-visible[b-ex2f80rp16] {
    border-color: #1677ff;
    background: #eff6ff;
    color: #1677ff;
}

.release-note-modal-tabs[b-ex2f80rp16] {
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #dce6f2;
    background: #f8fafc;
    padding: 10px 22px;
}

.release-note-modal-tabs button[b-ex2f80rp16] {
    min-width: 88px;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    color: #31506d;
    padding: 0 14px;
    font-size: .86rem;
    font-weight: 900;
    cursor: pointer;
    transition: border-color .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
}

.release-note-modal-tabs button:hover[b-ex2f80rp16],
.release-note-modal-tabs button:focus-visible[b-ex2f80rp16],
.release-note-modal-tabs button.active[b-ex2f80rp16] {
    border-color: #1677ff;
    background: #eff6ff;
    color: #075985;
    box-shadow: 0 0 0 3px rgba(22, 119, 255, .1);
}

.release-note-modal-body[b-ex2f80rp16] {
    overflow: auto;
    padding: 18px 22px 22px;
}

.release-note-modal-content[b-ex2f80rp16] {
    min-height: 260px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fafc;
    color: #25384f;
    padding: 20px;
}

.release-note-modal-content[b-ex2f80rp16]  h3,
.release-note-modal-content[b-ex2f80rp16]  h4 {
    margin: 20px 0 12px;
    color: #102033;
    font-weight: 900;
    line-height: 1.35;
}

.release-note-modal-content[b-ex2f80rp16]  h3:first-child,
.release-note-modal-content[b-ex2f80rp16]  h4:first-child {
    margin-top: 0;
}

.release-note-modal-content[b-ex2f80rp16]  h3 {
    font-size: 1.08rem;
}

.release-note-modal-content[b-ex2f80rp16]  h4 {
    font-size: .98rem;
}

.release-note-modal-content[b-ex2f80rp16]  p,
.release-note-modal-content[b-ex2f80rp16]  li {
    color: #25384f;
    font-size: .94rem;
    font-weight: 700;
    line-height: 1.75;
}

.release-note-modal-content[b-ex2f80rp16]  p {
    margin: 0 0 12px;
}

.release-note-modal-content[b-ex2f80rp16]  ul,
.release-note-modal-content[b-ex2f80rp16]  ol {
    margin: 0 0 16px;
    padding-left: 22px;
}

.release-note-modal-content[b-ex2f80rp16]  strong {
    color: #102033;
    font-weight: 900;
}

.release-note-modal-content[b-ex2f80rp16]  code {
    border: 1px solid #dce6f2;
    border-radius: 6px;
    background: #ffffff;
    color: #075985;
    padding: 1px 5px;
    font-size: .9em;
    font-weight: 900;
}

.release-note-empty[b-ex2f80rp16] {
    margin: 0;
    color: #7f8fa3;
    font-weight: 800;
}

@media (max-width: 900px) {
    .admin-header[b-ex2f80rp16],
    .section-title[b-ex2f80rp16],
    .header-actions[b-ex2f80rp16] {
        display: grid;
        justify-content: stretch;
    }

    .summary-grid[b-ex2f80rp16],
    .version-grid[b-ex2f80rp16],
    .form-grid[b-ex2f80rp16],
    .package-selector[b-ex2f80rp16],
    .selected-package-summary[b-ex2f80rp16] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .admin-shell[b-ex2f80rp16] {
        padding: 20px;
    }

    .download-admin-tabs[b-ex2f80rp16] {
        grid-template-columns: 1fr;
    }

    .summary-grid[b-ex2f80rp16],
    .version-grid[b-ex2f80rp16],
    .form-grid[b-ex2f80rp16],
    .package-selector[b-ex2f80rp16],
    .selected-package-summary[b-ex2f80rp16] {
        grid-template-columns: 1fr;
    }

    .version-bottom-row[b-ex2f80rp16] {
        display: grid;
        align-items: stretch;
    }

    .field-title-row[b-ex2f80rp16] {
        display: grid;
        gap: 4px;
    }

    .field-title-row .form-hint[b-ex2f80rp16] {
        white-space: normal;
    }

    .version-form .form-actions[b-ex2f80rp16] {
        justify-content: stretch;
    }

    .inline-alert[b-ex2f80rp16] {
        min-width: 0;
        width: 100%;
    }

    .version-form .form-actions .btn[b-ex2f80rp16] {
        flex: 1 1 100%;
    }

    .event-list article[b-ex2f80rp16] {
        grid-template-columns: 1fr;
    }

    .version-package-header[b-ex2f80rp16] {
        display: grid;
        justify-content: stretch;
    }

    .event-detail[b-ex2f80rp16],
    .event-package[b-ex2f80rp16],
    .event-meta[b-ex2f80rp16],
    .event-delete-button[b-ex2f80rp16] {
        grid-column: 1;
        grid-row: auto;
        justify-self: start;
    }

    .event-detail[b-ex2f80rp16] {
        display: grid;
        gap: 4px;
    }

    .event-meta[b-ex2f80rp16] {
        max-width: 100%;
        text-align: left;
    }
}
/* /Components/Pages/AdminHelpdesk.razor.rz.scp.css */
.admin-helpdesk-page[b-b12n7luljw] {
    min-height: auto;
    background: transparent;
    color: #102033;
    padding: 0;
}

.admin-shell[b-b12n7luljw] {
    width: 100%;
    margin: 0 0 18px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
    padding: 26px;
}

.admin-header[b-b12n7luljw],
.section-title[b-b12n7luljw],
.header-actions[b-b12n7luljw],
.filter-row[b-b12n7luljw],
.detail-title-actions[b-b12n7luljw],
.form-actions[b-b12n7luljw] {
    display: flex;
}

.admin-header[b-b12n7luljw],
.section-title[b-b12n7luljw] {
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.admin-header h1[b-b12n7luljw],
.section-title h2[b-b12n7luljw] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 8px;
    font-weight: 900;
}

.admin-header p[b-b12n7luljw],
.section-title p[b-b12n7luljw] {
    margin: 0;
    color: #5f7086;
}

.kicker[b-b12n7luljw] {
    margin-bottom: 8px !important;
    color: #1677ff !important;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.header-actions[b-b12n7luljw],
.detail-title-actions[b-b12n7luljw],
.form-actions[b-b12n7luljw] {
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.detail-title-actions[b-b12n7luljw] {
    align-items: center;
}

.admin-nav-button[b-b12n7luljw],
.button[b-b12n7luljw] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #ffffff;
    color: #075985;
    padding: 0 12px;
    font-size: .82rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.button-primary[b-b12n7luljw] {
    border-color: #1677ff;
    background: #1677ff;
    color: #ffffff;
}

.button-secondary[b-b12n7luljw] {
    border-color: #fcd34d;
    background: #fffbeb;
    color: #92400e;
}

.button:disabled[b-b12n7luljw] {
    cursor: not-allowed;
    opacity: .65;
}

.filter-row[b-b12n7luljw] {
    align-items: flex-end;
    gap: 10px;
}

.filter-row > label[b-b12n7luljw],
.detail-shell label[b-b12n7luljw] {
    display: grid;
    gap: 7px;
    color: #102033;
    font-weight: 900;
}

.filter-row select[b-b12n7luljw],
.detail-shell select[b-b12n7luljw],
.detail-shell input[b-b12n7luljw],
.detail-shell textarea[b-b12n7luljw] {
    width: 100%;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    color: #102033;
    padding: 10px 12px;
    font: inherit;
    font-weight: 700;
}

.detail-shell input[readonly][b-b12n7luljw] {
    background: #f8fafc;
    color: #475569;
    cursor: default;
}

.filter-row select[b-b12n7luljw] {
    min-width: 116px;
    height: 38px;
    padding: 0 12px;
}

.filter-row .admin-nav-button[b-b12n7luljw] {
    height: 38px;
}

.message[b-b12n7luljw] {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 16px;
    font-weight: 800;
}

.message-success[b-b12n7luljw] {
    border: 1px solid #a7f3d0;
    background: #ecfdf5;
    color: #047857;
}

.message-danger[b-b12n7luljw] {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #b91c1c;
}

.count-badge[b-b12n7luljw],
.status-pill[b-b12n7luljw] {
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    font-weight: 900;
    white-space: nowrap;
}

.count-badge[b-b12n7luljw] {
    border: 1px solid #dce6f2;
    background: #f8fafc;
    color: #5f7086;
    padding: 7px 10px;
    font-size: .82rem;
}

.status-pill[b-b12n7luljw] {
    padding: 5px 8px;
    font-size: .74rem;
}

.status-new[b-b12n7luljw] {
    background: #eff6ff;
    color: #075985;
}

.status-open[b-b12n7luljw] {
    background: #fef3c7;
    color: #92400e;
}

.status-waiting[b-b12n7luljw] {
    background: #ede9fe;
    color: #6d28d9;
}

.status-done[b-b12n7luljw] {
    background: #dcfce7;
    color: #047857;
}

.status-multi-select[b-b12n7luljw] {
    position: relative;
    width: min(320px, 100%);
    margin-top: 10px;
}

.status-multi-select-label[b-b12n7luljw] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.status-multi-select-button[b-b12n7luljw] {
    width: 100%;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 2px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    color: #102033;
    padding: 0 10px;
    font: inherit;
    font-size: .82rem;
    font-weight: 900;
    text-align: left;
}

.status-multi-select-button:focus[b-b12n7luljw] {
    border-color: #1677ff;
    outline: 3px solid rgba(22, 119, 255, .16);
}

.status-multi-select-menu[b-b12n7luljw] {
    position: absolute;
    z-index: 20;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .14);
    padding: 6px;
}

.status-multi-select-option[b-b12n7luljw] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    border-radius: 6px;
    color: #102033;
    padding: 0 8px;
    font-size: .84rem;
    font-weight: 800;
    cursor: pointer;
}

.status-multi-select-option:hover[b-b12n7luljw] {
    background: #f8fbff;
}

.status-multi-select-option input[b-b12n7luljw] {
    width: 15px;
    height: 15px;
    accent-color: #1677ff;
}

.ticket-type-tabs[b-b12n7luljw] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fafc;
    padding: 4px;
    margin-top: 12px;
}

.ticket-type-tab[b-b12n7luljw] {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #5f7086;
    padding: 0 10px;
    font: inherit;
    font-size: .8rem;
    font-weight: 900;
    white-space: nowrap;
    cursor: pointer;
}

.ticket-type-tab span[b-b12n7luljw] {
    display: inline-flex;
    min-width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: #e2e8f0;
    color: #334155;
    padding: 0 6px;
    font-size: .72rem;
}

.ticket-type-tab.active[b-b12n7luljw] {
    background: #ffffff;
    color: #102033;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .08);
}

.ticket-type-tab.active span[b-b12n7luljw] {
    background: #eff6ff;
    color: #075985;
}

.user-email-line[b-b12n7luljw] {
    display: flex !important;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
}

.partner-badge[b-b12n7luljw] {
    display: inline-flex;
    align-items: center;
    border-radius: 7px;
    background: #ede9fe;
    color: #5b21b6;
    padding: 3px 7px;
    font-size: .68rem;
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
}

.ticket-table-wrap[b-b12n7luljw] {
    overflow-x: auto;
}

.ticket-table[b-b12n7luljw] {
    width: 100%;
    border-collapse: collapse;
}

.ticket-table th[b-b12n7luljw],
.ticket-table td[b-b12n7luljw] {
    border-bottom: 1px solid #e7eef8;
    padding: 12px 10px;
    vertical-align: top;
    text-align: left;
}

.ticket-table th[b-b12n7luljw] {
    color: #5f7086;
    font-size: .78rem;
    font-weight: 900;
}

.ticket-table tr[b-b12n7luljw] {
    cursor: pointer;
}

.ticket-table tr:hover[b-b12n7luljw],
.ticket-table tr.selected[b-b12n7luljw] {
    background: #f8fbff;
}

.ticket-table strong[b-b12n7luljw],
.ticket-table small[b-b12n7luljw] {
    display: block;
}

.ticket-table small[b-b12n7luljw] {
    color: #5f7086;
    font-size: .76rem;
}

.empty-state[b-b12n7luljw] {
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    background: #f8fafc;
    color: #5f7086;
    padding: 20px;
    text-align: center;
    font-weight: 800;
}

.empty-state.compact[b-b12n7luljw] {
    padding: 14px;
}

.detail-grid[b-b12n7luljw],
.management-grid[b-b12n7luljw] {
    display: grid;
    gap: 12px;
}

.detail-grid[b-b12n7luljw] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 16px;
}

.detail-grid article[b-b12n7luljw] {
    border: 1px solid #e7eef8;
    border-radius: 8px;
    background: #f8fafc;
    padding: 12px;
}

.detail-grid span[b-b12n7luljw],
.detail-grid strong[b-b12n7luljw] {
    display: block;
}

.detail-grid span[b-b12n7luljw] {
    color: #5f7086;
    font-size: .76rem;
    font-weight: 900;
}

.ticket-body[b-b12n7luljw] {
    border: 1px solid #e7eef8;
    border-radius: 8px;
    background: #ffffff;
    color: #31506d;
    padding: 14px;
    white-space: pre-wrap;
}

.rich-ticket-body[b-b12n7luljw] {
    white-space: normal;
    line-height: 1.6;
}

.rich-ticket-body :where(p, ul, ol, blockquote, pre)[b-b12n7luljw] {
    margin: 0 0 10px;
}

.rich-ticket-body :where(p, ul, ol, blockquote, pre):last-child[b-b12n7luljw] {
    margin-bottom: 0;
}

.rich-ticket-body :where(ul, ol)[b-b12n7luljw] {
    padding-left: 1.35rem;
}

.rich-ticket-body blockquote[b-b12n7luljw] {
    border-left: 3px solid #bfdbfe;
    color: #31506d;
    padding-left: 10px;
}

.rich-ticket-body code[b-b12n7luljw],
.rich-ticket-body pre[b-b12n7luljw] {
    border-radius: 6px;
    background: #f1f5f9;
    color: #19324d;
}

.rich-ticket-body code[b-b12n7luljw] {
    padding: 2px 4px;
}

.rich-ticket-body pre[b-b12n7luljw] {
    padding: 10px;
    overflow-x: auto;
}

.saved-attachments[b-b12n7luljw] {
    display: grid;
    gap: 10px;
    margin: 18px 0 20px;
}

.saved-attachments > strong[b-b12n7luljw] {
    color: #102033;
    font-size: .9rem;
}

.saved-attachment-list[b-b12n7luljw] {
    display: grid;
    gap: 8px;
    border: 1px solid #e7eef8;
    border-radius: 8px;
    background: #f8fafc;
    padding: 8px;
}

.saved-attachment-item[b-b12n7luljw] {
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid #e7eef8;
    border-radius: 8px;
    background: #f1f5f9;
    color: #102033;
    padding: 9px 10px;
    text-decoration: none;
}

.saved-attachment-item:hover[b-b12n7luljw] {
    border-color: #bfdbfe;
    background: #eef6ff;
}

.saved-attachment-item > span[b-b12n7luljw] {
    min-width: 0;
    flex: 1 1 auto;
}

.saved-attachment-item strong[b-b12n7luljw],
.saved-attachment-item small[b-b12n7luljw] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.saved-attachment-item small[b-b12n7luljw] {
    color: #5f7086;
    font-size: .76rem;
}

.management-grid[b-b12n7luljw] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 12px;
}

.response-grid[b-b12n7luljw] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
    margin: 16px 0 18px;
}

.response-box[b-b12n7luljw] {
    display: grid;
    gap: 10px;
}

.response-box > .button[b-b12n7luljw] {
    width: min(252px, 100%);
    justify-self: start;
}

.admin-editor-field[b-b12n7luljw] {
    display: grid;
    gap: 7px;
    color: #102033;
    font-weight: 900;
}

.admin-quill-shell[b-b12n7luljw] {
    min-height: 164px;
    display: grid;
    grid-template-rows: auto 1fr;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
}

.admin-quill-shell[b-b12n7luljw]  .ql-toolbar {
    border: 0;
    border-bottom: 1px solid #e7eef8;
    background: #f8fbff;
    padding: 6px 8px;
}

.admin-quill-shell[b-b12n7luljw]  .ql-container {
    min-height: 112px;
    border: 0;
    color: #102033;
    font: inherit;
    font-weight: 700;
}

.admin-quill-shell[b-b12n7luljw]  .ql-editor {
    min-height: 112px;
    padding: 12px 14px;
    line-height: 1.55;
}

.admin-quill-shell[b-b12n7luljw]  .ql-editor.ql-blank::before {
    color: #6b7280;
    font-style: normal;
    font-weight: 800;
    left: 14px;
    right: 14px;
}

.comment-tabs[b-b12n7luljw] {
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #e7eef8;
    margin-top: 18px;
    overflow-x: auto;
}

.comment-tab[b-b12n7luljw] {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: #5f7086;
    padding: 0 12px;
    font: inherit;
    font-size: .9rem;
    font-weight: 900;
    white-space: nowrap;
}

.comment-tab span[b-b12n7luljw] {
    display: inline-flex;
    min-width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eef4fb;
    color: #31506d;
    padding: 0 7px;
    font-size: .76rem;
}

.comment-tab.active[b-b12n7luljw] {
    border-bottom-color: #1677ff;
    color: #102033;
}

.comment-tab.active span[b-b12n7luljw] {
    background: #eff6ff;
    color: #075985;
}

.comment-list[b-b12n7luljw] {
    display: grid;
    gap: 10px;
    margin: 14px 0 18px;
}

.comment-item[b-b12n7luljw] {
    border: 1px solid #e7eef8;
    border-radius: 8px;
    background: #f8fafc;
    padding: 12px;
}

.comment-item.user-comment[b-b12n7luljw] {
    border-color: #bfdbfe;
    background: #eff6ff;
}

.comment-item.internal[b-b12n7luljw] {
    border-color: #fcd34d;
    background: #fffbeb;
}

.comment-item strong[b-b12n7luljw],
.comment-item small[b-b12n7luljw] {
    display: block;
}

.comment-item small[b-b12n7luljw] {
    color: #5f7086;
}

.comment-item p[b-b12n7luljw] {
    margin: 8px 0 0;
    color: #31506d;
    white-space: pre-wrap;
}

.comment-body[b-b12n7luljw] {
    margin-top: 8px;
    color: #31506d;
}

.checkbox-row[b-b12n7luljw] {
    display: inline-flex !important;
    align-items: center;
    grid-template-columns: auto 1fr;
    margin: 10px 0;
}

.checkbox-row input[b-b12n7luljw] {
    width: auto;
}

@media (max-width: 900px) {
    .admin-header[b-b12n7luljw],
    .section-title[b-b12n7luljw] {
        flex-direction: column;
    }

    .header-actions[b-b12n7luljw] {
        justify-content: flex-start;
        width: 100%;
    }

    .detail-grid[b-b12n7luljw],
    .management-grid[b-b12n7luljw],
    .response-grid[b-b12n7luljw] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/AdminLicenseRequests.razor.rz.scp.css */
.admin-license-requests-page[b-q1zhzqf08z] {
    min-height: auto;
    color: #102033;
}

.request-shell[b-q1zhzqf08z],
.request-table-shell[b-q1zhzqf08z],
.request-detail-shell[b-q1zhzqf08z] {
    width: 100%;
    margin: 0 0 18px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
}

.request-header[b-q1zhzqf08z],
.filter-grid[b-q1zhzqf08z],
.request-table-shell[b-q1zhzqf08z],
.request-detail-shell[b-q1zhzqf08z] {
    padding: 22px;
}

.request-header[b-q1zhzqf08z],
.table-summary[b-q1zhzqf08z],
.pager[b-q1zhzqf08z],
.detail-title[b-q1zhzqf08z] {
    display: flex;
    align-items: center;
}

.request-header[b-q1zhzqf08z],
.table-summary[b-q1zhzqf08z],
.detail-title[b-q1zhzqf08z] {
    justify-content: space-between;
    gap: 16px;
}

.request-header[b-q1zhzqf08z] {
    border-bottom: 1px solid #e7edf5;
}

.request-header h1[b-q1zhzqf08z],
.detail-title h2[b-q1zhzqf08z] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 6px;
    font-weight: 900;
}

.request-header h1[b-q1zhzqf08z] {
    font-size: 1.35rem;
}

.detail-title h2[b-q1zhzqf08z] {
    font-size: 1.18rem;
}

.kicker[b-q1zhzqf08z] {
    margin: 0 0 8px !important;
    color: #1677ff !important;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.request-header p[b-q1zhzqf08z],
.detail-title p[b-q1zhzqf08z],
.table-summary[b-q1zhzqf08z],
.filter-grid span[b-q1zhzqf08z],
.detail-grid span[b-q1zhzqf08z],
.message-box span[b-q1zhzqf08z] {
    color: #5f7086;
    font-size: .86rem;
    font-weight: 800;
}

.request-header p[b-q1zhzqf08z],
.detail-title p[b-q1zhzqf08z] {
    margin: 0;
}

.filter-grid[b-q1zhzqf08z] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px 180px;
    gap: 14px;
    background: #fbfdff;
}

.filter-grid label[b-q1zhzqf08z] {
    display: grid;
    gap: 8px;
}

input[b-q1zhzqf08z],
select[b-q1zhzqf08z] {
    min-height: 42px;
    border: 1px solid #cfe0f3;
    border-radius: 8px;
    background: #ffffff;
    color: #102033;
    padding: 0 12px;
    font-weight: 800;
}

.admin-nav-button[b-q1zhzqf08z],
.pager button[b-q1zhzqf08z] {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #ffffff;
    color: #075985;
    padding: 0 14px;
    font-weight: 900;
    cursor: pointer;
}

.admin-nav-button[b-q1zhzqf08z] {
    width: 42px;
    padding: 0;
}

.admin-nav-button:hover[b-q1zhzqf08z],
.pager button:hover:not(:disabled)[b-q1zhzqf08z] {
    border-color: #1677ff;
    color: #1677ff;
}

.admin-nav-button:disabled[b-q1zhzqf08z],
.pager button:disabled[b-q1zhzqf08z] {
    opacity: .55;
    cursor: wait;
}

.alert[b-q1zhzqf08z],
.loading-panel[b-q1zhzqf08z],
.empty-box[b-q1zhzqf08z] {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    padding: 14px;
    font-weight: 900;
}

.alert[b-q1zhzqf08z] {
    margin: 0 22px 22px;
}

.alert-danger[b-q1zhzqf08z] {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.loading-panel[b-q1zhzqf08z],
.empty-box[b-q1zhzqf08z] {
    border: 1px solid #dce6f2;
    background: #f8fafc;
    color: #5f7086;
}

.table-summary[b-q1zhzqf08z] {
    margin-bottom: 14px;
}

.table-wrap[b-q1zhzqf08z] {
    overflow-x: auto;
}

.request-table[b-q1zhzqf08z] {
    width: 100%;
    min-width: 1060px;
    border-collapse: collapse;
}

.request-table th[b-q1zhzqf08z],
.request-table td[b-q1zhzqf08z] {
    padding: 14px 16px;
    border-bottom: 1px solid #e7edf5;
    text-align: left;
    vertical-align: middle;
    font-weight: 850;
}

.request-table th[b-q1zhzqf08z] {
    color: #5f7086;
    font-size: .84rem;
    font-weight: 900;
}

.request-table tbody tr[b-q1zhzqf08z] {
    cursor: pointer;
}

.request-table tbody tr:hover[b-q1zhzqf08z],
.request-table tbody tr.selected[b-q1zhzqf08z] {
    background: #f6fbff;
}

.request-table tr:last-child td[b-q1zhzqf08z] {
    border-bottom: 0;
}

.request-table strong[b-q1zhzqf08z],
.request-table small[b-q1zhzqf08z] {
    display: block;
}

.request-table small[b-q1zhzqf08z] {
    margin-top: 4px;
    color: #718198;
    font-size: .78rem;
    font-weight: 800;
}

.type-pill[b-q1zhzqf08z],
.status-pill[b-q1zhzqf08z] {
    display: inline-flex;
    align-items: center;
    width: max-content;
    border-radius: 999px;
    padding: 7px 11px;
    font-size: .8rem;
    font-weight: 900;
    white-space: nowrap;
}

.type-pill.subscription[b-q1zhzqf08z] {
    background: #eaf3ff;
    color: #075985;
}

.type-pill.enterprise[b-q1zhzqf08z] {
    background: #ecfdf5;
    color: #047857;
}

.status-pill.new[b-q1zhzqf08z] {
    background: #eff6ff;
    color: #1d4ed8;
}

.status-pill.waitlisted[b-q1zhzqf08z] {
    background: #fef3c7;
    color: #92400e;
}

.status-pill.contacted[b-q1zhzqf08z] {
    background: #dcfce7;
    color: #166534;
}

.status-pill.closed[b-q1zhzqf08z],
.status-pill.default[b-q1zhzqf08z],
.type-pill.default[b-q1zhzqf08z] {
    background: #f1f5f9;
    color: #475569;
}

.pager[b-q1zhzqf08z] {
    justify-content: flex-end;
    gap: 10px;
    margin-top: 16px;
}

.pager span[b-q1zhzqf08z] {
    color: #5f7086;
    font-weight: 900;
}

.detail-grid[b-q1zhzqf08z] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.detail-grid article[b-q1zhzqf08z],
.message-box[b-q1zhzqf08z] {
    display: grid;
    gap: 7px;
    border: 1px solid #e7edf5;
    border-radius: 8px;
    background: #fbfdff;
    padding: 14px;
}

.detail-grid strong[b-q1zhzqf08z] {
    min-width: 0;
    overflow-wrap: anywhere;
    font-weight: 900;
}

.message-box[b-q1zhzqf08z] {
    margin-top: 12px;
}

.message-box p[b-q1zhzqf08z] {
    margin: 0;
    color: #102033;
    font-weight: 850;
    white-space: pre-wrap;
}

@media (max-width: 980px) {
    .filter-grid[b-q1zhzqf08z],
    .detail-grid[b-q1zhzqf08z] {
        grid-template-columns: 1fr;
    }

    .request-header[b-q1zhzqf08z],
    .detail-title[b-q1zhzqf08z] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Pages/AdminPartners.razor.rz.scp.css */
.admin-partners-page[b-tw5b3tqg29] {
    min-height: auto;
    background: transparent;
    color: #102033;
    padding: 0;
}

.admin-shell[b-tw5b3tqg29] {
    width: 100%;
    margin: 0 0 18px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
    padding: 26px;
}

.admin-header[b-tw5b3tqg29],
.section-title[b-tw5b3tqg29],
.header-actions[b-tw5b3tqg29],
.row-actions[b-tw5b3tqg29],
.detail-heading[b-tw5b3tqg29],
.form-actions[b-tw5b3tqg29],
.inline-actions[b-tw5b3tqg29] {
    display: flex;
}

.admin-header[b-tw5b3tqg29],
.section-title[b-tw5b3tqg29] {
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.admin-header h1[b-tw5b3tqg29],
.section-title h2[b-tw5b3tqg29],
.edit-panel-heading h3[b-tw5b3tqg29] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 8px;
    font-weight: 900;
}

.admin-header p[b-tw5b3tqg29],
.section-title p[b-tw5b3tqg29] {
    margin: 0;
    color: #5f7086;
}

.kicker[b-tw5b3tqg29] {
    margin-bottom: 8px !important;
    color: #1677ff !important;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.header-actions[b-tw5b3tqg29],
.section-tools[b-tw5b3tqg29] {
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.admin-nav-button[b-tw5b3tqg29] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #ffffff;
    color: #075985;
    padding: 0 12px;
    font-size: .82rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.admin-nav-button:hover[b-tw5b3tqg29] {
    background: #eff6ff;
    color: #1677ff;
}

.admin-nav-button.primary[b-tw5b3tqg29] {
    border-color: #1677ff;
    background: #1677ff;
    color: #ffffff;
}

.admin-nav-button.primary:hover[b-tw5b3tqg29] {
    background: #0f5fd0;
    color: #ffffff;
}

.admin-nav-button.danger-action[b-tw5b3tqg29] {
    border-color: #fecaca;
    color: #991b1b;
}

.admin-nav-button.danger-action:hover[b-tw5b3tqg29] {
    background: #fef2f2;
}

.admin-nav-button.temporary-delete-action[b-tw5b3tqg29],
.temporary-delete-button[b-tw5b3tqg29] {
    border-color: #fdba74;
    background: #fff7ed;
    color: #9a3412;
}

.admin-nav-button.temporary-delete-action:hover[b-tw5b3tqg29],
.temporary-delete-button:hover[b-tw5b3tqg29] {
    background: #ffedd5;
    color: #7c2d12;
}

.admin-nav-button:disabled[b-tw5b3tqg29],
.detail-button:disabled[b-tw5b3tqg29] {
    cursor: not-allowed;
    opacity: .55;
}

.temporary-delete-warning[b-tw5b3tqg29] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #fdba74;
    border-radius: 8px;
    background: #fff7ed;
    color: #9a3412;
    padding: 12px;
    margin-bottom: 14px;
}

.temporary-delete-warning i[b-tw5b3tqg29] {
    margin-top: 2px;
}

.temporary-delete-warning strong[b-tw5b3tqg29],
.temporary-delete-warning span[b-tw5b3tqg29] {
    display: block;
}

.temporary-delete-warning strong[b-tw5b3tqg29] {
    margin-bottom: 3px;
    font-size: .86rem;
    font-weight: 950;
}

.temporary-delete-warning span[b-tw5b3tqg29] {
    font-size: .8rem;
    font-weight: 850;
    line-height: 1.45;
}

.summary-grid[b-tw5b3tqg29] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.summary-card[b-tw5b3tqg29] {
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fafc;
    padding: 16px;
}

.summary-card span[b-tw5b3tqg29],
.summary-card small[b-tw5b3tqg29],
.partner-table small[b-tw5b3tqg29],
.request-table small[b-tw5b3tqg29],
.detail-item small[b-tw5b3tqg29],
.request-detail-grid small[b-tw5b3tqg29],
.issue-result small[b-tw5b3tqg29] {
    color: #5f7086;
}

.summary-card span[b-tw5b3tqg29] {
    display: block;
    margin-bottom: 8px;
    font-size: .78rem;
    font-weight: 900;
}

.summary-card strong[b-tw5b3tqg29] {
    display: block;
    margin-bottom: 4px;
    font-size: 1.25rem;
    font-weight: 900;
}

.alert[b-tw5b3tqg29] {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 16px;
    font-weight: 800;
}

.alert-danger[b-tw5b3tqg29] {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.alert-success[b-tw5b3tqg29] {
    border: 1px solid #bbf7d0;
    background: #ecfdf5;
    color: #047857;
}

.loading-panel[b-tw5b3tqg29] {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fafc;
    padding: 18px;
    color: #5f7086;
    font-weight: 900;
}

.partner-workspace[b-tw5b3tqg29] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.partner-workspace.has-editor[b-tw5b3tqg29] {
    grid-template-columns: minmax(0, 1fr) minmax(380px, .48fr);
}

.partner-table-wrap[b-tw5b3tqg29],
.request-table-wrap[b-tw5b3tqg29] {
    overflow-x: auto;
    border: 1px solid #dce6f2;
    border-radius: 8px;
}

.partner-table[b-tw5b3tqg29],
.request-table[b-tw5b3tqg29] {
    width: 100%;
    border-collapse: collapse;
}

.partner-table th[b-tw5b3tqg29],
.partner-table td[b-tw5b3tqg29],
.request-table th[b-tw5b3tqg29],
.request-table td[b-tw5b3tqg29] {
    border-bottom: 1px solid #e7edf5;
    padding: 13px 12px;
    text-align: left;
    vertical-align: top;
}

.partner-table th[b-tw5b3tqg29],
.request-table th[b-tw5b3tqg29] {
    background: #f8fafc;
    color: #475569;
    font-size: .78rem;
    font-weight: 900;
}

.partner-table strong[b-tw5b3tqg29],
.partner-table small[b-tw5b3tqg29],
.request-table strong[b-tw5b3tqg29],
.request-table small[b-tw5b3tqg29] {
    display: block;
}

.partner-table tr.selected td[b-tw5b3tqg29],
.request-table tr.selected td[b-tw5b3tqg29] {
    background: #eff6ff;
}

.row-actions[b-tw5b3tqg29] {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px;
}

.detail-button[b-tw5b3tqg29] {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d6e2ef;
    border-radius: 8px;
    background: #ffffff;
    color: #19324d;
    padding: 0;
    font-size: .78rem;
    font-weight: 900;
    cursor: pointer;
}

.detail-button:hover[b-tw5b3tqg29] {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #1677ff;
}

.detail-button.edit-button[b-tw5b3tqg29],
.detail-button.success-button[b-tw5b3tqg29] {
    border-color: #bbf7d0;
    color: #047857;
}

.detail-button.edit-button:hover[b-tw5b3tqg29],
.detail-button.success-button:hover[b-tw5b3tqg29] {
    background: #ecfdf5;
    color: #047857;
}

.detail-button.danger-button[b-tw5b3tqg29] {
    border-color: #fecaca;
    color: #991b1b;
}

.detail-button.danger-button:hover[b-tw5b3tqg29] {
    background: #fef2f2;
}

.detail-button.issue-button[b-tw5b3tqg29] {
    border-color: #c4b5fd;
    color: #5b21b6;
}

.detail-button.issue-button:hover[b-tw5b3tqg29] {
    background: #f5f3ff;
}

.detail-button.download-button[b-tw5b3tqg29] {
    border-color: #bfdbfe;
    color: #1d4ed8;
    text-decoration: none;
}

.detail-button.download-button:hover[b-tw5b3tqg29] {
    background: #eff6ff;
    color: #075985;
}

.status-pill[b-tw5b3tqg29],
.count-badge[b-tw5b3tqg29] {
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    font-size: .78rem;
    font-weight: 900;
    white-space: nowrap;
}

.status-pill[b-tw5b3tqg29] {
    padding: 5px 8px;
}

.status-pill.ok[b-tw5b3tqg29] {
    background: #dcfce7;
    color: #166534;
}

.status-pill.pending[b-tw5b3tqg29] {
    background: #fef3c7;
    color: #92400e;
}

.status-pill.bad[b-tw5b3tqg29] {
    background: #fee2e2;
    color: #991b1b;
}

.status-pill.accent[b-tw5b3tqg29] {
    background: #ede9fe;
    color: #5b21b6;
}

.status-pill.info[b-tw5b3tqg29] {
    background: #dbeafe;
    color: #1e40af;
}

.status-pill.neutral[b-tw5b3tqg29] {
    background: #e2e8f0;
    color: #334155;
}

.count-badge[b-tw5b3tqg29] {
    border: 1px solid #dce6f2;
    background: #f8fafc;
    color: #5f7086;
    padding: 7px 10px;
    font-size: .82rem;
}

.request-history-tabs[b-tw5b3tqg29] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 14px;
}

.request-history-tab[b-tw5b3tqg29] {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    color: #475569;
    padding: 0 14px;
    font-size: .86rem;
    font-weight: 900;
    cursor: pointer;
}

.request-history-tab:hover[b-tw5b3tqg29],
.request-history-tab.active[b-tw5b3tqg29] {
    border-color: #1677ff;
    background: #eff6ff;
    color: #075985;
}

.request-history-tab strong[b-tw5b3tqg29] {
    min-width: 40px;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #e0ecff;
    color: #1d4ed8;
    padding: 0 9px;
    font-size: .76rem;
    font-weight: 900;
}

.request-history-tab.active strong[b-tw5b3tqg29] {
    background: #1677ff;
    color: #ffffff;
}

.edit-panel[b-tw5b3tqg29],
.request-detail[b-tw5b3tqg29],
.issue-result[b-tw5b3tqg29],
.partner-detail-panel[b-tw5b3tqg29] {
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .1);
    padding: 18px;
}

.edit-panel[b-tw5b3tqg29] {
    position: sticky;
    top: 18px;
}

.partner-detail-panel[b-tw5b3tqg29],
.request-detail[b-tw5b3tqg29],
.issue-result[b-tw5b3tqg29] {
    margin-top: 16px;
}

.edit-panel-heading[b-tw5b3tqg29],
.detail-heading[b-tw5b3tqg29] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.edit-panel-heading span[b-tw5b3tqg29],
.detail-heading span[b-tw5b3tqg29] {
    color: #5f7086;
    font-size: .82rem;
    font-weight: 800;
}

.panel-close-button[b-tw5b3tqg29] {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 1px solid #d6e2ef;
    border-radius: 8px;
    background: #ffffff;
    color: #5f7086;
    cursor: pointer;
}

.panel-close-button:hover[b-tw5b3tqg29] {
    background: #f8fafc;
    color: #102033;
}

.edit-form[b-tw5b3tqg29],
.review-box[b-tw5b3tqg29],
.detail-list[b-tw5b3tqg29] {
    display: grid;
    gap: 13px;
}

.user-search-field[b-tw5b3tqg29] {
    display: grid;
    gap: 10px;
}

.user-search-results[b-tw5b3tqg29] {
    display: grid;
    gap: 8px;
}

.user-search-results button[b-tw5b3tqg29],
.selected-user-summary[b-tw5b3tqg29],
.user-search-empty[b-tw5b3tqg29] {
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fafc;
    padding: 10px 12px;
}

.user-search-results button[b-tw5b3tqg29] {
    display: grid;
    gap: 3px;
    color: #102033;
    text-align: left;
    cursor: pointer;
}

.user-search-results button:hover[b-tw5b3tqg29],
.user-search-results button.selected[b-tw5b3tqg29] {
    border-color: #1677ff;
    background: #eff6ff;
}

.user-search-results strong[b-tw5b3tqg29],
.selected-user-summary strong[b-tw5b3tqg29] {
    font-size: .9rem;
    font-weight: 900;
}

.user-search-results small[b-tw5b3tqg29],
.selected-user-summary small[b-tw5b3tqg29],
.user-search-empty[b-tw5b3tqg29] {
    color: #5f7086;
    font-size: .78rem;
    font-weight: 800;
}

.selected-user-summary[b-tw5b3tqg29] {
    display: flex;
    align-items: center;
    gap: 10px;
    border-color: #bbf7d0;
    background: #f7fef9;
}

.selected-user-summary i[b-tw5b3tqg29] {
    color: #047857;
    font-size: 1rem;
}

.edit-form label[b-tw5b3tqg29],
.inline-editor label[b-tw5b3tqg29],
.review-box label[b-tw5b3tqg29],
.field[b-tw5b3tqg29],
.filter-field[b-tw5b3tqg29] {
    display: grid;
    gap: 7px;
    color: #102033;
    font-size: .82rem;
    font-weight: 900;
}

.form-grid[b-tw5b3tqg29] {
    display: grid;
    gap: 12px;
}

.form-grid.two[b-tw5b3tqg29] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-grid.three[b-tw5b3tqg29] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.form-control[b-tw5b3tqg29],
.form-select[b-tw5b3tqg29],
.filter-field select[b-tw5b3tqg29] {
    min-height: 38px;
    border: 1px solid #d6e2ef;
    border-radius: 8px;
    background: #ffffff;
    color: #102033;
    padding: 8px 10px;
    font-size: .9rem;
}

.form-control:focus[b-tw5b3tqg29],
.form-select:focus[b-tw5b3tqg29],
.filter-field select:focus[b-tw5b3tqg29] {
    outline: none;
    border-color: #1677ff;
    box-shadow: 0 0 0 3px rgba(22, 119, 255, .12);
}

textarea.form-control[b-tw5b3tqg29] {
    resize: vertical;
}

.code-box[b-tw5b3tqg29] {
    width: 100%;
    min-height: 140px;
    font-family: Consolas, "Courier New", monospace;
    font-size: .78rem;
    line-height: 1.45;
    word-break: break-all;
}

.form-actions[b-tw5b3tqg29],
.inline-actions[b-tw5b3tqg29] {
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.inline-editor[b-tw5b3tqg29] {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(150px, .5fr) minmax(150px, .5fr) auto;
    gap: 12px;
    align-items: end;
    border: 1px solid #e7edf5;
    border-radius: 8px;
    background: #f8fafc;
    padding: 14px;
    margin-bottom: 14px;
}

.detail-list.compact[b-tw5b3tqg29] {
    gap: 10px;
}

.detail-item[b-tw5b3tqg29] {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto auto auto;
    gap: 12px;
    align-items: center;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    padding: 12px;
}

.empty-detail[b-tw5b3tqg29],
.empty-cell[b-tw5b3tqg29] {
    color: #5f7086;
    font-weight: 900;
    text-align: center;
}

.empty-detail[b-tw5b3tqg29] {
    border: 1px dashed #cfe0f3;
    border-radius: 8px;
    background: #ffffff;
    padding: 18px;
}

.empty-cell[b-tw5b3tqg29] {
    padding: 28px !important;
}

.section-tools[b-tw5b3tqg29] {
    display: inline-flex;
}

.request-detail-grid[b-tw5b3tqg29] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr) minmax(0, 2fr);
    gap: 12px;
    margin-bottom: 16px;
}

.request-detail-grid > div[b-tw5b3tqg29],
.request-review-issue > div[b-tw5b3tqg29] {
    border: 1px solid #e7edf5;
    border-radius: 8px;
    background: #f8fafc;
    padding: 12px;
}

.request-detail-grid span[b-tw5b3tqg29],
.request-review-issue span[b-tw5b3tqg29] {
    display: block;
    margin-bottom: 6px;
    color: #5f7086;
    font-size: .76rem;
    font-weight: 900;
}

.request-detail-grid strong[b-tw5b3tqg29],
.request-detail-grid small[b-tw5b3tqg29],
.request-review-issue strong[b-tw5b3tqg29],
.request-review-issue small[b-tw5b3tqg29],
.issue-result strong[b-tw5b3tqg29],
.issue-result small[b-tw5b3tqg29] {
    display: block;
}

.feature-detail-card[b-tw5b3tqg29] {
    display: grid;
    align-content: flex-start;
    gap: 8px;
}

.feature-badge-group[b-tw5b3tqg29] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.feature-badge[b-tw5b3tqg29] {
    display: inline-flex !important;
    align-items: center;
    min-height: 26px;
    margin: 0 !important;
    border-radius: 999px;
    padding: 0 9px;
    font-size: .74rem !important;
    font-weight: 950 !important;
}

.feature-badge.enabled[b-tw5b3tqg29] {
    background: #dbeafe;
    color: #1d4ed8;
}

.feature-badge.disabled[b-tw5b3tqg29] {
    background: #fee2e2;
    color: #991b1b;
}

.feature-badge-group.excluded[b-tw5b3tqg29] {
    margin-top: -2px;
}

.request-review-issue[b-tw5b3tqg29] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.review-box[b-tw5b3tqg29] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
}

.issue-result[b-tw5b3tqg29] {
    display: grid;
    gap: 12px;
    border-color: #bbf7d0;
    background: #f7fef9;
}

@media (max-width: 1100px) {
    .partner-workspace.has-editor[b-tw5b3tqg29],
    .inline-editor[b-tw5b3tqg29],
    .request-detail-grid[b-tw5b3tqg29],
    .request-review-issue[b-tw5b3tqg29],
    .review-box[b-tw5b3tqg29],
    .request-history-tabs[b-tw5b3tqg29] {
        grid-template-columns: 1fr;
    }

    .edit-panel[b-tw5b3tqg29] {
        position: static;
    }
}

@media (max-width: 900px) {
    .admin-header[b-tw5b3tqg29],
    .section-title[b-tw5b3tqg29] {
        display: grid;
    }

    .header-actions[b-tw5b3tqg29],
    .section-tools[b-tw5b3tqg29] {
        justify-content: flex-start;
    }

    .summary-grid[b-tw5b3tqg29] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .summary-grid[b-tw5b3tqg29],
    .form-grid.two[b-tw5b3tqg29],
    .form-grid.three[b-tw5b3tqg29],
    .detail-item[b-tw5b3tqg29] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/AdminProductLicenses.razor.rz.scp.css */
.admin-licenses-page[b-qx9yc0jpcr] {
    min-height: auto;
    background: transparent;
    color: #102033;
    padding: 0;
}

.admin-shell[b-qx9yc0jpcr] {
    width: 100%;
    margin: 0 0 18px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
    padding: 26px;
}

.admin-header[b-qx9yc0jpcr],
.section-title[b-qx9yc0jpcr],
.header-actions[b-qx9yc0jpcr] {
    display: flex;
}

.admin-header[b-qx9yc0jpcr],
.section-title[b-qx9yc0jpcr] {
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.admin-header h1[b-qx9yc0jpcr],
.section-title h2[b-qx9yc0jpcr] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 8px;
    font-weight: 900;
}

.admin-header p[b-qx9yc0jpcr],
.section-title p[b-qx9yc0jpcr] {
    margin: 0;
    color: #5f7086;
}

.kicker[b-qx9yc0jpcr] {
    margin-bottom: 8px !important;
    color: #1677ff !important;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.header-actions[b-qx9yc0jpcr] {
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.admin-nav-button[b-qx9yc0jpcr] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #ffffff;
    color: #075985;
    padding: 0 12px;
    font-size: .82rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.admin-nav-button:hover[b-qx9yc0jpcr] {
    background: #eff6ff;
    color: #1677ff;
}

.admin-nav-button.primary[b-qx9yc0jpcr] {
    border-color: #1677ff;
    background: #1677ff;
    color: #ffffff;
}

.admin-nav-button.primary:hover[b-qx9yc0jpcr] {
    background: #0f5fd0;
    color: #ffffff;
}

.admin-nav-button:disabled[b-qx9yc0jpcr] {
    cursor: not-allowed;
    opacity: .55;
}

.summary-grid[b-qx9yc0jpcr] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.license-tabs[b-qx9yc0jpcr] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}

.license-tab[b-qx9yc0jpcr] {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #fff;
    color: #334155;
    padding: 0 14px;
    font-weight: 900;
    cursor: pointer;
}

.license-tab:hover[b-qx9yc0jpcr] {
    border-color: #1677ff;
    background: #eff6ff;
    color: #075985;
}

.license-tab.active[b-qx9yc0jpcr] {
    border-color: #1677ff;
    background: #1677ff;
    color: #fff;
    box-shadow: 0 10px 22px rgba(22, 119, 255, .18);
}

.license-tab-panel.is-hidden[b-qx9yc0jpcr] {
    display: none;
}

.summary-card[b-qx9yc0jpcr] {
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fafc;
    padding: 16px;
}

.summary-card span[b-qx9yc0jpcr],
.summary-card small[b-qx9yc0jpcr],
.license-table small[b-qx9yc0jpcr] {
    color: #5f7086;
}

.summary-card span[b-qx9yc0jpcr] {
    display: block;
    margin-bottom: 8px;
    font-size: .78rem;
    font-weight: 900;
}

.summary-card strong[b-qx9yc0jpcr] {
    display: block;
    margin-bottom: 4px;
    font-size: 1.25rem;
    font-weight: 900;
}

.alert[b-qx9yc0jpcr] {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 16px;
    font-weight: 800;
}

.alert-danger[b-qx9yc0jpcr] {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.alert-warning[b-qx9yc0jpcr] {
    border: 1px solid #fde68a;
    background: #fffbeb;
    color: #92400e;
}

.alert-success[b-qx9yc0jpcr] {
    border: 1px solid #bbf7d0;
    background: #ecfdf5;
    color: #047857;
}

.loading-panel[b-qx9yc0jpcr] {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fafc;
    padding: 18px;
    color: #5f7086;
    font-weight: 900;
}

.offline-issue-grid[b-qx9yc0jpcr] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.field[b-qx9yc0jpcr] {
    display: grid;
    gap: 7px;
    color: #334155;
    font-size: .82rem;
    font-weight: 900;
}

.field.full[b-qx9yc0jpcr] {
    grid-column: 1 / -1;
}

.offline-input-mode[b-qx9yc0jpcr] {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
}

.offline-input-mode-button[b-qx9yc0jpcr] {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    color: #334155;
    padding: 0 12px;
    font: inherit;
    font-size: .82rem;
    font-weight: 900;
    cursor: pointer;
}

.offline-input-mode-button:hover[b-qx9yc0jpcr] {
    border-color: #1677ff;
    background: #eff6ff;
    color: #075985;
}

.offline-input-mode-button.active[b-qx9yc0jpcr] {
    border-color: #1677ff;
    background: #1677ff;
    color: #ffffff;
}

.offline-request-mode-panel[b-qx9yc0jpcr] {
    display: grid;
    gap: 8px;
}

.offline-request-mode-panel.is-hidden[b-qx9yc0jpcr] {
    display: none;
}

.offline-dropzone[b-qx9yc0jpcr] {
    position: relative;
    min-height: 96px;
    overflow: hidden;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.offline-dropzone:hover[b-qx9yc0jpcr],
.offline-dropzone:focus-within[b-qx9yc0jpcr],
.offline-dropzone.is-dragover[b-qx9yc0jpcr],
.offline-dropzone.is-uploading[b-qx9yc0jpcr] {
    border-color: #1677ff;
    background: #eff6ff;
    box-shadow: 0 0 0 3px rgba(22, 119, 255, .12);
}

.offline-dropzone input[type="file"][b-qx9yc0jpcr],
.offline-dropzone[b-qx9yc0jpcr]  input[type="file"] {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.offline-dropzone.is-uploading input[type="file"][b-qx9yc0jpcr],
.offline-dropzone.is-uploading[b-qx9yc0jpcr]  input[type="file"] {
    pointer-events: none;
}

.offline-dropzone-content[b-qx9yc0jpcr] {
    min-height: 96px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 6px;
    padding: 14px 16px;
    color: #102033;
    text-align: center;
}

.offline-dropzone-content i[b-qx9yc0jpcr] {
    color: #1677ff;
    font-size: 1.25rem;
}

.offline-dropzone-content strong[b-qx9yc0jpcr],
.offline-dropzone-content small[b-qx9yc0jpcr],
.offline-dropzone-content em[b-qx9yc0jpcr] {
    overflow-wrap: anywhere;
}

.offline-dropzone-content small[b-qx9yc0jpcr] {
    color: #5f7086;
    font-size: .78rem;
    font-weight: 750;
}

.offline-dropzone-content em[b-qx9yc0jpcr] {
    color: #075985;
    font-size: .78rem;
    font-style: normal;
    font-weight: 900;
}

.field input[b-qx9yc0jpcr],
.field select[b-qx9yc0jpcr],
.field textarea[b-qx9yc0jpcr] {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #ffffff;
    color: #102033;
    padding: 10px 11px;
    font: inherit;
    font-weight: 700;
}

.field textarea[b-qx9yc0jpcr] {
    min-height: 190px;
    resize: vertical;
    font-family: Consolas, "Courier New", monospace;
    font-size: .82rem;
}

.offline-manual-hint[b-qx9yc0jpcr],
.offline-manual-warning[b-qx9yc0jpcr] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .78rem;
    font-weight: 850;
}

.offline-manual-hint[b-qx9yc0jpcr] {
    color: #5f7086;
}

.offline-manual-warning[b-qx9yc0jpcr] {
    color: #b91c1c;
}

.offline-feature-options[b-qx9yc0jpcr] {
    grid-column: 1 / -1;
    display: grid;
    gap: 8px;
    border-top: 1px solid #e7edf5;
    padding-top: 12px;
}

.offline-feature-options > span[b-qx9yc0jpcr] {
    color: #334155;
    font-size: .82rem;
    font-weight: 900;
}

.offline-feature-options > div[b-qx9yc0jpcr] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 12px;
}

.check-field[b-qx9yc0jpcr] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    color: #334155;
    font-size: .82rem;
    font-weight: 900;
}

.check-field input[b-qx9yc0jpcr] {
    width: 16px;
    height: 16px;
    accent-color: #1677ff;
}

.offline-actions[b-qx9yc0jpcr] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.offline-result[b-qx9yc0jpcr] {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.offline-result strong[b-qx9yc0jpcr],
.offline-result small[b-qx9yc0jpcr] {
    display: block;
    overflow-wrap: anywhere;
}

.offline-result small[b-qx9yc0jpcr] {
    color: #5f7086;
}

.offline-result textarea[b-qx9yc0jpcr] {
    width: 100%;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fafc;
    color: #102033;
    padding: 12px;
    font-family: Consolas, "Courier New", monospace;
    font-size: .8rem;
    resize: vertical;
}

.count-badge[b-qx9yc0jpcr] {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #eff6ff;
    color: #075985;
    padding: 0 10px;
    font-size: .8rem;
    font-weight: 900;
    white-space: nowrap;
}

.license-table-wrap[b-qx9yc0jpcr] {
    overflow-x: auto;
    border: 1px solid #dce6f2;
    border-radius: 8px;
}

.subscription-table-wrap[b-qx9yc0jpcr] {
    margin-top: 16px;
}

.license-table[b-qx9yc0jpcr] {
    width: 100%;
    min-width: 1240px;
    border-collapse: collapse;
}

.license-table th[b-qx9yc0jpcr],
.license-table td[b-qx9yc0jpcr] {
    padding: 13px 14px;
    border-bottom: 1px solid #e7edf5;
    text-align: left;
    vertical-align: top;
}

.license-table th[b-qx9yc0jpcr] {
    background: #f8fafc;
    font-size: .82rem;
    font-weight: 900;
}

.license-table tr:last-child td[b-qx9yc0jpcr] {
    border-bottom: 0;
}

.license-table strong[b-qx9yc0jpcr],
.license-table small[b-qx9yc0jpcr] {
    display: block;
    overflow-wrap: anywhere;
}

.status-pill[b-qx9yc0jpcr] {
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    padding: 6px 9px;
    font-size: .78rem;
    font-weight: 900;
    white-space: nowrap;
}

.status-pill.success[b-qx9yc0jpcr] {
    border: 1px solid #bbf7d0;
    background: #ecfdf5;
    color: #047857;
}

.status-pill.warning[b-qx9yc0jpcr] {
    border: 1px solid #fde68a;
    background: #fffbeb;
    color: #92400e;
}

.status-pill.danger[b-qx9yc0jpcr] {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #b91c1c;
}

.status-pill.muted[b-qx9yc0jpcr] {
    border: 1px solid #dce6f2;
    background: #f8fafc;
    color: #5f7086;
}

.table-action-button[b-qx9yc0jpcr] {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #ffffff;
    color: #075985;
    margin-top: 8px;
    padding: 0 9px;
    font-size: .76rem;
    font-weight: 900;
    cursor: pointer;
}

.table-action-button:hover:not(:disabled)[b-qx9yc0jpcr] {
    background: #eff6ff;
    color: #1677ff;
}

.table-action-button.danger[b-qx9yc0jpcr] {
    border-color: #fecaca;
    color: #b91c1c;
}

.table-action-button.danger:hover:not(:disabled)[b-qx9yc0jpcr] {
    background: #fef2f2;
    color: #991b1b;
}

.table-action-button:disabled[b-qx9yc0jpcr] {
    cursor: not-allowed;
    opacity: .55;
}

.empty-cell[b-qx9yc0jpcr] {
    padding: 28px !important;
    text-align: center !important;
    color: #5f7086;
    font-weight: 900;
}

.approval-list[b-qx9yc0jpcr] {
    display: grid;
    gap: 10px;
}

.approval-row[b-qx9yc0jpcr] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
    align-items: center;
    gap: 14px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #fbfdff;
    padding: 14px;
}

.approval-main[b-qx9yc0jpcr] {
    min-width: 0;
    display: grid;
    gap: 8px;
}

.approval-main strong[b-qx9yc0jpcr],
.approval-main small[b-qx9yc0jpcr] {
    display: block;
    overflow-wrap: anywhere;
}

.approval-main strong[b-qx9yc0jpcr] {
    color: #102033;
    font-size: .95rem;
    font-weight: 950;
}

.approval-main small[b-qx9yc0jpcr] {
    color: #5f7086;
    font-size: .76rem;
    font-weight: 760;
}

.approval-meta[b-qx9yc0jpcr] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: #5f7086;
    font-size: .78rem;
    font-weight: 850;
}

.approval-meta span[b-qx9yc0jpcr] {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    overflow-wrap: anywhere;
}

.approval-actions[b-qx9yc0jpcr] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 8px;
}

.reject-input[b-qx9yc0jpcr] {
    width: 100%;
    min-height: 38px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #ffffff;
    color: #102033;
    padding: 0 11px;
    font: inherit;
    font-size: .8rem;
    font-weight: 800;
}

.approval-empty[b-qx9yc0jpcr] {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fafc;
    color: #5f7086;
    font-weight: 900;
}

@media (max-width: 980px) {
    .admin-header[b-qx9yc0jpcr],
    .section-title[b-qx9yc0jpcr] {
        display: grid;
    }

    .header-actions[b-qx9yc0jpcr] {
        justify-content: flex-start;
    }

    .summary-grid[b-qx9yc0jpcr] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .offline-issue-grid[b-qx9yc0jpcr] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .offline-feature-options > div[b-qx9yc0jpcr] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .approval-row[b-qx9yc0jpcr],
    .approval-actions[b-qx9yc0jpcr] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .summary-grid[b-qx9yc0jpcr],
    .offline-issue-grid[b-qx9yc0jpcr] {
        grid-template-columns: 1fr;
    }

    .offline-feature-options > div[b-qx9yc0jpcr] {
        grid-template-columns: 1fr;
    }

    .admin-shell[b-qx9yc0jpcr] {
        padding: 18px;
    }
}
/* /Components/Pages/AdminUsers.razor.rz.scp.css */
.admin-users-page[b-va5iufpo62] {
    min-height: auto;
    background: transparent;
    color: #102033;
    padding: 0;
}

.admin-shell[b-va5iufpo62] {
    width: 100%;
    margin: 0 0 18px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
    padding: 26px;
}

.admin-header[b-va5iufpo62],
.section-title[b-va5iufpo62],
.header-actions[b-va5iufpo62] {
    display: flex;
}

.admin-header[b-va5iufpo62],
.section-title[b-va5iufpo62] {
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.admin-header h1[b-va5iufpo62],
.section-title h2[b-va5iufpo62] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 8px;
    font-weight: 900;
}

.admin-header p[b-va5iufpo62],
.section-title p[b-va5iufpo62] {
    margin: 0;
    color: #5f7086;
}

.kicker[b-va5iufpo62] {
    margin-bottom: 8px !important;
    color: #1677ff !important;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.header-actions[b-va5iufpo62] {
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.admin-nav-button[b-va5iufpo62] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #ffffff;
    color: #075985;
    padding: 0 12px;
    font-size: .82rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

button.admin-nav-button[b-va5iufpo62] {
    cursor: pointer;
}

.admin-nav-button:hover[b-va5iufpo62] {
    background: #eff6ff;
    color: #1677ff;
}

.summary-grid[b-va5iufpo62] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.summary-card[b-va5iufpo62] {
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fafc;
    padding: 16px;
}

.summary-card span[b-va5iufpo62],
.summary-card small[b-va5iufpo62],
.user-table small[b-va5iufpo62] {
    color: #5f7086;
}

.summary-card span[b-va5iufpo62] {
    display: block;
    margin-bottom: 8px;
    font-size: .78rem;
    font-weight: 900;
}

.summary-card strong[b-va5iufpo62] {
    display: block;
    margin-bottom: 4px;
    font-size: 1.25rem;
    font-weight: 900;
}

.alert[b-va5iufpo62] {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 16px;
    font-weight: 800;
}

.alert-danger[b-va5iufpo62] {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.alert-success[b-va5iufpo62] {
    border: 1px solid #bbf7d0;
    background: #ecfdf5;
    color: #047857;
}

.loading-panel[b-va5iufpo62] {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fafc;
    padding: 18px;
    color: #5f7086;
    font-weight: 900;
}

.count-badge[b-va5iufpo62],
.status-pill[b-va5iufpo62] {
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    font-weight: 900;
    white-space: nowrap;
}

.count-badge[b-va5iufpo62] {
    border: 1px solid #dce6f2;
    background: #f8fafc;
    color: #5f7086;
    padding: 7px 10px;
    font-size: .82rem;
}

.section-tools[b-va5iufpo62] {
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-field[b-va5iufpo62] {
    display: grid;
    gap: 6px;
    color: #334155;
    font-size: .76rem;
    font-weight: 900;
}

.filter-field select[b-va5iufpo62] {
    min-width: 150px;
    height: 36px;
    border: 1px solid #cbd8e8;
    border-radius: 8px;
    background: #ffffff;
    color: #102033;
    padding: 0 10px;
    font-size: .82rem;
    font-weight: 850;
}

.user-table-wrap[b-va5iufpo62] {
    overflow-x: auto;
    border: 1px solid #dce6f2;
    border-radius: 8px;
}

.user-workspace[b-va5iufpo62] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.user-workspace.has-editor[b-va5iufpo62] {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
}

.user-table[b-va5iufpo62] {
    width: 100%;
    border-collapse: collapse;
    min-width: 1280px;
}

.user-table th[b-va5iufpo62],
.user-table td[b-va5iufpo62] {
    padding: 14px 16px;
    border-bottom: 1px solid #e7edf5;
    text-align: left;
    vertical-align: top;
}

.user-table th[b-va5iufpo62] {
    background: #f8fafc;
    font-size: .82rem;
    font-weight: 900;
}

.user-table tr:last-child td[b-va5iufpo62] {
    border-bottom: 0;
}

.user-table tr.editing-row td[b-va5iufpo62] {
    background: #eef6ff;
}

.user-table tbody tr:not(.detail-row)[b-va5iufpo62] {
    cursor: pointer;
    transition: background-color .15s ease, box-shadow .15s ease;
}

.user-table tbody tr:not(.detail-row):hover td[b-va5iufpo62] {
    background: #f8fbff;
}

.user-table tbody tr:not(.detail-row):focus[b-va5iufpo62] {
    outline: none;
}

.user-table tbody tr:not(.detail-row):focus td[b-va5iufpo62] {
    box-shadow: inset 0 2px 0 #60a5fa, inset 0 -2px 0 #60a5fa;
}

.user-table tbody tr:not(.detail-row):focus td:first-child[b-va5iufpo62],
.user-table tr.editing-row td:first-child[b-va5iufpo62] {
    box-shadow: inset 3px 0 0 #2563eb;
}

.user-table strong[b-va5iufpo62],
.user-table small[b-va5iufpo62] {
    display: block;
}

.user-cell[b-va5iufpo62] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 240px;
}

.user-avatar-small[b-va5iufpo62] {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #2563eb;
    color: #ffffff;
    font-weight: 900;
}

.status-pill[b-va5iufpo62] {
    padding: 6px 9px;
    font-size: .78rem;
}

.status-active[b-va5iufpo62] {
    border: 1px solid #bbf7d0;
    background: #ecfdf5;
    color: #047857;
}

.status-muted[b-va5iufpo62] {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #64748b;
}

.subscription-plan-badge[b-va5iufpo62] {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
    border-radius: 999px;
    padding: 5px 9px;
    font-size: .74rem;
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
}

.subscription-plan-badge.plan-free[b-va5iufpo62] {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #64748b;
}

.subscription-plan-badge.plan-team[b-va5iufpo62] {
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    color: #1d4ed8;
}

.subscription-plan-badge.plan-business[b-va5iufpo62] {
    border: 1px solid #ddd6fe;
    background: #f5f3ff;
    color: #6d28d9;
}

.row-actions[b-va5iufpo62] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
    min-width: 156px;
}

.detail-button[b-va5iufpo62] {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d6e2ef;
    border-radius: 8px;
    background: #ffffff;
    color: #19324d;
    padding: 0;
    font-size: .78rem;
    font-weight: 900;
    cursor: pointer;
    white-space: nowrap;
}

.detail-button:hover[b-va5iufpo62],
.detail-button.active[b-va5iufpo62] {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #1677ff;
}

.detail-button.reset-button[b-va5iufpo62] {
    border-color: #fed7aa;
    color: #9a3412;
}

.detail-button.reset-button:hover[b-va5iufpo62] {
    background: #fff7ed;
    color: #9a3412;
}

.detail-button.edit-button[b-va5iufpo62] {
    border-color: #bbf7d0;
    color: #047857;
}

.detail-button.edit-button:hover[b-va5iufpo62],
.detail-button.edit-button.active[b-va5iufpo62] {
    background: #ecfdf5;
    color: #047857;
}

.detail-button:disabled[b-va5iufpo62] {
    cursor: not-allowed;
    opacity: .62;
}

.user-edit-panel[b-va5iufpo62] {
    position: sticky;
    top: 18px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .1);
    padding: 18px;
}

.edit-panel-heading[b-va5iufpo62] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.edit-panel-heading h3[b-va5iufpo62] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 6px;
    font-size: 1.05rem;
    font-weight: 900;
}

.edit-panel-heading span[b-va5iufpo62],
.edit-meta[b-va5iufpo62] {
    color: #5f7086;
    font-size: .82rem;
    font-weight: 800;
}

.panel-close-button[b-va5iufpo62] {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 1px solid #d6e2ef;
    border-radius: 8px;
    background: #ffffff;
    color: #5f7086;
    cursor: pointer;
}

.panel-close-button:hover[b-va5iufpo62] {
    background: #f8fafc;
    color: #102033;
}

.user-edit-form[b-va5iufpo62] {
    display: grid;
    gap: 13px;
}

.user-edit-form label[b-va5iufpo62] {
    display: grid;
    gap: 7px;
    color: #102033;
    font-weight: 900;
}

.form-control[b-va5iufpo62],
.form-select[b-va5iufpo62] {
    min-height: 38px;
    border: 1px solid #d6e2ef;
    border-radius: 8px;
    background: #ffffff;
    color: #102033;
    padding: 8px 10px;
    font-size: .9rem;
}

.form-control:focus[b-va5iufpo62],
.form-select:focus[b-va5iufpo62] {
    outline: none;
    border-color: #1677ff;
    box-shadow: 0 0 0 3px rgba(22, 119, 255, .12);
}

.edit-meta[b-va5iufpo62] {
    display: grid;
    gap: 4px;
    border-top: 1px solid #e7edf5;
    padding-top: 12px;
}

.form-actions[b-va5iufpo62] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.detail-row td[b-va5iufpo62] {
    background: #f8fbff;
    padding: 0 !important;
}

.detail-panel[b-va5iufpo62] {
    display: grid;
    gap: 12px;
    padding: 18px;
}

.detail-heading[b-va5iufpo62] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.detail-heading strong[b-va5iufpo62] {
    font-size: 1rem;
}

.detail-heading span[b-va5iufpo62] {
    color: #5f7086;
    font-size: .82rem;
    font-weight: 900;
}

.detail-list[b-va5iufpo62] {
    display: grid;
    gap: 10px;
}

.detail-item[b-va5iufpo62] {
    display: grid;
    grid-template-columns: minmax(220px, 1.1fr) minmax(180px, .8fr) minmax(180px, .9fr);
    gap: 12px;
    align-items: start;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    padding: 12px;
}

.detail-item.url-only[b-va5iufpo62] {
    grid-template-columns: 1fr;
}

.detail-item strong[b-va5iufpo62],
.detail-item small[b-va5iufpo62] {
    display: block;
}

.detail-item small[b-va5iufpo62] {
    color: #5f7086;
}

.empty-detail[b-va5iufpo62] {
    border: 1px dashed #cfe0f3;
    border-radius: 8px;
    background: #ffffff;
    padding: 18px;
    color: #5f7086;
    font-weight: 900;
    text-align: center;
}

.empty-cell[b-va5iufpo62] {
    padding: 28px !important;
    text-align: center !important;
    color: #5f7086;
    font-weight: 900;
}

@media (max-width: 900px) {
    .admin-header[b-va5iufpo62],
    .section-title[b-va5iufpo62] {
        display: grid;
    }

    .header-actions[b-va5iufpo62] {
        justify-content: flex-start;
    }

    .summary-grid[b-va5iufpo62] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .detail-item[b-va5iufpo62] {
        grid-template-columns: 1fr;
    }

    .user-workspace.has-editor[b-va5iufpo62] {
        grid-template-columns: 1fr;
    }

    .user-edit-panel[b-va5iufpo62] {
        position: static;
    }
}

@media (max-width: 560px) {
    .summary-grid[b-va5iufpo62] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/AdminVisitors.razor.rz.scp.css */
.admin-visitors-page[b-pzf81jx6iq] {
    min-height: auto;
    color: #102033;
}

.visitor-shell[b-pzf81jx6iq],
.country-panel[b-pzf81jx6iq],
.visitor-table-shell[b-pzf81jx6iq] {
    width: 100%;
    margin: 0 0 18px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
}

.visitor-shell[b-pzf81jx6iq] {
    padding: 0;
}

.visitor-header[b-pzf81jx6iq],
.filter-grid[b-pzf81jx6iq],
.country-panel[b-pzf81jx6iq],
.visitor-table-shell[b-pzf81jx6iq] {
    padding: 22px;
}

.visitor-header[b-pzf81jx6iq],
.header-actions[b-pzf81jx6iq],
.country-title[b-pzf81jx6iq],
.table-summary[b-pzf81jx6iq],
.pager[b-pzf81jx6iq] {
    display: flex;
    align-items: center;
}

.visitor-header[b-pzf81jx6iq],
.country-title[b-pzf81jx6iq],
.table-summary[b-pzf81jx6iq] {
    justify-content: space-between;
    gap: 16px;
}

.visitor-header[b-pzf81jx6iq] {
    border-bottom: 1px solid #e7edf5;
}

.visitor-header h1[b-pzf81jx6iq] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 6px;
    font-size: 1.35rem;
    font-weight: 900;
}

.kicker[b-pzf81jx6iq] {
    margin: 0 0 8px !important;
    color: #1677ff !important;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.country-title h2[b-pzf81jx6iq] {
    display: flex;
    align-items: center;
    gap: 9px;
}

.visitor-header p[b-pzf81jx6iq],
.country-title span[b-pzf81jx6iq],
.table-summary[b-pzf81jx6iq],
.filter-grid span[b-pzf81jx6iq],
.select-control span[b-pzf81jx6iq] {
    color: #5f7086;
    font-size: .86rem;
    font-weight: 800;
}

.visitor-header p[b-pzf81jx6iq] {
    margin: 0;
}

.header-actions[b-pzf81jx6iq] {
    justify-content: flex-end;
    gap: 10px;
}

.select-control[b-pzf81jx6iq],
.filter-grid label[b-pzf81jx6iq] {
    display: grid;
    gap: 8px;
}

.select-control[b-pzf81jx6iq] {
    grid-template-columns: auto auto;
    align-items: center;
    gap: 10px;
}

.filter-grid[b-pzf81jx6iq] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 200px;
    gap: 14px;
    background: #fbfdff;
}

input[b-pzf81jx6iq],
select[b-pzf81jx6iq] {
    min-height: 42px;
    border: 1px solid #cfe0f3;
    border-radius: 8px;
    background: #ffffff;
    color: #102033;
    padding: 0 12px;
    font-weight: 800;
}

.admin-nav-button[b-pzf81jx6iq],
.pager button[b-pzf81jx6iq] {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #cfe0f3;
    border-radius: 8px;
    background: #ffffff;
    color: #102033;
    padding: 0 14px;
    font-weight: 900;
    cursor: pointer;
}

.admin-nav-button:hover[b-pzf81jx6iq],
.pager button:hover:not(:disabled)[b-pzf81jx6iq] {
    border-color: #1677ff;
    color: #1677ff;
}

.admin-nav-button[b-pzf81jx6iq] {
    width: 42px;
    padding: 0;
    border-color: #bfdbfe;
    color: #075985;
}

.alert[b-pzf81jx6iq],
.loading-panel[b-pzf81jx6iq],
.empty-box[b-pzf81jx6iq] {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    padding: 14px;
    font-weight: 900;
}

.alert[b-pzf81jx6iq] {
    margin: 0 22px 22px;
}

.alert-danger[b-pzf81jx6iq] {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.loading-panel[b-pzf81jx6iq],
.empty-box[b-pzf81jx6iq] {
    border: 1px solid #dce6f2;
    background: #f8fafc;
    color: #5f7086;
}

.country-title[b-pzf81jx6iq] {
    margin-bottom: 20px;
}

.country-title h2[b-pzf81jx6iq] {
    margin: 0;
    font-size: 1.12rem;
    font-weight: 900;
}

.country-grid[b-pzf81jx6iq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;
}

.country-row[b-pzf81jx6iq] {
    display: grid;
    gap: 10px;
}

.country-row div:first-child[b-pzf81jx6iq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-weight: 900;
}

.country-bar[b-pzf81jx6iq] {
    height: 11px;
    overflow: hidden;
    border-radius: 999px;
    background: #e7edf5;
}

.country-bar span[b-pzf81jx6iq] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #2563eb, #14b8a6);
}

.table-summary[b-pzf81jx6iq] {
    margin-bottom: 14px;
}

.table-wrap[b-pzf81jx6iq] {
    overflow-x: auto;
}

.visitor-table[b-pzf81jx6iq] {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
}

.visitor-table th[b-pzf81jx6iq],
.visitor-table td[b-pzf81jx6iq] {
    padding: 14px 16px;
    border-bottom: 1px solid #e7edf5;
    text-align: left;
    vertical-align: middle;
    font-weight: 850;
}

.visitor-table th[b-pzf81jx6iq] {
    color: #5f7086;
    font-size: .84rem;
    font-weight: 900;
}

.visitor-table tr:last-child td[b-pzf81jx6iq] {
    border-bottom: 0;
}

.type-pill[b-pzf81jx6iq] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 7px 11px;
    font-size: .8rem;
    font-weight: 900;
}

.type-pill.login[b-pzf81jx6iq] {
    background: #eff6ff;
    color: #0b5bd3;
}

.type-pill.anonymous[b-pzf81jx6iq] {
    background: #f1f5f9;
    color: #475569;
}

.count-cell[b-pzf81jx6iq] {
    text-align: right !important;
    color: #3b2f2a;
    font-weight: 950 !important;
}

.empty-cell[b-pzf81jx6iq] {
    padding: 30px !important;
    text-align: center !important;
    color: #5f7086;
}

.pager[b-pzf81jx6iq] {
    justify-content: flex-end;
    gap: 10px;
    padding-top: 14px;
}

.pager button[b-pzf81jx6iq] {
    width: 42px;
    padding: 0;
}

.pager button:disabled[b-pzf81jx6iq] {
    cursor: not-allowed;
    opacity: .45;
}

.pager span[b-pzf81jx6iq] {
    color: #5f7086;
    font-weight: 900;
}

@media (max-width: 920px) {
    .visitor-header[b-pzf81jx6iq],
    .header-actions[b-pzf81jx6iq],
    .country-title[b-pzf81jx6iq],
    .table-summary[b-pzf81jx6iq] {
        align-items: flex-start;
    }

    .visitor-header[b-pzf81jx6iq],
    .country-title[b-pzf81jx6iq],
    .table-summary[b-pzf81jx6iq] {
        display: grid;
    }

    .header-actions[b-pzf81jx6iq] {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .filter-grid[b-pzf81jx6iq],
    .country-grid[b-pzf81jx6iq] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/DbConfig.razor.rz.scp.css */
.config-page[b-vs4cy2rw0d] {
    min-height: 100vh;
    background: #f6f8fb;
    color: #102033;
    padding: 48px 16px;
}

.config-shell[b-vs4cy2rw0d] {
    width: min(100%, 980px);
    margin: 0 auto 18px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
    padding: 26px;
}

.config-header[b-vs4cy2rw0d] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.config-header h1[b-vs4cy2rw0d] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 8px;
    font-weight: 900;
}

.config-header p[b-vs4cy2rw0d] {
    margin: 0;
    color: #5f7086;
}

.kicker[b-vs4cy2rw0d] {
    margin-bottom: 8px !important;
    color: #1677ff !important;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.open-badge[b-vs4cy2rw0d] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #eff6ff;
    color: #075985;
    padding: 7px 10px;
    font-size: .8rem;
    font-weight: 900;
    white-space: nowrap;
}

.header-actions[b-vs4cy2rw0d] {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.config-form[b-vs4cy2rw0d] {
    display: grid;
    gap: 20px;
}

.form-grid[b-vs4cy2rw0d] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

label[b-vs4cy2rw0d] {
    display: grid;
    gap: 7px;
    color: #102033;
    font-weight: 800;
}

label small[b-vs4cy2rw0d] {
    color: #7f8fa3;
    font-weight: 600;
}

.alert[b-vs4cy2rw0d],
.form-actions .btn[b-vs4cy2rw0d] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.form-actions[b-vs4cy2rw0d] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 700px) {
    .config-shell[b-vs4cy2rw0d] {
        padding: 20px;
    }

    .config-header[b-vs4cy2rw0d],
    .header-actions[b-vs4cy2rw0d],
    .form-grid[b-vs4cy2rw0d] {
        grid-template-columns: 1fr;
        display: grid;
    }

    .header-actions[b-vs4cy2rw0d] {
        justify-content: stretch;
    }
}
/* /Components/Pages/Help.razor.rz.scp.css */
.manual-page[b-spjm6rjtrx] {
    --dm-bg: #f5f8fb;
    --dm-panel: #ffffff;
    --dm-text: #102033;
    --dm-muted: #6b7a90;
    --dm-line: #dce6f2;
    --dm-soft: #eef5ff;
    --dm-blue: #1677ff;
    min-height: 100vh;
    background: var(--dm-bg);
    color: var(--dm-text);
    line-height: 1.65;
    word-break: keep-all;
}

.manual-page *[b-spjm6rjtrx],
.manual-page *[b-spjm6rjtrx]::before,
.manual-page *[b-spjm6rjtrx]::after {
    box-sizing: border-box;
}

.manual-page a[b-spjm6rjtrx] {
    color: inherit;
    text-decoration: none;
}

.manual-shell[b-spjm6rjtrx] {
    width: min(100% - 32px, 1480px);
    margin: 0 auto;
}

.manual-topbar[b-spjm6rjtrx] {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid var(--dm-line);
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
}

.topbar-inner[b-spjm6rjtrx],
.brand[b-spjm6rjtrx],
.topbar-actions[b-spjm6rjtrx],
.language-switch[b-spjm6rjtrx],
.document-header[b-spjm6rjtrx],
.document-actions[b-spjm6rjtrx] {
    display: flex;
}

.topbar-inner[b-spjm6rjtrx] {
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.brand[b-spjm6rjtrx] {
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.brand-icon[b-spjm6rjtrx] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid #e5edf6;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .10);
}

.brand-icon img[b-spjm6rjtrx] {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.brand-copy[b-spjm6rjtrx] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.brand-logo[b-spjm6rjtrx] {
    width: 166px;
    max-width: 38vw;
    height: auto;
}

.brand-subtitle[b-spjm6rjtrx] {
    color: #7b8794;
    font-size: .74rem;
    font-weight: 700;
    line-height: 1;
}

.topbar-actions[b-spjm6rjtrx] {
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.language-switch[b-spjm6rjtrx] {
    align-items: center;
    gap: 6px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    padding: 7px 10px;
    color: var(--dm-muted);
    font-size: .78rem;
    font-weight: 900;
}

.language-switch a.active[b-spjm6rjtrx] {
    color: var(--dm-blue);
}

.manual-layout[b-spjm6rjtrx] {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr) 240px;
    gap: 32px;
    align-items: start;
    padding: 28px 0 56px;
}

.manual-sidebar[b-spjm6rjtrx],
.manual-toc[b-spjm6rjtrx] {
    position: sticky;
    top: 96px;
}

.manual-title-block[b-spjm6rjtrx] {
    padding-bottom: 22px;
    border-bottom: 1px solid var(--dm-line);
}

.manual-pill[b-spjm6rjtrx] {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    border-radius: 999px;
    background: #eaf4ff;
    color: var(--dm-blue);
    padding: 0 10px;
    font-size: .72rem;
    font-weight: 900;
}

.manual-title-block h2[b-spjm6rjtrx] {
    margin: 12px 0 6px;
    font-size: 1.72rem;
    line-height: 1.15;
    font-weight: 900;
}

.manual-title-block p[b-spjm6rjtrx],
.manual-section p[b-spjm6rjtrx],
.lead[b-spjm6rjtrx] {
    color: var(--dm-muted);
}

.manual-title-block p[b-spjm6rjtrx] {
    margin: 0;
    font-size: .9rem;
}

.manual-search[b-spjm6rjtrx] {
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 18px 0;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    padding: 0 12px;
    color: var(--dm-muted);
}

.manual-search input[b-spjm6rjtrx] {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--dm-text);
    font: inherit;
    font-size: .86rem;
    font-weight: 700;
}

.manual-nav[b-spjm6rjtrx] {
    display: grid;
    gap: 18px;
}

.nav-group[b-spjm6rjtrx] {
    width: 100%;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 16px;
    align-items: start;
    gap: 12px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--dm-text);
    padding: 12px 10px;
    text-align: left;
}

.nav-group > i:first-child[b-spjm6rjtrx] {
    color: var(--dm-blue);
    font-size: 1.1rem;
}

.nav-group strong[b-spjm6rjtrx],
.nav-group small[b-spjm6rjtrx] {
    display: block;
}

.nav-group strong[b-spjm6rjtrx] {
    font-size: .92rem;
    font-weight: 900;
}

.nav-group small[b-spjm6rjtrx] {
    margin-top: 4px;
    color: var(--dm-muted);
    font-size: .76rem;
    line-height: 1.35;
    font-weight: 700;
}

.nav-group.active[b-spjm6rjtrx] {
    background: #eef4ff;
}

.nav-sublist[b-spjm6rjtrx] {
    display: grid;
    gap: 2px;
    margin: 4px 0 0 46px;
}

.nav-sublist a[b-spjm6rjtrx] {
    min-height: 34px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 0 12px;
    color: var(--dm-muted);
    font-size: .84rem;
    font-weight: 900;
}

.nav-sublist a.active[b-spjm6rjtrx],
.nav-sublist a:hover[b-spjm6rjtrx] {
    background: #e8f1ff;
    color: var(--dm-blue);
}

.breadcrumb[b-spjm6rjtrx] {
    margin-bottom: 20px;
    color: var(--dm-muted);
    font-size: .86rem;
    font-weight: 900;
}

.manual-document[b-spjm6rjtrx] {
    padding-bottom: 48px;
}

.document-header[b-spjm6rjtrx] {
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.kicker[b-spjm6rjtrx] {
    margin: 0 0 10px;
    color: var(--dm-blue);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

h1[b-spjm6rjtrx],
h2[b-spjm6rjtrx],
h3[b-spjm6rjtrx],
p[b-spjm6rjtrx] {
    margin-top: 0;
}

h1[b-spjm6rjtrx] {
    margin-bottom: 12px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.12;
    font-weight: 900;
}

.lead[b-spjm6rjtrx] {
    max-width: 760px;
    margin-bottom: 0;
    font-size: 1.02rem;
}

.updated[b-spjm6rjtrx] {
    flex: 0 0 auto;
    color: var(--dm-muted);
    font-size: .82rem;
    font-weight: 900;
}

.document-tags[b-spjm6rjtrx] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--dm-line);
}

.document-tags span[b-spjm6rjtrx] {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--dm-line);
    border-radius: 999px;
    background: #ffffff;
    padding: 0 12px;
    color: #41536a;
    font-size: .78rem;
    font-weight: 900;
}

.release-detail[b-spjm6rjtrx] {
    display: grid;
    gap: 18px;
    margin-top: 26px;
}

.release-package-switch[b-spjm6rjtrx] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

.release-package-button[b-spjm6rjtrx] {
    min-height: 66px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    color: #19324d;
    padding: 12px 14px;
    font: inherit;
    text-align: left;
}

.release-package-button:hover[b-spjm6rjtrx],
.release-package-button.active[b-spjm6rjtrx] {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: var(--dm-blue);
}

.release-package-button i[b-spjm6rjtrx] {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eaf4ff;
    color: var(--dm-blue);
}

.release-package-button strong[b-spjm6rjtrx],
.release-package-button small[b-spjm6rjtrx] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.release-package-button strong[b-spjm6rjtrx] {
    font-size: .92rem;
    font-weight: 900;
}

.release-package-button small[b-spjm6rjtrx] {
    margin-top: 3px;
    color: var(--dm-muted);
    font-size: .75rem;
    font-weight: 800;
}

.release-heading[b-spjm6rjtrx] {
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    padding: 20px;
}

.release-heading > span[b-spjm6rjtrx] {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    border-radius: 999px;
    background: #eaf4ff;
    color: var(--dm-blue);
    padding: 0 10px;
    font-size: .76rem;
    font-weight: 900;
}

.release-heading h2[b-spjm6rjtrx] {
    margin: 12px 0 8px;
    font-size: 1.55rem;
    line-height: 1.2;
    font-weight: 900;
}

.release-meta[b-spjm6rjtrx] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.release-meta span[b-spjm6rjtrx] {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--dm-line);
    border-radius: 999px;
    background: #f8fafc;
    color: #41536a;
    padding: 0 12px;
    font-size: .78rem;
    font-weight: 900;
}

.release-markdown[b-spjm6rjtrx],
.release-empty[b-spjm6rjtrx] {
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    padding: 22px;
}

.release-markdown h3[b-spjm6rjtrx] {
    margin: 22px 0 12px;
    font-size: 1.18rem;
    font-weight: 900;
}

.release-markdown h3:first-child[b-spjm6rjtrx] {
    margin-top: 0;
}

.release-markdown h4[b-spjm6rjtrx] {
    margin: 18px 0 10px;
    font-size: 1rem;
    font-weight: 900;
}

.release-markdown p[b-spjm6rjtrx] {
    margin-bottom: 12px;
    color: var(--dm-muted);
    font-weight: 750;
}

.release-markdown ul[b-spjm6rjtrx],
.release-markdown ol[b-spjm6rjtrx] {
    display: grid;
    gap: 10px;
    margin: 12px 0 18px;
    padding-left: 22px;
}

.release-markdown li[b-spjm6rjtrx] {
    color: #24364c;
    font-weight: 750;
}

.release-markdown code[b-spjm6rjtrx] {
    border-radius: 6px;
    background: #eef5ff;
    padding: 2px 5px;
    color: #075985;
    font-family: Consolas, "Courier New", monospace;
    font-size: .9em;
    font-weight: 900;
}

.release-empty[b-spjm6rjtrx] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--dm-muted);
    font-weight: 900;
}

.release-empty p[b-spjm6rjtrx] {
    margin: 0;
}

.manual-section[b-spjm6rjtrx] {
    scroll-margin-top: 96px;
    margin-bottom: 34px;
}

.manual-section h2[b-spjm6rjtrx] {
    margin-bottom: 14px;
    font-size: 1.38rem;
    font-weight: 900;
}

.manual-section p[b-spjm6rjtrx] {
    margin-bottom: 14px;
    font-size: .98rem;
}

.manual-section p.manual-error-message[b-spjm6rjtrx] {
    border: 1px solid #fecaca;
    border-radius: 8px;
    background: #fef2f2;
    color: #991b1b;
    padding: 12px 14px;
    font-weight: 800;
}

.manual-section p.manual-warning-message[b-spjm6rjtrx] {
    border: 1px solid #fcd34d;
    border-radius: 8px;
    background: #fffbeb;
    color: #92400e;
    padding: 12px 14px;
    font-weight: 900;
}

.manual-section p.manual-runtime-message[b-spjm6rjtrx] {
    border: 1px solid #fde68a;
    border-left: 5px solid #f59e0b;
    border-radius: 8px;
    background: #fff8d6;
    color: #713f12;
    padding: 13px 15px;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(245, 158, 11, .08);
}

.manual-info-box[b-spjm6rjtrx] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #fcd34d;
    border-left: 5px solid #f59e0b;
    border-radius: 8px;
    background: #fffbeb;
    color: #92400e;
    padding: 14px 16px;
    margin: -8px 0 28px;
    box-shadow: 0 12px 28px rgba(245, 158, 11, .08);
}

.manual-info-box i[b-spjm6rjtrx] {
    color: #d97706;
    font-size: 1.05rem;
    margin-top: 2px;
}

.manual-info-box p[b-spjm6rjtrx] {
    margin: 0;
    font-weight: 900;
}

.manual-section ol[b-spjm6rjtrx] {
    display: grid;
    gap: 10px;
    margin: 14px 0 0;
    padding-left: 22px;
}

.manual-section li[b-spjm6rjtrx] {
    padding-left: 4px;
    color: #24364c;
    font-weight: 750;
}

.command-block[b-spjm6rjtrx] {
    overflow: hidden;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #f8fafc;
    margin-top: 14px;
}

.command-block-head[b-spjm6rjtrx] {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #dce6f2;
    background: #ffffff;
    padding: 0 12px;
}

.command-block-head span[b-spjm6rjtrx] {
    color: #5f7086;
    font-size: .78rem;
    font-weight: 900;
}

.command-block-head button[b-spjm6rjtrx] {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #eff6ff;
    color: #075985;
    padding: 0 10px;
    font: inherit;
    font-size: .78rem;
    font-weight: 900;
}

.command-block pre[b-spjm6rjtrx] {
    overflow-x: auto;
    margin: 0;
    padding: 16px;
}

.command-block code[b-spjm6rjtrx] {
    color: #102033;
    font-family: Consolas, "Courier New", monospace;
    font-size: .92rem;
    font-weight: 800;
    line-height: 1.75;
    white-space: pre;
}

.related-documents[b-spjm6rjtrx] {
    padding-top: 4px;
    border-top: 1px solid var(--dm-line);
}

.related-link-list[b-spjm6rjtrx] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.related-link-list button[b-spjm6rjtrx] {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    color: #19324d;
    padding: 0 14px;
    font: inherit;
    font-size: .86rem;
    font-weight: 900;
    text-align: left;
}

.related-link-list button:hover[b-spjm6rjtrx] {
    border-color: #bfdbfe;
    color: var(--dm-blue);
}

.official-links-section[b-spjm6rjtrx] {
    padding-top: 2px;
}

.official-link-grid[b-spjm6rjtrx] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.official-link-grid a[b-spjm6rjtrx] {
    min-height: 112px;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 18px;
    gap: 12px;
    align-items: start;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    padding: 16px;
}

.official-link-grid a:hover[b-spjm6rjtrx] {
    border-color: #bfdbfe;
    box-shadow: 0 12px 26px rgba(22, 119, 255, .10);
}

.official-link-grid i:first-child[b-spjm6rjtrx] {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #eaf4ff;
    color: var(--dm-blue);
    font-size: 1.18rem;
}

.official-link-grid i:last-child[b-spjm6rjtrx] {
    color: #7b8794;
    font-size: .92rem;
}

.official-link-grid strong[b-spjm6rjtrx],
.official-link-grid small[b-spjm6rjtrx] {
    display: block;
}

.official-link-grid strong[b-spjm6rjtrx] {
    margin-bottom: 4px;
    font-size: .95rem;
    font-weight: 900;
}

.official-link-grid small[b-spjm6rjtrx] {
    color: var(--dm-muted);
    font-size: .78rem;
    font-weight: 800;
    line-height: 1.45;
}

.official-link-grid .official-link-url[b-spjm6rjtrx] {
    margin-top: 6px;
    color: #1677ff;
    word-break: break-all;
}

.document-actions[b-spjm6rjtrx] {
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 8px;
}

.button[b-spjm6rjtrx] {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    color: #19324d;
    padding: 0 16px;
    font-size: .9rem;
    font-weight: 900;
    white-space: nowrap;
}

.button-primary[b-spjm6rjtrx] {
    border-color: var(--dm-blue);
    background: var(--dm-blue);
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(22, 119, 255, .18);
}

.button-primary i[b-spjm6rjtrx] {
    color: #ffffff;
}

.toc-card[b-spjm6rjtrx] {
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
    padding: 18px;
}

.toc-card > strong[b-spjm6rjtrx],
.toc-card a[b-spjm6rjtrx],
.toc-card button[b-spjm6rjtrx] {
    display: block;
}

.toc-card > strong[b-spjm6rjtrx] {
    margin-bottom: 10px;
    font-size: .88rem;
    font-weight: 900;
}

.toc-card a[b-spjm6rjtrx],
.toc-card button[b-spjm6rjtrx] {
    min-height: 30px;
    color: var(--dm-muted);
    font-size: .84rem;
    font-weight: 800;
}

.toc-card button[b-spjm6rjtrx] {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    font: inherit;
    text-align: left;
}

.toc-card a:hover[b-spjm6rjtrx],
.toc-card button:hover[b-spjm6rjtrx] {
    color: var(--dm-blue);
}

.release-package-toc[b-spjm6rjtrx] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    margin-bottom: 2px;
}

.release-package-toc button[b-spjm6rjtrx] {
    min-height: 34px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    padding: 0 10px;
}

.release-package-toc button:hover[b-spjm6rjtrx],
.release-package-toc button.active[b-spjm6rjtrx] {
    border-color: #bfdbfe;
    background: #eff6ff;
}

.toc-card a.active[b-spjm6rjtrx],
.toc-card button.active[b-spjm6rjtrx] {
    color: var(--dm-blue);
    font-weight: 900;
}

.release-scroll-list[b-spjm6rjtrx] {
    height: clamp(520px, 64vh, 620px);
    overflow-y: auto;
    padding-right: 6px;
}

.release-scroll-list button[b-spjm6rjtrx] {
    min-height: 58px;
    border-radius: 8px;
    padding: 9px 10px;
}

.release-scroll-list button:hover[b-spjm6rjtrx],
.release-scroll-list button.active[b-spjm6rjtrx] {
    background: #eff6ff;
}

.release-scroll-list button strong[b-spjm6rjtrx],
.release-scroll-list button small[b-spjm6rjtrx] {
    display: block;
}

.release-scroll-list button strong[b-spjm6rjtrx] {
    margin: 0;
    font-size: .9rem;
    font-weight: 900;
}

.release-scroll-list button small[b-spjm6rjtrx] {
    margin-top: 3px;
    color: var(--dm-muted);
    font-size: .72rem;
    font-weight: 800;
}

.toc-card hr[b-spjm6rjtrx] {
    margin: 14px 0;
    border: 0;
    border-top: 1px solid var(--dm-line);
}

@media (max-width: 1180px) {
    .manual-layout[b-spjm6rjtrx] {
        grid-template-columns: 250px minmax(0, 1fr);
    }

    .manual-toc[b-spjm6rjtrx] {
        display: none;
    }

    .official-link-grid[b-spjm6rjtrx] {
        grid-template-columns: 1fr;
    }

    .related-link-list[b-spjm6rjtrx] {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 860px) {
    .manual-layout[b-spjm6rjtrx] {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .manual-sidebar[b-spjm6rjtrx] {
        position: static;
    }

    .manual-nav[b-spjm6rjtrx] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .manual-shell[b-spjm6rjtrx] {
        width: min(100% - 24px, 1480px);
    }

    .topbar-inner[b-spjm6rjtrx] {
        min-height: 0;
        align-items: flex-start;
        padding: 12px 0;
    }

    .topbar-actions[b-spjm6rjtrx] {
        flex-wrap: wrap;
    }

    .brand-logo[b-spjm6rjtrx] {
        width: 148px;
    }

    .document-header[b-spjm6rjtrx] {
        display: grid;
    }

    .release-package-switch[b-spjm6rjtrx] {
        grid-template-columns: 1fr;
    }

    .updated[b-spjm6rjtrx] {
        justify-self: start;
    }

    .language-switch[b-spjm6rjtrx] {
        padding: 6px 8px;
    }
}
/* /Components/Pages/Helpdesk.razor.rz.scp.css */
.helpdesk-page[b-xzz11myx7a] {
    min-height: 100vh;
    background: #f6f8fb;
    color: #102033;
}

.helpdesk-wrap[b-xzz11myx7a] {
    width: min(100% - 32px, 1180px);
    margin: 0 auto;
}

.helpdesk-nav[b-xzz11myx7a] {
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #dce6f2;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
}

.nav-inner[b-xzz11myx7a],
.nav-actions[b-xzz11myx7a],
.brand[b-xzz11myx7a],
.section-title[b-xzz11myx7a],
.form-actions[b-xzz11myx7a],
.detail-head[b-xzz11myx7a] {
    display: flex;
}

.nav-inner[b-xzz11myx7a] {
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.nav-actions[b-xzz11myx7a] {
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.language-switch[b-xzz11myx7a] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    color: #6b7c91;
    padding: 7px 10px;
    font-size: .78rem;
    font-weight: 900;
}

.language-switch a[b-xzz11myx7a] {
    color: inherit;
    text-decoration: none;
}

.language-switch a.active[b-xzz11myx7a],
.language-switch a:hover[b-xzz11myx7a] {
    color: #1d6fe8;
}

.brand[b-xzz11myx7a] {
    align-items: center;
    gap: 11px;
    color: inherit;
    text-decoration: none;
}

.brand-icon[b-xzz11myx7a] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #e5edf6;
    border-radius: 8px;
    background: #ffffff;
}

.brand-icon img[b-xzz11myx7a] {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.brand-copy[b-xzz11myx7a] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.brand-logo[b-xzz11myx7a] {
    width: 166px;
    max-width: 38vw;
    height: auto;
}

.brand-subtitle[b-xzz11myx7a] {
    color: #7b8794;
    font-size: .74rem;
    font-weight: 700;
    line-height: 1;
}

.helpdesk-layout[b-xzz11myx7a] {
    display: grid;
    grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
    grid-template-areas:
        "compose compose"
        "tickets detail";
    gap: 18px;
    align-items: start;
    padding: 36px 0;
}

.compose-panel[b-xzz11myx7a] {
    grid-area: compose;
}

.tickets-panel[b-xzz11myx7a] {
    grid-area: tickets;
}

.detail-panel[b-xzz11myx7a] {
    grid-area: detail;
    min-height: 100%;
}

.helpdesk-panel[b-xzz11myx7a] {
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
    padding: 24px;
}

.section-title[b-xzz11myx7a] {
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.section-title.compact[b-xzz11myx7a] {
    margin-bottom: 14px;
}

.compose-panel .section-title[b-xzz11myx7a] {
    margin-bottom: 16px;
}

.section-title h1[b-xzz11myx7a],
.section-title h2[b-xzz11myx7a],
.detail-head h3[b-xzz11myx7a] {
    margin: 0 0 8px;
    font-weight: 900;
}

.section-title h1[b-xzz11myx7a],
.section-title h2[b-xzz11myx7a] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title p[b-xzz11myx7a],
.ticket-body[b-xzz11myx7a],
.comment-item p[b-xzz11myx7a],
.meta-grid[b-xzz11myx7a],
.empty-state[b-xzz11myx7a] {
    color: #5f7086;
}

.kicker[b-xzz11myx7a] {
    margin: 0 0 8px;
    color: #1677ff;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.form-grid[b-xzz11myx7a] {
    display: grid;
    gap: 12px;
    margin-bottom: 12px;
}

.form-grid.two[b-xzz11myx7a] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-grid.three[b-xzz11myx7a] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.compose-fields[b-xzz11myx7a] {
    display: grid;
    gap: 12px;
}

.compose-top[b-xzz11myx7a] {
    grid-template-columns: minmax(150px, .62fr) minmax(150px, .62fr) minmax(320px, 1.76fr);
    margin-bottom: 0;
}

.compose-bottom[b-xzz11myx7a] {
    display: grid;
    grid-template-columns: minmax(220px, .32fr) minmax(0, 1.68fr);
    gap: 16px;
    align-items: stretch;
}

.compose-side[b-xzz11myx7a] {
    display: grid;
    align-content: start;
}

.optional-fields[b-xzz11myx7a] {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 0;
}

.optional-fields label[b-xzz11myx7a],
.body-field[b-xzz11myx7a] {
    align-content: start;
}

.body-field[b-xzz11myx7a] {
    display: grid;
    gap: 7px;
    grid-template-rows: auto 1fr;
    height: 100%;
    color: #102033;
    font-weight: 900;
}

.helpdesk-panel label[b-xzz11myx7a] {
    display: grid;
    gap: 7px;
    margin-bottom: 12px;
    color: #102033;
    font-weight: 900;
}

.compose-panel label[b-xzz11myx7a],
.compose-panel .form-grid[b-xzz11myx7a] {
    margin-bottom: 0;
}

.helpdesk-panel input[b-xzz11myx7a],
.helpdesk-panel select[b-xzz11myx7a],
.helpdesk-panel textarea[b-xzz11myx7a] {
    width: 100%;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    color: #102033;
    padding: 11px 12px;
    font: inherit;
    font-weight: 700;
}

.helpdesk-panel textarea[b-xzz11myx7a] {
    resize: vertical;
}

.body-field textarea[b-xzz11myx7a] {
    height: 100%;
    min-height: 182px;
}

.helpdesk-quill-shell[b-xzz11myx7a] {
    min-height: 224px;
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
}

.helpdesk-quill-shell[b-xzz11myx7a]  .ql-toolbar {
    border: 0;
    border-bottom: 1px solid #e7eef8;
    background: #f8fbff;
    padding: 7px 8px;
}

.helpdesk-quill-shell[b-xzz11myx7a]  .ql-container {
    min-height: 174px;
    height: 100%;
    border: 0;
    color: #102033;
    font: inherit;
    font-weight: 700;
}

.helpdesk-quill-shell[b-xzz11myx7a]  .ql-editor {
    min-height: 174px;
    padding: 13px 14px;
    line-height: 1.55;
}

.helpdesk-quill-shell[b-xzz11myx7a]  .ql-editor.ql-blank::before {
    color: #6b7280;
    font-style: normal;
    font-weight: 800;
    left: 14px;
    right: 14px;
}

.form-actions[b-xzz11myx7a] {
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

.compose-actions[b-xzz11myx7a] {
    flex: 0 0 auto;
}

.compose-panel .compose-actions[b-xzz11myx7a] {
    justify-content: flex-end;
    margin-top: 0;
}

.comment-actions[b-xzz11myx7a] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.button[b-xzz11myx7a],
.nav-link-button[b-xzz11myx7a] {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    color: #19324d;
    padding: 0 14px;
    font-size: .88rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.button-primary[b-xzz11myx7a] {
    border-color: #1677ff;
    background: #1677ff;
    color: #ffffff;
}

.button-complete[b-xzz11myx7a] {
    border-color: #16a34a;
    background: #16a34a;
    color: #ffffff;
    min-width: 132px;
}

.button-danger[b-xzz11myx7a] {
    border-color: #fecaca;
    background: #ffffff;
    color: #b91c1c;
}

.button-danger:hover[b-xzz11myx7a] {
    border-color: #ef4444;
    background: #fef2f2;
}

.icon-button[b-xzz11myx7a] {
    position: relative;
    width: 42px;
    min-width: 42px;
    padding: 0;
}

.attachment-control[b-xzz11myx7a] {
    position: relative;
    display: inline-flex;
}

.attachment-trigger[b-xzz11myx7a] {
    border-color: #bfdbfe;
    color: #075985;
}

.attachment-count[b-xzz11myx7a] {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    border-radius: 999px;
    background: #ef4444;
    color: #ffffff;
    font-size: .68rem;
    line-height: 1;
}

.attachment-popover[b-xzz11myx7a] {
    position: absolute;
    z-index: 30;
    top: calc(100% + 14px);
    right: 0;
    width: min(414px, calc(100vw - 32px));
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .18);
    padding: 14px;
}

.attachment-popover[b-xzz11myx7a]::before,
.attachment-popover[b-xzz11myx7a]::after {
    content: "";
    position: absolute;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.attachment-popover[b-xzz11myx7a]::before {
    top: -11px;
    border-bottom: 11px solid #dce6f2;
}

.attachment-popover[b-xzz11myx7a]::after {
    top: -10px;
    border-bottom: 11px solid #ffffff;
}

.attachment-dropzone[b-xzz11myx7a] {
    position: relative;
    min-height: 136px;
    display: grid;
    place-items: center;
    gap: 6px;
    border: 1px dashed #93c5fd;
    border-radius: 8px;
    background: #f8fbff;
    color: #31506d;
    padding: 18px;
    text-align: center;
    overflow: hidden;
    transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.attachment-dropzone:hover[b-xzz11myx7a],
.attachment-dropzone.is-dragging[b-xzz11myx7a],
.attachment-dropzone.is-pasting[b-xzz11myx7a] {
    border-color: #1677ff;
    background: #eff6ff;
    box-shadow: inset 0 0 0 2px rgba(22, 119, 255, .14), 0 10px 24px rgba(22, 119, 255, .12);
    transform: translateY(-1px);
}

.attachment-dropzone[b-xzz11myx7a]  .attachment-file-input,
.attachment-dropzone input[type="file"][b-xzz11myx7a] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 0;
}

.attachment-dropzone i[b-xzz11myx7a] {
    color: #1677ff;
    font-size: 1.55rem;
    transition: color .16s ease, transform .16s ease;
}

.attachment-dropzone strong[b-xzz11myx7a],
.attachment-dropzone span[b-xzz11myx7a] {
    display: block;
}

.attachment-dropzone strong[b-xzz11myx7a] {
    font-size: 1.05rem;
    transition: color .16s ease, transform .16s ease;
}

.attachment-dropzone span[b-xzz11myx7a] {
    color: #5f7086;
    font-size: .9rem;
    font-weight: 800;
    transition: color .16s ease;
}

.attachment-dropzone:hover i[b-xzz11myx7a],
.attachment-dropzone.is-dragging i[b-xzz11myx7a],
.attachment-dropzone.is-pasting i[b-xzz11myx7a] {
    color: #075eea;
    transform: scale(1.14);
}

.attachment-dropzone:hover strong[b-xzz11myx7a],
.attachment-dropzone.is-dragging strong[b-xzz11myx7a],
.attachment-dropzone.is-pasting strong[b-xzz11myx7a] {
    color: #075985;
    transform: scale(1.04);
}

.attachment-dropzone:hover span[b-xzz11myx7a],
.attachment-dropzone.is-dragging span[b-xzz11myx7a],
.attachment-dropzone.is-pasting span[b-xzz11myx7a] {
    color: #31506d;
}

.attachment-popover-list[b-xzz11myx7a],
.saved-attachment-list[b-xzz11myx7a] {
    display: grid;
    gap: 8px;
}

.attachment-popover-list[b-xzz11myx7a] {
    margin-top: 12px;
}

.attachment-empty[b-xzz11myx7a] {
    border: 1px solid #e7eef8;
    border-radius: 8px;
    background: #f8fafc;
    color: #5f7086;
    padding: 12px;
    text-align: center;
    font-size: .94rem;
    font-weight: 800;
}

.attachment-item[b-xzz11myx7a],
.saved-attachment-item[b-xzz11myx7a],
.attachment-chip[b-xzz11myx7a] {
    align-items: center;
    gap: 9px;
    border: 1px solid #e7eef8;
    border-radius: 8px;
    background: #ffffff;
    color: #102033;
}

.saved-attachment-item[b-xzz11myx7a],
.attachment-chip[b-xzz11myx7a] {
    display: flex;
}

.attachment-item[b-xzz11myx7a] {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    max-width: 100%;
}

.attachment-item[b-xzz11myx7a],
.saved-attachment-item[b-xzz11myx7a] {
    padding: 10px 12px;
}

.attachment-item > span[b-xzz11myx7a],
.saved-attachment-item > span[b-xzz11myx7a] {
    min-width: 0;
}

.saved-attachment-item > span[b-xzz11myx7a] {
    flex: 1 1 auto;
}

.attachment-preview[b-xzz11myx7a],
.attachment-chip-preview[b-xzz11myx7a] {
    overflow: hidden;
    flex: 0 0 auto;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fafc;
}

.attachment-preview[b-xzz11myx7a] {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: #075985;
}

.attachment-preview img[b-xzz11myx7a],
.attachment-chip-preview[b-xzz11myx7a] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.attachment-preview i[b-xzz11myx7a] {
    font-size: 1.25rem;
}

.attachment-preview small[b-xzz11myx7a],
.attachment-item .attachment-preview small[b-xzz11myx7a] {
    display: block;
    overflow: visible;
    margin-top: -8px;
    color: #31506d;
    font-size: .6rem;
    font-weight: 900;
    line-height: 1;
    text-overflow: clip;
    white-space: nowrap;
}

.attachment-item strong[b-xzz11myx7a],
.saved-attachment-item strong[b-xzz11myx7a],
.attachment-item small[b-xzz11myx7a],
.saved-attachment-item small[b-xzz11myx7a] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attachment-item small[b-xzz11myx7a],
.saved-attachment-item small[b-xzz11myx7a] {
    color: #5f7086;
    font-size: .82rem;
}

.attachment-remove[b-xzz11myx7a] {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 0;
    border-radius: 7px;
    background: #f8fafc;
    color: #64748b;
}

.attachment-inline-list[b-xzz11myx7a] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    align-items: start;
}

.attachment-chip[b-xzz11myx7a] {
    width: 100%;
    max-width: 414px;
    padding: 8px 10px;
    font-size: .88rem;
    font-weight: 900;
}

.attachment-chip > i[b-xzz11myx7a] {
    color: #075985;
    font-size: 1rem;
}

.attachment-chip-preview[b-xzz11myx7a] {
    width: 26px;
    height: 26px;
    border-radius: 6px;
}

.attachment-chip span[b-xzz11myx7a] {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attachment-chip small[b-xzz11myx7a] {
    color: #5f7086;
    white-space: nowrap;
}

.saved-attachments[b-xzz11myx7a] {
    display: grid;
    gap: 8px;
}

.saved-attachments > strong[b-xzz11myx7a] {
    color: #102033;
    font-size: .9rem;
}

.saved-attachment-item[b-xzz11myx7a] {
    text-decoration: none;
}

.saved-attachment-item:hover[b-xzz11myx7a] {
    border-color: #bfdbfe;
    background: #f8fbff;
}

.button:disabled[b-xzz11myx7a] {
    cursor: not-allowed;
    opacity: .65;
}

.product-entry-note[b-xzz11myx7a] {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    border: 1px solid #a7f3d0;
    border-radius: 8px;
    background: #ecfdf5;
    color: #047857;
    padding: 12px 14px;
    margin-bottom: 16px;
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.45;
}

.product-entry-note i[b-xzz11myx7a] {
    flex: 0 0 auto;
    margin-top: 2px;
    color: #059669;
}

.message[b-xzz11myx7a] {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 16px;
    font-weight: 800;
}

.message-success[b-xzz11myx7a] {
    border: 1px solid #a7f3d0;
    background: #ecfdf5;
    color: #047857;
}

.message-danger[b-xzz11myx7a] {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #b91c1c;
}

.count-badge[b-xzz11myx7a],
.status-pill[b-xzz11myx7a],
.ticket-no[b-xzz11myx7a] {
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    font-weight: 900;
    white-space: nowrap;
}

.count-badge[b-xzz11myx7a] {
    border: 1px solid #dce6f2;
    background: #f8fafc;
    color: #5f7086;
    padding: 7px 10px;
    font-size: .82rem;
}

.ticket-list[b-xzz11myx7a] {
    display: grid;
    gap: 8px;
}

.tickets-panel .ticket-list[b-xzz11myx7a] {
    max-height: 620px;
    overflow: auto;
    padding-right: 2px;
}

.ticket-list-item[b-xzz11myx7a] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    color: #102033;
    padding: 12px;
    text-align: left;
}

.ticket-list-item.active[b-xzz11myx7a] {
    border-color: #1677ff;
    background: #eff6ff;
}

.ticket-list-item strong[b-xzz11myx7a],
.ticket-list-item small[b-xzz11myx7a] {
    display: block;
}

.ticket-list-item small[b-xzz11myx7a] {
    color: #5f7086;
    font-size: .78rem;
}

.status-pill[b-xzz11myx7a] {
    padding: 5px 8px;
    font-size: .74rem;
}

.status-new[b-xzz11myx7a] {
    background: #eff6ff;
    color: #075985;
}

.status-open[b-xzz11myx7a] {
    background: #fef3c7;
    color: #92400e;
}

.status-waiting[b-xzz11myx7a] {
    background: #ede9fe;
    color: #6d28d9;
}

.status-done[b-xzz11myx7a] {
    background: #dcfce7;
    color: #047857;
}

.ticket-detail[b-xzz11myx7a] {
    display: grid;
    gap: 14px;
}

.detail-head[b-xzz11myx7a] {
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.detail-actions[b-xzz11myx7a] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.ticket-no[b-xzz11myx7a] {
    margin-bottom: 8px;
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    color: #075985;
    padding: 4px 8px;
    font-size: .76rem;
}

.ticket-body[b-xzz11myx7a] {
    margin: 0;
    white-space: pre-wrap;
}

.rich-ticket-body[b-xzz11myx7a] {
    white-space: normal;
    line-height: 1.6;
}

.rich-ticket-body :where(p, ul, ol, blockquote, pre)[b-xzz11myx7a] {
    margin: 0 0 10px;
}

.rich-ticket-body :where(p, ul, ol, blockquote, pre):last-child[b-xzz11myx7a] {
    margin-bottom: 0;
}

.rich-ticket-body :where(ul, ol)[b-xzz11myx7a] {
    padding-left: 1.35rem;
}

.rich-ticket-body blockquote[b-xzz11myx7a] {
    border-left: 3px solid #bfdbfe;
    color: #31506d;
    padding-left: 10px;
}

.rich-ticket-body code[b-xzz11myx7a],
.rich-ticket-body pre[b-xzz11myx7a] {
    border-radius: 6px;
    background: #f1f5f9;
    color: #19324d;
}

.rich-ticket-body code[b-xzz11myx7a] {
    padding: 2px 4px;
}

.rich-ticket-body pre[b-xzz11myx7a] {
    padding: 10px;
    overflow-x: auto;
}

.meta-grid[b-xzz11myx7a] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    font-size: .82rem;
    font-weight: 800;
}

.comment-list[b-xzz11myx7a] {
    display: grid;
    gap: 10px;
}

.comment-item[b-xzz11myx7a] {
    border: 1px solid #e7eef8;
    border-radius: 8px;
    background: #f8fafc;
    padding: 12px;
}

.comment-item.user-comment[b-xzz11myx7a] {
    border-color: #bfdbfe;
    background: #eff6ff;
}

.comment-item strong[b-xzz11myx7a],
.comment-item small[b-xzz11myx7a] {
    display: block;
}

.comment-item small[b-xzz11myx7a] {
    color: #5f7086;
}

.comment-item p[b-xzz11myx7a] {
    margin: 8px 0 0;
    white-space: pre-wrap;
}

.comment-body[b-xzz11myx7a] {
    margin-top: 8px;
    color: #31506d;
}

.comment-editor-field[b-xzz11myx7a] {
    display: grid;
    gap: 7px;
    color: #102033;
    font-weight: 900;
}

.helpdesk-comment-quill-shell[b-xzz11myx7a] {
    min-height: 174px;
    display: grid;
    grid-template-rows: auto 1fr;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
}

.helpdesk-comment-quill-shell[b-xzz11myx7a]  .ql-toolbar {
    border: 0;
    border-bottom: 1px solid #e7eef8;
    background: #f8fbff;
    padding: 6px 8px;
}

.helpdesk-comment-quill-shell[b-xzz11myx7a]  .ql-container {
    min-height: 122px;
    border: 0;
    color: #102033;
    font: inherit;
    font-weight: 700;
}

.helpdesk-comment-quill-shell[b-xzz11myx7a]  .ql-editor {
    min-height: 122px;
    padding: 12px 14px;
    line-height: 1.55;
}

.helpdesk-comment-quill-shell[b-xzz11myx7a]  .ql-editor.ql-blank::before {
    color: #6b7280;
    font-style: normal;
    font-weight: 800;
    left: 14px;
    right: 14px;
}

.empty-state[b-xzz11myx7a] {
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    background: #f8fafc;
    padding: 20px;
    text-align: center;
    font-weight: 800;
}

.detail-empty[b-xzz11myx7a] {
    display: grid;
    min-height: 280px;
    place-items: center;
}

@media (max-width: 980px) {
    .helpdesk-layout[b-xzz11myx7a],
    .compose-top[b-xzz11myx7a],
    .compose-bottom[b-xzz11myx7a],
    .form-grid.two[b-xzz11myx7a],
    .form-grid.three[b-xzz11myx7a],
    .meta-grid[b-xzz11myx7a] {
        grid-template-columns: 1fr;
    }

    .helpdesk-layout[b-xzz11myx7a] {
        grid-template-areas:
            "compose"
            "tickets"
            "detail";
    }

    .compose-panel .compose-actions[b-xzz11myx7a] {
        justify-content: flex-start;
    }

    .attachment-popover[b-xzz11myx7a] {
        left: 0;
        right: auto;
    }
}

@media (max-width: 640px) {
    .helpdesk-wrap[b-xzz11myx7a] {
        width: min(100% - 24px, 1180px);
    }

    .brand-logo[b-xzz11myx7a] {
        width: 138px;
    }

    .nav-link-button[b-xzz11myx7a] {
        display: none;
    }

    .helpdesk-panel[b-xzz11myx7a] {
        padding: 18px;
    }

    .ticket-list-item[b-xzz11myx7a],
    .detail-head[b-xzz11myx7a] {
        align-items: flex-start;
        flex-direction: column;
    }

    .detail-actions[b-xzz11myx7a] {
        width: 100%;
        justify-content: space-between;
    }

    .comment-actions[b-xzz11myx7a] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.landing-page[b-dkemallygi] {
    --dm-bg: #f6f8fb;
    --dm-panel: #ffffff;
    --dm-panel-soft: #f8fafc;
    --dm-text: #102033;
    --dm-muted: #5f7086;
    --dm-subtle: #7f8fa3;
    --dm-line: #dce6f2;
    --dm-blue: #1677ff;
    --dm-blue-dark: #075985;
    --dm-green: #10b981;
    --dm-amber: #f59e0b;
    --dm-shadow: 0 18px 48px rgba(15, 23, 42, .10);
    min-height: 100vh;
    overflow-x: hidden;
    color: var(--dm-text);
    background: linear-gradient(180deg, #f8fbff 0%, #f2f7fc 42%, #ffffff 100%);
    line-height: 1.65;
    word-break: keep-all;
}

.landing-page *[b-dkemallygi],
.landing-page *[b-dkemallygi]::before,
.landing-page *[b-dkemallygi]::after {
    box-sizing: border-box;
}

.landing-page a[b-dkemallygi] {
    color: inherit;
    text-decoration: none;
}

.wrap[b-dkemallygi] {
    width: min(100% - 32px, 1120px);
    margin: 0 auto;
}

.landing-nav[b-dkemallygi] {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(255, 255, 255, .92);
    border-bottom: 1px solid var(--dm-line);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.section-rail[b-dkemallygi] {
    position: fixed;
    top: 52%;
    right: clamp(10px, 1.4vw, 24px);
    z-index: 9;
    display: grid;
    gap: 2px;
    padding: 10px 8px;
    transform: translateY(-50%);
}

.section-rail a[b-dkemallygi] {
    position: relative;
    width: 76px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 8px;
    color: var(--dm-text);
}

.section-rail-mark[b-dkemallygi] {
    width: 7px;
    height: 2px;
    border-radius: 999px;
    background: #c7d2df;
    opacity: .92;
    transform-origin: right center;
    transition: width .18s ease, opacity .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.section-rail-label[b-dkemallygi] {
    position: absolute;
    right: 42px;
    width: 230px;
    max-width: min(230px, calc(100vw - 96px));
    display: grid;
    gap: 3px;
    opacity: 0;
    transform: translateX(6px);
    border: 1px solid #d8e3f0;
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    padding: 8px 10px;
    color: #213955;
    line-height: 1.2;
    pointer-events: none;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .12);
    transition: opacity .16s ease, transform .16s ease;
}

.section-rail-label strong[b-dkemallygi],
.section-rail-label small[b-dkemallygi] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-rail-label strong[b-dkemallygi] {
    color: #102033;
    font-size: .76rem;
    font-weight: 950;
}

.section-rail-label small[b-dkemallygi] {
    color: var(--dm-muted);
    font-size: .67rem;
    font-weight: 750;
}

.section-rail a:hover .section-rail-mark[b-dkemallygi],
.section-rail a:focus-visible .section-rail-mark[b-dkemallygi] {
    width: 34px;
    background: var(--dm-blue);
    box-shadow: 0 0 0 3px rgba(22, 119, 255, .12);
}

.section-rail a:hover .section-rail-label[b-dkemallygi],
.section-rail a:focus-visible .section-rail-label[b-dkemallygi] {
    opacity: 1;
    transform: translateX(0);
}

.section-rail a:focus-visible[b-dkemallygi] {
    outline: none;
}

.section-rail:hover .section-rail-mark[b-dkemallygi] {
    width: 10px;
    opacity: .76;
}

.section-rail:has(a:nth-child(1):hover) a:nth-child(2) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(1):focus-visible) a:nth-child(2) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(2):hover) a:nth-child(1) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(2):hover) a:nth-child(3) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(2):focus-visible) a:nth-child(1) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(2):focus-visible) a:nth-child(3) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(3):hover) a:nth-child(2) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(3):hover) a:nth-child(4) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(3):focus-visible) a:nth-child(2) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(3):focus-visible) a:nth-child(4) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(4):hover) a:nth-child(3) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(4):hover) a:nth-child(5) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(4):focus-visible) a:nth-child(3) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(4):focus-visible) a:nth-child(5) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(5):hover) a:nth-child(4) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(5):hover) a:nth-child(6) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(5):focus-visible) a:nth-child(4) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(5):focus-visible) a:nth-child(6) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(6):hover) a:nth-child(5) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(6):hover) a:nth-child(7) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(6):focus-visible) a:nth-child(5) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(6):focus-visible) a:nth-child(7) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(7):hover) a:nth-child(6) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(7):hover) a:nth-child(8) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(7):focus-visible) a:nth-child(6) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(7):focus-visible) a:nth-child(8) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(8):hover) a:nth-child(7) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(8):hover) a:nth-child(9) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(8):focus-visible) a:nth-child(7) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(8):focus-visible) a:nth-child(9) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(9):hover) a:nth-child(8) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(9):hover) a:nth-child(10) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(9):focus-visible) a:nth-child(8) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(9):focus-visible) a:nth-child(10) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(10):hover) a:nth-child(9) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(10):hover) a:nth-child(11) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(10):focus-visible) a:nth-child(9) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(10):focus-visible) a:nth-child(11) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(11):hover) a:nth-child(10) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(11):hover) a:nth-child(12) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(11):focus-visible) a:nth-child(10) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(11):focus-visible) a:nth-child(12) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(12):hover) a:nth-child(11) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(12):hover) a:nth-child(13) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(12):focus-visible) a:nth-child(11) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(12):focus-visible) a:nth-child(13) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(13):hover) a:nth-child(12) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(13):focus-visible) a:nth-child(12) .section-rail-mark[b-dkemallygi] {
    width: 23px;
    opacity: .9;
    background: #6ea8ff;
}

.section-rail:has(a:nth-child(1):hover) a:nth-child(3) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(1):focus-visible) a:nth-child(3) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(2):hover) a:nth-child(4) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(2):focus-visible) a:nth-child(4) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(3):hover) a:nth-child(1) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(3):hover) a:nth-child(5) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(3):focus-visible) a:nth-child(1) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(3):focus-visible) a:nth-child(5) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(4):hover) a:nth-child(2) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(4):hover) a:nth-child(6) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(4):focus-visible) a:nth-child(2) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(4):focus-visible) a:nth-child(6) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(5):hover) a:nth-child(3) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(5):hover) a:nth-child(7) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(5):focus-visible) a:nth-child(3) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(5):focus-visible) a:nth-child(7) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(6):hover) a:nth-child(4) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(6):hover) a:nth-child(8) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(6):focus-visible) a:nth-child(4) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(6):focus-visible) a:nth-child(8) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(7):hover) a:nth-child(5) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(7):hover) a:nth-child(9) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(7):focus-visible) a:nth-child(5) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(7):focus-visible) a:nth-child(9) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(8):hover) a:nth-child(6) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(8):hover) a:nth-child(10) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(8):focus-visible) a:nth-child(6) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(8):focus-visible) a:nth-child(10) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(9):hover) a:nth-child(7) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(9):hover) a:nth-child(11) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(9):focus-visible) a:nth-child(7) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(9):focus-visible) a:nth-child(11) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(10):hover) a:nth-child(8) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(10):hover) a:nth-child(12) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(10):focus-visible) a:nth-child(8) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(10):focus-visible) a:nth-child(12) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(11):hover) a:nth-child(9) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(11):hover) a:nth-child(13) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(11):focus-visible) a:nth-child(9) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(11):focus-visible) a:nth-child(13) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(12):hover) a:nth-child(10) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(12):focus-visible) a:nth-child(10) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(13):hover) a:nth-child(11) .section-rail-mark[b-dkemallygi],
.section-rail:has(a:nth-child(13):focus-visible) a:nth-child(11) .section-rail-mark[b-dkemallygi] {
    width: 15px;
    opacity: .82;
    background: #93c5fd;
}

html[b-dkemallygi] {
    scroll-behavior: smooth;
}

#overview[b-dkemallygi],
#solution[b-dkemallygi],
#value[b-dkemallygi],
#pain-point[b-dkemallygi],
#workflow[b-dkemallygi],
#automation[b-dkemallygi],
#rules[b-dkemallygi],
#integrations[b-dkemallygi],
#ai[b-dkemallygi],
#audience[b-dkemallygi],
#core-values[b-dkemallygi],
#quality-data[b-dkemallygi],
#contact[b-dkemallygi] {
    scroll-margin-top: 84px;
}

.nav-inner[b-dkemallygi] {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.nav-actions[b-dkemallygi] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.language-switch[b-dkemallygi] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    padding: 7px 10px;
    color: var(--dm-muted);
    font-size: .78rem;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
}

.language-switch a[b-dkemallygi] {
    min-width: 16px;
    color: var(--dm-muted);
    font-size: 0;
    text-align: center;
}

.language-switch a[b-dkemallygi]::before {
    font-size: .78rem;
}

.language-switch a:first-of-type[b-dkemallygi]::before {
    content: "KR";
}

.language-switch a:last-of-type[b-dkemallygi]::before {
    content: "EN";
}

.language-switch a.active[b-dkemallygi] {
    color: var(--dm-blue);
}

.brand[b-dkemallygi] {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    flex: 0 0 auto;
    color: var(--dm-text);
}

.brand-icon[b-dkemallygi] {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    border: 1px solid #e5edf6;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .10);
}

.brand-icon img[b-dkemallygi] {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.brand-copy[b-dkemallygi] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    min-width: 0;
}

.brand-logo[b-dkemallygi] {
    display: block;
    width: 166px;
    max-width: 38vw;
    height: auto;
}

.brand-subtitle[b-dkemallygi] {
    color: #7b8794;
    font-size: .74rem;
    font-weight: 700;
    line-height: 1;
}

.nav-links[b-dkemallygi] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    color: var(--dm-muted);
    font-size: .92rem;
    font-weight: 700;
}

.nav-links a:hover[b-dkemallygi] {
    color: var(--dm-blue);
}

.nav-support-link[b-dkemallygi] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #eff6ff;
    color: var(--dm-blue-dark);
    padding: 0 12px;
    font-size: .82rem;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
}

.nav-support-link:hover[b-dkemallygi] {
    border-color: var(--dm-blue);
    color: var(--dm-blue);
}

.button[b-dkemallygi] {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    padding: 0 16px;
    background: #ffffff;
    color: #19324d;
    font-size: .92rem;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
    white-space: nowrap;
}

.button:hover[b-dkemallygi] {
    border-color: #bfdbfe;
    color: var(--dm-blue);
}

.button-primary[b-dkemallygi],
.landing-page a.button-primary[b-dkemallygi] {
    border-color: var(--dm-blue);
    background: var(--dm-blue);
    color: #ffffff !important;
    box-shadow: 0 14px 30px rgba(22, 119, 255, .22);
}

.button-primary:hover[b-dkemallygi],
.button-primary:focus[b-dkemallygi],
.button-primary:active[b-dkemallygi],
.landing-page a.button-primary:hover[b-dkemallygi],
.landing-page a.button-primary:focus[b-dkemallygi],
.landing-page a.button-primary:active[b-dkemallygi] {
    color: #ffffff !important;
    background: #0f67e8;
}

.button-primary i[b-dkemallygi],
.landing-page a.button-primary i[b-dkemallygi] {
    color: #ffffff !important;
}

.hero-section[b-dkemallygi] {
    padding: 48px 0 34px;
}

.hero-section .wrap[b-dkemallygi] {
    width: min(100% - 32px, 1180px);
}

.hero-grid[b-dkemallygi],
.split-grid[b-dkemallygi],
.data-panel[b-dkemallygi] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr);
    gap: 34px;
    align-items: center;
}

.hero-copy[b-dkemallygi] {
    max-width: none;
}

.hero-grid[b-dkemallygi] {
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
    align-items: start;
    gap: 42px;
}

.hero-visual[b-dkemallygi] {
    width: 100%;
    display: grid;
    align-content: start;
    justify-items: stretch;
    gap: 12px;
    padding-top: 6px;
}

.hero-labels[b-dkemallygi] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

.badge[b-dkemallygi],
.eyebrow[b-dkemallygi] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    border-radius: 8px;
    border: 1px solid #bfdbfe;
    background: #eaf4ff;
    color: var(--dm-blue-dark);
    padding: 7px 11px;
    font-size: .78rem;
    font-weight: 900;
}

.badge[b-dkemallygi] {
    border-color: #93c5fd;
    background: #dbeafe;
    color: #075985;
    box-shadow: 0 10px 24px rgba(37, 99, 235, .10);
}

.badge span[b-dkemallygi] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--dm-green);
    box-shadow: 0 0 12px rgba(16, 185, 129, .55);
}

.eyebrow[b-dkemallygi] {
    display: inline-flex;
    width: fit-content;
    background: #ecfdf5;
    border-color: #bbf7d0;
    color: #047857;
}

.landing-page h1[b-dkemallygi],
.landing-page h2[b-dkemallygi],
.landing-page h3[b-dkemallygi],
.landing-page p[b-dkemallygi] {
    margin-top: 0;
}

.landing-page h1[b-dkemallygi] {
    max-width: 780px;
    margin-bottom: 18px;
    font-size: 3.42rem;
    line-height: 1.1;
    letter-spacing: 0;
    font-weight: 900;
}

.landing-page h2[b-dkemallygi] {
    max-width: 820px;
    margin-bottom: 14px;
    font-size: 2.35rem;
    line-height: 1.22;
    letter-spacing: 0;
    font-weight: 900;
}

.landing-page h3[b-dkemallygi] {
    margin-bottom: 8px;
    color: var(--dm-text);
    font-size: 1.15rem;
    line-height: 1.35;
    letter-spacing: 0;
    font-weight: 900;
}

.lead[b-dkemallygi] {
    margin-bottom: 22px;
    color: var(--dm-muted);
    font-size: 1.08rem;
}

.app-purpose[b-dkemallygi] {
    margin: -8px 0 22px;
    color: var(--dm-text);
    font-size: .96rem;
    line-height: 1.72;
    font-weight: 800;
}

.position-line[b-dkemallygi] {
    display: grid;
    gap: 5px;
    margin-bottom: 22px;
    border: 1px solid var(--dm-line);
    border-left: 4px solid var(--dm-blue);
    border-radius: 8px;
    background: rgba(255, 255, 255, .78);
    padding: 14px 16px;
    color: #31506d;
}

.position-line strong[b-dkemallygi] {
    color: var(--dm-text);
}

.hero-actions[b-dkemallygi],
.cta-actions[b-dkemallygi] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.chips[b-dkemallygi] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.chips span[b-dkemallygi] {
    border: 1px solid #cfe0f3;
    border-radius: 8px;
    background: rgba(255, 255, 255, .84);
    color: #31506d;
    padding: 7px 10px;
    font-size: .78rem;
    font-weight: 800;
}

.chips span.is-ai[b-dkemallygi] {
    border-color: #99f6e4;
    background: linear-gradient(135deg, #ecfdf5, #eff6ff);
    color: #047857;
    box-shadow: 0 10px 22px rgba(20, 184, 166, .10);
    font-weight: 950;
}

.quality-console[b-dkemallygi],
.diagram-panel[b-dkemallygi],
.scenario-panel[b-dkemallygi],
.integration-list[b-dkemallygi],
.cta-box[b-dkemallygi],
.data-panel[b-dkemallygi],
.solution-box[b-dkemallygi] {
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--dm-shadow);
}

.quality-console[b-dkemallygi] {
    width: 100%;
    padding: 18px;
}

.hero-ai-panel[b-dkemallygi] {
    position: relative;
    overflow: hidden;
    border: 2px solid #5eead4;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(240, 253, 250, .98), rgba(239, 246, 255, .94)),
        linear-gradient(90deg, rgba(22, 119, 255, .08), rgba(16, 185, 129, .16));
    box-shadow: 0 18px 42px rgba(20, 184, 166, .14);
    padding: 18px;
}

.hero-ai-panel[b-dkemallygi]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .34), transparent 38%),
        radial-gradient(circle at 92% 20%, rgba(22, 119, 255, .14), transparent 28%);
    pointer-events: none;
}

.hero-ai-head[b-dkemallygi],
.hero-ai-list[b-dkemallygi] {
    position: relative;
    z-index: 1;
}

.hero-ai-head[b-dkemallygi] {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.hero-ai-head > span[b-dkemallygi] {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border: 1px solid #99f6e4;
    border-radius: 8px;
    background: #ecfdf5;
    color: #047857;
    font-size: 1.05rem;
    font-weight: 950;
    box-shadow: 0 12px 24px rgba(16, 185, 129, .12);
}

.hero-ai-head strong[b-dkemallygi] {
    display: block;
    margin-bottom: 6px;
    color: #083344;
    font-size: 1.05rem;
    line-height: 1.35;
    font-weight: 950;
}

.hero-ai-head small[b-dkemallygi] {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #31506d;
    font-size: .82rem;
    line-height: 1.55;
    font-weight: 750;
}

.hero-ai-list[b-dkemallygi] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
}

.hero-ai-list article[b-dkemallygi] {
    min-height: 56px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    border: 1px solid rgba(153, 246, 228, .85);
    border-radius: 8px;
    background: rgba(255, 255, 255, .72);
    padding: 10px;
}

.hero-ai-list i[b-dkemallygi] {
    color: #047857;
    font-size: 1rem;
}

.hero-ai-list span[b-dkemallygi] {
    color: #0f3f4b;
    font-size: .76rem;
    line-height: 1.35;
    font-weight: 900;
}

.console-header[b-dkemallygi],
.console-footer[b-dkemallygi],
.scenario-toolbar[b-dkemallygi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.console-header[b-dkemallygi] {
    border-bottom: 1px solid #e7eef8;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.console-header strong[b-dkemallygi],
.console-footer strong[b-dkemallygi] {
    display: block;
    color: var(--dm-text);
    font-size: 1.04rem;
    font-weight: 900;
}

.console-header span[b-dkemallygi],
.console-footer span[b-dkemallygi] {
    display: block;
    color: var(--dm-muted);
    font-size: .82rem;
}

.console-status[b-dkemallygi] {
    border: 1px solid #a7f3d0;
    border-radius: 8px;
    background: #d1fae5;
    color: #047857 !important;
    padding: 5px 9px;
    font-size: .72rem !important;
    font-weight: 900;
}

.metric-grid[b-dkemallygi] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.metric[b-dkemallygi] {
    min-height: 114px;
    border: 1px solid #e1eaf5;
    border-radius: 8px;
    background: var(--dm-panel-soft);
    padding: 14px;
}

.metric span[b-dkemallygi],
.metric small[b-dkemallygi] {
    display: block;
    color: var(--dm-muted);
    font-size: .78rem;
}

.metric strong[b-dkemallygi] {
    display: block;
    margin: 6px 0;
    color: var(--dm-text);
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: 900;
}

.pipeline[b-dkemallygi] {
    display: grid;
    gap: 8px;
}

.pipeline-row[b-dkemallygi] {
    display: grid;
    grid-template-columns: 96px minmax(80px, 1fr) 78px;
    gap: 10px;
    align-items: center;
    border: 1px solid #e7eef8;
    border-radius: 8px;
    background: #ffffff;
    padding: 10px;
    color: #52677f;
    font-size: .78rem;
}

.pipeline-name[b-dkemallygi] {
    font-weight: 800;
}

.pipeline-progress[b-dkemallygi] {
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #e2e8f0;
}

.pipeline-progress span[b-dkemallygi] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--dm-blue), var(--dm-green));
}

.pill[b-dkemallygi] {
    justify-self: end;
    border-radius: 8px;
    padding: 4px 8px;
    font-size: .7rem;
    font-weight: 900;
}

.pill.info[b-dkemallygi] {
    background: #dbeafe;
    color: #1d4ed8;
}

.pill.success[b-dkemallygi] {
    background: #d1fae5;
    color: #047857;
}

.pill.warning[b-dkemallygi] {
    background: #fef3c7;
    color: #92400e;
}

.console-footer[b-dkemallygi] {
    margin-top: 14px;
    border-top: 1px solid #e7eef8;
    padding-top: 14px;
    display: block;
    text-align: center;
}

.hero-vendor-logos[b-dkemallygi] {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    align-items: center;
    justify-items: center;
    gap: 8px;
    margin-top: 10px;
}

.hero-vendor-logo[b-dkemallygi] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #dbe7f6;
    border-radius: 8px;
    background: #ffffff;
}

.hero-vendor-logo img[b-dkemallygi] {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

.vendor-jira img[b-dkemallygi] {
    width: 27px;
    height: 27px;
    transform: translate(-50%, -50%);
}

.vendor-jenkins img[b-dkemallygi] {
    width: 25px;
    height: 25px;
    transform: translate(-50%, -50%);
}

.vendor-slack img[b-dkemallygi] {
    width: 27px;
    height: 27px;
    transform: translate(-50%, -50%);
}

.vendor-selenium img[b-dkemallygi] {
    width: 29px;
    height: 29px;
    transform: translate(-50%, -50%);
}

.vendor-appium img[b-dkemallygi] {
    width: 28px;
    height: 28px;
    transform: translate(-50%, -50%);
}

.vendor-newman img[b-dkemallygi] {
    width: 28px;
    height: 28px;
    transform: translate(-50%, -50%);
}

.vendor-jmeter img[b-dkemallygi] {
    width: 27px;
    height: 27px;
    transform: translate(-50%, -50%);
}

.hero-vendor-plug i[b-dkemallygi] {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    line-height: 1;
    color: var(--dm-blue);
    font-size: 1.3rem;
    transform: translate(-50%, -50%);
}

.solution-strip[b-dkemallygi] {
    padding: 0 0 58px;
}

.solution-box[b-dkemallygi] {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(280px, .78fr) minmax(0, 1.42fr);
    gap: 30px;
    align-items: center;
    padding: 30px;
    background:
        linear-gradient(135deg, rgba(239, 246, 255, .94), rgba(255, 255, 255, .96) 52%, rgba(236, 253, 245, .72)),
        radial-gradient(circle at 88% 12%, rgba(22, 119, 255, .13), transparent 34%);
}

.solution-box[b-dkemallygi]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-top: 3px solid rgba(22, 119, 255, .22);
    pointer-events: none;
}

.solution-box h2[b-dkemallygi] {
    font-size: 2.9rem;
    line-height: 1.17;
}

.kicker[b-dkemallygi] {
    margin-bottom: 8px;
    color: var(--dm-blue);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.section-desc[b-dkemallygi] {
    max-width: 820px;
    color: var(--dm-muted);
    font-size: 1.02rem;
}

.capability-grid[b-dkemallygi] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.capability[b-dkemallygi],
.feature-card[b-dkemallygi],
.value-item[b-dkemallygi] {
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}

.capability[b-dkemallygi] {
    position: relative;
    min-height: 132px;
    padding: 16px;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.capability:hover[b-dkemallygi] {
    transform: translateY(-2px);
    border-color: #bfdbfe;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .10);
}

.ai-capability-zone[b-dkemallygi] {
    position: relative;
    grid-column: 1 / -1;
    display: grid;
    gap: 12px;
    overflow: hidden;
    border: 2px solid #5eead4;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(240, 253, 250, .92), rgba(239, 246, 255, .88)),
        linear-gradient(90deg, rgba(22, 119, 255, .08), rgba(16, 185, 129, .16));
    padding: 18px;
    box-shadow: 0 18px 42px rgba(20, 184, 166, .13);
}

.ai-capability-zone[b-dkemallygi]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .35), transparent 36%),
        radial-gradient(circle at 92% 18%, rgba(22, 119, 255, .12), transparent 28%);
    pointer-events: none;
}

.ai-zone-head[b-dkemallygi] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ai-zone-head span[b-dkemallygi] {
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #99f6e4;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    padding: 0 10px;
    font-size: .74rem;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ai-zone-head strong[b-dkemallygi] {
    color: #065f46;
    font-size: .86rem;
    font-weight: 950;
}

.ai-capability-grid[b-dkemallygi] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ai-capability[b-dkemallygi] {
    min-height: 150px;
    border-color: #bfe7d5;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .97), rgba(239, 253, 246, .9)),
        linear-gradient(90deg, rgba(22, 119, 255, .06), rgba(16, 185, 129, .10));
}

.ai-capability[b-dkemallygi]::after {
    content: "AI";
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-grid;
    place-items: center;
    min-width: 34px;
    height: 26px;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    background: #ecfdf5;
    color: #047857;
    font-size: .72rem;
    font-weight: 900;
}

.capability span[b-dkemallygi],
.value-icon[b-dkemallygi] {
    display: inline-grid;
    place-items: center;
    min-width: 30px;
    height: 30px;
    margin-bottom: 10px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #eff6ff;
    color: var(--dm-blue-dark);
    font-size: .75rem;
    font-weight: 900;
}

.value-icon i[b-dkemallygi] {
    font-size: 1rem;
    line-height: 1;
}

.capability strong[b-dkemallygi],
.capability small[b-dkemallygi] {
    display: block;
}

.capability strong[b-dkemallygi] {
    margin-bottom: 5px;
    color: var(--dm-text);
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 900;
}

.capability small[b-dkemallygi] {
    color: var(--dm-muted);
    font-size: .82rem;
    line-height: 1.55;
}

.content-section[b-dkemallygi] {
    border-top: 1px solid #e7eef8;
    padding: 66px 0;
}

.split-section[b-dkemallygi] {
    background: rgba(255, 255, 255, .46);
}

.card-grid[b-dkemallygi] {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.card-grid.two[b-dkemallygi] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-grid.three[b-dkemallygi] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.four[b-dkemallygi] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.automation-tool-grid[b-dkemallygi] {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.feature-card[b-dkemallygi] {
    padding: 22px;
}

.feature-card p[b-dkemallygi],
.value-item p[b-dkemallygi] {
    margin-bottom: 0;
    color: var(--dm-muted);
}

.feature-icon[b-dkemallygi] {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #eff6ff;
    color: var(--dm-blue-dark);
    font-weight: 900;
}

.feature-icon i[b-dkemallygi] {
    font-size: 1.25rem;
}

.product-evolution-panel[b-dkemallygi] {
    display: grid;
    grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr);
    gap: 22px;
    align-items: start;
    margin-top: 18px;
    border: 1px solid #dbe7f5;
    border-radius: 8px;
    background: #ffffff;
    padding: 24px;
}

.product-evolution-heading[b-dkemallygi] {
    display: grid;
    gap: 8px;
}

.product-evolution-heading span[b-dkemallygi] {
    color: var(--dm-blue-dark);
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-evolution-heading h3[b-dkemallygi] {
    margin: 0;
    color: var(--dm-ink);
    font-size: 1.32rem;
    font-weight: 950;
}

.product-evolution-copy[b-dkemallygi] {
    display: grid;
    gap: 10px;
}

.product-evolution-copy p[b-dkemallygi] {
    margin: 0;
    color: var(--dm-muted);
    line-height: 1.72;
    font-weight: 700;
}

.vendor-icon[b-dkemallygi] {
    background: #ffffff;
    border-color: #dce6f2;
}

.vendor-icon img[b-dkemallygi] {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.check-list[b-dkemallygi] {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.check-list li[b-dkemallygi] {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    align-items: start;
    color: var(--dm-muted);
}

.check-list li[b-dkemallygi]::before {
    content: "✓";
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #d1fae5;
    color: #047857;
    font-size: .76rem;
    font-weight: 900;
    margin-top: 2px;
}

.scenario-panel[b-dkemallygi] {
    padding: 18px;
}

.scenario-toolbar[b-dkemallygi] {
    margin-bottom: 14px;
    color: var(--dm-muted);
    font-size: .8rem;
    font-weight: 800;
}

.scenario-columns[b-dkemallygi] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.scenario-columns div[b-dkemallygi] {
    min-height: 150px;
    display: grid;
    align-content: center;
    gap: 8px;
    border: 1px dashed #bfdbfe;
    border-radius: 8px;
    background: #f8fafc;
    padding: 14px;
    text-align: center;
}

.scenario-columns i[b-dkemallygi] {
    color: var(--dm-blue);
    font-size: 1.8rem;
}

.scenario-columns strong[b-dkemallygi],
.scenario-columns small[b-dkemallygi] {
    display: block;
}

.scenario-columns small[b-dkemallygi] {
    color: var(--dm-muted);
}

.scenario-note[b-dkemallygi] {
    margin-top: 12px;
    border-left: 4px solid var(--dm-amber);
    border-radius: 8px;
    background: #fffbeb;
    padding: 12px;
    color: #92400e;
    font-weight: 800;
}

.diagram-panel[b-dkemallygi] {
    margin-top: 24px;
    overflow: auto;
    padding: 16px;
}

.lifecycle-image[b-dkemallygi] {
    display: block;
    width: 100%;
    height: auto;
    min-width: 760px;
    border-radius: 8px;
    background: #fbfaf7;
}

.note[b-dkemallygi] {
    display: grid;
    gap: 6px;
    margin: 20px 0 24px;
    border: 1px solid #bfdbfe;
    border-left: 4px solid var(--dm-blue);
    border-radius: 8px;
    background: #eff6ff;
    padding: 16px 18px;
    color: var(--dm-muted);
}

.note strong[b-dkemallygi] {
    color: var(--dm-text);
}

.rule-section[b-dkemallygi] {
    background: linear-gradient(180deg, rgba(255, 255, 255, .56), rgba(239, 246, 255, .42));
}

.rule-grid[b-dkemallygi] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
}

.rule-copy[b-dkemallygi] {
    max-width: 860px;
}

.rule-flow[b-dkemallygi] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 0;
}

.rule-flow article[b-dkemallygi],
.rule-card[b-dkemallygi] {
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}

.rule-flow article[b-dkemallygi] {
    display: grid;
    gap: 6px;
    min-height: 112px;
    padding: 16px 18px;
}

.rule-flow span[b-dkemallygi],
.rule-card small[b-dkemallygi],
.rule-panel-header span[b-dkemallygi] {
    color: var(--dm-blue-dark);
    font-size: .76rem;
    font-weight: 900;
}

.rule-flow strong[b-dkemallygi],
.rule-card strong[b-dkemallygi] {
    color: var(--dm-text);
    line-height: 1.45;
}

.rule-panel[b-dkemallygi] {
    align-self: end;
    border: 1px solid #cfe0f3;
    border-radius: 8px;
    background: #f8fafc;
    box-shadow: var(--dm-shadow);
    padding: 18px;
}

.rule-panel-header[b-dkemallygi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e1eaf5;
    padding-bottom: 12px;
}

.rule-panel-header strong[b-dkemallygi] {
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    background: #ecfdf5;
    color: #047857;
    padding: 5px 9px;
    font-size: .76rem;
}

.rule-card[b-dkemallygi] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 14px;
}

.rule-card + .rule-card[b-dkemallygi] {
    margin-top: 10px;
}

.rule-card i[b-dkemallygi] {
    color: var(--dm-blue);
    font-size: 1.45rem;
    justify-self: center;
}

.rule-image-panel[b-dkemallygi] {
    align-self: stretch;
    overflow: hidden;
    border: 1px solid #cfe0f3;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--dm-shadow);
}

.rule-image-panel img[b-dkemallygi] {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.logo-grid[b-dkemallygi] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
}

.logo-grid span[b-dkemallygi] {
    min-height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    color: #31506d;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}

.logo-grid img[b-dkemallygi] {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex: 0 0 auto;
}

.integration-list[b-dkemallygi] {
    align-self: end;
    padding: 22px;
}

.integration-image-panel[b-dkemallygi] {
    margin-top: 24px;
    overflow: auto;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    padding: 16px;
    box-shadow: 0 16px 42px rgba(15, 23, 42, .08);
}

.integration-image[b-dkemallygi] {
    display: block;
    width: 100%;
    height: auto;
    min-width: 760px;
    border-radius: 8px;
    background: #ffffff;
}

.value-grid[b-dkemallygi] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.value-item[b-dkemallygi] {
    position: relative;
    overflow: hidden;
    padding: 22px;
}

.value-item[b-dkemallygi]::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--dm-blue), var(--dm-green));
}

.data-section[b-dkemallygi] {
    border-top: 1px solid #e7eef8;
    padding: 66px 0;
}

.data-panel[b-dkemallygi] {
    grid-template-columns: 1fr 1.05fr;
    padding: 34px;
    background: linear-gradient(135deg, #ffffff, #eff6ff 58%, #ecfdf5);
}

.data-panel p[b-dkemallygi] {
    margin-bottom: 0;
    color: var(--dm-muted);
}

.data-points[b-dkemallygi] {
    display: grid;
    gap: 10px;
}

.data-points div[b-dkemallygi] {
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .8);
    padding: 14px 16px;
    color: #31506d;
    font-weight: 800;
}

.cta-section[b-dkemallygi] {
    padding: 70px 0;
}

.cta-box[b-dkemallygi] {
    padding: 38px 24px;
    text-align: center;
    background: linear-gradient(135deg, #eff6ff, #ffffff 48%, #ecfdf5);
}

.cta-box h2[b-dkemallygi],
.cta-box .section-desc[b-dkemallygi] {
    margin-left: auto;
    margin-right: auto;
}

.cta-actions[b-dkemallygi] {
    justify-content: center;
    margin-bottom: 0;
}

.landing-footer[b-dkemallygi] {
    border-top: 1px solid var(--dm-line);
    background: rgba(255, 255, 255, .78);
    color: var(--dm-subtle);
    padding: 24px 0;
    font-size: .8rem;
}

.landing-footer-inner[b-dkemallygi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-legal-links[b-dkemallygi] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-legal-links a[b-dkemallygi] {
    color: var(--dm-muted);
    font-weight: 800;
    text-decoration: none;
}

.footer-legal-links a:hover[b-dkemallygi] {
    color: var(--dm-text);
}

@media (max-width: 980px) {
    .section-rail[b-dkemallygi] {
        display: none;
    }

    .nav-links[b-dkemallygi] {
        display: none;
    }

    .hero-grid[b-dkemallygi],
    .split-grid[b-dkemallygi],
    .data-panel[b-dkemallygi],
    .solution-box[b-dkemallygi],
    .product-evolution-panel[b-dkemallygi],
    .rule-grid[b-dkemallygi] {
        grid-template-columns: 1fr;
    }

    .hero-grid[b-dkemallygi] {
        align-items: center;
    }

    .rule-panel[b-dkemallygi],
    .rule-image-panel[b-dkemallygi] {
        align-self: stretch;
    }

    .rule-flow[b-dkemallygi] {
        grid-template-columns: 1fr;
    }

    .rule-card[b-dkemallygi] {
        grid-template-columns: 1fr;
    }

    .rule-card i[b-dkemallygi] {
        transform: rotate(90deg);
    }

    .hero-visual[b-dkemallygi] {
        align-content: start;
        justify-items: start;
    }

    .hero-labels[b-dkemallygi] {
        width: 100%;
        justify-content: flex-start;
    }

    .hero-ai-list[b-dkemallygi] {
        grid-template-columns: 1fr;
    }

    .capability-grid[b-dkemallygi],
    .card-grid.four[b-dkemallygi],
    .automation-tool-grid[b-dkemallygi],
    .value-grid[b-dkemallygi] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .solution-box h2[b-dkemallygi] {
        font-size: 2.35rem;
    }

    .card-grid.three[b-dkemallygi] {
        grid-template-columns: 1fr;
    }

    .chips[b-dkemallygi] {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .wrap[b-dkemallygi] {
        width: min(100% - 24px, 1120px);
    }

    .nav-inner[b-dkemallygi] {
        gap: 8px;
        min-height: 58px;
    }

    .brand[b-dkemallygi] {
        gap: 7px;
        min-width: 0;
        flex: 1 1 auto;
    }

    .brand-icon[b-dkemallygi] {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
    }

    .brand-icon img[b-dkemallygi] {
        width: 25px;
        height: 25px;
    }

    .brand-logo[b-dkemallygi] {
        width: 136px;
        max-width: 34vw;
    }

    .brand-subtitle[b-dkemallygi] {
        font-size: .62rem;
    }

    .nav-actions[b-dkemallygi] {
        gap: 6px;
        flex: 0 0 auto;
    }

    .landing-nav .button[b-dkemallygi] {
        display: none;
    }

    .nav-support-link[b-dkemallygi] {
        width: 38px;
        padding: 0;
    }

    .nav-support-link i[b-dkemallygi] {
        font-size: 1rem;
    }

    .nav-support-link[b-dkemallygi] {
        font-size: 0;
    }

    .language-switch[b-dkemallygi] {
        flex: 0 0 auto;
        gap: 4px;
        padding: 5px 7px;
        font-size: .72rem;
        box-shadow: none;
    }

    .language-switch a[b-dkemallygi] {
        min-width: 12px;
    }

    .language-switch a[b-dkemallygi]::before {
        font-size: .72rem;
    }

    .hero-section[b-dkemallygi] {
        padding: 38px 0 28px;
    }

    .landing-page h1[b-dkemallygi] {
        font-size: 2.35rem;
    }

    .landing-page h2[b-dkemallygi] {
        font-size: 1.85rem;
    }

    .lead[b-dkemallygi],
    .section-desc[b-dkemallygi] {
        font-size: .98rem;
    }

    .hero-ai-head[b-dkemallygi] {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 10px;
    }

    .hero-ai-head > span[b-dkemallygi] {
        width: 42px;
        height: 42px;
        font-size: .92rem;
    }

    .metric-grid[b-dkemallygi],
    .scenario-columns[b-dkemallygi],
    .capability-grid[b-dkemallygi],
    .ai-capability-grid[b-dkemallygi],
    .card-grid.two[b-dkemallygi],
    .card-grid.four[b-dkemallygi],
    .automation-tool-grid[b-dkemallygi],
    .value-grid[b-dkemallygi],
    .logo-grid[b-dkemallygi] {
        grid-template-columns: 1fr;
    }

    .ai-capability-zone[b-dkemallygi] {
        padding: 14px;
    }

    .ai-zone-head[b-dkemallygi] {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .pipeline-row[b-dkemallygi] {
        grid-template-columns: 1fr;
    }

    .pill[b-dkemallygi] {
        justify-self: start;
    }

    .content-section[b-dkemallygi],
    .data-section[b-dkemallygi] {
        padding: 52px 0;
    }

    .data-panel[b-dkemallygi],
    .cta-box[b-dkemallygi] {
        padding: 24px;
    }
}
/* /Components/Pages/LegalDocuments.razor.rz.scp.css */
.legal-page[b-u8d67j8fwe] {
    min-height: 100vh;
    background: #f6f8fb;
    color: #0f172a;
}

.legal-wrap[b-u8d67j8fwe] {
    width: min(1040px, calc(100% - 32px));
    margin: 0 auto;
}

.legal-nav[b-u8d67j8fwe] {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(14px);
}

.nav-inner[b-u8d67j8fwe] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    gap: 20px;
}

.brand[b-u8d67j8fwe] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
}

.brand-icon[b-u8d67j8fwe] {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #fff;
}

.brand-icon img[b-u8d67j8fwe] {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.brand-copy[b-u8d67j8fwe] {
    display: grid;
    gap: 2px;
}

.brand-logo[b-u8d67j8fwe] {
    width: 154px;
    height: auto;
}

.brand-subtitle[b-u8d67j8fwe] {
    color: #64748b;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: 0;
}

.nav-actions[b-u8d67j8fwe] {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.language-switch[b-u8d67j8fwe] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    font-size: .86rem;
    font-weight: 800;
}

.language-switch a[b-u8d67j8fwe],
.legal-link[b-u8d67j8fwe] {
    color: #475569;
    text-decoration: none;
}

.language-switch a.active[b-u8d67j8fwe],
.legal-link:hover[b-u8d67j8fwe],
.language-switch a:hover[b-u8d67j8fwe] {
    color: #0f172a;
}

.legal-link[b-u8d67j8fwe] {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 8px 12px;
    background: #fff;
    font-size: .84rem;
    font-weight: 900;
}

.legal-main[b-u8d67j8fwe] {
    padding: 64px 0 84px;
}

.kicker[b-u8d67j8fwe] {
    margin: 0 0 10px;
    color: #2563eb;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.legal-main h1[b-u8d67j8fwe] {
    margin: 0;
    font-size: clamp(2.15rem, 4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.lead[b-u8d67j8fwe] {
    max-width: 820px;
    margin: 18px 0 0;
    color: #475569;
    font-size: 1.03rem;
    line-height: 1.75;
}

.effective-date[b-u8d67j8fwe] {
    display: inline-flex;
    margin-top: 22px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #eff6ff;
    color: #1d4ed8;
    padding: 8px 12px;
    font-size: .85rem;
    font-weight: 900;
}

.legal-card[b-u8d67j8fwe] {
    margin-top: 32px;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
}

.legal-section[b-u8d67j8fwe] {
    padding: 28px;
}

.legal-section + .legal-section[b-u8d67j8fwe] {
    border-top: 1px solid #e2e8f0;
}

.legal-section h2[b-u8d67j8fwe] {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 1.2rem;
    line-height: 1.35;
}

.legal-section p[b-u8d67j8fwe],
.legal-section li[b-u8d67j8fwe] {
    color: #334155;
    font-size: .96rem;
    line-height: 1.75;
}

.legal-section p[b-u8d67j8fwe] {
    margin: 0;
}

.legal-section p + p[b-u8d67j8fwe] {
    margin-top: 10px;
}

.legal-section ul[b-u8d67j8fwe] {
    display: grid;
    gap: 8px;
    margin: 14px 0 0;
    padding-left: 1.15rem;
}

.legal-actions[b-u8d67j8fwe] {
    margin-top: 28px;
}

.button[b-u8d67j8fwe] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #fff;
    color: #0f172a;
    padding: 11px 14px;
    text-decoration: none;
    font-size: .92rem;
    font-weight: 900;
}

@media (max-width: 720px) {
    .nav-inner[b-u8d67j8fwe] {
        align-items: flex-start;
        flex-direction: column;
        padding: 14px 0;
    }

    .nav-actions[b-u8d67j8fwe] {
        justify-content: flex-start;
    }

    .legal-main[b-u8d67j8fwe] {
        padding-top: 44px;
    }

    .legal-section[b-u8d67j8fwe] {
        padding: 22px;
    }
}
/* /Components/Pages/LicenseRequest.razor.rz.scp.css */
.license-request-page[b-7qq114c0al] {
    --dm-blue: #1677ff;
    --dm-green: #10b981;
    --dm-text: #102033;
    --dm-muted: #5f7086;
    --dm-line: #dce6f2;
    min-height: 100vh;
    background: linear-gradient(180deg, #f7fbff 0%, #eef5fc 100%);
    color: var(--dm-text);
    line-height: 1.6;
    word-break: keep-all;
}

.license-request-page *[b-7qq114c0al],
.license-request-page *[b-7qq114c0al]::before,
.license-request-page *[b-7qq114c0al]::after {
    box-sizing: border-box;
}

.license-request-page a[b-7qq114c0al] {
    color: inherit;
    text-decoration: none;
}

.request-wrap[b-7qq114c0al] {
    width: min(100% - 32px, 1180px);
    margin: 0 auto;
}

.request-nav[b-7qq114c0al] {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid var(--dm-line);
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
}

.nav-inner[b-7qq114c0al],
.nav-actions[b-7qq114c0al],
.brand[b-7qq114c0al] {
    display: flex;
    align-items: center;
}

.nav-inner[b-7qq114c0al] {
    min-height: 68px;
    justify-content: space-between;
    gap: 20px;
}

.brand[b-7qq114c0al] {
    gap: 11px;
}

.brand-icon[b-7qq114c0al] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #e5edf6;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .10);
}

.brand-icon img[b-7qq114c0al] {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.brand-copy[b-7qq114c0al] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.brand-logo[b-7qq114c0al] {
    width: 166px;
    max-width: 38vw;
    height: auto;
}

.brand-subtitle[b-7qq114c0al] {
    color: #7b8794;
    font-size: .74rem;
    font-weight: 700;
    line-height: 1;
}

.nav-actions[b-7qq114c0al] {
    justify-content: flex-end;
    gap: 12px;
}

.language-switch[b-7qq114c0al],
.ghost-link[b-7qq114c0al],
.button[b-7qq114c0al] {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    color: #19324d;
    font-weight: 900;
}

.language-switch[b-7qq114c0al] {
    gap: 4px;
    padding: 4px;
    color: var(--dm-muted);
    font-size: .78rem;
}

.language-switch span[b-7qq114c0al] {
    color: #9aa8b8;
    font-weight: 900;
}

.language-option[b-7qq114c0al] {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 0 10px;
    color: var(--dm-muted);
    transition: background .15s ease, color .15s ease, box-shadow .15s ease;
}

.language-switch a.active[b-7qq114c0al] {
    background: var(--dm-blue);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(22, 119, 255, .20);
}

.language-switch a:not(.active):hover[b-7qq114c0al],
.language-switch a:not(.active):focus-visible[b-7qq114c0al] {
    background: #eef6ff;
    color: var(--dm-blue);
    outline: none;
}

.ghost-link[b-7qq114c0al] {
    position: relative;
    width: 42px;
    color: var(--dm-muted);
}

.ghost-link:hover[b-7qq114c0al] {
    color: var(--dm-blue);
    border-color: #bfdbfe;
    background: #f8fbff;
}

.icon-tooltip[b-7qq114c0al]::after {
    content: attr(data-tooltip);
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 30;
    width: max-content;
    max-width: 190px;
    border-radius: 8px;
    background: #102033;
    padding: 8px 10px;
    color: #ffffff;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1.35;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
    transition: opacity .15s ease, transform .15s ease;
}

.icon-tooltip:hover[b-7qq114c0al]::after,
.icon-tooltip:focus-visible[b-7qq114c0al]::after {
    opacity: 1;
    transform: translateY(0);
}

.request-hero[b-7qq114c0al] {
    padding: 64px 0;
}

.request-grid[b-7qq114c0al] {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1fr);
    gap: 34px;
    align-items: end;
}

.kicker[b-7qq114c0al] {
    margin: 0 0 10px;
    color: var(--dm-blue);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

h1[b-7qq114c0al],
h2[b-7qq114c0al],
p[b-7qq114c0al] {
    margin-top: 0;
}

h1[b-7qq114c0al] {
    max-width: 720px;
    margin-bottom: 18px;
    font-size: clamp(2.4rem, 5vw, 4.15rem);
    line-height: 1.08;
    font-weight: 900;
}

.lead[b-7qq114c0al] {
    max-width: 640px;
    margin-bottom: 28px;
    color: var(--dm-muted);
    font-size: 1.08rem;
}

.process-list[b-7qq114c0al] {
    display: grid;
    gap: 12px;
}

.process-list article[b-7qq114c0al] {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px 14px;
    align-items: center;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .78);
    padding: 14px;
}

.process-list span[b-7qq114c0al] {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    grid-row: span 2;
    border-radius: 8px;
    background: #eaf3ff;
    color: var(--dm-blue);
    font-weight: 900;
}

.process-list h2[b-7qq114c0al] {
    margin: 0 0 3px;
    font-size: 1rem;
    font-weight: 900;
}

.process-list p[b-7qq114c0al] {
    margin: 0;
    color: var(--dm-muted);
}

.request-card[b-7qq114c0al] {
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .10);
}

.request-card-header[b-7qq114c0al] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.request-card h2[b-7qq114c0al] {
    margin: 0;
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1.12;
}

.mode-badge[b-7qq114c0al] {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    border: 1px solid #bbf7d0;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    padding: 0 10px;
    font-size: .78rem;
    font-weight: 900;
    white-space: nowrap;
}

.message[b-7qq114c0al] {
    display: flex;
    align-items: center;
    gap: 9px;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 16px;
    font-weight: 800;
}

.message-success[b-7qq114c0al] {
    border: 1px solid #bbf7d0;
    background: #ecfdf5;
    color: #047857;
}

.message-danger[b-7qq114c0al] {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.form-row.two[b-7qq114c0al] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

label[b-7qq114c0al] {
    display: grid;
    gap: 7px;
    margin-bottom: 14px;
    color: #24364d;
    font-weight: 900;
}

input[b-7qq114c0al],
select[b-7qq114c0al],
textarea[b-7qq114c0al] {
    width: 100%;
    border: 1px solid #cfe0f3;
    border-radius: 8px;
    background: #ffffff;
    color: var(--dm-text);
    font: inherit;
    font-weight: 800;
}

input[b-7qq114c0al],
select[b-7qq114c0al] {
    min-height: 48px;
    padding: 0 14px;
}

textarea[b-7qq114c0al] {
    resize: vertical;
    padding: 12px 14px;
}

input:focus[b-7qq114c0al],
select:focus[b-7qq114c0al],
textarea:focus[b-7qq114c0al] {
    border-color: var(--dm-blue);
    box-shadow: 0 0 0 3px rgba(22, 119, 255, .14);
    outline: none;
}

.consent-row[b-7qq114c0al] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #f8fafc;
    padding: 14px;
    color: #334155;
}

.consent-row input[b-7qq114c0al] {
    width: 18px;
    height: 18px;
    min-height: 18px;
    margin-top: 3px;
    flex: 0 0 auto;
}

.legal-shortcuts[b-7qq114c0al] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding-left: 28px;
    margin-top: -4px;
}

.legal-shortcuts a[b-7qq114c0al] {
    color: var(--dm-blue);
    font-size: .82rem;
    font-weight: 900;
    text-decoration: none;
}

.legal-shortcuts a:hover[b-7qq114c0al] {
    color: var(--dm-blue-dark);
}

.form-actions[b-7qq114c0al] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.button[b-7qq114c0al] {
    padding: 0 16px;
    cursor: pointer;
    font: inherit;
}

.button:disabled[b-7qq114c0al] {
    opacity: .64;
    cursor: wait;
}

.button-primary[b-7qq114c0al] {
    border-color: var(--dm-blue);
    background: var(--dm-blue);
    color: #ffffff !important;
    box-shadow: 0 14px 30px rgba(22, 119, 255, .22);
}

.request-card small[b-7qq114c0al] {
    display: block;
    margin-top: 12px;
    color: var(--dm-muted);
}

@media (max-width: 980px) {
    .request-grid[b-7qq114c0al] {
        grid-template-columns: 1fr;
        align-items: start;
    }
}

@media (max-width: 720px) {
    .nav-inner[b-7qq114c0al],
    .nav-actions[b-7qq114c0al] {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .request-hero[b-7qq114c0al] {
        padding: 42px 0;
    }

    h1[b-7qq114c0al] {
        font-size: 2.15rem;
    }

    .form-row.two[b-7qq114c0al] {
        grid-template-columns: 1fr;
    }

    .form-actions[b-7qq114c0al],
    .button[b-7qq114c0al] {
        width: 100%;
    }

    .ghost-link[b-7qq114c0al] {
        width: 42px;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-nto1j8zcc9] {
    min-height: 100vh;
    background: #f6f8fb;
    color: #102033;
}

.login-wrap[b-nto1j8zcc9] {
    width: min(100% - 32px, 920px);
    margin: 0 auto;
}

.login-nav[b-nto1j8zcc9] {
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #dce6f2;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
}

.nav-inner[b-nto1j8zcc9],
.nav-actions[b-nto1j8zcc9],
.brand[b-nto1j8zcc9],
.google-button[b-nto1j8zcc9],
.test-login-button[b-nto1j8zcc9],
.nav-link-button[b-nto1j8zcc9],
.login-note[b-nto1j8zcc9],
.message[b-nto1j8zcc9] {
    display: flex;
}

.nav-inner[b-nto1j8zcc9] {
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.nav-actions[b-nto1j8zcc9] {
    align-items: center;
    justify-content: flex-end;
}

.brand[b-nto1j8zcc9] {
    align-items: center;
    gap: 11px;
    color: inherit;
    text-decoration: none;
}

.brand-icon[b-nto1j8zcc9] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #e5edf6;
    border-radius: 8px;
    background: #ffffff;
}

.brand-icon img[b-nto1j8zcc9] {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.brand-copy[b-nto1j8zcc9] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.brand-logo[b-nto1j8zcc9] {
    width: 166px;
    max-width: 38vw;
    height: auto;
}

.brand-subtitle[b-nto1j8zcc9] {
    color: #7b8794;
    font-size: .74rem;
    font-weight: 700;
    line-height: 1;
}

.login-main[b-nto1j8zcc9] {
    display: grid;
    place-items: start center;
    padding: 56px 0;
}

.login-panel[b-nto1j8zcc9] {
    width: min(100%, 520px);
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
    padding: 28px;
}

.kicker[b-nto1j8zcc9] {
    margin: 0 0 8px;
    color: #1677ff;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.login-panel h1[b-nto1j8zcc9] {
    margin: 0 0 8px;
    font-size: 2rem;
    font-weight: 900;
}

.lead[b-nto1j8zcc9] {
    margin: 0 0 22px;
    color: #5f7086;
}

.google-button[b-nto1j8zcc9],
.test-login-button[b-nto1j8zcc9],
.nav-link-button[b-nto1j8zcc9] {
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    border-radius: 8px;
    font-weight: 900;
    text-decoration: none;
}

.google-button[b-nto1j8zcc9] {
    width: 100%;
    border: 1px solid #dce6f2;
    background: #ffffff;
    color: #102033;
}

.test-login-button[b-nto1j8zcc9] {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    color: #166534;
}

.test-login-button.partner[b-nto1j8zcc9] {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #1d4ed8;
}

.google-button:hover[b-nto1j8zcc9],
.test-login-button:hover[b-nto1j8zcc9],
.nav-link-button:hover[b-nto1j8zcc9] {
    background: #eff6ff;
    color: #1677ff;
}

.test-login-button.partner:hover[b-nto1j8zcc9] {
    background: #dbeafe;
    color: #164274;
}

.nav-link-button[b-nto1j8zcc9] {
    border: 1px solid #bfdbfe;
    color: #075985;
    padding: 0 14px;
    background: #ffffff;
    font-size: .85rem;
}

.provider-mark[b-nto1j8zcc9] {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #dce6f2;
    color: #1f2937;
    font-weight: 900;
}

.login-note[b-nto1j8zcc9],
.message[b-nto1j8zcc9] {
    align-items: flex-start;
    gap: 9px;
    border-radius: 8px;
    padding: 12px 14px;
    margin-top: 14px;
    font-weight: 800;
    line-height: 1.45;
}

.login-note[b-nto1j8zcc9] {
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    color: #075985;
}

.message-danger[b-nto1j8zcc9] {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #b91c1c;
    margin-bottom: 14px;
    margin-top: 0;
}

@media (max-width: 640px) {
    .login-panel[b-nto1j8zcc9] {
        padding: 20px;
    }
}
/* /Components/Pages/MyPage.razor.rz.scp.css */
.mypage-page[b-pydsdbxqvq] {
    min-height: 100vh;
    background: #f3f7fb;
    color: #102033;
}

.mypage-page *[b-pydsdbxqvq],
.mypage-page *[b-pydsdbxqvq]::before,
.mypage-page *[b-pydsdbxqvq]::after {
    box-sizing: border-box;
}

.mypage-wrap[b-pydsdbxqvq] {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.mypage-nav[b-pydsdbxqvq] {
    border-bottom: 1px solid #dce6f2;
    background: rgba(255, 255, 255, .96);
}

.nav-inner[b-pydsdbxqvq] {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand[b-pydsdbxqvq] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    text-decoration: none;
}

.brand-icon[b-pydsdbxqvq] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
}

.brand-icon img[b-pydsdbxqvq] {
    width: 28px;
    height: 28px;
}

.brand-copy[b-pydsdbxqvq] {
    display: grid;
    gap: 2px;
}

.brand-logo[b-pydsdbxqvq] {
    width: 164px;
    height: auto;
}

.brand-subtitle[b-pydsdbxqvq] {
    color: #6b7c91;
    font-size: .78rem;
    font-weight: 800;
}

.nav-actions[b-pydsdbxqvq] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.language-switch[b-pydsdbxqvq] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    color: #6b7c91;
    padding: 7px 10px;
    font-size: .78rem;
    font-weight: 900;
}

.language-switch a[b-pydsdbxqvq] {
    color: inherit;
    text-decoration: none;
}

.language-switch a.active[b-pydsdbxqvq],
.language-switch a:hover[b-pydsdbxqvq] {
    color: #1d6fe8;
}

.mypage-main[b-pydsdbxqvq] {
    display: grid;
    gap: 18px;
    padding: 32px 0 56px;
}

.mypage-heading[b-pydsdbxqvq] {
    display: grid;
    gap: 8px;
}

.kicker[b-pydsdbxqvq] {
    margin: 0;
    color: #1d6fe8;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mypage-heading h1[b-pydsdbxqvq] {
    margin: 0;
    font-size: 2.35rem;
    font-weight: 950;
    line-height: 1.1;
}

.mypage-heading p[b-pydsdbxqvq] {
    margin: 0;
    color: #5f7086;
    font-size: 1rem;
    font-weight: 650;
}

.message[b-pydsdbxqvq],
.state-panel[b-pydsdbxqvq],
.account-panel[b-pydsdbxqvq],
.metric-panel[b-pydsdbxqvq],
.content-section[b-pydsdbxqvq] {
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .07);
}

.message[b-pydsdbxqvq] {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    font-weight: 850;
}

.message-success[b-pydsdbxqvq] {
    border-color: #a7f3d0;
    background: #ecfdf5;
    color: #047857;
}

.message-danger[b-pydsdbxqvq] {
    border-color: #fecaca;
    background: #fff1f2;
    color: #be123c;
}

.license-policy-note[b-pydsdbxqvq] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #bfdbfe;
    border-left: 5px solid #1d6fe8;
    border-radius: 8px;
    background: #eff6ff;
    color: #164274;
    padding: 12px 14px;
    margin-top: 12px;
    font-size: .9rem;
    font-weight: 900;
}

.license-policy-note i[b-pydsdbxqvq] {
    color: #1d6fe8;
    font-size: 1rem;
    margin-top: 2px;
}

.summary-grid[b-pydsdbxqvq] {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(180px, .7fr));
    gap: 14px;
}

.account-panel[b-pydsdbxqvq] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
}

.account-avatar[b-pydsdbxqvq] {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #2f6ff2;
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 950;
}

.account-copy[b-pydsdbxqvq] {
    min-width: 0;
    flex: 1 1 auto;
}

.account-title-row[b-pydsdbxqvq],
.name-edit-row[b-pydsdbxqvq] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.account-title-row h2[b-pydsdbxqvq] {
    min-width: 0;
}

.icon-button[b-pydsdbxqvq] {
    width: 30px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid #d4e0ef;
    border-radius: 8px;
    background: #ffffff;
    color: #49627f;
    font-size: .88rem;
    transition: border-color .15s ease, color .15s ease, background .15s ease;
}

.icon-button:hover:not(:disabled)[b-pydsdbxqvq] {
    border-color: #9cc3ff;
    background: #eff6ff;
    color: #1d6fe8;
}

.icon-button.save[b-pydsdbxqvq] {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #1d6fe8;
}

.icon-button:disabled[b-pydsdbxqvq] {
    cursor: not-allowed;
    opacity: .55;
}

.name-input[b-pydsdbxqvq] {
    width: min(260px, 100%);
    height: 34px;
    min-width: 0;
    border: 1px solid #cbd8e8;
    border-radius: 8px;
    padding: 0 10px;
    color: #102033;
    font-size: .95rem;
    font-weight: 850;
    outline: none;
}

.name-input:focus[b-pydsdbxqvq] {
    border-color: #1d6fe8;
    box-shadow: 0 0 0 3px rgba(29, 111, 232, .12);
}

.account-panel h2[b-pydsdbxqvq],
.account-panel p[b-pydsdbxqvq] {
    overflow: hidden;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-panel h2[b-pydsdbxqvq] {
    font-size: 1.02rem;
    font-weight: 950;
}

.account-panel p[b-pydsdbxqvq] {
    color: #5f7086;
    font-size: .86rem;
    font-weight: 750;
}

.metric-panel[b-pydsdbxqvq] {
    display: grid;
    align-content: center;
    gap: 8px;
    padding: 18px;
}

.metric-panel span[b-pydsdbxqvq] {
    color: #5f7086;
    font-size: .78rem;
    font-weight: 850;
}

.metric-panel strong[b-pydsdbxqvq] {
    color: #102033;
    font-size: 1.55rem;
    font-weight: 950;
}

.metric-panel small[b-pydsdbxqvq] {
    overflow: hidden;
    color: #5f7086;
    font-size: .78rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-section[b-pydsdbxqvq] {
    display: grid;
    gap: 14px;
    padding: 18px;
}

.section-title[b-pydsdbxqvq] {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.section-title h2[b-pydsdbxqvq] {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 950;
}

.section-heading-with-action[b-pydsdbxqvq] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.info-icon-button[b-pydsdbxqvq] {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d6fe8;
    font-size: .9rem;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.info-icon-button:hover[b-pydsdbxqvq],
.info-icon-button:focus-visible[b-pydsdbxqvq] {
    border-color: #1d6fe8;
    background: #dbeafe;
    box-shadow: 0 0 0 3px rgba(29, 111, 232, .13);
    outline: none;
}

.section-title p[b-pydsdbxqvq] {
    margin: 5px 0 0;
    color: #5f7086;
    font-size: .84rem;
    font-weight: 750;
}

.section-title span[b-pydsdbxqvq] {
    min-width: 34px;
    min-height: 28px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: #e8f1ff;
    color: #1d6fe8;
    font-size: .82rem;
    font-weight: 950;
}

.activation-card[b-pydsdbxqvq] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #eff6ff;
    padding: 14px;
}

.activation-copy[b-pydsdbxqvq] {
    min-width: 0;
    display: grid;
    gap: 7px;
}

.activation-copy strong[b-pydsdbxqvq] {
    color: #075985;
    font-size: .82rem;
    font-weight: 950;
}

.activation-copy p[b-pydsdbxqvq],
.activation-copy small[b-pydsdbxqvq] {
    margin: 0;
    color: #5f7086;
    font-size: .82rem;
    font-weight: 750;
}

.activation-copy code[b-pydsdbxqvq] {
    overflow-x: auto;
    display: block;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #ffffff;
    color: #102033;
    padding: 10px 12px;
    font-family: Consolas, "Courier New", monospace;
    font-size: .98rem;
    font-weight: 900;
    white-space: nowrap;
}

.activation-actions[b-pydsdbxqvq] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.subscription-entry-section[b-pydsdbxqvq] {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    border-color: #bfdbfe;
    background: #fbfdff;
}

.subscription-entry-copy[b-pydsdbxqvq] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 14px;
}

.subscription-entry-icon[b-pydsdbxqvq] {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #eff6ff;
    color: #1d6fe8;
    font-size: 1.18rem;
}

.subscription-entry-copy h2[b-pydsdbxqvq] {
    margin: 0;
    color: #102033;
    font-size: 1.02rem;
    font-weight: 950;
}

.subscription-entry-copy p[b-pydsdbxqvq] {
    margin: 5px 0 0;
    color: #5f7086;
    font-size: .84rem;
    line-height: 1.5;
    font-weight: 750;
}

.subscription-entry-actions[b-pydsdbxqvq] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.subscription-entry-actions > span[b-pydsdbxqvq] {
    min-height: 30px;
    display: inline-grid;
    place-items: center;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    background: #eff6ff;
    color: #164274;
    padding: 0 10px;
    font-size: .76rem;
    font-weight: 950;
    white-space: nowrap;
}

.ai-service-download-section[b-pydsdbxqvq] {
    border-color: #a7f3d0;
    background: #fbfffd;
}

.ai-service-download-icon[b-pydsdbxqvq] {
    border-color: #a7f3d0;
    background: #ecfdf5;
    color: #047857;
}

.subscription-entry-actions > .ai-service-download-badge.ready[b-pydsdbxqvq] {
    border-color: #a7f3d0;
    background: #ecfdf5;
    color: #065f46;
}

.subscription-entry-actions > .ai-service-download-badge.locked[b-pydsdbxqvq] {
    border-color: #fed7aa;
    background: #fff7ed;
    color: #9a3412;
}

.ai-service-download-actions small[b-pydsdbxqvq] {
    max-width: 220px;
    color: #64748b;
    font-size: .76rem;
    font-weight: 850;
    line-height: 1.45;
    text-align: right;
}

.offline-license-card[b-pydsdbxqvq],
.offline-license-result[b-pydsdbxqvq] {
    display: grid;
    gap: 12px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #fbfdff;
    padding: 14px;
}

.offline-policy-warning[b-pydsdbxqvq] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: flex-start;
    border: 1px solid #f7d77c;
    border-radius: 8px;
    background: #fff8dc;
    color: #533f04;
    padding: 12px 13px;
    box-shadow: inset 4px 0 0 #f59e0b;
}

.offline-policy-warning i[b-pydsdbxqvq] {
    color: #d97706;
    font-size: 1.05rem;
    line-height: 1.35;
}

.offline-policy-warning strong[b-pydsdbxqvq],
.offline-policy-warning span[b-pydsdbxqvq] {
    display: block;
    overflow-wrap: anywhere;
}

.offline-policy-warning strong[b-pydsdbxqvq] {
    font-size: .9rem;
    font-weight: 950;
}

.offline-policy-warning span[b-pydsdbxqvq] {
    margin-top: 3px;
    color: #74530b;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.55;
}

.offline-access-note[b-pydsdbxqvq] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: flex-start;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #eff6ff;
    color: #164274;
    padding: 12px 13px;
    box-shadow: inset 4px 0 0 #1d6fe8;
}

.offline-access-note i[b-pydsdbxqvq] {
    color: #1d6fe8;
    font-size: 1.05rem;
    line-height: 1.35;
}

.offline-access-note strong[b-pydsdbxqvq],
.offline-access-note span[b-pydsdbxqvq] {
    display: block;
    overflow-wrap: anywhere;
}

.offline-access-note strong[b-pydsdbxqvq] {
    font-size: .9rem;
    font-weight: 950;
}

.offline-access-note span[b-pydsdbxqvq] {
    margin-top: 3px;
    color: #31516f;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.55;
}

.offline-request-field[b-pydsdbxqvq] {
    display: grid;
    gap: 8px;
    color: #334155;
    font-size: .84rem;
    font-weight: 900;
}

.offline-input-mode[b-pydsdbxqvq] {
    width: fit-content;
    display: inline-grid;
    grid-template-columns: repeat(2, minmax(128px, 1fr));
    gap: 3px;
    border: 1px solid #cbd8e8;
    border-radius: 8px;
    background: #f8fafc;
    padding: 3px;
}

.offline-input-mode-button[b-pydsdbxqvq] {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #5f7086;
    padding: 0 12px;
    font: inherit;
    font-size: .8rem;
    font-weight: 900;
}

.offline-input-mode-button i[b-pydsdbxqvq] {
    color: currentColor;
}

.offline-input-mode-button.active[b-pydsdbxqvq] {
    background: #1d6fe8;
    color: #ffffff;
    box-shadow: 0 6px 14px rgba(29, 111, 232, .18);
}

.offline-manual-hint[b-pydsdbxqvq] {
    color: #5f7086;
    font-size: .78rem;
    font-weight: 750;
    line-height: 1.45;
}

.offline-manual-warning[b-pydsdbxqvq] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #b45309;
    font-size: .78rem;
    font-weight: 850;
    line-height: 1.45;
}

.offline-manual-warning i[b-pydsdbxqvq] {
    color: #f59e0b;
}

.offline-dropzone[b-pydsdbxqvq] {
    position: relative;
    min-height: 96px;
    overflow: hidden;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.offline-dropzone:hover[b-pydsdbxqvq],
.offline-dropzone:focus-within[b-pydsdbxqvq],
.offline-dropzone.is-dragover[b-pydsdbxqvq],
.offline-dropzone.is-uploading[b-pydsdbxqvq] {
    border-color: #1d6fe8;
    background: #eff6ff;
    box-shadow: 0 0 0 3px rgba(29, 111, 232, .12);
}

.offline-dropzone input[type="file"][b-pydsdbxqvq],
.offline-dropzone[b-pydsdbxqvq]  input[type="file"] {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.offline-dropzone.is-uploading input[type="file"][b-pydsdbxqvq],
.offline-dropzone.is-uploading[b-pydsdbxqvq]  input[type="file"] {
    pointer-events: none;
}

.offline-dropzone-content[b-pydsdbxqvq] {
    min-height: 96px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 6px;
    padding: 14px 16px;
    color: #102033;
    text-align: center;
}

.offline-dropzone-content i[b-pydsdbxqvq] {
    color: #1d6fe8;
    font-size: 1.25rem;
}

.offline-dropzone-content strong[b-pydsdbxqvq],
.offline-dropzone-content small[b-pydsdbxqvq],
.offline-dropzone-content em[b-pydsdbxqvq] {
    overflow-wrap: anywhere;
}

.offline-dropzone-content small[b-pydsdbxqvq] {
    color: #5f7086;
    font-size: .78rem;
    font-weight: 750;
}

.offline-dropzone-content em[b-pydsdbxqvq] {
    color: #075985;
    font-size: .78rem;
    font-style: normal;
    font-weight: 900;
}

.offline-request-field textarea[b-pydsdbxqvq],
.offline-license-result textarea[b-pydsdbxqvq] {
    width: 100%;
    border: 1px solid #cbd8e8;
    border-radius: 8px;
    background: #ffffff;
    color: #102033;
    padding: 11px 12px;
    font-family: Consolas, "Courier New", monospace;
    font-size: .82rem;
    font-weight: 700;
    resize: vertical;
}

.offline-license-result textarea[b-pydsdbxqvq] {
    background: #f8fafc;
}

.offline-license-result strong[b-pydsdbxqvq],
.offline-license-result small[b-pydsdbxqvq] {
    display: block;
    overflow-wrap: anywhere;
}

.offline-license-result strong[b-pydsdbxqvq] {
    font-weight: 950;
}

.offline-license-result small[b-pydsdbxqvq] {
    color: #5f7086;
    font-size: .82rem;
    font-weight: 750;
}

.offline-license-history[b-pydsdbxqvq] {
    display: grid;
    gap: 10px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    padding: 14px;
}

.offline-history-heading[b-pydsdbxqvq] {
    display: grid;
    gap: 3px;
}

.offline-history-heading strong[b-pydsdbxqvq] {
    color: #102033;
    font-size: .95rem;
    font-weight: 950;
}

.offline-history-heading small[b-pydsdbxqvq] {
    color: #5f7086;
    font-size: .82rem;
    font-weight: 750;
}

.offline-history-list[b-pydsdbxqvq] {
    display: grid;
    gap: 8px;
}

.offline-history-row[b-pydsdbxqvq] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
    align-items: center;
    border: 1px solid #e5edf7;
    border-radius: 8px;
    background: #fbfdff;
    padding: 10px 11px;
}

.offline-history-row strong[b-pydsdbxqvq],
.offline-history-row small[b-pydsdbxqvq] {
    display: block;
    overflow-wrap: anywhere;
}

.offline-history-row strong[b-pydsdbxqvq] {
    color: #102033;
    font-size: .9rem;
    font-weight: 950;
}

.offline-history-row small[b-pydsdbxqvq] {
    color: #5f7086;
    font-size: .78rem;
    font-weight: 750;
}

.offline-history-meta[b-pydsdbxqvq] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.offline-history-meta span[b-pydsdbxqvq] {
    border: 1px solid #dbeafe;
    border-radius: 999px;
    background: #eff6ff;
    color: #164274;
    padding: 4px 8px;
    font-size: .72rem;
    font-weight: 900;
    white-space: nowrap;
}

.request-list[b-pydsdbxqvq] {
    display: grid;
    gap: 10px;
}

.request-row[b-pydsdbxqvq] {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 14px;
    border: 1px solid #e5edf7;
    border-radius: 8px;
    padding: 14px;
    background: #fbfdff;
}

.request-main[b-pydsdbxqvq] {
    min-width: 0;
    display: grid;
    gap: 8px;
}

.request-main strong[b-pydsdbxqvq],
.request-main small[b-pydsdbxqvq] {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.request-main strong[b-pydsdbxqvq] {
    font-size: .95rem;
    font-weight: 950;
}

.request-main small[b-pydsdbxqvq] {
    color: #5f7086;
    font-size: .76rem;
    font-weight: 750;
}

.request-meta[b-pydsdbxqvq] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: #5f7086;
    font-size: .78rem;
    font-weight: 800;
}

.request-meta span[b-pydsdbxqvq] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.status-pill[b-pydsdbxqvq] {
    min-width: 74px;
    min-height: 30px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    padding: 0 10px;
    font-size: .76rem;
    font-weight: 950;
    white-space: nowrap;
}

.status-pill.ok[b-pydsdbxqvq] {
    background: #dcfce7;
    color: #047857;
}

.status-pill.wait[b-pydsdbxqvq] {
    background: #fff7ed;
    color: #c2410c;
}

.status-pill.bad[b-pydsdbxqvq] {
    background: #ffe4e6;
    color: #be123c;
}

.status-pill.neutral[b-pydsdbxqvq] {
    background: #eef2f7;
    color: #475569;
}

.row-actions[b-pydsdbxqvq] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.button[b-pydsdbxqvq] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #cbd7e6;
    border-radius: 8px;
    padding: 0 13px;
    background: #ffffff;
    color: #19324d;
    font-size: .82rem;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.button-primary[b-pydsdbxqvq] {
    border-color: #1d6fe8;
    background: #1d6fe8;
    color: #ffffff;
}

.button-danger[b-pydsdbxqvq] {
    border-color: #fecaca;
    background: #fff1f2;
    color: #be123c;
}

.button-danger:hover:not(:disabled)[b-pydsdbxqvq] {
    border-color: #fda4af;
    background: #ffe4e6;
}

.button:disabled[b-pydsdbxqvq] {
    cursor: not-allowed;
    opacity: .45;
}

.policy-modal-backdrop[b-pydsdbxqvq] {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: grid;
    place-items: center;
    background: rgba(15, 23, 42, .42);
    padding: 24px;
}

.policy-modal[b-pydsdbxqvq] {
    width: min(640px, 100%);
    max-height: min(760px, calc(100vh - 48px));
    overflow: auto;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .24);
}

.policy-modal-header[b-pydsdbxqvq] {
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid #e4edf7;
    background: rgba(255, 255, 255, .96);
    padding: 20px 20px 16px;
}

.policy-modal-header h2[b-pydsdbxqvq] {
    margin: 4px 0 0;
    color: #102033;
    font-size: 1.28rem;
    line-height: 1.25;
    font-weight: 950;
}

.policy-modal-body[b-pydsdbxqvq] {
    display: grid;
    gap: 16px;
    padding: 20px;
}

.policy-modal-body > p[b-pydsdbxqvq] {
    margin: 0;
    color: #40566f;
    font-size: .94rem;
    line-height: 1.65;
    font-weight: 750;
}

.policy-modal-body ul[b-pydsdbxqvq] {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.policy-modal-body li[b-pydsdbxqvq] {
    display: grid;
    gap: 5px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fbff;
    padding: 12px 14px;
}

.policy-modal-body li strong[b-pydsdbxqvq] {
    color: #102033;
    font-size: .9rem;
    font-weight: 950;
}

.policy-modal-body li span[b-pydsdbxqvq] {
    color: #5f7086;
    font-size: .82rem;
    line-height: 1.55;
    font-weight: 750;
}

.registered-table[b-pydsdbxqvq] {
    overflow: hidden;
    border: 1px solid #e5edf7;
    border-radius: 8px;
}

.table-head[b-pydsdbxqvq],
.table-row[b-pydsdbxqvq] {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 100px 110px 158px minmax(220px, 1fr) 118px;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
}

.table-head[b-pydsdbxqvq] {
    background: #f7faff;
    color: #5f7086;
    font-size: .78rem;
    font-weight: 950;
}

.table-row[b-pydsdbxqvq] {
    border-top: 1px solid #e5edf7;
    color: #19324d;
    font-size: .84rem;
    font-weight: 800;
}

.table-row span[b-pydsdbxqvq] {
    min-width: 0;
}

.table-row strong[b-pydsdbxqvq],
.table-row small[b-pydsdbxqvq] {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-row small[b-pydsdbxqvq] {
    color: #5f7086;
    font-size: .74rem;
    font-weight: 750;
}

.memo-cell[b-pydsdbxqvq] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 30px;
    gap: 8px;
    align-items: center;
}

.memo-input[b-pydsdbxqvq] {
    width: 100%;
    min-width: 0;
    height: 34px;
    border: 1px solid #cbd8e8;
    border-radius: 8px;
    background: #ffffff;
    color: #102033;
    padding: 0 10px;
    font-size: .8rem;
    font-weight: 800;
    outline: none;
}

.memo-input:focus[b-pydsdbxqvq] {
    border-color: #1d6fe8;
    box-shadow: 0 0 0 3px rgba(29, 111, 232, .12);
}

.state-panel[b-pydsdbxqvq] {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #5f7086;
    font-size: .92rem;
    font-weight: 850;
    padding: 18px;
}

.state-panel.compact[b-pydsdbxqvq] {
    min-height: 72px;
    box-shadow: none;
}

@media (max-width: 860px) {
    .summary-grid[b-pydsdbxqvq] {
        grid-template-columns: 1fr;
    }

    .request-row[b-pydsdbxqvq] {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .offline-history-row[b-pydsdbxqvq] {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .offline-history-meta[b-pydsdbxqvq] {
        justify-content: flex-start;
    }

    .activation-card[b-pydsdbxqvq] {
        grid-template-columns: 1fr;
    }

    .subscription-entry-section[b-pydsdbxqvq],
    .subscription-entry-actions[b-pydsdbxqvq] {
        grid-template-columns: 1fr;
    }

    .subscription-entry-section[b-pydsdbxqvq] {
        align-items: stretch;
    }

    .subscription-entry-actions[b-pydsdbxqvq] {
        display: grid;
        justify-content: stretch;
    }

    .ai-service-download-actions small[b-pydsdbxqvq] {
        max-width: none;
        text-align: left;
    }

    .activation-actions[b-pydsdbxqvq] {
        justify-content: flex-start;
    }

    .row-actions[b-pydsdbxqvq] {
        justify-content: flex-start;
    }

    .table-head[b-pydsdbxqvq] {
        display: none;
    }

    .table-row[b-pydsdbxqvq] {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

@media (max-width: 620px) {
    .mypage-wrap[b-pydsdbxqvq] {
        width: min(100% - 24px, 1180px);
    }

    .nav-inner[b-pydsdbxqvq] {
        align-items: flex-start;
        flex-direction: column;
        padding: 12px 0;
    }

    .nav-actions[b-pydsdbxqvq] {
        width: 100%;
        justify-content: space-between;
    }

    .mypage-heading h1[b-pydsdbxqvq] {
        font-size: 1.9rem;
    }

    .row-actions[b-pydsdbxqvq] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .activation-actions[b-pydsdbxqvq] {
        display: grid;
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/PartnerPortal.razor.rz.scp.css */
.partner-portal-page[b-dgoblbwtx4] {
    min-height: 100vh;
    background: #f3f7fb;
    color: #102033;
}

.partner-portal-page *[b-dgoblbwtx4],
.partner-portal-page *[b-dgoblbwtx4]::before,
.partner-portal-page *[b-dgoblbwtx4]::after {
    box-sizing: border-box;
}

.portal-wrap[b-dgoblbwtx4] {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.portal-nav[b-dgoblbwtx4] {
    border-bottom: 1px solid #dce6f2;
    background: rgba(255, 255, 255, .96);
}

.nav-inner[b-dgoblbwtx4] {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand[b-dgoblbwtx4] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    text-decoration: none;
}

.brand-icon[b-dgoblbwtx4] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
}

.brand-icon img[b-dgoblbwtx4] {
    width: 28px;
    height: 28px;
}

.brand-copy[b-dgoblbwtx4] {
    display: grid;
    gap: 2px;
}

.brand-logo[b-dgoblbwtx4] {
    width: 164px;
    height: auto;
}

.brand-subtitle[b-dgoblbwtx4] {
    color: #6b7c91;
    font-size: .78rem;
    font-weight: 800;
}

.nav-actions[b-dgoblbwtx4] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.nav-link[b-dgoblbwtx4] {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    color: #164274;
    padding: 0 12px;
    font-size: .84rem;
    font-weight: 900;
    text-decoration: none;
}

.nav-link:hover[b-dgoblbwtx4] {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #1d6fe8;
}

.portal-main[b-dgoblbwtx4] {
    display: grid;
    gap: 18px;
    padding: 32px 0 56px;
}

.portal-heading[b-dgoblbwtx4] {
    display: grid;
    gap: 8px;
}

.kicker[b-dgoblbwtx4] {
    margin: 0;
    color: #1d6fe8;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.portal-heading h1[b-dgoblbwtx4] {
    margin: 0;
    font-size: 2.35rem;
    font-weight: 950;
    line-height: 1.1;
}

.portal-heading p[b-dgoblbwtx4] {
    margin: 0;
    color: #5f7086;
    font-size: 1rem;
    font-weight: 650;
}

.message[b-dgoblbwtx4],
.state-panel[b-dgoblbwtx4],
.summary-card[b-dgoblbwtx4],
.request-panel[b-dgoblbwtx4],
.request-list-panel[b-dgoblbwtx4],
.request-detail-panel[b-dgoblbwtx4],
.empty-portal[b-dgoblbwtx4] {
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .07);
}

.message[b-dgoblbwtx4],
.state-panel[b-dgoblbwtx4] {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    font-weight: 850;
}

.message-success[b-dgoblbwtx4] {
    border-color: #a7f3d0;
    background: #ecfdf5;
    color: #047857;
}

.message-danger[b-dgoblbwtx4] {
    border-color: #fecaca;
    background: #fff1f2;
    color: #be123c;
}

.state-panel[b-dgoblbwtx4] {
    color: #5f7086;
}

.empty-portal[b-dgoblbwtx4] {
    display: grid;
    justify-items: start;
    gap: 12px;
    padding: 26px;
}

.empty-portal > i[b-dgoblbwtx4] {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #eff6ff;
    color: #1d6fe8;
    font-size: 1.25rem;
}

.empty-portal h2[b-dgoblbwtx4],
.empty-portal p[b-dgoblbwtx4] {
    margin: 0;
}

.empty-portal h2[b-dgoblbwtx4] {
    font-size: 1.18rem;
    font-weight: 950;
}

.empty-portal p[b-dgoblbwtx4] {
    color: #5f7086;
    font-weight: 750;
}

.summary-grid[b-dgoblbwtx4] {
    display: grid;
    grid-template-columns: minmax(280px, 1.6fr) repeat(3, minmax(150px, .55fr));
    gap: 14px;
}

.summary-card[b-dgoblbwtx4] {
    display: grid;
    align-content: center;
    gap: 8px;
    padding: 18px;
}

.summary-card span[b-dgoblbwtx4],
.summary-card small[b-dgoblbwtx4] {
    color: #5f7086;
    font-size: .78rem;
    font-weight: 850;
}

.summary-card strong[b-dgoblbwtx4] {
    color: #102033;
    font-size: 1.45rem;
    font-weight: 950;
}

.summary-card select[b-dgoblbwtx4] {
    min-height: 40px;
    border: 1px solid #cbd8e8;
    border-radius: 8px;
    background: #ffffff;
    color: #102033;
    padding: 0 10px;
    font-weight: 900;
}

.portal-tabs[b-dgoblbwtx4] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.portal-tab[b-dgoblbwtx4] {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    color: #334155;
    padding: 0 14px;
    font-size: .9rem;
    font-weight: 950;
    cursor: pointer;
}

.portal-tab:hover[b-dgoblbwtx4],
.portal-tab.active[b-dgoblbwtx4] {
    border-color: #1d6fe8;
    background: #eff6ff;
    color: #164274;
}

.portal-tab strong[b-dgoblbwtx4] {
    min-width: 34px;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #e0ecff;
    color: #1d4ed8;
    padding: 0 8px;
    font-size: .75rem;
    font-weight: 950;
}

.portal-tab.active strong[b-dgoblbwtx4] {
    background: #1d6fe8;
    color: #ffffff;
}

.portal-grid[b-dgoblbwtx4] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.history-detail-grid[b-dgoblbwtx4] {
    display: grid;
    grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
    gap: 16px;
    align-items: start;
}

.request-panel[b-dgoblbwtx4],
.request-list-panel[b-dgoblbwtx4],
.request-detail-panel[b-dgoblbwtx4] {
    display: grid;
    gap: 14px;
    padding: 18px;
}

.request-form-layout[b-dgoblbwtx4] {
    display: grid;
    grid-template-columns: minmax(620px, 1.25fr) minmax(320px, .75fr);
    gap: 18px;
    align-items: start;
}

.request-main-fields[b-dgoblbwtx4],
.request-option-fields[b-dgoblbwtx4] {
    display: grid;
    gap: 14px;
}

.section-title[b-dgoblbwtx4] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.section-title h2[b-dgoblbwtx4] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 1.05rem;
    font-weight: 950;
}

.section-title p[b-dgoblbwtx4] {
    margin: 5px 0 0;
    color: #5f7086;
    font-size: .84rem;
    font-weight: 750;
}

.status[b-dgoblbwtx4] {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0 10px;
    font-size: .76rem;
    font-style: normal;
    font-weight: 950;
    white-space: nowrap;
}

.status.ok[b-dgoblbwtx4] {
    background: #dcfce7;
    color: #166534;
}

.status.pending[b-dgoblbwtx4] {
    background: #fef3c7;
    color: #92400e;
}

.status.blocked[b-dgoblbwtx4] {
    background: #fee2e2;
    color: #991b1b;
}

.mode-toggle[b-dgoblbwtx4] {
    display: grid;
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    gap: 10px;
    max-width: 620px;
}

.mode-toggle label[b-dgoblbwtx4] {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    padding: 12px;
    cursor: pointer;
}

.mode-toggle label.selected[b-dgoblbwtx4] {
    border-color: #1d6fe8;
    background: #eff6ff;
    box-shadow: 0 0 0 3px rgba(29, 111, 232, .12);
}

.mode-toggle input[b-dgoblbwtx4] {
    width: 18px;
    height: 18px;
}

.mode-toggle strong[b-dgoblbwtx4],
.mode-toggle small[b-dgoblbwtx4] {
    display: block;
}

.mode-toggle strong[b-dgoblbwtx4] {
    font-weight: 950;
}

.mode-toggle small[b-dgoblbwtx4] {
    margin-top: 4px;
    color: #5f7086;
    font-size: .8rem;
    font-weight: 750;
}

.request-mode-note[b-dgoblbwtx4] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #eff6ff;
    color: #1e3a8a;
    padding: 10px 12px;
    font-size: .84rem;
    font-weight: 800;
    line-height: 1.5;
    max-width: 720px;
}

.request-mode-note i[b-dgoblbwtx4] {
    margin-top: 2px;
    color: #1d6fe8;
}

.field-grid[b-dgoblbwtx4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 12px;
}

.field-grid label[b-dgoblbwtx4],
.field-grid .form-field[b-dgoblbwtx4],
.offline-field[b-dgoblbwtx4] {
    display: grid;
    gap: 7px;
    color: #102033;
    font-size: .82rem;
    font-weight: 900;
}

.field-grid input[b-dgoblbwtx4],
.field-grid select[b-dgoblbwtx4] {
    min-height: 38px;
    border: 1px solid #d6e2ef;
    border-radius: 8px;
    background: #ffffff;
    color: #102033;
    padding: 8px 10px;
    font-size: .9rem;
}

.field-grid input:disabled[b-dgoblbwtx4],
.field-grid select:disabled[b-dgoblbwtx4],
.feature-grid input:disabled[b-dgoblbwtx4] {
    cursor: not-allowed;
}

.field-grid input:disabled[b-dgoblbwtx4],
.field-grid select:disabled[b-dgoblbwtx4] {
    background: #f1f5f9;
    color: #475569;
}

.field-grid .inline-check[b-dgoblbwtx4] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #d6e2ef;
    border-radius: 8px;
    background: #ffffff;
    color: #102033;
    padding: 8px 10px;
    font-size: .9rem;
    font-weight: 900;
}

.field-grid .inline-check input[b-dgoblbwtx4] {
    min-height: auto;
    width: 16px;
    height: 16px;
    padding: 0;
}

.field-grid input:focus[b-dgoblbwtx4],
.field-grid select:focus[b-dgoblbwtx4],
.summary-card select:focus[b-dgoblbwtx4] {
    outline: none;
    border-color: #1d6fe8;
    box-shadow: 0 0 0 3px rgba(29, 111, 232, .12);
}

.offline-upload[b-dgoblbwtx4] {
    position: relative;
    min-height: 170px;
    border: 1px dashed #9eb5d0;
    border-radius: 8px;
    background: #f8fbff;
    color: #102033;
    overflow: hidden;
}

.offline-upload[b-dgoblbwtx4]  input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.offline-upload-copy[b-dgoblbwtx4] {
    min-height: 170px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 6px;
    padding: 18px;
    text-align: center;
    pointer-events: none;
}

.offline-upload-copy i[b-dgoblbwtx4] {
    color: #1d6fe8;
    font-size: 1.8rem;
}

.offline-upload-copy strong[b-dgoblbwtx4] {
    font-size: .95rem;
}

.offline-upload-button[b-dgoblbwtx4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin-top: 4px;
    border-radius: 8px;
    background: #1d6fe8;
    color: #ffffff;
    padding: 0 16px;
    font-size: .86rem;
    font-weight: 950;
}

.offline-upload-copy small[b-dgoblbwtx4] {
    max-width: 520px;
    color: #5f7086;
    font-size: .82rem;
    font-weight: 750;
    line-height: 1.45;
}

.offline-upload-copy em[b-dgoblbwtx4] {
    margin-top: 4px;
    color: #116149;
    font-size: .82rem;
    font-style: normal;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.feature-grid[b-dgoblbwtx4] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #fbfdff;
    padding: 12px;
}

.feature-grid label[b-dgoblbwtx4] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #334155;
    font-size: .86rem;
    font-weight: 900;
}

.form-actions[b-dgoblbwtx4] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.button[b-dgoblbwtx4] {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #ffffff;
    color: #164274;
    padding: 0 14px;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.button:hover[b-dgoblbwtx4] {
    background: #eff6ff;
    color: #1d6fe8;
}

.button-primary[b-dgoblbwtx4] {
    border-color: #1d6fe8;
    background: #1d6fe8;
    color: #ffffff;
}

.button-primary:hover[b-dgoblbwtx4] {
    background: #165fcb;
    color: #ffffff;
}

.button:disabled[b-dgoblbwtx4] {
    cursor: not-allowed;
    opacity: .58;
}

.icon-button[b-dgoblbwtx4] {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    border: 1px solid #d4e0ef;
    border-radius: 8px;
    background: #ffffff;
    color: #49627f;
    cursor: pointer;
}

.icon-button:hover[b-dgoblbwtx4] {
    border-color: #9cc3ff;
    background: #eff6ff;
    color: #1d6fe8;
}

.history-tabs[b-dgoblbwtx4] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.history-tab[b-dgoblbwtx4] {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    color: #49627f;
    padding: 0 12px;
    font-size: .86rem;
    font-weight: 950;
    cursor: pointer;
}

.history-tab:hover[b-dgoblbwtx4],
.history-tab.active[b-dgoblbwtx4] {
    border-color: #1d6fe8;
    background: #eff6ff;
    color: #164274;
}

.history-tab strong[b-dgoblbwtx4] {
    min-width: 34px;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #e0ecff;
    color: #1d4ed8;
    padding: 0 8px;
    font-size: .75rem;
    font-weight: 950;
}

.history-tab.active strong[b-dgoblbwtx4] {
    background: #1d6fe8;
    color: #ffffff;
}

.request-list[b-dgoblbwtx4] {
    display: grid;
    gap: 10px;
}

.request-item[b-dgoblbwtx4] {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    color: inherit;
    padding: 12px;
    text-align: left;
    cursor: pointer;
}

.request-item:hover[b-dgoblbwtx4],
.request-item.selected[b-dgoblbwtx4] {
    border-color: #bfdbfe;
    background: #eff6ff;
}

.request-item strong[b-dgoblbwtx4],
.request-item small[b-dgoblbwtx4] {
    display: block;
}

.request-item small[b-dgoblbwtx4],
.detail-grid small[b-dgoblbwtx4] {
    color: #5f7086;
    font-size: .8rem;
    font-weight: 750;
}

.empty-list[b-dgoblbwtx4] {
    border: 1px dashed #cfe0f3;
    border-radius: 8px;
    background: #ffffff;
    color: #5f7086;
    padding: 18px;
    text-align: center;
    font-weight: 900;
}

.detail-grid[b-dgoblbwtx4] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.detail-grid article[b-dgoblbwtx4] {
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #fbfdff;
    padding: 13px;
}

.detail-grid span[b-dgoblbwtx4],
.detail-grid strong[b-dgoblbwtx4],
.detail-grid small[b-dgoblbwtx4] {
    display: block;
}

.detail-grid span[b-dgoblbwtx4] {
    margin-bottom: 7px;
    color: #5f7086;
    font-size: .76rem;
    font-weight: 900;
}

.detail-grid strong[b-dgoblbwtx4] {
    overflow-wrap: anywhere;
    font-size: .92rem;
    font-weight: 950;
}

.detail-actions[b-dgoblbwtx4] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.notice[b-dgoblbwtx4] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    padding: 12px 13px;
    font-weight: 850;
}

.notice.danger[b-dgoblbwtx4] {
    border: 1px solid #fecaca;
    background: #fff1f2;
    color: #be123c;
}

@media (max-width: 1040px) {
    .portal-grid[b-dgoblbwtx4],
    .history-detail-grid[b-dgoblbwtx4],
    .request-form-layout[b-dgoblbwtx4],
    .summary-grid[b-dgoblbwtx4],
    .detail-grid[b-dgoblbwtx4] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .portal-wrap[b-dgoblbwtx4] {
        width: min(100% - 24px, 1180px);
    }

    .nav-inner[b-dgoblbwtx4],
    .section-title[b-dgoblbwtx4] {
        align-items: flex-start;
    }

    .brand-subtitle[b-dgoblbwtx4],
    .nav-link[b-dgoblbwtx4] {
        display: none;
    }

    .field-grid[b-dgoblbwtx4],
    .feature-grid[b-dgoblbwtx4],
    .mode-toggle[b-dgoblbwtx4],
    .portal-tabs[b-dgoblbwtx4],
    .history-tabs[b-dgoblbwtx4] {
        grid-template-columns: 1fr;
    }

    .portal-heading h1[b-dgoblbwtx4] {
        font-size: 1.85rem;
    }
}
/* /Components/Pages/ProductAccess.razor.rz.scp.css */
.access-page[b-610osr1hb4] {
    --dm-bg: #f6f8fb;
    --dm-panel: #ffffff;
    --dm-panel-soft: #f8fafc;
    --dm-text: #102033;
    --dm-muted: #5f7086;
    --dm-line: #dce6f2;
    --dm-blue: #1677ff;
    --dm-green: #10b981;
    --dm-amber: #f59e0b;
    min-height: 100vh;
    color: var(--dm-text);
    background: #f4f8fc;
    line-height: 1.6;
    word-break: keep-all;
}

.access-page *[b-610osr1hb4],
.access-page *[b-610osr1hb4]::before,
.access-page *[b-610osr1hb4]::after {
    box-sizing: border-box;
}

.access-page a[b-610osr1hb4] {
    color: inherit;
    text-decoration: none;
}

.access-wrap[b-610osr1hb4] {
    width: min(100% - 32px, 1120px);
    margin: 0 auto;
}

.access-nav[b-610osr1hb4] {
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid var(--dm-line);
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
}

.nav-inner[b-610osr1hb4] {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand[b-610osr1hb4] {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    flex: 0 0 auto;
}

.brand-icon[b-610osr1hb4] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #e5edf6;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .10);
}

.brand-icon img[b-610osr1hb4] {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.brand-copy[b-610osr1hb4] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.brand-logo[b-610osr1hb4] {
    width: 166px;
    max-width: 38vw;
    height: auto;
}

.brand-subtitle[b-610osr1hb4] {
    color: #7b8794;
    font-size: .74rem;
    font-weight: 700;
    line-height: 1;
}

.nav-actions[b-610osr1hb4],
.language-switch[b-610osr1hb4],
.hero-actions[b-610osr1hb4] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.hero-download-group[b-610osr1hb4] {
    display: grid;
    gap: 14px;
    justify-items: start;
}

.language-switch[b-610osr1hb4] {
    gap: 6px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    padding: 7px 10px;
    color: var(--dm-muted);
    font-size: .78rem;
    font-weight: 900;
}

.language-switch a.active[b-610osr1hb4] {
    color: var(--dm-blue);
}

.ghost-link[b-610osr1hb4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    color: var(--dm-muted);
    font-size: 1rem;
    text-decoration: none;
}

.ghost-link:hover[b-610osr1hb4] {
    color: var(--dm-blue);
    border-color: #bcd4f3;
    background: #f8fbff;
}

.button[b-610osr1hb4] {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    padding: 0 16px;
    background: #ffffff;
    color: #19324d;
    font-weight: 900;
    white-space: nowrap;
}

.button-primary[b-610osr1hb4],
.access-page a.button-primary[b-610osr1hb4],
.access-page button.button-primary[b-610osr1hb4] {
    border-color: var(--dm-blue);
    background: var(--dm-blue);
    color: #ffffff !important;
    box-shadow: 0 14px 30px rgba(22, 119, 255, .22);
}

.os-download-cards[b-610osr1hb4] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 150px));
    gap: 10px;
    width: min(100%, 500px);
}

.os-download-card[b-610osr1hb4] {
    min-height: 74px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    column-gap: 10px;
    row-gap: 2px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    padding: 12px;
    background: #ffffff;
    color: #19324d;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .06);
}

.os-download-card:hover[b-610osr1hb4] {
    border-color: #bcd4f3;
    background: #f8fbff;
    color: var(--dm-blue);
}

.os-download-card.is-disabled[b-610osr1hb4] {
    cursor: not-allowed;
    color: #7a8797;
    background: #f3f6fa;
    box-shadow: none;
    opacity: .72;
}

.os-download-card.is-disabled:hover[b-610osr1hb4] {
    border-color: var(--dm-line);
    color: #7a8797;
    background: #f3f6fa;
}

.os-download-card i[b-610osr1hb4] {
    grid-row: span 2;
    color: var(--dm-blue);
    font-size: 1.25rem;
}

.os-download-card.is-disabled i[b-610osr1hb4] {
    color: #8a97a8;
}

.os-download-card span[b-610osr1hb4],
.os-download-card small[b-610osr1hb4] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.os-download-card span[b-610osr1hb4] {
    font-size: .92rem;
    font-weight: 900;
}

.os-download-card small[b-610osr1hb4] {
    color: var(--dm-muted);
    font-size: .75rem;
    font-weight: 800;
}

.full[b-610osr1hb4] {
    width: 100%;
}

.access-hero[b-610osr1hb4] {
    padding: 64px 0 38px;
}

.hero-grid[b-610osr1hb4] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 32px;
    align-items: stretch;
}

.kicker[b-610osr1hb4] {
    margin: 0 0 10px;
    color: var(--dm-blue);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

h1[b-610osr1hb4],
h2[b-610osr1hb4],
h3[b-610osr1hb4],
p[b-610osr1hb4] {
    margin-top: 0;
}

h1[b-610osr1hb4] {
    max-width: 760px;
    margin-bottom: 18px;
    font-size: clamp(2.15rem, 5vw, 4.25rem);
    line-height: 1.08;
    font-weight: 900;
}

h2[b-610osr1hb4] {
    margin-bottom: 10px;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    line-height: 1.18;
    font-weight: 900;
}

.lead[b-610osr1hb4] {
    max-width: 760px;
    margin-bottom: 26px;
    color: var(--dm-muted);
    font-size: 1.08rem;
}

.download-alert[b-610osr1hb4] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 760px;
    margin: -10px 0 22px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #eff6ff;
    padding: 12px 14px;
    color: #1f4f82;
    font-weight: 800;
}

.download-alert i[b-610osr1hb4] {
    flex: 0 0 auto;
    color: var(--dm-blue);
    font-size: 1.05rem;
    line-height: 1.5;
}

.download-panel[b-610osr1hb4],
.plan-card[b-610osr1hb4],
.account-entry-card[b-610osr1hb4],
.signup-card[b-610osr1hb4],
.policy-card[b-610osr1hb4],
.faq-list article[b-610osr1hb4] {
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(15, 23, 42, .08);
}

.download-panel[b-610osr1hb4] {
    padding: 24px;
}

.download-panel h2[b-610osr1hb4] {
    font-size: 1.45rem;
}

.download-panel p[b-610osr1hb4],
.download-panel li[b-610osr1hb4],
.download-panel small[b-610osr1hb4] {
    color: var(--dm-muted);
}

.download-panel ol[b-610osr1hb4] {
    display: grid;
    gap: 8px;
    margin: 18px 0;
    padding-left: 20px;
}

.panel-badge[b-610osr1hb4],
.recommended-label[b-610osr1hb4] {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border-radius: 8px;
    padding: 0 10px;
    background: #eff6ff;
    color: #075985;
    font-size: .75rem;
    font-weight: 900;
}

.access-section[b-610osr1hb4] {
    padding: 54px 0;
    background: #ffffff;
}

.access-section.muted[b-610osr1hb4] {
    background: #f4f8fc;
}

.section-heading[b-610osr1hb4] {
    max-width: 780px;
    margin-bottom: 24px;
}

.section-heading p[b-610osr1hb4] {
    color: var(--dm-muted);
}

.section-heading.compact[b-610osr1hb4] {
    margin-bottom: 18px;
}

.plan-grid[b-610osr1hb4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.plan-card[b-610osr1hb4] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 24px;
}

.plan-card.recommended[b-610osr1hb4] {
    border-color: var(--dm-blue);
    box-shadow: 0 18px 50px rgba(22, 119, 255, .16);
}

.recommended-label[b-610osr1hb4] {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--dm-blue);
    color: #ffffff;
}

.plan-head span[b-610osr1hb4] {
    color: var(--dm-blue);
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.plan-head h3[b-610osr1hb4] {
    margin: 6px 0;
    font-size: 1.42rem;
    font-weight: 900;
}

.plan-head p[b-610osr1hb4],
.check-list[b-610osr1hb4],
.signup-copy p[b-610osr1hb4],
.policy-card p[b-610osr1hb4],
.faq-list p[b-610osr1hb4] {
    color: var(--dm-muted);
}

.price-row[b-610osr1hb4] {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--dm-line);
}

.price-row strong[b-610osr1hb4] {
    font-size: 2rem;
    line-height: 1;
}

.price-row span[b-610osr1hb4] {
    color: var(--dm-muted);
}

.check-list[b-610osr1hb4] {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.check-list li[b-610osr1hb4] {
    position: relative;
    padding-left: 24px;
}

.check-list li[b-610osr1hb4]::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--dm-green);
    font-weight: 900;
}

.plan-card .button[b-610osr1hb4] {
    margin-top: auto;
}

.plan-action-disabled[b-610osr1hb4],
.plan-action-pending[b-610osr1hb4] {
    color: #607086;
    background: #f6f9fc;
    border-color: #d6e2ef;
    box-shadow: none;
}

.plan-action-disabled[b-610osr1hb4] {
    cursor: not-allowed;
}

.plan-action-pending[b-610osr1hb4] {
    cursor: pointer;
}

.plan-action-pending:hover[b-610osr1hb4] {
    color: #1677ff;
    background: #eff6ff;
    border-color: #bfdbfe;
}

.signup-grid[b-610osr1hb4] {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr);
    gap: 30px;
    align-items: start;
}

.flow-list[b-610osr1hb4] {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.flow-list div[b-610osr1hb4] {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    padding: 14px;
    color: #19324d;
    font-weight: 800;
}

.flow-list i[b-610osr1hb4] {
    color: var(--dm-blue);
    font-size: 1.2rem;
}

.signup-card[b-610osr1hb4] {
    display: grid;
    gap: 14px;
    padding: 24px;
}

.form-row.two[b-610osr1hb4] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

label[b-610osr1hb4] {
    display: grid;
    gap: 7px;
    color: #24364d;
    font-size: .9rem;
    font-weight: 900;
}

input[b-610osr1hb4],
select[b-610osr1hb4] {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    padding: 0 12px;
    color: var(--dm-text);
    font: inherit;
}

.consent[b-610osr1hb4] {
    display: flex;
    grid-template-columns: none;
    align-items: flex-start;
    gap: 10px;
    color: var(--dm-muted);
    font-weight: 700;
}

.consent input[b-610osr1hb4] {
    width: 18px;
    min-height: 18px;
    margin-top: 3px;
}

.signup-card small[b-610osr1hb4] {
    color: var(--dm-muted);
}

.account-entry-card[b-610osr1hb4] {
    display: grid;
    align-self: end;
    gap: 16px;
    padding: 24px;
}

.account-entry-card h3[b-610osr1hb4] {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 900;
}

.account-entry-card p[b-610osr1hb4] {
    margin: 0;
    color: var(--dm-muted);
}

.account-entry-card small[b-610osr1hb4] {
    color: var(--dm-muted);
}

.account-entry-card[b-610osr1hb4]  .button.full {
    margin-top: 4px;
}

.account-actions[b-610osr1hb4] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.account-actions .button[b-610osr1hb4] {
    flex: 1 1 160px;
}

.compare-table[b-610osr1hb4] {
    overflow: hidden;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
}

.compare-row[b-610osr1hb4] {
    display: grid;
    grid-template-columns: 1.3fr repeat(3, 1fr);
    min-width: 760px;
}

.compare-row > div[b-610osr1hb4] {
    border-bottom: 1px solid var(--dm-line);
    padding: 14px 16px;
    color: var(--dm-muted);
}

.compare-row > div:first-child[b-610osr1hb4] {
    color: var(--dm-text);
    font-weight: 900;
}

.compare-row.header[b-610osr1hb4] {
    background: #f8fbff;
}

.compare-row.header > div[b-610osr1hb4] {
    color: #19324d;
    font-weight: 900;
}

.compare-row:last-child > div[b-610osr1hb4] {
    border-bottom: 0;
}

.policy-section[b-610osr1hb4] {
    background: #f8fbff;
}

.policy-grid[b-610osr1hb4] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.policy-card[b-610osr1hb4] {
    padding: 22px;
}

.policy-card i[b-610osr1hb4] {
    color: var(--dm-blue);
    font-size: 1.45rem;
}

.policy-card h3[b-610osr1hb4] {
    margin: 12px 0 8px;
    font-size: 1.08rem;
    font-weight: 900;
}

.faq-grid[b-610osr1hb4] {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 28px;
}

.faq-list[b-610osr1hb4] {
    display: grid;
    gap: 14px;
}

.faq-list article[b-610osr1hb4] {
    padding: 20px;
}

.faq-list h3[b-610osr1hb4] {
    margin-bottom: 8px;
    font-size: 1.05rem;
    font-weight: 900;
}

@media (max-width: 920px) {
    .nav-inner[b-610osr1hb4],
    .hero-grid[b-610osr1hb4],
    .signup-grid[b-610osr1hb4],
    .faq-grid[b-610osr1hb4] {
        grid-template-columns: 1fr;
    }

    .nav-inner[b-610osr1hb4] {
        align-items: flex-start;
        padding: 14px 0;
    }

    .nav-actions[b-610osr1hb4] {
        flex-wrap: wrap;
    }

    .download-panel[b-610osr1hb4] {
        max-width: 560px;
    }

    .account-entry-card[b-610osr1hb4] {
        align-self: stretch;
    }

    .plan-grid[b-610osr1hb4],
    .policy-grid[b-610osr1hb4] {
        grid-template-columns: 1fr;
    }

    .compare-table[b-610osr1hb4] {
        overflow-x: auto;
    }
}

@media (max-width: 620px) {
    .access-hero[b-610osr1hb4],
    .access-section[b-610osr1hb4] {
        padding: 38px 0;
    }

    h1[b-610osr1hb4] {
        font-size: 2rem;
    }

    .hero-actions[b-610osr1hb4],
    .hero-download-group[b-610osr1hb4],
    .nav-actions[b-610osr1hb4] {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .os-download-cards[b-610osr1hb4] {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .button[b-610osr1hb4],
    .ghost-link[b-610osr1hb4],
    .language-switch[b-610osr1hb4] {
        width: 100%;
        justify-content: center;
    }

    .form-row.two[b-610osr1hb4] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/ProductUserRegistrationConfirm.razor.rz.scp.css */
.registration-confirm-page[b-f16910d0yx] {
    min-height: 100vh;
    background: #f6f8fb;
    color: #102033;
}

.confirm-wrap[b-f16910d0yx] {
    width: min(100% - 32px, 960px);
    margin: 0 auto;
}

.confirm-nav[b-f16910d0yx] {
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #dce6f2;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
}

.nav-inner[b-f16910d0yx],
.nav-actions[b-f16910d0yx],
.brand[b-f16910d0yx],
.form-actions[b-f16910d0yx],
.account-box[b-f16910d0yx] {
    display: flex;
}

.nav-inner[b-f16910d0yx] {
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.nav-actions[b-f16910d0yx] {
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.brand[b-f16910d0yx] {
    align-items: center;
    gap: 11px;
    color: inherit;
    text-decoration: none;
}

.brand-icon[b-f16910d0yx] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #e5edf6;
    border-radius: 8px;
    background: #ffffff;
}

.brand-icon img[b-f16910d0yx] {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.brand-copy[b-f16910d0yx] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.brand-logo[b-f16910d0yx] {
    width: 166px;
    max-width: 38vw;
    height: auto;
}

.brand-subtitle[b-f16910d0yx] {
    color: #7b8794;
    font-size: .74rem;
    font-weight: 700;
    line-height: 1;
}

.confirm-main[b-f16910d0yx] {
    padding: 44px 0;
}

.confirm-panel[b-f16910d0yx] {
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
    padding: 28px;
}

.kicker[b-f16910d0yx] {
    margin: 0 0 8px;
    color: #1677ff;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.confirm-panel h1[b-f16910d0yx] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 8px;
    font-weight: 900;
}

.lead[b-f16910d0yx] {
    margin: 0 0 22px;
    color: #5f7086;
}

.request-card[b-f16910d0yx] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.request-card > div[b-f16910d0yx],
.account-box[b-f16910d0yx],
.empty-state[b-f16910d0yx] {
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f8fafc;
    padding: 14px;
}

.request-card .wide[b-f16910d0yx] {
    grid-column: 1 / -1;
}

.request-card span[b-f16910d0yx],
.request-card small[b-f16910d0yx],
.account-box small[b-f16910d0yx],
.empty-state[b-f16910d0yx] {
    color: #5f7086;
}

.request-card span[b-f16910d0yx] {
    display: block;
    margin-bottom: 6px;
    font-size: .78rem;
    font-weight: 900;
}

.request-card strong[b-f16910d0yx],
.request-card small[b-f16910d0yx] {
    display: block;
    overflow-wrap: anywhere;
}

.account-box[b-f16910d0yx] {
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.account-avatar[b-f16910d0yx] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #2563eb;
    color: #ffffff;
    font-weight: 900;
}

.message[b-f16910d0yx] {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 16px;
    font-weight: 800;
}

.message-success[b-f16910d0yx] {
    border: 1px solid #a7f3d0;
    background: #ecfdf5;
    color: #047857;
}

.message-danger[b-f16910d0yx] {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #b91c1c;
}

.empty-state[b-f16910d0yx] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
}

.form-actions[b-f16910d0yx] {
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.button[b-f16910d0yx] {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    color: #19324d;
    padding: 0 14px;
    font-size: .88rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.button-primary[b-f16910d0yx] {
    border-color: #1677ff;
    background: #1677ff;
    color: #ffffff;
}

.button:disabled[b-f16910d0yx] {
    cursor: not-allowed;
    opacity: .65;
}

@media (max-width: 720px) {
    .request-card[b-f16910d0yx] {
        grid-template-columns: 1fr;
    }

    .confirm-panel[b-f16910d0yx] {
        padding: 20px;
    }
}
/* /Components/Pages/Signup.razor.rz.scp.css */
.signup-page[b-0zz1ib4b85] {
    --dm-bg: #f6f8fb;
    --dm-panel: #ffffff;
    --dm-text: #102033;
    --dm-muted: #5f7086;
    --dm-line: #dce6f2;
    --dm-blue: #1677ff;
    --dm-green: #10b981;
    min-height: 100vh;
    color: var(--dm-text);
    background: linear-gradient(180deg, #f8fbff 0%, #eef5fc 100%);
    line-height: 1.6;
    word-break: keep-all;
}

.signup-page *[b-0zz1ib4b85],
.signup-page *[b-0zz1ib4b85]::before,
.signup-page *[b-0zz1ib4b85]::after {
    box-sizing: border-box;
}

.signup-page a[b-0zz1ib4b85] {
    color: inherit;
    text-decoration: none;
}

.signup-wrap[b-0zz1ib4b85] {
    width: min(100% - 32px, 1120px);
    margin: 0 auto;
}

.signup-nav[b-0zz1ib4b85] {
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid var(--dm-line);
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
}

.nav-inner[b-0zz1ib4b85] {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand[b-0zz1ib4b85] {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    flex: 0 0 auto;
}

.brand-icon[b-0zz1ib4b85] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #e5edf6;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .10);
}

.brand-icon img[b-0zz1ib4b85] {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.brand-copy[b-0zz1ib4b85] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.brand-logo[b-0zz1ib4b85] {
    width: 166px;
    max-width: 38vw;
    height: auto;
}

.brand-subtitle[b-0zz1ib4b85] {
    color: #7b8794;
    font-size: .74rem;
    font-weight: 700;
    line-height: 1;
}

.nav-actions[b-0zz1ib4b85],
.language-switch[b-0zz1ib4b85],
.ghost-link[b-0zz1ib4b85] {
    display: inline-flex;
    align-items: center;
}

.nav-actions[b-0zz1ib4b85] {
    gap: 12px;
}

.language-switch[b-0zz1ib4b85] {
    gap: 6px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    padding: 7px 10px;
    color: var(--dm-muted);
    font-size: .78rem;
    font-weight: 900;
}

.language-switch a.active[b-0zz1ib4b85] {
    color: var(--dm-blue);
}

.ghost-link[b-0zz1ib4b85] {
    gap: 6px;
    color: var(--dm-muted);
    font-weight: 800;
}

.signup-main[b-0zz1ib4b85] {
    padding: 64px 0;
}

.signup-grid[b-0zz1ib4b85] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 36px;
    align-items: start;
}

.kicker[b-0zz1ib4b85] {
    margin: 0 0 10px;
    color: var(--dm-blue);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

h1[b-0zz1ib4b85],
h2[b-0zz1ib4b85],
h3[b-0zz1ib4b85],
p[b-0zz1ib4b85] {
    margin-top: 0;
}

h1[b-0zz1ib4b85] {
    max-width: 760px;
    margin-bottom: 18px;
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.08;
    font-weight: 900;
}

.lead[b-0zz1ib4b85] {
    max-width: 760px;
    margin-bottom: 28px;
    color: var(--dm-muted);
    font-size: 1.06rem;
}

.process-list[b-0zz1ib4b85] {
    display: grid;
    gap: 14px;
    max-width: 760px;
}

.process-list > div[b-0zz1ib4b85] {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .72);
    padding: 16px;
}

.process-list span[b-0zz1ib4b85] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #eff6ff;
    color: var(--dm-blue);
    font-weight: 900;
}

.process-list strong[b-0zz1ib4b85] {
    display: block;
    margin-bottom: 4px;
    font-size: 1.02rem;
}

.process-list p[b-0zz1ib4b85] {
    margin-bottom: 0;
    color: var(--dm-muted);
}

.auth-card[b-0zz1ib4b85] {
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    padding: 26px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .10);
}

.panel-badge[b-0zz1ib4b85] {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border-radius: 8px;
    padding: 0 10px;
    background: #eff6ff;
    color: #075985;
    font-size: .75rem;
    font-weight: 900;
}

.auth-head h2[b-0zz1ib4b85] {
    margin: 14px 0 8px;
    font-size: 1.55rem;
    font-weight: 900;
}

.auth-head p[b-0zz1ib4b85],
.auth-note[b-0zz1ib4b85],
label[b-0zz1ib4b85],
.consent[b-0zz1ib4b85] {
    color: var(--dm-muted);
}

.social-actions[b-0zz1ib4b85],
.profile-preview[b-0zz1ib4b85] {
    display: grid;
    gap: 12px;
}

.social-actions[b-0zz1ib4b85] {
    margin: 22px 0;
}

.social-button[b-0zz1ib4b85] {
    min-height: 52px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    padding: 0 14px;
    color: #1f2937;
    font: inherit;
    font-weight: 900;
    text-align: left;
}

.social-button.google[b-0zz1ib4b85] {
    box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}

.social-button.google:hover[b-0zz1ib4b85] {
    border-color: #b6cdf4;
    color: var(--dm-blue);
}

.social-button.kakao[b-0zz1ib4b85] {
    background: #fff7cc;
    color: #3b2f00;
    opacity: .62;
}

.social-button:disabled[b-0zz1ib4b85] {
    cursor: not-allowed;
}

.social-button small[b-0zz1ib4b85] {
    border-radius: 8px;
    background: rgba(255, 255, 255, .7);
    padding: 4px 8px;
    font-size: .72rem;
}

.provider-mark[b-0zz1ib4b85] {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #f3f6fb;
    color: #1f2937;
    font-weight: 900;
}

.google .provider-mark[b-0zz1ib4b85] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #2563eb;
}

.kakao .provider-mark[b-0zz1ib4b85] {
    background: #fee500;
    color: #181600;
}

.divider[b-0zz1ib4b85] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    margin: 22px 0;
    color: var(--dm-muted);
    font-size: .82rem;
    font-weight: 800;
}

.divider[b-0zz1ib4b85]::before,
.divider[b-0zz1ib4b85]::after {
    content: "";
    height: 1px;
    background: var(--dm-line);
}

label[b-0zz1ib4b85] {
    display: grid;
    gap: 7px;
    font-size: .9rem;
    font-weight: 900;
}

input[b-0zz1ib4b85],
select[b-0zz1ib4b85] {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    padding: 0 12px;
    color: var(--dm-text);
    font: inherit;
}

.consent[b-0zz1ib4b85] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 700;
}

.consent input[b-0zz1ib4b85] {
    width: 18px;
    min-height: 18px;
    margin-top: 3px;
}

.legal-shortcuts[b-0zz1ib4b85] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding-left: 28px;
}

.legal-shortcuts a[b-0zz1ib4b85] {
    color: var(--dm-blue);
    font-size: .82rem;
    font-weight: 900;
    text-decoration: none;
}

.legal-shortcuts a:hover[b-0zz1ib4b85] {
    color: var(--dm-blue-dark);
}

.auth-note[b-0zz1ib4b85] {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #eff6ff;
    padding: 12px;
    font-size: .88rem;
}

.auth-note i[b-0zz1ib4b85] {
    color: var(--dm-blue);
    margin-top: 2px;
}

.signup-policy-section[b-0zz1ib4b85] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.policy-card[b-0zz1ib4b85] {
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(15, 23, 42, .08);
    overflow: hidden;
}

.policy-card-header[b-0zz1ib4b85] {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid var(--dm-line);
    background: #f8fbff;
    padding: 0 18px;
}

.policy-card-header i[b-0zz1ib4b85] {
    color: var(--dm-blue);
    font-size: 1.25rem;
}

.policy-card-header h2[b-0zz1ib4b85] {
    margin: 0;
    font-size: 1.12rem;
    font-weight: 900;
}

.policy-scroll[b-0zz1ib4b85] {
    height: 250px;
    overflow-y: auto;
    padding: 18px 20px;
}

.policy-scroll section + section[b-0zz1ib4b85] {
    margin-top: 18px;
}

.policy-scroll h3[b-0zz1ib4b85] {
    margin: 0 0 8px;
    color: var(--dm-text);
    font-size: .98rem;
    font-weight: 900;
}

.policy-scroll ul[b-0zz1ib4b85] {
    display: grid;
    gap: 7px;
    margin: 0;
    padding-left: 18px;
}

.policy-scroll li[b-0zz1ib4b85] {
    color: var(--dm-muted);
    font-size: .88rem;
}

@media (max-width: 920px) {
    .nav-inner[b-0zz1ib4b85],
    .signup-grid[b-0zz1ib4b85],
    .signup-policy-section[b-0zz1ib4b85] {
        grid-template-columns: 1fr;
    }

    .nav-inner[b-0zz1ib4b85] {
        align-items: flex-start;
        padding: 14px 0;
    }

    .nav-actions[b-0zz1ib4b85] {
        flex-wrap: wrap;
    }

    .auth-card[b-0zz1ib4b85] {
        max-width: 560px;
    }
}

@media (max-width: 620px) {
    .signup-main[b-0zz1ib4b85] {
        padding: 38px 0;
    }

    .signup-wrap[b-0zz1ib4b85] {
        width: min(100% - 24px, 1120px);
    }

    .nav-inner[b-0zz1ib4b85] {
        min-height: 58px;
        align-items: center;
        gap: 8px;
        padding: 10px 0;
    }

    .brand[b-0zz1ib4b85] {
        min-width: 0;
        flex: 1 1 auto;
        gap: 7px;
    }

    .brand-icon[b-0zz1ib4b85] {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
    }

    .brand-icon img[b-0zz1ib4b85] {
        width: 25px;
        height: 25px;
    }

    .brand-logo[b-0zz1ib4b85] {
        width: 136px;
        max-width: 34vw;
    }

    .brand-subtitle[b-0zz1ib4b85] {
        font-size: .62rem;
    }

    h1[b-0zz1ib4b85] {
        font-size: 2rem;
    }

    .nav-actions[b-0zz1ib4b85] {
        align-items: center;
        flex-direction: row;
        justify-content: flex-end;
        width: auto;
        gap: 8px;
    }

    .ghost-link[b-0zz1ib4b85] {
        width: 38px;
        height: 38px;
        justify-content: center;
    }

    .process-list > div[b-0zz1ib4b85] {
        grid-template-columns: 1fr;
    }

    .social-button[b-0zz1ib4b85] {
        grid-template-columns: 34px minmax(0, 1fr);
    }

    .social-button small[b-0zz1ib4b85] {
        grid-column: 2;
        width: fit-content;
    }
}
/* /Components/Pages/SignupComplete.razor.rz.scp.css */
.complete-page[b-4yv0w4az4d] {
    --dm-text: #102033;
    --dm-muted: #5f7086;
    --dm-line: #dce6f2;
    --dm-blue: #1677ff;
    --dm-green: #10b981;
    --dm-danger: #dc2626;
    min-height: 100vh;
    color: var(--dm-text);
    background: linear-gradient(180deg, #f8fbff 0%, #eef5fc 100%);
    line-height: 1.6;
    word-break: keep-all;
}

.complete-page *[b-4yv0w4az4d],
.complete-page *[b-4yv0w4az4d]::before,
.complete-page *[b-4yv0w4az4d]::after {
    box-sizing: border-box;
}

.complete-page a[b-4yv0w4az4d] {
    color: inherit;
    text-decoration: none;
}

.complete-wrap[b-4yv0w4az4d] {
    width: min(100% - 32px, 1180px);
    margin: 0 auto;
}

.complete-nav[b-4yv0w4az4d] {
    border-bottom: 1px solid var(--dm-line);
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
}

.nav-inner[b-4yv0w4az4d] {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.nav-actions[b-4yv0w4az4d] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex: 0 0 auto;
}

.brand[b-4yv0w4az4d] {
    display: inline-flex;
    align-items: center;
    gap: 11px;
}

.brand-icon[b-4yv0w4az4d] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #e5edf6;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .10);
}

.brand-icon img[b-4yv0w4az4d] {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.brand-copy[b-4yv0w4az4d] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.brand-logo[b-4yv0w4az4d] {
    width: 166px;
    max-width: 38vw;
    height: auto;
}

.brand-subtitle[b-4yv0w4az4d] {
    color: #7b8794;
    font-size: .74rem;
    font-weight: 700;
    line-height: 1;
}

.complete-main[b-4yv0w4az4d] {
    display: grid;
    min-height: calc(100vh - 68px);
    align-items: center;
    padding: 54px 0;
}

.complete-layout[b-4yv0w4az4d] {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1fr);
    align-items: end;
    gap: 34px;
}

.complete-copy[b-4yv0w4az4d] {
    padding-bottom: 10px;
}

.success-icon[b-4yv0w4az4d] {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin: 0 0 18px;
    border-radius: 999px;
    background: #d1fae5;
    color: #047857;
    font-size: 1.7rem;
}

.kicker[b-4yv0w4az4d] {
    margin: 0 0 8px;
    color: var(--dm-blue);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

h1[b-4yv0w4az4d],
h2[b-4yv0w4az4d] {
    margin: 0;
    font-weight: 900;
    line-height: 1.12;
}

h1[b-4yv0w4az4d] {
    margin-bottom: 16px;
    font-size: clamp(2.4rem, 5vw, 4.3rem);
}

h2[b-4yv0w4az4d] {
    font-size: 1.55rem;
}

.lead[b-4yv0w4az4d] {
    max-width: 560px;
    margin: 0 0 28px;
    color: var(--dm-muted);
    font-size: 1.08rem;
}

.step-list[b-4yv0w4az4d] {
    display: grid;
    gap: 12px;
}

.step-item[b-4yv0w4az4d] {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px 14px;
    align-items: center;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .78);
    padding: 14px;
}

.step-item span[b-4yv0w4az4d] {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    grid-row: span 2;
    border-radius: 8px;
    background: #eaf3ff;
    color: var(--dm-blue);
    font-weight: 900;
}

.step-item strong[b-4yv0w4az4d],
.step-item small[b-4yv0w4az4d] {
    display: block;
}

.step-item small[b-4yv0w4az4d] {
    color: var(--dm-muted);
}

.profile-card[b-4yv0w4az4d] {
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .10);
}

.profile-card-header[b-4yv0w4az4d] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.permission-pill[b-4yv0w4az4d] {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    border-radius: 999px;
    padding: 0 10px;
    font-size: .78rem;
    font-weight: 900;
    white-space: nowrap;
}

.permission-granted[b-4yv0w4az4d] {
    border: 1px solid #bbf7d0;
    background: #ecfdf5;
    color: #047857;
}

.permission-pending[b-4yv0w4az4d] {
    border: 1px solid #dbeafe;
    background: #eff6ff;
    color: #1d4ed8;
}

.account-summary[b-4yv0w4az4d] {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #e2eaf5;
    border-radius: 8px;
    background: #f8fafc;
    padding: 12px;
    margin-bottom: 16px;
}

.account-avatar[b-4yv0w4az4d] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #2563eb;
    color: #ffffff;
    font-weight: 900;
}

.account-summary strong[b-4yv0w4az4d],
.account-summary small[b-4yv0w4az4d] {
    display: block;
}

.account-summary small[b-4yv0w4az4d] {
    color: var(--dm-muted);
}

.message[b-4yv0w4az4d] {
    display: flex;
    align-items: center;
    gap: 9px;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 16px;
    font-weight: 800;
}

.message-success[b-4yv0w4az4d] {
    border: 1px solid #bbf7d0;
    background: #ecfdf5;
    color: #047857;
}

.message-danger[b-4yv0w4az4d] {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.message-warning[b-4yv0w4az4d] {
    border: 1px solid #fde68a;
    background: #fffbeb;
    color: #92400e;
}

.form-grid[b-4yv0w4az4d] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.field[b-4yv0w4az4d] {
    display: grid;
    gap: 7px;
    margin-bottom: 14px;
}

.field span[b-4yv0w4az4d] {
    font-weight: 900;
}

.required-mark[b-4yv0w4az4d] {
    color: #dc2626;
    font-weight: 900;
}

.field input[b-4yv0w4az4d],
.field select[b-4yv0w4az4d] {
    width: 100%;
    min-height: 48px;
    border: 1px solid #cfe0f3;
    border-radius: 8px;
    background: #ffffff;
    color: var(--dm-text);
    padding: 0 14px;
    font: inherit;
    font-weight: 800;
}

.field input:focus[b-4yv0w4az4d],
.field select:focus[b-4yv0w4az4d] {
    border-color: var(--dm-blue);
    box-shadow: 0 0 0 3px rgba(22, 119, 255, .14);
    outline: none;
}

.consent-box[b-4yv0w4az4d] {
    display: grid;
    gap: 10px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #f8fafc;
    padding: 14px;
    margin: 4px 0 18px;
}

.check-row[b-4yv0w4az4d] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #334155;
    font-weight: 800;
}

.check-row input[b-4yv0w4az4d] {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    flex: 0 0 auto;
}

.legal-shortcuts[b-4yv0w4az4d] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding-left: 28px;
}

.legal-shortcuts a[b-4yv0w4az4d] {
    color: var(--dm-blue);
    font-size: .82rem;
    font-weight: 900;
    text-decoration: none;
}

.legal-shortcuts a:hover[b-4yv0w4az4d] {
    color: var(--dm-blue-dark);
}

.next-actions[b-4yv0w4az4d] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.button[b-4yv0w4az4d] {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    padding: 0 16px;
    background: #ffffff;
    color: #19324d;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.button:disabled[b-4yv0w4az4d] {
    opacity: .64;
    cursor: wait;
}

.button-primary[b-4yv0w4az4d] {
    border-color: var(--dm-blue);
    background: var(--dm-blue);
    color: #ffffff !important;
    box-shadow: 0 14px 30px rgba(22, 119, 255, .22);
}

.full-width[b-4yv0w4az4d] {
    width: 100%;
}

@media (max-width: 980px) {
    .complete-layout[b-4yv0w4az4d] {
        grid-template-columns: 1fr;
        align-items: start;
    }
}

@media (max-width: 620px) {
    .complete-card[b-4yv0w4az4d],
    .profile-card[b-4yv0w4az4d] {
        padding: 24px 18px;
    }

    .form-grid[b-4yv0w4az4d] {
        grid-template-columns: 1fr;
    }

    .next-actions[b-4yv0w4az4d],
    .button[b-4yv0w4az4d] {
        width: 100%;
    }
}
/* /Components/Pages/SubscriptionCheckout.razor.rz.scp.css */
.checkout-page[b-4ck5dcvvo1] {
    min-height: 100vh;
    background: #f3f7fb;
    color: #102033;
}

.checkout-page *[b-4ck5dcvvo1],
.checkout-page *[b-4ck5dcvvo1]::before,
.checkout-page *[b-4ck5dcvvo1]::after {
    box-sizing: border-box;
}

.checkout-wrap[b-4ck5dcvvo1] {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.checkout-nav[b-4ck5dcvvo1] {
    border-bottom: 1px solid #dce6f2;
    background: rgba(255, 255, 255, .96);
}

.nav-inner[b-4ck5dcvvo1] {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand[b-4ck5dcvvo1],
.nav-link[b-4ck5dcvvo1] {
    display: inline-flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.brand[b-4ck5dcvvo1] {
    gap: 10px;
}

.brand-icon[b-4ck5dcvvo1] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
}

.brand-icon img[b-4ck5dcvvo1] {
    width: 28px;
    height: 28px;
}

.brand-copy[b-4ck5dcvvo1] {
    display: grid;
    gap: 2px;
}

.brand-logo[b-4ck5dcvvo1] {
    width: 164px;
    height: auto;
}

.brand-subtitle[b-4ck5dcvvo1] {
    color: #6b7c91;
    font-size: .78rem;
    font-weight: 800;
}

.nav-actions[b-4ck5dcvvo1] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.nav-link[b-4ck5dcvvo1] {
    min-height: 36px;
    gap: 7px;
    border: 1px solid #d4e0ef;
    border-radius: 8px;
    background: #ffffff;
    color: #19324d;
    padding: 0 11px;
    font-size: .82rem;
    font-weight: 900;
}

.checkout-main[b-4ck5dcvvo1] {
    display: grid;
    gap: 18px;
    padding: 32px 0 56px;
}

.checkout-heading[b-4ck5dcvvo1] {
    display: grid;
    gap: 8px;
}

.kicker[b-4ck5dcvvo1] {
    margin: 0;
    color: #1d6fe8;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.checkout-heading h1[b-4ck5dcvvo1] {
    margin: 0;
    font-size: 2.35rem;
    line-height: 1.1;
    font-weight: 950;
}

.checkout-heading p[b-4ck5dcvvo1] {
    margin: 0;
    color: #5f7086;
    font-size: 1rem;
    font-weight: 650;
}

.checkout-grid[b-4ck5dcvvo1] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .42fr);
    gap: 18px;
    align-items: start;
}

.payment-panel[b-4ck5dcvvo1],
.summary-panel[b-4ck5dcvvo1] {
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .07);
}

.payment-panel[b-4ck5dcvvo1] {
    display: grid;
    gap: 14px;
    padding: 20px;
}

.summary-panel[b-4ck5dcvvo1] {
    position: sticky;
    top: 18px;
    display: grid;
    gap: 14px;
    padding: 18px;
}

.panel-title[b-4ck5dcvvo1] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.panel-title.compact[b-4ck5dcvvo1] {
    align-items: center;
    margin-top: 4px;
}

.panel-title h2[b-4ck5dcvvo1],
.summary-card-header h2[b-4ck5dcvvo1] {
    margin: 4px 0 0;
    font-size: 1.08rem;
    font-weight: 950;
}

.panel-title > span[b-4ck5dcvvo1] {
    min-height: 28px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: #eff6ff;
    color: #164274;
    padding: 0 10px;
    font-size: .76rem;
    font-weight: 950;
    white-space: nowrap;
}

.panel-title i[b-4ck5dcvvo1] {
    color: #1d6fe8;
    font-size: 1.28rem;
}

.plan-toggle[b-4ck5dcvvo1] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.plan-option[b-4ck5dcvvo1] {
    min-width: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: flex-start;
    border: 1px solid #d4e0ef;
    border-radius: 8px;
    background: #fbfdff;
    padding: 12px;
    cursor: pointer;
}

.plan-option.selected[b-4ck5dcvvo1] {
    border-color: #1d6fe8;
    background: #eff6ff;
    box-shadow: 0 0 0 3px rgba(29, 111, 232, .1);
}

.plan-option input[b-4ck5dcvvo1] {
    margin-top: 3px;
}

.plan-option strong[b-4ck5dcvvo1],
.plan-option small[b-4ck5dcvvo1] {
    display: block;
}

.plan-option strong[b-4ck5dcvvo1] {
    font-size: .95rem;
    font-weight: 950;
}

.plan-option small[b-4ck5dcvvo1] {
    margin-top: 4px;
    color: #5f7086;
    font-size: .78rem;
    line-height: 1.45;
    font-weight: 750;
}

.payment-panel label[b-4ck5dcvvo1] {
    min-width: 0;
    display: grid;
    gap: 7px;
    color: #334155;
    font-size: .82rem;
    font-weight: 900;
}

.field-grid[b-4ck5dcvvo1] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.field-grid.three[b-4ck5dcvvo1] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.payment-panel input[b-4ck5dcvvo1] {
    width: 100%;
    height: 44px;
    border: 1px solid #cbd8e8;
    border-radius: 8px;
    background: #ffffff;
    color: #102033;
    padding: 0 12px;
    font-size: .92rem;
    font-weight: 800;
    outline: none;
}

.payment-panel input:focus[b-4ck5dcvvo1] {
    border-color: #1d6fe8;
    box-shadow: 0 0 0 3px rgba(29, 111, 232, .12);
}

.payment-panel input:disabled[b-4ck5dcvvo1] {
    background: #f8fafc;
    color: #64748b;
    cursor: not-allowed;
}

.payment-actions[b-4ck5dcvvo1] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, auto);
    gap: 10px;
    align-items: stretch;
}

.pay-button[b-4ck5dcvvo1] {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #1d6fe8;
    border-radius: 8px;
    background: #1d6fe8;
    color: #ffffff;
    padding: 0 16px;
    font-size: .92rem;
    font-weight: 950;
    cursor: pointer;
}

.pay-button.test[b-4ck5dcvvo1] {
    border-color: #0f9f6e;
    background: #ecfdf5;
    color: #047857;
}

.pay-button:disabled[b-4ck5dcvvo1] {
    cursor: not-allowed;
    opacity: .62;
}

.placeholder-message[b-4ck5dcvvo1] {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #eff6ff;
    color: #164274;
    padding: 11px 12px;
    font-size: .82rem;
    font-weight: 850;
}

.completion-panel[b-4ck5dcvvo1] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    border: 1px solid #a7f3d0;
    border-radius: 8px;
    background: #f0fdf4;
    color: #14532d;
    padding: 14px;
}

.completion-panel > i[b-4ck5dcvvo1] {
    margin-top: 2px;
    color: #059669;
    font-size: 1.15rem;
}

.completion-panel strong[b-4ck5dcvvo1] {
    display: block;
    color: #064e3b;
    font-size: .95rem;
    font-weight: 950;
}

.completion-panel p[b-4ck5dcvvo1] {
    margin: 4px 0 12px;
    color: #166534;
    font-size: .82rem;
    line-height: 1.5;
    font-weight: 750;
}

.completion-panel dl[b-4ck5dcvvo1] {
    display: grid;
    gap: 7px;
    margin: 0;
}

.completion-panel dl div[b-4ck5dcvvo1] {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 10px;
    align-items: baseline;
}

.completion-panel dt[b-4ck5dcvvo1],
.completion-panel dd[b-4ck5dcvvo1] {
    margin: 0;
    min-width: 0;
    font-size: .78rem;
    line-height: 1.35;
}

.completion-panel dt[b-4ck5dcvvo1] {
    color: #15803d;
    font-weight: 850;
}

.completion-panel dd[b-4ck5dcvvo1] {
    overflow-wrap: anywhere;
    color: #052e16;
    font-weight: 900;
}

.complete-link[b-4ck5dcvvo1] {
    min-height: 38px;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 14px;
    border: 1px solid #059669;
    border-radius: 8px;
    background: #059669;
    color: #ffffff;
    padding: 0 12px;
    font-size: .82rem;
    font-weight: 950;
    text-decoration: none;
}

@media (max-width: 640px) {
    .payment-actions[b-4ck5dcvvo1] {
        grid-template-columns: 1fr;
    }

    .completion-panel dl div[b-4ck5dcvvo1] {
        grid-template-columns: 1fr;
        gap: 2px;
    }
}

.summary-card-header[b-4ck5dcvvo1] {
    display: grid;
    gap: 2px;
}

.summary-line[b-4ck5dcvvo1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #5f7086;
    font-size: .84rem;
    font-weight: 800;
}

.summary-line strong[b-4ck5dcvvo1] {
    color: #102033;
    font-weight: 950;
}

.summary-line.total strong[b-4ck5dcvvo1] {
    color: #1d6fe8;
    font-size: 1.45rem;
}

.summary-divider[b-4ck5dcvvo1] {
    height: 1px;
    background: #e4edf7;
}

.summary-subtitle[b-4ck5dcvvo1] {
    color: #102033;
    font-size: .82rem;
    font-weight: 950;
}

.summary-features[b-4ck5dcvvo1] {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.summary-features li[b-4ck5dcvvo1] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
    align-items: start;
    color: #40566f;
    font-size: .82rem;
    line-height: 1.45;
    font-weight: 800;
}

.summary-features i[b-4ck5dcvvo1] {
    color: #047857;
    margin-top: 2px;
}

@media (max-width: 900px) {
    .checkout-grid[b-4ck5dcvvo1] {
        grid-template-columns: 1fr;
    }

    .summary-panel[b-4ck5dcvvo1] {
        position: static;
    }
}

@media (max-width: 620px) {
    .checkout-wrap[b-4ck5dcvvo1] {
        width: min(100% - 24px, 1180px);
    }

    .nav-inner[b-4ck5dcvvo1] {
        align-items: flex-start;
        flex-direction: column;
        padding: 12px 0;
    }

    .nav-actions[b-4ck5dcvvo1] {
        width: 100%;
        justify-content: space-between;
    }

    .checkout-heading h1[b-4ck5dcvvo1] {
        font-size: 1.9rem;
    }

    .plan-toggle[b-4ck5dcvvo1],
    .field-grid[b-4ck5dcvvo1],
    .field-grid.three[b-4ck5dcvvo1] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/TeamLicense.razor.rz.scp.css */
.team-license-page[b-wqyfrhx3kk] {
    --dm-blue: #1f7aff;
    --dm-blue-dark: #0b4fb8;
    --dm-text: #102033;
    --dm-muted: #5b6f89;
    --dm-line: #d8e4f2;
    --dm-soft: #f4f8fc;
    --dm-green: #00a971;
    min-height: 100vh;
    background: linear-gradient(180deg, #f6faff 0%, #ffffff 48%, #f7fbf7 100%);
    color: var(--dm-text);
    font-family: inherit;
}

.team-wrap[b-wqyfrhx3kk] {
    width: min(1400px, calc(100% - 64px));
    margin: 0 auto;
}

.team-nav[b-wqyfrhx3kk] {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid var(--dm-line);
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(12px);
}

.nav-inner[b-wqyfrhx3kk],
.nav-actions[b-wqyfrhx3kk],
.brand[b-wqyfrhx3kk],
.brand-copy[b-wqyfrhx3kk],
.hero-grid[b-wqyfrhx3kk],
.request-grid[b-wqyfrhx3kk],
.form-actions[b-wqyfrhx3kk],
.account-actions[b-wqyfrhx3kk] {
    display: flex;
}

.nav-inner[b-wqyfrhx3kk] {
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 86px;
}

.brand[b-wqyfrhx3kk] {
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
}

.brand-icon[b-wqyfrhx3kk] {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
}

.brand-icon img[b-wqyfrhx3kk] {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.brand-copy[b-wqyfrhx3kk] {
    flex-direction: column;
    gap: 3px;
}

.brand-logo[b-wqyfrhx3kk] {
    width: 176px;
    max-width: 36vw;
    height: auto;
    object-fit: contain;
}

.brand-subtitle[b-wqyfrhx3kk] {
    color: var(--dm-muted);
    font-size: .86rem;
    font-weight: 800;
}

.nav-actions[b-wqyfrhx3kk] {
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.language-switch[b-wqyfrhx3kk],
.ghost-link[b-wqyfrhx3kk],
.button[b-wqyfrhx3kk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    color: var(--dm-text);
    font-weight: 900;
    text-decoration: none;
}

.language-switch[b-wqyfrhx3kk] {
    padding: 0 14px;
}

.language-switch a[b-wqyfrhx3kk] {
    color: var(--dm-muted);
    text-decoration: none;
}

.language-switch a.active[b-wqyfrhx3kk] {
    color: var(--dm-blue);
}

.ghost-link[b-wqyfrhx3kk],
.button[b-wqyfrhx3kk] {
    padding: 0 18px;
}

.ghost-link[b-wqyfrhx3kk] {
    position: relative;
    width: 42px;
    height: 42px;
    padding: 0;
    color: var(--dm-muted);
}

.ghost-link:hover[b-wqyfrhx3kk] {
    color: var(--dm-blue);
    border-color: #bcd4f3;
    background: #f8fbff;
}

.icon-tooltip[b-wqyfrhx3kk]::after {
    content: attr(data-tooltip);
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 30;
    width: max-content;
    max-width: 180px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #102033;
    padding: 8px 10px;
    color: #ffffff;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1.35;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
    transition: opacity .15s ease, transform .15s ease;
}

.icon-tooltip:hover[b-wqyfrhx3kk]::after,
.icon-tooltip:focus-visible[b-wqyfrhx3kk]::after {
    opacity: 1;
    transform: translateY(0);
}

.button-primary[b-wqyfrhx3kk] {
    border-color: var(--dm-blue);
    background: var(--dm-blue);
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(31, 122, 255, .18);
}

.team-hero[b-wqyfrhx3kk],
.team-section[b-wqyfrhx3kk] {
    padding: 70px 0;
}

.team-section.muted[b-wqyfrhx3kk] {
    background: rgba(244, 248, 252, .78);
}

.hero-grid[b-wqyfrhx3kk],
.request-grid[b-wqyfrhx3kk] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr);
    gap: 38px;
    align-items: end;
}

.request-grid[b-wqyfrhx3kk] {
    align-items: start;
}

.hero-copy[b-wqyfrhx3kk] {
    max-width: 780px;
}

.kicker[b-wqyfrhx3kk] {
    margin: 0 0 14px;
    color: var(--dm-blue);
    font-size: .8rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

h1[b-wqyfrhx3kk],
h2[b-wqyfrhx3kk],
h3[b-wqyfrhx3kk],
p[b-wqyfrhx3kk] {
    margin-top: 0;
}

h1[b-wqyfrhx3kk] {
    margin-bottom: 20px;
    font-size: clamp(2.6rem, 5vw, 4.5rem);
    line-height: 1.08;
    font-weight: 900;
}

h2[b-wqyfrhx3kk] {
    margin-bottom: 14px;
    font-size: clamp(1.9rem, 3vw, 2.7rem);
    line-height: 1.16;
    font-weight: 900;
}

.lead[b-wqyfrhx3kk],
.section-lead[b-wqyfrhx3kk] {
    color: var(--dm-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.benefit-list[b-wqyfrhx3kk],
.process-list[b-wqyfrhx3kk],
.request-card[b-wqyfrhx3kk],
.summary-card[b-wqyfrhx3kk] {
    display: grid;
}

.benefit-list[b-wqyfrhx3kk] {
    gap: 12px;
    margin-top: 26px;
}

.benefit-list div[b-wqyfrhx3kk],
.process-list article[b-wqyfrhx3kk] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    padding: 16px;
}

.benefit-list i[b-wqyfrhx3kk] {
    color: var(--dm-blue);
    font-size: 1.25rem;
}

.summary-card[b-wqyfrhx3kk],
.request-card[b-wqyfrhx3kk] {
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
}

.summary-card[b-wqyfrhx3kk] {
    gap: 16px;
    padding: 28px;
}

.panel-badge[b-wqyfrhx3kk] {
    display: inline-flex;
    width: fit-content;
    min-height: 34px;
    align-items: center;
    border-radius: 8px;
    background: #eaf3ff;
    padding: 0 14px;
    color: #075da8;
    font-size: .88rem;
    font-weight: 900;
}

.summary-card h2[b-wqyfrhx3kk] {
    margin: 0;
    font-size: 1.7rem;
}

.summary-card p[b-wqyfrhx3kk],
.summary-card li[b-wqyfrhx3kk] {
    color: var(--dm-muted);
    line-height: 1.65;
}

.summary-card ul[b-wqyfrhx3kk] {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.summary-card li[b-wqyfrhx3kk] {
    position: relative;
    padding-left: 24px;
}

.summary-card li[b-wqyfrhx3kk]::before {
    content: "\F26E";
    position: absolute;
    left: 0;
    color: var(--dm-green);
    font-family: "bootstrap-icons";
}

.process-list[b-wqyfrhx3kk] {
    gap: 12px;
    margin-top: 24px;
}

.process-list span[b-wqyfrhx3kk] {
    display: grid;
    flex: 0 0 44px;
    place-items: center;
    height: 44px;
    border-radius: 8px;
    background: #eaf3ff;
    color: var(--dm-blue);
    font-weight: 900;
}

.process-list h3[b-wqyfrhx3kk] {
    margin-bottom: 6px;
    font-size: 1rem;
}

.process-list p[b-wqyfrhx3kk] {
    margin: 0;
    color: var(--dm-muted);
}

.request-card[b-wqyfrhx3kk] {
    gap: 18px;
    padding: 28px;
}

.form-row.two[b-wqyfrhx3kk] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

label[b-wqyfrhx3kk],
fieldset[b-wqyfrhx3kk] {
    display: grid;
    gap: 8px;
    color: #24364d;
    font-size: .92rem;
    font-weight: 900;
}

fieldset[b-wqyfrhx3kk] {
    display: block;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    padding: 14px;
}

legend[b-wqyfrhx3kk] {
    margin-bottom: 12px;
    padding: 0 6px;
    color: var(--dm-text);
    font-size: 1.45rem;
    font-weight: 900;
}

.interest-grid[b-wqyfrhx3kk] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(28px, auto);
    gap: 12px 28px;
}

input[b-wqyfrhx3kk],
select[b-wqyfrhx3kk],
textarea[b-wqyfrhx3kk] {
    width: 100%;
    border: 1px solid var(--dm-line);
    border-radius: 8px;
    background: #ffffff;
    color: var(--dm-text);
    font: inherit;
}

input[b-wqyfrhx3kk],
select[b-wqyfrhx3kk] {
    min-height: 46px;
    padding: 0 12px;
}

textarea[b-wqyfrhx3kk] {
    resize: vertical;
    padding: 12px;
}

.check-option[b-wqyfrhx3kk] {
    grid-template-columns: 18px 1fr;
    align-items: center;
    gap: 8px;
    color: var(--dm-muted);
    font-weight: 800;
}

.check-option input[b-wqyfrhx3kk] {
    width: 18px;
    min-height: 18px;
}

.form-actions[b-wqyfrhx3kk] {
    flex-wrap: wrap;
    gap: 10px;
}

.request-card small[b-wqyfrhx3kk] {
    color: var(--dm-muted);
    line-height: 1.6;
}

@media (max-width: 960px) {
    .nav-inner[b-wqyfrhx3kk],
    .hero-grid[b-wqyfrhx3kk],
    .request-grid[b-wqyfrhx3kk] {
        grid-template-columns: 1fr;
    }

    .nav-inner[b-wqyfrhx3kk] {
        align-items: flex-start;
        padding: 14px 0;
    }

    .nav-actions[b-wqyfrhx3kk] {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .team-wrap[b-wqyfrhx3kk] {
        width: min(100% - 32px, 1400px);
    }

    .team-hero[b-wqyfrhx3kk],
    .team-section[b-wqyfrhx3kk] {
        padding: 42px 0;
    }

    h1[b-wqyfrhx3kk] {
        font-size: 2.2rem;
    }

    .form-row.two[b-wqyfrhx3kk],
    .interest-grid[b-wqyfrhx3kk] {
        grid-template-columns: 1fr;
    }

    .nav-actions[b-wqyfrhx3kk],
    .form-actions[b-wqyfrhx3kk] {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .language-switch[b-wqyfrhx3kk],
    .ghost-link[b-wqyfrhx3kk],
    .button[b-wqyfrhx3kk] {
        width: 100%;
    }

    .ghost-link[b-wqyfrhx3kk] {
        align-self: flex-start;
        width: 42px;
    }
}
/* /Components/UserIdentityBadge.razor.rz.scp.css */
.user-menu-shell[b-tvxvnca46x] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.user-sidebar-summary[b-tvxvnca46x] {
    min-width: 0;
    display: none;
    line-height: 1.2;
}

.user-sidebar-summary strong[b-tvxvnca46x],
.user-sidebar-summary small[b-tvxvnca46x] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-sidebar-summary strong[b-tvxvnca46x] {
    color: #102033;
    font-size: .86rem;
    font-weight: 900;
}

.user-sidebar-summary small[b-tvxvnca46x] {
    color: #5f7086;
    font-size: .72rem;
    font-weight: 700;
}

.user-avatar-button[b-tvxvnca46x],
.user-avatar[b-tvxvnca46x] {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #2f6ff2;
    color: #ffffff;
    font-size: .92rem;
    font-weight: 900;
}

.user-avatar-button[b-tvxvnca46x] {
    position: relative;
    border: 1px solid #2f6ff2;
    padding: 0;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(22, 119, 255, .22);
}

.unread-message-dot[b-tvxvnca46x] {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 11px;
    height: 11px;
    border: 2px solid #ffffff;
    border-radius: 999px;
    background: #ef4444;
    box-shadow: 0 0 0 1px rgba(185, 28, 28, .12);
    pointer-events: none;
}

.user-avatar-button:hover[b-tvxvnca46x],
.user-avatar-button:focus-visible[b-tvxvnca46x] {
    background: #1f5ee4;
    outline: 0;
}

.user-avatar-button.anonymous[b-tvxvnca46x] {
    border: 1px solid #7da7ff;
    background: #ffffff;
    color: #1d4ed8;
    font-size: 1.38rem;
    box-shadow: 0 8px 18px rgba(22, 119, 255, .12);
}

.user-avatar-button.anonymous:hover[b-tvxvnca46x],
.user-avatar-button.anonymous:focus-visible[b-tvxvnca46x] {
    background: #eff6ff;
    color: #1d4ed8;
}

.user-avatar.large[b-tvxvnca46x] {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
}

.user-menu-panel[b-tvxvnca46x] {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 30;
    width: 240px;
    overflow: hidden;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .18);
}

.auth-menu-panel[b-tvxvnca46x] {
    width: 250px;
    padding: 16px 12px 12px;
}

.auth-menu-header[b-tvxvnca46x] {
    display: grid;
    gap: 4px;
    padding: 2px 4px 12px;
}

.auth-menu-header strong[b-tvxvnca46x] {
    color: #102033;
    font-size: .95rem;
    font-weight: 900;
}

.auth-menu-header small[b-tvxvnca46x] {
    color: #5f7086;
    font-size: .78rem;
    font-weight: 800;
}

.auth-menu-actions[b-tvxvnca46x] {
    display: grid;
    gap: 8px;
}

.user-menu-profile[b-tvxvnca46x] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid #edf2f7;
}

.user-meta[b-tvxvnca46x] {
    min-width: 0;
    display: grid;
    gap: 3px;
    line-height: 1.2;
}

.user-meta strong[b-tvxvnca46x],
.user-meta small[b-tvxvnca46x] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-meta strong[b-tvxvnca46x] {
    color: #102033;
    font-size: .9rem;
    font-weight: 900;
}

.user-meta small[b-tvxvnca46x] {
    color: #5f7086;
    font-size: .76rem;
    font-weight: 700;
}

.user-menu-links[b-tvxvnca46x] {
    display: grid;
    padding: 8px;
}

.user-menu-links a[b-tvxvnca46x] {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    padding: 0 10px;
    color: #5f7086;
    font-size: .86rem;
    font-weight: 800;
    text-decoration: none;
}

.user-menu-links a:hover[b-tvxvnca46x] {
    background: #f4f8fd;
    color: #1677ff;
}

.user-menu-links i[b-tvxvnca46x] {
    width: 18px;
    color: #5f7086;
    text-align: center;
}

.user-menu-link-text[b-tvxvnca46x] {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menu-unread-dot[b-tvxvnca46x] {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    margin-left: auto;
    border-radius: 999px;
    background: #ef4444;
    box-shadow: 0 0 0 1px rgba(185, 28, 28, .16);
}

.user-menu-links a:hover i[b-tvxvnca46x] {
    color: #1677ff;
}

.auth-action-links[b-tvxvnca46x] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.login-link[b-tvxvnca46x],
.signup-link[b-tvxvnca46x],
.help-link[b-tvxvnca46x] {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    padding: 0 14px;
    font-size: .88rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.login-link[b-tvxvnca46x] {
    border: 1px solid #dce6f2;
    background: #ffffff;
    color: #19324d;
}

.signup-link[b-tvxvnca46x] {
    border: 1px solid #1677ff;
    background: #2f6ff2;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(22, 119, 255, .18);
}

.signup-link:hover[b-tvxvnca46x] {
    background: #1f5ee4;
    color: #ffffff !important;
}

.login-link:hover[b-tvxvnca46x] {
    border-color: #bfdbfe;
    color: #1677ff;
}

.help-link[b-tvxvnca46x] {
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    color: #075985;
}

.help-link:hover[b-tvxvnca46x] {
    border-color: #1677ff;
    background: #eaf4ff;
    color: #1677ff;
}

@media (max-width: 620px) {
    .user-menu-panel[b-tvxvnca46x] {
        right: 0;
        left: auto;
        width: min(250px, calc(100vw - 28px));
    }
}
