/* V207 — compact multi-property sidebar switcher. Scoped to owner workspace. */
.owner-sidebar-property-switcher{position:relative;margin:14px 0 16px;padding:12px;border:1px solid rgba(118,157,227,.28);border-radius:18px;background:rgba(18,49,112,.52)}
.owner-sidebar-property-switcher-label{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 2px 9px;color:#a9bfe5;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.owner-sidebar-property-switcher-label>a{display:grid;place-items:center;width:26px;height:26px;border-radius:9px;background:rgba(255,255,255,.11);color:#fff;font-size:18px;line-height:1;text-decoration:none;transition:.18s ease}
.owner-sidebar-property-switcher-label>a:hover{background:#f72b88;transform:translateY(-1px)}
.owner-property-dropdown{position:relative}
.owner-property-dropdown>summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:76px;padding:10px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:linear-gradient(135deg,#1e79e9,#319af1);color:#fff;cursor:pointer;list-style:none;box-shadow:0 10px 22px rgba(4,31,88,.20);user-select:none}
.owner-property-dropdown>summary::-webkit-details-marker{display:none}
.owner-property-dropdown>summary:focus-visible{outline:3px solid rgba(255,45,139,.42);outline-offset:2px}
.owner-property-dropdown[open]>summary{border-bottom-left-radius:12px;border-bottom-right-radius:12px}
.owner-property-dropdown-copy{min-width:0;display:block}
.owner-property-dropdown-copy b,.owner-property-dropdown-copy small,.owner-property-dropdown-copy em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.owner-property-dropdown-copy b{font-size:13px;color:#fff}
.owner-property-dropdown-copy small{margin-top:2px;color:#e1efff;font-size:10px;font-style:normal}
.owner-property-dropdown-copy em{margin-top:5px;color:#fff;font-size:9px;font-weight:850;font-style:normal;line-height:1.3;white-space:normal}
.owner-property-dropdown-chevron{display:grid;place-items:center;width:25px;height:25px;border-radius:9px;background:rgba(255,255,255,.13);font-size:16px;transition:transform .18s ease}
.owner-property-dropdown[open] .owner-property-dropdown-chevron{transform:rotate(180deg)}
.owner-property-dropdown-menu{position:absolute;z-index:90;top:calc(100% + 8px);left:0;right:0;display:grid;gap:6px;max-height:min(330px,48vh);overflow:auto;padding:8px;border:1px solid #dbe6f6;border-radius:15px;background:#fff;box-shadow:0 22px 48px rgba(4,27,75,.30)}
.owner-property-dropdown-option{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px;border:1px solid transparent;border-radius:11px;color:#193967;text-decoration:none;transition:.16s ease}
.owner-property-dropdown-option:hover{border-color:#cfe0fa;background:#f3f7ff;transform:translateX(2px)}
.owner-property-dropdown-option.is-selected{border-color:#9bbef4;background:#eaf3ff}
.owner-property-dropdown-option>span:nth-child(2){min-width:0}
.owner-property-dropdown-option b,.owner-property-dropdown-option small,.owner-property-dropdown-option em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.owner-property-dropdown-option b{font-size:11px;color:#173b6b}
.owner-property-dropdown-option small{margin-top:2px;color:#6c82a2;font-size:9px}
.owner-property-dropdown-option em{margin-top:4px;color:#49698f;font-size:8px;font-weight:800;font-style:normal;white-space:normal;line-height:1.25}
.owner-property-dropdown-option i{color:#1975ec;font-size:13px;font-style:normal;font-weight:900}
.owner-property-dropdown-option .owner-sidebar-property-mini{background:linear-gradient(135deg,#5a8df2,#755be9);color:#fff}
/* Hide legacy stacked property list when a compact switcher is present. */
.owner-sidebar-property-switcher + .owner-sidebar-properties{display:none!important}
@media(max-width:760px){
 .owner-sidebar-property-switcher{margin:10px 0 13px;padding:10px}
 .owner-property-dropdown>summary{min-height:68px}
 .owner-property-dropdown-menu{position:fixed;z-index:999;left:12px;right:12px;top:auto;bottom:14px;max-height:62vh;border-radius:18px}
}
