/*
  Local utility subset for the public landing pages that previously loaded
  Tailwind from the CDN. Keep this file narrow: it only covers classes used by
  templates/home.html and templates/landing_form_page.html.
*/
*, *::before, *::after { box-sizing: border-box; }
.absolute { position: absolute; }
.relative { position: relative; }
.sticky { position: sticky; }
.inset-0 { inset: 0; }
.top-0 { top: 0; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-2 { margin-bottom: .5rem; }
.mt-1 { margin-top: .25rem; }
.mt-2 { margin-top: .5rem; }
.mt-3 { margin-top: .75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.block { display: block; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }
.h-2 { height: .5rem; }
.h-10 { height: 2.5rem; }
.h-11 { height: 2.75rem; }
.h-full { height: 100%; }
.min-h-screen { min-height: 100vh; }
.w-2 { width: .5rem; }
.w-10 { width: 2.5rem; }
.w-11 { width: 2.75rem; }
.w-fit { width: fit-content; }
.w-full { width: 100%; }
.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; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-2 { gap: .5rem; }
.gap-3 { gap: .75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-7 { gap: 1.75rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-x-5 { column-gap: 1.25rem; }
.gap-y-2 { row-gap: .5rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: .5rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-5 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.25rem; }
.overflow-hidden { overflow: hidden; }
.border { border-width: 1px; border-style: solid; }
.border-b { border-bottom-width: 1px; border-bottom-style: solid; }
.border-t { border-top-width: 1px; border-top-style: solid; }
.border-collapse { border-collapse: collapse; }
.border-dashed { border-style: dashed; }
.divide-y > :not([hidden]) ~ :not([hidden]) { border-top: 1px solid rgba(255, 255, 255, .1); }
.rounded-xl { border-radius: .75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.rounded-\[1\.2rem\] { border-radius: 1.2rem; }
.rounded-\[1\.4rem\] { border-radius: 1.4rem; }
.rounded-\[1\.75rem\] { border-radius: 1.75rem; }
.rounded-\[2rem\] { border-radius: 2rem; }
.rounded-\[2\.5rem\] { border-radius: 2.5rem; }
.border-white\/10 { border-color: rgba(255, 255, 255, .1); }
.border-white\/12 { border-color: rgba(255, 255, 255, .12); }
.border-white\/15 { border-color: rgba(255, 255, 255, .15); }
.border-white\/20 { border-color: rgba(255, 255, 255, .2); }
.border-white\/60 { border-color: rgba(255, 255, 255, .6); }
.border-cyan-100 { border-color: #cffafe; }
.border-cyan-200 { border-color: #a5f3fc; }
.border-cyan-300 { border-color: #67e8f9; }
.border-cyan-300\/18 { border-color: rgba(103, 232, 249, .18); }
.border-cyan-300\/20 { border-color: rgba(103, 232, 249, .2); }
.border-cyan-400\/40 { border-color: rgba(34, 211, 238, .4); }
.border-slate-100 { border-color: #f1f5f9; }
.border-slate-200 { border-color: #e2e8f0; }
.border-slate-200\/80 { border-color: rgba(226, 232, 240, .8); }
.border-emerald-200 { border-color: #a7f3d0; }
.border-rose-200 { border-color: #fecdd3; }
.bg-paper { background-color: #f8fafc; }
.bg-white { background-color: #fff; }
.bg-white\/5 { background-color: rgba(255, 255, 255, .05); }
.bg-white\/8 { background-color: rgba(255, 255, 255, .08); }
.bg-white\/10 { background-color: rgba(255, 255, 255, .1); }
.bg-cyan-50 { background-color: #ecfeff; }
.bg-cyan-50\/70 { background-color: rgba(236, 254, 255, .7); }
.bg-cyan-300 { background-color: #67e8f9; }
.bg-cyan-400 { background-color: #22d3ee; }
.bg-cyan-400\/10 { background-color: rgba(34, 211, 238, .1); }
.bg-cyan-500 { background-color: #06b6d4; }
.bg-slate-50 { background-color: #f8fafc; }
.bg-slate-50\/80 { background-color: rgba(248, 250, 252, .8); }
.bg-slate-900\/60 { background-color: rgba(15, 23, 42, .6); }
.bg-slate-950 { background-color: #020617; }
.bg-slate-950\/45 { background-color: rgba(2, 6, 23, .45); }
.bg-slate-950\/55 { background-color: rgba(2, 6, 23, .55); }
.bg-slate-950\/80 { background-color: rgba(2, 6, 23, .8); }
.bg-emerald-50 { background-color: #ecfdf5; }
.bg-rose-50 { background-color: #fff1f2; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-7 { padding: 1.75rem; }
.p-8 { padding: 2rem; }
.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-7 { padding-left: 1.75rem; padding-right: 1.75rem; }
.py-2 { padding-top: .5rem; padding-bottom: .5rem; }
.py-3 { padding-top: .75rem; padding-bottom: .75rem; }
.py-3\.5 { padding-top: .875rem; padding-bottom: .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-20 { padding-top: 5rem; padding-bottom: 5rem; }
.pb-6 { padding-bottom: 1.5rem; }
.pb-20 { padding-bottom: 5rem; }
.pt-4 { padding-top: 1rem; }
.pt-10 { padding-top: 2.5rem; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-xs { font-size: .75rem; line-height: 1rem; }
.text-sm { font-size: .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; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.uppercase { text-transform: uppercase; }
.leading-6 { line-height: 1.5rem; }
.leading-7 { line-height: 1.75rem; }
.leading-8 { line-height: 2rem; }
.tracking-tight { letter-spacing: 0; }
.tracking-\[0\.16em\] { letter-spacing: .16em; }
.tracking-\[0\.22em\] { letter-spacing: .22em; }
.tracking-\[0\.24em\] { letter-spacing: .24em; }
.tracking-\[0\.26em\] { letter-spacing: .26em; }
.tracking-\[0\.28em\] { letter-spacing: .28em; }
.text-white { color: #fff; }
.text-ink { color: #0f172a; }
.text-cyan-100 { color: #cffafe; }
.text-cyan-200 { color: #a5f3fc; }
.text-cyan-300 { color: #67e8f9; }
.text-cyan-700 { color: #0e7490; }
.text-cyan-800 { color: #155e75; }
.text-cyan-900 { color: #164e63; }
.text-slate-100 { color: #f1f5f9; }
.text-slate-200 { color: #e2e8f0; }
.text-slate-300 { color: #cbd5e1; }
.text-slate-400 { color: #94a3b8; }
.text-slate-500 { color: #64748b; }
.text-slate-600 { color: #475569; }
.text-slate-700 { color: #334155; }
.text-slate-800 { color: #1e293b; }
.text-slate-900 { color: #0f172a; }
.text-slate-950 { color: #020617; }
.text-emerald-700 { color: #047857; }
.text-rose-700 { color: #be123c; }
.shadow-sm { box-shadow: 0 1px 2px rgba(15, 23, 42, .08); }
.shadow-glow { box-shadow: 0 24px 70px rgba(8, 145, 178, .22); }
.shadow-card { box-shadow: 0 24px 60px rgba(15, 23, 42, .22); }
.outline-none { outline: 2px solid transparent; outline-offset: 2px; }
.opacity-60 { opacity: .6; }
.backdrop-blur-sm { backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.backdrop-blur-xl { backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); }
.transition { transition: color .16s ease, background-color .16s ease, border-color .16s ease, transform .16s ease, box-shadow .16s ease; }
.selection\:bg-cyan-200::selection { background-color: #a5f3fc; }
.hover\:-translate-y-0\.5:hover { transform: translateY(-.125rem); }
.hover\:bg-cyan-300:hover { background-color: #67e8f9; }
.hover\:bg-cyan-400:hover { background-color: #22d3ee; }
.hover\:bg-cyan-400\/10:hover { background-color: rgba(34, 211, 238, .1); }
.hover\:bg-white\/10:hover { background-color: rgba(255, 255, 255, .1); }
.hover\:border-cyan-300:hover { border-color: #67e8f9; }
.hover\:text-white:hover { color: #fff; }
.hover\:text-cyan-600:hover { color: #0891b2; }
.hover\:text-violet-700:hover { color: #6d28d9; }
.hover\:text-slate-950:hover { color: #020617; }

html[data-theme="dark"] .bg-paper { background-color: #020617; }
html[data-theme="dark"] .text-ink { color: #e2e8f0; }
html[data-theme="dark"] .panel,
html[data-theme="dark"] .coming-card {
  background: rgba(15, 23, 42, .86);
  border-color: rgba(148, 163, 184, .22);
  color: #e2e8f0;
}
html[data-theme="dark"] .mesh-bg {
  background:
    radial-gradient(circle at top left, rgba(45, 212, 191, .16), transparent 34%),
    radial-gradient(circle at 80% 20%, rgba(14, 165, 233, .14), transparent 28%),
    linear-gradient(180deg, #020617 0%, #0f172a 48%, #111827 100%);
}
html[data-theme="dark"] .bg-white,
html[data-theme="dark"] .bg-slate-50,
html[data-theme="dark"] .bg-slate-50\/80,
html[data-theme="dark"] .bg-cyan-50,
html[data-theme="dark"] .bg-cyan-50\/70 {
  background-color: rgba(15, 23, 42, .78);
}
html[data-theme="dark"] .border-slate-100,
html[data-theme="dark"] .border-slate-200,
html[data-theme="dark"] .border-slate-200\/80,
html[data-theme="dark"] .border-cyan-100,
html[data-theme="dark"] .border-cyan-200 {
  border-color: rgba(148, 163, 184, .24);
}
html[data-theme="dark"] .text-slate-950,
html[data-theme="dark"] .text-slate-900,
html[data-theme="dark"] .text-slate-800 {
  color: #e2e8f0;
}
html[data-theme="dark"] .text-slate-700,
html[data-theme="dark"] .text-slate-600,
html[data-theme="dark"] .text-slate-500 {
  color: #cbd5e1;
}
html[data-theme="dark"] .text-cyan-700,
html[data-theme="dark"] .text-cyan-800,
html[data-theme="dark"] .text-cyan-900 {
  color: #67e8f9;
}

@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sm\:justify-center { justify-content: center; }
}
@media (min-width: 768px) {
  .md\:flex-row { flex-direction: row; }
  .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\:items-center { align-items: center; }
  .md\:justify-between { justify-content: space-between; }
  .md\:p-12 { padding: 3rem; }
  .md\:text-base { font-size: 1rem; line-height: 1.5rem; }
  .md\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
  .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .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; }
}
@media (min-width: 1024px) {
  .lg\:flex { display: flex; }
  .lg\:grid-cols-\[1\.05fr_0\.95fr\] { grid-template-columns: 1.05fr .95fr; }
  .lg\:grid-cols-\[1\.06fr_0\.94fr\] { grid-template-columns: 1.06fr .94fr; }
  .lg\:grid-cols-\[1\.1fr_0\.9fr\] { grid-template-columns: 1.1fr .9fr; }
  .lg\:items-start { align-items: flex-start; }
  .lg\:items-stretch { align-items: stretch; }
  .lg\:p-8 { padding: 2rem; }
  .lg\:p-10 { padding: 2.5rem; }
  .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .lg\:pb-24 { padding-bottom: 6rem; }
  .lg\:pt-14 { padding-top: 3.5rem; }
  .lg\:pt-16 { padding-top: 4rem; }
  .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .lg\:text-7xl { font-size: 4.5rem; line-height: 1; }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
