:root{--teal:#10a37f;--teal-d:#0c7e62;--ink:#1c1c20;--cream:#fbfaf6;--gray:#8a8a98}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--cream);color:var(--ink);font-family:Outfit,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}.bubble{white-space:pre-wrap;word-break:break-word}.fade{animation:fadeUp .5s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.dot{display:inline-block;width:7px;height:7px;margin:0 2px;background:var(--gray);border-radius:50%;animation:blink 1.2s ease-in-out infinite}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}input:focus{outline:none;border-color:var(--teal)!important}button{font-family:inherit}