.panel-scroll.svelte-ly98zg{flex-direction:column;flex:1;gap:1.75rem;padding:1.5rem;display:flex;overflow-y:auto}.config-section.svelte-ly98zg{border:1px solid var(--brand-border);background:#fff;border-radius:16px;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 4px 12px #1c191705}.section-title.svelte-ly98zg{color:var(--brand-text-primary);border-bottom:1px solid var(--brand-border);align-items:center;gap:8px;padding-bottom:.75rem;font-size:.9rem;font-weight:800;display:flex}.section-hint.svelte-ly98zg{color:var(--brand-text-secondary);margin-top:-.25rem;font-size:.72rem;line-height:1.4}.form-group.svelte-ly98zg{flex-direction:column;gap:6px;display:flex}.form-group.svelte-ly98zg label:where(.svelte-ly98zg){color:var(--brand-text-secondary);letter-spacing:.02em;font-size:.72rem;font-weight:800}.form-input.svelte-ly98zg,.form-textarea.svelte-ly98zg{border:1px solid var(--brand-border);width:100%;color:var(--brand-text-primary);background:#faf9f6;border-radius:8px;padding:.65rem .85rem;font-size:.82rem;transition:all .2s cubic-bezier(.16,1,.3,1)}.form-input.svelte-ly98zg:focus,.form-textarea.svelte-ly98zg:focus{border-color:var(--brand-text-primary);background:#fff;box-shadow:0 0 0 3px #1c19170a}.form-textarea.svelte-ly98zg{resize:none}.menu-items-list.svelte-ly98zg{flex-direction:column;gap:1rem;display:flex}.menu-item-card.svelte-ly98zg{border:1px dashed var(--brand-border);background:#fff;border-radius:12px;transition:border-color .2s;overflow:hidden}.menu-item-card.svelte-ly98zg:focus-within{border-color:var(--brand-text-primary)}.card-header.svelte-ly98zg{border-bottom:1px dashed var(--brand-border);background:#faf9f6;justify-content:space-between;align-items:center;padding:.65rem 1rem;display:flex}.item-number.svelte-ly98zg{color:var(--brand-text-secondary);font-size:.7rem;font-weight:800}.btn-delete-item.svelte-ly98zg{cursor:pointer;opacity:.5;font-size:.8rem;transition:opacity .2s}.btn-delete-item.svelte-ly98zg:hover:not(:disabled){opacity:1}.btn-delete-item.svelte-ly98zg:disabled{opacity:.15;cursor:not-allowed}.btn-add-item.svelte-ly98zg{border:1px dashed var(--brand-border);width:100%;color:var(--brand-text-secondary);background:#faf9f6;border-radius:8px;justify-content:center;align-items:center;margin-top:.25rem;padding:.7rem;font-size:.78rem;font-weight:800;transition:all .2s;display:inline-flex}.btn-add-item.svelte-ly98zg:hover{border-color:var(--brand-text-primary);color:var(--brand-text-primary);background:#fff}.card-body.svelte-ly98zg{flex-direction:column;gap:.85rem;padding:1.25rem;display:flex}.theme-picker.svelte-ly98zg{flex-direction:column;gap:1rem;display:flex}.color-presets.svelte-ly98zg{grid-template-columns:repeat(8,1fr);gap:.6rem;width:fit-content;display:grid}.preset-btn.svelte-ly98zg{cursor:pointer;border:1px solid #00000014;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s;display:flex}.preset-btn.svelte-ly98zg:hover{transform:scale(1.15);box-shadow:0 3px 8px #0000001a}.preset-btn.active.svelte-ly98zg{box-shadow:0 0 0 2px #fff, 0 0 0 4.5px var(--brand-theme-primary);transform:scale(1.05)}.custom-color-picker.svelte-ly98zg{flex-direction:column;gap:.4rem;margin-top:.35rem;display:flex}.custom-color-picker-label.svelte-ly98zg{color:var(--brand-text-secondary);font-size:.75rem;font-weight:600}.custom-color-trigger.svelte-ly98zg{border:1px solid var(--brand-border);cursor:pointer;user-select:none;background:#fff;border-radius:8px;align-items:center;gap:.6rem;width:fit-content;padding:.45rem .75rem;transition:border-color .2s,box-shadow .2s;display:inline-flex}.custom-color-trigger.svelte-ly98zg:hover{border-color:var(--brand-text-secondary);box-shadow:0 2px 8px #0000000a}.color-preview.svelte-ly98zg{border:1px solid #00000014;border-radius:4px;width:14px;height:14px;display:inline-block}.color-hex.svelte-ly98zg{color:var(--brand-text-primary);font-family:monospace;font-size:.75rem;font-weight:700}.color-btn-text.svelte-ly98zg{color:var(--brand-text-secondary);border-left:1px solid var(--brand-border);padding-left:.6rem;font-size:.7rem}.color-picker-input-hidden.svelte-ly98zg{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.logo-upload-box.svelte-ly98zg{border:1px dashed var(--brand-border);background:#faf9f6;border-radius:12px;flex-direction:column;gap:1rem;padding:1rem;display:flex}.upload-placeholder.svelte-ly98zg{border:1px dashed var(--brand-border);cursor:pointer;text-align:center;background:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:2rem 1rem;transition:all .2s;display:flex}.upload-placeholder.svelte-ly98zg:hover{border-color:var(--brand-theme-primary);background:var(--brand-theme-primary-light)}.upload-text.svelte-ly98zg{color:var(--brand-text-primary);font-size:.8rem;font-weight:800}.upload-subtext.svelte-ly98zg{color:var(--brand-text-muted);font-size:.68rem}.logo-preview-crop-container.svelte-ly98zg{border:1px solid var(--brand-border);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto;display:flex;position:relative;overflow:hidden}.crop-frame-overlay.svelte-ly98zg{border:2px solid var(--brand-theme-primary);pointer-events:none;z-index:2;border-radius:50%;position:absolute;inset:0}.cropped-logo-preview.svelte-ly98zg{object-fit:contain;transform-origin:50%;max-width:100%;max-height:100%;transition:transform .1s ease-out}.logo-control-actions.svelte-ly98zg{justify-content:center;gap:.5rem;display:flex}.btn-clear-logo.svelte-ly98zg,.btn-change-logo.svelte-ly98zg{cursor:pointer;border-radius:6px;padding:.45rem 1rem;font-size:.75rem;font-weight:800;transition:all .2s}.btn-clear-logo.svelte-ly98zg{color:#e53e3e;background:#fff5f5;border:1px solid #fed7d7}.btn-clear-logo.svelte-ly98zg:hover{background:#fed7d7}.btn-change-logo.svelte-ly98zg{color:var(--brand-text-primary);border:1px solid var(--brand-border);background:#fff}.btn-change-logo.svelte-ly98zg:hover{border-color:var(--brand-text-primary)}.crop-adjust-sliders.svelte-ly98zg{border-top:1px dashed var(--brand-border);flex-direction:column;gap:.75rem;padding-top:.5rem;display:flex}.slider-row.svelte-ly98zg{align-items:center;gap:.75rem;display:flex}.slider-label.svelte-ly98zg{color:var(--brand-text-secondary);flex-shrink:0;width:90px;font-size:.68rem;font-weight:800}.control-range-slider.svelte-ly98zg{background:var(--brand-border);height:4px;accent-color:var(--brand-theme-primary);cursor:pointer;border-radius:2px;outline:none;flex:1}.slider-value.svelte-ly98zg{color:var(--brand-text-primary);text-align:right;width:35px;font-size:.68rem;font-weight:800}.sr-only.svelte-ly98zg{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:768px){.panel-scroll.svelte-ly98zg{gap:1rem;padding:.5rem}.config-section.svelte-ly98zg{border-radius:12px;gap:1rem;padding:1rem .75rem}}.app-container.svelte-2znum7{height:100vh;background:var(--brand-bg);opacity:0;flex-direction:column;height:100dvh;transition:opacity .2s ease-in-out;display:flex;overflow:hidden}.app-container.ready.svelte-2znum7{opacity:1}.app-header.svelte-2znum7{flex:0 0 var(--brand-header-h);height:var(--brand-header-h);background:var(--brand-surface);border-bottom:1px solid var(--brand-border);z-index:50;justify-content:space-between;align-items:center;padding:0 1.5rem;display:flex}.header-left.svelte-2znum7{align-items:center;gap:.75rem;display:flex}.logo.svelte-2znum7{align-items:center;display:flex}.logo-img.svelte-2znum7{object-fit:contain;height:24px}.header-title.svelte-2znum7{color:var(--brand-text-primary);font-size:.95rem;font-weight:700}.btn-save-local.svelte-2znum7{color:var(--brand-text-primary);border:1px solid var(--brand-border);cursor:pointer;background:#fff;border-radius:99px;align-items:center;gap:6px;margin-right:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-save-local.svelte-2znum7:hover{border-color:var(--brand-text-primary);background:#faf9f6}.btn-hamburger.svelte-2znum7{color:var(--brand-text-primary);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem;transition:background-color .2s;display:none}.btn-hamburger.svelte-2znum7:hover{background-color:#1c19170d}.mobile-menu-overlay.svelte-2znum7{backdrop-filter:blur(10px);z-index:100;background:#0c0a094d;justify-content:flex-end;animation:.25s ease-out svelte-2znum7-fadeIn;display:flex;position:fixed;inset:0}.mobile-menu-panel.svelte-2znum7{backdrop-filter:blur(20px);border-left:1px solid var(--brand-border);background:#ffffffe6;flex-direction:column;gap:1rem;width:260px;height:100%;padding:5rem 1.5rem 2rem;animation:.3s cubic-bezier(.16,1,.3,1) svelte-2znum7-slideIn;display:flex;box-shadow:-10px 0 30px -10px #0000001a}.mobile-menu-item.svelte-2znum7{border:1px solid var(--brand-border);color:var(--brand-text-primary);cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:10px;padding:.85rem 1.25rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.mobile-menu-item.svelte-2znum7:hover{border-color:var(--brand-text-primary);background:#faf9f6;transform:translateY(-1px)}.btn-cta-mobile.svelte-2znum7{background:var(--brand-theme-primary);color:#fff;border:none;justify-content:space-between}.btn-cta-mobile.svelte-2znum7:hover{background:var(--brand-theme-primary);opacity:.95}@keyframes svelte-2znum7-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-2znum7-slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.toast-popup.svelte-2znum7{color:#faf9f6;z-index:200;pointer-events:none;background:#1c1917;border-radius:99px;padding:.8rem 1.5rem;font-size:.82rem;font-weight:700;animation:2.5s cubic-bezier(.16,1,.3,1) forwards svelte-2znum7-toastFadeInOut;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 10px 25px -5px #0c0a094d}@keyframes svelte-2znum7-toastFadeInOut{0%{opacity:0;transform:translate(-50%,10px)}10%,90%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-10px)}}.app-body.svelte-2znum7{flex:1;min-height:0;display:flex;overflow:hidden}.control-panel.svelte-2znum7{flex:0 0 var(--brand-left-w);width:var(--brand-left-w);min-width:var(--brand-left-w);max-width:var(--brand-left-w);border-right:1px solid var(--brand-border);background:#faf9f6;flex-direction:column;flex-shrink:0;min-height:0;display:flex}.preview-panel.svelte-2znum7{background:var(--brand-surface-2);flex:1;justify-content:center;align-items:center;min-height:0;padding:2rem;display:flex;overflow-y:auto}.simulator-wrapper.svelte-2znum7{flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:360px;display:flex}.phone-frame.svelte-2znum7{background:#0c0a09;border-radius:44px;flex-direction:column;width:100%;height:660px;padding:12px;display:flex;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 25px 60px -15px #1c191733}.phone-screen.svelte-2znum7{background:#fff;border-radius:34px;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.mobile-tabs.svelte-2znum7{background:var(--brand-surface);border-bottom:1px solid var(--brand-border);display:none}@media (max-width:768px){.desktop-menu.svelte-2znum7{display:none}.btn-hamburger.svelte-2znum7{display:block}.mobile-tabs.svelte-2znum7{display:flex}.tab-btn.svelte-2znum7{color:var(--brand-text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;justify-content:center;align-items:center;gap:6px;padding:.85rem;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.tab-btn.active.svelte-2znum7{color:var(--brand-theme-primary);border-bottom-color:var(--brand-theme-primary)}.app-body.svelte-2znum7{flex-direction:column}.control-panel.svelte-2znum7{flex:1;width:100%!important;min-width:unset!important;max-width:unset!important}.preview-panel.svelte-2znum7{flex:1;width:100%;padding:.5rem .25rem}.phone-frame.svelte-2znum7{border-radius:28px;padding:6px}.phone-screen.svelte-2znum7{border-radius:20px}.phone-screen.svelte-2znum7 iframe:where(.svelte-2znum7){border-radius:20px!important}.hidden-mobile.svelte-2znum7{display:none!important}}.code-modal-overlay.svelte-2znum7{backdrop-filter:blur(8px);z-index:300;background:#0c0a0973;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.code-modal-content.svelte-2znum7{border:1px solid var(--brand-border);background:#fff;border-radius:20px;flex-direction:column;width:90%;max-width:540px;max-height:80vh;animation:.3s cubic-bezier(.16,1,.3,1) forwards svelte-2znum7-modalScaleUp;display:flex;overflow:hidden;box-shadow:0 30px 60px -15px #1c19174d}@keyframes svelte-2znum7-modalScaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.code-modal-header.svelte-2znum7{border-bottom:1px solid var(--brand-border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.code-modal-header.svelte-2znum7 h3:where(.svelte-2znum7){color:var(--brand-text-primary);margin:0;font-size:.95rem;font-weight:800}.btn-close-modal.svelte-2znum7{cursor:pointer;color:var(--brand-text-secondary);background:0 0;border:none;padding:.25rem;font-size:1rem;line-height:1}.code-modal-body.svelte-2znum7{background:#1c1917;flex:1;padding:1rem 1.5rem;overflow-y:auto}.code-modal-body.svelte-2znum7 pre:where(.svelte-2znum7){color:#f4f4f0;white-space:pre-wrap;word-break:break-all;margin:0;font-family:Fira Code,Courier New,Courier,monospace;font-size:.78rem}.code-modal-footer.svelte-2znum7{border-top:1px solid var(--brand-border);justify-content:flex-end;padding:1rem 1.5rem;display:flex}.btn-copy-code.svelte-2znum7{background:var(--brand-theme-primary);color:#fff;cursor:pointer;border:none;border-radius:99px;align-items:center;gap:6px;padding:.6rem 1.2rem;font-size:.8rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-copy-code.copied.svelte-2znum7{background:#166534}.btn-copy-code.svelte-2znum7:hover{opacity:.95}
