*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f5f5f5;min-height:100vh}#root{min-height:100vh}:root{--primary-color: #ff6b6b;--primary-dark: #ff4757;--secondary-color: #00b894;--secondary-light: #00cec9;--text-dark: #2d3436;--text-gray: #636e72;--bg-light: #f5f5f5;--white: #ffffff;--border-color: #dfe6e9;--shadow: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 15px rgba(255, 107, 107, .4)}.container{max-width:600px;margin:0 auto;padding:15px}@media(min-width:768px){.container{max-width:900px;padding:20px}}@media(min-width:1024px){.container{max-width:1200px}}.header{background:#fff;color:#111;padding:14px 20px;text-align:left;position:sticky;top:0;z-index:100;border-bottom:1px solid #e5e7eb}.header h1{font-size:1.15rem;font-weight:700;margin:0 0 2px;color:#111}.header p{font-size:.8rem;color:#6b7280;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dish-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb;display:flex;flex-direction:column;transition:box-shadow .2s}.dish-card:hover{box-shadow:0 4px 16px #00000014}.dish-card--unavailable{opacity:.55}.dish-image{position:relative;width:100%;aspect-ratio:4 / 3;background:#f3f4f6;overflow:hidden}.dish-image img{width:100%;height:100%;object-fit:cover}.dish-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.dish-badge{position:absolute;top:8px;left:8px;background:#000000a6;color:#fff;font-size:.68rem;font-weight:600;padding:3px 8px;border-radius:4px;letter-spacing:.5px;text-transform:uppercase}.dish-info{padding:12px 14px;display:flex;flex-direction:column;flex:1;gap:10px}.dish-body{flex:1}.dish-name{font-size:.9rem;font-weight:600;color:#111;margin:0 0 4px;line-height:1.3}.dish-description{font-size:.8rem;color:#6b7280;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dish-footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.dish-price{font-size:.95rem;font-weight:700;color:#111}.dish-add-btn{padding:7px 14px;background:#111;color:#fff;border:none;border-radius:7px;font-size:.83rem;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap;flex-shrink:0}.dish-add-btn:hover{background:#333}.dish-add-btn--added{background:#16a34a}.dish-add-btn--added:hover{background:#15803d}.dish-add-btn--disabled,.dish-add-btn--disabled:hover{background:#d1d5db;color:#6b7280;cursor:not-allowed}.pizza-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.pizza-card:active{transform:scale(.98)}.pizza-image{position:relative;width:100%;height:200px;object-fit:cover;background:linear-gradient(135deg,#ffeaa7,#fdcb6e);display:flex;align-items:center;justify-content:center;font-size:4rem}.pizza-image img{width:100%;height:100%;object-fit:cover}.pizza-info{padding:15px;display:flex;flex-direction:column;flex:1}.pizza-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.pizza-name{font-size:1.2rem;font-weight:600;color:#2d3436;flex:1;line-height:1.3}.pizza-price{font-size:1.3rem;font-weight:700;color:#00b894;white-space:nowrap;margin-left:10px}.pizza-ingredients{font-size:.9rem;color:#636e72;line-height:1.5;padding-top:10px;border-top:1px solid #f0f0f0;flex:1}.add-button{width:100%;padding:15px 12px 12px;margin-top:auto;background:linear-gradient(135deg,#00b894,#00cec9);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.add-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00b89466}.add-button:active{transform:scale(.95)}.add-button.added{background:#00b894}.pizza-card--esgotado{opacity:.6}.pizza-card--esgotado .pizza-image img{filter:grayscale(60%)}.pizza-badge-esgotado{position:absolute;top:10px;left:10px;background:#000000a6;color:#fff;font-size:.75rem;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.5px;text-transform:uppercase}.add-button--disabled,.add-button--disabled:hover{background:#b2bec3;cursor:not-allowed;transform:none;box-shadow:none}.cart-float{position:fixed;bottom:24px;right:24px;background:#111;color:#fff;width:54px;height:54px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0003;cursor:pointer;z-index:999;transition:transform .2s,box-shadow .2s}.cart-float svg{width:22px;height:22px}.cart-float:hover{transform:scale(1.08);box-shadow:0 6px 20px #00000040}.cart-float:active{transform:scale(.95)}.cart-badge{position:absolute;top:-3px;right:-3px;background:#ef4444;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;border:2px solid #fff}.drawer-overlay{position:fixed;inset:0;background:#0006;z-index:1000;animation:overlayIn .2s ease}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:440px;height:100dvh;background:#fff;z-index:1001;display:flex;flex-direction:column;box-shadow:-2px 0 24px #0000001a;animation:drawerIn .25s ease}@keyframes drawerIn{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-header{display:flex;align-items:center;gap:8px;padding:16px 18px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.drawer-title{flex:1;font-size:1rem;font-weight:600;color:#111;margin:0}.drawer-nav-btn{background:none;border:none;cursor:pointer;color:#6b7280;padding:6px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;flex-shrink:0}.drawer-nav-btn svg{width:18px;height:18px}.drawer-nav-btn:hover{background:#f3f4f6;color:#111}.drawer-progress{display:flex;gap:4px;padding:10px 18px 0;flex-shrink:0}.progress-bar{flex:1;height:3px;border-radius:2px;background:#e5e7eb;transition:background .3s}.progress-bar--active{background:#111}.drawer-body{flex:1;overflow-y:auto;padding:16px 18px}.drawer-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;gap:8px;padding-bottom:40px}.drawer-empty-icon{width:52px;height:52px;color:#d1d5db;margin-bottom:4px}.drawer-empty-icon svg{width:100%;height:100%}.drawer-empty p{font-size:.95rem;font-weight:500;color:#6b7280;margin:0}.drawer-empty span{font-size:.83rem;color:#9ca3af;margin:0}.cart-items-list{display:flex;flex-direction:column;gap:10px}.cart-item{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px}.cart-item-img{width:50px;height:50px;object-fit:cover;border-radius:7px;flex-shrink:0}.cart-item-info{flex:1;min-width:0}.cart-item-name{display:block;font-size:.875rem;font-weight:500;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-price{display:block;font-size:.8rem;color:#6b7280;margin-top:2px}.cart-item-qty{display:flex;align-items:center;gap:6px;flex-shrink:0}.cart-item-qty button{width:28px;height:28px;border:1px solid #d1d5db;background:#fff;border-radius:6px;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;transition:border-color .15s,background .15s}.cart-item-qty button:hover{border-color:#111;background:#f3f4f6}.cart-item-qty span{width:22px;text-align:center;font-size:.875rem;font-weight:600;color:#111}.step-content{display:flex;flex-direction:column;gap:14px}.method-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.method-card{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 12px;border:2px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .15s,background .15s;text-align:center}.method-card svg{width:26px;height:26px;color:#9ca3af;transition:color .15s}.method-card span{font-size:.875rem;font-weight:500;color:#374151}.method-card small{font-size:.75rem;color:#9ca3af}.method-card--selected{border-color:#111;background:#f9fafb}.method-card--selected svg{color:#111}.method-card--selected span{color:#111}.info-block{background:#f3f4f6;border-radius:10px;padding:12px 14px}.info-block-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.5px;color:#9ca3af;font-weight:500;margin:0 0 3px}.info-block-value{font-size:.875rem;color:#374151;margin:0}.address-section{display:flex;flex-direction:column;gap:10px}.address-list{display:flex;flex-direction:column;gap:8px}.address-card{width:100%;text-align:left;padding:11px 14px;border:2px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .15s,background .15s;display:flex;flex-direction:column;gap:2px}.address-card--selected{border-color:#111;background:#f9fafb}.address-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.5px;color:#9ca3af;font-weight:500}.address-value{font-size:.83rem;color:#374151}.btn-outline{width:100%;background:none;border:1.5px dashed #d1d5db;border-radius:8px;padding:10px 16px;font-size:.875rem;color:#6b7280;cursor:pointer;transition:border-color .15s,color .15s;text-align:center}.btn-outline:hover,.btn-outline--active{border-color:#111;border-style:solid;color:#111}.address-form{display:flex;flex-direction:column;gap:12px;padding:14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px}.form-field{display:flex;flex-direction:column;gap:4px;flex:1}.form-field label{font-size:.78rem;font-weight:500;color:#374151}.form-field input{padding:9px 11px;border:1.5px solid #d1d5db;border-radius:7px;font-size:.875rem;color:#111;background:#fff;outline:none;transition:border-color .15s;width:100%;box-sizing:border-box}.form-field input:focus{border-color:#111}.form-row{display:flex;gap:10px;align-items:flex-start}.form-field--sm{flex:0 0 90px}.payment-group{display:flex;flex-direction:column;gap:6px}.payment-group-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.5px;color:#9ca3af;font-weight:500;margin:0 0 2px}.payment-card{width:100%;text-align:left;padding:11px 14px;border:2px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .15s,background .15s;display:flex;justify-content:space-between;align-items:center}.payment-card--selected{border-color:#111;background:#f9fafb}.payment-name{font-size:.875rem;font-weight:500;color:#374151}.payment-card--selected .payment-name{color:#111}.payment-desc{font-size:.78rem;color:#9ca3af}.change-section{display:flex;flex-direction:column;gap:10px;padding:12px 14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px}.checkbox-label{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#374151;cursor:pointer}.checkbox-label input[type=checkbox]{flex-shrink:0;margin:0;width:14px;height:14px}.phone-field{display:flex;align-items:center;border:1.5px solid #d1d5db;border-radius:7px;overflow:hidden;background:#fff;transition:border-color .15s}.phone-field:focus-within{border-color:#111}.phone-prefix{padding:9px 10px;font-size:.83rem;color:#6b7280;background:#f3f4f6;border-right:1px solid #d1d5db;white-space:nowrap;flex-shrink:0}.phone-field input{border:none;padding:9px 11px;font-size:.875rem;color:#111;flex:1;outline:none;background:transparent;min-width:0}.success-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;gap:10px;padding:24px 20px 40px}.success-icon{width:64px;height:64px;background:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:6px}.success-icon svg{width:30px;height:30px;color:#16a34a}.success-screen h3{font-size:1.2rem;font-weight:700;color:#111;margin:0}.success-total{font-size:1rem;font-weight:600;color:#374151;margin:0}.success-hint{font-size:.83rem;color:#6b7280;margin:0}.success-back-btn{margin-top:4px;width:100%;justify-content:center;font-size:.85rem;color:#6b7280;border-color:#e5e7eb}.review-step{display:flex;flex-direction:column;gap:16px}.review-items{display:flex;flex-direction:column;gap:8px}.review-item{display:flex;align-items:baseline;gap:8px;font-size:.9rem}.review-item-qty{font-size:.8rem;color:#6b7280;min-width:24px;flex-shrink:0}.review-item-name{flex:1;color:#111}.review-item-price{font-size:.85rem;color:#374151;white-space:nowrap}.review-totals{border-top:1px solid #e5e7eb;padding-top:12px;display:flex;flex-direction:column;gap:6px}.review-row{display:flex;justify-content:space-between;font-size:.88rem;color:#6b7280}.review-row--total{font-size:1rem;font-weight:700;color:#111;margin-top:4px;padding-top:8px;border-top:1px solid #e5e7eb}.review-info{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.review-info-row{display:flex;flex-direction:column;gap:2px;padding:10px 12px}.review-info-row+.review-info-row{border-top:1px solid #e5e7eb}.review-info-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.4px;color:#9ca3af}.review-info-value{font-size:.88rem;color:#111;line-height:1.4}.label-optional{font-size:.75rem;color:#9ca3af;font-weight:400}.obs-textarea{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;font-size:.9rem;font-family:inherit;color:#111;resize:vertical;min-height:76px;background:#fff;transition:border-color .15s;box-sizing:border-box}.obs-textarea:focus{outline:none;border-color:#111}.obs-count{display:block;text-align:right;font-size:.72rem;color:#9ca3af;margin-top:4px}.drawer-footer{padding:14px 18px;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:10px;background:#fff;flex-shrink:0}.footer-summary{display:flex;justify-content:space-between;align-items:center;font-size:.83rem;color:#6b7280}.footer-total{font-weight:700;color:#111;font-size:.95rem}.btn-primary{padding:12px 20px;background:#111;color:#fff;border:none;border-radius:9px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}.btn-primary:hover{background:#333}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.btn-primary--full{width:100%}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100vh;background:#fff;z-index:1001;display:flex;flex-direction:column;box-shadow:-4px 0 20px #00000026;animation:slideIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #f0f0f0;background:linear-gradient(135deg,#ff6b6b,#ff4757);color:#fff}.cart-header h2{font-size:1.3rem;margin:0}.close-btn{background:#fff3;border:none;color:#fff;width:36px;height:36px;border-radius:50%;font-size:1.2rem;cursor:pointer;transition:background .2s}.close-btn:hover{background:#ffffff4d}.cart-content{flex:1;overflow-y:auto;padding:15px}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:#636e72}.empty-icon{font-size:4rem;margin-bottom:15px}.cart-empty p{font-size:1.2rem;font-weight:600;margin-bottom:5px;color:#2d3436}.empty-hint{font-size:.9rem;color:#636e72}.cart-items{display:flex;flex-direction:column;gap:12px}.cart-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f8f9fa;border-radius:10px;transition:transform .2s}.cart-item:hover{transform:translate(-2px)}.item-image{width:60px;height:60px;border-radius:8px;background:linear-gradient(135deg,#ffeaa7,#fdcb6e);display:flex;align-items:center;justify-content:center;font-size:1.8rem;flex-shrink:0;overflow:hidden}.item-image img{width:100%;height:100%;object-fit:cover}.item-info{flex:1;min-width:0}.item-info h4{font-size:.95rem;color:#2d3436;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-price{font-size:.9rem;color:#00b894;font-weight:600}.item-controls{display:flex;align-items:center;gap:8px;background:#fff;border-radius:20px;padding:4px}.qty-btn{width:28px;height:28px;border:none;background:#f0f0f0;border-radius:50%;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.qty-btn:hover{background:#ff6b6b;color:#fff}.qty-value{min-width:20px;text-align:center;font-weight:600;color:#2d3436}.remove-btn{background:none;border:none;font-size:1.2rem;cursor:pointer;opacity:.6;transition:opacity .2s;padding:5px}.remove-btn:hover{opacity:1}.cart-footer{padding:20px;border-top:1px solid #f0f0f0;background:#fff}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:1rem}.cart-total span{color:#636e72}.cart-total strong{font-size:1.3rem;color:#00b894}.checkout-btn{width:100%;padding:15px;background:linear-gradient(135deg,#00b894,#00cec9);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00b89466}.checkout-btn:active{transform:translateY(0)}@media(max-width:480px){.cart-drawer{max-width:100%}}.delivery-page{min-height:100vh;padding-bottom:40px}.loading-spinner{font-size:3rem;animation:bounce 1s ease infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.delivery-layout{display:grid;gap:30px;align-items:start}.delivery-main{order:2}.delivery-sidebar{order:1;position:sticky;top:20px}.method-options{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px}.method-option{background:#fff;border:2px solid #dfe6e9;border-radius:12px;padding:20px;cursor:pointer;transition:all .3s ease;text-align:center;position:relative}.method-option:hover{border-color:#ff6b6b;box-shadow:0 4px 12px #ff6b6b33;transform:translateY(-2px)}.method-option.selected{border-color:#ff6b6b;background:linear-gradient(to bottom,#ff6b6b0d,#ff6b6b05)}.method-option.selected:after{content:"✓";position:absolute;top:10px;right:10px;background:#00b894;color:#fff;width:25px;height:25px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.method-icon{font-size:2.5rem;margin-bottom:10px;color:#636e72}.method-option.selected .method-icon{color:#ff6b6b}.method-option h3{font-size:1.1rem;color:#2d3436;margin-bottom:5px}.method-option p{font-size:.85rem;color:#636e72;margin:0}.info-alert{border-radius:6px;padding:.6rem .8rem;margin-bottom:15px;display:flex;align-items:center;gap:8px;border-left:3px solid;background:#00000005}.delivery-alert{border-left-color:#ff6b35}.pickup-alert{border-left-color:#667eea}.alert-icon{font-size:1.1rem;min-width:35px;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:.7}.alert-content{color:#333;display:flex;flex-direction:column;gap:1px}.alert-label{font-size:.7rem;opacity:.6;margin:0;font-weight:500;text-transform:uppercase;letter-spacing:.2px}.alert-time{font-size:.85rem;font-weight:600;margin:0;color:#333}.alert-content p{margin:0;color:#333;font-size:.85rem}.address-list{display:flex;flex-direction:column;gap:12px;margin-bottom:15px}.address-card{background:#fff;border:2px solid #dfe6e9;border-radius:10px;padding:15px;cursor:pointer;transition:all .3s ease;position:relative}.address-card:hover{border-color:#ff6b6b;box-shadow:0 2px 8px #ff6b6b26}.address-card.selected{border-color:#ff6b6b;background:linear-gradient(to right,#ff6b6b0d,#ff6b6b05)}.address-card.selected:after{content:"✓";position:absolute;top:12px;right:12px;background:#00b894;color:#fff;width:25px;height:25px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.address-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.address-icon{font-size:1.3rem;color:#636e72}.address-label{font-weight:600;color:#2d3436;font-size:1rem}.address-details{color:#636e72;font-size:.9rem;line-height:1.5;margin:0}.add-address-btn{background:transparent;border:2px dashed #dfe6e9;border-radius:10px;padding:15px;font-size:1rem;color:#636e72;cursor:pointer;width:100%;transition:all .3s ease}.add-address-btn:hover{border-color:#ff6b6b;color:#ff6b6b}.new-address{margin-top:15px}.new-address textarea{width:100%;padding:15px;border:2px solid #dfe6e9;border-radius:10px;font-size:1rem;font-family:inherit;resize:vertical;min-height:100px;box-sizing:border-box}.new-address textarea:focus{outline:none;border-color:#ff6b6b}.new-address-form{margin-top:15px;background:#fff;padding:20px;border-radius:12px;border:2px solid #dfe6e9}.form-group{margin-bottom:15px}.form-group>label{display:block;font-weight:600;color:#2d3436;margin-bottom:8px;font-size:.9rem}.form-group>input{width:100%;padding:12px 15px;border:2px solid #dfe6e9;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;box-sizing:border-box}.form-group>input:focus{outline:none;border-color:#ff6b6b;box-shadow:0 0 0 3px #ff6b6b1a}.form-group>input::placeholder{color:#b2bec3}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-group.flex-grow{grid-column:1}@media(max-width:768px){.form-row{grid-template-columns:1fr}.form-group.flex-grow{grid-column:auto}}.pickup-content{margin-bottom:30px}.pickup-info{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 6px #0000001a}.pickup-info h3{margin-bottom:10px;color:#2d3436}.pickup-address{color:#636e72;margin:5px 0;font-size:1rem}.pickup-time{margin-top:15px;padding-top:15px;border-top:1px solid #f0f0f0;font-weight:600;color:#00b894}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}@media(min-width:768px){.delivery-layout{grid-template-columns:1fr 1fr}.delivery-main{order:1}.delivery-sidebar{order:2}.method-option{padding:25px}.method-icon{font-size:3rem}}@media(min-width:1024px){.delivery-layout{grid-template-columns:1fr 350px}.address-list{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.section-title{font-size:1.3rem;margin-bottom:20px}}@media(min-width:1400px){.delivery-layout{grid-template-columns:1fr 400px}.method-options{gap:20px}.method-option{padding:30px}.order-summary{padding:25px}}.payment-page{min-height:100vh;padding-bottom:40px}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:15px}.loading-spinner{font-size:3rem;animation:pulse 1s ease infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.container{max-width:1400px;margin:0 auto;padding:0 20px}.payment-layout{display:grid;gap:30px;align-items:start}.payment-main{order:2}.payment-sidebar{order:1;position:sticky;top:20px}.section-title{font-size:1.2rem;font-weight:600;color:#2d3436;margin:0 0 15px;display:flex;align-items:center;gap:10px}.order-summary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 15px #00000026}.order-summary h2{font-size:1.1rem;margin-bottom:15px;display:flex;align-items:center;gap:10px}.order-items-list{max-height:200px;overflow-y:auto}.order-item{display:flex;justify-content:space-between;padding:8px 0;font-size:.9rem;border-bottom:1px solid rgba(255,255,255,.15)}.order-item:last-child{border-bottom:none}.order-subtotal{display:flex;justify-content:space-between;padding:12px 0;margin-top:10px;border-top:1px solid rgba(255,255,255,.2);font-size:.95rem}.delivery-fee{border-bottom:none;padding-top:5px}.order-total{display:flex;justify-content:space-between;padding:12px 0;margin-top:10px;border-top:2px solid rgba(255,255,255,.3);font-weight:700;font-size:1.2rem}.delivery-info{margin-top:15px;padding-top:15px;border-top:1px solid rgba(255,255,255,.2)}.info-badge{display:inline-block;background:#fff3;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600}.address-preview{margin:10px 0 0;font-size:.85rem;opacity:.9;line-height:1.4}.payment-category{margin-bottom:30px}.category-title{font-size:1.1rem;color:#333;margin-bottom:12px;font-weight:600;display:flex;align-items:center;gap:8px}.payment-options{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.payment-option{background:#fff;border:2px solid #dfe6e9;border-radius:10px;padding:15px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:15px;position:relative}.payment-option:hover{border-color:#ff6b6b;box-shadow:0 2px 8px #ff6b6b26;transform:translateY(-2px)}.payment-option.selected{border-color:#ff6b6b;background:linear-gradient(to right,#ff6b6b0d,#ff6b6b05)}.payment-option.selected:after{content:"✓";position:absolute;top:50%;right:15px;transform:translateY(-50%);background:#00b894;color:#fff;width:25px;height:25px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.payment-icon{font-size:2rem}.payment-info h4{margin:0 0 5px;color:#2d3436;font-size:1rem}.payment-info p{margin:0;color:#636e72;font-size:.85rem}.change-section{background:#fff;border-radius:10px;padding:15px;margin-bottom:20px;box-shadow:0 2px 4px #0000000d}.change-checkbox{display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:500;color:#2d3436}.change-checkbox input{width:20px;height:20px;accent-color:#ff6b6b}.change-input{margin-top:15px;padding-top:15px;border-top:1px solid #f0f0f0}.change-input label{display:block;margin-bottom:8px;color:#636e72;font-size:.9rem}.change-input input{width:100%;padding:12px;border:2px solid #dfe6e9;border-radius:8px;font-size:1rem;box-sizing:border-box}.change-input input:focus{outline:none;border-color:#ff6b6b}.change-section>label{display:block;margin-bottom:8px;color:#636e72;font-size:.9rem}.phone-input-wrapper{display:flex;align-items:center;width:100%;border:2px solid #dfe6e9;border-radius:8px;background:#fff;box-sizing:border-box}.phone-input-wrapper:focus-within{border-color:#ff6b6b}.phone-prefix{display:inline-flex;align-items:center;justify-content:center;padding:0 12px;font-size:.95rem;font-weight:600;color:#636e72;border-right:1px solid #dfe6e9;min-height:46px}.phone-input-field{width:100%;border:none;padding:12px;font-size:1rem;color:#2d3436;background:transparent;box-sizing:border-box}.phone-input-field:focus{outline:none}.phone-help{margin:8px 0 0;color:#636e72;font-size:.85rem}.pix-info{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:10px;padding:15px;margin-bottom:20px;display:flex;align-items:center;gap:12px}.pix-info span{font-size:1.5rem}.pix-info p{margin:0;color:#2e7d32;font-size:.95rem}.btn-primary{width:100%;padding:15px 20px;background:linear-gradient(135deg,#ff6b6b,#ff4757);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px}.btn-finish{background:linear-gradient(135deg,#00b894,#00cec9)}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #00b89466}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}@media(min-width:768px){.payment-layout{grid-template-columns:1fr 1fr}.payment-main{order:1}.payment-sidebar{order:2}.payment-options{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.payment-option{flex-direction:column;text-align:center;padding:20px}.payment-option.selected:after{top:10px;right:10px;transform:none}}@media(min-width:1024px){.payment-layout{grid-template-columns:1fr 350px}.section-title{font-size:1.3rem;margin-bottom:20px}.payment-option{padding:25px}}@media(min-width:1400px){.payment-layout{grid-template-columns:1fr 400px}.order-summary{padding:25px}}.te-loading{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#f8f9fa;color:#555;font-family:sans-serif}.te-spinner{width:36px;height:36px;border:3px solid #ddd;border-top-color:#e85d04;border-radius:50%;animation:te-spin .8s linear infinite}@keyframes te-spin{to{transform:rotate(360deg)}}.te-error-screen,.te-success-screen,.te-select-screen{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:20px;background:#f8f9fa;font-family:sans-serif}.te-error-card,.te-success-card,.te-select-card{background:#fff;border-radius:16px;box-shadow:0 4px 24px #0000001a;padding:32px 24px;max-width:380px;width:100%;text-align:center;display:flex;flex-direction:column;gap:12px}.te-error-icon,.te-success-icon{font-size:48px}.te-error-card h2,.te-success-card h2{margin:0;font-size:22px;color:#1a1a1a}.te-error-card p,.te-success-card p{margin:0;color:#555;font-size:14px}.te-logo{width:72px;height:72px;object-fit:cover;border-radius:50%;margin:0 auto}.te-restaurant-name{font-size:22px;font-weight:700;margin:0;color:#1a1a1a}.te-select-hint{font-size:14px;color:#666;margin:0}.te-table-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px}.te-table-btn{padding:12px 8px;border:2px solid #ddd;border-radius:10px;background:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s;color:#333}.te-table-btn.selected,.te-table-btn:hover{border-color:#e85d04;background:#fff5ee;color:#e85d04}.te-btn-primary{padding:14px 20px;background:#e85d04;color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;transition:background .15s;width:100%}.te-btn-primary:hover:not(:disabled){background:#d44e00}.te-btn-primary:disabled{opacity:.5;cursor:not-allowed}.te-btn-secondary{padding:12px 20px;background:transparent;color:#e85d04;border:2px solid #e85d04;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;width:100%;transition:all .15s}.te-btn-secondary:hover{background:#fff5ee}.te-field-error{color:#c62828;font-size:13px;margin:0}.te-menu-screen{min-height:100dvh;background:#f5f5f5;font-family:sans-serif;padding-bottom:100px}.te-menu-header{background:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 4px #00000014;position:sticky;top:0;z-index:10}.te-menu-header>div{display:flex;align-items:center;gap:10px}.te-header-logo{width:40px;height:40px;object-fit:cover;border-radius:50%}.te-header-name{font-size:16px;font-weight:700;margin:0;color:#1a1a1a}.te-header-table{font-size:12px;color:#777;margin:2px 0 0}.te-orders-link{font-size:13px;color:#e85d04;background:none;border:1px solid #e85d04;border-radius:20px;padding:5px 12px;cursor:pointer;white-space:nowrap}.te-categories{display:flex;gap:8px;overflow-x:auto;padding:12px 16px;background:#fff;border-bottom:1px solid #eee;scrollbar-width:none}.te-categories::-webkit-scrollbar{display:none}.te-cat-btn{padding:6px 14px;border-radius:20px;border:1px solid #ddd;background:#fff;font-size:13px;font-weight:600;white-space:nowrap;cursor:pointer;color:#555;transition:all .15s}.te-cat-btn.active,.te-cat-btn:hover{background:#e85d04;border-color:#e85d04;color:#fff}.te-dishes{padding:12px 16px;display:flex;flex-direction:column;gap:10px}.te-empty{text-align:center;color:#888;font-size:14px;padding:24px 0}.te-loading-text{text-align:center;color:#888;padding:24px 0}.te-dish-card{background:#fff;border-radius:12px;box-shadow:0 1px 6px #00000012;display:flex;gap:12px;padding:12px;align-items:flex-start}.te-dish-img{width:80px;height:80px;object-fit:cover;border-radius:8px;flex-shrink:0}.te-dish-info{flex:1;min-width:0}.te-dish-name{font-size:15px;font-weight:700;margin:0 0 4px;color:#1a1a1a}.te-dish-desc{font-size:12px;color:#777;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.te-dish-price{font-size:15px;font-weight:700;color:#e85d04;margin:0}.te-dish-actions{display:flex;align-items:center;flex-shrink:0}.te-add-btn{padding:8px 12px;background:#e85d04;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.te-add-btn:hover{background:#d44e00}.te-qty-ctrl{display:flex;align-items:center;gap:8px}.te-qty-ctrl button{width:30px;height:30px;border-radius:50%;border:2px solid #e85d04;background:#fff;color:#e85d04;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:700}.te-qty-ctrl button:hover{background:#fff5ee}.te-qty-ctrl span{font-weight:700;font-size:15px;min-width:20px;text-align:center}.te-qty-ctrl.small button{width:24px;height:24px;font-size:15px}.te-cart-float{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#e85d04;color:#fff;border:none;border-radius:40px;padding:14px 28px;font-size:15px;font-weight:700;box-shadow:0 4px 20px #e85d0473;cursor:pointer;white-space:nowrap;z-index:100}.te-cart-float:hover{background:#d44e00}.te-cart-overlay{position:fixed;inset:0;background:#00000073;z-index:200;display:flex;align-items:flex-end}.te-cart-drawer{background:#fff;width:100%;max-height:85dvh;border-radius:20px 20px 0 0;padding:20px 16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.te-cart-header{display:flex;justify-content:space-between;align-items:center}.te-cart-header h3{margin:0;font-size:18px;font-weight:700}.te-cart-close{background:none;border:none;font-size:20px;cursor:pointer;color:#555;padding:4px}.te-cart-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.te-cart-items li{display:flex;align-items:center;gap:10px}.te-cart-item-name{flex:1;font-size:14px;min-width:0}.te-cart-item-price{font-weight:700;font-size:14px;white-space:nowrap}.te-cart-total{font-size:16px;text-align:right;border-top:1px solid #eee;padding-top:8px}.te-cart-fields{display:flex;flex-direction:column;gap:6px}.te-cart-fields label{font-size:13px;font-weight:600;color:#444}.te-cart-fields select,.te-cart-fields textarea{padding:10px 12px;border:1px solid #ddd;border-radius:10px;font-size:14px;font-family:inherit;resize:none;outline:none}.te-cart-fields select:focus,.te-cart-fields textarea:focus{border-color:#e85d04}.te-orders-screen{min-height:100dvh;background:#f5f5f5;font-family:sans-serif;padding:0 0 32px}.te-orders-header{background:#fff;padding:14px 16px;display:flex;align-items:center;gap:12px;box-shadow:0 1px 4px #00000014;position:sticky;top:0}.te-back-btn{background:none;border:none;color:#e85d04;font-size:14px;font-weight:600;cursor:pointer;padding:0}.te-orders-header h2{margin:0;font-size:17px;font-weight:700;color:#1a1a1a}.te-orders-list{padding:12px 16px;display:flex;flex-direction:column;gap:12px}.te-order-card{background:#fff;border-radius:12px;padding:14px;box-shadow:0 1px 6px #00000012}.te-order-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.te-order-number{font-weight:700;font-size:14px}.te-order-status{font-size:12px;font-weight:600;padding:3px 10px;border-radius:20px;background:#eee;color:#555}.te-order-status.status-pending{background:#fff3cd;color:#856404}.te-order-status.status-accepted,.te-order-status.status-preparing{background:#cfe2ff;color:#0a5dc2}.te-order-status.status-ready,.te-order-status.status-delivering{background:#d1ecf1;color:#0c5460}.te-order-status.status-delivered{background:#d4edda;color:#155724}.te-order-status.status-cancelled{background:#f8d7da;color:#721c24}.te-order-items{list-style:none;margin:0 0 6px;padding:0;font-size:13px;color:#444}.te-order-items li{padding:2px 0}.te-order-obs{font-size:12px;color:#888;margin:4px 0}.te-order-total{font-size:14px;margin:6px 0 0;text-align:right}.cardapio-page{padding-bottom:100px;min-height:100vh;background:#f9fafb}.container{max-width:1200px;margin:0 auto;padding:0 20px}.delivery-info-banner{background:#fff;border-bottom:1px solid #e5e7eb;padding:8px 20px}.info-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:20px}.info-item{display:flex;align-items:center;gap:6px;color:#6b7280;font-size:.83rem}.info-text{display:flex;flex-direction:column;gap:0}.info-label{font-size:.7rem;color:#9ca3af;font-weight:400;margin:0;text-transform:uppercase;letter-spacing:.3px}.info-time{font-size:.83rem;font-weight:600;margin:0;color:#374151}.info-divider{width:1px;height:20px;background:#e5e7eb}.category-section{margin-bottom:32px}.category-title{font-size:1.1rem;font-weight:700;color:#111;margin:28px 0 14px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.dishes-grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:640px){.dishes-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.dishes-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1400px){.dishes-grid{grid-template-columns:repeat(4,1fr)}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px}.loading-spinner{width:36px;height:36px;border:3px solid #e5e7eb;border-top-color:#111;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-container p{color:#6b7280;font-size:.95rem;margin:0}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px;text-align:center;gap:12px}.error-message{font-size:1rem;color:#374151;margin:0}.retry-btn{padding:10px 24px;background:#111;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}.retry-btn:hover{background:#333}.empty-message{text-align:center;color:#9ca3af;padding:48px 20px;font-size:.95rem}.hours-modal-backdrop{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.hours-modal{background:#fff;width:100%;max-width:480px;border-radius:14px;padding:24px;box-shadow:0 20px 60px #00000026;animation:modalIn .2s ease}@keyframes modalIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hours-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.hours-modal-header h3{margin:0;font-size:1.1rem;font-weight:700;color:#111}.hours-modal-close{background:transparent;border:none;font-size:1rem;cursor:pointer;color:#6b7280;padding:4px 8px;border-radius:6px;transition:background .15s}.hours-modal-close:hover{background:#f3f4f6}.hours-modal-text{margin:0 0 10px;color:#374151;font-size:.9rem}.hours-modal-schedule{margin:0 0 12px;font-weight:600;color:#374151;font-size:.9rem}.hours-modal-week{border-top:1px solid #e5e7eb;padding-top:12px;margin-bottom:12px}.hours-modal-week-title{margin:0 0 8px;font-weight:600;color:#111;font-size:.875rem}.hours-modal-week-list{list-style:none;padding:0;margin:0;display:grid;gap:6px}.hours-modal-week-item{display:flex;justify-content:space-between;font-size:.875rem;color:#374151}.hours-modal-hint{margin:0;color:#9ca3af;font-size:.83rem}.order-history-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;flex-wrap:wrap}.order-history-button{background:#111;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;margin:16px 0 0;transition:background .15s}.order-history-button:hover{background:#333}.order-update-indicator{display:flex;align-items:center;gap:6px;font-size:.78rem;color:#6b7280}.activity-dot{display:inline-block;width:7px;height:7px;background:#16a34a;border-radius:50%;animation:blink 1.5s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.update-text{white-space:nowrap}.order-history-section{background:#fff;border-radius:12px;padding:20px;margin:12px 0;border:1px solid #e5e7eb}.order-history-section h3{color:#111;margin:0 0 16px;font-size:1rem;font-weight:700}.orders-list{display:flex;flex-direction:column;gap:12px}.order-card{border:1px solid #e5e7eb;border-radius:10px;padding:14px;background:#fafafa;transition:box-shadow .2s}.order-card:hover{box-shadow:0 2px 10px #00000012}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #e5e7eb}.order-id{font-weight:700;color:#111;font-size:.875rem}.order-status-container{display:flex;align-items:center;gap:8px}.order-status{padding:3px 10px;border-radius:20px;font-size:.8rem;font-weight:600}.status-spinner{display:inline-block;width:13px;height:13px;border:2px solid #e5e7eb;border-top-color:#6b7280;border-radius:50%;animation:spin .8s linear infinite}.order-details{margin-bottom:10px;font-size:.85rem;color:#6b7280}.order-details p{margin:3px 0}.order-details strong{color:#374151}.order-items{margin-bottom:10px;padding:10px 12px;background:#fff;border-radius:8px;border:1px solid #e5e7eb}.order-items strong{color:#374151;display:block;margin-bottom:6px;font-size:.83rem}.order-items ul{list-style:none;padding:0;margin:0}.order-items li{padding:4px 0;color:#6b7280;font-size:.83rem;border-bottom:1px solid #f3f4f6}.order-items li:last-child{border-bottom:none}.order-total{display:flex;flex-direction:column;gap:3px;padding:8px 10px;background:#f9fafb;border-radius:7px}.order-total-row{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:#9ca3af}.order-total-row--total{border-top:1px solid #e5e7eb;margin-top:4px;padding-top:5px;font-size:.875rem;color:#111}.reorder-button{width:100%;padding:9px;margin-top:10px;background:#111;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s}.reorder-button:hover{background:#333}@media(max-width:480px){.container{padding:0 14px}}.mesa-select-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 16px;background:#f9fafb}.mesa-select-card{width:100%;max-width:420px;background:#fff;border-radius:16px;border:1px solid #e5e7eb;padding:32px 24px;display:flex;flex-direction:column;gap:20px}.mesa-select-title{font-size:1.4rem;font-weight:700;color:#111;margin:0;text-align:center}.mesa-select-hint{font-size:.9rem;color:#6b7280;margin:0;text-align:center}.mesa-table-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:10px}.mesa-table-btn{padding:14px 8px;border:1.5px solid #e5e7eb;border-radius:10px;background:#fff;font-size:.9rem;font-weight:500;color:#374151;cursor:pointer;transition:border-color .15s,background .15s,color .15s;text-align:center}.mesa-table-btn:hover{border-color:#111}.mesa-table-btn--selected{border-color:#111;background:#111;color:#fff}.mesa-no-tables{grid-column:1 / -1;text-align:center;color:#9ca3af;font-size:.9rem;margin:0}.mesa-continue-btn{width:100%;padding:14px;background:#111;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .15s}.mesa-continue-btn:disabled{opacity:.4;cursor:not-allowed}.table-step{gap:16px}.table-confirm-card{display:flex;align-items:center;gap:16px;padding:18px;border:1.5px solid #111;border-radius:12px;background:#f9fafb}.table-confirm-card svg{width:32px;height:32px;flex-shrink:0;color:#111}.table-confirm-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.4px;color:#9ca3af;margin:0 0 2px}.table-confirm-name{font-size:1.2rem;font-weight:700;color:#111;margin:0}.table-confirm-hint{font-size:.85rem;color:#6b7280;margin:0;text-align:center}
