/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
    --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-amber-700: oklch(55.5% 0.163 48.998);
    --color-amber-800: oklch(47.3% 0.137 46.201);
    --color-emerald-50: oklch(97.9% 0.021 166.113);
    --color-emerald-100: oklch(95% 0.052 163.051);
    --color-emerald-600: oklch(59.6% 0.145 163.225);
    --color-emerald-700: oklch(50.8% 0.118 165.612);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-900: oklch(37.9% 0.146 265.522);
    --color-indigo-50: oklch(96.2% 0.018 272.314);
    --color-indigo-100: oklch(93% 0.034 272.788);
    --color-indigo-800: oklch(39.8% 0.195 277.366);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --font-weight-medium: 500;
    --radius-xs: 0.125rem;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.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 {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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)) {
        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, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-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"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-screen {
    height: 100vh;
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .min-w-0 {
    min-width: 0;
  }
  .flex-1 {
    flex: 1;
  }
  .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,);
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .justify-between {
    justify-content: space-between;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-emerald-100 {
    border-color: var(--color-emerald-100);
  }
  .border-gray-50 {
    border-color: var(--color-gray-50);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-indigo-100 {
    border-color: var(--color-indigo-100);
  }
  .border-slate-100 {
    border-color: var(--color-slate-100);
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .bg-amber-50 {
    background-color: var(--color-amber-50);
  }
  .bg-emerald-50 {
    background-color: var(--color-emerald-50);
  }
  .bg-indigo-50 {
    background-color: var(--color-indigo-50);
  }
  .bg-red-50\/10 {
    background-color: color-mix(in srgb, oklch(97.1% 0.013 17.38) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-red-50) 10%, transparent);
    }
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }
  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .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);
  }
  .text-amber-700 {
    color: var(--color-amber-700);
  }
  .text-amber-800 {
    color: var(--color-amber-800);
  }
  .text-emerald-600 {
    color: var(--color-emerald-600);
  }
  .text-emerald-700 {
    color: var(--color-emerald-700);
  }
  .text-indigo-800 {
    color: var(--color-indigo-800);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .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-800 {
    color: var(--color-slate-800);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    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;
  }
  .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));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .selection\:bg-blue-100 {
    & *::selection {
      background-color: var(--color-blue-100);
    }
    &::selection {
      background-color: var(--color-blue-100);
    }
  }
  .selection\:text-blue-900 {
    & *::selection {
      color: var(--color-blue-900);
    }
    &::selection {
      color: var(--color-blue-900);
    }
  }
  .last\:border-0 {
    &:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .hover\:bg-gray-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-50);
      }
    }
  }
  .hover\:bg-slate-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-100);
      }
    }
  }
  .hover\:text-indigo-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-indigo-800);
      }
    }
  }
}
@layer utilities {
  .hide-scrollbar::-webkit-scrollbar {
    display: none;
  }
  .hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
:root {
  --bg-base: #ffffff;
  --bg-elevated: #f8fafc;
  --bg-overlay: #f1f5f9;
  --bg-subtle: #e2e8f0;
  --bg-primary: var(--bg-base);
  --bg-secondary: var(--bg-elevated);
  --bg-tertiary: var(--bg-overlay);
  --border: #e2e8f0;
  --border-strong: #cbd5e1;
  --border-accent: #c7d2fe;
  --glass-bg: var(--bg-elevated);
  --glass-bg-hover: var(--bg-overlay);
  --glass-border: var(--border);
  --glass-border-focus: var(--border-accent);
  --text-primary: #1e293b;
  --text-secondary: #475569;
  --text-muted: #64748b;
  --accent: #4f46e5;
  --accent-rgb: 79, 70, 229;
  --accent-hover: #4338ca;
  --success: #059669;
  --warning: #d97706;
  --danger: #dc2626;
  --info: #0284c7;
  --gantt-line-color: rgba(0, 0, 0, 0.05);
  --gantt-line-strong-color: rgba(0, 0, 0, 0.1);
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'JetBrains Mono', 'SF Mono', monospace;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --transition-fast: all 0.12s ease;
  --transition-smooth: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-full: 9999px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.02);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.06), 0 2px 4px rgba(0,0,0,0.04);
  --shadow-lg: 0 12px 32px rgba(0,0,0,0.08), 0 4px 8px rgba(0,0,0,0.06);
  --shadow-glow: 0 0 18px rgba(99, 102, 241, 0.08);
  --sidebar-width: 228px;
  --header-height: 52px;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 13px;
}
body {
  background-color: var(--bg-base);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  height: 100vh;
  display: flex;
}
button, input, select, textarea {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.1);
  border-radius: var(--radius-full);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.15);
}
.glass-panel {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
}
.glass-panel:hover {
  border-color: var(--border-strong);
}
.app-container {
  display: flex;
  width: 100%;
  height: 100vh;
  position: relative;
}
.sidebar {
  width: var(--sidebar-width);
  height: 100%;
  background: var(--bg-elevated);
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.logo-container {
  height: var(--header-height);
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--border);
}
.logo-icon {
  width: 26px;
  height: 26px;
  background: var(--accent);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.logo-icon svg {
  width: 15px;
  height: 15px;
  color: white;
}
.logo-text {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -0.2px;
  color: var(--text-primary);
}
.nav-links {
  list-style: none;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex: 1;
}
.sidebar {
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar.collapsed {
  width: 68px;
}
.sidebar.collapsed .logo-text {
  display: none;
}
.sidebar.collapsed .logo-icon {
  display: none;
}
.sidebar.collapsed #sidebar-collapse-btn {
  margin: 0 auto;
}
.sidebar.collapsed #sidebar-collapse-btn svg {
  transform: rotate(180deg);
}
#sidebar-collapse-btn svg {
  transition: transform 0.3s ease;
}
.sidebar.collapsed .nav-item span:not(#requests-nav-badge) {
  display: none;
}
.sidebar.collapsed .nav-item button {
  justify-content: center;
  padding: 10px;
}
.sidebar.collapsed .nav-item button svg {
  margin-right: 0;
}
.sidebar.collapsed .project-selector-container {
  display: none;
}
.sidebar.collapsed .sidebar-footer {
  display: none;
}
.sidebar.collapsed #requests-nav-badge {
  position: absolute;
  top: 4px;
  right: 4px;
  margin: 0;
}
.sidebar.collapsed .nav-item {
  position: relative;
}
.nav-item button {
  width: 100%;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  border-radius: var(--radius-sm);
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 450;
  cursor: pointer;
  transition: var(--transition-fast);
  text-align: left;
}
.nav-item button svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  transition: var(--transition-fast);
}
.nav-item button:hover {
  background: rgba(0,0,0,0.03);
  color: var(--text-primary);
}
.nav-item.active button {
  background: rgba(99, 102, 241, 0.12);
  color: var(--accent);
}
.nav-item.active button svg {
  color: var(--accent);
}
.sidebar-footer {
  padding: 10px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.project-selector-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.project-selector-container label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: var(--text-muted);
  font-weight: 600;
}
.project-select {
  width: 100%;
  padding: 6px 10px;
  background: var(--bg-overlay);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-size: 12px;
  cursor: pointer;
  outline: none;
  transition: var(--transition-fast);
}
.project-select:focus {
  border-color: var(--accent);
}
.main-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: var(--bg-base);
  min-width: 0;
}
.main-header {
  height: var(--header-height);
  padding: 0 20px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  background: var(--bg-elevated);
}
.header-title-area h1 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.2;
}
.header-title-area p {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 1px;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
  transition: var(--transition-fast);
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1;
}
.btn svg {
  width: 13px;
  height: 13px;
}
.btn-primary {
  background: var(--accent);
  color: white;
  box-shadow: 0 1px 4px rgba(99, 102, 241, 0.4);
}
.btn-primary:hover {
  background: var(--accent-hover);
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.5);
}
.btn-secondary {
  background: rgba(0,0,0,0.05);
  border-color: var(--border);
  color: var(--text-secondary);
}
.btn-secondary:hover {
  background: rgba(0,0,0,0.09);
  color: var(--text-primary);
}
.btn-danger {
  background: rgba(244, 63, 94, 0.1);
  border: 1px solid rgba(244, 63, 94, 0.25);
  color: hsl(348, 80%, 72%);
}
.btn-danger:hover {
  background: rgba(244, 63, 94, 0.18);
}
.btn-icon-only {
  padding: 6px;
  border-radius: var(--radius-sm);
  background: rgba(0,0,0,0.04);
  border: 1px solid var(--border);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-fast);
  color: var(--text-secondary);
}
.btn-icon-only svg {
  width: 15px;
  height: 15px;
}
.btn-icon-only:hover {
  background: rgba(0,0,0,0.08);
  color: var(--text-primary);
}
.view-container {
  flex: 1;
  padding: 20px 24px;
  overflow-y: auto;
  display: none;
  position: relative;
}
.view-container.active {
  display: block;
}
.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}
.stat-card {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.stat-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.stat-icon svg {
  width: 18px;
  height: 18px;
}
.stat-icon.indigo {
  background: rgba(99, 102, 241, 0.12);
  color: hsl(237,80%,72%);
}
.stat-icon.emerald {
  background: rgba(16, 185, 129, 0.12);
  color: hsl(152,65%,56%);
}
.stat-icon.amber {
  background: rgba(245, 158, 11, 0.12);
  color: hsl(38,85%,60%);
}
.stat-icon.rose {
  background: rgba(244, 63, 94, 0.12);
  color: hsl(348,75%,68%);
}
.stat-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.stat-val {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.5px;
}
.stat-label {
  font-size: 11px;
  color: var(--text-muted);
}
.dashboard-details-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 10px;
}
.chart-card {
  padding: 16px 18px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
}
.chart-card h3 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-primary);
}
.chart-canvas-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.dashboard-workload-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 100%;
}
.workload-item {
  display: grid;
  grid-template-columns: 90px 1fr 40px;
  align-items: center;
  gap: 10px;
}
.workload-name {
  font-size: 12px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.workload-bar-bg {
  height: 5px;
  background: rgba(0,0,0,0.05);
  border-radius: var(--radius-full);
  overflow: hidden;
}
.workload-bar-fill {
  height: 100%;
  border-radius: var(--radius-full);
  transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.workload-count {
  font-size: 11px;
  color: var(--text-muted);
  text-align: right;
}
.dashboard-stage-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  overflow-y: auto;
}
.dash-stage-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 10px;
  background: rgba(0,0,0,0.02);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}
.dash-stage-info {
  display: flex;
  align-items: center;
  gap: 7px;
}
.dash-stage-dot {
  width: 7px;
  height: 7px;
  border-radius: var(--radius-full);
  flex-shrink: 0;
}
.dash-stage-name {
  font-size: 12px;
  font-weight: 500;
}
.dash-stage-progress-wrapper {
  display: flex;
  align-items: center;
  gap: 7px;
}
.dash-stage-bar-bg {
  width: 68px;
  height: 4px;
  background: rgba(0,0,0,0.05);
  border-radius: var(--radius-full);
  overflow: hidden;
}
.dash-stage-bar-fill {
  height: 100%;
  border-radius: var(--radius-full);
}
.dash-stage-pct {
  font-size: 11px;
  font-weight: 600;
  width: 30px;
  text-align: right;
  color: var(--text-secondary);
}
:root {
  --col-todo: hsl(220, 12%, 40%);
  --col-inprogress: hsl(215, 80%, 58%);
  --col-review: hsl(38, 88%, 54%);
  --col-done: hsl(152, 58%, 48%);
  --col-blocked: hsl(348, 76%, 58%);
}
body.light-theme {
  --col-todo: hsl(220, 10%, 52%);
  --col-inprogress: hsl(215, 80%, 50%);
}
.kanban-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.kanban-board-wrapper {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  align-items: flex-start;
  padding-bottom: 16px;
  height: calc(100vh - 190px);
  scrollbar-color: rgba(0,0,0,0.08) transparent;
}
body.light-theme .kanban-board-wrapper {
  scrollbar-color: rgba(0,0,0,0.08) transparent;
}
.kanban-column {
  width: 272px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  background: rgba(0,0,0,0.025);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 0;
  overflow: hidden;
}
body.light-theme .kanban-column {
  background: rgba(0,0,0,0.022);
}
.kanban-column::before {
  content: '';
  display: block;
  height: 3px;
  background: var(--col-accent, var(--border-strong));
  flex-shrink: 0;
}
.kanban-column-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 8px;
  border-bottom: 1px solid var(--border);
}
.column-title-wrapper {
  display: flex;
  align-items: center;
  gap: 7px;
}
.column-status-pill {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: var(--radius-full);
  flex-shrink: 0;
}
.column-dot {
  width: 8px;
  height: 8px;
  border-radius: var(--radius-full);
  flex-shrink: 0;
}
.column-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.1px;
  color: var(--text-primary);
}
.column-count {
  font-size: 10px;
  font-weight: 600;
  background: rgba(0,0,0,0.07);
  padding: 1px 6px;
  border-radius: var(--radius-full);
  color: var(--text-muted);
  line-height: 1.6;
}
body.light-theme .column-count {
  background: rgba(0,0,0,0.06);
}
.column-actions {
  display: flex;
  align-items: center;
  gap: 1px;
}
.column-action-btn {
  background: transparent;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 3px 4px;
  border-radius: var(--radius-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-fast);
  opacity: 0.6;
}
.column-action-btn:hover {
  background: rgba(0,0,0,0.07);
  color: var(--text-primary);
  opacity: 1;
}
body.light-theme .column-action-btn:hover {
  background: rgba(0,0,0,0.05);
}
.column-action-btn svg {
  width: 12px;
  height: 12px;
}
.wip-limit-warning {
  border-color: rgba(239, 68, 68, 0.35) !important;
}
.wip-indicator {
  font-size: 10px;
  color: var(--text-muted);
  margin-right: 4px;
  font-weight: 500;
}
.wip-over {
  color: hsl(348,75%,62%);
  font-weight: 600;
}
.kanban-tasks-list {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 60px;
  padding: 8px 8px 20px;
}
.kanban-tasks-list.drag-over {
  background: rgba(99, 102, 241, 0.05);
  outline: 1px dashed rgba(99, 102, 241, 0.35);
  border-radius: var(--radius-sm);
}
.task-card {
  background: var(--bg-base);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  border-left-width: 3px;
  padding: 8px 9px 10px;
  cursor: grab;
  user-select: none;
  transition: box-shadow 0.12s ease, border-color 0.12s ease, transform 0.12s ease;
  position: relative;
  overflow: hidden;
  min-width: 0;
  width: 100%;
  flex-shrink: 0;
}
body.light-theme .task-card {
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
.task-card:hover {
  border-color: var(--border-strong);
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  transform: translateY(-1px);
}
body.light-theme .task-card:hover {
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.task-card:active {
  cursor: grabbing;
  transform: translateY(0) scale(0.99);
}
.task-card.dragging {
  opacity: 0.25;
  transform: rotate(1deg) scale(0.97);
}
.task-card-stage-indicator {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  opacity: 0.55;
  line-height: 1;
}
.task-card-title {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.38;
  color: var(--text-primary);
  margin-bottom: 3px;
}
.task-card-desc {
  font-size: 11px;
  color: var(--text-muted);
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.42;
}
.task-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding-top: 6px;
  border-top: 1px solid var(--border);
  margin-top: 2px;
  min-height: 20px;
}
body.light-theme .task-card-footer {
  border-top-color: rgba(0,0,0,0.06);
}
.task-card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.task-meta-item {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 10px;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  min-width: 0;
}
.task-meta-item span {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.task-meta-item svg {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}
.task-meta-item.overdue {
  color: hsl(348, 72%, 60%);
}
.task-priority-badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 1px 6px;
  border-radius: var(--radius-full);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1.6;
  white-space: nowrap;
}
.task-priority-badge::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}
.priority-high {
  background: rgba(239,68,68,0.1);
  color: hsl(0, 78%, 63%);
}
body.light-theme .priority-high {
  background: rgba(239,68,68,0.1);
  color: hsl(0, 65%, 50%);
}
.priority-medium {
  background: rgba(245,158,11,0.1);
  color: hsl(38, 85%, 54%);
}
body.light-theme .priority-medium {
  background: rgba(245,158,11,0.1);
  color: hsl(38, 75%, 42%);
}
.priority-low {
  background: rgba(34,197,94,0.1);
  color: hsl(142, 55%, 45%);
}
body.light-theme .priority-low {
  background: rgba(34,197,94,0.1);
  color: hsl(142, 55%, 35%);
}
.task-assignee-avatar {
  width: 20px;
  height: 20px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 700;
  color: white;
  border: 1.5px solid var(--bg-base);
  cursor: help;
  flex-shrink: 0;
  transition: transform 0.1s ease;
}
.task-assignee-avatar:hover {
  transform: scale(1.15);
}
body.light-theme .task-assignee-avatar {
  border-color: #ffffff;
}
.task-card-subtasks-checklist {
  margin-top: 7px;
  padding-top: 6px;
  border-top: 1px solid var(--border);
}
body.light-theme .task-card-subtasks-checklist {
  border-top-color: rgba(0,0,0,0.06);
}
.task-card-subtasks-checklist .subtask-progress-bar-bg {
  height: 3px;
  background: rgba(0,0,0,0.07);
  border-radius: var(--radius-full);
  overflow: hidden;
  margin-top: 4px;
}
body.light-theme .task-card-subtasks-checklist .subtask-progress-bar-bg {
  background: rgba(0,0,0,0.06);
}
.task-card-subtasks-checklist .subtask-progress-bar-fill {
  height: 100%;
  background: var(--success);
  border-radius: var(--radius-full);
  transition: width 0.3s ease;
}
.kanban-add-column-card {
  width: 272px;
  min-height: 60px;
  flex-shrink: 0;
  border: 1px dashed var(--border);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  color: var(--text-muted);
  cursor: pointer;
  transition: var(--transition-smooth);
  background: transparent;
  font-size: 12px;
}
.kanban-add-column-card:hover {
  border-color: rgba(99,102,241,0.4);
  color: var(--text-secondary);
  background: rgba(99,102,241,0.04);
}
.gantt-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  gap: 12px;
}
.gantt-filters {
  display: flex;
  align-items: center;
  gap: 8px;
}
.gantt-layout-container {
  display: grid;
  grid-template-columns: 290px 1fr;
  height: calc(100vh - 210px);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--bg-elevated);
}
.gantt-tree-pane {
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.gantt-tree-header {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-bottom: 1px solid var(--border);
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-muted);
  background: var(--bg-overlay);
}
.gantt-tree-list {
  flex: 1;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
}
.gantt-tree-row {
  height: 38px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-bottom: 1px solid rgba(0,0,0,0.025);
  font-size: 12px;
  transition: var(--transition-fast);
}
.gantt-tree-row:hover {
  background: rgba(0,0,0,0.025);
}
.gantt-tree-row.stage-row {
  background: rgba(0,0,0,0.02);
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: var(--text-secondary);
  border-left: 2px solid var(--stage-color);
}
.gantt-tree-row.task-row {
  padding-left: 22px;
  color: var(--text-secondary);
}
.tree-row-content {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.tree-row-title {
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
}
.tree-toggle-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.tree-toggle-btn svg {
  width: 10px;
  height: 10px;
  transition: var(--transition-fast);
}
.tree-toggle-btn.collapsed svg {
  transform: rotate(-90deg);
}
.gantt-timeline-pane {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.gantt-timeline-header-scroll {
  overflow: hidden;
  background: var(--bg-overlay);
  border-bottom: 1px solid var(--border);
}
.gantt-timeline-header {
  height: 50px;
  position: relative;
}
.gantt-timeline-body-scroll {
  flex: 1;
  overflow: auto;
}
.gantt-timeline-body {
  position: relative;
}
.gantt-svg-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.gantt-svg-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gantt-svg-grid line {
  stroke: var(--gantt-line-color);
  stroke-width: 1px;
}
.gantt-svg-grid line.today-line {
  stroke: var(--danger);
  stroke-dasharray: 3 2;
  stroke-width: 1.5px;
  pointer-events: none;
}
.gantt-svg-grid line.weekend-line {
  stroke: rgba(0,0,0,0.015);
  stroke-width: 20px;
  opacity: 0.5;
}
.gantt-bar-group {
  cursor: pointer;
}
.gantt-bar {
  rx: 4px;
  ry: 4px;
  transition: opacity 0.15s;
  fill-opacity: 0.9;
}
.gantt-bar:hover {
  fill-opacity: 1;
}
.gantt-bar.stage-bar {
  fill: var(--stage-color);
  opacity: 0.3;
  rx: 3px;
  ry: 3px;
}
.gantt-bar.task-bar {
  fill: var(--accent);
}
.gantt-bar-progress {
  fill: rgba(0,0,0,0.15);
  pointer-events: none;
}
.gantt-bar-label {
  fill: var(--text-primary);
  font-size: 10px;
  font-weight: 500;
  pointer-events: none;
  font-family: var(--font-body);
}
.gantt-bar-resize-handle {
  fill: rgba(0,0,0,0.4);
  cursor: ew-resize;
  opacity: 0;
  transition: opacity 0.1s;
}
.gantt-bar-group:hover .gantt-bar-resize-handle {
  opacity: 1;
}
.gantt-dependency-line {
  fill: none;
  stroke: rgba(0,0,0,0.25);
  stroke-width: 1px;
  stroke-dasharray: 3 3;
  pointer-events: none;
  marker-end: url(#arrow);
}
.gantt-dependency-line.hovered {
  stroke: var(--accent);
  stroke-width: 1.5px;
  stroke-dasharray: none;
}
.today-label-bg {
  fill: var(--danger);
}
.today-label-text {
  fill: white;
  font-size: 9px;
  font-weight: 700;
  font-family: var(--font-body);
}
.resources-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.resources-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}
.resource-card {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  transition: var(--transition-smooth);
}
.resource-card:hover {
  transform: translateY(-2px);
  border-color: var(--border-strong);
  box-shadow: var(--shadow-md);
}
.resource-delete-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 3px;
  border-radius: var(--radius-xs);
  display: none;
  transition: var(--transition-fast);
}
.resource-card:hover .resource-delete-btn {
  display: block;
}
.resource-delete-btn:hover {
  background: rgba(244,63,94,0.1);
  color: var(--danger);
}
.resource-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.resource-avatar-large {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}
.resource-info-meta h4 {
  font-size: 13px;
  font-weight: 600;
}
.resource-info-meta p {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 1px;
}
.resource-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  border-top: 1px solid var(--border);
  padding-top: 10px;
  margin-bottom: 10px;
}
.res-stat {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.res-stat-val {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.res-stat-lbl {
  font-size: 10px;
  color: var(--text-muted);
}
.resource-workload-bar {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.workload-lbl-row {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}
.workload-lbl-status {
  font-weight: 600;
}
.workload-lbl-status.under {
  color: var(--success);
}
.workload-lbl-status.optimal {
  color: var(--info);
}
.workload-lbl-status.over {
  color: var(--danger);
}
.workload-timeline-card {
  padding: 16px 18px;
}
.workload-timeline-card h3 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}
.workload-table-wrapper {
  overflow-x: auto;
}
.workload-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}
.workload-table th, .workload-table td {
  padding: 8px 12px;
  border-bottom: 1px solid var(--border);
  text-align: left;
}
.workload-table th {
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--text-muted);
  background: var(--bg-overlay);
}
.workload-cell-timeline {
  display: flex;
  gap: 2px;
}
.workload-day-cell {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: rgba(0,0,0,0.02);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: var(--text-muted);
  cursor: pointer;
}
.workload-day-cell.active-0 {
  background: rgba(0,0,0,0.02);
}
.workload-day-cell.active-1 {
  background: rgba(99,102,241,0.22);
  border: 1px solid rgba(99,102,241,0.35);
}
.workload-day-cell.active-2 {
  background: rgba(99,102,241,0.45);
  border: 1px solid rgba(99,102,241,0.6);
}
.workload-day-cell.active-over {
  background: rgba(244,63,94,0.38);
  border: 1px solid rgba(244,63,94,0.55);
  animation: pulse-red 2s infinite;
}
.stages-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
  max-width: 540px;
}
.stage-config-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}
.stage-config-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.stage-color-picker {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  border: none;
  border-radius: var(--radius-xs);
  cursor: pointer;
  background: transparent;
}
.stage-color-picker::-webkit-color-swatch {
  border: 1px solid var(--border);
  border-radius: var(--radius-xs);
}
.stage-config-name {
  font-weight: 500;
  font-size: 13px;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(5, 8, 20, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}
.modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.modal-content {
  width: 480px;
  max-width: 92vw;
  padding: 16px 18px;
  background: var(--bg-elevated);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  transform: translateY(16px) scale(0.98);
  transition: transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.18s ease;
  opacity: 0;
}
.modal-overlay.active .modal-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}
.modal-header h2 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.modal-close-btn {
  background: transparent;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 4px;
  border-radius: var(--radius-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-fast);
}
.modal-close-btn:hover {
  background: rgba(0,0,0,0.06);
  color: var(--text-primary);
}
.modal-close-btn svg {
  width: 16px;
  height: 16px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 8px;
}
.form-group label {
  font-size: 10px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.form-input, .form-select, .form-textarea {
  padding: 5px 9px;
  background: var(--bg-overlay);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-size: 12px;
  outline: none;
  transition: var(--transition-fast);
  width: 100%;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(99,102,241,0.12);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--border);
}
[data-tooltip] {
  position: relative;
}
[data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg-subtle);
  border: 1px solid var(--border);
  color: var(--text-primary);
  padding: 3px 7px;
  font-size: 11px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease;
  z-index: 20;
  box-shadow: var(--shadow-sm);
}
[data-tooltip]:hover::before {
  opacity: 1;
}
@keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(244,63,94,0.4);
  }
  70% {
    box-shadow: 0 0 0 4px rgba(244,63,94,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244,63,94,0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-in {
  animation: fadeIn 0.2s ease-out forwards;
}
@media (max-width: 1024px) {
  .dashboard-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dashboard-details-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  body {
    flex-direction: column;
  }
  .sidebar {
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .logo-container {
    padding: 0 12px;
  }
  .nav-links {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .sidebar-footer {
    display: none;
  }
  .dashboard-grid {
    grid-template-columns: 1fr;
  }
  .gantt-layout-container {
    grid-template-columns: 1fr;
    height: auto;
  }
  .gantt-tree-pane {
    display: none;
  }
}
body.light-theme {
  --bg-base: #ffffff;
  --bg-elevated: #f8fafc;
  --bg-overlay: #f1f5f9;
  --bg-subtle: #e2e8f0;
  --bg-primary: var(--bg-base);
  --bg-secondary: var(--bg-elevated);
  --bg-tertiary: var(--bg-overlay);
  --border: #e2e8f0;
  --border-strong: #cbd5e1;
  --border-accent: #c7d2fe;
  --glass-bg: var(--bg-elevated);
  --glass-bg-hover: var(--bg-overlay);
  --glass-border: var(--border);
  --glass-border-focus: var(--border-accent);
  --text-primary: #0f172a;
  --text-secondary: #334155;
  --text-muted: #64748b;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.02);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.06), 0 2px 4px rgba(0,0,0,0.04);
  --shadow-lg: 0 12px 32px rgba(0,0,0,0.08), 0 4px 8px rgba(0,0,0,0.06);
  --gantt-line-color: rgba(0,0,0,0.05);
  --gantt-line-strong-color: rgba(0,0,0,0.1);
}
body.light-theme .sidebar {
  background: var(--bg-elevated);
}
body.light-theme .main-header {
  background: var(--bg-elevated);
}
body.light-theme .main-content {
  background: var(--bg-base);
}
body.light-theme .nav-item.active button {
  background: rgba(99,102,241,0.08);
  color: hsl(237, 80%, 52%);
}
body.light-theme .nav-item.active button svg {
  color: hsl(237, 80%, 52%);
}
body.light-theme .kanban-column {
  background: rgba(0,0,0,0.018);
}
body.light-theme .task-card {
  background: #ffffff;
}
body.light-theme .task-card:hover {
  background: #ffffff;
}
body.light-theme .gantt-layout-container {
  background: var(--bg-elevated);
}
body.light-theme .gantt-tree-header {
  background: var(--bg-overlay);
}
body.light-theme .gantt-timeline-header-scroll {
  background: var(--bg-overlay);
}
body.light-theme .gantt-tree-row.stage-row {
  background: rgba(0,0,0,0.015);
}
body.light-theme .workload-day-cell {
  background: rgba(0,0,0,0.03);
}
body.light-theme .workload-day-cell.active-0 {
  background: rgba(0,0,0,0.03);
}
body.light-theme .form-input, body.light-theme .form-select, body.light-theme .form-textarea {
  background: var(--bg-elevated);
  border-color: var(--border);
}
body.light-theme .btn-secondary {
  background: var(--bg-elevated);
  border-color: var(--border);
  color: var(--text-secondary);
}
body.light-theme .btn-secondary:hover {
  background: var(--bg-overlay);
  color: var(--text-primary);
}
body.light-theme .btn-icon-only {
  background: var(--bg-elevated);
  border-color: var(--border);
  color: var(--text-secondary);
}
body.light-theme .btn-icon-only:hover {
  background: var(--bg-overlay);
  color: var(--text-primary);
}
body.light-theme .gantt-bar.stage-bar {
  opacity: 0.22;
}
body.light-theme .gantt-bar-progress {
  fill: rgba(0,0,0,0.07);
}
body.light-theme .gantt-dependency-line {
  stroke: rgba(0,0,0,0.25);
}
body.light-theme ::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.12);
}
body.light-theme ::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.2);
}
body.light-theme .dash-stage-item {
  background: rgba(0,0,0,0.02);
}
body.light-theme .workload-bar-bg {
  background: rgba(0,0,0,0.06);
}
body.light-theme .dash-stage-bar-bg {
  background: rgba(0,0,0,0.06);
}
body.light-theme .chart-card h3, body.light-theme .view-container h3, body.light-theme .project-card-analytics h3, body.light-theme .workload-timeline-card h3 {
  color: #047857;
  border-bottom: 1px solid #d1fae5;
  padding-bottom: 8px;
  margin-bottom: 12px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gantt-scale-selector {
  display: flex;
  background: rgba(0,0,0,0.04);
  border: 1px solid var(--border);
  padding: 2px;
  border-radius: var(--radius-sm);
  gap: 1px;
}
body.light-theme .gantt-scale-selector {
  background: var(--bg-overlay);
}
.gantt-scale-btn {
  background: transparent;
  border: none;
  color: var(--text-muted);
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  transition: var(--transition-fast);
  min-width: 60px;
  text-align: center;
}
.gantt-scale-btn:hover {
  color: var(--text-primary);
  background: rgba(0,0,0,0.05);
}
body.light-theme .gantt-scale-btn:hover {
  background: rgba(0,0,0,0.04);
}
.gantt-scale-btn.active {
  background: var(--accent);
  color: white !important;
  box-shadow: 0 1px 4px rgba(99,102,241,0.3);
}
.gantt-connector-anchor {
  opacity: 0.35;
  transition: opacity 0.15s, r 0.15s;
}
.gantt-connector-anchor:hover {
  opacity: 1;
  r: 7px;
}
body.light-theme .gantt-connector-anchor {
  stroke: rgba(0,0,0,0.2);
}
#arrow path {
  fill: rgba(0,0,0,0.55);
}
body.light-theme #arrow path {
  fill: rgba(0,0,0,0.45);
}
.controls-group {
  display: flex;
  align-items: center;
  gap: 6px;
}
.theme-toggle-btn {
  width: 32px;
  height: 32px;
  border-radius: var(--radius-sm);
  background: rgba(0,0,0,0.04);
  border: 1px solid var(--border);
  color: var(--text-secondary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-fast);
}
.theme-toggle-btn:hover {
  background: rgba(0,0,0,0.08);
  color: var(--text-primary);
}
.theme-toggle-btn svg {
  width: 15px;
  height: 15px;
}
body.light-theme .theme-toggle-btn {
  background: var(--bg-elevated);
  border-color: var(--border);
  color: var(--text-secondary);
}
.lang-select {
  padding: 5px 9px;
  background: rgba(0,0,0,0.04);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  transition: var(--transition-fast);
}
.lang-select:hover {
  background: rgba(0,0,0,0.08);
}
.lang-select option {
  background: var(--bg-elevated);
  color: var(--text-primary);
}
body.light-theme .lang-select, body.light-theme .project-select {
  background: var(--bg-elevated);
  border-color: var(--border);
  color: var(--text-primary);
}
.timesheet-section {
  border-top: 1px solid var(--border);
  padding-top: 14px;
  margin-top: 14px;
}
.timesheet-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.timesheet-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  margin-top: 4px;
}
.timesheet-table th, .timesheet-table td {
  padding: 6px 10px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}
.timesheet-table th {
  color: var(--text-muted);
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  background: rgba(0,0,0,0.02);
}
body.light-theme .timesheet-table th {
  background: var(--bg-overlay);
}
.timesheet-del-btn {
  background: transparent;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 2px;
  border-radius: 3px;
  transition: var(--transition-fast);
}
.timesheet-del-btn:hover {
  background: rgba(244,63,94,0.08);
  color: var(--danger);
}
.timesheet-del-btn svg {
  width: 12px;
  height: 12px;
}
.budget-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 8px;
  margin-bottom: 12px;
}
.budget-mini-card {
  padding: 8px 12px;
  background: var(--bg-overlay);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.budget-mini-card .val {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.budget-mini-card .lbl {
  font-size: 10px;
  color: var(--text-muted);
}
.budget-health-bar-container {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
}
.budget-health-lbl-row {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 500;
}
.budget-status-badge {
  padding: 1px 7px;
  border-radius: var(--radius-full);
  font-size: 10px;
  font-weight: 600;
}
.status-under {
  background: rgba(16,185,129,0.12);
  color: var(--success);
}
.status-over {
  background: rgba(244,63,94,0.12);
  color: var(--danger);
  animation: pulse-red 2s infinite;
}
.cost-variance {
  font-size: 12px;
  font-weight: 600;
}
.cost-variance.positive {
  color: var(--success);
}
.cost-variance.negative {
  color: var(--danger);
}
.task-card-cost-badge {
  font-size: 10px;
  font-weight: 500;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 2px;
  background: rgba(0,0,0,0.04);
  padding: 1px 4px;
  border-radius: 3px;
  max-width: 100%;
  overflow: hidden;
}
.task-card-cost-badge span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
body.light-theme .task-card-cost-badge {
  background: rgba(0,0,0,0.04);
}
#project-card-modal .modal-content {
  width: 780px;
  max-width: 95vw;
}
.project-card-layout {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.project-card-properties {
  flex: 1.2;
  min-width: 260px;
}
.project-card-analytics {
  flex: 1;
  min-width: 220px;
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.edit-project-resources-box {
  display: flex;
  flex-direction: column;
  gap: 3px;
  max-height: 110px;
  overflow-y: auto;
  background: var(--bg-overlay);
  padding: 7px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
}
.project-worklogs-summary-box {
  max-height: 110px;
  overflow-y: auto;
  background: var(--bg-overlay);
  padding: 7px;
  border-radius: var(--radius-sm);
  display: flex;
  flex-direction: column;
  gap: 3px;
  border: 1px solid var(--border);
}
@media (max-width: 768px) {
  .project-card-layout {
    flex-direction: column;
  }
  .project-card-analytics {
    border-left: none;
    border-top: 1px solid var(--border);
    padding-left: 0;
    padding-top: 14px;
  }
}
#kanban-add-task-btn {
  min-width: 150px;
}
#kanban-add-column-btn {
  min-width: 170px;
}
.color-palette-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 2px;
  max-width: 180px;
}
.color-palette-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  flex-shrink: 0;
}
.color-palette-dot:hover {
  transform: scale(1.2);
}
.color-palette-dot.active {
  border-color: var(--text-primary);
  transform: scale(1.15);
  box-shadow: 0 0 0 2px rgba(99,102,241,0.35);
}
#resource-profile-modal .modal-content {
  width: 780px;
  max-width: 95vw;
}
.resource-profile-layout {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.resource-profile-details {
  flex: 1.1;
  min-width: 260px;
}
.resource-profile-analytics {
  flex: 1.2;
  min-width: 260px;
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.profile-task-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 7px 10px;
  background: var(--bg-overlay);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  font-size: 11px;
  transition: border-color 0.15s ease;
}
.profile-task-item:hover {
  border-color: var(--border-strong);
}
.profile-task-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  color: var(--text-primary);
}
.profile-task-project {
  font-size: 10px;
  color: var(--text-muted);
}
.profile-task-meta {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: var(--text-muted);
  margin-top: 2px;
}
@media (max-width: 768px) {
  .resource-profile-layout {
    flex-direction: column;
  }
  .resource-profile-analytics {
    border-left: none;
    border-top: 1px solid var(--border);
    padding-left: 0;
    padding-top: 14px;
  }
}
.resources-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.resources-table th, .resources-table td {
  padding: 9px 12px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: middle;
}
.resources-table th {
  font-weight: 600;
  font-size: 10px;
  color: var(--text-muted);
  background: var(--bg-overlay);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  user-select: none;
  cursor: pointer;
  transition: background-color 0.12s ease, color 0.12s ease;
}
.resources-table th:hover {
  background: var(--bg-subtle);
  color: var(--text-primary);
}
.resources-table tbody tr {
  cursor: pointer;
  transition: background-color 0.12s ease;
}
.resources-table tbody tr:hover {
  background-color: rgba(0,0,0,0.025);
}
body.light-theme .resources-table tbody tr:hover {
  background-color: rgba(0,0,0,0.025);
}
.resources-table td {
  color: var(--text-primary);
}
.sort-indicator {
  display: inline-block;
  margin-left: 4px;
  font-size: 9px;
  font-weight: 700;
  color: var(--text-secondary);
}
.resource-row-delete-btn {
  transition: all 0.12s ease;
  opacity: 0.5;
}
.resource-row-delete-btn:hover {
  background: rgba(244,63,94,0.1);
  color: var(--danger) !important;
  opacity: 1;
}
.portfolio-card {
  transition: var(--transition-smooth);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  border-radius: var(--radius-md);
}
.portfolio-card:hover {
  transform: translateY(-1px);
  border-color: var(--border-strong);
  box-shadow: var(--shadow-md);
}
.portfolio-card.active {
  background: rgba(99,102,241,0.05) !important;
  border-color: rgba(99,102,241,0.35) !important;
  box-shadow: 0 0 0 1px rgba(99,102,241,0.2);
}
body.light-theme .portfolio-card {
  background: var(--bg-elevated);
  border-color: var(--border);
}
body.light-theme .portfolio-card:hover {
  border-color: var(--border-strong);
  box-shadow: 0 4px 12px rgba(0,0,0,0.07);
}
body.light-theme .portfolio-card.active {
  background: rgba(99,102,241,0.04) !important;
  border-color: rgba(99,102,241,0.3) !important;
}
.login-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0;
  z-index: 9999;
  background-color: var(--bg-base);
  background-image: radial-gradient(at 20% 20%, rgba(99,102,241,0.12) 0px, transparent 50%), radial-gradient(at 80% 80%, rgba(244,63,94,0.06) 0px, transparent 50%);
}
.login-box {
  width: 360px;
  padding: 28px;
  background: var(--bg-elevated);
  border: 1px solid var(--border-strong);
  box-shadow: var(--shadow-lg), var(--shadow-glow);
  border-radius: var(--radius-lg);
}
body.light-theme .login-container {
  background-color: var(--bg-base);
  background-image: radial-gradient(at 20% 20%, rgba(99,102,241,0.06) 0px, transparent 50%), radial-gradient(at 80% 80%, rgba(244,63,94,0.03) 0px, transparent 50%);
}
body.light-theme .login-box {
  background: var(--bg-elevated);
  border-color: var(--border);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}
#user-profile-badge {
  display: none;
  align-items: center;
  gap: 5px;
  background: rgba(0,0,0,0.04);
  padding: 3px 9px;
  border-radius: var(--radius-full);
  border: 1px solid var(--border);
  font-size: 11px;
  font-weight: 500;
  margin-left: 4px;
  transition: var(--transition-fast);
}
body.light-theme #user-profile-badge {
  background: var(--bg-overlay);
  border-color: var(--border);
}
@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: 0px;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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-duration: initial;
      --tw-ease: initial;
    }
  }
}
