.handyman-widget{position:fixed;bottom:20px;right:20px;background:#fff;padding:.75rem 1rem;border-radius:2rem;box-shadow:0 6px 18px rgba(0,0,0,.15);display:flex;align-items:center;cursor:pointer;z-index:9999;transition:transform .2s ease;border:2px solid var(--theme-color)}.handyman-widget:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(255,102,0,.3)}.avatar-container{position:relative;width:45px;height:45px;margin-right:.75rem}.avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;border:2px solid var(--theme-color);background-color:var(--theme-color)}.status-glow{position:absolute;bottom:0;right:0;width:12px;height:12px;background:#4caf50;border:2px solid white;border-radius:50%;box-shadow:0 0 8px #4caf50}.tagline{font-size:.95rem;color:#333;font-weight:500;max-width:140px}.bottom-bar{position:fixed;bottom:20px;right:20px;background:var(--theme-color);width:100px;height:100px;border-radius:50%;box-shadow:0 0 15px rgba(255,102,0,.5);display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;color:white;font-weight:700;z-index:9999;transition:transform .3s ease,box-shadow .3s ease;animation:floatBounce 2.5s ease-in-out infinite;text-align:center}.assistant-icon{font-size:1.8rem;margin-bottom:.25rem}.assistant-text{font-size:.8rem;line-height:1rem}.bottom-bar:hover{box-shadow:0 0 25px rgba(255,102,0,.8)}@keyframes floatBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.bottom-bar:hover{transform:scale(1.1);box-shadow:0 0 25px rgba(255,102,0,.7)}.chat-window{position:fixed;bottom:100px;right:20px;width:320px;height:420px;background:#fff;border-radius:1rem;box-shadow:0 0 15px rgba(0,0,0,.2);display:flex;flex-direction:column;overflow:hidden;z-index:10000}.chat-header{background:var(--theme-color);color:white;padding:1rem;font-weight:700;position:relative;font-size:1.1rem}.close-btn{position:absolute;right:1rem;top:1rem;cursor:pointer}.chat-body{flex:1 1;padding:1rem;overflow-y:auto;background:#f9f9f9}.message{display:flex;margin-bottom:.75rem;align-items:flex-end}.message.user{justify-content:flex-end}.message.bot{justify-content:flex-start}.avatar{font-size:1.4rem;margin:0 .5rem}.bubble{max-width:70%;padding:.5rem .75rem;border-radius:1rem;background:#eee;color:#333}.message.user .bubble{background:#1c9a78;color:white;border-bottom-right-radius:0}.message.bot .bubble{background:#eaeaea;border-bottom-left-radius:0}.chat-input{display:flex;border-top:1px solid #ddd}.chat-input input{flex:1 1;padding:.75rem;border:none;outline:none}.chat-input button{background:var(--theme-color);color:white;border:none;padding:0 1rem;font-size:1.2rem;cursor:pointer}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}