.bot{z-index:100;width:380px;max-width:calc(100vw - 48px);height:600px;max-height:calc(100vh - 140px);box-shadow:var(--shadow-glass-l3);flex-direction:column;display:flex;position:fixed;bottom:100px;right:24px;overflow:hidden}.bot.glass{-webkit-backdrop-filter:blur(var(--blur-premium));border:1px solid var(--glass-border);border-radius:var(--radius-premium);background:#030712f2}[data-theme=light] .bot.glass{background:#ffffffe6;border:1px solid #0000001a;box-shadow:0 10px 40px #0000001a}.bot-header{border-bottom:1px solid var(--glass-border);background:#ffffff05;justify-content:space-between;align-items:center;padding:20px;display:flex}[data-theme=light] .bot-header{background:#00000005;border-bottom:1px solid #0000000d}[data-theme=light] .bot-info h3{color:#0f172a}.bot-info{align-items:center;gap:12px;display:flex}.bot-info h3{text-transform:uppercase;letter-spacing:.1em;color:#fff;margin:0;font-size:14px;font-weight:800}.bot-info p{text-transform:uppercase;letter-spacing:.2em;color:var(--color-foreground);opacity:.5;margin:0;font-size:10px;font-weight:600}.bot-avatar{background:#3b82f61a;border:1px solid #3b82f633;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.bot-body{scrollbar-width:thin;scrollbar-color:var(--glass-border)transparent;flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.bot-body::-webkit-scrollbar{width:6px}.bot-body::-webkit-scrollbar-thumb{background:var(--glass-border);border-radius:10px}.message-row{gap:12px;max-width:85%;display:flex}.message-row.user{flex-direction:row-reverse;align-self:flex-end}.message-row.assistant{align-self:flex-start}.user-message{color:#fff;background:#3b82f6;border-radius:20px 20px 4px;padding:12px 18px;font-size:14px;font-weight:500;line-height:1.6;box-shadow:0 4px 15px #3b82f633}.bot-message{background:var(--glass-bg-hover);border:1px solid var(--glass-border);color:var(--foreground);box-shadow:var(--shadow-glass-l1);border-radius:4px 20px 20px;padding:12px 18px;font-size:14px;font-weight:500;line-height:1.6}[data-theme=light] .bot-message{background:#00000008;border:1px solid #0000000d}.option-list{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.option-button{color:#60a5fa;text-transform:uppercase;letter-spacing:.1em;background:#3b82f61a;border:1px solid #3b82f633;border-radius:20px;padding:6px 12px;font-size:11px;font-weight:700;transition:all .2s}.option-button:hover{color:#fff;background:#3b82f6;transform:translateY(-1px)}.bot-input{border-top:1px solid var(--glass-border);background:#0003;align-items:flex-end;gap:12px;padding:16px 20px;display:flex}[data-theme=light] .bot-input{background:#00000005;border-top:1px solid #0000000d}[data-theme=light] .bot-textarea{color:#0f172a;background:#fff;border:1px solid #0000001a}.bot-textarea{background:var(--glass-bg);border:1px solid var(--glass-border);color:#fff;resize:none;border-radius:12px;outline:none;flex:1;max-height:120px;padding:8px 12px;font-size:14px;transition:border-color .2s}.bot-textarea:focus{border-color:#3b82f6}.bot-input button{color:#fff;background:#3b82f6;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.bot-input button:disabled{opacity:.3;cursor:not-allowed}.bot-input button:not(:disabled):hover{background:#2563eb;transform:scale(1.05);box-shadow:0 0 15px #3b82f680}.typing .dots{gap:4px;padding:4px 0;display:flex}.typing .dots div{background:#60a5fa;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite bounce}.typing .dots div:first-child{animation-delay:-.32s}.typing .dots div:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
