@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=DM+Sans:wght@300;400;500&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#faf9f6;--bg-surface:#f3f1ec;--bg-card:#fff;--ink:#1c1917;--ink-2:#57534e;--ink-3:#a8a29e;--accent:#534ab7;--accent-light:#eeedfe;--accent-mid:#7f77dd;--accent-dark:#3c3489;--border:#1c19171a;--border-hover:#534ab766;--amber:#ef9f27;--teal:#1d9e75;--coral:#d85a30;--teal-light:#e1f5ee;--amber-light:#faeeda;--coral-light:#faece7;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"DM Sans", sans-serif;--radius:12px;--radius-sm:8px}html{background:var(--bg);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6}body{background:var(--bg);min-height:100vh}button{font-family:var(--font-body);cursor:pointer}textarea{font-family:var(--font-body)}@keyframes slideInRight{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-28px)}to{opacity:1;transform:translate(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.92)}70%{transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@keyframes drawCheck{0%{stroke-dashoffset:40px;opacity:0}to{stroke-dashoffset:0;opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes driftRight{0%{opacity:.6;transform:translate(0)translateY(0)}50%{opacity:.3;transform:translate(25px)translateY(-8px)}to{opacity:0;transform:translate(50px)translateY(0)}}@keyframes driftLeft{0%{opacity:.4;transform:translate(0)translateY(0)}50%{opacity:.2;transform:translate(-18px)translateY(-12px)}to{opacity:0;transform:translate(-36px)translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.55}}@keyframes ripple{0%{opacity:.35;transform:scale(0)}to{opacity:0;transform:scale(3)}}.fade-up{animation:.45s both fadeUp}.screen-enter{animation:.38s both slideInRight}.screen-enter-back{animation:.38s both slideInLeft}.insight-pop{animation:.35s both popIn}.float-anim{animation:4s ease-in-out infinite float}.pulse-anim{animation:2.5s ease-in-out infinite pulse}.drift-right{animation:9s ease-in-out infinite driftRight}.drift-left{animation:11s ease-in-out infinite driftLeft}.select-ripple{background:var(--accent);pointer-events:none;opacity:0;border-radius:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;position:absolute;transform:scale(0)}.select-ripple.fire{animation:.45s forwards ripple}.check-path{stroke-dasharray:40;stroke-dashoffset:40px;opacity:0}.check-path.draw{animation:.4s .25s both drawCheck}.complete-pop{animation:.4s both popIn}
