/* SpaceGo GoScene v2 */
.sg-goscene-nav{display:none!important;position:fixed;left:50%;top:14px;transform:translateX(-50%);z-index:999998;display:flex;gap:8px;padding:8px;border-radius:999px;background:rgba(15,23,42,.78);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 12px 34px rgba(0,0,0,.25)}
.sg-goscene-nav button{border:0;border-radius:999px;padding:8px 14px;background:rgba(255,255,255,.12);color:#fff;font-weight:800;cursor:pointer;font-size:13px}.sg-goscene-nav button.sg-active{background:#16a34a}.sg-goscene-panel{position:fixed;right:18px;top:24px;width:460px;max-width:calc(100vw - 36px);max-height:calc(100vh - 48px);z-index:999999;background:rgba(15,23,42,.95);color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:18px;box-shadow:0 22px 60px rgba(0,0,0,.38);overflow:hidden;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.sg-goscene-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.11)}.sg-goscene-title{font-weight:900;font-size:16px}.sg-goscene-close{border:0;background:rgba(255,255,255,.1);color:#fff;border-radius:10px;padding:5px 9px;cursor:pointer}.sg-goscene-fixed{padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.11);background:rgba(2,6,23,.64)}.sg-goscene-body{padding:12px 14px;overflow:auto;max-height:calc(100vh - 284px)}.sg-goscene-row{display:flex;align-items:center;gap:8px;margin:8px 0}.sg-goscene-row.compact{margin-top:0}.sg-goscene-row label{min-width:60px;color:#cbd5e1;font-size:12px}.sg-goscene-row select,.sg-goscene-row input{flex:1;min-width:0;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:rgba(255,255,255,.08);color:#fff;padding:8px}.sg-goscene-row option{color:#111}.sg-goscene-tools{display:flex;gap:8px;align-items:center}.sg-goscene-search{flex:1;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:rgba(255,255,255,.08);color:#fff;padding:8px}.sg-goscene-checklabel{font-size:12px;color:#cbd5e1;white-space:nowrap}.sg-goscene-editbox{margin-top:9px;padding:9px;border-radius:14px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1)}.sg-goscene-btn{border:0;border-radius:10px;background:#2563eb;color:#fff;font-weight:800;padding:8px 10px;cursor:pointer;white-space:nowrap}.sg-goscene-btn.gray{background:rgba(255,255,255,.12)}.sg-goscene-btn.green{background:#16a34a}.sg-goscene-btn.mini{padding:6px 8px;font-size:12px}.sg-goscene-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:8px;margin:10px 0}.sg-goscene-card.list{padding:2px 8px}.sg-goscene-scene{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.08);cursor:pointer}.sg-goscene-scene:last-child{border-bottom:0}.sg-goscene-scene input{flex:0 0 auto}.sg-scene-text{flex:1;min-width:0}.sg-goscene-name{font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sg-goscene-meta{font-size:12px;color:#cbd5e1;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sg-goscene-badge{display:inline-block;padding:2px 7px;border-radius:999px;background:#16a34a;color:#fff;font-size:11px;font-weight:900;margin-left:5px}.sg-goscene-summary{font-size:12px;color:#dbeafe;line-height:1.55;background:rgba(37,99,235,.14);border:1px solid rgba(96,165,250,.16);border-radius:12px;padding:8px 10px}.sg-goscene-warn{font-size:12px;color:#fde68a;line-height:1.45}.sg-goscene-small{font-size:12px;color:#cbd5e1;line-height:1.45}.sg-goscene-small.danger{color:#fecaca}.sg-goscene-tabs{display:flex;gap:6px;margin-bottom:10px}.sg-goscene-tabs button{flex:1;border:0;border-radius:10px;padding:8px;background:rgba(255,255,255,.1);color:#fff;font-weight:800;cursor:pointer}.sg-goscene-tabs button.active{background:#16a34a}
@media(max-width:520px){.sg-goscene-panel{left:10px;right:10px;width:auto}.sg-goscene-nav{top:8px}.sg-goscene-body{max-height:calc(100vh - 350px)}}

/* GoScene duplicate toolbar removal patch */
#sgGoSceneNav{display:none!important;}
.sg-goscene-fixed{position:sticky;top:0;z-index:2;}
.sg-goscene-editbox .sg-goscene-row{flex-wrap:wrap;}
.sg-goscene-editbox .sg-goscene-row label{min-width:58px;}


/* SpaceGo GoScene viewport fit patch - 2026-07-04 */
.sg-goscene-panel{
  top:88px!important;
  right:18px!important;
  bottom:16px!important;
  height:auto!important;
  max-height:none!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
}
.sg-goscene-head,
.sg-goscene-fixed{
  flex:0 0 auto!important;
}
.sg-goscene-head{
  padding:12px 16px!important;
}
.sg-goscene-fixed{
  position:relative!important;
  top:auto!important;
  z-index:1!important;
  padding:10px 14px!important;
  max-height:300px!important;
  overflow:auto!important;
}
.sg-goscene-body{
  flex:1 1 auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding:10px 14px 14px!important;
}
.sg-goscene-card.list{
  margin-bottom:0!important;
}
.sg-goscene-row{
  margin:6px 0!important;
}
.sg-goscene-editbox{
  margin-top:7px!important;
  padding:8px!important;
}
.sg-goscene-panel .sg-goscene-btn{
  padding:7px 10px!important;
}
@media(max-height:760px){
  .sg-goscene-panel{top:72px!important;bottom:10px!important;}
  .sg-goscene-fixed{max-height:260px!important;}
  .sg-goscene-head{padding:10px 14px!important;}
  .sg-goscene-title{font-size:15px!important;}
  .sg-goscene-small{font-size:11px!important;}
}
@media(max-width:520px){
  .sg-goscene-panel{left:10px!important;right:10px!important;top:76px!important;bottom:10px!important;width:auto!important;}
}


/* GoScene close / menu switch fix - 2026-07-04 */
#sgGoScenePanel:not(.sg-open){display:none!important;}
#sgGoScenePanel.sg-open{display:flex!important;}


/* GoScene missing date count patch - 2026-07-04 */
.sg-goscene-countbar{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin:8px 0 2px;
}
.sg-goscene-countbar span{
  display:inline-flex;
  align-items:center;
  padding:4px 8px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#cbd5e1;
  font-size:11px;
  font-weight:800;
}
.sg-goscene-countbar span.warn{
  background:rgba(245,158,11,.16);
  color:#fde68a;
}
.sg-goscene-badge.missing{
  background:#f59e0b!important;
  color:#111827!important;
}
.sg-goscene-scene.is-missing{
  background:rgba(245,158,11,.06);
}
.sg-goscene-checklabel b{
  display:inline-block;
  margin-left:3px;
  color:#fde68a;
}
