*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Montserrat, sans-serif;
  background: #131316;
  color: #f4f4f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
button {
  font: inherit;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
.mono,
code,
kbd,
pre,
samp {
  font-family:
    JetBrains Mono,
    monospace;
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded", sans-serif;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-wrap {
  flex-wrap: wrap;
}
.shrink-0 {
  flex-shrink: 0;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-3 {
  column-gap: 0.75rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.space-y-1 > * + * {
  margin-top: 0.375rem;
}
.space-y-2 > * + * {
  margin-top: 0.75rem;
}
.space-y-3 > * + * {
  margin-top: 1rem;
}
.m-0 {
  margin: 0;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-4 {
  padding: 1.25rem;
}
.p-5 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.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-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[88px\] {
  padding-bottom: 88px;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-8 {
  width: 2rem;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-full {
  width: 100%;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-11 {
  height: 2.75rem;
}
.h-\[48px\] {
  height: 48px;
}
.max-h-24 {
  max-height: 6rem;
}
.max-h-\[260px\] {
  max-height: 260px;
}
.max-h-\[380px\] {
  max-height: 380px;
}
.max-w-\[72px\] {
  max-width: 72px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-\[48px\] {
  min-height: 48px;
}
.min-w-0 {
  min-width: 0;
}
.min-w-\[44px\] {
  min-width: 44px;
}
.min-w-\[112px\] {
  min-width: 112px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.text-xs {
  font-size: 13px;
}
.text-sm {
  font-size: 13px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 11px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 13px;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-black {
  color: #000;
}
.text-white {
  color: #fff;
}
.text-amber-200 {
  color: #fde68a;
}
.text-amber-300 {
  color: #fcd34d;
}
.text-emerald-200 {
  color: #a7f3d0;
}
.text-emerald-300 {
  color: #6ee7b7;
}
.text-red-400 {
  color: #f87171;
}
.text-zinc-100 {
  color: #f4f4f5;
}
.text-zinc-200 {
  color: #e4e4e7;
}
.text-zinc-300 {
  color: #d4d4d8;
}
.text-zinc-400 {
  color: #a1a1aa;
}
.text-zinc-500 {
  color: #71717a;
}
.text-zinc-600 {
  color: #52525b;
}
.text-zinc-700 {
  color: #3f3f46;
}
.bg-white {
  background-color: #fff;
}
.bg-transparent {
  background-color: transparent;
}
.bg-black {
  background-color: #000;
}
.bg-amber-500 {
  background-color: #f59e0b;
}
.bg-blue-500 {
  background-color: #3b82f6;
}
.bg-emerald-500 {
  background-color: #10b981;
}
.bg-zinc-600 {
  background-color: #52525b;
}
.bg-zinc-800 {
  background-color: #27272a;
}
.bg-zinc-900 {
  background-color: #18181b;
}
.bg-zinc-950 {
  background-color: #09090b;
}
.bg-\[\#131316\] {
  background-color: #131316;
}
.bg-\[\#4285f4\] {
  background-color: #4285f4;
}
.bg-amber-500\/10 {
  background-color: rgba(245, 158, 11, 0.1);
}
.bg-emerald-500\/10 {
  background-color: rgba(16, 185, 129, 0.1);
}
.bg-emerald-950\/10 {
  background-color: rgba(2, 44, 34, 0.1);
}
.bg-emerald-950\/20 {
  background-color: rgba(2, 44, 34, 0.2);
}
.bg-zinc-900\/20 {
  background-color: rgba(24, 24, 27, 0.2);
}
.bg-zinc-900\/50 {
  background-color: rgba(24, 24, 27, 0.5);
}
.bg-zinc-900\/70 {
  background-color: rgba(24, 24, 27, 0.7);
}
.bg-\[\#131316\]\/80 {
  background-color: rgba(19, 19, 22, 0.8);
}
.border {
  border-width: 1px;
  border-style: solid;
}
.border-t {
  border-top-width: 1px;
  border-top-style: solid;
}
.border-b {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-collapse {
  border-collapse: collapse;
}
.border-transparent {
  border-color: transparent;
}
.border-amber-700 {
  border-color: #b45309;
}
.border-red-500 {
  border-color: #ef4444;
}
.border-emerald-600 {
  border-color: #059669;
}
.border-emerald-700 {
  border-color: #047857;
}
.border-zinc-700 {
  border-color: #3f3f46;
}
.border-zinc-800 {
  border-color: #27272a;
}
.border-amber-500\/30 {
  border-color: rgba(245, 158, 11, 0.3);
}
.border-emerald-500\/30 {
  border-color: rgba(16, 185, 129, 0.3);
}
.border-emerald-900\/30 {
  border-color: rgba(6, 78, 59, 0.3);
}
.border-zinc-800\/60 {
  border-color: rgba(39, 39, 42, 0.6);
}
.rounded-none {
  border-radius: 0;
}
.rounded-full {
  border-radius: 0;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: 0;
}
.z-20 {
  z-index: 20;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.object-contain {
  object-fit: contain;
}
.backdrop-blur {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.backdrop-blur-xl {
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}
.transition-colors {
  transition-property: color, background-color, border-color;
  transition-duration: 150ms;
  transition-timing-function: ease;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.hover\:bg-\[\#3367d6\]:hover {
  background-color: #3367d6;
}
.hover\:bg-zinc-100:hover {
  background-color: #f4f4f5;
}
.hover\:bg-zinc-800:hover {
  background-color: #27272a;
}
.hover\:border-zinc-600:hover {
  border-color: #52525b;
}
.hover\:border-zinc-800:hover {
  border-color: #27272a;
}
.hover\:text-zinc-100:hover {
  color: #f4f4f5;
}
.hover\:text-zinc-200:hover {
  color: #e4e4e7;
}
.hover\:text-zinc-300:hover {
  color: #d4d4d8;
}
.focus\:border-zinc-300:focus {
  border-color: #d4d4d8;
}
.focus\:border-zinc-500:focus {
  border-color: #71717a;
}
.focus\:outline-none:focus {
  outline: none;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-40:disabled {
  opacity: 0.4;
}
.disabled\:text-zinc-300:disabled {
  color: #d4d4d8;
}
.file\:border::file-selector-button,
.file\:border::-webkit-file-upload-button {
  border-width: 1px;
}
.file\:border-zinc-800::file-selector-button,
.file\:border-zinc-800::-webkit-file-upload-button {
  border-color: #27272a;
}
.file\:cursor-pointer::file-selector-button,
.file\:cursor-pointer::-webkit-file-upload-button {
  cursor: pointer;
}
.file\:font-medium::file-selector-button,
.file\:font-medium::-webkit-file-upload-button {
  font-weight: 500;
}
.file\:mr-3::file-selector-button,
.file\:mr-3::-webkit-file-upload-button {
  margin-right: 0.75rem;
}
.file\:px-3::file-selector-button,
.file\:px-3::-webkit-file-upload-button {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.file\:py-2::file-selector-button,
.file\:py-2::-webkit-file-upload-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.file\:text-xs::file-selector-button,
.file\:text-xs::-webkit-file-upload-button {
  font-size: 0.75rem;
}
.file\:text-zinc-200::file-selector-button,
.file\:text-zinc-200::-webkit-file-upload-button {
  color: #e4e4e7;
}
.file\:bg-zinc-900::file-selector-button,
.file\:bg-zinc-900::-webkit-file-upload-button {
  background-color: #18181b;
}
.hover\:file\:bg-zinc-800:hover::file-selector-button,
.hover\:file\:bg-zinc-800:hover::-webkit-file-upload-button {
  background-color: #27272a;
}
.placeholder\:text-zinc-400::placeholder {
  color: #a1a1aa;
}
.card {
  box-shadow:
    inset 0 1px 0 hsla(0, 0%, 100%, 0.06),
    0 6px 18px rgba(0, 0, 0, 0.3);
  border-color: #27272a;
}
.cta {
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background-color 0.15s ease,
    border-color 0.15s ease,
    opacity 0.15s ease;
}
.cta:hover {
  transform: translateY(-1px) scale(1.015);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}
.cta:active {
  transform: translateY(0) scale(0.985);
  box-shadow: none;
}
.cta:disabled {
  transform: none;
  box-shadow: none;
}
.cta-press {
  transform: translateY(1px) scale(0.97);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
.cta-nudge {
  animation: cta-nudge 0.5s ease-in-out 2;
}
.live {
  animation: pulse-dot 1.4s infinite;
}
.range {
  accent-color: #1a73e8;
}
@keyframes pulse-dot {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
@keyframes cta-nudge {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}
@font-face {
  font-family: Montserrat;
  src: url("/flookup-ai/fonts/Montserrat-VF.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif";
  src: url("/flookup-ai/fonts/NotoSerif-VF.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("/flookup-ai/fonts/JetBrainsMono-VF.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
.serif {
  font-family: "Noto Serif", serif;
  font-size: 13px;
  line-height: 1.65;
}
.no-underline {
  text-decoration: none;
}
a {
  color: #8ab4f8;
}
a:hover {
  color: #aecbfa;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 2px solid #8ab4f8;
  outline-offset: 2px;
}
.cta {
  white-space: nowrap;
}
.text-red-200 {
  color: #fecaca;
}
.text-emerald-400 {
  color: #34d399;
}
.text-\[10px\] {
  font-size: 10px;
}
.border-red-900\/60 {
  border-color: rgba(127, 29, 29, 0.6);
}
.border-emerald-900\/60 {
  border-color: rgba(6, 78, 59, 0.6);
}
.border-amber-900\/40 {
  border-color: rgba(120, 53, 15, 0.4);
}
@media (min-width: 640px) {
  .sm\:flex {
    display: flex;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .sm\:gap-2 {
    gap: 0.5rem;
  }
  .sm\:gap-3 {
    gap: 0.75rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }
}
