:root{--color-bg: #0a0a0a;--color-surface: #141414;--color-surface-2: #1e1e1e;--color-border: rgba(255, 255, 255, .08);--color-text: #fafafa;--color-text-muted: rgba(255, 255, 255, .6);--color-primary: #e63946;--color-primary-hover: #c1121f;--color-accent: #ff6b35;--color-whatsapp: #25d366;--color-whatsapp-hover: #1da851;--color-danger: #dc2626;--radius: .625rem;--radius-lg: 1rem;--shadow: 0 4px 24px rgba(0, 0, 0, .3)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--color-bg);color:var(--color-text);min-height:100vh;line-height:1.5}a{color:inherit;text-decoration:none}.navbar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:var(--color-surface);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:100}.navbar-brand{font-weight:700;font-size:1.15rem}.navbar-links{display:flex;gap:1rem}.navbar-link{font-size:.9rem;color:var(--color-text-muted);transition:color .2s}.navbar-link:hover{color:var(--color-text)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.25rem;border:none;border-radius:var(--radius);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-hover)}.btn-secondary{background:var(--color-surface-2);color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:hover{background:#2a2a2a}.btn-danger{background:transparent;color:var(--color-danger);border:1px solid var(--color-danger)}.btn-danger:hover{background:var(--color-danger);color:#fff}.btn-large{padding:.75rem 2rem;font-size:1rem}.btn-sm{padding:.35rem .75rem;font-size:.8rem}.form-group{margin-bottom:1rem;flex:1}.form-label{display:block;font-size:.85rem;color:var(--color-text-muted);margin-bottom:.35rem;font-weight:500}.form-input{width:100%;padding:.6rem .85rem;background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);font-size:.9rem;font-family:inherit;transition:border-color .15s}.form-input:focus{outline:none;border-color:var(--color-primary)}textarea.form-input{resize:vertical}select.form-input{cursor:pointer}.form-row{display:flex;gap:1rem}.form-actions{display:flex;align-items:center;gap:1rem;margin-top:1.5rem}.save-success{color:var(--color-whatsapp);font-weight:600;font-size:.9rem}.landing{min-height:100vh}.hero{padding:5rem 1.5rem 4rem;text-align:center;max-width:48rem;margin:0 auto}.hero-badge{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);border:1px solid var(--color-primary);padding:.3rem .8rem;border-radius:2rem;margin-bottom:1.5rem}.hero-title{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;margin-bottom:1rem}.hero-subtitle{font-size:1.15rem;color:var(--color-text-muted);max-width:36rem;margin:0 auto 2rem}.hero-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.section-title{text-align:center;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.section-subtitle{text-align:center;color:var(--color-text-muted);margin-bottom:2.5rem}.features{padding:3rem 1.5rem 4rem;max-width:64rem;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:1.25rem}.feature-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.75rem;transition:border-color .2s}.feature-card:hover{border-color:var(--color-primary)}.feature-icon{font-size:2rem;margin-bottom:.75rem}.feature-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.feature-desc{font-size:.9rem;color:var(--color-text-muted)}.how-it-works{padding:3rem 1.5rem 4rem;max-width:56rem;margin:0 auto}.steps{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.step{text-align:center;flex:1;min-width:12rem}.step-number{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:var(--color-primary);color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.step-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.step-desc{font-size:.9rem;color:var(--color-text-muted)}.cta-section{text-align:center;padding:4rem 1.5rem;background:var(--color-surface);border-top:1px solid var(--color-border)}.cta-title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.cta-desc{color:var(--color-text-muted);margin-bottom:1.5rem}.login-page{min-height:calc(100vh - 52px);display:grid;place-items:center;padding:2rem}.login-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2.5rem;width:100%;max-width:26rem}.login-title{font-size:1.5rem;font-weight:700;margin-bottom:.25rem;text-align:center}.login-subtitle{color:var(--color-text-muted);text-align:center;margin-bottom:2rem;font-size:.9rem}.login-form{display:flex;flex-direction:column;gap:0}.login-error{color:var(--color-danger);font-size:.85rem;text-align:center}.login-hint{color:var(--color-text-muted);font-size:.8rem;text-align:center;margin-top:.75rem}.dashboard{min-height:calc(100vh - 52px)}.dashboard-topbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--color-border);flex-wrap:wrap;gap:.75rem}.topbar-name{font-size:1.25rem;font-weight:700}.topbar-actions{display:flex;gap:.5rem}.tabs{display:flex;border-bottom:1px solid var(--color-border);overflow-x:auto;padding:0 1.5rem}.tab{padding:.75rem 1.25rem;font-size:.9rem;font-weight:500;color:var(--color-text-muted);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;white-space:nowrap;transition:all .15s}.tab:hover{color:var(--color-text)}.tab.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.tab-content{padding:1.5rem;max-width:64rem}.store-form{max-width:48rem}.add-category-row{display:flex;gap:.75rem;margin-bottom:1.25rem}.add-category-row .form-input{flex:1}.category-list{display:flex;flex-direction:column;gap:.5rem}.category-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);gap:1rem}.category-name{font-weight:500}.category-actions{display:flex;gap:.5rem}.category-edit-input{max-width:16rem}.empty-msg{color:var(--color-text-muted);font-size:.9rem;padding:1rem 0}.products-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;gap:1rem}.filter-select{max-width:14rem}.product-list{display:flex;flex-direction:column;gap:.75rem}.product-card-db{display:flex;align-items:center;gap:1rem;padding:.75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius)}.product-thumb{width:64px;height:64px;border-radius:.5rem;object-fit:cover;flex-shrink:0}.product-thumb-placeholder{display:grid;place-items:center;font-size:1.5rem;background:var(--color-surface-2)}.product-details{flex:1;min-width:0}.product-details h3{font-size:.95rem;font-weight:600;margin-bottom:.15rem}.product-cat-price{font-size:.8rem;color:var(--color-text-muted)}.product-badges{display:flex;gap:.4rem;margin-top:.35rem}.badge{font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:1rem}.badge-featured{background:#ff6b3526;color:var(--color-accent)}.badge-unavailable{background:#dc262626;color:var(--color-danger)}.product-actions{display:flex;gap:.5rem;flex-shrink:0}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:grid;place-items:center;z-index:200;padding:1rem}.modal-content{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2rem;width:100%;max-width:32rem;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h2{font-size:1.2rem;font-weight:600}.modal-close{background:none;border:none;color:var(--color-text-muted);font-size:1.5rem;cursor:pointer}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}.checkbox-row{display:flex;gap:2rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer}.checkbox-label input{width:1.1rem;height:1.1rem;accent-color:var(--color-primary)}.qr-section{text-align:center;max-width:28rem;margin:0 auto}.qr-preview{margin-bottom:1.25rem}.qr-canvas{width:256px;height:256px;border-radius:var(--radius);border:1px solid var(--color-border)}.qr-url{font-size:.85rem;color:var(--color-text-muted);word-break:break-all;margin-bottom:1.25rem}.qr-actions{display:flex;gap:.75rem;justify-content:center;margin-bottom:1.25rem}.qr-info{font-size:.85rem;color:var(--color-text-muted)}.menu-page{padding-bottom:5rem}.menu-banner{height:14rem;background-size:cover;background-position:center;position:relative}.menu-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000d9,#0000004d 60%,#0000001a);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem}.menu-banner-title{font-size:1.75rem;font-weight:800;margin-bottom:.25rem}.menu-banner-desc{font-size:.9rem;color:#fffc}.menu-info{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;padding:.85rem 1.5rem;font-size:.82rem;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);background:var(--color-surface)}.menu-info-wa{color:var(--color-whatsapp);font-weight:600}.category-nav{position:sticky;top:52px;z-index:50;background:var(--color-bg);border-bottom:1px solid var(--color-border)}.category-nav-inner{display:flex;overflow-x:auto;padding:.5rem 1rem;gap:.5rem;-ms-overflow-style:none;scrollbar-width:none}.category-nav-inner::-webkit-scrollbar{display:none}.category-nav-item{padding:.45rem 1rem;border-radius:2rem;font-size:.85rem;font-weight:500;background:var(--color-surface-2);border:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;white-space:nowrap;transition:all .15s}.category-nav-item:hover{color:var(--color-text);border-color:#fff3}.category-nav-item.active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.menu-content{padding:1rem 1rem 0;max-width:64rem;margin:0 auto}.menu-section{margin-bottom:2rem;scroll-margin-top:7rem}.menu-section-title{font-size:1.2rem;font-weight:700;margin-bottom:.75rem;padding-left:.25rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));gap:1rem}.product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .2s}.product-card:hover{border-color:#ffffff26}.product-card.unavailable{opacity:.5;pointer-events:none}.product-image-wrap{position:relative;aspect-ratio:4/3;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover}.product-image-placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:3rem;background:var(--color-surface-2)}.product-badge{position:absolute;top:.5rem;left:.5rem;font-size:.7rem;font-weight:700;padding:.2rem .6rem;border-radius:1rem;background:var(--color-accent);color:#fff}.product-badge-unavailable{background:var(--color-danger)}.product-info{padding:.85rem}.product-name{font-size:1rem;font-weight:600;margin-bottom:.25rem}.product-desc{font-size:.8rem;color:var(--color-text-muted);margin-bottom:.65rem;line-height:1.4}.product-bottom{display:flex;align-items:center;justify-content:space-between}.product-price{font-size:1.05rem;font-weight:700;color:var(--color-accent)}.add-to-cart-btn{padding:.4rem 1rem;border-radius:2rem;border:none;background:var(--color-primary);color:#fff;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s}.add-to-cart-btn:hover{background:var(--color-primary-hover)}.cart-float{position:fixed;bottom:1rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:var(--color-primary);color:#fff;border:none;border-radius:3rem;font-size:.95rem;font-weight:600;cursor:pointer;box-shadow:0 4px 20px #e6394666;z-index:80;transition:transform .15s;animation:cartBounce .3s ease}.cart-float:hover{transform:translate(-50%) scale(1.03)}@keyframes cartBounce{0%{transform:translate(-50%) scale(.9)}50%{transform:translate(-50%) scale(1.05)}to{transform:translate(-50%) scale(1)}}.cart-float-count{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;background:#fff3;font-size:.75rem;font-weight:700}.cart-float-label{font-weight:600}.cart-float-total{opacity:.85;font-size:.85rem}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:150}.cart-drawer{position:fixed;top:0;right:0;width:min(24rem,100vw);height:100vh;background:var(--color-surface);border-left:1px solid var(--color-border);z-index:200;display:flex;flex-direction:column;transform:translate(100%);transition:transform .25s ease;overflow-y:auto}.cart-drawer.open{transform:translate(0)}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.25rem .75rem;border-bottom:1px solid var(--color-border)}.cart-header h2{font-size:1.15rem;font-weight:700}.cart-close{background:none;border:none;color:var(--color-text-muted);font-size:1.75rem;cursor:pointer;line-height:1}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:var(--color-text-muted);text-align:center}.cart-empty p:first-child{font-size:1.05rem;font-weight:600;color:var(--color-text);margin-bottom:.25rem}.cart-items{flex:1;padding:.75rem 1.25rem}.cart-item{padding:.65rem 0;border-bottom:1px solid var(--color-border)}.cart-item:last-child{border-bottom:none}.cart-item-info{display:flex;justify-content:space-between;margin-bottom:.35rem}.cart-item-name{font-weight:600;font-size:.9rem}.cart-item-price{font-size:.9rem;color:var(--color-accent);font-weight:600}.cart-item-controls{display:flex;align-items:center;gap:.5rem}.cart-item-controls button{width:1.75rem;height:1.75rem;border-radius:50%;border:1px solid var(--color-border);background:var(--color-surface-2);color:var(--color-text);font-size:.9rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.cart-item-controls span{font-size:.9rem;min-width:1.5rem;text-align:center;font-weight:600}.cart-item-remove{width:auto!important;border-radius:var(--radius)!important;padding:.2rem .6rem!important;font-size:.75rem!important;color:var(--color-danger)!important;border-color:transparent!important;background:none!important;margin-left:auto}.cart-summary{padding:1rem 1.25rem;border-top:1px solid var(--color-border)}.cart-summary-row{display:flex;justify-content:space-between;font-size:.9rem;color:var(--color-text-muted);margin-bottom:.35rem}.cart-summary-total{font-size:1.05rem;font-weight:700;color:var(--color-text);margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--color-border)}.cart-fields{padding:0 1.25rem}.cart-field{margin-bottom:.75rem}.cart-field label{display:block;font-size:.8rem;color:var(--color-text-muted);margin-bottom:.25rem;font-weight:500}.cart-field input,.cart-field textarea{width:100%;padding:.5rem .75rem;background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);font-size:.85rem;font-family:inherit}.cart-field input:focus,.cart-field textarea:focus{outline:none;border-color:var(--color-primary)}.cart-field textarea{resize:vertical}.whatsapp-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:calc(100% - 2.5rem);margin:.75rem 1.25rem;padding:.75rem;background:var(--color-whatsapp);color:#fff;border:none;border-radius:var(--radius);font-size:1rem;font-weight:700;cursor:pointer;transition:background .15s}.whatsapp-btn:hover{background:var(--color-whatsapp-hover)}.cart-clear-btn{display:block;margin:.5rem auto 1.25rem;background:none;border:none;color:var(--color-text-muted);font-size:.8rem;cursor:pointer;text-decoration:underline}.menu-not-found{min-height:calc(100vh - 52px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.menu-not-found h1{font-size:1.5rem;margin-bottom:.5rem}.menu-not-found p{color:var(--color-text-muted)}@media(max-width:640px){.form-row{flex-direction:column;gap:0}.product-grid{grid-template-columns:1fr}.hero{padding:3rem 1rem 2.5rem}.hero-title{font-size:1.75rem}.steps{flex-direction:column;gap:1.5rem}.product-card-db{flex-direction:column;align-items:flex-start}.product-thumb{width:100%;height:120px}.menu-banner{height:11rem}.dashboard-topbar{flex-direction:column;align-items:flex-start}}
