*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Jersey 25',sans-serif;color:#1a1a1a;background:#f8f8f6;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}:root{--primary:#e8356d;--primary-dark:#c9275a;--primary-light:#fff0f4;--bg:#fafafa;--border:#eee;--muted:#64748b;--radius:12px;--shadow:0 2px 16px rgba(232,53,109,.08)}.container{max-width:1100px;margin:0 auto;padding:0 1.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1.3rem;border-radius:8px;font-weight:600;font-size:.9rem;border:2px solid transparent;cursor:pointer;transition:all .2s;white-space:nowrap;font-family:inherit}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.btn-secondary{background:#f0f0ec;color:#333;border-color:#e0e0da}.btn-secondary:hover{background:#e4e4df}.btn-ghost{background:transparent;color:var(--muted);border-color:transparent}.btn-ghost:hover{background:#f0f0ec}.btn-outline{background:transparent;color:var(--primary);border-color:var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.btn-lg{padding:.8rem 2rem;font-size:1rem}.btn-sm{padding:.35rem .85rem;font-size:.82rem}.btn-block{width:100%}.navbar{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:60px}.brand{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.1rem}.brand-center{display:flex;justify-content:center;align-items:center;gap:.5rem;font-weight:700;font-size:1.2rem;margin-bottom:1.5rem}.nav-links{display:flex;align-items:center;gap:1rem}.nav-link{color:var(--muted);font-weight:500;font-size:.9rem}.nav-link:hover{color:#1a1a1a}.form-group{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.85rem}.form-group label{font-size:.85rem;font-weight:600;color:#374151}.form-control{padding:.6rem .85rem;border:1.5px solid var(--border);border-radius:8px;font-size:.9rem;font-family:inherit;background:#fff;transition:border-color .2s;width:100%}.form-control:focus{outline:none;border-color:var(--primary)}textarea.form-control{resize:vertical}.form-row{display:flex;gap:1rem;flex-wrap:wrap}.form-row.align-end{align-items:flex-end}.form-row.mt-1{margin-top:.5rem}.flex1{flex:1;min-width:120px}.flex2{flex:2;min-width:160px}.form-hint{font-size:.78rem;color:var(--muted);margin-top:.25rem}.section-divider{text-align:center;position:relative;margin:1.5rem 0 1rem}.section-divider::before{content:'';position:absolute;left:0;top:50%;width:100%;height:1px;background:var(--border)}.section-divider span{position:relative;background:#fff;padding:0 .75rem;font-size:.8rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.color-row{display:flex;align-items:center;gap:.75rem}.color-picker{width:48px;height:40px;padding:2px;border-radius:8px;border:1.5px solid var(--border);cursor:pointer}.color-hint{font-size:.82rem;color:var(--muted)}.alert{padding:.85rem 1rem;border-radius:8px;font-size:.9rem;margin-bottom:1.25rem}.alert-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.auth-page{background:#f3f3f0;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.auth-card{background:#fff;padding:2.5rem;border-radius:16px;width:100%;max-width:420px;box-shadow:var(--shadow)}.auth-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.auth-alt{text-align:center;margin-top:1.25rem;font-size:.875rem;color:var(--muted)}.auth-alt a{color:var(--primary);font-weight:600}.hero{padding:5rem 0 4rem}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.badge{display:inline-block;background:var(--primary-light);color:var(--primary);padding:.3rem .85rem;border-radius:999px;font-size:.8rem;font-weight:600;margin-bottom:1rem}.hero-text h1{font-size:3rem;font-weight:800;line-height:1.15;margin-bottom:1.25rem}.highlight{color:var(--primary)}.hero-sub{font-size:1.05rem;color:var(--muted);margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.phone-mockup{background:#1a1a1a;border-radius:32px;padding:1.5rem 1rem;max-width:240px;margin:0 auto;box-shadow:0 24px 60px rgba(0,0,0,.18)}.phone-screen{background:#fff;border-radius:20px;padding:1rem}.mock-header{height:60px;background:var(--primary);border-radius:12px;margin-bottom:.75rem}.mock-item{height:52px;background:#f0f0ec;border-radius:8px;margin-bottom:.5rem}.mock-item.short{width:70%}.steps-section{padding:5rem 0;background:#fff}.section-title{text-align:center;font-size:2rem;font-weight:800;margin-bottom:3rem}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.step-card{background:var(--bg);border-radius:var(--radius);padding:2rem;text-align:center}.step-num{width:48px;height:48px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin:0 auto 1rem}.step-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.5rem}.step-card p{color:var(--muted);font-size:.9rem}.footer{padding:2rem 0;border-top:1px solid var(--border);text-align:center;color:var(--muted);font-size:.875rem}.footer a{color:var(--primary)}.wizard-container{padding:2rem 1.25rem 4rem;max-width:720px}.wizard-progress{display:flex;align-items:center;margin-bottom:2.5rem}.wizard-step{display:flex;flex-direction:column;align-items:center;gap:.3rem}.step-dot{width:36px;height:36px;border-radius:50%;background:#e5e5e5;color:var(--muted);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.wizard-step.active .step-dot{background:var(--primary);color:#fff}.wizard-step.done .step-dot{background:#16a34a;color:#fff}.wizard-step span{font-size:.78rem;font-weight:600;color:var(--muted);white-space:nowrap}.wizard-step.active span{color:var(--primary)}.step-line{flex:1;height:2px;background:#e5e5e5;margin:0 .5rem;margin-bottom:1.2rem}.step-line.done{background:#16a34a}.wizard-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:var(--shadow)}.wizard-card h2{font-size:1.5rem;font-weight:700;margin-bottom:.4rem}.wizard-sub{color:var(--muted);margin-bottom:2rem}.wizard-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.osm-search-wrap{position:relative}.osm-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1.5px solid var(--border);border-radius:8px;z-index:50;display:none;max-height:260px;overflow-y:auto;box-shadow:var(--shadow);list-style:none}.osm-dropdown li{padding:.7rem .9rem;cursor:pointer;font-size:.875rem;border-bottom:1px solid var(--border)}.osm-dropdown li:hover{background:#fef3ec;color:var(--primary)}.hours-grid{display:flex;flex-direction:column;gap:.5rem}.hour-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.day-name{width:90px;font-size:.875rem;font-weight:600}.time-input{width:100px!important}.closed-label{display:flex;align-items:center;gap:.3rem;font-size:.82rem;color:var(--muted);cursor:pointer}.method-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1rem}.method-card{background:var(--bg);border:2px solid var(--border);border-radius:14px;padding:2rem;text-align:center;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:.75rem}.method-card:hover{border-color:var(--primary);background:#fef3ec;transform:translateY(-2px)}.method-icon{font-size:2.5rem}.method-card h3{font-weight:700}.method-card p{color:var(--muted);font-size:.875rem}.upload-area{border:2px dashed var(--border);border-radius:14px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:border-color .2s}.upload-area:hover,.upload-area.drag-over{border-color:var(--primary);background:#fef3ec}.upload-icon{font-size:3rem;margin-bottom:1rem}.upload-hint{font-size:.8rem;color:var(--muted);margin-top:.5rem}.preview-grid{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;justify-content:center}.preview-img{width:100px;height:100px;object-fit:cover;border-radius:8px;border:2px solid var(--border)}.category-block{background:#fafafa;border:1px solid var(--border);border-radius:10px;padding:1.25rem;margin-bottom:1rem}.category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.category-header h3,.category-header h4{font-weight:700;font-size:1rem}.item-row{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--border);flex-wrap:wrap}.item-name{font-weight:600;font-size:.9rem;flex:1;min-width:120px}.item-desc{font-size:.8rem;color:var(--muted)}.item-price{font-weight:700;color:var(--primary);white-space:nowrap}.item-allergens{font-size:.75rem;color:#d97706}.item-thumb{width:40px;height:40px;object-fit:cover;border-radius:6px}.item-info{flex:1;display:flex;flex-direction:column;min-width:100px}.btn-icon-del{background:none;border:none;cursor:pointer;font-size:1rem;padding:.25rem;border-radius:6px}.btn-icon-del:hover{background:#fef2f2}.item-form{margin-top:.75rem}.item-add-form{margin-top:.75rem}.inline-form{margin-bottom:1rem}.mb-2{margin-bottom:1rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1.25rem}.empty-state{text-align:center;padding:2rem;color:var(--muted)}.step3-card{text-align:center}.success-icon{font-size:3.5rem;margin-bottom:.5rem}.qr-section{display:flex;flex-direction:column;align-items:center;gap:1rem;margin:2rem 0}.qr-image{border-radius:12px;box-shadow:var(--shadow)}.link-section{max-width:460px;margin:0 auto 2rem;text-align:left}.link-section label{font-size:.85rem;font-weight:600;display:block;margin-bottom:.4rem}.link-copy{display:flex;gap:.5rem}.step3-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.dashboard-container{padding:2rem 1.25rem 4rem}.dashboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.dashboard-header h1{font-size:1.75rem;font-weight:800}.header-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.back-link{font-size:.85rem;color:var(--muted);display:block;margin-bottom:.25rem}.back-link:hover{color:var(--primary)}.restaurant-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.restaurant-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:var(--shadow);transition:transform .2s;border:1px solid var(--border);display:block}.restaurant-card:hover{transform:translateY(-3px)}.restaurant-card-header{height:90px;display:flex;align-items:center;justify-content:center}.rest-initials{width:56px;height:56px;background:rgba(255,255,255,.25);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:800}.restaurant-card-body{padding:1.25rem}.restaurant-card-body h3{font-weight:700;margin-bottom:.2rem}.rest-city{font-size:.82rem;color:var(--muted);margin-bottom:.75rem}.rest-meta{display:flex;align-items:center;justify-content:space-between}.badge-status{font-size:.78rem;font-weight:600}.badge-status.published{color:#16a34a}.badge-status.draft{color:var(--muted)}.rest-link{font-size:.78rem;color:var(--muted)}.empty-dashboard{text-align:center;padding:5rem 1rem}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-dashboard h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.empty-dashboard p{color:var(--muted);margin-bottom:1.5rem}.dash-grid{display:grid;grid-template-columns:1fr 320px;gap:1.5rem;align-items:start}.dash-sidebar{display:flex;flex-direction:column;gap:1.5rem}.card{background:#fff;border-radius:14px;box-shadow:var(--shadow);border:1px solid var(--border);overflow:hidden}.card-header{padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.card-header h3{font-weight:700;font-size:.95rem}.card-body{padding:1.25rem}.qr-card-body{text-align:center}.qr-small{max-width:160px;border-radius:8px}.menu-images-grid{display:flex;flex-wrap:wrap;gap:.75rem}.menu-img-thumb{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid var(--border)}.text-muted{color:var(--muted);font-size:.875rem}.public-menu-body{background:#f5f5f3}.pub-header{color:#fff;padding:2.5rem 1.25rem 1.5rem}.pub-header-inner{max-width:760px;margin:0 auto}.pub-name{font-size:2rem;font-weight:800;margin-bottom:.4rem}.pub-address,.pub-phone{font-size:.9rem;opacity:.85;display:block;margin-top:.2rem}.pub-tabs-wrap{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10;overflow-x:auto}.pub-tabs{display:flex;max-width:760px;margin:0 auto;padding:0 1rem}.pub-cat-tab{padding:.9rem 1.1rem;background:none;border:none;border-bottom:3px solid transparent;font-weight:600;font-size:.875rem;cursor:pointer;white-space:nowrap;color:var(--muted);transition:all .2s;font-family:inherit}.pub-cat-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.pub-container{max-width:760px;padding:1.5rem 1.25rem 4rem}.pub-section-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.pub-images{display:flex;flex-direction:column;gap:1rem}.pub-menu-img{width:100%;border-radius:12px;box-shadow:var(--shadow);cursor:pointer}.pub-category{margin-bottom:2.5rem;scroll-margin-top:60px}.pub-cat-title{font-size:1.25rem;font-weight:800;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--border)}.pub-items-grid{display:flex;flex-direction:column;gap:.75rem}.pub-item{background:#fff;border-radius:12px;display:flex;align-items:center;gap:1rem;padding:1rem;box-shadow:0 1px 4px rgba(0,0,0,.06)}.pub-item-img{width:80px;height:80px;object-fit:cover;border-radius:8px;flex-shrink:0}.pub-item-body{flex:1}.pub-item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.2rem}.pub-item-name{font-weight:700;font-size:.95rem}.pub-item-desc{font-size:.82rem;color:var(--muted)}.pub-allergens{font-size:.75rem;color:#d97706;margin-top:.25rem}.pub-footer{text-align:center;padding:2rem;color:var(--muted);font-size:.8rem;background:#fff;border-top:1px solid var(--border)}.pub-footer a{color:var(--primary)}.hours-fab{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50}.hours-fab-btn{width:48px;height:48px;border-radius:50%;background:var(--primary);color:#fff;border:none;font-size:1.3rem;cursor:pointer;box-shadow:0 4px 12px rgba(232,93,38,.4)}.hours-panel{display:none;position:absolute;bottom:56px;right:0;background:#fff;border-radius:12px;padding:1rem;min-width:220px;box-shadow:var(--shadow);border:1px solid var(--border)}.hours-panel.open{display:block}.hours-panel h4{font-weight:700;margin-bottom:.75rem;font-size:.9rem}.hour-item{display:flex;justify-content:space-between;font-size:.82rem;padding:.25rem 0;border-bottom:1px solid var(--border)}@media(max-width:768px){.hero-inner{grid-template-columns:1fr}.phone-mockup{display:none}.hero-text h1{font-size:2rem}.steps-grid{grid-template-columns:1fr}.method-grid{grid-template-columns:1fr}.wizard-card{padding:1.5rem}.dash-grid{grid-template-columns:1fr}.form-row{flex-direction:column;gap:.75rem}.hour-row{flex-wrap:wrap}}