@tailwind base;@tailwind components;@tailwind utilities;html,body,#root{height:100%;margin:0;padding:0}@keyframes pulse{0%{box-shadow:0 0 #e53e3e99}70%{box-shadow:0 0 0 10px #e53e3e00}to{box-shadow:0 0 #e53e3e00}}.hamburger-btn{display:none;background:none;border:none;cursor:pointer;padding:4px 6px;flex-direction:column;gap:5px;align-items:center;justify-content:center;flex-shrink:0;border-radius:6px}.hamburger-btn span{display:block;width:22px;height:2px;background:#d9ffe8;border-radius:2px;transition:background .2s}.sidebar-overlay{display:none;position:fixed;inset:0;background:#0000008c;z-index:999;cursor:pointer}@media (max-width: 768px){.hamburger-btn{display:flex}.chat-sidebar{position:fixed!important;top:0!important;left:0!important;height:100dvh!important;width:280px!important;z-index:1000;transform:translate(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);overflow-y:auto;display:flex!important;flex-direction:column!important}.chat-sidebar.sidebar-open{transform:translate(0)!important;box-shadow:4px 0 28px #0006}.chat-sidebar .sidebar-logo{width:64px!important;height:64px!important}.chat-sidebar ::-webkit-scrollbar{width:4px}.chat-sidebar ::-webkit-scrollbar-track{background:transparent}.chat-sidebar ::-webkit-scrollbar-thumb{background:#d9ffe840;border-radius:4px}.sidebar-overlay.sidebar-open{display:block}.chat-bubble{max-width:88%!important}.header-user-label{display:none!important}.chat-input-row{padding:10px!important;gap:6px!important}.mobile-card{padding:14px!important}}@media (max-width: 400px){.chat-bubble{max-width:94%!important}.chat-sidebar{width:260px!important}}
