#auerlia-atlas .property-panel { position:absolute; z-index:5; top:12px; left:12px; width:296px; max-width:calc(100% - 65px); border:1px solid #60516e; border-radius:10px; background:rgba(25,24,29,.95); color:#ede9f1; box-shadow:0 6px 24px #0003; font:12px/1.5 system-ui,sans-serif; }
#auerlia-atlas .property-panel summary { cursor:pointer; padding:10px 12px; font-size:14px; font-weight:600; color:#decaf9; }
#auerlia-atlas .property-panel-body { padding:0 12px 12px; max-height:calc(100dvh - 138px); overflow:auto; }
#auerlia-atlas .property-status { margin:0 0 10px; color:#bcb4c6; font-size:11px; }
#auerlia-atlas .property-panel[data-state="stale"] .property-status { color:#efc889; }
#auerlia-atlas .property-filters { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
#auerlia-atlas .property-filters label, #auerlia-atlas .property-picker-label { display:flex; flex-direction:column; gap:3px; color:#ccc3d4; }
#auerlia-atlas .property-search-label, #auerlia-atlas .property-sale-label { grid-column:1/-1; }
#auerlia-atlas .property-filters .property-sale-label { flex-direction:row; align-items:center; gap:7px; }
#auerlia-atlas .property-panel select, #auerlia-atlas .property-panel input[type="search"] { box-sizing:border-box; width:100%; min-width:0; border:1px solid #574b61; border-radius:5px; background:#242128; color:#f0ebf5; font:inherit; padding:6px; }
#auerlia-atlas .property-panel input[type="checkbox"] { accent-color:#9770cf; }
#auerlia-atlas .property-panel :focus-visible { outline:2px solid #c4a6ff; outline-offset:2px; }
#auerlia-atlas .property-count { margin:10px 0 6px; color:#bcb4c6; }
#auerlia-atlas .property-card { border-top:1px solid #4d405c; margin-top:12px; padding-top:10px; }
#auerlia-atlas .property-card h2 { margin:0 0 8px; font-size:16px; font-weight:600; }
#auerlia-atlas .property-card dl { display:grid; grid-template-columns:48px 1fr; gap:5px 10px; margin:0; }
#auerlia-atlas .property-card dt { color:#a99db5; }
#auerlia-atlas .property-card dd { margin:0; overflow-wrap:anywhere; }
#auerlia-atlas .property-card p { margin:10px 0 0; }
#auerlia-atlas .property-note { font-size:10px; color:#a99db5; margin:12px 0 8px; }
#auerlia-atlas .property-refresh { font-size:11px; }
@media (max-width:600px) {
  #auerlia-atlas .property-panel { top:8px; left:8px; width:276px; }
  #auerlia-atlas .property-panel-body { max-height:calc(65dvh - 70px); }
  #auerlia-atlas .property-panel[data-selected] { top:auto; bottom:60px; width:calc(100% - 16px); max-width:calc(100% - 16px); }
  #auerlia-atlas .property-panel[data-selected] .property-panel-body { max-height:35dvh; }
  #auerlia-atlas .property-panel select, #auerlia-atlas .property-panel input[type="search"] { min-height:36px; font-size:16px; }
}
