/* [project]/src/app/notosans_cae7440e.module.css [app-client] (css) */
@font-face {
  font-family: notoSans;
  src: url("../media/NotoSans_Regular-s.p.00ryuvb1e9dhs.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: notoSans Fallback;
  src: local(Arial);
  ascent-override: 100.41%;
  descent-override: 27.52%;
  line-gap-override: 0.0%;
  size-adjust: 106.47%;
}

.notosans_cae7440e-module__LSVe5W__className {
  font-family: notoSans, notoSans Fallback;
}

.notosans_cae7440e-module__LSVe5W__variable {
  --font-noto-sans: "notoSans", "notoSans Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .block {
    display: block;
  }
}

:root {
  --ink: #17151b;
  --muted: #716c78;
  --line: #e8e5eb;
  --purple: #c8b4ff;
}

* {
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
}

body {
  color: var(--ink);
  font-family: var(--font-noto-sans), sans-serif;
  background: #fff;
  overflow-x: hidden;
}

button {
  font: inherit;
}

.app-shell {
  grid-template-columns: 250px minmax(0, 1fr);
  min-height: 100vh;
  display: grid;
}

.sidebar {
  border-right: 1px solid var(--line);
  background: #faf9fb;
  height: 100vh;
  padding: 34px 22px;
  position: sticky;
  top: 0;
}

.brand {
  letter-spacing: -.8px;
  margin: 0 10px 42px;
  font-size: 23px;
  font-weight: 700;
}

.nav-label, .eyebrow {
  color: var(--muted);
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}

.nav-label {
  margin: 0 10px 10px;
}

.board-nav {
  gap: 4px;
  display: grid;
}

.board {
  color: #55505b;
  cursor: pointer;
  text-align: left;
  background: none;
  border: 0;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 11px 12px;
  transition: background .15s, color .15s;
  display: flex;
}

.board:hover {
  color: var(--ink);
  background: #f0edf5;
}

.board.active {
  background: var(--purple);
  color: #211a33;
  font-weight: 700;
}

.count {
  opacity: .62;
  font-size: 12px;
}

.library {
  padding: 44px clamp(24px, 5vw, 72px) 72px;
}

.library-header {
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;
  display: flex;
}

.eyebrow {
  margin: 0 0 7px;
}

h1 {
  letter-spacing: -3px;
  margin: 0;
  font-size: clamp(38px, 6vw, 66px);
  line-height: .95;
}

.page-total {
  color: var(--muted);
  font-size: 13px;
}

.page-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 14px;
  display: grid;
}

.page-card h2 {
  margin: 8px 2px 2px;
  font-size: 13px;
  font-weight: 600;
}

.page-card p {
  color: var(--muted);
  margin: 0 2px;
  font-size: 11px;
}

.page-image {
  aspect-ratio: 1;
  border-radius: 8px;
  align-items: flex-end;
  padding: 12px;
  transition: transform .18s, border-radius .18s;
  display: flex;
  overflow: hidden;
}

.page-card:hover .page-image {
  border-radius: 18px;
  transform: translateY(-3px);
}

.page-image span {
  color: #ffffffc2;
  font-size: 11px;
  font-weight: 700;
}

.mobile-nav {
  display: none;
}

.color-1 .page-image {
  background: linear-gradient(145deg, #ae96e7, #4e3b78);
}

.color-2 .page-image {
  background: linear-gradient(145deg, #f1c48b, #a05e3f);
}

.color-3 .page-image {
  background: linear-gradient(145deg, #93c9b9, #376b61);
}

.color-4 .page-image {
  background: linear-gradient(145deg, #cf95a9, #773b55);
}

.color-5 .page-image {
  background: linear-gradient(145deg, #91b8dc, #3b5d7d);
}

.color-6 .page-image {
  background: linear-gradient(145deg, #d3c9a4, #77704f);
}

@media (max-width: 900px) {
  .app-shell {
    grid-template-columns: 1fr;
  }

  .sidebar {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    height: auto;
    padding: 20px;
    position: static;
  }

  .brand {
    margin: 0 4px 18px;
  }

  .board-nav {
    display: flex;
    overflow-x: auto;
  }

  .nav-label {
    display: none;
  }

  .board {
    flex: none;
    gap: 16px;
    width: auto;
  }

  .page-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .app-shell {
    min-height: 100svh;
    display: block;
  }

  .sidebar {
    height: 72px;
    padding: max(18px, env(safe-area-inset-top)) 18px 20px;
    z-index: 10;
    background: linear-gradient(#fffffffa 62%, #fff0);
    border: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .brand {
    margin: 0;
    font-size: 20px;
  }

  .board-nav {
    display: none;
  }

  .library {
    padding: calc(78px + env(safe-area-inset-top)) 4px calc(88px + env(safe-area-inset-bottom));
  }

  .library-header {
    align-items: end;
    margin-bottom: 14px;
    padding: 0 12px;
  }

  .eyebrow {
    display: none;
  }

  h1 {
    letter-spacing: -1.6px;
    font-size: 30px;
    line-height: 1;
  }

  .page-total {
    font-size: 11px;
  }

  .page-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px 3px;
  }

  .page-image {
    border-radius: 3px;
    padding: 7px;
  }

  .page-card:hover .page-image {
    border-radius: 3px;
    transform: none;
  }

  .page-card h2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px 4px 0;
    font-size: 10px;
    line-height: 1.25;
    overflow: hidden;
  }

  .page-card p, .page-image span {
    display: none;
  }

  .mobile-nav {
    height: calc(64px + env(safe-area-inset-bottom));
    padding: 8px 22px env(safe-area-inset-bottom);
    z-index: 20;
    background: #ffffffeb;
    border-top: 1px solid #17151b14;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .mobile-nav-button {
    color: #8b8790;
    background: none;
    border: 0;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 72px;
    padding: 0;
    font-size: 9px;
    display: flex;
  }

  .mobile-nav-button.active {
    color: var(--ink);
  }

  .mobile-nav-icon {
    width: 22px;
    height: 22px;
    display: block;
    position: relative;
  }

  .mobile-nav-grid {
    transform-origin: 0 0;
    background: currentColor;
    border-radius: 2px;
    width: 8px;
    height: 8px;
    transform: scale(.75);
    box-shadow: 12px 0, 0 12px, 12px 12px;
  }

  .mobile-nav-boards:before, .mobile-nav-boards:after {
    content: "";
    border: 2px solid;
    border-radius: 3px;
    width: 16px;
    height: 13px;
    position: absolute;
  }

  .mobile-nav-boards:before {
    top: 1px;
    left: 0;
  }

  .mobile-nav-boards:after {
    bottom: 1px;
    right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .board, .page-image {
    transition: none;
  }
}

/*# sourceMappingURL=src_app_0l893-h._.css.map*/