/*! tailwindcss v3 minimal | preflight + used utilities */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::before,
::after {
  --tw-content: '';
}
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;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
a {
  color: inherit;
  text-decoration: inherit;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
button,
input,
optgroup,
select,
textarea {
  font-family: 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: transparent;
  background-image: none;
}

/* --- Position --- */
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.sticky { position: sticky; }
.top-0 { top: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }
.left-0 { left: 0; }
.left-4 { left: 1rem; }
.right-4 { right: 1rem; }
.top-20 { top: 5rem; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.z-50 { z-index: 50; }
.z-\[49\] { z-index: 49; }

/* --- Display --- */
.block { display: block; }
.inline-block { display: inline-block; }
.inline { display: inline; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }

/* --- Flex & Grid --- */
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-0 { gap: 0; }
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }
.gap-16 { gap: 4rem; }
.gap-24 { gap: 6rem; }
.shrink-0 { flex-shrink: 0; }
.grow { flex-grow: 1; }

/* --- Width / Height --- */
.w-full { width: 100%; }
.w-9 { width: 2.25rem; }
.w-1\.5 { width: 0.375rem; }
.w-\[220px\] { width: 220px; }
.h-full { height: 100%; }
.h-9 { height: 2.25rem; }
.h-1\.5 { height: 0.375rem; }
.h-\[220px\] { height: 220px; }
.max-w-\[92vw\] { max-width: 92vw; }
.min-h-screen { min-height: 100vh; }

/* --- Spacing --- */
.p-3 { padding: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.m-0 { margin: 0; }
.mt-0 { margin-top: 0; }
.mt-4 { margin-top: 1rem; }
.mt-14 { margin-top: 3.5rem; }
.mb-0 { margin-bottom: 0; }

/* --- Text --- */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }
.font-medium { font-weight: 500; }
.font-normal { font-weight: 400; }
.tracking-wider { letter-spacing: 0.05em; }
.no-underline { text-decoration-line: none; }

/* --- Colors / Background --- */
.bg-transparent { background-color: transparent; }
.bg-white\/5 { background-color: rgba(255,255,255,0.05); }
.text-\[\#F5F5F5\] { color: #F5F5F5; }
.text-\[\#CCC\] { color: #CCCCCC; }
.text-\[\#888\] { color: #888888; }
.text-\[\#666\] { color: #666666; }

/* --- Border --- */
.rounded-full { border-radius: 9999px; }
.rounded-2xl { border-radius: 1rem; }
.border { border-width: 1px; }
.border-none { border-style: none; }
.border-t { border-top-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-white\/\[0\.08\] { border-color: rgba(255,255,255,0.08); }

/* --- Effects --- */
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05); }
.opacity-0 { opacity: 0; }
.opacity-100 { opacity: 1; }

/* --- Transforms --- */
.scale-95 { transform: scale(0.95); }
.scale-100 { transform: scale(1); }

/* --- Transitions --- */
.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 { 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: 150ms; }

/* --- Interactivity --- */
.cursor-pointer { cursor: pointer; }
.pointer-events-none { pointer-events: none; }
.pointer-events-auto { pointer-events: auto; }

/* --- Overflow --- */
.overflow-hidden { overflow: hidden; }
.overflow-x-hidden { overflow-x: hidden; }

/* --- Hover states --- */
.hover\:bg-white\/5:hover { background-color: rgba(255,255,255,0.05); }

/* --- Responsive: md (768px+) --- */
@media (min-width: 768px) {
  .md\:flex { display: flex; }
  .md\:hidden { display: none; }
  .md\:mt-6 { margin-top: 1.5rem; }
  .md\:gap-4 { gap: 1rem; }
  .md\:px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
}
