:root{--bg:#f1f1f1;--bg2:#fff;--bg3:#f4f4f5;--bg4:#e8e8e8;--sidebar:#fff;--chat-bg:#effdde;--chat-pattern:url("data:image/svg+xml,%3Csvg width='400' height='400' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.07' fill='%2300a86b'%3E%3Ccircle cx='50' cy='50' r='20'/%3E%3Cpath d='M100 20 Q120 0 140 20 Q120 40 100 20'/%3E%3Ccircle cx='200' cy='100' r='15'/%3E%3Cpath d='M300 50 Q320 30 340 50 Q320 70 300 50'/%3E%3Ccircle cx='350' cy='200' r='25'/%3E%3Cpath d='M50 200 Q70 180 90 200 Q70 220 50 200'/%3E%3Ccircle cx='150' cy='300' r='18'/%3E%3Cpath d='M250 250 Q270 230 290 250 Q270 270 250 250'/%3E%3Ccircle cx='380' cy='350' r='22'/%3E%3C/g%3E%3C/svg%3E");--border:#e4e4e4;--accent:#4ca4d9;--accent2:#2d8db8;--accent-dim:#4ca4d91f;--msg-out:#c8ffa0;--msg-out-text:#000;--msg-in:#fff;--msg-in-text:#000;--text:#000;--text2:#707070;--text3:#a0a0a0;--green:#4fae4e;--red:#e53935;--yellow:#fbbf24;--shadow:0 2px 8px #0000001f;--radius:12px;--tg-green:#4fae4e;--tg-blue:#4ca4d9}[data-theme=dark]{--bg:#212121;--bg2:#2b2b2b;--bg3:#1c1c1c;--bg4:#313131;--sidebar:#212121;--chat-bg:#0e0e0e;--chat-pattern:none;--border:#3a3a3a;--accent:#3390ec;--accent2:#5aabff;--accent-dim:#3390ec26;--msg-out:#2b5278;--msg-out-text:#fff;--msg-in:#2b2b2b;--msg-in-text:#e8e8e8;--text:#e8e8e8;--text2:#aaa;--text3:#666;--shadow:0 4px 20px #00000080}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100vh;overflow:hidden}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px}#root{display:flex}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff1a}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,textarea{border:none;outline:none;font-family:inherit}a{color:var(--accent)}#app-bg-layer,#chat-bg-layer{z-index:0}#root>*{z-index:var(--ui-z,auto);position:relative}
