/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,600;0,9..144,700;1,9..144,400&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Plus Jakarta Sans', sans-serif;
    --font-mono: ui-monospace, monospace;
    --spacing: 0.25rem;
    --radius-xl: 0.75rem;
    --shadow-xs: 0 1px 2px rgba(15,15,26,0.04);
    --shadow-sm: 0 1px 3px rgba(15,15,26,0.06), 0 1px 2px rgba(15,15,26,0.04);
    --shadow-md: 0 4px 6px rgba(15,15,26,0.05), 0 2px 4px rgba(15,15,26,0.04);
    --shadow-lg: 0 10px 25px rgba(15,15,26,0.08), 0 4px 10px rgba(15,15,26,0.05);
    --shadow-xl: 0 20px 40px rgba(15,15,26,0.12);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --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);
    --color-brand-50: #EEF2FF;
    --color-brand-100: #E0E7FF;
    --color-brand-200: #C7D2FE;
    --color-brand-400: #818CF8;
    --color-brand-500: #6366F1;
    --color-brand-600: #4F46E5;
    --color-brand-700: #4338CA;
    --color-brand-800: #3730A3;
    --color-brand-900: #1E1B4B;
    --color-surface: #FFFFFF;
    --color-surface-secondary: #F8F8FB;
    --color-surface-tertiary: #F0F0F6;
    --color-ink: #0F0F1A;
    --color-ink-secondary: #4A4A6A;
    --color-ink-muted: #9090B0;
    --color-accent: #F97316;
    --color-accent-hover: #EA6C0C;
    --color-accent-light: #FFF7ED;
    --color-success: #059669;
    --color-success-light: #ECFDF5;
    --color-warning: #D97706;
    --color-warning-light: #FFFBEB;
    --color-danger: #DC2626;
    --color-danger-light: #FEF2F2;
    --color-pending: #7C3AED;
    --color-pending-light: #F5F3FF;
    --font-display: 'Fraunces', serif;
    --shadow-brand: 0 4px 14px rgba(99,102,241,0.35);
    --shadow-accent: 0 4px 14px rgba(249,115,22,0.35);
    --animate-fade-in: fadeIn 0.2s ease-out both;
    --animate-slide-up: slideUp 0.3s cubic-bezier(0.16,1,0.3,1) both;
    --animate-scale-in: scaleIn 0.2s cubic-bezier(0.16,1,0.3,1) both;
    --animate-modal-in: modalIn 0.3s cubic-bezier(0.16,1,0.3,1) both;
  }
}
@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;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .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;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-full {
    height: 100%;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-fade-in {
    animation: var(--animate-fade-in);
  }
  .animate-modal-in {
    animation: var(--animate-modal-in);
  }
  .animate-scale-in {
    animation: var(--animate-scale-in);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-danger\/20 {
    border-color: color-mix(in srgb, #DC2626 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-danger) 20%, transparent);
    }
  }
  .bg-danger-light {
    background-color: var(--color-danger-light);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .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));
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes modalIn {
  from {
    opacity: 0;
    transform: scale(0.96) translateY(10px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes toastOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(16px);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
}
@layer base {
  *,*::before,*::after {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body {
    background-color: var(--color-surface-secondary);
    color: var(--color-ink);
    font-family: var(--font-sans);
    line-height: 1.6;
  }
  h1,h2,h3,h4,h5 {
    font-family: var(--font-display);
    line-height: 1.2;
  }
  ::selection {
    background: var(--color-brand-100);
    color: var(--color-brand-800);
  }
  :focus-visible {
    outline: 2px solid var(--color-brand-500);
    outline-offset: 2px;
    border-radius: 4px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a {
    color: inherit;
  }
}
@layer components {
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: var(--font-sans);
    font-weight: 600;
    letter-spacing: -0.01em;
    border-radius: 0.75rem;
    border: none;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    transition: all 0.18s cubic-bezier(0.16,1,0.3,1);
    padding: 0.625rem 1.375rem;
    font-size: 0.9375rem;
    line-height: 1.4;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
  }
  .btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
  }
  .btn:active:not(:disabled) {
    transform: scale(0.97);
  }
  .btn-primary {
    background: var(--color-brand-500);
    color: #fff;
    box-shadow: var(--shadow-brand), inset 0 1px 0 rgba(255,255,255,0.15);
  }
  .btn-primary:hover:not(:disabled) {
    background: var(--color-brand-600);
    box-shadow: var(--shadow-lg),var(--shadow-brand);
    transform: translateY(-1px);
  }
  .btn-accent {
    background: var(--color-accent);
    color: #fff;
    box-shadow: var(--shadow-accent), inset 0 1px 0 rgba(255,255,255,0.15);
  }
  .btn-accent:hover:not(:disabled) {
    background: var(--color-accent-hover);
    transform: translateY(-1px);
  }
  .btn-secondary {
    background: var(--color-surface);
    color: var(--color-ink);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(15,15,26,0.1);
  }
  .btn-secondary:hover:not(:disabled) {
    background: var(--color-surface-tertiary);
    border-color: rgba(15,15,26,0.18);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
  }
  .btn-ghost {
    background: transparent;
    color: var(--color-ink-secondary);
  }
  .btn-ghost:hover:not(:disabled) {
    background: var(--color-surface-tertiary);
    color: var(--color-ink);
  }
  .btn-danger {
    background: var(--color-danger);
    color: #fff;
    box-shadow: 0 4px 14px rgba(220,38,38,0.3);
  }
  .btn-danger:hover:not(:disabled) {
    background: #b91c1c;
    transform: translateY(-1px);
  }
  .btn-sm {
    padding: 0.4375rem 0.875rem;
    font-size: 0.8125rem;
    border-radius: 0.625rem;
  }
  .btn-lg {
    padding: 0.875rem 2rem;
    font-size: 1.0625rem;
    border-radius: 1rem;
  }
  .btn-xl {
    padding: 1.125rem 2.5rem;
    font-size: 1.125rem;
    border-radius: 1.125rem;
  }
  .btn-icon {
    padding: 0.625rem;
    border-radius: 0.75rem;
  }
  .btn-full {
    width: 100%;
  }
  .card {
    background: var(--color-surface);
    border-radius: 1.25rem;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(15,15,26,0.06);
    overflow: hidden;
  }
  .card-hover {
    background: var(--color-surface);
    border-radius: 1.25rem;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(15,15,26,0.06);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.16,1,0.3,1);
  }
  .card-hover:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-3px);
    border-color: rgba(15,15,26,0.12);
  }
  .input {
    width: 100%;
    background: var(--color-surface);
    border: 1.5px solid rgba(15,15,26,0.12);
    border-radius: 0.875rem;
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
    color: var(--color-ink);
    font-family: var(--font-sans);
    transition: all 0.15s ease;
    box-shadow: var(--shadow-xs);
  }
  .input::placeholder {
    color: var(--color-ink-muted);
  }
  .input:focus {
    outline: none;
    border-color: var(--color-brand-500);
    box-shadow: 0 0 0 3px rgba(99,102,241,0.12);
  }
  .input:hover:not(:focus) {
    border-color: rgba(15,15,26,0.22);
  }
  textarea.input {
    resize: vertical;
    min-height: 100px;
  }
  select.input {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%239090B0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
  }
  .input-error {
    border-color: var(--color-danger) !important;
    box-shadow: 0 0 0 3px rgba(220,38,38,0.1) !important;
  }
  .label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-ink-secondary);
    margin-bottom: 0.5rem;
    letter-spacing: -0.005em;
  }
  .field-error {
    font-size: 0.8125rem;
    color: var(--color-danger);
    margin-top: 0.375rem;
    display: flex;
    align-items: center;
    gap: 0.35rem;
  }
  .form-group {
    display: flex;
    flex-direction: column;
  }
  .form-section {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .form-card {
    background: var(--color-surface);
    border-radius: 1.5rem;
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(15,15,26,0.06);
    padding: 2.5rem;
  }
  @media (max-width:640px) {
    .form-card {
      padding: 1.5rem;
      border-radius: 1rem;
    }
  }
  .badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.3rem 0.7rem;
    border-radius: 9999px;
    letter-spacing: 0.01em;
  }
  .badge-pending {
    background: var(--color-pending-light);
    color: var(--color-pending);
  }
  .badge-confirmed {
    background: var(--color-success-light);
    color: var(--color-success);
  }
  .badge-cancelled {
    background: var(--color-danger-light);
    color: var(--color-danger);
  }
  .badge-completed {
    background: var(--color-brand-50);
    color: var(--color-brand-600);
  }
  .badge-verified {
    background: var(--color-success-light);
    color: var(--color-success);
  }
  .badge-category {
    background: var(--color-surface-tertiary);
    color: var(--color-ink-secondary);
    border: 1px solid rgba(15,15,26,0.08);
  }
  .badge-new {
    background: var(--color-accent-light);
    color: var(--color-accent);
  }
  .nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 0.875rem;
    border-radius: 0.875rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--color-ink-secondary);
    text-decoration: none;
    transition: all 0.15s ease;
    border: 1px solid transparent;
  }
  .nav-link:hover {
    background: var(--color-surface-tertiary);
    color: var(--color-ink);
  }
  .nav-link-active {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 0.875rem;
    border-radius: 0.875rem;
    font-size: 0.9rem;
    font-weight: 600;
    background: var(--color-brand-50);
    color: var(--color-brand-600);
    text-decoration: none;
    border: 1px solid var(--color-brand-100);
    box-shadow: var(--shadow-xs);
  }
  .sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 17rem;
    background: var(--color-surface);
    border-right: 1px solid rgba(15,15,26,0.07);
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.25rem;
    z-index: 40;
    box-shadow: var(--shadow-sm);
  }
  .page-content {
    margin-left: 17rem;
    min-height: 100vh;
    padding: 2.5rem;
  }
  @media (max-width:1024px) {
    .sidebar {
      transform: translateX(-100%);
      transition: transform 0.3s cubic-bezier(0.16,1,0.3,1);
    }
    .sidebar.open {
      transform: translateX(0);
    }
    .page-content {
      margin-left: 0;
      padding: 1.25rem;
    }
  }
  .page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .stat-card {
    background: var(--color-surface);
    border-radius: 1.25rem;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(15,15,26,0.06);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: all 0.2s ease;
  }
  .stat-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
  }
  .stat-value {
    font-size: 2rem;
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--color-ink);
    line-height: 1.1;
  }
  .stat-label {
    font-size: 0.875rem;
    color: var(--color-ink-muted);
    font-weight: 500;
  }
  .stat-sub {
    font-size: 0.8125rem;
    color: var(--color-ink-muted);
  }
  .toast {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.875rem 1.125rem;
    border-radius: 1rem;
    box-shadow: var(--shadow-xl);
    font-size: 0.9rem;
    font-weight: 500;
    animation: var(--animate-slide-up);
    max-width: 360px;
    min-width: 260px;
    border: 1px solid transparent;
    pointer-events: auto;
  }
  .toast-success {
    background: var(--color-surface);
    color: var(--color-success);
    border-color: var(--color-success-light);
    box-shadow: var(--shadow-lg), 0 0 0 1px var(--color-success-light);
  }
  .toast-error {
    background: var(--color-surface);
    color: var(--color-danger);
    border-color: var(--color-danger-light);
    box-shadow: var(--shadow-lg), 0 0 0 1px var(--color-danger-light);
  }
  .toast-info {
    background: var(--color-surface);
    color: var(--color-brand-600);
    border-color: var(--color-brand-100);
    box-shadow: var(--shadow-lg), 0 0 0 1px var(--color-brand-100);
  }
  .toast-warning {
    background: var(--color-surface);
    color: var(--color-warning);
    border-color: var(--color-warning-light);
    box-shadow: var(--shadow-lg), 0 0 0 1px var(--color-warning-light);
  }
  .modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15,15,26,0.6);
    backdrop-filter: blur(4px);
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    animation: fadeIn 0.2s ease;
  }
  .modal {
    background: var(--color-surface);
    border-radius: 1.5rem;
    box-shadow: var(--shadow-xl);
    border: 1px solid rgba(15,15,26,0.08);
    width: 100%;
    max-width: 520px;
    max-height: 90vh;
    overflow-y: auto;
    animation: var(--animate-modal-in);
  }
  .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1.75rem;
    border-bottom: 1px solid rgba(15,15,26,0.07);
  }
  .modal-body {
    padding: 1.75rem;
  }
  .modal-footer {
    padding: 1.25rem 1.75rem;
    border-top: 1px solid rgba(15,15,26,0.07);
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
  }
  .tab-bar {
    display: flex;
    gap: 0.25rem;
    background: var(--color-surface-tertiary);
    border-radius: 0.875rem;
    padding: 0.25rem;
  }
  .tab-btn {
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.4rem 0.875rem;
    border-radius: 0.625rem;
    border: none;
    cursor: pointer;
    transition: all 0.15s ease;
    color: var(--color-ink-muted);
    background: transparent;
  }
  .tab-btn.active {
    background: var(--color-surface);
    color: var(--color-ink);
    box-shadow: var(--shadow-xs);
  }
  .pagination {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    flex-wrap: wrap;
  }
  .page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.625rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.15s ease;
    color: var(--color-ink-secondary);
    border: 1px solid rgba(15,15,26,0.1);
  }
  .page-btn:hover {
    background: var(--color-surface-tertiary);
    color: var(--color-ink);
  }
  .page-btn.active {
    background: var(--color-brand-500);
    color: #fff;
    border-color: transparent;
    box-shadow: var(--shadow-brand);
  }
  .page-btn.disabled {
    opacity: 0.4;
    pointer-events: none;
  }
  .skeleton {
    background: linear-gradient(90deg, rgba(15,15,26,0.05) 25%, rgba(15,15,26,0.1) 50%, rgba(15,15,26,0.05) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 0.75rem;
  }
  @keyframes shimmer {
    0% {
      background-position: 200% 0;
    }
    100% {
      background-position: -200% 0;
    }
  }
  .section-title {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-ink);
  }
  .section-subtitle {
    font-size: 0.9375rem;
    color: var(--color-ink-muted);
  }
  .status-dot {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
  }
  .divider {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.8125rem;
    color: var(--color-ink-muted);
  }
  .divider::before,.divider::after {
    flex: 1;
    height: 1px;
    background: rgba(15,15,26,0.08);
    content: '';
  }
  .avatar {
    border-radius: 9999px;
    object-fit: cover;
    flex-shrink: 0;
  }
  .avatar-square {
    border-radius: 0.875rem;
    object-fit: cover;
    flex-shrink: 0;
  }
  .hero-gradient {
    background: radial-gradient(ellipse 80% 60% at 50% -10%, rgba(99,102,241,0.12) 0%, transparent 70%), var(--color-surface-secondary);
  }
}
@layer utilities {
  .animate-fade-in {
    animation: var(--animate-fade-in);
  }
  .animate-slide-up {
    animation: var(--animate-slide-up);
  }
  .animate-scale-in {
    animation: var(--animate-scale-in);
  }
  .animate-spin {
    animation: spin 1s linear infinite;
  }
  .animate-pulse {
    animation: pulse 2s ease infinite;
  }
  .text-balance {
    text-wrap: balance;
  }
  .scrollbar-hide {
    scrollbar-width: none;
  }
  .scrollbar-hide::-webkit-scrollbar {
    display: none;
  }
  .glass {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
}
.htmx-indicator {
  opacity: 0;
  transition: opacity 0.2s;
}
.htmx-request .htmx-indicator,.htmx-request.htmx-indicator {
  opacity: 1;
}
.htmx-request .htmx-hide,.htmx-request.htmx-hide {
  display: none !important;
}
.htmx-swapping {
  opacity: 0;
  transition: opacity 0.15s;
}
.htmx-settling {
  animation: var(--animate-fade-in);
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-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;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-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;
      --tw-ease: initial;
    }
  }
}
