:root{--bg-app: #F5EFE6;--bg-surface: #FDFAF6;--bg-bubble-user: #EDE0CC;--border-default: #E8DDD0;--text-dark: #2A1E10;--text-muted: #7A6A56;--text-placeholder: #C4B5A5;--accent: #7B5E3A;--red-accent: #B03A2E;--max-content-width: 480px}.quiet-mode{--bg-app: #EDE4D8;--bg-surface: #F5EDE2;--bg-bubble-user: #E3D4C0}*{box-sizing:border-box}*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;background:var(--bg-app);color:var(--text-dark);font-family:DM Sans,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{overflow:hidden;transition:background-color 1.8s ease}a{color:var(--accent);text-decoration:underline}a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}button{font-family:inherit;border:0;background:transparent;color:inherit;padding:0;cursor:pointer}textarea{font-family:inherit;border:0;background:transparent;outline:none;color:var(--text-dark);resize:none;width:100%}textarea::placeholder{color:var(--text-placeholder)}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#7b5e3a2e;border-radius:2px}@keyframes als-fade-up{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes als-dot{0%,to{opacity:.25;transform:scale(.75)}50%{opacity:1;transform:scale(1)}}.als-landing{height:100dvh;overflow-y:auto;-webkit-overflow-scrolling:touch;background:var(--bg-app)}.als-landing :where(h1,h2,h3,p){margin:0}
