@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500&display=swap");:root{--bg:#f8f8fc;--surface:#fff;--border:#e0e0f0;--border2:#d0d0e8;--accent:#7c6aff;--accent-bg:#f0eeff;--accent-dark:#5a4aaa;--text:#1a1a38;--text2:#5a5a7a;--muted:#aac;--green:#22c55e;--bubble-out:#7c6aff}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}body,html{height:100%;color:var(--text);font-family:DM Sans,sans-serif;font-weight:400;overflow:hidden}.screen,body,html{background:var(--bg)}.screen{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;transition:opacity .4s ease}