#sgSkyPropertyPanel{
  position:fixed;
  right:18px;
  top:86px;
  width:320px;
  max-width:calc(100vw - 36px);
  z-index:99998;
  background:rgba(15,23,42,.94);
  color:#fff;
  border:1px solid rgba(148,163,184,.25);
  border-radius:16px;
  box-shadow:0 20px 50px rgba(0,0,0,.35);
  overflow:hidden;
  max-height:calc(100vh - 110px);
  font-family:Arial,"Noto Sans KR",sans-serif;
  transform:translateX(360px);
  transition:.22s ease;
  pointer-events:auto;
}
#sgSkyPropertyPanel.on{ transform:translateX(0); }
.sg-sky-prop-head{
  height:46px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 12px 0 14px;
  background:linear-gradient(135deg,#0f172a,#1e293b);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.sg-sky-prop-head b{font-size:14px;letter-spacing:-.02em;}
.sg-sky-prop-head span{margin-left:8px;font-size:11px;color:#93c5fd;background:rgba(37,99,235,.18);padding:3px 7px;border-radius:999px;}
.sg-sky-prop-head button{width:28px;height:28px;border:0;border-radius:8px;background:rgba(255,255,255,.08);color:#fff;font-size:18px;cursor:pointer;}
.sg-sky-prop-body{padding:14px;font-size:13px;line-height:1.45;max-height:calc(100vh - 180px);overflow-y:auto;overflow-x:hidden;}
.sg-sky-no{font-size:12px;color:#93c5fd;font-weight:700;margin-bottom:6px;}
.sg-sky-title{font-size:17px;font-weight:800;letter-spacing:-.03em;margin-bottom:8px;}
.sg-sky-desc{color:#e5e7eb;background:rgba(255,255,255,.06);border-radius:12px;padding:10px;margin-bottom:10px;white-space:pre-wrap;}
.sg-sky-meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px;}
.sg-sky-meta span{font-size:11px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);padding:4px 7px;border-radius:999px;color:#dbeafe;}
.sg-sky-info{font-size:12px;color:#cbd5e1;margin:5px 0;}
.sg-sky-info b{color:#fff;margin-right:6px;}
.sg-sky-muted{font-size:11px;color:#fbbf24;margin:8px 0 2px;}
.sg-sky-view-btn{width:100%;height:38px;margin-top:12px;border:0;border-radius:10px;background:#2563eb;color:#fff;font-weight:800;cursor:pointer;}
.sg-sky-view-btn:hover{background:#1d4ed8;}
@media(max-width:640px){#sgSkyPropertyPanel{right:10px;top:76px;width:300px;}}

.sg-sky-edit-help{
  color:#facc15;
  font-size:12px;
}
.sg-sky-reset-btn{
  width:100%;
  margin-top:8px;
  height:34px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:8px;
  background:#374151;
  color:#fff;
  font-weight:700;
  cursor:pointer;
}
.sg-sky-reset-btn:hover{
  background:#4b5563;
}

/* SKY 매물 최초 위치확정 / 관리자 재조정 */
.sg-sky-position-guide{
  position:fixed;
  left:50%;
  bottom:28px;
  transform:translateX(-50%);
  z-index:100020;
  width:min(420px, calc(100vw - 28px));
  background:rgba(15,23,42,.94);
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
  border-radius:16px;
  box-shadow:0 18px 48px rgba(0,0,0,.34);
  padding:16px 18px;
  font-family:Arial,"Noto Sans KR",sans-serif;
}
.sg-sky-guide-title{
  font-size:16px;
  font-weight:800;
  margin-bottom:8px;
}
.sg-sky-guide-text{
  font-size:13px;
  line-height:1.55;
  color:#dbeafe;
}
.sg-sky-guide-actions{
  display:flex;
  gap:8px;
  justify-content:flex-end;
  margin-top:14px;
}
.sg-sky-guide-actions button,
.sg-sky-adjust-btn{
  border:0;
  border-radius:10px;
  padding:9px 13px;
  cursor:pointer;
  font-weight:800;
}
.sg-sky-save-pos{
  background:#2563eb;
  color:#fff;
}
.sg-sky-reset-pos{
  background:#475569;
  color:#fff;
}
.sg-sky-adjust-btn{
  background:#0f766e !important;
  color:#fff !important;
  margin-top:8px;
}


/* SpaceGo tablet/mobile panel scroll guard */
@media(max-height:760px){
  #sgSkyPropertyPanel{
    top:70px;
    max-height:calc(100vh - 86px);
  }
  .sg-sky-prop-body{
    max-height:calc(100vh - 160px);
  }
}
