/* ============================================================================
   MEER FOUNDATION — CONTENT COMPATIBILITY STYLESHEET
   Auto-generated from Z AI content classes. Pure vanilla CSS — no Tailwind.
   Maps Tailwind-style utility class names to standard CSS properties.
   ============================================================================ */

/* ===== CUSTOM Z AI SEMANTIC CLASSES ===== */
.meer-eyebrow { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent); margin-bottom: 0.5rem; }
.meer-gradient-text { background: linear-gradient(135deg, var(--primary), var(--accent)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.meer-glass-strong { background: rgba(var(--bg-card), 0.85); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.meer-aurora { position: absolute; inset: 0; overflow: hidden; }
.meer-aurora::before, .meer-aurora::after {
  content: ''; position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.3;
  animation: float 15s ease-in-out infinite alternate;
}
.meer-aurora::before { background: var(--primary); width: 500px; height: 500px; top: -20%; left: -10%; }
.meer-aurora::after { background: var(--secondary); width: 400px; height: 400px; bottom: -15%; right: -5%; animation-delay: -7s; }

.page-content { padding-top: var(--header-height); }

/* ===== COLOR UTILITIES WITH OPACITY ===== */
.text-accent { color: var(--accent); }
.text-primary { color: var(--primary); }
.text-secondary { color: var(--secondary); }
.text-success { color: var(--success); }
.text-foreground { color: var(--ink); }
.text-muted-foreground { color: var(--muted); }
.text-primary-foreground { color: #fff; }
.text-secondary-foreground { color: #fff; }
.text-white { color: #fff; }
.text-inherit { color: inherit; }
.text-transparent { color: transparent; }

.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops, var(--primary), var(--secondary))); }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops, var(--primary), var(--secondary))); }
.bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops, transparent, var(--bg))); }
.from-primary { --tw-gradient-from: var(--primary); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.via-\[\#0a4749\] { --tw-gradient-via: #0a4749; }
.to-secondary { --tw-gradient-to: var(--secondary); }
.to-accent\/5 { --tw-gradient-to: color-mix(in srgb, var(--accent) 5%, transparent); }
.from-primary\/10 { --tw-gradient-from: color-mix(in srgb, var(--primary) 10%, transparent); }
.via-primary\/5 { --tw-gradient-via: color-mix(in srgb, var(--primary) 5%, transparent); }
.from-transparent { --tw-gradient-from: transparent; }
.to-transparent { --tw-gradient-to: transparent; }

/* Opacity-modified colors */
.bg-primary\/5 { background-color: color-mix(in srgb, var(--primary) 5%, transparent); }
.bg-primary\/8 { background-color: color-mix(in srgb, var(--primary) 8%, transparent); }
.bg-primary\/10 { background-color: color-mix(in srgb, var(--primary) 10%, transparent); }
.bg-primary\/15 { background-color: color-mix(in srgb, var(--primary) 15%, transparent); }
.bg-secondary\/5 { background-color: color-mix(in srgb, var(--secondary) 5%, transparent); }
.bg-secondary\/10 { background-color: color-mix(in srgb, var(--secondary) 10%, transparent); }
.bg-secondary\/15 { background-color: color-mix(in srgb, var(--secondary) 15%, transparent); }
.bg-accent\/5 { background-color: color-mix(in srgb, var(--accent) 5%, transparent); }
.bg-accent\/10 { background-color: color-mix(in srgb, var(--accent) 10%, transparent); }
.bg-accent\/15 { background-color: color-mix(in srgb, var(--accent) 15%, transparent); }
.bg-accent\/20 { background-color: color-mix(in srgb, var(--accent) 20%, transparent); }
.bg-success\/5 { background-color: rgba(46,125,50,0.05); }
.bg-success\/10 { background-color: rgba(46,125,50,0.1); }
.bg-success\/15 { background-color: rgba(46,125,50,0.15); }
.bg-danger\/5 { background-color: rgba(220,38,38,0.05); }
.bg-danger\/10 { background-color: rgba(220,38,38,0.1); }
.bg-danger\/15 { background-color: rgba(220,38,38,0.15); }
.bg-warn\/10 { background-color: rgba(178,106,0,0.1); }
.bg-warn\/15 { background-color: rgba(178,106,0,0.15); }
.bg-warning\/5 { background-color: rgba(178,106,0,0.05); }
.bg-warning\/15 { background-color: rgba(178,106,0,0.15); }
.bg-muted\/20 { background-color: rgba(245,240,229,0.2); }
.bg-muted\/30 { background-color: rgba(245,240,229,0.3); }
.bg-muted\/40 { background-color: rgba(245,240,229,0.4); }
.bg-muted\/50 { background-color: rgba(245,240,229,0.5); }
.bg-muted-foreground\/30 { background-color: rgba(107,94,78,0.3); }
.bg-muted-foreground\/40 { background-color: rgba(107,94,78,0.4); }
.bg-card\/60 { background-color: rgba(255,255,255,0.6); }
.bg-card\/70 { background-color: rgba(255,255,255,0.7); }
.bg-card\/80 { background-color: rgba(255,255,255,0.8); }
.bg-card\/10 { background-color: rgba(255,255,255,0.1); }
.bg-card\/40 { background-color: rgba(255,255,255,0.4); }
.bg-background\/40 { background-color: rgba(255,255,255,0.4); }
.bg-background\/60 { background-color: rgba(255,255,255,0.6); }
.bg-white\/10 { background-color: rgba(255,255,255,0.1); }
.bg-white\/20 { background-color: rgba(255,255,255,0.2); }
.bg-white\/60 { background-color: rgba(255,255,255,0.6); }
.bg-white\/80 { background-color: rgba(255,255,255,0.8); }
.bg-white\/85 { background-color: rgba(255,255,255,0.85); }
.bg-black\/50 { background-color: rgba(0,0,0,0.5); }
.bg-black\/60 { background-color: rgba(0,0,0,0.6); }
.bg-surface-alt\/30 { background-color: rgba(245,240,229,0.3); }

.text-white\/70 { color: rgba(255,255,255,0.7); }
.text-white\/80 { color: rgba(255,255,255,0.8); }
.text-white\/85 { color: rgba(255,255,255,0.85); }
.text-white\/90 { color: rgba(255,255,255,0.9); }
.text-foreground\/70 { color: color-mix(in srgb, var(--ink) 70%, transparent); }
.text-foreground\/80 { color: color-mix(in srgb, var(--ink) 80%, transparent); }
.text-foreground\/90 { color: color-mix(in srgb, var(--ink) 90%, transparent); }
.text-muted-foreground\/80 { color: rgba(107,94,78,0.8); }

.border-border\/60 { border-color: rgba(229,219,200,0.6); }
.border-border\/40 { border-color: rgba(229,219,200,0.4); }
.border-primary\/20 { border-color: color-mix(in srgb, var(--primary) 20%, transparent); }
.border-primary\/30 { border-color: color-mix(in srgb, var(--primary) 30%, transparent); }
.border-primary\/40 { border-color: color-mix(in srgb, var(--primary) 40%, transparent); }
.border-secondary\/30 { border-color: color-mix(in srgb, var(--secondary) 30%, transparent); }
.border-accent\/30 { border-color: color-mix(in srgb, var(--accent) 30%, transparent); }
.border-accent\/40 { border-color: color-mix(in srgb, var(--accent) 40%, transparent); }
.border-white\/10 { border-color: rgba(255,255,255,0.1); }
.border-white\/20 { border-color: rgba(255,255,255,0.2); }
.border-white\/30 { border-color: rgba(255,255,255,0.3); }
.border-white\/40 { border-color: rgba(255,255,255,0.4); }

.ring-1 { box-shadow: 0 0 0 1px var(--border); }
.ring-white\/20 { box-shadow: 0 0 0 1px rgba(255,255,255,0.2); }

/* ===== ASPECT RATIOS ===== */
.aspect-square { aspect-ratio: 1/1; }
.aspect-\[16\/9\] { aspect-ratio: 16/9; }
.aspect-\[16\/7\] { aspect-ratio: 16/7; }
.aspect-\[16\/10\] { aspect-ratio: 16/10; }
.aspect-\[4\/3\] { aspect-ratio: 4/3; }
.aspect-\[3\/4\] { aspect-ratio: 3/4; }
.aspect-\[5\/3\] { aspect-ratio: 5/3; }
.aspect-\[5\/4\] { aspect-ratio: 5/4; }
.aspect-\[4\/5\] { aspect-ratio: 4/5; }

/* ===== ANIMATIONS ===== */
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
@keyframes bounce { 0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8,0,1,1); } 50% { transform: translateY(0); animation-timing-function: cubic-bezier(0,0,0.2,1); } }
@keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } }

/* ===== SPACE-Y / SPACE-X UTILITIES ===== */
.space-y-0\.5 > * + * { margin-top: 0.125rem; }
.space-y-1 > * + * { margin-top: 0.25rem; }
.space-y-1\.5 > * + * { margin-top: 0.375rem; }
.space-y-2 > * + * { margin-top: 0.5rem; }
.space-y-3 > * + * { margin-top: 0.75rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.space-y-8 > * + * { margin-top: 2rem; }
.space-y-10 > * + * { margin-top: 2.5rem; }
.space-y-12 > * + * { margin-top: 3rem; }
.space-y-16 > * + * { margin-top: 4rem; }
.space-x-2 > * + * { margin-left: 0.5rem; }
.space-x-3 > * + * { margin-left: 0.75rem; }
.space-x-4 > * + * { margin-left: 1rem; }

/* ===== RESPONSIVE BREAKPOINTS ===== */
@media (min-width: 640px) {
  .sm\:block { display: block; }
  .sm\:flex { display: flex; }
  .sm\:grid { display: grid; }
  .sm\:hidden { display: none; }
  .sm\:inline-flex { display: inline-flex; }
  .sm\:flex-row { flex-direction: row; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sm\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .sm\:col-span-1 { grid-column: span 1 / span 1; }
  .sm\:col-span-2 { grid-column: span 2 / span 2; }
  .sm\:text-sm { font-size: 0.875rem; line-height: 1.25rem; }
  .sm\:text-base { font-size: 1rem; line-height: 1.5rem; }
  .sm\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
  .sm\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .sm\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
  .sm\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .sm\:px-4 { padding-left: 1rem; padding-right: 1rem; }
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .sm\:py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
  .sm\:p-5 { padding: 1.25rem; }
  .sm\:p-6 { padding: 1.5rem; }
  .sm\:gap-3 { gap: 0.75rem; }
  .sm\:gap-4 { gap: 1rem; }
  .sm\:gap-6 { gap: 1.5rem; }
  .sm\:w-auto { width: auto; }
  .sm\:self-center { align-self: center; }
  .sm\:items-center { align-items: center; }
  .sm\:h-16 { height: 4rem; }
  .sm\:w-16 { width: 4rem; }
}

@media (min-width: 1024px) {
  .lg\:block { display: block; }
  .lg\:flex { display: flex; }
  .lg\:grid { display: grid; }
  .lg\:hidden { display: none; }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .lg\:px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
  .lg\:py-12 { padding-top: 3rem; padding-bottom: 3rem; }
  .lg\:py-28 { padding-top: 7rem; padding-bottom: 7rem; }
  .lg\:text-lg { font-size: 1.125rem; }
  .lg\:col-span-2 { grid-column: span 2 / span 2; }
  .lg\:gap-8 { gap: 2rem; }
}

@media (min-width: 1280px) {
  .xl\:block { display: block; }
  .xl\:hidden { display: none; }
  .xl\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .xl\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ===== HOVER STATES ===== */
.hover\:bg-accent\/10:hover { background-color: color-mix(in srgb, var(--accent) 10%, transparent); }
.hover\:bg-muted:hover { background-color: #f5f0e5; }
.hover\:bg-primary\/10:hover { background-color: color-mix(in srgb, var(--primary) 10%, transparent); }
.hover\:bg-primary\/90:hover { background-color: color-mix(in srgb, var(--primary) 90%, transparent); }
.hover\:bg-secondary\/90:hover { background-color: color-mix(in srgb, var(--secondary) 90%, transparent); }
.hover\:bg-white\/20:hover { background-color: rgba(255,255,255,0.2); }
.hover\:text-foreground:hover { color: var(--ink); }
.hover\:text-primary:hover { color: var(--primary); }
.hover\:text-accent-foreground:hover { color: var(--ink); }
.hover\:underline:hover { text-decoration: underline; }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); }

/* ===== FOCUS STATES ===== */
.focus\:not-sr-only:focus { position: static; width: auto; height: auto; padding: 0; margin: 0; overflow: visible; clip: auto; white-space: normal; }
.focus\:ring-2:focus { box-shadow: 0 0 0 2px var(--primary); }
.focus-visible\:ring-2:focus-visible { box-shadow: 0 0 0 2px var(--primary); }
.focus-visible\:outline-none:focus-visible { outline: none; }
.focus\:border-primary:focus { border-color: var(--primary); }

/* ===== DISABLED STATES ===== */
.disabled\:pointer-events-none:disabled { pointer-events: none; }
.disabled\:opacity-50:disabled { opacity: 0.5; }
.disabled\:opacity-60:disabled { opacity: 0.6; }

/* ===== CUSTOM SIZE VALUES ===== */
.size-9 { width: 2.25rem; height: 2.25rem; }
.h-16 { height: 4rem; }
.h-11 { height: 2.75rem; }
.h-10 { height: 2.5rem; }
.h-14 { height: 3.5rem; }
.w-11 { width: 2.75rem; }
.w-10 { width: 2.5rem; }
.w-14 { width: 3.5rem; }
.w-48 { width: 12rem; }

/* ===== CLAMP FONT SIZES ===== */
[class*="text-\[clamp"] {
  /* Handled inline by the content — these are clamp() values in style attributes */
}

.absolute { position: absolute; }
.animate-bounce { animation: bounce 1s infinite; }
.animate-ping { animation: ping 1s cubic-bezier(0,0,0.2,1) infinite; }
.animate-pulse { animation: pulse 2s cubic-bezier(0.4,0,0.6,1) infinite; }
.backdrop-blur { backdrop-filter: blur(8px); }
.backdrop-blur-md { backdrop-filter: blur(12px); }
.bg-accent { background-color: var(--accent); }
.bg-background { background-color: var(--bg); }
.bg-card { background-color: var(--bg-card); }
.bg-danger { background-color: #dc2626; }
.bg-muted { background-color: #f5f0e5; }
.bg-primary { background-color: var(--primary); }
.bg-secondary { background-color: var(--secondary); }
.bg-success { background-color: var(--success); }
.bg-transparent { background-color: transparent; }
.bg-white { background-color: #fff; }
.block { display: block; }
.blur-3xl { filter: blur(64px); }
.border { border-width: 1px; border-style: solid; border-color: var(--border); }
.border-0 { border-width: 0; }
.border-2 { border-width: 2px; }
.border-b { border-bottom-width: 1px; border-bottom-style: solid; }
.border-t { border-top-width: 1px; border-top-style: solid; }
.col-span-2 { grid-column: span 2 / span 2; }
.cursor-pointer { cursor: pointer; }
.duration-200 { transition-duration: 200ms; }
.flex { display: flex; }
.flex-1 { flex: 1 1 0%; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.font-bold { font-weight: 700; }
.font-heading { font-family: var(--font-heading); }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.gap-0\.5 { gap: 0.125rem; }
.gap-1 { gap: 0.25rem; }
.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; }
.gap-8 { gap: 2rem; }
.gap-x-2 { column-gap: 0.5rem; }
.gap-x-3 { column-gap: 0.75rem; }
.gap-y-0\.5 { row-gap: 0.125rem; }
.gap-y-1 { row-gap: 0.25rem; }
.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.h-1 { height: 0.25rem; }
.h-1\.5 { height: 0.375rem; }
.h-10 { height: 2.5rem; }
.h-11 { height: 2.75rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-2 { height: 0.5rem; }
.h-2\.5 { height: 0.625rem; }
.h-20 { height: 5rem; }
.h-24 { height: 6rem; }
.h-3 { height: 0.75rem; }
.h-3\.5 { height: 0.875rem; }
.h-4 { height: 1rem; }
.h-48 { height: 12rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-7 { height: 1.75rem; }
.h-8 { height: 2rem; }
.h-9 { height: 2.25rem; }
.h-full { height: 100%; }
.inline { display: inline; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.italic { font-style: italic; }
.items-baseline { align-items: baseline; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.items-start { align-items: flex-start; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.justify-end { justify-content: flex-end; }
.leading-none { line-height: 1; }
.leading-relaxed { line-height: 1.625; }
.leading-snug { line-height: 1.375; }
.leading-tight { line-height: 1.25; }
.left-0 { left: 0; }
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.line-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-7xl { max-width: 80rem; }
.max-w-md { max-width: 28rem; }
.max-w-xl { max-width: 36rem; }
.max-w-xs { max-width: 20rem; }
.mb-0\.5 { margin-bottom: 0.125rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-1\.5 { margin-bottom: 0.375rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.min-h-screen { min-height: 100vh; }
.min-w-0 { min-width: 0; }
.ml-1 { margin-left: 0.25rem; }
.ml-1\.5 { margin-left: 0.375rem; }
.ml-2 { margin-left: 0.5rem; }
.mr-1 { margin-right: 0.25rem; }
.mr-1\.5 { margin-right: 0.375rem; }
.mr-2 { margin-right: 0.5rem; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-1\.5 { margin-top: 0.375rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-7 { margin-top: 1.75rem; }
.mt-8 { margin-top: 2rem; }
.mx-1 { margin-left: 0.25rem; margin-right: 0.25rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.object-contain { object-fit: contain; }
.opacity-0 { opacity: 0; }
.opacity-10 { opacity: 0.1; }
.opacity-30 { opacity: 0.3; }
.opacity-50 { opacity: 0.5; }
.opacity-75 { opacity: 0.75; }
.opacity-80 { opacity: 0.8; }
.outline-none { outline: none; }
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.overflow-y-auto { overflow-y: auto; }
.p-0\.5 { padding: 0.125rem; }
.p-1 { padding: 0.25rem; }
.p-1\.5 { padding: 0.375rem; }
.p-2 { padding: 0.5rem; }
.p-2\.5 { padding: 0.625rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-3 { padding-bottom: 0.75rem; }
.pl-10 { padding-left: 2.5rem; }
.pl-12 { padding-left: 3rem; }
.pl-8 { padding-left: 2rem; }
.pl-9 { padding-left: 2.25rem; }
.pointer-events-none { pointer-events: none; }
.pr-1 { padding-right: 0.25rem; }
.pr-3 { padding-right: 0.75rem; }
.pt-0 { padding-top: 0; }
.pt-1 { padding-top: 0.25rem; }
.pt-1\.5 { padding-top: 0.375rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-20 { padding-top: 5rem; }
.pt-3 { padding-top: 0.75rem; }
.pt-4 { padding-top: 1rem; }
.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.px-1\.5 { padding-left: 0.375rem; padding-right: 0.375rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-2\.5 { padding-left: 0.625rem; padding-right: 0.625rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.relative { position: relative; }
.resize-none { resize: none; }
.rounded { border-radius: 0.25rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-md { border-radius: 0.375rem; }
.rounded-none { border-radius: 0; }
.rounded-xl { border-radius: 0.75rem; }
.scroll-mt-20 { scroll-margin-top: 5rem; }
.select-none { user-select: none; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); }
.shadow-sm { box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.shadow-xs { box-shadow: 0 1px 1px rgba(0,0,0,0.04); }
.shrink-0 { flex-shrink: 0; }
.sticky { position: sticky; }
.tabular-nums { font-variant-numeric: tabular-nums; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-accent { color: var(--accent); }
.text-accent-foreground { color: var(--ink); }
.text-balance { text-wrap: balance; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-border { color: var(--border); }
.text-danger { color: #dc2626; }
.text-foreground { color: var(--ink); }
.text-left { text-align: left; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-muted-foreground { color: var(--muted); }
.text-pretty { text-wrap: pretty; }
.text-primary { color: var(--primary); }
.text-primary-foreground { color: #fff; }
.text-right { text-align: right; }
.text-secondary { color: var(--secondary); }
.text-secondary-foreground { color: #fff; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-success { color: var(--success); }
.text-warn { color: #b26a00; }
.text-warning { color: #b26a00; }
.text-white { color: #fff; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.transition-all { transition: all 0.2s ease; }
.transition-colors { transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease; }
.transition-opacity { transition: opacity 0.2s ease; }
.transition-transform { transition: transform 0.2s ease; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.uppercase { text-transform: uppercase; }
.w-1 { width: 0.25rem; }
.w-1\.5 { width: 0.375rem; }
.w-10 { width: 2.5rem; }
.w-11 { width: 2.75rem; }
.w-12 { width: 3rem; }
.w-14 { width: 3.5rem; }
.w-16 { width: 4rem; }
.w-2 { width: 0.5rem; }
.w-2\.5 { width: 0.625rem; }
.w-20 { width: 5rem; }
.w-24 { width: 6rem; }
.w-3 { width: 0.75rem; }
.w-3\.5 { width: 0.875rem; }
.w-4 { width: 1rem; }
.w-48 { width: 12rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-7 { width: 1.75rem; }
.w-8 { width: 2rem; }
.w-9 { width: 2.25rem; }
.w-full { width: 100%; }
.whitespace-nowrap { white-space: nowrap; }
.whitespace-pre-wrap { white-space: pre-wrap; }
.z-10 { z-index: 10; }
.z-30 { z-index: 30; }
