.em-submit-job-wrap,.em-transporter-dashboard{max-width:1000px;margin:30px auto}.em-submit-job-form,.em-panel{background:#fff;border:1px solid #e2e2e2;border-radius:10px;padding:24px;box-sizing:border-box}.em-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.em-field{margin-bottom:18px}.em-field label{display:block;font-weight:600;margin-bottom:7px}.em-field input,.em-field select,.em-field textarea,.em-login-panel input[type=text],.em-login-panel input[type=password]{width:100%;padding:12px;border:1px solid #cfcfcf;border-radius:6px;box-sizing:border-box}.em-field small{display:block;margin-top:6px}.em-submit-button,.em-secondary-button,.em-login-panel input[type=submit]{display:inline-block;border:0;border-radius:6px;padding:13px 22px;font-weight:700;cursor:pointer;text-decoration:none;line-height:1.2}.em-secondary-button{border:1px solid #cfcfcf;background:#fff}.em-inline-button{margin-top:8px}.em-message{padding:14px 16px;border-radius:6px;margin-bottom:18px}.em-message-success{background:#edfaef;border:1px solid #70b979}.em-message-error{background:#fff1f1;border:1px solid #d77}.em-dashboard-header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px}.em-dashboard-header h2,.em-dashboard-header p{margin:0 0 6px}.em-dashboard-section{margin-top:32px}.em-job-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.em-job-card{background:#fff;border:1px solid #e2e2e2;border-radius:10px;padding:20px;box-sizing:border-box}.em-job-card h4{font-size:20px;margin:12px 0}.em-job-card p{margin:7px 0}.em-job-topline{display:flex;justify-content:space-between;align-items:center;gap:12px}.em-job-number{font-weight:700}.em-badge{display:inline-block;padding:5px 9px;border-radius:999px;background:#edf7ee;font-size:13px;font-weight:600}.em-badge-muted{background:#f0f0f0}.em-job-meta{display:flex;flex-wrap:wrap;gap:12px 24px;margin:18px 0}.em-job-description{line-height:1.7}.em-job-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}.em-job-gallery img{display:block;width:100%;height:180px;object-fit:cover;border-radius:7px}.em-table-wrap{overflow-x:auto}.em-public-table{width:100%;border-collapse:collapse;background:#fff}.em-public-table th,.em-public-table td{padding:12px;border:1px solid #e2e2e2;text-align:left;vertical-align:top}.em-public-table th{font-weight:700}.em-login-panel{max-width:520px;margin:0 auto}.em-login-panel p{margin-bottom:14px}.em-login-panel label{display:block;font-weight:600;margin-bottom:6px}.em-login-panel .login-remember label{font-weight:400}.em-login-panel .login-submit{margin-bottom:0}@media(max-width:700px){.em-grid,.em-job-cards{grid-template-columns:1fr}.em-submit-job-form,.em-panel,.em-job-card{padding:18px}.em-dashboard-header{align-items:flex-start;flex-direction:column}.em-job-gallery{grid-template-columns:1fr 1fr}.em-job-gallery img{height:140px}}

/* Customer Portal v0.3.1 */
.em-customer-portal { max-width: 980px; margin: 40px auto; }
.em-portal-header { display:flex; justify-content:space-between; gap:20px; align-items:flex-start; margin-bottom:24px; }
.em-portal-header h2 { margin:4px 0 2px; }
.em-eyebrow { display:block; font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; opacity:.65; }
.em-job-state { display:inline-flex; padding:8px 12px; border-radius:999px; background:#f0f0f1; font-weight:700; }
.em-job-state-assigned { background:#e7f7ed; }
.em-progress { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; margin:0 0 24px; }
.em-progress-step { padding:10px; border-radius:8px; background:#f0f0f1; text-align:center; font-size:14px; }
.em-progress-step.is-complete { background:#e7f7ed; font-weight:700; }
.em-progress-step.is-current { background:#fff4d6; }
.em-job-summary { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-bottom:28px; }
.em-job-summary > div, .em-selected-grid > div { background:#fff; border:1px solid #e1e1e1; border-radius:10px; padding:16px; }
.em-job-summary strong, .em-selected-grid strong { display:block; margin-bottom:5px; font-size:13px; opacity:.7; }
.em-section-title { margin:28px 0 14px; }
.em-offers-grid { display:grid; gap:18px; }
.em-offer-card, .em-selected-card, .em-empty-state { background:#fff; border:1px solid #dedede; border-radius:14px; padding:22px; box-shadow:0 8px 24px rgba(0,0,0,.05); }
.em-offer-top { display:flex; align-items:flex-start; justify-content:space-between; gap:20px; }
.em-offer-top h3 { margin:4px 0 0; }
.em-offer-price { font-size:24px; font-weight:800; white-space:nowrap; }
.em-offer-meta { margin:12px 0; font-weight:600; }
.em-button-full { width:100%; margin-top:14px; }
.em-selected-card { border-width:2px; }
.em-selected-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin:18px 0; }
.em-message { padding:14px 16px; border-radius:10px; margin-bottom:20px; }
.em-message-success { background:#e7f7ed; }
.em-message-error { background:#fde8e8; }
@media (max-width:700px) {
    .em-portal-header, .em-offer-top { display:block; }
    .em-job-state { margin-top:12px; }
    .em-progress { grid-template-columns:1fr 1fr; }
    .em-job-summary, .em-selected-grid { grid-template-columns:1fr; }
    .em-offer-price { margin-top:10px; }
}


/* v0.4.0 Reviews */
.em-complete-form { margin-top: 24px; }
.em-review-card { margin-top: 28px; padding: 28px; border: 1px solid #e2e4e7; border-radius: 14px; background: #fff; }
.em-review-card h3 { margin-top: 6px; }
.em-review-card textarea { width: 100%; box-sizing: border-box; margin: 10px 0 18px; padding: 12px; border: 1px solid #c3c4c7; border-radius: 8px; }
.em-rating-summary { margin: 8px 0 14px; font-weight: 600; }
.em-review-stars { margin: 8px 0 12px; font-size: 30px; line-height: 1; letter-spacing: 2px; color: #b46900; }
.em-rating-field { margin: 18px 0; padding: 0; border: 0; }
.em-rating-field legend { margin-bottom: 8px; font-weight: 700; }
.em-rating-options { display: inline-flex; flex-direction: row-reverse; gap: 5px; }
.em-rating-options input { position: absolute; opacity: 0; pointer-events: none; }
.em-rating-options label { cursor: pointer; font-size: 38px; line-height: 1; color: #c3c4c7; transition: color .15s ease, transform .15s ease; }
.em-rating-options label:hover,
.em-rating-options label:hover ~ label,
.em-rating-options input:checked ~ label { color: #b46900; }
.em-rating-options label:hover { transform: scale(1.08); }

/* v0.4.1 Stability & UX polish */
.em-public-wrap { overflow-wrap: anywhere; }
.em-public-wrap a:focus-visible,
.em-public-wrap button:focus-visible,
.em-public-wrap input:focus-visible,
.em-public-wrap textarea:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 3px;
}
.em-progress-step {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 44px;
}
.em-progress-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(0,0,0,.08);
    font-size: 12px;
    font-weight: 800;
}
.em-progress-step.is-complete .em-progress-number { background: rgba(0,100,40,.14); }
.em-progress-step.is-current { box-shadow: inset 0 0 0 2px rgba(180,105,0,.25); font-weight: 700; }
.em-message-muted { background: #f0f0f1; color: #50575e; margin: 14px 0 0; }
.em-selected-grid a { word-break: break-word; }
.em-button { cursor: pointer; }
.em-button[disabled] { cursor: not-allowed; opacity: .6; }
@media (max-width: 700px) {
    .em-customer-portal { margin: 22px auto; }
    .em-progress { grid-template-columns: 1fr; }
    .em-progress-step { justify-content: flex-start; text-align: left; }
    .em-offer-card, .em-selected-card, .em-review-card { padding: 18px; }
    .em-review-stars { font-size: 26px; }
    .em-rating-options label { font-size: 34px; }
}

/* v0.5.0 Public transporter profiles */
.em-directory-header { margin-bottom: 24px; }
.em-directory-header h2 { margin: 5px 0 8px; }
.em-transporter-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.em-transporter-card { background: #fff; border: 1px solid #dedede; border-radius: 14px; padding: 22px; box-shadow: 0 8px 24px rgba(0,0,0,.05); }
.em-transporter-card-top { display: flex; align-items: center; gap: 14px; }
.em-transporter-card h3 { margin: 0 0 5px; }
.em-avatar { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 50%; background: #f0f0f1; font-size: 22px; font-weight: 800; }
.em-avatar-large { width: 86px; height: 86px; font-size: 36px; }
.em-verified-badge { display: inline-block; padding: 4px 8px; border-radius: 999px; background: #e7f7ed; color: #075b24; font-size: 13px; font-weight: 700; }
.em-transporter-facts { display: grid; gap: 6px; margin: 18px 0 10px; }
.em-rating-empty { color: #646970; }
.em-profile-hero { display: flex; align-items: center; gap: 20px; padding: 26px; margin: 16px 0 22px; border: 1px solid #dedede; border-radius: 16px; background: #fff; }
.em-profile-heading h1 { margin: 4px 0 8px; }
.em-profile-rating { margin-top: 13px; }
.em-stars { color: #b46900; letter-spacing: 1px; }
.em-profile-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr); gap: 22px; align-items: start; }
.em-profile-layout .em-panel { margin-bottom: 22px; }
.em-profile-description { line-height: 1.7; }
.em-profile-sidebar { position: sticky; top: 24px; }
.em-profile-sidebar dl { margin: 0; }
.em-profile-sidebar dl div { padding: 12px 0; border-bottom: 1px solid #eee; }
.em-profile-sidebar dt { font-size: 13px; font-weight: 700; color: #646970; }
.em-profile-sidebar dd { margin: 4px 0 0; }
.em-profile-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.em-profile-links a { padding: 8px 11px; border: 1px solid #c3c4c7; border-radius: 8px; text-decoration: none; }
.em-privacy-note { margin-top: 20px; padding: 12px; border-radius: 8px; background: #f6f7f7; font-size: 13px; }
.em-public-review { padding: 18px 0; border-bottom: 1px solid #eee; }
.em-public-review:last-child { border-bottom: 0; }
.em-public-review p { margin: 10px 0; }
.em-public-review small { color: #646970; }
.em-transporter-name-link { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
@media (max-width: 900px) {
    .em-transporter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .em-profile-layout { grid-template-columns: 1fr; }
    .em-profile-sidebar { position: static; }
}
@media (max-width: 600px) {
    .em-transporter-grid { grid-template-columns: 1fr; }
    .em-profile-hero { align-items: flex-start; padding: 20px; }
    .em-avatar-large { width: 64px; height: 64px; font-size: 27px; }
}


/* v0.5.6 Pilot Safety */
.em-upload-progress { margin-top:18px; padding:16px; border:1px solid #dcdcde; border-radius:10px; background:#fff; }
.em-upload-progress-track { height:12px; overflow:hidden; border-radius:999px; background:#e5e5e5; }
.em-upload-progress-bar { width:0; height:100%; background:currentColor; transition:width .15s linear; }
.em-upload-progress-text { margin-top:10px; font-weight:700; }
.em-submit-job-form.is-submitting { opacity:.92; }
.em-submit-job-form.is-submitting input,
.em-submit-job-form.is-submitting textarea,
.em-submit-job-form.is-submitting select { pointer-events:none; }

/* v0.5.7 Gallery & Directory Polish */
.em-transporter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.em-transporter-card { display: flex; flex-direction: column; min-height: 100%; padding: 26px; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.em-transporter-card:hover { transform: translateY(-3px); border-color: #c7c7c7; box-shadow: 0 14px 34px rgba(0,0,0,.09); }
.em-transporter-card > p { flex-grow: 1; line-height: 1.65; }
.em-transporter-card .em-button-full { margin-top: auto; }
.em-pagination { margin-top: 32px; }
.em-pagination ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.em-pagination a, .em-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; min-height: 42px; padding: 7px 12px; border: 1px solid #d5d7da; border-radius: 9px; background: #fff; color: inherit; text-decoration: none; box-sizing: border-box; }
.em-pagination .current { border-color: currentColor; font-weight: 800; box-shadow: inset 0 0 0 1px currentColor; }
.em-pagination a:hover { transform: translateY(-1px); box-shadow: 0 5px 14px rgba(0,0,0,.08); }
.em-lightbox-link { display: block; position: relative; overflow: hidden; border-radius: 8px; cursor: zoom-in; }
.em-lightbox-link::after { content: '⌕'; position: absolute; right: 9px; bottom: 9px; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(0,0,0,.68); color: #fff; font-size: 22px; opacity: 0; transform: translateY(4px); transition: opacity .18s ease, transform .18s ease; }
.em-lightbox-link:hover::after, .em-lightbox-link:focus-visible::after { opacity: 1; transform: translateY(0); }
.em-lightbox-link img { transition: transform .22s ease; }
.em-lightbox-link:hover img { transform: scale(1.025); }
.em-lightbox { position: fixed; inset: 0; z-index: 999999; display: none; align-items: center; justify-content: center; padding: 34px; background: rgba(0,0,0,.88); box-sizing: border-box; }
.em-lightbox.is-open { display: flex; }
.em-lightbox-image { display: block; max-width: min(1200px, 94vw); max-height: 88vh; object-fit: contain; border-radius: 8px; box-shadow: 0 24px 80px rgba(0,0,0,.45); }
.em-lightbox-close { position: fixed; top: 16px; right: 20px; width: 46px; height: 46px; border: 0; border-radius: 50%; background: #fff; color: #111; font-size: 34px; line-height: 1; cursor: pointer; }
.em-lightbox-hint { position: fixed; left: 50%; bottom: 14px; transform: translateX(-50%); color: #fff; font-size: 13px; text-align: center; }
body.em-lightbox-open { overflow: hidden; }
@media (max-width: 700px) {
    .em-transporter-grid { grid-template-columns: 1fr; gap: 18px; }
    .em-transporter-card { padding: 20px; }
    .em-lightbox { padding: 16px; }
    .em-lightbox-image { max-width: 96vw; max-height: 82vh; }
    .em-lightbox-hint { width: 90%; }
}

/* EasyMove v0.2.0 – multi-step request form */
.em-submit-job-wrap{max-width:980px;margin:0 auto}.em-step-form{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:32px;box-shadow:0 18px 55px rgba(15,23,42,.08)}.em-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.em-step-progress{position:relative;display:flex;justify-content:space-between;margin:0 0 38px}.em-progress-line{position:absolute;left:5%;right:5%;top:18px;height:3px;background:#e5e7eb}.em-progress-line span{display:block;width:0;height:100%;background:currentColor;transition:width .25s ease}.em-step-dot{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:6px;width:16%;padding:0;border:0;background:transparent;color:#64748b;cursor:default}.em-step-dot b{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:3px solid #e5e7eb;border-radius:50%;background:#fff}.em-step-dot small{font-size:12px}.em-step-dot.is-active,.em-step-dot.is-complete{color:inherit}.em-step-dot.is-active b,.em-step-dot.is-complete b{border-color:currentColor;font-weight:800}.em-step-dot.is-complete b{background:currentColor;color:#fff}.em-form-step{display:none;animation:emFade .22s ease}.em-form-step.is-active{display:block}@keyframes emFade{from{opacity:.25;transform:translateY(8px)}to{opacity:1;transform:none}}.em-step-heading{text-align:center;margin-bottom:28px}.em-step-heading>span{font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.em-step-heading h2{margin:6px 0 8px;font-size:clamp(25px,4vw,36px)}.em-step-heading p{margin:0;color:#64748b}.em-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.em-choice-card{position:relative;display:flex;min-height:150px;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:20px;border:2px solid #e5e7eb;border-radius:15px;text-align:center;cursor:pointer;transition:.18s ease}.em-choice-card:hover{transform:translateY(-2px);border-color:#94a3b8;box-shadow:0 8px 24px rgba(15,23,42,.07)}.em-choice-card input{position:absolute;opacity:0}.em-choice-card:has(input:checked){border-color:currentColor;box-shadow:inset 0 0 0 1px currentColor,0 8px 24px rgba(15,23,42,.08)}.em-choice-icon{font-size:32px}.em-choice-card small{color:#64748b}.em-choice-compact{min-height:85px}.em-route-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.em-route-card{padding:22px;border:1px solid #e5e7eb;border-radius:15px;background:#f8fafc}.em-route-card h3{display:flex;align-items:center;gap:9px;margin-top:0}.em-route-card h3 span{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:50%;background:currentColor;color:#fff}.em-step-form .em-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.em-step-form .em-wide{grid-column:1/-1}.em-step-form .em-field label{display:block;margin-bottom:6px;font-weight:700}.em-step-form input,.em-step-form select,.em-step-form textarea{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:10px;padding:12px 13px;background:#fff}.em-step-form input:focus,.em-step-form select:focus,.em-step-form textarea:focus{outline:2px solid currentColor;outline-offset:1px}.em-check-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.em-check-card{display:flex;align-items:center;gap:10px;padding:16px;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer}.em-check-card input{position:absolute;opacity:0}.em-check-card span{display:inline-flex;width:25px;height:25px;align-items:center;justify-content:center;border:2px solid #cbd5e1;border-radius:6px;color:transparent}.em-check-card:has(input:checked){border-color:currentColor}.em-check-card:has(input:checked) span{background:currentColor;border-color:currentColor;color:#fff}.em-date-fields{margin-top:20px}.em-consent{display:flex;align-items:flex-start;gap:10px;margin-top:22px;padding:15px;border-radius:10px;background:#f8fafc}.em-consent input{width:auto;margin-top:4px}.em-review-summary{margin-top:22px;padding:18px;border:1px solid #e5e7eb;border-radius:12px}.em-review-summary h3{margin-top:0}.em-step-actions{display:flex;justify-content:space-between;gap:12px;margin-top:30px;padding-top:20px;border-top:1px solid #e5e7eb}.em-step-actions button{min-width:145px;padding:13px 20px;border-radius:10px;font-weight:800;cursor:pointer}.em-prev-button{border:1px solid #cbd5e1;background:#fff}.em-next-button,.em-submit-button{margin-left:auto;border:0;background:#111827;color:#fff}.em-image-preview{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.em-image-preview div{overflow:hidden;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.em-image-preview img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.em-image-preview small{display:block;overflow:hidden;padding:6px;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:760px){.em-step-form{padding:20px 15px;border-radius:14px}.em-step-dot small{display:none}.em-choice-grid,.em-check-grid,.em-route-grid{grid-template-columns:1fr}.em-choice-card{min-height:110px}.em-step-form .em-grid{grid-template-columns:1fr}.em-image-preview{grid-template-columns:repeat(2,1fr)}.em-step-actions button{min-width:0;flex:1}.em-step-heading{text-align:left}.em-step-progress{margin-bottom:26px}}
