    /* In this file, you would place the minified output of Tailwind CSS. */
    /* For demonstration purposes, I'll include a minimal set of styles */
    /* that are likely used in your project based on the template. */
    /* For a full build, you would use the Tailwind CLI: npx tailwindcss -o tailwind.min.css --minify */

    :root {
      --tw-blue: #3b82f6;
      --tw-gray-50: #f9fafb;
      --tw-gray-100: #f3f4f6;
      --tw-gray-200: #e5e7eb;
      --tw-gray-300: #d1d5db;
      --tw-gray-600: #4b5563;
      --tw-gray-700: #374151;
      --tw-gray-900: #111827;
      --tw-red-500: #ef4444;
      --tw-white: #ffffff;
      --tw-teal-100: #ccfbf1;
      --tw-teal-800: #115e59;
    }
    
    *,: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%; -moz-tab-size: 4; tab-size: 4; font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" }
    body { margin: 0; line-height: inherit }
    h2 { font-size: inherit; font-weight: inherit }
    h3 { font-size: inherit; font-weight: inherit }
    p { margin: 0 }
    button { font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; text-transform: none; background-color: transparent; background-image: none; -webkit-appearance: button; cursor: pointer; }
    input, select { font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0 }
    .relative { position: relative }
    .mx-auto { margin-left: auto; margin-right: auto }
    .my-8 { margin-top: 2rem; margin-bottom: 2rem }
    .mb-2 { margin-bottom: .5rem }
    .mb-4 { margin-bottom: 1rem }
    .mb-6 { margin-bottom: 1.5rem }
    .mb-8 { margin-bottom: 2rem }
    .mt-1 { margin-top: .25rem }
    .mt-4 { margin-top: 1rem }
    .mt-10 { margin-top: 2.5rem }
    .ml-2 { margin-left: .5rem }
    .mr-2 { margin-right: .5rem }
    .mr-4 { margin-right: 1rem }
    .flex { display: flex }
    .inline-flex { display: inline-flex }
    .grid { display: grid }
    .hidden { display: none }
    .h-2, .h-2\.5 { height: .5rem }
    .h-2\.5 { height: .625rem }
    .h-6 { height: 1.5rem }
    .h-64 { height: 16rem }
    .w-full { width: 100% }
    .flex-1 { flex: 1 1 0% }
    .flex-col { flex-direction: column }
    .items-center { align-items: center }
    .justify-end { justify-content: flex-end }
    .justify-center { justify-content: center }
    .justify-between { justify-content: space-between }
    .gap-3 { gap: .75rem }
    .gap-4 { gap: 1rem }
    .gap-6 { gap: 1.5rem }
    .space-x-2>:not([hidden])~:not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(.5rem * var(--tw-space-x-reverse)); margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse))) }
    .space-x-8>:not([hidden])~:not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(2rem * var(--tw-space-x-reverse)); margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) }
    .space-y-4>:not([hidden])~:not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1rem * var(--tw-space-y-reverse)) }
    .space-y-6>:not([hidden])~:not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) }
    .space-y-10>:not([hidden])~:not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) }
    .space-y-16>:not([hidden])~:not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(4rem * var(--tw-space-y-reverse)) }
    .bg-gray-100 { background-color: var(--tw-gray-100) }
    .bg-gray-200 { background-color: var(--tw-gray-200) }
    .bg-teal-100 { background-color: var(--tw-teal-100) }
    .p-4 { padding: 1rem }
    .py-3 { padding-top: .75rem; padding-bottom: .75rem }
    .px-8 { padding-left: 2rem; padding-right: 2rem }
    .text-center { text-align: center }
    .text-left { text-align: left }
    .font-medium { font-weight: 500 }
    .font-semibold { font-weight: 600 }
    .font-bold { font-weight: 700 }
    .text-xs { font-size: .75rem; line-height: 1rem }
    .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-red-500 { color: var(--tw-red-500) }
    .text-gray-600 { color: var(--tw-gray-600) }
    .text-gray-700 { color: var(--tw-gray-700) }
    .text-gray-900 { color: var(--tw-gray-900) }
    .text-teal-800 { color: var(--tw-teal-800) }
    .text-white { color: var(--tw-white) }
    .shadow-md { box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1) }
    .transition { transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: .15s }
    .duration-300 { transition-duration: .3s }
    .duration-500 { transition-duration: .5s }
    .ease-in-out { transition-timing-function: cubic-bezier(.4,0,.2,1) }
    .grid-cols-1 { grid-template-columns: repeat(1,minmax(0,1fr)) }
    .grid-cols-2 { grid-template-columns: repeat(2,minmax(0,1fr)) }
    .border { border-width: 1px }
    .border-gray-200 { border-color: #e5e7eb }
    .border-gray-300 { border-color: #d1d5db }
    .hover\:bg-gray-200:hover { background-color: #e5e7eb }
    .hover\:underline:hover { text-decoration-line: underline }
    @media (min-width: 640px) {
      .sm\:text-sm { font-size: .875rem; line-height: 1.25rem }
      .sm\:text-base { font-size: 1rem; line-height: 1.5rem }
      .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\:p-6 { padding: 1.5rem }
    }
    @media (min-width: 768px) {
      .md\:w-auto { width: auto }
      .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\:flex-row { flex-direction: row }
      .md\:gap-4 { gap: 1rem }
      .md\:mb-0 { margin-bottom: 0 }
    }
    