/* EasyLeasey Phase 8: Move-In / Move-Out */
.move-shell{max-width:1440px;margin:0 auto;padding:24px;}
.move-hero{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;background:linear-gradient(135deg,#eff6ff,#fff 58%,#ecfeff);border:1px solid #dbeafe;border-radius:28px;padding:26px;box-shadow:0 18px 45px rgba(15,23,42,.08);margin-bottom:18px;}
.move-eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.13em;font-weight:800;color:#2563eb;margin-bottom:8px;}
.move-hero h1{font-size:clamp(26px,3vw,42px);line-height:1.05;margin:0 0 10px;color:#0f172a;max-width:880px;}
.move-hero p{margin:0;color:#475569;max-width:860px;font-size:15px;line-height:1.55;}
.move-hero-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;}
.move-flash{background:#ecfdf5;border:1px solid #bbf7d0;color:#166534;padding:12px 14px;border-radius:16px;margin-bottom:16px;font-weight:700;}
.move-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;}
.move-stat,.move-panel,.move-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 14px 34px rgba(15,23,42,.07);}
.move-stat{padding:18px;display:flex;flex-direction:column;gap:6px;}
.move-stat span{font-size:12px;color:#64748b;font-weight:800;text-transform:uppercase;letter-spacing:.08em;}.move-stat strong{font-size:32px;color:#0f172a;}.move-stat small{color:#64748b;}
.move-panel{padding:20px;margin-bottom:18px;}.move-panel-head{display:flex;justify-content:space-between;gap:14px;margin-bottom:14px;}.move-panel h2,.move-subpanel h3{margin:0;color:#0f172a;}.move-panel p{margin:4px 0 0;color:#64748b;}
.move-create-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:end;}.move-create-grid label,.move-stack label,.move-signature-form label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:800;color:#475569;text-transform:uppercase;letter-spacing:.06em;}.move-create-action{display:flex;align-items:end;}
.move-workflow-grid{display:grid;gap:18px;}.move-card{padding:20px;scroll-margin-top:20px;}.move-card-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:14px;}.move-card h2{margin:4px 0;color:#0f172a;font-size:22px;}.move-card p{margin:0;color:#64748b;}.move-type{display:inline-flex;padding:6px 10px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;}.move-type.move_out{background:#fef3c7;color:#92400e;}
.move-status-form{min-width:180px;}.move-progress{height:10px;background:#e2e8f0;border-radius:999px;overflow:hidden;margin-bottom:8px;}.move-progress>div{height:100%;background:linear-gradient(90deg,#2563eb,#06b6d4);border-radius:999px;}.move-mini-row{display:flex;justify-content:space-between;color:#64748b;font-size:13px;font-weight:700;margin-bottom:16px;}
.move-card-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}.move-subpanel{border:1px solid #e5e7eb;border-radius:20px;padding:16px;background:#f8fafc;}.move-subpanel h3{font-size:16px;margin-bottom:12px;}.move-checklist{display:grid;gap:8px;}.move-check-item{display:grid;grid-template-columns:1fr minmax(120px,220px);gap:8px;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:10px;}.move-check-item label{display:flex;gap:8px;align-items:center;font-weight:700;color:#334155;}.move-check-item.is-done label span{text-decoration:line-through;color:#94a3b8;}.move-note-input{border:1px solid #e5e7eb;border-radius:12px;padding:8px 10px;background:#fff;}
.move-stack{display:grid;gap:10px;}.move-inline-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:8px;align-items:end;margin-top:12px;}.move-money-row,.move-log-row{display:flex;justify-content:space-between;gap:10px;align-items:center;border-bottom:1px solid #e5e7eb;padding:8px 0;color:#475569;}.move-money-row strong,.move-log-row strong{color:#0f172a;}.move-signature-form{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end;margin-top:12px;}.move-signed{margin-top:10px;background:#ecfdf5;color:#166534;border:1px solid #bbf7d0;border-radius:12px;padding:10px;font-weight:700;}.move-empty{text-align:center;padding:34px;background:#fff;border:1px dashed #cbd5e1;border-radius:24px;color:#64748b;}.move-empty h2{color:#0f172a;margin:8px 0;}.move-empty-icon{font-size:34px;}
@media (max-width:1100px){.move-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.move-create-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.move-card-sections{grid-template-columns:1fr;}}
@media (max-width:768px){.move-shell{padding:14px 12px 92px;}.move-hero{display:block;padding:20px;border-radius:22px;}.move-hero-actions{justify-content:flex-start;margin-top:14px}.move-stat-grid,.move-create-grid{grid-template-columns:1fr;}.move-card{padding:14px;border-radius:20px;}.move-card-head{display:block}.move-status-form{margin-top:12px;}.move-check-item,.move-inline-form,.move-signature-form{grid-template-columns:1fr;}.move-subpanel{padding:13px}.move-hero h1{font-size:25px;}}
