/*!
 * Tailwind CSS v3.4.1 | MIT License | https://tailwindcss.com
 */

/*
1. Use a more-intuitive box-sizing model.
*/

*, ::before, ::after {
  box-sizing: border-box; /* 1 */
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

/*
2. Add the correct display in Chrome and Opera.
*/

:host {
  display: block; /* 2 */
}

/*
3. Correct the inheritance of font size and text rendering.
*/

html {
  line-height: 1.5; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
}

/*
4. Prevent adjustments of font size after orientation changes in iOS.
*/

body {
  margin: 0;
  line-height: inherit;
}

/*
5. Add the correct display in Edge, IE, and Firefox.
*/

hr {
  height: 0; /* 5 */
  color: inherit;
  border-top-width: 1px;
}

/*
6. Add the correct text decoration to unordered and ordered lists in Chrome, Edge, IE, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline dotted; /* 6 */
}

/*
7. Remove the default font size and text color for captions in Chrome, Edge, IE, and Safari.
*/

b, strong {
  font-weight: bolder; /* 7 */
}

/*
8. Add the correct font weight in Chrome, Edge, and Safari.
*/

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 8 */
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

/*
9. Correct the font size and text color for anchors in Chrome, Edge, IE, and Safari.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
10. Correct the text decoration for italic text in Chrome, Edge, IE, and Safari.
*/

i, em {
  font-style: italic; /* 10 */
}

/*
11. Remove the default font size for preformatted text in Chrome, Edge, IE, and Safari.
*/

pre {
  white-space: pre-wrap;
}

/*
12. Add the correct font size for subscript and superscript in Chrome, Edge, IE, and Safari.
*/

sub, sup {
  font-size: 75%; /* 12 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/*
13. Add the correct vertical alignment in Chrome, Edge, IE, and Safari.
*/

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
14. Remove the default border style and padding for buttons in Chrome, Edge, IE, and Safari.
*/

button, input:where(:not([type="hidden"])), optgroup, select, textarea {
  font-family: inherit; /* 14 */
  font-feature-settings: inherit; /* 14 */
  font-variation-settings: inherit; /* 14 */
  font-size: 100%; /* 14 */
  font-weight: inherit; /* 14 */
  line-height: inherit; /* 14 */
  color: inherit; /* 14 */
  margin: 0; /* 14 */
  padding: 0; /* 14 */
}

/*
15. Correct the padding on `fieldset` elements in IE.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/*
16. Remove the default background color for button elements in Chrome, Edge, IE, and Safari.
*/

button, [role="button"] {
  background-color: transparent;
  text-transform: none;
  cursor: pointer;
}

/*
17. Remove the default cursor style for disabled elements in Chrome, Edge, IE, and Safari.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/*
18. Change the appearance of focus for button elements in Chrome, Edge, IE, and Safari.
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
19. Remove the default border style for button elements in Chrome, Edge, IE, and Safari.
*/

progress {
  vertical-align: baseline;
}

/*
20. Remove the default box-sizing model for input elements in Chrome, Edge, IE, and Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/*
21. Remove the default padding for textareas in Chrome, Edge, IE, and Safari.
*/

textarea {
  resize: vertical;
}

/*
22. Correct the inability to style clickable types in iOS and Safari.
*/

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*
23. Correct the font size and color of file upload buttons in Chrome, Edge, IE, and Safari.
*/

input:where([type="number"]) {
  -moz-appearance: textfield;
}

/*
24. Remove the default background color for select elements in Chrome, Edge, IE, and Safari.
*/

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3e%3cpath d='M7 8l5 5 5-5H7z' fill='%236b7280'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-size: 1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: #e5e7eb;
  border-width: 1px;
  border-radius: 0.375rem;
  padding-right: 2.5rem;
  padding-left: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

/*
25. Remove the default border-radius for input elements in iOS and Safari.
*/

[type='checkbox'], [type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  user-select: none;
  flex-shrink: 0;
  height: 1.25rem;
  width: 1.25rem;
  color: #3b82f6;
  background-color: #fff;
  border-color: #d1d5db;
  border-width: 1px;
}

/*
26. Correct the font size and text color for legend in Chrome, Edge, IE, and Safari.
*/

[type='checkbox'] {
  border-radius: 0.25rem;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus, [type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #3b82f6, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

[type='checkbox']:checked, [type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover, [type='checkbox']:checked:focus, [type='radio']:checked:hover, [type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='text'], [type='email'], [type='url'], [type='password'], [type='number'], [type='tel'], [type='search'], [type='date'], [type='datetime-local'], [type='month'], [type='week'], [type='time'], [multiple], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #d1d5db;
  border-width: 1px;
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='tel']:focus, [type='search']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='time']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #3b82f6, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-color: #3b82f6;
}

/*
27. Remove the default border-style and padding for summary in Chrome, Edge, IE, and Safari.
*/

summary {
  display: list-item;
  cursor: pointer;
}

/*
28. Add the correct display in Chrome, Edge, IE, and Safari.
*/

template {
  display: none;
}

/*
29. Add the correct display in Chrome, Edge, IE, and Safari.
*/

[hidden] {
  display: none;
}

/*
30. Revert the default font size, font family, and line height for text input elements in Chrome, Edge, IE, and Safari.
*/

[class~="text-4xl"] {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

[class~="font-bold"] {
  font-weight: 700;
}

[class~="tracking-tight"] {
  letter-spacing: -0.025em;
}

[class~="mt-2"] {
  margin-top: 0.5rem;
}

[class~="text-lg"] {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

[class~="max-w-7xl"] {
  max-width: 80rem;
}

[class~="mx-auto"] {
  margin-left: auto;
  margin-right: auto;
}

[class~="grid"] {
  display: grid;
}

[class~="grid-cols-1"] {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

[class~="gap-8"] {
  gap: 2rem;
}

[class~="mt-16"] {
  margin-top: 4rem;
}

[class~="rounded-2xl"] {
  border-radius: 1rem;
}

[class~="overflow-hidden"] {
  overflow: hidden;
}

[class~="p-6"] {
  padding: 1.5rem;
}

[class~="flex"] {
  display: flex;
}

[class~="flex-col"] {
  flex-direction: column;
}

[class~="items-center"] {
  align-items: center;
}

[class~="text-2xl"] {
  font-size: 1.5rem;
  line-height: 2rem;
}

[class~="text-gray-800"] {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

[class~="mb-4"] {
  margin-bottom: 1rem;
}

[class~="w-full"] {
  width: 100%;
}

[class~="h-64"] {
  height: 16rem;
}

[class~="rounded-xl"] {
  border-radius: 0.75rem;
}

[class~="bg-gray-100"] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

[class~="mt-4"] {
  margin-top: 1rem;
}

[class~="text-gray-600"] {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

[class~="text-center"] {
  text-align: center;
}

[class~="px-6"] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

[class~="py-2"] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

[class~="rounded-full"] {
  border-radius: 9999px;
}

[class~="text-white"] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

[class~="font-semibold"] {
  font-weight: 600;
}

[class~="hidden"] {
  display: none;
}

[class~="mt-16"] {
  margin-top: 4rem;
}

[class~="text-gray-500"] {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

[class~="inline-block"] {
  display: inline-block;
}

[class~="p-4"] {
  padding: 1rem;
}

[class~="bg-white"] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[class~="rounded-lg"] {
  border-radius: 0.5rem;
}

[class~="shadow-lg"] {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[class~="w-32"] {
  width: 8rem;
}

[class~="h-32"] {
  height: 8rem;
}

[class~="mt-6"] {
  margin-top: 1.5rem;
}

/*
@media (min-width: 640px) {
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
*/

/*
@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
*/

/*
@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
*/

/*
Custom additions for your specific layout:
*/

@media (min-width: 640px) {
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Utility classes not included in the CDN build for your specific usage: */

.min-h-screen {
  min-height: 100vh;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* This is a basic, almost full CDN copy for utility */
