.hc-widget{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;line-height:1.5;color:#1a1a1a;background:#f8f9fa;max-width:960px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column}.hc-widget *{box-sizing:border-box;margin:0;padding:0}.hc-header{background:#fff;padding:16px 20px;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:10}.hc-business-name{font-size:1.25rem;font-weight:700;color:#1a1a1a}.hc-loading,.hc-error{display:flex;align-items:center;justify-content:center;min-height:200px;padding:40px;font-size:1rem}.hc-error{color:#dc3545}.hc-main{flex:1;padding-bottom:80px}.hc-category-tabs{display:flex;gap:0;overflow-x:auto;-webkit-overflow-scrolling:touch;background:#fff;border-bottom:1px solid #e0e0e0;scrollbar-width:none}.hc-category-tabs::-webkit-scrollbar{display:none}.hc-category-tab{flex-shrink:0;padding:12px 20px;border:none;background:none;font-size:.9rem;font-weight:500;color:#666;cursor:pointer;border-bottom:2px solid transparent;transition:color .2s,border-color .2s;white-space:nowrap}.hc-category-tab:hover{color:#333}.hc-category-tab.hc-active{color:#e85d04;border-bottom-color:#e85d04}.hc-item-grid{display:grid;grid-template-columns:1fr;gap:1px;background:#e0e0e0;padding:0}.hc-empty{padding:40px 20px;text-align:center;color:#999;background:#fff}.hc-item-card{display:flex;gap:12px;padding:16px 20px;background:#fff;cursor:pointer;transition:background .15s}.hc-item-card:hover{background:#fafafa}.hc-item-img{width:80px;height:80px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f0f0f0}.hc-item-img img{width:100%;height:100%;object-fit:cover}.hc-item-info{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.hc-item-name{font-size:.95rem;font-weight:600;margin-bottom:4px}.hc-item-desc{font-size:.82rem;color:#666;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hc-item-price{font-size:.9rem;font-weight:600;color:#e85d04}.hc-cart-fab{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#e85d04;color:#fff;border:none;border-radius:50px;padding:14px 28px;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #0003;z-index:20;transition:background .2s;white-space:nowrap}.hc-cart-fab:hover{background:#d45300}.hc-cart{background:#fff;min-height:100vh}.hc-cart-header{padding:16px 20px;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;gap:12px}.hc-cart-header h2{font-size:1.1rem;font-weight:600}.hc-back-btn{background:none;border:none;font-size:.9rem;color:#e85d04;cursor:pointer;padding:4px 0;font-weight:500}.hc-cart-empty{text-align:center;padding:60px 20px;color:#999}.hc-cart-items{border-bottom:1px solid #e0e0e0}.hc-cart-item{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid #f0f0f0;gap:12px}.hc-cart-item-info{flex:1;min-width:0}.hc-cart-item-name{display:block;font-weight:600;font-size:.9rem}.hc-cart-item-addons{display:block;font-size:.78rem;color:#888;margin-top:2px}.hc-cart-item-controls{display:flex;align-items:center;gap:12px;flex-shrink:0}.hc-qty-controls{display:flex;align-items:center;gap:0;border:1px solid #ddd;border-radius:6px;overflow:hidden}.hc-qty-btn{width:32px;height:32px;border:none;background:#f5f5f5;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.hc-qty-btn:hover{background:#e8e8e8}.hc-qty-value{width:32px;text-align:center;font-size:.9rem;font-weight:600}.hc-cart-item-price{font-weight:600;font-size:.9rem;min-width:60px;text-align:right}.hc-cart-item-remove{background:none;border:none;font-size:1.2rem;color:#999;cursor:pointer;padding:4px}.hc-cart-item-remove:hover{color:#dc3545}.hc-cart-footer{padding:20px;position:sticky;bottom:0;background:#fff;border-top:1px solid #e0e0e0}.hc-cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:1.05rem;font-weight:600}.hc-cart-total-price{color:#e85d04;font-size:1.2rem}.hc-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,opacity .2s}.hc-btn:disabled{opacity:.6;cursor:not-allowed}.hc-btn-primary{background:#e85d04;color:#fff}.hc-btn-primary:hover:not(:disabled){background:#d45300}.hc-btn-secondary{background:#f0f0f0;color:#333}.hc-btn-secondary:hover:not(:disabled){background:#e0e0e0}.hc-btn-block{width:100%}.hc-checkout{background:#fff;min-height:100vh}.hc-checkout-header{padding:16px 20px;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;gap:12px}.hc-checkout-header h2{font-size:1.1rem;font-weight:600}.hc-checkout-form{padding:20px}.hc-form-group{margin-bottom:16px}.hc-form-group label{display:block;margin-bottom:6px;font-size:.85rem;font-weight:600;color:#444}.hc-form-group input,.hc-form-group select,.hc-form-group textarea{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:.95rem;font-family:inherit;transition:border-color .2s;background:#fff}.hc-form-group input:focus,.hc-form-group select:focus,.hc-form-group textarea:focus{outline:none;border-color:#e85d04}.hc-form-group textarea{resize:vertical}.hc-checkout-summary{padding:16px 0;margin-bottom:8px;font-size:1.05rem;text-align:center}.hc-form-error{background:#fff3f3;color:#dc3545;padding:10px 14px;border-radius:8px;margin-bottom:16px;font-size:.85rem}.hc-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:100;display:flex;align-items:flex-end;justify-content:center}.hc-modal{background:#fff;width:100%;max-width:520px;max-height:85vh;border-radius:16px 16px 0 0;display:flex;flex-direction:column;overflow:hidden}.hc-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e0e0e0}.hc-modal-header h2{font-size:1.1rem;font-weight:600}.hc-modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:4px}.hc-modal-desc{padding:8px 20px;font-size:.85rem;color:#666}.hc-complement-groups{flex:1;overflow-y:auto;padding:8px 20px 16px}.hc-complement-group{margin-bottom:16px}.hc-complement-group-name{font-size:.9rem;font-weight:600;margin-bottom:8px;display:flex;align-items:center;gap:8px}.hc-complement-group-hint{font-size:.75rem;font-weight:400;color:#999}.hc-complement-options{display:flex;flex-direction:column;gap:4px}.hc-complement-option{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .2s,background .2s;font-size:.9rem}.hc-complement-option:hover{border-color:#ccc;background:#fafafa}.hc-complement-option.hc-selected{border-color:#e85d04;background:#fff5f0}.hc-complement-option-name{font-weight:500}.hc-complement-option-price{color:#888;font-size:.85rem}.hc-modal-footer{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-top:1px solid #e0e0e0}.hc-modal-total{font-size:1.1rem;font-weight:700;color:#e85d04}.hc-confirmation{text-align:center;padding:60px 20px;background:#fff;min-height:100vh}.hc-confirmation-icon{width:64px;height:64px;background:#28a745;color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:16px}.hc-confirmation h2{font-size:1.4rem;margin-bottom:12px}.hc-confirmation p{color:#666;margin-bottom:8px}.hc-confirmation .hc-btn{margin-top:24px}.hc-waiting{text-align:center;padding:60px 20px;background:#fff;min-height:100vh}.hc-waiting h2{font-size:1.2rem;margin-bottom:12px}.hc-waiting p{color:#666;margin-bottom:8px}.hc-spinner{width:40px;height:40px;border:4px solid #f0f0f0;border-top-color:#e85d04;border-radius:50%;animation:hc-spin .8s linear infinite;margin:0 auto 20px}@keyframes hc-spin{to{transform:rotate(360deg)}}.hc-status-approved{color:#28a745;font-weight:600}.hc-status-rejected{color:#dc3545;font-weight:600}.hc-eta{font-size:1.1rem;font-weight:600;color:#e85d04;margin:12px 0}.hc-payment-methods{margin-bottom:16px}.hc-payment-method-label{display:block;margin-bottom:8px;font-size:.85rem;font-weight:600;color:#444}.hc-payment-method-options{display:flex;gap:8px}.hc-payment-method-btn{flex:1;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;background:#fff;font-size:.9rem;font-weight:500;cursor:pointer;transition:border-color .2s,background .2s;text-align:center}.hc-payment-method-btn:hover{border-color:#ccc}.hc-payment-method-btn.hc-selected{border-color:#e85d04;background:#fff5f0;color:#e85d04;font-weight:600}.hc-stripe-form{margin-top:16px}.hc-stripe-actions{display:flex;gap:12px;margin-top:20px}.hc-stripe-actions .hc-btn{flex:1}.hc-closed-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;background:#fff;min-height:60vh}.hc-closed-icon{font-size:3rem;margin-bottom:16px}.hc-closed-title{font-size:1.3rem;font-weight:700;margin-bottom:8px;color:#1a1a1a}.hc-closed-message{font-size:.95rem;color:#666;margin-bottom:24px}.hc-schedule{width:100%;max-width:300px}.hc-schedule-title{font-size:.95rem;font-weight:600;margin-bottom:12px;color:#444}.hc-schedule-list{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.hc-schedule-row{display:flex;justify-content:space-between;padding:10px 14px;font-size:.9rem;border-bottom:1px solid #f0f0f0}.hc-schedule-row:last-child{border-bottom:none}.hc-schedule-day{font-weight:600;color:#333}.hc-schedule-time{color:#666}@media(min-width:768px){.hc-item-grid{grid-template-columns:1fr 1fr}.hc-modal{border-radius:16px;align-self:center}.hc-modal-overlay{align-items:center}.hc-checkout-form{max-width:480px;margin:0 auto}}
