.dw-widget-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:14px;line-height:1.5;color:#1f2937;position:fixed;bottom:20px;z-index:999999;box-sizing:border-box}.dw-widget-container.dw-right{right:20px}.dw-widget-container.dw-left{left:20px}.dw-widget-container *{box-sizing:border-box;margin:0;padding:0}.dw-fab{width:56px;height:56px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:transform .2s,box-shadow .2s}.dw-fab:hover{transform:scale(1.05);box-shadow:0 6px 20px #0003}.dw-fab svg{width:24px;height:24px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.dw-chat-window{width:370px;max-height:550px;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #0000001f;display:flex;flex-direction:column;background:#fff;margin-bottom:12px;animation:dw-slide-up .25s ease-out}@keyframes dw-slide-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dw-chat-header{padding:16px;color:#fff}.dw-chat-header h3{font-size:15px;font-weight:600;margin-bottom:2px}.dw-chat-header p{font-size:12px;opacity:.85}.dw-chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;min-height:250px;max-height:350px}.dw-msg{max-width:85%;display:flex;gap:8px}.dw-msg-bot{align-self:flex-start}.dw-msg-user{align-self:flex-end;flex-direction:row-reverse}.dw-msg-avatar{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#fff;flex-shrink:0}.dw-msg-bubble{padding:10px 14px;border-radius:16px;font-size:13px;line-height:1.4}.dw-msg-bot .dw-msg-bubble{background:#f3f4f6;border-top-left-radius:4px}.dw-msg-user .dw-msg-bubble{color:#fff;border-top-right-radius:4px}.dw-typing{display:flex;gap:4px;align-items:center;padding:8px 14px;background:#f3f4f6;border-radius:4px 16px 16px}.dw-typing span{width:6px;height:6px;border-radius:50%;background:#9ca3af;animation:dw-bounce 1.4s infinite}.dw-typing span:nth-child(2){animation-delay:.2s}.dw-typing span:nth-child(3){animation-delay:.4s}@keyframes dw-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.dw-chat-input{border-top:1px solid #e5e7eb;padding:12px;display:flex;gap:8px;align-items:center}.dw-chat-input input{flex:1;border:1px solid #e5e7eb;border-radius:9999px;padding:8px 16px;font-size:13px;outline:none;background:#f9fafb;transition:border-color .15s}.dw-chat-input input:focus{border-color:#3b82f6}.dw-chat-input button{width:36px;height:36px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .15s}.dw-chat-input button:disabled{opacity:.5;cursor:default}.dw-chat-input button svg{width:16px;height:16px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.dw-powered{text-align:center;padding:6px;font-size:10px;color:#9ca3af}.dw-powered a{color:#6b7280;text-decoration:none}.dw-powered a:hover{text-decoration:underline}@media(max-width:420px){.dw-chat-window{width:calc(100vw - 32px);max-height:70vh}.dw-agent-window{width:100vw;max-height:100vh;border-radius:0}}.dw-agent-window{max-height:600px}.dw-agent-header{padding:14px 16px}.dw-agent-header-content{display:flex;align-items:center;gap:10px}.dw-agent-header-icon{font-size:24px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:50%;flex-shrink:0}.dw-agent-header-text h3{font-size:14px;font-weight:600;margin-bottom:1px}.dw-agent-header-text p{font-size:11px;opacity:.85}.dw-agent-header-action{margin-left:auto;flex-shrink:0}.dw-back-btn{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;opacity:.9;transition:opacity .15s}.dw-back-btn:hover{opacity:1}.dw-agent-avatar{font-size:14px;width:30px;height:30px}.dw-agent-messages{max-height:400px}.dw-msg-content{display:flex;flex-direction:column;gap:8px;max-width:85%}.dw-msg-paragraph{margin-bottom:6px}.dw-msg-paragraph:last-child{margin-bottom:0}.dw-cards-container{display:flex;gap:8px;overflow-x:auto;padding:4px 0;scrollbar-width:thin}.dw-rich-card{min-width:180px;max-width:220px;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;flex-shrink:0;transition:box-shadow .15s}.dw-rich-card:hover{box-shadow:0 2px 8px #00000014}.dw-card-image{width:100%;height:100px;overflow:hidden;background:#f3f4f6}.dw-card-image img{width:100%;height:100%;object-fit:cover}.dw-card-body{padding:10px}.dw-card-title{font-size:13px;font-weight:600;color:#1f2937;margin-bottom:4px}.dw-card-desc{font-size:11px;color:#6b7280;line-height:1.3;margin-bottom:4px}.dw-card-price{font-size:12px;font-weight:600;color:#059669}.dw-suggestions{display:flex;flex-wrap:wrap;gap:6px;padding:2px 0}.dw-suggestion-btn{font-size:12px;padding:6px 12px;border-radius:9999px;border:1.5px solid;background:#fff;cursor:pointer;transition:background-color .15s,color .15s;white-space:nowrap}.dw-suggestion-btn:hover{background-color:currentColor;color:#fff!important}.dw-agent-selector{max-height:600px}.dw-agent-list{padding:16px;display:flex;flex-direction:column;gap:8px;overflow-y:auto;max-height:450px}.dw-agent-list-intro{font-size:13px;color:#6b7280;margin-bottom:4px}.dw-agent-card{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s;text-align:left;width:100%}.dw-agent-card:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61a}.dw-agent-card-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.dw-agent-card-info{flex:1;min-width:0}.dw-agent-card-info h4{font-size:13px;font-weight:600;color:#1f2937;margin-bottom:2px}.dw-agent-card-info p{font-size:11px;color:#6b7280;line-height:1.3}.dw-agent-card-arrow{flex-shrink:0;opacity:.5}.dw-agent-loading{display:flex;align-items:center;justify-content:center;min-height:200px}.dw-agent-loading-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.dw-agent-loading-content p{font-size:13px;color:#6b7280}.dw-ordering-widget{width:420px;max-height:600px;display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000026;overflow:hidden}.dw-ordering-header{padding:16px;color:#fff}.dw-ordering-header h2{font-size:16px;font-weight:600;margin-bottom:8px}.dw-ordering-header .dw-close-btn{position:absolute;top:12px;right:12px;background:none;border:none;color:#fff;font-size:18px;cursor:pointer}.dw-ordering-nav{display:flex;gap:4px}.dw-ordering-nav button{background:#fff3;border:none;color:#fff;padding:6px 16px;border-radius:20px;cursor:pointer;font-size:13px}.dw-ordering-nav button.active{background:#fff;color:#1f2937}.dw-ordering-body{flex:1;overflow-y:auto;padding:12px}.dw-badge{background:#fff;color:#1f2937;border-radius:10px;padding:1px 6px;font-size:11px;margin-left:4px}.dw-ordering-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;gap:12px}.dw-ordering-loading p{color:#6b7280;font-size:13px}.dw-category-tabs{display:flex;gap:4px;overflow-x:auto;padding-bottom:8px;margin-bottom:12px}.dw-cat-tab{background:none;border:none;border-bottom:2px solid transparent;padding:6px 12px;font-size:13px;cursor:pointer;white-space:nowrap;color:#6b7280}.dw-cat-tab.active{font-weight:600}.dw-menu-items{display:flex;flex-direction:column;gap:8px}.dw-menu-item{display:flex;justify-content:space-between;align-items:flex-start;padding:12px;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:border-color .2s}.dw-menu-item:hover{border-color:#3b82f6}.dw-item-info{display:flex;flex-direction:column;gap:2px;flex:1}.dw-item-name{font-weight:600;font-size:14px}.dw-item-desc{font-size:12px;color:#6b7280;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dw-item-price{font-weight:700;color:#3b82f6;white-space:nowrap;margin-left:8px}.dw-menu-detail{padding:4px}.dw-back-btn{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:13px;margin-bottom:12px;padding:0}.dw-menu-detail .dw-item-name{font-size:18px;margin-bottom:4px}.dw-menu-detail .dw-item-desc{margin-bottom:8px}.dw-menu-detail .dw-item-price{font-size:18px;display:block;margin-bottom:12px}.dw-tags{display:flex;gap:4px;margin-bottom:12px}.dw-tag{background:#f0fdf4;color:#16a34a;padding:2px 8px;border-radius:12px;font-size:11px}.dw-modifier-group{margin-bottom:12px}.dw-modifier-group h4{font-size:13px;font-weight:600;margin-bottom:6px}.dw-required{color:#ef4444}.dw-modifier-option{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:13px;cursor:pointer}.dw-modifier-option input{accent-color:#3b82f6}.dw-mod-price{color:#6b7280;margin-left:auto}.dw-special-instructions{margin-bottom:12px}.dw-special-instructions label{font-size:13px;font-weight:600;display:block;margin-bottom:4px}.dw-special-instructions textarea{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:8px;font-size:13px;resize:none}.dw-quantity-row{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:12px}.dw-quantity-row button{width:32px;height:32px;border-radius:50%;border:1px solid #e5e7eb;background:#f9fafb;cursor:pointer;font-size:16px}.dw-quantity-row span{font-size:18px;font-weight:600}.dw-add-btn{width:100%;padding:12px;border:none;border-radius:10px;color:#fff;font-size:15px;font-weight:600;cursor:pointer}.dw-cart-empty{text-align:center;padding:40px 20px;color:#6b7280}.dw-cart-empty p:first-child{font-size:24px;margin-bottom:8px}.dw-cart-hint{font-size:13px}.dw-cart-title{font-size:16px;font-weight:600;margin-bottom:12px}.dw-cart-items{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.dw-cart-item{display:flex;justify-content:space-between;align-items:center;padding:10px;border:1px solid #e5e7eb;border-radius:8px}.dw-cart-item-info{display:flex;flex-direction:column;gap:2px;flex:1}.dw-cart-item-name{font-weight:600;font-size:13px}.dw-cart-item-mods,.dw-cart-item-notes{font-size:11px;color:#6b7280}.dw-cart-item-actions{display:flex;align-items:center;gap:8px}.dw-qty-controls{display:flex;align-items:center;gap:6px}.dw-qty-controls button{width:24px;height:24px;border-radius:50%;border:1px solid #e5e7eb;background:#f9fafb;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center}.dw-cart-item-price{font-weight:600;font-size:13px}.dw-remove-btn{background:none;border:none;color:#ef4444;cursor:pointer;font-size:14px}.dw-cart-summary{border-top:1px solid #e5e7eb;padding-top:12px;margin-bottom:12px}.dw-summary-row{display:flex;justify-content:space-between;font-size:13px;padding:3px 0}.dw-summary-row.dw-total{font-weight:700;font-size:15px;border-top:1px solid #e5e7eb;padding-top:8px;margin-top:4px}.dw-checkout-btn{width:100%;padding:12px;border:none;border-radius:10px;color:#fff;font-size:15px;font-weight:600;cursor:pointer}.dw-checkout-form h3{font-size:18px;font-weight:600;margin-bottom:12px}.dw-order-type-selector{display:flex;gap:4px;margin-bottom:16px}.dw-type-btn{flex:1;padding:8px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;font-size:13px;font-weight:500}.dw-type-btn.active{font-weight:600}.dw-form-fields{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.dw-form-fields input,.dw-form-fields textarea{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:10px;font-size:13px}.dw-tip-section{margin-bottom:16px}.dw-tip-section h4{font-size:14px;font-weight:600;margin-bottom:8px}.dw-tip-options{display:flex;gap:6px}.dw-tip-btn{padding:8px 14px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;font-size:13px}.dw-tip-custom{width:80px;border:1px solid #e5e7eb;border-radius:8px;padding:8px;font-size:13px}.dw-checkout-summary,.dw-payment-section{margin-bottom:16px}.dw-payment-section h4{font-size:14px;font-weight:600;margin-bottom:8px}.dw-stripe-placeholder{display:flex;flex-direction:column;gap:8px}.dw-card-input,.dw-card-expiry,.dw-card-cvc{border:1px solid #e5e7eb;border-radius:8px;padding:10px;font-size:13px}.dw-card-row{display:flex;gap:8px}.dw-card-row input{flex:1}.dw-place-order-btn{width:100%;padding:14px;border:none;border-radius:10px;color:#fff;font-size:16px;font-weight:700;cursor:pointer}.dw-order-confirmation{text-align:center;padding:40px 20px}.dw-confirm-icon{font-size:48px;margin-bottom:12px}.dw-order-confirmation h3{font-size:20px;font-weight:700;margin-bottom:8px}.dw-order-number{font-size:16px;font-weight:600;color:#3b82f6;margin-bottom:8px}.dw-new-order-btn{margin-top:16px;padding:10px 24px;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.dw-cicerone-wrapper{position:relative;display:flex;flex-direction:column;height:100%}.dw-quick-starts{position:absolute;bottom:80px;left:12px;right:12px;display:flex;flex-wrap:wrap;gap:6px;justify-content:center;z-index:10}.dw-quick-start-chip{font-size:13px;padding:8px 14px;border-radius:9999px;border:1.5px solid;background:#fff;cursor:pointer;transition:all .15s ease;font-weight:500}.dw-quick-start-chip:hover{background-color:currentColor;color:#fff!important;transform:translateY(-1px);box-shadow:0 2px 8px #0000001f}.dw-tap-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.dw-tap-chip{display:inline-flex;align-items:center;gap:6px;border:1.5px solid;border-radius:10px;padding:4px 10px 4px 4px;font-size:12px;background:#fff}.dw-tap-number{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:22px;border-radius:6px;color:#fff;font-weight:700;font-size:11px;padding:0 4px}.dw-tap-name{font-weight:500;color:#374151}
