/* Kicks Armory instant assistant */
.ka-chat-root{font-family:"Cairo",sans-serif;direction:rtl}
.ka-chat-launcher{position:fixed;z-index:155;right:22px;bottom:22px;width:62px;height:62px;border:0;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#f3d481,#c99022);color:#080808;box-shadow:0 18px 48px rgba(203,151,43,.32);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}
.ka-chat-launcher:hover{transform:translateY(-4px);box-shadow:0 22px 54px rgba(203,151,43,.4)}
.ka-chat-launcher svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ka-chat-launcher__badge{position:absolute;top:0;right:1px;width:13px;height:13px;border-radius:50%;background:#35d07f;border:3px solid #090909}
.ka-chat-nudge{position:fixed;z-index:154;right:94px;bottom:30px;max-width:230px;padding:10px 14px;background:#f1e4bd;color:#0d0d0d;border-radius:14px 14px 3px 14px;font-size:11px;font-weight:800;box-shadow:0 14px 40px rgba(0,0,0,.3);opacity:0;transform:translateX(10px);pointer-events:none;transition:.3s}
.ka-chat-nudge.is-visible{opacity:1;transform:none}
.ka-chat-panel{position:fixed;z-index:160;right:22px;bottom:96px;width:min(390px,calc(100vw - 28px));height:min(610px,calc(100dvh - 125px));display:flex;flex-direction:column;overflow:hidden;background:#0c0c0c;border:1px solid #303030;border-radius:22px;box-shadow:0 28px 90px rgba(0,0,0,.58);opacity:0;visibility:hidden;transform:translateY(18px) scale(.97);transform-origin:bottom right;transition:.25s ease}
.ka-chat-panel.is-open{opacity:1;visibility:visible;transform:none}
.ka-chat-head{display:flex;align-items:center;gap:12px;padding:15px 16px;background:radial-gradient(circle at top right,rgba(220,173,68,.2),transparent 52%),#101010;border-bottom:1px solid #292929}
.ka-chat-avatar{position:relative;width:43px;height:43px;flex:0 0 43px;border-radius:13px;display:grid;place-items:center;background:#d7aa43;color:#080808;font:900 16px/1 "Manrope",sans-serif}
.ka-chat-avatar:after{content:"";position:absolute;right:-2px;bottom:-2px;width:10px;height:10px;border-radius:50%;background:#35d07f;border:2px solid #101010}
.ka-chat-head__copy{min-width:0;flex:1}.ka-chat-head__copy strong{display:block;font-size:13px}.ka-chat-head__copy span{display:flex;align-items:center;gap:5px;margin-top:2px;color:#86daa9;font-size:9px;font-weight:700}.ka-chat-head__copy span:before{content:"";width:5px;height:5px;border-radius:50%;background:#35d07f}
.ka-chat-head button{width:35px;height:35px;display:grid;place-items:center;border:1px solid #333;border-radius:10px;background:#171717;color:#fff;cursor:pointer;font-size:19px}
.ka-chat-messages{flex:1;overflow:auto;padding:16px 13px 8px;scroll-behavior:smooth;background:linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px),#0a0a0a;background-size:100% 34px}
.ka-chat-row{display:flex;margin:0 0 11px}.ka-chat-row--user{justify-content:flex-start}.ka-chat-row--bot{justify-content:flex-end}
.ka-chat-bubble{max-width:84%;padding:10px 12px;border-radius:15px;font-size:11px;line-height:1.8;white-space:pre-line;overflow-wrap:anywhere}
.ka-chat-row--bot .ka-chat-bubble{background:#171717;border:1px solid #2d2d2d;border-bottom-right-radius:4px;color:#e9e9e9}
.ka-chat-row--user .ka-chat-bubble{background:#e0b75a;color:#080808;border-bottom-left-radius:4px;font-weight:700}
.ka-chat-time{display:block;margin-top:5px;font:600 8px/1 "Manrope",sans-serif;opacity:.48}
.ka-chat-actions{display:flex;gap:6px;flex-wrap:wrap;margin:5px 0 12px;justify-content:flex-end}
.ka-chat-action{border:1px solid #4a3d22;background:#15130d;color:#e7c66f;border-radius:999px;padding:7px 10px;font:700 9px/1 "Cairo",sans-serif;cursor:pointer;transition:.2s}.ka-chat-action:hover{background:#e0b75a;color:#090909}
.ka-chat-typing{display:inline-flex;gap:4px;align-items:center;padding:12px 14px;background:#171717;border:1px solid #2d2d2d;border-radius:15px 15px 4px 15px}.ka-chat-typing i{width:5px;height:5px;border-radius:50%;background:#adadad;animation:kaChatDot 1s infinite alternate}.ka-chat-typing i:nth-child(2){animation-delay:.2s}.ka-chat-typing i:nth-child(3){animation-delay:.4s}@keyframes kaChatDot{to{opacity:.25;transform:translateY(-3px)}}
.ka-chat-quick{display:flex;gap:7px;overflow-x:auto;padding:10px 12px;border-top:1px solid #242424;background:#0f0f0f;scrollbar-width:none}.ka-chat-quick::-webkit-scrollbar{display:none}.ka-chat-quick button{white-space:nowrap;border:1px solid #343434;background:#151515;color:#ccc;border-radius:999px;padding:7px 10px;font:700 9px/1 "Cairo",sans-serif;cursor:pointer}.ka-chat-quick button:hover{border-color:#d7aa43;color:#e9c86e}
.ka-chat-form{display:grid;grid-template-columns:1fr 42px;gap:8px;padding:11px 12px 12px;background:#111;border-top:1px solid #292929}.ka-chat-form input{width:100%;height:43px;border:1px solid #333;border-radius:12px;background:#090909;color:#fff;padding:0 13px;font:600 11px/1 "Cairo",sans-serif;outline:none}.ka-chat-form input:focus{border-color:#cda443}.ka-chat-form button{width:42px;height:42px;border:0;border-radius:12px;background:#d7aa43;color:#080808;display:grid;place-items:center;cursor:pointer}.ka-chat-form button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transform:rotate(180deg)}
.ka-chat-powered{text-align:center;padding:0 0 8px;background:#111;color:#575757;font-size:8px}
.floating-whatsapp{bottom:96px!important;right:25px!important;width:48px!important;height:48px!important;z-index:70!important}
.ka-chat-panel.is-open~.ka-chat-launcher{transform:scale(.9)}
@media(max-width:600px){.ka-chat-launcher{right:16px;bottom:16px;width:58px;height:58px}.ka-chat-panel{right:7px;bottom:82px;width:calc(100vw - 14px);height:min(650px,calc(100dvh - 92px));border-radius:20px}.ka-chat-nudge{right:82px;bottom:23px}.floating-whatsapp{bottom:86px!important;right:20px!important}.ka-chat-bubble{max-width:88%}}
