/* [project]/apps/niice-jam/components/DocCreateTypeface/styles.module.css [app-client] (css) */
.styles-module__UwZX8W__dragDropContainer {
  background-color: #0000;
  height: 100%;
  padding: 0;
  transition: all .2s;
  position: relative;
}

.styles-module__UwZX8W__dragDropContainer .styles-module__UwZX8W__dropZone {
  text-align: center;
  opacity: 0;
  z-index: 10;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  transition: opacity .1s, background-color .1s;
  display: flex;
  position: absolute;
  inset: 0;
}

.styles-module__UwZX8W__dragDropContainer .styles-module__UwZX8W__emptyState {
  text-align: center;
  vertical-align: middle;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
  position: absolute;
  inset: 0;
}

.styles-module__UwZX8W__dragDropContainer .styles-module__UwZX8W__emptyState .styles-module__UwZX8W__fontIcon {
  opacity: .3;
  pointer-events: none;
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
}

.styles-module__UwZX8W__dragDropContainer.styles-module__UwZX8W__dragOver .styles-module__UwZX8W__dropZone {
  opacity: 1;
  background-color: #fffc;
}

.styles-module__UwZX8W__dropZone {
  text-align: center;
  z-index: 10;
  background-color: #fffc;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0;
}

.styles-module__UwZX8W__fontFileContainer {
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.styles-module__UwZX8W__fontFileContainer.styles-module__UwZX8W__uploaded {
  background-color: #e7f5ff;
  border: 1px solid #339af0;
}

.styles-module__UwZX8W__fontFileContainer.styles-module__UwZX8W__pending {
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
}

.styles-module__UwZX8W__modalBody {
  height: 70vh;
  padding: 0;
  overflow: hidden;
}

.styles-module__UwZX8W__modalGrid {
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 2fr;
  height: 70vh;
  margin: 0;
  display: grid;
  overflow: hidden;
}

.styles-module__UwZX8W__header {
  border-bottom: 1px solid var(--mantine-color-gray-3);
  grid-column: 1 / -1;
}

.styles-module__UwZX8W__leftColumn {
  padding: var(--mantine-spacing-sm);
  flex-direction: column;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.styles-module__UwZX8W__rightColumn {
  border-left: 1px solid var(--mantine-color-gray-3);
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: 0;
  display: flex;
  overflow: hidden auto;
}

.styles-module__UwZX8W__fontsTable th:first-child, .styles-module__UwZX8W__fontsTable td:first-child {
  padding-left: var(--mantine-spacing-xs);
}

.styles-module__UwZX8W__fontsTable th:last-child, .styles-module__UwZX8W__fontsTable td:last-child {
  padding-right: var(--mantine-spacing-xs);
  text-align: right;
}

.styles-module__UwZX8W__fontsTable tr {
  align-items: center;
}

.styles-module__UwZX8W__fontsTable td {
  vertical-align: middle;
  align-items: center;
}

.styles-module__UwZX8W__fontsTable th[style*="cursor: pointer"] {
  transition: background-color .2s;
}

.styles-module__UwZX8W__fontsTable th[style*="cursor: pointer"]:hover {
  background-color: var(--mantine-color-gray-1);
}

.styles-module__UwZX8W__Select {
  opacity: .6;
  transition: opacity .1s;
}

.styles-module__UwZX8W__Select:hover {
  opacity: 1;
}

.styles-module__UwZX8W__fileInput .mantine-FileInput-wrapper.mantine-Input-wrapper {
  --input-bg: #0000000d;
}

.styles-module__UwZX8W__removeButton {
  justify-self: center;
  align-self: flex-end !important;
}

/* [project]/apps/niice-jam/components/ControlPanel/Root/styles.module.css [app-client] (css) */
.styles-module__7wIRaq__root {
  column-gap: var(--gutter, 24px);
  padding: 0 var(--margin, 24px) var(--margin, 24px);
  grid-template-columns: 1fr;
  grid-template-areas: "header"
                       "main";
  display: grid;
}

.styles-module__7wIRaq__root:has( > [data-slot="sidebar"]) {
  grid-template-columns: auto 1fr;
  grid-template-areas: "header header"
                       "sidebar main";
}

@media (max-width: 767px) {
  .styles-module__7wIRaq__root:has( > [data-slot="sidebar"]) {
    grid-template-columns: 1fr;
    grid-template-areas: "header"
                         "sidebar"
                         "main";
  }
}

/* [project]/apps/niice-jam/components/ControlPanel/Header/styles.module.css [app-client] (css) */
.styles-module__xZkHTa__root {
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--gutter, 24px);
  padding-bottom: var(--gutter, 24px);
  grid-area: header;
  display: flex;
}

.styles-module__xZkHTa__content {
  flex: 1;
  min-width: 0;
}

.styles-module__xZkHTa__actions {
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  padding-top: .35em;
  display: flex;
}

/* [project]/apps/niice-jam/components/ControlPanel/Sidebar/styles.module.css [app-client] (css) */
.styles-module__rpyBpq__root {
  grid-area: sidebar;
  align-self: start;
  min-width: 200px;
  position: sticky;
  top: 12px;
}

@media (max-width: 767px) {
  .styles-module__rpyBpq__root {
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid var(--mantine-color-default-border, #00000026);
    min-width: 0;
    margin-bottom: var(--gutter, 24px);
    position: static;
    overflow-x: auto;
  }
}

/* [project]/apps/niice-jam/components/ControlPanel/Nav/styles.module.css [app-client] (css) */
.styles-module__dWcVJW__groupLabel {
  font-size: var(--mantine-font-size-xs, .75rem);
  color: var(--mantine-color-dimmed, #00000080);
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 600;
}

.styles-module__dWcVJW__list {
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

@media (max-width: 767px) {
  .styles-module__dWcVJW__groupLabel {
    display: none;
  }

  .styles-module__dWcVJW__list {
    flex-flow: row;
    gap: 0;
  }
}

/* [project]/apps/niice-jam/components/ControlPanel/NavItem/styles.module.css [app-client] (css) */
.styles-module__VgTxWa__item {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  color: var(--mantine-color-dimmed, #00000080);
  font-size: var(--mantine-font-size-md, 1rem);
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 6px 0;
  text-decoration: none;
  transition: color .1s ease-out;
  display: flex;
}

.styles-module__VgTxWa__item:hover {
  color: var(--mantine-color-text, #111);
}

.styles-module__VgTxWa__item[data-active="true"] {
  color: var(--mantine-color-text, #111);
  font-weight: 500;
}

.styles-module__VgTxWa__icon {
  opacity: .4;
  flex-shrink: 0;
  align-items: center;
  transition: opacity .1s ease-out, scale .1s ease-out;
  display: flex;
}

.styles-module__VgTxWa__item:hover .styles-module__VgTxWa__icon {
  opacity: 1;
  scale: 1.1;
}

.styles-module__VgTxWa__item[data-active="true"] .styles-module__VgTxWa__icon {
  opacity: .8;
}

.styles-module__VgTxWa__label {
  flex: 1;
}

.styles-module__VgTxWa__count {
  font-size: var(--mantine-font-size-sm, .875rem);
  opacity: .5;
  color: var(--mantine-color-text, #111);
  font-weight: 400;
}

@media (max-width: 767px) {
  .styles-module__VgTxWa__item {
    white-space: nowrap;
    font-size: var(--mantine-font-size-sm, .875rem);
    width: auto;
    color: var(--mantine-color-dimmed, #00000080);
    border-bottom: 2px solid #0000;
    margin-bottom: -1px;
    padding: 10px 16px;
  }

  .styles-module__VgTxWa__item:hover {
    color: var(--mantine-color-text, #111);
  }

  .styles-module__VgTxWa__item[data-active="true"] {
    color: var(--mantine-color-text, #111);
    border-bottom-color: var(--mantine-color-text, #111);
    font-weight: 500;
  }

  .styles-module__VgTxWa__item[data-active="true"] .styles-module__VgTxWa__icon {
    opacity: 1;
  }

  .styles-module__VgTxWa__count {
    display: none;
  }
}

/* [project]/apps/niice-jam/components/ControlPanel/Main/styles.module.css [app-client] (css) */
.styles-module__7CQIRW__root {
  grid-area: main;
  min-width: 0;
}

/* [project]/apps/niice-jam/components/ControlPanel/Toolbar/styles.module.css [app-client] (css) */
.styles-module___CS95a__root {
  z-index: 10;
  padding: var(--mantine-spacing-sm, 8px) 1px;
  margin-left: -1px;
  margin-top: calc(var(--mantine-spacing-sm, 8px) * -1);
  margin-bottom: calc(var(--gutter, 24px)  - 12px);
  background: #fff;
  align-items: center;
  gap: 12px;
  display: flex;
  position: sticky;
  top: -1px;
}

/* [project]/apps/niice-jam/components/ControlPanel/Search/styles.module.css [app-client] (css) */
.styles-module__bAg_oa__root {
  flex: 1;
  align-items: center;
  display: flex;
}

.styles-module__bAg_oa__root .mantine-Input-section {
  width: auto;
}

.styles-module__bAg_oa__root .mantine-TextInput-input {
  padding-left: 36px;
}

.styles-module__bAg_oa__root .mantine-TextInput-root {
  width: 100%;
}

/* [project]/apps/niice-jam/components/ControlPanel/EmptyState/styles.module.css [app-client] (css) */
.styles-module__LFRdnq__root {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  display: flex;
}

.styles-module__LFRdnq__icon {
  opacity: .3;
  margin-bottom: 1rem;
}

.styles-module__LFRdnq__title {
  font-size: var(--mantine-font-size-lg, 1.125rem);
  color: var(--mantine-color-dimmed);
  margin-bottom: .5rem;
  font-weight: 500;
}

.styles-module__LFRdnq__description {
  color: var(--mantine-color-dimmed);
  opacity: .7;
  text-wrap: balance;
  max-width: 40ch;
  line-height: 1.55;
}

/* [project]/apps/niice-jam/components/AppRouter/ControlPanels/Templates/Header/styles.module.css [app-client] (css) */
.styles-module__FxQ-ma__search-input {
  background-color: #f2f2f2;
  border-radius: 100px;
  padding-left: 12px;
}

.styles-module__FxQ-ma__header-buttons-container {
  gap: 6px;
}

/* [project]/apps/niice-jam/components/AppRouter/ControlPanels/Templates/Header/Tabs/styles.module.css [app-client] (css) */
.styles-module__L3vB_G__tab-container {
  margin: 0 0 1lh;
  display: flex;
}

.styles-module__L3vB_G__tab {
  color: #0009;
  background: none;
  border: none;
  padding: 12px .5lh;
  transition: color .1s ease-out;
}

.styles-module__L3vB_G__tab:first-child {
  margin-left: var(--font-margin-trim);
  padding-left: 0;
}

.styles-module__L3vB_G__tab:last-child {
  padding-right: 0;
}

.styles-module__L3vB_G__tab:hover {
  color: var(--n-text-color);
}

.styles-module__L3vB_G__active {
  color: var(--n-text-color);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--n-accent-color);
  text-decoration-color: var(--n-accent-color);
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}

/* [project]/apps/niice-jam/components/AppRouter/ControlPanels/Templates/TemplateGrid/styles.module.css [app-client] (css) */
.styles-module__ijG2CG__template-grid {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 48px;
  display: grid;
}

@media (min-width: 900px) {
  .styles-module__ijG2CG__template-grid {
    grid-template-columns: repeat(3, minmax(300px, 1fr));
  }
}

/* [project]/apps/niice-jam/components/AppRouter/ControlPanels/Templates/TemplateGrid/TemplateGridItem/styles.module.css [app-client] (css) */
.styles-module__RKcfvG__preview-container {
  all: unset;
  cursor: pointer;
  background-color: #0000000d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  outline: 1px solid #0000000d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  display: flex;
  position: relative;
}

.styles-module__RKcfvG__preview-container .styles-module__RKcfvG__thumbnail {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.styles-module__RKcfvG__preview-container .styles-module__RKcfvG__thumbnail:not(img) {
  aspect-ratio: 4 / 3;
}

.styles-module__RKcfvG__preview-container .styles-module__RKcfvG__item-hover-actions {
  z-index: 0;
  opacity: 0;
  background-image: linear-gradient(0deg, #fff 0%, #fff0 100%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  transition: opacity .2s ease-out;
  display: flex;
  position: absolute;
  inset: -1px;
}

.styles-module__RKcfvG__preview-container button {
  visibility: hidden;
  transition: scale .1s ease-out;
  scale: .8;
}

.styles-module__RKcfvG__preview-container:hover button {
  visibility: visible;
  scale: 1;
}

.styles-module__RKcfvG__preview-container:hover .styles-module__RKcfvG__item-hover-actions {
  opacity: 1;
}

.styles-module__RKcfvG__template-info {
  justify-content: space-between;
  margin-top: 9px;
  display: flex;
}

.styles-module__RKcfvG__template-info-main {
  flex: 1;
}

.styles-module__RKcfvG__template-description {
  color: #0009;
}

.styles-module__RKcfvG__template-name {
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  padding: 0;
}

.styles-module__RKcfvG__template-name:hover {
  text-decoration: underline;
}

.styles-module__RKcfvG__bookmark-button {
  opacity: .4;
  z-index: 1;
  margin-right: -6px;
  transition: opacity .1s ease-out, scale .1s ease-out;
  display: flex;
  position: relative;
}

.styles-module__RKcfvG__bookmark-button:hover {
  opacity: 1;
  scale: 1.1;
}

/* [project]/apps/niice-jam/components/AppRouter/ControlPanels/Templates/IndividualTemplateWrapper/Content/styles.module.css [app-client] (css) */
.styles-module__oSYUxW__content-container {
  padding: var(--n-padding);
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 0;
  display: flex;
  container-type: inline-size;
}

.styles-module__oSYUxW__description {
  opacity: .6;
  margin-top: 24px;
}

.styles-module__oSYUxW__date {
  opacity: .5;
  margin-top: 1lh;
}

.styles-module__oSYUxW__iframe-container {
  aspect-ratio: 16 / 9;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  border: 1px solid #0000001a;
  width: 100%;
  box-shadow: 0 0 2lh #0000000d;
}

.styles-module__oSYUxW__text-container {
  text-align: center;
  max-width: 600px;
  padding: 36px 0;
}

.styles-module__oSYUxW__sub-heading {
  padding-top: 12px;
  padding-bottom: 3px;
  font-size: 54px;
  font-weight: 500;
}

@container (min-width: 600px) {
  .styles-module__oSYUxW__sub-heading {
    font-size: 48px;
  }
}

@container (min-width: 100px) {
  .styles-module__oSYUxW__sub-heading {
    font-size: 24px;
  }
}

@container (min-width: 900px) {
  .styles-module__oSYUxW__sub-heading {
    font-size: 54px;
  }
}

.styles-module__oSYUxW__use-template-button {
  padding: 36px;
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/Shared/SharedDragHandle/styles.module.css [app-client] (css) */
.styles-module__rShFuq__handle {
  cursor: grab;
  z-index: 10;
  opacity: .6;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.styles-module__rShFuq__handle > img {
  pointer-events: none;
  width: 36px;
  height: 36px;
}

.styles-module__rShFuq__handle:hover {
  opacity: 1;
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/SectionBlock/SectionMenu/SectionBackgroundOptions/styles.module.css [app-client] (css) */
.styles-module__T62EnW__colorCircle {
  border: 2px solid rgb(from var(--n-auto-text-color, black) r g b / 40%);
  cursor: pointer;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  transition: transform .2s ease-out;
}

.styles-module__T62EnW__colorCircle:hover {
  transition: transform .1s ease-out;
  transform: scale(1.05);
}

.styles-module__T62EnW__backgroundOptionsMenu [data-transparent="true"] {
  background: none;
}

.styles-module__T62EnW__backgroundOptionsMenu .mantine-ColorPicker-wrapper {
  --cp-thumb-size-sm: 18px;
}

.styles-module__T62EnW__backgroundOptionsMenu .mantine-ColorPicker-body {
  padding: var(--mantine-spacing-xs) 3px;
}

:is(.styles-module__T62EnW__backgroundOptionsMenu .mantine-ColorPicker-saturation, .styles-module__T62EnW__backgroundOptionsMenu .mantine-ColorPicker-saturationOverlay) {
  border-radius: 0;
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/SectionBlock/SectionMenu/styles.module.css [app-client] (css) */
.styles-module__xY-ATq__sectionMenuStickyContainer {
  z-index: 1;
  height: 0;
  position: sticky;
  top: 0;
  left: 0;
}

.styles-module__xY-ATq__sectionMenuStickyContainer[data-only-section="true"] {
  padding-left: 8px;
}

.styles-module__xY-ATq__sectionMenuContainer {
  opacity: 0;
  border-radius: 1000px;
  outline: none;
  align-items: center;
  width: min-content;
  transition: opacity .2s, transform .2s;
  display: flex;
  transform: translate(0, 24px);
}

:is(.node-sectionBlock:hover .styles-module__xY-ATq__sectionMenuContainer, .node-sectionBlock:has(button[aria-expanded="true"]) .styles-module__xY-ATq__sectionMenuContainer) {
  opacity: .6;
  transform: translate(0, 6px)scale(1);
}

:is(.node-sectionBlock:hover .styles-module__xY-ATq__sectionMenuContainer:hover, .node-sectionBlock:has(button[aria-expanded="true"]) .styles-module__xY-ATq__sectionMenuContainer:hover) {
  opacity: 1;
}

.styles-module__xY-ATq__sectionMenuContainer:hover {
  opacity: .6;
  transform: translate(0, 6px)scale(1);
}

.styles-module__xY-ATq__sectionMenuContainer:has(button[aria-expanded="true"]) {
  opacity: .6;
  transform: translate(0, 6px)scale(1);
}

.styles-module__xY-ATq__sectionMenuContainer:hover:hover {
  opacity: 1;
}

.styles-module__xY-ATq__sectionMenuContainer:has(button[aria-expanded="true"]):hover {
  opacity: 1;
}

.styles-module__xY-ATq__sectionMenuContainer > button {
  opacity: .6;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: opacity .1s, scale .1s ease-out;
  display: flex;
}

.styles-module__xY-ATq__sectionMenuContainer > button > img {
  pointer-events: none;
}

.styles-module__xY-ATq__sectionMenuContainer > button:hover, .styles-module__xY-ATq__sectionMenuContainer > button[aria-expanded="true"] {
  opacity: 1;
}

.styles-module__xY-ATq__sectionMenuContainer > button:hover {
  scale: 1.1;
}

.styles-module__xY-ATq__sectionMenuContainer > .divider {
  background: rgb(from var(--n-auto-text-color, black) r g b / 30%);
  width: 1px;
  height: 18px;
}

.styles-module__xY-ATq__sectionMenuContainer > .divider + button {
  width: 42px;
}

.styles-module__xY-ATq__sectionMenuContainer + [data-node-view-content] {
  margin-top: -36px;
}

.styles-module__xY-ATq__moveDownIcon {
  transform: rotate(180deg);
}

.styles-module__xY-ATq__moveUpButton + .styles-module__xY-ATq__moveDownButton > .styles-module__xY-ATq__moveDownIcon {
  transform: translate(-6px)rotate(180deg);
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/SectionBlock/NewSectionInsertMenu/styles.module.css [app-client] (css) */
.styles-module__LCxpuq__trigger {
  background: none;
  border: none;
  outline: none;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

.styles-module__LCxpuq__trigger .styles-module__LCxpuq__add-section-button {
  color: #fffc;
  z-index: 1;
  background: #000;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 3px 12px 3px 3px;
  font-size: 14px;
  line-height: 24px;
  transition: scale .1s ease-out, border .1s ease-out, color .1s ease-out;
  display: flex;
}

.styles-module__LCxpuq__trigger img {
  outline-offset: -1px;
  opacity: .8;
  background: #fff;
  border-radius: 100px;
  outline: 2px solid #000;
  transition: opacity .1s ease-out;
  display: block;
}

.styles-module__LCxpuq__trigger .insert-cursor {
  background: var(--n-affordance-color);
  z-index: 0;
  width: 0;
  height: 2px;
  transition: width .2s ease-in;
  position: absolute;
}

.styles-module__LCxpuq__trigger:hover .styles-module__LCxpuq__add-section-button {
  color: #fff;
  scale: 1.05;
}

.styles-module__LCxpuq__trigger:hover .styles-module__LCxpuq__add-section-button img {
  opacity: 1;
}

.styles-module__LCxpuq__trigger:hover .insert-cursor {
  width: 100vw;
}

/* [project]/apps/niice-jam/components/DocPageOptionsPopover/styles.module.css [app-client] (css) */
.styles-module__n-uf8G__trigger {
  opacity: 0;
}

.styles-module__n-uf8G__trigger:hover {
  opacity: 1 !important;
}

.styles-module__n-uf8G__trigger > img {
  width: 18px;
  height: 4px;
}

.styles-module__n-uf8G__trigger[data-expanded] {
  opacity: 1 !important;
}

.styles-module__n-uf8G__chevron {
  opacity: .4;
  font-size: 16px;
  line-height: 1;
}

/* [project]/apps/niice-jam/components/DocToolbar/DocToolbarMoreMenu/styles.module.css [app-client] (css) */
.styles-module__WRO7YG__trigger {
  width: 72px;
  margin-right: -24px;
  padding: 0 30px 0 6px;
}

.styles-module__WRO7YG__trigger img {
  filter: invert();
  width: 36px;
  height: 36px;
  transition: opacity .1s ease-out, scale .1s ease-out;
}

/* [project]/apps/niice-jam/components/DocToolbar/DocToolbarButton/styles.module.css [app-client] (css) */
.styles-module__zEpqvW__toolbar-button {
  cursor: pointer;
  padding: 0 6px;
  padding-right: calc(6px + var(--n-gutter));
  margin-right: calc(var(--n-gutter) * -1);
  background: none;
  border: none;
  outline: none;
  align-items: center;
  display: flex;
}

.styles-module__zEpqvW__toolbar-button:hover img, .styles-module__zEpqvW__toolbar-button[data-active] img {
  opacity: 1;
  scale: 1.1;
}

.styles-module__zEpqvW__toolbar-button img {
  opacity: .6;
  filter: invert();
  width: 36px;
  height: 36px;
  transition: opacity .1s ease-out, scale .1s ease-out, width .15s ease-out;
}

/* [project]/apps/niice-jam/components/DocToolbar/DocToolbarEditToggle/styles.module.css [app-client] (css) */
.styles-module__kfP7kq__toolbar-edit-toggle {
  cursor: pointer;
  padding: 6px;
  padding-right: calc(6px + var(--n-gutter));
  padding-bottom: calc(6px + var(--n-gutter));
  margin-right: calc(var(--n-gutter) * -1);
  margin-bottom: calc(var(--n-gutter) * -1);
  background: none;
  border: none;
  outline: none;
  align-items: center;
  display: flex;
}

.styles-module__kfP7kq__toolbar-edit-toggle img {
  opacity: .6;
  filter: invert();
  width: 36px;
  height: 36px;
  transition: opacity .1s ease-out, scale .1s ease-out, width .15s ease-out;
}

.styles-module__kfP7kq__toolbar-edit-toggle:hover img {
  opacity: 1;
  scale: 1.1;
}

.styles-module__kfP7kq__toolbar-edit-toggle[data-state="editing"] {
  padding-top: 0;
}

.styles-module__kfP7kq__toolbar-edit-toggle[data-state="editing"] .edit-icon {
  width: 0;
}

.styles-module__kfP7kq__toolbar-edit-toggle[data-state="preview"] .preview-icon {
  width: 0;
}

/* [project]/apps/niice-jam/components/DocToolbar/DocToolbarInsertMenu/styles.module.css [app-client] (css) */
.styles-module__JI_ZjW__insertMenuTrigger {
  aspect-ratio: 1;
  background: #000;
  border-radius: 100px;
  margin-bottom: 9px;
  position: relative;
}

.styles-module__JI_ZjW__insertMenuTrigger button {
  height: 48px;
}

.styles-module__JI_ZjW__insertMenuContainer {
  z-index: 1000;
  pointer-events: all;
  transform-origin: 100% 100%;
  animation: .1s ease-out styles-module__JI_ZjW__scaleIn;
  position: fixed;
  bottom: 18px;
  right: 18px;
  box-shadow: 0 0 24px #0000001a;
}

@keyframes styles-module__JI_ZjW__scaleIn {
  from {
    opacity: 0;
    transform: scale(.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.styles-module__JI_ZjW__commandItem {
  padding: 6px var(--mantine-spacing-xs);
  cursor: pointer;
  background-color: #0000;
  border: none;
  width: 100%;
  transition: background-color .1s;
  display: block;
}

.styles-module__JI_ZjW__commandItem img {
  display: block;
}

.styles-module__JI_ZjW__insertMenuPaper {
  background-color: var(--mantine-color-white);
  width: 400px;
  max-height: 100vh;
  box-shadow: var(--mantine-shadow-lg);
  overflow: hidden;
}

.styles-module__JI_ZjW__commandItem:hover, .styles-module__JI_ZjW__commandItem[data-selected="true"] {
  background-color: var(--mantine-color-brand-0);
}

.styles-module__JI_ZjW__commandItem:focus {
  background-color: var(--mantine-color-brand-1);
  outline: none;
}

.styles-module__JI_ZjW__commandInput input {
  --input-bg: #f2f2f2;
  --input-bd: transparent;
  --input-bd-focus: transparent;
}

.styles-module__JI_ZjW__tab {
  padding: var(--mantine-spacing-xxs) var(--mantine-spacing-xs);
  color: var(--mantine-color-gray-6);
  font-weight: 500;
  font-size: var(--mantine-font-size-sm);
  background-color: #0000;
  border-bottom: 2px solid #0000;
}

.styles-module__JI_ZjW__tab.mantine-focus-auto:focus-visible {
  outline: none !important;
}

.styles-module__JI_ZjW__tab img {
  opacity: .5;
  transition: opacity .15s ease-out;
}

.styles-module__JI_ZjW__tab:hover {
  background-color: var(--mantine-color-gray-0);
  color: var(--mantine-color-gray-8);
}

.styles-module__JI_ZjW__tab:hover img {
  opacity: 1;
}

.styles-module__JI_ZjW__tab[data-active="true"] {
  border-color: #0000;
  border-bottom-color: var(--mantine-color-brand-4);
  color: var(--mantine-color-text);
  background-color: #0000;
}

.styles-module__JI_ZjW__tab[data-active="true"] img {
  opacity: 1;
}

.styles-module__JI_ZjW__tab[data-disabled="true"] {
  color: var(--mantine-color-gray-4);
  cursor: not-allowed;
}

.styles-module__JI_ZjW__scrollArea {
  width: 100%;
  max-width: 100%;
}

.styles-module__JI_ZjW__scrollArea * {
  max-width: 100%;
}

.styles-module__JI_ZjW__itemIcon {
  background: var(--mantine-color-brand-4);
  mix-blend-mode: multiply;
  opacity: .6;
  flex-shrink: 0;
}

.styles-module__JI_ZjW__itemIcon img {
  mix-blend-mode: screen;
  background: #fff;
}

.styles-module__JI_ZjW__itemMetadata {
  flex: 1;
  min-width: 0;
}

.styles-module__JI_ZjW__itemTitle {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
}

.styles-module__JI_ZjW__itemDescription {
  color: var(--mantine-color-dimmed);
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 12px;
  overflow: hidden;
}

.styles-module__JI_ZjW__commandItem[draggable="true"] {
  cursor: grab;
}

.styles-module__JI_ZjW__commandItem:active {
  cursor: grabbing;
}

.styles-module__JI_ZjW__commandItem[data-dragging="true"] {
  opacity: .5;
}

.styles-module__JI_ZjW__commandItemSelected {
  background-color: var(--mantine-color-brand-0);
  border-left: 3px solid var(--mantine-color-brand-4);
}

.styles-module__JI_ZjW__commandItemDefault {
  border-left: 3px solid #0000;
}

.styles-module__JI_ZjW__galleryContainer {
  gap: var(--mantine-spacing-sm);
  padding: var(--mantine-spacing-sm);
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  display: grid;
}

.styles-module__JI_ZjW__galleryItem {
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  transition: all .15s;
  display: flex;
  position: relative;
}

.styles-module__JI_ZjW__galleryItem:hover img {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #0000001a;
}

.styles-module__JI_ZjW__galleryItemSelected img {
  box-shadow: 0 2px 8px #0000001a;
}

.styles-module__JI_ZjW__galleryItemPreview {
  background-color: var(--mantine-color-gray-0);
  outline: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.styles-module__JI_ZjW__galleryItemIcon {
  background: var(--mantine-color-brand-4);
  mix-blend-mode: multiply;
  opacity: .6;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.styles-module__JI_ZjW__galleryItemIcon img {
  mix-blend-mode: screen;
  background: #fff;
  width: 32px;
  height: 32px;
}

.styles-module__JI_ZjW__galleryItemTitle {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  color: var(--mantine-color-dimmed);
  margin-top: 1ex;
  margin-bottom: 2px;
  transition: color .1s ease-out;
  overflow: hidden;
}

.styles-module__JI_ZjW__galleryItem:hover .styles-module__JI_ZjW__galleryItemTitle {
  color: var(--mantine-color-text);
}

.styles-module__JI_ZjW__galleryItem[data-dragging="true"] {
  opacity: .5;
  transform: scale(.95);
}

.styles-module__JI_ZjW__bookmarkButton {
  opacity: 0;
  z-index: 1;
  transition: opacity .15s ease-out, transform .15s ease-out;
  position: absolute;
  top: 4px;
  right: 4px;
}

.styles-module__JI_ZjW__galleryItem:hover .styles-module__JI_ZjW__bookmarkButton {
  opacity: .5;
}

.styles-module__JI_ZjW__bookmarkButton:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}

.styles-module__JI_ZjW__bookmarkButtonActive {
  opacity: .8;
}

.styles-module__JI_ZjW__galleryItem:hover .styles-module__JI_ZjW__bookmarkButtonActive {
  opacity: 1;
}

.styles-module__JI_ZjW__dragImageContainer {
  pointer-events: none;
  z-index: 9999;
  background: #fff;
  position: absolute;
  top: -1000px;
  left: -1000px;
  box-shadow: 0 4px 12px #0003;
}

.styles-module__JI_ZjW__dragImagePreview {
  object-fit: contain;
  width: 300px;
  height: auto;
  max-height: 300px;
  display: block;
}

.styles-module__JI_ZjW__dragImageTitleOverlay {
  display: none;
  position: absolute;
}

.styles-module__JI_ZjW__dragImageIconText {
  color: #333;
  pointer-events: none;
  white-space: nowrap;
  z-index: 9999;
  background: #fff;
  align-items: center;
  gap: 8px;
  max-width: 200px;
  padding: 8px 12px;
  font-size: 14px;
  display: inline-flex;
  position: absolute;
  top: -1000px;
  left: -1000px;
  box-shadow: 0 4px 12px #00000026;
}

.styles-module__JI_ZjW__dragImageIcon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}

.styles-module__JI_ZjW__dragImageIconClone {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.styles-module__JI_ZjW__dragImageText {
  flex-shrink: 0;
}

/* [project]/apps/niice-jam/components/DocsCreateBlockTemplate/styles.module.css [app-client] (css) */
.styles-module___t1lya__form {
  width: 480px;
  padding: 1.5ex;
}

.styles-module___t1lya__form button[role="switch"] {
  margin-left: auto;
  margin-right: 6px;
}

.styles-module___t1lya__form textarea {
  resize: vertical;
}

.styles-module___t1lya__heading {
  margin-top: 1ex;
  margin-left: 1ex;
}

/* [project]/apps/niice-jam/components/DocsTiptapEditor/BubbleMenu/styles.module.css [app-client] (css) */
.styles-module__IWnLKq__trigger {
  font-family: var(--basis-grotesque, "TT Norms Pro Variable");
  font-feature-settings: "pnum";
  opacity: .8;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #000;
  border: none;
  border-right: 1px solid #fff3;
  align-items: center;
  gap: 6px;
  min-width: min-content;
  max-width: 150px;
  height: 36px;
  padding: 0 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .1s;
  display: flex;
  overflow: hidden;
}

.styles-module__IWnLKq__trigger span:first-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 1ex;
  overflow: hidden;
}

.styles-module__IWnLKq__trigger svg {
  margin: 0 -1ex;
}

.styles-module__IWnLKq__trigger svg path {
  fill: #fff;
  opacity: .6;
  transition: opacity .1s;
}

.styles-module__IWnLKq__trigger:hover {
  background-color: #ffffff1a;
}

.styles-module__IWnLKq__trigger:hover svg path {
  opacity: 1;
}

.styles-module__IWnLKq__trigger img {
  filter: invert();
  opacity: .8;
  width: 36px;
  height: 36px;
}

.styles-module__IWnLKq__trigger .styles-module__IWnLKq__dropdown-icon {
  color: #fffc;
  align-self: center;
  font-size: 8px;
}

.styles-module__IWnLKq__dropdown-menu {
  box-sizing: border-box;
  z-index: 10;
  background: #fff;
  border-top: none;
  max-height: 50vh;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: scroll;
  box-shadow: 0 0 12px #0000001a;
}

.styles-module__IWnLKq__dropdown-item {
  border: none;
  width: 100%;
}

.styles-module__IWnLKq__dropdown-item-button {
  font-family: var(--basis-grotesque, "TT Norms Pro Variable");
  font-feature-settings: "pnum";
  text-align: left;
  cursor: pointer;
  color: #000000e6;
  background: none;
  border: none;
  outline: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 36px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.styles-module__IWnLKq__style-selector-button {
  font-family: var(--n-font-family);
  font-size: clamp(10px, var(--n-font-size), 54px);
  line-height: clamp(24px, var(--n-line-height), 60px);
  font-weight: var(--n-font-weight);
  color: var(--n-text-color, var(--n-auto-text-color-light));
  background-color: var(--n-background-color);
  white-space: nowrap;
  text-align: left;
  cursor: pointer;
  text-overflow: ellipsis;
  background: none;
  border: none;
  outline: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px;
  transition: background-color .6s;
  display: flex;
  overflow-x: clip;
}

.styles-module__IWnLKq__style-selector-button span {
  text-overflow: ellipsis;
  font-size: clamp(12px, var(--n-font-size), 30px);
  line-height: clamp(24px, var(--n-line-height), 36px);
  width: 100%;
  overflow-x: clip;
}

.styles-module__IWnLKq__style-selector-button:hover {
  background-color: #0000000d;
  transition: background-color .2s;
}

.styles-module__IWnLKq__dropdown-item-button .styles-module__IWnLKq__left-hanging {
  align-items: center;
  display: flex;
}

.styles-module__IWnLKq__dropdown-item-button .styles-module__IWnLKq__icon {
  opacity: .6;
}

.styles-module__IWnLKq__dropdown-item-button:hover {
  color: #000;
  background: #0000000d;
}

.styles-module__IWnLKq__dropdown-item.styles-module__IWnLKq__is-active .styles-module__IWnLKq__dropdown-item-button {
  font-weight: bold;
}

/* [project]/apps/niice-jam/components/PaginationV2/styles.module.css [app-client] (css) */
.styles-module__5DKnwW__pagination-container {
  text-align: center;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: flex-end;
  place-self: flex-end;
  gap: 4px;
  display: flex;
}

.styles-module__5DKnwW__pagination-control {
  cursor: pointer;
  color: #0009;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  padding: 8px 12px;
  font-weight: bold;
  text-decoration: none;
  display: flex;
}

.styles-module__5DKnwW__pagination-spacer {
  width: 40px;
}

.styles-module__5DKnwW__pagination-control:hover {
  color: #000;
  background-color: #0000000d;
  text-decoration: none;
}

.styles-module__5DKnwW__pagination-selected {
  background-color: #0000000d;
}

.styles-module__5DKnwW__pagination-grid {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/FolderBlock/FolderBlockHeader/styles.module.css [app-client] (css) */
.styles-module___y76oW__split-button-container {
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 1px;
  display: grid;
}

.styles-module___y76oW__split-button-container button + button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.styles-module___y76oW__split-button-container button:has( + button) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.styles-module___y76oW__folder-block-header {
  margin-bottom: var(--gutter);
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.styles-module___y76oW__folder-block-header-options {
  align-items: center;
  display: flex;
}

.styles-module___y76oW__sort-label {
  white-space: nowrap;
}

.styles-module___y76oW__view-switcher {
  align-items: center;
  display: flex;
}

.styles-module___y76oW__view-switcher:hover .styles-module___y76oW__view-icon {
  opacity: 1;
}

.styles-module___y76oW__view-switcher:hover select {
  color: var(--n-auto-text-color, black);
}

.styles-module___y76oW__view-icon {
  opacity: .4;
  pointer-events: none;
  transition: opacity .2s;
}

.styles-module___y76oW__view-switcher select {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  font-family: var(--body-font);
  color: rgb(from var(--n-auto-text-color, black) r g b / 60%);
  background: none;
  border: none;
  padding: 1ex;
  transition: color .2s;
}

.styles-module___y76oW__view-switcher select:focus {
  outline: none;
}

.styles-module___y76oW__search-box {
  align-items: center;
  gap: 8px;
  display: flex;
}

.styles-module___y76oW__search-form {
  flex: 1;
  position: relative;
}

.styles-module___y76oW__search-form:before {
  content: "";
  background-image: var(--search-icon);
  opacity: .4;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  transition: opacity .2s;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1ex;
}

.styles-module___y76oW__search-form:has(input:focus):before {
  opacity: .8;
}

.styles-module___y76oW__search-input {
  width: min-content;
  max-width: 100%;
  padding: var(--niice-baseline-half, 4px) 2ex;
  background: #0000000d;
  border: none;
  border-radius: 100px;
  outline: none;
  margin: 0;
  padding-left: 5ex;
  transition: background-color .2s;
}

.styles-module___y76oW__search-input:focus {
  background: #0000001a;
}

.styles-module___y76oW__folder-block-header-view-options {
  align-items: center;
  gap: 8px;
  display: flex;
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/DocListBlock/GridItem/styles.module.css [app-client] (css) */
.styles-module__siJsia__gridItem {
  box-sizing: border-box;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.styles-module__siJsia__gridItem a {
  width: 100%;
  text-decoration: none;
  display: block;
}

.styles-module__siJsia__gridItemPreview {
  width: 100%;
  aspect-ratio: var(--n-thumbnail-aspect-ratio);
  margin-bottom: var(--mantine-spacing-xs);
  background-color: #0000000d;
  outline: 1px solid #0000001a;
  transition: box-shadow .2s;
  overflow: hidden;
}

.styles-module__siJsia__gridItemPreview img {
  object-fit: cover;
  width: 100%;
  transition: transform .2s;
  display: block;
}

.styles-module__siJsia__gridItemPreview:hover {
  box-shadow: 0 8px 25px #0000001a;
}

.styles-module__siJsia__gridItemPreview:hover img {
  transform: scale(1.02);
}

.styles-module__siJsia__flexBetween {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.styles-module__siJsia__gridItem {
  flex-direction: column;
  flex: 1;
  gap: 4px;
  display: flex;
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/DocListBlock/CarouselLayout/styles.module.css [app-client] (css) */
.styles-module__DONZ8q__carousel ul {
  gap: var(--mantine-spacing-md) !important;
}

.styles-module__DONZ8q__carousel ul .styles-module__DONZ8q__gridItem {
  width: 280px;
}

.styles-module__DONZ8q__carouselContainer {
  position: relative;
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/SearchBlock/SearchBarView/styles.module.css [app-client] (css) */
@layer base {
  .styles-module__Cu-NbW__searchBarContainer {
    background: color-mix(in srgb, currentColor 10%, transparent);
    width: 100%;
    color: var(--n-text-color, var(--n-auto-text-color));
    border-radius: 1000px;
    align-items: center;
    gap: .5lh;
    padding: .5lh 1ch;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
  }
}

.styles-module__Cu-NbW__searchBarInput {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  flex: 1;
  padding: 0;
}

.styles-module__Cu-NbW__searchBarInput::placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/SearchBlock/SearchButtonView/styles.module.css [app-client] (css) */
.styles-module__Q3bqsa__searchButton {
  width: var(--icon-size);
  height: var(--icon-size);
  min-width: var(--icon-size);
  min-height: var(--icon-size);
  background-color: #0000;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

/* [project]/apps/niice-jam/components/AppRouter/Static/Page/Document/document-base.module.css [app-client] (css) */
.document-base-module__lwV2Dq__document {
  grid-area: document;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  container-type: inline-size;
}

.document-base-module__lwV2Dq__document [data-type="doc"] {
  outline: none;
  position: relative;
}

.document-base-module__lwV2Dq__document [data-type="doc"] a {
  cursor: pointer;
}

.document-base-module__lwV2Dq__document [data-type="doc"] {
  font-family: var(--body-font, --n-body-font);
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  font-size: var(--base-font-size);
  line-height: var(--baseline);
  grid-row-gap: 0px;
  grid-auto-rows: min-content;
}

.document-base-module__lwV2Dq__document [data-type="doc"] p > a {
  text-decoration: underline;
}

.document-base-module__lwV2Dq__document [data-type="doc"] strong {
  font-weight: bold;
}

.document-base-module__lwV2Dq__document [data-type="doc"] em {
  font-style: italic;
}

.document-base-module__lwV2Dq__document [data-type="doc"] ul {
  list-style: outside;
}

.document-base-module__lwV2Dq__document [data-type="doc"] ol {
  list-style: decimal;
}

.document-base-module__lwV2Dq__document [data-type="doc"] blockquote {
  text-align: center;
  position: relative;
}

.document-base-module__lwV2Dq__document [data-type="doc"] blockquote p:before, .document-base-module__lwV2Dq__document [data-type="doc"] blockquote p:after {
  color: var(--accent-color);
  display: inline-block;
}

.document-base-module__lwV2Dq__document [data-type="doc"] blockquote p:before {
  content: "“";
  margin-right: .2ex;
}

.document-base-module__lwV2Dq__document [data-type="doc"] blockquote p:after {
  content: "”";
  margin-left: .2ex;
}

.document-base-module__lwV2Dq__document [data-type="doc"] > * {
  grid-column: main;
}

.document-base-module__lwV2Dq__document [data-type="doc"] [data-region-width="fullbleed"] {
  grid-column: fullbleed;
}

.document-base-module__lwV2Dq__document [data-type="doc"] p[data-region-width="fullbleed"], .document-base-module__lwV2Dq__document [data-type="doc"] h1[data-region-width="fullbleed"], .document-base-module__lwV2Dq__document [data-type="doc"] h2[data-region-width="fullbleed"], .document-base-module__lwV2Dq__document [data-type="doc"] h3[data-region-width="fullbleed"], .document-base-module__lwV2Dq__document [data-type="doc"] h4[data-region-width="fullbleed"], .document-base-module__lwV2Dq__document [data-type="doc"] h5[data-region-width="fullbleed"] {
  grid-column: full;
}

.document-base-module__lwV2Dq__document [data-type="doc"] [data-region-width="wide"] {
  grid-column: wide;
}

.document-base-module__lwV2Dq__document [data-type="doc"] [data-region-width="main"] {
  grid-column: main;
}

.document-base-module__lwV2Dq__document [data-type="doc"] [data-type="section"] {
  grid-column: fullbleed !important;
}

.document-base-module__lwV2Dq__document [data-type="doc"] h1, .document-base-module__lwV2Dq__document [data-type="doc"] h2, .document-base-module__lwV2Dq__document [data-type="doc"] h3, .document-base-module__lwV2Dq__document [data-type="doc"] h4, .document-base-module__lwV2Dq__document [data-type="doc"] h5, .document-base-module__lwV2Dq__document [data-type="doc"] h6, .document-base-module__lwV2Dq__document [data-type="doc"] p {
  letter-spacing: 0;
  position: relative;
}

.document-base-module__lwV2Dq__document p:not(.document-base-module__lwV2Dq__display-block-p), .document-base-module__lwV2Dq__document h1, .document-base-module__lwV2Dq__document h2, .document-base-module__lwV2Dq__document h3, .document-base-module__lwV2Dq__document h4, .document-base-module__lwV2Dq__document h5, .document-base-module__lwV2Dq__document h6 {
  font-family: var(--n-font-family, var(--body-font), var(--n-primary-font));
  font-size: var(--n-font-size, 16px);
  font-weight: var(--n-font-weight, 400);
  line-height: var(--n-line-height, 3ex);
  color: var(--n-text-color, rgb(from var(--n-auto-text-color, black) r g b / 80%));
  text-wrap: auto;
  font-size-adjust: .5;
  border-style: solid;
  font-style: normal;
}

.document-base-module__lwV2Dq__document h1, .document-base-module__lwV2Dq__document h2, .document-base-module__lwV2Dq__document h3, .document-base-module__lwV2Dq__document h4, .document-base-module__lwV2Dq__document h5, .document-base-module__lwV2Dq__document h6 {
  --n-font-family: var(--heading-font, var(--body-font));
  color: var(--n-text-color, var(--n-auto-text-color));
}

.document-base-module__lwV2Dq__document h1 {
  --n-font-size: 36px;
  --n-font-weight: 500;
  --n-line-height: 2.5ex;
}

.document-base-module__lwV2Dq__document h2 {
  --n-font-size: 24px;
  --n-font-weight: 500;
  --n-line-height: 2.5ex;
}

.document-base-module__lwV2Dq__document h3 {
  --n-font-size: 18px;
  --n-font-weight: 600;
  --n-line-height: 2.5ex;
}

.document-base-module__lwV2Dq__document h4 {
  --n-font-size: 16px;
  --n-font-weight: 600;
  --n-line-height: 2.5ex;
  font-style: italic;
}

.document-base-module__lwV2Dq__document h5 {
  --n-font-size: 16px;
  --n-font-weight: 600;
  --n-line-height: 2.5ex;
}

.document-base-module__lwV2Dq__document h6 {
  --n-font-size: 16px;
  --n-font-weight: 400;
  --n-line-height: 2.5ex;
  font-style: italic;
}

.document-base-module__lwV2Dq__document li > ul, .document-base-module__lwV2Dq__document li > ol {
  margin-left: 1em;
}

.document-base-module__lwV2Dq__document .react-renderer:has( > [data-region-width="main"]) {
  grid-column: main;
}

.document-base-module__lwV2Dq__document .react-renderer:has( > [data-region-width="fullbleed"]) {
  grid-column: fullbleed;
}

.document-base-module__lwV2Dq__document .react-renderer:has( > [data-region-width="wide"]) {
  grid-column: wide;
}

.document-base-module__lwV2Dq__document .react-renderer:has( > [data-node-view-wrapper] > [data-region-width="main"]) {
  grid-column: fullbleed;
}

.document-base-module__lwV2Dq__document .react-renderer:has( > [data-node-view-wrapper] > [data-region-width="fullbleed"]) {
  grid-column: fullbleed;
}

.document-base-module__lwV2Dq__document .react-renderer:has( > [data-node-view-wrapper] > [data-region-width="wide"]) {
  grid-column: wide;
}

/* [project]/apps/niice-jam/components/AppRouter/Static/Page/Document/goldilocks-grid.module.css [app-client] (css) */
.goldilocks-grid-module__HMJhKq__goldilocks > [data-type="doc"] {
  --baseline: calc(var(--base-font-size) * 1.5) --fixed: 800px;
  --fixed-half: calc((var(--fixed)  - var(--gutter)) / 2);
  --gutter: calc(var(--baseline) * 2);
  --margin: calc(var(--gutter) * 2);
  --dynamic-margin: calc((50vw - var(--fixed-half)) / 2);
  --sans: $ {sans};
  --serif: $ {serif};
}

@container (min-width: 768px) {
  .goldilocks-grid-module__HMJhKq__goldilocks > [data-type="doc"] {
    --margin: $ {baseline(3) };
  }
}

@container (min-width: 1024px) {
  .goldilocks-grid-module__HMJhKq__goldilocks > [data-type="doc"] {
    --margin: $ {baseline(4) };
    --gutter: $ {baseline(3) };
  }
}

@container (min-width: 1440px) {
  .goldilocks-grid-module__HMJhKq__goldilocks > [data-type="doc"] {
    --margin: $ {baseline(5) };
    --gutter: $ {baseline(4) };
  }
}

.goldilocks-grid-module__HMJhKq__goldilocks > [data-type="doc"] {
  grid-gap: var(--gutter);
  grid-template-columns: [fullbleed-start] calc(var(--margin)  - var(--gutter)) [full-start flex-start wide-start fixed-start main-start] 1fr [half] 1fr [fixed-end main-end flex-end wide-end full-end] calc(var(--margin)  - var(--gutter)) [fullbleed-end];
  display: grid;
  grid-row-gap: 0px !important;
}

@container (min-width: 420px) {
  .goldilocks-grid-module__HMJhKq__goldilocks > [data-type="doc"] {
    grid-template-columns: [fullbleed-start] calc(var(--margin)  - var(--gutter)) [full-start flex-start wide-start] calc((var(--margin))  - (var(--gutter))) [fixed-start main-start] 1fr [half] 1fr [fixed-end main-end] calc((var(--margin))  - (var(--gutter))) [flex-end wide-end full-end] calc(var(--margin)  - var(--gutter)) [fullbleed-end];
  }
}

@container (min-width: 640px) {
  .goldilocks-grid-module__HMJhKq__goldilocks > [data-type="doc"] {
    grid-template-columns: [fullbleed-start] calc(var(--margin)  - var(--gutter)) [full-start] calc((var(--margin))  - (var(--margin)  + var(--gutter))) [flex-start wide-start] calc((var(--margin) * 2)  - (var(--gutter))) [fixed-start main-start] 1fr [half] 1fr [fixed-end main-end] calc((var(--margin) * 2)  - (var(--gutter))) [flex-end wide-end] calc((var(--margin))  - (var(--margin)  + var(--gutter))) [full-end] calc(var(--margin)  - var(--gutter)) [fullbleed-end];
  }
}

@container (min-width: 768px) {
  .goldilocks-grid-module__HMJhKq__goldilocks > [data-type="doc"] {
    grid-template-columns: [fullbleed-start] calc(var(--margin)  - var(--gutter)) [full-start] calc((var(--margin) * 2)  - (var(--margin)  + var(--gutter))) [flex-start wide-start] calc((var(--margin) * 2)  - (var(--gutter))) [fixed-start main-start] 1fr [half] 1fr [fixed-end main-end] calc((var(--margin) * 2)  - (var(--gutter))) [flex-end wide-end] calc((var(--margin) * 2)  - (var(--margin)  + var(--gutter))) [full-end] calc(var(--margin)  - var(--gutter)) [fullbleed-end];
  }
}

@container (min-width: 1184px) {
  .goldilocks-grid-module__HMJhKq__goldilocks > [data-type="doc"] {
    grid-template-columns: [fullbleed-start] calc(var(--margin)  - var(--gutter)) [full-start] 1fr [flex-start wide-start] calc((100% - var(--fixed)) / 4 - var(--gutter)) [fixed-start main-start] var(--fixed-half) [half] var(--fixed-half) [fixed-end main-end] calc((100% - var(--fixed)) / 4 - var(--gutter)) [flex-end wide-end] 1fr [full-end] calc(var(--margin)  - var(--gutter)) [fullbleed-end];
  }
}

.goldilocks-grid-module__HMJhKq__goldilocks > [data-type="doc"] {
  --base-font-scale: 16px;
  --base-font-size: clamp(16px, var(--base-font-scale), 32px);
  --baseline: calc(var(--base-font-size) * 1.5);
  --fixed: 70ch;
  --gutter: calc(var(--baseline) * 1.5) !important;
  --margin: calc(var(--gutter) * 2) !important;
}

@container (max-width: 1200px) {
  .goldilocks-grid-module__HMJhKq__goldilocks > [data-type="doc"] {
    --margin: calc(var(--gutter) * 1.5) !important;
  }
}

@container (max-width: 700px) {
  .goldilocks-grid-module__HMJhKq__goldilocks > [data-type="doc"] {
    --margin: calc(var(--gutter)) !important;
  }
}

.goldilocks-grid-module__HMJhKq__goldilocks [data-type="section"] > [data-node-view-content] > [data-node-view-content-react] {
  --baseline: calc(var(--base-font-size) * 1.5) --fixed: 800px;
  --fixed-half: calc((var(--fixed)  - var(--gutter)) / 2);
  --gutter: calc(var(--baseline) * 2);
  --margin: calc(var(--gutter) * 2);
  --dynamic-margin: calc((50vw - var(--fixed-half)) / 2);
  --sans: $ {sans};
  --serif: $ {serif};
}

@container (min-width: 768px) {
  .goldilocks-grid-module__HMJhKq__goldilocks [data-type="section"] > [data-node-view-content] > [data-node-view-content-react] {
    --margin: calc(var(--baseline) * 3);
  }
}

@container (min-width: 1024px) {
  .goldilocks-grid-module__HMJhKq__goldilocks [data-type="section"] > [data-node-view-content] > [data-node-view-content-react] {
    --margin: calc(var(--baseline) * 4);
    --gutter: calc(var(--baseline) * 3);
  }
}

@container (min-width: 1440px) {
  .goldilocks-grid-module__HMJhKq__goldilocks [data-type="section"] > [data-node-view-content] > [data-node-view-content-react] {
    --margin: calc(var(--baseline) * 5);
    --gutter: calc(var(--baseline) * 4);
  }
}

.goldilocks-grid-module__HMJhKq__goldilocks [data-type="section"] > [data-node-view-content] > [data-node-view-content-react] {
  box-sizing: border-box;
  padding-top: var(--n-section-padding-top, var(--n-default-section-padding-top));
  padding-bottom: var(--n-section-padding-bottom, var(--n-default-section-padding-bottom));
  grid-gap: var(--gutter);
  grid-auto-rows: min-content;
  grid-template-columns: [fullbleed-start] calc(var(--margin)  - var(--gutter)) [full-start flex-start wide-start fixed-start main-start] 1fr [half] 1fr [fixed-end main-end flex-end wide-end full-end] calc(var(--margin)  - var(--gutter)) [fullbleed-end];
  display: grid;
  grid-row-gap: 0px !important;
}

@container (min-width: 420px) {
  .goldilocks-grid-module__HMJhKq__goldilocks [data-type="section"] > [data-node-view-content] > [data-node-view-content-react] {
    grid-template-columns: [fullbleed-start] calc(var(--margin)  - var(--gutter)) [full-start flex-start wide-start] calc((var(--margin))  - (var(--gutter))) [fixed-start main-start] 1fr [half] 1fr [fixed-end main-end] calc((var(--margin))  - (var(--gutter))) [flex-end wide-end full-end] calc(var(--margin)  - var(--gutter)) [fullbleed-end];
  }
}

@container (min-width: 640px) {
  .goldilocks-grid-module__HMJhKq__goldilocks [data-type="section"] > [data-node-view-content] > [data-node-view-content-react] {
    grid-template-columns: [fullbleed-start] calc(var(--margin)  - var(--gutter)) [full-start] calc((var(--margin))  - (var(--margin)  + var(--gutter))) [flex-start wide-start] calc((var(--margin) * 2)  - (var(--gutter))) [fixed-start main-start] 1fr [half] 1fr [fixed-end main-end] calc((var(--margin) * 2)  - (var(--gutter))) [flex-end wide-end] calc((var(--margin))  - (var(--margin)  + var(--gutter))) [full-end] calc(var(--margin)  - var(--gutter)) [fullbleed-end];
  }
}

@container (min-width: 768px) {
  .goldilocks-grid-module__HMJhKq__goldilocks [data-type="section"] > [data-node-view-content] > [data-node-view-content-react] {
    grid-template-columns: [fullbleed-start] calc(var(--margin)  - var(--gutter)) [full-start] calc((var(--margin) * 2)  - (var(--margin)  + var(--gutter))) [flex-start wide-start] calc((var(--margin) * 2)  - (var(--gutter))) [fixed-start main-start] 1fr [half] 1fr [fixed-end main-end] calc((var(--margin) * 2)  - (var(--gutter))) [flex-end wide-end] calc((var(--margin) * 2)  - (var(--margin)  + var(--gutter))) [full-end] calc(var(--margin)  - var(--gutter)) [fullbleed-end];
  }
}

@container (min-width: 1184px) {
  .goldilocks-grid-module__HMJhKq__goldilocks [data-type="section"] > [data-node-view-content] > [data-node-view-content-react] {
    grid-template-columns: [fullbleed-start] calc(var(--margin)  - var(--gutter)) [full-start] 1fr [flex-start wide-start] calc((100% - var(--fixed)) / 4 - var(--gutter)) [fixed-start main-start] var(--fixed-half) [half] var(--fixed-half) [fixed-end main-end] calc((100% - var(--fixed)) / 4 - var(--gutter)) [flex-end wide-end] 1fr [full-end] calc(var(--margin)  - var(--gutter)) [fullbleed-end];
  }
}

.goldilocks-grid-module__HMJhKq__goldilocks [data-type="section"] > [data-node-view-content] > [data-node-view-content-react] {
  --base-font-scale: 16px;
  --base-font-size: clamp(16px, var(--base-font-scale), 32px);
  --baseline: calc(var(--base-font-size) * 1.5);
  --fixed: 70ch;
  --gutter: calc(var(--baseline) * 1.5) !important;
  --margin: calc(var(--gutter) * 2) !important;
}

@container (max-width: 1200px) {
  .goldilocks-grid-module__HMJhKq__goldilocks [data-type="section"] > [data-node-view-content] > [data-node-view-content-react] {
    --margin: calc(var(--gutter) * 1.5) !important;
  }
}

@container (max-width: 700px) {
  .goldilocks-grid-module__HMJhKq__goldilocks [data-type="section"] > [data-node-view-content] > [data-node-view-content-react] {
    --margin: calc(var(--gutter)) !important;
  }
}

/* [project]/apps/niice-jam/components/DocPermissionsV2/styles.module.css [app-client] (css) */
.styles-module__XbltYa__content-container {
  --dialog-edge-padding-horizontal: 24px;
  --dialog-edge-padding-vertical: 24px;
  --dialog-edge-padding: var(--dialog-edge-padding-vertical) var(--dialog-edge-padding-horizontal);
  grid-template: "sidebar main-content-header" min-content
                 "sidebar main-content" 1fr
                 "sidebar share-link" min-content
                 / 300px 1fr;
  width: max(70vw, 420px);
  max-width: 900px;
  height: max(70vh, 420px);
  display: grid;
}

/* [project]/apps/niice-jam/components/DocPermissionsV2/Sidebar/styles.module.css [app-client] (css) */
.styles-module__czxlpq__sidebar-container {
  --dialog-edge-padding-horizontal: 18px;
  border-right: 1px solid #0000001a;
  flex-direction: column;
  grid-area: sidebar;
  display: flex;
}

.styles-module__czxlpq__sidebar-container [data-radix-scroll-area-viewport] > div {
  display: block !important;
}

/* [project]/apps/niice-jam/components/DocPermissionsV2/Sidebar/SidebarItem/styles.module.css [app-client] (css) */
.styles-module__GOzX3a__container {
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  max-width: 100%;
  height: 42px;
  padding-left: var(--dialog-edge-padding-horizontal);
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  display: flex;
}

.styles-module__GOzX3a__container:hover {
  background: #0000000d;
}

.styles-module__GOzX3a__container[data-selected="true"] {
  background: #0000000d;
  font-weight: 500;
}

.styles-module__GOzX3a__container:has(.styles-module__GOzX3a__full-draft-indicator) .styles-module__GOzX3a__title {
  opacity: .6;
}

.styles-module__GOzX3a__title {
  color: var(--n-ui-text-color, black);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.styles-module__GOzX3a__current-page {
  font-weight: 600;
}

.styles-module__GOzX3a__draft-hit-area {
  justify-content: center;
  align-items: center;
  width: 18px;
  min-width: 18px;
  height: 24px;
  min-height: 24px;
  margin-left: 12px;
  display: flex;
}

.styles-module__GOzX3a__draft-hit-area:has(.styles-module__GOzX3a__full-draft-indicator) {
  opacity: .2;
}

.styles-module__GOzX3a__draft-hit-area:has(.styles-module__GOzX3a__mixed-draft-indicator) {
  opacity: .27;
}

.styles-module__GOzX3a__draft-hit-area:hover {
  opacity: .4;
}

.styles-module__GOzX3a__full-draft-indicator {
  box-sizing: border-box;
  background: #000;
  border-radius: 100px;
  width: 9px;
  min-width: 9px;
  height: 9px;
  min-height: 9px;
  display: block;
  overflow: hidden;
}

.styles-module__GOzX3a__mixed-draft-indicator {
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 100px;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  display: block;
  overflow: hidden;
}

.styles-module__GOzX3a__mixed-draft-indicator:after {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  display: block;
  transform: translateX(50%);
}

.styles-module__GOzX3a__chevron {
  transform: rotate(180deg);
}

.styles-module__GOzX3a__expand-button {
  opacity: .4;
  width: 36px;
  min-width: 36px;
  height: 24px;
  stroke-width: var(--n-ui-icon-stroke-width, 2px);
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 0;
  transition: opacity .1s ease-out;
  display: flex;
}

.styles-module__GOzX3a__expand-button:hover {
  opacity: 1;
}

.styles-module__GOzX3a__expand-button[data-expanded="true"] .styles-module__GOzX3a__chevron {
  margin-top: -1px;
  transform: rotate(0);
}

/* [project]/apps/niice-jam/components/DocPermissionsV2/Sidebar/SidebarHeader/styles.module.css [app-client] (css) */
.styles-module__O90cUW__main-label {
  padding-top: var(--dialog-edge-padding-vertical);
  padding-left: var(--dialog-edge-padding-horizontal);
  padding-right: var(--dialog-edge-padding-horizontal);
  display: block;
}

.styles-module__O90cUW__secondary-label {
  padding-left: var(--dialog-edge-padding-horizontal);
  padding-right: var(--dialog-edge-padding-horizontal);
  margin-bottom: 6px;
  display: block;
}

.styles-module__O90cUW__site-access-image {
  object-fit: cover;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.styles-module__O90cUW__doc-button {
  width: 100%;
  height: 42px;
  padding: 0;
  padding-left: var(--dialog-edge-padding-horizontal);
  padding-right: var(--dialog-edge-padding-horizontal);
  background: none;
  border: none;
  align-items: center;
  gap: 12px;
  margin: 12px 0 24px;
  display: flex;
}

.styles-module__O90cUW__doc-button[data-selected="true"] {
  font-weight: 500;
}

.styles-module__O90cUW__doc-button:hover, .styles-module__O90cUW__doc-button[data-selected="true"] {
  background-color: #0000000d;
}

:is(.styles-module__O90cUW__doc-button:hover .preview, .styles-module__O90cUW__doc-button[data-selected="true"] .preview) {
  background-color: #0000001a;
}

.styles-module__O90cUW__doc-button .preview {
  background-color: #0000000d;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}

.styles-module__O90cUW__doc-button .styles-module__O90cUW__doc-title {
  text-align: left;
  flex: 1;
}

/* [project]/apps/niice-jam/components/ui/PageSelect/PageItem/styles.module.css [app-client] (css) */
.styles-module__O7NIPq__page-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.styles-module__O7NIPq__page-item-slug {
  color: #0000004d;
  margin-top: 3px;
  font-size: 12px;
}

/* [project]/apps/niice-jam/components/ui/PageSelect/styles.module.css [app-client] (css) */
.styles-module__fHU0lW__select-trigger {
  flex: 1;
  align-items: center;
  gap: 12px;
  margin: 0 6px;
  display: flex;
}

.styles-module__fHU0lW__properties-panel-trigger {
  box-shadow: none;
  background: none;
  outline: none;
  flex: 1;
  justify-content: flex-end;
  gap: 4px;
  line-height: 0;
  display: flex;
}

.styles-module__fHU0lW__properties-panel-trigger[data-state="closed"] {
  box-shadow: none;
  outline: none;
}

.styles-module__fHU0lW__placeholder {
  opacity: .4;
}

.styles-module__fHU0lW__select-content {
  max-height: calc(100vh - 600px);
  overflow-y: auto;
}

/* [project]/apps/niice-jam/components/DocProperties/PropertyCollections/styles.module.css [app-client] (css) */
.styles-module__UD1QqW__select-container {
  align-items: center;
  gap: 3px;
  padding: 12px 0;
  display: flex;
}

.styles-module__UD1QqW__page-label {
  padding-left: 12px;
  font-size: 14px;
}

/* [project]/apps/niice-jam/components/DocProperties/BlockPanels/FolderBlockProperties/FolderBlockIntegrations/styles.module.css [app-client] (css) */
.styles-module__vazxSq__submit-button {
  background: none;
  border: none;
  width: 100%;
  height: 42px;
  display: block;
}

.styles-module__vazxSq__submit-button:hover {
  background-color: #f2f2f2;
}

.styles-module__vazxSq__loading-container {
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  display: flex;
}

/* [project]/apps/niice-jam/components/DocProperties/PropertyInputs/ActionButton/styles.module.css [app-client] (css) */
.styles-module__ETgq0G__root {
  height: var(--button-height-xs);
  color: #0009;
  background-color: #fff;
  border-radius: 0;
}

.styles-module__ETgq0G__root svg {
  color: #0009;
}

.styles-module__ETgq0G__root:hover {
  color: #000000e6;
  background-color: #f2f2f2;
}

.styles-module__ETgq0G__root:hover svg {
  color: #000000e6;
}

.styles-module__ETgq0G__inner {
  text-align: left;
  justify-content: flex-start;
}

.styles-module__ETgq0G__label {
  text-align: left;
  font-size: 14px;
}

/* [project]/apps/niice-jam/components/DocsButtonEditDialog/InternalView/styles.module.css [app-client] (css) */
.styles-module__VcKVzq__container {
  color: #0009;
  flex-direction: column;
  display: flex;
  overflow: auto;
}

.styles-module__VcKVzq__description {
  font-size: .75 rem;
  margin-bottom: 6px;
}

.styles-module__VcKVzq__padded-area {
  padding: 0 24px 24px;
}

.styles-module__VcKVzq__new-tab-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.styles-module__VcKVzq__page-select-container {
  align-items: center;
  gap: 24px;
  padding: 12px 0;
  display: flex;
}

.styles-module__VcKVzq__save-button {
  background: #fff;
  border: none;
  border-top: 1px solid #0003;
  justify-content: center;
  align-items: center;
  height: 64px;
  font-weight: 500;
  display: flex;
}

.styles-module__VcKVzq__save-button:hover {
  background: #f2f2f2;
}

.styles-module__VcKVzq__save-button:disabled {
  color: #0006;
  cursor: not-allowed;
  background: #f2f2f2;
}

/* [project]/apps/niice-jam/components/BlockToolbars/Toolbars/Standard/styles.module.css [app-client] (css) */
.styles-module___tGe6G__container {
  --mantine-color-disabled-color: transparent;
  --mantine-color-disabled: transparent;
  --sc-color: #fff3;
  --sc-track-color: #ffffff1a;
  z-index: 500;
  -webkit-user-select: none;
  user-select: none;
  background-color: #000;
  border-radius: 100px;
  align-items: center;
  gap: 2px;
  padding: 4px;
  display: flex;
}

.styles-module___tGe6G__container[data-theme="light"] {
  --sc-color: #00000026;
  --sc-track-color: #0000001a;
  background-color: #fff;
}

.styles-module___tGe6G__container[data-theme="light"] svg {
  stroke: #000;
}

.styles-module___tGe6G__container[data-theme="dark"] {
  --sc-color: #fff3;
  --sc-track-color: #ffffff26;
  background-color: #000;
}

.styles-module___tGe6G__container[data-theme="dark"] svg {
  stroke: #fff;
}

.styles-module___tGe6G__container .mantine-SegmentedControl-root {
  background-color: var(--sc-track-color);
  border-radius: 100px;
}

.styles-module___tGe6G__container .mantine-SegmentedControl-indicator {
  background-color: var(--sc-color);
  box-shadow: none;
  border-radius: 100px;
}

.styles-module___tGe6G__container .mantine-SegmentedControl-label svg {
  opacity: .7;
  transition: opacity .15s, transform .15s;
}

.styles-module___tGe6G__container .mantine-SegmentedControl-label:hover svg {
  opacity: 1;
  transform: scale(1.1);
}

.styles-module___tGe6G__container .mantine-SegmentedControl-label[data-active] svg {
  opacity: 1;
}

/* [project]/apps/niice-jam/components/BlockToolbars/ActionComponents/ActionMenu/styles.module.css [app-client] (css) */
.styles-module__FpNE1q__dropdown {
  border: none;
}

.styles-module__FpNE1q__dropdown[data-theme="light"] {
  color: #000;
  background-color: #fff;
}

.styles-module__FpNE1q__dropdown[data-theme="light"] .mantine-Menu-item {
  color: #000;
}

.styles-module__FpNE1q__dropdown[data-theme="light"] .mantine-Menu-item:hover {
  background-color: #0000001a;
}

.styles-module__FpNE1q__dropdown[data-theme="dark"] {
  background-color: #000;
}

.styles-module__FpNE1q__dropdown[data-theme="dark"] .mantine-Menu-item {
  color: #fff;
}

.styles-module__FpNE1q__dropdown[data-theme="dark"] .mantine-Menu-item:hover {
  background-color: #ffffff1a;
}

.styles-module__FpNE1q__dropdown .mantine-Menu-itemLabel {
  font-size: 14px !important;
}

.styles-module__FpNE1q__arrow {
  border: none;
}

/* [project]/apps/niice-jam/components/BlockToolbars/ActionComponents/ActionColorPickerBubble/styles.module.css [app-client] (css) */
.styles-module__wLcVJW__dropdown {
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  display: flex;
}

:is(.styles-module__wLcVJW__dropdown .mantine-ColorPicker-saturationOverlay, .styles-module__wLcVJW__dropdown .mantine-ColorPicker-hueOverlay, .styles-module__wLcVJW__dropdown .mantine-ColorPicker-alphaOverlay) {
  border-radius: 0;
}

:is(.styles-module__wLcVJW__dropdown .mantine-ColorPicker-swatch, .styles-module__wLcVJW__dropdown .mantine-ColorPicker-preview) {
  border-radius: 0;
  --cs-radius: 0 !important;
}

.styles-module__wLcVJW__dropdown[data-theme="light"] {
  color: #000;
  background-color: #fff;
}

.styles-module__wLcVJW__dropdown[data-theme="light"] .mantine-ColorInput-input {
  color: #000c;
  background-color: #fff;
  border: 1px solid #0003;
}

.styles-module__wLcVJW__dropdown[data-theme="light"] .mantine-ColorPicker-preview {
  border: 1px solid #0003;
}

.styles-module__wLcVJW__dropdown[data-theme="dark"] {
  color: #fff;
  background-color: #000;
}

.styles-module__wLcVJW__dropdown[data-theme="dark"] .mantine-ColorPicker-swatch {
  outline: 1px solid #fff3;
}

.styles-module__wLcVJW__dropdown[data-theme="dark"] .mantine-ColorInput-input {
  color: #fffc;
  background-color: #000;
  border: 1px solid #fff3;
}

.styles-module__wLcVJW__dropdown[data-theme="dark"] .mantine-ColorPicker-preview {
  border: 1px solid #fff3;
}

.styles-module__wLcVJW__bubble {
  border-radius: 100px;
  width: 24px;
  height: 24px;
}

.styles-module__wLcVJW__bubble:hover {
  transition: scale .1s ease-out;
  scale: 1.1;
}

.styles-module__wLcVJW__bubble[data-theme="light"] {
  border: 1px solid #0003;
}

.styles-module__wLcVJW__bubble[data-theme="dark"] {
  border: 1px solid #fff6;
}

/* [project]/apps/niice-jam/components/BlockToolbars/ActionComponents/ActionColorPickerBubble/SwatchesView/styles.module.css [app-client] (css) */
.styles-module__dzEUKq__swatchesView {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.styles-module__dzEUKq__themeSwatches {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}

.styles-module__dzEUKq__themeSwatch {
  cursor: pointer;
  border: none;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  transition: transform .1s ease-out;
}

.styles-module__dzEUKq__themeSwatch:hover {
  transform: scale(1.1);
}

.styles-module__dzEUKq__themeSwatch:focus {
  outline-offset: 1px;
  outline: 2px solid;
}

[data-theme="light"] .styles-module__dzEUKq__themeSwatch[data-selected="true"] {
  outline: 2px solid #000;
}

[data-theme="dark"] .styles-module__dzEUKq__themeSwatch[data-selected="true"] {
  outline: 2px solid #fff;
}

[data-theme="dark"] .styles-module__dzEUKq__customButton {
  border-color: #ffffff80;
}

/* [project]/apps/niice-jam/components/BlockToolbars/ActionComponents/ActionColorPickerBubble/CustomColorView/styles.module.css [app-client] (css) */
.styles-module__M9JdpG__customView {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.styles-module__M9JdpG__header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.styles-module__M9JdpG__backButton {
  color: inherit;
  opacity: .7;
}

.styles-module__M9JdpG__backButton:hover {
  opacity: 1;
}

.styles-module__M9JdpG__themeSwatches {
  flex-wrap: wrap;
  gap: 6px;
  max-width: 234px;
  display: flex;
}

.styles-module__M9JdpG__themeSwatch {
  cursor: pointer;
  border: none;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  transition: transform .1s ease-out;
}

.styles-module__M9JdpG__themeSwatch:hover {
  transform: scale(1.1);
}

.styles-module__M9JdpG__themeSwatch:focus {
  outline-offset: 1px;
  outline: 2px solid;
}

[data-theme="light"] .styles-module__M9JdpG__themeSwatch[data-selected="true"] {
  outline: 2px solid #000;
}

[data-theme="dark"] .styles-module__M9JdpG__themeSwatch[data-selected="true"] {
  outline: 2px solid #fff;
}

.styles-module__M9JdpG__saveButton {
  color: inherit;
}

/* [project]/apps/niice-jam/components/BlockToolbars/ToolbarContent/ContainerBlock/styles.module.css [app-client] (css) */
.styles-module__V7H7XG__container {
  align-items: center;
  gap: 6px;
  margin-left: 3px;
  display: flex;
}

/* [project]/apps/niice-jam/components/BlockToolbars/Toolbars/FullWidth/styles.module.css [app-client] (css) */
.styles-module__UPoDRG__container {
  --mantine-color-disabled-color: transparent;
  --mantine-color-disabled: transparent;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  justify-content: center;
  gap: 2px;
  display: flex;
}

/* [project]/apps/niice-jam/components/BlockToolbars/Toolbars/FullHeight/styles.module.css [app-client] (css) */
.styles-module__AJF8GG__container {
  --mantine-color-disabled-color: transparent;
  --mantine-color-disabled: transparent;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  flex-direction: column;
  justify-content: center;
  width: 24px;
  display: flex;
}

/* [project]/apps/niice-jam/components/BlockToolbars/Actions/table/add-row/styles.module.css [app-client] (css) */
.styles-module__wbVMWq__add-row-button {
  background-color: rgb(from var(--n-affordance-color, black) r g b / 60%);
  outline: 2px solid rgb(from var(--n-affordance-color, black) r g b / 60%);
  border: none;
  place-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.styles-module__wbVMWq__add-row-button svg {
  stroke: #fff;
}

.styles-module__wbVMWq__add-row-button:hover {
  background-color: rgb(from var(--n-affordance-color, black) r g b / 100%);
  outline: 2px solid rgb(from var(--n-affordance-color, black) r g b / 100%);
}

/* [project]/apps/niice-jam/components/BlockToolbars/Actions/table/add-column/styles.module.css [app-client] (css) */
.styles-module__tr1DGG__add-column-button {
  background-color: rgb(from var(--n-affordance-color, black) r g b / 60%);
  outline: 2px solid rgb(from var(--n-affordance-color, black) r g b / 60%);
  border: none;
  flex-wrap: wrap;
  place-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.styles-module__tr1DGG__add-column-button svg {
  stroke: #fff;
}

.styles-module__tr1DGG__add-column-button:hover {
  background-color: rgb(from var(--n-affordance-color, black) r g b / 100%);
  outline: 2px solid rgb(from var(--n-affordance-color, black) r g b / 100%);
}

/* [project]/apps/niice-jam/components/BlockToolbars/ActionComponents/ActionInput/styles.module.css [app-client] (css) */
.styles-module__eV6gQa__wrapper {
  position: relative;
}

.styles-module__eV6gQa__measurer {
  visibility: hidden;
  white-space: pre;
  padding: 0 4px;
  font-size: 16px;
  position: absolute;
}

.styles-module__eV6gQa__input {
  background-color: #0000;
  border: none;
  height: 24px;
  min-height: 24px;
  padding: 0 6px;
  font-size: 16px;
}

.styles-module__eV6gQa__input[data-theme="light"] {
  color: #0009;
}

.styles-module__eV6gQa__input[data-theme="light"]:hover, .styles-module__eV6gQa__input[data-theme="light"]:focus {
  color: #000;
}

.styles-module__eV6gQa__input[data-theme="light"]::placeholder {
  color: #0006;
}

.styles-module__eV6gQa__input[data-theme="dark"] {
  color: #fff9;
}

.styles-module__eV6gQa__input[data-theme="dark"]:hover, .styles-module__eV6gQa__input[data-theme="dark"]:focus {
  color: #fff;
}

.styles-module__eV6gQa__input[data-theme="dark"]::placeholder {
  color: #fff6;
}

/* [project]/apps/niice-jam/components/BlockToolbars/ToolbarContent/ButtonBlock/styles.module.css [app-client] (css) */
.styles-module__s2RXGa__container {
  align-items: center;
  margin-left: 3px;
  display: flex;
}

.styles-module__s2RXGa__backgroundColorBubble {
  margin-right: 3px;
  display: flex;
}

/* [project]/apps/niice-jam/components/BlockToolbars/ActionCollections/UserActions/styles.module.css [app-client] (css) */
.styles-module__xhb3SW__container {
  align-items: center;
  font-size: 16px;
  display: flex;
}

.styles-module__xhb3SW__container[data-theme="light"] {
  color: #0009;
}

.styles-module__xhb3SW__container[data-theme="dark"] {
  color: #fff9;
}

.styles-module__xhb3SW__actionLink {
  cursor: pointer;
  align-items: center;
  gap: 2px;
  text-decoration: none;
  display: flex;
}

.styles-module__xhb3SW__actionLink > .styles-module__xhb3SW__label {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 120px;
  overflow: hidden;
}

.styles-module__xhb3SW__actionLink > svg {
  stroke-width: 3px;
  flex-shrink: 0;
}

.styles-module__xhb3SW__actionLink[data-theme="light"] > svg {
  stroke: #0009;
}

.styles-module__xhb3SW__actionLink[data-theme="light"]:hover {
  color: #000;
}

.styles-module__xhb3SW__actionLink[data-theme="light"]:hover > svg {
  stroke: #000;
}

.styles-module__xhb3SW__actionLink[data-theme="dark"] > svg {
  stroke: #999;
}

.styles-module__xhb3SW__actionLink[data-theme="dark"]:hover {
  color: #fff;
}

.styles-module__xhb3SW__actionLink[data-theme="dark"]:hover > svg {
  stroke: #fff;
}

/* [project]/apps/niice-jam/components/BlockToolbars/ActionComponents/ActionThumbnailButton/styles.module.css [app-client] (css) */
.styles-module__er1Ima__thumbnailButton {
  cursor: pointer;
  outline-offset: -1px;
  background: none;
  border: none;
  border-radius: 100px;
  outline: 1px solid #0003;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  transition: scale .15s, outline-color .15s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.styles-module__er1Ima__thumbnailButton:hover {
  outline-color: #00000080;
  scale: 1.05;
}

.styles-module__er1Ima__thumbnailButton[data-theme="dark"] {
  outline-color: #fff6;
}

.styles-module__er1Ima__thumbnailButton[data-theme="dark"]:hover {
  outline-color: #fffc;
}

.styles-module__er1Ima__thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.styles-module__er1Ima__placeholderIcon {
  width: 18px;
  height: 18px;
}

.styles-module__er1Ima__hiddenInput {
  display: none;
}

/* [project]/apps/niice-jam/components/BlockToolbars/ToolbarContent/ImageBlock/styles.module.css [app-client] (css) */
.styles-module___jsIZG__container {
  align-items: center;
  margin-left: 3px;
  display: flex;
}

/* [project]/apps/niice-jam/components/BlockToolbars/ToolbarContent/TabBlock/styles.module.css [app-client] (css) */
.styles-module__Nyzg4G__container {
  align-items: center;
  margin-left: 3px;
  display: flex;
}

/* [project]/apps/niice-jam/components/DocsSiteMapDialog/SiteMapPageItem/styles.module.css [app-client] (css) */
.styles-module__nvk2Ra__sortableWrapper {
  position: relative;
}

.styles-module__nvk2Ra__sortableWrapper[data-drop-target] .styles-module__nvk2Ra__pageRow {
  background: #0000000f;
}

.styles-module__nvk2Ra__sortableWrapper[data-dragging] {
  z-index: 1;
  position: relative;
}

.styles-module__nvk2Ra__sortableWrapper[data-dragging] .styles-module__nvk2Ra__pageRow {
  background: #fff;
  box-shadow: 0 4px 12px #0000001f, 0 1px 4px #00000014;
}

.styles-module__nvk2Ra__sortableWrapper[data-dragging] .styles-module__nvk2Ra__dragHandle {
  opacity: .6;
  cursor: grabbing;
}

.styles-module__nvk2Ra__pageRow {
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  height: 42px;
  padding-right: 18px;
  transition: background-color .15s ease-out;
  display: flex;
}

.styles-module__nvk2Ra__pageRow .page-more-button {
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 24px;
  display: flex;
}

.styles-module__nvk2Ra__pageRow:hover {
  background: #0000000a;
}

.styles-module__nvk2Ra__pageRow:hover .page-more-button {
  opacity: .4;
}

.styles-module__nvk2Ra__dragHandle {
  opacity: 0;
  cursor: grab;
  background-image: url("../media/grip.f1f55612.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-left: 4px;
  transition: opacity .15s;
}

.styles-module__nvk2Ra__pageRow:hover .styles-module__nvk2Ra__dragHandle {
  opacity: .35;
}

.styles-module__nvk2Ra__dragHandle:hover {
  background-color: #0000000d;
  opacity: .8 !important;
}

.styles-module__nvk2Ra__dragHandle:active {
  cursor: grabbing;
}

.styles-module__nvk2Ra__expandButton {
  opacity: .4;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  padding: 0;
  transition: opacity .1s ease-out;
  display: flex;
}

.styles-module__nvk2Ra__expandButton svg {
  stroke-width: var(--n-ui-icon-stroke-width, 2px);
  stroke-linecap: var(--n-ui-icon-stroke-linecap, square);
  transition: transform .15s ease-out;
  transform: rotate(-180deg);
}

.styles-module__nvk2Ra__expandButton:hover {
  opacity: 1;
  background: #0000000d;
}

.styles-module__nvk2Ra__expandButton[data-expanded="false"] > svg {
  transform: rotate(0);
}

.styles-module__nvk2Ra__titleGroup {
  flex: 1;
  align-items: center;
  min-width: 0;
  display: flex;
}

.styles-module__nvk2Ra__pageTitle {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0009;
  min-width: 0;
  padding: 6px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  text-decoration: none;
  transition: color .15s;
  display: block;
  overflow: hidden;
}

.styles-module__nvk2Ra__pageTitle:hover {
  color: #000;
}

.styles-module__nvk2Ra__pageTitle[data-current] {
  color: #000;
  font-weight: 600;
}

.styles-module__nvk2Ra__pageTitle[data-draft] {
  opacity: .6;
}

.styles-module__nvk2Ra__draftTag {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: min-content;
  height: 24px;
  display: flex;
}

.styles-module__nvk2Ra__draftTag span {
  color: #00000080;
  background: #00000080;
  border-radius: 100px;
  width: 6px;
  height: 6px;
  font-size: .01ex;
  line-height: 0;
  transition: width .1s ease-out, height .1s ease-out, font-size .1s ease-out, padding .1s ease-out, color .1s ease-out, margin .1s ease-out;
  display: block;
  overflow: hidden;
}

.styles-module__nvk2Ra__draftTag:hover span {
  color: #000;
  background: #00000026;
  min-width: min-content;
  height: auto;
  margin-left: 1ex;
  padding: 6px;
  font-size: 12px;
  line-height: 12px;
}

.styles-module__nvk2Ra__lockIcon {
  align-items: center;
  display: flex;
}

.styles-module__nvk2Ra__lockIcon img {
  opacity: .5;
}

/* [project]/apps/niice-jam/components/DocsSiteMapDialog/SiteMapList/styles.module.css [app-client] (css) */
.styles-module__SnpVuG__pageList {
  overscroll-behavior: contain;
  flex-direction: column;
  flex: 1;
  min-height: 120px;
  display: flex;
  overflow-y: auto;
}

/* [project]/apps/niice-jam/components/DocsSiteMapDialog/SiteMapInsertMenu/styles.module.css [app-client] (css) */
.styles-module__PQ9vKG__trigger {
  color: #0009;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  margin-top: 6px;
  margin-left: 22px;
  padding: 6px 0;
  font-size: 16px;
  transition: color .2s;
  display: flex;
}

.styles-module__PQ9vKG__trigger:hover {
  color: #000;
}

.styles-module__PQ9vKG__trigger:before {
  content: "";
  opacity: .4;
  background: url("../media/icon-add.58ba43ba.svg");
  width: 24px;
  height: 24px;
  margin-right: 6px;
  font-size: 10px;
  transition: opacity .2s;
  display: inline-block;
}

.styles-module__PQ9vKG__trigger:hover:before {
  opacity: 1;
}

.styles-module__PQ9vKG__dropdown {
  width: 248px;
  padding: 0;
  box-shadow: 0 0 12px #0000001a;
}

.styles-module__PQ9vKG__item {
  border-radius: 0;
  align-items: center;
  height: 42px;
  padding: 0 12px 0 0;
  display: flex;
}

.styles-module__PQ9vKG__item:before {
  content: "";
  opacity: .4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 36px;
  height: 36px;
  transition: opacity .2s, scale .2s;
  display: inline-block;
}

.styles-module__PQ9vKG__item:hover:before {
  opacity: 1;
  scale: 1.1;
}

.styles-module__PQ9vKG__pageItem:before {
  background-image: url("../media/icon-page.84197736.svg");
}

.styles-module__PQ9vKG__templatesItem:before {
  background-image: url("../media/icon-template.81a4a9a3.svg");
}

/* [project]/apps/niice-jam/components/DocsSiteMapDialog/styles.module.css [app-client] (css) */
.styles-module__9LcDuW__panel {
  z-index: 1000;
  pointer-events: all;
  transform-origin: 0 100%;
  animation: .1s ease-out styles-module__9LcDuW__scaleIn;
  position: fixed;
  bottom: 18px;
  left: 18px;
}

@keyframes styles-module__9LcDuW__scaleIn {
  from {
    opacity: 0;
    transform: scale(.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.styles-module__9LcDuW__panelPaper {
  background-color: var(--mantine-color-white);
  flex-direction: column;
  width: 360px;
  max-height: calc(100vh - 120px);
  padding-bottom: 18px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 24px #0000001a;
}

.styles-module__9LcDuW__panelHeader {
  padding: var(--mantine-spacing-sm) var(--mantine-spacing-md);
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.styles-module__9LcDuW__panelHeader:active {
  cursor: grabbing;
}

.styles-module__9LcDuW__closeButton {
  opacity: .4;
  transition: opacity .1s ease-out;
}

.styles-module__9LcDuW__closeButton:hover {
  opacity: 1;
}

/* [project]/apps/niice-jam/components/AppRouter/Marketing/Templates/TemplatePreviewIframe/styles.module.css [app-client] (css) */
.styles-module__Me7Sta__iframe-container {
  aspect-ratio: 16 / 10;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  border: 1px solid #0000001a;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 2lh #0000000d;
}

.styles-module__Me7Sta__iframe-container iframe {
  transform-origin: 0 0;
  width: 1440px;
  height: 900px;
  transform: scale(var(--container-scale));
  pointer-events: auto;
  border: 0;
  display: block;
  container-type: inline-size;
}

.styles-module__Me7Sta__iframe-container.styles-module__Me7Sta__fullscreen {
  aspect-ratio: unset;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0;
  position: fixed;
  top: 0;
  left: 0;
}

.styles-module__Me7Sta__iframe-container.styles-module__Me7Sta__fullscreen iframe {
  pointer-events: auto;
  width: 100%;
  height: 100%;
  transform: scale3d(1, 1, 1);
}

.styles-module__Me7Sta__fullscreen-toggle-button {
  z-index: 1000;
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border: none;
  transition: scale .1s ease-out;
  position: absolute;
  bottom: 1lh;
  right: 1lh;
}

.styles-module__Me7Sta__fullscreen-toggle-button:hover {
  scale: 1.05;
}

/* [project]/apps/niice-jam/components/MarketingPage/styles.module.css [app-client] (css) */
.styles-module__7tRcmG__marketing-page {
  --n-marketing-margin: 2lh;
  --n-marketing-gutter: 2lh;
}

@media (min-width: 900px) {
  .styles-module__7tRcmG__marketing-page {
    --n-marketing-margin: 3lh;
    --n-marketing-gutter: 3lh;
  }
}

@media (min-width: 1200px) {
  .styles-module__7tRcmG__marketing-page {
    --n-marketing-margin: 4lh;
    --n-marketing-gutter: 4lh;
  }
}

.styles-module__7tRcmG__marketing-header {
  padding: var(--n-marketing-margin);
  align-items: center;
  gap: 1lh;
  display: flex;
}

.styles-module__7tRcmG__marketing-header .styles-module__7tRcmG__header-logo {
  margin-right: 1lh;
}

.styles-module__7tRcmG__marketing-header a {
  opacity: .5;
  text-decoration: none;
  transition: opacity .1s ease-out;
}

.styles-module__7tRcmG__marketing-header a:hover {
  opacity: 1;
  text-decoration: underline;
}

.styles-module__7tRcmG__marketing-content {
  padding: 0 var(--n-marketing-margin);
}

.styles-module__7tRcmG__marketing-footer {
  margin-top: var(--n-marketing-margin);
  padding: var(--n-marketing-margin);
  border-top: 1px solid #0000001a;
}

/* [project]/apps/niice-jam/app/(marketing)/templates/(individual)/[id]/styles.module.css [app-client] (css) */
.styles-module__-KP3OG__container {
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.styles-module__-KP3OG__container > header {
  text-align: center;
  margin-bottom: var(--n-marketing-gutter);
  flex-direction: column;
  align-items: center;
  gap: 48px;
  display: flex;
}

.styles-module__-KP3OG__container > footer {
  margin-top: 48px;
}

.styles-module__-KP3OG__container .breadcrumb {
  color: var(--n-accent-color);
  font-family: var(--niice-serif);
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  text-decoration: none;
}

.styles-module__-KP3OG__container .breadcrumb:hover {
  text-decoration: underline;
}

.styles-module__-KP3OG__container .description {
  color: #0009;
  max-width: 40ch;
  font-size: 24px;
  line-height: 1.25;
}

.styles-module__-KP3OG__iframe-container {
  aspect-ratio: 16 / 9;
  --scale: calc(1200 / 1440);
  background-color: #fff;
  background-position: center;
  background-size: cover;
  border: 1px solid #0000001a;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 2lh #0000000d;
  container-type: inline-size;
}

.styles-module__-KP3OG__iframe-container .styles-module__-KP3OG__scale-wrapper {
  width: 1440px;
  height: 810px;
  scale: var(--scale);
  border: 10px solid red;
  display: block;
}

.styles-module__-KP3OG__iframe-container iframe {
  transform-origin: 0 0;
  width: 1440px;
  height: 810px;
  transform: scale(var(--scale));
  pointer-events: auto;
  border: 0;
  display: block;
  container-type: inline-size;
}

/* [project]/apps/niice-jam/components/AppRouter/ControlPanels/MediaManager/Grid/styles.module.css [app-client] (css) */
.styles-module__MDXkKW__container {
  -webkit-user-select: none;
  user-select: none;
  outline: none;
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.styles-module__MDXkKW__container [role="grid"] {
  outline: none;
}

.styles-module__MDXkKW__toolbar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.styles-module__MDXkKW__toolbar-controls {
  align-items: center;
  gap: 12px;
  display: flex;
}

.styles-module__MDXkKW__masonry-container {
  width: 100%;
  position: relative;
}

.styles-module__MDXkKW__file-card {
  background: var(--mantine-color-gray-1);
  cursor: pointer;
  position: relative;
}

.styles-module__MDXkKW__file-card:hover .styles-module__MDXkKW__file-preview {
  transform: scale(1.02);
  box-shadow: 0 4px 20px #00000026;
}

.styles-module__MDXkKW__file-card-selectable {
  cursor: pointer;
}

.styles-module__MDXkKW__file-card-selectable:after {
  content: "";
  pointer-events: none;
  z-index: 2;
  transition: box-shadow .15s ease-out;
  position: absolute;
  inset: 0;
}

.styles-module__MDXkKW__file-card-selectable:hover {
  box-shadow: none;
  transform: none;
}

.styles-module__MDXkKW__file-card-selectable:hover .styles-module__MDXkKW__file-preview {
  outline: 1px solid var(--mantine-color-brand-4);
}

.styles-module__MDXkKW__file-card-selected .styles-module__MDXkKW__file-preview, .styles-module__MDXkKW__file-card-selected:hover .styles-module__MDXkKW__file-preview {
  outline: 2px solid var(--mantine-color-brand-4);
}

.styles-module__MDXkKW__file-preview {
  background: var(--mantine-color-gray-2);
  width: 100%;
  transition: transform .1s ease-out, box-shadow .1s ease-out, outline .1s ease-out;
  position: relative;
  overflow: hidden;
}

.styles-module__MDXkKW__file-preview img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  animation: .2s ease-out styles-module__MDXkKW__fadeIn;
  display: block;
}

@keyframes styles-module__MDXkKW__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.styles-module__MDXkKW__file-placeholder {
  background: var(--mantine-color-gray-2);
  width: 100%;
  height: 100%;
  color: var(--mantine-color-gray-6);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.styles-module__MDXkKW__file-info {
  background: #fff;
  padding-top: 6px;
}

.styles-module__MDXkKW__file-name {
  color: var(--mantine-color-text);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
}

.styles-module__MDXkKW__file-meta {
  color: var(--mantine-color-dimmed);
  gap: 8px;
  font-size: 12px;
  display: flex;
}

.styles-module__MDXkKW__loading-container {
  justify-content: center;
  align-items: center;
  min-height: 300px;
  display: flex;
}

.styles-module__MDXkKW__empty-state {
  min-height: 300px;
  color: var(--mantine-color-dimmed);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.styles-module__MDXkKW__empty-state-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}

.styles-module__MDXkKW__empty-state-description {
  font-size: 14px;
}

.styles-module__MDXkKW__format-badge {
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
  background: #0009;
  border-radius: 12px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.styles-module__MDXkKW__selected-badge {
  background: var(--mantine-color-brand-4);
  color: #fff;
  z-index: 3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  animation: .3s cubic-bezier(.34, 1.56, .64, 1) styles-module__MDXkKW__check-bounce-in;
  display: flex;
  position: absolute;
  top: 6px;
  right: 6px;
}

@keyframes styles-module__MDXkKW__check-bounce-in {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  60% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* [project]/apps/niice-jam/components/AppRouter/ControlPanels/MediaManager/Selection/SelectionControls.module.css [app-client] (css) */
.SelectionControls-module__X1L7EW__selection-controls-left {
  align-items: center;
  display: flex;
}

/* [project]/apps/niice-jam/components/AppRouter/ControlPanels/Templates/RelatedTemplates/styles.module.css [app-client] (css) */
.styles-module__w5mZtW__heading {
  margin-top: var(--margin);
  padding-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
}

/* [project]/apps/niice-jam/components/AppRouter/ControlPanels/MediaManager/Sorting/SortingControls.module.css [app-client] (css) */
.SortingControls-module__W54VQq__sort-controls {
  align-items: center;
  gap: 8px;
  display: flex;
}

.SortingControls-module__W54VQq__sort-label {
  color: var(--mantine-color-dimmed);
  white-space: nowrap;
}

.SortingControls-module__W54VQq__sort-select {
  min-width: 140px;
}

.SortingControls-module__W54VQq__sort-select .mantine-Select-input {
  cursor: pointer;
  padding-left: 0;
  padding-right: 24px;
  font-weight: 500;
}

/* [project]/apps/niice-jam/components/AppRouter/ControlPanels/MediaManager/Pagination/Pagination.module.css [app-client] (css) */
.Pagination-module__dKlE_a__pagination-container {
  padding-top: var(--gutter);
  justify-content: center;
  display: flex;
}

.Pagination-module__dKlE_a__pagination-info {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  display: flex;
}

/* [project]/apps/niice-jam/components/MetadataForm/MetadataForm.module.css [app-client] (css) */
.MetadataForm-module__HBwmGW__metadataForm .mantine-InputWrapper-label {
  font-weight: 500;
  font-size: 14px !important;
}

:is(.MetadataForm-module__HBwmGW__metadataForm .mantine-TextInput-input, .MetadataForm-module__HBwmGW__metadataForm .mantine-Textarea-input, .MetadataForm-module__HBwmGW__metadataForm .mantine-NumberInput-input, .MetadataForm-module__HBwmGW__metadataForm .mantine-Select-input, .MetadataForm-module__HBwmGW__metadataForm .mantine-TagsInput-input, .MetadataForm-module__HBwmGW__metadataForm .mantine-DateTimePicker-input), :is(.MetadataForm-module__HBwmGW__metadataForm .mantine-TextInput-input::placeholder, .MetadataForm-module__HBwmGW__metadataForm .mantine-Textarea-input::placeholder, .MetadataForm-module__HBwmGW__metadataForm .mantine-NumberInput-input::placeholder, .MetadataForm-module__HBwmGW__metadataForm .mantine-Select-input::placeholder, .MetadataForm-module__HBwmGW__metadataForm .mantine-TagsInput-input::placeholder, .MetadataForm-module__HBwmGW__metadataForm .mantine-DateTimePicker-input::placeholder) {
  font-size: 14px !important;
}

.MetadataForm-module__HBwmGW__metadataForm .mantine-TagsInput-tag {
  font-size: 14px !important;
}

.MetadataForm-module__HBwmGW__metadataForm .mantine-Select-item {
  font-size: 14px !important;
}

.MetadataForm-module__HBwmGW__metadataForm .mantine-DateTimePicker-input {
  font-size: 14px !important;
}

/* [project]/apps/niice-jam/components/AppRouter/ControlPanels/MediaManager/BulkEdit/BulkEditDialog.module.css [app-client] (css) */
.BulkEditDialog-module__TZAYUW__loadingContainer {
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.BulkEditDialog-module__TZAYUW__fieldsContainer {
  flex-direction: column;
  gap: 16px;
  max-height: 400px;
  padding-right: 8px;
  display: flex;
  overflow-y: auto;
}

/* [project]/apps/niice-jam/components/AppRouter/ControlPanels/People/styles.module.css [app-client] (css) */
.styles-module__E2t2aG__people-page-header {
  margin-bottom: 2lh;
}

.styles-module__E2t2aG__people-page-header .styles-module__E2t2aG__subtitle {
  opacity: .4;
}

.styles-module__E2t2aG__people-page-header .styles-module__E2t2aG__description {
  opacity: .5;
  margin-top: 1lh;
}

/* [project]/apps/niice-jam/components/AppRouter/ControlPanels/Fonts/styles.module.css [app-client] (css) */
.styles-module__C-9SPG__preview input {
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
  height: 1lh;
  font-size: 54px;
  line-height: 1.5;
  overflow: hidden;
}

.styles-module__C-9SPG__preview input::placeholder {
  color: #0000004d;
  transition: color .1s ease-out;
}

.styles-module__C-9SPG__preview input:hover::placeholder, .styles-module__C-9SPG__preview input:focus::placeholder {
  color: var(--mantine-color-dimmed);
}

.styles-module__C-9SPG__typefaceCard {
  padding: 0;
  padding-top: var(--mantine-spacing-md);
  border-top: 1px solid #0003;
}

/* [project]/apps/niice-jam/components/ThemesPageDialog/styles.module.css [app-client] (css) */
.styles-module__VSpR-a__dialog-container {
  width: min(90vw, 400px);
  height: max-content;
  max-height: 90vh;
  padding: 24px 24px 12px;
  overflow: auto;
}

.styles-module__VSpR-a__dialog-title {
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 500;
  line-height: round(1.5em, var(--n-half-baseline));
  line-height: calc(var(--n-baseline));
  text-wrap: balance;
  margin-bottom: 12px;
}

.styles-module__VSpR-a__default-checkbox {
  align-items: center;
  gap: 6px;
  height: 24px;
  display: flex;
}

.styles-module__VSpR-a__name-input, .styles-module__VSpR-a__default-checkbox {
  align-items: center;
  gap: 12px;
  display: flex;
}

.styles-module__VSpR-a__dialog-form {
  color: #000c;
  grid-template-columns: 1fr;
  gap: 16px;
  display: grid;
}

.styles-module__VSpR-a__dialog-button {
  gap: 8px;
}

