/* [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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --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;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Text",
               "SF Pro Display", "Inter", system-ui, sans-serif;
    --font-mono: "SF Mono", ui-monospace, "JetBrains Mono", monospace;
    --spacing: .25rem;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-organo-50: #fff3e9;
    --color-organo-500: #ee560c;
    --color-organo-600: #d93500;
    --color-organo-700: #ae1600;
    --color-tygron-600: #008081;
    --color-success: #409d48;
    --color-warning: #c38300;
    --color-danger: #d02b31;
    --spring-soft: cubic-bezier(.32, .72, 0, 1);
    --spring-snappy: cubic-bezier(.65, 0, .35, 1);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-organo-50: lab(96.481% 3.41934 6.68958);
      --color-organo-500: lab(57.762% 57.8628 66.0755);
      --color-organo-600: lab(49.2607% 66.8832 75.3186);
      --color-organo-700: lab(37.7688% 61.7814 65.3515);
      --color-tygron-600: lab(48.5098% -59.0848 -17.2464);
      --color-success: lab(57.725% -42.1175 35.2261);
      --color-warning: lab(60.3541% 21.1011 74.9696);
      --color-danger: lab(46.9272% 63.3533 39.8921);
    }
  }
}

@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, ui-sans-serif, system-ui, 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 {
    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 {
  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .end {
    inset-inline-end: var(--spacing);
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .flex-shrink {
    flex-shrink: 1;
  }

  .grow {
    flex-grow: 1;
  }

  .border-collapse {
    border-collapse: collapse;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .resize {
    resize: both;
  }

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

  .rounded {
    border-radius: .25rem;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .break-all {
    word-break: break-all;
  }

  .capitalize {
    text-transform: capitalize;
  }

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  }

  .line-through {
    text-decoration-line: line-through;
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .blur {
    --tw-blur: blur(8px);
    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, );
  }

  .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, );
  }

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

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}

:root {
  --wallpaper: #fcfbf8;
  --surface: #fff;
  --surface-2: #f8f7f4;
  --hairline: #e4e3df;
  --glass-bg: #fff;
  --glass-bg-strong: #fff;
  --glass-bg-soft: #f5f3f0;
  --glass-border: #e4e3df;
  --glass-edge: transparent;
  --glass-shadow: 0 1px 2px #14161b0a,
                     0 8px 24px -12px #14161b1a;
  --glass-shadow-raise: 0 1px 2px #14161b0d,
                        0 16px 40px -16px #14161b29;
  --glass-blur: 0px;
  --glass-saturation: 100%;
  --text-primary: #0f1118;
  --text-secondary: #444750;
  --text-tertiary: #72747c;
  --text-on-accent: #fef7f2;
  --vibrancy-overlay: #f8f7f4;
}

@supports (color: lab(0% 0 0)) {
  :root {
    --wallpaper: lab(98.6289% -.0107884 1.52519);
    --surface-2: lab(97.1209% -.0107586 1.52525);
    --hairline: lab(90.166% -.0115037 1.90785);
    --glass-bg-soft: lab(95.966% -.0118911 1.90756);
    --glass-border: lab(90.166% -.0115037 1.90785);
    --glass-shadow: 0 1px 2px lab(7.16883% .172876 -3.67534 / .04),
                     0 8px 24px -12px lab(7.16883% .172876 -3.67534 / .1);
    --glass-shadow-raise: 0 1px 2px lab(7.16883% .172876 -3.67534 / .05),
                        0 16px 40px -16px lab(7.16883% .172876 -3.67534 / .16);
    --text-primary: lab(5.19135% .324331 -4.81953);
    --text-secondary: lab(30.3107% .222415 -5.61792);
    --text-tertiary: lab(48.892% .120968 -4.5233);
    --text-on-accent: lab(97.6618% 1.68431 3.32774);
    --vibrancy-overlay: lab(97.1209% -.0107586 1.52525);
  }
}

html, body {
  height: 100%;
  font-family: var(--font-sans);
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -.012em;
  margin: 0;
}

body {
  background: var(--wallpaper);
  min-height: 100dvh;
  position: relative;
  overflow-x: hidden;
}

.glass {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--glass-shadow);
  position: relative;
}

.glass-strong {
  background: var(--glass-bg-strong);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--glass-shadow-raise);
}

.glass-soft {
  background: var(--glass-bg-soft);
  border-radius: var(--radius-md);
  border: 1px solid #eeedea;
  border: 1px solid lab(93.6409% -.0106096 1.52534);
}

.glass-inset {
  background: var(--surface-2);
  border-radius: var(--radius-md);
  border: 1px solid #eeedea;
  border: 1px solid lab(93.6409% -.0106096 1.52534);
}

.specular {
  isolation: isolate;
  position: relative;
  overflow: hidden;
}

.specular:after {
  content: none;
}

.text-display {
  letter-spacing: -.03em;
  text-wrap: balance;
  font-size: clamp(2.2rem, 3.6vw, 3rem);
  font-weight: 700;
  line-height: 1.06;
}

.text-headline {
  letter-spacing: -.02em;
  font-size: 1.5rem;
  font-weight: 650;
  line-height: 1.15;
}

.text-title {
  letter-spacing: -.015em;
  font-size: 1.1rem;
  font-weight: 600;
}

.text-body {
  font-size: .95rem;
  line-height: 1.5;
}

.text-caption {
  color: var(--text-tertiary);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 600;
}

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

.muted-2 {
  color: var(--text-tertiary);
}

.liquid-slider {
  appearance: none;
  cursor: grab;
  background: none;
  width: 100%;
  height: 36px;
}

.liquid-slider:active {
  cursor: grabbing;
}

.liquid-slider::-webkit-slider-runnable-track {
  background: linear-gradient(to right,
    var(--color-organo-500) 0%,
    var(--color-organo-500) var(--fill, 50%),
    #e9e8e3 var(--fill, 50%),
    #e9e8e3 100%);
  border-radius: 999px;
  height: 6px;
}

@supports (color: lab(0% 0 0)) {
  .liquid-slider::-webkit-slider-runnable-track {
    background: linear-gradient(to right,
    var(--color-organo-500) 0%,
    var(--color-organo-500) var(--fill, 50%),
    lab(91.9111% -.0120103 2.29049) var(--fill, 50%),
    lab(91.9111% -.0120103 2.29049) 100%);
  }
}

.liquid-slider::-webkit-slider-thumb {
  appearance: none;
  border: 1px solid var(--hairline);
  width: 22px;
  height: 22px;
  transition: transform .15s var(--spring-snappy);
  background: #fff;
  border-radius: 50%;
  margin-top: -8px;
  box-shadow: 0 1px 2px #14161b1f, 0 4px 10px -4px #14161b40;
  box-shadow: 0 1px 2px lab(7.16883% .172876 -3.67534 / .12), 0 4px 10px -4px lab(7.16883% .172876 -3.67534 / .25);
}

.liquid-slider::-webkit-slider-thumb:hover {
  transform: scale(1.08);
}

.liquid-slider::-moz-range-track {
  background: #e9e8e3;
  background: lab(91.9111% -.0120103 2.29049);
  border-radius: 999px;
  height: 6px;
}

.liquid-slider::-moz-range-thumb {
  border: 1px solid var(--hairline);
  background: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}

.segmented {
  background: #e9e8e3;
  background: lab(91.9111% -.0120103 2.29049);
  border: 0;
  border-radius: 9px;
  gap: 2px;
  padding: 2px;
  display: inline-flex;
  position: relative;
}

.segmented button {
  z-index: 1;
  color: var(--text-secondary);
  cursor: pointer;
  transition: color .2s var(--spring-soft), background .2s, box-shadow .2s;
  background: none;
  border: 0;
  border-radius: 7px;
  padding: 6px 14px;
  font-size: .82rem;
  font-weight: 500;
  position: relative;
}

.segmented button[aria-pressed="true"] {
  color: var(--text-primary);
  background: #fff;
  font-weight: 600;
  box-shadow: 0 1px 2px #14161b1a;
  box-shadow: 0 1px 2px lab(7.16883% .172876 -3.67534 / .1);
}

.btn {
  border: 1px solid var(--hairline);
  color: var(--text-primary);
  cursor: pointer;
  transition: transform .2s var(--spring-snappy), box-shadow .2s, border-color .2s;
  background: #fff;
  border-radius: 9px;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  font-size: .86rem;
  font-weight: 600;
  display: inline-flex;
}

.btn:hover {
  box-shadow: var(--glass-shadow);
  border-color: #d7d4cd;
  border-color: lab(84.971% -.00566244 3.82713);
  transform: translateY(-1px);
}

.btn-accent {
  background: var(--color-organo-600);
  color: var(--text-on-accent);
  border-color: var(--color-organo-600);
  box-shadow: 0 4px 12px -6px var(--color-organo-700);
}

.btn-accent:hover {
  background: var(--color-organo-700);
  border-color: var(--color-organo-700);
}

@keyframes numberPop {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.num-pop {
  animation: numberPop .45s var(--spring-soft);
}

.nav-item {
  border-radius: var(--radius-sm);
  color: var(--text-secondary);
  align-items: center;
  gap: 10px;
  padding: 7px 12px;
  font-size: .9rem;
  font-weight: 500;
  transition: background .15s, color .15s;
  display: flex;
}

.nav-item:hover {
  color: var(--text-primary);
  background: #f1f0ec;
  background: lab(94.806% -.0118017 1.90762);
}

.nav-item[aria-current="page"] {
  background: var(--color-organo-50);
  color: var(--color-organo-700);
  font-weight: 600;
}

.dot {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
}

.dot-live {
  background: var(--color-success);
  box-shadow: 0 0 0 3px #409d4833;
}

@supports (color: color-mix(in lab, red, red)) {
  .dot-live {
    box-shadow: 0 0 0 3px color-mix(in oklab, var(--color-success) 20%, transparent);
  }
}

.dot-planned {
  background: var(--color-warning);
  box-shadow: 0 0 0 3px #c3830033;
}

@supports (color: color-mix(in lab, red, red)) {
  .dot-planned {
    box-shadow: 0 0 0 3px color-mix(in oklab, var(--color-warning) 20%, transparent);
  }
}

.dot-pending {
  background: var(--text-tertiary);
}

.dot-risk {
  background: var(--color-danger);
  box-shadow: 0 0 0 3px #d02b3133;
}

@supports (color: color-mix(in lab, red, red)) {
  .dot-risk {
    box-shadow: 0 0 0 3px color-mix(in oklab, var(--color-danger) 20%, transparent);
  }
}

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

.mobile-nav {
  display: none !important;
}

.app-shell, body {
  overflow-x: hidden;
}

@media (max-width: 760px) {
  .live-signals-strip {
    grid-template-columns: 1fr !important;
  }

  .live-signals-strip .live-tiles {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 900px) {
  .app-shell {
    grid-template: "side"
                   "top"
                   "main" 1fr
                   / minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 12px !important;
  }

  .sidebar {
    display: none !important;
  }

  .mobile-nav {
    align-items: center;
    display: flex !important;
  }

  .topbar {
    gap: 10px !important;
    padding: 12px 14px !important;
  }

  .topbar-row {
    flex-wrap: wrap !important;
    gap: 10px 14px !important;
  }

  .topbar-row > div {
    min-width: 0;
  }

  .topbar-row > div:last-child {
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .topbar .segmented {
    scrollbar-width: none;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
  }

  .topbar .segmented::-webkit-scrollbar {
    display: none;
  }

  .topbar .segmented button {
    white-space: nowrap;
    padding: 7px 12px !important;
    font-size: .78rem !important;
  }

  .scenario-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 12px !important;
  }

  .scenario-aside {
    position: static !important;
    top: auto !important;
  }

  .finance-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 12px !important;
  }

  .pnl-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, auto) !important;
    gap: 8px !important;
    font-size: .84rem !important;
  }

  .pnl-row-bar {
    display: none !important;
  }

  .channel-row {
    grid-template-columns: 44px minmax(0, 1fr) !important;
  }

  .channel-row > div:last-child {
    border-top: 1px dashed var(--text-primary);
    text-align: left !important;
    grid-column: 1 / -1 !important;
    padding-top: 8px !important;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .channel-row > div:last-child {
      border-top: 1px dashed color-mix(in oklab, var(--text-primary) 8%, transparent);
    }
  }

  .markets-table .sticky-col {
    z-index: 2;
    background: #fff;
    position: sticky;
    left: 0;
    box-shadow: 4px 0 8px -6px #0000002e;
    box-shadow: 4px 0 8px -6px lab(0% 0 0 / .18);
  }

  .initiative-row {
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 14px !important;
  }

  .initiative-date, .initiative-meta {
    display: none !important;
  }

  .initiative-date-pill, .initiative-meta-inline {
    display: flex !important;
  }

  .copilot-grid {
    grid-template-rows: minmax(60dvh, 1fr) auto !important;
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 12px !important;
    overflow-y: auto !important;
  }

  .copilot-chat {
    min-height: 60dvh;
  }

  .copilot-aside {
    overflow-y: visible !important;
  }

  .plan-target-row {
    flex-wrap: wrap !important;
  }

  .plan-target-row > div:first-child {
    width: 100% !important;
  }

  .plan-target-row > button {
    justify-content: center !important;
    width: 100% !important;
  }

  main {
    padding: 14px !important;
  }

  .text-display {
    font-size: 1.5rem !important;
  }

  .text-headline {
    font-size: 1.2rem !important;
  }

  .hero-band {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 18px !important;
  }

  .hero-tiles {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 520px) {
  .hero-tiles {
    grid-template-columns: 1fr !important;
  }
}

:root {
  --tw-ground: #fcfaf6;
  --tw-card: #fff;
  --tw-radius: 22px;
  --tw-radius-sm: 16px;
  --tw-shadow: 0 1px 2px #1d140d0a, 0 12px 32px -20px #1d140d38;
  --tw-teal: #006569;
  --tw-teal-ink: #004144;
  --tw-teal-soft: #d5f2f3;
  --tw-copper: #c56a3e;
  --tw-work: #fdf1c3;
  --tw-work-ink: #664700;
  --tw-people: #f0e8ff;
  --tw-people-ink: #523779;
  --tw-money: #d4fbe5;
  --tw-money-ink: #005032;
  --tw-growth: #ffeae6;
  --tw-growth-ink: #8c2e23;
  --tw-ops: #ddf5ff;
  --tw-ops-ink: #004f6c;
  --tw-neutral: #f5f3ef;
  --tw-neutral-ink: var(--text-secondary);
}

@supports (color: lab(0% 0 0)) {
  :root {
    --tw-ground: lab(98.2805% .135809 1.90165);
    --tw-shadow: 0 1px 2px lab(7.17208% 3.64868 5.4563 / .04), 0 12px 32px -20px lab(7.17208% 3.64868 5.4563 / .22);
    --tw-teal: lab(38.2246% -28.0878 -11.5038);
    --tw-teal-ink: lab(24.2022% -24.8641 -10.1588);
    --tw-teal-soft: lab(93.3379% -9.48435 -3.96495);
    --tw-copper: lab(55.0369% 34.6147 40.9071);
    --tw-work: lab(95.1002% -.989914 23.555);
    --tw-work-ink: lab(32.6736% 11.549 51.5516);
    --tw-people: lab(93.1024% 8.09479 -14.5244);
    --tw-people-ink: lab(28.7476% 23.774 -34.1048);
    --tw-money: lab(95.455% -16.1194 6.39608);
    --tw-money-ink: lab(29.2614% -30.2398 11.8527);
    --tw-growth: lab(94.3577% 14.7509 9.83168);
    --tw-growth-ink: lab(33.8176% 40.0774 29.8245);
    --tw-ops: lab(94.9239% -8.23692 -11.5594);
    --tw-ops-ink: lab(30.546% -14.4323 -24.8907);
    --tw-neutral: lab(95.9645% .164866 2.2833);
  }
}

.tw-page {
  width: 100%;
  min-width: 0;
  max-width: 1120px;
  margin: 0 auto;
  padding: 8px 4px 96px;
}

.tw-card {
  background: var(--tw-card);
  border-radius: var(--tw-radius);
  box-shadow: var(--tw-shadow);
}

.tw-greeting {
  letter-spacing: -.03em;
  text-wrap: balance;
  font-size: clamp(1.75rem, 3vw, 2.2rem);
  font-weight: 750;
  line-height: 1.1;
}

.tw-section {
  letter-spacing: -.02em;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin: 26px 0 10px;
  font-size: 1.15rem;
  font-weight: 700;
  display: flex;
}

.tw-section small {
  color: var(--text-tertiary);
  font-size: .8rem;
  font-weight: 500;
}

.tw-tiles {
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  gap: 12px;
  padding: 2px 2px 8px;
  display: flex;
  overflow-x: auto;
}

.tw-tiles::-webkit-scrollbar {
  display: none;
}

.tw-tile {
  scroll-snap-align: start;
  min-height: 118px;
  color: inherit;
  transition: transform .16s var(--spring-soft);
  border-radius: 18px;
  flex-direction: column;
  flex: 1 0 148px;
  justify-content: space-between;
  gap: 10px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

a.tw-tile:hover {
  transform: translateY(-2px);
}

.tw-tile .tw-tile-title {
  letter-spacing: -.01em;
  font-size: .98rem;
  font-weight: 700;
}

.tw-tile .tw-tile-sub {
  opacity: .85;
  font-size: .82rem;
  font-weight: 500;
}

.tw-tile .tw-tile-icon {
  background: #ffffff8c;
  background: lab(100% 0 0 / .55);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: inline-flex;
}

[data-tone="work"] {
  background: var(--tw-work);
  color: var(--tw-work-ink);
}

[data-tone="people"] {
  background: var(--tw-people);
  color: var(--tw-people-ink);
}

[data-tone="money"] {
  background: var(--tw-money);
  color: var(--tw-money-ink);
}

[data-tone="growth"] {
  background: var(--tw-growth);
  color: var(--tw-growth-ink);
}

[data-tone="ops"] {
  background: var(--tw-ops);
  color: var(--tw-ops-ink);
}

[data-tone="neutral"] {
  background: var(--tw-neutral);
  color: var(--tw-neutral-ink);
}

.tw-rows {
  flex-direction: column;
  display: flex;
}

.tw-row {
  border-top: 1px solid var(--hairline);
  color: inherit;
  grid-template-columns: 34px 1fr auto auto;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  text-decoration: none;
  display: grid;
}

.tw-row:first-child {
  border-top: 0;
}

.tw-row .tw-row-icon {
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: inline-flex;
}

.tw-row .tw-row-label {
  color: var(--text-secondary);
  font-size: .86rem;
  font-weight: 600;
}

.tw-row .tw-row-sub {
  color: var(--text-tertiary);
  margin-top: 2px;
  font-size: .78rem;
}

.tw-big {
  letter-spacing: -.03em;
  font-variant-numeric: tabular-nums;
  font-size: 1.7rem;
  font-weight: 750;
  line-height: 1.05;
}

.tw-unit {
  color: var(--text-secondary);
  margin-left: 4px;
  font-size: .82rem;
  font-weight: 600;
}

.tw-when {
  color: var(--text-tertiary);
  text-align: right;
  white-space: nowrap;
  font-size: .74rem;
}

.tw-chip {
  background: var(--surface-2);
  color: var(--text-secondary);
  white-space: nowrap;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: .78rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tw-chip[data-tone="good"] {
  color: #085023;
  color: lab(29.3244% -30.3636 20.2195);
  background: #d5f5da;
  background: lab(93.7045% -14.8141 9.47404);
}

.tw-chip[data-tone="warn"] {
  color: #794900;
  color: lab(35.9141% 18.6888 55.3764);
  background: #ffebc8;
  background: lab(94.3214% 4.38088 23.3696);
}

.tw-chip[data-tone="bad"] {
  color: #932b2a;
  color: lab(34.7948% 44.1984 26.7204);
  background: #ffe2df;
  background: lab(92.5749% 15.3735 8.32583);
}

.tw-chip[data-tone="teal"] {
  background: var(--tw-teal-soft);
  color: var(--tw-teal-ink);
}

.tw-segmented {
  background: var(--surface-2);
  border-radius: 999px;
  gap: 2px;
  max-width: 100%;
  padding: 4px;
  display: inline-flex;
  overflow-x: auto;
}

.tw-segmented a, .tw-segmented button {
  color: var(--text-secondary);
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: 0;
  border-radius: 999px;
  padding: 7px 14px;
  font-size: .84rem;
  font-weight: 600;
  text-decoration: none;
}

.tw-segmented [aria-current="true"] {
  color: var(--text-primary);
  background: #fff;
  box-shadow: 0 1px 3px #0000001a;
  box-shadow: 0 1px 3px lab(0% 0 0 / .1);
}

.tw-hero {
  border-radius: var(--tw-radius);
  padding: 0;
  position: relative;
  overflow: hidden;
}

.tw-hero-art {
  height: 150px;
  position: relative;
  overflow: hidden;
}

.tw-hero-body {
  background: var(--tw-card);
  padding: 18px 20px 20px;
}

.tw-hero-title {
  letter-spacing: -.02em;
  margin-bottom: 4px;
  font-size: 1.1rem;
  font-weight: 750;
}

.tw-hero-text {
  color: var(--text-secondary);
  font-size: .9rem;
  line-height: 1.45;
}

.tw-btn {
  cursor: pointer;
  transition: transform .12s var(--spring-soft), opacity .12s;
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  font-size: .95rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.tw-btn:active {
  transform: scale(.98);
}

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

.tw-btn-secondary {
  background: var(--surface-2);
  color: var(--text-primary);
}

.tw-btn[disabled] {
  opacity: .45;
  cursor: not-allowed;
}

.tw-btn-block {
  width: 100%;
}

.tw-tabs {
  z-index: 40;
  padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  backdrop-filter: saturate(160%) blur(12px);
  border-top: 1px solid var(--hairline);
  background: #ffffffeb;
  background: lab(100% 0 0 / .92);
  justify-content: space-around;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.tw-tabs a {
  min-width: 64px;
  color: var(--text-tertiary);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 6px 8px;
  font-size: .7rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.tw-tabs a[aria-current="page"] {
  color: var(--tw-teal-ink);
}

@media (max-width: 900px) {
  .tw-tabs {
    display: flex;
  }
}

.tw-composer {
  background: var(--tw-card);
  box-shadow: var(--tw-shadow);
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 6px 6px 6px 18px;
  display: flex;
}

.tw-composer input {
  color: var(--text-primary);
  background: none;
  border: 0;
  outline: 0;
  flex: 1;
  min-width: 0;
  font-size: .95rem;
}

.tw-composer input::placeholder {
  color: var(--text-tertiary);
}

@media (prefers-reduced-motion: reduce) {
  .tw-tile, .tw-btn {
    transition: none;
  }
}

.tw-vitals {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
  display: grid;
}

.tw-vital {
  min-width: 0;
  color: inherit;
  padding: 14px 16px;
  text-decoration: none;
  display: block;
}

.tw-grid2 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: start;
  gap: 14px;
  display: grid;
}

.tw-statgrid {
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
  display: grid;
}

.tw-cell {
  background: var(--surface-2);
  min-width: 0;
  color: inherit;
  border-radius: 14px;
  padding: 10px 12px;
  text-decoration: none;
  transition: background .14s;
  display: block;
}

a.tw-cell:hover {
  background: var(--tw-teal-soft);
}

.tw-more {
  background: var(--tw-card);
  border-radius: var(--tw-radius);
  box-shadow: var(--tw-shadow);
  margin-top: 12px;
}

.tw-more > summary {
  cursor: pointer;
  letter-spacing: -.01em;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  font-size: .95rem;
  font-weight: 700;
  list-style: none;
  display: flex;
}

.tw-more > summary::-webkit-details-marker {
  display: none;
}

.tw-more > summary .tw-more-hint {
  color: var(--text-tertiary);
  white-space: nowrap;
  font-size: .78rem;
  font-weight: 500;
}

.tw-more > summary .tw-more-chev {
  color: var(--text-tertiary);
  transition: transform .2s var(--spring-soft);
}

.tw-more[open] > summary .tw-more-chev {
  transform: rotate(90deg);
}

.tw-more-body {
  padding: 0 18px 16px;
}

.tw-stmt {
  flex-direction: column;
  display: flex;
}

.tw-stmt-row {
  border-top: 1px solid var(--hairline);
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 9px 0;
  font-size: .9rem;
  display: flex;
}

.tw-stmt-row:first-child {
  border-top: 0;
}

.tw-stmt-row[data-strong="1"] {
  font-weight: 750;
}

.tw-stmt-row[data-indent="1"] {
  color: var(--text-secondary);
  padding-left: 14px;
}

.tw-stmt-val {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  font-weight: 600;
}

.tw-stmt-neg {
  color: #932b2a;
  color: lab(34.7948% 44.1984 26.7204);
}

@media (max-width: 420px) {
  .tw-statgrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .tw-more > summary {
    flex-wrap: wrap;
    row-gap: 4px;
  }

  .tw-more > summary .tw-more-hint {
    white-space: normal;
    padding-left: 26px;
  }
}

.tw-vital[data-tone] .tw-row-label {
  color: inherit;
  opacity: .82;
}

.tw-vital[data-tone] .tw-row-sub {
  color: inherit;
  opacity: .7;
}

.tw-vital[data-tone] .tw-big {
  color: var(--text-primary);
}

.tw-cell[data-tone] {
  background: var(--tw-card);
}

@supports (color: color-mix(in lab, red, red)) {
  .tw-cell[data-tone] {
    background: color-mix(in oklch, var(--tw-card) 45%, currentColor 0%);
  }
}

.tw-cell[data-tone="work"] {
  background: var(--tw-work);
}

@supports (color: color-mix(in lab, red, red)) {
  .tw-cell[data-tone="work"] {
    background: color-mix(in oklch, var(--tw-work) 55%, #fff);
  }
}

.tw-cell[data-tone="people"] {
  background: var(--tw-people);
}

@supports (color: color-mix(in lab, red, red)) {
  .tw-cell[data-tone="people"] {
    background: color-mix(in oklch, var(--tw-people) 55%, #fff);
  }
}

.tw-cell[data-tone="money"] {
  background: var(--tw-money);
}

@supports (color: color-mix(in lab, red, red)) {
  .tw-cell[data-tone="money"] {
    background: color-mix(in oklch, var(--tw-money) 55%, #fff);
  }
}

.tw-cell[data-tone="growth"] {
  background: var(--tw-growth);
}

@supports (color: color-mix(in lab, red, red)) {
  .tw-cell[data-tone="growth"] {
    background: color-mix(in oklch, var(--tw-growth) 55%, #fff);
  }
}

.tw-cell[data-tone="ops"] {
  background: var(--tw-ops);
}

@supports (color: color-mix(in lab, red, red)) {
  .tw-cell[data-tone="ops"] {
    background: color-mix(in oklch, var(--tw-ops) 55%, #fff);
  }
}

.tw-cell[data-tone="neutral"] {
  background: var(--surface-2);
}

.tw-cell[data-tone] {
  color: var(--text-primary);
}

a.tw-cell[data-tone]:hover {
  filter: saturate(1.15) brightness(.99);
}

.tw-more[data-tone] > summary .tw-more-chev {
  color: inherit;
}

.tw-more[data-tone] {
  background: var(--tw-card);
  color: var(--text-primary);
}

.tw-more[data-tone] > summary {
  border-radius: var(--tw-radius);
  border-left: 4px solid #0000;
}

.tw-more[data-tone="money"] > summary {
  border-left-color: var(--tw-money-ink);
}

.tw-more[data-tone="growth"] > summary {
  border-left-color: var(--tw-growth-ink);
}

.tw-more[data-tone="ops"] > summary {
  border-left-color: var(--tw-ops-ink);
}

.tw-more[data-tone="people"] > summary {
  border-left-color: var(--tw-people-ink);
}

.tw-more[data-tone="work"] > summary {
  border-left-color: var(--tw-work-ink);
}

.tw-more[data-tone="neutral"] > summary {
  border-left-color: var(--hairline);
}

.tw-period {
  background: var(--surface-2);
  border-radius: 999px;
  gap: 2px;
  max-width: 100%;
  padding: 4px;
  display: inline-flex;
  overflow-x: auto;
}

.tw-period::-webkit-scrollbar {
  display: none;
}

.tw-period-opt {
  color: var(--text-secondary);
  white-space: nowrap;
  border-radius: 999px;
  padding: 7px 14px;
  font-size: .84rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .16s;
  position: relative;
}

.tw-period-opt[data-active] {
  color: var(--text-primary);
}

.tw-period-thumb {
  background: #fff;
  border-radius: 999px;
  position: absolute;
  inset: 0;
  box-shadow: 0 1px 3px #0000001a;
  box-shadow: 0 1px 3px lab(0% 0 0 / .1);
}

.tw-period-label {
  z-index: 1;
  position: relative;
}

.tw-flip {
  perspective: 320px;
}

.tw-flip-digit {
  text-align: center;
  transform-origin: 50% 100%;
  backface-visibility: hidden;
  min-width: .62em;
  animation: 90ms ease-out both tw-flip;
  display: inline-block;
}

@keyframes tw-flip {
  from {
    opacity: .35;
    transform: rotateX(-72deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tw-flip-digit {
    animation: none;
  }
}

.tw-prompt {
  --tw-spring: cubic-bezier(.175, .885, .32, 1.275);
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.tw-prompt[data-expanded] {
  max-width: 720px;
}

.tw-prompt {
  transition: max-width .4s var(--tw-spring);
}

.tw-prompt-tray {
  z-index: 0;
  width: 100%;
  transition: height .4s var(--tw-spring);
  position: relative;
  overflow: hidden;
}

.tw-prompt-tray-inner {
  background: var(--surface-2);
  height: 68px;
  transition: transform .4s var(--tw-spring), opacity .3s ease-out;
  border-radius: 18px 18px 0 0;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 8px 4px;
  display: flex;
  position: absolute;
  bottom: -8px;
  left: 20px;
  right: 20px;
  overflow-x: auto;
}

.tw-prompt-thumb {
  border: 1px solid var(--hairline);
  background: var(--surface-2);
  cursor: zoom-in;
  width: 48px;
  height: 48px;
  animation: tw-rise .38s var(--tw-spring) both;
  transition: transform .2s var(--tw-spring);
  border-radius: 12px;
  flex: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.tw-prompt-thumb:hover {
  transform: scale(1.04);
}

.tw-prompt-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.tw-prompt-thumb-x {
  width: 16px;
  height: 16px;
  color: var(--text-secondary);
  opacity: 0;
  transition: all .2s var(--tw-spring);
  background: #ffffffeb;
  background: lab(100% 0 0 / .92);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: absolute;
  top: 4px;
  right: 4px;
  transform: scale(.5);
}

.tw-prompt-thumb:hover .tw-prompt-thumb-x {
  opacity: 1;
  transform: none;
}

.tw-prompt-card {
  z-index: 1;
  background: var(--tw-card);
  width: 100%;
  box-shadow: var(--tw-shadow);
  border: 1px solid var(--hairline);
  cursor: default;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.tw-prompt[data-expanded] .tw-prompt-card {
  cursor: text;
  overflow: visible;
}

.tw-prompt-card:focus-within {
  border-color: var(--tw-teal);
}

@supports (color: color-mix(in lab, red, red)) {
  .tw-prompt-card:focus-within {
    border-color: color-mix(in oklch, var(--tw-teal) 45%, transparent);
  }
}

.tw-prompt-card:focus-within {
  box-shadow: var(--tw-shadow), 0 0 0 3px var(--tw-teal);
}

@supports (color: color-mix(in lab, red, red)) {
  .tw-prompt-card:focus-within {
    box-shadow: var(--tw-shadow), 0 0 0 3px color-mix(in oklch, var(--tw-teal) 14%, transparent);
  }
}

.tw-prompt-ta {
  z-index: 1;
  resize: none;
  width: 100%;
  font: inherit;
  color: var(--text-primary);
  transition: opacity .3s ease-out, transform .3s ease-out, height .4s var(--tw-spring);
  background: none;
  border: 0;
  outline: 0;
  min-height: 68px;
  padding: 14px 52px 14px 18px;
  font-size: .95rem;
  line-height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}

.tw-prompt-ta::placeholder {
  color: var(--text-tertiary);
  font-weight: 500;
}

.tw-prompt-collapsed {
  z-index: 1;
  text-align: left;
  height: 48px;
  font: inherit;
  color: var(--text-tertiary);
  cursor: text;
  transition: all .4s var(--tw-spring);
  background: none;
  border: 0;
  padding: 0 52px 0 18px;
  font-size: .95rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.tw-prompt-actions {
  z-index: 3;
  transition: all .3s var(--tw-spring);
  align-items: center;
  gap: 2px;
  display: flex;
  position: absolute;
  bottom: 8px;
  left: 12px;
  right: 52px;
}

.tw-prompt-chip {
  color: var(--text-secondary);
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  font-size: .78rem;
  font-weight: 600;
  transition: background .16s, color .16s;
  display: inline-flex;
}

.tw-prompt-chip:hover, .tw-prompt-chip[data-open] {
  background: var(--surface-2);
  color: var(--text-primary);
}

.tw-prompt-morph {
  animation: tw-rise .26s var(--tw-spring) both;
  display: inline-block;
}

.tw-prompt-dot {
  background: var(--tw-teal);
  border-radius: 999px;
  width: 8px;
  height: 8px;
  display: inline-block;
}

.tw-prompt-dot[data-model="fast"] {
  background: var(--tw-growth-ink);
}

.tw-prompt-dot[data-model="deep"] {
  background: var(--tw-people-ink);
}

.tw-prompt-menu {
  z-index: 50;
  border: 1px solid var(--hairline);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transform-origin: 0 100%;
  opacity: 0;
  pointer-events: none;
  min-width: 200px;
  transition: all .28s var(--tw-spring);
  background: #fffffff5;
  background: lab(100% 0 0 / .96);
  border-radius: 16px;
  flex-direction: column;
  gap: 2px;
  padding: 4px;
  display: flex;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  transform: translateY(8px)scale(.96);
  box-shadow: 0 18px 40px -22px #1d140d59;
  box-shadow: 0 18px 40px -22px lab(7.17208% 3.64868 5.4563 / .35);
}

.tw-prompt-menu[data-open] {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.tw-prompt-menu button {
  width: 100%;
  font: inherit;
  color: var(--text-primary);
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 12px;
  grid-template-columns: 8px auto 1fr;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  font-size: .8rem;
  font-weight: 600;
  display: grid;
}

.tw-prompt-menu button small {
  color: var(--text-tertiary);
  text-align: right;
  font-size: .7rem;
  font-weight: 500;
}

.tw-prompt-menu button:hover, .tw-prompt-menu button[aria-selected="true"] {
  background: var(--surface-2);
}

.tw-prompt-icon {
  width: 28px;
  height: 28px;
  color: var(--text-secondary);
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  transition: background .16s;
  display: inline-flex;
}

.tw-prompt-icon:hover {
  background: var(--surface-2);
  color: var(--text-primary);
}

.tw-prompt-icon:disabled {
  opacity: .4;
  pointer-events: none;
}

.tw-prompt-meter {
  z-index: 3;
  height: 32px;
  transition: all .4s var(--tw-spring);
  justify-content: flex-end;
  align-items: center;
  gap: 3px;
  display: flex;
  position: absolute;
  bottom: 8px;
  right: 52px;
  overflow: hidden;
}

.tw-prompt-meter span {
  background: var(--tw-teal);
  border-radius: 999px;
  width: 4px;
  transition: height 75ms ease-out;
}

.tw-prompt-send {
  z-index: 3;
  background: var(--tw-teal);
  color: #fff;
  cursor: pointer;
  width: 32px;
  height: 32px;
  transition: opacity .3s, transform .12s var(--tw-spring);
  border: 0;
  border-radius: 999px;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.tw-prompt-send:active {
  transform: scale(.94);
}

.tw-prompt-send:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.tw-prompt-send-face {
  opacity: 0;
  filter: blur(1px);
  transition: all .3s var(--tw-spring);
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: absolute;
  inset: 0;
  transform: scale(.5)rotate(45deg);
}

.tw-prompt-send-face[data-show] {
  opacity: 1;
  filter: none;
  transform: none;
}

.tw-prompt-lightbox {
  z-index: 100;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #1a15128c;
  background: lab(7.20476% 1.68892 2.90778 / .55);
  justify-content: center;
  align-items: center;
  animation: .24s ease-out both tw-rise;
  display: flex;
  position: fixed;
  inset: 0;
}

.tw-prompt-lightbox img {
  border-radius: 20px;
  max-width: min(86vw, 640px);
  max-height: 78vh;
  box-shadow: 0 24px 60px -12px #00000059;
  box-shadow: 0 24px 60px -12px lab(0% 0 0 / .35);
}

.tw-prompt-lightbox-x {
  width: 36px;
  height: 36px;
  color: var(--text-secondary);
  cursor: pointer;
  background: #ffffffe6;
  background: lab(100% 0 0 / .9);
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: fixed;
  top: 16px;
  right: 16px;
}

@media (prefers-reduced-motion: reduce) {
  .tw-prompt, .tw-prompt-card, .tw-prompt-tray, .tw-prompt-tray-inner, .tw-prompt-ta, .tw-prompt-collapsed, .tw-prompt-actions, .tw-prompt-menu, .tw-prompt-send-face, .tw-prompt-morph, .tw-prompt-thumb {
    transition: none;
    animation: none;
  }
}

.tw-ai-grid {
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 14px;
  display: grid;
}

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

.tw-ai-log {
  flex-direction: column;
  gap: 10px;
  min-height: 340px;
  max-height: 62vh;
  padding: 16px;
  display: flex;
  overflow-y: auto;
}

.tw-ai-bubble {
  white-space: pre-wrap;
  max-width: 82%;
  animation: tw-rise .26s var(--spring-soft) both;
  border-radius: 18px;
  padding: 10px 14px;
  font-size: .93rem;
  line-height: 1.5;
}

.tw-ai-bubble[data-role="user"] {
  background: var(--tw-teal);
  color: #fff;
  border-bottom-right-radius: 6px;
  align-self: flex-end;
}

.tw-ai-bubble[data-role="assistant"] {
  background: var(--surface-2);
  color: var(--text-primary);
  border-bottom-left-radius: 6px;
  align-self: flex-start;
}

.tw-ai-system {
  background: var(--surface-2);
  max-width: 520px;
  color: var(--text-tertiary);
  text-align: center;
  border-radius: 10px;
  align-self: center;
  padding: 8px 12px;
  font-size: .76rem;
}

.tw-ai-dots {
  align-items: center;
  gap: 4px;
  height: 14px;
  display: inline-flex;
}

.tw-ai-dots i {
  background: var(--tw-teal);
  width: 6px;
  height: 6px;
  animation: tw-dot .9s var(--spring-soft) infinite;
  border-radius: 999px;
}

.tw-ai-dots i:nth-child(2) {
  animation-delay: .15s;
}

.tw-ai-dots i:nth-child(3) {
  animation-delay: .3s;
}

@keyframes tw-dot {
  0%, 100% {
    opacity: .5;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-4px);
  }
}

.tw-band {
  margin-top: 12px;
  overflow: hidden;
}

.tw-band .tw-hero-art {
  height: 84px;
}

.tw-segmented [aria-pressed="true"] {
  color: var(--text-primary);
  background: #fff;
  box-shadow: 0 1px 3px #0000001a;
  box-shadow: 0 1px 3px lab(0% 0 0 / .1);
}

.tw-page table {
  border-collapse: collapse;
}

.tw-page .tw-card table th {
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--text-tertiary);
  font-size: .7rem;
  font-weight: 600;
}

.tw-page .tw-card table td {
  border-top: 1px solid var(--hairline);
}

.tw-task {
  border-left: 3px solid #0000;
}

.tw-task[data-seat-tone="work"] {
  background: var(--tw-work);
}

@supports (color: color-mix(in lab, red, red)) {
  .tw-task[data-seat-tone="work"] {
    background: color-mix(in oklch, var(--tw-work) 45%, #fff);
  }
}

.tw-task[data-seat-tone="work"] {
  border-left-color: var(--tw-work-ink);
}

.tw-task[data-seat-tone="people"] {
  background: var(--tw-people);
}

@supports (color: color-mix(in lab, red, red)) {
  .tw-task[data-seat-tone="people"] {
    background: color-mix(in oklch, var(--tw-people) 45%, #fff);
  }
}

.tw-task[data-seat-tone="people"] {
  border-left-color: var(--tw-people-ink);
}

.tw-task[data-seat-tone="money"] {
  background: var(--tw-money);
}

@supports (color: color-mix(in lab, red, red)) {
  .tw-task[data-seat-tone="money"] {
    background: color-mix(in oklch, var(--tw-money) 45%, #fff);
  }
}

.tw-task[data-seat-tone="money"] {
  border-left-color: var(--tw-money-ink);
}

.tw-task[data-seat-tone="growth"] {
  background: var(--tw-growth);
}

@supports (color: color-mix(in lab, red, red)) {
  .tw-task[data-seat-tone="growth"] {
    background: color-mix(in oklch, var(--tw-growth) 45%, #fff);
  }
}

.tw-task[data-seat-tone="growth"] {
  border-left-color: var(--tw-growth-ink);
}

.tw-task[data-seat-tone="ops"] {
  background: var(--tw-ops);
}

@supports (color: color-mix(in lab, red, red)) {
  .tw-task[data-seat-tone="ops"] {
    background: color-mix(in oklch, var(--tw-ops) 45%, #fff);
  }
}

.tw-task[data-seat-tone="ops"] {
  border-left-color: var(--tw-ops-ink);
}

.tw-task[data-seat-tone="neutral"] {
  background: var(--surface-2);
  border-left-color: var(--hairline);
}

a.tw-task:hover, .tw-task:hover {
  filter: saturate(1.1);
}

.tw-quickadd {
  background: var(--tw-card);
  box-shadow: var(--tw-shadow);
  border-radius: 18px;
  align-items: center;
  gap: 10px;
  padding: 6px 6px 6px 16px;
  display: flex;
}

.tw-quickadd input {
  min-width: 0;
  font: inherit;
  color: var(--text-primary);
  background: none;
  border: 0;
  outline: 0;
  flex: 1;
  padding: 10px 0;
  font-size: 1rem;
}

.tw-quickadd input::placeholder {
  color: var(--text-tertiary);
}

.tw-quickadd select {
  background: var(--surface-2);
  font: inherit;
  color: var(--text-secondary);
  border: 0;
  border-radius: 999px;
  max-width: 160px;
  padding: 8px 12px;
  font-size: .8rem;
}

.tw-tasklist {
  flex-direction: column;
  display: flex;
}

.tw-taskrow {
  border-top: 1px solid var(--hairline);
  border-left: 3px solid #0000;
  grid-template-columns: 30px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  display: grid;
}

.tw-taskrow:first-child {
  border-top: 0;
}

.tw-taskrow[data-done] .tw-tasktitle {
  color: var(--text-tertiary);
  text-decoration: line-through;
}

.tw-tasktitle {
  letter-spacing: -.01em;
  color: inherit;
  overflow-wrap: anywhere;
  font-size: .96rem;
  font-weight: 600;
  text-decoration: none;
}

.tw-tasktitle:hover {
  color: var(--tw-teal-ink);
}

.tw-taskmeta {
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  display: flex;
}

.tw-check {
  cursor: pointer;
  color: #fff;
  width: 24px;
  height: 24px;
  transition: background .14s, border-color .14s, transform .12s var(--spring-soft);
  background: #fff;
  border: 2px solid #728c8d;
  border: 2px solid lab(56.2169% -9.47437 -3.94951);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: inline-flex;
}

.tw-check:hover {
  border-color: var(--tw-teal);
  transform: scale(1.08);
}

.tw-check[data-checked] {
  background: var(--tw-teal);
  border-color: var(--tw-teal);
}

.tw-check svg {
  opacity: 0;
  transition: opacity .12s;
}

.tw-check[data-checked] svg {
  opacity: 1;
}

.tw-group {
  letter-spacing: -.01em;
  justify-content: space-between;
  align-items: baseline;
  padding: 18px 4px 8px;
  font-size: .95rem;
  font-weight: 700;
  display: flex;
}

.tw-group small {
  color: var(--text-tertiary);
  font-size: .78rem;
  font-weight: 500;
}

.tw-status-pills {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}

.tw-status-pills button {
  cursor: pointer;
  border: 0;
}

.tw-status-pills button[aria-current="true"] {
  background: var(--tw-teal);
  color: #fff;
}

@media (max-width: 480px) {
  .tw-taskrow {
    grid-template-columns: 30px 1fr;
  }

  .tw-taskrow > :last-child {
    grid-column: 2;
  }
}

@media (max-width: 560px) {
  .tw-quickadd {
    flex-wrap: wrap;
    padding: 10px 12px;
  }

  .tw-quickadd input {
    flex: 100%;
    order: -1;
  }

  .tw-quickadd > svg {
    display: none;
  }

  .tw-quickadd select {
    flex: 40%;
    max-width: none;
  }

  .tw-quickadd .tw-btn {
    flex: auto;
  }
}

.lg-shell {
  background: var(--tw-ground);
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  min-height: 100dvh;
  display: grid;
}

.lg-hero {
  background: #dfcfb4;
  background: lab(83.8514% 2.73588 15.406);
  min-height: 100dvh;
  position: relative;
  overflow: hidden;
}

.lg-hero img {
  object-fit: cover;
  object-position: center 35%;
  width: 100%;
  height: 100%;
  animation: 28s ease-in-out infinite alternate lg-drift;
  position: absolute;
  inset: 0;
}

@keyframes lg-drift {
  from {
    transform: scale(1.02)translateY(0);
  }

  to {
    transform: scale(1.1)translateY(-2%);
  }
}

.lg-hero:after {
  content: "";
  background: linear-gradient(#20130800 35%, #2013089e 100%);
  background: linear-gradient(lab(7.1291% 5.82799 7.6681 / 0) 35%, lab(7.1291% 5.82799 7.6681 / .62) 100%);
  position: absolute;
  inset: 0;
}

.lg-hero-copy {
  z-index: 1;
  color: #fff;
  text-shadow: 0 1px 2px #00000040;
  text-shadow: 0 1px 2px lab(0% 0 0 / .25);
  animation: tw-rise .7s var(--spring-soft) both;
  animation-delay: .2s;
  position: absolute;
  bottom: 44px;
  left: 40px;
  right: 40px;
}

.lg-eyebrow {
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .9;
  font-size: .74rem;
  font-weight: 700;
}

.lg-headline {
  letter-spacing: -.03em;
  text-wrap: balance;
  margin: 10px 0 8px;
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  font-weight: 750;
  line-height: 1.02;
}

.lg-tagline {
  opacity: .88;
  max-width: 520px;
  font-size: 1rem;
  line-height: 1.45;
}

.lg-panel {
  justify-content: center;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.lg-card {
  width: 100%;
  max-width: 420px;
  animation: tw-rise .6s var(--spring-soft) both;
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.lg-brand {
  align-items: center;
  gap: 12px;
  display: flex;
}

.lg-mark {
  background: linear-gradient(135deg, var(--color-organo-500), var(--color-organo-700));
  color: #fff;
  letter-spacing: -.02em;
  width: 44px;
  height: 44px;
  box-shadow: 0 8px 20px -10px var(--color-organo-700);
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  font-size: .82rem;
  font-weight: 750;
  display: inline-flex;
}

.lg-title {
  letter-spacing: -.03em;
  margin: 8px 0 0;
  font-size: clamp(1.7rem, 2.4vw, 2rem);
  font-weight: 750;
}

.lg-sub {
  color: var(--text-secondary);
  margin: 0;
  font-size: .95rem;
  line-height: 1.5;
}

.lg-field {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.lg-field label {
  color: var(--text-secondary);
  font-size: .76rem;
  font-weight: 600;
}

.lg-input {
  background: var(--tw-card);
  width: 100%;
  box-shadow: var(--tw-shadow);
  font: inherit;
  color: var(--text-primary);
  border: 1px solid #0000;
  border-radius: 14px;
  outline: none;
  padding: 13px 16px;
  font-size: 1rem;
  transition: box-shadow .16s, border-color .16s;
}

.lg-input:focus {
  border-color: var(--tw-teal);
}

@supports (color: color-mix(in lab, red, red)) {
  .lg-input:focus {
    border-color: color-mix(in oklch, var(--tw-teal) 45%, transparent);
  }
}

.lg-input:focus {
  box-shadow: var(--tw-shadow), 0 0 0 3px var(--tw-teal);
}

@supports (color: color-mix(in lab, red, red)) {
  .lg-input:focus {
    box-shadow: var(--tw-shadow), 0 0 0 3px color-mix(in oklch, var(--tw-teal) 14%, transparent);
  }
}

.lg-btn {
  width: 100%;
  padding: 14px 18px;
  font-size: 1rem;
}

.lg-google {
  border: 1px solid var(--hairline);
  color: #1f1f1f;
  width: 100%;
  font: inherit;
  cursor: pointer;
  background: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  font-size: .95rem;
  font-weight: 600;
  display: flex;
}

.lg-or {
  color: var(--text-tertiary);
  letter-spacing: .08em;
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
  font-size: .72rem;
  font-weight: 600;
  display: flex;
}

.lg-or:before, .lg-or:after {
  content: "";
  border-top: 1px solid var(--hairline);
  flex: 1;
}

.lg-alert {
  color: #8d1a1e;
  color: lab(31.1954% 47.515 29.9191);
  background: #ffe8e6;
  background: lab(93.735% 15.3724 8.32428);
  border-radius: 12px;
  padding: 10px 14px;
  font-size: .86rem;
  font-weight: 500;
}

.lg-foot {
  color: var(--text-tertiary);
  text-align: center;
  font-size: .72rem;
}

.lg-owner summary {
  cursor: pointer;
  color: var(--text-tertiary);
  font-size: .82rem;
}

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

  .lg-hero {
    min-height: 38dvh;
  }

  .lg-hero img {
    object-position: center 40%;
    animation: none;
  }

  .lg-hero-copy {
    bottom: 22px;
    left: 22px;
    right: 22px;
  }

  .lg-headline {
    font-size: 1.7rem;
  }

  .lg-tagline {
    font-size: .9rem;
  }

  .lg-panel {
    padding: 26px 20px 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lg-hero img, .lg-hero-copy, .lg-card {
    animation: none;
  }
}

.tw-odo {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  align-items: baseline;
  line-height: 1;
  display: inline-flex;
}

.tw-odo-col {
  vertical-align: baseline;
  width: .62em;
  height: 1em;
  display: inline-block;
  overflow: hidden;
}

.tw-odo-strip {
  will-change: transform;
  flex-direction: column;
  transition: transform .76s cubic-bezier(.2, .8, .2, 1);
  display: flex;
}

.tw-odo-strip span {
  text-align: center;
  height: 1em;
  line-height: 1;
  display: block;
}

.tw-odo-static {
  display: inline-block;
}

@keyframes tw-rise {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.tw-rise {
  animation: .42s cubic-bezier(.2, .8, .2, 1) both tw-rise;
  animation-delay: calc(var(--i, 0) * 55ms);
}

@keyframes tw-pop {
  from {
    opacity: .2;
    transform: scale(.15);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.tw-ring-dot {
  transform-origin: center;
  transform-box: fill-box;
  animation: .38s cubic-bezier(.2, .8, .2, 1) both tw-pop;
}

@keyframes tw-draw {
  from {
    stroke-dashoffset: 1px;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.tw-spark-line {
  stroke-dasharray: 1;
  animation: .9s cubic-bezier(.2, .8, .2, 1) both tw-draw;
}

.tw-spark-area, .tw-spark-dot {
  animation: .7s cubic-bezier(.2, .8, .2, 1) .3s both tw-rise;
}

.tw-card, .tw-tile {
  transition: box-shadow .2s var(--spring-soft), transform .2s var(--spring-soft);
}

a.tw-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 1px 2px #1d140d0d, 0 18px 40px -22px #1d140d4d;
  box-shadow: 0 1px 2px lab(7.17208% 3.64868 5.4563 / .05), 0 18px 40px -22px lab(7.17208% 3.64868 5.4563 / .3);
}

.tw-chip {
  transition: transform .12s var(--spring-soft), background .16s;
}

a.tw-chip:hover, button.tw-chip:hover {
  transform: translateY(-1px);
}

@keyframes tw-pulse {
  0%, 100% {
    box-shadow: 0 0 #c3830073;
    box-shadow: 0 0 lab(60.3541% 21.1011 74.9696 / .45);
  }

  60% {
    box-shadow: 0 0 0 8px #c3830000;
    box-shadow: 0 0 0 8px lab(60.3541% 21.1011 74.9696 / 0);
  }
}

.tw-chip[data-pulse="1"] {
  animation: 1.8s ease-out infinite tw-pulse;
}

.tw-row {
  transition: background .14s;
}

a.tw-row:hover {
  background: var(--surface-2);
}

@media (prefers-reduced-motion: reduce) {
  .tw-odo-strip {
    transition: none;
  }

  .tw-rise, .tw-ring-dot, .tw-spark-line, .tw-spark-area, .tw-spark-dot, .tw-chip[data-pulse="1"] {
    animation: none;
  }

  .tw-card, .tw-tile, .tw-chip, .tw-row {
    transition: none;
  }
}

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

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

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

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

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

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

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

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

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

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

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

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

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

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

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

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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
}

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

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

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

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

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

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

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

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

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

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