@import"https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap";:root{--primary: #FF6B00;--primary-hover: #E55E00;--primary-muted: #CC5500;--success: #22C55E;--danger: #EF4444;--bg-server-bar: #18191C;--bg-sidebar: #1F2024;--bg-chat: #25262B;--bg-input: #2C2D33;--bg-hover: #32333A;--bg-overlay: rgba(0, 0, 0, .7);--text-primary: #E4E5E8;--text-muted: #8B8D93;--border: #2E2F34}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;overflow:hidden}body{font-family:Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:14px;line-height:1.4;background:#25262b;color:#e4e5e8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#1a1b1f;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#32333a}::selection{background:#ff6b004d;color:#fff}[data-theme=light]{--bg-server-bar: #F2F3F5;--bg-sidebar: #FFFFFF;--bg-chat: #FFFFFF;--bg-input: #EBEDEF;--bg-hover: #E3E5E8;--text-primary: #2E3338;--text-muted: #747F8D;--border: #E3E5E8}[data-theme=light] body{background:#fff;color:#2e3338}a{color:#ff6b00;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;font-size:inherit;border:none;background:none;color:inherit;cursor:pointer;outline:none}input,textarea,select{font-family:inherit;font-size:inherit;color:#e4e5e8;background:#2c2d33;border:none;outline:none;border-radius:4px}input::placeholder,textarea::placeholder{color:#5c5e66}input:focus,textarea:focus{box-shadow:0 0 0 2px #ff6b004d}@keyframes neonPulse{0%,to{opacity:.7;box-shadow:0 0 4px #39ff14,0 0 8px #39ff144d}50%{opacity:1;box-shadow:0 0 8px #39ff14,0 0 16px #39ff1480}}@keyframes neonBarPulse{0%,to{opacity:.8}50%{opacity:1}}@keyframes shimmer{0%{opacity:.3}50%{opacity:.6}to{opacity:.3}}@keyframes typingDots{0%,60%,to{opacity:0}30%{opacity:1}}
