.quickorder-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999}.quickorder-modal-content{background:#fff;border-radius:12px;padding:32px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;position:relative}.quickorder-modal-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:28px;cursor:pointer;color:#666}.quickorder-loading{text-align:center;padding:40px}.quickorder-loading-spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#1976d2;border-radius:50%;animation:quickorder-spin .8s linear infinite;margin:0 auto 16px}@keyframes quickorder-spin{to{transform:rotate(1turn)}}.quickorder-stopped{color:#d32f2f}.quickorder-stopped,.quickorder-success{text-align:center;padding:40px}.quickorder-success-icon{width:64px;height:64px;background:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 16px}.quickorder-error{background:#fdecea;color:#d32f2f;padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:14px}.quickorder-wizard h2{margin:0 0 24px;font-size:24px}.quickorder-category-section{margin-bottom:24px}.quickorder-category-section h3{font-size:18px;margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid #e0e0e0}.quickorder-product-list{display:flex;flex-direction:column;gap:8px}.quickorder-product-item{display:flex;align-items:center;justify-content:space-between;padding:12px;background:#f9f9f9;border-radius:8px}.quickorder-product-info{display:flex;flex-direction:column}.quickorder-product-name{font-weight:600;font-size:15px}.quickorder-product-price{font-size:13px;color:#666}.quickorder-wizard .quickorder-qty-controls{display:flex;align-items:center;gap:8px}.quickorder-wizard .quickorder-qty-btn{width:32px;height:32px;border:1px solid #ccc;border-radius:6px;background:#fff;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center}.quickorder-cart-summary{margin-top:24px;padding-top:16px;border-top:2px solid #e0e0e0}.quickorder-cart-total{display:flex;justify-content:space-between;font-size:18px;font-weight:700}.quickorder-cart-items{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.quickorder-cart-row{display:flex;justify-content:space-between;font-size:14px}.quickorder-delivery-note,.quickorder-min-order-warning{font-size:13px;color:#d32f2f;margin:8px 0 0}.quickorder-btn{padding:10px 24px;border:none;border-radius:8px;cursor:pointer;font-size:15px;font-weight:600;transition:background .2s}.quickorder-btn:disabled{opacity:.5;cursor:not-allowed}.quickorder-btn-primary{background:#1976d2;color:#fff}.quickorder-btn-primary:hover:not(:disabled){background:#1565c0}.quickorder-btn-secondary{background:#e0e0e0;color:#333}.quickorder-btn-secondary:hover:not(:disabled){background:#bdbdbd}.quickorder-btn-sm{padding:6px 14px;font-size:13px}.quickorder-step-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.quickorder-details-step h2{margin:0 0 24px}.quickorder-form-group{margin-bottom:16px}.quickorder-form-group label{display:block;margin-bottom:4px;font-weight:600;font-size:14px}.quickorder-input{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:8px;font-size:15px;box-sizing:border-box}.quickorder-input:focus{outline:none;border-color:#1976d2}.quickorder-trigger-btn{display:inline-flex;align-items:center;gap:8px}.quickorder-cart-bar{position:fixed;left:0;right:0;bottom:0;z-index:90;padding:12px 16px}.quickorder-cart-bar-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.quickorder-cart-bar-info{display:flex;align-items:center;gap:12px;font-weight:600}.quickorder-cart-bar-count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;border-radius:50%;background:#1976d2;color:#fff;font-size:14px}.quickorder-checkout-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:1100;display:flex;justify-content:flex-end}.quickorder-checkout-panel{width:min(100%,440px);height:100%;background:#fff;padding:24px;overflow-y:auto;position:relative;box-shadow:-8px 0 24px rgba(0,0,0,.12)}.quickorder-checkout-close{position:absolute;top:12px;right:16px;border:none;background:none;font-size:28px;cursor:pointer;color:#666}.quickorder-checkout-title{margin:0 0 20px;padding-right:32px}.quickorder-btn-full{width:100%;margin-top:8px}