/* hm-marketplace User Listings — scoped styles. Provides the handful of utility
   classes the theme's project-card component needs (the Tailwind bundle is not
   loaded on Elementor listing singles), all scoped under .hmul so nothing leaks. */
.hmul{--primary:#B78F01;--primary-dark:#8f7301;font-family:'Cairo','Tajawal',system-ui,Segoe UI,Arial,sans-serif;color:#1f2430;max-width:1200px;margin:1.5rem auto;padding:0 16px}
.hmul *{box-sizing:border-box}
.hmul a{text-decoration:none}

/* ---- expandable project panel (top of project page) ---- */
.hmul-panel{background:#fbf9f3;border:1px solid #ece6d6;border-radius:18px;margin:0 0 24px;overflow:hidden}
.hmul-panel>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:16px 20px;background:linear-gradient(90deg,color-mix(in srgb, var(--primary,#B78F01) 10%, transparent),transparent);font-weight:800}
.hmul-panel>summary::-webkit-details-marker{display:none}
.hmul-panel-title{font-size:1.15rem;color:#1f2430;display:flex;align-items:center;gap:10px}
.hmul-count{background:var(--primary);color:#fff;border-radius:999px;font-size:.8rem;padding:2px 10px;font-weight:800}
.hmul-toggle{font-size:.82rem;color:var(--primary-dark);font-weight:700}
.hmul-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px;padding:18px 20px 22px}
.hmul-purpose-badge{display:inline-block;background:color-mix(in srgb, var(--primary,#B78F01) 12%, transparent);color:var(--primary-dark);font-weight:800;border-radius:999px;padding:1px 8px;font-size:.72rem}

/* ---- form ---- */
.hmul-form-card{background:#fff;border:1px solid #ece6d6;border-radius:18px;padding:24px;max-width:880px;margin:0 auto}
.hmul-form-card h2{margin:0 0 4px;font-size:1.5rem;font-weight:800}
.hmul-quota{color:#6b7280;font-size:.9rem;margin:0 0 16px}
.hmul-form{display:flex;flex-direction:column;gap:14px}
.hmul-form label{display:flex;flex-direction:column;gap:6px;font-weight:700;font-size:.9rem}
.hmul-form input,.hmul-form select,.hmul-form textarea{padding:11px 12px;border:1px solid #e2ddcf;border-radius:10px;font:inherit;font-weight:500;width:100%}
.hmul-form .row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}
.hmul-form h3{margin:8px 0 0;font-size:1.05rem}
.hmul-purpose{display:flex;gap:10px;flex-wrap:wrap}
.hmul-radio{flex-direction:row!important;align-items:center;gap:6px;background:#faf8f3;border:1px solid #e2ddcf;border-radius:10px;padding:8px 14px;font-weight:700;cursor:pointer}
.hmul-project{position:relative;display:flex;flex-direction:column;gap:6px}
.hmul-results{position:relative;display:none;flex-direction:column;border:1px solid #e2ddcf;border-radius:10px;overflow:hidden}
.hmul-results.show{display:flex}
.hmul-results button{text-align:start;background:#fff;border:0;border-bottom:1px solid #f0ece1;padding:9px 12px;cursor:pointer;font:inherit}
.hmul-results button:hover{background:#faf6ea}
.hmul-other{flex-direction:row!important;align-items:center;gap:6px;font-weight:600}
.hmul-unit{background:#faf8f3;border:1px dashed #e2ddcf;border-radius:10px;padding:10px}
.hmul-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--primary);color:var(--on-primary,#1b1b1b);font-weight:800;border:0;border-radius:12px;padding:12px 20px;cursor:pointer;font-size:1rem}
.hmul-btn:hover{background:var(--primary-dark);color:#fff}
.hmul-btn.ghost{background:transparent;color:var(--primary-dark);border:1.5px dashed var(--primary);width:fit-content}
.hmul-ok{background:#e9f8ee;border:1px solid #9bd9b1;border-radius:10px;padding:12px;font-weight:700;margin-bottom:12px}
.hmul-bad{background:#fdecec;border:1px solid #e5a3a3;color:#8a1f1f;border-radius:10px;padding:12px;font-weight:700;margin-bottom:12px}
.hmul-note{background:#fff7e6;border:1px solid #f0d999;border-radius:12px;padding:12px 16px}

/* ---- required fields: the red star + inline validation errors ---- */
.hmul-req{color:#c43d3d;font-weight:800}
/* form labels are flex-COLUMN, which would push the star onto its own row — display:contents merges
   its "*" into the caption's anonymous text item so it stays glued to the label text */
.hmul-form label > .hmul-req{display:contents}
.hmul-req-note{color:#6b6353;font-size:.85rem;margin:0 0 4px}
.hmul-invalid{scroll-margin-top:110px}
.hmul-form .hmul-invalid input:not([type=checkbox]):not([type=radio]),
.hmul-form .hmul-invalid select,
.hmul-form .hmul-invalid textarea{border-color:#c43d3d!important;box-shadow:0 0 0 3px rgba(196,61,61,.14)!important}
.hmul-field-err{display:block;color:#b3261e;font-size:.82rem;font-weight:700}
/* composite blocks (project / photos): an outline frame, so flagging them never shifts the layout */
.hmul-project.hmul-invalid,.hmul-images.hmul-invalid{outline:2px solid rgba(196,61,61,.6);outline-offset:6px;border-radius:8px}

/* ---- scoped utilities for the reused theme project-card component ---- */
.hmul .relative{position:relative}.hmul .absolute{position:absolute}.hmul .inset-0{inset:0}
.hmul .bg-white{background:#fff}.hmul .rounded-2xl{border-radius:1rem}.hmul .rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.hmul .rounded-full{border-radius:9999px}
.hmul .shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.hmul .shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.08)}
.hmul .overflow-hidden{overflow:hidden}.hmul .h-full{height:100%}.hmul .h-56{height:14rem}.hmul .w-full{width:100%}
.hmul .flex{display:flex}.hmul .flex-col{flex-direction:column}.hmul .block{display:block}.hmul .inline-block{display:inline-block}
.hmul .items-center{align-items:center}.hmul .justify-center{justify-content:center}.hmul .justify-between{justify-content:space-between}.hmul .mt-auto{margin-top:auto}
.hmul .object-cover{object-fit:cover}.hmul .z-10{z-index:10}
.hmul .p-4{padding:1rem}.hmul .px-4{padding-inline:1rem}.hmul .pb-4{padding-bottom:1rem}.hmul .px-2{padding-inline:.5rem}.hmul .py-1{padding-block:.25rem}.hmul .py-2{padding-block:.5rem}
.hmul .top-3{top:.75rem}.hmul .right-3{right:.75rem}.hmul .left-3{left:.75rem}.hmul .mx-2{margin-inline:.5rem}.hmul .mb-0{margin-bottom:0}
.hmul .text-white{color:#fff}.hmul .text-gray-800{color:#1f2937}.hmul .text-gray-500{color:#6b7280}.hmul .text-xs{font-size:.75rem}.hmul .text-sm{font-size:.875rem}.hmul .text-4xl{font-size:2.25rem}
.hmul .font-bold{font-weight:700}.hmul .font-semibold{font-weight:600}.hmul .font-cairo{font-family:'Cairo',sans-serif}.hmul .leading-normal{line-height:1.5}
.hmul .bg-primary{background:var(--primary)}.hmul .text-primary{color:var(--primary)}.hmul .border-2{border-width:2px;border-style:solid}.hmul .border-white{border-color:#fff}
.hmul .bg-green-500{background:#22c55e}.hmul .bg-blue-500{background:#3b82f6}.hmul .w-9{width:2.25rem}.hmul .h-9{height:2.25rem}.hmul .w-4{width:1rem}.hmul .h-4{height:1rem}
.hmul .bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--primary),var(--primary-dark))}
.hmul .transition-shadow,.hmul .transition-colors,.hmul .transition-transform{transition:.25s}
.hmul .line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.hmul .group:hover .group-hover\:scale-105{transform:scale(1.05)}
.hmul .group:hover .group-hover\:text-primary{color:var(--primary)}
.hmul .hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.12)}
.hmul .hover\:bg-green-600:hover{background:#16a34a}.hmul .hover\:bg-blue-600:hover{background:#2563eb}.hmul .hover\:bg-primary-dark:hover{background:var(--primary-dark)}
.hmul .bg-primary\/10{background:color-mix(in srgb, var(--primary,#B78F01) 10%, transparent)}
.hmul .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.hmul article{height:100%}
@media(max-width:640px){.hmul-grid{grid-template-columns:1fr}}
.hmul-trial{background:#fff7e0;border:1px solid #e7c200;color:#6b5500;border-radius:10px;padding:.6rem .9rem;margin:.4rem 0 .8rem;font-weight:600;font-size:.95rem}

/* ---- multi-purpose checkboxes, fieldset groups, project lock/clear (added) ---- */
/* FIX: the global width:100% on .hmul-form inputs was stretching checkboxes full-width,
   pushing their labels away (very visible in RTL). Keep check/radio intrinsic. */
.hmul-form input[type=checkbox],.hmul-form input[type=radio]{width:auto;flex:0 0 auto;margin:0}
.hmul-check{flex-direction:row!important;align-items:center;gap:8px;background:#faf8f3;border:1px solid #e2ddcf;border-radius:10px;padding:9px 14px;font-weight:700;cursor:pointer}
.hmul-check input:checked + *,.hmul-check:has(input:checked){border-color:var(--primary)}
.hmul-other{flex-direction:row!important;align-items:center;gap:8px;font-weight:600}
.hmul-group{border:1px solid #ece6d6;border-radius:12px;padding:6px 14px 14px;margin:0}
.hmul-group>legend{font-weight:800;font-size:.9rem;padding:0 8px;color:var(--primary-dark)}
.hmul-exchange-hint{margin:0}
.hmul-search-wrap{position:relative;display:flex}
.hmul-search-wrap input{padding-inline-end:40px}
#hmul-project-search.locked{background:#f3f1ea;font-weight:700;cursor:default;color:#1f2430}
.hmul-clear{position:absolute;inset-inline-end:8px;top:50%;transform:translateY(-50%);width:26px;height:26px;min-width:26px;border:0;border-radius:50%;background:#e6e2d4;color:#555!important;cursor:pointer;font-size:.75rem;line-height:1;display:flex;align-items:center;justify-content:center;padding:0} /* !important: theme paints bare buttons pink (#cc3366) */
.hmul-clear:hover{background:var(--primary);color:#fff!important}

/* ---- optional-field activator (e.g. installment plan) + image uploader/thumbnail picker (added) ---- */
.hmul-activate{width:fit-content}
.hmul-optional{margin-top:4px}

/* ---- sale-price types (cash / installment): checkboxes + revealed blocks + card/modal labels ---- */
.hmul-price-types{margin:6px 0 2px}
.hmul-installment-block{margin-top:4px}
.hmul-headline-choice{margin-top:6px}
.hmul-price-kind{display:inline-block;background:color-mix(in srgb, var(--primary,#B78F01) 12%, transparent);color:var(--primary-dark);font-weight:800;border-radius:999px;padding:1px 8px;font-size:.7rem;vertical-align:middle;margin-inline-start:6px}
.hmul-modal-pricelist{margin:8px 0 0;font-weight:700;color:#1f2430;font-size:.95rem;line-height:1.8}
.hmul-modal-pricelist small{font-weight:600;color:#6b7280}
.hmul-pricekind-tag{display:inline-block;min-width:62px;text-align:center;background:color-mix(in srgb, var(--primary,#B78F01) 12%, transparent);color:var(--primary-dark);font-weight:800;border-radius:999px;padding:1px 8px;font-size:.72rem;margin-inline-end:6px}
.hmul-images{display:flex;flex-direction:column;gap:8px}
.hmul-previews{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}
.hmul-thumb{position:relative;display:block;border:2px solid #e2ddcf;border-radius:10px;overflow:hidden;cursor:pointer;aspect-ratio:4/3;background:#faf8f3}
.hmul-thumb img{width:100%!important;height:100%!important;object-fit:cover;display:block}
.hmul-thumb input[type=radio]{position:absolute;inset-inline-start:6px;top:6px;z-index:2;cursor:pointer}
.hmul-thumb.is-cover{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb, var(--primary,#B78F01) 35%, transparent)}
.hmul-thumb .hmul-thumb-tag{position:absolute;inset-inline-end:6px;top:6px;background:rgba(0,0,0,.55);color:#fff;font-size:.66rem;font-weight:800;border-radius:999px;padding:1px 8px;opacity:0;transition:.2s}
.hmul-thumb.is-cover .hmul-thumb-tag{opacity:1}
.hmul-thumb.is-cover .hmul-thumb-tag::after{content:'★ Cover'}
.hmul[dir=rtl] .hmul-thumb.is-cover .hmul-thumb-tag::after{content:'★ الغلاف'}

/* project panel: responsive "show all / show less" (JS hides cells beyond ~2 rows for the viewport) */
.hmul-grid .hmul-cell.is-hidden{display:none}
.hmul-showall{display:flex;align-items:center;justify-content:center;gap:6px;margin:16px auto 2px;cursor:pointer;width:fit-content}
.hmul-card-media,.hmul-card-title{cursor:pointer}

/* ===== In-page listing DETAIL modal (B2): #listing-<id> :target = no-JS baseline; JS adds is-open ===== */
.hmul-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:20px}
.hmul-modal.is-open{display:flex}                         /* JS-controlled (source of truth when JS on) */
html:not(.hmul-js) .hmul-modal:target{display:flex}       /* no-JS fallback only (avoids :target vs History API conflict) */
.hmul-modal-backdrop{position:absolute;inset:0;background:rgba(15,18,24,.6);cursor:pointer}
/* The box is a fixed-height flex column whose .hmul-modal-body scrolls; the gallery lives inside that body so it scrolls with the content (it is no longer pinned). overflow:hidden keeps the rounded-card corners. */
.hmul-modal-box{position:relative;z-index:1;background:#fff;border-radius:18px;max-width:760px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 60px rgba(0,0,0,.32)}
.hmul-modal-close{position:absolute;inset-inline-end:30px;top:26px;z-index:2;width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:.95rem;line-height:1}
.hmul-modal-close:hover{background:var(--primary);color:var(--on-primary,#1b1b1b)}
/* Gallery: 1 big tile + 2 stacked thumbs (Property-Finder style) */
/* First child of the scroll body — sides/top come from the body's own padding, so no extra margin; rounded card; overflow clips the tile corners */
.hmul-mgal{position:relative;display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:6px;aspect-ratio:16/9;background:transparent;flex:none;margin:0;border-radius:14px;overflow:hidden}
/* full reset: theme styles <button> with padding/border/pink bg — !important so the photo fills edge-to-edge with no frame */
.hmul-mgal-tile{position:relative;margin:0;cursor:pointer;overflow:hidden;display:block;border:0!important;padding:0!important;background:transparent!important;box-shadow:none!important;border-radius:0;-webkit-appearance:none;appearance:none}
.hmul-mgal-tile:hover,.hmul-mgal-tile:focus,.hmul-mgal-tile:active{background:transparent!important;box-shadow:none!important}
.hmul-mgal-tile:first-child{grid-row:1 / span 2}
/* !important beats theme/Elementor `img{height:auto}` so the photo always fully fills its box (no gap, no bg) */
.hmul-mgal-tile img{width:100%!important;height:100%!important;object-fit:cover;display:block;transition:transform .3s}
.hmul-mgal-tile:hover img{transform:scale(1.04)}
.hmul-mgal-tile:focus-visible{outline:3px solid var(--primary);outline-offset:-3px}
.hmul-mgal[data-n="1"]{grid-template-columns:1fr;grid-template-rows:1fr}
.hmul-mgal[data-n="2"] .hmul-mgal-tile:nth-child(2){grid-row:1 / span 2}
.hmul-mgal-more{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(15,18,24,.55);color:#fff;font-size:1.5rem;font-weight:800}
.hmul-mgal-count{position:absolute;inset-inline-start:12px;bottom:12px;background:rgba(0,0,0,.62);color:#fff;font-size:.78rem;font-weight:700;border-radius:999px;padding:4px 10px;display:inline-flex;align-items:center;gap:5px;pointer-events:none}
/* Lightbox (full-screen, one photo at a time) */
.hmul-lb{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;background:rgba(8,10,14,.93)}
.hmul-lb.is-open{display:flex}
.hmul-lb-track{max-width:92vw;max-height:86vh;display:flex;align-items:center;justify-content:center}
.hmul-lb-slide{display:none;margin:0}
.hmul-lb-slide.is-active{display:block}
.hmul-lb-slide img{max-width:92vw;max-height:86vh;width:auto;height:auto;object-fit:contain;display:block;border-radius:8px}
/* !important on bg defeats theme's button:hover/:focus pink (#cc3366); padding:0 drops theme button padding */
/* direction:ltr stops RTL bidi-mirroring of the ‹ › angle-quote glyphs (else left shows › and right shows ‹) */
.hmul-lb-nav{position:absolute;top:50%;transform:translateY(-50%);width:46px!important;height:46px!important;min-width:46px;flex:none;border-radius:50%!important;border:0;padding:0!important;background:var(--primary,#B78F01)!important;color:var(--on-primary,#1b1b1b);font-size:1.7rem;line-height:1;direction:ltr;cursor:pointer;display:flex;align-items:center;justify-content:center}
.hmul-lb-nav:hover,.hmul-lb-nav:focus{background:var(--primary-dark,#8f7301)!important}
/* physical positions so prev=left/next=right regardless of RTL (matches the arrow glyphs + keyboard) */
.hmul-lb-prev{left:18px}.hmul-lb-next{right:18px}
.hmul-lb-close{position:absolute;top:16px;inset-inline-end:16px;width:42px!important;height:42px!important;min-width:42px;flex:none;border-radius:50%!important;border:0;padding:0!important;background:var(--primary,#B78F01)!important;color:var(--on-primary,#1b1b1b);font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center}
.hmul-lb-close:hover,.hmul-lb-close:focus{background:var(--primary-dark,#8f7301)!important}
.hmul-lb-counter{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);color:#fff;font-size:.85rem;background:rgba(0,0,0,.55);padding:4px 12px;border-radius:999px;direction:ltr}
.hmul-lb[data-n="1"] .hmul-lb-nav{display:none}
/* Modal body */
.hmul-modal-body{padding:18px 20px 22px;display:flex;flex-direction:column;gap:12px;flex:1 1 auto;min-height:0;overflow-y:auto}
.hmul-modal-head{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.hmul-modal-price{font-size:1.5rem;font-weight:800;color:#1f2430}
.hmul-modal-price .text-primary,.hmul-modal-price .font-bold{color:var(--primary-dark)!important}
.hmul-modal-specs{display:flex;align-items:center;gap:0}
.hmul-modal-specs .hmul-spec{padding:0 14px;border-inline-start:1px solid #ece6d6}
.hmul-modal-specs .hmul-spec:first-child{padding-inline-start:0;border-inline-start:0}
.hmul-modal-sep{border:0;border-top:1px solid #efebdf;margin:2px 0}
.hmul-modal-kicker{color:#6b7280;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;margin-bottom:4px}
.hmul-modal-title{margin:0;font-size:1.25rem;font-weight:800;color:#1f2430;line-height:1.4}
.hmul-modal-desc{color:#334155;line-height:1.7}
.hmul-modal-foot{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}
.hmul-modal-foot .hmul-card-wa,.hmul-modal-foot .hmul-card-tel{flex:1 1 45%;padding:11px}
body.hmul-modal-open{overflow:hidden}
@media(max-width:600px){
  .hmul-mgal{grid-template-columns:1fr;grid-template-rows:1fr;aspect-ratio:4/3}
  .hmul-mgal-tile:not(:first-child){display:none}
  .hmul-modal-box{border-radius:14px}.hmul-modal{padding:0}
  .hmul-modal-head{flex-direction:column;align-items:flex-start;gap:8px}
  .hmul-modal-specs{width:100%;justify-content:space-between}
  .hmul-modal-specs .hmul-spec:first-child{padding-inline-start:0}
}

/* ===== Nawy-style listing card (image · price · beds/baths/area · CTAs), scoped to .hmul ===== */
.hmul-cards{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));align-items:stretch}
.hmul-card{display:flex;flex-direction:column;background:#fff;border:1px solid #ece6d6;border-radius:16px;overflow:hidden;box-shadow:0 2px 10px rgba(31,36,48,.06);transition:transform .2s,box-shadow .2s}
.hmul-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(31,36,48,.14)}
.hmul-card-media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#f3f1ea}
.hmul-card-img,.hmul-card-media img{width:100%!important;height:100%!important;object-fit:cover;display:block;transition:transform .4s}
.hmul-card:hover .hmul-card-img,.hmul-card:hover .hmul-card-media img{transform:scale(1.05)}
.hmul-card-noimg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-dark))}
.hmul-card-chips{position:absolute;inset-inline-start:10px;bottom:10px;display:flex;gap:6px;flex-wrap:wrap}
.hmul-chip{background:rgba(0,0,0,.62);color:#fff;font-size:.7rem;font-weight:800;border-radius:999px;padding:3px 10px;backdrop-filter:blur(2px)}
.hmul-card-area{position:absolute;inset-inline-end:10px;top:10px;background:var(--primary);color:#fff;font-size:.72rem;font-weight:800;border-radius:999px;padding:3px 10px;box-shadow:0 1px 4px rgba(0,0,0,.2)}
.hmul-card-body{display:flex;flex-direction:column;gap:8px;padding:14px 16px 16px;flex:1}
.hmul-card-price{font-size:1.05rem;font-weight:800;color:#1f2430}
.hmul-card-price .text-primary,.hmul-card-price .font-bold{color:var(--primary-dark)!important}
.hmul-card-title{font-weight:700;color:#1f2430;font-size:.95rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.hmul-card-title:hover{color:var(--primary-dark)}
.hmul-card-specs{display:flex;flex-wrap:wrap;gap:6px 14px;align-items:center;padding:10px 0 2px;border-top:1px solid #f1ede1;color:#475569;font-size:.85rem}
.hmul-spec{display:inline-flex;align-items:center;gap:5px}
.hmul-spec b{font-weight:800;color:#1f2430}
.hmul-spec small{color:#6b7280;font-size:.78rem}
.hmul-ico{width:17px;height:17px;flex:0 0 auto;color:var(--primary-dark)}
/* margin-top:auto pins the CTAs to the card bottom and absorbs any grid-stretch slack HERE — so on a card
   shorter than its row-mates the gap lands above the buttons (natural), not between the agent row & specs. */
.hmul-card-foot{display:flex;gap:8px;margin-top:auto}
.hmul-card-wa,.hmul-card-tel{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:10px;padding:8px 10px;font-weight:800;font-size:.82rem;text-decoration:none;transition:.2s}
.hmul-card-wa{background:#25d366;color:#fff}.hmul-card-wa:hover{background:#1ebe5a}
.hmul-card-tel{background:color-mix(in srgb, var(--primary,#B78F01) 12%, transparent);color:var(--primary-dark)}.hmul-card-tel:hover{background:var(--primary);color:var(--on-primary,#1b1b1b)}
.hmul-card-foot .hmul-ico{width:16px;height:16px;color:inherit}

/* inherited project photos: a "use" checkbox (top-start) + the shared cover radio (bottom-start) */
.hmul-img-title{font-weight:800;font-size:1rem;margin-top:4px}
.hmul-upload-label{margin-top:6px}
.hmul-inherited{border:1px solid #ece6d6;border-radius:12px;padding:10px 12px;background:#fbf9f3}
.hmul-inherited-head{font-weight:800;font-size:.85rem;color:var(--primary-dark);margin-bottom:8px}
.hmul-thumb-inherit{opacity:.5;transition:opacity .2s,border-color .2s,box-shadow .2s}
.hmul-thumb-inherit.is-picked{opacity:1}
.hmul-thumb-inherit .hmul-inc{position:absolute;inset-inline-start:6px;top:6px;z-index:3;width:18px;height:18px;cursor:pointer}
.hmul-thumb-inherit input[type=radio]{top:auto;bottom:6px;inset-inline-start:6px}
/* the cover radio only makes sense once an inherited image is included */
.hmul-thumb-inherit:not(.is-picked) input[type=radio]{opacity:.35}

/* ===== De-pink: the active theme injects pink (#cc3366) on buttons (hover/focus bg, text, border) and bare links.
   These wrapper-scoped rules out-specify the theme and restore the brand gold everywhere in the plugin. ===== */
.hmul a:not([class]){color:var(--primary-dark)}
.hmul button,.hmul [type=button],.hmul [type=submit]{border-color:transparent}
.hmul button:hover,.hmul button:focus,.hmul [type=button]:hover,.hmul [type=button]:focus,.hmul [type=submit]:hover,.hmul [type=submit]:focus{background-color:var(--primary-dark);color:#fff}
/* The theme also paints bare buttons at REST ([type=submit],button{color:#cc3366;background:transparent}),
   tying .hmul-btn (0,1,0) — when its stylesheet loads later, the pink wins. Restate the filled button at
   wrapper specificity so the brand gold never depends on stylesheet order. */
.hmul button.hmul-btn,.hmul input[type=submit].hmul-btn{background:var(--primary);color:var(--on-primary,#1b1b1b);border-color:transparent}
.hmul button.hmul-btn:hover,.hmul button.hmul-btn:focus,.hmul input[type=submit].hmul-btn:hover,.hmul input[type=submit].hmul-btn:focus{background:var(--primary-dark);color:#fff}
.hmul button.hmul-btn.ghost{background:transparent;color:var(--primary-dark);border:1.5px dashed var(--primary)}
/* Gallery thumbnails are image-only buttons (no text, 0-width border) so the theme's #cc3366 default
   color/outline never renders — scrub it anyway so no pink lingers in the markup at all. */
.hmul .hmul-mgal-tile{color:var(--primary);outline-color:var(--primary)}
/* lightbox controls are gold (set their own !important bg) — dark glyph for contrast, beating the de-pink hover white */
.hmul-lb-nav,.hmul-lb-close{color:var(--on-primary,#1b1b1b)!important}

/* ---------------- Offers (price / exchange) ---------------- */
/* The two modal CTAs sit beside WhatsApp/Call, styled as gold-outline pills. !important beats the
   theme's `.hmul [type=button]{border-color:transparent}` + de-pink button rules so the <button>
   (price) matches the <a> (exchange). */
.hmul-offer-cta{flex:1 1 45%;display:inline-flex!important;align-items:center;justify-content:center;gap:6px;border-radius:10px!important;padding:9px 10px;font-weight:800!important;font-size:.82rem!important;line-height:1.4!important;text-decoration:none;cursor:pointer;border:1.5px solid var(--primary)!important;background:color-mix(in srgb, var(--primary,#B78F01) 10%, transparent)!important;color:var(--primary-dark)!important;transition:.2s}
.hmul-offer-cta:hover,.hmul-offer-cta:focus{background:var(--primary)!important;color:var(--on-primary,#1b1b1b)!important}
.hmul-offer-cta .hmul-ico{width:16px;height:16px;flex:none}
/* Inline price form, revealed under the CTAs (hidden until JS opens it; a <noscript> rule in price_panel() shows it when JS is off). */
.hmul-offer-panel{display:none;flex-basis:100%;margin-top:8px;padding:14px;border:1px solid var(--line,#e6e2d4);border-radius:12px;background:#fafafa}
.hmul-offer-panel.is-open{display:block}
.hmul-offer-form{display:grid;gap:10px}
.hmul-offer-form label{display:grid;gap:5px;font-size:.85rem;font-weight:700;color:#374151}
.hmul-offer-form input,.hmul-offer-form textarea{font:inherit;padding:9px 11px;border:1.5px solid var(--line,#e6e2d4);border-radius:9px;background:#fff;width:100%}
.hmul-offer-formtitle{font-weight:800;font-size:.95rem;color:#1f2430}
/* Exchange-offer form extras on /list-property/?offer_to=. */
.hmul-offer-banner{display:flex;align-items:center;gap:8px;background:color-mix(in srgb, var(--primary,#B78F01) 12%, transparent);border:1px solid var(--primary);border-radius:10px;padding:10px 12px;font-weight:700;color:var(--primary-dark);margin-bottom:6px}
.hmul-offer-banner .hmul-ico{width:18px;height:18px;flex:0 0 auto}
.hmul-offer-mode-choose{display:flex;flex-wrap:wrap;gap:14px;margin:4px 0}
.hmul-offer-existing{margin-bottom:6px}
.hmul-offer-new-head{font-weight:800;color:#1f2430;margin:6px 0 4px}
.hmul-offer-public{margin-top:8px;font-weight:700}

/* F11 — favorites heart */
.hmul-card{position:relative}
/* F11 — favourite heart. Card: top-INLINE-START corner (the area badge owns top-inline-end).
   !important throughout to beat the host theme's generic (pink, square) <button> styling. */
.hmul-card-fav{position:absolute;top:10px;inset-inline-start:10px;z-index:3}
.hmul-fav{flex:0 0 auto;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;min-width:36px!important;border:none!important;border-radius:50%!important;background:rgba(255,255,255,.92)!important;box-shadow:0 1px 6px rgba(0,0,0,.18)!important;cursor:pointer;color:#9aa0a6!important;padding:0!important;line-height:0!important;transition:transform .15s,color .15s}
.hmul-fav:hover{transform:scale(1.08);color:#e0245e!important}
/* color:inherit so the heart fills with the BUTTON's grey/pink (not the base .hmul-ico gold). */
.hmul-fav .hmul-ico{width:20px!important;height:20px!important;color:inherit!important;fill:currentColor!important;stroke:none!important}
.hmul-fav.is-on{color:#e0245e!important}
.hmul-modal-foot .hmul-fav,.hmul-modal-contact .hmul-fav{width:40px!important;height:40px!important;min-width:40px!important;flex:0 0 40px}
/* Modal contact row — sits BELOW the offers; full width, favourite + call + whatsapp on one line. */
.hmul-modal-contact{display:flex;gap:10px;flex-basis:100%;width:100%;align-items:center}
/* F11 — saved searches */
.hmul-saved-list{list-style:none;padding:0;margin:0 0 14px}
.hmul-saved-list li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border:1px solid #ece6d6;border-radius:10px;margin-bottom:8px;background:#fff}
.hmul-ss-form{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end;background:#fbfaf6;border:1px solid #ece6d6;border-radius:12px;padding:14px}
.hmul-ss-form label{display:flex;flex-direction:column;gap:4px;font-size:.85rem;font-weight:700;color:#1f2430}
.hmul-ss-form select,.hmul-ss-form input{padding:.45rem .6rem;border:1px solid #e5e7eb;border-radius:8px;font:inherit}

/* ---- Agent identity (cards + modal) + public profile page ---- */
.hmul-card-agentline{display:inline-flex;align-items:center;gap:7px;font-size:.8rem;font-weight:700;color:#6b7280;margin-top:-2px;max-width:100%}
a.hmul-card-agentline:hover span{color:var(--primary-dark);text-decoration:underline} /* clickable form only — the card front is a non-clickable <span>, so no link/hover affordance */
.hmul-card-agentline span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hmagent-avatar{border-radius:50%;object-fit:cover;flex:0 0 auto;background:#f3f1ea;border:1px solid #ece6d6}
.hmagent-initial{display:inline-flex;align-items:center;justify-content:center;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--primary,#B78F01),var(--primary-dark,#8f7301));border:0} /* literal gold: renders outside .hmul too (e.g. .hmmkt my-profile tab) */
.hmul-modal-agent{display:flex;align-items:center;gap:12px;background:#fbf9f3;border:1px solid #ece6d6;border-radius:12px;padding:10px 14px;margin:12px 0 0}
.hmul-modal-agent-id{display:flex;flex-direction:column;line-height:1.35;min-width:0;flex:1}
.hmul-modal-agent-id strong{font-size:.95rem;color:#1f2430}
.hmul-modal-agent-id span{font-size:.8rem;color:#6b7280}
.hmul-btn.xs2{padding:7px 12px;font-size:.78rem;border-radius:9px;background:transparent;color:var(--primary-dark);border:1.5px solid var(--primary);white-space:nowrap}
.hmul-btn.xs2:hover{background:var(--primary);color:var(--on-primary,#1b1b1b)}

.hmagent-head{display:flex;align-items:center;gap:18px;background:#fff;border:1px solid #ece6d6;border-radius:18px;padding:20px 22px;margin-bottom:14px;flex-wrap:wrap}
.hmagent-head .hmagent-avatar{width:96px;height:96px}
.hmagent-id{flex:1;min-width:220px}
.hmagent-name{margin:0 0 2px;font-size:1.45rem;font-weight:800;color:#1f2430}
.hmagent-agency{color:var(--primary-dark);font-weight:700;margin-bottom:4px}
.hmagent-meta{display:flex;gap:8px;color:#6b7280;font-size:.88rem;flex-wrap:wrap}
.hmagent-areas{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}
.hmagent-bio{background:#fbf9f3;border:1px solid #ece6d6;border-radius:12px;padding:14px 16px;color:#374151;line-height:1.7;margin:0 0 18px}
.hmagent-h2{font-size:1.15rem;font-weight:800;color:#1f2430;margin:18px 0 4px}
.hmagent-pager{display:flex;justify-content:center;align-items:center;gap:6px;padding:18px 0;flex-wrap:wrap}
.hmagent-page{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;border-radius:10px;border:1.5px solid #ece6d6;background:#fff;color:#1f2430;font-weight:700;font-size:.9rem;transition:.15s}
a.hmagent-page:hover{border-color:var(--primary,#B78F01);color:var(--primary-dark,#8f7301)}
.hmagent-page.is-current{background:linear-gradient(180deg,var(--primary,#B78F01),var(--primary-dark,#8f7301));border-color:var(--primary-dark,#8f7301);color:#fff;cursor:default}
.hmagent-page-arrow{padding:0 14px}
.hmagent-page-dots{color:#94a3b8;padding:0 2px;user-select:none}

/* dashboard profile editor */
.hmmkt-profile-form{background:#fff;border:1px solid #ece6d6;border-radius:12px;padding:16px;margin-bottom:18px}
.hmmkt-profile-grid{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:12px}
.hmmkt-profile-avatar{display:flex;align-items:center;gap:12px;font-weight:700;font-size:.85rem}
.hmmkt-profile-avatar .hmagent-avatar{width:64px;height:64px}
.hmmkt-profile-avatar span{display:flex;flex-direction:column;gap:6px}
.hmmkt-profile-bio{flex:1;min-width:260px;display:flex;flex-direction:column;gap:6px;font-weight:700;font-size:.85rem}
.hmmkt-profile-bio textarea{font:inherit;font-weight:400;padding:10px 12px;border:1.5px solid #ece6d6;border-radius:10px;resize:vertical}
/* identity + password fields (name/company, email, password trio) */
.hmmkt-profile-field{flex:1;min-width:220px;display:flex;flex-direction:column;gap:6px;font-weight:700;font-size:.85rem}
.hmmkt-profile-field input{font:inherit;font-weight:500;padding:10px 12px;border:1.5px solid #ece6d6;border-radius:10px;background:#fff;width:100%}
.hmmkt-profile-field input:focus{outline:none;border-color:var(--hmmkt-gold,var(--primary,#B78F01));box-shadow:0 0 0 3px color-mix(in srgb, var(--primary,#B78F01) 14%, transparent)}
.hmmkt-profile-pass{border:1px dashed #e2dcc8;border-radius:12px;padding:12px 14px 4px;margin:4px 0 14px}
.hmmkt-profile-pass legend{font-weight:800;font-size:.9rem;color:#5b5340;padding-inline:6px}
.hmmkt-profile-hint{display:block;color:#8a8268;font-size:.78rem;font-weight:500;margin:0 0 8px}
/* the form label spans glue the required star inline (labels here are flex-column, like .hmul-form) */
.hmmkt-profile-form label > .hmmkt-req{display:contents}

/* ---- share buttons ---- */
.hmul-card-sharebtn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:6px;width:38px;min-width:38px!important;height:auto;padding:8px!important;border-radius:10px!important;border:1.5px solid #ece6d6!important;background:#fff!important;color:#6b7280!important;cursor:pointer;transition:.2s}
.hmul-card-sharebtn:hover,.hmul-card-sharebtn:focus{background:var(--primary)!important;color:var(--on-primary,#1b1b1b)!important;border-color:var(--primary)!important}
.hmul-card-sharebtn.is-copied{background:#16a34a!important;color:#fff!important;border-color:#16a34a!important}
.hmul-card-sharebtn .hmul-ico{width:16px;height:16px;color:inherit}
.hmul-modal-sharebtn{width:auto;min-width:0!important;padding:11px 14px!important;font-weight:800;font-size:.82rem}

/* ---- similar-units strip (inside the detail modal) ---- */
.hmul-similar{margin-top:16px;border-top:1px solid #f1ede1;padding-top:12px}
.hmul-similar-h{margin:0 0 10px;font-size:.95rem;font-weight:800;color:#1f2430}
.hmul-similar-track{display:grid;grid-auto-flow:column;grid-auto-columns:230px;gap:12px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}
.hmul-similar-track .hmul-card{scroll-snap-align:start}
.hmul-similar-track .hmul-card-foot,.hmul-similar-track .hmul-card-agentline{display:none} /* compact cards: photo+price+title+specs */
.hmul-similar-track .hmul-card-body{padding:10px 12px 12px}

/* ---- card photo mini-carousel + freshness stamp ---- */
.hmul-card-slider{display:flex;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.hmul-card-slider::-webkit-scrollbar{display:none}
.hmul-card-slider .hmul-card-img{flex:0 0 100%;scroll-snap-align:start;scroll-snap-stop:always;transition:none}
.hmul-card:hover .hmul-card-slider .hmul-card-img{transform:none} /* zoom-on-hover conflicts with snap */
.hmul-sl-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:30px!important;min-width:30px!important;height:30px;padding:0!important;border-radius:50%!important;border:0!important;background:rgba(255,255,255,.85)!important;color:#1f2430!important;font-size:1.15rem;line-height:1;display:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 5px rgba(0,0,0,.25)}
.hmul-sl-prev{inset-inline-start:8px}
.hmul-sl-next{inset-inline-end:8px}
.hmul-card-media:hover .hmul-sl-btn{display:inline-flex}
@media(hover:none){.hmul-sl-btn{display:none!important}} /* touch: swipe instead */
.hmul-card-dots{position:absolute;bottom:8px;inset-inline:0;display:flex;justify-content:center;gap:5px;z-index:2;pointer-events:none}
.hmul-card-dots span{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.55);box-shadow:0 0 2px rgba(0,0,0,.4)}
.hmul-card-dots span:first-child{background:#fff}                       /* default: first photo active */
.hmul-card-dots:has(.is-on) span:first-child{background:rgba(255,255,255,.55)}
.hmul-card-dots span.is-on{background:#fff!important}
.hmul-card:has(.hmul-card-dots) .hmul-card-chips{bottom:22px} /* lift chips above the dots */
.hmul-chip-new{background:var(--primary);color:var(--on-primary,#1b1b1b)}
.hmul-card-ago{font-size:.74rem;color:#94a3b8;margin-top:2px}
/* card front: the NON-clickable agent line (avatar + name) and the short "منذ X" stamp share one row —
   name at the inline-start, stamp floated to the empty far side; the name shrinks/ellipsizes so the stamp
   always keeps its place. */
.hmul-card-agentrow{display:flex;align-items:center;gap:8px;margin-top:-2px}
.hmul-card-agentrow .hmul-card-agentline{margin-top:0;min-width:0}
.hmul-card-agentrow .hmul-card-ago{margin-inline-start:auto;margin-top:0;white-space:nowrap;flex:none}
.hmul-modal-titlewrap .hmul-card-ago{margin-top:4px}

/* ---- report listing (card flag + modal link + popover) ---- */
.hmul-card-reportwrap{position:absolute;top:52px;inset-inline-start:10px;z-index:3}
/* Developer-logo badge — circular brand overlay on the card image, mirroring the active theme's compound/project
   cards (developer taxonomy → term-meta logo). NON-interactive (a <span>, not a link), placed as a SIBLING of
   .hmul-card-media; purely decorative, keeps the look + hover effect. Top-start corner like the theme. */
.hmul-card-devbadge{position:absolute;top:10px;inset-inline-end:10px;z-index:4;display:block;width:72px;height:72px;border-radius:50%;overflow:hidden;border:2px solid #fff;background:#fff;box-shadow:0 2px 8px rgba(15,20,30,.18);transition:transform .25s,box-shadow .25s}
.hmul-card-devbadge:hover{transform:scale(1.08);box-shadow:0 8px 20px rgba(15,20,30,.28)}
.hmul-card-devbadge img{width:100%;height:100%;object-fit:cover;display:block}
/* The dev badge takes the inline-END top corner (physical LEFT in RTL / RIGHT in LTR — exactly like the theme's
   project cards). Move the area pill, heart + report to the inline-START top corner, stacked under the area pill.
   (These overlays are positioned relative to .hmul-card, so only TOP-anchoring tracks the image height.) */
.hmul-card:has(.hmul-card-devbadge) .hmul-card-area{inset-inline-start:10px;inset-inline-end:auto}
.hmul-card:has(.hmul-card-devbadge) .hmul-card-fav{top:44px;inset-inline-start:10px;inset-inline-end:auto}
.hmul-card:has(.hmul-card-devbadge) .hmul-card-reportwrap{top:86px;inset-inline-start:10px;inset-inline-end:auto}
.hmul-card-reportbtn{width:36px;height:36px;min-width:36px!important;padding:0!important;border-radius:50%!important;border:0!important;background:rgba(255,255,255,.92)!important;color:#94a3b8!important;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 4px rgba(0,0,0,.18);opacity:.55;transition:.2s}
.hmul-card:hover .hmul-card-reportbtn{opacity:1}
.hmul-card-reportbtn:hover{color:#b91c1c!important;background:#fff!important}
.hmul-report-link{display:block;margin:10px auto 0;background:none!important;border:0!important;color:#94a3b8!important;font-size:.78rem;cursor:pointer;text-decoration:underline;padding:4px!important;min-width:0!important}
.hmul-report-link:hover{color:#b91c1c!important}
.hmul-report-pop{position:fixed;inset:0;z-index:100000;background:rgba(15,18,25,.45);display:flex;align-items:center;justify-content:center;padding:16px}
.hmul-report-box{background:#fff;border-radius:14px;max-width:360px;width:100%;padding:18px 20px;box-shadow:0 18px 50px rgba(0,0,0,.3)}
.hmul-report-box h4{margin:0 0 12px;font-size:1rem;font-weight:800;color:#1f2430}
.hmul-report-reasons{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}
.hmul-report-reasons label{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#374151;cursor:pointer}
.hmul-report-actions{display:flex;gap:10px;justify-content:flex-end}
.hmul-report-actions .hmul-btn{padding:9px 16px;font-size:.85rem}
.hmul-report-msg{font-size:.85rem;font-weight:700;margin:0 0 10px}
.hmul-report-msg.ok{color:#15803d}
.hmul-report-msg.err{color:#b91c1c}

/* ---- quality coach banner (edit form) ---- */
.hmmkt-q-banner{background:#fffbeb;border:1px solid #f59e0b;border-radius:12px;padding:14px 16px;margin-bottom:16px}
.hmmkt-q-banner strong{color:#92400e}
.hmmkt-q-bar{height:7px;background:#fde68a;border-radius:999px;margin:8px 0;overflow:hidden}
.hmmkt-q-bar span{display:block;height:100%;background:linear-gradient(90deg,#f59e0b,#16a34a);border-radius:999px}
.hmmkt-q-banner ul{margin:8px 0 0;padding-inline-start:18px;color:#78350f;font-size:.88rem}
.hmmkt-q-banner li{margin-bottom:4px}

/* purpose checkboxes: the last remaining selection is locked (can't go to zero) */
.hmul-check.is-locked{opacity:.55;cursor:not-allowed}
.hmul-check.is-locked input{cursor:not-allowed}

/* الحالة (condition) radios in the sale group */
.hmul-cond{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:10px}
.hmul-cond-label{font-weight:800;font-size:.9rem;color:#1f2430}

/* AUTO-TITLE — live preview of the server-generated listing title (replaces the old title input) */
.hmul-autotitle{background:#f4f6fa;border:1px dashed #c9d2e0;border-radius:12px;padding:12px 16px;display:flex;flex-direction:column;gap:4px}
.hmul-autotitle-label{font-size:.82rem;font-weight:700;color:#5a6678}
.hmul-autotitle-val{font-weight:800;color:#1f2430;font-size:1.02rem;line-height:1.5}

/* SINGLE-PAGE units panel — revealed cards skip offscreen render work (big grids stay cheap) */
.hmul-grid .hmul-cell{content-visibility:auto;contain-intrinsic-size:auto 360px}

/* Live price-per-m² hint under the price inputs (frontend-computed, display only) */
.hmul-ppm{display:block;margin-top:4px;font-size:.82rem;font-weight:700;color:#5a6678}
.hmul-card-ppm{font-size:.8rem;font-weight:700;color:#5a6678;margin-top:2px}
.hmul-modal-ppm{font-size:.85rem;font-weight:700;color:#5a6678;margin-top:2px}

/* Offer-outcome toast (hub) */
.hmul-toast{position:fixed;left:50%;bottom:26px;transform:translateX(-50%) translateY(16px);max-width:90vw;z-index:100000;padding:13px 20px;border-radius:12px;font-weight:800;font-size:.95rem;color:#fff;box-shadow:0 8px 30px rgba(0,0,0,.22);opacity:0;transition:opacity .35s,transform .35s;pointer-events:none}
.hmul-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
.hmul-toast.ok{background:#15803d}
.hmul-toast.warn{background:#a16207}
.hmul-toast.err{background:#b91c1c}
