:root{--color-primary: #0FA619;--color-background: #020817;--color-background-secondary: #0b1f3a;--color-background-message-default: #0f2e1c;--color-background-message-reply: #0b2545;--color-border-primary: #132f4c;--color-border-secondary: #0FA619;--color-text-primary: #ffffff;--color-text-secondary: #7de6a0;--color-placeholder: #9ca3af;--color-text: #000000;--color-error: #ff4d4f}html,body,#root{height:100%;width:100%;margin:0;padding:0;overflow:hidden}body{margin:0}.custom-input{border:2px solid var(--color-border-secondary)!important;box-shadow:0 0 0 1px #22c55e26!important;transition:all .2s ease}.custom-input:focus,.custom-input:hover,.custom-input.ant-input-focused{box-shadow:0 0 0 2px var(--color-primary)!important}.chat-scroll{scrollbar-width:thin;scrollbar-color:var(--color-primary) var(--color-background-secondary);overflow-y:auto;min-height:0;flex:1}.chat-scroll::-webkit-scrollbar{width:6px}.chat-scroll::-webkit-scrollbar-track{background:var(--color-background-secondary)}.chat-scroll::-webkit-scrollbar-thumb{background-color:var(--color-primary);border-radius:10px}.chat-scroll .ant-list{display:flex;flex-direction:column;width:100%}.chat-scroll .ant-list-item{flex-shrink:0;padding:8px 0}.custom-input::placeholder{color:var(--color-placeholder)!important}@media (min-width: 481px){.chat-outer{padding:20px 0}.chat-container{border-radius:18px;padding:24px 24px 16px}}@media (max-width: 480px){.chat-outer{padding:0}.chat-container{border-radius:0;padding:12px 12px 10px;box-sizing:border-box;max-width:100vw!important}}
