/* [project]/apps/niice-jam/app/lib/css-modules/not-found.module.css [app-client] (css) */
.not-found-module__1JT-0q__full-page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.not-found-module__1JT-0q__full-page > h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
}

.not-found-module__1JT-0q__full-page > p {
  opacity: .6;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

/* [project]/apps/niice-jam/components/PageHeader/styles.module.css [app-client] (css) */
.styles-module__alKRUW__container {
  margin-bottom: var(--mantine-spacing-xl);
}

.styles-module__alKRUW__container + .entity-list {
  margin-top: 24px;
}

/* [project]/apps/niice-jam/components/ui/AlertDialog/styles.module.css [app-client] (css) */
.styles-module__GMMCGG__AlertDialogOverlay {
  z-index: 1000;
  background-color: #00000080;
  position: fixed;
  inset: 0;
}

.styles-module__GMMCGG__AlertDialogContent {
  z-index: 1001;
  background-color: #fff;
  width: 90vw;
  max-width: 500px;
  max-height: 85vh;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 38px -10px #0e121659, 0 10px 20px -15px #0e121633;
}

.styles-module__GMMCGG__AlertDialogContent > .padded {
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  display: flex;
}

.styles-module__GMMCGG__AlertDialogDescription {
  opacity: .8;
  margin-top: 4px;
}

.styles-module__GMMCGG__Actions {
  flex-direction: row;
  display: flex;
}

.styles-module__GMMCGG__Action {
  cursor: pointer;
  background-color: #fff;
  border: none;
  border-top: 1px solid #0e121633;
  outline: none;
  flex: 1;
  padding: 18px;
}

.styles-module__GMMCGG__Action:last-child {
  border-left: 1px solid #0e121633;
}

.styles-module__GMMCGG__Action:hover {
  background-color: #0e12161a;
}

.styles-module__GMMCGG__Action.danger {
  color: var(--n-red);
}

/* [project]/apps/niice-jam/components/AppRouter/ControlPanels/Analytics/AccountAnalyticsDashboard/AccountAnalyticsDownloads/styles.module.css [app-client] (css) */
.styles-module__iQFGlG__lineChartContainer svg, .styles-module__iQFGlG__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/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/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/Blocks/Presentational/FolderBlock/FolderBlockHeader/styles.module.css [app-client] (css) */
.styles-module___y76oW__split-button-container {
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 1px;
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* [project]/apps/niice-jam/components/Blocks/Presentational/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;
}

.styles-module__ESRgNq__uploadProgress {
  margin-bottom: var(--gutter);
  z-index: 101;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  animation: .2s ease-out styles-module__ESRgNq__uploadProgressAppear;
  display: flex;
  position: sticky;
  top: 12px;
}

@keyframes styles-module__ESRgNq__uploadProgressAppear {
  0% {
    opacity: 0;
    margin-bottom: -30px;
  }

  100% {
    opacity: 1;
    margin-bottom: 0;
  }
}

.styles-module__ESRgNq__uploadProgressTitle {
  font-family: var(--body-font);
  color: rgba(from var(--n-text-color, var(--n-auto-text-color)) r g b / .6);
  font-size: 16px;
  font-weight: 500;
}

.styles-module__ESRgNq__uploadProgressPercent {
  font-family: var(--body-font);
  color: rgba(from var(--n-text-color, var(--n-auto-text-color)) r g b / .6);
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

.styles-module__DONZ8q__carouselContainer {
  position: relative;
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* [project]/apps/niice-jam/components/DocProperties/PropertyCollections/BorderProperties/BorderStylePicker/styles.module.css [app-client] (css) */
.styles-module__JXBaQa__borderStylePreview {
  vertical-align: middle;
  flex-shrink: 0;
  width: 24px;
  height: 0;
  display: inline-block;
}

.styles-module__JXBaQa__borderStylePreviewSolid {
  border-top: 2px solid;
}

.styles-module__JXBaQa__borderStylePreviewDashed {
  border-top: 2px dashed;
}

.styles-module__JXBaQa__borderStylePreviewDotted {
  border-top: 2px dotted;
}

.styles-module__JXBaQa__borderStylePreviewDouble {
  border-top: 3px double;
}

.styles-module__JXBaQa__styleTrigger {
  cursor: pointer;
  color: #0009;
  background: none;
  border: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  height: 28px;
  padding: 0 4px;
  font-size: 13px;
  display: flex;
}

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

.styles-module__JXBaQa__styleOptionRow {
  align-items: center;
  gap: 8px;
  font-size: 14px;
  display: flex;
}

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

.styles-module__TxxyXG__sideLabel {
  color: #00000080;
  white-space: nowrap;
  flex-shrink: 0;
  width: 36px;
  font-size: 14px;
}

.styles-module__TxxyXG__sideControls {
  align-items: center;
  gap: 12px;
  margin-left: auto;
  margin-right: 32px;
  display: flex;
}

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

.styles-module__F7MqhW__radiusLabel {
  color: #000c;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 14px;
}

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

.styles-module__F7MqhW__linkButton {
  cursor: pointer;
  color: #0006;
  background: none;
  border: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 4px;
  transition: background-color .1s, color .1s;
  display: flex;
}

.styles-module__F7MqhW__linkButton .styles-module__F7MqhW__iconLinked {
  display: block;
}

.styles-module__F7MqhW__linkButton .styles-module__F7MqhW__iconUnlinked {
  display: none;
}

.styles-module__F7MqhW__linkButton:hover {
  color: #000000b3;
  background: #0000000d;
}

.styles-module__F7MqhW__linkButton:hover .styles-module__F7MqhW__iconLinked {
  display: none;
}

.styles-module__F7MqhW__linkButton:hover .styles-module__F7MqhW__iconUnlinked {
  display: block;
}

.styles-module__F7MqhW__linkButtonActive {
  color: #000000b3;
}

.styles-module__F7MqhW__linkButtonActive .styles-module__F7MqhW__iconLinked {
  display: none;
}

.styles-module__F7MqhW__linkButtonActive .styles-module__F7MqhW__iconUnlinked, .styles-module__F7MqhW__linkButtonActive:hover .styles-module__F7MqhW__iconLinked {
  display: block;
}

.styles-module__F7MqhW__linkButtonActive:hover .styles-module__F7MqhW__iconUnlinked {
  display: none;
}

.styles-module__F7MqhW__cornerGrid {
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding-right: 32px;
  display: grid;
}

.styles-module__F7MqhW__cornerRow {
  align-items: center;
  gap: 0;
  display: flex;
}

.styles-module__F7MqhW__cornerIcon {
  color: #0006;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 4px;
  display: flex;
}

.styles-module__F7MqhW__cornerIcon:first-child {
  margin-left: 12px;
  margin-right: 0;
}

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

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

.styles-module__x9C9BG__borderLabel {
  color: #000c;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 14px;
}

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

.styles-module__x9C9BG__linkButton {
  cursor: pointer;
  color: #0006;
  background: none;
  border: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 4px;
  transition: background-color .1s, color .1s;
  display: flex;
}

.styles-module__x9C9BG__linkButton .styles-module__x9C9BG__iconLinked {
  display: block;
}

.styles-module__x9C9BG__linkButton .styles-module__x9C9BG__iconUnlinked {
  display: none;
}

.styles-module__x9C9BG__linkButton:hover {
  color: #000000b3;
  background: #0000000d;
}

.styles-module__x9C9BG__linkButton:hover .styles-module__x9C9BG__iconLinked {
  display: none;
}

.styles-module__x9C9BG__linkButton:hover .styles-module__x9C9BG__iconUnlinked {
  display: block;
}

.styles-module__x9C9BG__linkButtonActive {
  color: #000000b3;
}

.styles-module__x9C9BG__linkButtonActive .styles-module__x9C9BG__iconLinked {
  display: none;
}

.styles-module__x9C9BG__linkButtonActive .styles-module__x9C9BG__iconUnlinked, .styles-module__x9C9BG__linkButtonActive:hover .styles-module__x9C9BG__iconLinked {
  display: block;
}

.styles-module__x9C9BG__linkButtonActive:hover .styles-module__x9C9BG__iconUnlinked {
  display: none;
}

/* [project]/apps/niice-jam/components/DocProperties/PanelGrid/styles.module.css [app-client] (css) */
.styles-module__r6rHQG__panel-grid {
  grid-template-columns: repeat(12, 1fr);
  padding: 0 12px;
  display: grid;
}

/* [project]/apps/niice-jam/components/DocProperties/PropertiesGroup/styles.module.css [app-client] (css) */
.styles-module__rzeSSW__properties_group {
  border-top: 1px solid #0003;
  flex-direction: column;
  padding-bottom: 12px;
  display: flex;
}

.styles-module__rzeSSW__properties_group .properties_group_title {
  padding: 12px 12px 3px;
}

/* [project]/apps/niice-jam/components/DocProperties/PropertyCollections/ThemeStyles/styles.module.css [app-client] (css) */
.styles-module__i_-cvG__trigger {
  color: #000;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: calc(100% + 24px);
  margin: 0 -12px;
  padding: 8px 12px;
  font-size: 16px;
  display: flex;
}

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

.styles-module__i_-cvG__triggerLabel {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.styles-module__i_-cvG__triggerPreview {
  font-family: var(--n-font-family);
  font-size: clamp(12px, var(--n-font-size), 30px);
  line-height: clamp(24px, var(--n-line-height), 36px);
  font-weight: var(--n-font-weight);
  color: var(--n-text-color, inherit);
}

.styles-module__i_-cvG__arrow {
  color: #0000004d;
  flex-shrink: 0;
}

.styles-module__i_-cvG__trigger:hover .styles-module__i_-cvG__arrow {
  color: #00000080;
}

.styles-module__i_-cvG__placeholder {
  color: #0006;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.styles-module__VgTxWa__label {
  flex: 1;
}

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

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

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

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

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

  .styles-module__VgTxWa__count {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.styles-module__Fy3TKW__dialog-title {
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 500;
  line-height: round(1.5em, var(--n-half-baseline));
  line-height: calc(var(--n-half-baseline) * 3);
  text-wrap: balance;
  letter-spacing: -.05ex;
  margin-bottom: 12px;
}

.styles-module__Fy3TKW__theme-submit-button {
  gap: 8px;
}

.styles-module__Fy3TKW__button-container {
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  display: flex;
}

.styles-module__Fy3TKW__style-list-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2lh;
  display: flex;
}

.styles-module__Fy3TKW__delete-dialog-container {
  width: min(90vw, 350px);
  height: max-content;
  max-height: 90vh;
  padding: 24px;
  overflow: auto;
}

.styles-module__Fy3TKW__delete-dialog-description {
  margin-bottom: 24px;
}

.styles-module__Fy3TKW__dialog-description {
  margin-bottom: 24px;
  font-size: 14px;
}

.styles-module__Fy3TKW__delete-dialog-message {
  font-size: 18px;
}

.styles-module__Fy3TKW__theme-style-name {
  font-weight: 600;
}

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

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

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

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

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

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

