@tailwind base;@tailwind components;@tailwind utilities;:root{--wa-green-primary: #00a884;--wa-green-dark: #008069;--wa-green-chat: #005c4b;--wa-bg-deep: #111b21;--wa-bg-panel: #202c33;--wa-bg-subpanel: #182229;--wa-bg-chat: #0b141a;--wa-bubble-in: #202c33;--wa-bubble-out: #005c4b;--wa-text-primary: #e9edef;--wa-text-secondary: #8696a0;--wa-border: #222e35}*{box-sizing:border-box;margin:0;padding:0;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}body{background-color:var(--wa-bg-deep);color:var(--wa-text-primary);overflow:hidden;height:100vh;width:100vw}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#8696a04d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#8696a080}.wa-chat-bg{background-color:#0b141a;background-image:radial-gradient(#182229 1px,transparent 1px),radial-gradient(#182229 1px,#0b141a 1px);background-size:40px 40px;background-position:0 0,20px 20px}.otp-input:focus{border-color:#00a884;box-shadow:0 0 0 2px #00a88440}@media(max-width:767px){.wa-secondary-panel{width:100%!important;max-width:100%!important;flex:1!important}}
