/* [project]/node_modules/.pnpm/@payloadcms+ui@3.80.0_@types+react@19.2.14_monaco-editor@0.55.1_next@16.2.3_@playwright_90c91588e23a7e4ddc9e47f61e2e2c99/node_modules/@payloadcms/ui/dist/elements/FieldDiffContainer/index.scss.css [app-client] (css) */
@layer payload-default {
  .field-diff__locale-label {
    background: var(--theme-elevation-100);
    border-radius: var(--style-radius-s);
    padding: calc(var(--base)*.2);
  }

  [dir="ltr"] .field-diff__locale-label {
    margin-right: calc(var(--base)*.25);
  }

  [dir="rtl"] .field-diff__locale-label {
    margin-left: calc(var(--base)*.25);
  }

  .field-diff-container {
    position: relative;
  }

  .field-diff-content {
    background: var(--theme-elevation-50);
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 20px;
    padding: 10px;
    display: grid;
  }
}

/* [project]/node_modules/.pnpm/@payloadcms+ui@3.80.0_@types+react@19.2.14_monaco-editor@0.55.1_next@16.2.3_@playwright_90c91588e23a7e4ddc9e47f61e2e2c99/node_modules/@payloadcms/ui/dist/elements/FieldDiffLabel/index.scss.css [app-client] (css) */
@layer payload-default {
  .field-diff-label {
    margin-bottom: calc(var(--base)*.35);
    flex-direction: row;
    align-items: center;
    height: 100%;
    font-weight: 600;
    line-height: normal;
    display: flex;
  }
}

/* [project]/node_modules/.pnpm/@payloadcms+ui@3.80.0_@types+react@19.2.14_monaco-editor@0.55.1_next@16.2.3_@playwright_90c91588e23a7e4ddc9e47f61e2e2c99/node_modules/@payloadcms/ui/dist/elements/HTMLDiff/index.scss.css [app-client] (css) */
@layer payload-default {
  :root {
    --diff-delete-pill-bg: var(--theme-error-200);
    --diff-delete-pill-color: var(--theme-error-600);
    --diff-delete-pill-border: var(--theme-error-400);
    --diff-delete-parent-bg: var(--theme-error-100);
    --diff-delete-parent-color: var(--theme-error-800);
    --diff-delete-link-color: var(--theme-error-600);
    --diff-create-pill-bg: var(--theme-success-200);
    --diff-create-pill-color: var(--theme-success-600);
    --diff-create-pill-border: var(--theme-success-400);
    --diff-create-parent-bg: var(--theme-success-100);
    --diff-create-parent-color: var(--theme-success-800);
    --diff-create-link-color: var(--theme-success-600);
  }

  html[data-theme="dark"] {
    --diff-delete-pill-bg: var(--theme-error-200);
    --diff-delete-pill-color: var(--theme-error-650);
    --diff-delete-pill-border: var(--theme-error-400);
    --diff-delete-parent-bg: var(--theme-error-100);
    --diff-delete-parent-color: var(--theme-error-900);
    --diff-delete-link-color: var(--theme-error-750);
    --diff-create-pill-bg: var(--theme-success-200);
    --diff-create-pill-color: var(--theme-success-650);
    --diff-create-pill-border: var(--theme-success-400);
    --diff-create-parent-bg: var(--theme-success-100);
    --diff-create-parent-color: var(--theme-success-900);
    --diff-create-link-color: var(--theme-success-750);
  }

  .html-diff {
    letter-spacing: .02em;
    font-size: 14px;
  }

  .html-diff-no-value {
    color: var(--theme-elevation-400);
  }

  .html-diff pre {
    margin-top: 0;
    margin-bottom: 0;
  }

  .html-diff p:not([data-enable-match="false"]):has([data-match-type="create"]), .html-diff h1:not([data-enable-match="false"]):has([data-match-type="create"]), .html-diff h2:not([data-enable-match="false"]):has([data-match-type="create"]), .html-diff h3:not([data-enable-match="false"]):has([data-match-type="create"]), .html-diff h4:not([data-enable-match="false"]):has([data-match-type="create"]), .html-diff h5:not([data-enable-match="false"]):has([data-match-type="create"]), .html-diff blockquote:not([data-enable-match="false"]):has([data-match-type="create"]), .html-diff pre:not([data-enable-match="false"]):has([data-match-type="create"]), .html-diff h6:not([data-enable-match="false"]):has([data-match-type="create"]) {
    z-index: 1;
    position: relative;
  }

  .html-diff p:not([data-enable-match="false"]):has([data-match-type="create"]):before, .html-diff h1:not([data-enable-match="false"]):has([data-match-type="create"]):before, .html-diff h2:not([data-enable-match="false"]):has([data-match-type="create"]):before, .html-diff h3:not([data-enable-match="false"]):has([data-match-type="create"]):before, .html-diff h4:not([data-enable-match="false"]):has([data-match-type="create"]):before, .html-diff h5:not([data-enable-match="false"]):has([data-match-type="create"]):before, .html-diff blockquote:not([data-enable-match="false"]):has([data-match-type="create"]):before, .html-diff pre:not([data-enable-match="false"]):has([data-match-type="create"]):before, .html-diff h6:not([data-enable-match="false"]):has([data-match-type="create"]):before {
    content: "";
    background-color: var(--diff-create-parent-bg);
    color: var(--diff-create-parent-color);
    z-index: -1;
    display: block;
    position: absolute;
    inset: -10px;
  }

  .html-diff p:not([data-enable-match="false"]):has([data-match-type="delete"]), .html-diff h1:not([data-enable-match="false"]):has([data-match-type="delete"]), .html-diff h2:not([data-enable-match="false"]):has([data-match-type="delete"]), .html-diff h3:not([data-enable-match="false"]):has([data-match-type="delete"]), .html-diff h4:not([data-enable-match="false"]):has([data-match-type="delete"]), .html-diff h5:not([data-enable-match="false"]):has([data-match-type="delete"]), .html-diff blockquote:not([data-enable-match="false"]):has([data-match-type="delete"]), .html-diff pre:not([data-enable-match="false"]):has([data-match-type="delete"]), .html-diff h6:not([data-enable-match="false"]):has([data-match-type="delete"]) {
    z-index: 1;
    position: relative;
  }

  .html-diff p:not([data-enable-match="false"]):has([data-match-type="delete"]):before, .html-diff h1:not([data-enable-match="false"]):has([data-match-type="delete"]):before, .html-diff h2:not([data-enable-match="false"]):has([data-match-type="delete"]):before, .html-diff h3:not([data-enable-match="false"]):has([data-match-type="delete"]):before, .html-diff h4:not([data-enable-match="false"]):has([data-match-type="delete"]):before, .html-diff h5:not([data-enable-match="false"]):has([data-match-type="delete"]):before, .html-diff blockquote:not([data-enable-match="false"]):has([data-match-type="delete"]):before, .html-diff pre:not([data-enable-match="false"]):has([data-match-type="delete"]):before, .html-diff h6:not([data-enable-match="false"]):has([data-match-type="delete"]):before {
    content: "";
    background-color: var(--diff-delete-parent-bg);
    color: var(--diff-delete-parent-color);
    z-index: -1;
    display: block;
    position: absolute;
    inset: -10px;
  }

  .html-diff li:not([data-enable-match="false"]):has([data-match-type="create"]) {
    z-index: 1;
    position: relative;
  }

  .html-diff li:not([data-enable-match="false"]):has([data-match-type="create"]):before {
    content: "";
    background-color: var(--diff-create-parent-bg);
    color: var(--diff-create-parent-color);
    z-index: -1;
    display: block;
    position: absolute;
    inset: 0 -10px;
  }

  .html-diff li:not([data-enable-match="false"]):has([data-match-type="delete"]) {
    z-index: 1;
    position: relative;
  }

  .html-diff li:not([data-enable-match="false"]):has([data-match-type="delete"]):before {
    content: "";
    background-color: var(--diff-delete-parent-bg);
    color: var(--diff-delete-parent-color);
    z-index: -1;
    display: block;
    position: absolute;
    inset: 0 -10px;
  }

  .html-diff li::marker {
    color: var(--theme-text);
  }

  .html-diff [data-match-type="delete"]:not([data-enable-match="false"]):not(:is([data-enable-match="false"] *)) {
    color: var(--diff-delete-pill-color);
    text-decoration-color: var(--diff-delete-pill-color);
    background-color: var(--diff-delete-pill-bg);
    border-radius: 4px;
    text-decoration-line: line-through;
    text-decoration-thickness: 1px;
  }

  .html-diff a[data-match-type="delete"] :not([data-enable-match="false"]) :not(:is([data-enable-match="false"] *)) {
    color: var(--diff-delete-link-color);
  }

  .html-diff a[data-match-type="create"]:not(img) :not([data-enable-match="false"]) :not(:is([data-enable-match="false"] *)) {
    color: var(--diff-create-link-color);
  }

  .html-diff [data-match-type="create"]:not(img):not([data-enable-match="false"]):not(:is([data-enable-match="false"] *)) {
    background-color: var(--diff-create-pill-bg);
    color: var(--diff-create-pill-color);
    border-radius: 4px;
  }

  .html-diff .html-diff-create-inline-wrapper, .html-diff .html-diff-delete-inline-wrapper {
    display: inline-flex;
  }

  .html-diff .html-diff-create-block-wrapper, .html-diff .html-diff-delete-block-wrapper {
    display: flex;
  }

  .html-diff .html-diff-create-inline-wrapper, .html-diff .html-diff-delete-inline-wrapper, .html-diff .html-diff-create-block-wrapper, .html-diff .html-diff-delete-block-wrapper {
    flex-direction: row;
    align-items: center;
    position: relative;
  }

  .html-diff .html-diff-create-inline-wrapper:after, .html-diff .html-diff-delete-inline-wrapper:after, .html-diff .html-diff-create-block-wrapper:after, .html-diff .html-diff-delete-block-wrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* [project]/apps/web/src/collections/fields/slug/styles.scss.css [app-client] (css) */
.slug-field-component .label-wrapper {
  justify-content: space-between;
  align-items: center;
  gap: calc(var(--base)/2);
  display: flex;
}

.slug-field-component .lock-button {
  margin: 0;
  padding-bottom: .3125rem;
}

.slug-field-component .field-error.tooltip {
  top: unset;
  bottom: calc(var(--base)*-1.75);
}

.slug-field-component .field-error.tooltip:after {
  border-top: unset;
  bottom: calc(100% + var(--caret-size) - 1px);
  border-bottom: var(--caret-size) solid var(--theme-error-300);
}

/* [project]/node_modules/.pnpm/@payloadcms+ui@3.80.0_@types+react@19.2.14_monaco-editor@0.55.1_next@16.2.3_@playwright_90c91588e23a7e4ddc9e47f61e2e2c99/node_modules/@payloadcms/ui/dist/elements/Banner/index.scss.css [app-client] (css) */
@layer payload-default {
  .banner {
    vertical-align: middle;
    background: var(--theme-elevation-100);
    color: var(--theme-elevation-800);
    border: 0;
    border-radius: 4px;
    margin-bottom: 1.53846rem;
    padding: 10px;
    font-size: 1rem;
    line-height: 20px;
  }

  .banner--has-action {
    cursor: pointer;
    text-decoration: none;
  }

  .banner--has-icon {
    display: flex;
  }

  .banner--has-icon svg {
    display: block;
  }

  .banner--type-default.button--has-action:hover {
    background: var(--theme-elevation-900);
  }

  .banner--type-default.button--has-action:active {
    background: var(--theme-elevation-950);
  }

  .banner--type-error {
    background: var(--theme-error-100);
    color: var(--theme-error-600);
  }

  .banner--type-error svg .stroke {
    stroke: var(--theme-error-600);
    fill: none;
  }

  .banner--type-error svg .fill {
    fill: var(--theme-error-600);
  }

  .banner--type-error.button--has-action:hover {
    background: var(--theme-error-200);
  }

  .banner--type-error.button--has-action:active {
    background: var(--theme-error-300);
  }

  .banner--type-success {
    background: var(--theme-success-100);
    color: var(--theme-success-600);
  }

  .banner--type-success.button--has-action:hover, .banner--type-success.button--has-action:active {
    background: var(--theme-success-200);
  }
}

/* [project]/node_modules/.pnpm/@payloadcms+ui@3.80.0_@types+react@19.2.14_monaco-editor@0.55.1_next@16.2.3_@playwright_90c91588e23a7e4ddc9e47f61e2e2c99/node_modules/@payloadcms/ui/dist/icons/Chevron/index.scss.css [app-client] (css) */
@layer payload-default {
  .icon--chevron {
    height: var(--base);
    width: var(--base);
  }

  .icon--chevron .stroke {
    fill: none;
    stroke: currentColor;
    stroke-width: 1px;
    vector-effect: non-scaling-stroke;
  }

  .icon--chevron.icon--size-large {
    height: var(--base);
    width: var(--base);
  }

  .icon--chevron.icon--size-small {
    width: 12px;
    height: 12px;
  }
}

/* [project]/node_modules/.pnpm/@payloadcms+ui@3.80.0_@types+react@19.2.14_monaco-editor@0.55.1_next@16.2.3_@playwright_90c91588e23a7e4ddc9e47f61e2e2c99/node_modules/@payloadcms/ui/dist/icons/Edit/index.scss.css [app-client] (css) */
@layer payload-default {
  .icon--edit {
    shape-rendering: auto;
    width: 1.53846rem;
    height: 1.53846rem;
  }

  .icon--edit .stroke {
    fill: none;
    stroke: currentColor;
  }
}

/* [project]/node_modules/.pnpm/@payloadcms+ui@3.80.0_@types+react@19.2.14_monaco-editor@0.55.1_next@16.2.3_@playwright_90c91588e23a7e4ddc9e47f61e2e2c99/node_modules/@payloadcms/ui/dist/icons/Link/index.scss.css [app-client] (css) */
@layer payload-default {
  .icon--link {
    width: 1.53846rem;
    height: 1.53846rem;
  }

  .icon--link .stroke {
    stroke: currentColor;
    stroke-width: 1px;
  }
}

/* [project]/node_modules/.pnpm/@payloadcms+ui@3.80.0_@types+react@19.2.14_monaco-editor@0.55.1_next@16.2.3_@playwright_90c91588e23a7e4ddc9e47f61e2e2c99/node_modules/@payloadcms/ui/dist/icons/Plus/index.scss.css [app-client] (css) */
@layer payload-default {
  .icon--plus .stroke {
    stroke: currentColor;
    stroke-width: 1px;
  }
}

/* [project]/node_modules/.pnpm/@payloadcms+ui@3.80.0_@types+react@19.2.14_monaco-editor@0.55.1_next@16.2.3_@playwright_90c91588e23a7e4ddc9e47f61e2e2c99/node_modules/@payloadcms/ui/dist/icons/Swap/index.scss.css [app-client] (css) */
@layer payload-default {
  .icon--swap {
    width: 1.53846rem;
    height: 1.53846rem;
  }

  .icon--swap .stroke {
    fill: none;
    stroke: currentColor;
    stroke-width: 1px;
  }
}

/* [project]/node_modules/.pnpm/@payloadcms+ui@3.80.0_@types+react@19.2.14_monaco-editor@0.55.1_next@16.2.3_@playwright_90c91588e23a7e4ddc9e47f61e2e2c99/node_modules/@payloadcms/ui/dist/icons/X/index.scss.css [app-client] (css) */
@layer payload-default {
  .icon--x .stroke {
    stroke: currentColor;
    stroke-width: 1px;
  }
}

/* [project]/node_modules/.pnpm/@payloadcms+ui@3.80.0_@types+react@19.2.14_monaco-editor@0.55.1_next@16.2.3_@playwright_90c91588e23a7e4ddc9e47f61e2e2c99/node_modules/@payloadcms/ui/dist/elements/Popup/PopupButtonList/index.scss.css [app-client] (css) */
@layer payload-default {
  .popup-button-list__button button, .popup-button-list__button {
    box-shadow: none;
    color: currentColor;
    font-family: var(--font-body);
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0;
  }

  .popup-button-list {
    --list-button-padding: calc(var(--base) * .5);
    --popup-button-list-gap: 3px;
    text-align: left;
    flex-direction: column;
    display: flex;
  }

  [dir="rtl"] .popup-button-list__text-align--left {
    text-align: right;
  }

  .popup-button-list__text-align--left {
    text-align: left;
  }

  .popup-button-list__text-align--center {
    text-align: center;
  }

  [dir="rtl"] .popup-button-list__text-align--right {
    text-align: left;
  }

  .popup-button-list__text-align--right {
    text-align: right;
  }

  .popup-button-list__button {
    padding-left: var(--list-button-padding);
    padding-right: var(--list-button-padding);
    padding-top: calc(2px + var(--popup-button-list-gap)/2);
    padding-bottom: calc(2px + var(--popup-button-list-gap)/2);
    cursor: pointer;
    text-align: inherit;
    line-height: var(--base);
    border-radius: 3px;
    width: 100%;
    text-decoration: none;
  }

  .popup-button-list__button button:focus-visible {
    outline: none;
  }

  .popup-button-list__button:hover, .popup-button-list__button:focus-visible, .popup-button-list__button:focus-within {
    background-color: var(--popup-button-highlight);
    outline: none;
  }

  .popup-button-list__button--selected {
    background-color: var(--theme-elevation-150);
  }

  .popup-button-list__disabled {
    cursor: not-allowed;
    --popup-button-highlight: transparent;
    background-color: var(--popup-button-highlight);
    color: var(--theme-elevation-350);
  }

  .popup-button-list__disabled:hover {
    --popup-button-highlight: var(--theme-elevation-50);
  }
}

/* [project]/node_modules/.pnpm/@payloadcms+ui@3.80.0_@types+react@19.2.14_monaco-editor@0.55.1_next@16.2.3_@playwright_90c91588e23a7e4ddc9e47f61e2e2c99/node_modules/@payloadcms/ui/dist/elements/Popup/PopupDivider/index.scss.css [app-client] (css) */
@layer payload-default {
  .popup-divider {
    background-color: var(--theme-elevation-150);
    width: 100%;
    height: 1px;
    margin: calc(var(--base)*.75) 0;
    border: none;
  }
}

/* [project]/node_modules/.pnpm/@payloadcms+ui@3.80.0_@types+react@19.2.14_monaco-editor@0.55.1_next@16.2.3_@playwright_90c91588e23a7e4ddc9e47f61e2e2c99/node_modules/@payloadcms/ui/dist/elements/Popup/PopupGroupLabel/index.scss.css [app-client] (css) */
@layer payload-default {
  .popup-list-group-label {
    color: var(--theme-elevation-500);
    margin-top: calc(var(--base)*.25);
    margin-bottom: calc(var(--base)*.5);
    font-weight: 500;
    line-height: 1;
  }
}

/* [project]/node_modules/.pnpm/@payloadcms+ui@3.80.0_@types+react@19.2.14_monaco-editor@0.55.1_next@16.2.3_@playwright_90c91588e23a7e4ddc9e47f61e2e2c99/node_modules/@payloadcms/ui/dist/elements/Popup/index.scss.css [app-client] (css) */
@layer payload-default {
  .popup {
    position: relative;
  }

  .popup__trigger-wrap {
    cursor: pointer;
    align-items: stretch;
    height: 100%;
    display: flex;
  }

  .popup__on-hover-watch {
    display: contents;
  }

  .popup__hidden-content {
    display: none;
  }

  .popup__content {
    --popup-caret-size: 8px;
    --popup-button-highlight: var(--theme-elevation-150);
    z-index: var(--z-popup);
    background: var(--theme-input-bg);
    color: var(--theme-text);
    padding: calc(var(--base)*.5);
    min-width: 150px;
    max-width: calc(100vw - var(--base));
    border-radius: 4px;
    position: absolute;
    box-shadow: 0 -2px 16px -2px #0003;
  }

  .popup__content.popup--size-xsmall {
    min-width: 80px;
  }

  .popup__content.popup--size-small {
    min-width: 100px;
  }

  .popup__content.popup--size-large {
    min-width: 200px;
  }

  .popup__content.popup--size-fit-content {
    min-width: fit-content;
  }

  .popup__scroll-container {
    max-height: calc(var(--base)*10);
    overflow-y: auto;
  }

  .popup__scroll-container:not(.popup__scroll-container--show-scrollbar) {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .popup__scroll-container:not(.popup__scroll-container--show-scrollbar)::-webkit-scrollbar {
    display: none;
  }

  .popup__caret {
    border: var(--popup-caret-size) solid #0000;
    width: 0;
    height: 0;
    left: var(--caret-left, 16px);
    position: absolute;
    transform: translateX(-50%);
  }

  .popup--v-bottom .popup__caret {
    top: calc(var(--popup-caret-size)*-2);
    border-bottom-color: var(--theme-input-bg);
  }

  .popup--v-top .popup__caret {
    bottom: calc(var(--popup-caret-size)*-2);
    border-top-color: var(--theme-input-bg);
  }
}

/* [project]/node_modules/.pnpm/@payloadcms+ui@3.80.0_@types+react@19.2.14_monaco-editor@0.55.1_next@16.2.3_@playwright_90c91588e23a7e4ddc9e47f61e2e2c99/node_modules/@payloadcms/ui/dist/elements/Popup/PopupTrigger/index.scss.css [app-client] (css) */
@layer payload-default {
  .popup-button {
    color: currentColor;
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    border: 0;
    padding: 0;
    font-family: inherit;
    display: inline-flex;
  }

  .popup-button--background {
    background: none;
  }

  .popup-button--size-xsmall {
    padding: 2px;
  }

  .popup-button--size-small {
    padding: 4px;
  }

  .popup-button--size-medium {
    padding: 6px;
  }

  .popup-button--size-large {
    padding: 8px;
  }

  .popup-button--disabled {
    cursor: not-allowed;
  }
}

/* [project]/node_modules/.pnpm/@payloadcms+ui@3.80.0_@types+react@19.2.14_monaco-editor@0.55.1_next@16.2.3_@playwright_90c91588e23a7e4ddc9e47f61e2e2c99/node_modules/@payloadcms/ui/dist/elements/Button/index.scss.css [app-client] (css) */
@layer payload-default {
  a.btn {
    display: inline-block;
  }

  .btn--withPopup {
    margin-block: 4px;
  }

  .btn--withPopup .btn {
    margin: 0;
  }

  .btn {
    --btn-font-weight: normal;
  }

  .btn * {
    pointer-events: none;
  }

  .btn--style-primary {
    --color: var(--theme-elevation-0);
    --bg-color: var(--theme-elevation-800);
    --hover-bg: var(--theme-elevation-600);
    --hover-color: var(--color);
  }

  .btn--style-primary.btn--disabled {
    --bg-color: var(--theme-elevation-200);
    --color: var(--theme-elevation-800);
    --hover-bg: var(--bg-color);
    --hover-color: var(--color);
  }

  .btn--style-secondary {
    --color: var(--theme-text);
    --bg-color: transparent;
    --btn-border: 1px solid var(--theme-elevation-800);
    --hover-color: var(--theme-elevation-600);
    --hover-btn-border: 1px solid var(--theme-elevation-400);
  }

  .btn--style-secondary.btn--disabled {
    --color: var(--theme-elevation-200);
    --btn-border: 1px solid var(--theme-elevation-200);
    --hover-btn-border: 1px solid var(--theme-elevation-200);
    --hover-color: var(--color);
  }

  .btn--style-dashed {
    --color: var(--theme-elevation-500);
    --bg-color: transparent;
    --hover-color: var(--theme-text);
    --btn-border: 1px dashed var(--theme-elevation-200);
    --hover-btn-border: 1px dashed var(--theme-elevation-400);
  }

  .btn--style-dashed.btn--disabled {
    --color: var(--theme-elevation-250);
    --hover-color: var(--color);
    --hover-bg: transparent;
    --btn-border: 1px dashed var(--theme-elevation-200);
    --hover-btn-border: var(--btn-border);
  }

  .btn--style-pill {
    --bg-color: var(--theme-elevation-150);
    --color: var(--theme-elevation-800);
    --hover-color: var(--theme-elevation-800);
    --hover-bg: var(--theme-elevation-100);
  }

  .btn--style-pill.btn--disabled {
    --color: var(--theme-elevation-600);
    --hover-bg: var(--bg-color);
    --hover-color: var(--color);
  }

  .btn--style-icon-label, .btn--style-icon-label.btn--icon-position-left, .btn--style-icon-label.btn--icon-position-right {
    --color: var(--theme-text);
    --bg-color: transparent;
    --hover-color: var(--theme-elevation-600);
    padding: 0;
    font-weight: 600;
  }

  .btn--style-icon-label.btn--disabled, .btn--style-icon-label.btn--icon-position-left.btn--disabled, .btn--style-icon-label.btn--icon-position-right.btn--disabled {
    --color: var(--theme-elevation-200);
    --hover-color: var(--color);
  }

  .btn--style-icon-label .btn__content, .btn--style-icon-label.btn--icon-position-left .btn__content, .btn--style-icon-label.btn--icon-position-right .btn__content {
    --btn-icon-content-gap: calc(var(--base) * .4);
  }

  .btn--style-subtle {
    --color: var(--theme-text);
    --bg-color: var(--theme-elevation-100);
    --hover-bg: var(--theme-elevation-150);
    --btn-border: 1px solid var(--theme-elevation-200);
    --hover-btn-border: 1px solid var(--theme-elevation-250);
  }

  .btn--style-subtle.btn--disabled {
    --color: var(--theme-elevation-450);
    --hover-btn-border: var(--btn-border);
    --hover-bg: var(--bg-color);
    --hover-color: var(--color);
  }

  .btn--style-tab {
    --bg-color: transparent;
    --hover-bg: var(--theme-elevation-50);
    --color: var(--theme-text);
    --btn-font-weight: 500;
  }

  .btn--style-tab.btn--disabled {
    --btn-font-weight: 600;
    --bg-color: var(--theme-elevation-100);
    --hover-bg: var(--bg-color);
    --hover-color: var(--color);
  }

  .popup--active .btn {
    background-color: var(--hover-bg);
  }

  .btn--withPopup .popup-button {
    color: var(--color, inherit);
    background-color: var(--bg-color);
    border: var(--btn-border, 1px solid transparent);
    border-radius: 4px;
    align-items: center;
  }

  html:not([dir="RTL"]) .btn--withPopup .popup-button {
    border-left: 1px solid var(--theme-bg);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  html[dir="RTL"] .btn--withPopup .popup-button {
    border-right: 1px solid var(--theme-bg);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .btn--withPopup .popup-button:hover, .btn--withPopup .popup-button:focus-visible, .btn--withPopup .popup-button:focus, .btn--withPopup .popup-button:active {
    background-color: var(--hover-bg);
    color: var(--hover-color);
    border: var(--hover-btn-border, 1px solid transparent);
  }

  .btn--withPopup .popup-button:hover .btn__icon .stroke, .btn--withPopup .popup-button:focus-visible .btn__icon .stroke, .btn--withPopup .popup-button:focus .btn__icon .stroke, .btn--withPopup .popup-button:active .btn__icon .stroke {
    stroke: var(--hover-color, currentColor);
  }

  .btn--withPopup .popup-button:hover .btn__icon .fill, .btn--withPopup .popup-button:focus-visible .btn__icon .fill, .btn--withPopup .popup-button:focus .btn__icon .fill, .btn--withPopup .popup-button:active .btn__icon .fill {
    fill: var(--hover-color, currentColor);
  }

  .btn:hover, .btn:focus-visible, .btn:focus, .btn:active, .btn--withPopup .btn:hover, .btn--withPopup .btn:focus-visible, .btn--withPopup .btn:focus, .btn--withPopup .btn:active {
    color: var(--hover-color);
    background-color: var(--hover-bg);
    border: var(--hover-btn-border, var(--btn-border, 1px solid transparent));
  }

  .btn--disabled, .btn--disabled .btn {
    cursor: not-allowed;
  }

  .btn {
    --btn-padding-block-start: 0;
    --btn-padding-inline-end: 0;
    --btn-padding-block-end: 0;
    --btn-padding-inline-start: 0;
    --btn-icon-size: calc(var(--base) * 1.2);
    --btn-icon-border-color: currentColor;
    --btn-icon-padding: 0px;
    --btn-icon-content-gap: calc(var(--base) * .4);
    --margin-block: calc(var(--base) * 1.2);
    --btn-line-height: calc(var(--base) * 1.1);
    --btn-base-transition: .1s cubic-bezier(0, .2, .2, 1);
    border-radius: var(--style-radius-s);
    font-size: var(--base-body-size);
    font-family: var(--font-body);
    font-weight: var(--btn-font-weight, normal);
    margin-block: var(--margin-block);
    line-height: var(--btn-line-height);
    border: var(--btn-border, 1px solid transparent);
    cursor: pointer;
    transition: border,color,background,var(--btn-base-transition);
    padding: var(--btn-padding-block-start) var(--btn-padding-inline-end) var(--btn-padding-block-end) var(--btn-padding-inline-start);
    color: var(--color, inherit);
    background-color: var(--bg-color, transparent);
    text-decoration: none;
  }

  .btn__icon {
    width: 100%;
    height: 100%;
  }

  .btn__icon .stroke {
    stroke: var(--color, currentColor);
    fill: none;
  }

  .btn__icon .fill {
    fill: var(--color, currentColor);
  }

  .btn__content {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btn__icon {
    width: var(--btn-icon-size);
    height: var(--btn-icon-size);
    border: 1px solid var(--btn-icon-border-color);
    padding: var(--btn-icon-padding);
    color: inherit;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btn__icon svg {
    width: 100%;
    height: 100%;
  }

  .btn__icon.btn--size-small {
    padding: calc(var(--base)*.2);
  }

  .btn--withPopup {
    display: flex;
  }

  .btn--has-tooltip {
    position: relative;
  }

  .btn--icon .btn__content {
    gap: var(--btn-icon-content-gap);
  }

  .btn--icon-style-without-border, .btn--icon-style-none {
    --btn-icon-border-color: transparent;
  }

  .btn--icon-position-left .btn__content {
    flex-direction: row-reverse;
  }

  .btn--size-small {
    --btn-icon-size: calc(var(--base) * .9);
    --btn-icon-content-gap: calc(var(--base) * .2);
    --btn-padding-block-start: 0;
    --btn-padding-inline-end: calc(var(--base) * .4);
    --btn-padding-inline-start: calc(var(--base) * .4);
    --btn-padding-block-end: 0;
  }

  .btn--size-small:not(.btn--icon-only).btn--icon-position-left {
    --btn-padding-inline-start: calc(var(--base) * .3);
  }

  .btn--size-small:not(.btn--icon-only).btn--icon-position-right {
    --btn-padding-inline-end: calc(var(--base) * .3);
  }

  .btn--size-xsmall {
    --btn-icon-size: calc(var(--base) * .8);
    --btn-icon-content-gap: calc(var(--base) * .2);
    --btn-padding-block-start: 0;
    --btn-padding-inline-end: calc(var(--base) * .3);
    --btn-padding-inline-start: calc(var(--base) * .3);
    --btn-padding-block-end: 0;
  }

  .btn--size-xsmall:not(.btn--icon-only).btn--icon-position-left {
    --btn-padding-inline-start: calc(var(--base) * .2);
  }

  .btn--size-xsmall:not(.btn--icon-only).btn--icon-position-right {
    --btn-padding-inline-end: calc(var(--base) * .2);
  }

  .btn--size-medium {
    --btn-icon-size: calc(var(--base) * 1.1);
    --btn-icon-content-gap: calc(var(--base) * .2);
    --btn-padding-block-start: calc(var(--base) * .2);
    --btn-padding-inline-end: calc(var(--base) * .6);
    --btn-padding-block-end: calc(var(--base) * .2);
    --btn-padding-inline-start: calc(var(--base) * .6);
  }

  .btn--size-medium:not(.btn--icon-only).btn--icon-position-left {
    --btn-padding-inline-start: calc(var(--base) * .4);
  }

  .btn--size-medium:not(.btn--icon-only).btn--icon-position-right {
    --btn-padding-inline-end: calc(var(--base) * .4);
  }

  .btn--size-large {
    --btn-icon-size: calc(var(--base) * 1.2);
    --btn-icon-content-gap: calc(var(--base) * .4);
    --btn-padding-block-start: calc(var(--base) * .4);
    --btn-padding-inline-end: calc(var(--base) * .8);
    --btn-padding-inline-start: calc(var(--base) * .8);
    --btn-padding-block-end: calc(var(--base) * .4);
  }

  .btn--size-large:not(.btn--icon-only).btn--icon-position-left {
    --btn-padding-inline-start: calc(var(--base) * .6);
  }

  .btn--size-large:not(.btn--icon-only).btn--icon-position-right {
    --btn-padding-inline-end: calc(var(--base) * .6);
  }

  html:not([dir="RTL"]) .btn--withPopup .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  html[dir="RTL"] .btn--withPopup .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .btn:focus-visible {
    outline: var(--accessibility-outline);
    outline-offset: var(--accessibility-outline-offset);
  }

  .btn.btn--disabled {
    cursor: not-allowed;
  }

  .btn--style-none {
    padding: 0;
  }

  .btn--no-margin {
    --margin-block: 0;
  }
}

/* [project]/node_modules/.pnpm/@payloadcms+ui@3.80.0_@types+react@19.2.14_monaco-editor@0.55.1_next@16.2.3_@playwright_90c91588e23a7e4ddc9e47f61e2e2c99/node_modules/@payloadcms/ui/dist/elements/Tooltip/index.scss.css [app-client] (css) */
@layer payload-default {
  .tooltip {
    --caret-size: 6px;
    opacity: 0;
    background-color: var(--theme-elevation-800);
    z-index: 3;
    color: var(--theme-elevation-0);
    white-space: nowrap;
    visibility: hidden;
    border-radius: 2px;
    padding: 4px 8px;
    font-weight: normal;
    line-height: 15px;
    position: absolute;
    left: 50%;
  }

  .tooltip:after {
    content: " ";
    border-left: var(--caret-size) solid #0000;
    border-right: var(--caret-size) solid #0000;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    transform: translate3d(-50%, 100%, 0);
  }

  .tooltip--show {
    visibility: visible;
    opacity: 1;
    cursor: default;
    transition: opacity .2s ease-in-out;
  }

  .tooltip--caret-center:after {
    left: 50%;
  }

  .tooltip--caret-left:after {
    left: calc(var(--base)*.5);
  }

  .tooltip--caret-right:after {
    right: calc(var(--base)*.5);
  }

  .tooltip--position-top {
    top: calc(var(--base)*-1.25);
    transform: translate3d(-50%, calc(var(--caret-size) * -1), 0);
  }

  .tooltip--position-top:after {
    border-top: var(--caret-size) solid var(--theme-elevation-800);
    bottom: 1px;
  }

  .tooltip--position-bottom {
    bottom: calc(var(--base)*-1.25);
    transform: translate3d(-50%, var(--caret-size), 0);
  }

  .tooltip--position-bottom:after {
    bottom: calc(100% + var(--caret-size) - 1px);
    border-bottom: var(--caret-size) solid var(--theme-elevation-800);
  }

  .tooltip .tooltip-content {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
  }

  @media (max-width: 1024px) {
    .tooltip {
      display: none;
    }
  }

  html[data-theme="light"] .tooltip:not(.field-error) {
    background-color: var(--theme-elevation-100);
    color: var(--theme-elevation-1000);
  }

  html[data-theme="light"] .tooltip--position-top:not(.field-error):after {
    border-top-color: var(--theme-elevation-100);
  }

  html[data-theme="light"] .tooltip--position-bottom:not(.field-error):after {
    border-bottom-color: var(--theme-elevation-100);
  }
}

/* [project]/node_modules/.pnpm/@payloadcms+ui@3.80.0_@types+react@19.2.14_monaco-editor@0.55.1_next@16.2.3_@playwright_90c91588e23a7e4ddc9e47f61e2e2c99/node_modules/@payloadcms/ui/dist/elements/Card/index.scss.css [app-client] (css) */
@layer payload-default {
  .card__title {
    font-family: var(--font-body);
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
  }

  .card {
    background: var(--theme-elevation-50);
    border-radius: var(--style-radius-m);
    border: 1px solid var(--theme-border-color);
    justify-content: space-between;
    align-self: start;
    gap: 16px;
    width: 100%;
    min-height: 80px;
    padding: 16px;
    transition-property: border, box-shadow, background;
    transition-duration: .1s;
    transition-timing-function: cubic-bezier(0, .2, .2, 1);
    display: flex;
    position: relative;
  }

  .card__title {
    letter-spacing: 0;
    width: 100%;
    margin: 2px 0;
    font-weight: 600;
    line-height: 16px;
  }

  .card__actions {
    z-index: 2;
    display: inline-flex;
    position: relative;
  }

  .card__actions .btn {
    flex-shrink: 0;
    margin: 0;
  }

  .card__actions .btn__icon {
    border: 1px solid var(--theme-border-color);
    transition-property: border, box-shadow, color, background;
    transition-duration: .1s;
    transition-timing-function: cubic-bezier(0, .2, .2, 1);
  }

  .card__actions .btn__icon:hover {
    border: 1px solid var(--theme-elevation-500);
    background-color: var(--theme-elevation-0);
    color: currentColor;
    box-shadow: 0 2px 2px -1px #0000001a;
  }

  .card--has-onclick {
    cursor: pointer;
  }

  .card--has-onclick:hover {
    background: var(--theme-elevation-50);
    border: 1px solid var(--theme-elevation-250);
    box-shadow: 0 4px 8px -2px #0000000d;
  }

  .card__click {
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* [project]/node_modules/.pnpm/@payloadcms+ui@3.80.0_@types+react@19.2.14_monaco-editor@0.55.1_next@16.2.3_@playwright_90c91588e23a7e4ddc9e47f61e2e2c99/node_modules/@payloadcms/ui/dist/icons/Lock/index.scss.css [app-client] (css) */
@layer payload-default {
  .icon--lock .stroke {
    stroke: currentColor;
    stroke-width: 1px;
  }
}

/* [project]/node_modules/.pnpm/@payloadcms+ui@3.80.0_@types+react@19.2.14_monaco-editor@0.55.1_next@16.2.3_@playwright_90c91588e23a7e4ddc9e47f61e2e2c99/node_modules/@payloadcms/ui/dist/elements/Locked/index.scss.css [app-client] (css) */
@layer payload-default {
  .locked {
    pointer-events: all;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    position: relative;
  }

  .locked__tooltip {
    transform: translate3d(0%, calc(var(--caret-size) * -1), 0);
    left: 0;
  }
}

/* [project]/node_modules/.pnpm/@payloadcms+ui@3.80.0_@types+react@19.2.14_monaco-editor@0.55.1_next@16.2.3_@playwright_90c91588e23a7e4ddc9e47f61e2e2c99/node_modules/@payloadcms/ui/dist/widgets/CollectionCards/index.scss.css [app-client] (css) */
@layer payload-default {
  .collections {
    --gap: var(--base);
    --cols: 5;
    width: 100%;
    display: flex;
  }

  .collections__wrap {
    gap: var(--base);
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .collections__group {
    gap: var(--gap);
    flex-direction: column;
    display: flex;
  }

  .collections__label {
    margin: 0;
  }

  .collections__card-list {
    grid-template-columns: repeat(var(--cols), 1fr);
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
  }

  .collections__card-list .card {
    height: 100%;
  }

  .collections__locked.locked {
    align-items: unset;
    justify-content: unset;
  }

  @media (max-width: 1440px) {
    .collections {
      --cols: 4;
    }
  }

  @media (max-width: 1024px) {
    .collections {
      --gap: var(--base);
      --cols: 2;
    }
  }

  @media (max-width: 768px) {
    .collections {
      --cols: 2;
    }

    .collections__wrap {
      gap: var(--base);
    }

    .collections__card-list {
      gap: 8px;
    }
  }

  @media (max-width: 400px) {
    .collections {
      --cols: 1;
    }
  }
}

