/* Tailwind Base Reset */
*, :after, :before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

:root {
  --blue-primary: #2980b9;
  --red-alert: #c0392b;
  --red-notice: #dc2626;
  --green-success: #22c55e;
  --orange-title: #f97316;
  --black: #000000;
}

html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-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;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
  min-height: 100vh;
}

/* Typography Reset */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

/* Forms and Inputs */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  background-color: initial;
  background-image: none;
  cursor: pointer;
}

:disabled {
  cursor: default;
}

/* Layout Classes */
.flex {
  display: flex;
}

.inline-block {
  display: inline-block;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-evenly {
  justify-content: center;
  gap: 10px;
}

/* Spacing */
.m-3 {
  margin: 0.35rem;
}

.my-5 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 0.5rem;
}

.mr-2 {
  margin-right: 0.25rem;
}

.mt-2 {
  margin-top: 0.25rem;
}

.mt-4 {
  margin-top: 0.5rem;
}

.mt-5 {
  margin-top: 0.75rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-\[10px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}

/* Dimensions */
.h-20 {
  height: 5rem;
}

.w-64 {
  width: 16rem;
}

.w-full {
  width: 100%;
}

.max-w-7xl {
  max-width: 80rem;
}

/* Typography */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.text-1xl {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.leading-5 {
  line-height: 1.25rem;
}

.text-wrap {
  text-wrap: wrap;
}

/* Colors */
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#2980b9\] {
  --tw-text-opacity: 1;
  color: rgb(41 128 185 / var(--tw-text-opacity));
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

/* Backgrounds */
.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.bg-\[\#0000ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 255 / var(--tw-bg-opacity));
}

.bg-\[\#008000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 0 / var(--tw-bg-opacity));
}

.bg-\[\#00000\] {
  background-color: #000000;
}

/* Borders and Shapes */
.border {
  border-width: 1px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

/* Lists */
.list-disc {
  list-style-type: disc;
}

ul {
  padding-left: 1.5rem;
}

.marker\:text-black ::marker {
  color: #000;
}

.marker\:text-black::marker {
  color: #000;
}

/* Effects and Transitions */
.no-underline {
  text-decoration-line: none;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.duration-300 {
  transition-duration: 0.3s;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Media Queries */
@media (min-width: 768px) {
  .md\:mt-0 {
    margin-top: 0;
  }
  
  .md\:flex-row {
    flex-direction: row;
  }
}

/* Custom Styles - Override/Extend Tailwind */
button {
  border: none;
  background: none;
  cursor: pointer;
}

header h1, header h2 {
  margin: 0.25rem 0;
  line-height: 1.2;
}

.flex.items-center.w-full.mb-4.justify-evenly {
  margin-top: 0.5rem;
}

span[style*="color:#c0392b"] {
  color: var(--red-alert);
  font-weight: bold;
}

[hidden] {
  display: none;
}