/* [project]/node_modules/.pnpm/@payloadcms+ui@3.84.1_@types+react@19.2.15_monaco-editor@0.55.1_next@16.2.6_@playwright_d7663fb245fb74b59ec5a16037a86298/node_modules/@payloadcms/ui/dist/icons/Check/index.scss.css [app-client] (css) */
@layer payload-default {
  .icon--check {
    width: 1.53846rem;
    height: 1.53846rem;
  }

  .icon--check .stroke {
    fill: none;
    stroke: currentColor;
    stroke-width: 2px;
  }
}

/* [project]/node_modules/.pnpm/@payloadcms+plugin-seo@3.84.1_@types+react@19.2.15_monaco-editor@0.55.1_next@16.2.6_@pl_226ff6d1edff27fc867ecb1fb052bcb6/node_modules/@payloadcms/plugin-seo/dist/fields/index.scss.css [app-client] (css) */
@layer payload-default {
  .plugin-seo__field .field-label {
    display: inline !important;
  }
}

/* [project]/packages/payload-multi-tenant-filter/src/components/tenant-selector/index.scss.css [app-client] (css) */
.tenant-selector {
  width: 100%;
  margin-bottom: 2rem;
}

/* [project]/node_modules/.pnpm/@payloadcms+ui@3.84.1_@types+react@19.2.15_monaco-editor@0.55.1_next@16.2.6_@playwright_d7663fb245fb74b59ec5a16037a86298/node_modules/@payloadcms/ui/dist/elements/FolderView/FolderField/index.scss.css [app-client] (css) */
@layer payload-default {
  .folder-edit-field {
    display: none;
  }

  .edit-many-bulk-uploads__main .folder-edit-field, .edit-many__main .folder-edit-field {
    display: initial;
  }
}

/* [project]/node_modules/.pnpm/@payloadcms+ui@3.84.1_@types+react@19.2.15_monaco-editor@0.55.1_next@16.2.6_@playwright_d7663fb245fb74b59ec5a16037a86298/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.84.1_@types+react@19.2.15_monaco-editor@0.55.1_next@16.2.6_@playwright_d7663fb245fb74b59ec5a16037a86298/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.84.1_@types+react@19.2.15_monaco-editor@0.55.1_next@16.2.6_@playwright_d7663fb245fb74b59ec5a16037a86298/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.84.1_@types+react@19.2.15_monaco-editor@0.55.1_next@16.2.6_@playwright_d7663fb245fb74b59ec5a16037a86298/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.84.1_@types+react@19.2.15_monaco-editor@0.55.1_next@16.2.6_@playwright_d7663fb245fb74b59ec5a16037a86298/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.84.1_@types+react@19.2.15_monaco-editor@0.55.1_next@16.2.6_@playwright_d7663fb245fb74b59ec5a16037a86298/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.84.1_@types+react@19.2.15_monaco-editor@0.55.1_next@16.2.6_@playwright_d7663fb245fb74b59ec5a16037a86298/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.84.1_@types+react@19.2.15_monaco-editor@0.55.1_next@16.2.6_@playwright_d7663fb245fb74b59ec5a16037a86298/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.84.1_@types+react@19.2.15_monaco-editor@0.55.1_next@16.2.6_@playwright_d7663fb245fb74b59ec5a16037a86298/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.84.1_@types+react@19.2.15_monaco-editor@0.55.1_next@16.2.6_@playwright_d7663fb245fb74b59ec5a16037a86298/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.84.1_@types+react@19.2.15_monaco-editor@0.55.1_next@16.2.6_@playwright_d7663fb245fb74b59ec5a16037a86298/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.84.1_@types+react@19.2.15_monaco-editor@0.55.1_next@16.2.6_@playwright_d7663fb245fb74b59ec5a16037a86298/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.84.1_@types+react@19.2.15_monaco-editor@0.55.1_next@16.2.6_@playwright_d7663fb245fb74b59ec5a16037a86298/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.84.1_@types+react@19.2.15_monaco-editor@0.55.1_next@16.2.6_@playwright_d7663fb245fb74b59ec5a16037a86298/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.84.1_@types+react@19.2.15_monaco-editor@0.55.1_next@16.2.6_@playwright_d7663fb245fb74b59ec5a16037a86298/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.84.1_@types+react@19.2.15_monaco-editor@0.55.1_next@16.2.6_@playwright_d7663fb245fb74b59ec5a16037a86298/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.84.1_@types+react@19.2.15_monaco-editor@0.55.1_next@16.2.6_@playwright_d7663fb245fb74b59ec5a16037a86298/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;
    }
  }
}

/* [project]/packages/payload-lexical/src/features/ai-tools/client/plugins/bulk-change-actions-plugin/index.scss.css [app-client] (css) */
@layer payload-default {
  .ai-bulk-actions {
    padding: calc(var(--base)/2);
    gap: calc(var(--base)/2);
    flex-direction: row;
    display: flex;
  }
}

/* [project]/packages/payload-lexical/src/features/ai-tools/client/plugins/rewrite-panel-plugin/index.scss.css [app-client] (css) */
.rewrite-panel {
  border: 1px solid var(--theme-elevation-100);
  border-radius: var(--style-radius-m);
  padding: var(--base);
  margin-top: calc(var(--base)*.5);
  gap: calc(var(--base)*.5);
  flex-direction: column;
  display: flex;
}

.rewrite-panel__header {
  align-items: center;
  gap: calc(var(--base)*.5);
  display: flex;
}

.rewrite-panel__chips {
  gap: calc(var(--base)*.25);
  flex-wrap: wrap;
  display: flex;
}

.rewrite-panel__textarea {
  width: 100%;
  min-height: calc(var(--base)*2);
  padding: calc(var(--base)*.25);
  border: 1px solid var(--theme-elevation-150);
  border-radius: var(--style-radius-s);
  background: var(--theme-input-bg);
  color: var(--theme-text);
  font: inherit;
  resize: vertical;
}

.rewrite-panel__actions {
  justify-content: flex-end;
  gap: calc(var(--base)*.25);
  display: flex;
}

.rewrite-panel__suggestion {
  gap: calc(var(--base)*.25);
  flex-direction: column;
  display: flex;
}

.rewrite-panel__suggestion-content {
  padding: calc(var(--base)*.5);
  border: 1px solid var(--theme-elevation-100);
  border-radius: var(--style-radius-s);
  background: var(--theme-elevation-50);
  color: var(--theme-text);
}

.rewrite-panel__suggestion-content p {
  margin: 0 0 calc(var(--base)*.5);
}

.rewrite-panel__suggestion-content p:last-child {
  margin-bottom: 0;
}

.rewrite-panel__suggestion-content strong {
  font-weight: 600;
}

.rewrite-panel__suggestion-content em {
  font-style: italic;
}

.rewrite-panel__suggestion-content a {
  color: var(--theme-success-500);
  text-decoration: underline;
}

.rewrite-panel__suggestion-content ul, .rewrite-panel__suggestion-content ol {
  padding-left: calc(var(--base)*1.5);
  margin: 0 0 calc(var(--base)*.5);
}

.rewrite-panel__suggestion-content code {
  background: var(--theme-elevation-100);
  border-radius: 2px;
  padding: .1em .3em;
  font-family: monospace;
}

.rewrite-panel__suggestion-content h1, .rewrite-panel__suggestion-content h2, .rewrite-panel__suggestion-content h3 {
  margin: calc(var(--base)*.5) 0;
  font-weight: 600;
}

/* [project]/packages/payload-lexical/src/features/ai-tools/client/plugins/text-change-tooltip-plugin/index.scss.css [app-client] (css) */
@layer payload-default {
  .ai-tooltip-editor-popup {
    height: 100%;
    padding: calc(var(--base)/2);
    gap: calc(var(--base)/2);
    flex-direction: column;
    min-width: 300px;
    display: flex;
  }

  .ai-tooltip-editor-popup .ai-tooltip-editor-popup__header {
    margin-bottom: calc(var(--base)/2);
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .ai-tooltip-editor-popup .ai-tooltip-editor-popup__header header {
    font-weight: 600;
  }

  .ai-tooltip-editor-popup .ai-tooltip-editor-popup__section {
    gap: calc(var(--base)/2);
    flex-direction: column;
    display: flex;
  }

  .ai-tooltip-editor-popup .ai-tooltip-editor-popup__section-horizontal {
    gap: calc(var(--base)/2);
    flex-direction: row;
  }

  .ai-tooltip-editor-popup .ai-tooltip-editor-popup__section--explanation {
    color: var(--theme-text-secondary, #000000a6);
    font-size: .875em;
  }

  [data-theme="dark"] .ai-tooltip-editor-popup .ai-tooltip-editor-popup__section--explanation {
    color: var(--theme-text-secondary, #ffffffa6);
  }

  .ai-tooltip-editor-popup .pill-added {
    background-color: var(--theme-success-100);
    color: var(--theme-success-750);
  }

  [data-theme="dark"] .ai-tooltip-editor-popup .pill-added {
    background-color: var(--theme-success-800);
    color: var(--theme-success-150);
  }

  .ai-tooltip-editor-popup .pill-changed {
    background-color: var(--theme-warning-100);
    color: var(--theme-warning-750);
  }

  [data-theme="dark"] .ai-tooltip-editor-popup .pill-changed {
    background-color: var(--theme-warning-800);
    color: var(--theme-warning-150);
  }

  .ai-tooltip-editor-popup .pill-removed {
    background-color: var(--theme-error-100);
    color: var(--theme-error-750);
  }

  [data-theme="dark"] .ai-tooltip-editor-popup .pill-removed {
    background-color: var(--theme-error-800);
    color: var(--theme-error-150);
  }

  .ai-tooltip-editor-popup-portal > div {
    max-height: none;
  }

  .ai-tooltip-editor {
    z-index: 1;
    opacity: 0;
    will-change: transform;
    transition: opacity .2s;
    position: absolute;
    top: 0;
    left: 0;
  }
}

