/* [project]/src/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: var(--font-sans);
    --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 {
  .static {
    position: static;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .inline {
    display: inline;
  }

  .table {
    display: table;
  }

  .lowercase {
    text-transform: lowercase;
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }
}

:root {
  --bg: #f5f6f3;
  --surface: #fff;
  --text: #1d302b;
  --muted: #65736d;
  --border: #e0e5de;
  --primary: #245d47;
  --focus: #cf9743;
  --radius: 12px;
  --font-sans: "Avenir Next", "Segoe UI", Arial, sans-serif;
  --spacing: 4px;
}

* {
  box-sizing: border-box;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

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

button, input, select {
  font: inherit;
}

button, a, input, select {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: wait;
  opacity: .6;
}

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

h1, h2, h3, p {
  margin: 0;
}

h1 {
  letter-spacing: -1.4px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  letter-spacing: -.4px;
  font-size: 19px;
  font-weight: 600;
}

h3 {
  font-size: 14px;
  font-weight: 600;
}

small, .small {
  font-size: 12px;
}

.muted {
  color: var(--muted);
}

.eyebrow {
  letter-spacing: 1.65px;
  margin-bottom: 14px;
  font-size: 10px;
  font-weight: 700;
}

.brand {
  letter-spacing: -.7px;
  align-items: center;
  gap: 9px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.brand-mark {
  color: #1d302b;
  background: #c9dfb8;
  border-radius: 9px;
  place-items: center;
  width: 35px;
  height: 35px;
  display: grid;
}

.brand-version {
  letter-spacing: 0;
  opacity: .7;
  border: 1px solid;
  border-radius: 4px;
  padding: 1px 5px;
  font-size: 10px;
}

.button {
  border: 1px solid #0000;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 11px 17px;
  font-size: 12px;
  font-weight: 600;
  transition: background .16s, transform .16s;
  display: inline-flex;
}

.button:active {
  transform: translateY(1px);
}

.primary {
  background: var(--primary);
  color: #fff;
}

.primary:hover {
  background: #194734;
}

.secondary {
  border-color: var(--border);
  color: var(--text);
  background: #fff;
}

.secondary:hover {
  background: #f2f5ef;
}

.light {
  color: #203d31;
  background: #eef4e8;
}

.light:hover {
  background: #fff;
}

.button-row {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.text-button {
  color: inherit;
  background: none;
  border: 0;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  font-size: 12px;
  display: flex;
}

.text-button:hover {
  opacity: .7;
}

.badge {
  white-space: nowrap;
  background: #edf0e9;
  border: 1px solid #dfe5d8;
  border-radius: 5px;
  align-items: center;
  padding: 5px 9px;
  font-size: 10px;
  font-weight: 500;
  display: inline-flex;
}

.green {
  color: var(--primary);
}

.green-badge {
  color: #345e39;
  background: #edf5e8;
  border-color: #dce9d2;
}

.form-stack {
  flex-direction: column;
  gap: 19px;
  display: flex;
}

.form-stack label {
  flex-direction: column;
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

input, select {
  width: 100%;
  min-height: 46px;
  color: var(--text);
  background: #fff;
  border: 1px solid #cfd8cf;
  border-radius: 6px;
  padding: 10px 12px;
}

input::placeholder {
  color: #84918a;
}

input:hover, select:hover {
  border-color: #96a895;
}

.form-error {
  color: #8c2f2d;
  background: #fff0ed;
  border-radius: 6px;
  padding: 12px;
  font-size: 12px;
}

.feedback {
  color: #2e644b;
  max-width: 460px;
  margin-top: 12px;
  font-size: 12px;
}

.feedback:empty {
  display: none;
}

.narrow {
  max-width: 410px;
}

.auth-layout {
  grid-template-columns: 1fr 1fr;
  min-height: 100dvh;
  display: grid;
}

.auth-story {
  color: #eef3e8;
  background: #203c31;
  flex-direction: column;
  justify-content: space-between;
  gap: 64px;
  min-height: 100dvh;
  padding: 48px 9%;
  display: flex;
}

.auth-story h1 {
  letter-spacing: -2px;
  font-size: clamp(32px, 3.7vw, 54px);
  line-height: 1.14;
}

.auth-story .eyebrow {
  color: #bccea9;
}

.auth-description {
  color: #c3d0c3;
  max-width: 380px;
  margin: 26px 0 36px;
  font-size: 15px;
  line-height: 1.8;
}

.story-line {
  color: #dce6d5;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  font-size: 13px;
  display: flex;
}

.story-line svg {
  color: #a5c794;
}

.story-footer {
  letter-spacing: 2px;
  border-top: 1px solid #526657;
  justify-content: space-between;
  align-items: center;
  padding-top: 22px;
  font-size: 9px;
  display: flex;
}

.auth-form-panel {
  place-items: center;
  padding: 50px 28px;
  display: grid;
}

.auth-box {
  width: 100%;
  max-width: 360px;
}

.auth-box h2 {
  letter-spacing: -1px;
  font-size: 30px;
}

.intro {
  margin: 12px 0 30px;
}

.auth-switch {
  color: var(--muted);
  margin-top: 27px;
  font-size: 12px;
}

.auth-switch a {
  color: var(--primary);
  text-underline-offset: 4px;
  font-weight: 600;
  text-decoration: underline;
}

.fine-print {
  color: var(--muted);
  border-top: 1px solid var(--border);
  margin-top: 36px;
  padding-top: 20px;
  font-size: 11px;
}

.workspace-header {
  border-bottom: 1px solid var(--border);
  background: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 24px 5%;
  display: flex;
}

.workspace-picker {
  max-width: 1140px;
  margin: 70px auto;
  padding: 0 32px;
}

.workspace-picker > p.muted {
  margin-top: 14px;
}

.picker-grid {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 70px;
  margin-top: 55px;
  display: grid;
}

.welcome-note {
  max-width: 370px;
  padding: 30px 0;
}

.welcome-note h2 {
  margin: 25px 0 13px;
}

.welcome-note p {
  color: var(--muted);
  margin-bottom: 25px;
}

.panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
}

.create-panel h2 {
  margin-bottom: 25px;
  font-size: 25px;
}

.space-list {
  gap: 12px;
  margin-top: 18px;
  display: grid;
}

.space-card {
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 10px;
  align-items: center;
  gap: 15px;
  padding: 22px;
  display: flex;
}

.space-card:hover {
  border-color: #6c8e72;
}

.space-card > div {
  flex: 1;
  min-width: 0;
}

.space-card strong {
  overflow-wrap: anywhere;
  display: block;
}

.space-card span {
  color: var(--muted);
  margin-top: 3px;
  font-size: 12px;
  display: block;
}

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

.sidebar {
  color: #dbe5db;
  background: #20362e;
  flex-direction: column;
  min-height: 100dvh;
  padding: 29px 19px;
  display: flex;
}

.sidebar .brand {
  color: #f4f6ef;
  padding-left: 5px;
}

.workspace-switch {
  border: 1px solid #4b6155;
  border-radius: 7px;
  align-items: center;
  gap: 9px;
  margin-top: 37px;
  padding: 12px;
  font-size: 12px;
  display: flex;
}

.workspace-switch > span {
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  overflow: hidden;
}

.nav-label {
  color: #a7b8a9;
  letter-spacing: 1.6px;
  margin: 33px 12px 13px;
  font-size: 9px;
}

.nav-item {
  border-radius: 6px;
  align-items: center;
  gap: 11px;
  margin-bottom: 4px;
  padding: 12px;
  font-size: 12px;
  display: flex;
}

.nav-item:hover {
  background: #304a3c;
}

.nav-item.active {
  color: #263d2d;
  background: #d4e7c6;
  font-weight: 600;
}

.upcoming-nav {
  color: #9faea0;
  gap: 23px;
  padding: 3px 13px;
  font-size: 12px;
  display: grid;
}

.upcoming-nav span {
  align-items: center;
  gap: 12px;
  display: flex;
}

.sidebar-bottom {
  margin-top: auto;
  padding: 50px 10px 0;
}

.user-label {
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  display: flex;
}

.user-label strong {
  overflow-wrap: anywhere;
  max-width: 130px;
  font-size: 12px;
  display: block;
}

.user-label small {
  color: #adbcad;
  font-size: 10px;
  display: block;
}

.avatar {
  color: #29452e;
  background: #e2eadd;
  border-radius: 50%;
  flex-shrink: 0;
  place-items: center;
  width: 34px;
  height: 34px;
  font-size: 13px;
  display: grid;
}

.topbar {
  border-bottom: 1px solid var(--border);
  background: #fff;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 77px;
  padding: 22px 38px;
  font-size: 11px;
  display: flex;
}

.breadcrumb {
  color: var(--muted);
  margin-left: 8px;
}

.status-pill {
  color: #645f42;
  white-space: nowrap;
  background: #f4f4eb;
  border: 1px solid #e8e8d9;
  border-radius: 20px;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  font-size: 10px;
  display: inline-flex;
}

.status-pill > span {
  background: #9b8b4e;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.dashboard-content {
  max-width: 1530px;
  margin: 0 auto;
  padding: 40px 38px 22px;
}

.page-heading {
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 28px;
  display: flex;
}

.page-heading h1 {
  letter-spacing: -1px;
  font-size: 31px;
}

.page-heading .muted {
  margin-top: 10px;
  font-size: 12px;
}

.page-heading .eyebrow {
  margin-bottom: 11px;
  font-size: 9px;
}

.page-heading > .badge {
  margin-top: 4px;
}

.hero-panel {
  background: #e5ecdd;
  border: 1px solid #d5e0cc;
  border-radius: 12px;
  grid-template-columns: 1.4fr 1fr;
  min-height: 255px;
  padding: 30px 33px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero-tag {
  letter-spacing: 1.25px;
  color: #456442;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  display: flex;
}

.hero-panel h2 {
  letter-spacing: -1px;
  margin: 15px 0;
  font-size: 30px;
  line-height: 1.15;
}

.hero-panel p {
  color: #5b6f55;
  max-width: 410px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.7;
}

.foundation-art {
  justify-content: center;
  align-items: center;
  min-height: 210px;
  display: flex;
  position: relative;
}

.art-square {
  border: 1px solid #afc4a1;
  border-radius: 24px;
  width: 150px;
  height: 150px;
  position: absolute;
}

.square-one {
  transform: rotate(22deg);
}

.square-two {
  transform: rotate(48deg);
}

.art-center {
  color: #345637;
  z-index: 1;
  background: #c4d9b2;
  border-radius: 25px;
  place-items: center;
  width: 112px;
  height: 112px;
  display: grid;
}

.art-caption {
  letter-spacing: 2px;
  color: #66815e;
  font-family: monospace;
  font-size: 9px;
  position: absolute;
  bottom: 0;
}

.summary-strip {
  border-block: 1px solid var(--border);
  grid-template-columns: 1.2fr .8fr 1fr;
  margin: 23px 0 28px;
  padding: 20px 2px;
  display: grid;
}

.summary-strip > div {
  border-right: 1px solid var(--border);
  min-width: 0;
  padding: 0 26px;
}

.summary-strip > div:first-child {
  padding-left: 0;
}

.summary-strip > div:last-child {
  border: 0;
}

.summary-strip span {
  color: var(--muted);
  margin-bottom: 8px;
  font-size: 11px;
  display: block;
}

.summary-strip strong {
  letter-spacing: -.6px;
  overflow-wrap: anywhere;
  font-size: 22px;
  font-weight: 500;
}

.summary-strip small {
  color: var(--muted);
  letter-spacing: 0;
  font-size: 10px;
  font-weight: 400;
}

.dashboard-grid {
  grid-template-columns: 1.2fr 1fr;
  gap: 21px;
  display: grid;
}

.section-title {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  display: flex;
}

.section-title h2 {
  letter-spacing: -.2px;
  font-size: 15px;
}

.section-title > span {
  font-size: 10px;
}

.section-title > a {
  color: var(--primary);
  align-items: center;
  gap: 5px;
  font-size: 11px;
  display: flex;
}

.step {
  color: #83917d;
  border-bottom: 1px solid #edf0e9;
  align-items: center;
  gap: 14px;
  padding: 20px 0;
  display: flex;
}

.step:last-child {
  border: 0;
  padding-bottom: 4px;
}

.step > svg {
  flex-shrink: 0;
}

.step > div {
  flex: 1;
}

.step h3 {
  color: var(--text);
  font-size: 12px;
}

.step p {
  color: var(--muted);
  margin-top: 4px;
  font-size: 11px;
}

.future-label {
  white-space: nowrap;
  color: var(--muted);
  font-size: 10px;
}

.health-list {
  gap: 15px;
  margin: 25px 0;
  display: grid;
}

.health-list > div {
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
  display: flex;
}

.health-ok {
  color: #37633d;
}

.health-error {
  color: #973e2e;
}

.health-list + .small {
  margin-bottom: 19px;
}

.dashboard-grid .button {
  min-height: 38px;
  padding: 8px 10px;
  font-size: 10px;
}

.activity-panel {
  margin-top: 23px;
}

.activity-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.activity-list li {
  border-top: 1px solid #edf0e9;
  align-items: center;
  gap: 14px;
  padding: 15px 0;
  display: flex;
}

.activity-dot {
  border: 2px solid #6c8861;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin: 0 4px;
}

.activity-list li > div {
  flex: 1;
}

.activity-list strong {
  font-size: 12px;
  font-weight: 500;
}

.activity-list p {
  color: var(--muted);
  margin-top: 3px;
  font-size: 10px;
}

.activity-list time {
  color: var(--muted);
  font-size: 10px;
}

.activity-panel > .small {
  margin-top: 13px;
  font-size: 10px;
}

.dashboard-footer {
  color: #6f7c6b;
  justify-content: space-between;
  gap: 16px;
  margin-top: 26px;
  font-size: 9px;
  display: flex;
}

.dashboard-footer > span:last-child {
  align-items: center;
  gap: 6px;
  display: flex;
}

.details {
  margin: 30px 0 0;
}

.details > div {
  border-top: 1px solid var(--border);
  justify-content: space-between;
  padding: 13px 0;
  font-size: 12px;
  display: flex;
}

.details dt {
  color: var(--muted);
}

.details dd {
  margin: 0;
}

.team-row {
  align-items: center;
  gap: 10px;
  margin: 25px 0;
  display: flex;
}

.team-row > div:nth-child(2) {
  flex: 1;
  min-width: 0;
}

.team-row strong {
  font-size: 12px;
}

.team-row p {
  color: var(--muted);
  overflow-wrap: anywhere;
  font-size: 11px;
}

.team-row .badge {
  font-size: 9px;
}

.center-page {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 100dvh;
  padding: 30px;
  display: flex;
}

.skip-link {
  z-index: 10;
  background: #fff;
  padding: 14px;
  position: absolute;
  top: -100px;
  left: 20px;
}

.skip-link:focus {
  top: 10px;
}

.spin {
  animation: 1s linear infinite spin;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 1600px) {
  .dashboard-content {
    padding-top: 55px;
  }

  .hero-panel {
    min-height: 320px;
    padding: 40px;
  }

  .hero-panel h2 {
    font-size: 36px;
  }

  .dashboard-grid .panel {
    padding: 30px;
  }

  .step {
    padding: 26px 0;
  }
}

@media (max-width: 1100px) {
  .dashboard-content {
    padding: 30px 22px;
  }

  .topbar {
    padding-inline: 22px;
  }

  .app-shell {
    grid-template-columns: 205px minmax(0, 1fr);
  }

  .sidebar {
    padding-inline: 13px;
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .page-heading > .badge {
    display: none;
  }

  .hero-panel {
    grid-template-columns: 1.5fr .8fr;
    padding: 25px;
  }

  .art-square {
    width: 110px;
    height: 110px;
  }

  .art-center {
    width: 85px;
    height: 85px;
  }

  .art-caption {
    display: none;
  }
}

@media (max-width: 760px) {
  .auth-layout {
    grid-template-columns: 1fr;
  }

  .auth-story {
    gap: 35px;
    min-height: auto;
    padding: 30px 25px;
  }

  .auth-story h1 {
    font-size: 35px;
  }

  .auth-description, .story-line, .story-footer {
    display: none;
  }

  .auth-form-panel {
    padding: 40px 25px;
  }

  .picker-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 30px;
  }

  .workspace-picker {
    margin-top: 35px;
    padding-inline: 20px;
  }

  .workspace-header {
    padding: 20px;
  }

  .welcome-note {
    padding: 10px 0;
  }

  .app-shell {
    display: block;
  }

  .sidebar {
    gap: 0;
    min-height: auto;
    padding: 16px;
  }

  .sidebar > .workspace-switch, .sidebar > .nav-label, .sidebar > .upcoming-nav, .sidebar-bottom {
    display: none;
  }

  .sidebar nav {
    gap: 8px;
    margin-top: 18px;
    display: flex;
  }

  .nav-item {
    flex: 1;
    justify-content: center;
    margin: 0;
    padding: 10px;
    font-size: 11px;
  }

  .sidebar .brand {
    font-size: 18px;
  }

  .topbar {
    flex-wrap: wrap;
    min-height: auto;
    padding: 16px;
  }

  .breadcrumb {
    display: none;
  }

  .dashboard-content {
    padding: 27px 16px 20px;
  }

  .page-heading h1 {
    font-size: 27px;
  }

  .hero-panel {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .hero-panel h2 {
    font-size: 30px;
  }

  .foundation-art {
    display: none;
  }

  .summary-strip {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .summary-strip > div {
    border: 0;
    padding: 0;
  }

  .summary-strip > div:first-child {
    grid-column: 1 / -1;
  }

  .summary-strip strong {
    font-size: 20px;
  }

  .panel {
    padding: 20px;
  }

  .step {
    gap: 9px;
  }

  .step p {
    max-width: 230px;
  }

  .step .badge {
    padding: 4px 6px;
    font-size: 9px;
  }

  .activity-list time {
    text-align: right;
    max-width: 80px;
  }

  .dashboard-footer {
    flex-direction: column;
    gap: 8px;
  }

  .team-row {
    flex-wrap: wrap;
  }

  .workspace-picker h1 {
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, :before, :after {
    transition: none !important;
    animation: none !important;
  }
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

/*# sourceMappingURL=src_app_globals_162hn9o.css.map*/