html.chat-open,html.chat-open body{overflow:hidden;height:100%;max-height:100dvh;margin:0;padding:0}@supports (selector(:has(*))){html:has(.customer-chat),html:has(.customer-chat) body{overflow:hidden;height:100%;max-height:100dvh}}.customer-chat{--cafe-primary:#c9a84c;--cafe-primary-05:color-mix(in srgb,var(--cafe-primary) 5%,transparent);--cafe-primary-10:color-mix(in srgb,var(--cafe-primary) 10%,transparent);--cafe-primary-15:color-mix(in srgb,var(--cafe-primary) 15%,transparent);--cafe-primary-20:color-mix(in srgb,var(--cafe-primary) 20%,transparent);--cafe-primary-30:color-mix(in srgb,var(--cafe-primary) 30%,transparent);--cafe-primary-40:color-mix(in srgb,var(--cafe-primary) 40%,transparent);--cafe-primary-50:color-mix(in srgb,var(--cafe-primary) 50%,transparent);--bg-dark-base:#0b0f17;--bg-dark-surface:#121824;--bg-dark-surface-hover:#1a2332;--bg-glass:rgba(18,24,36,0.65);--bg-glass-light:rgba(18,24,36,0.4);--text-main:#f3f4f6;--text-muted:#9ca3af;--text-dark:#0b0f17;--border-subtle:rgba(255,255,255,0.06);--border-medium:rgba(255,255,255,0.1);--transition-fast:0.15s cubic-bezier(0.4,0,0.2,1);--transition-smooth:0.3s cubic-bezier(0.16,1,0.3,1);--transition-bounce:0.5s cubic-bezier(0.34,1.56,0.64,1);user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;position:relative;background-color:var(--bg-dark-base);color:var(--text-main)}.customer-chat,.customer-chat__frame{display:flex;flex-direction:column;flex:1;height:100dvh;max-height:100dvh;min-height:0;overflow:hidden;width:100%}.customer-chat__frame{position:fixed;z-index:1;inset:0}.customer-chat__ambient{pointer-events:none;position:fixed;inset:0;z-index:0;background:#060a14;overflow:hidden}.customer-chat__gradient--bottom{position:absolute;width:150%;height:35%;bottom:-10%;left:-25%;border-radius:50% 50% 0 0/100% 100% 0 0;filter:blur(90px);background:radial-gradient(ellipse at 50% 100%,color-mix(in srgb,#1a5a8a 50%,transparent) 0,color-mix(in srgb,#1a3a6b 30%,transparent) 40%,color-mix(in srgb,#0d2847 15%,transparent) 70%,transparent 100%);animation:smoothWave 15s linear infinite;will-change:transform}@keyframes smoothWave{0%{transform:translateX(-30%) scaleX(1)}25%{transform:translateX(30%) scaleX(1.05)}50%{transform:translateX(-20%) scaleX(.95)}75%{transform:translateX(40%) scaleX(1.08)}to{transform:translateX(-30%) scaleX(1)}}.customer-chat__gradient--wave2{position:absolute;width:130%;height:25%;bottom:2%;left:-15%;border-radius:50% 50% 0 0/100% 100% 0 0;filter:blur(70px);background:radial-gradient(ellipse at 50% 100%,color-mix(in srgb,#0d2847 35%,transparent) 0,color-mix(in srgb,#1a3a6b 20%,transparent) 50%,transparent 100%);animation:smoothWave2 20s linear infinite;opacity:.5;will-change:transform}@keyframes smoothWave2{0%{transform:translateX(20%) scaleX(1)}33%{transform:translateX(-40%) scaleX(1.1)}66%{transform:translateX(30%) scaleX(.9)}to{transform:translateX(20%) scaleX(1)}}.customer-chat__gradient--glow{position:absolute;width:60%;height:30%;bottom:0;left:20%;border-radius:50%;filter:blur(120px);background:radial-gradient(ellipse at center,color-mix(in srgb,#1a4a7a 20%,transparent) 0,transparent 100%);animation:glowPulse 8s ease-in-out infinite alternate;opacity:.6}@keyframes glowPulse{0%{transform:scale(1) translateX(0);opacity:.4}50%{transform:scale(1.1) translateX(5%);opacity:.7}to{transform:scale(.9) translateX(-5%);opacity:.5}}.customer-chat__shimmer{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 100%,rgba(26,74,122,.04) 0,transparent 70%);pointer-events:none;animation:shimmerPulse 12s ease-in-out infinite alternate}@keyframes shimmerPulse{0%{opacity:.3}to{opacity:.8}}.customer-chat__header{position:relative;background:var(--bg-glass);width:100%}.customer-chat__header-right{display:flex;align-items:center;gap:12px}.customer-chat__cafe-info{display:flex;align-items:center;flex-direction:row;gap:10px}.customer-chat__cafe-avatar,.customer-chat__cafe-placeholder{width:36px;height:36px;border-radius:50%;object-fit:cover;border:1.5px solid var(--cafe-primary-30);box-shadow:0 0 20px var(--cafe-primary-15)}.customer-chat__cafe-placeholder{display:flex;align-items:center;justify-content:center;font-family:var(--font-body),system-ui,sans-serif;font-size:.9rem;font-weight:700;color:var(--cafe-primary);background:var(--bg-dark-surface)}.customer-chat__cafe-name{font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;font-size:.95rem;font-weight:600;color:var(--text-main)}.customer-chat__status{display:flex;align-items:center;gap:6px;font-size:.7rem;color:var(--text-muted)}.customer-chat__status-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;animation:statusPulse 2s ease-in-out infinite}@keyframes statusPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.customer-chat__icon-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid var(--border-subtle);background:var(--bg-dark-surface);color:var(--text-muted);cursor:pointer;border-radius:50%;transition:all var(--transition-fast)}.customer-chat__icon-btn:hover{color:var(--text-main);background:var(--bg-dark-surface-hover);border-color:var(--cafe-primary-30)}.customer-chat__messages{padding:70px 16px 115px}.customer-chat__messages--has-chips{padding-bottom:125px}.customer-chat__messages::-webkit-scrollbar{width:4px}.customer-chat__empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 16px 20px;animation:customer-fade-in .6s var(--transition-smooth);width:100%}.customer-chat__pulse{width:12px;height:12px;border-radius:50%;background:var(--cafe-primary);box-shadow:0 0 30px var(--cafe-primary-30);margin-bottom:24px;animation:pulseRing 2s ease-in-out infinite}@keyframes pulseRing{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.customer-chat__daada-avatar-wrap{width:72px;height:72px;border-radius:50%;overflow:hidden;margin-bottom:20px;border:2px solid var(--cafe-primary-30);box-shadow:0 0 40px var(--cafe-primary-15);animation:avatarFloat 4s ease-in-out infinite}@keyframes avatarFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.customer-chat__welcome{font-family:var(--font-arabic),var(--font-display),Georgia,serif;font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--text-main) 60%,var(--cafe-primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px;direction:rtl;text-align:center}.customer-chat__subtitle{font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;font-size:.85rem;color:var(--text-muted);margin-bottom:32px;direction:rtl;text-align:center;max-width:85%;line-height:1.6}.customer-chat__chips-section{margin-bottom:24px;width:100%;display:block}.customer-chat__chips-title{font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;font-size:.8rem;font-weight:500;color:var(--text-muted);margin-bottom:14px;text-align:center;letter-spacing:-.2px;direction:rtl}.customer-chat__chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;max-width:100%}.customer-chat__chip{font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;font-size:.8rem;padding:9px 18px;border-radius:9999px;background:var(--bg-glass);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:.75px solid var(--border-subtle);color:var(--text-main);cursor:pointer;transition:all var(--transition-fast);direction:rtl;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 8px rgba(0,0,0,.2)}.customer-chat__chip:active,.customer-chat__chip:hover{background:var(--bg-dark-surface-hover);border-color:var(--cafe-primary-40);transform:translateY(-2px);color:var(--cafe-primary);box-shadow:0 0 16px rgba(201,168,76,.15)}.customer-chat__row--chips{padding-bottom:0}.customer-chat__reply-chips{display:flex;gap:8px;max-width:100%;padding:4px 16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.customer-chat__reply-chips .customer-chat__chip{flex-shrink:0}.customer-chat__reply-chips::-webkit-scrollbar{display:none}.customer-chat__chips-skeleton{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.customer-chat__chip-skeleton{width:80px;height:42px;border-radius:9999px;background:var(--bg-dark-surface);opacity:.5}.customer-chat__assistant-group,.customer-chat__message-list{display:flex;flex-direction:column;gap:10px}.customer-chat__row{display:flex;align-items:flex-end;gap:10px}.customer-chat__row--user{justify-content:flex-end}.customer-chat__avatar-column{width:36px;flex-shrink:0;display:flex;align-items:flex-end;justify-content:center}.customer-chat__avatar-spacer{visibility:hidden;width:36px;flex-shrink:0}.markdown-content{white-space:normal!important;word-break:break-word;overflow-wrap:break-word;line-height:1.8}.markdown-content p{margin:4px 0}.markdown-content strong{color:var(--cafe-primary);font-weight:700}.markdown-content p:has(>strong:only-child)>strong{display:block;margin-top:8px}.markdown-content[dir=rtl]{direction:rtl;text-align:right}.markdown-content[dir=rtl] ol,.markdown-content[dir=rtl] ul{list-style:none;padding:0;margin:4px 0}.markdown-content[dir=rtl] li{margin-bottom:2px}.markdown-content[dir=ltr]{direction:ltr;text-align:left}.customer-chat__bubble--ai ol,.customer-chat__bubble--ai ul{list-style:none;padding:0;margin:4px 0}.customer-chat__bubble--ai li{margin-bottom:2px}.customer-chat__cursor-blink{font-size:1.2em}.customer-chat__bubble{max-width:85%;padding:12px 18px;font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;font-size:.92rem;line-height:1.8;white-space:normal!important;word-break:break-word;overflow-wrap:break-word}.customer-chat__bubble--ai{background:none;border:0 solid var(--border-subtle);border-radius:18px 18px 18px 4px;color:var(--text-main);animation:aiBubbleIn .35s var(--transition-smooth) both}@keyframes aiBubbleIn{0%{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.customer-chat__bubble--user{background:linear-gradient(135deg,var(--cafe-primary),color-mix(in srgb,var(--cafe-primary) 70%,#000));border:none;border-radius:18px 18px 4px 18px;color:var(--text-dark);font-weight:500;box-shadow:0 4px 20px rgba(201,168,76,.2);animation:userBubbleIn .3s var(--transition-smooth) both}@keyframes userBubbleIn{0%{opacity:0;transform:translateX(16px)}to{opacity:1;transform:translateX(0)}}.customer-chat__bubble--streaming .customer-chat__cursor-blink{display:inline-block;animation:cursorBlink 1s step-end infinite;color:var(--cafe-primary);margin-left:2px}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.typing-text-gradient{background:linear-gradient(90deg,#d6d6d657,#68686880,#cccccc49,#8383837a,#c9c9c9);background-size:300% 100%;font-size:.75rem;-webkit-background-clip:text;font-weight:600;background-clip:text;color:transparent;animation:gradientShift 3s ease-in-out infinite}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.customer-chat__typing-dots{display:flex;align-items:center;gap:8px;padding:4px 0}.customer-chat__typing-dot{width:4px;height:4px;border-radius:50%;background:var(--cafe-primary);animation:customer-dot-pulse .6s ease-in-out infinite}.customer-chat__typing-dot:nth-child(2){animation-delay:.2s}.customer-chat__typing-dot:nth-child(3){animation-delay:.4s}@keyframes customer-dot-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.4)}}.customer-chat__row--menu-item{width:100%;align-items:center}.customer-chat__menu-item-wrap{display:flex;align-items:center;gap:12px;width:100%;animation:menuItemPopIn .4s var(--transition-bounce) both}.customer-chat__bubble--menu{flex:1;padding:14px 18px;background:var(--bg-glass);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:.75px solid var(--border-subtle);border-radius:16px;display:flex;flex-direction:column;gap:8px;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.customer-chat__bubble--menu:hover{border-color:var(--cafe-primary-30);box-shadow:0 0 30px var(--cafe-primary-05)}.customer-chat__menu-item-head{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;gap:12px;width:100%;margin-bottom:16px}.customer-chat__menu-item-name-wrapper{display:inline-flex;align-items:center;justify-items:flex-end;gap:4px;flex-wrap:wrap;margin-left:auto}.customer-chat__menu-item-name{font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;font-weight:700;font-size:.95rem;color:var(--text-main);line-height:1.3}.customer-chat__menu-item-star{display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;color:#f59e0b;flex-shrink:0;line-height:1;animation:starPulse 2s ease-in-out infinite}@keyframes starPulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.customer-chat__menu-item-price-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.customer-chat__menu-item-price{font-weight:700;font-size:.88rem;color:var(--cafe-primary);font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;direction:rtl;text-align:right}.customer-chat__menu-item-original-price{font-weight:400;font-size:.7rem;color:var(--text-muted);text-decoration:line-through;direction:rtl;text-align:center;opacity:.6}.customer-chat__menu-item-desc{font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;font-size:.8rem;line-height:1.5;color:var(--text-muted);direction:rtl;text-align:right;margin-top:2px}.customer-chat__spinner-container{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.customer-chat__spinner-ring{position:absolute;inset:-4px;border-radius:50%;border:2px solid var(--cafe-primary-20);animation:spinnerRingPulse .8s ease-in-out infinite}@keyframes spinnerRingPulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.4);opacity:.8}}.customer-chat__btn-spinner{width:22px;height:22px;animation:spinnerRotate .8s linear infinite;position:relative;z-index:1}@keyframes spinnerRotate{to{transform:rotate(1turn)}}.customer-chat__spinner-track{fill:none;stroke:rgba(201,168,76,.15);stroke-width:2.5}.customer-chat__spinner-path{fill:none;stroke:var(--cafe-primary);stroke-width:2.5;stroke-linecap:round;animation:spinnerDash .8s ease-in-out infinite}@keyframes spinnerDash{0%{stroke-dasharray:0,62.8;stroke-dashoffset:0}50%{stroke-dasharray:31.4,62.8;stroke-dashoffset:-15.7}to{stroke-dasharray:31.4,62.8;stroke-dashoffset:-47.1}}.customer-chat__menu-add-btn{position:relative;flex-shrink:0;width:44px;height:44px;border-radius:50%;background:var(--bg-glass);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:.75px solid var(--border-subtle);color:var(--cafe-primary);font-size:1.3rem;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s cubic-bezier(.34,1.56,.64,1);overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.2)}.customer-chat__menu-add-btn:hover:not(:disabled){background:var(--cafe-primary);color:var(--text-dark);transform:scale(1.08) rotate(-4deg);border-color:var(--cafe-primary);box-shadow:0 4px 24px rgba(201,168,76,.3)}.customer-chat__menu-add-btn:active:not(:disabled){transform:scale(.92)}.customer-chat__menu-add-btn:disabled{cursor:default}.customer-chat__menu-add-btn--adding{background:var(--bg-dark-surface);border-color:var(--cafe-primary-40);color:var(--cafe-primary);animation:btnAddPulse .4s ease forwards;pointer-events:none}@keyframes btnAddPulse{0%{transform:scale(1)}30%{transform:scale(1.2);box-shadow:0 0 30px var(--cafe-primary-20)}60%{transform:scale(.9)}to{transform:scale(1)}}.customer-chat__menu-add-btn--added{background:#22c55e;border-color:#22c55e;color:white;animation:btnCheckPop .5s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes btnCheckPop{0%{transform:scale(1)}40%{transform:scale(1.4) rotate(-12deg);box-shadow:0 0 40px rgba(34,197,94,.5)}60%{transform:scale(.85) rotate(4deg)}80%{transform:scale(1.1)}to{transform:scale(1);box-shadow:0 0 20px rgba(34,197,94,.3)}}.customer-chat__menu-add-btn--success{background:#22c55e;border-color:#22c55e;color:white;animation:btnSuccessGlow .6s ease forwards;box-shadow:0 0 30px rgba(34,197,94,.3)}@keyframes btnSuccessGlow{0%{transform:scale(1);box-shadow:0 0 20px rgba(34,197,94,.3)}50%{transform:scale(1.05);box-shadow:0 0 50px rgba(34,197,94,.6)}to{transform:scale(1);box-shadow:0 0 30px rgba(34,197,94,.3)}}.customer-chat__btn-checkmark{width:20px;height:20px}.customer-chat__btn-checkmark path{stroke-dasharray:20;stroke-dashoffset:20;animation:checkmarkDraw .4s ease forwards}@keyframes checkmarkDraw{0%{stroke-dashoffset:20}to{stroke-dashoffset:0}}.customer-chat__add-icon{font-size:2rem;line-height:1;font-weight:300;transition:transform .2s ease}.customer-chat__menu-add-btn:hover:not(:disabled) .customer-chat__add-icon{transform:rotate(90deg)}.customer-chat__ripple{position:absolute;border-radius:50%;background:rgba(255,255,255,.4);transform:translate(-50%,-50%);animation:rippleOut .6s ease-out forwards;pointer-events:none}@keyframes rippleOut{0%{width:0;height:0;opacity:1}to{width:120px;height:120px;opacity:0}}.customer-chat__menu-card--adding{animation:menuCardAdd .5s cubic-bezier(.34,1.56,.64,1) forwards;border-color:var(--cafe-primary)!important;box-shadow:0 0 30px var(--cafe-primary-20),inset 0 0 30px var(--cafe-primary-05)}@keyframes menuCardAdd{0%{transform:scale(1)}30%{transform:scale(1.02);border-color:var(--cafe-primary)}60%{transform:scale(.98)}to{transform:scale(1)}}.customer-chat__menu-card--success{animation:menuCardSuccess .6s cubic-bezier(.34,1.56,.64,1) forwards;border-color:#22c55e!important;box-shadow:0 0 40px rgba(34,197,94,.15);position:relative;overflow:hidden}@keyframes menuCardSuccess{0%{transform:scale(1)}30%{transform:scale(1.01)}to{transform:scale(1)}}.customer-chat__menu-success-overlay{display:flex;align-items:center;gap:10px;margin-top:6px;padding-top:8px;border-top:1px solid rgba(34,197,94,.2);animation:successOverlayIn .4s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes successOverlayIn{0%{opacity:0;transform:translateY(-10px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.customer-chat__menu-success-check{width:20px;height:20px;flex-shrink:0;color:#22c55e}.customer-chat__success-circle{fill:rgba(34,197,94,.15);stroke:#22c55e;stroke-width:1.5;animation:successCircleDraw .6s ease forwards}@keyframes successCircleDraw{0%{stroke-dasharray:62.8;stroke-dashoffset:62.8}to{stroke-dasharray:62.8;stroke-dashoffset:0}}.customer-chat__success-checkmark{stroke-dasharray:20;stroke-dashoffset:20;animation:successCheckDraw .4s ease .2s forwards}@keyframes successCheckDraw{0%{stroke-dashoffset:20}to{stroke-dashoffset:0}}.customer-chat__menu-success-text{font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;font-size:.8rem;font-weight:600;color:#22c55e;direction:rtl}.customer-chat__badge--bounce{animation:badgeBounceEnhanced .6s cubic-bezier(.34,1.56,.64,1)}@keyframes badgeBounceEnhanced{0%{transform:scale(0)}40%{transform:scale(1.5)}60%{transform:scale(.8)}80%{transform:scale(1.2)}to{transform:scale(1)}}.customer-chat__cart-btn--shimmer{animation:cartShimmer .6s ease}@keyframes cartShimmer{0%{transform:scale(1)}30%{transform:scale(1.15);color:var(--cafe-primary)}60%{transform:scale(.9)}to{transform:scale(1)}}.customer-chat__confetti-container{position:fixed;pointer-events:none;z-index:200;top:0;left:0;right:0;bottom:0;overflow:hidden}.customer-chat__confetti-piece{position:absolute;width:8px;height:8px;animation:confettiFall 1.2s ease-out forwards}@keyframes confettiFall{0%{opacity:1;transform:translateY(0) rotate(0deg) scale(1)}to{opacity:0;transform:translateY(200px) rotate(2turn) scale(0)}}.customer-chat__scroll-btn{position:absolute;left:50%;transform:translateX(-50%);z-index:15;width:40px;height:40px;bottom:130px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--border-subtle);background:var(--bg-dark-surface);color:var(--cafe-primary);cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.4);transition:all var(--transition-fast);animation:scrollBtnIn .3s var(--transition-smooth) both}@keyframes scrollBtnIn{0%{opacity:0;transform:translateX(-50%) scale(.8)}to{opacity:1;transform:translateX(-50%) scale(1)}}.customer-chat__scroll-btn:hover{background:var(--bg-dark-surface-hover);transform:translateX(-50%) scale(1.08);border-color:var(--cafe-primary-40)}.customer-chat__scroll-btn--exit{opacity:0;transform:translateX(-50%) scale(.8);pointer-events:none}.customer-chat__input-bar{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:20;flex-shrink:0;width:calc(100% - 50px);max-width:680px;padding:10px;background:none;align-content:center}.customer-chat__input-row{display:flex;align-items:center;align-content:center;gap:10px;background:var(--bg-glass);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--border-subtle);border-radius:60px;padding:6px 8px 6px 14px;transition:border-color var(--transition-fast),box-shadow var(--transition-fast);box-shadow:0 8px 32px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.05)}.customer-chat__input-row:focus-within{border-color:var(--cafe-primary-40);box-shadow:0 8px 40px rgba(0,0,0,.5),0 0 0 3px var(--cafe-primary-10),0 0 40px var(--cafe-primary-05)}.customer-chat__input-row:before{content:"";position:absolute;inset:-2px;border-radius:65px;background:linear-gradient(135deg,var(--cafe-primary-20),transparent,var(--cafe-primary-10));opacity:0;transition:opacity var(--transition-smooth);z-index:-1}.customer-chat__input-row:focus-within:before{opacity:1}.customer-chat__cart-btn,.customer-chat__cart-wrap{display:flex;align-items:center}.customer-chat__cart-btn{justify-content:center;width:40px;height:40px;border:none;background:transparent;cursor:pointer;color:var(--text-muted);position:relative;transition:color var(--transition-fast);border-radius:50%}.customer-chat__cart-btn:hover{color:var(--text-main);background:var(--bg-dark-surface-hover)}.customer-chat__cart-btn--active{color:var(--cafe-primary)}.customer-chat__badge{position:absolute;top:0;right:0;min-width:18px;height:18px;padding:0 5px;border-radius:9999px;background:var(--cafe-primary);color:var(--text-dark);font-family:var(--font-body),system-ui,sans-serif;font-size:.6rem;font-weight:800;display:flex;align-items:center;justify-content:center;transform:scale(0);transition:transform .3s var(--transition-bounce)}.customer-chat__badge--visible{transform:scale(1)}.customer-chat__textarea{flex:1;min-height:48px;max-height:160px;resize:none;overflow:hidden;padding:10px 4px;border:none;background:transparent;font-size:.9rem;line-height:1.6;color:var(--text-main);outline:none;align-content:center;font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif}.customer-chat__textarea::placeholder{color:var(--text-muted);direction:rtl;text-align:right;opacity:.6}.customer-chat__textarea.font-arabic{direction:rtl;text-align:right}.customer-chat__textarea--scrollable{overflow-y:auto!important}.customer-chat__textarea--scrollable::-webkit-scrollbar{width:3px}.customer-chat__textarea--scrollable::-webkit-scrollbar-thumb{background:var(--cafe-primary-20);border-radius:9999px}.customer-chat__send{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-fast)}.customer-chat__send--active{background:var(--cafe-primary);color:var(--text-dark);box-shadow:0 4px 20px rgba(201,168,76,.3)}.customer-chat__send--active:hover{transform:scale(1.05);box-shadow:0 4px 30px rgba(201,168,76,.4)}.customer-chat__send--empty{background:transparent;color:var(--text-muted)}.customer-chat__send:disabled{cursor:default}.customer-chat__cart-backdrop{position:fixed;inset:0;z-index:9998;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity .3s ease}.customer-chat__cart-backdrop--open{opacity:1;pointer-events:auto}.customer-chat__cart-panel{position:fixed;left:0;right:0;bottom:0;z-index:9999;max-height:70dvh;background:var(--bg-glass);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:24px 24px 0 0;border-top:1px solid var(--border-subtle);display:flex;flex-direction:column;transform:translateY(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);box-shadow:0 -20px 60px rgba(0,0,0,.5);will-change:transform}.customer-chat__cart-panel--open{transform:translateY(0)}.customer-chat__cart-panel--will-change{will-change:transform}.customer-chat__cart-panel--open~.customer-chat__frame .customer-chat__footer,.customer-chat__cart-panel--open~.customer-chat__frame .customer-chat__input-bar{opacity:.2;pointer-events:none;transition:opacity .25s ease}.customer-chat__cart-handle{width:40px;height:4px;border-radius:9999px;background:rgba(255,255,255,.15);margin:12px auto 0;flex-shrink:0}.customer-chat__cart-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 12px;flex-shrink:0}.customer-chat__cart-label{font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;font-size:.95rem;font-weight:700;color:var(--text-main);direction:rtl}.customer-chat__cart-divider{height:1px;background:var(--border-subtle);margin:0 20px;flex-shrink:0}.customer-chat__cart-items{flex:1;overflow-y:auto;padding:12px 20px}.customer-chat__cart-items::-webkit-scrollbar{width:4px}.customer-chat__cart-items::-webkit-scrollbar-thumb{background:var(--cafe-primary-20);border-radius:9999px}.customer-chat__cart-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--border-subtle);animation:cartItemIn .3s var(--transition-smooth) both}@keyframes cartItemIn{0%{opacity:0;transform:translateX(16px)}to{opacity:1;transform:translateX(0)}}.customer-chat__cart-item--removing{animation:cartItemOut .3s var(--transition-smooth) forwards}@keyframes cartItemOut{to{opacity:0;transform:translateX(-16px);height:0;padding:0;margin:0}}.customer-chat__cart-price-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.customer-chat__cart-item-info{display:flex;flex-direction:column;align-items:end;gap:2px;min-width:0;margin-left:auto;flex:1}.customer-chat__cart-item-name-wrapper{display:inline-flex;align-items:center;gap:4px;flex-wrap:wrap}.customer-chat__cart-item-name{font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;font-size:.9rem;font-weight:600;color:var(--text-main);direction:rtl;text-align:right}.customer-chat__cart-item-star{display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;color:#f59e0b;flex-shrink:0;line-height:1}.customer-chat__cart-item-desc{font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;font-size:.75rem;color:var(--text-muted);direction:rtl;text-align:right;max-width:190px}.customer-chat__cart-item-price-info{display:flex;gap:8px;align-items:center;margin-top:2px;flex-wrap:wrap}.customer-chat__cart-item-original-price{font-size:.65rem;color:var(--text-muted);text-decoration:line-through;opacity:.6}.customer-chat__cart-item-saved{font-size:.65rem;color:#22c55e;font-weight:600;direction:rtl}.customer-chat__qty-pill{display:flex;align-items:center;gap:4px;background:var(--bg-dark-base);border:1px solid var(--border-subtle);border-radius:9999px;padding:2px 4px;flex-shrink:0}.customer-chat__qty-btn{width:28px;height:28px;border-radius:50%;border:none;background:transparent;color:var(--text-main);font-size:.9rem;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-fast)}.customer-chat__qty-btn:hover{background:var(--bg-dark-surface-hover);color:var(--cafe-primary)}.customer-chat__qty-btn--warn{color:#ef4444}.customer-chat__qty-btn--warn:hover{background:rgba(239,68,68,.1);color:#ef4444}.customer-chat__qty-num{font-family:var(--font-body),system-ui,sans-serif;font-size:.85rem;font-weight:700;color:var(--text-main);min-width:20px;text-align:center}.customer-chat__cart-price{font-size:.85rem;color:var(--cafe-primary);font-weight:600}.customer-chat__cart-original-price,.customer-chat__cart-price{font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;direction:rtl;text-align:right}.customer-chat__cart-original-price{font-size:.6rem;color:var(--text-muted);text-decoration:line-through;opacity:.6}.customer-chat__cart-summary{flex-shrink:0;padding:16px 20px;border-top:1px solid var(--border-subtle)}.customer-chat__summary-row{font-size:.85rem;color:var(--text-muted);margin-bottom:6px;direction:rtl}.customer-chat__summary-row,.customer-chat__summary-total{display:flex;justify-content:space-between;font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif}.customer-chat__summary-total{flex-direction:row-reverse;align-items:baseline;font-size:1rem;color:var(--text-main);margin-top:10px;padding-top:10px;border-top:1px dashed var(--border-subtle)}.customer-chat__summary-total span:last-child{color:var(--cafe-primary);font-weight:700;font-size:1.1rem}.customer-chat__cart-actions{flex-shrink:0;display:flex;flex-direction:column;gap:10px;padding:0 20px calc(20px + env(safe-area-inset-bottom, 0px))}.customer-chat__btn-primary{width:100%;padding:14px;border:none;border-radius:14px;background:var(--cafe-primary);color:var(--text-dark);font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;font-size:.85rem;font-weight:700;cursor:pointer;transition:all var(--transition-fast);direction:rtl}.customer-chat__btn-primary:hover{opacity:.9;transform:scale(.98)}.customer-chat__btn-primary:active{transform:scale(.96)}.customer-chat__btn-secondary{width:100%;padding:12px;border-radius:14px;border:1px solid var(--border-subtle);background:transparent;color:var(--text-muted);font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;font-size:.85rem;cursor:pointer;transition:all var(--transition-fast);direction:rtl}.customer-chat__btn-secondary:hover{background:var(--bg-dark-surface-hover);color:var(--text-main);border-color:var(--border-medium)}.customer-chat__row--confirm{align-items:flex-start}.customer-chat__confirm-card{flex:1;max-width:calc(100% - 46px);padding:14px 18px;border-radius:16px;background:var(--bg-dark-surface);border:1px solid var(--cafe-primary-30);animation:confirmIn .35s var(--transition-bounce) both;box-shadow:0 4px 24px rgba(201,168,76,.1)}@keyframes confirmIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.customer-chat__confirm-name{font-size:.95rem;font-weight:600;color:var(--text-main);margin:0 0 4px}.customer-chat__confirm-desc,.customer-chat__confirm-name{font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;direction:rtl;text-align:right}.customer-chat__confirm-desc{font-size:.8rem;color:var(--text-muted);margin:0 0 8px}.customer-chat__confirm-meta{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;font-size:.85rem;color:var(--text-muted);margin:0 0 12px;direction:rtl}.customer-chat__confirm-price{color:var(--cafe-primary);font-weight:700}.customer-chat__confirm-actions{display:flex;gap:10px}.customer-chat__confirm-btn{flex:1;padding:10px 16px!important;font-size:.75rem!important;border-radius:10px!important;text-align:center}.customer-chat__finalize{position:fixed;inset:0;z-index:50;background:var(--bg-dark-base);display:flex;flex-direction:column;align-items:center;padding:calc(40px + env(safe-area-inset-top, 0px)) 20px 40px;overflow-y:auto;animation:customer-fade-in .5s cubic-bezier(.16,1,.3,1) both;opacity:0;animation-delay:.1s}.customer-chat__check-svg{margin-bottom:24px}.customer-chat__check-circle{stroke-dasharray:251;stroke-dashoffset:251;animation:drawCircle .6s ease forwards}.customer-chat__check-mark{stroke-dasharray:48;stroke-dashoffset:48;animation:drawCheck .4s ease .55s forwards}@keyframes drawCircle{to{stroke-dashoffset:0}}@keyframes drawCheck{to{stroke-dashoffset:0}}.customer-chat__order-ready{font-family:var(--font-arabic),var(--font-display),Georgia,serif;font-size:1.8rem;font-weight:700;color:var(--text-main);margin-bottom:8px;direction:rtl}.customer-chat__finalize-hint{font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;font-size:.85rem;color:var(--text-muted);margin-bottom:32px;text-align:center;direction:rtl}.customer-chat__order-card{width:100%;max-width:340px;background:var(--bg-dark-surface);border:1px solid var(--cafe-primary-30);border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:14px;box-shadow:0 8px 40px rgba(0,0,0,.4);animation:orderCardIn .4s var(--transition-bounce) both}@keyframes orderCardIn{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.customer-chat__order-card-wordmark{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-display),Georgia,serif;font-size:.55rem;color:var(--cafe-primary);letter-spacing:.25rem;font-weight:800;text-transform:uppercase}.customer-chat__order-card-logo{border-radius:4px;object-fit:contain}.customer-chat__order-card-cafe{font-family:var(--font-arabic),var(--font-display),Georgia,serif;font-size:1.1rem;text-align:center;color:var(--text-main);margin-bottom:4px;direction:rtl}.customer-chat__order-card-divider{height:1px;background:var(--border-subtle);margin:4px 0}.customer-chat__order-line{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start;gap:12px;font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;font-size:.85rem;color:var(--text-main)}.customer-chat__order-line-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1;direction:rtl;text-align:right}.customer-chat__order-line-desc{font-size:.7rem;font-style:italic;color:var(--text-muted)}.customer-chat__order-line-price{font-size:.85rem;color:var(--cafe-primary);font-weight:600;text-align:right;flex-shrink:0}.customer-chat__order-line-price,.customer-chat__order-line-total{font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;direction:rtl}.customer-chat__order-line-total{display:flex;justify-content:space-between;font-size:1rem;font-weight:700;color:var(--text-main)}.customer-chat__order-line-total span:last-child{color:var(--cafe-primary)}.customer-chat__btn-ghost{padding:12px 32px;border:1px solid var(--border-subtle);border-radius:9999px;background:transparent;color:var(--text-muted);font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;font-size:.85rem;cursor:pointer;transition:all var(--transition-fast);direction:rtl;margin-top:12px}.customer-chat__btn-ghost:hover{background:var(--bg-dark-surface-hover);color:var(--text-main);border-color:var(--border-medium)}[dir=rtl] .customer-chat__menu-item-price-wrapper{align-items:flex-start}[dir=rtl] .customer-chat__cart-price-wrapper{align-items:flex-end}[dir=rtl] .customer-chat__menu-item-name-wrapper{flex-direction:row-reverse}[dir=rtl] .customer-chat__cart-item-name-wrapper{flex-direction:row}.font-arabic,[dir=rtl]{unicode-bidi:plaintext!important}@keyframes customer-fade-in{0%{opacity:0}to{opacity:1}}.customer-chat__fade-reset{animation:customer-fade-in .4s var(--transition-smooth)}.customer-chat__row--chips-exit{animation:chipsExit .2s var(--transition-smooth) forwards}@keyframes chipsExit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-12px)}}@media (max-width:480px){.customer-chat__bubble{max-width:90%;font-size:.88rem;padding:10px 14px}.customer-chat__cart-panel{max-height:80dvh;border-radius:20px 20px 0 0}.customer-chat__chip{font-size:.85rem;padding:14px 16px}.customer-chat__welcome{font-size:1.2rem}.customer-chat__menu-item-name{font-size:.88rem}.customer-chat__menu-item-price{font-size:.8rem}.customer-chat__cart-item{gap:8px}.customer-chat__messages{padding:76px 12px 5px}.customer-chat__messages--has-chips{padding-bottom:115px}.customer-chat__input-bar{bottom:28px;width:calc(100% - 24px)}.customer-chat__input-row{padding:16px 16px 14px 12px}.customer-chat__textarea{min-height:44px;font-size:.95rem;padding:8px 4px}.customer-chat__send{width:40px;height:40px}.customer-chat__scroll-btn{bottom:130px}}@media (min-width:1024px){.customer-chat__ambient{display:block}}.text-daada-muted{color:var(--text-muted)}.text-micro{font-size:.6rem}.customer-chat__messages{flex:1;min-height:0;overflow-y:auto;padding:65px 16px 125px;scrollbar-width:thin;scrollbar-color:var(--cafe-primary-20) transparent}.customer-chat__messages::-webkit-scrollbar-track{background:transparent}.customer-chat__messages::-webkit-scrollbar-thumb{background:var(--cafe-primary-20);border-radius:9999px;min-height:40px}.customer-chat__messages-wrap{position:relative;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.customer-chat__messages{scroll-behavior:smooth;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.customer-chat__messages--has-chips{scroll-behavior:smooth}.customer-chat__message-list{min-height:1px}.customer-chat__assistant-group--full-width{width:100%;padding:0 4px}.customer-chat__assistant-group--full-width .customer-chat__row--menu-item{width:100%;padding:0}.customer-chat__assistant-group--full-width .customer-chat__menu-item-wrap{width:100%;max-width:100%}.customer-chat__assistant-group--full-width .customer-chat__bubble--menu{flex:1;width:100%}.subscription-ended{--cafe-primary:#000000}.subscription-ended__logo{box-shadow:0 0 0 2px var(--cafe-primary)}.subscription-ended__icon{color:var(--cafe-primary);opacity:.3}.subscription-ended__title{color:var(--cafe-primary)}.subscription-ended__button{background:var(--cafe-primary);color:white}.subscription-ended__button:hover{opacity:.9}.chat-background__canvas{position:fixed;inset:0;width:100%;height:100%;display:block;z-index:0;pointer-events:none}.customer-chat__header{position:absolute;top:0;z-index:20;flex-shrink:0;height:64px;padding-top:env(safe-area-inset-top,0);display:flex;align-items:center;justify-content:space-between;padding-left:20px;padding-right:20px;background:rgba(11,15,23,.6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .3s cubic-bezier(.16,1,.3,1),background .3s ease;transform:translateY(0);opacity:1}.customer-chat__header--hidden{transform:translateY(-100%);opacity:0;pointer-events:none}.customer-chat__header--scrolled{background:rgba(11,15,23,.75);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 4px 30px rgba(0,0,0,.3)}.customer-chat__header:after{content:"";position:absolute;bottom:-1px;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(201,168,76,.2),transparent);opacity:0;transition:opacity .4s ease}.customer-chat__header--scrolled:after{opacity:1}@media (max-width:480px){.customer-chat__header{height:56px;padding-left:16px;padding-right:16px}}.customer-chat__footer{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);z-index:15;display:flex;align-items:center;justify-content:center;padding:4px 12px;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.5;transition:opacity .3s ease;background:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:24px}.customer-chat__footer-content{display:flex;align-items:center;gap:3px}.customer-chat__footer-avatar{display:flex;align-items:center;justify-content:center;width:16px;height:16px;opacity:.9}.customer-chat__footer-avatar img,.customer-chat__footer-avatar svg{width:16px;height:16px;border-radius:50%}.customer-chat__footer-text{font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;font-size:.6rem;color:var(--text-muted);direction:rtl;letter-spacing:.3px;white-space:nowrap;align-items:center;align-content:center;justify-items:center}.customer-chat:hover .customer-chat__footer{opacity:.7}@media (max-width:480px){.customer-chat__footer{bottom:9px}.customer-chat__footer-text{font-size:.5rem}.customer-chat__footer-avatar,.customer-chat__footer-avatar img,.customer-chat__footer-avatar svg{width:14px;height:14px}}.customer-chat__messages{container-type:inline-size;padding:70px 0 130px}.customer-chat__row{padding:0 16px}.customer-chat__row--chips{padding:0!important}@container (max-width: 480px){.customer-chat__row--chips{padding:0!important}}.customer-chat__menu-item-wrap{animation:menuItemPopIn .8s cubic-bezier(.16,1,.3,1) both;animation-delay:0s;opacity:0}.customer-chat__menu-item-wrap:first-child{animation-delay:.05s}.customer-chat__menu-item-wrap:nth-child(2){animation-delay:.15s}.customer-chat__menu-item-wrap:nth-child(3){animation-delay:.25s}.customer-chat__menu-item-wrap:nth-child(4){animation-delay:.35s}.customer-chat__menu-item-wrap:nth-child(5){animation-delay:.45s}.customer-chat__menu-item-wrap:nth-child(6){animation-delay:.55s}.customer-chat__menu-item-wrap:nth-child(7){animation-delay:.65s}.customer-chat__menu-item-wrap:nth-child(8){animation-delay:.75s}.customer-chat__menu-item-wrap:nth-child(9){animation-delay:.85s}.customer-chat__menu-item-wrap:nth-child(10){animation-delay:.95s}.customer-chat__menu-item-wrap{animation-fill-mode:both}@keyframes menuItemPopIn{0%{opacity:0;transform:translateY(24px) scale(.95)}60%{opacity:1;transform:translateY(-4px) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1)}}.customer-chat__btn-game{background:var(--bg-dark-surface)}.customer-chat__game-bubble{line-height:1.6}.customer-chat__game-quick-reply{padding:8px 16px}.customer-chat__cursor-blink{display:inline-block;animation:cursorBlink 1s step-end infinite;color:var(--cafe-primary);margin-right:2px}@media (max-width:480px){.customer-chat__game-messages{padding:12px 16px}.customer-chat__game-bubble{font-size:.88rem;padding:10px 14px}.customer-chat__game-quick-reply{font-size:.75rem;padding:6px 14px}}.customer-chat__btn-game{width:100%;padding:14px;border:1px solid var(--cafe-primary-30);border-radius:14px;background:var(--bg-glass);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--cafe-primary);font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;font-size:.85rem;font-weight:700;cursor:pointer;transition:all var(--transition-fast);direction:rtl;margin-top:8px}.customer-chat__btn-game:hover{background:var(--cafe-primary);color:var(--text-dark);transform:scale(.98);border-color:var(--cafe-primary);box-shadow:0 4px 30px rgba(201,168,76,.3)}.customer-chat__btn-game:active{transform:scale(.95)}.customer-chat__finalize-actions{display:flex;flex-direction:column;gap:10px;width:100%;max-width:340px}.customer-chat__game-container{position:fixed;inset:0;z-index:60;background:var(--bg-dark-base);display:flex;flex-direction:column;animation:customer-fade-in .3s cubic-bezier(.16,1,.3,1) both;top:env(safe-area-inset-top,0);padding-top:env(safe-area-inset-top,0)}.customer-chat__game-header{display:flex;align-items:center;padding:calc(16px + env(safe-area-inset-top, 0px)) 20px 16px;border-bottom:1px solid var(--border-subtle);flex-shrink:0;gap:12px;background:var(--bg-glass);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:5}.customer-chat__game-close{width:36px;height:36px;border-radius:50%;border:1px solid var(--border-subtle);background:transparent;color:var(--text-muted);font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast);flex-shrink:0}.customer-chat__game-close:hover{background:var(--bg-dark-surface-hover);color:var(--text-main);border-color:var(--border-medium)}.customer-chat__game-title{font-family:var(--font-arabic),var(--font-display),Georgia,serif;font-size:1.1rem;font-weight:700;color:var(--text-main);direction:rtl;flex:1}.customer-chat__game-back-btn-small{width:36px;height:36px;border-radius:50%;border:1px solid var(--border-subtle);background:transparent;color:var(--text-muted);font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast);flex-shrink:0}.customer-chat__game-back-btn-small:hover{background:var(--bg-dark-surface-hover);color:var(--text-main);border-color:var(--border-medium)}.customer-chat__game-selection{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 24px;overflow-y:auto}.customer-chat__game-selection-content{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:28px}.customer-chat__game-selection-desc{font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;font-size:1rem;color:var(--text-muted);text-align:center;line-height:1.8;direction:rtl}.customer-chat__game-options{display:flex;flex-direction:column;gap:12px;width:100%}.customer-chat__game-option{display:flex;align-items:center;gap:16px;padding:18px 20px;border-radius:16px;border:1px solid var(--border-subtle);background:var(--bg-dark-surface);cursor:pointer;transition:all var(--transition-fast);width:100%;text-align:right}.customer-chat__game-option:hover{background:var(--bg-dark-surface-hover);border-color:var(--cafe-primary-40);transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.3)}.customer-chat__game-option:active{transform:scale(.97)}.customer-chat__game-option-icon{font-size:1.6rem;flex-shrink:0}.customer-chat__game-option-label{font-size:.95rem;font-weight:600;color:var(--text-main)}.customer-chat__game-back-btn,.customer-chat__game-option-label{font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;direction:rtl}.customer-chat__game-back-btn{padding:12px 24px;border:1px solid var(--border-subtle);border-radius:9999px;background:transparent;color:var(--text-muted);font-size:.85rem;cursor:pointer;transition:all var(--transition-fast)}.customer-chat__game-back-btn:hover{background:var(--bg-dark-surface-hover);color:var(--text-main);border-color:var(--border-medium)}.customer-chat__game-messages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding:16px 20px 20px;-webkit-overflow-scrolling:touch}.customer-chat__game-messages::-webkit-scrollbar{width:4px}.customer-chat__game-messages::-webkit-scrollbar-thumb{background:var(--cafe-primary-20);border-radius:9999px}.customer-chat__game-message{display:flex;max-width:85%;gap:8px;align-items:flex-end}.customer-chat__game-message--user{align-self:flex-end;flex-direction:row-reverse}.customer-chat__game-message--assistant{align-self:flex-start}.customer-chat__game-avatar{flex-shrink:0;width:32px;height:32px;border-radius:50%}.customer-chat__game-bubble{padding:12px 16px;border-radius:16px;font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;font-size:.92rem;line-height:1.7;white-space:pre-wrap;word-break:break-word;direction:rtl;text-align:right}.customer-chat__game-bubble p{margin:0 0 6px}.customer-chat__game-bubble p:last-child{margin-bottom:0}.customer-chat__game-message--user .customer-chat__game-bubble{background:linear-gradient(135deg,var(--cafe-primary),color-mix(in srgb,var(--cafe-primary) 70%,#000));color:var(--text-dark);border-radius:16px 16px 4px 16px;font-weight:500}.customer-chat__game-message--assistant .customer-chat__game-bubble{background:var(--bg-dark-surface);border:1px solid var(--border-subtle);color:var(--text-main);border-radius:16px 16px 16px 4px}.customer-chat__game-bubble--streaming .customer-chat__cursor-blink{display:inline-block;animation:cursorBlink 1s step-end infinite;color:var(--cafe-primary);margin-right:2px}.customer-chat__game-quick-replies{display:flex;flex-wrap:wrap;gap:8px;padding:8px 0;justify-content:center;max-width:100%}.customer-chat__game-quick-reply{padding:10px 18px;border-radius:9999px;border:1px solid var(--border-subtle);background:var(--bg-dark-surface);color:var(--text-main);font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif;font-size:.8rem;cursor:pointer;transition:all var(--transition-fast);direction:rtl;white-space:nowrap}.customer-chat__game-quick-reply:hover{background:var(--bg-dark-surface-hover);border-color:var(--cafe-primary-40);color:var(--cafe-primary);transform:translateY(-2px)}.customer-chat__game-quick-reply:active{transform:scale(.95)}.customer-chat__game-quick-reply:disabled{opacity:.5;cursor:default;transform:none}.customer-chat__game-input-bar{flex-shrink:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom, 0px));background:var(--bg-glass);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid var(--border-subtle)}.customer-chat__game-input-row{display:flex;align-items:center;gap:10px;background:var(--bg-dark-surface);border:1px solid var(--border-subtle);border-radius:60px;padding:4px 8px 4px 4px;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.customer-chat__game-input-row:focus-within{border-color:var(--cafe-primary-40);box-shadow:0 0 0 3px var(--cafe-primary-10)}.customer-chat__game-textarea{flex:1;min-height:48px;max-height:160px;resize:none;overflow:hidden;padding:10px 4px;border:none;background:transparent;font-size:.9rem;line-height:1.6;color:var(--text-main);outline:none;align-content:center;font-family:var(--font-arabic),var(--font-body),system-ui,sans-serif}.customer-chat__game-textarea::placeholder{color:var(--text-muted);opacity:.6}.customer-chat__game-textarea:disabled{opacity:.5;cursor:default}.customer-chat__game-textarea.font-arabic{direction:rtl;text-align:right}.customer-chat__game-textarea::-webkit-scrollbar{width:3px}.customer-chat__game-textarea::-webkit-scrollbar-thumb{background:var(--cafe-primary-20);border-radius:9999px}.customer-chat__game-send{flex-shrink:0;width:40px;height:40px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-fast);background:transparent;color:var(--text-muted)}.customer-chat__game-send--active{background:var(--cafe-primary);color:var(--text-dark);box-shadow:0 4px 20px rgba(201,168,76,.3)}.customer-chat__game-send--active:hover{transform:scale(1.05);box-shadow:0 4px 30px rgba(201,168,76,.4)}.customer-chat__game-send:disabled{cursor:default;opacity:.5}@media (max-width:480px){.customer-chat__game-messages{padding:12px 16px 16px}.customer-chat__game-bubble{font-size:.88rem;padding:10px 14px}.customer-chat__game-quick-reply{font-size:.75rem;padding:8px 14px}.customer-chat__game-option{padding:14px 16px}.customer-chat__game-option-label{font-size:.88rem}.customer-chat__game-selection{padding:24px 16px}.customer-chat__game-header{padding:12px 16px}.customer-chat__game-title{font-size:1rem}.customer-chat__game-input-bar{padding:8px 12px calc(8px + env(safe-area-inset-bottom, 0px))}.customer-chat__game-textarea{font-size:.85rem;min-height:40px;padding:8px 10px}.customer-chat__game-send{width:36px;height:36px}.customer-chat__game-send svg{width:18px;height:18px}}@supports (-webkit-touch-callout:none){.customer-chat__frame{height:100vh;height:-webkit-fill-available}}