.indy-launcher{color:#fff;cursor:pointer;z-index:9998;background:linear-gradient(135deg,#5b2bff,#2563eb);border:none;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 10px 40px #5b2bff80,0 0 0 1px #ffffff1a}.indy-launcher:hover{transform:scale(1.06);box-shadow:0 14px 50px #5b2bffb3}.indy-pulse{pointer-events:none;border:2px solid #5b2bff99;border-radius:50%;animation:2s ease-out infinite indy-pulse;position:absolute;inset:-4px}@keyframes indy-pulse{0%{opacity:.8;transform:scale(.9)}to{opacity:0;transform:scale(1.4)}}.indy-panel{z-index:9999;background:#0b0a1e;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;width:380px;max-width:calc(100vw - 24px);height:600px;max-height:calc(100vh - 120px);animation:.25s ease-out indy-slide-up;display:flex;position:fixed;bottom:92px;right:20px;overflow:hidden;box-shadow:0 30px 80px #0009,0 0 0 1px #5b2bff33}@keyframes indy-slide-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.indy-header{background:linear-gradient(135deg,#5b2bff40,#2563eb26);border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;padding:14px 16px;display:flex}.indy-avatar{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#5b2bff,#2563eb);border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:700;display:flex}.indy-title{color:#fff;font-size:14px;font-weight:600}.indy-sub{color:#ffffff8c;align-items:center;gap:6px;font-size:11px;display:flex}.indy-dot{background:#34d399;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #34d399}.indy-close{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:6px;margin-left:auto;padding:4px;display:flex}.indy-close:hover{color:#fff;background:#ffffff14}.indy-messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.indy-messages::-webkit-scrollbar{width:6px}.indy-messages::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.indy-welcome{flex-direction:column;gap:12px;display:flex}.indy-row{flex-direction:column;gap:6px;display:flex}.indy-row-user{align-items:flex-end}.indy-row-ai{align-items:flex-start}.indy-bubble{word-wrap:break-word;border-radius:14px;max-width:85%;padding:10px 14px;font-size:14px;line-height:1.5}.indy-bubble-ai{color:#ffffffeb;background:#ffffff0f;border-bottom-left-radius:4px}.indy-bubble-user{color:#fff;background:linear-gradient(135deg,#5b2bff,#2563eb);border-bottom-right-radius:4px}.indy-bubble p{margin:0 0 6px}.indy-bubble p:last-child{margin-bottom:0}.indy-bubble ul,.indy-bubble ol{margin:6px 0;padding-left:18px}.indy-bubble li{margin:2px 0}.indy-bubble a{color:#93c5fd;text-decoration:underline}.indy-bubble strong{color:#fff;font-weight:600}.indy-bubble code{background:#0000004d;border-radius:4px;padding:1px 5px;font-size:12px}.indy-success{border:1px solid #34d3994d;color:#6ee7b7!important;background:#34d39926!important}.indy-chips{flex-wrap:wrap;gap:6px;display:flex}.indy-chip{color:#c4b5fd;cursor:pointer;background:#5b2bff26;border:1px solid #5b2bff4d;border-radius:100px;padding:6px 12px;font-size:12px;transition:all .15s}.indy-chip:hover{color:#fff;background:#5b2bff4d}.indy-cta{background:linear-gradient(135deg,#5b2bff,#2563eb);border-radius:10px;align-items:center;gap:8px;margin-top:4px;padding:10px 16px;font-size:13px;font-weight:600;transition:transform .15s,box-shadow .15s;display:inline-flex;color:#fff!important;text-decoration:none!important}.indy-cta:hover{transform:translateY(-1px);box-shadow:0 8px 20px #5b2bff66}.indy-typing{gap:4px;padding:14px;display:inline-flex}.indy-typing span{background:#ffffff80;border-radius:50%;width:6px;height:6px;animation:1.2s infinite indy-bounce}.indy-typing span:nth-child(2){animation-delay:.15s}.indy-typing span:nth-child(3){animation-delay:.3s}@keyframes indy-bounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.indy-error{color:#fca5a5;background:#ef444426;border:1px solid #ef44444d;border-radius:10px;padding:10px 14px;font-size:13px}.indy-input{background:#0003;border-top:1px solid #ffffff0f;gap:8px;padding:12px;display:flex}.indy-input input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;outline:none;flex:1;padding:10px 14px;font-size:14px;transition:border-color .15s}.indy-input input::placeholder{color:#fff6}.indy-input input:focus{border-color:#5b2bff99}.indy-input input:disabled{opacity:.5}.indy-input button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5b2bff,#2563eb);border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:opacity .15s,transform .15s;display:flex}.indy-input button:disabled{opacity:.4;cursor:not-allowed}.indy-input button:not(:disabled):hover{transform:scale(1.05)}.indy-footer{text-align:center;color:#ffffff4d;letter-spacing:.5px;text-transform:uppercase;background:#0003;padding:6px;font-size:10px}@media(max-width:480px){.indy-panel{width:calc(100vw - 16px);height:calc(100vh - 100px);bottom:84px;right:8px}.indy-launcher{bottom:16px;right:16px}}@media(prefers-reduced-motion:reduce){.indy-pulse,.indy-typing span,.indy-panel{animation:none!important}}
