@import"https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap";:root{--font-family: "Tajawal", system-ui, -apple-system, sans-serif;--brand: #2e5bff;--brand-contrast: #ffffff;--brand-hover: #1a3fcc;--bg: #ffffff;--bg-muted: #f3f4f6;--text: #1f2328;--text-muted: #6b7280;--radius: 14px;--gap: 12px;--shadow: 0 8px 30px rgba(0, 0, 0, .18);--bubble-bot: #f3f4f6;--danger: #d93025;--border: #e5e7eb;--border-input: #d1d5db;--separator: #eef0f2;--discount-bg: #e6f4ea;--discount-fg: #137333;--low-bg: #fef7e0;--low-fg: #b06000;--oos-bg: #fce8e6;--overlay-hover: rgba(0, 0, 0, .08);--scrollbar-thumb: rgba(0, 0, 0, .18);--scrollbar-thumb-hover: rgba(0, 0, 0, .32)}:root[data-theme=dark]{--bg: #16181c;--bg-muted: #23262b;--text: #e8eaed;--text-muted: #9aa0a6;--shadow: 0 8px 30px rgba(0, 0, 0, .5);--bubble-bot: #2a2d33;--border: #34373d;--border-input: #4a4d52;--separator: #2a2d33;--discount-bg: rgba(52, 168, 83, .18);--discount-fg: #81c995;--low-bg: rgba(249, 171, 0, .18);--low-fg: #fdd663;--oos-bg: rgba(217, 48, 37, .2);--overlay-hover: rgba(255, 255, 255, .1);--scrollbar-thumb: rgba(255, 255, 255, .22);--scrollbar-thumb-hover: rgba(255, 255, 255, .38)}*{box-sizing:border-box}body{margin:0;font-family:var(--font-family);background:var(--bg-muted)}input,button,textarea{font-family:inherit}.cw-root{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:flex-end;padding:24px}.cw-panel{display:flex;flex-direction:column;width:380px;height:600px;max-height:90vh;background:var(--bg);color:var(--text);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.cw-root.cw-embedded{padding:0}.cw-root.cw-embedded .cw-panel{width:100%;height:100%;max-height:100%;border-radius:0;box-shadow:none}.cw-header{background:var(--brand);color:var(--brand-contrast);padding:14px 16px;font-weight:700;display:flex;align-items:center;gap:10px}.cw-avatar-img{width:32px;height:32px;border-radius:50%;object-fit:cover}.cw-avatar-initial{width:32px;height:32px;border-radius:50%;background:var(--brand-contrast);color:var(--brand);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.cw-list{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:var(--gap);-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}.cw-list::-webkit-scrollbar{width:6px}.cw-list::-webkit-scrollbar-track{background:transparent}.cw-list::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px}.cw-list::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.cw-msg{display:flex}.cw-msg-bot{justify-content:flex-start}.cw-msg-user{justify-content:flex-end}.cw-msg-col{display:flex;flex-direction:column;max-width:78%;min-width:0}.cw-msg-bot .cw-msg-col{align-items:flex-start}.cw-msg-user .cw-msg-col{align-items:flex-end}.cw-time{font-size:10px;color:var(--text-muted);margin-top:3px;padding:0 4px}.cw-bubble{max-width:100%;padding:9px 13px;border-radius:var(--radius);line-height:1.5;white-space:pre-wrap;word-break:break-word}.cw-msg-bot .cw-bubble{background:var(--bubble-bot);color:var(--text);border-end-start-radius:4px}.cw-msg-user .cw-bubble{background:var(--brand);color:var(--brand-contrast);border-end-end-radius:4px}.cw-typing{display:inline-flex;align-items:center;gap:6px}.cw-dot{width:7px;height:7px;border-radius:50%;background:var(--text-muted);display:inline-block;animation:cw-bounce 1.2s infinite ease-in-out}.cw-dot:nth-child(2){animation-delay:.15s}.cw-dot:nth-child(3){animation-delay:.3s}.cw-stage-label{color:var(--text-muted);font-size:12px;margin-inline-start:6px}@keyframes cw-bounce{0%,80%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-5px);opacity:1}}.cw-carousel{display:flex;gap:10px;overflow-x:auto;padding:8px 14px 14px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}.cw-carousel::-webkit-scrollbar{height:6px}.cw-carousel::-webkit-scrollbar-track{background:transparent}.cw-carousel::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px}.cw-carousel::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.cw-carousel-item{flex:0 0 160px;width:160px;max-width:160px;scroll-snap-align:start;animation:cw-rise .3s ease both}@keyframes cw-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cw-card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--bg);height:100%;display:flex;flex-direction:column;min-width:0;box-shadow:0 1px 2px #0000000f;transition:box-shadow .18s cubic-bezier(.22,1,.36,1),transform .18s cubic-bezier(.22,1,.36,1)}.cw-card:hover{box-shadow:0 6px 18px #0000001f;transform:translateY(-2px)}.cw-card-img{position:relative;aspect-ratio:1;background:var(--bg-muted);flex-shrink:0}.cw-card-img img{width:100%;height:100%;object-fit:cover;display:block}.cw-card-noimg{width:100%;height:100%}.cw-card-body{padding:10px 11px 11px;display:flex;flex-direction:column;gap:6px;min-width:0;flex:1}.cw-card-title{font-size:13px;font-weight:700;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cw-card-price{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.cw-price-original{text-decoration:line-through;color:var(--text-muted);font-size:12px}.cw-price-current{color:var(--text);font-weight:700}.cw-badge{font-size:11px;padding:2px 6px;border-radius:999px;font-weight:500}.cw-badge-discount{background:var(--discount-bg);color:var(--discount-fg)}.cw-badge-low{position:absolute;inset-block-start:6px;inset-inline-start:6px;background:var(--low-bg);color:var(--low-fg)}.cw-badge-oos{position:absolute;inset-block-start:6px;inset-inline-start:6px;background:var(--oos-bg);color:var(--danger)}.cw-card-meta{display:flex;flex-wrap:wrap;gap:4px;min-width:0}.cw-chip{font-size:11px;background:var(--bg-muted);color:var(--text-muted);padding:2px 6px;border-radius:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.cw-showall{flex:0 0 120px;border:1px dashed var(--border-input);border-radius:12px;background:var(--bg-muted);color:var(--text);font-weight:700;cursor:pointer}.cw-showall:hover{border-color:var(--brand)}.cw-composer{display:flex;gap:8px;padding:10px;border-top:1px solid var(--separator)}.cw-input{flex:1;min-width:0;min-height:44px;border:1px solid var(--border-input);border-radius:999px;padding:10px 16px;font-size:14px;outline:none;background:var(--bg);color:var(--text)}.cw-input::placeholder{color:var(--text-muted)}.cw-input:focus{border-color:var(--brand)}.cw-send{border:none;background:var(--brand);color:var(--brand-contrast);width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease}.cw-send:hover:not(:disabled){background:var(--brand-hover)}.cw-send:disabled{opacity:.5;cursor:default}[dir=rtl] .cw-icon-rtl-flip{transform:scaleX(-1)}.cw-retry{margin-top:6px;border:1px solid var(--danger);color:var(--danger);background:transparent;border-radius:999px;padding:4px 12px;cursor:pointer;font-size:13px}@media (max-width: 480px){.cw-root{padding:0}.cw-panel{width:100%;height:100%;max-height:100%;border-radius:0}}.cw-title{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1rem;font-weight:700;line-height:1.2}.cw-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px;text-align:center;color:var(--text-muted)}.cw-state-title{margin:0;font-weight:700;color:var(--text);font-size:15px}.cw-state-body{margin:0;font-size:14px;line-height:1.5}.cw-spinner{width:28px;height:28px;border-radius:50%;border:3px solid var(--bg-muted);border-top-color:var(--brand);animation:cw-spin .8s linear infinite}@keyframes cw-spin{to{transform:rotate(360deg)}}.cw-starters{display:flex;flex-wrap:wrap;gap:8px;padding:0 14px 12px}.cw-starter{border:1px solid var(--border);background:var(--bg-muted);color:var(--text);border-radius:999px;padding:9px 16px;min-height:40px;font-size:13px;font-weight:500;cursor:pointer;transition:border-color .15s ease}.cw-starter:hover:not(:disabled){border-color:var(--brand)}.cw-starter:disabled{opacity:.5;cursor:default}@media (prefers-reduced-motion: reduce){.cw-spinner{animation-duration:1.6s}.cw-starter{transition:none}}.cw-close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:inherit;cursor:pointer;border-radius:50%;flex:0 0 auto}.cw-close:hover{background:var(--overlay-hover)}.cw-root.cw-takeover,.cw-root.cw-takeover .cw-panel{width:100%;height:100dvh;max-height:100dvh;border-radius:0}.cw-root.cw-takeover .cw-composer{padding-bottom:calc(10px + env(safe-area-inset-bottom))}@media (prefers-reduced-motion: reduce){.cw-dot,.cw-carousel-item{animation:none}.cw-card,.cw-send{transition:none}.cw-card:hover{transform:none}}
