.dryvatec-widget{position:fixed;bottom:20px;right:20px;z-index:99999;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:14px;line-height:1.5}.dryvatec-widget *{box-sizing:border-box}.dryvatec-toggle{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#2c3e50,#1a8a7d);border:none;cursor:pointer;box-shadow:0 4px 15px rgb(44 62 80 / .4);display:flex;align-items:center;justify-content:center;transition:transform .2s;position:absolute;bottom:0;right:0}.dryvatec-toggle:hover{transform:scale(1.08)}.dryvatec-panel{position:absolute;bottom:75px;right:0;width:400px;max-height:640px;background:#fff;border-radius:16px;box-shadow:0 8px 30px rgb(0 0 0 / .18);display:flex;flex-direction:column;overflow:hidden}.dryvatec-header{background:linear-gradient(135deg,#2c3e50,#1a8a7d);color:#fff;padding:14px 16px;display:flex;align-items:center;gap:10px;flex-shrink:0}.dryvatec-header-avatar{width:42px;height:42px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.dryvatec-header-avatar img{width:34px;height:34px;object-fit:contain}.dryvatec-header-info{display:flex;flex-direction:column;flex:1;min-width:0}.dryvatec-header-info strong{font-size:15px}.dryvatec-header-info span{font-size:11px;opacity:.85;margin-top:1px}.dryvatec-header-close{background:none;border:none;cursor:pointer;padding:6px;opacity:.8;transition:opacity .2s;flex-shrink:0}.dryvatec-header-close:hover{opacity:1}.dryvatec-chat-view{display:flex;flex-direction:column;flex:1;min-height:0}.dryvatec-messages{flex:1;overflow-y:auto;padding:16px;min-height:200px;max-height:340px;display:flex;flex-direction:column;gap:10px;background:#f8f9fa}.dryvatec-msg{max-width:85%;padding:11px 15px;border-radius:14px;word-wrap:break-word;white-space:pre-wrap;font-size:13.5px;line-height:1.5}.dryvatec-msg-bot{background:#fff;color:#333;align-self:flex-start;border-bottom-left-radius:4px;box-shadow:0 1px 3px rgb(0 0 0 / .06)}.dryvatec-msg-user{background:linear-gradient(135deg,#2c3e50,#1a8a7d);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.dryvatec-typing{display:flex;gap:5px;padding:12px 16px;align-self:flex-start;background:#fff;border-radius:14px;border-bottom-left-radius:4px;box-shadow:0 1px 3px rgb(0 0 0 / .06)}.dryvatec-typing span{width:7px;height:7px;background:#1a8a7d;border-radius:50%;animation:dryvatec-bounce .6s infinite alternate}.dryvatec-typing span:nth-child(2){animation-delay:.2s}.dryvatec-typing span:nth-child(3){animation-delay:.4s}@keyframes dryvatec-bounce{to{opacity:.3;transform:translateY(-4px)}}.dryvatec-cart-btn{display:inline-block;background:#27ae60;color:#fff!important;padding:6px 14px;border-radius:6px;text-decoration:none;font-size:13px;margin-top:6px;transition:background .2s}.dryvatec-cart-btn:hover{background:#219a52;color:#fff!important}.dryvatec-quick{padding:8px 16px;display:flex;flex-wrap:wrap;gap:6px;background:#f8f9fa;flex-shrink:0}.dryvatec-quick button{background:#fff;border:1px solid #dce4e8;color:#2c3e50;padding:6px 12px;border-radius:18px;font-size:12px;cursor:pointer;transition:all .2s}.dryvatec-quick button:hover{background:#1a8a7d;color:#fff;border-color:#1a8a7d}.dryvatec-input-area{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fff;border-top:1px solid #eee;flex-shrink:0}.dryvatec-input{flex:1;border:1px solid #dce4e8;border-radius:22px;padding:9px 16px;font-size:13.5px;font-family:inherit;outline:none;transition:border-color .2s;background:#f8f9fa}.dryvatec-input:focus{border-color:#1a8a7d;background:#fff}.dryvatec-send{width:38px;height:38px;border:none;background:linear-gradient(135deg,#2c3e50,#1a8a7d);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s;flex-shrink:0}.dryvatec-send:hover{opacity:.9}.dryvatec-info-btn{display:flex;align-items:center;gap:12px;width:100%;background:linear-gradient(135deg,#2c3e50,#1a8a7d);color:#fff;border:none;padding:12px 18px;font-size:14px;cursor:pointer;text-align:left;transition:opacity .2s;flex-shrink:0;border-radius:0 0 16px 16px}.dryvatec-info-btn:hover{opacity:.92}.dryvatec-info-text{display:flex;flex-direction:column;line-height:1.3}.dryvatec-info-text strong{font-size:14px}.dryvatec-info-text span{font-size:11px;opacity:.8}.dryvatec-form-view{flex:1;overflow-y:auto}.dryvatec-form{padding:14px 16px 16px;display:flex;flex-direction:column;gap:8px}.dryvatec-form-title{font-size:15px;font-weight:600;color:#2c3e50;margin-bottom:4px}.dryvatec-form input,.dryvatec-form select,.dryvatec-form textarea{width:100%;padding:8px 12px;border:1px solid #dce4e8;border-radius:8px;font-size:13px;font-family:inherit;outline:none;transition:border-color .2s;background:#f8f9fa}.dryvatec-form textarea{resize:vertical;min-height:40px}.dryvatec-form input:focus,.dryvatec-form select:focus,.dryvatec-form textarea:focus{border-color:#1a8a7d;background:#fff}.dryvatec-form-submit{width:100%;background:linear-gradient(135deg,#2c3e50,#1a8a7d);color:#fff;border:none;padding:10px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s;margin-top:2px}.dryvatec-form-submit:hover{opacity:.92}.dryvatec-form-submit:disabled{opacity:.5;cursor:not-allowed}.dryvatec-back-btn{background:none;border:none;color:#1a8a7d;padding:6px;font-size:13px;cursor:pointer;text-align:center}.dryvatec-back-btn:hover{text-decoration:underline}.dryvatec-form-success{text-align:center;padding:30px 20px;color:#27ae60}@media (max-width:480px){.dryvatec-panel{width:calc(100vw - 24px);right:-8px;bottom:70px;max-height:75vh}.dryvatec-toggle{width:52px;height:52px}.dryvatec-messages{max-height:40vh}}