/* /Components/BillingCycleSelector/BillingCycleSelector.razor.rz.scp.css */
.billing-cycle-selector[b-1e3rvt2yeo] {
    position: relative;
    display: inline-grid;
    grid-template-columns: repeat(var(--billing-cycle-count, 2), minmax(0, 1fr));
    gap: 0.25rem;
    padding: 0.25rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-surface) 70%, white 30%);
}

.billing-cycle-selector__indicator[b-1e3rvt2yeo] {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: calc(((100% - 0.5rem) - ((var(--billing-cycle-count, 2) - 1) * 0.25rem)) / var(--billing-cycle-count, 2));
    height: calc(100% - 0.5rem);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)), var(--color-surface);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        inset 0 -1px 0 rgba(15, 23, 42, 0.14),
        0 4px 10px rgba(15, 23, 42, 0.22),
        0 1px 3px rgba(15, 23, 42, 0.16);
    transform: translateX(calc(var(--billing-cycle-index, 0) * (100% + 0.25rem)));
    transition: transform 0.22s ease, width 0.22s ease;
    pointer-events: none;
}

.billing-cycle-selector__option[b-1e3rvt2yeo] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    min-height: 2.5rem;
    padding: 0.7rem 1.35rem;
    background: transparent;
    color: var(--color-ink-soft);
    font: inherit;
    font-weight: 600;
    transition: color 0.18s ease, transform 0.18s ease;
}

.billing-cycle-selector__option:hover:not(:disabled)[b-1e3rvt2yeo],
.billing-cycle-selector__option:focus-visible[b-1e3rvt2yeo] {
    color: var(--color-ink);
}

.billing-cycle-selector__option:focus-visible[b-1e3rvt2yeo] {
    outline: 2px solid color-mix(in srgb, var(--color-primary) 55%, white 45%);
    outline-offset: 2px;
}

.billing-cycle-selector__option--selected[b-1e3rvt2yeo] {
    color: var(--color-ink);
}

.billing-cycle-selector__option:disabled[b-1e3rvt2yeo] {
    cursor: not-allowed;
    opacity: 0.72;
}
/* /Components/LocalizedValidationSummary/LocalizedValidationSummary.razor.rz.scp.css */
.localized-validation-summary[b-6sg4o61hac] {
    margin: 0 0 1rem;
}

.localized-validation-summary--sticky[b-6sg4o61hac] {
    position: sticky;
    top: var(--localized-validation-summary-sticky-top, 5.75rem);
    z-index: 4;
}

.localized-validation-summary--detail-sticky[b-6sg4o61hac] {
    top: var(--localized-validation-summary-detail-sticky-top, 3.60rem);
    margin: -20px -20px 1rem;
}

.localized-validation-summary--preview[b-6sg4o61hac] {
    pointer-events: none;
}

.localized-validation-summary--detail-sticky .localized-validation-summary__panel[b-6sg4o61hac] {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    padding-inline: 20px;
    animation: localized-validation-summary-detail-reveal-b-6sg4o61hac 320ms ease-out;
}

.localized-validation-summary__panel[b-6sg4o61hac] {
    position: relative;
    overflow: hidden;
    padding: 0.95rem 1rem;
    border: 1px solid color-mix(in srgb, var(--color-danger) 55%, var(--color-border) 45%);
    border-radius: var(--radius-md);
    background: color-mix(in srgb, var(--color-danger) 22%, var(--color-surface) 78%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.localized-validation-summary__panel[b-6sg4o61hac]::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 0.25rem;
    background: var(--color-danger);
}

.localized-validation-summary__list[b-6sg4o61hac] {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.localized-validation-summary__item[b-6sg4o61hac] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
    color: color-mix(in srgb, var(--color-danger) 32%, var(--color-ink) 68%);
    line-height: 1.55;
}

.localized-validation-summary__marker[b-6sg4o61hac] {
    width: 0.65rem;
    height: 0.65rem;
    margin-top: 0.4rem;
    border-radius: 999px;
    background: var(--color-danger);
    box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--color-danger-soft) 65%, transparent 35%);
}

.localized-validation-summary__message[b-6sg4o61hac] {
    min-width: 0;
}

@keyframes localized-validation-summary-detail-reveal-b-6sg4o61hac {
    from {
        opacity: 0;
        transform: translateY(-0.45rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/MarkdownEditor/MarkdownEditor.razor.rz.scp.css */
.markdown-editor[b-6b94xun0i2] {
    display: grid;
    gap: 0.5rem;
}

.markdown-editor__value-proxy[b-6b94xun0i2] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: pre-wrap;
    border: 0;
}

.markdown-editor__fallback[b-6b94xun0i2] {
    min-height: 26rem;
}

.markdown-editor__host[b-6b94xun0i2] {
    min-height: 26rem;
}

.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI {
    min-height: 26rem;
    color-scheme: light;
    background: #fff !important;
    color: #222 !important;
    border: 1px solid #dadde6 !important;
}

.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-toolbar,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-toolbar *,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-mode-switch {
    font-family: var(--font-body);
}

.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-defaultUI-toolbar,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-toolbar,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-mode-switch,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-md-tab-container,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-dropdown-toolbar,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-popup {
    background: #f7f9fc !important;
    color: #333 !important;
}

.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-main,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-main-container,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-ww-container,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-md-container,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-md-preview,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor {
    background: #fff !important;
    color: #222 !important;
}

.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-contents,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-ww-container,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-md-container {
    font-family: var(--font-body);
    line-height: 1.5;
    letter-spacing: normal;
    text-transform: none;
    background: #fff !important;
    color: #222 !important;
}

.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-contents p,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-contents li,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-contents blockquote,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-contents h1,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-contents h2,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-contents h3,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-contents h4,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-contents h5,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-contents h6,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-contents pre,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-contents code {
    font-family: inherit;
    letter-spacing: normal;
    text-transform: none;
    color: #222 !important;
}

.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-contents h1,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-contents h2,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-contents h3,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-contents h4,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-contents h5,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-contents h6 {
    font-family: var(--font-body);
    letter-spacing: normal;
}

.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-ww-container .ProseMirror,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-md-container .toastui-editor-contents {
    font-family: var(--font-body);
    line-height: 1.5;
    letter-spacing: normal;
    text-transform: none;
    background: #fff !important;
    color: #222 !important;
    caret-color: #222 !important;
}

.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-ww-container .ProseMirror p,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-ww-container .ProseMirror li,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-md-container .toastui-editor-contents p,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-md-container .toastui-editor-contents li {
    line-height: 1.5;
}

.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-md-container,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-md-container .toastui-editor,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-md-container .toastui-editor-md-preview,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-md-container .toastui-editor-md-preview .toastui-editor-contents,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-md-container .ProseMirror,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-md-code-block-line-background,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-md-custom-block-line-background {
    background: #fff !important;
    color: #222 !important;
}

.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-popup,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-popup *,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-dropdown-toolbar,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-dropdown-toolbar * {
    font-family: var(--font-body);
    letter-spacing: normal;
    text-transform: none;
}

.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-toolbar-buttons,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI button,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI input,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI textarea {
    font-family: var(--font-body);
}

.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI button,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI input,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI textarea,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI label,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .tab-item,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .scroll-sync::before {
    color: #333;
}

.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-popup,
.markdown-editor__host[b-6b94xun0i2]  .toastui-editor-defaultUI .toastui-editor-dropdown-toolbar {
    border-color: #dadde6;
}
/* /Components/MarkdownViewer/MarkdownViewer.razor.rz.scp.css */
.markdown-viewer[b-qxrzj4hiou] {
    min-width: 0;
    width: 100%;
}

.markdown-viewer__host[b-qxrzj4hiou] {
    min-width: 0;
    width: 100%;
}

.markdown-viewer__host--light[b-qxrzj4hiou] {
    color-scheme: light;
}

.markdown-viewer__host--editor-preview[b-qxrzj4hiou]  .toastui-editor-toolbar,
.markdown-viewer__host--editor-preview[b-qxrzj4hiou]  .toastui-editor-md-tab-container,
.markdown-viewer__host--editor-preview[b-qxrzj4hiou]  .toastui-editor-md-splitter,
.markdown-viewer__host--editor-preview[b-qxrzj4hiou]  .toastui-editor.md-mode,
.markdown-viewer__host--editor-preview[b-qxrzj4hiou]  .toastui-editor-ww-container,
.markdown-viewer__host--editor-preview[b-qxrzj4hiou]  .toastui-editor-popup,
.markdown-viewer__host--editor-preview[b-qxrzj4hiou]  .toastui-editor-context-menu,
.markdown-viewer__host--editor-preview[b-qxrzj4hiou]  .toastui-editor-mode-switch {
    display: none !important;
}

.markdown-viewer__host--editor-preview[b-qxrzj4hiou]  .toastui-editor-defaultUI,
.markdown-viewer__host--editor-preview[b-qxrzj4hiou]  .toastui-editor-main,
.markdown-viewer__host--editor-preview[b-qxrzj4hiou]  .toastui-editor-main-container,
.markdown-viewer__host--editor-preview[b-qxrzj4hiou]  .toastui-editor-md-container {
    border: 0;
    min-height: 0;
    background: #fff !important;
    color: #222 !important;
}

.markdown-viewer__host--editor-preview[b-qxrzj4hiou]  .toastui-editor-md-container {
    display: block;
}

.markdown-viewer__host--editor-preview[b-qxrzj4hiou]  .toastui-editor-md-preview {
    width: 100% !important;
    min-height: 0 !important;
    padding: 0;
    background: #fff !important;
    color: #222 !important;
}

.markdown-viewer__fallback[b-qxrzj4hiou] {
    margin: 0;
    width: 100%;
    white-space: pre-wrap;
    word-break: break-word;
    font: inherit;
    color: inherit;
    background: transparent;
    border: 0;
}

.markdown-viewer__fallback--html[b-qxrzj4hiou] {
    white-space: normal;
}

.markdown-viewer__host--light[b-qxrzj4hiou]  .toastui-editor-defaultUI,
.markdown-viewer__host--light[b-qxrzj4hiou]  .toastui-editor-main,
.markdown-viewer__host--light[b-qxrzj4hiou]  .toastui-editor-main-container,
.markdown-viewer__host--light[b-qxrzj4hiou]  .toastui-editor-md-container,
.markdown-viewer__host--light[b-qxrzj4hiou]  .toastui-editor-md-preview,
.markdown-viewer__host--light[b-qxrzj4hiou]  .toastui-editor-contents {
    color-scheme: light;
    background: #fff !important;
    color: #222 !important;
}

.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents {
    font-family: var(--font-body);
    line-height: 1.6;
    padding: 15px;
    letter-spacing: normal;
    text-transform: none;
    color: #222 !important;
}

.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents *,
.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents *::before,
.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents *::after {
    letter-spacing: normal;
    text-transform: none;
}

.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents p,
.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents li,
.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents blockquote,
.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents h1,
.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents h2,
.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents h3,
.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents h4,
.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents h5,
.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents h6,
.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents pre,
.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents code,
.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents table,
.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents th,
.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents td {
    font-family: inherit;
    color: #222 !important;
}

.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents pre,
.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents code {
    background: #f7f9fc !important;
    color: #222 !important;
}

.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents table th,
.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents table td {
    border-color: #dadde6 !important;
}

.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents blockquote {
    color: #4b5563 !important;
    border-left-color: #dadde6 !important;
}

.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
    border: 1px solid rgba(20, 30, 48, 0.08);
    box-shadow: 0 18px 44px rgba(20, 30, 48, 0.08);
    background: #fff;
}

.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents h2,
.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents h3,
.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents h4,
.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents h5,
.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents p,
.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents ul {
    margin: 0;
}

.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents h2 {
    font-size: 1.05rem;
}

.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents h3 {
    font-size: 1.18rem;
    font-weight: 700;
}

.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents h4 {
    font-size: 1.06rem;
    font-weight: 700;
    line-height: 1.45;
}

.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents h5 {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.5;
}

.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents ul {
    padding-left: 1.2rem;
}

.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents a {
    color: #0f6cbd;
    text-decoration: none;
    transition: color 160ms ease;
}

.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents a:hover,
.markdown-viewer__host[b-qxrzj4hiou]  .toastui-editor-contents a:focus-visible {
    color: #0a58a2;
    text-decoration: none;
}
/* /Components/ShellSidebarNavigation/ShellSidebarNavigation.razor.rz.scp.css */
.nav-stack[b-y2egwlttsx] {
    display: grid;
    align-content: start;
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
    gap: 12px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 16px 12px;
}

.nav-stack__section[b-y2egwlttsx] {
    display: grid;
    align-content: start;
    gap: 6px;
}

.nav-stack__group[b-y2egwlttsx] {
    display: grid;
    align-content: start;
    gap: 6px;
}

.nav-stack__label[b-y2egwlttsx] {
    margin-bottom: 2px;
    padding: 0 8px;
    color: var(--color-ink-muted);
    font-size: 10px;
    letter-spacing: 0.15em;
}

.nav-stack__link[b-y2egwlttsx],
.admin-nav__link[b-y2egwlttsx],
.nav-stack__accordion-trigger[b-y2egwlttsx] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: var(--shell-navigation-row-height);
    padding: 8px 10px;
    width: 100%;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: var(--color-ink-soft);
    font-size: 13.5px;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.16s ease, color 0.16s ease;
}

.nav-stack__children[b-y2egwlttsx] {
    display: none;
    gap: 4px;
    padding-left: 1rem;
}

.nav-stack__children--expanded[b-y2egwlttsx] {
    display: grid;
}

.nav-stack__text[b-y2egwlttsx] {
    flex: 1 1 auto;
    min-width: 0;
}

.nav-stack__link--child[b-y2egwlttsx],
.nav-stack__children .admin-nav__link[b-y2egwlttsx] {
    min-height: 2.25rem;
    padding-block: 0.45rem;
    padding-left: 0.8rem;
    font-size: 13px;
}

.nav-stack__chevron[b-y2egwlttsx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    color: var(--color-ink-muted);
    flex-shrink: 0;
}

.nav-stack__chevron svg[b-y2egwlttsx] {
    width: 100%;
    height: 100%;
}

.nav-stack__link:hover[b-y2egwlttsx],
.nav-stack__link.active[b-y2egwlttsx],
.nav-stack__accordion-trigger:hover[b-y2egwlttsx],
.nav-stack__accordion-trigger.active[b-y2egwlttsx],
.admin-nav__link:hover[b-y2egwlttsx],
.admin-nav__link.active[b-y2egwlttsx] {
    background: var(--color-surface-alt);
    color: var(--color-ink);
}

.nav-stack__link.active[b-y2egwlttsx]::before,
.nav-stack__accordion-trigger.active[b-y2egwlttsx]::before,
.admin-nav__link.active[b-y2egwlttsx]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    width: 3px;
    height: 60%;
    border-radius: 0 999px 999px 0;
    background: var(--color-accent);
}

.nav-stack__icon[b-y2egwlttsx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #e8c547;
}

.nav-stack__icon svg[b-y2egwlttsx] {
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.nav-stack__badge[b-y2egwlttsx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    min-width: 1.4rem;
    min-height: 1.2rem;
    padding: 0 0.3rem;
    border-radius: 999px;
    background: var(--color-border-strong);
    color: var(--color-ink-soft);
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 500;
}

.nav-stack__badge--urgent[b-y2egwlttsx] {
    background: rgba(224, 92, 92, 0.2);
    color: var(--color-danger);
}

.shell-tooltip[b-y2egwlttsx] {
    display: none;
}

.shell--desktop-collapsed .nav-stack[b-y2egwlttsx] {
    gap: 8px;
    padding-inline: 10px;
}

.shell--desktop-collapsed .nav-stack__group[b-y2egwlttsx],
.shell--desktop-collapsed .nav-stack__section[b-y2egwlttsx],
.shell--desktop-collapsed .admin-nav[b-y2egwlttsx] {
    gap: 8px;
}

.shell--desktop-collapsed .nav-stack__label[b-y2egwlttsx],
.shell--desktop-collapsed .nav-stack__text[b-y2egwlttsx],
.shell--desktop-collapsed .nav-stack__chevron[b-y2egwlttsx] {
    display: none;
}

.shell--desktop-collapsed .nav-stack__link[b-y2egwlttsx],
.shell--desktop-collapsed .nav-stack__accordion-trigger[b-y2egwlttsx],
.shell--desktop-collapsed .admin-nav__link[b-y2egwlttsx] {
    justify-content: center;
    width: 100%;
    padding: 0.75rem 0.5rem;
    gap: 0;
}

.shell--desktop-collapsed .nav-stack__children[b-y2egwlttsx] {
    display: none;
}

.shell--desktop-collapsed .nav-stack__badge[b-y2egwlttsx] {
    position: absolute;
    top: 0.45rem;
    right: 0.45rem;
    min-width: 0.65rem;
    min-height: 0.65rem;
    padding: 0;
    border: 2px solid var(--color-surface);
    border-radius: 999px;
    font-size: 0;
    line-height: 0;
}
/* /Components/ShellSidebar/ShellSidebar.razor.rz.scp.css */
.shell__sidebar[b-6y5ocr0zxf] {
    min-width: 0;
    width: 100%;
    max-width: var(--sidebar-collapsed-width);
    height: var(--shell-content-height);
    max-height: var(--shell-content-height);
    overflow: visible;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    background: var(--color-surface);
    border-right: 1px solid var(--color-border);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: max-width 0.2s ease, transform 0.2s ease, opacity 0.2s ease, visibility 0.2s ease, border-color 0.2s ease;
}

.shell__sidebar-inner[b-6y5ocr0zxf] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: visible;
}

.shell__sidebar-header[b-6y5ocr0zxf] {
    display: none;
}

.shell__sidebar-close[b-6y5ocr0zxf] {
    margin-left: auto;
}

.shell__sidebar-close span[aria-hidden="true"][b-6y5ocr0zxf] {
    font-size: 16px;
    line-height: 1;
}

.shell__backdrop[b-6y5ocr0zxf] {
    display: none;
    border: none;
    padding: 0;
    background: rgba(5, 7, 11, 0.56);
    backdrop-filter: blur(4px);
}

.shell-floating-tooltip[b-6y5ocr0zxf] {
    position: fixed;
    z-index: 60;
    min-width: max-content;
    max-width: 16rem;
    padding: 0.5rem 0.7rem;
    border: 1px solid var(--color-border-strong);
    border-radius: var(--radius-md);
    background: rgba(19, 22, 30, 0.98);
    color: var(--color-ink);
    font-size: 12px;
    line-height: 1.4;
    box-shadow: var(--shadow-strong);
    pointer-events: none;
    white-space: nowrap;
}

@media (min-width: 981px) {
    .shell__sidebar[b-6y5ocr0zxf] {
        transition: max-width 0.32s ease, transform 0.32s ease, opacity 0.32s ease, visibility 0.32s ease, border-color 0.32s ease;
    }

    .shell--navigation-open .shell__sidebar[b-6y5ocr0zxf] {
        max-width: var(--sidebar-width);
    }

    .shell__sidebar-inner[b-6y5ocr0zxf] {
        width: 100%;
        transition: width 0.32s ease;
    }
}

@media (max-width: 980px) {
    .shell__sidebar[b-6y5ocr0zxf] {
        position: fixed;
        top: var(--shell-header-height);
        right: 0;
        bottom: 0;
        left: 0;
        width: 100vw;
        max-width: none;
        height: var(--shell-content-height);
        max-height: var(--shell-content-height);
        overflow: visible;
        border-right-color: var(--color-border);
        visibility: hidden;
        pointer-events: none;
        transform: translateX(-100%);
        box-shadow: var(--shadow-strong);
        z-index: 40;
    }

    .shell--navigation-open .shell__sidebar[b-6y5ocr0zxf] {
        visibility: visible;
        pointer-events: auto;
        transform: translateX(0);
    }

    .shell__sidebar-header[b-6y5ocr0zxf] {
        position: sticky;
        top: 0;
        z-index: 1;
        display: flex;
        justify-content: flex-end;
        padding: 1rem;
        border-bottom: 1px solid var(--color-border);
        background: var(--color-surface);
    }

    .shell__sidebar-close[b-6y5ocr0zxf] {
        min-height: 44px;
        padding: 0.6rem 0.95rem;
    }

    .shell__backdrop[b-6y5ocr0zxf] {
        position: fixed;
        inset: 0;
        display: block;
        z-index: 35;
    }
}
/* /Components/ShellWorkspaceSwitcher/ShellWorkspaceSwitcher.razor.rz.scp.css */
.sidebar-footer[b-m1m4i4xdee] {
    display: flex;
    position: relative;
    z-index: 3;
    margin-top: auto;
    height: 92px;
    align-items: stretch;
    justify-content: stretch;
    padding: 16px 20px;
    border-top: 1px solid var(--color-border);
    background: var(--color-surface);
}

.sidebar-footer__workspace[b-m1m4i4xdee] {
    position: relative;
    display: flex;
    flex: 1;
    min-width: 0;
    overflow: visible;
}

.sidebar-footer .workspace-switcher__trigger[b-m1m4i4xdee],
.sidebar-footer .workspace-switcher__card[b-m1m4i4xdee] {
    padding: 10px 12px;
    border: none;
    border-radius: 12px;
    background: var(--color-surface);
    color: var(--color-ink-soft);
    box-shadow: none;
    transition: background-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.sidebar-footer .workspace-switcher__trigger[b-m1m4i4xdee],
.sidebar-footer .workspace-switcher__card[b-m1m4i4xdee] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-width: 0;
    text-align: left;
}

.workspace-switcher__card[b-m1m4i4xdee] {
    position: relative;
    min-height: 60px;
}

.workspace-switcher__trigger[b-m1m4i4xdee] {
    position: relative;
}

.sidebar-footer .workspace-switcher__trigger:hover[b-m1m4i4xdee],
.sidebar-footer .workspace-switcher__trigger:focus-visible[b-m1m4i4xdee] {
    background: var(--color-surface-alt);
    color: var(--color-ink);
    outline: none;
}

.workspace-switcher__panel[b-m1m4i4xdee] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% + 0.5rem);
    width: 100%;
    max-width: none;
    display: grid;
    gap: 0.5rem;
    padding: 0.35rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: var(--color-surface-strong);
    box-shadow: var(--shadow-strong);
    z-index: 4;
}

.workspace-switcher__panel--footer[b-m1m4i4xdee] {
    bottom: calc(100% + 0.75rem);
    min-height: 352px;
    border-color: var(--color-border-strong);
    background: linear-gradient(180deg, rgba(31, 37, 51, 0.98), rgba(19, 22, 30, 0.99));
}

.workspace-switcher__search[b-m1m4i4xdee] {
    height: 42px;
    min-width: 0;
}

.workspace-switcher__search-input[b-m1m4i4xdee] {
    width: 100%;
    min-height: 40px;
    padding-inline: 0.85rem;
}

.workspace-switcher__scroll-region[b-m1m4i4xdee] {
    height: 290px;
    min-width: 0;
    max-height: calc((var(--workspace-switcher-row-height) * 5) + (0.35rem * 4));
    overflow-y: auto;
    padding-right: 0.1rem;
}

.workspace-switcher__list[b-m1m4i4xdee] {
    display: grid;
    gap: 0.35rem;
    min-width: 0;
}

.workspace-switcher__status[b-m1m4i4xdee] {
    padding: 0.65rem 0.75rem;
    border: 1px dashed rgba(107, 116, 145, 0.32);
    border-radius: var(--radius-md);
    background: rgba(13, 15, 20, 0.45);
    color: var(--color-ink-muted);
    font-size: 12px;
    line-height: 1.5;
}

.workspace-switcher__status--busy[b-m1m4i4xdee] {
    border-style: solid;
    border-color: rgba(91, 141, 238, 0.28);
    background: rgba(91, 141, 238, 0.08);
    color: #cddcff;
}

.workspace-switcher__status--empty[b-m1m4i4xdee] {
    text-align: center;
}

.workspace-switcher__avatar[b-m1m4i4xdee] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--color-purple), var(--color-info));
    color: white;
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.workspace-switcher__chevron[b-m1m4i4xdee] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-ink-muted);
    width: 1rem;
    height: 1rem;
    line-height: 1;
    transition: color 0.16s ease;
}

.workspace-switcher__chevron svg[b-m1m4i4xdee] {
    width: 100%;
    height: 100%;
}

.workspace-switcher__trigger[aria-expanded="true"] .workspace-switcher__chevron[b-m1m4i4xdee] {
    color: var(--color-ink);
}

.workspace-nav__link[b-m1m4i4xdee] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: var(--workspace-switcher-row-height);
    padding: 0.75rem 0.8rem;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: var(--color-ink-soft);
    font-size: 13.5px;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.16s ease, color 0.16s ease, opacity 0.16s ease;
}

.workspace-nav__link:hover[b-m1m4i4xdee],
.workspace-nav__link:focus-visible[b-m1m4i4xdee],
.workspace-nav__link--current[b-m1m4i4xdee] {
    background: var(--color-surface-alt);
    color: var(--color-ink);
}

.workspace-nav__link--current[b-m1m4i4xdee]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    width: 3px;
    height: 60%;
    border-radius: 0 999px 999px 0;
    background: var(--color-accent);
}

.workspace-nav__link:focus-visible[b-m1m4i4xdee] {
    outline: none;
}

.workspace-nav__link:disabled[b-m1m4i4xdee] {
    cursor: default;
}

.workspace-nav__link--busy[b-m1m4i4xdee] {
    opacity: 0.78;
}

.workspace-nav__text[b-m1m4i4xdee] {
    display: grid;
    flex: 1 1 auto;
    min-width: 0;
    gap: 0.2rem;
}

.workspace-nav__name[b-m1m4i4xdee],
.workspace-nav__meta[b-m1m4i4xdee] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.workspace-nav__name[b-m1m4i4xdee] {
    color: var(--color-ink);
}

.workspace-nav__meta[b-m1m4i4xdee] {
    color: var(--color-ink-muted);
    font-size: 11px;
}

.workspace-nav__badge[b-m1m4i4xdee] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.5rem;
    min-height: 1.5rem;
    padding: 0 0.4rem;
    border-radius: 999px;
    background: var(--color-border-strong);
    color: var(--color-ink-soft);
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.workspace-nav__badge--current[b-m1m4i4xdee] {
    background: var(--color-success-soft);
    color: var(--color-success);
}

.workspace-nav__badge--busy[b-m1m4i4xdee] {
    background: var(--color-info-soft);
    color: #cddcff;
}

.shell-tooltip[b-m1m4i4xdee] {
    display: none;
}

.shell--desktop-collapsed .sidebar-footer[b-m1m4i4xdee] {
    padding: 12px 10px 14px;
}

.shell--desktop-collapsed .sidebar-footer .workspace-switcher__trigger[b-m1m4i4xdee],
.shell--desktop-collapsed .sidebar-footer .workspace-switcher__card[b-m1m4i4xdee] {
    justify-content: center;
    padding: 12px 8px;
}

.shell--desktop-collapsed .sidebar-footer .workspace-switcher__trigger > .workspace-nav__text[b-m1m4i4xdee],
.shell--desktop-collapsed .sidebar-footer .workspace-switcher__card > .workspace-nav__text[b-m1m4i4xdee],
.shell--desktop-collapsed .workspace-switcher__chevron[b-m1m4i4xdee] {
    display: none;
}

.shell--desktop-collapsed .workspace-switcher__card[b-m1m4i4xdee] {
    min-height: 56px;
}

@media (min-width: 981px) {
    .sidebar-footer .workspace-switcher__panel--footer[b-m1m4i4xdee] {
        right: auto;
        width: min(22rem, calc(100vw - 2rem));
        min-width: 18rem;
    }
}

@media (max-width: 980px) {
    .sidebar-footer[b-m1m4i4xdee] {
        justify-content: flex-start;
    }
}
/* /Pages/Common/BillingPlanSelectionModal.razor.rz.scp.css */
.modal-panel--billing-plan-selection[b-q2fg47ee16] {
    display: flex;
    flex-direction: column;
    width: 95vw;
    max-width: 95vw;
    height: 95vh;
    max-height: 95vh;
    min-height: 0;
    overflow: hidden;
}

.modal-panel--billing-plan-selection[b-q2fg47ee16]  form {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
}

.billing-plan-selection__header[b-q2fg47ee16] {
    display: grid;
    flex: 0 0 auto;
    justify-items: center;
    align-items: center;
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.billing-plan-selection__header[b-q2fg47ee16]  .billing-cycle-selector {
    height: 45px;
    align-items: center;
}

.billing-plan-selection__header[b-q2fg47ee16]  .billing-cycle-selector__option {
    min-height: calc(45px - 0.5rem);
}

.billing-plan-selection__payment-header[b-q2fg47ee16] {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
}

.billing-plan-selection__payment-header .billing-subscription__payment-actions[b-q2fg47ee16] {
    margin: 0;
}

.billing-plan-selection__payment-header .billing-subscription__provider[b-q2fg47ee16] {
    margin-left: auto;
    justify-content: flex-end;
    text-align: right;
}

.modal-panel--billing-plan-selection .billing-subscription__plans[b-q2fg47ee16] {
    flex: 1 1 auto;
    min-height: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: minmax(0, 1fr);
    align-items: stretch;
}

.modal-panel--billing-plan-selection .billing-subscription__plan[b-q2fg47ee16] {
    display: grid;
    height: 100%;
    min-height: 0;
    align-content: start;
    grid-template-rows: auto auto auto auto auto 1fr;
    gap: 0.75rem;
}

.modal-panel--billing-plan-selection .billing-subscription__plan-action[b-q2fg47ee16] {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.modal-panel--billing-plan-selection .billing-subscription__plan-features[b-q2fg47ee16] {
    margin-top: 0;
}

.modal-panel--billing-plan-selection .billing-subscription__payment-element[b-q2fg47ee16] {
    margin-top: 1.25rem;
}

.billing-plan-selection__payment-layout[b-q2fg47ee16] {
    display: grid;
    flex: 1 1 auto;
    grid-template-columns: minmax(0, 2fr) minmax(17rem, 1fr);
    gap: 1.5rem;
    min-height: 0;
    align-items: stretch;
}

.billing-plan-selection__payment-layout .billing-plan-selection__selected-plan-card[b-q2fg47ee16] {
    margin-top: 0;
}

.billing-plan-selection__payment-column[b-q2fg47ee16] {
    min-width: 0;
    min-height: 0;
}

.billing-plan-selection__payment-column--actions[b-q2fg47ee16] {
    display: flex;
}

.billing-plan-selection__payment-form-card:hover[b-q2fg47ee16],
.billing-plan-selection__payment-form-card:focus-visible[b-q2fg47ee16] {
    border-color: var(--color-border);
    transform: none;
}

.billing-plan-selection__selected-plan-card[b-q2fg47ee16] {
    display: grid;
    align-content: start;
    gap: 0.75rem;
    height: 100%;
    min-height: 100%;
    margin-top: 1.25rem;
}

.billing-plan-selection__selected-plan-title[b-q2fg47ee16],
.billing-plan-selection__selected-plan-section-title[b-q2fg47ee16] {
    font-weight: 700;
}

.billing-plan-selection__selected-plan-section-title[b-q2fg47ee16] {
    font-size: 1rem;
    line-height: 1.4;
    color: var(--color-ink);
}

.billing-plan-selection__selected-plan-card .billing-subscription__plan-features[b-q2fg47ee16] {
    margin-bottom: 0;
}

.billing-plan-selection__selected-plan-divider[b-q2fg47ee16] {
    height: 1px;
    background: var(--color-border-strong);
    opacity: 0.8;
}

.billing-plan-selection__selected-plan-summary[b-q2fg47ee16] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--color-ink);
}

.billing-plan-selection__selected-plan-summary--emphasis[b-q2fg47ee16] {
    font-weight: 700;
}

.billing-plan-selection__selected-plan-card .billing-subscription__payment-actions[b-q2fg47ee16] {
    margin-top: auto;
    padding-top: 1.25rem;
}

.billing-plan-selection__selected-plan-card .button[b-q2fg47ee16] {
    width: 100%;
}
/* /Pages/Common/BillingSubscription.razor.rz.scp.css */
.billing-subscription-workspace-card[b-smng6aai3q] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 1rem;
    min-height: 0;
}

.billing-subscription-workspace-card[b-smng6aai3q] {
    min-height: 0;
    overflow: hidden;
}

.billing-subscription-page-skeleton[b-smng6aai3q] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    min-height: 0;
}

.billing-subscription-page-skeleton__header[b-smng6aai3q] {
    display: grid;
    gap: 0.75rem;
    max-width: 48rem;
}

.billing-subscription-page-skeleton__eyebrow[b-smng6aai3q] {
    width: 5rem;
}

.billing-subscription-page-skeleton__title[b-smng6aai3q] {
    width: min(22rem, 70%);
    height: 2rem;
}

.billing-subscription-page-skeleton__description[b-smng6aai3q] {
    width: min(38rem, 100%);
}

.billing-subscription-page-skeleton__summary[b-smng6aai3q],
.billing-subscription-page-skeleton__history-heading[b-smng6aai3q] {
    display: grid;
    gap: 0.75rem;
    width: min(100%, 34rem);
}

.billing-subscription-page-skeleton__summary-title[b-smng6aai3q],
.billing-subscription-page-skeleton__history-title[b-smng6aai3q] {
    width: min(16rem, 60%);
}

.billing-subscription-page-skeleton__summary-line[b-smng6aai3q],
.billing-subscription-page-skeleton__history-description[b-smng6aai3q] {
    width: min(30rem, 100%);
}

.billing-subscription-page-skeleton__button[b-smng6aai3q] {
    display: inline-flex;
    width: 8.5rem;
}

.billing-subscription-workspace-card__section[b-smng6aai3q] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.billing-subscription-workspace-card__section--summary[b-smng6aai3q] {
    gap: 1.25rem;
}

.billing-subscription-workspace-card__summary-copy[b-smng6aai3q] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.billing-subscription-workspace-card__summary-copy > span[b-smng6aai3q] {
    display: block;
}

.billing-subscription-workspace-card__section--history[b-smng6aai3q] {
    display: flex;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    gap: 0.75rem;
    margin-top: 1rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--color-border);
    overflow: hidden;
}

.billing-subscription-workspace-card__header[b-smng6aai3q] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.billing-subscription-workspace-card__header h2[b-smng6aai3q],
.billing-subscription-history__header h2[b-smng6aai3q] {
    margin-bottom: 0.5rem;
}

.billing-subscription-workspace-card__action[b-smng6aai3q] {
    white-space: nowrap;
}

.billing-subscription-history__header[b-smng6aai3q] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.billing-subscription-history__meta[b-smng6aai3q] {
    margin-top: 1.25rem;
}

.billing-subscription-history__table-shell[b-smng6aai3q] {
    display: flex;
    width: 100%;
    align-self: stretch;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.billing-subscription-history__table-shell[b-smng6aai3q]  > .list-page__table-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

.billing-subscription-history__table-shell[b-smng6aai3q]  .list-page__table-content {
    display: grid;
    width: 100%;
    grid-template-rows: auto minmax(0, 1fr);
}

.billing-subscription-history__table-shell[b-smng6aai3q]  .table-wrap {
    width: 100%;
    height: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: auto;
}

.billing-subscription-history__table-shell[b-smng6aai3q]  .data-table {
    width: 100%;
    min-width: 100%;
}

.billing-subscription-history__link[b-smng6aai3q] {
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
}

.billing-subscription-history__empty[b-smng6aai3q] {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 0;
    color: var(--color-text-muted, #6b7280);
}

@media (max-width: 900px) {
    .billing-subscription-workspace-card__header[b-smng6aai3q],
    .billing-subscription-history__header[b-smng6aai3q] {
        flex-direction: column;
        align-items: stretch;
    }

    .billing-subscription-workspace-card__action[b-smng6aai3q] {
        width: fit-content;
    }
}

@media (max-width: 640px) {
    .billing-subscription-history__link[b-smng6aai3q] {
        display: inline-flex;
    }
}
/* /Pages/Customer/CustomerList.razor.rz.scp.css */
@media (min-width: 1200px) {
    .customer-list-filters-grid[b-qk5536focn] {
        --filter-grid-columns: 3;
    }
}
/* /Pages/KnowledgeBase/KnowledgeBaseArticleView.razor.rz.scp.css */
.knowledge-base-page[b-wc5k2q136x] {
    padding: 0;
}

.knowledge-base-page > .manual-page__header-bar[b-wc5k2q136x] {
    padding: 40px;
    margin-bottom: 0;
}

.knowledge-base-page__layout[b-wc5k2q136x] {
    grid-template-columns: minmax(0, 1fr);
}

.knowledge-base-page__layout .manual-page__main[b-wc5k2q136x],
.knowledge-base-page__layout .manual-page__content[b-wc5k2q136x] {
    width: 100%;
    max-width: none;
}

.knowledge-base-page__layout .manual-page__main[b-wc5k2q136x] {
    gap: 0;
    background-color: white;
}
/* /Pages/KnowledgeBase/KnowledgeBaseBrowse.razor.rz.scp.css */
.knowledge-base-browse-shell[b-3qlpg7ea0e] {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
}

.knowledge-base-browse-shell[b-3qlpg7ea0e]  > .busy-overlay-host {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.knowledge-base-browse[b-3qlpg7ea0e] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 1rem;
    min-height: 0;
    overflow: hidden;
}

.knowledge-base-browse__toolbar[b-3qlpg7ea0e] {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    gap: 1rem;
}

.knowledge-base-browse[b-3qlpg7ea0e]  .list-page__table-content,
.knowledge-base-browse[b-3qlpg7ea0e]  .table-wrap {
    min-height: 0;
}

.knowledge-base-browse[b-3qlpg7ea0e]  .list-page__table-content {
    flex: 1 1 auto;
}

.knowledge-base-browse__breadcrumbs[b-3qlpg7ea0e] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.knowledge-base-browse__breadcrumb-link[b-3qlpg7ea0e] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--color-primary-700);
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.18s ease;
}

.knowledge-base-browse__breadcrumb-link:hover[b-3qlpg7ea0e],
.knowledge-base-browse__breadcrumb-link:focus-visible[b-3qlpg7ea0e] {
    color: var(--color-primary-800);
}

.knowledge-base-browse__breadcrumb-link--icon[b-3qlpg7ea0e] {
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0.35rem;
    border-radius: 999px;
    color: var(--color-primary-700);
    background: var(--color-surface-alt);
}

.knowledge-base-browse__breadcrumb-link--icon[b-3qlpg7ea0e]  svg {
    width: 1rem;
    height: 1rem;
}

.knowledge-base-browse__separator[b-3qlpg7ea0e] {
    color: var(--color-text-muted);
    font-size: 0.9rem;
    font-weight: 700;
}

.knowledge-base-browse__crumb[b-3qlpg7ea0e] {
    color: var(--color-text-muted);
    font-size: 0.95rem;
    font-weight: 600;
}

.knowledge-base-browse__grid[b-3qlpg7ea0e] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    padding: 0.25rem;
}

.knowledge-base-browse__card[b-3qlpg7ea0e] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    min-width: 0;
    width: 100%;
    min-height: 12rem;
    padding: 1.25rem;
    border: 1px solid var(--color-border-strong);
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, rgba(31, 37, 51, 0.96), rgba(19, 22, 30, 0.98));
    color: var(--color-ink);
    appearance: none;
    text-align: left;
    transition: border-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
    cursor: pointer;
}

.knowledge-base-browse__card:hover[b-3qlpg7ea0e],
.knowledge-base-browse__card:focus-visible[b-3qlpg7ea0e] {
    border-color: rgba(232, 197, 71, 0.45);
    transform: translateY(-1px);
    box-shadow: 0 0 0 1px rgba(232, 197, 71, 0.22);
    outline: none;
}

.knowledge-base-browse__card--article[b-3qlpg7ea0e] {
    min-height: 14rem;
}

.knowledge-base-browse__card-title[b-3qlpg7ea0e] {
    color: var(--color-ink);
    font-size: 1.05rem;
    font-weight: 700;
}

.knowledge-base-browse__card-description[b-3qlpg7ea0e] {
    color: var(--color-ink-muted);
    line-height: 1.5;
}

.knowledge-base-browse__card-meta[b-3qlpg7ea0e] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-top: auto;
    color: var(--color-ink-muted);
    font-size: 0.9rem;
}

.knowledge-base-browse > .empty-state[b-3qlpg7ea0e] {
    display: flex;
    flex: 1 1 auto;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: none;
    min-height: 0;
    text-align: center;
}

.knowledge-base-browse > .empty-state > .empty-state__title[b-3qlpg7ea0e] {
    margin-bottom: 0;
}

.knowledge-base-page[b-3qlpg7ea0e] {
    padding: 0;
}

.knowledge-base-page > .manual-page__header-bar[b-3qlpg7ea0e] {
    padding: 40px;
    margin-bottom: 0;
}

.knowledge-base-page__layout[b-3qlpg7ea0e] {
    grid-template-columns: minmax(0, 1fr);
}

.knowledge-base-page__layout .manual-page__main[b-3qlpg7ea0e],
.knowledge-base-page__layout .manual-page__content[b-3qlpg7ea0e] {
    width: 100%;
    max-width: none;
}

.knowledge-base-page__layout .manual-page__main[b-3qlpg7ea0e] {
    gap: 0;
    background-color: white;
}

@media (max-width: 1200px) {
    .knowledge-base-browse__grid[b-3qlpg7ea0e] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .knowledge-base-browse__grid[b-3qlpg7ea0e] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Partner/PartnerList.razor.rz.scp.css */
@media (min-width: 1200px) {
    .partner-list-filters-grid[b-tukhx8324m] {
        --filter-grid-columns: 3;
    }
}
/* /Pages/Partner/SubpartnerList.razor.rz.scp.css */
@media (min-width: 1200px) {
    .subpartner-list-filters-grid[b-13k9rayzo7] {
        --filter-grid-columns: 3;
    }
}
/* /Pages/UserProfile/Manual.razor.rz.scp.css */
.ticket-detail-page__header[b-2xczgwf0dc] {
    margin: 0;
}

.manual-page__layout[b-2xczgwf0dc] {
    gap: 0;
}

.ticket-create-form__section-header[b-2xczgwf0dc] {
    margin-top: 20px;
    margin-left: 20px;
}

.manual-page__contents[b-2xczgwf0dc] {
    margin-top: 20px;
    margin-left: 20px;
}

.manual-page__content[b-2xczgwf0dc]  .markdown-viewer__host .toastui-editor-contents h3,
.manual-page__content[b-2xczgwf0dc]  .markdown-viewer__fallback--html h3 {
    font-size: 1.025rem;
    line-height: 1.45;
    margin-top: 1.15rem;
    margin-bottom: 0.65rem;
}

.manual-page__content[b-2xczgwf0dc]  .markdown-viewer__host .toastui-editor-contents h3:first-child,
.manual-page__content[b-2xczgwf0dc]  .markdown-viewer__fallback--html h3:first-child {
    margin-top: 0;
}

.manual-page__content[b-2xczgwf0dc]  .markdown-viewer__host .toastui-editor-contents p:has(> strong:only-child),
.manual-page__content[b-2xczgwf0dc]  .markdown-viewer__fallback--html p:has(> strong:only-child) {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
