/* Local production subset replacing Tailwind CDN, Google Fonts and Material Symbols for V2. */
:root {
  --v2-primary: #5c1d4a;
  --v2-primary-dark: #3b1231;
  --v2-secondary: #7c2d61;
  --v2-slate-50: #f8fafc;
  --v2-slate-100: #f1f5f9;
  --v2-slate-200: #e2e8f0;
  --v2-slate-300: #cbd5e1;
  --v2-slate-400: #94a3b8;
  --v2-slate-500: #64748b;
  --v2-slate-600: #475569;
  --v2-slate-700: #334155;
  --v2-slate-800: #1e293b;
  --v2-slate-900: #0f172a;
}

* { box-sizing: border-box; }
body {
  font-family: "Work Sans", "Aptos", "Segoe UI", system-ui, -apple-system, sans-serif !important;
}

.material-symbols-outlined {
  align-items: center;
  display: inline-flex;
  font-family: inherit !important;
  font-size: 1em;
  font-style: normal;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  overflow: hidden;
  text-indent: -999px;
  text-transform: none;
  white-space: nowrap;
  width: 1.15em;
}
.material-symbols-outlined::before {
  content: "";
  background: currentColor;
  border-radius: .28em;
  display: block;
  height: .72em;
  width: .72em;
}

.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.inset-0 { inset: 0; }
.left-0 { left: 0; }
.left-3 { left: .75rem; }
.top-0 { top: 0; }
.top-1\/2 { top: 50%; }
.bottom-8 { bottom: 2rem; }
.z-50 { z-index: 50; }
.z-\[60\] { z-index: 60; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.block { display: block; }
.inline-flex { display: inline-flex; }
.h-full { height: 100%; }
.min-h-screen { min-height: 100vh; }
.w-full { width: 100%; }
.w-64 { width: 16rem; }
.w-6 { width: 1.5rem; }
.h-6 { height: 1.5rem; }
.w-8 { width: 2rem; }
.h-8 { height: 2rem; }
.w-10 { width: 2.5rem; }
.h-10 { height: 2.5rem; }
.w-12 { width: 3rem; }
.h-12 { height: 3rem; }
.flex-1 { flex: 1 1 0%; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-stretch { align-items: stretch; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.gap-1 { gap: .25rem; }
.gap-2 { gap: .5rem; }
.gap-3 { gap: .75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: .25rem; }
.ml-60 { margin-left: 15rem; }
.mt-4 { margin-top: 1rem; }
.mb-1 { margin-bottom: .25rem; }
.mb-2 { margin-bottom: .5rem; }
.mb-3 { margin-bottom: .75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mr-1 { margin-right: .25rem; }
.mr-2 { margin-right: .5rem; }
.mr-3 { margin-right: .75rem; }
.ml-1 { margin-left: .25rem; }
.p-1 { padding: .25rem; }
.p-1\.5 { padding: .375rem; }
.p-2 { padding: .5rem; }
.p-3 { padding: .75rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.px-3 { padding-left: .75rem; padding-right: .75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-2 { padding-top: .5rem; padding-bottom: .5rem; }
.pt-20 { padding-top: 5rem; }
.rounded { border-radius: .25rem; }
.rounded-lg { border-radius: .5rem; }
.rounded-xl { border-radius: .75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 999px; }
.border { border: 1px solid var(--v2-slate-200); }
.border-r { border-right: 1px solid var(--v2-slate-200); }
.border-slate-200 { border-color: var(--v2-slate-200); }
.bg-white { background: #fff; }
.bg-white\/90 { background: rgba(255,255,255,.9); }
.bg-slate-50 { background: var(--v2-slate-50); }
.bg-slate-100 { background: var(--v2-slate-100); }
.bg-fuchsia-50 { background: #fdf4ff; }
.bg-fuchsia-900 { background: #701a75; }
.bg-primary { background: var(--v2-primary); }
.text-white { color: #fff; }
.text-primary { color: var(--v2-primary); }
.text-secondary { color: var(--v2-secondary); }
.text-slate-300 { color: var(--v2-slate-300); }
.text-slate-400 { color: var(--v2-slate-400); }
.text-slate-500 { color: var(--v2-slate-500); }
.text-slate-600 { color: var(--v2-slate-600); }
.text-slate-700 { color: var(--v2-slate-700); }
.text-slate-900 { color: var(--v2-slate-900); }
.text-fuchsia-600 { color: #c026d3; }
.text-fuchsia-700 { color: #a21caf; }
.text-fuchsia-900 { color: #701a75; }
.text-emerald-500 { color: #10b981; }
.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-\[120px\] { font-size: 120px; line-height: 1; }
.font-medium { font-weight: 500; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }
.font-extrabold { font-weight: 800; }
.font-hero-title { font-weight: 900; }
.text-hero-title { font-size: clamp(2rem, 4vw, 4rem); line-height: .95; letter-spacing: -.05em; }
.font-hero-reason { font-weight: 600; }
.text-hero-reason { font-size: 1rem; line-height: 1.55; }
.text-on-surface-variant { color: var(--v2-slate-600); }
.text-on-primary-container { color: #4a044e; }
.text-on-secondary-container { color: #164e63; }
.text-on-tertiary-container { color: #78350f; }
.uppercase { text-transform: uppercase; }
.tracking-tight { letter-spacing: -.025em; }
.tracking-wide { letter-spacing: .025em; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.object-cover { object-fit: cover; }
.overflow-hidden { overflow: hidden; }
.overflow-auto { overflow: auto; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(15,23,42,.1), 0 4px 6px -4px rgba(15,23,42,.1); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(15,23,42,.1), 0 8px 10px -6px rgba(15,23,42,.1); }
.ring-1 { box-shadow: 0 0 0 1px rgba(15,23,42,.08); }
.ring-slate-200 { --ring-color: var(--v2-slate-200); }
.backdrop-blur { backdrop-filter: blur(8px); }
.opacity-20 { opacity: .2; }
.opacity-50 { opacity: .5; }
.opacity-60 { opacity: .6; }
.grayscale { filter: grayscale(1); }
.grayscale-\[20\%\] { filter: grayscale(.2); }
.transition-all { transition: all .18s ease; }
.transition-colors { transition: color .18s ease, background-color .18s ease, border-color .18s ease; }
.transition-transform { transition: transform .3s ease; }
.duration-500 { transition-duration: .5s; }
.duration-700 { transition-duration: .7s; }
.-translate-y-1\/2 { transform: translateY(-50%); }
.max-w-3xl { max-width: 48rem; }
.hover\:bg-white:hover { background: #fff; }
.hover\:bg-slate-50:hover { background: var(--v2-slate-50); }
.hover\:bg-slate-100:hover { background: var(--v2-slate-100); }
.hover\:text-secondary:hover { color: var(--v2-secondary); }
.hover\:text-slate-600:hover { color: var(--v2-slate-600); }
.active\:scale-95:active { transform: scale(.95); }

img[src="/v2/assets/palato-placeholder.svg"] {
  background: linear-gradient(135deg, #fdf2f8, #fff7ed);
}

@media (min-width: 768px) {
  .md\:flex-row { flex-direction: row; }
}
@media (max-width: 760px) {
  .ml-60 { margin-left: 0; }
  .w-64 { width: 100%; }
  aside.fixed.w-64 { position: static; }
}
