body{background-image:none}.wizard{max-width:720px;margin:0 auto}.wizard--wide{max-width:1100px}.wizard__steps{display:flex;align-items:center;gap:6px;margin:0 0 32px;padding:0;list-style:none;justify-content:center;flex-wrap:wrap}.wizard__step{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted);font-weight:600}.wizard__step .num{width:26px;height:26px;border-radius:50%;background:var(--white);border:var(--dm-border);display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.wizard__step.is-active{color:var(--ink)}.wizard__step.is-active .num{background:var(--dm-accent-deep);box-shadow:var(--dm-sh-sm)}.wizard__step.is-done .num{background:var(--ink);color:var(--bg)}.wizard__divider{width:30px;height:1.5px;background:var(--ink);opacity:.3}@media(max-width:600px){.wizard__steps{gap:8px;flex-wrap:nowrap;margin-bottom:24px}.wizard__step{font-size:0;gap:0}.wizard__step .num{font-size:13px}.wizard__divider{width:14px}}.wizard__header{text-align:center;margin-bottom:28px}.wizard__eyebrow{font-family:Inter,system-ui,sans-serif;color:var(--pink-shadow);font-weight:700;font-size:24px;margin-bottom:4px}.wizard__title{font-family:Inter,system-ui,sans-serif;font-size:clamp(28px,4vw,40px);font-weight:700;letter-spacing:-.015em;margin:0 0 8px;line-height:1.1}.wizard__subtitle{color:var(--muted);max-width:540px;margin:0 auto}.wizard__panel{background:var(--white);border:var(--dm-border);border-radius:18px;box-shadow:var(--dm-sh-md);padding:32px}.wizard__footer{display:flex;justify-content:space-between;gap:12px;margin-top:24px;flex-wrap:wrap}html{scrollbar-gutter:stable}.zone-editor{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-template-areas:"toolbar toolbar" "map     sidebar";gap:14px;min-width:0}@media(max-width:900px){.zone-editor{grid-template-columns:minmax(0,1fr);grid-template-areas:"toolbar" "map" "sidebar"}}.zone-toolbar{grid-area:toolbar;display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:12px 14px;background:var(--bg);border:var(--dm-border);border-radius:10px;min-width:0}.zone-howto{background:var(--bg);border:var(--dm-border);border-radius:12px;padding:14px 16px 14px 18px;margin-bottom:16px}.zone-howto__title{display:block;font-weight:700;font-size:14px;margin-bottom:8px}.zone-howto__steps{margin:0;padding-left:20px;font-size:13px;line-height:1.6;color:var(--ink)}.zone-howto__steps li{margin:4px 0}.zone-howto__steps--touch{display:none}@media(hover:none)and (pointer:coarse){.zone-howto__steps--desktop{display:none}.zone-howto__steps--touch{display:block}}.zone-howto kbd{font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px;padding:1px 6px;border:1px solid var(--ink);border-bottom-width:2px;border-radius:4px;background:var(--white);color:var(--ink)}.zone-howto__tip{margin:10px 0 0;font-size:13px;line-height:1.5;color:var(--muted)}.zone-simple{background:var(--bg);border:var(--dm-border);border-radius:12px;padding:18px;margin-bottom:16px;display:flex;flex-direction:column;gap:16px}.zone-simple__label{display:block;font-weight:700;font-size:14px}.zone-simple__inline{display:inline-flex;align-items:center;gap:8px;margin-top:6px;flex-wrap:wrap}.zone-simple__num{width:96px;padding:8px 10px;font-size:15px}.zone-simple__unit{font-size:13px;font-weight:600;color:var(--ink)}.zone-simple__hint{font-size:12px;color:var(--muted)}.zone-simple__pricing{border:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.zone-simple__pricing legend{padding:0;margin-bottom:4px}.zone-simple__choice{display:grid;grid-template-columns:auto 1fr;align-items:baseline;column-gap:10px;padding:10px 12px;border:var(--dm-border);border-radius:10px;background:var(--white);cursor:pointer}.zone-simple__choice:has(input:checked){border-color:var(--pink, #FF2D2D);box-shadow:var(--dm-sh-sm)}.zone-simple__choice-text{font-size:14px;font-weight:600}.zone-simple__choice .zone-simple__inline{grid-column:2;margin-top:4px}.zone-simple__choice:not(:has(input:checked)) .zone-simple__inline{opacity:.45}.zone-simple__summary{font-size:13px;line-height:1.5;color:var(--ink)}.zone-simple__summary-note{color:var(--muted)}.zone-simple__bands{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.zone-simple__band{padding:4px 10px;border:var(--dm-border);border-radius:999px;background:var(--white);font-size:12px;font-weight:600;white-space:nowrap}.zone-mode-link{background:none;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:600;color:var(--ink);text-decoration:underline;text-underline-offset:3px;cursor:pointer;text-align:left;align-self:flex-start}.zone-mode-link:hover{color:var(--pink, #FF2D2D)}.zone-mode-link--toolbar{align-self:center}.zone-touch-tip{display:none;font-weight:400;color:var(--muted)}@media(hover:none)and (pointer:coarse){.zone-touch-tip{display:inline}p.zone-touch-tip{display:block}.zone-mode-link{min-height:44px}}#zone-panel.mode-simple .zone-howto,#zone-panel.mode-simple .zone-toolbar,#zone-panel.mode-simple .zone-sidebar,#zone-panel.mode-simple .zone-map-btn--save{display:none}#zone-panel.mode-simple .zone-editor{grid-template-columns:minmax(0,1fr);grid-template-areas:"map"}#zone-panel:not(.mode-simple) .zone-simple{display:none}.zone-toolbar__count{margin-left:auto;font-size:13px;font-weight:600;color:var(--muted)}.zone-toolbar__count:not(:empty):before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--dm-accent-deep);margin-right:6px;vertical-align:middle}.zone-map-wrap{grid-area:map;position:relative;border:var(--dm-border);border-radius:14px;overflow:hidden;height:540px;background:var(--bg);min-width:0}@media(max-width:900px){.zone-map-wrap{height:400px}}.zone-map{position:absolute;inset:0}.zone-map-btn{position:absolute;z-index:5;cursor:pointer;font-family:inherit;border:var(--dm-border);background:var(--white);color:var(--ink);box-shadow:0 2px 6px #0000002e;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:transform .08s ease}.zone-map-btn--save{display:none;bottom:16px;left:50%;transform:translate(-50%);padding:13px 28px;border-radius:999px;font-size:16px;font-weight:700;background:var(--dm-accent-deep)}.zone-map-btn--save:active{transform:translate(-50%) scale(.96)}@media(hover:none)and (pointer:coarse){.zone-map-btn--save{display:block}}.zone-sidebar{grid-area:sidebar;display:flex;flex-direction:column;gap:12px;min-width:0}@media(min-width:901px){.zone-sidebar{max-height:540px;overflow-y:auto;padding-right:4px}}.zone-item{background:var(--bg);border:var(--dm-border);border-radius:10px;padding:14px;min-width:0}.zone-item__head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;min-width:0}.zone-item__name{font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:700;flex:1;min-width:0;background:transparent;border:none;border-bottom:1px dashed var(--ink);padding:4px 0}.zone-item__name:focus{outline:none;border-bottom-color:var(--pink-shadow)}.zone-item__color{width:22px;height:22px;border-radius:50%;border:var(--dm-border)}.zone-item__remove{background:transparent;border:none;cursor:pointer;font-size:18px;color:var(--muted);padding:4px}.zone-item__remove:hover{color:#6e1818}.zone-item__fields{display:flex;flex-direction:column;gap:6px}.zone-item__fields .input{padding:6px 10px;font-size:13px}.zone-item__field-hint{display:block;margin-top:4px;font-size:11px;color:var(--muted, #6B6358);line-height:1.35}@media(hover:none)and (pointer:coarse){.zone-toolbar .btn{min-height:44px}.zone-item__remove{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;margin:-8px -8px -8px 0;font-size:22px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.zone-item__fields .input{font-size:16px;padding:10px 12px}}@media(max-width:540px){.wizard--wide{max-width:100%}.wizard--wide .wizard__panel{padding:20px 16px}.zone-toolbar{align-items:flex-start}.zone-toolbar .btn{min-width:0}.zone-toolbar__count{width:100%;margin-left:0;text-align:right}.zone-map-wrap{height:clamp(320px,58vh,400px)}}.zone-empty{background:var(--white);border:1.5px dashed var(--ink);border-radius:10px;padding:24px;text-align:center;color:var(--muted)}.done-card{text-align:center;padding:48px 32px}.done-card__icon{font-family:Inter,system-ui,sans-serif;font-size:42px;line-height:1;color:var(--pink-shadow);margin-bottom:12px}.done-card__title{font-family:Inter,system-ui,sans-serif;font-size:34px;font-weight:700;letter-spacing:-.015em;margin:0 0 8px;line-height:1.1}.done-card__lede{color:var(--muted);margin:0 auto 8px;max-width:520px}.done-card__actions{margin-top:24px;display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.done-summary{text-align:left;margin-top:24px;background:var(--bg);border:var(--dm-border);border-radius:10px;padding:16px}.done-summary__row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px dashed rgba(0,0,0,.1);font-size:14px}.done-summary__row:last-child{border-bottom:none}.done-summary__label{color:var(--muted)}.done-summary__value{font-weight:600}.open-days{display:flex;gap:8px;flex-wrap:wrap}.open-day-chip{appearance:none;font:inherit;font-weight:600;font-size:13px;padding:9px 14px;border-radius:999px;border:var(--dm-border);background:var(--white);color:var(--ink);cursor:pointer;min-width:64px;transition:transform .1s ease,box-shadow .1s ease,background .1s ease,color .1s ease}.open-day-chip:hover{transform:translateY(-1px);box-shadow:var(--dm-sh-sm)}.open-day-chip[aria-pressed=true]{background:var(--ink);color:var(--bg);box-shadow:var(--dm-sh-sm);transform:none}.bulk-pricing-note{background:#fff5fa;border:1.5px solid var(--pink, #FF2D2D);border-left-width:4px;border-radius:10px;padding:12px 14px;font-size:13px;line-height:1.5;color:var(--ink);margin:0 0 14px}.bulk-pricing-note strong{display:block;font-family:Inter,system-ui,sans-serif;font-weight:700;font-size:15px;margin-bottom:4px;color:var(--ink)}.cake-prices{display:grid;gap:8px}.cake-prices__row{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;background:var(--white);border:var(--dm-border);border-radius:10px;padding:10px 12px}.cake-prices__row--default{box-shadow:var(--dm-sh-sm)}.cake-prices__label{display:flex;flex-direction:column;gap:2px}.cake-prices__label strong{font-size:15px}.cake-prices__label span{font-size:12px;color:var(--muted)}.cake-prices__row input{width:130px;padding:8px 10px;border:var(--dm-border);border-radius:8px;font:inherit;text-align:right;background:var(--bg)}.cake-prices__remove{border:none;background:transparent;color:var(--muted);cursor:pointer;font-size:18px;line-height:1;padding:4px 8px;border-radius:6px}.cake-prices__remove:hover{color:var(--ink);background:#0000000d}.cake-prices__remove[hidden]{display:none}.cake-prices__add{margin-top:12px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cake-prices__add-select{appearance:none;-webkit-appearance:none;font:inherit;font-size:14px;color:var(--ink);background-color:var(--white);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%230A0A0A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position:right 14px center;background-size:12px 8px;border:var(--dm-border);border-radius:10px;padding:10px 36px 10px 14px;min-width:260px;max-width:100%;cursor:pointer;transition:box-shadow .12s ease,transform .12s ease}.cake-prices__add-select:hover{box-shadow:var(--dm-sh-sm);transform:translate(-1px,-1px)}.cake-prices__add-select:focus{outline:none;box-shadow:var(--dm-sh-sm);transform:translate(-1px,-1px)}.cake-prices__add-select:disabled{opacity:.5;cursor:not-allowed;background-image:none;padding-right:14px}.cake-prices__add-btn{appearance:none;font:inherit;font-weight:600;font-size:14px;color:var(--ink);background:var(--white);border:var(--dm-border);border-radius:10px;padding:10px 16px;cursor:pointer;box-shadow:var(--dm-sh-sm);transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.cake-prices__add-btn:hover{transform:translate(-1px,-1px);box-shadow:var(--dm-sh-md);background:#fff5fa}.cake-prices__add-btn:active{transform:translate(1px,1px);box-shadow:var(--dm-sh-sm)}.cake-prices__add-btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:var(--dm-sh-sm)}.profile-extras{margin:4px 0;padding:18px;background:var(--bg);border:1.5px dashed var(--ink);border-radius:12px}.profile-extras .field:last-child{margin-bottom:0}.profile-extras__head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:14px}.profile-extras__title{font-family:Inter,system-ui,sans-serif;font-weight:700;font-size:17px;color:var(--ink)}.profile-extras__optional{font-size:12px;font-weight:600;color:var(--muted);background:var(--white);border:var(--dm-border);border-radius:999px;padding:3px 10px}.logo-upload{display:flex;align-items:center;gap:16px;margin-top:8px;flex-wrap:wrap}.logo-upload__preview{flex:none;width:72px;height:72px;border-radius:16px;border:var(--dm-border);background:var(--white);box-shadow:var(--dm-sh-sm);display:flex;align-items:center;justify-content:center;overflow:hidden}.logo-upload__placeholder{font-size:30px;line-height:1;opacity:.6}.logo-upload__img{width:100%;height:100%;object-fit:cover;display:block}.logo-upload__controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.logo-upload__remove{appearance:none;font:inherit;font-size:13px;font-weight:600;color:var(--muted);background:transparent;border:none;cursor:pointer;text-decoration:underline;padding:4px}.logo-upload__remove:hover{color:#6e1818}.logo-upload__status{font-size:12px;color:var(--muted)}.logo-upload__status[data-tone=ok]{color:#1b7a43;font-weight:600}.logo-upload__status[data-tone=error]{color:#b42318}#description{resize:vertical;min-height:72px}#description-count{display:block;text-align:right;margin-top:4px}.cake-prices__row{display:flex;flex-direction:column;gap:12px;align-items:stretch}.cake-prices__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.cake-prices__controls{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.cake-prices__pl{display:flex;flex-direction:column;gap:4px;font-size:12px;font-weight:600;color:var(--muted)}.cake-prices__pl em{font-style:normal;font-weight:400;opacity:.75}.cake-prices__pl input{width:120px}.cake-prices__customer{width:130px;padding:8px 10px;border:var(--dm-border);border-radius:8px;text-align:right;font:inherit;font-weight:700;color:var(--ink);background:var(--white);box-sizing:border-box}.cake-prices__photo{margin-left:auto}.cake-prices__photo-btn{appearance:none;font:inherit;font-size:12px;font-weight:600;color:var(--muted);display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:64px;height:64px;border:1.5px dashed var(--ink);border-radius:10px;background:var(--bg);cursor:pointer;overflow:hidden;padding:0;flex:none}.cake-prices__photo-btn:hover{box-shadow:var(--dm-sh-sm)}.cake-prices__photo-btn.has-photo{border-style:solid}.cake-prices__photo-btn img{width:100%;height:100%;object-fit:cover;display:block}.cake-prices__photo-txt{font-size:10px;line-height:1.1}.volume-tiers__head,.volume-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.15fr) 28px;gap:10px;align-items:center;max-width:520px}.volume-tiers__head{font-size:12px;font-weight:600;color:var(--muted);margin-bottom:-2px}.volume-row input{width:100%;min-width:0;padding:8px 10px;border:var(--dm-border);border-radius:8px;font:inherit;text-align:right;background:var(--bg);font-variant-numeric:tabular-nums}.volume-row__effect{grid-column:1 / -1;margin:-2px 0 4px;font-size:12px;color:var(--muted);font-variant-numeric:tabular-nums}.volume-row__effect strong{color:var(--ink);font-weight:600}.volume-row__override{display:block;margin-top:4px;color:var(--muted);line-height:1.35}@media(max-width:540px){.cake-prices__photo{margin-left:0}.cake-prices__pl{flex:1 1 130px}.cake-prices__pl input,.cake-prices__customer{width:100%}.volume-tiers__head,.volume-row{grid-template-columns:1fr 1fr 1fr 24px;gap:6px}.volume-tiers__head{font-size:11px}.volume-row input{padding:8px 6px}}.proof-strip{margin:0 0 26px}.proof-strip--after,.deal-strip,.faq-strip{margin:32px 0 0;padding-top:26px;border-top:1px solid var(--rule)}.proof-strip__l,.deal-strip__l,.faq-strip__l{display:block;font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:0 0 12px}.faq-strip__l{margin-bottom:6px}.proof-strip__row{display:flex;flex-wrap:wrap;align-items:center;gap:14px 26px;margin:0;padding:0;list-style:none}.proof-strip__row img{display:block;width:auto;height:var(--h, 20px)}.proof-strip__row a{display:block}.proof-strip--press .proof-strip__row a{opacity:.92;transition:opacity .18s ease}.proof-strip--press .proof-strip__row a:hover,.proof-strip--press .proof-strip__row a:focus-visible{opacity:1}.proof-strip--wall .proof-strip__row img{filter:grayscale(1);opacity:.75}.proof-strip__groups{display:flex;flex-direction:column;gap:20px}.proof-strip__more{font-size:12.5px;font-weight:500;color:var(--muted);white-space:nowrap}@media(max-width:600px){.proof-strip{margin-bottom:22px}.proof-strip__row{gap:12px 20px}.proof-strip__row img{height:calc(var(--h, 20px) * .86)}}.deal-strip__body{display:flex;align-items:flex-start;gap:20px}.deal-strip__shot{flex:none;display:block;width:176px;height:176px;object-fit:cover;border-radius:var(--dm-r)}.deal-strip__list{display:grid;gap:12px;margin:0;padding:0;list-style:none;max-width:62ch}.deal-strip__list li{font-size:13px;line-height:1.55;color:var(--muted)}.deal-strip__list strong{font-weight:600;color:var(--ink)}@media(max-width:600px){.deal-strip__body{flex-direction:column;gap:16px}.deal-strip__shot{width:100%;height:168px}}.faq-q{border-bottom:1px solid var(--rule)}.faq-q:last-of-type{border-bottom:0}.faq-q>summary{display:flex;align-items:baseline;justify-content:space-between;gap:14px;padding:13px 0;cursor:pointer;list-style:none;font-size:14px;font-weight:600;color:var(--ink);user-select:none}.faq-q>summary::-webkit-details-marker{display:none}.faq-q>summary::marker{content:""}.faq-q>summary:hover{color:var(--pink-shadow)}.faq-q>summary:focus-visible{outline:2px solid var(--pink-shadow);outline-offset:2px;border-radius:4px}.faq-q__sign{flex:none;font-size:15px;font-weight:400;line-height:1;color:var(--muted);transition:transform .2s ease}.faq-q[open] .faq-q__sign{transform:rotate(45deg)}.faq-q__a{margin:0;padding:0 0 15px;max-width:62ch;font-size:13px;line-height:1.55;color:var(--muted)}@media(prefers-reduced-motion:reduce){.faq-q__sign{transition:none}}.payout-status{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600}.payout-status__dot{width:9px;height:9px;border-radius:50%;flex:0 0 auto;background:var(--dm-g500)}.payout-status__dot--good{background:var(--dm-good-fg)}.payout-status__dot--warn{background:var(--dm-warn-fg)}.payout-status__dot--off{background:var(--dm-g500)}
