*,:before,:after{box-sizing:border-box}:root{--bg:#fff;--bg-muted:#f1f5f9;--surface:#fff;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border:#e2e8f0;--accent:#6366f1;--accent-hover:#4f46e5;--accent-soft:#6366f126;--shadow-sm:0 1px 3px #00000014;--shadow-lg:0 20px 40px #0000001f;color:var(--text-primary);background:var(--bg-muted);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.5}body{min-height:100vh;margin:0}#root{min-height:100dvh}.app{flex-direction:column;height:100dvh;max-height:100dvh;display:flex;overflow:hidden}.app-header{background:#1a5c2e;border-bottom:1px solid #00000026;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 2rem;display:flex}.app-header__actions{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.app-header__start{align-items:center;gap:1rem;min-width:0;display:flex}.app-header__menu{cursor:pointer;background:#ffffff1f;border:1px solid #ffffff47;border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;padding:0;transition:background .15s;display:flex}.app-header__menu:hover{background:#fff3}.app-header__menu-bar{background:#fff;border-radius:999px;width:18px;height:2px;display:block}.app-header__note{color:#7dff7d;font-size:.85rem;font-weight:600}.modal-backdrop{z-index:20000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a8c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-panel{background:var(--surface,#fff);border:1px solid var(--border,#e2e8f0);border-radius:14px;width:min(480px,100%);max-height:min(90vh,720px);overflow:auto;box-shadow:0 24px 64px #00000038}.modal-panel__header{border-bottom:1px solid var(--border,#e2e8f0);justify-content:space-between;align-items:center;gap:12px;padding:18px 20px 12px;display:flex}.modal-panel__header h2{margin:0;font-size:1.15rem}.modal-panel__close{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:8px;width:32px;height:32px;font-size:1.5rem;line-height:1}.modal-panel__close:hover{color:#0f172a;background:#f1f5f9}.modal-panel__body{flex-direction:column;gap:12px;padding:16px 20px;display:flex}.modal-panel__body label{color:var(--text-secondary,#475569);flex-direction:column;gap:6px;font-size:.85rem;font-weight:600;display:flex}.modal-panel__body input[type=text]{font-weight:400}.modal-panel__footer{border-top:1px solid var(--border,#e2e8f0);justify-content:flex-end;gap:10px;padding:12px 20px 18px;display:flex}.product-card__body--editable{cursor:pointer}.product-card__edit-hint{color:#94a3b8;text-align:center;margin:0 0 8px;font-size:12px;font-weight:600}.app-header h1{color:#fff;margin:0 0 .2rem;font-size:1.6rem;font-weight:700}.app-header p{color:#ffffffd1;margin:0;font-size:.9rem}.app-header .btn-secondary{color:#fff;background:#ffffff1f;border:1px solid #ffffff47;width:auto}.app-header .btn-secondary:hover{background:#fff3}.app-main{background:#cbd5e1;flex-direction:column;flex:1;min-height:0;padding:1.5rem;display:flex;overflow:hidden}.app-workspace{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex:1;grid-template-columns:minmax(0,1fr) minmax(380px,620px);align-items:stretch;min-height:0;display:grid;overflow:hidden;box-shadow:0 8px 32px #0f172a14}@media (width<=1100px){.app-workspace{grid-template-rows:minmax(0,1fr) minmax(0,1fr);grid-template-columns:1fr}.merchant-panel{border-left:none;border-top:1px solid var(--border);max-width:none}}.settings-backdrop{z-index:9000;opacity:0;pointer-events:none;background:#0f172a73;transition:opacity .2s;position:fixed;inset:0}.settings-backdrop--visible{opacity:1;pointer-events:auto}.app-settings-drawer{z-index:9100;background:var(--surface);border-left:1px solid var(--border);flex-direction:column;width:min(420px,92vw);height:100vh;transition:transform .24s;display:flex;position:fixed;top:0;right:0;overflow:hidden;transform:translate(100%);box-shadow:-8px 0 32px #0000002e}.app-settings-drawer--open{transform:translate(0)}.app-settings-drawer__header{border-bottom:1px solid var(--border);color:#fff;background:#1a5c2e;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:1rem 1.25rem;display:flex}.app-settings-drawer__header h2{margin:0;font-size:1.1rem;font-weight:700}.app-settings-drawer__close{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff47;border-radius:8px;width:34px;height:34px;padding:0;font-size:1.4rem;line-height:1}.app-settings-drawer__close:hover{background:#fff3}.app-settings-drawer .flyer-form{flex:1;overflow-y:auto}.app-settings-drawer .flyer-form>h2{display:none}.app-preview{overscroll-behavior:contain;background:#f8fafc;justify-content:flex-start;align-items:flex-start;min-width:0;min-height:0;padding:1.5rem;display:flex;overflow:hidden auto}.merchant-panel{background:var(--surface);border-left:1px solid var(--border);overscroll-behavior:contain;flex-direction:column;width:100%;min-width:0;max-width:620px;min-height:0;padding:1.25rem 1.25rem 1.5rem;display:flex;overflow:hidden auto}.merchant-panel__title{color:var(--text-primary);margin:0 0 .35rem;font-size:1.1rem;font-weight:700}.merchant-panel__hint{color:var(--text-secondary);margin:0 0 1rem;font-size:.82rem;line-height:1.4}.merchant-panel__selection-bar{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.65rem .75rem;display:flex}.merchant-panel__selection-count{color:#166534;margin-right:auto;font-size:.82rem;font-weight:600}.merchant-panel__selection-limit{color:#64748b;margin:0 0 1rem;font-size:.8rem;font-weight:600}.merchant-panel__add-btn,.merchant-panel__clear-btn{width:auto;padding:.45rem .75rem;font-size:.82rem}.merchant-panel__clear-btn{background:#fff}.merchant-panel__field{color:var(--text-secondary);flex-direction:column;gap:.45rem;min-width:0;font-size:.85rem;font-weight:600;display:flex}.merchant-panel__filters{grid-template-columns:minmax(0,1.4fr) minmax(120px,.9fr);gap:.75rem;margin-bottom:1rem;display:grid}.merchant-panel__field--grow,.merchant-panel__field--segment{min-width:0}.merchant-panel__select{border:1px solid var(--border);width:100%;font:inherit;color:var(--text-primary);background:#fff;border-radius:8px;padding:.55rem .65rem;font-size:.9rem;font-weight:500}.merchant-panel__select:disabled{opacity:.7;cursor:not-allowed}.merchant-panel__error{color:#dc2626;margin:.75rem 0 0;font-size:.82rem;line-height:1.4}.merchant-panel__catalog{border-top:1px solid var(--border);flex:1;min-width:0;margin-top:1.25rem;padding-top:1.25rem}.merchant-panel__status{color:var(--text-secondary);margin:0;font-size:.82rem}.merchant-panel__segment{margin-bottom:1.5rem}.merchant-panel__segment:last-child{margin-bottom:0}.merchant-panel__segment-title{color:var(--text-primary);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .75rem;font-size:.95rem;font-weight:700}.merchant-panel__products{grid-template-columns:repeat(var(--merchant-catalog-columns,4), minmax(0, 1fr));gap:12px;width:100%;display:grid}.merchant-panel__tile{cursor:grab;touch-action:none;width:100%;min-width:0;transition:transform .15s,opacity .15s}.merchant-panel__tile:active{cursor:grabbing}.scaled-catalog-tile__inner{transform-origin:0 0}.merchant-product-card{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;width:100%}.merchant-product-card--dragging{opacity:.35}.merchant-product-card--out-of-stock{opacity:.72;cursor:not-allowed}.merchant-product-card--selected{outline:3px solid var(--accent,#00c800);outline-offset:-3px;box-shadow:0 0 0 4px #00c80026}.merchant-product-card--select-disabled{opacity:.55;cursor:not-allowed}.merchant-product-card--on-canvas{opacity:.72;cursor:default}.merchant-product-card__on-canvas{z-index:3;color:#fff;letter-spacing:.02em;pointer-events:none;background:#0f172ad1;border-radius:999px;padding:.2rem .45rem;font-size:10px;font-weight:700;position:absolute;top:8px;right:8px}.merchant-product-card{position:relative}.merchant-product-card__select-box{z-index:3;cursor:pointer;position:absolute;top:8px;left:8px}.merchant-product-card__checkbox{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.merchant-product-card__checkbox-ui{background:#ffffffeb;border:2px solid #fff;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;transition:background .15s,border-color .15s;display:flex;box-shadow:0 2px 6px #0000002e}.merchant-product-card__checkbox:checked+.merchant-product-card__checkbox-ui{background:var(--accent,#00c800);border-color:var(--accent,#00c800)}.merchant-product-card__checkbox:checked+.merchant-product-card__checkbox-ui:after{content:"✓";color:#fff;font-size:13px;font-weight:700;line-height:1}.merchant-product-card__checkbox:disabled+.merchant-product-card__checkbox-ui{opacity:.45;cursor:not-allowed}.flyer-row__catalog-slot--selectable{cursor:pointer}.flyer-row__catalog-slot--selectable:hover,.flyer-row__catalog-slot--selectable:focus-visible{border-color:var(--flyer-accent,#00c800);background:#00c80014;outline:none}.flyer-form{padding:1.25rem}.flyer-form h2{margin:0 0 .2rem;font-size:1.15rem}.flyer-form__subtitle{color:var(--text-secondary);margin:0 0 1.25rem;font-size:.82rem}.form-section{margin-bottom:1.5rem}.form-section h3{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:0 0 .65rem;font-size:.72rem;font-weight:600}.form-section label{color:var(--text-secondary);flex-direction:column;gap:.3rem;margin-bottom:.7rem;font-size:.82rem;font-weight:500;display:flex}.form-section input[type=text],.form-section input[type=file],.form-section textarea,.form-section select{border:1px solid var(--border);font:inherit;color:var(--text-primary);background:var(--bg);border-radius:6px;padding:.5rem .65rem;font-size:.85rem}.form-section input:focus,.form-section select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.form-section--highlight{border:1px dashed var(--accent);background:var(--accent-soft);border-radius:8px;padding:.85rem}.form-section--layout-top{border:2px solid var(--accent);background:var(--surface);border-radius:8px;margin-bottom:1.25rem;padding:.85rem}.form-section--layout-top h3{color:var(--text-primary);font-size:.85rem}.layout-controls{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.layout-controls label{margin-bottom:0}.stepper-field{flex-direction:column;gap:.35rem;display:flex}.stepper-field__label{color:var(--text-secondary);font-size:.82rem;font-weight:500}.stepper{border:1px solid var(--border);background:var(--bg);border-radius:6px;align-items:center;gap:0;display:flex;overflow:hidden}.stepper__btn{background:var(--bg-muted);cursor:pointer;width:36px;height:36px;color:var(--text-primary);border:none;font-size:1.1rem}.stepper__btn:hover:not(:disabled){background:var(--accent-soft)}.stepper__btn:disabled{opacity:.35;cursor:not-allowed}.stepper__value{text-align:center;flex:1;font-size:.95rem;font-weight:700}.form-hint{color:var(--text-secondary);margin:0 0 .65rem;font-size:.78rem}.label-hint{color:var(--text-muted);font-size:.75rem;font-weight:400}.theme-detected{color:#065f46;background:#ecfdf5;border:1px solid #6ee7b7;border-radius:6px;margin:.5rem 0 0;padding:.5rem .65rem;font-size:.78rem}.template-thumb{margin-top:.5rem}.template-thumb img{object-fit:contain;border:1px solid var(--border);background:#fff;border-radius:6px;width:100%;max-height:120px}.row-editor{border:1px solid var(--border);background:var(--bg-muted);border-radius:8px;margin-bottom:.85rem;padding:.75rem}.row-editor__header{align-items:center;gap:.65rem;margin-bottom:.65rem;font-size:.85rem;display:flex}.row-editor__count{color:var(--text-muted);margin-right:auto;font-size:.75rem}.product-editor--compact{margin-bottom:.5rem;padding:.55rem}.checkbox-label{align-items:center;flex-direction:row!important;gap:.5rem!important}.checkbox-label input{width:auto}.btn-sm{margin-top:.35rem;padding:.35rem .65rem;font-size:.78rem}.inline-fields{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.product-editor{border:1px solid var(--border);background:var(--bg-muted);border-radius:8px;margin-bottom:.75rem;padding:.75rem}.product-editor__header{justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.85rem;display:flex}.color-presets{flex-wrap:wrap;gap:.45rem;margin-bottom:.75rem;display:flex}.color-preset{border:2px solid var(--border);cursor:pointer;border-radius:50%;width:30px;height:30px;padding:0}.poster-bg-picker{flex-direction:column;gap:.75rem;display:flex}.poster-bg-swatches{flex-wrap:wrap;gap:.5rem;display:flex}.poster-bg-swatch{border:2px solid var(--border);cursor:pointer;border-radius:10px;width:38px;height:38px;padding:0;transition:transform .15s,box-shadow .15s,border-color .15s}.poster-bg-swatch:hover{transform:translateY(-1px)}.poster-bg-swatch--active{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb, var(--accent) 35%, transparent)}.poster-bg-custom__row{align-items:center;gap:.65rem;display:flex}.poster-bg-custom input[type=color]{border:1px solid var(--border);cursor:pointer;border-radius:8px;flex-shrink:0;width:52px;height:38px;padding:2px}.poster-bg-custom__value{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78rem}.color-grid{grid-template-columns:1fr 1fr;gap:.65rem;display:grid}.color-grid input[type=color]{border:1px solid var(--border);cursor:pointer;border-radius:6px;width:100%;height:34px;padding:2px}.btn-link{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:.78rem;text-decoration:underline}.btn-link--danger{color:#dc2626}.btn{font:inherit;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.btn-primary{background:var(--accent);color:#fff}.btn-secondary{background:var(--bg-muted);color:var(--text-primary);border:1px solid var(--border);width:100%}.flyer-preview{width:100%;max-width:560px}.flyer-preview__header{z-index:2;background:#f8fafc;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.35rem;display:flex;position:sticky;top:0}.flyer-preview__header h2{color:var(--text-primary);margin:0;font-size:1.15rem;font-weight:700}.flyer-preview__header-actions{flex-wrap:wrap;align-items:center;gap:.625rem;display:flex}.flyer-preview__confirm-btn{color:#166534;background:#fff;border:1px solid #bbf7d0;border-radius:8px;width:auto;padding:.625rem 1rem;font-size:.875rem;transition:background .15s,border-color .15s,box-shadow .15s;box-shadow:0 1px 2px #0000000a}.flyer-preview__confirm-btn:hover:not(:disabled){background:#f0fdf4;border-color:#86efac}.flyer-preview__download-btn{color:#fff;background:#0a5c32;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.125rem;font-size:.875rem;font-weight:600;line-height:1.25;transition:background .15s,box-shadow .15s,transform .1s;display:inline-flex;box-shadow:0 1px 2px #0000000d,0 2px 6px #0a5c3238}.flyer-preview__download-btn:hover:not(:disabled){background:#084d2a;box-shadow:0 2px 4px #0000000f,0 4px 12px #0a5c3247}.flyer-preview__download-btn:active:not(:disabled){transform:translateY(1px);box-shadow:0 1px 2px #0a5c3233}.flyer-preview__download-btn:focus-visible{outline-offset:2px;outline:2px solid #18a34a}.flyer-preview__download-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.flyer-preview__download-icon{flex-shrink:0}.flyer-preview__frame{background:#fff;border-radius:8px;margin:0;overflow:hidden;box-shadow:0 24px 48px #00000040}.flyer-preview__scaled{transform-origin:0 0;position:relative}.flyer-preview__meta{text-align:left;color:#64748b;margin:.65rem 0 0;font-size:.78rem}.flyer-export-root{opacity:0;pointer-events:none;z-index:-1;width:1080px;max-width:1080px;position:fixed;top:0;left:0;overflow:hidden}.flyer-export-root .flyer-canvas{width:1080px!important;max-width:1080px!important}.flyer-canvas--export .product-card__remove,.flyer-canvas--export .product-card__upload-hint,.flyer-canvas--export .product-card__edit-hint,.flyer-canvas--export .canvas-drop-overlay,.flyer-canvas--export .flyer-row__add-tile,.flyer-canvas--export input[type=file]{display:none!important}.flyer-canvas--export [data-catalog-drop-slot],.flyer-canvas--export .flyer-row__catalog-slot{min-height:120px}.flyer-canvas--export .flyer-row__catalog-slot-content,.flyer-canvas--export .flyer-row__catalog-slot-label,.flyer-canvas--export .flyer-row__catalog-slot-confirm{visibility:hidden}.flyer-canvas--export .product-card--interactive{cursor:default}.flyer-canvas--export{overflow:visible!important}.flyer-canvas--export .flyer-header__hero-row--with-image{flex-direction:row!important;align-items:flex-start!important;display:flex!important}.flyer-canvas--export .flyer-header__hero-row--with-image .flyer-header__main{flex:56%!important;max-width:56%!important}.flyer-canvas--export .flyer-header__hero{flex:0 0 40%!important;max-width:40%!important}.flyer-canvas--export .flyer-header__hero-collage{width:252px!important;height:252px!important;position:relative!important}.flyer-canvas--export .flyer-header__hero-circle{position:absolute!important}.flyer-canvas--export .flyer-header__hero-collage--count-3 .flyer-header__hero-circle--0{width:164px!important;height:164px!important;top:0!important;left:44px!important;transform:none!important}.flyer-canvas--export .flyer-header__hero-collage--count-3 .flyer-header__hero-circle--1{width:156px!important;height:156px!important;bottom:0!important;left:0!important;transform:none!important}.flyer-canvas--export .flyer-header__hero-collage--count-3 .flyer-header__hero-circle--2{width:156px!important;height:156px!important;bottom:0!important;right:0!important;transform:none!important}.flyer-canvas{box-sizing:border-box;flex-direction:column;width:1080px;max-width:1080px;display:flex;overflow:hidden}.flyer-header{padding:32px 20px 22px 28px}.flyer-header--with-hero{padding-top:28px;padding-right:14px}.flyer-header__top{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.flyer-header__brand{align-items:center;gap:10px;display:flex}.flyer-header__brand-name{letter-spacing:.06em;font-size:34px;font-weight:800}.flyer-header__logo-img{object-fit:contain;width:auto;min-width:24px;max-width:220px;height:52px;display:block}.flyer-header__badge{background:#fff;border:2px solid;border-radius:8px;align-items:center;gap:8px;padding:8px 14px;font-size:14px;font-weight:600;display:flex}.flyer-header__main{flex:1;min-width:0}.flyer-header__hero-row{flex-direction:column;gap:0;display:flex}.flyer-header__hero-row--with-image{flex-direction:row;align-items:flex-start;gap:10px}.flyer-header__hero-row--with-image .flyer-header__main{flex:56%;max-width:56%}.flyer-header__hero{flex:0 0 40%;justify-content:flex-end;align-self:flex-start;align-items:flex-start;max-width:40%;min-height:0;margin:0;padding:0;display:flex}.flyer-header__hero-collage{width:252px;height:252px;margin:0;position:relative}.flyer-header__hero-circle{background:#f3f4f6;border:5px solid #fff;border-radius:50%;position:absolute;overflow:hidden;box-shadow:0 8px 24px #0f172a1f}.flyer-header__hero-circle img{object-fit:cover;width:100%;height:100%;display:block}.flyer-header__hero-collage--count-3 .flyer-header__hero-circle--0{z-index:3;width:164px;height:164px;top:0;left:calc(50% - 82px)}.flyer-header__hero-collage--count-3 .flyer-header__hero-circle--1{z-index:2;width:156px;height:156px;bottom:0;left:0}.flyer-header__hero-collage--count-3 .flyer-header__hero-circle--2{z-index:1;width:156px;height:156px;bottom:0;right:0}.flyer-header__hero-row--with-image .flyer-header__headline{font-size:54px}.flyer-header__hero-row--with-image .flyer-header__features{gap:16px}.flyer-header__hero-row--with-image .flyer-header__feature{width:88px;font-size:12px}.flyer-header__headline{letter-spacing:.02em;text-transform:uppercase;margin:0 0 14px;font-size:64px;font-weight:800;line-height:1.02}.flyer-header__headline-line{display:block}.flyer-header__headline-accent{color:var(--flyer-primary,#0a5c32);font-size:1.18em;line-height:.95}.flyer-header__promo-badge{color:#fff;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;gap:6px;margin:0 0 12px;padding:8px 16px;font-size:13px;font-weight:700;display:inline-flex}.flyer-header__sub{margin:0;font-size:26px;font-weight:400;line-height:1.45}.flyer-header__features{border-top:1px solid #00000014;flex-wrap:nowrap;justify-content:space-between;gap:0;margin-top:20px;padding-top:18px;display:flex}.flyer-header__feature{text-align:center;min-width:0;color:var(--flyer-muted,#5f6b73);flex-direction:column;flex:1;align-items:center;gap:8px;padding:0 8px;font-size:13px;font-weight:600;line-height:1.3;display:flex;position:relative}.flyer-header__feature:not(:last-child):after{content:"";background:#0000001f;width:1px;height:80%;position:absolute;top:10%;right:0}.flyer-header__feature-icon{width:52px;height:52px;box-shadow:none;background:#fff;border:1.5px solid #0a5c3238;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.flyer-header__feature-icon svg{display:block}.canvas-image-input{display:none}.canvas-drop-overlay{text-align:center;color:#fff;opacity:0;pointer-events:none;background:#00000080;border-radius:10px;justify-content:center;align-items:center;padding:16px;font-size:13px;font-weight:700;transition:opacity .15s;display:flex;position:absolute;inset:0}.canvas-drop-overlay--tile{z-index:4;border-radius:10px}.product-card--file-drag-over{z-index:3}.product-card--file-drag-over .canvas-drop-overlay{opacity:1}.flyer-divider{justify-content:center;align-items:center;gap:18px;padding:4px 36px 18px;display:flex}.flyer-divider__ornament{opacity:.9;flex-shrink:0;width:96px;height:26px}.flyer-divider__line{opacity:.35;flex:1;height:2px}.flyer-divider__center{white-space:nowrap;align-items:center;gap:8px;display:flex}.flyer-divider__text{white-space:nowrap;letter-spacing:.02em;font-size:30px;font-style:italic;font-weight:600}.flyer-header__badge--solo{margin-left:auto}.flyer-rows{flex-direction:column;flex:1;gap:16px;padding:0 28px 24px;display:flex}.flyer-row{align-items:stretch;gap:14px;display:grid}.flyer-row>*{min-width:0}.flyer-row--value-only{grid-template-columns:1fr!important}.flyer-row__value-box{min-height:100%}.flyer-row__value-box--wide{grid-column:1/-1;max-width:50%;margin-left:auto}.flyer-row__value-box .value-box{height:100%;min-height:100%}.flyer-row[data-cols="1"]{gap:18px}.flyer-row[data-cols="2"]{gap:16px}.flyer-row[data-cols="3"]{gap:14px}.flyer-row[data-cols="4"]{gap:12px}.flyer-row[data-cols="5"]{gap:10px}.flyer-value-section{margin-top:4px}.flyer-value-section .value-box{width:100%}.flyer-row__empty{box-sizing:border-box;background:#ffffff73;border:2px dashed #00000024;border-radius:10px;min-height:120px}.flyer-row__catalog-slot{justify-content:center;align-items:center;height:100%;min-height:120px;display:flex}.flyer-row__catalog-slot--cols-1{min-height:200px}.flyer-row__catalog-slot--cols-2{min-height:160px}.flyer-row__catalog-slot-content{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;max-width:100%;padding:10px;display:flex}.flyer-row__catalog-slot-preview{flex-direction:column;align-items:center;gap:6px;width:100%;min-width:0;display:flex}.flyer-row__catalog-slot-thumb{object-fit:cover;background:#fff;border-radius:8px;flex-shrink:0;width:44px;height:44px}.flyer-row__catalog-slot--cols-2 .flyer-row__catalog-slot-thumb{width:56px;height:56px}.flyer-row__catalog-slot-thumb--empty{background:#fffc;justify-content:center;align-items:center;font-size:22px;display:flex}.flyer-row__catalog-slot-name{color:#334155;-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;max-width:100%;font-size:11px;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.flyer-row__catalog-slot--cols-2 .flyer-row__catalog-slot-name{font-size:13px}.flyer-row__catalog-slot-confirm{background:var(--flyer-accent,#00c800);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:6px;max-width:100%;margin-top:2px;padding:.4rem .65rem;font-family:inherit;font-size:11px;font-weight:700;line-height:1.2;transition:filter .15s,transform .15s}.flyer-row__catalog-slot--cols-2 .flyer-row__catalog-slot-confirm{padding:.45rem .85rem;font-size:12px}.flyer-row__catalog-slot-confirm:hover{filter:brightness(.95)}.flyer-row__catalog-slot--assigned{border-color:var(--flyer-accent,#00c800);background:#00c80014}.flyer-row__catalog-slot-label{color:#94a3b8;text-align:center;word-break:break-word;padding:0 8px;font-size:12px;font-weight:600;line-height:1.35}.flyer-row__catalog-slot--cols-2 .flyer-row__catalog-slot-label{font-size:13px}.flyer-row__add-tile{cursor:pointer;color:#64748b;background:#ffffff80;border:2px dashed #00000024;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:80px;font-family:inherit;transition:border-color .15s,background .15s,color .15s;display:flex}.flyer-row__add-tile:hover{border-color:var(--flyer-accent,#00c800);color:var(--flyer-primary,#1a5c2e);background:#00c8000f}.flyer-row__add-tile-icon{font-size:28px;font-weight:300;line-height:1}.flyer-row__add-tile-label{font-size:12px;font-weight:600}.flyer-row__empty--interactive{transition:border-color .15s,background .15s,box-shadow .15s,transform .15s}.flyer-row__empty--drop-target{border-color:var(--flyer-accent,#00c800);background:#00c8001a;transform:scale(1.01);box-shadow:inset 0 0 0 2px #00c80026}body.catalog-drag-active,body.catalog-drag-active .merchant-panel__tile{cursor:grabbing!important}.catalog-drag-ghost{z-index:10000;pointer-events:none;will-change:transform;position:fixed;top:0;left:0}.catalog-drag-ghost>.product-card,.catalog-drag-ghost>.merchant-product-card{border:2px solid #ffffffe6;width:100%;height:100%;margin:0;transform:rotate(-1deg)scale(1.03);box-shadow:0 20px 44px #0003,0 8px 16px #0000001a}.product-card--catalog-drop-target{outline:3px solid var(--flyer-accent,#00c800);outline-offset:-3px;transition:outline-color .15s,box-shadow .15s;box-shadow:0 0 0 4px #00c8001f}.flyer-canvas--interactive .product-card{position:relative}.product-card--interactive{cursor:grab;touch-action:none;transition:box-shadow .15s,opacity .15s,outline .15s,transform .15s}.product-card--interactive:active{cursor:grabbing}.product-card--dragging{opacity:.18;box-shadow:none;transform:scale(.96)}body.tile-editor-dragging{-webkit-user-select:none;user-select:none;cursor:grabbing!important}body.tile-editor-dragging *,body.tile-editor-dragging .product-card__image-wrap--editable{cursor:grabbing!important}.tile-drag-ghost{z-index:10000;pointer-events:none;will-change:transform;position:fixed;top:0;left:0}.tile-drag-ghost>.product-card{border:2px solid #ffffffd9;width:100%;height:100%;margin:0;transform:rotate(-1.25deg)scale(1.04);box-shadow:0 22px 48px #00000038,0 8px 18px #0000001f}.flyer-canvas--interactive .product-card:not(.product-card--dragging){transition:opacity .18s cubic-bezier(.2,0,0,1),transform .18s cubic-bezier(.2,0,0,1),box-shadow .18s cubic-bezier(.2,0,0,1)}.flyer-canvas--interactive .flyer-row__empty--interactive{transition:background .18s,border-color .18s}.product-card--drop-before,.product-card--drop-after{z-index:2;position:relative;overflow:visible}.product-card--drop-before:before,.product-card--drop-after:after{content:"";background:var(--flyer-accent,#00c800);z-index:6;pointer-events:none;border-radius:6px;width:5px;animation:.9s ease-in-out infinite alternate tile-insert-pulse;position:absolute;top:4px;bottom:4px;box-shadow:0 0 12px #00c8008c}@keyframes tile-insert-pulse{0%{opacity:.75;transform:scaleY(.96)}to{opacity:1;transform:scaleY(1)}}.product-card--drop-before:before{left:-6px}.product-card--drop-after:after{right:-6px}.flyer-row__empty--drop-before,.flyer-row__empty--drop-after{position:relative}.flyer-row__empty--drop-before:before,.flyer-row__empty--drop-after:after{content:"";background:var(--flyer-accent,#00c800);z-index:1;border-radius:4px;width:4px;position:absolute;top:6px;bottom:6px;box-shadow:0 0 0 2px #00c80040}.flyer-row__empty--drop-before:before{left:-6px}.flyer-row__empty--drop-after:after{right:-6px}.product-card__image-wrap--editable{cursor:pointer}.product-card__image-wrap--editable:hover .product-card__upload-hint{opacity:1}.product-card__image-wrap--drag-over{outline:3px dashed var(--flyer-accent,#00c800);outline-offset:-3px}.product-card__upload-hint{text-align:center;color:#fff;opacity:0;pointer-events:none;background:#00000073;justify-content:center;align-items:center;padding:12px;font-size:13px;font-weight:600;transition:opacity .15s;display:flex;position:absolute;inset:0}.product-card__image-wrap--empty .product-card__upload-hint{opacity:.92}.product-card__file-input{display:none}.product-card--interactive .product-card__cart{pointer-events:none}.tile-style-hint{color:var(--text-muted);margin:-.35rem 0 .65rem;font-size:.72rem;font-style:italic}.product-card{background:#fff;border:1px solid #0a5c321a;border-radius:8px;flex-direction:column;min-width:0;max-width:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 10px #0f172a0f}.product-card__image-wrap{aspect-ratio:16/8;background:linear-gradient(145deg,#f3f4f6 0%,#e5e7eb 100%);position:relative;overflow:hidden}.product-card__image{object-fit:cover;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%}.product-card__placeholder{justify-content:center;align-items:center;width:100%;height:100%;font-size:40px;display:flex}.product-card__remove{z-index:3;color:#fff;cursor:pointer;opacity:0;background:#dc2626eb;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:20px;line-height:1;transition:opacity .15s,transform .15s;display:flex;position:absolute;top:8px;left:8px;box-shadow:0 2px 6px #0000002e}.product-card--interactive:hover .product-card__remove,.product-card__remove:focus-visible{opacity:1}.product-card__remove:hover{transform:scale(1.06)}.product-card__remove:active{transform:scale(.96)}.product-card__body{flex-direction:column;flex:1;padding:12px 16px 14px;display:flex}.product-card__name{overflow-wrap:anywhere;color:var(--flyer-text,#141414);margin:0 0 8px;font-size:22px;font-weight:700;line-height:1.2}.product-card__tag{background:var(--flyer-tag-bg,#e6f4ea);color:var(--flyer-primary,#0a5c32);border:none;border-radius:999px;align-self:flex-start;margin-bottom:6px;padding:5px 12px;font-size:15px;font-weight:600;line-height:1.2;display:inline-block}.product-card__weight{color:var(--flyer-weight,#2563eb);margin:0 0 4px;font-size:16px;line-height:1.35}.product-card__footer{justify-content:space-between;align-items:center;margin-top:auto;padding-top:4px;display:flex}.product-card__price{letter-spacing:-.02em;color:var(--flyer-text,#141414);font-size:36px;font-weight:800}.product-card__cart{cursor:default;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex;box-shadow:0 2px 6px #0a5c3238}.product-card__cart--square{border-radius:6px;width:40px;height:40px}.product-card--cols-1{border-radius:14px;box-shadow:0 4px 16px #0000001a}.product-card--cols-1 .product-card__image-wrap{aspect-ratio:16/9}.product-card--cols-1 .product-card__name{font-size:28px}.product-card--cols-1 .product-card__tag{padding:6px 16px;font-size:16px}.product-card--cols-1 .product-card__weight{font-size:15px}.product-card--cols-1 .product-card__price{font-size:36px}.product-card--cols-1 .product-card__cart{width:44px;height:44px}.product-card--cols-1 .product-card__body{padding:14px 18px 16px}.product-card--cols-1 .product-card__placeholder span{font-size:72px}.product-card--cols-2{border-radius:12px}.product-card--cols-2 .product-card__image-wrap{aspect-ratio:16/8}.product-card--cols-2 .product-card__name{font-size:24px}.product-card--cols-2 .product-card__tag{padding:6px 14px;font-size:15px}.product-card--cols-2 .product-card__weight{font-size:16px}.product-card--cols-2 .product-card__price{font-size:34px}.product-card--cols-2 .product-card__cart{width:42px;height:42px}.product-card--cols-2 .product-card__body{padding:12px 16px 14px}.product-card--cols-2 .product-card__placeholder span{font-size:56px}.product-card--cols-3 .product-card__image-wrap{aspect-ratio:16/9}.product-card--cols-3 .product-card__name{font-size:26px}.product-card--cols-3 .product-card__tag{padding:6px 14px;font-size:16px}.product-card--cols-3 .product-card__weight{font-size:16px}.product-card--cols-3 .product-card__price{font-size:40px}.product-card--cols-3 .product-card__body{padding:12px 16px 14px}.product-card--cols-3 .product-card__placeholder span{font-size:46px}.product-card--cols-3 .product-card__cart{width:44px;height:44px}.product-card--cols-4 .product-card__image-wrap{aspect-ratio:16/8}.product-card--cols-4 .product-card__name{font-size:22px}.product-card--cols-4 .product-card__tag{padding:5px 12px;font-size:15px}.product-card--cols-4 .product-card__weight{font-size:15px}.product-card--cols-4 .product-card__price{font-size:32px}.product-card--cols-4 .product-card__cart{width:40px;height:40px}.product-card--cols-4 .product-card__body{padding:10px 14px 12px}.product-card--cols-4 .product-card__placeholder span{font-size:40px}.product-card--cols-5 .product-card__image-wrap{aspect-ratio:16/8}.product-card--cols-5 .product-card__name{font-size:20px;line-height:1.25}.product-card--cols-5 .product-card__tag{padding:5px 12px;font-size:14px}.product-card--cols-5 .product-card__weight{font-size:14px;line-height:1.35}.product-card--cols-5 .product-card__price{font-size:28px}.product-card--cols-5 .product-card__cart{width:38px;height:38px}.product-card--cols-5 .product-card__body{padding:10px 12px 12px}.product-card--cols-5 .product-card__placeholder span{font-size:36px}.value-box--cols-1 .value-box__title{font-size:20px}.value-box--cols-1 .value-box__item{font-size:13px}.value-box--cols-2 .value-box__title{font-size:17px}.value-box--cols-2 .value-box__item{font-size:13px}.value-box{background:#fff;border:2px dashed;border-radius:10px;padding:22px 28px 24px;position:relative;overflow:hidden}.value-box--strip{background:0 0;border:1px solid #00000014;border-left:none;border-right:none;border-radius:0;padding:20px 28px}.value-box__title{text-align:center;margin:0 0 18px;font-size:24px;font-style:italic;font-weight:600;line-height:1.35;position:relative}.value-box__grid{justify-content:space-between;align-items:center;gap:12px;display:flex;position:relative}.value-box__item{color:var(--flyer-muted,#5f6b73);text-align:center;flex-direction:column;flex:1;align-items:center;gap:10px;padding:0 10px;font-size:13px;font-weight:600;line-height:1.35;display:flex;position:relative}.value-box__item:not(:last-child):after{content:"";background:#0000001f;width:1px;height:76%;position:absolute;top:12%;right:0}.value-box__icon{background:#fff;border:1.5px solid #0a5c3238;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.value-box__icon svg{display:block}.flyer-footer{color:#fff;justify-content:space-between;align-items:center;margin-top:auto;padding:16px 32px;font-size:14px;font-weight:500;display:flex}.flyer-footer__item{flex:1;align-items:center;gap:8px;display:flex}.flyer-footer__item strong{font-weight:700}.flyer-footer__divider{background:#ffffff59;width:1px;height:28px;margin:0 16px}.flyer-footer__brand{flex-shrink:0;align-items:center;gap:6px;display:flex}.flyer-footer__brand-name{letter-spacing:.04em;font-size:22px;font-weight:800}.flyer-footer__logo{object-fit:contain;filter:brightness(0)invert();width:auto;min-width:20px;max-width:140px;height:32px;display:block}.form-error{color:#dc2626;margin:.35rem 0 0;font-size:.78rem}.image-upload-field__preview{flex-direction:column;align-items:flex-start;gap:.35rem;margin-top:.5rem;display:flex}.image-upload-field__preview .image-upload-field__img{border:1px solid var(--border);background:#fff;border-radius:6px;padding:4px}.home-page{box-sizing:border-box;background:radial-gradient(circle at 20% 0,#18a34a1f,#0000 42%),radial-gradient(circle at 85% 10%,#0a5c321a,#0000 40%),linear-gradient(#f8faf9 0%,#eef6f1 100%);flex-direction:column;align-items:center;height:100dvh;max-height:100dvh;padding:clamp(1rem,2.5vh,1.75rem) clamp(1rem,2.5vw,2rem);display:flex;position:relative;overflow:hidden}.home-page__glow{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.home-page__glow--left{background:#18a34a2e;width:320px;height:320px;top:-80px;left:-80px}.home-page__glow--right{background:#0a5c321f;width:360px;height:360px;top:120px;right:-120px}.home-page__header{z-index:1;text-align:center;flex-shrink:0;width:100%;max-width:720px;margin:0 auto clamp(.75rem,2vh,1.25rem);position:relative}.home-page__logo{width:auto;height:clamp(36px,5vh,44px);margin-bottom:clamp(.5rem,1.2vh,.85rem)}.home-page__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#0a5c32;margin:0 0 .4rem;font-size:.72rem;font-weight:700}.home-page__title{color:#0f172a;margin:0 0 .45rem;font-size:clamp(1.35rem,2.8vh,2rem);font-weight:800;line-height:1.12}.home-page__subtitle{color:#64748b;margin:0;font-size:clamp(.85rem,1.6vh,1rem);line-height:1.45}.home-page__grid{z-index:1;flex:1;grid-template-columns:repeat(3,minmax(0,1fr));align-content:center;align-items:start;gap:clamp(.75rem,1.4vw,1.25rem);width:100%;max-width:min(1120px,94vw);min-height:0;display:grid;position:relative}.home-tile{text-align:left;cursor:pointer;background:#fff;border:1px solid #0a5c321a;border-radius:16px;flex-direction:column;height:auto;padding:0;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;overflow:hidden;box-shadow:0 1px 2px #0f172a0a,0 12px 32px #0a5c3214}.home-tile:hover{border-color:#0a5c3238;transform:translateY(-3px);box-shadow:0 4px 12px #0f172a0f,0 20px 40px #0a5c3224}.home-tile:focus-visible{outline-offset:3px;outline:3px solid #18a34a73}.home-tile__media{aspect-ratio:16/9;flex:none;position:relative;overflow:hidden}.home-tile__image{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.home-tile:hover .home-tile__image{transform:scale(1.05)}.home-tile__overlay{background:linear-gradient(#0000 35%,#0a5c3259 100%);position:absolute;inset:0}.home-tile__body{flex-direction:column;flex-shrink:0;gap:.35rem;padding:clamp(.75rem,1.4vh,1rem) clamp(.85rem,1.5vw,1.1rem);display:flex}.home-tile__title{color:#0f172a;margin:0;font-size:clamp(.95rem,1.7vh,1.1rem);font-weight:700}.home-tile__description{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin:0;font-size:clamp(.78rem,1.4vh,.88rem);line-height:1.4;display:-webkit-box;overflow:hidden}.home-tile__cta{color:#0a5c32;align-items:center;gap:.35rem;margin-top:.1rem;font-size:.82rem;font-weight:700;display:inline-flex}.screen-header{border-bottom:1px solid var(--border);background:#fff;flex-wrap:wrap;align-items:center;gap:1.25rem;padding:1.25rem 2rem;display:flex}.screen-header h1{color:var(--text-primary);margin:0 0 .2rem;font-size:1.35rem}.screen-header p{color:var(--text-secondary);margin:0;font-size:.92rem}.screen-header__back{border:1px solid var(--border);color:var(--text-primary);font:inherit;cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:.4rem;padding:.55rem .9rem;font-size:.875rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.screen-header__back:hover{background:var(--bg-muted);border-color:#cbd5e1}.screen-header__back--light{color:#fff;background:#ffffff1f;border-color:#ffffff47}.screen-header__back--light:hover{background:#fff3;border-color:#fff6}.placeholder-screen{background:var(--bg-muted);flex-direction:column;min-height:100vh;display:flex}.placeholder-screen__main{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.placeholder-screen__card{border:1px solid var(--border);width:min(520px,100%);box-shadow:var(--shadow-lg);text-align:center;background:#fff;border-radius:16px;padding:2.5rem 2rem}.placeholder-screen__icon{color:#0a5c32;background:#0a5c3214;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1rem;display:flex}.placeholder-screen__card h2{color:var(--text-primary);margin:0 0 .65rem;font-size:1.35rem}.placeholder-screen__card p{color:var(--text-secondary);margin:0;line-height:1.6}.inventories-app__copy-btn{width:auto}.inventories-app__main{padding:1.5rem}.inventories-workspace{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex:1;grid-template-columns:minmax(0,1fr) minmax(320px,420px);align-items:stretch;min-height:0;display:grid;overflow:hidden;box-shadow:0 8px 32px #0f172a14}.inventories-catalog{overscroll-behavior:contain;border-left:none;max-width:none}.inventories-copy{border-left:1px solid var(--border);background:#f8fafc;flex-direction:column;gap:.85rem;min-height:0;padding:1.25rem;display:flex;overflow:hidden}.inventories-copy__header h2{color:var(--text-primary);margin:0 0 .35rem;font-size:1.1rem;font-weight:700}.inventories-copy__header p{color:var(--text-secondary);margin:0;font-size:.82rem;line-height:1.45}.inventories-copy__settings{flex-direction:column;flex-shrink:0;gap:.65rem;display:flex}.inventories-copy__settings label{color:var(--text-secondary);flex-direction:column;gap:.35rem;font-size:.82rem;font-weight:600;display:flex}.inventories-copy__settings input[type=text]{border:1px solid var(--border);font:inherit;color:var(--text-primary);background:#fff;border-radius:8px;padding:.55rem .65rem;font-size:.88rem;font-weight:500}.inventories-copy__checkbox{align-items:center;font-weight:600;flex-direction:row!important;gap:.5rem!important}.inventories-copy__checkbox input{accent-color:#0a5c32;width:16px;height:16px}.inventories-copy__textarea{border:1px solid var(--border);color:#0f172a;resize:none;overscroll-behavior:contain;background:#fff;border-radius:10px;flex:1;width:100%;min-height:0;padding:.85rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.72rem;line-height:1.45;overflow-y:auto}.inventories-copy__copy-btn{flex-shrink:0;width:100%}@media (width<=1100px){.inventories-workspace{grid-template-rows:minmax(0,1fr) minmax(0,1fr);grid-template-columns:1fr}.inventories-copy{border-left:none;border-top:1px solid var(--border)}}@media (width<=960px){.home-page{height:auto;min-height:100dvh;max-height:none;padding:2rem 1.25rem 2.5rem;overflow:auto}.home-page__grid{flex:none;grid-template-columns:1fr;max-width:420px}.home-tile{height:auto}}
