.player-portrait{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-setup{margin:20px 0}.profile-setup h3{font-size:22px;margin:0 0 8px}.profile-setup>p{font-size:17px;line-height:1.6}.profile-editor{border:1px solid #ced8c8;border-radius:16px;background:#f4f7ef;padding:16px;margin:14px 0;display:flex;gap:14px;align-items:center;flex-wrap:wrap}.profile-editor-heading{display:flex;gap:12px;align-items:center;flex:1 1 200px;min-width:0}.profile-editor-heading b{font-size:18px;overflow-wrap:anywhere}.setup-portrait{width:50px;height:50px;flex-shrink:0;border:2px solid #294f47;border-radius:50%;overflow:hidden}.avatar-choices{display:flex;gap:8px;flex-wrap:wrap;max-width:100%}.avatar-choice{padding:3px;width:48px;height:48px;border:2px solid transparent;border-radius:50%;background:#e0e8d6;cursor:pointer}.avatar-choice[aria-pressed=true]{border-color:#213a58;box-shadow:0 0 0 3px #e9bd51}.profile-upload{position:relative;overflow:hidden;display:inline-flex;align-items:center;min-height:48px;font-size:17px}.profile-upload input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%}.profile-upload:focus-within{outline:3px solid #1e5492;outline-offset:3px}.player-badges{position:absolute;inset:0;pointer-events:none;z-index:2;overflow:hidden}.profile-leaders{position:absolute;inset:0;width:100%;height:100%;overflow:visible;opacity:.9}.ball-profile{position:absolute;left:0;top:0;width:68px;height:62px;display:flex;flex-direction:column;align-items:center;gap:2px;pointer-events:none;will-change:transform}.ball-profile[hidden]{display:none}.profile-face{display:block;position:relative;width:36px;height:36px;border:2px solid var(--player-color);border-radius:50%;background:#fff;box-shadow:0 1px 4px #14273944}.profile-number{position:absolute;right:-6px;bottom:-2px;display:grid;place-items:center;background:var(--player-color);color:#fff;border:1.5px solid #fff;border-radius:50%;width:18px;height:18px;font-size:12px;line-height:1}.profile-name{font-family:Arial,'Malgun Gothic',sans-serif;font-weight:750;font-size:14px;line-height:20px;max-width:68px;padding:0 4px;border-radius:4px;background:#fffef3f5;color:#193949;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid var(--player-color)}.is-active .profile-face{outline:2px solid #ffdf48;outline-offset:1px}.is-active .profile-name{background:#22354b;color:#fff}.plus-profile .profile-face{border-color:#d7a747;box-shadow:0 0 0 2px #23344c,0 0 11px #f7d36c90}.plus-profile .profile-number{background:#a47727}.plus-profile .profile-name{border-color:#d7a747}.flag-number{pointer-events:none}@media(max-width:420px){.profile-editor{padding:12px;gap:12px}.profile-editor-heading{flex-basis:100%}.avatar-choice{width:44px;height:44px}.avatar-choices{gap:7px}.profile-upload{padding:9px 13px}}

.round-player-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}.round-player-list>div{display:flex;gap:10px;align-items:center;min-width:0;padding:9px;border-radius:12px;background:#edf3e7}.round-player-list b{font-size:17px;overflow-wrap:anywhere}.round-player-list .player-portrait{width:40px;height:40px;flex-shrink:0}

.player-badges[hidden]{display:none}.profile-stance{position:relative;display:flex;justify-content:center;width:68px;height:38px;flex-shrink:0;transform-origin:50% 90%}.profile-stance:after{content:'';position:absolute;bottom:0;left:19px;width:30px;height:4px;background:#233a3c24;border-radius:50%;z-index:-1}.profile-club{position:absolute;right:1px;top:6px;width:14px;height:31px;transform-origin:35% 15%;opacity:0}.is-active .profile-club{opacity:1}.profile-swing .profile-club{opacity:1;animation:profile-club-swing 160ms ease-in-out both}.profile-swing .profile-face{animation:profile-address 160ms ease-in-out both}.profile-arriving .profile-stance{animation:profile-arrive 420ms ease-out both}.profile-arriving .profile-name{animation:profile-name-in 420ms ease-out both}@keyframes profile-club-swing{0%{transform:rotate(0)}40%{transform:rotate(-38deg)}100%{transform:rotate(28deg)}}@keyframes profile-address{40%{transform:rotate(-5deg)}100%{transform:rotate(3deg)}}@keyframes profile-arrive{0%{opacity:0;transform:translate(var(--walk-x,0px),var(--walk-y,8px)) rotate(-4deg)}40%{opacity:.8;transform:translate(0,-3px) rotate(3deg)}75%{transform:translate(0,1px) rotate(-2deg)}100%{opacity:1;transform:translate(0,0) rotate(0)}}@keyframes profile-name-in{0%,30%{opacity:0}100%{opacity:1}}@media(prefers-reduced-motion:reduce){.profile-swing .profile-club,.profile-swing .profile-face,.profile-arriving .profile-stance,.profile-arriving .profile-name{animation:none!important}}

@media(max-width:360px){.game-shell.immersive-game.tee-waiting .joystick-dock{right:4px}}

.avatar-frame{position:relative;display:grid;place-items:center;overflow:hidden;background:#deece4;flex-shrink:0}
.avatar-art{display:block;width:100%;height:100%;object-fit:contain;border-radius:0;pointer-events:none}
.avatar-art[src$='/plpak.webp']{position:absolute;left:50%;top:2%;width:175%;height:auto;max-width:none;transform:translateX(-50%)}
