/* [project]/apps/web/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-font-weight: 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;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: #fef2f2;
    --color-red-200: #ffcaca;
    --color-red-800: #9f0712;
    --color-emerald-50: #ecfdf5;
    --color-emerald-200: #a4f4cf;
    --color-emerald-800: #005f46;
    --color-slate-100: #f1f5f9;
    --color-slate-200: #e2e8f0;
    --color-slate-400: #90a1b9;
    --color-slate-500: #62748e;
    --color-slate-600: #45556c;
    --color-slate-800: #1d293d;
    --color-slate-900: #0f172b;
    --color-white: #fff;
    --spacing: .25rem;
    --container-sm: 24rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-2xl: 1rem;
    --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);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-50: lab(96.5005% 4.18508 1.52328);
      --color-red-200: lab(86.017% 19.8815 7.75869);
      --color-red-800: lab(33.7174% 55.8993 41.0293);
      --color-emerald-50: lab(97.8462% -6.94966 1.85487);
      --color-emerald-200: lab(90.2247% -31.039 9.47084);
      --color-emerald-800: lab(35.3675% -33.1188 8.04002);
      --color-slate-100: lab(96.286% -.852436 -2.46847);
      --color-slate-200: lab(91.7353% -.998765 -4.76968);
      --color-slate-400: lab(65.5349% -2.25151 -14.5072);
      --color-slate-500: lab(48.0876% -2.03595 -16.5814);
      --color-slate-600: lab(35.5623% -1.74978 -15.4316);
      --color-slate-800: lab(16.132% -.318035 -14.6672);
      --color-slate-900: lab(7.78673% 1.82345 -15.0537);
    }
  }
}

@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 {
  .pointer-events-auto {
    pointer-events: auto;
  }

  .pointer-events-none {
    pointer-events: none;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: 0;
  }

  .right-4 {
    right: calc(var(--spacing) * 4);
  }

  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }

  .z-40 {
    z-index: 40;
  }

  .z-50 {
    z-index: 50;
  }

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

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

  .w-full {
    width: 100%;
  }

  .max-w-3xl {
    max-width: var(--container-3xl);
  }

  .max-w-5xl {
    max-width: var(--container-5xl);
  }

  .max-w-lg {
    max-width: var(--container-lg);
  }

  .max-w-sm {
    max-width: var(--container-sm);
  }

  .max-w-xl {
    max-width: var(--container-xl);
  }

  .min-w-\[240px\] {
    min-width: 240px;
  }

  .flex-shrink {
    flex-shrink: 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, );
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

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

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

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

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

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

  .justify-end {
    justify-content: flex-end;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

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

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

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

  .border-emerald-200 {
    border-color: var(--color-emerald-200);
  }

  .border-red-200 {
    border-color: var(--color-red-200);
  }

  .border-slate-100 {
    border-color: var(--color-slate-100);
  }

  .border-slate-200 {
    border-color: var(--color-slate-200);
  }

  .bg-emerald-50 {
    background-color: var(--color-emerald-50);
  }

  .bg-red-50 {
    background-color: var(--color-red-50);
  }

  .bg-slate-900\/40 {
    background-color: #0f172b66;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-slate-900\/40 {
      background-color: color-mix(in oklab, var(--color-slate-900) 40%, transparent);
    }
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .p-1 {
    padding: var(--spacing);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }

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

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-emerald-800 {
    color: var(--color-emerald-800);
  }

  .text-inherit {
    color: inherit;
  }

  .text-red-800 {
    color: var(--color-red-800);
  }

  .text-slate-400 {
    color: var(--color-slate-400);
  }

  .text-slate-500 {
    color: var(--color-slate-500);
  }

  .text-slate-600 {
    color: var(--color-slate-600);
  }

  .text-slate-800 {
    color: var(--color-slate-800);
  }

  .text-slate-900 {
    color: var(--color-slate-900);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

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

  .opacity-60 {
    opacity: .6;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    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;
  }

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

  @media (hover: hover) {
    .hover\:bg-slate-100:hover {
      background-color: var(--color-slate-100);
    }

    .hover\:text-slate-600:hover {
      color: var(--color-slate-600);
    }

    .hover\:opacity-100:hover {
      opacity: 1;
    }
  }
}

:root {
  --background: #f8fafc;
  --foreground: #1e293b;
  --panel: #fff;
  --border: #e2e8f0;
  --muted: #64748b;
  --muted-bg: #e9eff8;
  --accent: #2563eb;
  --accent-hover: #1d4ed8;
  --danger: #dc2626;
  --success: #22c55e;
}

* {
  box-sizing: border-box;
}

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

body {
  background: var(--background);
  color: var(--foreground);
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

button, input, select {
  font: inherit;
}

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

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: .6;
}

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

.sidebar {
  width: 260px;
  color: var(--foreground);
  border-right: 1px solid var(--border);
  background: #fff;
  flex-direction: column;
  height: 100vh;
  padding: 18px 14px;
  transition: width .2s;
  display: flex;
  position: sticky;
  top: 0;
}

.sidebar.collapsed {
  width: 78px;
}

.sidebar .nav {
  flex: 1;
  align-content: start;
  min-height: 0;
  overflow-y: auto;
}

.brand {
  justify-content: center;
  align-items: center;
  padding: 4px 0 20px;
  display: flex;
}

.logo {
  background: var(--accent);
  color: #fff;
  border-radius: 10px;
  flex-shrink: 0;
  place-items: center;
  width: 100%;
  height: 56px;
  font-size: 22px;
  font-weight: 800;
  display: grid;
}

.logo-image {
  object-fit: cover;
  background: none;
  padding: 0;
}

.sidebar.collapsed .logo {
  height: 44px;
}

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

.nav a {
  color: #475467;
  border-radius: 9px;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  transition: background-color .15s, color .15s;
  display: flex;
}

.nav a:hover {
  background: var(--muted-bg);
  color: var(--accent);
}

.nav a.active {
  background: var(--muted-bg);
  color: var(--accent);
  font-weight: 600;
}

.nav-icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 22px;
  display: inline-flex;
}

.nav-icon svg {
  width: 18px;
  height: 18px;
}

.sidebar.collapsed .nav-label {
  display: none;
}

.nav-subitems {
  gap: 2px;
  margin: 2px 0 4px;
  display: grid;
}

.nav-subitems a {
  padding: 7px 12px 7px 34px;
  font-size: 13px;
}

.sidebar.collapsed .nav-subitems {
  display: none;
}

.nav-group {
  border-top: 1px solid var(--border);
  margin-top: 10px;
  padding-top: 10px;
}

.nav-group-header {
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: .04em;
  background: none;
  border: 0;
  border-radius: 9px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  transition: color .15s;
  display: flex;
}

.nav-group-header:hover {
  color: var(--accent);
}

.nav-group-chevron {
  font-size: 11px;
}

.nav-group-items {
  gap: 4px;
  margin-top: 2px;
  display: grid;
}

.sidebar.collapsed .nav-group-header .nav-label, .sidebar.collapsed .nav-group-header .nav-group-chevron {
  display: none;
}

.sidebar-version {
  text-align: left;
  border-top: 1px solid var(--border);
  color: var(--muted);
  letter-spacing: .03em;
  margin-top: 8px;
  padding: 12px 12px 4px;
  font-size: 11px;
}

.main {
  flex: 1;
  min-width: 0;
}

.topbar {
  border-bottom: 1px solid var(--border);
  z-index: 5;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  height: 66px;
  padding: 0 24px;
  display: flex;
  position: sticky;
  top: 0;
}

.content {
  width: 100%;
  padding: 28px 32px 48px;
}

.page-header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 24px;
  display: flex;
}

.page-title {
  color: var(--foreground);
  margin: 0 0 6px;
  font-size: 28px;
  font-weight: 700;
}

.page-subtitle {
  color: var(--muted);
  margin: 0;
}

.page-header .toolbar {
  margin-bottom: 0;
}

.page-header.sticky {
  z-index: 4;
  background: var(--background);
  margin: -16px 0 8px;
  padding: 16px 0;
  position: sticky;
  top: 66px;
}

.sticky-panel {
  z-index: 4;
  background: var(--background);
  margin: -16px 0 8px;
  padding: 16px 0 0;
  position: sticky;
  top: 66px;
}

.sticky-panel .page-header, .sticky-panel .filter-bar {
  margin-bottom: 16px;
}

.filter-bar {
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 16px;
  display: flex;
}

.filter-field {
  flex-direction: column;
  gap: 4px;
  min-width: 150px;
  display: flex;
}

.filter-field label {
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.filter-field input, .filter-field select {
  border: 1px solid var(--border);
  color: var(--foreground);
  background: #fff;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 14px;
}

.filter-field input:focus, .filter-field select:focus {
  border-color: var(--accent);
  outline: none;
}

.filter-bar .button.ghost {
  border: 1px solid var(--border);
  color: var(--muted);
  background: none;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 13px;
}

.filter-bar .button.ghost:hover {
  color: var(--foreground);
  border-color: #cbd5e1;
}

.grid {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 16px;
  display: grid;
}

.card {
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 1px 2px #0f172a0a;
}

.metric {
  margin-top: 6px;
  font-size: 30px;
  font-weight: 800;
}

.search-result-item:hover {
  background: var(--muted-bg);
}

.table-wrap {
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 14px;
  overflow: auto;
  box-shadow: 0 1px 2px #0f172a0a;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #eef1f5;
  padding: 11px 14px;
}

tbody tr {
  transition: background-color .15s;
}

tbody tr:hover {
  background: var(--background);
}

th {
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #64748b;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 600;
}

.toolbar {
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 16px;
  display: flex;
}

.search-box {
  min-width: 240px;
  position: relative;
}

.search-box .input {
  width: 100%;
  padding-left: 34px;
}

.search-box-icon {
  color: #94a3b8;
  pointer-events: none;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 11px;
  transform: translateY(-50%);
}

.mono-id {
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 12px;
}

.avatar-img {
  object-fit: cover;
  border: 1px solid var(--border);
  background: #f1f5f9;
  border-radius: 50%;
  flex-shrink: 0;
}

.avatar-fallback {
  background: var(--accent);
  color: #fff;
  letter-spacing: .02em;
  border-radius: 50%;
  flex-shrink: 0;
  place-items: center;
  font-weight: 700;
  display: grid;
}

.form-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 20px;
  display: grid;
}

.form-actions {
  border-top: 1px solid #eef1f5;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 4px;
  padding-top: 16px;
  display: flex;
}

.field {
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  display: flex;
}

.field-label {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #94a3b8;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 11px;
  font-weight: 700;
  overflow: hidden;
}

.field-hint {
  color: #94a3b8;
  text-transform: none;
  letter-spacing: normal;
  font-size: 11px;
  font-weight: 400;
}

.field-lock {
  opacity: .55;
  font-size: 9px;
}

.field-readonly-value {
  color: var(--muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  min-height: 20px;
  padding: 10px 13px;
  font-size: 13px;
  line-height: 1.4;
  overflow: hidden;
}

.field-toggle {
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 8px;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  font-size: 14px;
  display: flex;
}

.field-toggle input {
  width: 16px;
  height: 16px;
  accent-color: var(--accent);
}

.input {
  box-sizing: border-box;
  border: 1px solid var(--border);
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  padding: 11px 13px;
  font-size: 14px;
  transition: border-color .15s;
  overflow: hidden;
}

.input:focus {
  border-color: var(--accent);
  outline: none;
}

.input:hover:not(:focus):not(:disabled) {
  border-color: #cbd5e1;
}

.input:disabled {
  color: var(--muted);
  cursor: not-allowed;
  background: #f8fafc;
}

.button {
  background: var(--accent);
  color: #fff;
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1;
  transition: background-color .15s, border-color .15s;
  display: inline-flex;
}

.button:hover:not(:disabled) {
  background: var(--accent-hover);
}

.button.secondary {
  color: #475467;
  border: 1px solid var(--border);
  background: #fff;
}

.button.secondary:hover:not(:disabled) {
  background: #f8fafc;
  border-color: #cbd5e1;
}

.button.danger {
  background: #c13d3d;
}

.button.danger:hover:not(:disabled) {
  background: #a53333;
}

.button.danger.outline {
  color: #c13d3d;
  background: #fff;
  border: 1px solid #f2d3d3;
}

.button.danger.outline:hover:not(:disabled) {
  background: #fbf2f2;
}

.button:focus-visible, a:focus-visible, button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.input:focus-visible {
  outline: none;
}

.badge {
  color: #3a7d47;
  background: #eaf6ec;
  border-radius: 6px;
  padding: 3px 9px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}

.badge.muted {
  color: #64748b;
  background: #f1f5f9;
}

.badge.danger {
  color: #a53333;
  background: #faeeee;
}

.error {
  color: #b42318;
  background: #fef3f2;
  border: 1px solid #fecdca;
  border-radius: 9px;
  margin-bottom: 14px;
  padding: 10px 12px;
}

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

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

.landing-visual {
  background-color: #eef2f7;
  background-position: center;
  background-size: cover;
  flex: 1.3;
  justify-content: center;
  align-items: center;
  min-width: 0;
  display: flex;
}

.landing-visual-placeholder {
  background: linear-gradient(135deg, var(--muted-bg), var(--background));
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.landing-panel {
  background: var(--background);
  flex: 1;
  place-items: center;
  min-width: 340px;
  padding: 24px;
  display: grid;
}

.landing-card {
  width: 100%;
  max-width: 400px;
  padding: 30px;
}

.landing-desc {
  flex-direction: column;
  gap: 2px;
  margin: 0 0 20px;
  display: flex;
}

.landing-desc strong {
  color: var(--foreground);
  font-size: 15px;
  font-weight: 700;
}

.landing-desc span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
}

.auth-button {
  border: 1px solid var(--border);
  color: #344054;
  background: #fff;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
  padding: 11px 16px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .15s, border-color .15s;
  display: flex;
}

.auth-button:first-of-type {
  margin-top: 0;
}

.auth-button:hover:not(:disabled) {
  background: #f8fafc;
  border-color: #cbd5e1;
}

.auth-button-icon {
  flex-shrink: 0;
  display: inline-flex;
}

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

.spinner {
  vertical-align: -2px;
  border: 2px solid #fff6;
  border-top-color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  margin-right: 7px;
  animation: .7s linear infinite spin;
  display: inline-block;
}

.spinner.spinner-dark {
  border-color: #2563eb40;
  border-top-color: var(--accent);
}

.rich-text-editable:empty:before {
  content: attr(data-placeholder);
  color: #94a3b8;
}

.rich-text-editable ul, .rich-text-editable ol {
  margin: 0 0 0 20px;
  padding: 0;
}

.rich-text-editable a {
  color: var(--accent);
  text-decoration: underline;
}

.rich-text-editable font[size="1"] {
  font-size: 11px;
}

.rich-text-editable font[size="2"] {
  font-size: 13px;
}

.rich-text-editable font[size="3"] {
  font-size: 14px;
}

.rich-text-editable font[size="4"] {
  font-size: 17px;
}

.rich-text-editable font[size="5"] {
  font-size: 21px;
}

.rich-text-editable font[size="6"] {
  font-size: 26px;
  font-weight: 600;
}

.rich-text-editable font[size="7"] {
  font-size: 32px;
  font-weight: 600;
}

@media (max-width: 860px) {
  .landing-visual {
    display: none;
  }

  .landing-panel {
    flex: 1;
    min-width: 0;
  }
}

@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-font-weight {
  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
}

/*# sourceMappingURL=apps_web_src_app_globals_1wvyn-h.css.map*/