/* ==========================================================================
   Letter Template — Extracted Tailwind Utilities
   Originally loaded via Tailwind CDN with prefix 'tw-', preflight disabled.
   Extracted as static CSS for performance. Edit this file directly.
   ========================================================================== */

/* --- Layout & Positioning --- */
.tw-relative { position: relative; }
.tw-z-\[99\] { z-index: 99; }
.tw-flex { display: flex; }
.tw-inline-block { display: inline-block; }
.tw-block { display: block; }
.tw-flex-col { flex-direction: column; }
.tw-flex-nowrap { flex-wrap: nowrap; }
.tw-justify-center { justify-content: center; }
.tw-shrink-0 { flex-shrink: 0; }
.tw-text-left { text-align: left; }
.tw-text-center { text-align: center; }

/* --- Spacing: Margin --- */
.tw-mt-0 { margin-top: 0; }
.tw-mt-1 { margin-top: 0.25rem; }
.tw-mt-4 { margin-top: 1rem; }
.tw-mt-8 { margin-top: 2rem; }
.tw--mt-4 { margin-top: -1rem; }
.tw-mb-3 { margin-bottom: 0.75rem; }
.tw-mb-4 { margin-bottom: 1rem; }
.tw-mb-5 { margin-bottom: 1.25rem; }
.tw-mx-8 { margin-left: 2rem; margin-right: 2rem; }
.tw-mx-auto { margin-left: auto; margin-right: auto; }

/* --- Spacing: Padding --- */
.tw-p-4 { padding: 1rem; }
.tw-pb-0 { padding-bottom: 0; }
.tw-pb-6 { padding-bottom: 1.5rem; }
.tw-py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.tw-py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.tw-py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.tw-py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.tw-px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.tw-px-8 { padding-left: 2rem; padding-right: 2rem; }
.tw-px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.tw-gap-2 { gap: 0.5rem; }
.tw-gap-3 { gap: 0.75rem; }

/* --- Sizing --- */
.tw-w-full { width: 100%; }
.tw-w-80 { width: 20rem; }
.tw-w-\[90px\] { width: 90px; }
.tw-max-w-5xl { max-width: 64rem; }
.tw-max-w-\[420px\] { max-width: 420px; }
.tw-h-60 { height: 15rem; }

/* --- Typography --- */
.tw-font-serif { font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; }
.tw-text-xs { font-size: 0.75rem; line-height: 1rem; }
.tw-text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.tw-text-base { font-size: 1rem; line-height: 1.5rem; }
.tw-text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.tw-text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.tw-italic { font-style: italic; }
.tw-leading-tight { line-height: 1.25; }
.tw-leading-snug { line-height: 1.375; }
.tw-tracking-wide { letter-spacing: 0.025em; }
.tw-whitespace-nowrap { white-space: nowrap; }
.tw-no-underline { text-decoration-line: none; }

/* --- Colors --- */
.tw-text-white { color: #fff; }
.tw-text-gray-400 { color: #9ca3af; }
.tw-text-gray-500 { color: #6b7280; }
.tw-text-gray-600 { color: #4b5563; }
.tw-text-gray-700 { color: #374151; }
.tw-text-gray-800 { color: #1f2937; }
.tw-bg-white { background-color: #fff; }
.tw-bg-\[\#e8560a\] { background-color: #e8560a; }

/* --- Borders & Radius --- */
.tw-border-0 { border-width: 0; }
.tw-rounded-sm { border-radius: 0.125rem; }

/* --- Effects & Transforms --- */
.tw-shadow-\[1px_2px_6px_rgba\(0\,0\,0\,0\.2\)\] { box-shadow: 1px 2px 6px rgba(0,0,0,0.2); }
.tw-shadow-\[2px_4px_12px_rgba\(0\,0\,0\,0\.25\)\] { box-shadow: 2px 4px 12px rgba(0,0,0,0.25); }
.tw-rotate-\[-2deg\] { transform: rotate(-2deg); }
.tw-object-cover { object-fit: cover; }
.tw-cursor-pointer { cursor: pointer; }

/* --- Hover States --- */
.hover\:tw-shadow-\[4px_8px_20px_rgba\(0\,0\,0\,0\.4\)\]:hover { box-shadow: 4px 8px 20px rgba(0,0,0,0.4); }

/* --- Responsive: md (768px+) --- */
@media (min-width: 768px) {
    .md\:tw-mt-0 { margin-top: 0; }
    .md\:tw-mx-auto { margin-left: auto; margin-right: auto; }
}
