/*
 * invoice.Now — Hand-crafted Tailwind utility classes
 * Generated from: tailwindcss v4.1.18 theme.css reference
 * Contains ONLY the classes used in index.html
 *
 * Color values: oklch() from Tailwind's gray palette
 * Spacing: base unit 0.25rem (4px)
 * To add a class: find the pattern below, copy + modify
 */

/* ==========================================================================
   LAYOUT
   ========================================================================== */

.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.sticky { position: sticky; }

.top-0 { top: 0; }
.top-20 { top: 5rem; }
.right-0 { right: 0; }
.bottom-6 { bottom: 1.5rem; }
.left-0 { left: 0; }
.left-1\/2 { left: 50%; }
.-top-2\.5 { top: -0.625rem; }
.-right-2\.5 { right: -0.625rem; }

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

.block { display: block; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.hidden { display: none; }

.flex-col { flex-direction: column; }
.flex-1 { flex: 1 1 0%; }
.shrink-0 { flex-shrink: 0; }

.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.justify-end { justify-content: flex-end; }

.gap-1\.5 { gap: 0.375rem; }
.gap-2 { gap: 0.5rem; }
.gap-2\.5 { gap: 0.625rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }

.space-y-0\.5 > :not(:first-child) { margin-top: 0.125rem; }
.space-y-4 > :not(:first-child) { margin-top: 1rem; }
.space-y-10 > :not(:first-child) { margin-top: 2.5rem; }

.overflow-hidden { overflow: hidden; }
.overflow-visible { overflow: visible; }

/* ==========================================================================
   SIZING
   ========================================================================== */

.h-1 { height: 0.25rem; }
.h-1\.5 { height: 0.375rem; }
.h-2 { height: 0.5rem; }
.h-3 { height: 0.75rem; }
.h-3\.5 { height: 0.875rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-32 { height: 8rem; }
.h-fit { height: fit-content; }

.w-1 { width: 0.25rem; }
.w-1\.5 { width: 0.375rem; }
.w-3 { width: 0.75rem; }
.w-3\.5 { width: 0.875rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-8 { width: 2rem; }
.w-12 { width: 3rem; }
.w-16 { width: 4rem; }
.w-24 { width: 6rem; }
.w-full { width: 100%; }
.w-\[12\%\] { width: 12%; }
.w-\[18\%\] { width: 18%; }
.w-\[22\%\] { width: 22%; }
.w-\[50\%\] { width: 50%; }
.w-\[300px\] { width: 300px; }

.min-h-screen { min-height: 100vh; }
.min-h-\[3rem\] { min-height: 3rem; }
.min-w-\[80px\] { min-width: 80px; }

.max-h-12 { max-height: 3rem; }
.max-h-\[60px\] { max-height: 60px; }
.max-w-\[200px\] { max-width: 200px; }
.max-w-\[60\%\] { max-width: 60%; }
.max-w-\[80\%\] { max-width: 80%; }

/* ==========================================================================
   SPACING
   ========================================================================== */

.p-1 { padding: 0.25rem; }
.p-1\.5 { padding: 0.375rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-\[64px\] { padding: 64px; }

.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }

.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }

.pt-3 { padding-top: 0.75rem; }
.pt-4 { padding-top: 1rem; }
.pt-6 { padding-top: 1.5rem; }
.pr-2 { padding-right: 0.5rem; }
.pr-4 { padding-right: 1rem; }
.pr-8 { padding-right: 2rem; }
.pb-1\.5 { padding-bottom: 0.375rem; }
.pb-3 { padding-bottom: 0.75rem; }
.pl-6 { padding-left: 1.5rem; }

.m-0 { margin: 0; }
.mr-2 { margin-right: 0.5rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-1\.5 { margin-bottom: 0.375rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-14 { margin-bottom: 3.5rem; }
.mb-20 { margin-bottom: 5rem; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-12 { margin-top: 3rem; }
.mt-auto { margin-top: auto; }

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */

.text-xs { font-size: 0.75rem; line-height: calc(1 / 0.75); }
.text-sm { font-size: 0.875rem; line-height: calc(1.25 / 0.875); }
.text-base { font-size: 1rem; line-height: 1.5; }
.text-xl { font-size: 1.25rem; line-height: calc(1.75 / 1.25); }
.text-2xl { font-size: 1.5rem; line-height: calc(2 / 1.5); }
.text-\[1\.1rem\] { font-size: 1.1rem; }
.text-\[9px\] { font-size: 9px; }
.text-\[10px\] { font-size: 10px; }
.text-\[13px\] { font-size: 13px; }
.text-\[46px\] { font-size: 46px; }

.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }

.leading-none { line-height: 1; }
.leading-snug { line-height: 1.375; }
.leading-relaxed { line-height: 1.625; }

.tracking-tight { letter-spacing: -0.025em; }
.tracking-tighter { letter-spacing: -0.05em; }
.tracking-widest { letter-spacing: 0.1em; }

.uppercase { text-transform: uppercase; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.whitespace-pre-wrap { white-space: pre-wrap; }

.select-none { user-select: none; }
.cursor-default { cursor: default; }
.cursor-pointer { cursor: pointer; }
.pointer-events-none { pointer-events: none; }
.resize-none { resize: none; }
.outline-none { outline: none; }

/* ==========================================================================
   COLORS — Gray palette (oklch from Tailwind v4 theme)
   ========================================================================== */

.text-white { color: #fff; }
.text-gray-200 { color: oklch(92.8% 0.006 264.531); }
.text-gray-300 { color: oklch(87.2% 0.01 258.338); }
.text-gray-400 { color: oklch(70.7% 0.022 261.325); }
.text-gray-500 { color: oklch(55.1% 0.027 264.364); }
.text-gray-600 { color: oklch(44.6% 0.03 256.802); }
.text-gray-900 { color: oklch(21% 0.034 264.665); }
.text-emerald-400 { color: oklch(76.5% 0.177 163.223); }

.bg-white { background-color: #fff; }
.bg-white\/90 { background-color: rgb(255 255 255 / 0.9); }
.bg-gray-50 { background-color: oklch(98.5% 0.002 247.839); }
.bg-gray-50\/30 { background-color: oklch(98.5% 0.002 247.839 / 0.3); }
.bg-gray-50\/50 { background-color: oklch(98.5% 0.002 247.839 / 0.5); }
.bg-gray-200 { background-color: oklch(92.8% 0.006 264.531); }
.bg-gray-300 { background-color: oklch(87.2% 0.01 258.338); }
.bg-gray-900 { background-color: oklch(21% 0.034 264.665); }
.bg-transparent { background-color: transparent; }
.bg-\[\#FAFAFA\] { background-color: #FAFAFA; }
.bg-\[\#F4F4F5\] { background-color: #F4F4F5; }

.placeholder-gray-300::placeholder { color: oklch(87.2% 0.01 258.338); }
.placeholder-gray-400::placeholder { color: oklch(70.7% 0.022 261.325); }

/* ==========================================================================
   BORDERS
   ========================================================================== */

.border { border-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-b-2 { border-bottom-width: 2px; }
.border-l { border-left-width: 1px; }
.border-t { border-top-width: 1px; }

.border-gray-100 { border-color: oklch(96.7% 0.003 264.542); }
.border-gray-200 { border-color: oklch(92.8% 0.006 264.531); }
.border-gray-300 { border-color: oklch(87.2% 0.01 258.338); }
.border-gray-900 { border-color: oklch(21% 0.034 264.665); }
.border-transparent { border-color: transparent; }
.border-dashed { border-style: dashed; }

.rounded { border-radius: 0.25rem; }
.rounded-md { border-radius: 0.375rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-full { border-radius: 9999px; }
.rounded-\[6px\] { border-radius: 6px; }
.rounded-t-xl { border-top-left-radius: 0.75rem; border-top-right-radius: 0.75rem; }
.rounded-b-xl { border-bottom-left-radius: 0.75rem; border-bottom-right-radius: 0.75rem; }

/* ==========================================================================
   SHADOWS
   ========================================================================== */

.shadow-sm { box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); }
.shadow-gray-900\/10 { --tw-shadow-color: oklch(21% 0.034 264.665 / 0.1); box-shadow: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); }
.shadow-\[inset_1px_0_10px_rgba\(0\2c 0\2c 0\2c 0\.02\)\] { box-shadow: inset 1px 0 10px rgba(0,0,0,0.02); }

/* Custom shadows from tailwind config */
.shadow-input { box-shadow: 0 1px 2px rgba(0,0,0,0.02); }
.shadow-paper { box-shadow: 0 0 0 1px rgba(0,0,0,0.02), 0 20px 40px -10px rgba(0,0,0,0.08), 0 0 10px rgba(0,0,0,0.01); }

/* ==========================================================================
   EFFECTS & TRANSFORMS
   ========================================================================== */

.opacity-0 { opacity: 0; }
.backdrop-blur { backdrop-filter: blur(8px); }
.object-contain { object-fit: contain; }

.origin-top { transform-origin: top center; }
.-translate-x-1\/2 { transform: translateX(-50%); }
.translate-y-\[-10px\] { transform: translateY(-10px); }

.break-inside-avoid { break-inside: avoid; }

/* ==========================================================================
   TRANSITIONS & ANIMATIONS
   ========================================================================== */

.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }

.duration-75 { transition-duration: 75ms; }
.duration-300 { transition-duration: 300ms; }

@keyframes spin {
  to { transform: rotate(360deg); }
}
.animate-spin { animation: spin 1s linear infinite; }

/* ==========================================================================
   PSEUDO-CLASS STATES
   ========================================================================== */

/* Hover */
.hover\:bg-black:hover { background-color: #000; }
.hover\:bg-gray-50:hover { background-color: oklch(98.5% 0.002 247.839); }
.hover\:bg-gray-50\/50:hover { background-color: oklch(98.5% 0.002 247.839 / 0.5); }
.hover\:bg-gray-100\/50:hover { background-color: oklch(96.7% 0.003 264.542 / 0.5); }
.hover\:bg-white:hover { background-color: #fff; }
.hover\:text-gray-900:hover { color: oklch(21% 0.034 264.665); }
.hover\:text-gray-600:hover { color: oklch(44.6% 0.03 256.802); }
.hover\:text-red-500:hover { color: oklch(63.7% 0.237 25.331); }
.hover\:border-gray-200:hover { border-color: oklch(92.8% 0.006 264.531); }
.hover\:border-gray-300:hover { border-color: oklch(87.2% 0.01 258.338); }

/* Focus */
.focus\:bg-gray-50:focus { background-color: oklch(98.5% 0.002 247.839); }
.focus\:bg-white:focus { background-color: #fff; }
.focus\:ring-1:focus { box-shadow: 0 0 0 1px var(--tw-ring-color, oklch(21% 0.034 264.665)); }
.focus\:ring-gray-200:focus { --tw-ring-color: oklch(92.8% 0.006 264.531); }

/* Focus-within */
.focus-within\:border-gray-900:focus-within { border-color: oklch(21% 0.034 264.665); }
.focus-within\:ring-1:focus-within { box-shadow: 0 0 0 1px var(--tw-ring-color, oklch(21% 0.034 264.665)); }
.focus-within\:ring-gray-900:focus-within { --tw-ring-color: oklch(21% 0.034 264.665); }

/* Active */
.active\:scale-95:active { transform: scale(0.95); }

/* Group hover */
.group:hover .group-hover\:opacity-100 { opacity: 1; }
.group:hover .group-hover\:text-gray-600 { color: oklch(44.6% 0.03 256.802); }

/* Last child */
.last\:border-0:last-child { border-width: 0; }

/* Empty */
.empty\:hidden:empty { display: none; }

/* Selection */
.selection\:bg-gray-200 *::selection { background-color: oklch(92.8% 0.006 264.531); }
.selection\:bg-gray-200::selection { background-color: oklch(92.8% 0.006 264.531); }

/* ==========================================================================
   RESPONSIVE — sm (>= 640px)
   ========================================================================== */

@media (min-width: 640px) {
  .sm\:flex { display: flex; }
  .sm\:hidden { display: none; }
  .sm\:inline { display: inline; }
}

/* ==========================================================================
   RESPONSIVE — md (>= 768px)
   ========================================================================== */

@media (min-width: 768px) {
  .md\:flex { display: flex; }
  .md\:hidden { display: none; }
}

/* ==========================================================================
   RESPONSIVE — lg (>= 1024px)
   ========================================================================== */

@media (min-width: 1024px) {
  .lg\:flex-row { flex-direction: row; }
  .lg\:h-full { height: 100%; }
  .lg\:h-screen { height: 100vh; }
  .lg\:w-\[30\%\] { width: 30%; }
  .lg\:w-\[40\%\] { width: 40%; }
  .lg\:overflow-hidden { overflow: hidden; }
  .lg\:overflow-y-auto { overflow-y: auto; }
  .lg\:border-b-0 { border-bottom-width: 0; }
  .lg\:border-r { border-right-width: 1px; }
  .lg\:p-8 { padding: 2rem; }
  .lg\:p-10 { padding: 2.5rem; }
  .lg\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .lg\:relative { position: relative; }
  .lg\:gap-3 { gap: 0.75rem; }
  .lg\:inline { display: inline; }
}

/* ==========================================================================
   RESPONSIVE — xl (>= 1280px)
   ========================================================================== */

@media (min-width: 1280px) {
  .xl\:flex-row { flex-direction: row; }
  .xl\:w-64 { width: 16rem; }
}
