/* Ground anchors and screen scale match the player; occupants never capture movement. */
#hub-world .hub-camp-explorer{position:absolute;width:78px;height:140px;transform:translate(-50%,-100%) scale(var(--camp-actor-scale,1));transform-origin:50% 100%;pointer-events:none;user-select:none}
#hub-world .hub-camp-explorer[hidden]{display:none}
.hub-camp-explorer>img[data-sprite-fallback]{position:absolute;left:50%;bottom:0;width:100%;height:100%;max-width:none;object-fit:contain;object-position:center bottom;transform:translateX(-50%)}
.hub-camp-explorer.sprite-enabled>img[data-sprite-fallback]{visibility:hidden}
.hub-camp-explorer>.walker-sprite{position:absolute;left:50%;bottom:calc(0px - var(--sprite-bottom));width:var(--sprite-width);height:var(--sprite-height);max-width:none;max-height:none;transform:translateX(var(--sprite-offset-x));pointer-events:none}
.hub-camp-explorer>.camp-shadow{position:absolute;left:50%;bottom:-5px;width:43px;height:11px;border-radius:50%;background:#02020888;filter:blur(2px);transform:translateX(-50%)}
#hub-world .hub-camp-hotspot{width:86px;height:76px;border-radius:48%;border:1px solid transparent}
#hub-world .hub-camp-hotspot:hover,#hub-world .hub-camp-hotspot:focus-visible,#hub-world .hub-camp-hotspot.targeted{border-color:#e5cd8499;background:#e5cd8412;box-shadow:0 0 17px #e5cd8433}
#hub-world .hub-camp-hotspot span{top:70px}

/* Both profile and camp use the same cards, preview API, form and save flow. */
#profile-overlay .profile-avatar-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
#profile-overlay .profile-character-card{min-height:220px;padding:0 7px 10px;justify-content:flex-start;gap:5px}
#profile-overlay .profile-character-card:after{display:none}
#profile-overlay .profile-card-preview{position:relative;display:block;width:100%;height:145px;min-height:145px;padding:0;border:0;border-radius:0;background:transparent;overflow:visible}
#profile-overlay .profile-card-preview:after{display:none}
#profile-overlay .profile-card-preview>img{position:absolute;left:50%;top:auto;bottom:16px;width:100%;height:calc(100% - 32px);max-width:none;object-fit:contain;object-position:center bottom;transform:translateX(-50%)}
#profile-overlay .profile-card-preview>.walker-sprite{width:var(--sprite-width);height:var(--sprite-height);bottom:calc(16px - var(--sprite-bottom));transform:translateX(var(--sprite-offset-x));filter:none}
#profile-overlay .profile-card-preview.sprite-enabled>img:first-child{visibility:hidden}
#profile-overlay .profile-character-card b{margin:0}
#profile-overlay .profile-character-status{color:#e6cf84;line-height:1.4}
#profile-overlay input[name="avatar"]:disabled+span{opacity:.53;cursor:not-allowed}
#profile-overlay .profile-options input:focus-visible+span{outline:2px solid #fff;outline-offset:2px}
#profile-overlay.profile-camp-mode .profile-showcase,
#profile-overlay.profile-camp-mode .profile-fields,
#profile-overlay.profile-camp-mode .profile-lower-choices,
#profile-overlay.profile-camp-mode .profile-account,
#profile-overlay.profile-camp-mode .profile-heading>p{display:none}
#profile-overlay.profile-camp-mode .profile-panel{display:block;width:min(690px,100%);height:auto;max-height:100%;overflow:auto}
#profile-overlay.profile-camp-mode .profile-editor{overflow:visible}
#profile-overlay.profile-camp-mode .profile-footer{margin-top:20px}
@media(max-width:760px){
  #profile-overlay.profile-camp-mode{padding:max(12px,env(safe-area-inset-top)) 10px max(12px,env(safe-area-inset-bottom));height:var(--app-height,100dvh);box-sizing:border-box}
  #profile-overlay.profile-camp-mode .profile-panel{min-height:0;border:1px solid #b9aa7f77;border-radius:16px}
  #profile-overlay.profile-camp-mode .profile-editor{padding:18px 12px}
  #profile-overlay.profile-camp-mode .profile-heading{margin-bottom:4px}
  #profile-overlay.profile-camp-mode .profile-heading h2{font-size:1.45rem}
  #profile-overlay.profile-camp-mode .profile-avatar-options{grid-template-columns:1fr;gap:8px}
  #profile-overlay.profile-camp-mode .profile-character-card{display:grid;grid-template-columns:90px 1fr;grid-template-rows:1fr auto 1fr;min-height:116px;padding:0 10px 0 0;column-gap:10px;row-gap:3px}
  #profile-overlay.profile-camp-mode .profile-card-preview{grid-column:1;grid-row:1/4;height:116px;min-height:116px}
  #profile-overlay.profile-camp-mode .profile-character-card>b{grid-column:2;align-self:end;text-align:left;font-size:1rem}
  #profile-overlay.profile-camp-mode .profile-character-card>small{grid-column:2;text-align:left;font-size:.72rem}
  #profile-overlay.profile-camp-mode .profile-character-status{align-self:start}
  #profile-overlay.profile-camp-mode .profile-footer{margin-top:12px;padding-top:12px;gap:8px}
  #profile-overlay.profile-camp-mode .profile-footer button{min-height:44px}
  #profile-overlay.profile-camp-mode .profile-close{top:10px;right:10px;min-width:44px;min-height:44px}
}
