/* [project]/apps/niice-jam/components/AppRouter/ControlPanels/Analytics/AnalyticsMainChart/styles.module.css [app-client] (css) */
.styles-module__DDZK1G__lineChartContainer svg, .styles-module__DDZK1G__lineChartContainer g {
  outline: none;
}

/* [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/Shared/HorizontalScrollArea/styles.module.css [app-client] (css) */
.styles-module__wsvdWq__horizontalScrollArea {
  --fadeStart: 0px;
  --fadeEnd: 24px;
}

.styles-module__wsvdWq__horizontalScrollArea.styles-module__wsvdWq__fadeStart {
  --fadeStart: 24px;
}

.styles-module__wsvdWq__horizontalScrollArea {
  -webkit-mask-image: linear-gradient(to right, transparent 0, black var(--fadeStart), black calc(100% - var(--fadeEnd)), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, black var(--fadeStart), black calc(100% - var(--fadeEnd)), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, black var(--fadeStart), black calc(100% - var(--fadeEnd)), transparent 100%);
}

.styles-module__wsvdWq__horizontalScrollArea .styles-module__wsvdWq__scrollContent {
  padding-right: var(--fadeEnd);
  display: flex;
}

.styles-module__wsvdWq__arrowsWrapper {
  position: relative;
}

.styles-module__wsvdWq__arrow {
  color: #0009;
  cursor: pointer;
  z-index: 10;
  background: #fff;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  transition: background-color .2s, color .2s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px #00000026;
}

.styles-module__wsvdWq__arrow:hover {
  background-color: var(--accent-color);
  color: #fff;
}

.styles-module__wsvdWq__arrowPrev {
  left: 0;
}

.styles-module__wsvdWq__arrowNext {
  right: 0;
}

/* [project]/apps/niice-jam/components/Shared/AvailableOptions/styles.module.css [app-client] (css) */
.styles-module__8vrfWq__availableOptionsContainer {
  margin-bottom: var(--gutter);
  position: relative;
}

.styles-module__8vrfWq__availableOptionsContainer:empty {
  display: none;
}

.styles-module__8vrfWq__availableOptions {
  display: flex;
}

.styles-module__8vrfWq__activeFiltersSection + .styles-module__8vrfWq__suggestedOptionBadges {
  margin-left: var(--mantine-spacing-md);
  padding-left: var(--mantine-spacing-md);
  border-left: 1px solid rgba(from var(--n-auto-text-color, #000) r g b / .1);
}

.styles-module__8vrfWq__activeFilterBadges {
  flex-wrap: nowrap;
  gap: 8px;
  display: flex;
}

.styles-module__8vrfWq__activeFilterBadge {
  text-transform: none;
  --badge-height: 42px;
  font-size: var(--mantine-font-size-sm);
  --badge-padding-x: var(--mantine-spacing-xs);
  --badge-bg: var(--n-auto-text-color, #000);
  --badge-bd: 1px solid rgba(from var(--n-auto-text-color, #000) r g b / .1);
  font-weight: 400;
}

.styles-module__8vrfWq__activeFilterBadge .mantine-Badge-label {
  margin: 0 3px;
}

.styles-module__8vrfWq__filterBadgeText {
  align-items: center;
  gap: 4px;
  display: flex;
}

.styles-module__8vrfWq__filterRemoveButton {
  opacity: .6;
  margin-left: 4px;
  transition: opacity .2s;
}

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

.styles-module__8vrfWq__suggestedOptionBadges {
  flex-wrap: nowrap;
  gap: 8px;
  display: flex;
}

.styles-module__8vrfWq__suggestedOptionBadges:empty {
  display: none;
}

.styles-module__8vrfWq__optionBadge {
  text-transform: none;
  --badge-height: 42px;
  --badge-padding-x: 18px;
  --badge-bg: transparent;
  --badge-bd: 1px solid rgba(from var(--n-auto-text-color, #000) r g b / .2);
  --badge-color: rgba(from var(--n-auto-text-color, #000) r g b / .6);
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  transition: border .2s ease-out;
  display: flex;
}

.styles-module__8vrfWq__optionBadge:hover {
  --badge-bd: 1px solid var(--accent-color);
  --badge-color: var(--n-auto-text-color);
}

.styles-module__8vrfWq__optionBadge .mantine-Badge-label {
  margin: 0;
}

.styles-module__8vrfWq__optionBadgeImage {
  background: rgba(from var(--n-auto-text-color, #000) r g b / .05);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100px;
  width: 36px;
  margin-left: -16px;
  margin-right: 3px;
  display: block;
}

.styles-module__8vrfWq__count {
  opacity: .6;
  margin-left: 1ex;
  font-size: 12px;
}

/* [project]/apps/niice-jam/components/Shared/CarouselArrows/styles.module.css [app-client] (css) */
.styles-module__9OADEG__arrowsWrapper {
  pointer-events: none;
  z-index: 10;
  position: absolute;
  inset: 0;
}

.styles-module__9OADEG__arrow {
  color: #0009;
  cursor: pointer;
  pointer-events: auto;
  background: #fff;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  transition: background-color .2s, color .2s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px #00000026;
}

.styles-module__9OADEG__arrow:hover {
  background-color: var(--accent-color);
  color: #fff;
}

.styles-module__9OADEG__arrowLeft {
  left: min(0px, calc(var(--dynamic-margin) * -1 + 18px));
}

.styles-module__9OADEG__arrowRight {
  right: min(0px, calc(var(--dynamic-margin) * -1 + 18px));
}

/* [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/Shared/FilterBuilder/styles.module.css [app-client] (css) */
.styles-module__CJqd1a__newFilterSection {
  padding: var(--mantine-spacing-md);
  margin-bottom: -24px;
  margin-left: -24px;
  margin-right: -24px;
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/FolderBlock/GridLayout/gridLayoutItem.module.css [app-client] (css) */
.gridLayoutItem-module__eGbtOq__dropdownTrigger {
  z-index: 200;
  background: none;
  border: none;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 36px;
  display: flex;
}

.gridLayoutItem-module__eGbtOq__dropdownTrigger:hover {
  background-color: var(--accent-color, #000);
}

.gridLayoutItem-module__eGbtOq__dropdownContent {
  color: #000c;
  filter: drop-shadow(0 0 3px #6363634d);
  z-index: 1000;
  background-color: #fff;
  border: none;
  flex-direction: column;
  display: flex;
}

.gridLayoutItem-module__eGbtOq__dropdownContent polygon {
  fill: #fff;
}

.gridLayoutItem-module__eGbtOq__itemOption {
  text-align: left;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 6px 18px;
}

.gridLayoutItem-module__eGbtOq__itemOption:hover {
  background-color: #0000000d;
}

.gridLayoutItem-module__eGbtOq__linkInfo {
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
  display: flex;
}

.gridLayoutItem-module__eGbtOq__linkFavicon {
  object-fit: contain;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.gridLayoutItem-module__eGbtOq__linkTitle {
  -webkit-line-clamp: 2;
  word-break: break-word;
  -webkit-box-orient: vertical;
  min-width: 0;
  display: -webkit-box;
  overflow: hidden;
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/FolderBlock/GridLayout/GridLayoutFile/FailedBadge/styles.module.css [app-client] (css) */
.styles-module__pyxUhq__badge {
  color: #fff;
  z-index: 1;
  cursor: help;
  background: #b41e1ed9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 6px;
  left: 6px;
}

.styles-module__pyxUhq__tooltipTitle {
  font-weight: 600;
}

.styles-module__pyxUhq__tooltipBody {
  opacity: .8;
  margin-top: 2px;
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/FolderBlock/GridLayout/GridLayoutFile/UploadStatusBadge/styles.module.css [app-client] (css) */
.styles-module__PdBZAq__badge {
  z-index: 1;
  cursor: help;
  background: #0000008c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: 6px;
  left: 6px;
}

.styles-module__PdBZAq__spinner {
  pointer-events: none;
  display: flex;
}

.styles-module__PdBZAq__tooltipTitle {
  font-weight: 600;
}

.styles-module__PdBZAq__tooltipBody {
  opacity: .8;
  margin-top: 2px;
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/FolderBlock/EditLinkModal/styles.module.css [app-client] (css) */
.styles-module__I50P0q__modal {
  border-radius: 0;
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/FolderBlock/CarouselLayout/styles.module.css [app-client] (css) */
.styles-module__ESRgNq__carousel ul {
  gap: var(--n-folder-grid-gap, var(--gutter)) !important;
}

.styles-module__ESRgNq__carousel ul .grid-item {
  width: var(--n-folder-column-width, 240px);
  flex-shrink: 0;
}

.styles-module__ESRgNq__carouselContainer {
  position: relative;
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/FolderBlock/AddLinkModal/styles.module.css [app-client] (css) */
.styles-module__wGiS-q__modal {
  border-radius: 0;
}

/* [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;
  gap: 8px;
  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: rgba(from var(--n-text-color, var(--n-auto-text-color, black)) r g b / .1);
  color: var(--n-text-color, var(--n-auto-text-color, black));
  border: none;
  border-radius: 100px;
  outline: none;
  margin: 0;
  padding-left: 5ex;
  transition: background-color .2s;
}

.styles-module___y76oW__search-input:focus {
  background: rgba(from var(--n-text-color, var(--n-auto-text-color, black)) r g b / .15);
}

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

/* [project]/apps/niice-jam/components/Blocks/Presentational/FolderBlock/ListLayout/listLayoutItem.module.css [app-client] (css) */
.listLayoutItem-module__rsP2kW__dropdownTrigger {
  z-index: 200;
  background: none;
  border: none;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 36px;
  display: flex;
}

.listLayoutItem-module__rsP2kW__dropdownContent {
  color: #000c;
  filter: drop-shadow(0 0 3px #6363634d);
  z-index: 1000;
  background-color: #fff;
  border: none;
  flex-direction: column;
  display: flex;
}

.listLayoutItem-module__rsP2kW__dropdownContent polygon {
  fill: #fff;
}

.listLayoutItem-module__rsP2kW__itemOption {
  text-align: left;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 6px 18px;
}

.listLayoutItem-module__rsP2kW__itemOption:hover {
  background-color: #0000000d;
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/FolderBlock/providers/ViewerWrapper/styles.module.css [app-client] (css) */
.styles-module__Vo7oIq__wrapper {
  height: calc(100% - var(--mantine-spacing-xl));
  width: auto;
  max-width: calc(100% - (var(--mantine-spacing-xl) * 2));
  margin-bottom: var(--mantine-spacing-xl);
}

.styles-module__Vo7oIq__wrapperWithSideMenu {
  height: calc(100% - (var(--mantine-spacing-xl) * 2));
  margin-top: var(--mantine-spacing-xl);
}

.styles-module__Vo7oIq__iframe {
  border: none;
  width: 100%;
  height: 100%;
  display: block;
}

.styles-module__Vo7oIq__image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.styles-module__Vo7oIq__unsupported {
  color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  display: flex;
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/FolderBlock/providers/GenericTile/styles.module.css [app-client] (css) */
.styles-module__ErrYxq__wrapper {
  width: 100%;
  aspect-ratio: var(--n-folder-aspect-ratio, var(--tile-aspect-ratio, 16 / 9));
  background: #0000000d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.styles-module__ErrYxq__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.styles-module__ErrYxq__playOverlay {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.styles-module__ErrYxq__playIcon {
  filter: drop-shadow(0 2px 6px #0006);
}

.styles-module__ErrYxq__duration {
  color: #fff;
  font-variant-numeric: tabular-nums;
  pointer-events: none;
  background: #000000bf;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/FolderBlock/providers/unsupported/styles.module.css [app-client] (css) */
.styles-module__a5KH-q__thumbnailLink {
  width: 100%;
  height: 100%;
  display: block;
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/NavBlock/RowLayout/NavDropdownItem/styles.module.css [app-client] (css) */
.styles-module__p7255W__dropdownTrigger {
  align-items: center;
  gap: .5ex;
  display: flex;
}

.styles-module__p7255W__navLink {
  opacity: .6;
  white-space: nowrap;
  font-size: var(--n-font-size);
  line-height: var(--n-line-height);
  font-family: var(--n-font-family);
  font-weight: var(--n-font-weight);
  letter-spacing: var(--n-letter-spacing);
  text-transform: var(--n-text-transform);
  font-style: var(--n-font-style);
  border-bottom: 2px solid #0000;
  text-decoration: none;
  transition: opacity .1s ease-out;
}

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

.styles-module__p7255W__isActive {
  opacity: 1;
  border-bottom-color: var(--accent-color);
}

.styles-module__p7255W__nestedLinksDropdown {
  cursor: pointer;
  opacity: .4;
  transition: opacity .1s ease-out, scale .1s ease-out;
}

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

.styles-module__p7255W__nestedLinksDropdown svg {
  stroke-width: var(--n-ui-icon-stroke-width, 2px);
  stroke-linecap: var(--n-ui-icon-stroke-linecap, square);
  display: block;
}

.styles-module__p7255W__triggerWrap .styles-module__p7255W__isActive {
  color: var(--accent-color);
  opacity: 1;
}

.styles-module__p7255W__triggerWrap .styles-module__p7255W__isActive:hover {
  text-decoration: none;
}

.styles-module__p7255W__dropdownContent {
  background: var(--dropdown-color, white);
  max-height: calc(80vh - 60px);
  overflow-y: auto;
}

.styles-module__p7255W__dropdownItem {
  color: var(--dropdown-text-color, black);
  font-size: 14px;
  line-height: 3ex;
  font-family: var(--ui-font, var(--body-font));
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  overflow: hidden;
}

.styles-module__p7255W__dropdownGroupLabel {
  text-transform: uppercase;
  letter-spacing: .04em;
  opacity: .5;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--dropdown-text-color, black);
  font-size: 11px;
  font-weight: 500;
  font-family: var(--ui-font, var(--body-font));
  padding: 1.5ex 12px .5ex;
  overflow: hidden;
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/NavBlock/RowLayout/styles.module.css [app-client] (css) */
.styles-module__0GdWba__list {
  gap: 1rlh;
  padding-bottom: 2px;
  display: flex;
  list-style: none !important;
}

/* [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/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/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/TableOfContentsBlock/ColumnsLayout/styles.module.css [app-client] (css) */
.styles-module__fhXgzq__grid {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  align-items: start;
  gap: 1rlh;
  display: grid;
}

.styles-module__fhXgzq__group {
  padding-left: 0;
  list-style: none !important;
}

.styles-module__fhXgzq__groupHeading a {
  opacity: .8;
  font-size: var(--n-font-size, 14px);
  line-height: var(--n-line-height, 3.6ex);
  font-family: var(--n-font-family, var(--ui-font, var(--body-font)));
  font-weight: var(--n-font-weight, 600);
  letter-spacing: var(--n-letter-spacing);
  text-transform: var(--n-text-transform);
  font-style: var(--n-font-style);
  width: 100%;
  text-decoration: none;
  transition: opacity .1s ease-out;
  display: block;
}

.styles-module__fhXgzq__groupHeading a:hover {
  text-underline-offset: .25ex;
  opacity: 1;
  text-decoration: underline;
}

.styles-module__fhXgzq__groupHeading a.styles-module__fhXgzq__active {
  color: var(--accent-color);
  opacity: 1;
}

.styles-module__fhXgzq__sublist {
  padding-left: 0;
  margin-left: 0 !important;
  list-style: none !important;
}

.styles-module__fhXgzq__sublist a {
  opacity: .6;
  font-size: var(--n-font-size, 14px);
  line-height: var(--n-line-height, 3.6ex);
  font-family: var(--n-font-family, var(--ui-font, var(--body-font)));
  font-weight: var(--n-font-weight);
  letter-spacing: var(--n-letter-spacing);
  text-transform: var(--n-text-transform);
  font-style: var(--n-font-style);
  width: 100%;
  text-decoration: none;
  transition: opacity .1s ease-out;
  display: block;
}

.styles-module__fhXgzq__sublist a:hover {
  text-underline-offset: .25ex;
  opacity: 1;
  text-decoration: underline;
}

.styles-module__fhXgzq__sublist a.styles-module__fhXgzq__active {
  color: var(--accent-color);
  opacity: 1;
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/TableOfContentsBlock/RowLayout/styles.module.css [app-client] (css) */
.styles-module__R2XQHW__list {
  gap: 1rlh;
  padding-bottom: 2px;
  display: flex;
  list-style: none !important;
}

.styles-module__R2XQHW__item {
  align-items: center;
  gap: .5ex;
  display: flex;
}

.styles-module__R2XQHW__link {
  opacity: .6;
  white-space: nowrap;
  font-size: var(--n-font-size);
  line-height: var(--n-line-height);
  font-family: var(--n-font-family);
  font-weight: var(--n-font-weight);
  letter-spacing: var(--n-letter-spacing);
  text-transform: var(--n-text-transform);
  font-style: var(--n-font-style);
  border-bottom: 2px solid #0000;
  text-decoration: none;
  transition: opacity .1s ease-out;
}

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

.styles-module__R2XQHW__linkActive {
  opacity: 1;
  color: var(--accent-color);
  border-bottom-color: var(--accent-color);
}

.styles-module__R2XQHW__linkActive:hover {
  text-decoration: none;
}

/* [project]/apps/niice-jam/components/ColorPicker/ColorPickerTrigger/styles.module.css [app-client] (css) */
.styles-module__JkBuda__trigger {
  aspect-ratio: 1;
  cursor: pointer;
  border: none;
  border-radius: 100px;
  flex-shrink: 0;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  padding: 0;
}

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

.styles-module__JkBuda__trigger {
  border: 2px solid rgb(from currentColor r g b / 40%);
}

.styles-module__JkBuda__trigger:hover {
  border-color: rgb(from currentColor r g b / 60%);
}

/* [project]/apps/niice-jam/components/ColorPicker/swatches.module.css [app-client] (css) */
.swatches-module__zHv-EG__themeSwatches {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}

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

[data-theme="light"] .swatches-module__zHv-EG__themeSwatch {
  outline: 1px solid #0003;
}

[data-theme="dark"] .swatches-module__zHv-EG__themeSwatch {
  outline: 1px solid #fff3;
}

.swatches-module__zHv-EG__themeSwatch:hover {
  transform: scale(1.1);
}

.swatches-module__zHv-EG__themeSwatch:focus {
  outline-offset: 1px;
  outline: 2px solid;
}

[data-theme="light"] .swatches-module__zHv-EG__themeSwatch[data-selected="true"] {
  outline-offset: 1px;
  outline: 2px solid #000;
}

[data-theme="dark"] .swatches-module__zHv-EG__themeSwatch[data-selected="true"] {
  outline-offset: 1px;
  outline: 2px solid #fff;
}

.swatches-module__zHv-EG__unsetSwatch {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: transform .1s ease-out;
  display: flex;
}

[data-theme="light"] .swatches-module__zHv-EG__unsetSwatch {
  color: #00000080;
  border: 1px solid #0003;
}

[data-theme="dark"] .swatches-module__zHv-EG__unsetSwatch {
  color: #ffffff80;
  border: 1px solid #ffffff4d;
}

.swatches-module__zHv-EG__unsetSwatch:hover {
  transform: scale(1.1);
}

.swatches-module__zHv-EG__unsetSwatch:focus {
  outline-offset: 1px;
  outline: 2px solid;
}

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

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

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

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

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

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

.styles-module__rDWtZW__themeSwatches {
  max-width: 234px;
}

.styles-module__rDWtZW__themeSwatch {
  
}

.styles-module__rDWtZW__saveButton {
  color: inherit;
}

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

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

/* [project]/apps/niice-jam/components/ColorPicker/styles.module.css [app-client] (css) */
.styles-module__wBuwBa__container {
  align-items: center;
  height: 36px;
  padding: 0 12px;
  transition: background-color 20ms;
  display: flex;
}

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

.styles-module__wBuwBa__container[data-hide-label="true"]:hover {
  background: none;
}

.styles-module__wBuwBa__container[data-reduce-padding="true"] {
  padding: 0;
}

.styles-module__wBuwBa__label {
  color: #000c;
  flex: 1;
  font-size: 14px;
}

.styles-module__wBuwBa__dropdown {
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  display: flex;
}

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

.styles-module__wBuwBa__dropdown .mantine-ColorPicker-swatch {
  border-radius: 100px;
  --cs-radius: 100px !important;
}

.styles-module__wBuwBa__dropdown .mantine-ColorPicker-preview {
  border-radius: 0;
  --cs-radius: 0 !important;
}

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

.styles-module__wBuwBa__dropdown[data-theme="light"] .mantine-ColorPicker-swatch {
  outline: 1px solid #0003;
}

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

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

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

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

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

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

/* [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/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/Controls/ValueLabel/styles.module.css [app-client] (css) */
.styles-module__SN7_IW__valueLabel {
  white-space: nowrap;
  pointer-events: none;
  color: #fff;
  border-radius: 100px;
  padding: 2px 4px;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
}

/* [project]/apps/niice-jam/components/BlockToolbars/ToolbarContent/ContainerBlock/GapHandles/GapHandle/styles.module.css [app-client] (css) */
.styles-module__imDsAa__horizontalGapZone {
  cursor: ns-resize;
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 12px;
  display: flex;
  position: absolute;
}

.styles-module__imDsAa__verticalGapZone {
  cursor: ew-resize;
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 12px;
  display: flex;
  position: absolute;
}

.styles-module__imDsAa__horizontalLine {
  pointer-events: auto;
  width: 18px;
  height: 2px;
  position: relative;
}

.styles-module__imDsAa__horizontalLine:before {
  content: "";
  position: absolute;
  inset: -4px -8px;
}

.styles-module__imDsAa__verticalLine {
  pointer-events: auto;
  width: 2px;
  height: 18px;
  position: relative;
}

.styles-module__imDsAa__verticalLine:before {
  content: "";
  position: absolute;
  inset: -8px -4px;
}

.styles-module__imDsAa__gapOverlay {
  pointer-events: none;
  z-index: 9;
  position: absolute;
}

/* [project]/apps/niice-jam/components/BlockToolbars/ActionComponents/ActionThumbnailButton/styles.module.css [app-client] (css) */
.styles-module__er1Ima__thumbnailButton {
  
}

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

.styles-module__er1Ima__placeholderIcon {
  
}

.styles-module__er1Ima__hiddenInput {
  
}

.styles-module__er1Ima__loadingOverlay {
  
}

/* [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;
}

.styles-module___jsIZG__backgroundColorBubble {
  margin-left: 6px;
  display: flex;
}

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

/* [project]/apps/niice-jam/components/BlockToolbars/ToolbarContent/Shared/HeightHandle/styles.module.css [app-client] (css) */
.styles-module__6bsvzG__sensor {
  pointer-events: auto;
  z-index: 11;
  width: 40px;
  height: 32px;
  position: absolute;
  bottom: -16px;
  left: calc(50% - 20px);
}

.styles-module__6bsvzG__zone {
  cursor: ns-resize;
  z-index: 12;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 12px);
}

.styles-module__6bsvzG__knob {
  box-sizing: border-box;
  pointer-events: auto;
  background-color: #00000059;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  box-shadow: 0 0 4px #00000026;
}

/* [project]/apps/niice-jam/components/BlockToolbars/ToolbarContent/Shared/PaddingHandles/PaddingHandle/styles.module.css [app-client] (css) */
.styles-module__RSHCoG__horizontalZone {
  cursor: ns-resize;
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 12px;
  display: flex;
  position: absolute;
}

.styles-module__RSHCoG__verticalZone {
  cursor: ew-resize;
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 12px;
  display: flex;
  position: absolute;
}

.styles-module__RSHCoG__horizontalLine {
  pointer-events: auto;
  width: 18px;
  height: 2px;
  position: relative;
}

.styles-module__RSHCoG__horizontalLine:before {
  content: "";
  position: absolute;
  inset: -4px -8px;
}

.styles-module__RSHCoG__verticalLine {
  pointer-events: auto;
  width: 2px;
  height: 18px;
  position: relative;
}

.styles-module__RSHCoG__verticalLine:before {
  content: "";
  position: absolute;
  inset: -8px -4px;
}

.styles-module__RSHCoG__paddingOverlay {
  pointer-events: none;
  z-index: 9;
  position: absolute;
}

.styles-module__RSHCoG__sensor {
  pointer-events: auto;
  z-index: 8;
  position: absolute;
}

/* [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/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/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/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/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/Overlay/styles.module.css [app-client] (css) */
.styles-module__JRnI1a__container {
  pointer-events: none;
  z-index: 10;
  position: relative;
}

.styles-module__JRnI1a__container > * {
  pointer-events: auto;
}

/* [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/ContentLayoutRenderer/styles.module.css [app-client] (css) */
.styles-module__zY3EZa__layoutGrid {
  grid-area: document;
  height: 100vh;
  overflow: auto;
}

.styles-module__zY3EZa__layoutGrid > * {
  min-width: 0;
}

.styles-module__zY3EZa__slotPlaceholder {
  color: #00000059;
  text-transform: uppercase;
  letter-spacing: .05em;
  border: 1px dashed #0003;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

/* [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/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/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;
}

@layer base {
  .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/ContentLayout/chunk-content.module.css [app-client] (css) */
.chunk-content-module__cOMl3W__chunkDocument {
  grid-area: unset;
  height: auto;
  overflow: visible;
}

.chunk-content-module__cOMl3W__chunkDocument [data-type="doc"] {
  min-height: unset;
}

/* [project]/apps/niice-jam/components/AppRouter/Static/Page/ContentLayout/styles.module.css [app-client] (css) */
.styles-module__vrMjSG__layoutGrid {
  grid-area: document;
  height: 100vh;
  overflow: auto;
}

.styles-module__vrMjSG__layoutGrid > * {
  min-width: 0;
}

.styles-module__vrMjSG__slotPlaceholder {
  color: #00000059;
  text-transform: uppercase;
  letter-spacing: .05em;
  border: 1px dashed #0003;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

/* [project]/apps/niice-jam/components/AppRouter/Static/Page/Document/layout-document.module.css [app-client] (css) */
.layout-document-module__nmBz4G__layoutDocument {
  grid-area: unset;
  height: auto;
  overflow: visible;
}

.layout-document-module__nmBz4G__layoutDocument [data-type="doc"] {
  min-height: unset;
}

/* [project]/apps/niice-jam/components/DocPermissionsV2/RolePicker/styles.module.css [app-client] (css) */
.styles-module__1nQk2W__trigger {
  -webkit-user-select: none;
  user-select: none;
  color: #000c;
  background: none;
  border: none;
  justify-content: flex-end;
  align-items: center;
  height: 42px;
  margin-right: -6px;
  padding: 0;
  display: flex;
}

.styles-module__1nQk2W__trigger[data-state="open"] .styles-module__1nQk2W__arrow {
  transform: rotate(180deg);
}

.styles-module__1nQk2W__trigger[data-readonly="true"] {
  color: #0009;
  cursor: default;
  margin-right: 0;
}

.styles-module__1nQk2W__trigger[data-readonly="true"] .styles-module__1nQk2W__arrow {
  display: none;
}

.styles-module__1nQk2W__content {
  z-index: 300;
  background-color: #fff;
  max-width: 240px;
  box-shadow: 0 0 12px #0000001a;
}

.styles-module__1nQk2W__content .header {
  border-bottom: 1px solid #0000001a;
  padding: 12px;
}

.styles-module__1nQk2W__content [data-radix-collection-item] {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  flex-direction: column;
  padding: 6px 12px;
  display: flex;
}

.styles-module__1nQk2W__content [data-radix-collection-item][data-highlighted] {
  background-color: #0000000d;
}

.styles-module__1nQk2W__content [data-radix-collection-item] label {
  cursor: pointer;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

.styles-module__1nQk2W__content [data-radix-collection-item] label.danger {
  color: var(--n-red) !important;
}

.styles-module__1nQk2W__content [data-radix-collection-item] span {
  color: #0009;
  line-height: 1.2;
}

/* [project]/apps/niice-jam/components/DocPermissionsV2/PermissionEntity/styles.module.css [app-client] (css) */
.styles-module__XzU9_W__permission-entity {
  justify-content: space-between;
  align-items: center;
  gap: 9px;
  padding: 6px 24px;
  transition: background-color .1s ease-out;
  display: flex;
}

.styles-module__XzU9_W__permission-entity:hover {
  background-color: #0000000d;
}

.styles-module__XzU9_W__left {
  align-items: center;
  gap: 12px;
  margin-left: -3px;
  display: flex;
}

.styles-module__XzU9_W__details {
  flex-direction: column;
  display: flex;
}

.styles-module__XzU9_W__details > span {
  line-height: 18px;
}

.styles-module__XzU9_W__details > span:last-child {
  color: #0009;
}

.styles-module__XzU9_W__title-wrap {
  align-items: center;
  gap: 6px;
  height: 24px;
  display: flex;
}

.styles-module__XzU9_W__via {
  cursor: pointer;
  white-space: nowrap;
}

.styles-module__XzU9_W__via span:hover {
  text-decoration: underline;
}

.styles-module__XzU9_W__subtitle-link {
  color: inherit;
  text-decoration: none;
}

.styles-module__XzU9_W__subtitle-link:hover {
  text-decoration: underline;
}

.styles-module__XzU9_W__faded .styles-module__XzU9_W__left {
  opacity: .5;
}

.styles-module__XzU9_W__via-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  max-width: 140px;
  display: inline-block;
  overflow: hidden;
}

.styles-module__XzU9_W__via-text:hover {
  color: #0009;
  text-decoration: underline;
}

/* [project]/apps/niice-jam/components/DocPermissionsV2/MainContent/styles.module.css [app-client] (css) */
.styles-module__cyuxNW__container {
  background: #fff;
  flex-direction: column;
  grid-area: main-content;
  display: flex;
  overflow-x: scroll;
}

.styles-module__cyuxNW__container label {
  padding-left: 24px;
  display: inline-block;
}

.styles-module__cyuxNW__container .styles-module__cyuxNW__pass-list:not(:first-of-type) {
  margin-top: 18px;
}

.styles-module__cyuxNW__loading-container {
  grid-area: main-content;
  justify-content: center;
  align-items: center;
  display: flex;
}

.styles-module__cyuxNW__access-header-container {
  background: #fff;
  padding: 0 24px;
  position: sticky;
  top: 3px;
}

.styles-module__cyuxNW__access-header-container .access-sub {
  color: #0009;
}

.styles-module__cyuxNW__access-header-container .mantine-Switch-labelWrapper {
  display: none;
}

.styles-module__cyuxNW__direct-access-container {
  padding-top: 12px;
  padding-bottom: 18px;
}

.styles-module__cyuxNW__inherited-access-container {
  background-color: #f2f2f2;
}

.styles-module__cyuxNW__inherited-access-container .styles-module__cyuxNW__access-header-container {
  background-color: #f2f2f2;
  margin-top: -12px;
  padding-top: 12px;
}

.styles-module__cyuxNW__inherited-access-container {
  flex: 1;
  padding-top: 24px;
  padding-bottom: 18px;
}

/* [project]/apps/niice-jam/components/DocPermissionsV2/MainContentHeader/Breadcrumbs/styles.module.css [app-client] (css) */
.styles-module__Qg_iXa__breadcrumbs-container {
  --top-padding: var(--dialog-edge-padding-vertical);
  --bottom-padding: 12px;
  padding-top: var(--top-padding);
  padding-left: var(--dialog-edge-padding-horizontal);
  flex-wrap: wrap;
  grid-area: breadcrumbs;
  align-items: center;
  padding-bottom: 6px;
  display: flex;
}

.styles-module__Qg_iXa__breadcrumb {
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  flex: 0 auto;
  min-width: 0;
  max-width: 200px;
  font-weight: 500;
  transition: color .1s ease-out;
  overflow: hidden;
}

.styles-module__Qg_iXa__breadcrumb:not(:last-child) {
  color: #0006;
}

.styles-module__Qg_iXa__breadcrumb:not(:last-child):hover {
  color: #0009;
  text-decoration: underline;
}

.styles-module__Qg_iXa__breadcrumb:not(:last-child):after {
  content: "›";
  margin: 0 4px;
  text-decoration: none;
  display: inline-block;
}

/* [project]/apps/niice-jam/components/DocPermissionsV2/MainContentHeader/Invites/styles.module.css [app-client] (css) */
.styles-module__cNUuna__container {
  grid-area: invites;
  height: 84px;
  position: relative;
}

.styles-module__cNUuna__command-list {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility, max-height;
  max-height: 0;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out, max-height .2s ease-in-out;
  overflow: hidden;
}

.styles-module__cNUuna__command-list [cmdk-group-heading] {
  color: #00000080;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 600;
}

.styles-module__cNUuna__command-list [cmdk-item][data-selected="true"] {
  background-color: #0000000d;
}

.styles-module__cNUuna__floating-container {
  z-index: 1;
  will-change: filter, margin;
  background: #fff;
  transition: filter .2s ease-in-out, margin .2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.styles-module__cNUuna__floating-container:focus-within {
  filter: drop-shadow(0 7px 12px #64646f66);
  margin: 0 12px;
}

.styles-module__cNUuna__floating-container:focus-within .styles-module__cNUuna__command-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  max-height: 480px;
  overflow-y: auto;
}

.styles-module__cNUuna__no-results-message {
  color: #00000080;
  padding: 12px 16px;
  font-size: 14px;
}

.styles-module__cNUuna__dropdown-content {
  width: var(--radix-popover-trigger-width);
  background: #fff;
  box-shadow: 0 7px 29px #64646f66;
}

.styles-module__cNUuna__invite-input-container {
  align-items: center;
  padding: 18px 20px 24px;
  display: flex;
}

.styles-module__cNUuna__role-dropdown-container {
  background-color: #0000000d;
  border-radius: 0 100px 100px 0;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  display: flex;
}

.styles-module__cNUuna__role-dropdown-container [cmdk-item][data-selected] {
  background-color: #0000000d;
}

.styles-module__cNUuna__invite-input {
  background: #0000000d;
  border: none;
  border-radius: 100px 0 0 100px;
  outline: none;
  flex: 1;
  height: 48px;
  padding: 0 16px 0 48px;
}

.styles-module__cNUuna__add-people-icon {
  opacity: .4;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  margin-right: -36px;
  transition: opacity .1s ease-out;
}

.styles-module__cNUuna__add-people-icon:has( + :focus) {
  opacity: 1;
}

/* [project]/apps/niice-jam/components/DocPermissionsV2/MainContentHeader/Publishing/styles.module.css [app-client] (css) */
.styles-module__VwrO7G__container {
  grid-area: publishing;
  padding-top: 18px;
  padding-left: 24px;
  padding-right: 20px;
}

.styles-module__VwrO7G__published-container {
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.styles-module__VwrO7G__published-label {
  white-space: nowrap;
  color: #0009;
}

.styles-module__VwrO7G__stroke {
  background-color: #0003;
  width: 1px;
  height: 24px;
  margin-left: 12px;
  margin-right: 3px;
  display: inline-block;
}

.styles-module__VwrO7G__dropdown-trigger {
  opacity: .4;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  display: flex;
}

.styles-module__VwrO7G__dropdown-trigger:hover, .styles-module__VwrO7G__dropdown-trigger[data-state="open"] {
  opacity: .6;
}

.styles-module__VwrO7G__dropdown-content {
  color: #000c;
  filter: drop-shadow(0 0 3px #6363634d);
  z-index: 200;
  background-color: #fff;
  outline: none;
  flex-direction: column;
  display: flex;
}

.styles-module__VwrO7G__dropdown-content .arrow {
  fill: #fff;
}

.styles-module__VwrO7G__publish-options {
  font-family: var(--niice-sans);
  font-feature-settings: "pnum";
  font-size: 14px;
  line-height: calc(var(--niice-baseline) * 2);
  text-align: left;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  border: none;
  padding: 6px 18px;
  font-weight: 450;
}

.styles-module__VwrO7G__publish-options:hover {
  background-color: #f2f2f2;
}

/* [project]/apps/niice-jam/components/DocPermissionsV2/MainContentHeader/styles.module.css [app-client] (css) */
.styles-module__BM6ciW__container {
  background-color: #fff;
  grid-template: "breadcrumbs publishing" min-content
                 "invites invites" min-content
                 / auto min-content;
  grid-area: main-content-header;
  max-width: 600px;
  display: grid;
}

/* [project]/apps/niice-jam/components/DocPermissionsV2/ShareLink/styles.module.css [app-client] (css) */
.styles-module__v8md7a__container {
  background: #fff;
  border-top: 1px solid #0000001a;
  grid-area: share-link;
}

.styles-module__v8md7a__link-details {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.styles-module__v8md7a__link-text {
  color: #0009;
  text-wrap: balance;
}

.styles-module__v8md7a__remove-public-link-button {
  cursor: pointer;
  color: #0009;
  margin: 0 0 0 6px;
  padding: 6px;
  text-decoration: underline;
  transition: color .1s;
}

.styles-module__v8md7a__remove-public-link-button:hover {
  color: #000;
}

.styles-module__v8md7a__copy-public-link-button {
  white-space: nowrap;
  border-color: #0000001a;
  min-width: fit-content;
  font-weight: 400;
  transition: border-color .1s;
}

.styles-module__v8md7a__copy-public-link-button:hover {
  border-color: #000;
}

.styles-module__v8md7a__create-shareable-page-link-button {
  z-index: 100;
  color: #0009;
  align-items: center;
  gap: 6px;
  margin-left: -3px;
  padding: 0;
  display: flex;
}

.styles-module__v8md7a__create-shareable-page-link-button .styles-module__v8md7a__link-icon {
  opacity: .4;
  transition: opacity .2s ease-out;
}

.styles-module__v8md7a__create-shareable-page-link-button:hover .styles-module__v8md7a__link-icon {
  opacity: 1;
}

.styles-module__v8md7a__create-shareable-page-link-button:hover {
  color: #000;
}

/* [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/DocPermissionsV2/Sidebar/SidebarItem/styles.module.css [app-client] (css) */
:is(.CollapsibleRoot:not([data-is-group]) + .CollapsibleRoot[data-is-group] > .styles-module__GOzX3a__container, .CollapsibleRoot[data-group-expanded] + .CollapsibleRoot[data-is-group] > .styles-module__GOzX3a__container) {
  margin-top: 16px;
}

.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__groupTitle {
  text-transform: uppercase;
  letter-spacing: .04em;
  opacity: .7;
  font-weight: 500;
}

.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__expand-button {
  opacity: .4;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-left: auto;
  padding: 0;
  transition: opacity .1s ease-out;
  display: flex;
}

.styles-module__GOzX3a__expand-button 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__GOzX3a__expand-button:hover {
  opacity: 1;
}

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

/* [project]/apps/niice-jam/components/DocProperties/BlockPanels/DocListProperties/DocListOptions/TemplatesSection/ManageTemplatesDialog/styles.module.css [app-client] (css) */
.styles-module__kNBnOa__dialogSection {
  border-top: 1px solid #00000014;
  padding-top: 12px;
}

/* [project]/apps/niice-jam/components/DocProperties/BlockPanels/DocListProperties/DocListOptions/TemplatesSection/ManageTemplatesDialog/TemplateEditor/styles.module.css [app-client] (css) */
.styles-module__C9Y7lq__row {
  background: #00000008;
  border: 1px solid #00000014;
  grid-template-columns: 180px 1fr;
  gap: 16px;
  padding: 12px;
  display: grid;
}

.styles-module__C9Y7lq__preview {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.styles-module__C9Y7lq__thumbnail, .styles-module__C9Y7lq__thumbnailPlaceholder {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #0000000d;
  width: 100%;
  display: block;
}

.styles-module__C9Y7lq__previewTitle, .styles-module__C9Y7lq__previewDescription {
  margin: 0;
}

.styles-module__C9Y7lq__fields {
  min-width: 0;
}

.styles-module__C9Y7lq__headerRow {
  align-items: center;
  gap: 4px;
  display: flex;
}

.styles-module__C9Y7lq__apiTitle {
  flex: 1;
}

/* [project]/apps/niice-jam/components/DocProperties/BlockPanels/DocListProperties/DocListOptions/TemplatesSection/styles.module.css [app-client] (css) */
.styles-module__jW-wfq__row {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  display: flex;
}

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

.styles-module__jW-wfq__label {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

/* [project]/apps/niice-jam/components/DocProperties/DocumentProperties/DefaultPageTemplateProperties/styles.module.css [app-client] (css) */
.styles-module__X0LFfq__container {
  flex-direction: column;
  gap: 8px;
  padding: 8px 12px 12px;
  display: flex;
}

.styles-module__X0LFfq__selection {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  display: flex;
}

.styles-module__X0LFfq__name {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
}

.styles-module__X0LFfq__remove {
  all: unset;
  cursor: pointer;
  color: #00000073;
  white-space: nowrap;
  flex-shrink: 0;
}

.styles-module__X0LFfq__remove:hover {
  color: #000c;
}

.styles-module__X0LFfq__remove:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.styles-module__X0LFfq__empty {
  color: #00000073;
  margin: 0;
}

/* [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/DocProperties/BreakpointSelector/CreateBreakpointPopover/styles.module.css [app-client] (css) */
.styles-module__VjuJVW__row {
  align-items: flex-end;
  gap: 8px;
  display: flex;
}

.styles-module__VjuJVW__widthInput {
  width: 80px;
}

.styles-module__VjuJVW__pxLabel {
  color: #00000080;
  flex-shrink: 0;
  padding-bottom: 6px;
  font-size: 13px;
}

.styles-module__VjuJVW__tokenPreview {
  color: #00000059;
  cursor: pointer;
  padding: 2px 0;
  font-size: 11px;
}

.styles-module__VjuJVW__tokenPreview:hover {
  color: #0009;
  text-decoration: underline;
}

/* [project]/apps/niice-jam/components/DocProperties/BreakpointSelector/styles.module.css [app-client] (css) */
.styles-module__VU6Uqa__container {
  border-bottom: 1px solid #0000001a;
  padding: 8px 12px;
}

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

.styles-module__VU6Uqa__statusDot {
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
}

.styles-module__VU6Uqa__statusDot.styles-module__VU6Uqa__active {
  background-color: #40c057;
}

.styles-module__VU6Uqa__statusDot.styles-module__VU6Uqa__inactive {
  background-color: #fd7e14;
}

.styles-module__VU6Uqa__statusLabel {
  color: #00000073;
  white-space: nowrap;
  font-size: 11px;
}

.styles-module__VU6Uqa__addOption {
  color: #00000080;
  font-style: italic;
}

/* [project]/apps/niice-jam/components/DocSidebar/insert-menu.module.css [app-client] (css) */
.insert-menu-module__zURQlW__trigger {
  cursor: pointer;
  align-items: center;
  margin-top: 6px;
  margin-left: 22px;
  padding: 6px 0;
  font-size: 16px;
  transition: color .2s;
  display: flex;
}

.insert-menu-module__zURQlW__trigger:before {
  content: "";
  opacity: .4;
  background: url("../media/icon-add.58ba43ba.svg") 0 0 / contain no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  transition: opacity .2s;
  display: inline-block;
}

.insert-menu-module__zURQlW__trigger:hover:before {
  opacity: 1;
}

.insert-menu-module__zURQlW__trigger[data-theme="dark"] {
  color: #fffc;
}

.insert-menu-module__zURQlW__trigger[data-theme="dark"]:hover {
  color: #fff;
}

.insert-menu-module__zURQlW__trigger[data-theme="dark"]:before {
  filter: invert();
}

.insert-menu-module__zURQlW__trigger[data-theme="light"] {
  color: #0009;
}

.insert-menu-module__zURQlW__trigger[data-theme="light"]:hover {
  color: #000;
}

/* [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/SiteMapPageItem/styles.module.css [app-client] (css) */
.styles-module__nvk2Ra__sortableWrapper {
  position: relative;
}

.styles-module__nvk2Ra__sortableWrapper:not([data-is-group]) + .styles-module__nvk2Ra__sortableWrapper[data-is-group] {
  margin-top: 16px;
}

.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__pageTitle[data-group] {
  text-transform: uppercase;
  letter-spacing: .04em;
  cursor: text;
  font-size: 12px;
  font-weight: 500;
}

.styles-module__nvk2Ra__groupTitleInput {
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #0009;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  padding: 6px 0;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.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__addPageToGroup {
  cursor: pointer;
  color: #0006;
  text-align: left;
  background: none;
  border: none;
  padding: 6px 0;
  font-family: inherit;
  font-size: 13px;
  transition: color .1s ease-out;
}

.styles-module__nvk2Ra__addPageToGroup:hover {
  color: #000000b3;
}

.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/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/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/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/AppRouter/Editable/DocPageWrapper/styles.module.css [app-client] (css) */
@keyframes styles-module__nj0VdG__fadeIn {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.styles-module__nj0VdG__pageLoadContainer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100vw;
  height: 100vh;
  animation: 1s styles-module__nj0VdG__fadeIn;
  display: flex;
}

/* [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-actions {
  align-items: center;
  gap: 8px;
  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;
  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/TemplateGrid/TemplateGridItem/TemplateOptionsMenu/styles.module.css [app-client] (css) */
.styles-module__okXhFa__wrapper {
  z-index: 1;
  margin-right: -6px;
  display: flex;
  position: relative;
}

.styles-module__okXhFa__trigger {
  opacity: .4;
  transition: opacity .1s ease-out, scale .1s ease-out;
  display: flex;
}

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

/* [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/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/Main/styles.module.css [app-client] (css) */
.styles-module__7CQIRW__root {
  grid-area: main;
  min-width: 0;
}

/* [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/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/AppRouter/ControlPanels/Templates/IndividualTemplateWrapper/Header/HeaderActions/styles.module.css [app-client] (css) */
.styles-module__1ki1iW__header-actions-container {
  align-items: center;
  gap: 6px;
  padding: 0 6px;
  display: flex;
}

.styles-module__1ki1iW__bookmark-button, .styles-module__1ki1iW__archive-button, .styles-module__1ki1iW__copy-link-button {
  opacity: .6;
  background: none;
  border: none;
  align-items: center;
  gap: 6px;
  transition: all .1s ease-out;
  display: flex;
}

.styles-module__1ki1iW__bookmark-button:hover, .styles-module__1ki1iW__archive-button:hover, .styles-module__1ki1iW__copy-link-button:hover {
  opacity: 1;
  scale: 1.1;
}

.styles-module__1ki1iW__divider {
  opacity: .6;
  background-color: #000;
  width: 1px;
  height: 24px;
}

/* [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/AppRouter/ControlPanels/Templates/IndividualTemplateWrapper/Header/TemplateBreadcrumbs/styles.module.css [app-client] (css) */
.styles-module__mEgg7W__container {
  align-items: center;
  display: flex;
}

.styles-module__mEgg7W__public-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.styles-module__mEgg7W__breadcrumb-item {
  align-items: center;
  gap: 4px;
  display: flex;
}

.styles-module__mEgg7W__primary-breadcrumb {
  color: #0009;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.styles-module__mEgg7W__primary-breadcrumb:hover span {
  text-decoration: underline;
}

.styles-module__mEgg7W__primary-breadcrumb:before {
  content: "←";
  padding-right: 1ex;
  text-decoration: none;
}

.styles-module__mEgg7W__secondary-breadcrumbs {
  color: #0009;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.styles-module__mEgg7W__arrow {
  padding: 3px;
  font-size: 16px;
  font-weight: bold;
}

/* [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/AppRouter/ControlPanels/Templates/IndividualTemplateWrapper/Header/styles.module.css [app-client] (css) */
.styles-module__74bWmW__container {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
  gap: 24px;
  display: grid;
  container-type: inline-size;
}

@container (min-width: 884px) {
  .styles-module__74bWmW__right-actions {
    justify-content: flex-end;
    display: flex;
  }
}

.styles-module__74bWmW__actions {
  margin-top: var(--n-margin);
  align-items: center;
  gap: 12px;
  display: flex;
}

.styles-module__74bWmW__right-actions {
  container-type: inline-size;
}

@container (max-width: 300px) {
  .styles-module__74bWmW__actions {
    flex-direction: column;
  }

  .styles-module__74bWmW__actions .styles-module__74bWmW__edit-button {
    order: 3;
  }

  .styles-module__74bWmW__actions .styles-module__74bWmW__use-template-button {
    order: 1;
  }
}

.styles-module__74bWmW__divider {
  padding: 3px;
}

/* [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/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/AppRouter/ControlPanels/MediaManager/Sidebar/styles.module.css [app-client] (css) */
.styles-module__HPbFYW__sidebar [data-active="true"] {
  color: var(--mantine-color-text);
  background: none;
  font-weight: 500;
}

.styles-module__HPbFYW__sidebar .mantine-NavLink-root {
  padding: var(--mantine-spacing-xxs) 0;
}

.styles-module__HPbFYW__sidebar .mantine-NavLink-root:hover {
  color: var(--mantine-color-brand-4);
  background: none;
}

.styles-module__HPbFYW__sidebar .mantine-NavLink-label {
  font-size: var(--mantine-font-size-md);
}

.styles-module__HPbFYW__docs-tree {
  max-height: 60vh;
  overflow-y: auto;
}

.styles-module__HPbFYW__tree-loading, .styles-module__HPbFYW__tree-error, .styles-module__HPbFYW__tree-empty {
  padding: var(--mantine-spacing-xs);
  font-size: var(--mantine-font-size-sm);
  color: var(--mantine-color-dimmed);
  text-align: center;
}

.styles-module__HPbFYW__tree-node-row {
  padding-left: var(--tree-level-padding, 12px);
  align-items: center;
  display: flex;
}

.styles-module__HPbFYW__tree-chevron-button {
  cursor: pointer;
  z-index: 1;
  color: var(--mantine-color-dimmed);
  background: none;
  border: none;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  display: flex;
}

.styles-module__HPbFYW__tree-nav-link {
  flex: 1;
}

.styles-module__HPbFYW__tree-file-icon {
  margin-left: 4px;
}

.styles-module__HPbFYW__tree-clear-filter {
  margin-bottom: 8px;
  font-weight: 500;
}

/* [project]/apps/niice-jam/components/AppRouter/ControlPanels/Templates/IndividualTemplateWrapper/RelatedTemplates/styles.module.css [app-client] (css) */
.styles-module__wWYaVW__related-templates-container {
  padding-top: 36px;
  padding-left: 42px;
}

.styles-module__wWYaVW__heading {
  margin-top: var(--margin);
  padding-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
}

/* [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/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/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/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/AppRouter/ControlPanels/Docs/styles.module.css [app-client] (css) */
.styles-module__WznVVa__docs-list-container {
  margin-bottom: var(--margin);
  grid-gap: var(--gutter);
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  width: 100%;
  padding: 0;
  display: grid;
}

.styles-module__WznVVa__doc-list-item {
  border-bottom: none;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.styles-module__WznVVa__doc-preview {
  aspect-ratio: 16 / 9;
  margin-bottom: calc(var(--niice-baseline) * .5);
  background: #0000000d;
  outline: 1px solid #0000001a;
  position: relative;
}

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

.styles-module__WznVVa__doc-title {
  margin-left: -.2ex;
}

.styles-module__WznVVa__doc-options {
  opacity: 0;
  transition: opacity .1s ease-out;
  position: absolute;
  bottom: -6px;
  right: -3px;
}

.styles-module__WznVVa__doc-options:has([data-expanded="true"]) {
  opacity: 1;
}

.styles-module__WznVVa__doc-list-item:hover .styles-module__WznVVa__doc-options {
  opacity: 1;
}

.styles-module__WznVVa__link {
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: block;
}

.styles-module__WznVVa__sort-control {
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.styles-module__WznVVa__sort-label {
  font-size: 14px;
  font-weight: 500;
  line-height: var(--n-baseline);
  font-family: var(--n-ui-font, var(--n-primary-font));
}

.styles-module__WznVVa__dialog-container {
  width: min(90vw, 1600px);
  height: min(90vh, 1600px);
  padding: var(--margin);
  display: block;
  overflow-y: auto;
}

/* [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/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/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/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/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/Analytics/AnalyticsViewsTable/styles.module.css [app-client] (css) */
.styles-module__3kdf6G__halfTable {
  flex: 1;
  min-width: 0;
}

/* [project]/apps/niice-jam/components/DocTemplateDialog/TemplatePreview/styles.module.css [app-client] (css) */
.styles-module__L_pxPq__templatePreview {
  z-index: 1;
  background: #fff;
  position: absolute;
  inset: 0;
  overflow: auto;
}

.styles-module__L_pxPq__templatePreview .styles-module__L_pxPq__template-preview-iframe {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #0000001a;
}

.styles-module__L_pxPq__templatePreview .styles-module__L_pxPq__template-preview-iframe button {
  display: none;
}

.styles-module__L_pxPq__template-preview-header {
  z-index: 1;
  background: #fff;
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-right: 12px;
  display: flex;
  position: sticky;
  top: 0;
}

.styles-module__L_pxPq__template-preview-details {
  background: #fff;
  padding: 24px;
}

.styles-module__L_pxPq__template-preview-details .styles-module__L_pxPq__template-preview-description {
  text-wrap: pretty;
  opacity: .6;
  max-width: 50ch;
  margin-top: 1lh;
}

.styles-module__L_pxPq__back-button {
  padding: none;
  opacity: .4;
  background: none;
  border: none;
  outline: none;
  padding: 12px;
  transition: opacity .2s ease-out, scale .2s ease-out;
}

.styles-module__L_pxPq__back-button img {
  width: 36px;
  display: block;
}

.styles-module__L_pxPq__back-button:hover {
  opacity: 1;
  transition: opacity .1s ease-out, scale .1 ease-out;
  scale: 1.1;
}

/* [project]/apps/niice-jam/components/AppRouter/ControlPanels/Analytics/AnalyticsViewsTopTable/styles.module.css [app-client] (css) */
.styles-module__E8zo4G__halfTable {
  flex: 1;
  min-width: 0;
}

.styles-module__E8zo4G__thumbnail {
  object-fit: contain;
  flex-shrink: 0;
  width: auto;
  max-width: 36px;
  height: auto;
  max-height: 36px;
  display: block;
}

/* [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/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;
}

