/* ScooreIQ static utility CSS — hand-written replacement for the Tailwind Play CDN.
   Implements exactly the Tailwind utilities used in index.html + its inline JS (wc-rail, popup).
   Component classes (card-border, glow, gradient-text, animations, logo-wordmark, etc.) stay in the
   page's own <style> block and are NOT duplicated here. Colors: brand #00d4aa, dark #0a0a0f / #13131a / #1c1c26. */

/* ---------- Preflight (matches Tailwind base so spacing/borders render identically) ---------- */
*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: currentColor; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; font-family: Inter, system-ui, sans-serif; }
body { margin: 0; line-height: inherit; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; margin: 0; }
p, figure, blockquote, dl, dd { margin: 0; }
ul, ol { list-style: none; margin: 0; padding: 0; }
a { color: inherit; text-decoration: inherit; }
button { background: none; cursor: pointer; text-transform: none; font-family: inherit; font-size: 100%; margin: 0; padding: 0; }
img, svg, video { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
summary { display: list-item; }

/* ---------- Layout / position ---------- */
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.inset-0 { inset: 0; }
.top-0 { top: 0; } .left-0 { left: 0; } .right-0 { right: 0; } .bottom-0 { bottom: 0; }
.top-full { top: 100%; }
.left-1\/2 { left: 50%; }
.-top-12 { top: -3rem; } .-right-12 { right: -3rem; }
.-top-16 { top: -4rem; } .-top-24 { top: -6rem; }
.-bottom-7 { bottom: -1.75rem; }
.bottom-1\.5 { bottom: 0.375rem; } .right-1\.5 { right: 0.375rem; }
.bottom-24 { bottom: 6rem; } .bottom-4 { bottom: 1rem; } .left-4 { left: 1rem; } .right-4 { right: 1rem; }
.z-20 { z-index: 20; } .z-50 { z-index: 50; }

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

/* ---------- Fl/ grid ---------- */
.flex-col { flex-direction: column; }
.flex-1 { flex: 1 1 0%; }
.flex-shrink-0 { flex-shrink: 0; }
.flex-wrap { flex-wrap: wrap; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* gaps */
.gap-px { gap: 1px; }
.gap-0\.5 { gap: 0.125rem; }
.gap-1 { gap: 0.25rem; } .gap-1\.5 { gap: 0.375rem; }
.gap-2 { gap: 0.5rem; } .gap-2\.5 { gap: 0.625rem; }
.gap-3 { gap: 0.75rem; } .gap-4 { gap: 1rem; } .gap-5 { gap: 1.25rem; }
.gap-8 { gap: 2rem; } .gap-10 { gap: 2.5rem; } .gap-12 { gap: 3rem; }
.gap-x-6 { column-gap: 1.5rem; } .gap-y-3 { row-gap: 0.75rem; }

/* space-y / space-x (owl) */
.space-y-1 > * + * { margin-top: 0.25rem; }
.space-y-1\.5 > * + * { margin-top: 0.375rem; }
.space-y-2 > * + * { margin-top: 0.5rem; }
.space-y-2\.5 > * + * { margin-top: 0.625rem; }
.space-y-3 > * + * { margin-top: 0.75rem; }
.space-y-4 > * + * { margin-top: 1rem; }

/* ---------- Sizing ---------- */
.w-full { width: 100%; }
.w-0\.5 { width: 0.125rem; } .w-1 { width: 0.25rem; } .w-1\.5 { width: 0.375rem; }
.w-2 { width: 0.5rem; } .w-3 { width: 0.75rem; } .w-3\.5 { width: 0.875rem; }
.w-4 { width: 1rem; } .w-5 { width: 1.25rem; } .w-6 { width: 1.5rem; } .w-7 { width: 1.75rem; }
.w-8 { width: 2rem; } .w-9 { width: 2.25rem; } .w-10 { width: 2.5rem; } .w-11 { width: 2.75rem; }
.w-12 { width: 3rem; } .w-14 { width: 3.5rem; } .w-16 { width: 4rem; }
.w-32 { width: 8rem; } .w-40 { width: 10rem; } .w-56 { width: 14rem; } .w-72 { width: 18rem; }
.w-\[300px\] { width: 300px; } .w-\[600px\] { width: 600px; }
.h-0\.5 { height: 0.125rem; } .h-1\.5 { height: 0.375rem; } .h-2 { height: 0.5rem; }
.h-2\.5 { height: 0.625rem; } .h-3\.5 { height: 0.875rem; }
.h-3 { height: 0.75rem; } .h-4 { height: 1rem; } .h-5 { height: 1.25rem; } .h-6 { height: 1.5rem; }
.h-7 { height: 1.75rem; } .h-8 { height: 2rem; } .h-auto { height: auto; }
.h-9 { height: 2.25rem; } .h-10 { height: 2.5rem; } .h-11 { height: 2.75rem; }
.h-12 { height: 3rem; } .h-14 { height: 3.5rem; } .h-16 { height: 4rem; }
.h-32 { height: 8rem; } .h-40 { height: 10rem; } .h-full { height: 100%; }
.h-\[300px\] { height: 300px; }
.min-h-\[340px\] { min-height: 340px; }
.max-w-md { max-width: 28rem; } .max-w-xl { max-width: 36rem; } .max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; } .max-w-4xl { max-width: 56rem; } .max-w-5xl { max-width: 64rem; } .max-w-7xl { max-width: 80rem; }

/* ---------- Spacing: padding ---------- */
.p-2 { padding: 0.5rem; } .p-3 { padding: 0.75rem; } .p-3\.5 { padding: 0.875rem; }
.p-4 { padding: 1rem; } .p-5 { padding: 1.25rem; } .p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; } .p-12 { padding: 3rem; }
.px-1\.5 { padding-left: 0.375rem; padding-right: 0.375rem; }
.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-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.pt-3 { padding-top: 0.75rem; } .pt-8 { padding-top: 2rem; } .pt-32 { padding-top: 8rem; }
.pt-2\.5 { padding-top: 0.625rem; }
.pb-4 { padding-bottom: 1rem; } .pb-1 { padding-bottom: 0.25rem; } .pb-20 { padding-bottom: 5rem; }
.pl-1\.5 { padding-left: 0.375rem; }

/* ---------- Spacing: margin ---------- */
.mx-auto { margin-left: auto; margin-right: auto; }
.-mx-6 { margin-left: -1.5rem; margin-right: -1.5rem; }
.ml-1 { margin-left: 0.25rem; } .ml-2 { margin-left: 0.5rem; } .ml-auto { margin-left: auto; }
.mr-2 { margin-right: 0.5rem; }
.my-1\.5 { margin-top: 0.375rem; margin-bottom: 0.375rem; }
.mt-0\.5 { margin-top: 0.125rem; } .mt-1 { margin-top: 0.25rem; } .mt-1\.5 { margin-top: 0.375rem; }
.mt-2 { margin-top: 0.5rem; } .mt-3 { margin-top: 0.75rem; } .mt-4 { margin-top: 1rem; } .mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; } .mt-8 { margin-top: 2rem; }
.mb-1 { margin-bottom: 0.25rem; } .mb-1\.5 { margin-bottom: 0.375rem; }
.mb-2 { margin-bottom: 0.5rem; } .mb-2\.5 { margin-bottom: 0.625rem; }
.mb-3 { margin-bottom: 0.75rem; } .mb-4 { margin-bottom: 1rem; } .mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; } .mb-8 { margin-bottom: 2rem; } .mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; } .mb-16 { margin-bottom: 4rem; }
.mt-auto { margin-top: auto; }

/* ---------- Typography ---------- */
.text-\[10px\] { font-size: 10px; line-height: 1; }
.text-\[11px\] { font-size: 11px; }
.text-\[12px\] { font-size: 12px; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.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-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-7xl { font-size: 4.5rem; line-height: 1; }
.font-medium { font-weight: 500; } .font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; } .font-black { font-weight: 900; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-wide { letter-spacing: 0.025em; } .tracking-wider { letter-spacing: 0.05em; }
.tracking-normal { letter-spacing: 0; }
.leading-none { line-height: 1; } .leading-tight { line-height: 1.25; }
.leading-snug { line-height: 1.375; } .leading-relaxed { line-height: 1.625; }
.leading-\[1\.05\] { line-height: 1.05; }
.uppercase { text-transform: uppercase; } .normal-case { text-transform: none; }
.text-center { text-align: center; }
.whitespace-nowrap { white-space: nowrap; } .whitespace-pre-line { white-space: pre-line; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.font-sans { font-family: Inter, system-ui, sans-serif; }
.list-none { list-style: none; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* ---------- Text colors ---------- */
.text-white { color: #fff; }
.text-dark { color: #0a0a0f; }
.text-brand { color: #00d4aa; }
.text-brand\/80 { color: rgba(0, 212, 170, 0.8); }
.text-gray-200 { color: #e5e7eb; } .text-gray-300 { color: #d1d5db; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.text-gray-600 { color: #4b5563; }

/* ---------- Backgrounds ---------- */
.bg-dark { background-color: #0a0a0f; }
.bg-dark-2 { background-color: #13131a; }
.bg-dark-3 { background-color: #1c1c26; } .bg-dark-3\/60 { background-color: rgba(28, 28, 38, 0.6); }
.bg-brand { background-color: #00d4aa; }
.bg-dark\/80 { background-color: rgba(10, 10, 15, 0.8); }
.bg-dark\/50 { background-color: rgba(10, 10, 15, 0.5); }
.bg-dark-2\/40 { background-color: rgba(19, 19, 26, 0.4); }
.bg-dark-2\/95 { background-color: rgba(19, 19, 26, 0.95); }
.bg-brand\/10 { background-color: rgba(0, 212, 170, 0.1); }
.bg-brand\/15 { background-color: rgba(0, 212, 170, 0.15); }
.bg-brand\/20 { background-color: rgba(0, 212, 170, 0.2); }
.bg-brand\/25 { background-color: rgba(0, 212, 170, 0.25); }
.bg-brand\/90 { background-color: rgba(0, 212, 170, 0.9); }
.bg-white\/5 { background-color: rgba(255, 255, 255, 0.05); }
.bg-white\/10 { background-color: rgba(255, 255, 255, 0.1); }

/* ---------- Gradients (Tailwind --tw-gradient-stops mechanism) ---------- */
.bg-gradient-to-b { background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.from-transparent { --tw-gradient-from: transparent; --tw-gradient-to: rgba(0,0,0,0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-brand\/20 { --tw-gradient-from: rgba(0,212,170,0.2); --tw-gradient-to: rgba(0,212,170,0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-brand\/25 { --tw-gradient-from: rgba(0,212,170,0.25); --tw-gradient-to: rgba(0,212,170,0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.via-dark\/50 { --tw-gradient-stops: var(--tw-gradient-from), rgba(10,10,15,0.5), var(--tw-gradient-to); }
.via-dark-2 { --tw-gradient-stops: var(--tw-gradient-from), #13131a, var(--tw-gradient-to); }
.via-brand\/10 { --tw-gradient-stops: var(--tw-gradient-from), rgba(0,212,170,0.1), var(--tw-gradient-to); }
.to-dark { --tw-gradient-to: #0a0a0f; }
.to-transparent { --tw-gradient-to: transparent; }
.to-brand\/5 { --tw-gradient-to: rgba(0,212,170,0.05); }

/* ---------- Borders & radius ---------- */
.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-t { border-top-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-y { border-top-width: 1px; border-bottom-width: 1px; }
.border-dark { border-color: #0a0a0f; }
.border-brand\/10 { border-color: rgba(0, 212, 170, 0.1); }
.border-brand\/20 { border-color: rgba(0, 212, 170, 0.2); }
.border-brand\/30 { border-color: rgba(0, 212, 170, 0.3); }
.border-brand\/40 { border-color: rgba(0, 212, 170, 0.4); }
.border-brand\/50 { border-color: rgba(0, 212, 170, 0.5); }
.border-white\/10 { border-color: rgba(255, 255, 255, 0.1); }
.rounded { border-radius: 0.25rem; }
.rounded-sm { border-radius: 0.125rem; }
.rounded-md { border-radius: 0.375rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.ring-1 { box-shadow: 0 0 0 1px var(--tw-ring-color, rgba(0,212,170,0.4)); }
.ring-white\/10 { --tw-ring-color: rgba(255, 255, 255, 0.1); }
.ring-brand\/40 { --tw-ring-color: rgba(0, 212, 170, 0.4); }

/* ---------- Effects ---------- */
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.4), 0 4px 6px -4px rgba(0,0,0,0.4); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.6); }
.blur-2xl { filter: blur(40px); }
.blur-\[90px\] { filter: blur(90px); }
.blur-\[120px\] { filter: blur(120px); }
.backdrop-blur-lg { backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.opacity-0 { opacity: 0; }
.opacity-50 { opacity: 0.5; }
.opacity-70 { opacity: 0.7; }
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.object-cover { object-fit: cover; }
.pointer-events-none { pointer-events: none; }
.cursor-pointer { cursor: pointer; }
.snap-x { scroll-snap-type: x mandatory; }
.snap-mandatory { --tw-scroll-snap-strictness: mandatory; }
.snap-start { scroll-snap-align: start; }

/* ---------- Transitions ---------- */
.transition { transition: color .15s, background-color .15s, border-color .15s, opacity .15s, box-shadow .15s, transform .15s; }
.transition-transform { transition: transform .15s; }
.transition-opacity { transition: opacity .15s; }
.transition-all { transition: all .15s; }
.duration-300 { transition-duration: .3s; }
.duration-500 { transition-duration: .5s; }

/* ---------- Misc one-offs used inline ---------- */
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.-translate-x-1\/2 { transform: translateX(-50%); }

/* ---------- Group hover ---------- */
.group:hover .group-hover\:block { display: block; }
.group:hover .group-hover\:opacity-100 { opacity: 1; }
.group:hover .group-hover\:rotate-180 { transform: rotate(180deg); }
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }
.group:hover .group-hover\:scale-110 { transform: scale(1.1); }
.group:hover .group-hover\:translate-x-0\.5 { transform: translateX(0.125rem); }
.group:hover .group-hover\:gap-1 { gap: 0.25rem; }
.group:hover .group-hover\:text-brand { color: #00d4aa; }
.group:hover .group-hover\:border-brand\/60 { border-color: rgba(0, 212, 170, 0.6); }

/* ---------- Hover ---------- */
.hover\:text-brand:hover { color: #00d4aa; }
.hover\:bg-brand-dark:hover { background-color: #00b894; }
.hover\:bg-brand\/10:hover { background-color: rgba(0, 212, 170, 0.1); }
.hover\:bg-brand\/25:hover { background-color: rgba(0, 212, 170, 0.25); }
.hover\:bg-white\/5:hover { background-color: rgba(255, 255, 255, 0.05); }
.hover\:border-brand\/40:hover { border-color: rgba(0, 212, 170, 0.4); }
.hover\:border-brand\/50:hover { border-color: rgba(0, 212, 170, 0.5); }
.hover\:border-brand\/60:hover { border-color: rgba(0, 212, 170, 0.6); }
.hover\:scale-110:hover { transform: scale(1.1); }
.hover\:underline:hover { text-decoration: underline; }

/* ---------- Responsive: sm (>=640px) ---------- */
@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row; }
}

/* ---------- Responsive: md (>=768px) ---------- */
@media (min-width: 768px) {
  .md\:flex { display: flex; }
  .md\:hidden { display: none; }
  .md\:block { display: block; }
  .md\:flex-row { flex-direction: row; }
  .md\:items-end { align-items: flex-end; }
  .md\:items-center { align-items: center; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .md\:text-5xl { font-size: 3rem; line-height: 1; }
  .md\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .md\:text-7xl { font-size: 4.5rem; line-height: 1; }
  .md\:text-right { text-align: right; }
  .md\:p-6 { padding: 1.5rem; } .md\:p-8 { padding: 2rem; }
  .md\:pb-0 { padding-bottom: 0; }
  .md\:bottom-4 { bottom: 1rem; }
  .md\:left-auto { left: auto; }
  .md\:right-4 { right: 1rem; }
  .md\:max-w-md { max-width: 28rem; }
  .md\:w-48 { width: 12rem; }
  .md\:h-48 { height: 12rem; }
}
