.ofm-tabs{display:flex; gap:6px; margin-bottom:8px;}
.ofm-tab{padding:8px 12px; border:1px solid #e5e7eb; border-radius:12px; background:#fff; cursor:pointer; transition:transform .12s ease, box-shadow .12s ease;}
.ofm-tab.active{background:#0ea5e9; color:#fff; box-shadow:0 6px 16px rgba(2,8,23,.07); transform:translateY(-1px)}
.ofm-tabpanes{position:relative}
.ofm-tabpane{display:none}
.ofm-tabpane.active{display:block}
.ofm-ctx-toolbar{display:flex; align-items:center; justify-content:space-between; padding:6px 8px; border:1px solid #e5e7eb; border-radius:12px; margin-bottom:6px; background:#fff}
.ofm-ctx-title{font-weight:600}
.ofm-ctx-actions .ofm-sync-btn{padding:6px 10px; border:1px solid #e5e7eb; border-radius:10px; background:#fff; cursor:pointer}
.ofm-ctx-actions .ofm-sync-btn.active{background:#0ea5e9; color:#fff}
.ofm-ctx-stack{display:flex; flex-direction:column; gap:8px}
.ofm-ctx-subtitle{font-size:13px; color:#334155; margin:4px 2px}
.ofm-ctx-block .ofm-map{min-height:260px}
.ofm-tabpane .ofm-toolbar{z-index:600}