/* Player profile in the sky-island identity. */
.profile-hero{position:relative;height:325px;text-align:center}.profile-robot{position:absolute;width:155px;height:155px;object-fit:contain;top:0;left:50%;transform:translateX(-50%);z-index:2}.profile-island{position:absolute;width:280px;height:220px;object-fit:contain;top:85px;left:50%;transform:translateX(-50%)}.profile-name{position:absolute;top:195px;left:50%;transform:translateX(-50%);width:80%;border-radius:24px;border:1px solid #8fbdd6;background:#f8fdfff5;padding:12px;z-index:3}.profile-name h1{font-size:26px;margin:0 0 6px;overflow-wrap:anywhere}.profile-name span{font-size:14px}.profile-panel{background:#f7fcfff5;border:1px solid #a2c9df;border-radius:24px;padding:20px;margin:18px 0;box-shadow:0 5px 16px #0d4b6f16}.profile-panel h2{font-size:21px;margin:0 0 14px}.profile-panel p,.profile-panel label,.profile-panel dd,.profile-panel dt{font-size:16px;line-height:1.7}.profile-panel dl>div{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;padding:10px 0;border-bottom:1px solid #cbdfea}.profile-panel dd{margin:0;overflow-wrap:anywhere}.profile-name-edit{display:flex;gap:10px;margin-top:8px}.profile-name-edit input{min-width:0;flex:1;padding:12px;font:inherit;border:1px solid #96bad1;border-radius:14px;background:white;color:#123e61}.profile-name-edit button{padding:10px 20px;font-size:16px}.profile-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.profile-stats>div{padding:16px 8px;border-radius:18px;background:#e2f4ff;text-align:center}.profile-stats b{display:block;font-size:26px}.profile-stats span{font-size:14px;display:block;margin-top:6px}.profile-panel progress{width:100%;height:18px;margin-top:20px;accent-color:#0daee4}.profile-local{color:#355d76}.profile-looks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-looks button{border-radius:20px;background:#e9f7ff;border:1px solid #9ac2dc;padding:12px;color:#143b5b}.profile-looks [aria-pressed="true"]{border:2px solid #0297d2;background:#cff3ff}.profile-looks img{height:85px;width:85px;object-fit:contain}.profile-looks strong,.profile-looks small{display:block;font-size:16px;margin-top:6px}.profile-looks small{font-size:14px}.profile-looks button:disabled{opacity:.6}.profile-badges{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;text-align:center}.profile-badges>div{color:#526f85;border:1px solid #c8dce8;border-radius:16px;padding:12px 5px}.profile-badges .earned{color:#0877a8;background:#dff6ff;border-color:#6bbde1}.profile-badges svg{width:35px;height:35px;margin-bottom:8px}.profile-badges strong,.profile-badges small{display:block;font-size:14px;line-height:1.7}.profile-logout{width:100%;margin:10px 0 20px}#profile-message:empty{display:none}#profile-message{color:#116184;overflow-wrap:anywhere}.page-account .stone-title{text-align:center}@media(max-width:360px){.profile-badges{grid-template-columns:1fr}.profile-name-edit{flex-wrap:wrap}}
