/* sidebar.css must be inlined into this file (not imported from Sidebar.tsx):
   it uses @layer components/@apply, which only work in the same PostCSS run
   as the @tailwind directives. */
@keyframes fade-in {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}
*, ::before, ::after { --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: rgb(59 130 246 / 0.5); --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:  ;
}
::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: rgb(59 130 246 / 0.5); --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:  ;
}
/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
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 {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
:root {
    --radius: 0.5rem;

    --background: 0 0% 100%;
    --foreground: 222.2 84% 4.9%;

    --card: 0 0% 100%;
    --card-foreground: 222.2 84% 4.9%;

    --popover: 0 0% 100%;
    --popover-foreground: 222.2 84% 4.9%;

    /* Equanimo teal-700 as primary */
    --primary: 174 77% 28%;
    --primary-foreground: 355.7 100% 97.3%;

    --secondary: 210 40% 96.1%;
    --secondary-foreground: 222.2 47.4% 11.2%;

    --muted: 210 40% 96.1%;
    --muted-foreground: 215.4 16.3% 46.9%;

    --accent: 210 40% 96.1%;
    --accent-foreground: 222.2 47.4% 11.2%;

    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 40% 98%;

    --border: 214.3 31.8% 91.4%;
    --input: 214.3 31.8% 91.4%;
    --ring: 174 77% 28%;
  }
* { border-color: hsl(var(--border));
}
body { background-color: hsl(var(--background)); font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif; color: hsl(var(--foreground)); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
/* Prevent flash of unstyled sidebar */
html {
    overflow-x: hidden;
  }
.container { width: 100%; margin-right: auto; margin-left: auto; padding-right: 2rem; padding-left: 2rem;
}
@media (min-width: 1400px) {
  .container { max-width: 1400px;
  }
}
/* ── Shell ────────────────────────────────────────────────────────────────── */
.sidebar { position: fixed; left: 0px; top: 0px; z-index: 50; display: flex; height: 100vh; width: 16rem; -webkit-user-select: none; -moz-user-select: none; user-select: none; flex-direction: column; border-right-width: 1px; border-color: rgb(30 41 59 / 0.6);
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #0f172a 100%);
}
/* ── Brand header ──────────────────────────────────────────────────────────── */
.sidebar-brand { display: flex; align-items: center; gap: 0.75rem; padding-left: 1.25rem; padding-right: 1.25rem; padding-top: 18px; padding-bottom: 18px;
}
.sidebar-brand-name { margin-bottom: 0.125rem; font-size: 15px; font-weight: 600; line-height: 1; letter-spacing: -0.025em; --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sidebar-brand-tagline { font-family: JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; text-transform: uppercase; letter-spacing: 0.18em; --tw-text-opacity: 1; color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
/* ── Workspace selector ────────────────────────────────────────────────────── */
.sidebar-workspace-trigger { display: flex; width: 100%; align-items: center; gap: 0.625rem; border-radius: var(--radius); border-width: 1px; border-color: rgb(51 65 85 / 0.6); background-color: rgb(30 41 59 / 0.4); padding-left: 0.625rem; padding-right: 0.625rem; padding-top: 0.5rem; padding-bottom: 0.5rem; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; animation-duration: 150ms;
}
.sidebar-workspace-trigger:hover { background-color: rgb(30 41 59 / 0.7);
}
.sidebar-workspace-trigger:focus { outline: 2px solid transparent; outline-offset: 2px;
}
.sidebar-workspace-trigger:focus-visible { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); --tw-ring-color: rgb(20 184 166 / 0.5);
}
.sidebar-workspace-badge { display: flex; height: 1.5rem; width: 1.5rem; flex-shrink: 0; align-items: center; justify-content: center; border-radius: calc(var(--radius) - 2px); --tw-bg-opacity: 1; background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1)); font-size: 11px; font-weight: 700; --tw-text-opacity: 1; color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.sidebar-workspace-label { flex: 1 1 0%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left; font-size: 13px; font-weight: 500; text-transform: lowercase; --tw-text-opacity: 1; color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
/* ── Nav section label ─────────────────────────────────────────────────────── */
.sidebar-section-label { margin-bottom: 0.375rem; margin-top: 0.5rem; padding-left: 0.75rem; padding-right: 0.75rem; font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.16em; --tw-text-opacity: 1; color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
/* ── Nav item ──────────────────────────────────────────────────────────────── */
.sidebar-nav-item {
    /* `group` cannot be @apply'd (Tailwind restriction) — it's added alongside
       .sidebar-nav-item in Sidebar.tsx. */
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: var(--radius);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 13px;
    font-weight: 500;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    animation-duration: 150ms;
  }
.sidebar-nav-item--active { border-width: 1px; border-color: rgb(129 140 248 / 0.2); background-color: rgb(99 102 241 / 0.3); --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity, 1)); --tw-backdrop-blur: blur(4px); 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);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 2px 8px rgba(0, 0, 0, 0.35);
}
.sidebar-nav-item--inactive { --tw-text-opacity: 1; color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.sidebar-nav-item--inactive:hover { background-color: rgb(30 41 59 / 0.6); --tw-text-opacity: 1; color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.sidebar-nav-icon--active { flex-shrink: 0; --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity, 1)); transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms;
}
.sidebar-nav-icon--inactive { flex-shrink: 0; --tw-text-opacity: 1; color: rgb(100 116 139 / var(--tw-text-opacity, 1)); transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms;
}
.group:hover .sidebar-nav-icon--inactive { --tw-text-opacity: 1; color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
/* ── Footer ────────────────────────────────────────────────────────────────── */
.sidebar-footer > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.sidebar-footer { border-top-width: 1px; border-color: rgb(30 41 59 / 0.8); padding-left: 0.75rem; padding-right: 0.75rem; padding-top: 0.75rem; padding-bottom: 0.75rem;
}
.sidebar-version { padding-left: 0.5rem; padding-right: 0.5rem; padding-top: 0.25rem; font-family: JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; letter-spacing: 0.025em; --tw-text-opacity: 1; color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
/* ── User dropdown trigger ─────────────────────────────────────────────────── */
.sidebar-user-trigger { display: flex; width: 100%; align-items: center; gap: 0.75rem; border-radius: var(--radius); padding-left: 0.5rem; padding-right: 0.5rem; padding-top: 0.5rem; padding-bottom: 0.5rem; text-align: left; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; animation-duration: 150ms;
}
.sidebar-user-trigger:hover { background-color: rgb(30 41 59 / 0.6);
}
.sidebar-user-trigger:focus { outline: 2px solid transparent; outline-offset: 2px;
}
.sidebar-user-trigger:focus-visible { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); --tw-ring-color: rgb(20 184 166 / 0.5);
}
.sidebar-user-avatar { display: flex; height: 2rem; width: 2rem; flex-shrink: 0; align-items: center; justify-content: center; border-radius: 9999px; border-width: 1px; border-color: rgb(79 70 229 / 0.3); background-color: rgb(79 70 229 / 0.2);
}
.sidebar-user-avatar-initials { font-family: JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; font-weight: 700; --tw-text-opacity: 1; color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.sidebar-user-email { margin-bottom: 0.125rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; font-weight: 600; line-height: 1; --tw-text-opacity: 1; color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.sidebar-user-role { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; line-height: 1; --tw-text-opacity: 1; color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
/* ── Dropdown panel ────────────────────────────────────────────────────────── */
.sidebar-dropdown-content { z-index: 200; min-width: 200px; overflow: hidden; border-radius: 0.75rem; border-width: 1px; border-color: rgb(51 65 85 / 0.8); --tw-bg-opacity: 1; background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1)); padding: 0.375rem; --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    animation: fade-in 120ms ease-out;
}
.sidebar-dropdown-header { margin-bottom: 0.25rem; border-bottom-width: 1px; border-color: rgb(51 65 85 / 0.6); padding-left: 0.625rem; padding-right: 0.625rem; padding-top: 0.5rem; padding-bottom: 0.5rem;
}
.sidebar-dropdown-header-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 0.75rem; line-height: 1rem; font-weight: 600; --tw-text-opacity: 1; color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.sidebar-dropdown-header-email { margin-top: 0.125rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; --tw-text-opacity: 1; color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.sidebar-dropdown-item { display: flex; cursor: pointer; align-items: center; gap: 0.625rem; border-radius: var(--radius); padding-left: 0.625rem; padding-right: 0.625rem; padding-top: 0.5rem; padding-bottom: 0.5rem; font-size: 12px; --tw-text-opacity: 1; color: rgb(203 213 225 / var(--tw-text-opacity, 1)); transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms;
}
.sidebar-dropdown-item:hover { background-color: rgb(51 65 85 / 0.6); --tw-text-opacity: 1; color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.sidebar-dropdown-item:focus { background-color: rgb(51 65 85 / 0.6); outline: 2px solid transparent; outline-offset: 2px;
}
.sidebar-dropdown-item--danger { display: flex; cursor: pointer; align-items: center; gap: 0.625rem; border-radius: var(--radius); padding-left: 0.625rem; padding-right: 0.625rem; padding-top: 0.5rem; padding-bottom: 0.5rem; font-size: 12px; --tw-text-opacity: 1; color: rgb(248 113 113 / var(--tw-text-opacity, 1)); transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms;
}
.sidebar-dropdown-item--danger:hover { background-color: rgb(239 68 68 / 0.1); --tw-text-opacity: 1; color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.sidebar-dropdown-item--danger:focus { background-color: rgb(239 68 68 / 0.1); outline: 2px solid transparent; outline-offset: 2px;
}
/* ── Workspace dropdown ────────────────────────────────────────────────────── */
.sidebar-workspace-dropdown { z-index: 200; min-width: var(--radix-dropdown-menu-trigger-width); overflow: hidden; border-radius: 0.75rem; border-width: 1px; border-color: rgb(51 65 85 / 0.8); --tw-bg-opacity: 1; background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1)); padding: 0.375rem; --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    animation: fade-in 120ms ease-out;
}
.sidebar-workspace-dropdown-label { padding-left: 0.625rem; padding-right: 0.625rem; padding-top: 0.25rem; padding-bottom: 0.375rem; font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.16em; --tw-text-opacity: 1; color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.sidebar-workspace-dropdown-item { display: flex; cursor: default; align-items: center; gap: 0.625rem; border-radius: var(--radius); padding-left: 0.625rem; padding-right: 0.625rem; padding-top: 0.5rem; padding-bottom: 0.5rem; font-size: 12px; --tw-text-opacity: 1; color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.sidebar-workspace-dropdown-item:focus { outline: 2px solid transparent; outline-offset: 2px;
}
.sidebar-workspace-dropdown-item[data-disabled] { opacity: 1;
}
.sidebar-workspace-dropdown-item-badge { display: flex; height: 1.25rem; width: 1.25rem; align-items: center; justify-content: center; border-radius: 0.25rem; --tw-bg-opacity: 1; background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1)); font-size: 10px; font-weight: 700; --tw-text-opacity: 1; color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.visible { visibility: visible;
}
.static { position: static;
}
.fixed { position: fixed;
}
.absolute { position: absolute;
}
.relative { position: relative;
}
.inset-0 { inset: 0px;
}
.-bottom-1\.5 { bottom: -0.375rem;
}
.-right-1\.5 { right: -0.375rem;
}
.left-64 { left: 16rem;
}
.right-0 { right: 0px;
}
.right-1\.5 { right: 0.375rem;
}
.top-0 { top: 0px;
}
.top-1\.5 { top: 0.375rem;
}
.z-10 { z-index: 10;
}
.z-40 { z-index: 40;
}
.z-\[200\] { z-index: 200;
}
.mx-auto { margin-left: auto; margin-right: auto;
}
.my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem;
}
.mb-1 { margin-bottom: 0.25rem;
}
.mb-2 { margin-bottom: 0.5rem;
}
.mb-3 { margin-bottom: 0.75rem;
}
.mb-4 { margin-bottom: 1rem;
}
.mb-6 { margin-bottom: 1.5rem;
}
.mb-8 { margin-bottom: 2rem;
}
.ml-64 { margin-left: 16rem;
}
.mr-2 { margin-right: 0.5rem;
}
.mt-0\.5 { margin-top: 0.125rem;
}
.mt-1 { margin-top: 0.25rem;
}
.mt-2 { margin-top: 0.5rem;
}
.mt-5 { margin-top: 1.25rem;
}
.mt-6 { margin-top: 1.5rem;
}
.block { display: block;
}
.inline { display: inline;
}
.flex { display: flex;
}
.inline-flex { display: inline-flex;
}
.hidden { display: none;
}
.h-1\.5 { height: 0.375rem;
}
.h-10 { height: 2.5rem;
}
.h-12 { height: 3rem;
}
.h-14 { height: 3.5rem;
}
.h-16 { height: 4rem;
}
.h-2 { height: 0.5rem;
}
.h-3\.5 { height: 0.875rem;
}
.h-4 { height: 1rem;
}
.h-5 { height: 1.25rem;
}
.h-6 { height: 1.5rem;
}
.h-7 { height: 1.75rem;
}
.h-8 { height: 2rem;
}
.h-9 { height: 2.25rem;
}
.h-\[60vh\] { height: 60vh;
}
.h-full { height: 100%;
}
.h-px { height: 1px;
}
.min-h-0 { min-height: 0px;
}
.min-h-\[400px\] { min-height: 400px;
}
.min-h-screen { min-height: 100vh;
}
.w-1\.5 { width: 0.375rem;
}
.w-10 { width: 2.5rem;
}
.w-12 { width: 3rem;
}
.w-14 { width: 3.5rem;
}
.w-16 { width: 4rem;
}
.w-2 { width: 0.5rem;
}
.w-3\.5 { width: 0.875rem;
}
.w-4 { width: 1rem;
}
.w-5 { width: 1.25rem;
}
.w-6 { width: 1.5rem;
}
.w-64 { width: 16rem;
}
.w-7 { width: 1.75rem;
}
.w-8 { width: 2rem;
}
.w-\[420px\] { width: 420px;
}
.w-full { width: 100%;
}
.min-w-0 { min-width: 0px;
}
.max-w-lg { max-width: 32rem;
}
.max-w-md { max-width: 28rem;
}
.max-w-sm { max-width: 24rem;
}
.max-w-xs { max-width: 20rem;
}
.flex-1 { flex: 1 1 0%;
}
.flex-shrink-0 { flex-shrink: 0;
}
.shrink-0 { flex-shrink: 0;
}
@keyframes fade-in {
  from { opacity: 0; transform: translateY(4px);
  }
  to { opacity: 1; transform: translateY(0);
  }
}
.animate-fade-in { animation: fade-in 0.18s ease-out;
}
@keyframes ping {
  75%, 100% { transform: scale(2); opacity: 0;
  }
}
.animate-ping { animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {
  50% { opacity: .5;
  }
}
.animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {
  to { transform: rotate(360deg);
  }
}
.animate-spin { animation: spin 1s linear infinite;
}
.cursor-default { cursor: default;
}
.flex-col { flex-direction: column;
}
.items-start { align-items: flex-start;
}
.items-center { align-items: center;
}
.items-stretch { align-items: stretch;
}
.justify-center { justify-content: center;
}
.justify-between { justify-content: space-between;
}
.gap-1\.5 { gap: 0.375rem;
}
.gap-2 { gap: 0.5rem;
}
.gap-2\.5 { gap: 0.625rem;
}
.gap-3 { gap: 0.75rem;
}
.gap-4 { gap: 1rem;
}
.gap-5 { gap: 1.25rem;
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.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-auto { overflow: auto;
}
.overflow-hidden { overflow: hidden;
}
.overflow-y-auto { overflow-y: auto;
}
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.whitespace-nowrap { white-space: nowrap;
}
.break-all { word-break: break-all;
}
.rounded { border-radius: 0.25rem;
}
.rounded-2xl { border-radius: 1rem;
}
.rounded-full { border-radius: 9999px;
}
.rounded-lg { border-radius: var(--radius);
}
.rounded-md { border-radius: calc(var(--radius) - 2px);
}
.rounded-xl { border-radius: 0.75rem;
}
.border { border-width: 1px;
}
.border-0 { border-width: 0px;
}
.border-4 { border-width: 4px;
}
.border-b { border-bottom-width: 1px;
}
.border-l { border-left-width: 1px;
}
.border-r { border-right-width: 1px;
}
.border-amber-100 { --tw-border-opacity: 1; border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-amber-500\/20 { border-color: rgb(245 158 11 / 0.2);
}
.border-destructive\/30 { border-color: hsl(var(--destructive) / 0.3);
}
.border-emerald-200\/80 { border-color: rgb(167 243 208 / 0.8);
}
.border-gray-200 { --tw-border-opacity: 1; border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-slate-200 { --tw-border-opacity: 1; border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-700 { --tw-border-opacity: 1; border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-teal-100 { --tw-border-opacity: 1; border-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}
.border-teal-500\/20 { border-color: rgb(20 184 166 / 0.2);
}
.border-white { --tw-border-opacity: 1; border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-t-blue-600 { --tw-border-opacity: 1; border-top-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.bg-\[\#020817\] { --tw-bg-opacity: 1; background-color: rgb(2 8 23 / var(--tw-bg-opacity, 1));
}
.bg-amber-50 { --tw-bg-opacity: 1; background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-amber-500\/10 { background-color: rgb(245 158 11 / 0.1);
}
.bg-background { background-color: hsl(var(--background));
}
.bg-blue-500 { --tw-bg-opacity: 1; background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-card { background-color: hsl(var(--card));
}
.bg-destructive\/10 { background-color: hsl(var(--destructive) / 0.1);
}
.bg-emerald-400 { --tw-bg-opacity: 1; background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50 { --tw-bg-opacity: 1; background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500 { --tw-bg-opacity: 1; background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-equanimo-600 { --tw-bg-opacity: 1; background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 { --tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-indigo-50 { --tw-bg-opacity: 1; background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-600 { --tw-bg-opacity: 1; background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.bg-muted\/30 { background-color: hsl(var(--muted) / 0.3);
}
.bg-primary { background-color: hsl(var(--primary));
}
.bg-primary\/10 { background-color: hsl(var(--primary) / 0.1);
}
.bg-red-500 { --tw-bg-opacity: 1; background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-slate-100 { --tw-bg-opacity: 1; background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-50 { --tw-bg-opacity: 1; background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-slate-700\/60 { background-color: rgb(51 65 85 / 0.6);
}
.bg-slate-800 { --tw-bg-opacity: 1; background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.bg-teal-400 { --tw-bg-opacity: 1; background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
}
.bg-teal-50 { --tw-bg-opacity: 1; background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}
.bg-teal-500\/10 { background-color: rgb(20 184 166 / 0.1);
}
.bg-teal-500\/90 { background-color: rgb(20 184 166 / 0.9);
}
.bg-teal-600 { --tw-bg-opacity: 1; background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}
.bg-transparent { background-color: transparent;
}
.bg-white { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.fill-slate-800 { fill: #1e293b;
}
.p-2 { padding: 0.5rem;
}
.p-4 { padding: 1rem;
}
.p-6 { padding: 1.5rem;
}
.p-8 { padding: 2rem;
}
.px-1 { padding-left: 0.25rem; padding-right: 0.25rem;
}
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem;
}
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem;
}
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem;
}
.px-4 { padding-left: 1rem; padding-right: 1rem;
}
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem;
}
.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem;
}
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem;
}
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem;
}
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem;
}
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem;
}
.pb-16 { padding-bottom: 4rem;
}
.pb-3 { padding-bottom: 0.75rem;
}
.pb-4 { padding-bottom: 1rem;
}
.pt-10 { padding-top: 2.5rem;
}
.pt-14 { padding-top: 3.5rem;
}
.pt-2 { padding-top: 0.5rem;
}
.text-left { text-align: left;
}
.text-center { text-align: center;
}
.font-mono { font-family: JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, monospace;
}
.font-sans { font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif;
}
.text-2xl { font-size: 1.5rem; line-height: 2rem;
}
.text-4xl { font-size: 2.25rem; line-height: 2.5rem;
}
.text-\[10px\] { font-size: 10px;
}
.text-\[11px\] { font-size: 11px;
}
.text-\[13px\] { font-size: 13px;
}
.text-base { font-size: 1rem; line-height: 1.5rem;
}
.text-lg { font-size: 1.125rem; line-height: 1.75rem;
}
.text-sm { font-size: 0.875rem; line-height: 1.25rem;
}
.text-xs { font-size: 0.75rem; line-height: 1rem;
}
.font-bold { font-weight: 700;
}
.font-medium { font-weight: 500;
}
.font-semibold { font-weight: 600;
}
.uppercase { text-transform: uppercase;
}
.lowercase { text-transform: lowercase;
}
.leading-relaxed { line-height: 1.625;
}
.leading-tight { line-height: 1.25;
}
.tracking-\[0\.18em\] { letter-spacing: 0.18em;
}
.tracking-tight { letter-spacing: -0.025em;
}
.tracking-wide { letter-spacing: 0.025em;
}
.text-amber-400 { --tw-text-opacity: 1; color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-amber-500 { --tw-text-opacity: 1; color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-blue-500 { --tw-text-opacity: 1; color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 { --tw-text-opacity: 1; color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-destructive { color: hsl(var(--destructive));
}
.text-emerald-600 { --tw-text-opacity: 1; color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-emerald-700 { --tw-text-opacity: 1; color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-foreground { color: hsl(var(--foreground));
}
.text-gray-400 { --tw-text-opacity: 1; color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 { --tw-text-opacity: 1; color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 { --tw-text-opacity: 1; color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 { --tw-text-opacity: 1; color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-900 { --tw-text-opacity: 1; color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-indigo-400 { --tw-text-opacity: 1; color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.text-indigo-600 { --tw-text-opacity: 1; color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-muted-foreground { color: hsl(var(--muted-foreground));
}
.text-primary { color: hsl(var(--primary));
}
.text-primary-foreground { color: hsl(var(--primary-foreground));
}
.text-red-500 { --tw-text-opacity: 1; color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 { --tw-text-opacity: 1; color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-slate-100 { --tw-text-opacity: 1; color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.text-slate-200 { --tw-text-opacity: 1; color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.text-slate-300 { --tw-text-opacity: 1; color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400 { --tw-text-opacity: 1; color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 { --tw-text-opacity: 1; color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 { --tw-text-opacity: 1; color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 { --tw-text-opacity: 1; color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-800 { --tw-text-opacity: 1; color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-teal-400 { --tw-text-opacity: 1; color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}
.text-teal-500 { --tw-text-opacity: 1; color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}
.text-teal-600 { --tw-text-opacity: 1; color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.text-white { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline { text-decoration-line: underline;
}
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.opacity-75 { opacity: 0.75;
}
.shadow-sm { --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl { --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none { outline: 2px solid transparent; outline-offset: 2px;
}
.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-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms;
}
.duration-150 { transition-duration: 150ms;
}
@keyframes enter {
  from { opacity: var(--tw-enter-opacity, 1); transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {
  to { opacity: var(--tw-exit-opacity, 1); transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.duration-150 { animation-duration: 150ms;
}
.running { animation-play-state: running;
}
/* ── Shadcn/ui CSS variable declarations ─────────────────────────────────────
   These :root / .dark tokens are injected by the Host container into the
   shared DOM, so all remote micro-frontends inherit them at runtime without
   needing their own CSS variable declarations.
   Remotes only need the tailwind.config.js color bridge (hsl(var(--...)))
   and these values resolve correctly across cross-origin bundles.
   ────────────────────────────────────────────────────────────────────────── */
/* ── Sidebar custom scrollbar ────────────────────────────────────────────── */
.scrollbar-thin {
  scrollbar-width: thin;
  scrollbar-color: #334155 transparent; /* slate-700 */
}
.scrollbar-thin::-webkit-scrollbar {
  width: 4px;
}
.scrollbar-thin::-webkit-scrollbar-track {
  background: transparent;
}
.scrollbar-thin::-webkit-scrollbar-thumb {
  background-color: #334155;
  border-radius: 2px;
}
.scrollbar-thin::-webkit-scrollbar-thumb:hover {
  background-color: #475569;
}
.focus-within\:ring-2:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-indigo-500:focus-within { --tw-ring-opacity: 1; --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-ring:focus-within { --tw-ring-color: hsl(var(--ring));
}
.hover\:border-slate-300:hover { --tw-border-opacity: 1; border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.hover\:bg-gray-50:hover { --tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-700:hover { --tw-bg-opacity: 1; background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.hover\:bg-muted\/50:hover { background-color: hsl(var(--muted) / 0.5);
}
.hover\:bg-primary\/90:hover { background-color: hsl(var(--primary) / 0.9);
}
.hover\:bg-slate-100:hover { --tw-bg-opacity: 1; background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-200:hover { --tw-bg-opacity: 1; background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-500:hover { --tw-bg-opacity: 1; background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-700:hover { --tw-bg-opacity: 1; background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}
.hover\:text-slate-600:hover { --tw-text-opacity: 1; color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover { text-decoration-line: underline;
}
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px;
}
.active\:bg-teal-800:active { --tw-bg-opacity: 1; background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
}
.disabled\:opacity-40:disabled { opacity: 0.4;
}
@media (min-width: 1024px) {
  .lg\:flex { display: flex;
  }
}
