body:has(.wzp-scope){background:#f6f5f2}.wzp-scope,.wzp-backoffice{--wzp-bg:#f6f5f2;--wzp-surface:#fff;--wzp-surface-tint:#faf9f7;--wzp-fill-selected:#f1f0ec;--wzp-line:#e4e2dc;--wzp-line-strong:#c9c7c0;--wzp-ink:#131313;--wzp-text:#131313;--wzp-text-soft:#4b4a47;--wzp-muted:#6f6e6a;--wzp-blue:#36a4f5;--wzp-blue-soft:#36a4f51a;--wzp-blue-ring:#36a4f54d;--wzp-danger:#c0392b;--wzp-danger-soft:#c0392b14;--wzp-btn-bg:#131313;--wzp-btn-bg-hover:#000;--wzp-btn-text:#fff;--wzp-radius-sm:8px;--wzp-radius-md:12px;--wzp-radius-lg:16px;--wzp-radius-pill:999px;--wzp-shadow-xs:0 1px 2px #1313130d;--wzp-shadow-md:0 6px 20px #13131312;--wzp-anim-duration:.48s;--wzp-anim-ease:cubic-bezier(.16, .6, .2, 1);letter-spacing:1px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.wzp-scope{--cc-surface:var(--wzp-surface);--cc-surface-soft:var(--wzp-surface);--cc-surface-muted:var(--wzp-surface-tint);--cc-line:var(--wzp-line);--cc-line-strong:var(--wzp-line-strong);--cc-text:var(--wzp-text);--cc-text-soft:var(--wzp-text-soft);--cc-text-muted:var(--wzp-muted);--cc-accent:var(--wzp-blue);--cc-accent-soft:var(--wzp-blue-soft);--cc-accent-ring:var(--wzp-blue-ring);--cc-danger:var(--wzp-danger);--cc-radius-sm:var(--wzp-radius-sm);--cc-radius-md:var(--wzp-radius-md);--cc-shadow-md:var(--wzp-shadow-md)}@keyframes wzp-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes wzp-fade{0%{opacity:0}to{opacity:1}}@keyframes wzp-error-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.wzp-scope .wzp-anim{animation:wzp-rise var(--wzp-anim-duration) var(--wzp-anim-ease) both}.wzp-scope .wzp-anim--1{animation-delay:60ms}.wzp-scope .wzp-anim--2{animation-delay:.12s}.wzp-scope .wzp-anim--3{animation-delay:.18s}.wzp-scope .wzp-anim--4{animation-delay:.24s}.wzp-scope .wzp-anim--5{animation-delay:.3s}.wzp-scope .wzp-anim--6{animation-delay:.36s}.wzp-scope .wzp-anim--7{animation-delay:.42s}.wzp-scope .wzp-anim--8{animation-delay:.48s}.wzp-scope .wzp-panel-head,.wzp-scope .wzp-panel-body>*{animation:wzp-rise var(--wzp-anim-duration) var(--wzp-anim-ease) both}.wzp-scope .wzp-panel-body>:first-child{animation-delay:70ms}.wzp-scope .wzp-panel-body>:nth-child(2){animation-delay:.13s}.wzp-scope .wzp-panel-body>:nth-child(3){animation-delay:.19s}.wzp-scope .wzp-panel-body>:nth-child(4){animation-delay:.25s}.wzp-scope .wzp-panel-body>:nth-child(5){animation-delay:.31s}.wzp-scope .wzp-panel-body>:nth-child(n+6){animation-delay:.37s}.wzp-scope .wzp-panel-body>.store-agd-overlay{animation:none}.wzp-scope .wzp-choice-grid>*,.wzp-scope .wzp-overview-grid>*{animation:wzp-rise var(--wzp-anim-duration) var(--wzp-anim-ease) both}.wzp-scope .wzp-choice-grid>:first-child,.wzp-scope .wzp-overview-grid>:first-child{animation-delay:.11s}.wzp-scope .wzp-choice-grid>:nth-child(2),.wzp-scope .wzp-overview-grid>:nth-child(2){animation-delay:.16s}.wzp-scope .wzp-choice-grid>:nth-child(3),.wzp-scope .wzp-overview-grid>:nth-child(3){animation-delay:.21s}.wzp-scope .wzp-choice-grid>:nth-child(4),.wzp-scope .wzp-overview-grid>:nth-child(4){animation-delay:.26s}.wzp-scope .wzp-choice-grid>:nth-child(5),.wzp-scope .wzp-overview-grid>:nth-child(5){animation-delay:.31s}.wzp-scope .wzp-choice-grid>:nth-child(n+6),.wzp-scope .wzp-overview-grid>:nth-child(n+6){animation-delay:.36s}.wzp-scope .wzp-topbar{animation:wzp-rise .42s var(--wzp-anim-ease) both}.wzp-scope .wzp-footer__bar{animation:wzp-rise .42s var(--wzp-anim-ease) 80ms both}.wzp-page{background:var(--wzp-bg);min-height:100dvh;color:var(--wzp-text);flex-direction:column;display:flex}.wzp-root{flex:1;grid-template-rows:auto 1fr;width:100%;display:grid}.wzp-topbar{align-items:center;gap:24px;padding:18px 24px 14px;display:flex}.wzp-brand{color:var(--wzp-text);flex-shrink:0;align-items:center;gap:10px;font-size:15px;font-weight:600;display:inline-flex}.wzp-brand svg{stroke-width:1.75px;width:20px;height:20px;color:var(--wzp-ink)}.wzp-progress{flex:1;grid-template-columns:repeat(8,minmax(0,1fr));gap:4px;min-width:0;margin:0;padding:0;list-style:none;display:grid}.wzp-progress-step{text-align:center;place-items:center;display:grid}.wzp-progress-hit{font:inherit;color:inherit;cursor:pointer;border-radius:var(--wzp-radius-md);background:0 0;border:0;place-items:center;gap:6px;margin:0;padding:4px 6px;display:grid}.wzp-progress-hit:focus-visible{outline:2px solid var(--wzp-ink);outline-offset:2px}.wzp-progress-dot{background:var(--wzp-surface);border:1px solid var(--wzp-line);width:28px;height:28px;color:var(--wzp-muted);border-radius:50%;place-items:center;transition:background .22s,color .22s,border-color .22s,box-shadow .22s;display:inline-grid}.wzp-progress-dot svg{stroke-width:1.75px;width:13px;height:13px}.wzp-progress-step--active .wzp-progress-dot{border-color:var(--wzp-ink);color:var(--wzp-ink);box-shadow:0 0 0 1px var(--wzp-ink)}.wzp-progress-step--done .wzp-progress-dot{background:var(--wzp-ink);border-color:var(--wzp-ink);color:#fff}.wzp-progress-label{color:var(--wzp-muted);font-size:11px;font-weight:600;line-height:1.2}.wzp-progress-step--active .wzp-progress-label,.wzp-progress-step--done .wzp-progress-label{color:var(--wzp-text)}.wzp-save-exit{border:1.5px solid var(--wzp-line-strong);background:var(--wzp-surface);min-height:48px;color:var(--wzp-text);font:inherit;letter-spacing:2px;white-space:nowrap;cursor:pointer;border-radius:10px;flex-shrink:0;padding:0 26px;font-size:15px;font-weight:600;transition:background .14s,border-color .14s}.wzp-save-exit:hover:not(:disabled){border-color:var(--wzp-ink)}.wzp-save-exit:focus-visible{outline:2px solid var(--wzp-ink);outline-offset:2px}.wzp-save-exit:disabled{opacity:.55;cursor:not-allowed}@media (max-width:920px){.wzp-topbar{flex-wrap:wrap;row-gap:14px}.wzp-progress{flex-basis:100%;order:3}}@media (max-width:720px){.wzp-progress-label{display:none}}.wzp-stage{padding:40px 24px 64px}.wzp-stage:focus{outline:none}@keyframes wzp-fade-forward{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes wzp-fade-back{0%{opacity:0;transform:translate(-28px)}to{opacity:1;transform:translate(0)}}.wzp-stage--forward{animation:.28s cubic-bezier(.2,.7,.2,1) wzp-fade-forward}.wzp-stage--back{animation:.28s cubic-bezier(.2,.7,.2,1) wzp-fade-back}.wzp-panel{gap:28px;width:100%;max-width:1200px;margin:0 auto;display:grid}.wzp-panel--wide{max-width:1040px}.wzp-panel-head{gap:8px;display:grid}.wzp-panel-eyebrow{color:var(--wzp-muted);font-size:13px;font-weight:500}.wzp-panel-title{letter-spacing:2px;color:var(--wzp-text);margin:0;font-size:30px;font-weight:700;line-height:1.2}.wzp-panel-hint{max-width:60ch;color:var(--wzp-muted);margin:0;font-size:16px;font-weight:400;line-height:1.55}.wzp-panel-body{gap:20px;display:grid}.wzp-currency-note{max-width:60ch;color:var(--wzp-muted);margin:0;font-size:14px;font-weight:400;line-height:1.5}.wzp-row{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.wzp-field{gap:8px;display:grid}.wzp-field-label{color:var(--wzp-text);justify-content:space-between;align-items:center;gap:8px;font-size:15px;font-weight:600;display:flex}.wzp-field-meta{align-items:center;gap:8px;display:inline-flex}.wzp-field-label--inline{justify-content:flex-start;gap:8px}.wzp-field-meta .help-tip,.wzp-field-label--inline .help-tip{margin-left:0}.wzp-scope .help-tip__bubble{letter-spacing:1.5px;font-size:1.1rem}.wzp-field-label em.wzp-field-required{color:var(--wzp-blue);border-radius:var(--wzp-radius-pill);background:var(--wzp-blue-soft);border:1px solid var(--wzp-blue-ring);padding:2px 9px;font-size:11px;font-style:normal;font-weight:700}.wzp-field-label em.wzp-field-optional{color:var(--wzp-muted);border-radius:var(--wzp-radius-pill);background:var(--wzp-fill-selected);border:1px solid var(--wzp-line);padding:2px 9px;font-size:11px;font-style:normal;font-weight:600}.wzp-field input,.wzp-field textarea,.wzp-field select{border-radius:var(--wzp-radius-md);border:1px solid var(--wzp-line);background:var(--wzp-surface);height:52px;color:var(--wzp-text);font:inherit;padding:0 16px;font-size:15px;font-weight:500;transition:border-color .14s}.wzp-field textarea{resize:none;height:auto;min-height:120px;padding:14px 16px;line-height:1.55}.wzp-field input::placeholder,.wzp-field textarea::placeholder{color:var(--wzp-muted);opacity:.65}.wzp-field input:hover,.wzp-field textarea:hover,.wzp-field select:hover{border-color:var(--wzp-line-strong)}.wzp-field input:focus,.wzp-field textarea:focus,.wzp-field select:focus{outline:none}.wzp-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236f6e6a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:16px 16px;padding-right:44px}.wzp-choice-grid{gap:12px;display:grid}.wzp-choice{border:2px solid var(--wzp-line);background:var(--wzp-surface);cursor:pointer;border-radius:14px;align-items:center;gap:16px;padding:17px 19px;transition:border-color .14s,background .14s;display:flex;position:relative}.wzp-choice:hover{border-color:var(--wzp-line-strong)}.wzp-choice input{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.wzp-choice:has(input:checked){border-color:var(--wzp-ink);background:#13121012}.wzp-choice:has(input:checked) .wzp-choice__icon{background:var(--wzp-ink);color:#fff;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.wzp-choice:has(input:focus-visible){outline:2px solid var(--wzp-ink);outline-offset:2px}.wzp-choice__body{flex:1;gap:4px;min-width:0;display:grid}.wzp-choice__title{color:var(--wzp-text);align-items:center;gap:8px;font-size:15px;font-weight:600;display:inline-flex}.wzp-choice__desc{color:var(--wzp-muted);font-size:14px;font-weight:400;line-height:1.5}.wzp-choice__icon{color:var(--wzp-ink);flex:none}.wzp-choice__icon svg{stroke-width:1.5px;width:28px;height:28px;display:block}.wzp-subsection{flex-direction:column;gap:12px;display:flex}.wzp-subsection+.wzp-subsection{border-top:1px solid var(--wzp-line);margin-top:20px;padding-top:28px}.wzp-nested{border-left:3px solid var(--wzp-line-strong,#d9d9d9);background:0 0;border-radius:0 14px 14px 0;flex-direction:column;gap:14px;margin-top:16px;margin-left:20px;padding:18px 20px;display:flex}.wzp-nested__title{color:var(--wzp-muted);text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:600}.wzp-custom-empty{border:2px dashed var(--wzp-line-strong);background:var(--wzp-surface);color:var(--wzp-muted);text-align:center;border-radius:14px;padding:28px 24px;font-size:14px;line-height:1.5}.wzp-qty-list{border:1px solid var(--wzp-line);background:var(--wzp-surface);border-radius:14px;overflow:visible}.wzp-qty-row{justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.wzp-qty-row+.wzp-qty-row{border-top:1px solid var(--wzp-line)}.wzp-qty-label{color:var(--wzp-text);letter-spacing:1px;align-items:center;gap:6px;font-size:15px;font-weight:600;display:flex}.wzp-qty-ctrl{flex-shrink:0;align-items:center;gap:16px;display:flex}.wzp-qty-btn{border:1.5px solid var(--wzp-line-strong);width:32px;height:32px;color:var(--wzp-text);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;place-items:center;transition:background .12s,border-color .12s;display:grid}.wzp-qty-btn svg{stroke-width:2.2px;width:15px;height:15px}.wzp-qty-btn:hover:not(:disabled){border-color:var(--wzp-text-soft);background:#1312100f}.wzp-qty-btn:disabled{opacity:.3;cursor:default}.wzp-qty-val{text-align:center;min-width:64px;color:var(--wzp-text);letter-spacing:1px;font-size:16px;font-weight:600}.wzp-occ-list{flex-direction:column;gap:12px;display:flex}.wzp-occ-card{border:1px solid var(--wzp-line);background:var(--wzp-surface);border-radius:14px;flex-direction:column;gap:14px;padding:18px;display:flex}.wzp-occ-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.wzp-occ-head-actions{align-items:center;gap:12px;display:flex}.wzp-subsection-hint{color:var(--wzp-text-soft);margin:-2px 0 4px;font-size:14px;font-weight:500;line-height:1.5}.wzp-switch{-webkit-user-select:none;user-select:none;align-items:center;gap:10px;display:inline-flex}.wzp-switch-control{cursor:pointer;align-items:center;display:inline-flex}.wzp-switch-label{letter-spacing:1px;color:var(--wzp-text);white-space:nowrap;align-items:center;gap:6px;font-size:13px;font-weight:600;display:inline-flex}.wzp-switch--lg .wzp-switch-label{font-size:15px}.wzp-switch input{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.wzp-switch-track{background:var(--wzp-line-strong);width:42px;height:24px;transition:background var(--wzp-anim-duration,.2s) var(--wzp-anim-ease,ease);border-radius:999px;flex-shrink:0;position:relative}.wzp-switch-thumb{width:20px;height:20px;transition:transform var(--wzp-anim-duration,.2s) var(--wzp-anim-ease,ease);background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #13131340}.wzp-switch input:checked~.wzp-switch-track{background:var(--wzp-ink)}.wzp-switch input:checked~.wzp-switch-track .wzp-switch-thumb{transform:translate(18px)}.wzp-switch input:focus-visible~.wzp-switch-track{outline:2px solid var(--wzp-blue);outline-offset:2px}.wzp-loc-inherited{border:1px dashed var(--wzp-line-strong);background:var(--wzp-fill-selected,#00000008);border-radius:12px;align-items:center;gap:10px;padding:12px 14px;display:flex}.wzp-loc-inherited svg{width:16px;height:16px;color:var(--wzp-muted);flex-shrink:0}.wzp-loc-inherited-text{letter-spacing:1px;min-width:0;color:var(--wzp-text-soft);flex:1;font-size:14px;font-weight:500;line-height:1.4}.wzp-loc-editor{flex-direction:column;gap:14px;display:flex}.wzp-occ-index{color:var(--wzp-muted);font-size:13px;font-weight:600}.wzp-occ-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;display:grid}.wzp-loc-search{position:relative}.wzp-loc-search-input{align-items:center;display:flex;position:relative}.wzp-loc-search-input input{width:100%;padding-left:44px}.wzp-loc-search-icon{width:18px;height:18px;color:var(--wzp-muted);pointer-events:none;position:absolute;left:16px}.wzp-loc-search-spin{width:18px;height:18px;color:var(--wzp-muted);animation:.8s linear infinite wzp-spin;position:absolute;right:16px}@keyframes wzp-spin{to{transform:rotate(360deg)}}.wzp-loc-suggestions{z-index:20;background:var(--wzp-surface);border:1px solid var(--wzp-line);border-radius:12px;flex-direction:column;gap:2px;max-height:280px;margin:0;padding:6px;list-style:none;display:flex;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 40px #0000001f}.wzp-loc-suggestion{width:100%;font:inherit;letter-spacing:1px;color:var(--wzp-text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:flex-start;gap:10px;padding:10px 12px;font-size:14px;font-weight:500;line-height:1.4;display:flex}.wzp-loc-suggestion svg{width:16px;height:16px;color:var(--wzp-muted);flex-shrink:0;margin-top:2px}.wzp-loc-suggestion:hover,.wzp-loc-suggestion:focus-visible{background:var(--wzp-tint,#0000000a);outline:none}.wzp-loc-suggestion--note{color:var(--wzp-muted);cursor:default}.wzp-loc-suggestion--note:hover{background:0 0}.wzp-loc-map{flex-direction:column;gap:8px;display:flex}.wzp-loc-map-canvas{border:1px solid var(--wzp-line);background:var(--wzp-surface);z-index:0;border-radius:14px;width:100%;height:260px;position:relative;overflow:hidden}.wzp-loc-map-canvas .leaflet-container{width:100%;height:100%;font:inherit;background:var(--wzp-surface)}.wzp-loc-map-state{text-align:center;letter-spacing:1px;color:var(--wzp-muted);place-items:center;padding:16px;font-size:13px;font-weight:500;display:grid;position:absolute;inset:0}.wzp-loc-pin{background:0 0;border:0}.wzp-loc-map-hint{letter-spacing:1px;color:var(--wzp-muted);margin:0;font-size:13px;font-weight:500}.wzp-loc-details{flex-direction:column;gap:12px;display:flex}.wzp-loc-summary{border:1px solid var(--wzp-line);background:var(--wzp-surface);border-radius:12px;align-items:center;gap:10px;padding:12px 14px;display:flex}.wzp-loc-summary svg{width:16px;height:16px;color:var(--wzp-muted);flex-shrink:0}.wzp-loc-summary-text{letter-spacing:1px;min-width:0;color:var(--wzp-text);flex:1;font-size:14px;font-weight:500;line-height:1.4}.wzp-loc-edit-toggle{font:inherit;letter-spacing:1px;color:var(--wzp-ink);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;flex-shrink:0;align-self:flex-start;padding:0;font-size:13px;font-weight:600;text-decoration:underline}.wzp-loc-edit-toggle:hover{opacity:.7}.wzp-custom-remove{border:1px solid var(--wzp-line);background:var(--wzp-surface);width:36px;height:36px;color:var(--wzp-muted);cursor:pointer;border-radius:10px;place-items:center;transition:background .14s,color .14s,border-color .14s;display:grid}.wzp-custom-remove:hover{background:var(--wzp-danger-soft);color:var(--wzp-danger);border-color:var(--wzp-danger)}.wzp-custom-remove svg{stroke-width:1.75px;width:16px;height:16px}.wzp-tier-list{flex-direction:column;gap:10px;display:flex}.wzp-tier-row{align-items:center;gap:10px;display:flex}.wzp-tier-row input{border:1px solid var(--wzp-line);background:var(--wzp-surface);min-width:0;height:46px;color:var(--wzp-text);font:inherit;border-radius:10px;flex:1;padding:0 14px;font-size:15px}.wzp-tier-row input:focus{outline:none}.wzp-tier-toptier{border:1px dashed var(--wzp-line);min-width:0;height:46px;color:var(--wzp-muted);letter-spacing:2px;background:0 0;border-radius:10px;flex:1;align-items:center;padding:0 14px;font-size:15px;display:flex}.wzp-perdate-list{flex-direction:column;gap:10px;display:flex}.wzp-perdate-row{border:1px solid var(--wzp-line);background:var(--wzp-surface);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.wzp-perdate-meta{flex-direction:column;gap:2px;min-width:0;display:flex}.wzp-perdate-meta strong{letter-spacing:1px;font-size:15px}.wzp-perdate-meta span{color:var(--wzp-muted);letter-spacing:1px;font-size:13px}.wzp-perdate-input{flex:none;align-items:center;gap:8px;display:flex}.wzp-perdate-currency{color:var(--wzp-muted);letter-spacing:1px;text-transform:uppercase;font-size:13px}.wzp-perdate-input input{border:1px solid var(--wzp-line);background:var(--wzp-surface);width:120px;height:46px;color:var(--wzp-text);font:inherit;text-align:right;border-radius:10px;padding:0 14px;font-size:15px}.wzp-perdate-input input:focus{border-color:var(--wzp-ink,var(--wzp-text));outline:none}@media (max-width:480px){.wzp-perdate-row{flex-direction:column;align-items:stretch}.wzp-perdate-input{justify-content:space-between}.wzp-perdate-input input{flex:1}}.wzp-photo-grid{grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);align-items:start;gap:24px;display:grid}@media (max-width:640px){.wzp-photo-grid{grid-template-columns:1fr}}.wzp-photo-field{gap:12px;display:grid}.wzp-photo-field-head{gap:2px;display:grid}.wzp-photo-field-label{letter-spacing:2px;color:var(--wzp-text);margin:0;font-size:15px;font-weight:600}.wzp-photo-field-hint{letter-spacing:1px;color:var(--wzp-muted);margin:0;font-size:13px}.wzp-photo-drop{border:2px dashed var(--wzp-line-strong);border-radius:var(--wzp-radius-lg);background:var(--wzp-surface);align-content:center;justify-items:center;gap:14px;min-height:200px;padding:24px 20px;transition:border-color .14s;display:grid}.wzp-photo-drop:hover{border-color:var(--wzp-ink)}.wzp-photo-drop--filled{align-content:start;padding:14px}.wzp-photo-icon{color:var(--wzp-muted)}.wzp-photo-icon svg{stroke-width:1.25px;width:40px;height:40px;display:block}.wzp-photo-upload{background:var(--wzp-fill-selected);color:var(--wzp-text);letter-spacing:2px;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:12px 22px;font-size:15px;font-weight:600;transition:background .14s,box-shadow .14s;display:inline-flex}.wzp-photo-upload:hover{background:var(--wzp-line)}.wzp-photo-upload:has(input:focus-visible){outline:2px solid var(--wzp-ink);outline-offset:2px}.wzp-photo-upload input[type=file]{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.wzp-photo-preview{aspect-ratio:16/9;border-radius:var(--wzp-radius-md);background:var(--wzp-surface-tint);place-items:center;width:100%;display:grid;overflow:hidden}.wzp-photo-preview img{object-fit:cover;width:100%;height:100%;display:block}.wzp-photo-field--logo .wzp-photo-preview{aspect-ratio:1;max-width:180px;margin:0 auto}.wzp-photo-field--logo .wzp-photo-preview img{object-fit:contain}.wzp-photo-meta{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.wzp-photo-filename{color:var(--wzp-text-soft);word-break:break-all;font-size:14px;font-weight:500}.wzp-photo-clear{border:1px solid var(--wzp-line);background:var(--wzp-surface);width:36px;height:36px;color:var(--wzp-muted);cursor:pointer;border-radius:10px;place-items:center;transition:background .14s,color .14s,border-color .14s;display:grid}.wzp-photo-clear:hover{background:var(--wzp-danger-soft);color:var(--wzp-danger);border-color:var(--wzp-danger)}.wzp-photo-clear svg{stroke-width:1.75px;width:16px;height:16px}.wzp-overview-hero{grid-template-columns:minmax(280px,360px) 1fr;align-items:center;gap:28px;display:grid}.wzp-preview-card{gap:12px;max-width:360px;display:grid}.wzp-preview-open{border:1px solid var(--wzp-line-strong);background:var(--wzp-surface);min-height:44px;color:var(--wzp-text);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:14px;font-weight:600;transition:background .14s,border-color .14s;display:inline-flex}.wzp-preview-open:hover{background:var(--wzp-surface-tint);border-color:var(--wzp-ink)}.wzp-preview-open:focus-visible{outline:2px solid var(--wzp-ink);outline-offset:2px}.wzp-preview-open svg{stroke-width:1.75px;width:17px;height:17px}.wzp-overview-intro{align-content:center;gap:10px;display:grid}.wzp-overview-caption{color:var(--wzp-muted);align-items:center;gap:8px;font-size:13px;font-weight:600;display:inline-flex}.wzp-overview-caption svg{stroke-width:1.75px;width:16px;height:16px}.wzp-overview-intro p{max-width:48ch;color:var(--wzp-text-soft);margin:0;font-size:15px;line-height:1.6}.wzp-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:12px;display:grid}.wzp-ov-card{border:1px solid var(--wzp-line);border-radius:var(--wzp-radius-lg);background:var(--wzp-surface);flex-direction:column;gap:14px;padding:20px;display:flex}.wzp-ov-card--wide{grid-column:1/-1}.wzp-ov-card-head{border-bottom:1px solid var(--wzp-line);align-items:center;gap:10px;padding-bottom:14px;display:flex}.wzp-ov-card-icon{background:var(--wzp-fill-selected);width:32px;height:32px;color:var(--wzp-ink);border-radius:10px;flex:none;place-items:center;display:grid}.wzp-ov-card-icon svg{stroke-width:1.75px;width:17px;height:17px}.wzp-ov-card-title{letter-spacing:2px;min-width:0;color:var(--wzp-text);flex:1;margin:0;font-size:16px;font-weight:600}.wzp-ov-card-count{border-radius:var(--wzp-radius-pill);background:var(--wzp-fill-selected);min-width:22px;height:22px;color:var(--wzp-text-soft);place-items:center;padding:0 8px;font-size:12px;font-weight:600;display:inline-grid}.wzp-ov-card-edit{color:var(--wzp-text);font:inherit;text-underline-offset:3px;cursor:pointer;border-radius:var(--wzp-radius-sm);background:0 0;border:0;align-items:center;gap:2px;margin:0;padding:6px 4px;font-size:14px;font-weight:600;text-decoration:underline;transition:color .14s;display:inline-flex}.wzp-ov-card-edit svg{stroke-width:1.75px;width:15px;height:15px}.wzp-ov-card-edit:hover{color:var(--wzp-muted)}.wzp-ov-card-edit:focus-visible{outline:2px solid var(--wzp-ink);outline-offset:2px}.wzp-ov-card-body{flex-direction:column;gap:12px;display:flex}.wzp-ov-rows{gap:10px;display:grid}.wzp-ov-row{grid-template-columns:minmax(96px,.34fr) 1fr;align-items:baseline;gap:14px;display:grid}.wzp-ov-label{color:var(--wzp-muted);font-size:13px;font-weight:500}.wzp-ov-value{min-width:0;color:var(--wzp-text);font-size:15px;font-weight:500}.wzp-ov-para{color:var(--wzp-text-soft);font-weight:400;line-height:1.55}.wzp-ov-muted{color:var(--wzp-muted);font-style:italic;font-weight:400}.wzp-ov-chips{flex-wrap:wrap;gap:6px;display:flex}.wzp-ov-chip{border-radius:var(--wzp-radius-pill);border:1px solid var(--wzp-line);background:var(--wzp-fill-selected);color:var(--wzp-text-soft);align-items:center;padding:3px 11px;font-size:13px;font-weight:500;display:inline-flex}.wzp-ov-occ-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.wzp-ov-occ{border-radius:var(--wzp-radius-md);border:1px solid var(--wzp-line);background:var(--wzp-surface-tint);gap:6px;padding:12px 14px;display:grid}.wzp-ov-occ-main{flex-wrap:wrap;align-items:center;gap:6px 16px;display:flex}.wzp-ov-occ-date,.wzp-ov-occ-fact,.wzp-ov-occ-loc{color:var(--wzp-text-soft);align-items:center;gap:6px;font-size:14px;display:inline-flex}.wzp-ov-occ-date{color:var(--wzp-text);font-weight:600}.wzp-ov-occ-main svg,.wzp-ov-occ-loc svg{stroke-width:1.75px;width:15px;height:15px;color:var(--wzp-muted);flex:none}.wzp-ov-occ-loc{color:var(--wzp-muted);font-size:13px}.wzp-ov-tier-list{gap:6px;margin:0;padding:0;list-style:none;display:grid}.wzp-ov-tier{border-radius:var(--wzp-radius-md);border:1px solid var(--wzp-line);background:var(--wzp-surface-tint);color:var(--wzp-text-soft);justify-content:space-between;align-items:center;gap:12px;padding:9px 14px;font-size:14px;display:flex}.wzp-ov-tier strong{color:var(--wzp-text);font-weight:600}.wzp-ov-q-list{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.wzp-ov-q{border-radius:var(--wzp-radius-md);border:1px solid var(--wzp-line);background:var(--wzp-surface-tint);gap:8px;padding:14px 16px;display:grid}.wzp-ov-q-head{align-items:center;gap:8px;display:flex}.wzp-ov-q-index{border-radius:var(--wzp-radius-pill);background:var(--wzp-fill-selected);width:20px;height:20px;color:var(--wzp-muted);flex:none;place-items:center;font-size:11px;font-weight:600;display:grid}.wzp-ov-q-label{min-width:0;color:var(--wzp-text);flex:1;font-size:15px;font-weight:600}.wzp-ov-q-type{border-radius:var(--wzp-radius-pill);border:1px solid var(--wzp-line);background:var(--wzp-surface);color:var(--wzp-text-soft);white-space:nowrap;flex:none;align-items:center;gap:6px;padding:3px 9px;font-size:12px;font-weight:500;display:inline-flex}.wzp-ov-q-type svg{stroke-width:1.75px;width:13px;height:13px;color:var(--wzp-muted)}.wzp-ov-q-badges{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.wzp-ov-q-badge{border-radius:var(--wzp-radius-pill);background:var(--wzp-fill-selected);color:var(--wzp-muted);align-items:center;padding:2px 9px;font-size:12px;font-weight:600;display:inline-flex}.wzp-ov-q-badge--req{background:var(--wzp-blue-soft);color:var(--wzp-blue)}.wzp-ov-q-scope{color:var(--wzp-muted);font-size:13px}.wzp-ov-q-meta{color:var(--wzp-text-soft);margin:0;font-size:13px}.wzp-ov-q-help{color:var(--wzp-muted);align-items:flex-start;gap:6px;margin:0;font-size:13px;font-style:italic;display:flex}.wzp-ov-q-help svg{stroke-width:1.75px;flex:none;width:14px;height:14px;margin-top:1px}.wzp-ov-photo{align-items:center;gap:14px;display:flex}.wzp-ov-photo-thumb{object-fit:cover;border-radius:var(--wzp-radius-sm);border:1px solid var(--wzp-line);flex:none;width:88px;height:56px}.wzp-ov-photo-meta{gap:2px;min-width:0;display:grid}.wzp-ov-photo-meta strong{color:var(--wzp-text);overflow-wrap:anywhere;font-size:14px;font-weight:600}.wzp-ov-photo-meta span{color:var(--wzp-muted);font-size:13px}.wzp-ov-empty{margin:0;font-size:14px;line-height:1.5}@media (max-width:880px){.wzp-overview-hero,.wzp-overview-grid{grid-template-columns:1fr}.wzp-ov-card--wide{grid-column:auto}}.wzp-footer{z-index:5;background:var(--wzp-bg);position:sticky;bottom:0}.wzp-footer__progress{background:var(--wzp-line);height:4px}.wzp-footer__progress span{background:var(--wzp-ink);height:100%;transition:width .28s;display:block}.wzp-footer__bar{padding:14px 24px calc(14px + env(safe-area-inset-bottom,0px));justify-content:space-between;align-items:center;gap:12px;display:flex}.wzp-footer-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.wzp-link-back{font:inherit;letter-spacing:2px;color:var(--wzp-text);text-underline-offset:3px;cursor:pointer;border-radius:var(--wzp-radius-sm);background:0 0;border:0;margin:0;padding:10px;font-size:15px;font-weight:600;text-decoration:underline;transition:background .14s}.wzp-link-back:hover:not(:disabled){background:var(--wzp-fill-selected)}.wzp-link-back:focus-visible{outline:2px solid var(--wzp-ink);outline-offset:2px}.wzp-link-back:disabled{opacity:.5;cursor:not-allowed}.wzp-btn{min-height:48px;font:inherit;letter-spacing:2px;white-space:nowrap;cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 26px;font-size:15px;font-weight:600;text-decoration:none;transition:background .14s,color .14s,border-color .14s,transform .14s;display:inline-flex}.wzp-btn svg{stroke-width:1.75px;width:18px;height:18px}.wzp-btn--primary{background:var(--wzp-btn-bg);color:var(--wzp-btn-text)}.wzp-btn--primary:hover:not(:disabled){background:var(--wzp-btn-bg-hover)}.wzp-btn--ghost{background:var(--wzp-surface);color:var(--wzp-text);border-color:var(--wzp-line-strong)}.wzp-btn--ghost:hover:not(:disabled){background:var(--wzp-surface-tint);border-color:var(--wzp-ink)}.wzp-btn:focus-visible{outline:2px solid var(--wzp-ink);outline-offset:2px}.wzp-btn:disabled{opacity:.55;cursor:not-allowed}.wzp-loading,.wzp-done{border:1px solid var(--wzp-line);border-radius:var(--wzp-radius-lg);background:var(--wzp-surface);text-align:center;width:min(100% - 32px,540px);box-shadow:var(--wzp-shadow-xs);animation:wzp-rise var(--wzp-anim-duration) var(--wzp-anim-ease) both;margin:80px auto;padding:40px 32px}.wzp-loading{color:var(--wzp-muted);font-size:15px}.wzp-done h2{letter-spacing:2px;color:var(--wzp-text);margin:0 0 8px;font-size:26px;font-weight:700}.wzp-done p{color:var(--wzp-text-soft);margin:0;font-size:15px;font-weight:400;line-height:1.6}.wzp-done-hint{color:var(--wzp-muted)!important;margin-top:16px!important;font-size:13px!important}@keyframes wzp-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes wzp-overlay-out{0%{opacity:1}to{opacity:0}}.wzp-submit-overlay{z-index:240;background:color-mix(in srgb, var(--wzp-bg) 88%, transparent);-webkit-backdrop-filter:blur(8px);justify-content:center;align-items:center;padding:24px;animation:.26s both wzp-overlay-in;display:flex;position:fixed;inset:0}.wzp-submit-card{border:1px solid var(--wzp-line);border-radius:var(--wzp-radius-lg);background:var(--wzp-surface);width:min(100%,460px);box-shadow:var(--wzp-shadow-xs);text-align:center;animation:wzp-rise var(--wzp-anim-duration) var(--wzp-anim-ease) 80ms both;flex-direction:column;align-items:center;gap:18px;padding:44px 36px;display:flex}.wzp-submit-icon{flex-shrink:0;width:52px;height:52px}.wzp-submit-icon--ok{color:var(--wzp-ink)}.wzp-submit-icon--err{color:#b91c1c}.wzp-submit-title{letter-spacing:2px;color:var(--wzp-text);margin:0;font-size:22px;font-weight:700}.wzp-submit-body{color:var(--wzp-text-soft);letter-spacing:1px;margin:0;font-size:14px;font-weight:400;line-height:1.65}.wzp-submit-hint{color:var(--wzp-muted);letter-spacing:.8px;margin:0;font-size:13px}.wzp-submit-step-label{color:var(--wzp-text-soft);letter-spacing:1px;margin:0;font-size:14px;font-weight:500}.wzp-submit-track{background:var(--wzp-line);border-radius:2px;width:100%;height:4px;overflow:hidden}.wzp-submit-fill{background:var(--wzp-ink);border-radius:2px;height:100%;transition:width .5s cubic-bezier(.16,.6,.2,1)}.wzp-submit-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.wzp-scope .rfb__label{text-transform:none;letter-spacing:.01em;font-size:13px;font-weight:600}.wzp-scope .rfb__row{border-radius:14px}.wzp-scope .rfb .store-button,.wzp-scope .email-tpl .store-button{border:1px solid var(--wzp-line-strong);background:var(--wzp-surface);min-height:40px;color:var(--wzp-text);font:inherit;letter-spacing:2px;text-transform:none;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:600;transition:background .14s,border-color .14s,color .14s;display:inline-flex}.wzp-scope .rfb .store-button:hover:not(:disabled),.wzp-scope .email-tpl .store-button:hover:not(:disabled){background:var(--wzp-surface-tint);border-color:var(--wzp-ink)}.wzp-scope .rfb .store-button:disabled,.wzp-scope .email-tpl .store-button:disabled{opacity:.55;cursor:not-allowed}.wzp-scope .rfb .store-button--destructive,.wzp-scope .email-tpl .store-button--destructive{color:var(--wzp-danger);border-color:var(--wzp-line)}.wzp-scope .rfb .store-button--destructive:hover:not(:disabled),.wzp-scope .email-tpl .store-button--destructive:hover:not(:disabled){background:var(--wzp-danger-soft);border-color:var(--wzp-danger)}body:has(.wzp-backoffice){background:#f6f5f2}.cc-scope.wzp-backoffice,.cc-scope.dashboard-scope.wzp-backoffice{--cc-bg:var(--wzp-bg);--cc-bg-soft:var(--wzp-surface-tint);--cc-surface:var(--wzp-surface);--cc-surface-soft:var(--wzp-surface-tint);--cc-surface-muted:var(--wzp-fill-selected);--cc-line:var(--wzp-line);--cc-line-strong:var(--wzp-line-strong);--cc-text:var(--wzp-text);--cc-text-soft:var(--wzp-text-soft);--cc-text-muted:var(--wzp-muted);--cc-accent:var(--wzp-ink);--cc-accent-soft:#13131312;--cc-accent-ring:#13131338;--cc-success:#237a4b;--cc-success-soft:#237a4b1a;--cc-warning:#9a6700;--cc-warning-soft:#9a67001a;--cc-danger:var(--wzp-danger);--cc-danger-soft:var(--wzp-danger-soft);--cc-btn-primary-bg:var(--wzp-btn-bg);--cc-btn-primary-bg-hover:var(--wzp-btn-bg-hover);--cc-btn-primary-text:var(--wzp-btn-text);--cc-btn-secondary-bg:var(--wzp-surface);--cc-btn-secondary-text:var(--wzp-text);--cc-btn-secondary-hover:var(--wzp-surface-tint);--cc-shadow-sm:var(--wzp-shadow-xs);--cc-shadow-md:var(--wzp-shadow-md);--cc-radius-sm:var(--wzp-radius-sm);--cc-radius-md:var(--wzp-radius-md);--cc-radius-lg:var(--wzp-radius-lg);--cc-radius-xl:20px;--dash-bg:var(--wzp-bg);--dash-surface:var(--wzp-surface);--dash-surface-soft:var(--wzp-surface-tint);--dash-surface-muted:var(--wzp-fill-selected);--dash-line:var(--wzp-line);--dash-line-strong:var(--wzp-line-strong);--dash-text:var(--wzp-text);--dash-text-soft:var(--wzp-text-soft);--dash-text-muted:var(--wzp-muted);--dash-primary:var(--wzp-btn-bg);--dash-primary-hover:var(--wzp-btn-bg-hover);--dash-primary-text:var(--wzp-btn-text);--dash-primary-border:var(--wzp-btn-bg);--dash-primary-border-hover:var(--wzp-btn-bg-hover);--dash-primary-soft:#13131312;--dash-secondary-bg:var(--wzp-surface);--dash-secondary-text:var(--wzp-text);--dash-secondary-border:var(--wzp-line);--dash-secondary-hover:var(--wzp-surface-tint);--dash-accent:var(--wzp-ink);--dash-accent-hover:#000;--dash-accent-soft:#13131314;--dash-accent-softer:#1313130a;--dash-accent-ring:#13131338;--dash-blue:var(--wzp-ink);--dash-blue-soft:#13131314;--dash-violet:var(--wzp-ink);--dash-violet-soft:#13131314;--dash-emerald:#237a4b;--dash-emerald-soft:#237a4b1a;--dash-amber:#9a6700;--dash-amber-soft:#9a67001a;--dash-rose:var(--wzp-danger);--dash-rose-soft:var(--wzp-danger-soft);--dash-pink:var(--wzp-ink);--dash-pink-soft:#13131314;--dash-success:#237a4b;--dash-success-soft:#237a4b1a;--dash-warning:#9a6700;--dash-warning-soft:#9a67001a;--dash-danger:var(--wzp-danger);--dash-danger-soft:var(--wzp-danger-soft);--dash-shadow-xs:var(--wzp-shadow-xs);--dash-shadow-sm:var(--wzp-shadow-xs);--dash-shadow-md:var(--wzp-shadow-md);--dash-shadow-lg:0 16px 40px #1313131a;--dash-radius-xs:7px;--dash-radius-sm:var(--wzp-radius-sm);--dash-radius-md:var(--wzp-radius-md);--dash-radius-lg:var(--wzp-radius-lg);--dash-radius-xl:20px;--dash-radius-pill:var(--wzp-radius-pill);background:var(--wzp-bg);color:var(--wzp-text);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;letter-spacing:1px}.wzp-backoffice p,.wzp-backoffice label,.wzp-backoffice span,.wzp-backoffice a,.wzp-backoffice li,.wzp-backoffice dd,.wzp-backoffice dt{letter-spacing:1px}.wzp-backoffice h1,.wzp-backoffice h2,.wzp-backoffice h3,.wzp-backoffice h4,.wzp-backoffice h5,.wzp-backoffice h6,.wzp-backoffice button,.wzp-backoffice .store-button{letter-spacing:2px}.wzp-backoffice .store-home--control-center,.wzp-backoffice .store-page-shell{background:var(--wzp-bg)}.wzp-backoffice .store-cc-sidebar,.wzp-backoffice .store-cc-panel,.wzp-backoffice .store-cc-metric-card,.wzp-backoffice .dashboard-card,.wzp-backoffice .dashboard-stat,.wzp-backoffice .dashboard-table-wrap,.wzp-backoffice .dashboard-modal__panel{border-color:var(--wzp-line);box-shadow:var(--wzp-shadow-xs)}.wzp-backoffice .store-cc-sidebar{border-radius:20px}.wzp-backoffice .store-cc-panel,.wzp-backoffice .dashboard-card,.wzp-backoffice .dashboard-stat,.wzp-backoffice .dashboard-table-wrap{border-radius:var(--wzp-radius-lg)}.wzp-backoffice :is(.dashboard-modal__backdrop,.store-modal-backdrop,.dashboard-join-modal__backdrop,.cc-drawer__backdrop){-webkit-backdrop-filter:blur(6px);background:#1313135c}.wzp-backoffice :is(.dashboard-modal__panel,.store-cc-modal,.dashboard-join-modal,.cc-drawer__panel,.cc-notif__panel){color:var(--wzp-text);background:var(--wzp-surface);border-color:var(--wzp-line);box-shadow:0 24px 64px #13131329}.wzp-backoffice :is(.dashboard-modal__panel,.store-cc-modal,.dashboard-join-modal,.cc-notif__panel){border-radius:var(--wzp-radius-lg)}.wzp-backoffice :is(.dashboard-modal__head,.store-modal__head,.dashboard-join-modal__head,.cc-drawer__head){border-color:var(--wzp-line)}.wzp-backoffice :is(.dashboard-modal__close,.store-modal__close,.dashboard-join-modal__close,.cc-drawer__close){color:var(--wzp-text-soft);background:var(--wzp-surface);border-color:var(--wzp-line);border-radius:var(--wzp-radius-sm)}.wzp-backoffice :is(.dashboard-modal__close,.store-modal__close,.dashboard-join-modal__close,.cc-drawer__close):hover{color:var(--wzp-text);background:var(--wzp-fill-selected);border-color:var(--wzp-line-strong)}.wzp-backoffice :is(.dashboard-banner--error,.dashboard-session-form__error,.dashboard-settings-modal__error,.dashboard-wizard__error,.store-cc-wizard__error,.store-inline-error,.store-field-error,.rfb__error,.profile-setup__error){color:var(--wzp-danger);background:var(--wzp-danger-soft);border:1px solid #c0392b3d;border-left:3px solid var(--wzp-danger);border-radius:var(--wzp-radius-sm);letter-spacing:1px;box-shadow:var(--wzp-shadow-xs);animation:wzp-error-in .32s var(--wzp-anim-ease) both;margin-block:0;padding:11px 13px;font-size:13px;font-weight:600;line-height:1.5}.wzp-backoffice :is(input,textarea,select)[aria-invalid=true]{box-shadow:0 0 0 3px var(--wzp-danger-soft);border-color:#c0392ba6}.wzp-backoffice .help-tip{--cc-accent:var(--wzp-blue);--cc-accent-soft:var(--wzp-blue-soft);--cc-accent-ring:var(--wzp-blue-ring)}.wzp-backoffice .store-cc-sidebar{animation:wzp-rise .42s var(--wzp-anim-ease) backwards}.wzp-backoffice .dashboard-topbar{animation:wzp-rise .42s var(--wzp-anim-ease) 60ms backwards}.wzp-backoffice .store-cc-content>*{animation:wzp-rise var(--wzp-anim-duration) var(--wzp-anim-ease) .12s backwards}.wzp-backoffice :is(.dashboard-stats,.dashboard-card-grid,.cc-card-grid,.store-cc-metrics)>*{animation:wzp-rise var(--wzp-anim-duration) var(--wzp-anim-ease) both}.wzp-backoffice :is(.dashboard-stats,.dashboard-card-grid,.cc-card-grid,.store-cc-metrics)>:first-child{animation-delay:.16s}.wzp-backoffice :is(.dashboard-stats,.dashboard-card-grid,.cc-card-grid,.store-cc-metrics)>:nth-child(2){animation-delay:.21s}.wzp-backoffice :is(.dashboard-stats,.dashboard-card-grid,.cc-card-grid,.store-cc-metrics)>:nth-child(3){animation-delay:.26s}.wzp-backoffice :is(.dashboard-stats,.dashboard-card-grid,.cc-card-grid,.store-cc-metrics)>:nth-child(n+4){animation-delay:.31s}.wzp-backoffice :is(.dashboard-modal__panel,.store-cc-modal,.dashboard-join-modal,.cc-notif__panel){animation:wzp-rise .32s var(--wzp-anim-ease) both}.wzp-backoffice :is(.dashboard-modal__backdrop,.store-modal-backdrop,.dashboard-join-modal__backdrop){animation:.24s both wzp-fade}.wzp-backoffice .cc-drawer__panel{border-top-left-radius:var(--wzp-radius-lg);border-bottom-left-radius:var(--wzp-radius-lg)}@media (max-width:600px){.wzp-topbar{padding:14px 16px 10px}.wzp-stage{padding:24px 16px 48px}.wzp-panel-title{font-size:26px}.wzp-footer__bar{padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));flex-direction:column-reverse;align-items:stretch;gap:10px}.wzp-footer__bar .wzp-btn,.wzp-footer-actions{width:100%}.wzp-footer-actions{flex-direction:column-reverse}.wzp-footer-actions .wzp-btn{width:100%}.wzp-link-back{text-align:center}.wzp-photo-drop{min-height:280px}}@media (prefers-reduced-motion:reduce){.wzp-scope .wzp-anim,.wzp-scope .wzp-topbar,.wzp-scope .wzp-footer__bar,.wzp-scope .wzp-panel-head,.wzp-scope .wzp-panel-body>*,.wzp-scope .wzp-choice-grid>*,.wzp-scope .wzp-overview-grid>*,.wzp-scope .wzp-stage--forward,.wzp-scope .wzp-stage--back,.wzp-loading,.wzp-done,.wzp-backoffice .store-cc-sidebar,.wzp-backoffice .dashboard-topbar,.wzp-backoffice .store-cc-content>*,.wzp-backoffice :is(.dashboard-stats,.dashboard-card-grid,.cc-card-grid,.store-cc-metrics)>*,.wzp-backoffice :is(.dashboard-modal__panel,.store-cc-modal,.dashboard-join-modal,.cc-notif__panel),.wzp-backoffice :is(.dashboard-modal__backdrop,.store-modal-backdrop,.dashboard-join-modal__backdrop),.wzp-backoffice :is(.dashboard-banner--error,.dashboard-session-form__error,.dashboard-settings-modal__error,.dashboard-wizard__error,.store-cc-wizard__error,.store-inline-error,.store-field-error,.rfb__error,.profile-setup__error){animation:none}.wzp-backoffice :is(.cc-drawer__panel,.cc-drawer__backdrop),.wzp-footer__progress span{transition:none}}.wzp-input{border-radius:var(--wzp-radius-md);border:1px solid var(--wzp-line);background:var(--wzp-surface);width:100%;height:52px;color:var(--wzp-text);font:inherit;padding:0 16px;font-size:15px;font-weight:500;transition:border-color .14s}.wzp-input::placeholder{color:var(--wzp-muted);opacity:.65}.wzp-input:hover{border-color:var(--wzp-line-strong)}.wzp-input:focus{border-color:var(--wzp-ink);outline:none}.wzp-input--error{border-color:var(--wzp-danger)}.wzp-field-error{color:var(--wzp-danger);margin-top:6px;font-size:13px;font-weight:600;display:block}.wzp-cat-add{align-items:stretch;gap:10px;display:flex}.wzp-cat-add .wzp-input{flex:1}.wzp-cat-add-btn{white-space:nowrap;flex-shrink:0}.wzp-cat-empty{color:var(--wzp-muted);margin-top:14px;font-size:14px}.wzp-cat-list{flex-wrap:wrap;gap:10px;margin:16px 0 0;padding:0;list-style:none;display:flex}.wzp-cat-chip{border-radius:var(--wzp-radius-pill);background:var(--wzp-surface-tint);border:1px solid var(--wzp-line);color:var(--wzp-text);align-items:center;gap:8px;padding:8px 10px 8px 12px;font-size:14px;font-weight:600;display:inline-flex}.wzp-cat-chip svg{width:15px;height:15px;color:var(--wzp-muted)}.wzp-cat-remove{width:22px;height:22px;color:var(--wzp-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .14s,color .14s;display:inline-flex}.wzp-cat-remove:hover{background:var(--wzp-danger-soft);color:var(--wzp-danger)}.wzp-cat-remove svg{width:14px;height:14px}.wzp-sponsor{flex-direction:column;gap:16px;display:flex}.wzp-sponsor-actions{flex-wrap:wrap;gap:10px;display:flex}.wzp-sponsor-pick{cursor:pointer}.wzp-sponsor-preview{aspect-ratio:328/88;border-radius:var(--wzp-radius-md);border:1px solid var(--wzp-line);background:var(--wzp-surface-tint);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.wzp-sponsor-preview img{object-fit:contain;width:100%;height:100%}.wzp-sponsor-preview--compact{max-width:360px}.wzp-sponsor-placeholder{color:var(--wzp-muted);align-items:center;gap:10px;font-size:14px;font-weight:600;display:inline-flex}.wzp-sponsor-placeholder svg{width:20px;height:20px}
