/*
   Tailwind-Lite: Complete self-hosted utility CSS for nordicwalking.de
   Replaces the Tailwind CDN (~300KB) with only the classes actually used (~12KB).
   Generated from a full scan of all nordic-live HTML files.
*/

/* =========================================
   1. LAYOUT & DISPLAY
   ========================================= */
.block { display: block; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }

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

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

/* Grid Columns */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }

@media (min-width: 640px) {
    .sm\:flex-row { flex-direction: row; }
    .sm\:block { display: block; }
    .sm\:p-0 { padding: 0; }
    .sm\:p-14 { padding: 3.5rem; }
    .sm\:inline-block { display: inline-block; }
    .sm\:align-middle { vertical-align: middle; }
    .sm\:h-screen { height: 100vh; }
    .sm\:my-8 { margin-top: 2rem; margin-bottom: 2rem; }
    .sm\:max-w-xl { max-width: 36rem; }
    .sm\:w-full { width: 100%; }
    .sm\:translate-x-0 { transform: translateX(0); }
    .sm\:origin-top-right { transform-origin: top right; }
    .sm\:right-0 { right: 0; }
    .sm\:translate-y-0 { --tw-translate-y: 0; }
    .sm\:scale-95 { --tw-scale: 0.95; }
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
    .md\:flex { display: flex; }
    .md\:flex-row { flex-direction: row; }
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .md\:p-12 { padding: 3rem; }
    .md\:text-5xl { font-size: 3rem; }
    .md\:text-7xl { font-size: 4.5rem; }
    .md\:text-2xl { font-size: 1.5rem; }
    .md\:col-span-2 { grid-column: span 2 / span 2; }
}

@media (min-width: 1024px) {
    .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\:col-span-3 { grid-column: span 3 / span 3; }
}

/* =========================================
   2. SPACING (Margins & Padding)
   ========================================= */
.mx-auto { margin-left: auto; margin-right: auto; }

.m-0 { margin: 0; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.mt-24 { margin-top: 6rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }

.p-1 { padding: 0.25rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-10 { padding: 2.5rem; }
.p-12 { padding: 3rem; }

.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; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }

.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-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }

.pt-4 { padding-top: 1rem; }
.pt-8 { padding-top: 2rem; }
.pt-10 { padding-top: 2.5rem; }
.pb-20 { padding-bottom: 5rem; }
.pl-5 { padding-left: 1.25rem; }
.pl-6 { padding-left: 1.5rem; }

.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.gap-16 { gap: 4rem; }

.space-y-1 > * + * { margin-top: 0.25rem; }
.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-12 > * + * { margin-top: 3rem; }
.space-y-16 > * + * { margin-top: 4rem; }

/* =========================================
   3. SIZING
   ========================================= */
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-8 { width: 2rem; }
.w-16 { width: 4rem; }
.w-20 { width: 5rem; }
.w-48 { width: 12rem; }
.w-full { width: 100%; }

.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-8 { height: 2rem; }
.h-12 { height: 3rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-auto { height: auto; }

.max-w-xs { max-width: 20rem; }
.max-w-md { max-width: 28rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-7xl { max-width: 80rem; }
.max-w-none { max-width: none; }

.min-h-\[85vh\] { min-height: 85vh; }
.min-h-screen { min-height: 100vh; }
.max-h-\[500px\] { max-height: 500px; }

.container { width: 100%; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }

/* =========================================
   4. TYPOGRAPHY
   ========================================= */
.text-\[10px\] { font-size: 10px; }
.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-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-7xl { font-size: 4.5rem; line-height: 1; }

.font-light { font-weight: 300; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-sans { font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif; }
.font-serif { font-family: 'Playfair Display', Georgia, serif; }

.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }

.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.tracking-tighter { letter-spacing: -0.05em; }
.tracking-\[0\.2em\] { letter-spacing: 0.2em; }

.leading-none { line-height: 1; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }

.underline { text-decoration: underline; }
.no-underline { text-decoration: none; }

.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.list-disc { list-style-type: disc; }
.list-decimal { list-style-type: decimal; }
.list-none { list-style-type: none; }

/* =========================================
   5. COLOR — Text
   ========================================= */
.text-white { color: #ffffff; }
.text-white\/70 { color: rgba(255, 255, 255, 0.7); }
.text-white\/80 { color: rgba(255, 255, 255, 0.8); }
.text-white\/90 { color: rgba(255, 255, 255, 0.9); }
.text-black { color: #000000; }

.text-gray-300 { color: #d1d5db; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.text-gray-600 { color: #4b5563; }
.text-gray-900 { color: #111827; }

.text-slate-500 { color: #64748b; }
.text-green-500 { color: #22c55e; }

.text-nordicBlue { color: #0077B6; }
.text-nordicGreen { color: #76C893; }
.text-nordicStone { color: #343A40; }
.text-\[\#ADE8F4\] { color: #ADE8F4; }

/* =========================================
   6. COLOR — Background
   ========================================= */
.bg-white { background-color: #ffffff; }
.bg-white\/5 { background-color: rgba(255, 255, 255, 0.05); }
.bg-white\/10 { background-color: rgba(255, 255, 255, 0.1); }
.bg-white\/20 { background-color: rgba(255, 255, 255, 0.2); }
.bg-white\/90 { background-color: rgba(255, 255, 255, 0.9); }
.bg-black { background-color: #000000; }

.bg-gray-50 { background-color: #f9fafb; }
.bg-gray-100 { background-color: #f3f4f6; }
.bg-green-50 { background-color: #f0fdf4; }
.bg-green-100 { background-color: #dcfce7; }
.bg-blue-50 { background-color: #eff6ff; }
.bg-blue-500\/10 { background-color: rgba(59, 130, 246, 0.1); }

.bg-nordicBlue { background-color: #0077B6; }
.bg-nordicBlue\/5 { background-color: rgba(0, 119, 182, 0.05); }
.bg-nordicBlue\/10 { background-color: rgba(0, 119, 182, 0.1); }
.bg-nordicGreen { background-color: #76C893; }
.bg-nordicGreen\/10 { background-color: rgba(118, 200, 147, 0.1); }
.bg-nordicGreen\/20 { background-color: rgba(118, 200, 147, 0.2); }
.bg-nordicCream { background-color: #F6F9F5; }

.bg-\[\#2D5A27\] { background-color: #2D5A27; }
.bg-\[\#F0F8FF\] { background-color: #F0F8FF; }
.bg-\[\#F6F9F5\] { background-color: #F6F9F5; }

/* Gradients */
.bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops)); }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.from-\[\#76C893\] { --tw-gradient-from: #76C893; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118,200,147,0)); }
.from-nordicBlue { --tw-gradient-from: #0077B6; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0,119,182,0)); }
.via-\[\#0077B6\]\/80 { --tw-gradient-stops: var(--tw-gradient-from), rgba(0,119,182,0.8), var(--tw-gradient-to, rgba(0,119,182,0)); }
.to-black\/30 { --tw-gradient-to: rgba(0, 0, 0, 0.3); }
.to-\[\#48CAE4\] { --tw-gradient-to: #48CAE4; }

/* =========================================
   7. BORDERS
   ========================================= */
.border { border-width: 1px; border-style: solid; border-color: #e5e7eb; }
.border-2 { border-width: 2px; border-style: solid; }
.border-4 { border-width: 4px; border-style: solid; }
.border-t { border-top-width: 1px; border-top-style: solid; border-top-color: #e5e7eb; }
.border-b { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #e5e7eb; }
.border-y { border-top-width: 1px; border-bottom-width: 1px; border-style: solid; border-color: #e5e7eb; border-left: 0; border-right: 0; }
.border-l-4 { border-left-width: 4px; border-left-style: solid; }
.border-dashed { border-style: dashed; }

.border-white { border-color: #ffffff; }
.border-white\/20 { border-color: rgba(255, 255, 255, 0.2); }
.border-white\/40 { border-color: rgba(255, 255, 255, 0.4); }
.border-gray-100 { border-color: #f3f4f6; }
.border-gray-200 { border-color: #e5e7eb; }
.border-gray-300 { border-color: #d1d5db; }
.border-nordicBlue { border-color: #0077B6; }
.border-nordicBlue\/50 { border-color: rgba(0, 119, 182, 0.5); }
.border-nordicGreen { border-color: #76C893; }
.border-nordicGreen\/30 { border-color: rgba(118, 200, 147, 0.3); }

.divide-y > * + * { border-top-width: 1px; border-top-style: solid; }
.divide-gray-100 > * + * { border-color: #f3f4f6; }
.divide-gray-200 > * + * { border-color: #e5e7eb; }

.rounded-md { border-radius: 0.375rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.rounded-\[3rem\] { border-radius: 3rem; }
.rounded-r-2xl { border-top-right-radius: 1rem; border-bottom-right-radius: 1rem; }
.rounded-tl-lg { border-top-left-radius: 0.5rem; }
.rounded-tr-lg { border-top-right-radius: 0.5rem; }

.ring-1 { box-shadow: 0 0 0 1px var(--tw-ring-color, rgba(0,0,0,0.05)); }
.ring-black { --tw-ring-color: #000000; }
.ring-opacity-5 { --tw-ring-opacity: 0.05; }

/* =========================================
   8. SHADOWS & EFFECTS
   ========================================= */
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }

.opacity-50 { opacity: 0.5; }
.opacity-60 { opacity: 0.6; }
.opacity-80 { opacity: 0.8; }
.opacity-90 { opacity: 0.9; }

.backdrop-blur-sm { backdrop-filter: blur(4px); }
.bg-opacity-40 { --tw-bg-opacity: 0.4; }
.bg-opacity-50 { --tw-bg-opacity: 0.5; }

.drop-shadow-md { filter: drop-shadow(0 4px 3px rgba(0,0,0,.07)) drop-shadow(0 2px 2px rgba(0,0,0,.06)); }

/* =========================================
   9. POSITIONING
   ========================================= */
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.sticky { position: sticky; }

.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.top-0 { top: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }
.left-0 { left: 0; }
.top-\[62px\] { top: 62px; }

.z-0 { z-index: 0; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.z-\[70\] { z-index: 70; }
.z-\[100\] { z-index: 100; }

.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.overflow-y-auto { overflow-y: auto; }

.object-cover { object-fit: cover; }

/* =========================================
   10. TRANSFORMS
   ========================================= */
.transform { transform: var(--tw-transform); }
.-translate-x-\[20\%\] { transform: translateX(-20%); }
.translate-y-4 { --tw-translate-y: 1rem; }
.scale-95 { --tw-scale: 0.95; }
.scale-100 { --tw-scale: 1; }

/* =========================================
   11. 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-transform { transition-property: transform; 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; }

.duration-75 { transition-duration: 75ms; }
.duration-200 { transition-duration: 200ms; }
.duration-300 { transition-duration: 300ms; }
.ease-in { transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }
.ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }

@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}
.animate-fade-in-up { animation: fadeInUp 0.8s ease-out forwards; }

.fade-enter { opacity: 0; transform: translateY(20px); transition: all 0.8s ease-out; }
.fade-visible { opacity: 1; transform: translateY(0); }

/* =========================================
   12. HOVER STATES
   ========================================= */
.hover\:text-white:hover { color: #ffffff; }
.hover\:text-\[\#ADE8F4\]:hover { color: #ADE8F4; }
.hover\:text-nordicBlue:hover { color: #0077B6; }
.hover\:text-nordicGreen:hover { color: #76C893; }
.hover\:text-gray-500:hover { color: #6b7280; }
.hover\:text-gray-600:hover { color: #4b5563; }

.hover\:bg-white:hover { background-color: #ffffff; }
.hover\:bg-white\/10:hover { background-color: rgba(255, 255, 255, 0.1); }
.hover\:bg-white\/20:hover { background-color: rgba(255, 255, 255, 0.2); }
.hover\:bg-gray-100:hover { background-color: #f3f4f6; }
.hover\:bg-slate-100:hover { background-color: #f1f5f9; }
.hover\:bg-nordicGreen\/5:hover { background-color: rgba(118, 200, 147, 0.05); }
.hover\:bg-green-600:hover { background-color: #16a34a; }
.hover\:bg-\[\#0096C7\]:hover { background-color: #0096C7; }
.hover\:bg-\[\#005F8D\]:hover { background-color: #005F8D; }
.hover\:bg-\[\#64b581\]:hover { background-color: #64b581; }

.hover\:border-white:hover { border-color: #ffffff; }
.hover\:border-nordicBlue\/50:hover { border-color: rgba(0, 119, 182, 0.5); }

.hover\:-translate-y-1:hover { transform: translateY(-0.25rem); }
.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:translate-x-2:hover { transform: translateX(0.5rem); }
.group:hover .group-hover\:translate-x-2 { transform: translateX(0.5rem); }
.group:hover .group-hover\:text-white { color: #ffffff; }

.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); }
.hover\:shadow-blue-900\/20:hover { box-shadow: 0 20px 25px -5px rgba(0, 31, 63, 0.2); }
.hover\:underline:hover { text-decoration: underline; }

/* =========================================
   13. FOCUS & DISABLED STATES
   ========================================= */
.focus\:ring-2:focus { box-shadow: 0 0 0 2px var(--tw-ring-color, #0077B6); }
.focus\:ring-nordicBlue:focus { --tw-ring-color: #0077B6; }
.focus\:border-transparent:focus { border-color: transparent; }
.outline-none { outline: none; }
.disabled\:opacity-50:disabled { opacity: 0.5; }

/* =========================================
   14. MISC UTILITIES
   ========================================= */
.cursor-pointer { cursor: pointer; }
.scroll-smooth { scroll-behavior: smooth; }
.group { /* marker for group-hover */ }

.border-collapse { border-collapse: collapse; }
.align-bottom { vertical-align: bottom; }
.align-middle { vertical-align: middle; }

.leading-\[0\] { line-height: 0; }

/* SVG viewbox sizing */
.w-\[150\%\] { width: 150%; }
.h-\[60px\] { height: 60px; }

/* x-cloak for Alpine.js */
[x-cloak] { display: none !important; }
