/* [project]/styles/theme.css [client] (css) */
:root {
  --bg: #f3f6fb;
  --panel: #ffffffd6;
  --panel-strong: #fff;
  --ink: #111827;
  --muted: #667085;
  --line: #0f172a1a;
  --shadow: 0 22px 70px #0f172a1a;
  --emerald: #0f9f6e;
  --cyan: #0786a8;
  --amber: #c87905;
  --rose: #d43f5e;
  --slate: #314155;
}

/* [project]/styles/globals.css [client] (css) */
*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:before, :after {
  --tw-content: "";
}

html, :host {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

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;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  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;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

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

progress {
  vertical-align: baseline;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

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

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.right-3 {
  right: .75rem;
}

.top-2 {
  top: .5rem;
}

.mb-1 {
  margin-bottom: .25rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-full {
  width: 100%;
}

.min-w-72 {
  min-width: 18rem;
}

.max-w-md {
  max-width: 28rem;
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: .5rem;
}

.gap-3 {
  gap: .75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.border-t {
  border-top-width: 1px;
}

.p-5 {
  padding: 1.25rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.text-center {
  text-align: center;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
}

body {
  min-height: 100vh;
  color: var(--ink);
  letter-spacing: 0;
  background: radial-gradient(circle at 0 0, #0f9f6e29, #0000 30rem), radial-gradient(circle at 88% 12%, #0786a824, #0000 28rem), linear-gradient(135deg, #f8fafc 0%, #eef3f8 52%, #f6f8fb 100%);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
}

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

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #0f172a0a;
}

::-webkit-scrollbar-thumb {
  background: #3141556b;
  border-radius: 8px;
}

.card {
  background: var(--panel-strong);
  border-width: 1px;
  border-color: var(--line);
  border-radius: .5rem;
  padding: 1rem;
  box-shadow: 0 12px 36px #0f172a14;
}

.input {
  outline-offset: 2px;
  border-width: 1px;
  border-color: var(--line);
  background: #ffffffdb;
  border-radius: .5rem;
  outline: 2px solid #0000;
  width: 100%;
  padding: .5rem .75rem;
}

.input:focus {
  border-color: #0f9f6e8c;
  box-shadow: 0 0 0 4px #0f9f6e1f;
}

.btn-primary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: linear-gradient(135deg, #0f9f6e, #0786a8);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  transition: transform .16s, box-shadow .16s;
  display: inline-flex;
  box-shadow: 0 14px 30px #0f9f6e38;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px #0786a847;
}

.btn-outline {
  border-width: 1px;
  border-color: var(--line);
  color: var(--slate);
  background: #ffffffad;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  display: inline-flex;
}

.app-shell {
  min-height: 100vh;
  display: flex;
}

.app-main {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  display: flex;
}

.app-content {
  flex: 1;
  padding: 1rem;
  overflow-y: auto;
}

@media (min-width: 768px) {
  .app-content {
    padding: 1.5rem;
  }
}

.sidebar-shell {
  border-right-width: 1px;
  flex-shrink: 0;
  width: 18rem;
  height: 100vh;
  padding: 1rem;
  display: none;
  position: sticky;
  top: 0;
}

@media (min-width: 768px) {
  .sidebar-shell {
    display: block;
  }
}

.sidebar-shell {
  border-color: var(--line);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  background: #ffffffb8;
}

.brand-lockup {
  border-width: 1px;
  border-color: var(--line);
  background: #ffffffad;
  border-radius: .5rem;
  align-items: center;
  gap: .75rem;
  margin-bottom: 1.5rem;
  padding: .75rem;
  display: flex;
}

.brand-mark {
  --tw-text-opacity: 1;
  width: 2.5rem;
  height: 2.5rem;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: linear-gradient(135deg, var(--emerald), var(--cyan));
  border-radius: .5rem;
  place-items: center;
  display: grid;
}

.nav-link {
  color: var(--muted);
  border-radius: .5rem;
  align-items: center;
  gap: .75rem;
  padding: .625rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  transition: background .16s, color .16s, transform .16s;
  display: flex;
}

.nav-link:hover {
  color: var(--ink);
  background: #0f9f6e17;
  transform: translateX(2px);
}

.topbar {
  z-index: 20;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: sticky;
  top: 0;
}

@media (min-width: 768px) {
  .topbar {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.topbar {
  border-color: var(--line);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  background: #ffffffb8;
}

.surface-panel, .hero-panel, .metric-card, .data-card {
  background: var(--panel);
  border-width: 1px;
  border-color: var(--line);
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: .5rem;
}

.hero-panel {
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.5rem;
  display: flex;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .hero-panel {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.hero-panel {
  color: #fff;
  background: linear-gradient(135deg, #111827f0, #314155e6), radial-gradient(circle at 100% 0, #0f9f6e66, #0000 24rem);
}

.hero-content {
  max-width: 48rem;
}

.hero-content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
}

.hero-title {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.25rem;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 3rem;
    line-height: 1;
  }
}

.hero-copy, .page-copy {
  max-width: 42rem;
  color: var(--muted);
  font-size: .875rem;
  line-height: 1.5rem;
}

.hero-copy {
  color: #ffffffb8;
}

.hero-metric {
  background: #ffffff1a;
  border-width: 1px;
  border-color: #ffffff29;
  border-radius: .5rem;
  padding: 1rem 1.25rem;
}

.hero-metric span, .eyebrow, .card-kicker {
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
}

.eyebrow {
  color: var(--emerald);
}

.hero-metric strong {
  font-size: 1.5rem;
  line-height: 2rem;
  display: block;
}

.page-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .page-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.section-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.premium-strip {
  width: 100%;
  height: .25rem;
}

.premium-strip-emerald {
  background: linear-gradient(90deg, var(--emerald), var(--cyan));
}

.premium-strip-cyan {
  background: linear-gradient(90deg, var(--cyan), var(--slate));
}

.premium-strip-amber {
  background: linear-gradient(90deg, var(--amber), var(--emerald));
}

.premium-strip-rose {
  background: linear-gradient(90deg, var(--rose), var(--amber));
}

.search-shell {
  border-width: 1px;
  border-color: var(--line);
  min-height: 2.5rem;
  color: var(--muted);
  background: #ffffffb8;
  border-radius: .5rem;
  align-items: center;
  gap: .5rem;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.search-shell input {
  outline-offset: 2px;
  width: 100%;
  color: var(--ink);
  background-color: #0000;
  outline: 2px solid #0000;
  font-size: .875rem;
  line-height: 1.25rem;
}

.icon-btn {
  border-width: 1px;
  border-color: var(--line);
  background: #ffffffb8;
  border-radius: .5rem;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
}

.metric-card, .data-card {
  padding: 1.25rem;
}

.metric-card p, .data-row dt {
  color: var(--muted);
  font-size: .875rem;
  line-height: 1.25rem;
}

.metric-card h2 {
  margin-top: .5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.metric-icon {
  border-radius: .5rem;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1rem;
  display: grid;
}

.metric-emerald {
  color: var(--emerald);
  background: #0f9f6e1f;
}

.metric-cyan {
  color: var(--cyan);
  background: #0786a81f;
}

.metric-amber {
  color: var(--amber);
  background: #c879051f;
}

.metric-rose {
  color: var(--rose);
  background: #d43f5e1f;
}

.metric-slate {
  color: var(--slate);
  background: #3141551f;
}

.card-title {
  margin-top: .25rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.status-pill {
  color: var(--emerald);
  background: #0f9f6e1a;
  border-radius: 9999px;
  align-items: center;
  gap: .375rem;
  padding: .25rem .625rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
  display: inline-flex;
}

.data-row {
  background: #ffffff94;
  border-width: 1px;
  border-color: #0f172a12;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: .5rem .75rem;
  display: flex;
}

.data-row dd {
  text-align: right;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.data-row.strong dd, .data-row.strong dt {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.alert-shell {
  color: #9f1239;
  background: #d43f5e17;
  border-width: 1px;
  border-color: #d43f5e38;
  border-radius: .5rem;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
}

.empty-state {
  text-align: center;
  border-width: 1px;
  border-color: var(--line);
  background: #ffffffa8;
  border-radius: .5rem;
  padding: 2rem;
}

.empty-state.compact {
  padding: 1.25rem;
}

.empty-state h2 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.skeleton-card {
  border-width: 1px;
  border-color: var(--line);
  background: linear-gradient(90deg, #ffffff8f, #ffffffeb, #ffffff8f) 0 0 / 220% 100%;
  border-radius: .5rem;
  height: 12rem;
  animation: 1.4s infinite shimmer;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@media (min-width: 640px) {
  .sm\:inline {
    display: inline;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/*# sourceMappingURL=styles_1bt0g43._.css.map*/