/* ========================================
   Docs Site
   ======================================== */

body.docs-site {
    min-height: 100dvh;
    overflow-x: hidden;
    scroll-behavior: auto;
}

.docs-site,
.docs-site button,
.docs-site input,
.docs-site textarea,
.docs-site select {
    font-family: Inter, "Inter Variable", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.docs-site :is(button, input, textarea) {
    font: inherit;
}

.docs-site [hidden] {
    display: none !important;
}

.docs-site a {
    color: inherit;
    text-decoration: none;
}

.docs-progress-bar {
    display: none;
}

.docs-header {
    position: sticky;
    top: 0;
    z-index: 90;
    width: min(1480px, calc(100% - 40px));
    margin: 0 auto;
    padding: 18px 0 14px;
    isolation: isolate;
}

.docs-header::before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: calc(var(--space-5) * 2 + var(--font-size-display) * 1.5);
    background: rgba(var(--surface-fg-rgb), 0.02);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition-time) var(--transition-function),
        backdrop-filter var(--transition-time) var(--transition-function);
    z-index: 0;
}

.docs-header::after {
    content: "";
    position: fixed;
    top: calc(var(--space-5) * 2 + var(--font-size-display) * 1.5 - var(--reveal-outline-thickness));
    right: 0;
    left: 0;
    height: var(--reveal-outline-thickness);
    background: rgba(var(--reveal-outline-rgb), var(--reveal-baseline, var(--reveal-outline-baseline)));
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition-time) var(--transition-function);
    z-index: 1;
}

.docs-header > * {
    position: relative;
    z-index: 2;
}

.docs-header.is-scrolled::before {
    backdrop-filter: blur(24px) saturate(160%);
    -webkit-backdrop-filter: blur(24px) saturate(160%);
    opacity: 1;
}

.docs-header.is-scrolled::after {
    opacity: 1;
}

.docs-header__nav {
    margin-left: auto;
    margin-right: var(--rounded-title-inset);
    flex: 1 1 auto;
    gap: 10px;
    justify-content: flex-end;
}

.docs-header__search-trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: min(520px, 42vw);
    min-height: 46px;
    padding: 0 14px;
    border: 0;
    border-radius: var(--button-rounding);
    background: transparent;
    color: var(--text-alpha-65);
    cursor: pointer;
    justify-content: flex-start;
    transform-origin: center;
    transition: color var(--transition-time) var(--transition-function),
        transform var(--transition-time) var(--transition-function);
}

.docs-header__search-trigger:hover {
    color: var(--text-color);
    transform: scale(var(--scale-hover));
}

.docs-header__search-trigger .docs-icon-slot {
    display: inline-flex;
    width: 20px;
    height: 20px;
}

.docs-header__search-trigger kbd {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 22px;
    padding: 0 7px;
    border-radius: 6px;
    background: transparent;
    color: var(--text-alpha-50);
    font-size: var(--font-size-tiny);
    font-weight: var(--font-weight-medium);
    line-height: 1;
}

.docs-header__search-trigger span:nth-of-type(2) {
    flex: 1 1 auto;
    text-align: left;
}

.docs-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(230px, 300px) minmax(0, 960px);
    gap: var(--space-5);
    width: min(1480px, calc(100% - 40px));
    margin: 0 auto 90px;
}

.docs-sidebar {
    --reveal-surface-radius: 0;
    --scrollbar-inset-block: var(--section-rounding);
    position: sticky;
    top: 82px;
    align-self: start;
    max-height: calc(100dvh - 100px);
    overflow: hidden;
    background: transparent;
    box-sizing: border-box;
}

.docs-sidebar__inner {
    max-height: inherit;
    padding: var(--section-padding) calc(var(--section-padding) + 10px) var(--section-padding) var(--section-padding);
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: transparent transparent;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
}

.docs-sidebar__inner::-webkit-scrollbar {
    display: none;
    width: 0;
}

.docs-sidebar__inner::-webkit-scrollbar-track {
    background: transparent;
}

.docs-sidebar__inner::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    border-radius: 999px;
    background: var(--docs-border);
    background-clip: content-box;
}

.docs-sidebar__inner::-webkit-scrollbar-thumb:hover {
    background: var(--docs-muted);
    background-clip: content-box;
}

.docs-sidebar .reveal-surface::before,
.docs-sidebar .reveal-surface::after {
    display: none;
}

.docs-main {
    min-width: 0;
}

.docs-content-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 960px);
    justify-content: start;
    align-items: start;
    gap: 0;
}

.docs-article {
    background: transparent;
    padding: var(--section-padding);
    min-width: 0;
}

.docs-above-title {
    position: absolute;
    top: var(--section-padding);
    right: var(--section-padding);
    z-index: 6;
    display: block;
    margin: 0;
    pointer-events: none;
}

.docs-markdown-download {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--text-alpha-65);
    cursor: pointer;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    pointer-events: auto;
    transition: color var(--transition-time) var(--transition-function);
}

.docs-markdown-download:hover,
.docs-markdown-download:focus-visible {
    background: transparent;
    color: var(--text-color);
}

.docs-markdown-download::before,
.docs-markdown-download::after {
    display: none;
}

.docs-markdown-download .heroicon {
    width: 22px;
    height: 22px;
}

.docs-markdown-download__tooltip {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: max-content;
    max-width: min(240px, calc(100vw - 32px));
    padding: 6px 8px;
    border: 1px solid rgba(var(--reveal-outline-rgb), var(--reveal-baseline, var(--reveal-outline-baseline)));
    border-radius: 6px;
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(28px) saturate(170%);
    -webkit-backdrop-filter: blur(28px) saturate(170%);
    color: var(--docs-text);
    box-shadow: none;
    font-size: 12px;
    line-height: 16px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-2px);
    transition: opacity var(--transition-time) var(--transition-function), transform var(--transition-time) var(--transition-function);
}

.docs-markdown-download:hover .docs-markdown-download__tooltip,
.docs-markdown-download:focus-visible .docs-markdown-download__tooltip {
    opacity: 1;
    transform: translateY(0);
}

.docs-nav__group,
.docs-nav__node {
    min-width: 0;
}

.docs-nav__group + .docs-nav__group,
.docs-nav__node + .docs-nav__node {
    margin-top: 2px;
}

.docs-nav__group-label,
.docs-nav__item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 38px;
    padding: 8px 10px;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: var(--text-alpha-65);
    cursor: pointer;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-tight);
    text-align: left;
    transition:
        color var(--transition-time) var(--transition-function),
        background var(--transition-time) var(--transition-function),
        transform var(--transition-time) var(--transition-function);
}

.docs-nav__group-label {
    color: var(--text-alpha-95);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
}

.docs-nav__group-label:hover,
.docs-nav__item:hover {
    background: transparent;
    color: var(--text-color);
}

.docs-nav__item.is-active {
    color: var(--link-color);
    font-weight: var(--font-weight-semibold);
    background: transparent;
}

.docs-nav__item span:not(.docs-nav__item-icon):not(.docs-nav__item-chevron),
.docs-nav__group-label span:first-child {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.docs-nav__item-icon {
    flex: 0 0 auto;
    opacity: 0.9;
}

.docs-nav__group-chevron,
.docs-nav__item-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    color: var(--text-alpha-50);
    transition: transform var(--transition-time) var(--transition-function);
}

.docs-nav__group.is-open > .docs-nav__group-label .docs-nav__group-chevron,
.docs-nav__item.is-open > .docs-nav__item-chevron {
    transform: rotate(90deg);
}

.docs-nav__group-children,
.docs-nav__children {
    display: none;
    margin: 2px 0 6px 16px;
    padding-left: 12px;
    border-left: 1px solid rgba(var(--surface-fg-rgb), 0.10);
}

.docs-nav__group.is-open > .docs-nav__group-children,
.docs-nav__node.is-open > .docs-nav__children {
    display: block;
}

.docs-page-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0 14px;
    margin-bottom: 28px;
}

.docs-page-header__icon {
    grid-row: 1 / span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 40px;
    font-size: 28px;
    line-height: 1;
}

.docs-page-header__icon[hidden] {
    display: none;
}

.docs-page-header:not(:has(.docs-page-header__icon:not([hidden]))) {
    grid-template-columns: minmax(0, 1fr);
}

.docs-page-header__title {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "Google Sans Flex", Arial, sans-serif;
    color: var(--text-color);
    font-size: var(--font-size-heading);
    font-weight: var(--font-weight-semibold);
    line-height: 1.12;
    letter-spacing: 0;
    background-image: var(--heading-text-gradient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    overflow-wrap: anywhere;
}

.docs-page-header__description {
    grid-column: 2;
    margin: 12px 0 0;
    color: var(--text-alpha-65);
    font-size: var(--font-size-large);
    font-weight: var(--font-weight-light);
    line-height: 1.55;
}

.docs-page-header:not(:has(.docs-page-header__icon:not([hidden]))) .docs-page-header__description {
    grid-column: auto;
}

.docs-page-header__description:empty {
    display: none;
}

.docs-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}

.docs-heading {
    position: relative;
    margin: 30px 0 10px;
    color: var(--text-color);
    font-weight: var(--font-weight-semibold);
    line-height: 1.18;
    letter-spacing: 0;
}

.docs-heading:first-child {
    margin-top: 0;
}

.docs-heading--h1 {
    font-size: clamp(2rem, 3.2vw, 2.75rem);
}

.docs-heading--h2 {
    font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.docs-heading--h3 {
    font-size: var(--font-size-xlarge);
}

.docs-heading--h4,
.docs-heading--h5,
.docs-heading--h6 {
    font-size: var(--font-size-large);
}

.docs-heading__anchor {
    position: absolute;
    left: -30px;
    top: 0.18em;
    display: inline-flex;
    width: 20px;
    height: 20px;
    color: var(--text-alpha-40);
    opacity: 0;
    transition: opacity var(--transition-time) var(--transition-function),
        color var(--transition-time) var(--transition-function);
}

.docs-heading:hover .docs-heading__anchor {
    opacity: 1;
}

.docs-heading__anchor:hover {
    color: var(--link-color);
}

.docs-paragraph,
.docs-content p,
.docs-list__item {
    color: var(--text-alpha-80);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-light);
    line-height: 1.78;
    margin: 0;
}

.docs-link {
    color: var(--link-color);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.docs-link:hover {
    color: var(--text-color);
}

.docs-list {
    margin: 0;
    padding-left: 1.35rem;
}

.docs-list__item + .docs-list__item {
    margin-top: 0.45rem;
}

.docs-list--task {
    list-style: none;
    padding-left: 0;
}

.docs-list__task-item {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
}

.docs-list__task-checkbox {
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    margin: 0.35rem 0 0;
    accent-color: var(--link-color);
}

.docs-list__task-text {
    min-width: 0;
}

.docs-list__task-item.is-checked .docs-list__task-text {
    opacity: 0.68;
    text-decoration: line-through;
}

.docs-divider {
    width: 100%;
    height: 1px;
    border: 0;
    margin: 12px 0;
    background: rgba(var(--surface-fg-rgb), 0.10);
}

.docs-hint {
    --reveal-surface-radius: var(--reveal-outline-radius-item);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    margin: 4px 0;
    padding: 18px;
    border-radius: var(--item-rounding);
    background: transparent;
    color: var(--text-alpha-80);
}

.docs-hint::after {
    display: block;
}

.docs-hint__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: transparent;
    color: var(--link-color);
}

.hint--success .docs-hint__icon {
    color: var(--buy-color);
}

.hint--warning .docs-hint__icon {
    color: var(--warning-color);
}

.hint--danger .docs-hint__icon {
    color: var(--error-color);
}

.docs-hint__body {
    min-width: 0;
}

.docs-hint__title {
    display: block;
    margin: 2px 0 6px;
    color: var(--text-color);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
}

.docs-site .docs-code {
    display: block;
    gap: 0;
    margin: 4px 0;
    overflow: hidden;
    background: rgba(var(--surface-fg-rgb), 0.035);
    padding: 0;
}

.docs-code__header {
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(var(--surface-fg-rgb), 0.08);
}

.docs-code__lang {
    color: var(--text-alpha-50);
    font-size: var(--font-size-tiny);
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.docs-code__pre {
    margin: 0;
    padding: 18px;
    overflow: auto;
    color: var(--code-block-fg);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    font-size: var(--font-size-small);
    line-height: 1.7;
}

.docs-code__pre code {
    font: inherit;
}

.docs-image {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 4px 0;
}

.docs-image--center {
    align-items: center;
}

.docs-image--right {
    align-items: flex-end;
}

.docs-image--left {
    align-items: flex-start;
}

.docs-image__link {
    display: inline-flex;
    max-width: 100%;
}

.docs-image__img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: var(--item-rounding);
    background: transparent;
}

.docs-image--fit .docs-image__img {
    width: 100%;
}

.docs-image__caption {
    max-width: 100%;
    color: var(--text-alpha-50);
    font-size: var(--font-size-small);
    line-height: 1.45;
}

.docs-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: var(--item-rounding);
    background: rgba(var(--surface-fg-rgb), 0.06);
}

.docs-video__iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.docs-quote {
    margin: 4px 0;
    padding: 18px 20px;
    border-left: 2px solid var(--link-color);
    border-radius: var(--button-rounding);
    background: rgba(var(--surface-fg-rgb), 0.035);
    color: var(--text-alpha-75);
}

.docs-quote p {
    margin: 0;
}

.docs-quote__cite {
    display: block;
    margin-top: 10px;
    color: var(--text-alpha-50);
    font-size: var(--font-size-small);
}

.docs-stepper {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.docs-stepper__step {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 16px;
    padding: 0 0 24px;
}

.docs-stepper__step::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 38px;
    bottom: 0;
    width: 1px;
    background: rgba(var(--surface-fg-rgb), 0.12);
}

.docs-stepper__step:last-child {
    padding-bottom: 0;
}

.docs-stepper__step:last-child::before {
    display: none;
}

.docs-stepper__number {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: var(--accent-gradient);
    color: var(--on-accent-color);
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-bold);
}

.docs-stepper__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    padding-top: 5px;
}

.docs-stepper__title {
    color: var(--text-color);
    font-weight: var(--font-weight-semibold);
}

.docs-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.docs-columns__column,
.docs-columns__row {
    min-width: 0;
}

.docs-columns__column {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.docs-columns--matrix {
    display: grid;
    gap: 0;
    overflow: hidden;
    border-radius: var(--item-rounding);
    background: rgba(var(--surface-fg-rgb), 0.035);
}

.docs-columns__row {
    display: contents;
}

.docs-columns__cell {
    padding: 13px 16px;
    border-bottom: 1px solid rgba(var(--surface-fg-rgb), 0.08);
    color: var(--text-alpha-80);
    font-size: var(--font-size-base);
    line-height: 1.6;
}

.docs-columns__cell--code {
    color: var(--code-block-fg);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
}

.docs-table-wrap {
    --reveal-surface-radius: var(--reveal-outline-radius-item);
    overflow: auto;
    padding: 0;
    border-radius: var(--item-rounding);
    background: transparent;
}

.docs-table-wrap::after {
    display: block;
}

.docs-table {
    min-width: 100%;
}

.docs-table thead th {
    position: relative;
    --reveal-light-x: -999px;
    --reveal-light-y: -999px;
    padding: 14px 16px;
    color: var(--text-color);
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-semibold);
    text-align: left;
    border-bottom: 0;
}

.docs-table tbody td,
.docs-table tbody tr:first-child td {
    position: relative;
    --reveal-light-x: -999px;
    --reveal-light-y: -999px;
    padding: 14px 16px;
    border-bottom: 0;
}

.docs-table :is(th, td)::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(var(--surface-fg-rgb), 0.12);
    background-image:
        radial-gradient(circle var(--reveal-light-radius) at var(--reveal-light-x) var(--reveal-light-y),
            rgba(var(--cursor-light-rgb), var(--reveal-cursor-light-alpha)) 0%,
            rgba(var(--cursor-light-rgb), var(--reveal-cursor-light-alpha-soft)) 34%,
            rgba(var(--cursor-light-rgb), 0) 72%);
    mask: linear-gradient(to bottom,
        transparent calc(100% - var(--reveal-outline-thickness)),
        #000 calc(100% - var(--reveal-outline-thickness)));
    -webkit-mask: linear-gradient(to bottom,
        transparent calc(100% - var(--reveal-outline-thickness)),
        #000 calc(100% - var(--reveal-outline-thickness)));
    pointer-events: none;
}

.docs-table tbody tr:last-child td::after {
    display: none;
}

.docs-tabs {
    border-radius: var(--item-rounding);
    background: rgba(var(--surface-fg-rgb), 0.035);
    overflow: hidden;
}

.docs-tabs__header {
    display: flex;
    gap: 6px;
    padding: 8px;
    border-bottom: 1px solid rgba(var(--surface-fg-rgb), 0.08);
    overflow-x: auto;
}

.docs-tabs__tab {
    min-height: 36px;
    padding: 0 14px;
    border: 0;
    border-radius: var(--button-rounding);
    background: transparent;
    color: var(--text-alpha-65);
    cursor: pointer;
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-medium);
    white-space: nowrap;
}

.docs-tabs__tab:hover,
.docs-tabs__tab.is-active {
    background: rgba(var(--surface-fg-rgb), 0.08);
    color: var(--text-color);
}

.docs-tabs__body {
    padding: 18px;
}

.docs-tabs__panel {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.docs-tabs__panel.is-hidden {
    display: none;
}

.docs-file__link {
    align-items: center;
    gap: 14px;
    padding: 16px;
    color: var(--text-color);
}

.docs-file__icon {
    display: inline-flex;
    color: var(--link-color);
}

.docs-file__name {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.docs-file__action {
    color: var(--text-alpha-50);
    font-size: var(--font-size-small);
}

.docs-pagination {
    justify-content: space-between;
    gap: 14px;
    margin-top: 34px;
}

.docs-pagination :is(a, button) {
    flex: 1 1 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    min-width: min(260px, 100%);
    padding: 14px 16px;
    border: 0;
    background-color: transparent;
    color: var(--text-alpha-95);
    white-space: normal;
    transform: none;
    transition: color var(--transition-time) var(--transition-function);
}

.docs-pagination :is(a, button):hover {
    background-color: transparent;
    color: var(--text-color);
    transform: none;
}

.docs-pagination :is(a, button)::after {
    display: block;
}

.docs-pagination__next {
    text-align: right;
    align-items: flex-end !important;
}

.docs-pagination__label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: var(--font-size-tiny);
    font-weight: var(--font-weight-semibold);
    opacity: 0.75;
    text-transform: uppercase;
}

.docs-pagination__title {
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
}

.docs-page-updated {
    margin: 30px 0 0 !important;
    color: var(--text-alpha-50);
    font-size: var(--font-size-small);
    line-height: 1.45;
}

.docs-skeleton {
    border-radius: 999px;
    background: linear-gradient(90deg,
        rgba(var(--surface-fg-rgb), 0.05),
        rgba(var(--surface-fg-rgb), 0.10),
        rgba(var(--surface-fg-rgb), 0.05));
    background-size: 200% 100%;
    animation: docs-skeleton-pulse 1.3s ease-in-out infinite;
}

@keyframes docs-skeleton-pulse {
    from { background-position: 100% 0; }
    to { background-position: -100% 0; }
}

.docs-sidebar-toggle {
    display: none;
    flex: 0 0 auto;
}

.docs-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 150;
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: 92px 20px 20px;
    background: rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.docs-search-overlay[aria-hidden="false"] {
    display: flex;
}

.docs-site .docs-search-modal {
    display: block;
    width: min(720px, 100%);
    padding: 12px;
    background: color-mix(in srgb, var(--panel-bg) 72%, transparent);
}

.docs-search-input-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 50px;
    padding: 0 14px;
    background: rgba(var(--surface-fg-rgb), 0.05);
}

.docs-search-input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--text-color);
    font-size: var(--font-size-base);
}

.docs-search-input::placeholder {
    color: var(--text-alpha-50);
}

.docs-search-results {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
    max-height: min(56dvh, 520px);
    overflow-y: auto;
}

.docs-search-result {
    padding: 14px;
}

.docs-search-result__title {
    display: block;
    color: var(--text-color);
    font-weight: var(--font-weight-semibold);
}

.docs-search-result__snippet,
.docs-search-empty {
    color: var(--text-alpha-60);
    font-size: var(--font-size-small);
    line-height: 1.55;
}

.docs-search-empty {
    padding: 16px;
    margin: 0;
}

@media (max-width: 1180px) {
    .docs-layout {
        grid-template-columns: minmax(210px, 270px) minmax(0, 1fr);
        gap: var(--space-5);
    }

    .docs-content-wrapper {
        grid-template-columns: minmax(0, 1fr);
    }

}

@media (max-width: 860px) {
    .docs-header {
        flex-wrap: nowrap;
        align-items: center;
    }

    .docs-header__nav {
        gap: 10px;
    }

    .docs-header__search-trigger {
        width: auto;
        flex: 1 1 auto;
        min-width: 0;
    }

    .docs-header__search-trigger kbd {
        display: none;
    }

    .docs-layout {
        display: block;
        width: min(100% - 28px, 1480px);
    }

    .docs-sidebar {
        position: fixed;
        inset: calc(var(--docs-header-height) + 24px) auto 0 0;
        z-index: 105;
        width: min(320px, calc(100vw - 40px));
        height: calc(100dvh - var(--docs-header-height) - 24px);
        max-height: none;
        padding: 14px 0 14px 14px;
        background: color-mix(in srgb, var(--panel-bg) 88%, transparent);
        transform: translateX(-105%);
        transition: transform var(--transition-time) var(--transition-function);
        backdrop-filter: blur(28px) saturate(170%);
        -webkit-backdrop-filter: blur(28px) saturate(170%);
    }

    .docs-sidebar.is-open {
        transform: translateX(0);
    }

    .docs-sidebar__inner {
        max-height: calc(100dvh - var(--docs-header-height) - 52px);
        padding-right: var(--section-padding);
    }

    .docs-sidebar-toggle {
        display: inline-flex;
    }

    .docs-article {
        padding: var(--section-padding);
    }

    .docs-page-header {
        grid-template-columns: minmax(0, 1fr);
    }

    .docs-page-header__icon {
        grid-row: auto;
        justify-content: flex-start;
        height: auto;
        margin-bottom: 8px;
    }

    .docs-page-header__description {
        grid-column: auto;
    }

    .docs-heading__anchor {
        display: none;
    }

    .docs-pagination {
        flex-direction: column;
    }

    .docs-pagination :is(a, button) {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .docs-header {
        width: min(100% - 20px, 1480px);
        padding-top: 12px;
    }

    .docs-sidebar-toggle,
    .docs-header__theme-toggle {
        width: 38px;
        min-width: 38px;
        height: 38px;
        min-height: 38px;
    }

    .docs-header__search-trigger {
        min-height: 38px;
        padding: 0 10px;
    }

    .docs-header__search-trigger span:nth-of-type(2) {
        max-width: 74px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .docs-layout {
        width: min(100% - 20px, 1480px);
        margin-bottom: 70px;
    }

    .docs-article {
        padding: var(--section-padding);
    }

    .docs-columns,
    .docs-stepper__step {
        grid-template-columns: 1fr !important;
    }

    .docs-stepper__number {
        width: 30px;
        height: 30px;
    }

    .docs-stepper__step::before {
        display: none;
    }

}


body.docs-site {
    --docs-bg: var(--background-color);
    --docs-text: var(--text-color);
    --docs-muted: var(--text-muted);
    --docs-soft: rgba(var(--surface-fg-rgb), 0.03);
    --docs-soft-hover: rgba(var(--surface-fg-rgb), 0.06);
    --docs-border: var(--border-color);
    --docs-link: var(--link-color);
    --docs-content-width: 640px;
    --docs-sidebar-width: 300px;
    --docs-header-height: 64px;
    background: var(--docs-bg);
    color: var(--docs-text);
    font-size: 16px;
    line-height: 1.625;
}

:root[data-theme="dark"] body.docs-site {
    --docs-bg: var(--background-color);
    --docs-text: var(--text-color);
    --docs-muted: var(--text-muted);
    --docs-soft: rgba(var(--surface-fg-rgb), 0.03);
    --docs-soft-hover: rgba(var(--surface-fg-rgb), 0.06);
    --docs-border: var(--border-color);
    --docs-link: var(--link-color);
    background: var(--auth-page-background);
}

body.docs-site #bg-canvas {
    display: none;
}

:root[data-theme="dark"] body.docs-site #bg-canvas {
    display: block;
}

.docs-site :is(.docs-sidebar, .docs-article, .docs-hint)::before,
.docs-site :is(.docs-sidebar, .docs-article, .docs-hint)::after {
    display: none;
}

.docs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-5);
    width: 80%;
    max-width: 1300px;
    min-height: auto;
    margin: 0 auto;
    padding: var(--space-5) 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: background var(--transition-time) var(--transition-function),
        backdrop-filter var(--transition-time) var(--transition-function);
}

.docs-header.is-scrolled {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.docs-site .docs-header__brand {
    flex: 0 0 auto;
    margin: 0 0 0 var(--rounded-title-inset);
    color: var(--docs-text);
    font-family: "Google Sans Flex", Arial, sans-serif;
    font-size: var(--font-size-display);
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    white-space: nowrap;
}

.docs-site .docs-header__brand a {
    color: inherit;
    text-decoration: none;
    background-image: var(--heading-text-gradient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.docs-header__search-trigger {
    width: min(520px, 48vw);
    min-height: 40px;
    border: 1px solid var(--docs-border);
    border-radius: 10px;
    background: transparent;
    color: var(--docs-muted);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transform: none;
}

.docs-header__search-trigger:hover {
    background: transparent;
    color: var(--docs-text);
    transform: none;
}

.docs-header__search-trigger kbd {
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    color: var(--docs-muted);
}

.docs-header__theme-toggle {
    background: transparent;
    border: 1px solid var(--docs-border);
    color: var(--docs-muted);
}


.docs-layout {
    grid-template-columns: var(--docs-sidebar-width) minmax(0, var(--docs-content-width));
    gap: 48px;
    width: min(100% - 40px, 1224px);
    margin: 0 auto 72px;
}

.docs-nav__group-label,
.docs-nav__item {
    min-height: 34px;
    padding: 6px 8px;
    color: var(--docs-muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    transform: none;
}

.docs-site .docs-nav__group-label {
    margin-top: 14px;
    color: var(--docs-text);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 16px;
}

.docs-nav__item:hover,
.docs-nav__group-label:hover {
    background: var(--docs-soft);
    color: var(--docs-text);
}

.docs-nav__item.is-active {
    background: transparent;
    color: var(--docs-link);
    font-weight: 600;
}

.docs-main,
.docs-content-wrapper,
.docs-article,
.docs-content {
    width: 100%;
    max-width: var(--docs-content-width);
}

.docs-content-wrapper {
    display: block;
    padding: 36px 0 0;
}

.docs-article {
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.docs-page-header {
    display: block;
    margin: 0 0 28px;
}

.docs-page-header__icon {
    margin-bottom: 14px;
    color: var(--docs-muted);
    font-size: 28px;
}

.docs-page-header__title {
    font-family: Inter, "Inter Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--docs-text);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    background: none;
    -webkit-text-fill-color: currentColor;
    overflow-wrap: break-word;
}

.docs-page-header__description {
    margin-top: 12px;
    color: var(--docs-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
}

.docs-content {
    gap: 20px;
}

.docs-heading {
    margin: 36px 0 0;
    color: var(--docs-text);
    font-weight: 700;
    line-height: 1.3;
}

.docs-site .docs-heading {
    margin-left: 0;
}

.docs-site .docs-heading--h1 { font-size: 32px; }
.docs-site .docs-heading--h2 {
    padding-top: 30px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}
.docs-site .docs-heading--h3 {
    padding-top: 18px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.333;
}

.docs-heading--empty {
    height: 42px;
    margin: 0;
    padding-top: 0;
}

.docs-site .docs-heading--h4,
.docs-site .docs-heading--h5,
.docs-site .docs-heading--h6 { font-size: 16px; }

.docs-paragraph,
.docs-content p,
.docs-list__item {
    color: var(--docs-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
}

.docs-list__item {
    line-height: 1.5;
}

.docs-site .docs-link {
    color: var(--docs-link);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.docs-site .docs-link[href^="http"]::after {
    content: "";
    display: inline-block;
    width: 0.85em;
    height: 0.85em;
    margin-left: 2px;
    background: currentColor;
    line-height: 1;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    text-decoration: none;
}

.docs-list {
    margin: 0;
    padding-left: 22px;
}

.docs-list__item + .docs-list__item {
    margin-top: 4px;
}

.docs-divider {
    margin: 4px 0;
    background: var(--docs-border);
}

.docs-hint {
    gap: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 6px;
    background: rgba(var(--surface-fg-rgb), 0.025);
    color: var(--docs-text);
}

.docs-hint__icon {
    width: 33px;
    height: 52px;
    padding: 16px 0 16px 16px;
    color: var(--docs-muted);
}

.hint--success .docs-hint__icon,
.hint--warning .docs-hint__icon,
.hint--danger .docs-hint__icon {
    color: var(--docs-muted);
}

.docs-hint__body {
    min-width: 0;
    padding: 16px 16px 16px 12px;
    color: var(--docs-text);
    font-size: 14px;
    line-height: 20px;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
    word-break: normal;
}

.docs-hint__body p,
.docs-hint__title,
.docs-hint__list p,
.docs-hint__body a {
    color: var(--docs-text);
    font-size: 14px;
    line-height: 20px;
    overflow-wrap: anywhere;
    word-break: normal;
}

.docs-hint__body > p {
    margin: 0;
}

.docs-hint__body > p:not(:last-child),
.docs-hint__list:not(:last-child) {
    margin-bottom: 12px;
}

.docs-hint__list {
    counter-reset: docs-hint-list;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.docs-hint__list li {
    counter-increment: docs-hint-list;
    display: flex;
    align-items: flex-start;
    padding-left: 0;
    color: var(--docs-text);
    font-size: 14px;
    line-height: 21px;
}

.docs-hint__list--ordered li::before {
    content: counter(docs-hint-list) ".";
}

.docs-hint__list--unordered li::before {
    content: "";
    width: 4px;
    height: 4px;
    flex: 0 0 4px;
    min-height: 4px;
    margin: 8px 14px 0 10px;
    border-radius: 50%;
    background: currentColor;
}

.docs-hint__list li::before {
    color: var(--docs-muted);
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.docs-hint__list--ordered li::before {
    flex: 0 0 24px;
    min-height: 24px;
    margin-right: 4px;
}

.docs-hint__list li + li {
    margin-top: 8px;
}

.docs-hint__list--ordered:last-child li:last-child {
    margin-bottom: 0;
}

.docs-hint__list p {
    flex: 1 1 0;
    margin: 0;
    line-height: 21px;
}

.docs-site .docs-code,
.docs-tabs,
.docs-columns--matrix,
.docs-table-wrap,
.docs-quote {
    border: 1px solid var(--docs-border);
    border-radius: 6px;
    background: var(--docs-soft);
}

.docs-site .docs-code {
    margin: 0;
}

.docs-table-wrap {
    background: transparent;
}

.docs-code__header {
    padding: 8px 12px;
    border-bottom: 1px solid var(--docs-border);
}

.docs-code__lang {
    color: var(--docs-muted);
    font-size: 12px;
}

.docs-code__pre {
    padding: 16px;
    color: var(--docs-text);
    font-size: 13px;
    line-height: 1.55;
}

.docs-site .docs-code__header {
    min-height: 40px;
    padding: 6px 8px;
}

.docs-site .docs-code__header.buttons {
    justify-content: flex-end;
}

.docs-site .docs-code__copy {
    min-height: 28px;
    padding: 4px 10px;
    border: 1px solid var(--docs-border);
    border-radius: 8px;
    background: var(--docs-bg);
    color: var(--docs-muted);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    transform: none;
}

.docs-site .docs-code__copy:hover {
    background: var(--docs-soft-hover);
    color: var(--docs-text);
}

.docs-site .docs-code__pre {
    scrollbar-color: rgba(var(--surface-fg-rgb), 0.34) transparent;
    scrollbar-width: thin;
}

.docs-site .docs-code__pre::-webkit-scrollbar {
    height: 8px;
}

.docs-site .docs-code__pre::-webkit-scrollbar-track {
    background: transparent;
}

.docs-site .docs-code__pre::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    border-radius: 999px;
    background: rgba(var(--surface-fg-rgb), 0.34);
    background-clip: content-box;
}

.docs-image,
.docs-video,
.docs-quote,
.docs-stepper,
.docs-columns,
.docs-tabs,
.docs-table-wrap {
    margin: 0;
}

.docs-image__img,
.docs-video {
    border-radius: 4px;
}

.docs-image + .docs-stepper {
    margin-top: 0;
}

.docs-stepper + .docs-hint {
    margin-top: -23px;
}

.docs-image__caption,
.docs-quote__cite {
    color: var(--docs-muted);
    font-size: 13px;
}

.docs-quote {
    min-width: 0;
    padding: 16px;
    border-left: 4px solid var(--docs-link);
    color: var(--docs-text);
    overflow-wrap: anywhere;
    word-break: normal;
}

.docs-quote p,
.docs-quote a {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: normal;
}

.docs-link-card {
    min-width: 0;
    padding: 16px 18px;
    border-radius: var(--item-rounding);
    background: rgba(var(--surface-fg-rgb), 0.035);
    color: var(--docs-text);
    overflow-wrap: anywhere;
    word-break: normal;
}

.docs-link-card__link {
    margin: 0;
    color: var(--docs-link);
    font: inherit;
    overflow-wrap: anywhere;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.docs-stepper__step {
    grid-template-columns: 29px minmax(0, 1fr);
    gap: 32px;
    padding-bottom: 22px;
}

.docs-stepper__step::before {
    left: 14px;
    top: 37px;
    bottom: 8px;
    background: var(--docs-border);
}

.docs-stepper__number {
    width: 29px;
    height: 29px;
    background: var(--docs-soft);
    border: 1px solid var(--docs-border);
    color: var(--docs-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.docs-stepper__content {
    gap: 10px;
    padding-top: 1px;
}

.docs-stepper__title {
    color: var(--docs-text);
    font-size: 16px;
    font-weight: 600;
}

.docs-columns {
    gap: 16px;
}

.docs-columns__column {
    gap: 12px;
}

.docs-columns__cell {
    padding: 12px 14px;
    border-bottom: 1px solid var(--docs-border);
    color: var(--docs-text);
    font-size: 14px;
    line-height: 1.5;
}

.docs-site .docs-columns--matrix {
    --reveal-surface-radius: var(--item-rounding);
    gap: 0;
    overflow: hidden;
    border: 0;
    border-radius: var(--item-rounding);
    background: rgba(var(--surface-fg-rgb), 0.025);
}

.docs-columns--matrix .docs-columns__cell {
    position: relative;
    padding: 8px 14px;
    border-bottom: 0;
    background: transparent;
    color: var(--docs-text);
    line-height: 1.45;
}

.docs-columns--matrix .docs-columns__cell--code {
    color: var(--docs-text);
}

.docs-columns--matrix .docs-columns__row .docs-columns__cell:first-child::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100vw;
    height: var(--reveal-outline-thickness);
    background-color: rgba(var(--surface-fg-rgb), 0.12);
    background-image:
        radial-gradient(circle var(--reveal-light-radius) at var(--reveal-light-x) var(--reveal-light-y),
            rgba(var(--cursor-light-rgb), var(--reveal-cursor-light-alpha)) 0%,
            rgba(var(--cursor-light-rgb), var(--reveal-cursor-light-alpha-soft)) 34%,
            rgba(var(--cursor-light-rgb), 0) 72%);
    pointer-events: none;
}

.docs-columns--matrix .docs-columns__row:last-child .docs-columns__cell:first-child::after {
    display: none;
}

.docs-site .docs-table-wrap.product-feature-table-wrap {
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: var(--item-rounding);
    background: transparent;
}

.docs-table {
    width: 100%;
    min-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    color: var(--docs-text);
    font-size: 14px;
}

.docs-table tbody {
    background: rgba(var(--surface-fg-rgb), 0.025);
}

.docs-table thead th,
.docs-table.product-feature-table tbody td,
.docs-table tbody td,
.docs-table tbody tr:first-child td {
    position: relative;
    padding: 8px 14px;
    border-bottom: 0;
    background: transparent;
    color: var(--docs-text);
    vertical-align: middle;
    line-height: 1.45;
}

.docs-table thead th {
    font-weight: 600;
    text-align: left;
}

.docs-table :is(th, td)::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    display: block;
    height: var(--reveal-outline-thickness);
    background-color: rgba(var(--surface-fg-rgb), 0.12);
    background-image:
        radial-gradient(circle var(--reveal-light-radius) at var(--reveal-light-x) var(--reveal-light-y),
            rgba(var(--cursor-light-rgb), var(--reveal-cursor-light-alpha)) 0%,
            rgba(var(--cursor-light-rgb), var(--reveal-cursor-light-alpha-soft)) 34%,
            rgba(var(--cursor-light-rgb), 0) 72%);
    pointer-events: none;
}

.docs-table tbody tr:last-child td::after {
    display: none;
}

.docs-table tbody tr:hover td {
    background: transparent;
}

.docs-table :is(th, td).docs-table__cell--align-left {
    text-align: left;
}

.docs-table :is(th, td).docs-table__cell--align-center {
    text-align: center;
}

.docs-table :is(th, td).docs-table__cell--align-right {
    text-align: right;
}

.docs-table :is(th, td).docs-table__cell--vertical-top {
    vertical-align: top;
}

.docs-table :is(th, td).docs-table__cell--vertical-middle {
    vertical-align: middle;
}

.docs-table :is(th, td).docs-table__cell--vertical-bottom {
    vertical-align: bottom;
}

.docs-table-wrap--freeze-header {
    max-height: min(70vh, 720px);
    overflow: auto;
}

.docs-table--freeze-header thead th {
    position: sticky;
    top: 0;
    z-index: 4;
    background: var(--docs-soft);
}

.docs-tabs__header {
    padding: 6px;
    border-bottom: 1px solid var(--docs-border);
}

.docs-tabs__tab {
    min-height: 32px;
    border-radius: 5px;
    color: var(--docs-muted);
}

.docs-tabs__tab:hover,
.docs-tabs__tab.is-active {
    background: var(--docs-bg);
    color: var(--docs-text);
}

.docs-tabs__body {
    padding: 16px;
}

.docs-pagination {
    gap: 8px;
    margin-top: 24px;
}

.docs-pagination :is(a, button) {
    --reveal-surface-radius: var(--reveal-outline-radius-item);
    display: flex;
    flex: 1 1 0;
    flex-direction: row-reverse;
    align-items: center;
    gap: 16px;
    min-width: 0;
    min-height: 0;
    padding: 16px;
    border: 0;
    border-radius: var(--item-rounding);
    background: transparent;
    color: var(--docs-text);
    overflow: hidden;
}

.docs-pagination__next {
    flex-direction: row !important;
    align-items: center !important;
}

.docs-pagination :is(a, button):hover {
    background: transparent;
    color: var(--text-color);
}

.docs-pagination__content {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    min-width: 0;
}

.docs-pagination__prev .docs-pagination__content {
    text-align: left;
}

.docs-pagination__next .docs-pagination__content {
    text-align: left;
}

.docs-pagination__label {
    color: var(--docs-muted);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-transform: none;
    opacity: 1;
}

.docs-pagination__title {
    color: var(--docs-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.docs-pagination__icon {
    display: inline-flex;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    color: var(--docs-muted);
}

.docs-pagination__icon svg {
    width: 16px;
    height: 16px;
}

.docs-pagination :is(a, button):hover .docs-pagination__title,
.docs-pagination :is(a, button):hover .docs-pagination__icon {
    color: var(--text-color);
}

.docs-page-updated {
    color: var(--docs-muted);
}

.docs-page-updated {
    margin-top: 24px !important;
    font-size: 14px;
}

@media (max-width: 860px) {
    .docs-header__brand {
        flex-basis: auto;
    }

    .docs-layout {
        display: block;
        width: min(100% - 32px, var(--docs-content-width));
    }

    .docs-content-wrapper {
        padding-top: 28px;
    }

    .docs-pagination {
        flex-direction: column;
    }

    .docs-pagination :is(a, button) {
        width: 100%;
        min-height: 56px;
        padding: 8px 10px;
        gap: 0;
    }

    .docs-pagination__content {
        width: 100%;
    }

    .docs-pagination__label {
        font-size: 12px;
        line-height: 16px;
    }

    .docs-pagination__title {
        font-size: 14px;
        line-height: 20px;
    }

    .docs-pagination__icon {
        display: none;
    }
}

@media (max-width: 560px) {
    .docs-header {
        min-height: auto;
    }

    .docs-page-header__title {
        font-size: 30px;
        line-height: 1.2;
    }

    .docs-heading--h1 { font-size: 28px; }
    .docs-heading--h2 { font-size: 22px; }

    .docs-pagination {
        flex-direction: column;
    }

}

@media (max-width: 54rem) {
    .header {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .header h1 {
        flex: 0 0 100%;
    }

    .nav {
        margin-bottom: 0;
        margin-top: 0;
        margin-left: var(--rounded-title-inset);
        margin-right: 0;
        width: auto;
        display: flex;
        flex-wrap: wrap;
        gap: var(--space-3) var(--space-5);
        justify-content: flex-start;
    }

    .nav a {
        white-space: nowrap;
    }

    .header-actions {
        margin-left: var(--rounded-title-inset);
        margin-right: 0;
    }

    .header-actions .reveal-dropdown__menu {
        left: 0;
        right: auto;
    }

    .container {
        width: 90%;
    }

    .store-sections {
        flex-direction: column;
    }

    .product-content {
        flex-direction: column;
    }

    .product img {
        width: 100%;
        height: auto;
        border-radius: var(--item-rounding) var(--item-rounding) 0 0;
        border-right: none;
        border-bottom: 1px solid var(--border-color);
    }

    .product-changelog-toolbar {
        gap: 18px;
    }

    .product-changelog-release {
        padding-bottom: 16px;
    }

    .product-changelog-release-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .product-feature-table tbody td {
        padding: 10px 12px 10px 0;
    }
}

.hidden {
    display: none;
}

.buttons :is(a, button).wechat-button {
    background-color: var(--wechat-color);
}


.wechat-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.wechat-modal.shown {
    display: grid;
    place-items: center;
}

.wechat-modal__backdrop {
    position: absolute;
    inset: 0;
    background: var(--overlay-bg);
}

.wechat-modal__content {
    position: relative;
    --reveal-surface-radius: var(--reveal-outline-radius-item);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: fit-content;
    max-width: calc(100vw - 32px);
    margin: 0;
    background: var(--surface-color);
    border: 0;
    border-radius: var(--item-rounding);
    padding: 22px;
    text-align: center;
    color: var(--text-color);
}

.wechat-modal__close {
    position: absolute;
    right: 15px;
    top: 15px;
    background: none;
    border: none;
    color: var(--text-color);
    font-size: var(--font-size-close);
    line-height: 1;
    cursor: pointer;
}

.wechat-modal__content h3 {
    margin: 0;
    font-size: var(--font-size-base);
}

.wechat-modal__img {
    display: block;
    width: min(320px, calc(100vw - 88px));
    height: auto;
    object-fit: contain;
}

.wechat-modal__hint {
    font-size: var(--font-size-small);
    color: var(--text-subtle);
    margin: 0;
}

.wechat-modal__id {
    color: var(--text-color);
    font-weight: var(--font-weight-medium);
}

@media (max-width: 500px) {
    .wechat-modal__content {
        max-width: calc(100vw - 24px);
        padding: 18px;
    }
}

/* ========================================
   Result Panels (Success / Error)
   ======================================== */

.result-panel {
    --reveal-surface-radius: var(--reveal-outline-radius-item);
    border-radius: var(--item-rounding);
    padding: var(--card-padding);
    background-color: transparent;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.result-panel .panel-header {
    display: flex;
    align-items: center;
    gap: var(--space-5);
    margin-bottom: 0;
}

.result-panel .panel-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-close);
    flex-shrink: 0;
}

.result-panel .panel-title {
    flex: 1;
}

.result-panel .panel-title h2,
.result-panel>h2 {
    margin: var(--title-optical-trim-start) 0 0;
    font-size: var(--font-size-large);
    font-weight: var(--font-weight-semibold);
    display: block;
}

.result-panel .panel-subtitle {
    margin: 0;
    color: var(--text-alpha-60);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-regular);
}

.result-panel .panel-content {
    margin-bottom: 0;
    line-height: 1.6;
}

.result-panel .panel-content p {
    margin: 0 0 10px 0;
}

.result-panel .panel-actions,
.result-panel>.buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 0;
}

.result-panel .panel-actions .btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: var(--button-rounding);
    text-decoration: none;
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-base);
    transition: filter var(--transition-time) var(--transition-function), transform var(--transition-time) var(--transition-function);
    cursor: pointer;
    border: none;
}

.result-panel .panel-actions .btn:hover {
    filter: brightness(var(--brightness-hover));
    transform: scale(var(--scale-hover));
}

.result-panel .panel-actions .btn-primary {
    background-color: var(--buy-color);
    color: var(--text-color);
}

.result-panel .panel-actions .btn-secondary {
    background: var(--primary-color);
    color: var(--text-color);
}

.result-panel .panel-actions .buy-button {
    display: inline-block;
    padding: 12px 24px;
    border-radius: var(--button-rounding);
    text-decoration: none;
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-base);
    transition: filter var(--transition-time) var(--transition-function), transform var(--transition-time) var(--transition-function);
    cursor: pointer;
    border: none;
    background-color: var(--buy-color);
    color: var(--text-color);
}

.result-panel .panel-actions .buy-button:hover {
    filter: brightness(var(--brightness-hover));
    transform: scale(var(--scale-hover));
}

/* Success Panel */
.success-panel {
    --reveal-outline-rgb: 39, 174, 96;
    --reveal-baseline: 0.16;
}

.success-panel .panel-title h2,
.success-panel>h2 {
    color: var(--buy-color);
}

.success-panel .panel-icon.success-icon {
    background: var(--success-icon-gradient);
    color: var(--text-color);
}

/* Error Panel */
.error-panel {
    --reveal-outline-rgb: 220, 53, 69;
    --reveal-baseline: 0.18;
}

.error-panel .panel-title h2,
.error-panel>h2 {
    color: var(--error-color);
}

.error-panel .panel-icon.error-icon {
    background: var(--error-icon-gradient);
    color: var(--text-color);
}

.warning-panel {
    --reveal-outline-rgb: 243, 156, 18;
    --reveal-baseline: 0.18;
}

.warning-panel h2 {
    color: var(--warning-color);
}

/* ========================================
   Receipt Card (for Stripe success page)
   ======================================== */

.receipt-card {
    --reveal-surface-radius: var(--reveal-outline-radius-item);
    border-radius: var(--item-rounding);
    padding: var(--space-8);
    background: transparent;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

/* Keep result-panel spacing local so global .section heading rules do not leak in. */
.result-panel> :first-child {
    margin-top: 0;
}

.result-panel .buttons {
    margin-bottom: 0px;
}

.result-panel .receipt-card {
    margin-top: 0;
}

.receipt-card .receipt-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}

.receipt-card .receipt-header-left h3 {
    margin: 0 0 10px 0;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-regular);
    color: var(--text-muted);
}

.receipt-card .receipt-amount {
    font-size: var(--font-size-hero);
    font-weight: var(--font-weight-bold);
    margin: 0 0 5px 0;
}

.receipt-card .receipt-date {
    color: var(--text-muted);
    font-size: var(--font-size-small);
    margin: 0;
}

.receipt-card .receipt-icon {
    width: 60px;
    height: 60px;
    background: var(--surface-alpha-05);
    border-radius: var(--button-rounding);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-icon);
    color: var(--text-muted);
}

.receipt-card .receipt-actions {
    padding: 15px 0;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 20px;
}

.receipt-card .receipt-actions a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-color);
    text-decoration: none;
    font-size: var(--font-size-base);
    transition: opacity 0.3s ease;
}

.receipt-card .receipt-actions a:hover {
    opacity: 0.7;
}

.receipt-card .receipt-actions .download-icon {
    font-size: var(--font-size-large);
}

.receipt-card .receipt-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.receipt-card .receipt-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.receipt-card .receipt-label {
    color: var(--text-muted);
    font-size: var(--font-size-base);
}

.receipt-card .receipt-value {
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-base);
}

.receipt-card .receipt-value .payment-brand {
    font-weight: var(--font-weight-bold);
    margin-right: 5px;
}

/* ========================================
   Admin Panel
   ======================================== */

.admin-accent {
    color: var(--buy-color);
}

/* Login */
.admin-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    gap: 16px;
}

.admin-login h2 {
    font-size: var(--font-size-xlarge);
    margin: 0;
}

.admin-page-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 var(--space-5);
}

.admin-page-header-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.admin-page-header-info form {
    margin: 0;
}

.admin-email-label {
    color: var(--text-muted);
    font-size: var(--font-size-small);
}

/* ========================================
   Product image loader (partners / support)
   ======================================== */

.product__image-wrap {
    position: relative;
    display: block;
    flex: 0 0 255px;
    width: 255px;
    min-width: 255px;
    height: 100%;
    line-height: 0;
    isolation: isolate;
    overflow: hidden;
    border-top-left-radius: var(--item-rounding);
    border-bottom-left-radius: var(--item-rounding);
    box-sizing: border-box;
}

.product__image-wrap:has(.rounded-bottom-right) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: var(--item-rounding);
}

.product__image-wrap:has(.rounded-mobile) {
    border-top-right-radius: var(--item-rounding);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.product__image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform var(--transition-time) var(--transition-function),
        filter var(--transition-time) var(--transition-function);
}

.product__image-wrap[data-image-state='loading'] img {
    transform: scale(1.06);
    filter: brightness(0.76) saturate(0.92);
}

.product__loading-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--loader-overlay-bg);
    opacity: 1;
    visibility: visible;
    transition:
        opacity 360ms ease,
        visibility 360ms ease;
    z-index: 3;
    pointer-events: none;
}

.product__image-wrap[data-image-state='loaded'] .product__loading-overlay {
    opacity: 0;
    visibility: hidden;
}

.product__loader {
    width: 42px;
    height: 42px;
    border: 3px solid var(--surface-alpha-18);
    border-top-color: rgba(var(--text-fg-rgb), 0.92);
    border-radius: 50%;
    animation: product-card-loader-spin 0.85s linear infinite;
    box-shadow: 0 0 28px var(--surface-alpha-12);
}

@media (max-width: 54rem) {
    .product__image-wrap {
        width: 100%;
        min-width: 0;
        flex-basis: auto;
        height: auto;
        border-radius: var(--item-rounding) var(--item-rounding) 0 0;
        border-bottom: 1px solid var(--border-color);
    }

    .product__image-wrap img {
        height: auto;
    }
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

body.plugin-ui *,
body.plugin-ui *::before,
body.plugin-ui *::after {
    box-sizing: border-box;
}

html:has(> body.plugin-ui),
body.plugin-ui {
    height: 100%;
    margin: 0;
}

body.plugin-ui {
    background: var(--auth-page-background);
    color: var(--text-color);
    font-family: "Google Sans Flex", Arial, sans-serif;
    font-feature-settings: "rlig" 1, "calt" 1;
    font-optical-sizing: auto;
    font-size: var(--font-size-ui);
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-body);
    overflow: hidden;
}

body.plugin-ui.no-ambient-light {
    background: var(--background-color);
}

:root:not([data-theme="light"]) body.plugin-ui #bg-canvas {
    display: block;
}

body.plugin-ui.no-ambient-light #bg-canvas {
    display: none;
}

body.plugin-ui button,
body.plugin-ui input,
body.plugin-ui select {
    font: inherit;
}

body.plugin-ui button {
    -webkit-appearance: none;
    appearance: none;
}

body.plugin-ui .language-switcher__trigger {
    min-height: 0;
    min-width: 0;
    padding: var(--space-2);
}

.plugin-ui .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    max-width: none;
    min-height: 0;
    width: 100%;
}

body.plugin-ui .header-bar {
    align-items: center;
    background: transparent;
    display: flex;
    flex-shrink: 0;
    gap: var(--space-3);
    min-height: 58px;
    padding: var(--space-4);
}

body.plugin-ui .license-info-bar {
    align-items: center;
    display: flex;
    flex: 1;
    gap: var(--space-2);
    min-width: 0;
}

body.plugin-ui .mastergo-legacy-license-controls {
    display: none !important;
}

body.plugin-ui .mastergo-purchase-control {
    display: none !important;
}

body.plugin-ui .invoice-form-section {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: var(--space-1);
    min-width: 0;
}

body.plugin-ui .invoice-form-section[hidden] {
    display: none !important;
}

body.plugin-ui .header-bar .invoice-form-section {
    max-width: 390px;
}

body.plugin-ui .invoice-form-label {
    color: var(--text-alpha-95);
    font-size: var(--font-size-tiny);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-tight);
}

body.plugin-ui .invoice-form-row {
    align-items: center;
    display: flex;
    min-width: 0;
}

body.plugin-ui .invoice-form-input-shell {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    flex: 1 1 170px;
}

body.plugin-ui .invoice-form-input {
    width: 100%;
}

body.plugin-ui .invoice-form-submit {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    min-height: var(--form-control-height);
    padding: 0 var(--space-4);
    white-space: nowrap;
}

body.plugin-ui .invoice-form-status {
    color: var(--text-muted);
    font-size: var(--font-size-micro);
    line-height: var(--line-height-tight);
    min-height: var(--line-height-tight);
}

body.plugin-ui .invoice-form-status[data-state="error"] {
    color: var(--error-color);
}

body.plugin-ui .invoice-form-status[data-state="success"] {
    color: var(--buy-color);
}

body.plugin-ui .license-wrapper {
    display: inline-block;
    position: relative;
}

body.plugin-ui .license-text,
body.plugin-ui .version-info {
    color: var(--text-muted);
    font-size: var(--font-size-tiny);
    font-weight: var(--font-weight-light);
    line-height: var(--line-height-body);
    min-width: 0;
}

body.plugin-ui .license-text {
    flex: 1;
    overflow: visible;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
}

body.plugin-ui .license-text.warning {
    color: var(--text-muted);
}

/* Premium / Unlimited state â€” outer flex container only handles
   layout (icon + label + gap). The gradient-clipped text lives on
   the inner .license-label so the gradient is sized to just the
   glyph run. Painting the gradient on the parent instead would
   stretch it over icon + gap + text, pushing the visible blue stop
   under the icon and leaving the text in the purple-to-pink tail. */
body.plugin-ui .license-text.is-premium {
    align-items: center;
    display: inline-flex;
    gap: 5px;
}

/* Gradient-clipped premium label. */
body.plugin-ui .license-label {
    background-image: var(--accent-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: var(--accent-pink);
    -webkit-text-fill-color: transparent;
    font-weight: var(--font-weight-semibold);
}

/* Gradient-painted checkmark icon. The accent gradient is laid down
   as the element's background and a checkmark SVG is used as a
   mask, so the icon inherits the exact brand palette without
   inlining colour stops. Stays cross-browser by exposing both the
   prefixed and unprefixed mask properties. */
body.plugin-ui .license-check {
    background: var(--accent-gradient);
    display: inline-block;
    flex-shrink: 0;
    height: var(--space-3);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m4.5 12.75 6 6 9-13.5' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m4.5 12.75 6 6 9-13.5' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    width: var(--space-3);
}

body.plugin-ui .version-info-value--beta,
body.plugin-ui .version-info-value--buggy {
    color: var(--warning-color);
}

body.plugin-ui .version-info {
    bottom: var(--space-6);
    left: var(--space-8);
    position: fixed;
    white-space: nowrap;
    z-index: 20;
}

body.plugin-ui .version-info-value--stable-current {
    color: var(--text-muted);
}

body.plugin-ui .version-info-row {
    cursor: default;
    display: block;
    line-height: var(--line-height-popup);
}

body.plugin-ui .version-info-value--current {
    color: var(--text-alpha-95);
}

body.plugin-ui .buy-btn,
body.plugin-ui .export-btn,
body.plugin-ui .warning-btn {
    /* Force the gradient to span the full border-box. The default
       background-origin: padding-box would otherwise clamp the
       gradient at the inside of the padding, leaving the padded
       border-band painted with the start/end colors of the gradient
       â€” visible as a 1-2px inverted-color ring around the button. */
    background-clip: border-box;
    background-origin: border-box;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: var(--font-size-tiny);
    font-weight: var(--font-weight-medium);
    outline: none;
    transition:
        filter var(--transition-time) var(--transition-function),
        transform var(--transition-time) var(--transition-function),
        box-shadow var(--transition-time) var(--transition-function);
}

body.plugin-ui .buy-btn:focus-visible,
body.plugin-ui .export-btn:focus-visible,
body.plugin-ui .warning-btn:focus-visible {
    outline: calc(var(--space-1) / 2) solid var(--text-alpha-60);
    outline-offset: calc(var(--space-1) / 2);
}

body.plugin-ui .buy-btn::before,
body.plugin-ui .export-btn::before,
body.plugin-ui .warning-btn-yes::before {
    background: linear-gradient(90deg, transparent, rgba(var(--surface-fg-rgb), 0.20), transparent);
    content: "";
    inset: 0 auto 0 -100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: left var(--animation-time-medium) var(--transition-function);
    width: 100%;
}

body.plugin-ui .buy-btn:hover::before,
body.plugin-ui .export-btn:hover::before,
body.plugin-ui .warning-btn-yes:hover::before {
    left: 100%;
    opacity: 1;
}

body.plugin-ui .buy-btn {
    background: var(--accent-gradient);
    box-shadow: none;
    color: var(--on-accent-color);
    flex-shrink: 0;
}

body.plugin-ui .buy-btn:hover,
body.plugin-ui .export-btn:hover,
body.plugin-ui .warning-btn:hover {
    filter: brightness(var(--brightness-hover));
    transform: scale(var(--scale-hover));
}

/* Hover halo follows the 135deg gradient of the button itself: pink
   bloom from the bottom-right corner (gradient end), blue bloom from
   the top-left corner (gradient start). The first shadow keeps the
   same slot as the rest-state pink shadow so transitions interpolate
   cleanly between the two states. */
body.plugin-ui .buy-btn:hover,
body.plugin-ui .warning-btn-yes:hover {
    box-shadow:
        8px 8px 28px rgba(255, 0, 126, 0.19),
        -6px -4px 24px rgba(74, 150, 182, 0.15);
}

body.plugin-ui .export-btn:hover {
    box-shadow:
        6px 6px 22px rgba(255, 0, 126, 0.15),
        -5px -3px 20px rgba(74, 150, 182, 0.11);
}

body.plugin-ui .settings-btn,
body.plugin-ui .refresh-btn,
body.plugin-ui .settings-close-btn,
body.plugin-ui .error-copy-btn,
body.plugin-ui .figma-user-id-visibility-btn,
body.plugin-ui .figma-user-id-copy-btn {
    --button-light-x: -999px;
    --button-light-y: -999px;
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: var(--button-rounding);
    color: var(--text-subtle);
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    height: var(--space-8);
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition:
        background var(--transition-time) var(--transition-function),
        border-color var(--transition-time) var(--transition-function),
        color var(--transition-time) var(--transition-function),
        transform var(--transition-time) var(--transition-function);
    width: var(--space-8);
}

body.plugin-ui .settings-btn:hover,
body.plugin-ui .refresh-btn:hover,
body.plugin-ui .settings-close-btn:hover,
body.plugin-ui .error-copy-btn:hover,
body.plugin-ui .figma-user-id-visibility-btn:hover,
body.plugin-ui .figma-user-id-copy-btn:hover {
    background: var(--surface-alpha-06);
    border-color: transparent;
    color: var(--text-color);
    transform: scale(var(--scale-hover));
}

body.plugin-ui .main-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: var(--space-4);
    min-height: 0;
    overflow: hidden;
    padding: var(--space-4);
}

body.plugin-ui .section {
    background: transparent;
    border: 0;
    border-radius: var(--section-rounding);
    flex-shrink: 0;
    margin-bottom: 0;
    padding: var(--space-4);
}

body.plugin-ui .section.expandable {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 120px;
    overflow: hidden;
}

body.plugin-ui .section-title-row {
    align-items: center;
    display: flex;
    gap: var(--space-3);
    justify-content: space-between;
    margin-bottom: var(--space-3);
    margin-top: var(--title-optical-trim-start);
}

body.plugin-ui .section-title {
    font-size: var(--font-size-tiny);
    margin: 0;
    text-transform: uppercase;
}

body.plugin-ui .section-title,
body.plugin-ui .settings-overlay-header span {
    background-image: var(--heading-text-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: var(--text-color);
    font-weight: var(--font-weight-bold);
    -webkit-text-fill-color: transparent;
}

body.plugin-ui .selection-toolbar {
    align-items: center;
    display: flex;
    margin-bottom: var(--space-3);
}

body.plugin-ui .selection-toggle {
    align-items: center;
    color: var(--text-alpha-65);
    cursor: pointer;
    display: inline-flex;
    gap: var(--space-2);
    min-width: 0;
    user-select: none;
}

body.plugin-ui .selection-toggle span {
    font-size: var(--font-size-tiny);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.plugin-ui input[type="checkbox"] {
    --reveal-surface-radius: var(--space-1);
    -webkit-appearance: none;
    appearance: none;
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: var(--reveal-surface-radius);
    color: var(--text-color);
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    height: var(--space-4);
    justify-content: center;
    margin: 0;
    overflow: hidden;
    position: relative;
    isolation: isolate;
    transition:
        background var(--transition-time) var(--transition-function);
    width: var(--space-4);
}

body.plugin-ui input[type="checkbox"]::before {
    background:
        radial-gradient(circle var(--reveal-light-radius) at var(--reveal-light-x) var(--reveal-light-y),
            rgba(var(--cursor-light-rgb), var(--reveal-cursor-light-alpha)) 0%,
            rgba(var(--cursor-light-rgb), var(--reveal-cursor-light-alpha-soft)) 34%,
            rgba(var(--cursor-light-rgb), 0) 72%),
        rgba(var(--reveal-outline-rgb), var(--reveal-baseline, var(--reveal-outline-baseline)));
    z-index: 1;
}

body.plugin-ui input[type="checkbox"]:checked {
    background: var(--accent-gradient);
    /* Keep the gradient spanning the full control while the shared
       reveal outline is painted by ::before. */
    background-origin: border-box;
    background-clip: border-box;
    color: var(--on-accent-color);
}

body.plugin-ui input[type="checkbox"]:checked::after {
    border-bottom: calc(var(--space-1) / 2) solid currentColor;
    border-right: calc(var(--space-1) / 2) solid currentColor;
    content: "";
    height: var(--space-2);
    margin-top: -2px;
    position: relative;
    transform: rotate(45deg);
    width: var(--space-1);
    z-index: 2;
}

body.plugin-ui input[type="checkbox"]:indeterminate {
    background: var(--accent-gradient);
    background-origin: border-box;
    background-clip: border-box;
    color: var(--on-accent-color);
}

body.plugin-ui input[type="checkbox"]:indeterminate::after {
    background: currentColor;
    border-radius: 999px;
    content: "";
    height: calc(var(--space-1) / 2);
    position: relative;
    width: var(--space-2);
    z-index: 2;
}

body.plugin-ui .search-container {
    display: none;
    padding: 0 0 var(--space-3);
}

body.plugin-ui .search-box {
    --reveal-surface-radius: var(--button-rounding);
    align-items: center;
    background: transparent;
    border-radius: var(--button-rounding);
    display: flex;
    height: var(--form-control-height);
    padding: 0 var(--space-2) 0 var(--space-3);
    transition:
        background var(--transition-time) var(--transition-function);
}

body.plugin-ui .search-box:focus-within {
    background: var(--surface-alpha-03);
}

body.plugin-ui .search-box input,
body.plugin-ui .figma-user-id-input,
body.plugin-ui .number-input {
    background: transparent;
    border: 0;
    color: var(--text-alpha-95);
    flex: 1;
    font-size: var(--font-size-tiny);
    min-width: 0;
    outline: 0;
}

body.plugin-ui .search-box input {
    padding: 0;
}

body.plugin-ui .search-box input::placeholder {
    color: var(--text-alpha-50);
}

body.plugin-ui .search-clear {
    align-items: center;
    border-radius: 999px;
    color: var(--text-alpha-50);
    cursor: pointer;
    display: none;
    font-size: var(--font-size-ui);
    height: var(--space-6);
    justify-content: center;
    line-height: 1;
    width: var(--space-6);
}

body.plugin-ui .search-clear:hover {
    background: var(--surface-alpha-06);
    color: var(--text-color);
}

body.plugin-ui .pages-list-viewport {
    --reveal-surface-radius: var(--item-rounding);
    background: transparent;
    border-radius: var(--item-rounding);
    flex: 1;
    min-height: 0;
    overflow: hidden;
    position: relative;
}

body.plugin-ui .pages-list {
    --pages-fade-size: 24px;
    --pages-mask-content: linear-gradient(to bottom,
            transparent 0,
            black var(--pages-fade-size),
            black calc(100% - var(--pages-fade-size)),
            transparent 100%);
    background: transparent;
    height: 100%;
    padding: 6px var(--scrollbar-width) 6px 6px;
    -webkit-mask-image: var(--pages-mask-content);
    mask-image: var(--pages-mask-content);
}

body.plugin-ui .page-item,
body.plugin-ui .node-item {
    align-items: center;
    border-radius: var(--button-rounding);
    cursor: pointer;
    display: flex;
    gap: var(--space-2);
    min-height: 36px;
    min-width: 0;
    padding: 6px;
    transition:
        background var(--transition-time) var(--transition-function),
        transform var(--transition-time) var(--transition-function);
}

body.plugin-ui .page-item:hover,
body.plugin-ui .node-item:hover {
    background: var(--surface-alpha-05);
}

body.plugin-ui .page-item label,
body.plugin-ui .node-item label {
    color: var(--text-alpha-80);
    cursor: pointer;
    flex: 1;
    font-size: var(--font-size-tiny);
    line-height: var(--line-height-tight);
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.plugin-ui .page-item label {
    color: var(--text-alpha-95);
    font-weight: var(--font-weight-bold);
}

body.plugin-ui .node-item {
    margin-left: var(--tree-node-indent);
    min-height: var(--form-control-height);
    padding-left: 6px;
}

body.plugin-ui .node-item label {
    color: var(--text-alpha-65);
    font-weight: var(--font-weight-regular);
}

body.plugin-ui .toggle,
body.plugin-ui .page-spacer {
    align-items: center;
    color: var(--text-alpha-50);
    display: inline-flex;
    flex-shrink: 0;
    height: var(--space-4);
    justify-content: center;
    line-height: 1;
    transition:
        color var(--transition-time) var(--transition-function),
        transform var(--transition-time) var(--transition-function);
    width: var(--space-4);
}

body.plugin-ui .toggle {
    font-size: var(--font-size-xxs);
}

body.plugin-ui .toggle:hover {
    color: var(--text-color);
}

body.plugin-ui .page-item.expanded .toggle {
    transform: rotate(90deg);
}

body.plugin-ui .page-children {
    display: none;
}

body.plugin-ui .page-item.expanded + .page-children {
    display: block;
}

body.plugin-ui .settings-row,
body.plugin-ui .settings-item {
    align-items: center;
    display: flex;
    gap: var(--space-3);
    justify-content: space-between;
    margin-bottom: var(--space-3);
}

body.plugin-ui .settings-row:last-child,
body.plugin-ui .settings-item:last-child {
    margin-bottom: 0;
}

body.plugin-ui .settings-row label,
body.plugin-ui .settings-item label {
    color: var(--text-alpha-80);
    flex: 1;
    font-size: var(--font-size-tiny);
    min-width: 0;
}

body.plugin-ui .figma-user-id-control {
    align-items: center;
    display: flex;
    flex: 0 1 270px;
    gap: var(--space-2);
    min-width: 0;
    position: relative;
}

body.plugin-ui .figma-user-id-input-shell,
body.plugin-ui .number-input-shell {
    --reveal-surface-radius: var(--button-rounding);
    background: var(--surface-color);
    border-radius: var(--button-rounding);
    display: flex;
    min-width: 0;
    transition: background var(--transition-time) var(--transition-function);
}

body.plugin-ui .figma-user-id-input-shell {
    flex: 1;
}

body.plugin-ui .figma-user-id-input-shell:focus-within,
body.plugin-ui .number-input-shell:focus-within {
    background: var(--surface-alpha-03);
}

body.plugin-ui .number-input-shell {
    flex: 0 0 calc(var(--space-8) * 3.5);
}

body.plugin-ui .figma-user-id-input,
body.plugin-ui .number-input {
    min-height: var(--form-control-height);
    padding: var(--space-2) var(--space-3);
}

body.plugin-ui .figma-user-id-input {
    user-select: text;
}

body.plugin-ui .figma-user-id-visibility-btn,
body.plugin-ui .figma-user-id-copy-btn {
    color: var(--text-subtle);
    height: var(--form-control-height);
    width: var(--form-control-height);
}

body.plugin-ui .figma-user-id-visibility-btn.is-visible {
    background: var(--surface-alpha-06);
    color: var(--text-color);
}

body.plugin-ui .figma-user-id-tooltip {
    --reveal-surface-radius: var(--button-rounding);
    background: var(--panel-bg);
    border: 0;
    border-radius: var(--button-rounding);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
    color: var(--text-alpha-95);
    font-size: var(--font-size-tiny);
    opacity: 0;
    padding: 6px 9px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% + var(--space-2));
    transform: translateY(var(--space-1));
    transition:
        opacity 0.16s ease,
        transform 0.16s ease;
    white-space: nowrap;
    z-index: 30;
}

body.plugin-ui .figma-user-id-tooltip.is-visible {
    opacity: 1;
    transform: translateY(0);
}

body.plugin-ui .slider-container {
    align-items: center;
    display: flex;
    gap: var(--space-3);
    width: var(--slider-width);
}

body.plugin-ui .slider-wrapper {
    flex: 1;
    min-width: 0;
    position: relative;
}

body.plugin-ui .scale-slider {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    display: block;
    height: var(--slider-height);
    outline: 0;
    width: 100%;
}

body.plugin-ui .scale-slider::-webkit-slider-runnable-track {
    /* The gradient is drawn full-width (single source of truth in
       --accent-gradient-horizontal), and the portion past the thumb
       is covered by an opaque overlay using the inactive track color.
       This way the X coordinate of the thumb maps to the exact same
       pixel of the gradient that JS samples for --thumb-color, so
       track and thumb can never drift out of sync. */
    background:
        linear-gradient(to right,
            transparent 0 var(--slider-progress, 100%),
            var(--surface-alpha-12) var(--slider-progress, 100%) 100%),
        var(--accent-gradient-horizontal);
    border-radius: 999px;
    height: var(--slider-track-height);
}

body.plugin-ui .scale-slider::-moz-range-track {
    background:
        linear-gradient(to right,
            transparent 0 var(--slider-progress, 100%),
            var(--surface-alpha-12) var(--slider-progress, 100%) 100%),
        var(--accent-gradient-horizontal);
    border-radius: 999px;
    height: var(--slider-track-height);
}

body.plugin-ui .scale-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    /* Solid fill that mirrors the track-gradient color at the current
       thumb position. JS sets --thumb-color (rgb()) and
       --thumb-color-rgb ("r, g, b" â€” used to build alpha glows) on the
       slider element on every input event. */
    background: var(--thumb-color, var(--accent-pink));
    border: 0;
    border-radius: 50%;
    box-shadow: var(--slider-thumb-glow);
    height: var(--slider-thumb-size);
    margin-top: var(--slider-thumb-offset);
    transition:
        filter var(--transition-time) var(--transition-function),
        transform var(--transition-time) var(--transition-function);
    width: var(--slider-thumb-size);
}

body.plugin-ui .scale-slider::-moz-range-thumb {
    background: var(--thumb-color, var(--accent-pink));
    border: 0;
    border-radius: 50%;
    box-shadow: var(--slider-thumb-glow);
    height: var(--slider-thumb-size);
    transition:
        filter var(--transition-time) var(--transition-function),
        transform var(--transition-time) var(--transition-function);
    width: var(--slider-thumb-size);
}

body.plugin-ui .scale-slider::-webkit-slider-thumb:hover {
    filter: brightness(var(--brightness-hover));
    transform: scale(var(--slider-thumb-hover-scale));
}

body.plugin-ui .scale-slider::-moz-range-thumb:hover {
    filter: brightness(var(--brightness-hover));
    transform: scale(var(--slider-thumb-hover-scale));
}

body.plugin-ui .scale-slider:disabled {
    cursor: not-allowed;
    opacity: var(--slider-disabled-opacity);
}

body.plugin-ui .scale-value {
    color: var(--text-color);
    flex-shrink: 0;
    font-size: var(--font-size-tiny);
    font-weight: var(--font-weight-bold);
    min-width: var(--form-control-height);
    text-align: right;
}

body.plugin-ui .progress-section {
    display: none;
}

body.plugin-ui .progress-section.active {
    display: block;
}

body.plugin-ui .progress-bar {
    background: var(--surface-alpha-10);
    border-radius: 999px;
    height: var(--space-2);
    margin-bottom: var(--space-2);
    overflow: hidden;
}

body.plugin-ui .progress-fill {
    background: var(--accent-gradient-horizontal);
    box-shadow: 0 0 14px rgba(255, 0, 126, 0.14);
    height: 100%;
    transition: width var(--transition-time) var(--transition-function);
    width: 0%;
}

body.plugin-ui .progress-text,
body.plugin-ui .status-message {
    color: var(--text-muted);
    font-size: var(--font-size-tiny);
    text-align: center;
}

body.plugin-ui .status-message {
    padding: var(--space-5);
}

body.plugin-ui .export-btn {
    background: var(--accent-gradient-soft);
    box-shadow: none;
    color: var(--on-accent-color);
    align-self: flex-end;
    flex-shrink: 0;
    min-height: var(--form-control-height);
    min-width: 112px;
    white-space: nowrap;
    width: auto;
}

body.plugin-ui .export-btn:disabled {
    background: var(--surface-alpha-10);
    box-shadow: none;
    color: var(--text-alpha-50);
    cursor: not-allowed;
    filter: none;
    transform: none;
}

body.plugin-ui .export-btn:disabled::before {
    display: none;
}

body.plugin-ui .error-message {
    --reveal-outline-rgb: 220, 53, 69;
    --reveal-surface-radius: var(--item-rounding);
    background: color-mix(in srgb, var(--error-color) 8%, transparent);
    border-radius: var(--item-rounding);
    color: color-mix(in srgb, var(--error-color) 58%, var(--text-color));
    display: none;
    gap: var(--space-2);
    margin: 0;
    max-height: 180px;
    overflow: hidden;
    padding: var(--space-3);
}

body.plugin-ui .error-message.active {
    display: flex;
}

body.plugin-ui .error-text {
    flex: 1;
    max-height: 148px;
    min-width: 0;
    overflow: auto;
    padding-right: var(--space-1);
    user-select: text;
    white-space: pre-wrap;
    word-break: break-word;
}

body.plugin-ui .error-copy-btn {
    align-self: flex-start;
    color: color-mix(in srgb, var(--error-color) 58%, var(--text-color));
    height: var(--font-size-close);
    position: sticky;
    top: 0;
    width: var(--font-size-close);
}

body.plugin-ui .error-copy-btn.copied {
    color: var(--buy-color);
}

body.plugin-ui .error-copy-btn.copied svg {
    display: none;
}

body.plugin-ui .error-copy-btn.copied::after {
    content: "";
    width: 1em;
    height: 1em;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m4.5 12.75 6 6 9-13.5' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m4.5 12.75 6 6 9-13.5' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.plugin-ui .settings-overlay {
    background: var(--auth-page-background);
    bottom: 0;
    display: none;
    flex-direction: column;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(10px);
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
    z-index: 1000;
}

body.plugin-ui:not(.no-ambient-light):has(> #bg-canvas.ready) .settings-overlay {
    background: transparent;
}

body.plugin-ui:not(.no-ambient-light):has(.settings-overlay.active) .container {
    visibility: hidden;
}

body.plugin-ui .settings-overlay.active {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

body.plugin-ui .settings-overlay-header {
    align-items: center;
    background: transparent;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    min-height: 58px;
    padding: var(--space-4);
}

body.plugin-ui .settings-overlay-header span {
    font-size: var(--font-size-ui);
}

body.plugin-ui .settings-overlay-content {
    flex: 1;
    overflow-y: auto;
    padding: var(--space-4);
}

body.plugin-ui .settings-divider {
    background: transparent;
    height: 1px;
    margin: var(--space-4) 0;
}

body.plugin-ui .settings-link-btn {
    --reveal-surface-radius: var(--button-rounding);
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: var(--button-rounding);
    color: var(--text-alpha-95);
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: var(--font-size-tiny);
    font-weight: var(--font-weight-medium);
    gap: var(--space-3);
    line-height: var(--line-height-control);
    margin-bottom: var(--space-2);
    min-height: 42px;
    padding: 10px 18px;
    text-decoration: none;
    transition:
        background var(--transition-time) var(--transition-function),
        filter var(--transition-time) var(--transition-function),
        transform var(--transition-time) var(--transition-function);
    width: 100%;
}

body.plugin-ui .settings-link-btn:hover {
    background: var(--surface-alpha-05);
    filter: brightness(var(--brightness-hover));
    transform: scale(var(--scale-hover));
}

body.plugin-ui .settings-link-btn svg {
    color: var(--text-muted);
    flex-shrink: 0;
}

body.plugin-ui .settings-link-btn--danger {
    color: color-mix(in srgb, var(--error-color) 45%, var(--text-color));
}

body.plugin-ui .debug-flags-container {
    display: grid;
    gap: var(--space-1) var(--space-2);
    grid-template-columns: 1fr 1fr;
}

body.plugin-ui .debug-flag-row {
    align-items: center;
    border-radius: var(--button-rounding);
    cursor: pointer;
    display: flex;
    gap: 6px;
    min-width: 0;
    padding: 6px;
    transition: background var(--transition-time) var(--transition-function);
}

body.plugin-ui .debug-flag-row:hover {
    background: var(--surface-alpha-06);
}

body.plugin-ui .debug-flag-checkbox {
    accent-color: var(--buy-color);
    cursor: pointer;
    flex-shrink: 0;
}

body.plugin-ui .debug-flag-row label {
    color: var(--text-alpha-65);
    cursor: pointer;
    font-size: var(--font-size-tiny);
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.plugin-ui .warning-text {
    color: var(--text-alpha-95);
    font-size: var(--font-size-ui);
    line-height: var(--line-height-loose);
    margin: 0 0 var(--space-5);
    text-align: center;
}

body.plugin-ui .warning-buttons {
    display: flex;
    gap: var(--space-3);
    justify-content: center;
}

body.plugin-ui .warning-btn {
    flex: 1;
    max-width: 150px;
    min-height: 42px;
}

body.plugin-ui .warning-btn-yes {
    background: var(--accent-gradient);
    box-shadow: none;
    color: var(--on-accent-color);
}

body.plugin-ui .warning-btn-no {
    background: var(--surface-color);
    border: 0;
    color: var(--text-alpha-95);
}

body.plugin-ui .license-info-panel,
body.plugin-ui .version-popup {
    --reveal-surface-radius: calc(var(--button-rounding) + 6px);
    background: var(--panel-bg);
    border: 0;
    border-radius: var(--reveal-surface-radius);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
    color: var(--text-alpha-95);
    isolation: isolate;
    z-index: 2000;
}

body.plugin-ui .license-info-panel {
    left: 0;
    margin-top: var(--space-2);
    min-width: 140px;
    padding: var(--space-2);
    position: absolute;
    top: 100%;
}

body.plugin-ui .version-popup {
    display: none;
    font-size: var(--font-size-tiny);
    line-height: var(--line-height-popup);
    max-height: var(--reveal-light-radius);
    max-width: 360px;
    min-width: 260px;
    overflow: hidden;
    padding: 10px var(--space-3);
    position: fixed;
    white-space: normal;
}

body.plugin-ui .version-popup--visible {
    display: block;
}

body.plugin-ui .version-popup-header {
    align-items: center;
    display: flex;
}

body.plugin-ui .version-popup-title {
    color: var(--text-color);
    flex: 1;
    font-size: var(--font-size-ui);
    font-weight: var(--font-weight-bold);
    min-width: 0;
}

body.plugin-ui .version-popup-meta {
    color: var(--text-muted);
    flex-shrink: 0;
    font-size: var(--font-size-tiny);
    margin-left: var(--space-2);
}

body.plugin-ui .version-popup-scroll {
    margin-top: var(--space-2);
    max-height: 292px;
    overflow-x: hidden;
    overflow-y: auto;
}

body.plugin-ui .version-popup-description,
body.plugin-ui .version-popup-item {
    color: var(--text-alpha-80);
    font-size: var(--font-size-tiny);
    white-space: pre-wrap;
}

body.plugin-ui .version-popup-item {
    margin-right: var(--space-1);
    margin-top: 10px;
    min-width: 0;
    width: 100%;
}

body.plugin-ui .version-popup-prefix,
body.plugin-ui .version-popup-code {
    font-weight: var(--font-weight-bold);
}

body.plugin-ui .version-popup-code {
    color: var(--warning-color);
}

body.plugin-ui .version-popup-item a {
    color: var(--link-color);
}

body.plugin-ui *::-webkit-scrollbar {
    height: var(--space-2);
    width: var(--space-2);
}

body.plugin-ui *::-webkit-scrollbar-track {
    background: transparent;
}

body.plugin-ui *::-webkit-scrollbar-thumb {
    background: rgba(var(--surface-fg-rgb), 0.22);
    border-radius: 999px;
}

body.plugin-ui *::-webkit-scrollbar-thumb:hover {
    background: rgba(var(--surface-fg-rgb), 0.36);
}

@media (max-width: 360px) {
    body.plugin-ui .header-bar,
body.plugin-ui .main-content,
body.plugin-ui .settings-overlay-header,
body.plugin-ui .settings-overlay-content {
        padding: var(--space-3);
    }

    body.plugin-ui .section {
        padding: var(--space-3);
    }

    body.plugin-ui .slider-container {
        width: var(--compact-slider-width);
    }
}
