.rpr-page{min-height:100dvh;display:flex;flex-direction:column;align-items:center;padding:28px clamp(16px,4vw,48px) 64px;background:var(--surface-page)}.rpr-page__header{width:min(1320px,100%);display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:6px}.rpr-page__title{font:var(--fw-bold) 22px /1.2 var(--font-display);letter-spacing:var(--ls-heading);color:var(--text-primary)}.rpr-page__back{font-size:14px;color:var(--text-secondary);text-decoration:underline;text-underline-offset:4px}.rpr-page__lead{width:min(1320px,100%);max-width:70ch;font-size:15px;line-height:1.5;color:var(--text-secondary);margin-bottom:20px}.rpr-lab{width:min(1320px,100%);display:flex;align-items:flex-start;gap:clamp(16px,2.5vw,32px)}.rpr-figure{position:relative;flex:1;min-width:0}.rpr-photo{display:block;width:100%;height:auto;user-select:none}.rpr-overlay{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.rpr-zone{pointer-events:fill;fill:transparent;stroke:transparent;stroke-width:2;outline:none;transition:fill var(--dur-base) var(--ease-standard),stroke var(--dur-base) var(--ease-standard);cursor:url(/assets/cursor-spray.png) 36 40,crosshair}.rpr-zone:active{cursor:url(/assets/cursor-spray-hit.png) 36 40,crosshair}.rpr-zone:hover{fill:rgba(255,255,255,.14);stroke:rgba(227,6,42,.85);stroke-width:1.6}.rpr-zone:focus-visible{fill:rgba(255,255,255,.18);stroke:rgba(227,6,42,.95);stroke-width:2}.rpr-zone--done{pointer-events:none;cursor:default}.rpr-spread{transform-box:fill-box;transform-origin:center;animation:rprSpread .56s cubic-bezier(.2,.7,.25,1) both}@keyframes rprSpread{0%{transform:scale(.05)}to{transform:scale(1)}}.rpr-spray{pointer-events:none}.rpr-spray__burst{transform-box:fill-box;transform-origin:center;animation:rprBurst .52s var(--ease-out,ease-out) both}@keyframes rprBurst{0%{opacity:.95;transform:scale(.3)}to{opacity:0;transform:scale(2.6)}}.rpr-tag{position:absolute;z-index:2;transform:translate(14px,-50%);display:flex;align-items:baseline;gap:8px;padding:5px 11px;border-radius:var(--radius-pill);background:rgba(20,23,28,.9);color:var(--white);font-size:13px;line-height:1.3;white-space:nowrap;pointer-events:none;box-shadow:var(--shadow-md)}.rpr-tag__price{font-weight:var(--fw-semibold);color:#ffd7de;font-variant-numeric:tabular-nums}.rpr-estimate{flex:0 0 322px;width:322px;display:flex;flex-direction:column;background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:20px 22px 18px}.rpr-estimate__head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding-bottom:12px;border-bottom:1px solid var(--border-subtle)}.rpr-estimate__title{font-size:13px;font-weight:var(--fw-semibold);letter-spacing:var(--ls-caps);text-transform:uppercase;color:var(--text-muted)}.rpr-estimate__count{font-size:13px;color:var(--gray-400);font-variant-numeric:tabular-nums}.rpr-estimate__body{min-height:132px;padding-top:12px}.rpr-estimate__hint{font-size:14px;line-height:1.5;color:var(--text-secondary)}.rpr-estimate__rows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.rpr-estimate__row{display:flex;align-items:baseline;gap:6px;font-size:14px;animation:rprRowIn .22s var(--ease-standard)}.rpr-estimate__label{color:var(--text-body)}.rpr-estimate__dots{flex:1;min-width:12px;border-bottom:2px dotted var(--gray-300);transform:translateY(-3px)}.rpr-estimate__price{font-weight:var(--fw-semibold);color:var(--text-primary);font-variant-numeric:tabular-nums;white-space:nowrap}@keyframes rprRowIn{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.rpr-estimate__total{margin-top:14px;padding-top:12px;border-top:1px solid var(--border-default);display:flex;align-items:baseline;justify-content:space-between;font-size:15px}.rpr-estimate__total b{font-size:18px;font-weight:var(--fw-bold);color:var(--brand);font-variant-numeric:tabular-nums}.rpr-estimate__done{margin-top:12px;padding:9px 12px;border-radius:var(--radius-md);background:var(--green-100);color:var(--green-600);font-size:13px;line-height:1.45}.rpr-estimate__actions{margin-top:16px;display:flex;flex-direction:column;gap:8px}.rpr-estimate__cta{height:var(--control-h-md);font-size:15px}.rpr-estimate__reset{height:var(--control-h-sm);border:0;background:none;font:var(--fw-medium) 14px /1 var(--font-core);color:var(--text-secondary);cursor:pointer;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;transition:var(--transition-control)}.rpr-estimate__reset:hover:not(:disabled){color:var(--brand)}.rpr-estimate__reset:disabled{color:var(--gray-300);cursor:default;text-decoration:none}.rpr-estimate__note{margin-top:12px;font-size:12px;color:var(--gray-400);text-align:center}.zed{width:min(1320px,100%);display:flex;align-items:flex-start;gap:clamp(16px,2.5vw,32px);outline:none}.zed__stage{position:relative;flex:1;min-width:0}.zed__photo{display:block;width:100%;height:auto;user-select:none}.zed__svg{position:absolute;inset:0;width:100%;height:100%;touch-action:none}.zed__outline{fill:transparent;stroke:rgba(11,105,212,.5);stroke-width:1.2;cursor:pointer}.zed__outline--on{stroke:var(--brand);stroke-width:2;fill:rgba(227,6,42,.06)}.zed__handle{fill:var(--blue-600);stroke:#fff;stroke-width:1.4;cursor:grab}.zed__handle--corner{fill:#ff8a00}.zed__handle--shared{stroke:#111;stroke-width:2.2}.zed__handle--picked{fill:var(--brand);cursor:grabbing}.zed__panel{flex:0 0 340px;width:340px;background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:18px 20px}.zed__title{font-size:13px;font-weight:var(--fw-semibold);letter-spacing:var(--ls-caps);text-transform:uppercase;color:var(--text-muted)}.zed__parts{margin-top:12px;display:flex;flex-direction:column;gap:4px}.zed__part{display:flex;align-items:baseline;justify-content:space-between;gap:8px;padding:6px 10px;border:1px solid transparent;border-radius:var(--radius-sm);background:none;font:var(--fw-medium) 14px /1.2 var(--font-core);color:var(--text-body);text-align:left;cursor:pointer}.zed__part span{font-size:12px;color:var(--gray-400);font-variant-numeric:tabular-nums}.zed__part:hover{background:var(--surface-muted)}.zed__part--on{border-color:var(--brand);background:var(--brand-tint);color:var(--text-primary)}.zed__help{margin:14px 0 0;padding-left:18px;font-size:12.5px;line-height:1.5;color:var(--text-secondary)}.zed__actions{margin-top:14px;display:flex;flex-direction:column;gap:6px}.zed__copy{height:var(--control-h-md);border:0;border-radius:var(--radius-button);background:var(--brand);color:var(--white);font:var(--fw-semibold) 14px /1 var(--font-core);cursor:pointer;transition:var(--transition-control)}.zed__copy:hover{background:var(--brand-hover)}.zed__reset{height:var(--control-h-sm);border:0;background:none;font:var(--fw-medium) 13px /1 var(--font-core);color:var(--text-secondary);cursor:pointer;text-decoration:underline;text-underline-offset:3px}.zed__note{margin-top:12px;font-size:12px;line-height:1.5;color:var(--gray-500)}.zed__note code{font-size:11.5px;padding:1px 4px;border-radius:3px}.zed__code,.zed__note code{background:var(--surface-inset)}.zed__code{margin-top:10px;width:100%;height:200px;resize:vertical;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);padding:8px 10px;font:11.5px/1.45 monospace;color:var(--text-body)}@media (max-width:980px){.zed{flex-direction:column}.zed__panel{flex:none;width:100%}.rpr-lab{flex-direction:column;align-items:stretch}.rpr-estimate{flex:none;width:100%;max-width:480px;align-self:center}.rpr-tag{display:none}}@media (prefers-reduced-motion:reduce){.rpr-estimate__row,.rpr-spray__burst,.rpr-spread{animation-duration:1ms}}