@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=IBM+Plex+Mono:wght@400;500&family=Inter:wght@400;500;700&family=Poppins:wght@400;500;700&family=IBM+Plex+Sans:wght@400;500;700&display=swap");:root{color-scheme:light;--app-bg:#f4f1eb;--app-surface:#fff9f2;--app-accent:#ff6a00;--app-shadow:0 16px 40px rgba(0,0,0,.35)}*{box-sizing:border-box}body,html{padding:0;margin:0;min-height:100%;background:var(--app-bg,#f4f1eb)}*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.25) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(255,106,0,.65),rgba(255,106,0,.2));border-radius:999px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,rgba(255,106,0,.9),rgba(255,106,0,.4))}.chatScroll{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.chatScroll::-webkit-scrollbar{width:6px}.chatScroll::-webkit-scrollbar-track{background:transparent}.chatScroll::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:999px}.chatScroll:hover::-webkit-scrollbar-thumb{background:rgba(0,0,0,.28)}