@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap";*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{font-family:Plus Jakarta Sans,DM Sans,system-ui,sans-serif;background:var(--bg);color:var(--text-primary);margin:0;-webkit-font-smoothing:antialiased}.app-shell{height:100vh;height:100dvh}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::selection{background:#c76b8a33;color:var(--text-primary)}:focus-visible{outline:none;box-shadow:0 0 0 3px #c76b8a26;border-radius:8px}:root{--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--radius-xs:6px;--radius-sm:10px;--radius-md:16px;--radius-lg:22px;--radius-xl:28px;--radius-pill:999px;--tap-min:44px;--tap-comfort:48px;--tap-gap:8px;--elev-1:0 1px 2px rgba(92,40,46,.06);--elev-2:0 4px 16px rgba(92,40,46,.08);--elev-3:0 -8px 32px rgba(92,40,46,.12);--z-sticky-cta:20;--z-header:30;--z-bottom-nav:40;--z-scrim:50;--z-sheet:60;--z-toast:70;--nav-height:56px;--header-height:52px;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--scroll-pad-bottom:calc(var(--nav-height) + var(--safe-bottom) + 16px);--dur-fast:.14s;--dur-base:.22s;--dur-slow:.32s;--ease-out:cubic-bezier(.22,1,.36,1)}
