:root{--bg: #e8e1db;--ink: #1a1a1a;--ink-weak: #3e3e3e;--bubble: #ffffff;--bubble-user: #2f2f33;--accent: #0f0f0f;--shadow: rgba(0, 0, 0, .15)}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:Quicksand,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--bg);overflow:hidden;position:relative}body:before{content:"";position:absolute;left:0;right:0;top:15vh;height:100vh;background-image:url(/assets/images/logo.svg);background-repeat:no-repeat;background-position:center top;background-size:cover;opacity:.06;pointer-events:none;z-index:0}@media (max-width: 768px){.composer{width:96%}.bubble{max-width:85%}.header{padding:10px 16px}.messages{padding:12px 16px 24px}.splash-title{font-size:36px;margin-bottom:40px}.suggestion-cards{grid-template-columns:1fr;gap:16px}.splash-page{padding:20px 16px}}
