/**
 * Pocket-Sommelier - Tailwind Utilities (Static Build)
 * Ersetzt cdn.tailwindcss.com - enthält nur die tatsächlich genutzten Klassen.
 * 
 * Generiert am: 2026-02-18
 * Bei neuen Tailwind-Klassen: Entsprechende CSS-Regel hier ergänzen.
 * 
 * Custom Theme Colors:
 *   gold: #C5A059 | gold-dark: #A8863D | gold-light: #D4AF37
 *   cream: #FAFAF5
 *   wine-900: #722F37 (+ weitere Abstufungen)
 */

/* ==================== Reset / Base (Tailwind Preflight Subset) ==================== */
*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}
html { line-height: 1.5; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: 'Inter', system-ui, -apple-system, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
img, svg, video { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; }

/* ==================== Layout ==================== */
.block { display: block; }
.hidden { display: none; }
.flex { display: flex; }
.flex-1 { flex: 1 1 0%; }
.flex-shrink-0 { flex-shrink: 0; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-3 { gap: 0.75rem; }

/* ==================== Spacing ==================== */
.-m-2 { margin: -0.5rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mb-0\.5 { margin-bottom: 0.125rem; }
.mb-1 { margin-bottom: 0.25rem; }
.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; }
.ml-1 { margin-left: 0.25rem; }
.ml-4 { margin-left: 1rem; }
.p-2 { padding: 0.5rem; }
.p-4 { padding: 1rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.pt-4 { padding-top: 1rem; }
.pb-2 { padding-bottom: 0.5rem; }

/* Space between children */
.space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.25rem; }
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.375rem; }
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.625rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-5 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.25rem; }

/* ==================== Sizing ==================== */
.w-3 { width: 0.75rem; }
.w-3\.5 { width: 0.875rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-7 { width: 1.75rem; }
.w-9 { width: 2.25rem; }
.w-10 { width: 2.5rem; }
.w-20 { width: 5rem; }
.w-full { width: 100%; }
.h-3 { height: 0.75rem; }
.h-3\.5 { height: 0.875rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-7 { height: 1.75rem; }
.h-9 { height: 2.25rem; }
.h-10 { height: 2.5rem; }
.h-20 { height: 5rem; }
.max-w-lg { max-width: 32rem; }

/* ==================== Typography ==================== */
.font-sans { font-family: 'Inter', system-ui, -apple-system, sans-serif; }
.font-serif { font-family: 'Playfair Display', Georgia, serif; }
.font-mono { font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, monospace; }
.font-semibold { font-weight: 600; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-center { text-align: center; }
.leading-snug { line-height: 1.375; }

/* ==================== Colors - Text ==================== */
.text-white { color: #ffffff; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.text-gray-600 { color: #4b5563; }
.text-gray-700 { color: #374151; }
.text-gray-800 { color: #1f2937; }
.text-gray-900 { color: #111827; }
.text-red-600 { color: #dc2626; }
.text-red-700 { color: #b91c1c; }
.text-red-800 { color: #991b1b; }
.text-amber-600 { color: #d97706; }
.text-amber-800 { color: #92400e; }
.text-yellow-600 { color: #ca8a04; }
.text-teal-600 { color: #0d9488; }
.text-blue-600 { color: #2563eb; }
.text-purple-600 { color: #9333ea; }

/* Custom theme color */
.text-gold { color: #C5A059; }

/* ==================== Colors - Background ==================== */
.bg-white { color: inherit; background-color: #ffffff; }
.bg-white\/20 { background-color: rgb(255 255 255 / 0.2); }
.bg-gray-50 { background-color: #f9fafb; }
.bg-gray-100 { background-color: #f3f4f6; }
.bg-red-50 { background-color: #fef2f2; }
.bg-amber-50 { background-color: #fffbeb; }
.bg-yellow-50 { background-color: #fefce8; }
.bg-teal-50 { background-color: #f0fdfa; }
.bg-blue-50 { background-color: #eff6ff; }
.bg-purple-50 { background-color: #faf5ff; }

/* Custom theme color */
.bg-gold\/10 { background-color: rgb(197 160 89 / 0.1); }
.bg-cream { background-color: #FAFAF5; }

/* ==================== Borders & Radius ==================== */
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-full { border-radius: 9999px; }

/* ==================== Effects ==================== */
.opacity-90 { opacity: 0.9; }

/* ==================== Custom Wine Theme Colors (für Zukunft) ==================== */
/*
.bg-wine-50  { background-color: #fdf2f4; }
.bg-wine-100 { background-color: #fce8eb; }
.bg-wine-900 { background-color: #722F37; }
.text-wine-900 { color: #722F37; }
*/
