.se-carte-container{ border:1px solid #ddd; border-radius:8px; background:#fff; min-height:320px }
.se-carte-placeholder{ color:#666; font-style:italic }
.se-carte-error{ color:#b00020 }
.se-carte-debug{ max-height:320px; overflow:auto; background:#f6f8fa; padding:8px; border-radius:6px }
.se-ready{ height:480px; position:relative }
.se-carte-empty-overlay{ position:absolute; left:12px; bottom:12px; background:rgba(0,0,0,0.6); color:#fff; padding:6px 8px; border-radius:4px; font-size:12px }
.se-details{
  position:absolute; right:12px; top:12px; width:320px; max-width:90%;
  background:#fff; border:1px solid #e0e0e0; border-radius:8px; box-shadow:0 8px 20px rgba(0,0,0,.12);
  overflow:auto; max-height:90%;
}
.se-details header{ padding:10px 12px; border-bottom:1px solid #eee; font-weight:600 }
.se-details .se-details-body{ padding:10px 12px; }
.se-details h4{ margin:10px 0 6px; font-size:14px }
.se-details ul{ margin:0; padding-left:16px }
.se-details .se-close{ position:absolute; right:8px; top:8px; border:none; background:transparent; cursor:pointer; font-size:18px; }
