*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;background:#0b0618;color:#f5f3ff;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{overscroll-behavior:none}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes fadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}input:-webkit-autofill,textarea:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px rgba(0,0,0,.3) inset;-webkit-text-fill-color:#F5F3FF;caret-color:#f5f3ff}.chat-layout{display:flex;height:100vh;height:100dvh;background:#0b0618;font-family:Inter,system-ui,sans-serif;color:#f5f3ff;position:relative;overflow:hidden}.chat-main{flex:1;display:flex;flex-direction:column;min-width:0;height:100%;overflow:hidden}.messages-area{flex:1;overflow-y:auto;overflow-x:hidden;padding:24px 0;-webkit-overflow-scrolling:touch}.messages-inner{max-width:760px;margin:0 auto;padding:0 24px}.composer-area{flex-shrink:0;padding:0 24px 20px;background:#0b0618}.composer-inner{max-width:760px;margin:0 auto}.sidebar{width:300px;height:100%;background:#ffffff05;border-right:.5px solid rgba(255,255,255,.06);display:flex;flex-direction:column;flex-shrink:0;z-index:100}.sidebar-backdrop{display:none}.sidebar-close-btn{display:none!important}.mobile-header{display:none}@media(max-width:768px){.sidebar{position:fixed;top:0;left:0;bottom:0;width:100%;max-width:100%;transform:translate(-100%);transition:transform .28s ease;box-shadow:none;border-right:none;z-index:200}.sidebar.is-open{transform:translate(0)}.sidebar-backdrop{display:none!important}.sidebar-close-btn{display:flex!important;align-items:center;justify-content:center}.mobile-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:.5px solid rgba(255,255,255,.06);background:#0b0618f7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0;z-index:50;min-height:56px}.mobile-header-title{flex:1;text-align:center;color:#f5f3ff;font-size:16px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 12px}.hamburger-btn{background:transparent;border:none;color:#f5f3ff;cursor:pointer;padding:10px;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0;min-width:44px;min-height:44px}.hamburger-btn:active{background:#ffffff14}.messages-inner{padding:0 14px}.composer-area{padding:0 14px 16px}.messages-area{padding:12px 0}}@media(max-width:768px){.message-bubble-container{max-width:88%!important;font-size:17px!important}}
