/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
.profile-btn {
  display: flex;
  max-width: var(--container-xs);
  align-items: center;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-white);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  &:focus {
    --tw-ring-color: var(--color-indigo-500);
  }
  &:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
.profile-img {
  height: calc(var(--spacing) * 8);
  width: calc(var(--spacing) * 8);
  border-radius: calc(infinity * 1px);
}
.profile-initials {
  display: inline-flex;
  height: calc(var(--spacing) * 8);
  width: calc(var(--spacing) * 8);
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-gray-500);
}
.profile-initials-letters {
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
}
.profile-menu {
  position: absolute;
  right: calc(var(--spacing) * 0);
  margin-top: calc(var(--spacing) * 2);
  width: calc(var(--spacing) * 48);
  transform-origin: 100% 0;
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  border-radius: var(--radius-md);
  background-color: var(--color-white);
  padding-block: calc(var(--spacing) * 1);
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-ring-color: color-mix(in oklab, var(--color-black) 5%, transparent);
  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));
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
.profile-menu-item {
  display: block;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-gray-700);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-gray-50);
    }
  }
}
.profile-menu-item.active {
  background-color: var(--color-gray-100);
}
.profile-menu.opened {
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
  opacity: 100%;
  --tw-duration: 100ms;
  transition-duration: 100ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.profile-menu.closed {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  --tw-scale-z: 95%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
  opacity: 0%;
  --tw-duration: 75ms;
  transition-duration: 75ms;
  --tw-ease: var(--ease-in);
  transition-timing-function: var(--ease-in);
}
.modal {
  position: fixed;
  inset: calc(var(--spacing) * 0);
  z-index: 10;
  overflow-y: auto;
}
.modal-wrapper {
  display: flex;
  min-height: 100vh;
  align-items: flex-end;
  justify-content: center;
  padding-inline: calc(var(--spacing) * 4);
  padding-top: calc(var(--spacing) * 4);
  padding-bottom: calc(var(--spacing) * 20);
  text-align: center;
  @media (width >= 40rem) {
    display: block;
  }
  @media (width >= 40rem) {
    padding: calc(var(--spacing) * 0);
  }
}
.modal-overlay {
  position: fixed;
  inset: calc(var(--spacing) * 0);
  background-color: color-mix(in srgb, oklch(55.1% 0.027 264.364) 75%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-gray-500) 75%, transparent);
  }
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.modal-overlay.opened {
  opacity: 100%;
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.modal-overlay.closed {
  opacity: 0%;
  --tw-duration: 200ms;
  transition-duration: 200ms;
  --tw-ease: var(--ease-in);
  transition-timing-function: var(--ease-in);
}
.modal-fix {
  display: none;
  @media (width >= 40rem) {
    display: inline-block;
  }
  @media (width >= 40rem) {
    height: 100vh;
  }
  @media (width >= 40rem) {
    vertical-align: middle;
  }
}
.modal-panel {
  display: inline-block;
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  overflow: hidden;
  border-radius: var(--radius-lg);
  background-color: var(--color-white);
  padding-inline: calc(var(--spacing) * 4);
  padding-top: calc(var(--spacing) * 5);
  padding-bottom: calc(var(--spacing) * 4);
  text-align: left;
  vertical-align: bottom;
  --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  @media (width >= 40rem) {
    margin-block: calc(var(--spacing) * 8);
  }
  @media (width >= 40rem) {
    width: 100%;
  }
  @media (width >= 40rem) {
    max-width: var(--container-lg);
  }
  @media (width >= 40rem) {
    padding: calc(var(--spacing) * 6);
  }
  @media (width >= 40rem) {
    vertical-align: middle;
  }
}
.modal-panel.opened {
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  opacity: 100%;
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
  @media (width >= 40rem) {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
.modal-panel.closed {
  --tw-translate-y: calc(var(--spacing) * 4);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  opacity: 0%;
  --tw-duration: 200ms;
  transition-duration: 200ms;
  --tw-ease: var(--ease-in);
  transition-timing-function: var(--ease-in);
  @media (width >= 40rem) {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  @media (width >= 40rem) {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
.modal-panel-content {
  @media (width >= 40rem) {
    display: flex;
  }
  @media (width >= 40rem) {
    align-items: flex-start;
  }
}
.modal-panel-actions {
  margin-top: calc(var(--spacing) * 5);
  @media (width >= 40rem) {
    margin-top: calc(var(--spacing) * 4);
  }
  @media (width >= 40rem) {
    display: flex;
  }
  @media (width >= 40rem) {
    flex-direction: row-reverse;
  }
}
.modal-btn {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  border-radius: var(--radius-md);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-300);
  background-color: var(--color-white);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-gray-700);
  --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);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-gray-50);
    }
  }
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  &:focus {
    --tw-ring-color: var(--color-indigo-500);
  }
  &:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (width >= 40rem) {
    margin-top: calc(var(--spacing) * 0);
  }
  @media (width >= 40rem) {
    width: auto;
  }
  @media (width >= 40rem) {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
.modal-btn.question {
  border-color: transparent;
  background-color: var(--color-indigo-600);
  color: var(--color-white);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-indigo-700);
    }
  }
  &:focus {
    --tw-ring-color: var(--color-indigo-500);
  }
  @media (width >= 40rem) {
    margin-left: calc(var(--spacing) * 3);
  }
}
.modal-btn.exclamation {
  border-color: transparent;
  background-color: var(--color-red-600);
  color: var(--color-white);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-red-700);
    }
  }
  &:focus {
    --tw-ring-color: var(--color-red-500);
  }
  @media (width >= 40rem) {
    margin-left: calc(var(--spacing) * 3);
  }
}
.modal-btn.check {
  border-color: transparent;
  background-color: var(--color-green-600);
  color: var(--color-white);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-green-700);
    }
  }
  &:focus {
    --tw-ring-color: var(--color-green-500);
  }
  @media (width >= 40rem) {
    margin-left: calc(var(--spacing) * 3);
  }
}
.modal-icon {
  margin-inline: auto;
  display: flex;
  height: calc(var(--spacing) * 12);
  width: calc(var(--spacing) * 12);
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-indigo-100);
  color: var(--color-indigo-600);
  @media (width >= 40rem) {
    margin-inline: calc(var(--spacing) * 0);
  }
  @media (width >= 40rem) {
    height: calc(var(--spacing) * 10);
  }
  @media (width >= 40rem) {
    width: calc(var(--spacing) * 10);
  }
}
.modal-icon-img {
  height: calc(var(--spacing) * 6);
  width: calc(var(--spacing) * 6);
}
.modal-icon.question {
  background-color: var(--color-indigo-100);
  color: var(--color-indigo-600);
}
.modal-icon.check {
  background-color: var(--color-green-100);
  color: var(--color-green-600);
}
.modal-icon.exclamation {
  background-color: var(--color-red-100);
  color: var(--color-red-600);
}
.confirm-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, .45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 1rem;
  animation: confirmFadeIn .18s ease both;
}
@keyframes confirmFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.confirm-panel {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 60px -10px rgba(15, 23, 42, .35), 0 4px 12px rgba(15, 23, 42, .12);
  width: 100%;
  max-width: 420px;
  padding: 1.5rem 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  font-family: 'DM Sans', sans-serif;
  animation: confirmPanelIn .25s cubic-bezier(.34, 1.56, .64, 1) both;
  border-top: 4px solid transparent;
}
@keyframes confirmPanelIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.confirm-panel--danger {
  border-top-color: #dc2626;
}
.confirm-panel--success {
  border-top-color: #22c55e;
}
.confirm-panel--info {
  border-top-color: #3b82f6;
}
.confirm-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .25rem;
}
.confirm-icon svg {
  width: 28px;
  height: 28px;
}
.confirm-icon--danger {
  background: #fef2f2;
  color: #dc2626;
}
.confirm-icon--success {
  background: #f0fdf4;
  color: #16a34a;
}
.confirm-icon--info {
  background: #eff6ff;
  color: #3b82f6;
}
.confirm-body {
  text-align: center;
  margin-top: .25rem;
}
.confirm-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 .35rem;
  letter-spacing: -.01em;
}
.confirm-message {
  font-size: .78rem;
  color: #475569;
  line-height: 1.5;
  margin: 0;
}
.confirm-actions {
  display: flex;
  gap: .5rem;
  width: 100%;
  margin-top: .75rem;
}
.confirm-btn {
  flex: 1;
  padding: .55rem .9rem;
  border-radius: 8px;
  font-size: .75rem;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  transition: all .15s;
  border: 1.5px solid transparent;
  user-select: none;
}
.confirm-btn--cancel {
  background: #f1f5f9;
  border-color: #e2e8f0;
  color: #475569;
}
.confirm-btn--cancel:hover {
  background: #e2e8f0;
  color: #0f172a;
}
.confirm-btn--danger {
  background: #dc2626;
  color: #fff;
}
.confirm-btn--danger:hover {
  background: #b91c1c;
}
.confirm-btn--success {
  background: #22c55e;
  color: #fff;
}
.confirm-btn--success:hover {
  background: #16a34a;
}
.confirm-btn--info {
  background: #3b82f6;
  color: #fff;
}
.confirm-btn--info:hover {
  background: #2563eb;
}
:root {
  --accent: #f97316;
  --surface: #f8f9fb;
  --border: #e5e7eb;
  --text: #111827;
  --muted: #6b7280;
  --gantt-w: 2756px;
  --week-px: 52px;
}
* {
  font-family: 'DM Sans', sans-serif;
  box-sizing: border-box;
}
.mono {
  font-family: 'DM Mono', monospace;
}
body {
  background: var(--surface);
  color: var(--text);
}
::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 4px;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-up {
  animation: fadeUp .35s ease both;
}
.fd1 {
  animation-delay: .05s;
}
.fd2 {
  animation-delay: .10s;
}
.fd3 {
  animation-delay: .15s;
}
.nav-pill {
  position: relative;
  font-size: .875rem;
  font-weight: 500;
  padding: .5rem 1rem;
  color: var(--muted);
  cursor: pointer;
  text-decoration: none;
}
.nav-pill.active {
  color: var(--text);
}
.nav-pill.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
}
.nav-logo {
  width: 2rem;
  height: 2rem;
  border-radius: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: white;
  font-size: .875rem;
  font-weight: 700;
}
.page-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.btn-primary {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  font-weight: 500;
  padding: .5rem 1rem;
  border-radius: .75rem;
  border: none;
  background: var(--accent);
  color: white;
  cursor: pointer;
}
.stat-chip {
  display: flex;
  align-items: center;
  gap: .625rem;
  background: white;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: .625rem 1rem;
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
.stat-badge {
  font-size: .75rem;
  font-weight: 700;
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.stat-badge--red {
  background: #ef4444;
}
.stat-badge--purple {
  background: #8b5cf6;
}
.stat-badge--green {
  background: #22c55e;
}
.stat-badge--orange {
  background: #f97316;
}
.stat-label {
  font-size: .8125rem;
  color: var(--muted);
  font-weight: 500;
}
.filter-btn {
  font-size: .8rem;
  font-weight: 500;
  padding: .375rem .875rem;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: white;
  color: var(--muted);
  cursor: pointer;
  transition: all .15s;
}
.filter-btn.active, .filter-btn:hover {
  background: var(--text);
  color: white;
  border-color: var(--text);
}
.year-badge {
  background: #f3f4f6;
  border-radius: .5rem;
  padding: .375rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  color: #4b5563;
}
.lpill {
  font-size: .6rem;
  font-weight: 600;
  border-radius: 4px;
  padding: 1px 5px;
  color: white;
  display: inline-block;
  flex-shrink: 0;
}
.sdot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  display: inline-block;
  flex-shrink: 0;
}
.legend-dot--red {
  background: #ef4444;
}
.legend-dot--purple {
  background: #8b5cf6;
}
.legend-dot--green {
  background: #22c55e;
}
.legend-dot--blue {
  background: #3b82f6;
}
.gantt-wrap {
  overflow-x: auto;
  overflow-y: visible;
}
.gantt-inner {
  min-width: max-content;
}
.gantt-row {
  display: flex;
  border-bottom: 1px solid var(--border);
}
.gantt-row--no-border {
  border-bottom: none;
}
.gantt-row--thick-border {
  border-bottom: 2px solid var(--border);
}
.gantt-row:hover .gantt-info {
  background: #fafafa;
}
.gantt-info {
  width: 240px;
  min-width: 240px;
  padding: .75rem 1rem;
  display: flex;
  align-items: center;
  gap: .625rem;
  border-right: 1px solid var(--border);
  background: white;
  position: sticky;
  left: 0;
  z-index: 20;
  box-shadow: 2px 0 8px rgba(0,0,0,.04);
  transition: background .15s;
}
.gantt-info--header {
  background: #f9fafb;
  position: sticky;
  left: 0;
  z-index: 25;
}
.info-meta {
  flex: 1;
  min-width: 0;
}
.info-title {
  font-size: .75rem;
  font-weight: 600;
  color: #1f2937;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-progress-row {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: .25rem;
}
.info-progress-bg {
  flex: 1;
  height: 3px;
  background: #f3f4f6;
  border-radius: 2px;
  overflow: hidden;
}
.info-progress-fill {
  height: 100%;
  border-radius: 2px;
  opacity: .75;
}
.info-pct {
  font-family: 'DM Mono', monospace;
  font-size: .75rem;
  color: #9ca3af;
}
.info-badge {
  font-family: 'DM Mono', monospace;
  font-size: .75rem;
  font-weight: 600;
  border-radius: .375rem;
  padding: 2px 6px;
  flex-shrink: 0;
}
.gantt-row .edit-btn {
  opacity: 0;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: #f3f4f6;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #6b7280;
  transition: opacity .15s, background .15s;
}
.gantt-row:hover .edit-btn {
  opacity: 1;
}
.gantt-row .edit-btn:hover {
  background: var(--accent);
  color: white;
}
.month-banner {
  position: relative;
  height: 22px;
  width: var(--gantt-w);
  background: #f9fafb;
  border-bottom: 1px solid var(--border);
  flex-shrink: 0;
}
.month-label {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 8px;
  font-size: .65rem;
  font-weight: 800;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .06em;
  border-right: 2px solid var(--border);
  box-sizing: border-box;
}
.month-label--last {
  border-right: none;
}
.month-jan {
  left: 22px;
  width: 230px;
}
.month-feb {
  left: 252px;
  width: 208px;
}
.month-mar {
  left: 460px;
  width: 230px;
}
.month-apr {
  left: 690px;
  width: 223px;
}
.month-may {
  left: 913px;
  width: 230px;
}
.month-jun {
  left: 1143px;
  width: 223px;
}
.month-jul {
  left: 1366px;
  width: 230px;
}
.month-aug {
  left: 1596px;
  width: 231px;
}
.month-sep {
  left: 1827px;
  width: 223px;
}
.month-oct {
  left: 2050px;
  width: 230px;
}
.month-nov {
  left: 2280px;
  width: 223px;
}
.month-dec {
  left: 2503px;
  width: 253px;
  border-right: none;
}
.year-label {
  font-size: .65rem;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.weeks-row {
  display: flex;
  width: var(--gantt-w);
  flex-shrink: 0;
}
.week-header {
  width: var(--week-px);
  flex-shrink: 0;
  font-size: .6rem;
  font-weight: 700;
  color: var(--muted);
  text-align: center;
  padding: .4rem .1rem;
  border-right: 1px solid var(--border);
  background: #f9fafb;
  user-select: none;
  line-height: 1.3;
}
.week-header.cur {
  color: var(--accent);
  background: #fff7ed;
}
.week-header--month-end {
  border-right: 2px solid var(--border);
}
.wk-day {
  font-size: .58rem;
  font-weight: 700;
}
.wk-num {
  font-size: .52rem;
  opacity: .55;
}
.gantt-tl {
  position: relative;
  background: white;
  height: 56px;
  width: var(--gantt-w);
  flex-shrink: 0;
}
.today-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--accent);
  z-index: 15;
  pointer-events: none;
}
.today-line::after {
  content: 'Auj.';
  position: absolute;
  top: 2px;
  left: 4px;
  font-size: .55rem;
  font-weight: 800;
  color: var(--accent);
  white-space: nowrap;
}
.ms-track {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  border-radius: 8px;
  z-index: 5;
  pointer-events: none;
}
.ms-bar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 28px 0 22px;
  font-size: .6875rem;
  font-weight: 700;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
  cursor: grab;
  user-select: none;
  z-index: 10;
}
.ms-bar--dragging {
  cursor: grabbing;
  box-shadow: 0 4px 20px rgba(0,0,0,.35);
  z-index: 30;
}
.ms-bar::before {
  content: '◆';
  font-size: .45rem;
  margin-right: 5px;
  opacity: .75;
  flex-shrink: 0;
}
.ms-prog {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 8px 0 0 8px;
  background: rgba(255,255,255,.28);
  pointer-events: none;
  z-index: 1;
}
.ms-label {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.ms-grip {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  border-radius: 0 8px 8px 0;
  background: rgba(0,0,0,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: ew-resize;
}
.ms-grip::after {
  content: '⋮';
  font-size: .8rem;
  color: rgba(255,255,255,.8);
}
.ms-grip--left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  border-radius: 8px 0 0 8px;
  background: rgba(0,0,0,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: ew-resize;
  opacity: 0;
  transition: opacity .15s;
}
.ms-grip--left::after {
  content: '⋮';
  font-size: .8rem;
  color: rgba(255,255,255,.7);
}
.ms-bar:hover .ms-grip--left {
  opacity: 1;
}
.ms-bar--red {
  background: #ef4444;
}
.ms-bar--purple {
  background: #8b5cf6;
}
.ms-bar--green {
  background: #22c55e;
}
.ms-bar--blue {
  background: #3b82f6;
}
.ms-track--red {
  background: #ef444422;
}
.ms-track--purple {
  background: #8b5cf622;
}
.ms-track--green {
  background: #22c55e22;
}
.ms-track--blue {
  background: #3b82f622;
}
.ms-bar--ms1 {
  left: 160px;
  width: 178px;
}
.ms-track--ms1 {
  left: 160px;
  width: 178px;
}
.ms-bar--ms2 {
  left: 264px;
  width: 230px;
}
.ms-track--ms2 {
  left: 264px;
  width: 230px;
}
.ms-bar--ms3 {
  left: 368px;
  width: 122px;
}
.ms-track--ms3 {
  left: 368px;
  width: 122px;
}
.ms-bar--ms4 {
  left: 316px;
  width: 330px;
}
.ms-track--ms4 {
  left: 316px;
  width: 330px;
}
.badge--red {
  background: #ef444418;
  color: #ef4444;
}
.badge--purple {
  background: #8b5cf618;
  color: #8b5cf6;
}
.badge--green {
  background: #22c55e18;
  color: #22c55e;
}
.badge--blue {
  background: #3b82f618;
  color: #3b82f6;
}
.badge--yellow {
  background: #fef9c3;
  color: #fde047;
}
.badge--orange {
  background: #fff7ed;
  color: #fdba74;
}
.fill--red {
  background: #ef4444;
}
.fill--purple {
  background: #8b5cf6;
}
.fill--green {
  background: #22c55e;
}
.fill--blue {
  background: #3b82f6;
}
.text--red {
  color: #ef4444;
}
.text--purple {
  color: #8b5cf6;
}
.text--green {
  color: #22c55e;
}
.text--blue {
  color: #3b82f6;
}
.text--yellow {
  color: #fde047;
}
.text--orange {
  color: #fdba74;
}
.prog-85 {
  width: 85%;
}
.prog-60 {
  width: 60%;
}
.prog-40 {
  width: 40%;
}
.prog-20 {
  width: 20%;
}
.ms-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,.05);
  transition: box-shadow .2s, transform .2s;
  margin-bottom: 1.25rem;
}
.ms-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,.1);
  transform: translateY(-2px);
}
.ms-card-hdr {
  padding: 1rem 1.25rem .75rem;
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  cursor: pointer;
  transition: background .15s;
}
.ms-card-hdr:hover {
  background: #fafafa;
}
.card-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-icon--red {
  background: #ef444418;
}
.card-icon--purple {
  background: #8b5cf618;
}
.card-icon--green {
  background: #22c55e18;
}
.card-icon--blue {
  background: #3b82f618;
}
.card-body {
  flex: 1;
  min-width: 0;
}
.card-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
}
.card-title {
  font-weight: 700;
  font-size: .9rem;
  color: #111827;
}
.card-actions {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-shrink: 0;
}
.ms-edit-pill {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  font-size: .65rem;
  font-weight: 700;
  color: var(--accent);
  opacity: 0;
  transition: opacity .15s;
}
.ms-card-hdr:hover .ms-edit-pill {
  opacity: 1;
}
.card-pct {
  font-family: 'DM Mono', monospace;
  font-size: .7rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 99px;
}
.card-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #9ca3af;
  transition: transform .2s;
}
.card-chevron svg {
  width: 16px;
  height: 16px;
}
.ms-card:not(.ms-card--collapsed) .card-chevron {
  transform: rotate(180deg);
}
.card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .25rem;
  font-size: .75rem;
  color: #9ca3af;
}
.card-progress-bg {
  margin-top: .5rem;
  height: 5px;
  background: #f3f4f6;
  border-radius: 3px;
  overflow: hidden;
}
.card-progress-fill {
  height: 100%;
  border-radius: 3px;
}
.card-sections {
  border-top: 1px solid #f3f4f6;
  padding: .5rem .75rem .75rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.card-section {
  background: #fafafa;
  border-radius: 8px;
  padding: .5rem .75rem;
}
.card-section-head {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .75rem;
}
.card-section-kind {
  font-size: .6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 2px 7px;
  border-radius: 99px;
}
.card-section-kind.is-evolution {
  background: #fef3c7;
  color: #b45309;
}
.card-section-kind.is-tickets {
  background: #dbeafe;
  color: #1d4ed8;
}
.card-section-title {
  font-weight: 600;
  color: #374151;
  flex: 1;
}
.card-section-count {
  color: #6b7280;
  font-size: .7rem;
}
.card-section-est {
  color: #6b7280;
  font-size: .7rem;
  margin-left: auto;
}
.card-section-desc {
  font-size: .7rem;
  color: #6b7280;
  margin-top: .25rem;
  line-height: 1.4;
  white-space: pre-line;
}
.card-tickets {
  margin-top: .375rem;
}
.ticket-row {
  display: flex;
  align-items: center;
  gap: .625rem;
  padding: .5rem .75rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background .12s;
}
.ticket-row:hover {
  background: #f9fafb;
}
.ticket-id {
  font-family: 'DM Mono', monospace;
  font-size: .65rem;
  font-weight: 700;
  color: #93c5fd;
  flex-shrink: 0;
}
.ticket-title {
  font-size: .825rem;
  color: #374151;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ticket-meta {
  display: flex;
  align-items: center;
  gap: .375rem;
  flex-shrink: 0;
}
.ticket-est {
  font-family: 'DM Mono', monospace;
  font-size: .65rem;
  color: #9ca3af;
}
.ticket-status {
  font-size: .7rem;
  padding: 1px 7px;
  border-radius: 99px;
  background: #eff6ff;
  color: #3b82f6;
  font-weight: 500;
}
.gantt-tooltip {
  position: fixed;
  z-index: 9999;
  background: #1f2937;
  color: white;
  border-radius: 14px;
  padding: .875rem 1rem;
  min-width: 240px;
  max-width: 320px;
  pointer-events: none;
  box-shadow: 0 12px 40px rgba(0,0,0,.35);
  font-size: .8rem;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .12s, transform .12s;
}
.gantt-tooltip.visible {
  opacity: 1;
  transform: translateY(0);
}
.tooltip-header {
  display: flex;
  align-items: center;
  gap: .625rem;
  margin-bottom: .5rem;
}
.tooltip-color-strip {
  width: 4px;
  height: 28px;
  border-radius: 3px;
  flex-shrink: 0;
}
.tooltip-title {
  font-size: .8rem;
  font-weight: 700;
  color: white;
  line-height: 1.3;
}
.tooltip-meta {
  display: flex;
  align-items: center;
  gap: .375rem;
  flex-wrap: wrap;
  font-size: .7rem;
  color: #9ca3af;
  margin-bottom: .625rem;
}
.tooltip-progress-bg {
  height: 4px;
  background: rgba(255,255,255,.15);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: .625rem;
}
.tooltip-progress-fill {
  height: 100%;
  border-radius: 2px;
}
.tooltip-tickets {
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
.tooltip-ticket {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .7rem;
  color: #d1d5db;
}
.tooltip-ticket-id {
  font-family: 'DM Mono', monospace;
  font-size: .65rem;
  font-weight: 700;
  color: #93c5fd;
  flex-shrink: 0;
}
.tooltip-ticket-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(17,24,39,.45);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s;
}
.modal-backdrop.open {
  opacity: 1;
  pointer-events: all;
}
.modal-box {
  background: white;
  border-radius: 20px;
  width: 100%;
  max-width: 460px;
  margin: 1rem;
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
  transform: translateY(20px) scale(.96);
  transition: transform .25s cubic-bezier(.34,1.56,.64,1);
  overflow: hidden;
}
.modal-backdrop.open .modal-box {
  transform: translateY(0) scale(1);
}
.modal-header {
  padding: 1.25rem 1.5rem 1rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  border-bottom: 1px solid #f3f4f6;
}
.modal-color-strip {
  width: 4px;
  height: 36px;
  border-radius: 4px;
  flex-shrink: 0;
  background: var(--accent);
}
.modal-title-group {
  flex: 1;
  min-width: 0;
}
.modal-subtitle {
  font-size: .65rem;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: .2rem;
}
.modal-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-close {
  margin-left: auto;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: none;
  background: #f3f4f6;
  color: #6b7280;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: background .15s, color .15s;
}
.modal-close:hover {
  background: #fee2e2;
  color: #ef4444;
}
.modal-body {
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.field-group {
  display: flex;
  flex-direction: column;
  gap: .375rem;
}
.field-label {
  font-size: .7rem;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.field-input {
  padding: .625rem .875rem;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  font-size: .9rem;
  color: #111827;
  background: #fafafa;
  outline: none;
  width: 100%;
  font-family: 'DM Sans', sans-serif;
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.field-input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(249,115,22,.12);
  background: white;
}
.date-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
}
.progress-row {
  display: flex;
  align-items: center;
  gap: .875rem;
}
.progress-range {
  flex: 1;
  accent-color: var(--accent);
  cursor: pointer;
}
.progress-val {
  font-size: .9rem;
  font-weight: 700;
  color: #111827;
  min-width: 3rem;
  text-align: right;
}
.progress-preview-bg {
  height: 4px;
  background: #f3f4f6;
  border-radius: 2px;
  overflow: hidden;
  margin-top: .25rem;
}
.progress-preview-fill {
  height: 100%;
  border-radius: 2px;
  transition: width .2s;
  width: 0%;
}
.modal-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  gap: .625rem;
}
.modal-hint {
  font-size: .75rem;
  color: #9ca3af;
  margin-right: auto;
}
.btn-cancel {
  padding: .5rem 1.125rem;
  border-radius: 10px;
  border: 1.5px solid #e5e7eb;
  background: white;
  color: #6b7280;
  font-size: .875rem;
  font-weight: 600;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: background .15s;
}
.btn-cancel:hover {
  background: #f9fafb;
}
.btn-save {
  padding: .5rem 1.375rem;
  border-radius: 10px;
  border: none;
  background: var(--accent);
  color: white;
  font-size: .875rem;
  font-weight: 700;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: filter .15s, transform .1s;
}
.btn-save:hover {
  filter: brightness(1.08);
}
.btn-save:active {
  transform: scale(.97);
}
.ms-bar:hover {
  filter: brightness(1.12);
  box-shadow: 0 4px 16px rgba(0,0,0,.3);
  transform: translateY(-50%) translateY(-1px);
}
.ms-color-picker {
  display: flex;
  align-items: center;
  gap: .625rem;
}
.color-swatch {
  cursor: pointer;
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.color-swatch input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.color-swatch span {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: block;
  border: 2.5px solid transparent;
  transition: transform .15s, box-shadow .15s, border-color .15s;
}
.color-swatch:hover span {
  transform: scale(1.12);
}
.color-swatch input:checked + span {
  border-color: #111827;
  box-shadow: 0 0 0 2px white inset;
  transform: scale(1.15);
}
.color-swatch--red span {
  background: #ef4444;
}
.color-swatch--purple span {
  background: #8b5cf6;
}
.color-swatch--green span {
  background: #22c55e;
}
.color-swatch--blue span {
  background: #3b82f6;
}
.color-swatch--yellow span {
  background: #fde047;
}
textarea.field-input {
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-family: 'DM Sans', sans-serif;
}
.top-nav {
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  height: 48px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
}
.nav-logo {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: .4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
}
.nav-pill {
  position: relative;
  font-size: .8rem;
  font-weight: 500;
  padding: .75rem .875rem;
  color: var(--muted);
  cursor: pointer;
  text-decoration: none;
}
.nav-pill:hover {
  color: var(--text);
}
.nav-pill.active {
  color: var(--text);
}
.nav-pill.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--accent);
  border-radius: 2px 2px 0 0;
}
.page-header {
  margin-bottom: 1.25rem;
}
.page-header h1 {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -.02em;
}
.page-header p {
  font-size: .8rem;
  color: var(--muted);
  margin-top: .125rem;
}
.tab-radio {
  display: none;
}
.tab-bar {
  display: flex;
  gap: 0;
  border-bottom: 2px solid var(--border);
  margin-bottom: 1.25rem;
}
.tab-label {
  padding: .625rem 1.25rem;
  font-size: .8rem;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  position: relative;
  transition: color .15s;
  user-select: none;
}
.tab-label:hover {
  color: var(--text);
}
.tab-label::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
  border-radius: 2px 2px 0 0;
  transition: background .15s;
}
#tab-maintenance:checked ~ .tab-bar [for="tab-maintenance"], #tab-evolutions:checked ~ .tab-bar [for="tab-evolutions"], #tab-factures:checked ~ .tab-bar [for="tab-factures"] {
  color: var(--text);
}
#tab-maintenance:checked ~ .tab-bar [for="tab-maintenance"]::after, #tab-evolutions:checked ~ .tab-bar [for="tab-evolutions"]::after, #tab-factures:checked ~ .tab-bar [for="tab-factures"]::after {
  background: var(--accent);
}
.tab-panel {
  display: none;
}
#tab-maintenance:checked ~ .panel-maintenance {
  display: block;
}
#tab-evolutions:checked ~ .panel-evolutions {
  display: block;
}
#tab-factures:checked ~ .panel-factures {
  display: block;
}
.summary-strip {
  display: flex;
  gap: .5rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.sum-chip {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: .625rem 1rem;
  display: flex;
  align-items: center;
  gap: .625rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
  flex: 1;
  min-width: 110px;
}
.sum-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.sum-label {
  font-size: .6rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .03em;
}
.sum-val {
  font-family: 'DM Mono', monospace;
  font-size: 1rem;
  font-weight: 700;
}
.sum-val-eur {
  font-family: 'DM Mono', monospace;
  font-size: .8rem;
  font-weight: 500;
  color: #9ca3af;
}
.summary-year {
  font-size: .72rem;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: .04em;
  margin-bottom: .4rem;
}
.summary-prev {
  display: flex;
  align-items: center;
  gap: .45rem;
  flex-wrap: wrap;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: .68rem;
  color: var(--muted);
  opacity: .8;
}
.summary-prev b {
  font-family: 'DM Mono', monospace;
  font-weight: 700;
  color: var(--muted);
}
.summary-prev-year {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.summary-prev-sep {
  opacity: .5;
}
.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
}
.card-header {
  padding: .75rem 1rem;
  border-bottom: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-title {
  font-size: .8rem;
  font-weight: 700;
}
table {
  width: 100%;
  border-collapse: collapse;
}
thead th {
  padding: .5rem .75rem;
  font-size: .6rem;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: .05em;
  text-align: left;
  background: #fafbfc;
  border-bottom: 1px solid var(--border);
}
thead th.th-center {
  text-align: center;
}
tbody tr {
  border-bottom: 1px solid #f5f5f5;
  transition: background .1s;
}
tbody tr:hover {
  background: #fafafa;
}
tbody tr:last-child {
  border-bottom: none;
}
td {
  padding: .5rem .75rem;
  font-size: .8rem;
  vertical-align: middle;
}
.month-cell {
  font-weight: 700;
  font-size: .75rem;
}
.month-cell.current {
  color: var(--accent);
}
.dv {
  font-family: 'DM Mono', monospace;
  font-size: .78rem;
  font-weight: 600;
}
.dv--orange {
  color: var(--accent);
}
.dv--green {
  color: #16a34a;
}
.dv--blue {
  color: #3b82f6;
}
.dv--purple {
  color: #8b5cf6;
}
.dv--muted {
  color: #d1d5db;
}
.day-group {
  display: flex;
  align-items: center;
  gap: .375rem;
}
.day-unit {
  font-size: .7rem;
  font-weight: 600;
  color: var(--muted);
}
.btn-save-day {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1.5px solid var(--border);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .18s;
  flex-shrink: 0;
  color: var(--muted);
}
.btn-save-day:hover {
  border-color: #86efac;
  background: #f0fdf4;
  color: #16a34a;
}
.btn-save-day svg {
  width: 12px;
  height: 12px;
}
.day-input {
  width: 65px;
  padding: .35rem .5rem;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-family: 'DM Mono', monospace;
  font-size: .8rem;
  font-weight: 600;
  color: #3b82f6;
  background: #fafbfc;
  text-align: center;
  outline: none;
  transition: all .15s;
}
.day-input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, .1);
  background: #fff;
}
.day-input::placeholder {
  color: #d1d5db;
}
.day-input::-webkit-inner-spin-button {
  opacity: 1;
}
.status-cell {
  text-align: center;
}
.status-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.status-dot.is-on {
  background: #dcfce7;
  color: #16a34a;
}
.status-dot.is-on-purple {
  background: #ede9fe;
  color: #8b5cf6;
}
.status-dot.is-off {
  background: #f3f4f6;
  color: #e5e7eb;
}
.status-dot svg {
  width: 12px;
  height: 12px;
}
.inv-date {
  font-family: 'DM Mono', monospace;
  font-size: .58rem;
  font-weight: 600;
  color: #8b5cf6;
  margin-top: 1px;
}
.act-cell {
  display: flex;
  align-items: center;
  gap: .375rem;
  justify-content: flex-end;
}
.date-inv {
  padding: .3rem .5rem;
  border-radius: 8px;
  border: 1.5px solid var(--border);
  background: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: .62rem;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  transition: all .18s;
  outline: none;
  max-width: 130px;
}
.date-inv:hover {
  border-color: #c4b5fd;
  background: #f5f3ff;
  color: #7c3aed;
}
.date-inv:focus {
  border-color: #8b5cf6;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, .1);
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .3rem .625rem;
  border-radius: 8px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--muted);
  font-size: .6rem;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  transition: all .18s;
  user-select: none;
  white-space: nowrap;
  text-decoration: none;
}
.btn svg {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}
.btn-inv:hover {
  border-color: #c4b5fd;
  background: #f5f3ff;
  color: #7c3aed;
}
.btn-inv:hover svg {
  color: #8b5cf6;
}
.btn-pay:hover {
  border-color: #86efac;
  background: #f0fdf4;
  color: #16a34a;
}
.btn-pay:hover svg {
  color: #22c55e;
}
.btn-ok {
  border-color: #bbf7d0;
  background: #dcfce7;
  color: #16a34a;
  cursor: default;
}
.btn-ok svg {
  color: #16a34a;
}
.row-total td {
  background: #f9fafb;
  font-weight: 700;
  border-top: 2px solid var(--border);
  padding: .75rem .75rem;
}
.ms-list {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  margin-bottom: 1.5rem;
}
.ms-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
  transition: box-shadow .2s, transform .2s;
}
.ms-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
  transform: translateY(-1px);
}
.ms-card-head {
  padding: 1rem 1.25rem .75rem;
  display: flex;
  align-items: flex-start;
  gap: .75rem;
}
.ms-edit-row {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: .5rem;
  flex-wrap: wrap;
}
.ms-est-group {
  display: flex;
  align-items: center;
  gap: .25rem;
}
.ms-est-input {
  width: 48px;
  padding: .25rem .375rem;
  border: 1.5px solid var(--border);
  border-radius: 6px;
  font-family: 'DM Mono', monospace;
  font-size: .72rem;
  font-weight: 600;
  color: #3b82f6;
  background: #fafbfc;
  text-align: center;
  outline: none;
  transition: all .15s;
}
.ms-est-input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, .1);
  background: #fff;
}
.ms-est-input::-webkit-inner-spin-button {
  opacity: 1;
}
.ms-est-unit {
  font-size: .62rem;
  font-weight: 600;
  color: var(--muted);
}
.ms-est-save {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1.5px solid var(--border);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .18s;
  color: var(--muted);
  flex-shrink: 0;
}
.ms-est-save:hover {
  border-color: #86efac;
  background: #f0fdf4;
  color: #16a34a;
}
.ms-est-save svg {
  width: 10px;
  height: 10px;
}
.ms-toggle {
  display: flex;
  align-items: center;
  gap: .375rem;
}
.ms-toggle-check {
  display: none;
}
.ms-toggle-pill {
  display: flex;
  align-items: center;
  gap: .3rem;
  padding: .25rem .6rem;
  border: 1.5px solid var(--border);
  border-radius: 7px;
  cursor: pointer;
  transition: all .18s;
  user-select: none;
  font-size: .58rem;
  font-weight: 700;
  color: var(--muted);
}
.ms-toggle-pill:hover {
  background: #faf5ff;
  border-color: #c4b5fd;
}
.ms-toggle-check:checked + .ms-toggle-pill--inv {
  border-color: #8b5cf6;
  background: #ede9fe;
  color: #7c3aed;
}
.ms-toggle-check:checked + .ms-toggle-pill--pay {
  border-color: #22c55e;
  background: #dcfce7;
  color: #16a34a;
}
.ms-toggle-check:checked + .ms-toggle-pill--accent {
  border-color: var(--accent);
  background: var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--accent) 12%, transparent);
  }
  color: var(--accent);
}
.ms-toggle-dot {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all .18s;
  background: #fff;
}
.ms-toggle-check:checked + .ms-toggle-pill--inv .ms-toggle-dot {
  background: #8b5cf6;
  border-color: #8b5cf6;
}
.ms-toggle-check:checked + .ms-toggle-pill--pay .ms-toggle-dot {
  background: #22c55e;
  border-color: #22c55e;
}
.ms-toggle-check:checked + .ms-toggle-pill--accent .ms-toggle-dot {
  background: var(--accent);
  border-color: var(--accent);
}
.ms-toggle-dot svg {
  width: 8px;
  height: 8px;
  color: #fff;
  opacity: 0;
  transition: opacity .15s;
}
.ms-toggle-check:checked + .ms-toggle-pill .ms-toggle-dot svg {
  opacity: 1;
}
.ms-edit-sep {
  width: 1px;
  height: 16px;
  background: var(--border);
  flex-shrink: 0;
}
.ms-btn-save {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .25rem .7rem;
  border-radius: 7px;
  border: 1.5px solid #16a34a;
  background: #dcfce7;
  color: #16a34a;
  font-size: .65rem;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  transition: all .18s;
  user-select: none;
  white-space: nowrap;
}
.ms-btn-save svg {
  width: 11px;
  height: 11px;
}
.ms-btn-save:hover {
  background: #16a34a;
  color: #fff;
}
.evo-saved-flash {
  display: inline-flex;
  align-items: center;
  gap: .2rem;
  font-size: .6rem;
  font-weight: 700;
  color: #16a34a;
  animation: evoFlash .4s ease both;
}
.evo-saved-flash svg {
  width: 10px;
  height: 10px;
}
@keyframes evoFlash {
  from {
    opacity: 0;
    transform: translateX(-4px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.done-section {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.done-header {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .75rem;
}
.done-header svg {
  width: 16px;
  height: 16px;
  color: #22c55e;
}
.done-title {
  font-size: .8rem;
  font-weight: 700;
  color: var(--text);
}
.done-count {
  font-family: 'DM Mono', monospace;
  font-size: .6rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 6px;
  background: #22c55e14;
  color: #22c55e;
}
.done-list {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.done-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  opacity: .75;
  transition: opacity .15s;
}
.done-card:hover, .done-card.is-expanded {
  opacity: 1;
}
.done-card-head {
  padding: .75rem 1rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  cursor: pointer;
}
.done-chevron {
  width: 14px;
  height: 14px;
  color: #9ca3af;
  flex-shrink: 0;
  transition: transform .15s;
}
.done-card.is-expanded .done-chevron {
  transform: rotate(180deg);
}
.done-card-detail {
  border-top: 1px solid #f3f4f6;
  padding: .625rem 1rem .75rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.done-detail-desc {
  font-size: .7rem;
  color: #4b5563;
  line-height: 1.4;
  white-space: pre-wrap;
}
.done-detail-section-desc {
  font-size: .68rem;
  color: var(--muted);
  line-height: 1.4;
  white-space: pre-wrap;
  margin-top: .15rem;
  padding-left: .35rem;
}
.done-detail-empty {
  font-size: .68rem;
  color: var(--muted);
  font-style: italic;
}
.done-detail-head {
  display: flex;
  align-items: center;
  gap: .4rem;
}
.done-detail-kind {
  font-size: .55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #6d28d9;
  background: #f5f3ff;
  border: 1px solid #ddd6fe;
  padding: 1px 6px;
  border-radius: 4px;
}
.done-detail-title {
  font-size: .72rem;
  font-weight: 600;
  color: #374151;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.done-detail-count {
  font-size: .68rem;
  color: var(--muted);
  flex: 1;
}
.done-detail-est {
  font-family: 'DM Mono', monospace;
  font-size: .65rem;
  font-weight: 700;
  color: #9ca3af;
  flex-shrink: 0;
}
.done-detail-tickets {
  list-style: none;
  margin: .25rem 0 0;
  padding: 0 0 0 .35rem;
  display: flex;
  flex-direction: column;
  gap: .15rem;
}
.done-detail-tickets li {
  font-size: .68rem;
  color: #374151;
}
.done-detail-tickets li .mono {
  color: #3b82f6;
  font-weight: 700;
  font-size: .6rem;
}
.done-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #22c55e14;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #22c55e;
}
.done-icon svg {
  width: 14px;
  height: 14px;
}
.done-info {
  flex: 1;
  min-width: 0;
}
.done-name {
  font-size: .78rem;
  font-weight: 700;
  color: var(--text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.done-desc-short {
  font-size: .65rem;
  color: var(--muted);
  margin-top: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.done-finalized-date {
  font-size: .62rem;
  color: #15803d;
  margin-top: 2px;
  font-weight: 600;
}
.done-badges {
  display: flex;
  gap: .375rem;
  flex-shrink: 0;
  align-items: center;
}
.done-est {
  font-family: 'DM Mono', monospace;
  font-size: .65rem;
  font-weight: 600;
  color: #9ca3af;
}
.done-check {
  font-size: .55rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 99px;
  background: #dcfce7;
  color: #16a34a;
}
.done-check--pending {
  background: #f3f4f6;
  color: #9ca3af;
}
.ms-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ms-icon--red {
  background: #ef444418;
  color: #ef4444;
}
.ms-icon--purple {
  background: #8b5cf618;
  color: #8b5cf6;
}
.ms-icon--green {
  background: #22c55e18;
  color: #22c55e;
}
.ms-icon--blue {
  background: #3b82f618;
  color: #3b82f6;
}
.ms-icon--accent {
  background: var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--accent) 10%, transparent);
  }
  color: var(--accent);
}
.ms-icon svg {
  width: 16px;
  height: 16px;
}
.ms-body {
  flex: 1;
  min-width: 0;
}
.ms-title-row {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
}
.ms-title {
  font-weight: 700;
  font-size: .875rem;
}
.ms-desc {
  font-size: .75rem;
  color: var(--muted);
  margin-top: .25rem;
  line-height: 1.4;
  white-space: pre-line;
}
.ms-meta-row {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: .2rem;
}
.ms-dates {
  font-size: .7rem;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}
.ms-budget-label {
  flex-shrink: 0;
  font-size: .6rem;
  font-weight: 700;
  color: var(--muted);
  background: #f9fafb;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: .15rem .5rem;
  text-transform: uppercase;
  letter-spacing: .03em;
  white-space: nowrap;
}
.ms-budget-label--current {
  color: #15803d;
  background: #f0fdf4;
  border-color: #bbf7d0;
}
.ms-budget-label--prev {
  color: #b91c1c;
  background: #fef2f2;
  border-color: #fecaca;
}
.ms-btn-edit {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .25rem .7rem;
  border-radius: 7px;
  border: 1.5px solid #3b82f6;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: .65rem;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  transition: all .18s;
  user-select: none;
  white-space: nowrap;
}
.ms-btn-edit:hover {
  background: #3b82f6;
  color: #fff;
}
.ms-btn-edit svg {
  width: 11px;
  height: 11px;
}
.ms-btn-edit--icon {
  padding: .25rem;
  width: 26px;
  height: 26px;
  justify-content: center;
}
.ms-btn-edit--icon svg {
  width: 13px;
  height: 13px;
}
.ms-title-spacer {
  flex: 1;
}
.ms-edit-spacer {
  flex: 1;
}
.ms-btn-delete {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .25rem .7rem;
  border-radius: 7px;
  border: 1.5px solid #dc2626;
  background: #fef2f2;
  color: #b91c1c;
  font-size: .65rem;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  transition: all .18s;
  user-select: none;
  white-space: nowrap;
}
.ms-btn-delete:hover {
  background: #dc2626;
  color: #fff;
}
.ms-btn-delete svg {
  width: 11px;
  height: 11px;
}
.ms-btn-finalize {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .25rem .7rem;
  border-radius: 7px;
  border: 1.5px solid #22c55e;
  background: #f0fdf4;
  color: #15803d;
  font-size: .65rem;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  transition: all .18s;
  user-select: none;
  white-space: nowrap;
}
.ms-btn-finalize:hover {
  background: #22c55e;
  color: #fff;
}
.ms-btn-finalize svg {
  width: 11px;
  height: 11px;
}
.ms-finalized-badge {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  font-size: .65rem;
  font-weight: 600;
  color: #15803d;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  padding: .2rem .55rem;
  border-radius: 7px;
}
.ms-finalized-badge svg {
  width: 11px;
  height: 11px;
}
.ms-edit-form {
  padding: 1rem;
}
.ms-title-input {
  font-weight: 700;
  font-size: .875rem;
  border: 1.5px solid var(--border);
  border-radius: 6px;
  padding: .25rem .5rem;
  background: var(--bg);
  color: var(--text);
  width: 300px;
  min-width: 0;
  outline: none;
  transition: border-color .18s;
}
.ms-title-input:focus {
  border-color: var(--accent);
}
.ms-desc-row {
  margin-top: .375rem;
}
.ms-desc-textarea {
  font-family: inherit;
  font-size: .75rem;
  line-height: 1.5;
  border: 1.5px solid var(--border);
  border-radius: 6px;
  padding: .375rem .5rem;
  background: var(--bg);
  color: var(--text);
  max-width: 460px;
  width: 100%;
  outline: none;
  resize: vertical;
  transition: border-color .18s;
  white-space: pre-wrap;
}
.ms-desc-textarea:focus {
  border-color: var(--accent);
}
.ms-desc-textarea::placeholder {
  color: var(--muted);
}
.ms-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .375rem;
  font-size: .7rem;
  color: #9ca3af;
}
.ms-meta-sep {
  color: #e5e7eb;
}
.ms-badges {
  display: flex;
  gap: .375rem;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.ms-badge {
  font-family: 'DM Mono', monospace;
  font-size: .6rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 6px;
}
.ms-badge--est {
  background: #3b82f618;
  color: #3b82f6;
}
.ms-progress-bg {
  margin-top: .5rem;
  height: 4px;
  background: #f3f4f6;
  border-radius: 2px;
  overflow: hidden;
}
.ms-progress-fill {
  height: 100%;
  border-radius: 2px;
}
.ms-progress-fill--red {
  background: #ef4444;
}
.ms-progress-fill--purple {
  background: #8b5cf6;
}
.ms-progress-fill--green {
  background: #22c55e;
}
.ms-progress-fill--blue {
  background: #3b82f6;
}
.ms-tickets {
  border-top: 1px solid #f5f5f5;
  padding: .375rem .75rem .75rem;
}
.ms-ticket {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .375rem .625rem;
  border-radius: 6px;
  transition: background .12s;
}
.ms-ticket:hover {
  background: #f9fafb;
}
.ms-ticket-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.ms-ticket-title {
  font-size: .78rem;
  color: #374151;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ms-ticket-est {
  font-family: 'DM Mono', monospace;
  font-size: .65rem;
  font-weight: 600;
  color: #9ca3af;
}
.ms-status {
  font-size: .58rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 99px;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.ms-status--invoiced {
  background: #ede9fe;
  color: #7c3aed;
}
.ms-status--paid {
  background: #dcfce7;
  color: #16a34a;
}
.ms-status--draft {
  background: #f3f4f6;
  color: #9ca3af;
}
.form-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
}
.form-header {
  padding: .75rem 1rem;
  border-bottom: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.form-header svg {
  width: 14px;
  height: 14px;
  color: var(--accent);
}
.form-title {
  font-size: .8rem;
  font-weight: 700;
}
.form-body {
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: .875rem;
}
.field {
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
.field-label {
  font-size: .6rem;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.field-input {
  padding: .5rem .75rem;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-size: .8rem;
  color: var(--text);
  background: #fafbfc;
  outline: none;
  font-family: 'DM Sans', sans-serif;
  transition: border-color .15s, box-shadow .15s;
}
.field-input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, .1);
  background: #fff;
}
textarea.field-input {
  resize: vertical;
  min-height: 60px;
  line-height: 1.4;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
}
.field-row-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: .75rem;
}
select.field-input {
  cursor: pointer;
  appearance: auto;
}
.type-toggle {
  display: flex;
  gap: 0;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  width: fit-content;
}
.type-radio {
  display: none;
}
.type-label {
  padding: .4rem 1rem;
  font-size: .7rem;
  font-weight: 700;
  color: var(--muted);
  cursor: pointer;
  transition: all .15s;
  border-right: 1px solid var(--border);
  user-select: none;
}
.type-label:last-of-type {
  border-right: none;
}
.type-label:hover {
  background: #fafafa;
}
#type-ticket:checked ~ .type-toggle [for="type-ticket"], #type-evo:checked ~ .type-toggle [for="type-evo"] {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.block-ticket, .block-evo {
  display: none;
}
#type-ticket:checked ~ .form-body .block-ticket {
  display: flex;
}
#type-evo:checked ~ .form-body .block-evo {
  display: flex;
}
.ticket-add-row {
  display: flex;
  align-items: center;
  gap: .375rem;
}
.ticket-add-row .field-input {
  flex: 1;
}
.ticket-add-row .field-input:last-of-type {
  max-width: 80px;
  text-align: center;
  font-family: 'DM Mono', monospace;
}
.btn-add {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1.5px solid var(--border);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .18s;
  color: var(--muted);
  flex-shrink: 0;
}
.btn-add:hover {
  border-color: var(--accent);
  background: #fff7ed;
  color: var(--accent);
}
.btn-add svg {
  width: 14px;
  height: 14px;
}
.form-preview {
  padding: .75rem 1.25rem;
  border-top: 1px solid #f3f4f6;
  background: #fafbfc;
}
.form-preview-title {
  font-size: .6rem;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: .5rem;
  display: flex;
  align-items: center;
  gap: .375rem;
}
.form-preview-title svg {
  width: 12px;
  height: 12px;
}
.toggle-row {
  display: flex;
}
.toggle-pill {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem .875rem;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
  transition: all .18s;
  user-select: none;
}
.toggle-pill:hover {
  border-color: #c4b5fd;
  background: #faf5ff;
}
.assoc-check:checked + .toggle-pill {
  border-color: #8b5cf6;
  background: #ede9fe;
}
.toggle-pill--green:hover {
  border-color: #86efac;
  background: #f0fdf4;
}
.assoc-check:checked + .toggle-pill--green {
  border-color: #22c55e;
  background: #dcfce7;
}
.toggle-pill-dot {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all .18s;
  background: #fff;
}
.assoc-check:checked + .toggle-pill .toggle-pill-dot {
  background: #8b5cf6;
  border-color: #8b5cf6;
}
.assoc-check:checked + .toggle-pill--green .toggle-pill-dot {
  background: #22c55e;
  border-color: #22c55e;
}
.toggle-pill-dot svg {
  width: 10px;
  height: 10px;
  color: #fff;
  opacity: 0;
  transition: opacity .15s;
}
.assoc-check:checked + .toggle-pill .toggle-pill-dot svg {
  opacity: 1;
}
.toggle-pill-text {
  font-size: .72rem;
  font-weight: 600;
  color: var(--muted);
  transition: color .15s;
}
.assoc-check:checked + .toggle-pill .toggle-pill-text {
  color: #7c3aed;
}
.assoc-check:checked + .toggle-pill--green .toggle-pill-text {
  color: #16a34a;
}
.toggle-pill--accent:hover {
  border-color: var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--accent) 50%, transparent);
  }
  background: var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--accent) 6%, transparent);
  }
}
.assoc-check:checked + .toggle-pill--accent {
  border-color: var(--accent);
  background: var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--accent) 12%, transparent);
  }
}
.assoc-check:checked + .toggle-pill--accent .toggle-pill-dot {
  background: var(--accent);
  border-color: var(--accent);
}
.assoc-check:checked + .toggle-pill--accent .toggle-pill-text {
  color: var(--accent);
}
.preview-card {
  display: flex;
  flex-direction: column;
  gap: .375rem;
}
.preview-card-row {
  display: flex;
  align-items: baseline;
  gap: .75rem;
  font-size: .75rem;
}
.preview-card-label {
  font-size: .6rem;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: .04em;
  min-width: 70px;
  flex-shrink: 0;
}
.preview-card-val {
  font-weight: 600;
  color: var(--text);
  flex: 1;
}
.preview-card-val--muted {
  color: var(--muted);
  font-weight: 400;
  font-size: .72rem;
}
.preview-list {
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
.preview-item {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .375rem .625rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: .75rem;
}
.preview-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--accent);
}
.preview-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #374151;
  font-weight: 500;
}
.preview-est {
  font-family: 'DM Mono', monospace;
  font-size: .65rem;
  font-weight: 600;
  color: #9ca3af;
}
.preview-type {
  font-size: .5rem;
  font-weight: 700;
  padding: 1px 5px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: .03em;
  flex-shrink: 0;
}
.preview-type--ticket {
  background: #3b82f612;
  color: #3b82f6;
}
.preview-type--evo {
  background: #f9731612;
  color: var(--accent);
}
.preview-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .5rem;
  padding-top: .5rem;
  border-top: 1px dashed var(--border);
  font-size: .7rem;
  font-weight: 700;
  color: var(--muted);
}
.preview-total-val {
  font-family: 'DM Mono', monospace;
  color: var(--accent);
}
.assoc-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.assoc-card-header {
  padding: .75rem 1rem;
  border-bottom: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.assoc-card-header svg {
  width: 14px;
  height: 14px;
  color: var(--accent);
}
.assoc-card-title {
  font-size: .8rem;
  font-weight: 700;
}
.assoc-body {
  padding: 1rem 1.25rem;
}
.assoc-sub {
  font-size: .7rem;
  color: var(--muted);
  margin-bottom: .75rem;
}
.assoc-options {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.assoc-option {
  display: flex;
  align-items: center;
  gap: .625rem;
}
.assoc-check {
  display: none;
}
.assoc-pill {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem .875rem;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
  transition: all .18s;
  flex: 1;
  user-select: none;
}
.assoc-pill:hover {
  border-color: #c4b5fd;
  background: #faf5ff;
}
.assoc-check:checked + .assoc-pill {
  border-color: #8b5cf6;
  background: #ede9fe;
}
.assoc-pill-dot {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all .18s;
  background: #fff;
}
.assoc-check:checked + .assoc-pill .assoc-pill-dot {
  background: #8b5cf6;
  border-color: #8b5cf6;
}
.assoc-pill-dot svg {
  width: 10px;
  height: 10px;
  color: #fff;
  opacity: 0;
  transition: opacity .15s;
}
.assoc-check:checked + .assoc-pill .assoc-pill-dot svg {
  opacity: 1;
}
.assoc-pill-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.assoc-pill-icon--green {
  background: #22c55e14;
  color: #22c55e;
}
.assoc-pill-icon--purple {
  background: #8b5cf614;
  color: #8b5cf6;
}
.assoc-pill-icon--blue {
  background: #3b82f614;
  color: #3b82f6;
}
.assoc-pill-icon--orange {
  background: #f9731614;
  color: var(--accent);
}
.assoc-pill-icon svg {
  width: 14px;
  height: 14px;
}
.assoc-pill-info {
  flex: 1;
  min-width: 0;
}
.assoc-pill-name {
  font-size: .78rem;
  font-weight: 600;
  color: var(--text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.assoc-pill-meta {
  font-size: .6rem;
  color: #9ca3af;
  margin-top: 1px;
}
.assoc-footer {
  padding: .75rem 1.25rem;
  border-top: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.assoc-hint {
  font-size: .65rem;
  color: #9ca3af;
  font-style: italic;
}
.form-footer {
  padding: .75rem 1.25rem;
  border-top: 1px solid #f3f4f6;
  display: flex;
  justify-content: flex-end;
  gap: .5rem;
}
.btn-submit {
  padding: .5rem 1.25rem;
  border-radius: 8px;
  border: none;
  background: var(--accent);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  transition: filter .15s;
}
.btn-submit:hover {
  filter: brightness(1.08);
}
.btn-cancel {
  padding: .5rem 1rem;
  border-radius: 8px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  transition: background .15s;
}
.btn-cancel:hover {
  background: #f9fafb;
}
.upload-zone {
  border: 2px dashed var(--border);
  border-radius: 14px;
  padding: 2rem;
  text-align: center;
  transition: border-color .2s, background .2s;
  background: #fff;
  margin-bottom: 1.25rem;
  position: relative;
}
.upload-zone:hover {
  border-color: var(--accent);
  background: #fff7ed;
}
.upload-zone input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.upload-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f3f4f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .625rem;
  color: var(--muted);
}
.upload-icon svg {
  width: 20px;
  height: 20px;
}
.upload-title {
  font-size: .85rem;
  font-weight: 700;
  margin-bottom: .25rem;
}
.upload-sub {
  font-size: .7rem;
  color: var(--muted);
}
.upload-assoc {
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: center;
  margin-top: .75rem;
  flex-wrap: wrap;
}
.upload-assoc-label {
  font-size: .65rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .03em;
}
.assoc-select {
  padding: .35rem .625rem;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-size: .72rem;
  font-family: 'DM Sans', sans-serif;
  color: var(--text);
  background: #fafbfc;
  outline: none;
  cursor: pointer;
  min-width: 200px;
}
.assoc-select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, .1);
}
.btn-upload {
  padding: .35rem .875rem;
  border-radius: 8px;
  border: none;
  background: var(--accent);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  transition: filter .15s;
}
.btn-upload:hover {
  filter: brightness(1.08);
}
.facture-list {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.facture-row {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: .75rem 1rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  transition: box-shadow .15s;
}
.facture-row:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
}
.facture-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #ef444412;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ef4444;
}
.facture-icon svg {
  width: 16px;
  height: 16px;
}
.facture-info {
  flex: 1;
  min-width: 0;
}
.facture-name {
  font-size: .8rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.facture-meta {
  font-size: .65rem;
  color: #9ca3af;
  margin-top: .125rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
}
.facture-tag {
  font-size: .55rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  background: #8b5cf612;
  color: #8b5cf6;
}
.facture-amount {
  font-family: 'DM Mono', monospace;
  font-size: .8rem;
  font-weight: 700;
  color: var(--text);
  flex-shrink: 0;
}
.facture-status {
  font-size: .55rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 99px;
  flex-shrink: 0;
}
.facture-status--paid {
  background: #dcfce7;
  color: #16a34a;
}
.facture-status--pending {
  background: #fef9c3;
  color: #ca8a04;
}
.facture-actions {
  display: flex;
  gap: .25rem;
  flex-shrink: 0;
}
.facture-btn {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  border: 1px solid var(--border);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .15s;
  color: var(--muted);
}
.facture-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: #fff7ed;
}
.facture-btn svg {
  width: 12px;
  height: 12px;
}
.mono {
  font-family: 'DM Mono', monospace;
}
.ms-total {
  font-family: 'DM Mono', monospace;
  font-size: .72rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 7px;
  background: var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--accent) 10%, transparent);
  }
  color: var(--accent);
  margin-left: auto;
  flex-shrink: 0;
}
.ms-sections {
  display: flex;
  flex-direction: column;
  gap: .375rem;
  margin-top: .625rem;
  padding-top: .625rem;
  border-top: 1px dashed var(--border);
}
.ms-section {
  background: #fafbfc;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: .5rem .75rem;
  transition: background .15s;
}
.ms-section:hover {
  background: #fff;
}
.ms-section-head {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.ms-section-kind {
  font-size: .54rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 99px;
  text-transform: uppercase;
  letter-spacing: .04em;
  background: var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--accent) 12%, transparent);
  }
  color: var(--accent);
  flex-shrink: 0;
}
.ms-section-title {
  font-size: .78rem;
  font-weight: 600;
  color: var(--text);
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ms-section-count {
  font-size: .65rem;
  font-weight: 600;
  color: var(--muted);
  flex: 1;
}
.ms-section-est {
  font-family: 'DM Mono', monospace;
  font-size: .68rem;
  font-weight: 700;
  color: var(--muted);
  flex-shrink: 0;
}
.ms-section-desc {
  font-size: .7rem;
  color: var(--muted);
  margin-top: .25rem;
  line-height: 1.4;
  white-space: pre-line;
}
.ms-section-tickets {
  list-style: none;
  margin: .375rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .175rem;
}
.ms-section-tickets li {
  font-size: .7rem;
  color: #374151;
  padding: .15rem .35rem;
  border-radius: 5px;
  transition: background .12s;
}
.ms-section-tickets li:hover {
  background: #f3f4f6;
}
.ms-section-tickets li .mono {
  color: #3b82f6;
  font-weight: 700;
  font-size: .62rem;
  margin-right: .3rem;
}
.ticket-type-badge {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: .55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding: 1px 6px;
  border-radius: 4px;
  margin-right: .3rem;
  border: 1px solid transparent;
  vertical-align: middle;
}
.ms-section-tickets li .ticket-paid-badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-left: .35rem;
  padding: 1px 6px;
  font-family: 'DM Sans', sans-serif;
  font-size: .55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  background: #dcfce7;
  border: 1px solid #86efac;
  color: #16a34a;
  border-radius: 4px;
  vertical-align: middle;
}
.ms-section-tickets li .ticket-paid-badge svg {
  width: 9px;
  height: 9px;
}
.ticket-type-badge--maintenance {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #c2410c;
}
.ticket-type-badge--garantie {
  background: #ecfeff;
  border-color: #a5f3fc;
  color: #0e7490;
}
.ticket-type-badge--evolution {
  background: #f5f3ff;
  border-color: #ddd6fe;
  color: #6d28d9;
}
.form-total {
  font-family: 'DM Mono', monospace;
  font-size: .72rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 7px;
  background: var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--accent) 12%, transparent);
  }
  color: var(--accent);
  margin-left: auto;
}
.form-sections {
  display: flex;
  flex-direction: column;
  gap: .625rem;
}
.form-section {
  background: #fafbfc;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: .75rem .875rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  transition: border-color .15s, background .15s;
}
.form-section:hover {
  background: #fff;
}
.form-section-head {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.form-section-kind {
  font-size: .58rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 99px;
  text-transform: uppercase;
  letter-spacing: .04em;
  flex-shrink: 0;
}
.form-section-kind.is-evolution {
  background: var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--accent) 14%, transparent);
  }
  color: var(--accent);
}
.form-section-kind.is-tickets {
  background: #3b82f618;
  color: #3b82f6;
}
.form-section-est {
  font-family: 'DM Mono', monospace;
  font-size: .7rem;
  font-weight: 700;
  color: var(--muted);
  margin-left: auto;
}
.form-section-remove {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .15s;
  padding: 0;
  flex-shrink: 0;
}
.form-section-remove:hover {
  border-color: #ef4444;
  background: #fef2f2;
  color: #ef4444;
}
.form-section-actions {
  display: flex;
  gap: .5rem;
  margin-top: .25rem;
  flex-wrap: wrap;
}
.btn-add-section {
  padding: .45rem .875rem;
  border-radius: 8px;
  border: 1.5px dashed var(--border);
  background: #fff;
  color: var(--muted);
  font-size: .7rem;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  transition: all .18s;
  user-select: none;
}
.btn-add-section:hover {
  border-color: var(--accent);
  background: #fff7ed;
  color: var(--accent);
  border-style: solid;
}
.ticket-dropdown {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: .375rem;
}
.ticket-dropdown .field-input {
  flex: 1;
}
.ticket-dropdown-close {
  padding: 0 .75rem;
  border-radius: 8px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--muted);
  font-size: .65rem;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  transition: all .15s;
  white-space: nowrap;
  flex-shrink: 0;
}
.ticket-dropdown-close:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: #fff7ed;
}
.ticket-dropdown-list {
  order: 2;
  flex: 1 0 100%;
  margin-top: .375rem;
  max-height: 240px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
  padding: .25rem;
}
.ticket-dropdown-item {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .4rem .55rem;
  border-radius: 7px;
  cursor: pointer;
  transition: background .12s;
  font-size: .72rem;
}
.ticket-dropdown-item:hover {
  background: #f9fafb;
}
.ticket-dropdown-item.is-selected {
  background: var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--accent) 10%, transparent);
  }
}
.ticket-dropdown-item.is-selected:hover {
  background: var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--accent) 16%, transparent);
  }
}
.ticket-dropdown-item.is-taken {
  opacity: .45;
  cursor: not-allowed;
  background: repeating-linear-gradient(45deg, transparent, transparent 6px, #f3f4f6 6px, #f3f4f6 8px);
}
.ticket-dropdown-item.is-taken:hover {
  background: repeating-linear-gradient(45deg, transparent, transparent 6px, #f3f4f6 6px, #f3f4f6 8px);
}
.ticket-dropdown-empty {
  padding: .75rem;
  text-align: center;
  font-size: .7rem;
  color: var(--muted);
  font-style: italic;
}
.ticket-iid {
  font-family: 'DM Mono', monospace;
  font-size: .62rem;
  font-weight: 700;
  color: #3b82f6;
  flex-shrink: 0;
  min-width: 30px;
}
.ticket-title {
  flex: 1;
  font-size: .72rem;
  font-weight: 500;
  color: var(--text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ticket-est {
  font-family: 'DM Mono', monospace;
  font-size: .62rem;
  font-weight: 700;
  color: var(--muted);
  flex-shrink: 0;
}
.ticket-taken-label {
  font-size: .55rem;
  font-weight: 600;
  color: #9ca3af;
  font-style: italic;
  flex-shrink: 0;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ticket-check {
  font-size: .72rem;
  font-weight: 700;
  color: var(--accent);
  flex-shrink: 0;
}
.selected-tickets {
  display: flex;
  flex-wrap: wrap;
  gap: .375rem;
  margin-top: .375rem;
}
.selected-ticket {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  padding: .25rem .5rem;
  background: #fff;
  border: 1.5px solid var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1.5px solid color-mix(in srgb, var(--accent) 35%, var(--border));
  }
  border-radius: 7px;
  font-size: .68rem;
  transition: border-color .15s;
}
.selected-ticket:hover {
  border-color: var(--accent);
}
.selected-ticket .ticket-iid {
  min-width: auto;
}
.selected-ticket-remove {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: none;
  background: transparent;
  color: var(--muted);
  font-size: .8rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .15s;
  padding: 0;
  flex-shrink: 0;
}
.selected-ticket-remove:hover {
  background: #fef2f2;
  color: #ef4444;
}
@media (max-width: 700px) {
  table {
    display: block;
    overflow-x: auto;
  }
  .summary-strip {
    flex-direction: column;
  }
  .field-row, .field-row-3 {
    grid-template-columns: 1fr;
  }
  .upload-assoc {
    flex-direction: column;
  }
  .ticket-dropdown {
    flex-direction: column;
    align-items: stretch;
  }
  .ticket-taken-label {
    max-width: 80px;
  }
}
.color-bg-orange {
  background: var(--accent);
}
.color-orange {
  color: var(--accent);
}
.color-bg-blue {
  background: #3b82f6;
}
.color-blue {
  color: #3b82f6;
}
.color-bg-purple {
  background: #8b5cf6;
}
.color-purple {
  color: #8b5cf6;
}
.color-bg-green {
  background: #22c55e;
}
.color-green {
  color: #22c55e;
}
.color-pink {
  color: #c52284;
}
.color-bg-pink {
  background: #c52284;
}
.color-bg-gray {
  background: #6b7280;
}
.color-gray {
  color: #6b7280;
}
.little-gray {
  font-size: .65rem;
  color: #9ca3af;
}
.input-error {
  border-color: rgba(255, 0, 0, 0.93);
}
.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.page-header h1 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text);
}
.page-header p {
  font-size: .7rem;
  color: var(--muted);
  margin-top: 2px;
}
.export-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: .75rem 1rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
  transition: all .18s;
  text-decoration: none;
  color: var(--text);
  cursor: pointer;
}
.export-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
  border-color: var(--accent);
}
.export-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #3b82f614;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #3b82f6;
}
.export-icon svg {
  width: 16px;
  height: 16px;
}
.export-info {
  flex: 1;
  min-width: 0;
}
.export-name {
  font-size: .78rem;
  font-weight: 700;
}
.export-sub {
  font-size: .62rem;
  color: var(--muted);
  margin-top: 1px;
}
.export-arrow {
  color: var(--muted);
  flex-shrink: 0;
  transition: transform .15s;
}
.export-card:hover .export-arrow {
  transform: translateX(2px);
  color: var(--accent);
}
.export-arrow svg {
  width: 16px;
  height: 16px;
}
.section-title {
  font-size: .6rem;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: .75rem;
}
.labels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: .5rem;
  margin-bottom: 1.5rem;
}
.label-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: all .15s;
  text-decoration: none;
  color: var(--text);
  cursor: pointer;
}
.label-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
  transform: translateY(-1px);
}
.label-card--active {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(249,115,22,.2);
}
.label-filter-reset {
  font-size: .55rem;
  font-weight: 600;
  color: var(--accent);
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  margin-left: .5rem;
}
.label-filter-reset:hover {
  text-decoration: underline;
}
.label-color {
  width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.label-name {
  padding: .5rem .75rem;
  font-size: .72rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.stats-strip {
  display: flex;
  gap: .5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.stat-chip {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: .5rem .875rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
  flex: 1;
  min-width: 100px;
}
.stat-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.stat-label {
  font-size: .55rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .03em;
}
.stat-val {
  font-family: 'DM Mono', monospace;
  font-size: .9rem;
  font-weight: 700;
}
.stat-chip--warn {
  background: #fffbeb;
  border-color: #fde68a;
  cursor: pointer;
  transition: all .15s;
}
.stat-chip--warn:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
  transform: translateY(-1px);
}
.stat-chip--active {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(249, 115, 22, .2);
}
.sub-tab-radio {
  display: none;
}
.sub-tab-bar {
  display: flex;
  gap: 0;
  padding: 0 1rem;
  border-bottom: 1px solid #f3f4f6;
}
.sub-tab-label {
  padding: .5rem 1rem;
  font-size: .7rem;
  font-weight: 700;
  color: var(--muted);
  cursor: pointer;
  position: relative;
  transition: color .15s;
  user-select: none;
  display: flex;
  align-items: center;
  gap: .375rem;
}
.sub-tab-label:hover {
  color: var(--text);
}
.sub-tab-label::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
  transition: background .15s;
}
.sub-tab-count {
  font-family: 'DM Mono', monospace;
  font-size: .55rem;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 5px;
  background: #f3f4f6;
  color: #9ca3af;
  transition: all .15s;
}
#sub-open:checked ~ .sub-tab-bar [for="sub-open"], #sub-closed:checked ~ .sub-tab-bar [for="sub-closed"] {
  color: var(--text);
}
#sub-open:checked ~ .sub-tab-bar [for="sub-open"]::after, #sub-closed:checked ~ .sub-tab-bar [for="sub-closed"]::after {
  background: var(--accent);
}
#sub-open:checked ~ .sub-tab-bar [for="sub-open"] .sub-tab-count, #sub-closed:checked ~ .sub-tab-bar [for="sub-closed"] .sub-tab-count {
  background: var(--accent) 12;
  color: var(--accent);
}
.sub-panel {
  display: none;
}
#sub-open:checked ~ .sub-panel-open {
  display: block;
}
#sub-closed:checked ~ .sub-panel-closed {
  display: block;
}
.tr-closed td {
  opacity: .6;
}
.tr-closed .tk-title {
  text-decoration: line-through;
  color: #9ca3af;
}
.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
}
.card-header {
  padding: .75rem 1rem;
  border-bottom: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-title {
  font-size: .8rem;
  font-weight: 700;
}
.card-count {
  font-family: 'DM Mono', monospace;
  font-size: .6rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 6px;
  background: var(--accent) 12;
  color: var(--accent);
}
.tbl-wrap {
  overflow-x: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
}
thead th {
  padding: .5rem .625rem;
  font-size: .55rem;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-align: left;
  background: #fafbfc;
  border-bottom: 1px solid var(--border);
  white-space: nowrap;
}
tbody tr {
  border-bottom: 1px solid #f5f5f5;
  transition: background .1s;
}
tbody tr:hover {
  background: #fafafa;
}
tbody tr:last-child {
  border-bottom: none;
}
td {
  padding: .5rem .625rem;
  font-size: .78rem;
  vertical-align: middle;
}
.gl-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: #f3f4f6;
  transition: background .15s;
}
.gl-link:hover {
  background: #fde68a;
}
.gl-link svg {
  width: 14px;
  height: 14px;
  color: var(--muted);
}
.tk-id {
  font-family: 'DM Mono', monospace;
  font-size: .62rem;
  font-weight: 700;
  color: #93c5fd;
  margin-right: .375rem;
}
.tk-title {
  font-weight: 600;
  color: #374151;
}
.flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.flag svg {
  width: 12px;
  height: 12px;
}
.flag--yes {
  background: #dcfce7;
  color: #16a34a;
}
.flag--no {
  background: #fee2e2;
  color: #dc2626;
}
.tk-cell {
  max-width: 260px;
  position: relative;
}
.tk-inner {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tk-cell:hover .tk-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.tk-tooltip {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 4px;
  z-index: 50;
  background: #1f2937;
  color: #fff;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.4;
  padding: .5rem .75rem;
  border-radius: 8px;
  max-width: 360px;
  white-space: normal;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: all .15s;
  pointer-events: none;
}
.tk-tooltip-ms {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, .15);
  font-size: .65rem;
  font-weight: 600;
  color: #cbd5e1;
}
.labels-cell {
  position: relative;
}
.labels-preview {
  display: flex;
  align-items: center;
  gap: .25rem;
  overflow: hidden;
  max-width: 100px;
}
.labels-preview .tbl-label:first-child {
  flex-shrink: 0;
}
.labels-more {
  font-size: .5rem;
  font-weight: 700;
  color: #9ca3af;
  flex-shrink: 0;
  white-space: nowrap;
}
.labels-cell:hover .labels-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.labels-tooltip {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 4px;
  z-index: 50;
  background: #1f2937;
  border-radius: 10px;
  padding: .5rem .625rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: all .15s;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: .25rem;
  min-width: 140px;
}
.labels-tooltip .tbl-label {
  font-size: .55rem;
  padding: 2px 6px;
  border-radius: 4px;
  color: #fff;
  white-space: nowrap;
  width: fit-content;
}
.est {
  font-family: 'DM Mono', monospace;
  font-weight: 600;
  font-size: .75rem;
  color: #3b82f6;
}
.tbl-labels {
  display: flex;
  gap: .25rem;
  flex-wrap: wrap;
}
.tbl-label {
  font-size: .5rem;
  font-weight: 700;
  padding: 1px 5px;
  border-radius: 4px;
  color: #fff;
  white-space: nowrap;
}
.dt {
  font-size: .68rem;
  color: #9ca3af;
  white-space: nowrap;
}
.edit-btn {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  border: 1px solid var(--border);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .15s;
  color: var(--muted);
}
.edit-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: #fff7ed;
}
.edit-btn svg {
  width: 12px;
  height: 12px;
}
.tr-editing {
  background: #fffbeb !important;
}
.tr-editing td {
  opacity: 1 !important;
}
.edit-input {
  width: 52px;
  padding: 2px 6px;
  font-family: 'DM Mono', monospace;
  font-size: .75rem;
  font-weight: 600;
  color: #3b82f6;
  border: 1.5px solid #3b82f6;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  outline: none;
  transition: border-color .15s;
}
.edit-input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(59,130,246,.15);
}
.flag-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all .15s;
  padding: 0;
}
.flag-toggle svg {
  width: 12px;
  height: 12px;
}
.flag-toggle--yes {
  background: #dcfce7;
  color: #16a34a;
  border-color: #16a34a;
}
.flag-toggle--no {
  background: #fee2e2;
  color: #dc2626;
  border-color: #dc2626;
}
.flag-toggle:hover {
  transform: scale(1.15);
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
}
.edit-actions {
  display: flex;
  gap: 4px;
  justify-content: center;
}
.edit-btn--save {
  border-color: #16a34a;
  color: #16a34a;
}
.edit-btn--save:hover {
  background: #dcfce7;
  border-color: #16a34a;
  color: #16a34a;
}
.edit-btn--save:disabled {
  opacity: .5;
  cursor: not-allowed;
}
.edit-btn--cancel {
  border-color: #dc2626;
  color: #dc2626;
}
.edit-btn--cancel:hover {
  background: #fee2e2;
  border-color: #dc2626;
  color: #dc2626;
}
.done-btn {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  border: 1px solid var(--border);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .15s;
  color: var(--muted);
}
.done-btn svg {
  width: 12px;
  height: 12px;
}
.done-btn:hover {
  border-color: #16a34a;
  color: #16a34a;
  background: #dcfce7;
}
.done-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}
.done-badge {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: #dcfce7;
  border: 1px solid #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #16a34a;
}
.done-badge svg {
  width: 12px;
  height: 12px;
}
@media (max-width: 768px) {
  .stats-strip {
    flex-direction: column;
  }
  .labels-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-header {
    flex-direction: column;
    gap: .5rem;
  }
}
.app-nav {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}
.app-nav-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  height: 4rem;
}
.app-nav-left {
  display: flex;
  align-items: center;
}
.app-nav-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.app-nav-links {
  display: flex;
  margin-left: 1.5rem;
  gap: 2rem;
}
.app-nav-link {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.25rem 0;
  border-bottom: 2px solid transparent;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
  text-decoration: none;
  height: 4rem;
  box-sizing: border-box;
  transition: color 0.15s, border-color 0.15s;
}
.app-nav-link:hover {
  color: #374151;
  border-bottom-color: #d1d5db;
}
.app-nav-link.active {
  color: #111827;
  border-bottom-color: #f97316;
}
.app-nav-right {
  display: flex;
  align-items: center;
}
@media (max-width: 639px) {
  .app-nav-links {
    display: none;
  }
}
.loader-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
}
.loader-spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #e5e7eb;
  border-top-color: #f97316;
  border-radius: 50%;
  animation: spin .7s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.section-sep {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem 0;
  margin-bottom: .25rem;
}
.section-sep-icon {
  width: 18px;
  height: 18px;
  color: #f97316;
  flex-shrink: 0;
}
.section-sep--closed .section-sep-icon {
  color: #22c55e;
}
.section-sep-title {
  font-size: .875rem;
  font-weight: 700;
  color: #111827;
}
.section-sep-count {
  font-size: .7rem;
  font-weight: 700;
  background: #f3f4f6;
  color: #6b7280;
  padding: 1px 8px;
  border-radius: 99px;
}
.evo-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 1rem;
  color: #9ca3af;
}
.evo-empty-icon {
  width: 40px;
  height: 40px;
  margin-bottom: .75rem;
  opacity: .4;
}
.evo-empty-title {
  font-size: .875rem;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: .25rem;
}
.evo-empty-sub {
  font-size: .75rem;
  color: #9ca3af;
}
.ms-est-input {
  width: 70px;
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-red-900: oklch(39.6% 0.141 25.723);
    --color-red-950: oklch(25.8% 0.092 26.042);
    --color-orange-50: oklch(98% 0.016 73.684);
    --color-orange-100: oklch(95.4% 0.038 75.164);
    --color-orange-200: oklch(90.1% 0.076 70.697);
    --color-orange-300: oklch(83.7% 0.128 66.29);
    --color-orange-400: oklch(75% 0.183 55.934);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-orange-600: oklch(64.6% 0.222 41.116);
    --color-orange-700: oklch(55.3% 0.195 38.402);
    --color-orange-800: oklch(47% 0.157 37.304);
    --color-orange-900: oklch(40.8% 0.123 38.172);
    --color-orange-950: oklch(26.6% 0.079 36.259);
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-amber-100: oklch(96.2% 0.059 95.617);
    --color-amber-200: oklch(92.4% 0.12 95.746);
    --color-amber-300: oklch(87.9% 0.169 91.605);
    --color-amber-400: oklch(82.8% 0.189 84.429);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-amber-600: oklch(66.6% 0.179 58.318);
    --color-amber-700: oklch(55.5% 0.163 48.998);
    --color-amber-800: oklch(47.3% 0.137 46.201);
    --color-amber-900: oklch(41.4% 0.112 45.904);
    --color-amber-950: oklch(27.9% 0.077 45.635);
    --color-yellow-50: oklch(98.7% 0.026 102.212);
    --color-yellow-100: oklch(97.3% 0.071 103.193);
    --color-yellow-200: oklch(94.5% 0.129 101.54);
    --color-yellow-300: oklch(90.5% 0.182 98.111);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-yellow-600: oklch(68.1% 0.162 75.834);
    --color-yellow-700: oklch(55.4% 0.135 66.442);
    --color-yellow-800: oklch(47.6% 0.114 61.907);
    --color-yellow-900: oklch(42.1% 0.095 57.708);
    --color-yellow-950: oklch(28.6% 0.066 53.813);
    --color-lime-50: oklch(98.6% 0.031 120.757);
    --color-lime-100: oklch(96.7% 0.067 122.328);
    --color-lime-200: oklch(93.8% 0.127 124.321);
    --color-lime-300: oklch(89.7% 0.196 126.665);
    --color-lime-400: oklch(84.1% 0.238 128.85);
    --color-lime-500: oklch(76.8% 0.233 130.85);
    --color-lime-600: oklch(64.8% 0.2 131.684);
    --color-lime-700: oklch(53.2% 0.157 131.589);
    --color-lime-800: oklch(45.3% 0.124 130.933);
    --color-lime-900: oklch(40.5% 0.101 131.063);
    --color-lime-950: oklch(27.4% 0.072 132.109);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-green-300: oklch(87.1% 0.15 154.449);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-green-900: oklch(39.3% 0.095 152.535);
    --color-green-950: oklch(26.6% 0.065 152.934);
    --color-emerald-50: oklch(97.9% 0.021 166.113);
    --color-emerald-100: oklch(95% 0.052 163.051);
    --color-emerald-200: oklch(90.5% 0.093 164.15);
    --color-emerald-300: oklch(84.5% 0.143 164.978);
    --color-emerald-400: oklch(76.5% 0.177 163.223);
    --color-emerald-500: oklch(69.6% 0.17 162.48);
    --color-emerald-600: oklch(59.6% 0.145 163.225);
    --color-emerald-700: oklch(50.8% 0.118 165.612);
    --color-emerald-800: oklch(43.2% 0.095 166.913);
    --color-emerald-900: oklch(37.8% 0.077 168.94);
    --color-emerald-950: oklch(26.2% 0.051 172.552);
    --color-teal-50: oklch(98.4% 0.014 180.72);
    --color-teal-100: oklch(95.3% 0.051 180.801);
    --color-teal-200: oklch(91% 0.096 180.426);
    --color-teal-300: oklch(85.5% 0.138 181.071);
    --color-teal-400: oklch(77.7% 0.152 181.912);
    --color-teal-500: oklch(70.4% 0.14 182.503);
    --color-teal-600: oklch(60% 0.118 184.704);
    --color-teal-700: oklch(51.1% 0.096 186.391);
    --color-teal-800: oklch(43.7% 0.078 188.216);
    --color-teal-900: oklch(38.6% 0.063 188.416);
    --color-teal-950: oklch(27.7% 0.046 192.524);
    --color-cyan-50: oklch(98.4% 0.019 200.873);
    --color-cyan-100: oklch(95.6% 0.045 203.388);
    --color-cyan-200: oklch(91.7% 0.08 205.041);
    --color-cyan-300: oklch(86.5% 0.127 207.078);
    --color-cyan-400: oklch(78.9% 0.154 211.53);
    --color-cyan-500: oklch(71.5% 0.143 215.221);
    --color-cyan-600: oklch(60.9% 0.126 221.723);
    --color-cyan-700: oklch(52% 0.105 223.128);
    --color-cyan-800: oklch(45% 0.085 224.283);
    --color-cyan-900: oklch(39.8% 0.07 227.392);
    --color-cyan-950: oklch(30.2% 0.056 229.695);
    --color-sky-50: oklch(97.7% 0.013 236.62);
    --color-sky-100: oklch(95.1% 0.026 236.824);
    --color-sky-200: oklch(90.1% 0.058 230.902);
    --color-sky-300: oklch(82.8% 0.111 230.318);
    --color-sky-400: oklch(74.6% 0.16 232.661);
    --color-sky-500: oklch(68.5% 0.169 237.323);
    --color-sky-600: oklch(58.8% 0.158 241.966);
    --color-sky-700: oklch(50% 0.134 242.749);
    --color-sky-800: oklch(44.3% 0.11 240.79);
    --color-sky-900: oklch(39.1% 0.09 240.876);
    --color-sky-950: oklch(29.3% 0.066 243.157);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-blue-900: oklch(37.9% 0.146 265.522);
    --color-blue-950: oklch(28.2% 0.091 267.935);
    --color-indigo-50: oklch(96.2% 0.018 272.314);
    --color-indigo-100: oklch(93% 0.034 272.788);
    --color-indigo-200: oklch(87% 0.065 274.039);
    --color-indigo-300: oklch(78.5% 0.115 274.713);
    --color-indigo-400: oklch(67.3% 0.182 276.935);
    --color-indigo-500: oklch(58.5% 0.233 277.117);
    --color-indigo-600: oklch(51.1% 0.262 276.966);
    --color-indigo-700: oklch(45.7% 0.24 277.023);
    --color-indigo-800: oklch(39.8% 0.195 277.366);
    --color-indigo-900: oklch(35.9% 0.144 278.697);
    --color-indigo-950: oklch(25.7% 0.09 281.288);
    --color-violet-50: oklch(96.9% 0.016 293.756);
    --color-violet-100: oklch(94.3% 0.029 294.588);
    --color-violet-200: oklch(89.4% 0.057 293.283);
    --color-violet-300: oklch(81.1% 0.111 293.571);
    --color-violet-400: oklch(70.2% 0.183 293.541);
    --color-violet-500: oklch(60.6% 0.25 292.717);
    --color-violet-600: oklch(54.1% 0.281 293.009);
    --color-violet-700: oklch(49.1% 0.27 292.581);
    --color-violet-800: oklch(43.2% 0.232 292.759);
    --color-violet-900: oklch(38% 0.189 293.745);
    --color-violet-950: oklch(28.3% 0.141 291.089);
    --color-purple-50: oklch(97.7% 0.014 308.299);
    --color-purple-100: oklch(94.6% 0.033 307.174);
    --color-purple-200: oklch(90.2% 0.063 306.703);
    --color-purple-300: oklch(82.7% 0.119 306.383);
    --color-purple-400: oklch(71.4% 0.203 305.504);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-purple-700: oklch(49.6% 0.265 301.924);
    --color-purple-800: oklch(43.8% 0.218 303.724);
    --color-purple-900: oklch(38.1% 0.176 304.987);
    --color-purple-950: oklch(29.1% 0.149 302.717);
    --color-fuchsia-50: oklch(97.7% 0.017 320.058);
    --color-fuchsia-100: oklch(95.2% 0.037 318.852);
    --color-fuchsia-200: oklch(90.3% 0.076 319.62);
    --color-fuchsia-300: oklch(83.3% 0.145 321.434);
    --color-fuchsia-400: oklch(74% 0.238 322.16);
    --color-fuchsia-500: oklch(66.7% 0.295 322.15);
    --color-fuchsia-600: oklch(59.1% 0.293 322.896);
    --color-fuchsia-700: oklch(51.8% 0.253 323.949);
    --color-fuchsia-800: oklch(45.2% 0.211 324.591);
    --color-fuchsia-900: oklch(40.1% 0.17 325.612);
    --color-fuchsia-950: oklch(29.3% 0.136 325.661);
    --color-pink-50: oklch(97.1% 0.014 343.198);
    --color-pink-100: oklch(94.8% 0.028 342.258);
    --color-pink-200: oklch(89.9% 0.061 343.231);
    --color-pink-300: oklch(82.3% 0.12 346.018);
    --color-pink-400: oklch(71.8% 0.202 349.761);
    --color-pink-500: oklch(65.6% 0.241 354.308);
    --color-pink-600: oklch(59.2% 0.249 0.584);
    --color-pink-700: oklch(52.5% 0.223 3.958);
    --color-pink-800: oklch(45.9% 0.187 3.815);
    --color-pink-900: oklch(40.8% 0.153 2.432);
    --color-pink-950: oklch(28.4% 0.109 3.907);
    --color-rose-50: oklch(96.9% 0.015 12.422);
    --color-rose-100: oklch(94.1% 0.03 12.58);
    --color-rose-200: oklch(89.2% 0.058 10.001);
    --color-rose-300: oklch(81% 0.117 11.638);
    --color-rose-400: oklch(71.2% 0.194 13.428);
    --color-rose-500: oklch(64.5% 0.246 16.439);
    --color-rose-600: oklch(58.6% 0.253 17.585);
    --color-rose-700: oklch(51.4% 0.222 16.935);
    --color-rose-800: oklch(45.5% 0.188 13.697);
    --color-rose-900: oklch(41% 0.159 10.272);
    --color-rose-950: oklch(27.1% 0.105 12.094);
    --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-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-slate-950: oklch(12.9% 0.042 264.695);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-gray-950: oklch(13% 0.028 261.692);
    --color-zinc-50: oklch(98.5% 0 0);
    --color-zinc-100: oklch(96.7% 0.001 286.375);
    --color-zinc-200: oklch(92% 0.004 286.32);
    --color-zinc-300: oklch(87.1% 0.006 286.286);
    --color-zinc-400: oklch(70.5% 0.015 286.067);
    --color-zinc-500: oklch(55.2% 0.016 285.938);
    --color-zinc-600: oklch(44.2% 0.017 285.786);
    --color-zinc-700: oklch(37% 0.013 285.805);
    --color-zinc-800: oklch(27.4% 0.006 286.033);
    --color-zinc-900: oklch(21% 0.006 285.885);
    --color-zinc-950: oklch(14.1% 0.005 285.823);
    --color-neutral-50: oklch(98.5% 0 0);
    --color-neutral-100: oklch(97% 0 0);
    --color-neutral-200: oklch(92.2% 0 0);
    --color-neutral-300: oklch(87% 0 0);
    --color-neutral-400: oklch(70.8% 0 0);
    --color-neutral-500: oklch(55.6% 0 0);
    --color-neutral-600: oklch(43.9% 0 0);
    --color-neutral-700: oklch(37.1% 0 0);
    --color-neutral-800: oklch(26.9% 0 0);
    --color-neutral-900: oklch(20.5% 0 0);
    --color-neutral-950: oklch(14.5% 0 0);
    --color-stone-50: oklch(98.5% 0.001 106.423);
    --color-stone-100: oklch(97% 0.001 106.424);
    --color-stone-200: oklch(92.3% 0.003 48.717);
    --color-stone-300: oklch(86.9% 0.005 56.366);
    --color-stone-400: oklch(70.9% 0.01 56.259);
    --color-stone-500: oklch(55.3% 0.013 58.071);
    --color-stone-600: oklch(44.4% 0.011 73.639);
    --color-stone-700: oklch(37.4% 0.01 67.558);
    --color-stone-800: oklch(26.8% 0.007 34.298);
    --color-stone-900: oklch(21.6% 0.006 56.043);
    --color-stone-950: oklch(14.7% 0.004 49.25);
    --color-mauve-50: oklch(98.5% 0 0);
    --color-mauve-100: oklch(96% 0.003 325.6);
    --color-mauve-200: oklch(92.2% 0.005 325.62);
    --color-mauve-300: oklch(86.5% 0.012 325.68);
    --color-mauve-400: oklch(71.1% 0.019 323.02);
    --color-mauve-500: oklch(54.2% 0.034 322.5);
    --color-mauve-600: oklch(43.5% 0.029 321.78);
    --color-mauve-700: oklch(36.4% 0.029 323.89);
    --color-mauve-800: oklch(26.3% 0.024 320.12);
    --color-mauve-900: oklch(21.2% 0.019 322.12);
    --color-mauve-950: oklch(14.5% 0.008 326);
    --color-olive-50: oklch(98.8% 0.003 106.5);
    --color-olive-100: oklch(96.6% 0.005 106.5);
    --color-olive-200: oklch(93% 0.007 106.5);
    --color-olive-300: oklch(88% 0.011 106.6);
    --color-olive-400: oklch(73.7% 0.021 106.9);
    --color-olive-500: oklch(58% 0.031 107.3);
    --color-olive-600: oklch(46.6% 0.025 107.3);
    --color-olive-700: oklch(39.4% 0.023 107.4);
    --color-olive-800: oklch(28.6% 0.016 107.4);
    --color-olive-900: oklch(22.8% 0.013 107.4);
    --color-olive-950: oklch(15.3% 0.006 107.1);
    --color-mist-50: oklch(98.7% 0.002 197.1);
    --color-mist-100: oklch(96.3% 0.002 197.1);
    --color-mist-200: oklch(92.5% 0.005 214.3);
    --color-mist-300: oklch(87.2% 0.007 219.6);
    --color-mist-400: oklch(72.3% 0.014 214.4);
    --color-mist-500: oklch(56% 0.021 213.5);
    --color-mist-600: oklch(45% 0.017 213.2);
    --color-mist-700: oklch(37.8% 0.015 216);
    --color-mist-800: oklch(27.5% 0.011 216.9);
    --color-mist-900: oklch(21.8% 0.008 223.9);
    --color-mist-950: oklch(14.8% 0.004 228.8);
    --color-taupe-50: oklch(98.6% 0.002 67.8);
    --color-taupe-100: oklch(96% 0.002 17.2);
    --color-taupe-200: oklch(92.2% 0.005 34.3);
    --color-taupe-300: oklch(86.8% 0.007 39.5);
    --color-taupe-400: oklch(71.4% 0.014 41.2);
    --color-taupe-500: oklch(54.7% 0.021 43.1);
    --color-taupe-600: oklch(43.8% 0.017 39.3);
    --color-taupe-700: oklch(36.7% 0.016 35.7);
    --color-taupe-800: oklch(26.8% 0.011 36.5);
    --color-taupe-900: oklch(21.4% 0.009 43.1);
    --color-taupe-950: oklch(14.7% 0.004 49.3);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-sm: 40rem;
    --breakpoint-md: 48rem;
    --breakpoint-lg: 64rem;
    --breakpoint-xl: 80rem;
    --breakpoint-2xl: 96rem;
    --container-3xs: 16rem;
    --container-2xs: 18rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --text-9xl: 8rem;
    --text-9xl--line-height: 1;
    --font-weight-thin: 100;
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-tighter: -0.05em;
    --tracking-tight: -0.025em;
    --tracking-normal: 0em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --leading-loose: 2;
    --radius-xs: 0.125rem;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --shadow-2xs: 0 1px rgb(0 0 0 / 0.05);
    --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --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);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --inset-shadow-2xs: inset 0 1px rgb(0 0 0 / 0.05);
    --inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / 0.05);
    --inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / 0.05);
    --drop-shadow-xs: 0 1px 1px rgb(0 0 0 / 0.05);
    --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
    --drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
    --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
    --drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);
    --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
    --text-shadow-2xs: 0px 1px 0px rgb(0 0 0 / 0.15);
    --text-shadow-xs: 0px 1px 1px rgb(0 0 0 / 0.2);
    --text-shadow-sm: 0px 1px 0px rgb(0 0 0 / 0.075), 0px 1px 1px rgb(0 0 0 / 0.075),
      0px 2px 2px rgb(0 0 0 / 0.075);
    --text-shadow-md: 0px 1px 1px rgb(0 0 0 / 0.1), 0px 1px 2px rgb(0 0 0 / 0.1),
      0px 2px 4px rgb(0 0 0 / 0.1);
    --text-shadow-lg: 0px 1px 2px rgb(0 0 0 / 0.1), 0px 3px 2px rgb(0 0 0 / 0.1),
      0px 4px 8px rgb(0 0 0 / 0.1);
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --animate-bounce: bounce 1s infinite;
    --blur-xs: 4px;
    --blur-sm: 8px;
    --blur-md: 12px;
    --blur-lg: 16px;
    --blur-xl: 24px;
    --blur-2xl: 40px;
    --blur-3xl: 64px;
    --perspective-dramatic: 100px;
    --perspective-near: 300px;
    --perspective-normal: 500px;
    --perspective-midrange: 800px;
    --perspective-distant: 1200px;
    --aspect-video: 16 / 9;
    --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;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .z-10 {
    z-index: 10;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .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;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-full {
    height: 100%;
  }
  .min-h-full {
    min-height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-screen-xl {
    max-width: var(--breakpoint-xl);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .origin-top-right {
    transform-origin: 100% 0;
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .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;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-gray-200 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-gray-200);
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-l-md {
    border-top-left-radius: var(--radius-md);
    border-bottom-left-radius: var(--radius-md);
  }
  .rounded-r-md {
    border-top-right-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-gray-700 {
    border-color: var(--color-gray-700);
  }
  .border-green-700 {
    border-color: var(--color-green-700);
  }
  .border-pink-700 {
    border-color: var(--color-pink-700);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }
  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-gray-500\/75 {
    background-color: color-mix(in srgb, oklch(55.1% 0.027 264.364) 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-gray-500) 75%, transparent);
    }
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-green-600 {
    background-color: var(--color-green-600);
  }
  .bg-indigo-100 {
    background-color: var(--color-indigo-100);
  }
  .bg-indigo-600 {
    background-color: var(--color-indigo-600);
  }
  .bg-orange-100 {
    background-color: var(--color-orange-100);
  }
  .bg-orange-300 {
    background-color: var(--color-orange-300);
  }
  .bg-pink-100 {
    background-color: var(--color-pink-100);
  }
  .bg-pink-600 {
    background-color: var(--color-pink-600);
  }
  .bg-purple-100 {
    background-color: var(--color-purple-100);
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-red-600 {
    background-color: var(--color-red-600);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-yellow-100 {
    background-color: var(--color-yellow-100);
  }
  .bg-yellow-300 {
    background-color: var(--color-yellow-300);
  }
  .bg-yellow-500 {
    background-color: var(--color-yellow-500);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .align-bottom {
    vertical-align: bottom;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-blue-700 {
    color: var(--color-blue-700);
  }
  .text-blue-800 {
    color: var(--color-blue-800);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-green-800 {
    color: var(--color-green-800);
  }
  .text-indigo-600 {
    color: var(--color-indigo-600);
  }
  .text-indigo-800 {
    color: var(--color-indigo-800);
  }
  .text-orange-800 {
    color: var(--color-orange-800);
  }
  .text-pink-800 {
    color: var(--color-pink-800);
  }
  .text-purple-800 {
    color: var(--color-purple-800);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow-800 {
    color: var(--color-yellow-800);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --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);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
  }
  .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);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-4 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-black\/5 {
    --tw-ring-color: color-mix(in srgb, #000 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .ring-white {
    --tw-ring-color: var(--color-white);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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));
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .focus-within\:ring-2 {
    &:focus-within {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus-within\:ring-indigo-500 {
    &:focus-within {
      --tw-ring-color: var(--color-indigo-500);
    }
  }
  .focus-within\:ring-inset {
    &:focus-within {
      --tw-ring-inset: inset;
    }
  }
  .hover\:bg-gray-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-50);
      }
    }
  }
  .hover\:bg-green-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-green-700);
      }
    }
  }
  .hover\:bg-indigo-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-indigo-700);
      }
    }
  }
  .hover\:bg-red-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-700);
      }
    }
  }
  .hover\:text-gray-400 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-400);
      }
    }
  }
  .hover\:text-gray-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-500);
      }
    }
  }
  .hover\:text-gray-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-600);
      }
    }
  }
  .hover\:text-gray-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-700);
      }
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-green-500 {
    &:focus {
      --tw-ring-color: var(--color-green-500);
    }
  }
  .focus\:ring-indigo-500 {
    &:focus {
      --tw-ring-color: var(--color-indigo-500);
    }
  }
  .focus\:ring-red-500 {
    &:focus {
      --tw-ring-color: var(--color-red-500);
    }
  }
  .focus\:ring-offset-2 {
    &:focus {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .active\:scale-95 {
    &:active {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .sm\:mx-0 {
    @media (width >= 40rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:my-8 {
    @media (width >= 40rem) {
      margin-block: calc(var(--spacing) * 8);
    }
  }
  .sm\:mt-0 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:mt-4 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .sm\:ml-4 {
    @media (width >= 40rem) {
      margin-left: calc(var(--spacing) * 4);
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:grid {
    @media (width >= 40rem) {
      display: grid;
    }
  }
  .sm\:inline-block {
    @media (width >= 40rem) {
      display: inline-block;
    }
  }
  .sm\:h-10 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:w-full {
    @media (width >= 40rem) {
      width: 100%;
    }
  }
  .sm\:max-w-lg {
    @media (width >= 40rem) {
      max-width: var(--container-lg);
    }
  }
  .sm\:translate-y-0 {
    @media (width >= 40rem) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:scale-95 {
    @media (width >= 40rem) {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .sm\:scale-100 {
    @media (width >= 40rem) {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .sm\:grid-cols-1 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:gap-6 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:gap-px {
    @media (width >= 40rem) {
      gap: 1px;
    }
  }
  .sm\:divide-y-0 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-divide-y-reverse: 0;
        border-bottom-style: var(--tw-border-style);
        border-top-style: var(--tw-border-style);
        border-top-width: calc(0px * var(--tw-divide-y-reverse));
        border-bottom-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
      }
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:text-left {
    @media (width >= 40rem) {
      text-align: left;
    }
  }
  .sm\:align-middle {
    @media (width >= 40rem) {
      vertical-align: middle;
    }
  }
  .md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:w-96 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 96);
    }
  }
  .lg\:flex-none {
    @media (width >= 64rem) {
      flex: none;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-20 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .xl\:px-24 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 24);
    }
  }
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@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-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-leading: initial;
      --tw-font-weight: initial;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-border-style: solid;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-tracking: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
