.portal-page [hidden]{display:none!important}
#refresh-dashboard{margin-bottom:24px}
.profile-edit{border-top:1px solid var(--line);padding-top:18px;margin-top:16px}
.profile-edit summary{cursor:pointer;font-weight:700;color:var(--ink);padding:10px 0}
.order-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}
.order-details div{background:#f2f7f9;border-radius:10px;padding:10px;overflow-wrap:anywhere}
.order-details dt{font-size:.75rem;color:var(--muted)}
.order-details dd{margin:4px 0 0;font-size:.9rem}
.order-response{border-left:3px solid #577e9f;background:#f2f7f9;padding:12px;margin-top:12px;white-space:pre-wrap}
.notification-whatsapp{margin:-8px 0 24px;color:var(--blue);border-color:var(--line)}
.order-info p,.admin-order-info p{white-space:pre-wrap;overflow-wrap:anywhere}
.admin-order-row .order-update-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:stretch;max-width:none;grid-column:1/-1}
.order-update-form .full-width{grid-column:1/-1}
.order-update-form label{display:grid;gap:4px;font-size:.85rem;color:var(--muted)}
.order-update-form input,.order-update-form textarea,.order-update-form select{box-sizing:border-box;width:100%;min-width:0;border:1px solid var(--line);padding:10px;border-radius:8px;color:var(--ink);background:white;font:inherit}
.order-info,.admin-order-info,.admin-order-customer,.technician-row>div{min-width:0;overflow-wrap:anywhere}
.admin-order-row{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}
.portal-page input:focus-visible,.portal-page textarea:focus-visible,.portal-page select:focus-visible,.profile-edit summary:focus-visible{outline:2px solid #577e9f;outline-offset:3px}
.technician-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:12px;align-items:end}
.technician-form label{display:grid;gap:6px;font-size:.8rem}
.technician-form input{width:100%;box-sizing:border-box;padding:10px;border:1px solid var(--line);border-radius:8px}
.technician-row{display:flex;justify-content:space-between;gap:12px;align-items:center;border-top:1px solid var(--line);padding:12px 0;margin-top:12px}
.technician-row p{color:var(--muted);overflow-wrap:anywhere}
@media(max-width:800px){.technician-form{grid-template-columns:1fr 1fr}.order-details,.admin-order-row{grid-template-columns:1fr}}
@media(max-width:500px){.technician-form,.admin-order-row .order-update-form{grid-template-columns:1fr}.technician-row{align-items:flex-start;flex-direction:column}.order-update-form .full-width{grid-column:auto}}
