*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--yu: #feb503;--menu-from: #ff3131;--menu-to: #ff914d;--menu-gradient: linear-gradient(90deg, #ff3131, #ff914d);--bg: #fafaf9;--card: #ffffff;--border: #ede9e3;--text: #1a1a1a;--text-muted: #6b7280;--radius: 14px;--shadow: 0 2px 20px rgba(0,0,0,.06)}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--bg);color:var(--text);font-size:16px;line-height:1.5}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:10px;border:none;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--menu-gradient);color:#fff;box-shadow:0 4px 15px #ff31314d}.btn-primary:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--menu-from);border:2px solid var(--menu-from)}.btn-secondary:hover:not(:disabled){background:#fff5f5}.btn-ghost{background:#f3f4f6;color:#374151;border:none}.btn-ghost:hover:not(:disabled){background:#e5e7eb}.btn-green{background:#25d366;color:#fff;box-shadow:0 4px 15px #25d3664d}.btn-green:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.btn-sm{padding:6px 14px;font-size:.82rem}.btn-lg{padding:14px 28px;font-size:1rem}.btn-full{width:100%;justify-content:center}.input{width:100%;padding:10px 14px;border:1.5px solid var(--border);border-radius:10px;font-size:.92rem;font-family:DM Sans,sans-serif;background:#fff;color:var(--text);transition:border-color .15s}.input:focus{outline:none;border-color:var(--yu);box-shadow:0 0 0 3px #feb50333}.input::placeholder{color:#9ca3af}select.input{cursor:pointer}label.label{display:block;font-size:.82rem;font-weight:500;color:var(--text-muted);margin-bottom:5px}.card{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);padding:20px;box-shadow:var(--shadow)}.logo{display:flex;align-items:center;gap:8px;text-decoration:none}.logo img{width:28px;height:28px;border-radius:6px;object-fit:cover}.logo-text{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;line-height:1}.logo-yu{color:var(--yu)}.logo-menu{background:var(--menu-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;padding:0 20px;height:56px;display:flex;align-items:center;justify-content:space-between}.nav-right{display:flex;align-items:center;gap:12px}.avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;background:#fef3c7;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;color:#92600a}.avatar img{width:100%;height:100%;object-fit:cover}.page{max-width:680px;margin:0 auto;padding:24px 16px 80px}.page-wide{max-width:900px;margin:0 auto;padding:24px 16px 80px}.section-title{font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:12px}.steps{display:flex;align-items:center;gap:6px;margin-bottom:24px;overflow-x:auto;padding-bottom:4px}.step-dot{width:28px;height:28px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;transition:all .2s}.step-dot.done{background:var(--yu);color:#fff}.step-dot.active{background:var(--menu-gradient);color:#fff;box-shadow:0 0 0 4px #ff313126}.step-dot.todo{background:#fff;color:#9ca3af;border:2px solid #e5e7eb}.step-line{height:2px;width:24px;flex-shrink:0;border-radius:2px;transition:background .2s}.step-line.done{background:var(--yu)}.step-line.todo{background:#e5e7eb}.step-label{font-size:.72rem;font-weight:600;white-space:nowrap}.step-label.active{color:var(--menu-from)}.step-label.done{color:var(--text-muted)}.step-label.todo{color:#9ca3af}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .35s ease forwards}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:.75rem;font-weight:600}.badge-green{background:#dcfce7;color:#15803d}.badge-yellow{background:#fef9c3;color:#854d0e}.badge-red{background:#fee2e2;color:#b91c1c}.badge-gray{background:#f3f4f6;color:#4b5563}.whatsapp-fab{position:fixed;bottom:24px;right:20px;z-index:200;display:flex;align-items:center;gap:8px;background:#25d366;color:#fff;border:none;cursor:pointer;padding:12px 18px;border-radius:999px;font-family:DM Sans,sans-serif;font-size:.88rem;font-weight:600;box-shadow:0 8px 25px #25d36673;transition:transform .15s}.whatsapp-fab:hover{transform:scale(1.05)}.whatsapp-fab:active{transform:scale(.97)}.carousel-dots{display:flex;justify-content:center;gap:6px;margin-top:10px}.dot{height:8px;border-radius:999px;border:none;cursor:pointer;padding:0;transition:all .3s}.dot.active{width:22px;background:var(--yu)}.dot.inactive{width:8px;background:#d1d5db}.theme-card{border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .2s;border:3px solid transparent}.theme-card:hover{transform:scale(1.01)}.theme-card.selected{border-color:var(--yu);box-shadow:0 0 0 3px #feb50340;transform:scale(1.02)}.theme-card-body{padding:18px}.theme-card-info{padding:12px 14px;background:#f9f9f9;border-top:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.theme-checkmark{width:22px;height:22px;border-radius:50%;background:var(--menu-gradient);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.7rem;font-weight:700}.food-item-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#fff;border:1px solid var(--border);border-radius:10px;gap:8px}.food-item-row.editing{border-color:#fcd34d;background:#fffbeb}.food-item-actions{display:flex;gap:8px;flex-shrink:0}.qr-box{background:#fff;padding:16px;border-radius:16px;border:2px solid var(--border);display:inline-block}.dropdown-list{position:absolute;z-index:50;width:100%;margin-top:4px;background:#fff;border:1.5px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #0000001a;overflow:hidden}.dropdown-item{padding:10px 14px;font-size:.9rem;cursor:pointer;transition:background .1s}.dropdown-item:hover{background:#fff5e6;color:var(--menu-from)}.sticker-img-box{border-radius:16px;overflow:hidden;aspect-ratio:1;position:relative}.sticker-thumb{border-radius:10px;overflow:hidden;aspect-ratio:1;cursor:pointer;border:2px solid transparent;transition:border-color .2s}.sticker-thumb.active{border-color:var(--yu)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.spec-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--border);font-size:.88rem}.spec-row:last-child{border-bottom:none}.qty-card{padding:14px;border-radius:12px;border:2px solid var(--border);cursor:pointer;transition:all .15s}.qty-card.selected{border-color:var(--menu-from);background:#fff5f5}.access-row{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#f9f9f9;border-radius:8px}.pro-teaser{border:2px dashed rgba(254,181,3,.4);background:#fffbeb;border-radius:var(--radius);padding:18px;display:flex;align-items:center;gap:14px}.menu-page{min-height:100vh;padding:28px 16px 60px}.menu-inner{max-width:480px;margin:0 auto}.menu-restaurant-name{text-align:center;margin-bottom:4px}.menu-subtitle{text-align:center;margin-bottom:20px}.menu-divider{border:none;margin:0 auto 20px}.menu-category-title{margin:24px 0 10px;padding-bottom:6px}.menu-item{display:flex;justify-content:space-between;align-items:baseline;padding:7px 0}.menu-footer{text-align:center;margin-top:40px;opacity:.45;font-size:.7rem;letter-spacing:.08em}.menu-theme-classic{background:#1a1a1a;color:#f5f0e8;font-family:Playfair Display,serif}.menu-theme-classic .menu-restaurant-name{font-size:clamp(1.8rem,6vw,3.2rem);font-weight:700;color:#c9a84c;letter-spacing:.05em}.menu-theme-classic .menu-subtitle{color:#a09070;font-size:.82rem;letter-spacing:.2em;text-transform:uppercase}.menu-theme-classic .menu-divider{border-top:1px solid rgba(201,168,76,.3);width:75%}.menu-theme-classic .menu-category-title{font-size:1.1rem;font-weight:600;color:#c9a84c;letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid rgba(201,168,76,.2)}.menu-theme-classic .menu-item{border-bottom:1px dotted rgba(255,255,255,.08)}.menu-theme-classic .menu-item-name{font-size:.95rem;color:#f5f0e8}.menu-theme-classic .menu-item-price{font-size:.95rem;color:#c9a84c;font-weight:600;margin-left:12px;white-space:nowrap}.menu-theme-modern{background:#fff;color:#1a1a1a;font-family:DM Sans,sans-serif}.menu-theme-modern .menu-restaurant-name{font-size:clamp(1.8rem,6vw,3.2rem);font-weight:600;color:#1a1a1a;letter-spacing:-.02em}.menu-theme-modern .menu-subtitle{color:#888;font-size:.82rem;letter-spacing:.1em}.menu-theme-modern .menu-divider{border-top:2px solid #e85d26;width:32px;margin-left:0;margin-bottom:28px}.menu-theme-modern .menu-category-title{font-size:.72rem;font-weight:700;color:#e85d26;letter-spacing:.18em;text-transform:uppercase;border-bottom:none}.menu-theme-modern .menu-item{border-bottom:1px solid #f0f0f0}.menu-theme-modern .menu-item-name{font-size:.95rem}.menu-theme-modern .menu-item-price{font-size:.92rem;color:#e85d26;font-weight:600;margin-left:12px;white-space:nowrap}.menu-theme-rustic{background:#f5ebe0;color:#3d2b1f;font-family:Lora,serif}.menu-theme-rustic .menu-restaurant-name{font-size:clamp(1.6rem,6vw,2.8rem);font-weight:600;color:#5c2e0a}.menu-theme-rustic .menu-subtitle{color:#8b6040;font-size:.85rem;font-style:italic}.menu-theme-rustic .menu-divider{border-top:2px solid rgba(139,69,19,.4);width:55%}.menu-theme-rustic .menu-category-title{font-size:1.05rem;font-weight:600;font-style:italic;color:#8b4513;border-bottom:1px solid rgba(139,69,19,.2)}.menu-theme-rustic .menu-item{border-bottom:1px dashed rgba(139,69,19,.15)}.menu-theme-rustic .menu-item-name{font-size:.92rem;color:#3d2b1f}.menu-theme-rustic .menu-item-price{font-size:.92rem;color:#8b4513;font-weight:600;margin-left:12px;white-space:nowrap}@media (max-width: 480px){.page,.page-wide{padding:16px 12px 80px}.nav{padding:0 14px}.feature-grid{grid-template-columns:1fr 1fr}}
