.csags-widget{position:fixed;right:20px;bottom:20px;z-index:999999;font-family:Arial,sans-serif}
.csags-toggle{width:64px;height:64px;border-radius:999px;border:none;background:linear-gradient(135deg,#273444 0%,#4b5563 45%,#e6007e 100%);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(0,0,0,.25);padding:0}
.csags-toggle img{width:42px;height:42px;object-fit:contain;background:#fff;border-radius:12px;padding:4px}
.csags-panel{width:380px;max-width:calc(100vw - 24px);height:720px;max-height:calc(100vh - 24px);background:#fff;border-radius:24px;box-shadow:0 20px 50px rgba(0,0,0,.2);overflow:hidden;display:flex;flex-direction:column;border:1px solid #ececec}
.csags-header{background:linear-gradient(90deg,#2c3744 0%,#3f3f46 52%,#e6007e 100%);color:#fff;padding:12px 16px;display:flex;justify-content:space-between;align-items:center}.csags-brand{display:flex;gap:10px;align-items:center}.csags-brand img{width:38px;height:38px;object-fit:contain;background:#fff;border-radius:10px;padding:4px}.csags-brand strong{display:block;font-size:22px;line-height:1.05}.csags-brand small{display:block;opacity:.9;font-size:12px}.csags-close{background:none;border:none;color:#fff;font-size:24px;cursor:pointer}
.csags-body{flex:1;overflow-y:auto;overflow-x:hidden;background:#eef1f5;padding:12px;scroll-behavior:smooth}
.csags-messages,.csags-cart-summary,.csags-products,.csags-actions{display:block}
.csags-msg{margin:0 0 10px;padding:12px 14px;border-radius:16px;line-height:1.45;white-space:pre-wrap;word-break:break-word}.csags-msg.bot{background:#fff;color:#20232a}.csags-msg.user{background:#e6007e;color:#fff;margin-left:40px}.csags-msg.typing{opacity:.7}
.csags-cart-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:12px 14px;margin:0 0 10px}.csags-cart-card.empty{color:#4b5563}.csags-cart-title{font-weight:700;color:#111827}.csags-cart-meta{font-size:12px;color:#6b7280;margin:4px 0 8px}.csags-cart-card ul{margin:0;padding:0;list-style:none}.csags-cart-card li{display:flex;justify-content:space-between;gap:10px;padding:6px 0;border-top:1px solid #f1f5f9}.csags-cart-card li:first-child{border-top:none}.csags-cart-link{display:inline-block;margin-top:10px;color:#e6007e;font-weight:700;text-decoration:none}
.csags-products{max-height:none}.csags-product-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:12px;margin:0 0 10px}.csags-product-name{font-weight:700}.csags-product-type{font-size:12px;color:#6b7280;text-transform:capitalize}.csags-product-price{color:#111827;margin:6px 0}.csags-product-buttons{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.csags-product-buttons button,.csags-product-buttons a{background:#111827;color:#fff;border:none;border-radius:999px;padding:9px 12px;text-decoration:none;cursor:pointer;font-size:12px}
.csags-actions{display:flex;flex-wrap:wrap;gap:8px;padding:2px 0 8px}.csags-action-btn{background:#f3f4f6;color:#111827;border:none;border-radius:999px;padding:9px 12px;cursor:pointer;font-size:12px}.csags-action-btn:hover{background:#111827;color:#fff}
.csags-form{display:flex;gap:8px;padding:12px;border-top:1px solid #e5e7eb;background:#fff}.csags-input{flex:1;border:1px solid #f08bc1;border-radius:6px;padding:12px 14px;font-size:14px;min-width:0}.csags-form button{border:none;background:#ec69ac;color:#fff;border-radius:6px;padding:10px 18px;cursor:pointer;font-weight:700;font-size:16px;min-width:112px}
@media (max-width: 480px){.csags-widget{right:8px;bottom:8px}.csags-panel{width:calc(100vw - 16px);height:calc(100vh - 16px);max-height:none;border-radius:22px}.csags-brand strong{font-size:18px}}
