.mp-app{--mp-blue:#2563eb;--mp-blue-dark:#174bb8;--mp-ink:#10203a;--mp-muted:#64748b;--mp-line:#e4eaf2;--mp-bg:#f5f7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--mp-ink);margin:32px 0}.mp-app *{box-sizing:border-box}.mp-shell{max-width:1280px;margin:0 auto;background:#fff;border:1px solid #e8edf4;border-radius:28px;box-shadow:0 28px 80px rgba(15,23,42,.10);overflow:hidden}.mp-header{display:flex;justify-content:space-between;gap:40px;padding:42px 46px 30px;background:linear-gradient(135deg,#fff 0%,#f5f8ff 100%)}.mp-eyebrow,.mp-room-kicker{font-size:12px;font-weight:800;letter-spacing:.16em;color:var(--mp-blue)}.mp-header h2{margin:9px 0 10px;font-size:clamp(30px,4vw,48px);line-height:1.05;letter-spacing:-.04em}.mp-header p,.mp-room-heading p{margin:0;color:var(--mp-muted);font-size:16px}.mp-progress-wrap{width:min(330px,100%);align-self:center}.mp-progress-meta{display:flex;justify-content:space-between;margin-bottom:10px;color:var(--mp-muted);font-size:13px}.mp-progress-meta strong{color:var(--mp-ink)}.mp-progress{height:8px;background:#dfe7f4;border-radius:999px;overflow:hidden}.mp-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--mp-blue),#60a5fa);border-radius:inherit;transition:width .35s ease}.mp-room-tabs{display:grid;grid-template-columns:repeat(var(--mp-room-count,6),minmax(130px,1fr));gap:10px;padding:16px 28px;border-top:1px solid #edf1f6;border-bottom:1px solid #edf1f6;background:#fbfcfe;overflow-x:auto}.mp-room-tab{min-width:130px;border:1px solid transparent;background:transparent;color:#526178;border-radius:14px;padding:12px 10px;display:flex;align-items:center;justify-content:center;gap:9px;font-weight:700;cursor:pointer;transition:.2s}.mp-room-tab:hover{background:#fff;border-color:#dfe7f2}.mp-room-tab.is-active{background:#fff;color:var(--mp-blue);border-color:#bfd2ff;box-shadow:0 8px 24px rgba(37,99,235,.10)}.mp-content{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:30px;padding:34px;background:var(--mp-bg)}.mp-room-panel{display:none}.mp-room-panel.is-active{display:block;animation:mpFade .28s ease}.mp-room-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.mp-room-heading h3{margin:5px 0 5px;font-size:28px;letter-spacing:-.03em}.mp-clear-room{border:0;background:transparent;color:var(--mp-muted);font-weight:700;cursor:pointer;padding:8px}.mp-clear-room:hover{color:#dc2626}.mp-items-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.mp-item{position:relative;background:#fff;border:1.5px solid var(--mp-line);border-radius:20px;min-height:190px;padding:22px 16px 18px;text-align:center;box-shadow:0 10px 28px rgba(15,23,42,.04);transition:transform .2s,border-color .2s,box-shadow .2s,background .2s}.mp-item:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(15,23,42,.09)}.mp-item.is-selected{border-color:#7aa5ff;background:linear-gradient(180deg,#fff 0%,#f3f7ff 100%);box-shadow:0 16px 36px rgba(37,99,235,.14)}.mp-selected-mark{position:absolute;right:12px;top:12px;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--mp-blue);color:#fff;font-size:13px;font-weight:900;opacity:0;transform:scale(.7);transition:.2s}.mp-item.is-selected .mp-selected-mark{opacity:1;transform:scale(1)}.mp-item-icon{width:66px;height:66px;margin:0 auto 13px;border-radius:18px;background:#eef4ff;color:var(--mp-blue);display:grid;place-items:center}.mp-item h4{margin:0 0 16px;font-size:15px;line-height:1.35;min-height:40px}.mp-quantity{display:inline-flex;align-items:center;gap:14px;padding:5px;background:#f1f5f9;border-radius:999px}.mp-quantity button{width:34px;height:34px;border:0;border-radius:50%;background:#fff;color:var(--mp-blue);font-size:22px;line-height:1;box-shadow:0 3px 10px rgba(15,23,42,.10);cursor:pointer;transition:.15s}.mp-quantity button:hover{background:var(--mp-blue);color:#fff;transform:scale(1.05)}.mp-quantity button:disabled{opacity:.35;cursor:not-allowed;transform:none}.mp-count{width:22px;font-weight:900;font-size:16px}.mp-summary{position:sticky;top:24px;align-self:start;background:#fff;border:1px solid var(--mp-line);border-radius:22px;padding:24px;box-shadow:0 18px 42px rgba(15,23,42,.08)}.mp-summary-head{display:flex;gap:13px;align-items:center;padding-bottom:18px;border-bottom:1px solid var(--mp-line)}.mp-summary-icon{width:46px;height:46px;border-radius:14px;background:#eaf1ff;color:var(--mp-blue);display:grid;place-items:center}.mp-summary-head span{font-size:12px;color:var(--mp-muted);font-weight:700}.mp-summary-head h3{font-size:21px;margin:2px 0 0}.mp-summary-empty{padding:24px 0;color:var(--mp-muted);display:grid;gap:5px}.mp-summary-empty strong{color:#334155}.mp-summary-list{max-height:320px;overflow:auto;margin:10px -6px;padding:0 6px}.mp-summary-row{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px dashed #e2e8f0}.mp-summary-row span{display:grid}.mp-summary-row small{margin-top:3px;color:var(--mp-muted)}.mp-summary-row b{color:var(--mp-blue)}.mp-summary-totals{border-top:1px solid var(--mp-line);margin-top:8px;padding-top:16px;display:grid;gap:12px}.mp-summary-totals div{display:flex;justify-content:space-between;gap:12px}.mp-summary-totals span{color:var(--mp-muted)}.mp-summary-totals strong{color:var(--mp-ink)}.mp-next,.mp-mobile-next{width:100%;border:0;border-radius:14px;background:linear-gradient(135deg,var(--mp-blue),var(--mp-blue-dark));color:#fff;font-weight:800;font-size:15px;padding:15px 18px;margin-top:20px;cursor:pointer;box-shadow:0 12px 24px rgba(37,99,235,.24)}.mp-next span{float:right}.mp-note{font-size:11px;line-height:1.5;color:#94a3b8;text-align:center;margin:12px 0 0}.mp-mobile-bar{display:none}.mp-icon{width:32px;height:32px;display:inline-block;position:relative}.mp-icon:before,.mp-icon:after{content:"";position:absolute;box-sizing:border-box}.mp-item-icon .mp-icon{width:38px;height:38px}.mp-icon-box:before{inset:5px;border:2px solid currentColor;border-radius:4px;transform:perspective(40px) rotateX(-4deg)}.mp-icon-box:after{left:8px;right:8px;top:12px;border-top:2px solid currentColor}.mp-icon-sofa:before{left:4px;right:4px;bottom:7px;height:14px;border:2px solid currentColor;border-radius:5px}.mp-icon-sofa:after{left:8px;right:8px;top:6px;height:16px;border:2px solid currentColor;border-radius:7px}.mp-icon-armchair:before{left:7px;right:7px;bottom:5px;height:19px;border:2px solid currentColor;border-radius:7px}.mp-icon-armchair:after{left:3px;right:3px;bottom:9px;height:9px;border:2px solid currentColor;border-radius:5px}.mp-icon-tv:before,.mp-icon-computer:before{inset:5px 3px 9px;border:2px solid currentColor;border-radius:4px}.mp-icon-tv:after,.mp-icon-computer:after{left:11px;right:11px;bottom:4px;border-top:2px solid currentColor}.mp-icon-table:before,.mp-icon-dining:before,.mp-icon-desk:before{left:3px;right:3px;top:9px;height:7px;border:2px solid currentColor;border-radius:3px}.mp-icon-table:after,.mp-icon-dining:after,.mp-icon-desk:after{left:7px;right:7px;top:16px;height:14px;border-left:2px solid currentColor;border-right:2px solid currentColor}.mp-icon-chair:before,.mp-icon-office-chair:before{left:8px;right:8px;top:4px;height:17px;border:2px solid currentColor;border-radius:4px}.mp-icon-chair:after,.mp-icon-office-chair:after{left:7px;right:7px;bottom:3px;height:13px;border-left:2px solid currentColor;border-right:2px solid currentColor}.mp-icon-cabinet:before,.mp-icon-bookcase:before,.mp-icon-wardrobe:before,.mp-icon-dresser:before,.mp-icon-nightstand:before,.mp-icon-shelf:before{inset:3px 6px;border:2px solid currentColor;border-radius:3px}.mp-icon-cabinet:after,.mp-icon-bookcase:after,.mp-icon-wardrobe:after,.mp-icon-dresser:after,.mp-icon-nightstand:after,.mp-icon-shelf:after{left:8px;right:8px;top:15px;border-top:2px solid currentColor;box-shadow:0 -6px 0 -1px currentColor,0 6px 0 -1px currentColor}.mp-icon-fridge:before{inset:2px 7px;border:2px solid currentColor;border-radius:5px}.mp-icon-fridge:after{left:9px;right:9px;top:14px;border-top:2px solid currentColor}.mp-icon-oven:before,.mp-icon-dishwasher:before,.mp-icon-washer:before,.mp-icon-dryer:before{inset:3px 5px;border:2px solid currentColor;border-radius:4px}.mp-icon-oven:after,.mp-icon-dishwasher:after,.mp-icon-washer:after,.mp-icon-dryer:after{width:13px;height:13px;border:2px solid currentColor;border-radius:50%;left:10px;top:12px}.mp-icon-microwave:before{inset:7px 3px;border:2px solid currentColor;border-radius:4px}.mp-icon-microwave:after{left:7px;top:11px;width:15px;height:10px;border:2px solid currentColor;border-radius:2px}.mp-icon-bed:before,.mp-icon-bed-single:before{left:3px;right:3px;bottom:6px;height:13px;border:2px solid currentColor;border-radius:4px}.mp-icon-bed:after,.mp-icon-bed-single:after{left:5px;top:8px;width:12px;height:8px;border:2px solid currentColor;border-radius:4px}.mp-icon-mirror:before{inset:3px 8px;border:2px solid currentColor;border-radius:50%}.mp-icon-mirror:after{left:15px;bottom:1px;height:7px;border-left:2px solid currentColor}.mp-icon-printer:before{left:5px;right:5px;top:11px;height:15px;border:2px solid currentColor;border-radius:4px}.mp-icon-printer:after{left:9px;right:9px;top:4px;height:11px;border:2px solid currentColor;background:#fff}.mp-icon-bike:before{width:13px;height:13px;border:2px solid currentColor;border-radius:50%;left:1px;bottom:3px;box-shadow:17px 0 0 -2px #fff,17px 0 0 0 currentColor}.mp-icon-bike:after{left:10px;top:9px;width:13px;height:12px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:skew(-18deg)}.mp-icon-tools:before{left:5px;top:5px;width:23px;height:23px;border-left:3px solid currentColor;transform:rotate(45deg)}.mp-icon-tools:after{right:3px;top:3px;width:12px;height:12px;border:2px solid currentColor;border-radius:50%}.mp-icon-suitcase:before{inset:8px 4px 3px;border:2px solid currentColor;border-radius:4px}.mp-icon-suitcase:after{left:11px;right:11px;top:3px;height:7px;border:2px solid currentColor;border-bottom:0;border-radius:4px 4px 0 0}@keyframes mpFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(max-width:1050px){.mp-content{grid-template-columns:1fr}.mp-summary{position:static}.mp-items-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.mp-app{margin:18px 0 86px}.mp-shell{border-radius:20px}.mp-header{padding:28px 20px 22px;display:block}.mp-header h2{font-size:32px}.mp-progress-wrap{margin-top:24px}.mp-room-tabs{padding:12px 14px;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:130px;justify-content:start}.mp-content{padding:20px 14px}.mp-room-heading{align-items:flex-start}.mp-clear-room{font-size:12px}.mp-items-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mp-item{min-height:172px;padding:18px 10px 14px;border-radius:17px}.mp-item-icon{width:58px;height:58px}.mp-summary{display:none}.mp-mobile-bar{position:fixed;left:12px;right:12px;bottom:12px;z-index:9999;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#0f172a;color:#fff;border-radius:18px;padding:12px 12px 12px 17px;box-shadow:0 20px 48px rgba(15,23,42,.35)}.mp-mobile-bar>div{display:grid;font-size:12px}.mp-mobile-bar strong{font-size:15px}.mp-mobile-next{width:auto;margin:0;padding:12px 16px;box-shadow:none}.mp-note{display:none}}@media(max-width:420px){.mp-items-grid{grid-template-columns:1fr 1fr}.mp-item h4{font-size:14px}.mp-quantity{gap:9px}.mp-quantity button{width:32px;height:32px}}

.mp-room-note{margin-top:20px;padding:20px;background:#fff;border:1.5px solid var(--mp-line);border-radius:20px;box-shadow:0 10px 28px rgba(15,23,42,.035)}
.mp-room-note-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:12px}
.mp-room-note-kicker{display:block;margin-bottom:4px;color:var(--mp-blue);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.mp-room-note label{display:block;color:var(--mp-ink);font-size:15px;font-weight:800}
.mp-note-count{flex:0 0 auto;color:#94a3b8;font-size:12px;font-weight:700}
.mp-room-note-input{display:block;width:100%;min-height:108px;resize:vertical;border:1.5px solid #dbe4f0;border-radius:15px;background:#fbfdff;color:var(--mp-ink);padding:15px 16px;font:inherit;font-size:14px;line-height:1.55;outline:none;transition:border-color .2s,box-shadow .2s,background .2s}
.mp-room-note-input::placeholder{color:#9aa8ba}
.mp-room-note-input:hover{border-color:#bfcde0;background:#fff}
.mp-room-note-input:focus{border-color:#77a2ff;background:#fff;box-shadow:0 0 0 4px rgba(37,99,235,.10)}
.mp-summary-notes{margin:16px 0 6px;padding:14px;background:#f8faff;border:1px solid #dfe8f7;border-radius:15px}
.mp-summary-notes-title{display:block;margin-bottom:7px;color:var(--mp-blue);font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.mp-summary-note-row{display:grid;gap:3px;padding:8px 0;border-bottom:1px dashed #dfe7f2}
.mp-summary-note-row:last-child{border-bottom:0}
.mp-summary-note-row strong{font-size:12px;color:#334155}
.mp-summary-note-row span{font-size:12px;line-height:1.45;color:var(--mp-muted);overflow-wrap:anywhere}
@media(max-width:760px){.mp-room-note{padding:16px;border-radius:17px}.mp-room-note-head{align-items:flex-start}.mp-room-note label{font-size:14px}.mp-room-note-input{min-height:96px}}

.mp-empty-config,.mp-no-items{padding:24px;border:1px dashed #cbd5e1;border-radius:16px;background:#fff;color:#64748b;text-align:center}


/* Move Planner v0.2.1 — UX Experience */
.mp-header-side{width:min(330px,100%);align-self:center;display:grid;gap:13px}
.mp-header-side .mp-progress-wrap{width:100%}
.mp-clear-all{justify-self:end;border:0;background:transparent;color:#64748b;font:inherit;font-size:12px;font-weight:800;cursor:pointer;padding:3px 0}
.mp-clear-all:hover{color:#dc2626}
.mp-item{overflow:hidden}
.mp-item:after{content:"";position:absolute;inset:-45%;background:linear-gradient(115deg,transparent 42%,rgba(255,255,255,.72) 50%,transparent 58%);transform:translateX(-70%) rotate(8deg);transition:transform .7s ease;pointer-events:none}
.mp-item.is-selected:after{transform:translateX(70%) rotate(8deg)}
.mp-item.is-selected .mp-item-icon{transform:scale(1.06)}
.mp-item-icon{transition:transform .22s ease}
.mp-card-pop{animation:mpCardPop .28s ease}
.mp-summary-group{padding:7px 0 4px;border-bottom:1px solid #edf1f6}
.mp-summary-group:last-child{border-bottom:0}
.mp-summary-group-title{display:block;padding:8px 0 3px;color:#334155;font-size:12px;letter-spacing:.06em;text-transform:uppercase}
.mp-summary-group .mp-summary-row{padding:8px 0;border:0}
.mp-summary-group .mp-summary-row span{font-size:13px}
.mp-completion-card{display:flex;align-items:center;gap:13px;margin:16px 0;padding:13px;border-radius:16px;background:linear-gradient(135deg,#f8fbff,#eef4ff);border:1px solid #dfe9fb}
.mp-completion-card>div:last-child{display:grid;gap:3px}
.mp-completion-card span{font-size:11px;color:#64748b;font-weight:700}
.mp-completion-card strong{font-size:12px;line-height:1.35;color:#23324a}
.mp-completion-ring{--mp-score:0;position:relative;flex:0 0 auto;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--mp-blue) calc(var(--mp-score)*1%),#dce7f7 0)}
.mp-completion-ring:before{content:"";position:absolute;inset:5px;background:#fff;border-radius:50%}
.mp-completion-ring strong{position:relative;z-index:1;color:var(--mp-blue);font-size:12px}
.mp-volume-card{margin:14px 0;padding:15px;border:1px solid #e2e8f0;border-radius:17px;background:#fbfdff}
.mp-volume-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.mp-volume-card-head span{font-size:12px;color:#64748b}
.mp-volume-card-head strong{font-size:21px;color:#10203a}
.mp-volume-meter{height:8px;margin:11px 0 14px;background:#e2e8f0;border-radius:999px;overflow:hidden}
.mp-volume-meter span{display:block;width:0;height:100%;background:linear-gradient(90deg,#22c55e,#2563eb,#7c3aed);border-radius:inherit;transition:width .45s ease}
.mp-truck-recommendation{display:flex;align-items:center;gap:10px}
.mp-truck-symbol{font-size:25px}
.mp-truck-recommendation div{display:grid;gap:2px}
.mp-truck-recommendation small{color:#94a3b8;font-size:10px}
.mp-truck-recommendation strong{font-size:12px;color:#334155}
.mp-smart-suggestions{margin:14px 0;padding:13px;background:#fffbeb;border:1px solid #fde68a;border-radius:16px}
.mp-smart-title{display:block;margin-bottom:7px;color:#a16207;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.mp-smart-list{display:grid;gap:7px}
.mp-smart-row{display:flex;align-items:flex-start;gap:8px}
.mp-smart-row p{margin:0;color:#713f12;font-size:11px;line-height:1.45}
.mp-draft-status{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:13px;color:#94a3b8;font-size:10px}
.mp-draft-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.1)}
.mp-complete-pulse .mp-shell{animation:mpCompletePulse .7s ease}
@keyframes mpCardPop{0%{transform:translateY(-3px) scale(1)}45%{transform:translateY(-3px) scale(1.025)}100%{transform:translateY(-3px) scale(1)}}
@keyframes mpCompletePulse{0%,100%{box-shadow:0 28px 80px rgba(15,23,42,.10)}50%{box-shadow:0 28px 90px rgba(37,99,235,.28)}}
@media(max-width:760px){
  .mp-header-side{width:100%;margin-top:22px}
  .mp-progress-wrap{margin-top:0}
  .mp-clear-all{justify-self:start}
}


/* Move Planner v0.4.0 — Move Details */
.mp-empty-illustration{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 12px;border-radius:18px;background:#eef4ff;font-size:29px}
.mp-details-flow{--mp-detail-blue:#2563eb;max-width:1120px;margin:0 auto;padding:28px;background:#f7f9fc;border:1px solid #e3e9f2;border-radius:28px;box-shadow:0 28px 80px rgba(15,23,42,.10)}
.mp-details-topbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;padding:4px 4px 26px;border-bottom:1px solid #e2e8f0}
.mp-details-back{justify-self:start;border:0;background:transparent;color:#64748b;font:inherit;font-size:13px;font-weight:800;cursor:pointer}
.mp-details-back:hover{color:#0f172a}
.mp-details-step-label{justify-self:end;color:#64748b;font-size:12px;font-weight:800}
.mp-details-progress{display:flex;align-items:center;justify-content:center}
.mp-details-progress span{width:32px;height:32px;display:grid;place-items:center;border:2px solid #cbd5e1;border-radius:50%;background:#fff;color:#94a3b8;font-size:12px;font-weight:900;transition:.25s}
.mp-details-progress span.is-active,.mp-details-progress span.is-done{border-color:var(--mp-detail-blue);background:var(--mp-detail-blue);color:#fff}
.mp-details-progress span.is-done:after{content:"✓";font-size:13px}
.mp-details-progress span.is-done{font-size:0}
.mp-details-progress i{width:42px;height:2px;background:#cbd5e1}
.mp-detail-panel{display:none;padding:38px 4px 8px}
.mp-detail-panel.is-active{display:block;animation:mpDetailIn .34s ease}
.mp-detail-intro{text-align:center;max-width:680px;margin:0 auto 28px}
.mp-detail-kicker{display:block;margin-bottom:8px;color:var(--mp-detail-blue);font-size:11px;font-weight:900;letter-spacing:.14em}
.mp-detail-intro h2{margin:0;color:#0f172a;font-size:clamp(26px,4vw,42px);line-height:1.08}
.mp-detail-intro p{margin:12px 0 0;color:#64748b;font-size:15px;line-height:1.6}
.mp-form-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:850px;margin:0 auto;padding:26px;background:#fff;border:1px solid #e2e8f0;border-radius:22px;box-shadow:0 15px 40px rgba(15,23,42,.06)}
.mp-field{display:grid;align-content:start;gap:9px}
.mp-field-wide{grid-column:1/-1}
.mp-field>label:not(.mp-consent){color:#334155;font-size:12px;font-weight:900}
.mp-field label b{color:#dc2626}
.mp-field input[type=text],.mp-field input[type=tel],.mp-field input[type=email],.mp-field input[type=date],.mp-field select,.mp-field textarea{width:100%;min-height:48px;padding:11px 13px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#0f172a;font:inherit;font-size:14px;box-sizing:border-box;outline:none;transition:.2s}
.mp-field textarea{min-height:105px;resize:vertical}
.mp-field input:focus,.mp-field select:focus,.mp-field textarea:focus{border-color:var(--mp-detail-blue);box-shadow:0 0 0 4px rgba(37,99,235,.1)}
.mp-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.mp-choice{position:relative;cursor:pointer}
.mp-choice input,.mp-segmented input{position:absolute;opacity:0;pointer-events:none}
.mp-choice span{display:grid;place-items:center;min-height:72px;padding:9px;text-align:center;border:1px solid #d7dee9;border-radius:13px;background:#fff;color:#334155;font-size:12px;font-weight:900;transition:.2s}
.mp-choice small{color:#94a3b8;font-size:9px;font-weight:700}
.mp-choice input:checked+span{border-color:var(--mp-detail-blue);background:#eff6ff;color:var(--mp-detail-blue);box-shadow:inset 0 0 0 1px var(--mp-detail-blue)}
.mp-segmented{display:flex;padding:4px;border:1px solid #d7dee9;border-radius:13px;background:#f8fafc}
.mp-segmented label{flex:1;position:relative;cursor:pointer}
.mp-segmented span{display:grid;place-items:center;min-height:38px;padding:5px;border-radius:9px;color:#64748b;font-size:11px;font-weight:900;transition:.2s}
.mp-segmented input:checked+span{background:#fff;color:var(--mp-detail-blue);box-shadow:0 3px 10px rgba(15,23,42,.08)}
.mp-consent{display:flex;align-items:flex-start;gap:10px;padding:14px;border-radius:13px;background:#f8fafc;color:#475569;font-size:12px;line-height:1.5;cursor:pointer}
.mp-consent input{margin-top:2px}
.mp-final-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:850px;margin:18px auto 0}
.mp-final-preview div{display:grid;gap:5px;padding:16px;border:1px solid #dbe4f0;border-radius:16px;background:#eef4ff;text-align:center}
.mp-final-preview span{color:#64748b;font-size:10px;font-weight:800}
.mp-final-preview strong{color:#17335e;font-size:15px}
.mp-details-actions{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;max-width:850px;margin:22px auto 0}
.mp-detail-prev,.mp-detail-next{min-height:48px;padding:11px 20px;border-radius:13px;font:inherit;font-size:13px;font-weight:900;cursor:pointer}
.mp-detail-prev{justify-self:start;border:1px solid #cbd5e1;background:#fff;color:#475569}
.mp-detail-next{justify-self:end;border:0;background:var(--mp-detail-blue);color:#fff;box-shadow:0 10px 24px rgba(37,99,235,.25)}
.mp-detail-next:hover{transform:translateY(-1px)}
.mp-detail-next:disabled{opacity:.7;cursor:default;transform:none}
.mp-detail-error{text-align:center;color:#dc2626;font-size:12px;font-weight:800}
.mp-detail-error.is-success{color:#15803d}
.mp-details-complete{animation:mpDetailsComplete .85s ease}
@keyframes mpDetailIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@keyframes mpDetailsComplete{50%{box-shadow:0 28px 90px rgba(34,197,94,.28)}}
@media(max-width:760px){
  .mp-details-flow{padding:17px 12px 90px;border-radius:20px}
  .mp-details-topbar{grid-template-columns:1fr auto;padding-bottom:18px}
  .mp-details-progress{grid-column:1/-1;grid-row:2}
  .mp-details-step-label{display:none}
  .mp-details-progress i{width:25px}
  .mp-detail-panel{padding-top:28px}
  .mp-form-card{grid-template-columns:1fr;padding:16px;gap:17px}
  .mp-field-wide{grid-column:auto}
  .mp-choice-grid{grid-template-columns:1fr}
  .mp-choice span{min-height:55px}
  .mp-final-preview{grid-template-columns:1fr}
  .mp-details-actions{grid-template-columns:1fr 1fr}
  .mp-detail-error{grid-column:1/-1;grid-row:1}
  .mp-detail-prev,.mp-detail-next{grid-row:2;width:100%}
}

/* Move Planner v0.5.0 — Pricing Engine */
.mp-live-price{display:grid;gap:7px;margin:14px 0;padding:15px;border:1px solid #bfdbfe;border-radius:16px;background:linear-gradient(135deg,#eff6ff,#fff)}
.mp-live-price>div{display:flex;align-items:center;justify-content:space-between;gap:12px}
.mp-live-price span{color:#475569;font-size:11px;font-weight:900}.mp-live-price strong{color:#1d4ed8;font-size:20px}.mp-live-price small{color:#64748b;font-size:10px;line-height:1.45}
.mp-input-suffix{display:flex;align-items:center;border:1px solid #cbd5e1;border-radius:12px;background:#fff;overflow:hidden}.mp-input-suffix:focus-within{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.1)}
.mp-input-suffix input{border:0!important;box-shadow:none!important;border-radius:0!important}.mp-input-suffix span{padding:0 13px;color:#64748b;font-size:12px;font-weight:900}.mp-field-help{margin-top:-3px;color:#94a3b8;font-size:10px;line-height:1.4}
.mp-estimate-card{max-width:850px;margin:18px auto 0;padding:24px;border:1px solid #bfdbfe;border-radius:20px;background:linear-gradient(145deg,#eff6ff 0%,#fff 58%);box-shadow:0 15px 40px rgba(37,99,235,.08)}
.mp-estimate-total{display:flex;align-items:end;justify-content:space-between;gap:16px;padding-bottom:17px;border-bottom:1px solid #dbeafe}.mp-estimate-total>span{color:#334155;font-size:15px;font-weight:900}.mp-estimate-total strong{color:#1d4ed8;font-size:clamp(28px,5vw,42px);line-height:1}
.mp-estimate-breakdown{display:grid;gap:0;margin-top:12px}.mp-estimate-breakdown>div{display:flex;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px dashed #dbe4f0;color:#64748b;font-size:11px}.mp-estimate-breakdown>div strong{color:#334155}.mp-estimate-breakdown>div.is-minimum{color:#1d4ed8}
.mp-estimate-card>p{margin:15px 0 0;color:#64748b;font-size:10px;line-height:1.55}
@media(max-width:760px){.mp-estimate-total{align-items:flex-start;flex-direction:column}}

/* Move Planner v0.6.0 — Fleet Recommendation */
.mp-fleet-recommendation{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;max-width:850px;margin:18px auto 0;padding:18px 20px;border:1px solid #bbf7d0;border-radius:18px;background:linear-gradient(145deg,#f0fdf4,#fff);box-shadow:0 12px 35px rgba(34,197,94,.08)}.mp-fleet-recommendation[hidden]{display:none}.mp-fleet-recommendation.is-partner{border-color:#bfdbfe;background:linear-gradient(145deg,#eff6ff,#fff)}.mp-fleet-recommendation.is-overflow{border-color:#fed7aa;background:linear-gradient(145deg,#fff7ed,#fff)}.mp-fleet-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:#fff;font-size:28px;box-shadow:0 7px 20px rgba(15,23,42,.08)}.mp-fleet-copy{display:grid;gap:4px}.mp-fleet-copy span{color:#16a34a;font-size:9px;font-weight:900;letter-spacing:.13em}.is-partner .mp-fleet-copy span{color:#2563eb}.is-overflow .mp-fleet-copy span{color:#ea580c}.mp-fleet-copy strong{color:#10203a;font-size:17px}.mp-fleet-copy small{color:#64748b;font-size:10px;line-height:1.4}.mp-fleet-util{display:grid;text-align:right}.mp-fleet-util strong{color:#17335e;font-size:23px}.mp-fleet-util span{color:#94a3b8;font-size:9px;font-weight:800}@media(max-width:600px){.mp-fleet-recommendation{grid-template-columns:auto 1fr}.mp-fleet-util{grid-column:1/-1;text-align:left;display:flex;align-items:baseline;gap:7px}}

.mp-crew-recommendation{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:16px;margin-top:14px;border:1px solid #dbeafe;background:#f8fbff;border-radius:18px}.mp-crew-recommendation[hidden]{display:none}.mp-crew-recommendation .mp-fleet-icon{font-size:30px}.mp-crew-recommendation .mp-fleet-copy{display:flex;flex-direction:column;gap:3px}.mp-crew-recommendation .mp-fleet-copy span{font-size:11px;font-weight:800;letter-spacing:.08em;color:#64748b}.mp-crew-recommendation .mp-fleet-copy strong{font-size:18px}.mp-crew-recommendation .mp-fleet-copy small{color:#64748b}.mp-crew-recommendation .mp-fleet-util{text-align:right;display:flex;flex-direction:column}.mp-crew-recommendation .mp-fleet-util strong{font-size:17px}.mp-crew-recommendation .mp-fleet-util span{font-size:11px;color:#64748b}@media(max-width:600px){.mp-crew-recommendation{grid-template-columns:auto 1fr}.mp-crew-recommendation .mp-fleet-util{grid-column:2;text-align:left}}

/* v0.7.1 Launch Ready */
.mp-submit-success{text-align:center;padding:64px 24px;background:#fff;border:1px solid #e7edf3;border-radius:24px;box-shadow:0 18px 50px rgba(15,23,42,.08)}
.mp-submit-success>span{display:grid;width:74px;height:74px;margin:0 auto 20px;place-items:center;border-radius:50%;background:#eaf8ef;color:#168447;font-size:36px;font-weight:800}.mp-submit-success h2{margin:0 0 10px;font-size:30px}.mp-submit-success p{color:#64748b}.mp-success-reference{display:inline-block;margin:18px 0;padding:12px 20px;border-radius:12px;background:#f1f5f9;font-size:21px;letter-spacing:.04em}.mp-new-request{display:block;margin:14px auto 0;border:0;border-radius:12px;padding:13px 22px;background:#172033;color:#fff;font-weight:700;cursor:pointer}

.mp-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}


/* v0.7.3 — resilient wizard validation */
.mp-detail-panel[hidden] { display: none !important; }
.mp-field.has-error label, .mp-consent.has-error { color: #b42318; }
.mp-field-invalid { border-color: #d92d20 !important; box-shadow: 0 0 0 3px rgba(217,45,32,.12) !important; }
.mp-choice-grid:has(.mp-field-invalid), .mp-segmented:has(.mp-field-invalid) { outline: 2px solid rgba(217,45,32,.35); outline-offset: 3px; border-radius: 14px; }
.mp-detail-error:not(:empty) { display: block; }


/* v0.8.0 Hero Mode */
.mp-hero-mode{max-width:1180px;margin:24px auto;padding:34px;border:1px solid #dbe5f4;border-radius:28px;background:linear-gradient(135deg,#fff 0%,#f5f9ff 100%);box-shadow:0 24px 70px rgba(19,52,105,.10);font-family:inherit;color:#102548}.mp-hero-copy span{font-size:12px;font-weight:800;letter-spacing:.14em;color:#1763ff}.mp-hero-copy h2{font-size:clamp(30px,4vw,52px);line-height:1.05;margin:8px 0 10px}.mp-hero-copy p{margin:0 0 25px;color:#60708d;font-size:17px}.mp-hero-form{display:grid;grid-template-columns:1fr 1fr .65fr auto;gap:12px;align-items:end}.mp-hero-form label span{display:block;margin:0 0 7px;font-size:13px;font-weight:800}.mp-hero-form input{box-sizing:border-box;width:100%;height:58px;border:1px solid #cfdaeb;border-radius:15px;background:#fff;padding:0 16px;font-size:15px;color:#102548;outline:none}.mp-hero-form input:focus{border-color:#1763ff;box-shadow:0 0 0 4px rgba(23,99,255,.10)}.mp-hero-form button{height:58px;border:0;border-radius:15px;padding:0 24px;background:#1763ff;color:#fff;font-size:15px;font-weight:800;white-space:nowrap;cursor:pointer;box-shadow:0 12px 25px rgba(23,99,255,.25)}.mp-hero-mode>small{display:block;margin-top:15px;color:#60708d}.mp-hero-form button:hover{transform:translateY(-1px)}@media(max-width:900px){.mp-hero-form{grid-template-columns:1fr 1fr}.mp-hero-form button{grid-column:1/-1}}@media(max-width:620px){.mp-hero-mode{padding:22px;border-radius:22px}.mp-hero-form{grid-template-columns:1fr}.mp-hero-form button{grid-column:auto}.mp-hero-copy h2{font-size:34px}}

@media(max-width:760px){.mp-app{margin-bottom:18px}.mp-mobile-bar{display:none!important}}


/* v0.8.2 — Built-in SVG icon library */
.mp-svg-icon{display:block;width:100%;height:100%;color:inherit}
.mp-room-tab-icon{width:25px;height:25px;display:grid;place-items:center;color:currentColor;flex:0 0 auto}
.mp-item-icon{width:68px;height:68px;margin:0 auto 12px;padding:13px;border-radius:19px;background:linear-gradient(145deg,#f3f7ff,#e7efff);color:#1f5fe0;box-shadow:inset 0 0 0 1px rgba(37,99,235,.08);transition:transform .22s ease}
.mp-item:hover .mp-item-icon{transform:translateY(-2px) scale(1.03)}
.mp-item.is-selected .mp-item-icon{background:linear-gradient(145deg,#eaf2ff,#dbe9ff);color:#174bb8}
@media(max-width:600px){.mp-item-icon{width:58px;height:58px;padding:11px}.mp-room-tab-icon{width:22px;height:22px}}


/* v0.8.5 — Mobile Navigation */
.mp-room-tab{position:relative;min-width:0}
.mp-room-tab-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mp-room-tab-count{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--mp-blue);color:#fff;font-size:11px;font-weight:900;line-height:1}
.mp-room-tab-count[hidden]{display:none!important}
.mp-room-tab.has-items:not(.is-active)::after{content:'✓';position:absolute;right:7px;top:6px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:#dcfce7;color:#15803d;font-size:10px;font-weight:900}
.mp-mobile-room-footer{display:none}

@media(max-width:760px){
  .mp-app{margin-bottom:18px}
  .mp-room-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:row;grid-auto-columns:auto;gap:9px;padding:14px;overflow:visible;scroll-snap-type:none}
  .mp-room-tab{width:100%;min-height:54px;padding:9px 8px;border:1px solid var(--mp-line);border-radius:14px;justify-content:flex-start;text-align:left;gap:7px}
  .mp-room-tab-icon{flex:0 0 auto}
  .mp-room-tab .mp-icon,.mp-room-tab svg{width:25px;height:25px}
  .mp-room-tab-label{font-size:12px;line-height:1.2;white-space:normal}
  .mp-room-tab-count{margin-left:auto;flex:0 0 auto}
  .mp-room-tab.has-items:not(.is-active)::after{display:none}
  .mp-mobile-room-footer{display:block;margin-top:18px;padding-top:18px;border-top:1px solid var(--mp-line)}
  .mp-mobile-room-total{display:flex;align-items:center;justify-content:center;gap:7px;margin-bottom:12px;color:var(--mp-muted);font-size:13px}
  .mp-mobile-room-total strong{color:var(--mp-ink)}
  .mp-mobile-room-actions{display:grid;grid-template-columns:auto minmax(0,1fr);gap:9px;align-items:center}
  .mp-mobile-room-actions:has(.mp-room-next:only-child){grid-template-columns:1fr}
  .mp-room-prev,.mp-room-next{min-height:50px;border-radius:14px;font-weight:800;cursor:pointer}
  .mp-room-prev{border:1px solid var(--mp-line);background:#fff;color:var(--mp-ink);padding:12px 14px}
  .mp-room-next{border:0;background:linear-gradient(135deg,var(--mp-blue),var(--mp-blue-dark));color:#fff;padding:12px 15px;box-shadow:0 10px 22px rgba(37,99,235,.22)}
  .mp-summary-empty{padding:18px 0}
  .mp-mobile-bar{display:none!important}
}
@media(max-width:360px){
  .mp-room-tabs{grid-template-columns:1fr}
  .mp-mobile-room-actions{grid-template-columns:1fr}
  .mp-room-prev{order:2}
}

/* v0.8.5.1 — Summary Empty State Hotfix */
.mp-summary-empty[hidden],.mp-summary-list[hidden]{display:none!important}

/* v0.8.6 — Additional services */
.mp-services-field{gap:8px}
.mp-service-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:6px}
.mp-service-groups section{display:grid;align-content:start;gap:9px;padding:16px;border:1px solid #dbe4f0;border-radius:16px;background:#fff}
.mp-service-groups section>strong{margin-bottom:2px;color:#10203a;font-size:13px}
.mp-service-groups section>label{display:flex;align-items:flex-start;gap:9px;padding:9px 10px;border:1px solid #e6ebf2;border-radius:11px;background:#f8fafc;color:#334155;font-size:12px;font-weight:700;line-height:1.35;cursor:pointer}
.mp-service-groups section>label:hover{border-color:#bfd1f4;background:#f3f7ff}
.mp-service-groups input{width:17px!important;height:17px!important;min-width:17px;margin:0!important;accent-color:#2563eb}
@media(max-width:800px){.mp-service-groups{grid-template-columns:1fr}}

/* Move Planner v0.8.7 — Services Studio */
.mp-services-studio-front{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:980px;margin:0 auto}
.mp-service-card{position:relative;cursor:pointer}
.mp-service-card>input{position:absolute;opacity:0;pointer-events:none}
.mp-service-card-inner{position:relative;display:flex;min-height:190px;height:100%;box-sizing:border-box;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:24px 18px;border:1px solid #dbe4f0;border-radius:20px;background:#fff;text-align:center;transition:.2s ease}
.mp-service-card:hover .mp-service-card-inner{transform:translateY(-2px);border-color:#93b4ff;box-shadow:0 12px 30px rgba(37,99,235,.08)}
.mp-service-card>input:checked+.mp-service-card-inner{border-color:#2563eb;background:#eff6ff;box-shadow:inset 0 0 0 1px #2563eb}
.mp-service-card-check{position:absolute;top:12px;right:12px;width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#2563eb;color:#fff;font-weight:900;opacity:0;transform:scale(.8);transition:.2s}
.mp-service-card>input:checked+.mp-service-card-inner .mp-service-card-check{opacity:1;transform:scale(1)}
.mp-service-card-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:17px;background:#eef4ff;font-size:28px}
.mp-service-card strong{color:#10203a;font-size:15px;line-height:1.3}
.mp-service-card small{color:#64748b;font-size:11px;line-height:1.5}
.mp-service-card em{font-style:normal;color:#1d4ed8;font-size:11px;font-weight:900}
@media(max-width:800px){.mp-services-studio-front{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mp-service-card-inner{min-height:165px;padding:20px 12px}}
@media(max-width:460px){.mp-services-studio-front{grid-template-columns:1fr}.mp-service-card-inner{min-height:145px}}
