/* DMEHelper - Production CSS (Replaces Tailwind CDN) */
/* Generated from Tailwind CSS utilities and custom colors */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  font-family: 'Inter', sans-serif;
}

/* ========== TYPOGRAPHY ========== */
.font-heading,
.font-syne {
  font-family: 'Nunito', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito', sans-serif;
}

.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }
.font-medium { font-weight: 500; }
.font-extrabold { font-weight: 800; }

.text-xs { font-size: 0.75rem; }
.text-sm { font-size: 0.875rem; }
.text-base { font-size: 1rem; }
.text-lg { font-size: 1.125rem; }
.text-xl { font-size: 1.25rem; }
.text-2xl { font-size: 1.5rem; }
.text-3xl { font-size: 1.875rem; }
.text-4xl { font-size: 2.25rem; }
.text-5xl { font-size: 3rem; }

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

/* ========== COLORS ========== */
.text-navy { color: #1a5f6a; }
.text-deep-teal { color: #1a6b78; }
.text-teal { color: #2d8f9c; }
.text-gold { color: #d4956f; }
.text-light-gold { color: #e8c4a8; }
.text-cream { color: #fef7f3; }
.text-orange { color: #d4956f; }
.text-orange-dark { color: #b87455; }
.text-white { color: #ffffff; }
.text-gray-300 { color: #d1d5db; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.text-gray-600 { color: #4b5563; }
.text-gray-700 { color: #374151; }

.bg-navy { background-color: #1a5f6a; }
.bg-deep-teal { background-color: #1a6b78; }
.bg-teal { background-color: #2d8f9c; }
.bg-gold { background-color: #d4956f; }
.bg-light-gold { background-color: #e8c4a8; }
.bg-cream { background-color: #fef7f3; }
.bg-orange { background-color: #d4956f; }
.bg-orange-dark { background-color: #b87455; }
.bg-white { background-color: #ffffff; }
.bg-gray-50 { background-color: #f9fafb; }
.bg-gray-100 { background-color: #f3f4f6; }
.bg-gray-200 { background-color: #e5e7eb; }
.bg-gray-300 { background-color: #d1d5db; }

.bg-teal\/5 { background-color: rgba(45, 143, 156, 0.05); }
.bg-teal\/10 { background-color: rgba(45, 143, 156, 0.1); }
.bg-teal\/50 { background-color: rgba(45, 143, 156, 0.5); }
.bg-navy\/5 { background-color: rgba(26, 95, 106, 0.05); }
.text-white\/50 { color: rgba(255, 255, 255, 0.5); }
.text-white\/80 { color: rgba(255, 255, 255, 0.8); }

/* ========== BORDERS ========== */
.border { border-width: 1px; border-style: solid; }
.border-2 { border-width: 2px; border-style: solid; }
.border-t { border-top-width: 1px; }
.border-b { border-bottom-width: 1px; }

.border-gray-100 { border-color: #f3f4f6; }
.border-gray-200 { border-color: #e5e7eb; }
.border-gray-300 { border-color: #d1d5db; }
.border-teal { border-color: #2d8f9c; }
.border-gold { border-color: #d4956f; }

.border-teal\/10 { border-color: rgba(45, 143, 156, 0.1); }
.border-teal\/20 { border-color: rgba(45, 143, 156, 0.2); }
.border-teal\/30 { border-color: rgba(45, 143, 156, 0.3); }
.border-gold\/20 { border-color: rgba(212, 149, 111, 0.2); }
.border-gold\/40 { border-color: rgba(212, 149, 111, 0.4); }
.border-navy\/10 { border-color: rgba(26, 95, 106, 0.1); }
.border-gray-100 { border-color: #f3f4f6; }

.rounded { border-radius: 0.25rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }
.rounded-t-2xl { border-top-left-radius: 1rem; border-top-right-radius: 1rem; }

/* ========== SPACING ========== */
.p-0 { padding: 0; }
.p-1 { padding: 0.25rem; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }

.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }

.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }

.m-0 { margin: 0; }
.mt-1 { margin-top: 0.25rem; }
.mt-3 { margin-top: 0.75rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mt-auto { margin-top: auto; }

.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }

/* ========== LAYOUT ========== */
.flex { display: flex; }
.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; }
.items-end { align-items: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-start { justify-content: flex-start; }

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

.w-full { width: 100%; }
.h-full { height: 100%; }
.min-w-0 { min-width: 0; }
.max-w-6xl { max-width: 72rem; }

.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)); }

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

/* ========== FLEXBOX ========== */
.flex-shrink-0 { flex-shrink: 0; }
.flex-shrink { flex-shrink: 1; }

/* ========== SHADOWS ========== */
.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); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }

/* ========== TRANSITIONS ========== */
.transition-colors {
  transition-property: color, background-color, border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  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;
}

/* ========== HOVER STATES ========== */
.hover\:bg-teal:hover { background-color: #2d8f9c; }
.hover\:bg-deep-teal:hover { background-color: #1a6b78; }
.hover\:bg-orange-dark:hover { background-color: #b87455; }
.hover\:bg-gray-50:hover { background-color: #f9fafb; }
.hover\:bg-teal\/5:hover { background-color: rgba(45, 143, 156, 0.05); }
.hover\:text-teal:hover { color: #2d8f9c; }
.hover\:text-deep-teal:hover { color: #1a6b78; }
.hover\:text-gray-600:hover { color: #4b5563; }
.hover\:opacity-80:hover { opacity: 0.8; }
.hover\:opacity-90:hover { opacity: 0.9; }
.hover\:underline:hover { text-decoration: underline; }
.hover\:shadow-md:hover { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); }

/* ========== FOCUS STATES ========== */
.focus\:ring-2:focus { box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05), 0 0 0 4px #2d8f9c; }
.focus\:ring-teal:focus { outline: 2px solid transparent; outline-offset: 2px; box-shadow: 0 0 0 3px #2d8f9c; }
.focus\:outline-none:focus { outline: none; }
.focus\:border-teal:focus { border-color: #2d8f9c; }

/* ========== UTILITY CLASSES ========== */
.min-h-screen { min-height: 100vh; }
.pt-24 { padding-top: 6rem; }
.opacity-50 { opacity: 0.5; }
.cursor-pointer { cursor: pointer; }
.whitespace-nowrap { white-space: nowrap; }
.text-center { text-align: center; }
.justify-center { justify-content: center; }

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* ========== RESPONSIVE ========== */
@media (min-width: 640px) {
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .sm\:inline-block { display: inline-block; }
  .sm\:rounded-2xl { border-radius: 1rem; }
  .sm\:flex { display: flex; }
  .sm\:flex-row { flex-direction: row; }
}

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

@media (min-width: 1024px) {
  .lg\:inline-flex { display: inline-flex; }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
