@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=Fraunces:wght@300;600&display=swap");*{box-sizing:border-box;margin:0;padding:0}:root{--amber:#d4893d;--amber-light:#f0a955}body,html{height:100%;font-family:DM Sans,sans-serif;-webkit-font-smoothing:antialiased}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}@keyframes subtlePulse{0%,to{opacity:.55}50%{opacity:1}}.animate-in{animation:fadeSlideIn .35s ease forwards;opacity:0}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(212,139,61,.3);border-radius:4px}html{height:-webkit-fill-available}body{min-height:100vh;min-height:-webkit-fill-available}.chat-root{height:100vh;height:100dvh}@supports (-webkit-touch-callout:none){.chat-root{height:-webkit-fill-available}}.input-area{padding-bottom:max(20px,env(safe-area-inset-bottom))}@media (max-width:640px){.header-inner{flex-wrap:wrap;padding:10px 14px 8px;gap:6px}.header-logo-block{flex:1 1;min-width:0}.header-right{width:100%;display:flex;align-items:center;gap:6px;padding-top:4px;border-top:.5px solid rgba(212,139,61,.1);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.header-right::-webkit-scrollbar{display:none}.badges-row{display:none}.city-selector-text{font-size:11px}.logo-text{font-size:15px!important}.prompt-chips{padding:0 14px 8px;gap:6px}.prompt-chips .ds-chip:nth-child(n+3){display:none}.ds-chip{font-size:11px!important;padding:5px 10px!important}}