:root{
    --hijama-primary:#C8AD7F; /* sable doré */
    --hijama-secondary:#45050C; /* bordeaux profond */
}
.hijama-bodymap{
    background: linear-gradient(180deg, #ffffff 0%, #faf8f4 100%);
}
.bodymap-svg .zone.active{ fill: rgba(200,173,127,.65); stroke: var(--hijama-secondary); }
.zone-chip{
    border: 1px solid rgba(0,0,0,.08);
    border-radius: .75rem;
    padding: .75rem;
    background: #fff;
}
.zone-chip .form-range{ width: 100%; }
.zone-chip .remove-zone{
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
}
.zone{fill:#f2f2f2;stroke:#999;stroke-width:1.2;cursor:pointer;transition:fill .15s ease,stroke .15s ease}
.zone:hover{fill:#e9ecef}
.zone.active{fill:rgba(200,173,127,.65);stroke:#45050C}
.divider{stroke:#bbb;stroke-width:.8}
