.lmpc-scrim{--lmpc-veil: rgba(28, 26, 22, .55);--lmpc-panel: #fbf8f2;--lmpc-strong: #262521;--lmpc-dim: #6b675f;--lmpc-line: rgba(38, 37, 33, .14);position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;overflow-y:auto;overscroll-behavior:contain;padding:clamp(16px,5vh,48px) 16px;display:grid;grid-template-columns:100%;justify-items:center;align-content:center;align-content:safe center;text-align:center;background:radial-gradient(125% 85% at 50% 34%,color-mix(in srgb,var(--lmpc-fill) 46%,transparent) 0%,color-mix(in srgb,var(--lmpc-fill) 16%,transparent) 42%,transparent 74%),var(--lmpc-veil);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:lmpc-in .26s ease-out}:root[data-theme=dark] .lmpc-scrim{--lmpc-veil: rgba(8, 8, 7, .72);--lmpc-panel: #1d1b18;--lmpc-strong: #ece7dd;--lmpc-dim: #97928a;--lmpc-line: rgba(236, 231, 221, .16)}.lmpc-box{width:min(520px,100%);box-sizing:border-box;padding:clamp(20px,4vw,34px) clamp(16px,4vw,30px) clamp(18px,3vw,26px);border-radius:20px;background:var(--lmpc-panel);border:1px solid var(--lmpc-line);box-shadow:0 24px 64px #00000047;animation:lmpc-rise .42s cubic-bezier(.16,1,.3,1) backwards 60ms}.lmpc-eyebrow{font-family:Archivo,system-ui,-apple-system,Segoe UI,sans-serif;font-size:10px;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:var(--lmpc-ink)}.lmpc-stage{position:relative;display:grid;place-items:center;margin:clamp(26px,5vh,38px) auto clamp(10px,2vh,16px)}.lmpc-rays{position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;pointer-events:none}.lmpc-ray{position:absolute;top:0;right:0;bottom:0;left:0}.lmpc-ray:after{content:"";position:absolute;left:50%;top:1%;width:3px;height:13%;margin-left:-1.5px;border-radius:3px;background:var(--lmpc-fill);opacity:.8;transform-origin:50% 100%;animation:lmpc-ray .76s cubic-bezier(.16,1,.3,1) backwards;animation-delay:var(--lmpc-d, 0ms)}.lmpc-halo{position:absolute;top:-18%;right:-18%;bottom:-18%;left:-18%;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--lmpc-fill) 38%,transparent) 0%,transparent 68%);pointer-events:none}.lmpc-emblem{position:relative;line-height:0;animation:lmpc-pop .64s cubic-bezier(.2,1.3,.35,1) backwards .12s}.lmpc-title{font-family:Archivo,system-ui,-apple-system,Segoe UI,sans-serif;font-size:clamp(26px,7.5vw,40px);font-weight:700;letter-spacing:.04em;text-transform:uppercase;line-height:1.1;margin:0;color:var(--lmpc-ink);text-wrap:balance}.lmpc-from{margin-top:6px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--lmpc-dim)}.lmpc-number{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:clamp(12px,2.5vh,18px)}.lmpc-number .n{display:inline-flex;align-items:center;justify-content:center;min-width:2.1em;padding:.3em .42em;border-radius:999px;line-height:1;font-size:clamp(24px,6vw,32px);font-weight:800;font-variant-numeric:tabular-nums;color:var(--lmpc-ink);background:var(--lmpc-soft);border:2px solid var(--lmpc-ink)}.lmpc-number .l{max-width:15em;text-align:left;font-size:11px;line-height:1.35;letter-spacing:.02em;color:var(--lmpc-dim)}.lmpc-copy{margin:clamp(12px,2.5vh,18px) auto 0;max-width:34em;font-family:"Instrument Serif",Georgia,Times New Roman,serif;font-style:italic;font-size:clamp(15px,4.2vw,18px);line-height:1.35;color:var(--lmpc-strong);text-wrap:pretty}.lmpc-btn{margin-top:clamp(14px,3vh,22px);display:inline-block;max-width:100%;padding:11px 22px;border-radius:999px;border:1px solid var(--lmpc-ink);background:var(--lmpc-ink);color:var(--lmpc-panel);font-family:Archivo,system-ui,-apple-system,Segoe UI,sans-serif;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;cursor:pointer}.lmpc-btn:hover{background:color-mix(in srgb,var(--lmpc-ink) 84%,transparent)}.lmpc-btn:focus-visible{outline:3px solid color-mix(in srgb,var(--lmpc-ink) 45%,transparent);outline-offset:2px}.lmpc-esc{margin-top:10px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--lmpc-dim)}@keyframes lmpc-in{0%{opacity:0}to{opacity:1}}@keyframes lmpc-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes lmpc-pop{0%{opacity:0;transform:scale(.45) rotate(-16deg)}60%{transform:scale(1.08) rotate(3deg)}to{opacity:1;transform:none}}@keyframes lmpc-ray{0%{opacity:0;transform:translateY(14%) scaleY(.2)}to{opacity:.8;transform:none}}@media (prefers-reduced-motion: reduce){.lmpc-scrim,.lmpc-box,.lmpc-emblem,.lmpc-ray:after{animation:none}.lmpc-scrim{-webkit-backdrop-filter:none;backdrop-filter:none}}.lmpc-ribbon{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:10px;padding:7px 12px;border-radius:10px;background:color-mix(in srgb,var(--lmpc-fill) 14%,transparent);border:1px solid color-mix(in srgb,var(--lmpc-ink) 34%,transparent);text-align:left}.lmpc-ribbon .t{font-family:Archivo,system-ui,-apple-system,Segoe UI,sans-serif;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--lmpc-ink)}.lmpc-ribbon .w{font-size:10px;letter-spacing:.1em;text-transform:uppercase;opacity:.75;color:var(--lmpc-ink)}.hg-root.hg-golfer .sp-col{display:block}.hg-root.hg-golfer .sp-panel .rowhdr.sp-ph{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hg-root.hg-golfer .sp-panel:not(.is-open) .rowhdr.sp-ph{margin-bottom:-12px;border-bottom-color:transparent;border-radius:15px}.hg-root.hg-golfer .sp-panel .rowhdr.sp-ph:hover h3{color:var(--gold);-webkit-text-fill-color:currentColor}.hg-root.hg-golfer .sp-panel .rowhdr .sp-chev{margin-left:2px}.hg-root.hg-golfer .sp-lead:first-child{margin-top:0}.hg-root.hg-golfer .sp-views{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px 0}.hg-root.hg-golfer .sp-vblock{padding:4px 16px 2px;text-align:center}.hg-root.hg-golfer .sp-vblock+.sp-vblock{border-left:1px solid var(--line)}.hg-root.hg-golfer .sp-vblock .sp-view{display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 0 2px}.hg-root.hg-golfer .sp-vblock .sp-view .v{font-family:var(--disp);font-weight:600;font-size:14px;letter-spacing:.06em;text-transform:uppercase}.hg-root.hg-golfer .sp-vd{justify-content:center;margin:10px 0 2px}.hg-root.hg-golfer .sp-panel .sp-vblock{text-align:left;padding:0}.hg-root.hg-golfer .sp-panel .sp-vblock+.sp-vblock{border-left:0}.hg-root.hg-golfer .sp-panel .sp-vblock .sp-view{flex-direction:row;justify-content:space-between;padding:12px 0 2px}.hg-root.hg-golfer .sp-panel .sp-vblock .sp-view .v{font-family:var(--mono);font-weight:400;font-size:10.5px;letter-spacing:0;text-transform:none}.hg-root.hg-golfer .sp-panel .sp-views{gap:0 28px}.hg-root.hg-golfer .sp-eyebrow{font-size:8.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--faint)}.hg-root.hg-golfer .sp-view{padding:12px 0 2px;display:flex;justify-content:space-between;align-items:baseline;gap:8px}.hg-root.hg-golfer .sp-view .v{font-size:10.5px;color:var(--ink)}.hg-root.hg-golfer .sp-lead{font-family:var(--sp-serif);font-style:italic;font-size:19px;line-height:1.28;color:var(--ink);margin-top:6px;text-wrap:pretty}.hg-root.hg-golfer .sp-confirm{margin-top:10px}.hg-root.hg-golfer .sp-confirm .gbar{height:4px;margin-bottom:5px}.hg-root.hg-golfer .sp-chain{margin-top:12px}.hg-root.hg-golfer .sp-link{display:grid;grid-template-columns:14px minmax(0,1fr);gap:0 8px;padding:7px 0;border-top:1px solid var(--line)}.hg-root.hg-golfer .sp-link:first-of-type{border-top:0;padding-top:5px}.hg-root.hg-golfer .sp-link .mk{color:var(--rust);font-size:11px;line-height:1.5}.hg-root.hg-golfer .sp-link .tx{font-family:var(--sp-serif);font-style:italic;font-size:14.5px;line-height:1.3;color:var(--ink);text-wrap:pretty}.hg-root.hg-golfer .sp-link .vw{grid-column:2;font-size:8.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--faint);margin-top:3px}.hg-root.hg-golfer .sp-pitem{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:baseline;padding:6px 0;border-top:1px solid var(--line)}.hg-root.hg-golfer .sp-pitem:first-of-type{border-top:0;padding-top:5px}.hg-root.hg-golfer .sp-pitem .tx{font-family:var(--sp-sans);font-size:12px;line-height:1.4;color:var(--dim);text-wrap:pretty}.hg-root.hg-golfer .sp-pitem .ct{font-size:10px;color:var(--rust);font-variant-numeric:tabular-nums;white-space:nowrap}.hg-root.hg-golfer .sp-trend{display:grid;grid-template-columns:52px 1fr 36px;gap:8px;align-items:center;padding:5px 0}.hg-root.hg-golfer .sp-trend+.sp-trend{border-top:1px solid var(--line)}.hg-root.hg-golfer .sp-trend .nm{font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:var(--dim)}.hg-root.hg-golfer .sp-trend svg{background:var(--card2);border-radius:3px;display:block}.hg-root.hg-golfer .sp-trend .v{text-align:right;font-size:11px;font-variant-numeric:tabular-nums}.hg-root.hg-golfer .sp-head{padding:14px 18px 12px}.hg-root.hg-golfer .sp-headrow{display:flex;align-items:baseline;justify-content:space-between;gap:14px;flex-wrap:wrap}.hg-root.hg-golfer .sp-head .t{font-family:var(--disp);font-weight:600;font-size:22px;letter-spacing:.05em;text-transform:uppercase}.hg-root.hg-golfer .sp-head .s{font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--faint)}.hg-root.hg-golfer .sp-ctrls{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:10px}.hg-root.hg-golfer .sp-btns{display:flex;gap:6px;flex-wrap:wrap}.hg-root.hg-golfer .sp-row{display:grid;grid-template-columns:78px minmax(0,1fr);align-items:stretch}.hg-root.hg-golfer .sp-node{position:relative;display:flex;flex-direction:column;align-items:center;padding-top:14px}.hg-root.hg-golfer .sp-node .ln{position:absolute;top:0;bottom:0;width:1px;background:var(--line)}.hg-root.hg-golfer .sp-node .dot{position:relative;width:9px;height:9px;border-radius:50%;background:var(--card);border:2px solid var(--rust)}.hg-root.hg-golfer .sp-node .when{position:relative;background:var(--bg);padding:6px 0 4px;text-align:center}.hg-root.hg-golfer .sp-node .d{font-size:10px;color:var(--ink);font-variant-numeric:tabular-nums}.hg-root.hg-golfer .sp-node .h{font-size:8.5px;color:var(--faint)}.hg-root.hg-golfer .sp-node .n{font-size:8.5px;letter-spacing:.14em;color:var(--faint);margin-top:3px}.hg-root.hg-golfer .sp-card{position:relative;padding:12px 16px;margin-bottom:10px}.hg-root.hg-golfer .sp-card.is-open{padding:14px 16px}.hg-root.hg-golfer .sp-actions{position:absolute;right:10px;top:10px;z-index:2}.hg-root.hg-golfer .sp-title{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.hg-root.hg-golfer .sp-title a:not(.sp-open){font-family:var(--disp);font-weight:600;font-size:19px;letter-spacing:.03em;text-transform:uppercase;color:var(--ink);text-decoration:none}.hg-root.hg-golfer .sp-title a:not(.sp-open):hover{color:var(--gold)}.hg-root.hg-golfer .sp-title .tier{margin-left:0}.hg-root.hg-golfer .sp-title .m{font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--faint)}.hg-root.hg-golfer .sp-title .perf{font-family:var(--disp);font-weight:600;font-size:15px;letter-spacing:.04em;text-transform:uppercase;font-variant-numeric:tabular-nums}.hg-root.hg-golfer .sp-title .perf small{font-family:var(--mono);font-weight:400;font-size:9px;color:var(--faint);letter-spacing:0;text-transform:none}.hg-root.hg-golfer .sp-title .pill{font-size:8.5px;letter-spacing:.14em;color:var(--gold);margin-left:auto}.hg-root.hg-golfer .sp-title .pill+.sp-open{margin-left:0}.hg-root.hg-golfer .sp-title .sp-open{margin-left:auto;text-decoration:none;white-space:nowrap}.hg-root.hg-golfer .sp-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.hg-root.hg-golfer .sp-still{position:relative;width:72px;height:96px;border-radius:5px;overflow:hidden;background:var(--card2);border:1px solid var(--line)}.hg-root.hg-golfer .sp-still img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.hg-root.hg-golfer .sp-still.is-withheld img{filter:grayscale(1);opacity:.75}.hg-root.hg-golfer .sp-still.is-withheld{border-style:dashed}.hg-root.hg-golfer .sp-still figcaption{position:absolute;left:5px;bottom:4px;font-size:8.5px;letter-spacing:.12em;color:var(--card);text-shadow:0 0 4px rgba(0,0,0,.6)}.hg-root.hg-golfer .sp-body{display:flex;flex-wrap:wrap;gap:18px;margin-top:10px;align-items:flex-start}.hg-root.hg-golfer .is-open .sp-body{margin-top:12px}.hg-root.hg-golfer .sp-thumb{position:relative;width:118px;height:158px;flex:none;border-radius:5px;overflow:hidden;background:var(--card2);border:1px solid var(--line);display:flex;align-items:center;justify-content:center}.hg-root.hg-golfer .sp-thumb.sm{width:60px;height:80px;border-radius:4px}.hg-root.hg-golfer .sp-thumb img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hg-root.hg-golfer .sp-thumb .cap{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;gap:6px;padding:0 8px 7px}.hg-root.hg-golfer .sp-thumb.sm .cap{padding:0 5px 5px}.hg-root.hg-golfer .sp-thumb .cap .play{flex:none;width:20px;height:20px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center}.hg-root.hg-golfer .sp-thumb.sm .cap .play{width:16px;height:16px}.hg-root.hg-golfer .sp-thumb .cap .sw{font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:var(--faint);white-space:nowrap;text-shadow:0 0 4px var(--card)}.hg-root.hg-golfer .sp-thumb .top{position:absolute;left:0;right:0;top:0;display:flex;justify-content:space-between;padding:7px 8px 0;font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:var(--dim);text-shadow:0 0 4px var(--card)}.hg-root.hg-golfer .sp-scores{flex:1 1 210px;min-width:0}.hg-root.hg-golfer .sp-nums-btn{display:flex;align-items:center;gap:10px;width:100%;background:none;border:0;text-align:left;cursor:pointer;color:inherit;font:inherit;border-radius:8px;padding:2px 4px;margin:-2px -4px}.hg-root.hg-golfer .sp-nums-btn:disabled{cursor:default}.hg-root.hg-golfer .sp-nums-btn:not(:disabled):hover{background:color-mix(in srgb,var(--gold) 8%,transparent)}.hg-root.hg-golfer .sp-nums-btn .dials{justify-content:flex-start;margin:0}.hg-root.hg-golfer .sp-chev{flex:none;color:var(--faint);font-size:12px;line-height:1;margin-left:auto}.hg-root.hg-golfer .sp-seg{font-family:var(--sp-sans);font-size:12px;color:var(--dim);margin-top:6px;line-height:1.45}.hg-root.hg-golfer .sp-feel{margin-top:12px;font-family:var(--sp-serif);font-style:italic;font-size:15px;line-height:1.3;text-wrap:pretty}.hg-root.hg-golfer .sp-feel .k{font-family:var(--mono);font-style:normal}.hg-root.hg-golfer .sp-flags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.hg-root.hg-golfer .sp-flagchip{font-family:var(--sp-sans);font-size:11px;line-height:1.35;color:var(--rust);background:color-mix(in srgb,var(--rust) 8%,transparent);border:1px solid color-mix(in srgb,var(--rust) 35%,transparent);border-radius:8px;padding:4px 9px}.hg-root.hg-golfer .sp-flagchip b{font-family:var(--mono);font-weight:400;font-size:10px;opacity:.8}.hg-root.hg-golfer .sp-census{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.hg-root.hg-golfer .sp-flag{display:grid;grid-template-columns:minmax(0,1fr) 40px 96px;gap:10px;align-items:baseline;padding:6px 0;border-top:1px solid var(--line);font-size:10.5px}.hg-root.hg-golfer .sp-flag .tx{font-family:var(--sp-sans);font-size:12px;line-height:1.4;color:var(--ink)}.hg-root.hg-golfer .sp-flag .c{text-align:right;color:var(--dim);font-variant-numeric:tabular-nums}.hg-root.hg-golfer .sp-flag .s{font-size:9.5px;color:var(--faint);letter-spacing:.06em}@media (max-width: 639px){.hg-root.hg-golfer .sp-row{grid-template-columns:58px minmax(0,1fr)}.hg-root.hg-golfer .sp-census{grid-template-columns:1fr}.hg-root.hg-golfer .sp-scores{flex-basis:100%}.hg-root.hg-golfer .sp-body{gap:12px}.hg-root.hg-golfer .sp-nums-btn .dials{gap:6px}.hg-root.hg-golfer .sp-nums-btn .dial{padding:6px 8px 5px}.hg-root.hg-golfer .sp-panel .rowhdr.sp-ph{flex-wrap:wrap;row-gap:2px}.hg-root.hg-golfer .sp-panel .rowhdr.sp-ph .lm-hdrright{flex:1 1 100%;min-width:0;justify-content:space-between}.hg-root.hg-golfer .sp-panel .rowhdr.sp-ph .tag{white-space:normal;line-height:1.5;min-width:0}}.hg-root.hg-golfer .sp-upload{padding:0;overflow:hidden}.hg-root.hg-golfer .sp-upload.is-open{padding:0}.hg-root.hg-golfer .sp-uphead{padding:10px 16px 9px;background:var(--card2);border-bottom:1px solid var(--line)}.hg-root.hg-golfer .sp-upname{font-family:var(--disp);font-weight:600;font-size:15px;letter-spacing:.04em;text-transform:uppercase;color:var(--ink)}.hg-root.hg-golfer .sp-upbody{padding:10px 10px 0}.hg-root.hg-golfer .sp-upchild>.sp-card{margin-bottom:10px;border-color:color-mix(in srgb,var(--line) 70%,transparent)}.hg-root.hg-golfer .sp-card.is-showcase{animation:sp-showcase 6s ease-out both;scroll-margin-top:84px}@keyframes sp-showcase{0%{box-shadow:0 0 0 3px color-mix(in srgb,var(--gold) 70%,transparent)}70%{box-shadow:0 0 0 3px color-mix(in srgb,var(--gold) 45%,transparent)}to{box-shadow:0 0 0 0 transparent}}@media (prefers-reduced-motion:reduce){.hg-root.hg-golfer .sp-card.is-showcase{animation:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--gold) 50%,transparent)}}.hg-root.hg-golfer .sp-nudge{display:flex;align-items:flex-start;gap:8px;margin-top:8px;padding:8px 12px;border-radius:10px;background:var(--card2);border:1px solid var(--line);font-family:var(--sp-sans);font-size:12px;line-height:1.4;color:var(--dim);text-align:left;text-wrap:pretty}.hg-root.hg-golfer .sp-nudge>span:last-child{min-width:0}.hg-root.hg-golfer .sp-nudge.sp-nudge-plain{gap:0}.hg-root.hg-golfer .lmpc-ribbon{margin-top:10px;padding:7px 12px}.hg-root.hg-golfer .card>.rowhdr{gap:12px;flex-wrap:wrap;row-gap:4px}.hg-root.hg-golfer .sp-nums-btn .sp-chev{margin-left:8px}.hg-root.hg-golfer .sp-upname{font-size:19px}.hg-root.hg-golfer .sp-upchild .sp-title a:not(.sp-open){font-size:16px}@keyframes gc-sweep{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes gc-ring{0%{stroke-dashoffset:88}to{stroke-dashoffset:-88}}.gc-skel{background:linear-gradient(110deg,#efeae1 20%,#faf8f3,#efeae1 60%);background-size:200% 100%;animation:gc-sweep 1.6s ease-in-out infinite}.gc-skel-2{animation-delay:.12s}.gc-skel-3{animation-delay:.24s}.gc-ring{stroke-dasharray:44 88;animation:gc-ring 1.6s linear infinite}.gc-still img{opacity:0;transition:opacity .35s ease-out}.gc-still img.is-loaded{opacity:1}@media (prefers-reduced-motion: reduce){.gc-skel,.gc-ring{animation:none}.gc-still img{transition:none;opacity:1}}.hg-root.hg-golfer .ov-btn{margin-left:auto}.hg-root.hg-golfer .ov-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0c100e94;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:24px}.hg-root.hg-golfer .ov-modal{width:min(980px,100%);max-height:calc(100vh - 48px);overflow:auto;background:var(--card);border:1px solid var(--line);border-radius:18px;box-shadow:0 24px 80px #00000059;padding:16px 18px 18px;display:flex;flex-direction:column;gap:12px}.hg-root.hg-golfer .ov-head-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.hg-root.hg-golfer .ov-title{display:inline-flex;align-items:baseline;gap:10px;min-width:0;color:var(--dim)}.hg-root.hg-golfer .ov-title svg{align-self:center}.hg-root.hg-golfer .ov-stage{position:relative;background:#000;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:240px}.hg-root.hg-golfer .ov-stage video{display:block;width:100%;max-height:58vh;background:#000}.hg-root.hg-golfer .ov-loading{height:360px}.hg-root.hg-golfer .ov-broken{padding:28px;text-align:center;background:var(--card2);width:100%;display:flex;flex-direction:column;gap:6px}.hg-root.hg-golfer .ov-tools{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.hg-root.hg-golfer .ov-tools .gk-open[aria-pressed=true]{background:color-mix(in srgb,var(--green) 10%,var(--card));border-color:var(--green)}.hg-root.hg-golfer .ov-timeline{display:flex;flex-direction:column;gap:6px}.hg-root.hg-golfer .ov-track{position:relative;height:40px;border-radius:8px;background:var(--card2);border:1px solid var(--line)}.hg-root.hg-golfer .ov-band{position:absolute;top:4px;bottom:4px;min-width:14px;border-radius:6px;border:0;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;font:inherit;transition:box-shadow .14s}.hg-root.hg-golfer .ov-band:disabled{cursor:default}.hg-root.hg-golfer .ov-band.is-session{background:var(--green);color:var(--card)}.hg-root.hg-golfer .ov-band.is-single{background:var(--sage);color:var(--card)}.hg-root.hg-golfer .ov-band.is-kept{background:color-mix(in srgb,var(--sage) 22%,var(--card));border:1.5px dashed var(--sage);color:var(--ink)}.hg-root.hg-golfer .ov-band.is-ask{background:color-mix(in srgb,var(--gold) 25%,var(--card));border:1.5px solid var(--gold);color:var(--ink)}.hg-root.hg-golfer .ov-band.is-aside,.hg-root.hg-golfer .ov-band.is-failed{background:repeating-linear-gradient(135deg,var(--card2) 0 5px,color-mix(in srgb,var(--line) 80%,transparent) 5px 8px);color:var(--dim);border:1px solid var(--line)}.hg-root.hg-golfer .ov-band.is-busy{background:repeating-linear-gradient(90deg,color-mix(in srgb,var(--green) 20%,var(--card)) 0 6px,var(--card) 6px 10px);color:var(--dim)}.hg-root.hg-golfer .ov-band.is-skipped{background:transparent;border:1.5px dashed var(--dim);color:var(--dim)}.hg-root.hg-golfer .ov-band:hover:not(:disabled),.hg-root.hg-golfer .ov-band.is-now{box-shadow:0 0 0 2px var(--gold);z-index:1}.hg-root.hg-golfer .ov-band:focus-visible{outline:2px solid var(--gold);outline-offset:2px;z-index:2}.hg-root.hg-golfer .ov-n{font-family:var(--mono);font-size:11.5px;font-weight:700}.hg-root.hg-golfer .ov-impact{position:absolute;top:-3px;bottom:-3px;width:2px;background:var(--gold);border-radius:1px}.hg-root.hg-golfer .ov-head{position:absolute;top:-4px;bottom:-4px;width:2px;margin-left:-1px;background:var(--ink);border-radius:1px;pointer-events:none;z-index:3}.hg-root.hg-golfer .ov-axis{display:flex;justify-content:space-between}.hg-root.hg-golfer .ov-legend{display:flex;flex-wrap:wrap;gap:6px 16px;font-family:var(--sp-sans);font-size:12px;color:var(--dim)}.hg-root.hg-golfer .ov-legend span{display:inline-flex;align-items:center;gap:6px}.hg-root.hg-golfer .ov-sw{display:inline-block;width:18px;height:10px;border-radius:3px}.hg-root.hg-golfer .ov-sw.is-session{background:var(--green)}.hg-root.hg-golfer .ov-sw.is-single{background:var(--sage)}.hg-root.hg-golfer .ov-sw.is-kept{background:color-mix(in srgb,var(--sage) 22%,var(--card));border:1.5px dashed var(--sage)}.hg-root.hg-golfer .ov-sw.is-skipped{border:1.5px dashed var(--dim)}.hg-root.hg-golfer .ov-chapters{list-style:none;display:flex;flex-direction:column;border-top:1px solid var(--line)}.hg-root.hg-golfer .ov-chapters li{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding:9px 4px;border-bottom:1px solid var(--line)}.hg-root.hg-golfer .ov-chapters li.is-now{background:color-mix(in srgb,var(--gold) 8%,transparent)}.hg-root.hg-golfer .ov-ctext{display:flex;flex-direction:column;gap:1px;min-width:0}.hg-root.hg-golfer .ov-play{width:30px;height:30px;border-radius:50%;border:1px solid var(--line);background:var(--card2);color:var(--green);font-size:11px;cursor:pointer}.hg-root.hg-golfer .ov-play:hover:not(:disabled){border-color:var(--sage)}.hg-root.hg-golfer .ov-play:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.hg-root.hg-golfer .ov-chapters li.is-skipped .gk-body,.hg-root.hg-golfer .ov-chapters li.is-aside .gk-body{color:var(--dim)}@media (max-width: 639px){.hg-root.hg-golfer .ov-scrim{padding:0;align-items:stretch}.hg-root.hg-golfer .ov-modal{border-radius:0;max-height:100vh;height:100vh;padding:12px}.hg-root.hg-golfer .ov-stage video{max-height:46vh}.hg-root.hg-golfer .ov-btn{margin-left:0}}@media (prefers-reduced-motion: reduce){.hg-root.hg-golfer .ov-scrim{-webkit-backdrop-filter:none;backdrop-filter:none}}.hg-root.hg-golfer{--sp-serif: "Instrument Serif", Georgia, "Times New Roman", serif;--sp-sans: Archivo, system-ui, -apple-system, "Segoe UI", sans-serif}.hg-root.hg-golfer .gk{display:flex;flex-direction:column;gap:12px}.hg-root.hg-golfer .gk .card{margin-bottom:0}.hg-root.hg-golfer .gk-pad{padding:16px 18px}.hg-root.hg-golfer .gk-name{font-family:var(--disp);font-weight:600;font-size:26px;letter-spacing:.04em;text-transform:uppercase;color:var(--ink);line-height:1.1}.hg-root.hg-golfer .gk-h{font-family:var(--disp);font-weight:600;font-size:15px;letter-spacing:.07em;text-transform:uppercase;color:var(--ink)}.hg-root.hg-golfer .gk-eyebrow{font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--dim)}.hg-root.hg-golfer .gk-meta{font-family:var(--sp-sans);font-size:12.5px;color:var(--dim);line-height:1.4}.hg-root.hg-golfer .gk-body{font-family:var(--sp-sans);font-size:14px;color:var(--ink);line-height:1.45;text-wrap:pretty}.hg-root.hg-golfer .gk-lead{font-family:var(--sp-serif);font-style:italic;font-size:22px;line-height:1.25;color:var(--ink);text-wrap:pretty}.hg-root.hg-golfer .gk-lead.sm{font-size:18px}.hg-root.hg-golfer .gk-q{font-family:var(--sp-serif);font-style:italic;font-size:20px;line-height:1.25;color:var(--ink)}.hg-root.hg-golfer .gk-quiet{font-family:var(--sp-sans);font-size:12.5px;line-height:1.45;color:var(--dim);display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:8px}.hg-root.hg-golfer .gk-note{padding:12px 16px;font-family:var(--sp-sans);font-size:13px;color:var(--dim);line-height:1.5}.hg-root.hg-golfer .gk-note a,.hg-root.hg-golfer .gk-quiet a{color:var(--green);text-decoration:underline;text-underline-offset:2px}.hg-root.hg-golfer .gk-sep{height:1px;background:var(--line);margin:12px 0}.hg-root.hg-golfer .gk-rings{gap:8px;margin:0;justify-content:flex-start;flex-wrap:nowrap}.hg-root.hg-golfer .gk-rings .dial .lbl{font-size:10px}.hg-root.hg-golfer .gk-rings.is-compact .dial{padding:4px 7px 3px;border-radius:10px;box-shadow:none}.hg-root.hg-golfer .gk-rings.is-compact .dial .lbl{font-size:9.5px;letter-spacing:.06em}.hg-root.hg-golfer .gk-center .gk-rings{justify-content:center}.hg-root.hg-golfer .gk-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 20px;border-radius:999px;background:var(--green);color:var(--card);font-family:var(--sp-sans);font-weight:700;font-size:14px;text-decoration:none;border:0;cursor:pointer;transition:background-color .14s}.hg-root.hg-golfer .gk-cta:hover{background:color-mix(in srgb,var(--green) 85%,var(--ink))}.hg-root.hg-golfer .gk-cta:focus-visible,.hg-root.hg-golfer .gk-link:focus-visible,.hg-root.hg-golfer .gk-more:focus-visible,.hg-root.hg-golfer .gk-tab:focus-visible,.hg-root.hg-golfer .gk-rowlink:focus-visible,.hg-root.hg-golfer .gk-tile:focus-visible,.hg-root.hg-golfer .gk-qbtn:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.hg-root.hg-golfer .gk-link{font-family:var(--sp-sans);font-size:13px;font-weight:600;color:var(--green);text-decoration:none;white-space:nowrap}.hg-root.hg-golfer .gk-link:hover{text-decoration:underline;text-underline-offset:2px}.hg-root.hg-golfer .gk-more{display:block;width:100%;padding:11px;border:1px dashed var(--line);border-radius:12px;background:transparent;font-family:var(--sp-sans);font-size:13px;font-weight:600;color:var(--dim);cursor:pointer}.hg-root.hg-golfer .gk-more:hover{color:var(--ink);border-color:var(--sage)}.hg-root.hg-golfer .gk-pending{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;border:1px solid var(--gold);background:color-mix(in srgb,var(--gold) 12%,transparent);color:var(--gold);font-family:var(--sp-sans);font-size:12px;font-weight:600;cursor:pointer;text-decoration:none;white-space:nowrap}.hg-root.hg-golfer .gk-pending.is-static{cursor:default}.hg-root.hg-golfer .gk-actions{position:absolute;top:8px;right:8px;z-index:2}.hg-root.hg-golfer .gk-tabs{display:flex;gap:6px;flex-wrap:wrap}.hg-root.hg-golfer .gk-tab{padding:6px 12px;border-radius:999px;border:1px solid var(--line);background:var(--card);font-family:var(--sp-sans);font-size:13px;color:var(--dim);cursor:pointer;min-height:34px}.hg-root.hg-golfer .gk-tab[aria-selected=true],.hg-root.hg-golfer .gk-tab[aria-pressed=true]{background:var(--ink);border-color:var(--ink);color:var(--card)}.hg-root.hg-golfer .gk-poster{position:relative;display:block;flex:none;overflow:hidden;border-radius:8px;background:var(--card2);border:1px solid var(--line)}.hg-root.hg-golfer .gk-poster img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hg-root.hg-golfer .gk-play{position:absolute;left:6px;bottom:6px;width:20px;height:20px;border-radius:50%;background:var(--gold);color:var(--card);display:flex;align-items:center;justify-content:center}.hg-root.hg-golfer .gk-list{display:flex;flex-direction:column}.hg-root.hg-golfer .gk-row{position:relative;border-top:1px solid var(--line)}.hg-root.hg-golfer .gk-row:first-child{border-top:0}.hg-root.hg-golfer .gk-rowlink{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:12px 44px 12px 16px;color:inherit;text-decoration:none;border-radius:10px}.hg-root.hg-golfer a.gk-rowlink:hover{background:color-mix(in srgb,var(--gold) 6%,transparent)}.hg-root.hg-golfer .gk-rowlink .t{font-family:var(--disp);font-weight:600;font-size:16px;letter-spacing:.04em;text-transform:uppercase;color:var(--ink)}.hg-root.hg-golfer .gk-rowlink .chev{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:var(--dim);font-size:16px}.hg-root.hg-golfer .gk-row .gk-actions{top:24px;right:36px;transform:none}.hg-root.hg-golfer .gk-row.has-actions>.gk-rowlink{padding-right:80px}.hg-root.hg-golfer .gk-row-extra{padding:0 16px 12px;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.hg-root.hg-golfer .gk-rowtext{display:flex;flex-direction:column;gap:3px;min-width:0}.hg-root.hg-golfer .gk-flights{display:flex;flex-direction:column;gap:8px}.hg-root.hg-golfer .gk-flight{position:relative;display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 44px 12px 16px}.hg-root.hg-golfer .gk-flight-t{font-family:var(--sp-sans);font-weight:600;font-size:14px;color:var(--ink)}.hg-root.hg-golfer .gk-spin{width:14px;height:14px;border-radius:50%;border:2px solid var(--line);border-top-color:var(--green);animation:gk-spin 1s linear infinite;flex:none}@keyframes gk-spin{to{transform:rotate(360deg)}}.hg-root.hg-golfer .gk-showcase{animation:gk-showcase 6s ease-out both;scroll-margin-top:84px}@keyframes gk-showcase{0%{box-shadow:0 0 0 3px color-mix(in srgb,var(--gold) 70%,transparent)}70%{box-shadow:0 0 0 3px color-mix(in srgb,var(--gold) 45%,transparent)}to{box-shadow:0 0 0 0 transparent}}.hg-root.hg-golfer .gk [id]{scroll-margin-top:84px}.hg-root.hg-golfer .gk-dir{font-family:var(--mono);font-size:12px;white-space:nowrap}.hg-root.hg-golfer .gk-dir.is-up{color:var(--ok)}.hg-root.hg-golfer .gk-dir.is-down{color:var(--rust)}.hg-root.hg-golfer .gk-dir.is-flat{color:var(--dim)}@media (prefers-reduced-motion:reduce){.hg-root.hg-golfer .gk-showcase{animation:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--gold) 50%,transparent)}.hg-root.hg-golfer .gk-spin{animation:none}}@media (max-width: 639px){.hg-root.hg-golfer .gk-name{font-size:22px}.hg-root.hg-golfer .gk-lead{font-size:19px}.hg-root.hg-golfer .gk-rowlink{grid-template-columns:auto minmax(0,1fr);gap:12px;padding:12px 40px 12px 12px}.hg-root.hg-golfer .gk-rowlink>.gk-rings{grid-column:1 / -1}.hg-root.hg-golfer .gk-row.has-actions>.gk-rowlink{padding-right:72px}.hg-root.hg-golfer .gk-cta{width:100%}}.hg-root.hg-golfer .gk-dim{color:var(--dim)}.hg-root.hg-golfer .gk-headrow{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.hg-root.hg-golfer .gk-headrow .gk-meta{margin-top:4px}.hg-root.hg-golfer .gk-headviews{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px 24px;margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}.hg-root.hg-golfer .gk-headview{display:flex;flex-direction:column;gap:8px}.hg-root.hg-golfer .gk-library{display:flex;flex-direction:column;gap:10px}.hg-root.hg-golfer .gk-video{overflow:hidden}.hg-root.hg-golfer .gk-vhead{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;padding:11px 16px 9px;background:var(--card2);border-bottom:1px solid var(--line)}.hg-root.hg-golfer .gk-vicon{align-self:center;display:inline-flex;color:var(--dim)}.hg-root.hg-golfer .gk-vt{font-family:var(--sp-sans);font-weight:700;font-size:14px;color:var(--ink)}.hg-root.hg-golfer .gk-tree{padding:4px 0}.hg-root.hg-golfer .gk-video.is-multi .gk-tree{padding-left:22px;position:relative}.hg-root.hg-golfer .gk-video.is-multi .gk-branch{position:relative}.hg-root.hg-golfer .gk-video.is-multi .gk-branch:before{content:"";position:absolute;left:-8px;top:0;bottom:0;border-left:1.5px solid var(--line)}.hg-root.hg-golfer .gk-video.is-multi .gk-branch:last-child:before{bottom:auto;height:44px}.hg-root.hg-golfer .gk-video.is-multi .gk-branch:after{content:"";position:absolute;left:-8px;top:44px;width:12px;border-top:1.5px solid var(--line)}.hg-root.hg-golfer .gk-video .gk-row{border-top-color:color-mix(in srgb,var(--line) 70%,transparent)}.hg-root.hg-golfer .gk-stog{background:none;border:1px solid var(--line);border-radius:999px;padding:3px 10px;font-family:var(--sp-sans);font-size:12px;color:var(--dim);cursor:pointer}.hg-root.hg-golfer .gk-stog:hover{color:var(--ink);border-color:var(--sage)}.hg-root.hg-golfer .gk-stog:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.hg-root.hg-golfer .gk-stills{display:flex;flex-wrap:wrap;gap:8px}.hg-root.hg-golfer .gk-still{position:relative;width:60px;height:80px;border-radius:6px;overflow:hidden;background:var(--card2);border:1px solid var(--line);display:block}.hg-root.hg-golfer .gk-still img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.hg-root.hg-golfer .gk-still.is-withheld{border-style:dashed}.hg-root.hg-golfer .gk-still.is-withheld img{filter:grayscale(1);opacity:.75}.hg-root.hg-golfer .gk-still figcaption{position:absolute;left:5px;bottom:3px;font-family:var(--mono);font-size:11px;color:#fff;text-shadow:0 0 4px rgba(0,0,0,.7)}.hg-root.hg-golfer .gk-nexthead{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:8px}.hg-root.hg-golfer .gk-steps{list-style:none;display:flex;flex-direction:column}.hg-root.hg-golfer .gk-steps li{display:grid;grid-template-columns:22px minmax(0,1fr) auto;gap:10px;align-items:baseline;padding:9px 0;border-top:1px solid var(--line)}.hg-root.hg-golfer .gk-steps li:first-child{border-top:0}.hg-root.hg-golfer .gk-stepdot{width:18px;height:18px;border-radius:50%;border:1.5px dashed var(--sage);display:inline-flex;align-items:center;justify-content:center;font-size:11px;color:var(--card);align-self:center}.hg-root.hg-golfer .gk-steps li.is-done .gk-stepdot{border:0;background:var(--green)}.hg-root.hg-golfer .gk-steptext{display:flex;flex-direction:column;gap:2px;min-width:0}.hg-root.hg-golfer .gk-hero{position:relative;display:grid;grid-template-columns:150px minmax(0,1fr);gap:20px;padding:18px}.hg-root.hg-golfer .gk-heropic{display:block;border-radius:8px}.hg-root.hg-golfer .gk-herobody{display:flex;flex-direction:column;gap:6px;align-items:flex-start;min-width:0}.hg-root.hg-golfer .gk-herot{font-family:var(--disp);font-weight:600;font-size:24px;letter-spacing:.04em;text-transform:uppercase;color:var(--ink);line-height:1.1}.hg-root.hg-golfer .gk-herorings{margin:8px 0 2px}.hg-root.hg-golfer .gk-herofeel{padding:8px 12px;margin-top:4px;font-family:var(--sp-serif);font-style:italic;font-size:16px;line-height:1.3;align-self:stretch}.hg-root.hg-golfer .gk-herofeel .k{display:block;font-family:var(--mono);font-style:normal;font-size:11px;margin-bottom:2px}.hg-root.hg-golfer .gk-heroact{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:8px}.hg-root.hg-golfer .gk-chart{padding:4px 0;width:100%}.hg-root.hg-golfer .gk-series{display:grid;grid-template-columns:120px minmax(0,1fr);gap:12px;align-items:center;padding:4px 0;border-top:1px solid var(--line)}.hg-root.hg-golfer .gk-series:first-child{border-top:0}.hg-root.hg-golfer .gk-slabel{display:flex;flex-direction:column;gap:2px}.hg-root.hg-golfer .gk-slast{font-family:var(--mono);font-size:18px;color:var(--ink);font-variant-numeric:tabular-nums}.hg-root.hg-golfer .gk-svg{width:100%;display:block;overflow:visible}.hg-root.hg-golfer .gk-grid{stroke:var(--line);stroke-dasharray:3 4;vector-effect:non-scaling-stroke}.hg-root.hg-golfer .gk-axis{display:flex;justify-content:space-between;padding:2px 0 0 132px}@media (max-width: 639px){.hg-root.hg-golfer .gk-hero{grid-template-columns:96px minmax(0,1fr);gap:14px;padding:14px}.hg-root.hg-golfer .gk-heropic .gk-poster{width:96px!important;height:128px!important}.hg-root.hg-golfer .gk-herot{font-size:19px}.hg-root.hg-golfer .gk-herorings,.hg-root.hg-golfer .gk-herofeel,.hg-root.hg-golfer .gk-heroact{grid-column:1 / -1}.hg-root.hg-golfer .gk-video.is-multi .gk-tree{padding-left:14px}.hg-root.hg-golfer .gk-series{grid-template-columns:84px minmax(0,1fr);gap:8px}.hg-root.hg-golfer .gk-axis{padding-left:92px}.hg-root.hg-golfer .gk-steps li{grid-template-columns:22px minmax(0,1fr)}.hg-root.hg-golfer .gk-steps li>.gk-link{grid-column:2}}.hg-root.hg-golfer .gk-qlist{overflow:hidden}.hg-root.hg-golfer .gk-qrow{border-top:1px solid var(--line);border-left:3px solid transparent}.hg-root.hg-golfer .gk-qrow:first-child{border-top:0}.hg-root.hg-golfer .gk-qrow.is-fault{border-left-color:var(--rust)}.hg-root.hg-golfer .gk-qrow.is-good{border-left-color:var(--ok)}.hg-root.hg-golfer .gk-qrow.is-open{background:color-mix(in srgb,var(--card2) 60%,transparent)}.hg-root.hg-golfer .gk-qhead{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 16px;width:100%;padding:16px 18px;background:none;border:0;text-align:left;color:inherit;font:inherit}.hg-root.hg-golfer button.gk-qhead{cursor:pointer}.hg-root.hg-golfer .gk-qhead .gk-q,.hg-root.hg-golfer .gk-qhead .gk-qa{grid-column:1}.hg-root.hg-golfer .gk-qa{font-family:var(--sp-sans);font-size:14px;color:var(--dim);line-height:1.4;text-wrap:pretty}.hg-root.hg-golfer .gk-qrow.is-fault .gk-qa{color:var(--ink)}.hg-root.hg-golfer .gk-qrow.is-pending .gk-q{color:var(--dim)}.hg-root.hg-golfer .gk-qrow.is-pending .gk-qa{font-style:italic}.hg-root.hg-golfer .gk-qchev{grid-column:2;grid-row:1 / span 2;align-self:center;width:28px;height:28px;border-radius:50%;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:16px;color:var(--dim)}.hg-root.hg-golfer button.gk-qhead:hover .gk-qchev{border-color:var(--sage);color:var(--ink)}.hg-root.hg-golfer .gk-qbody{padding:0 18px 18px;display:flex;flex-direction:column;gap:10px;align-items:stretch}.hg-root.hg-golfer .gk-qbody .gk-link{align-self:flex-start}.hg-root.hg-golfer .gk-qlines{list-style:none;display:flex;flex-direction:column}.hg-root.hg-golfer .gk-qlines>li{display:flex;justify-content:space-between;align-items:baseline;gap:14px;padding:8px 0;border-top:1px solid var(--line)}.hg-root.hg-golfer .gk-qlines>li:first-child{border-top:0}.hg-root.hg-golfer .gk-qlines>li>.gk-meta{white-space:nowrap}.hg-root.hg-golfer .gk-section{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:10px 4px 0}.hg-root.hg-golfer .gk-scoretext{display:inline-flex;flex-wrap:wrap;gap:4px 12px;margin-top:2px}.hg-root.hg-golfer .gk-st{display:inline-flex;align-items:center;gap:5px;font-family:var(--mono);font-size:13px;color:var(--ink);font-variant-numeric:tabular-nums}.hg-root.hg-golfer .gk-st i{font-style:normal;font-family:var(--sp-sans);font-size:12px;color:var(--dim)}.hg-root.hg-golfer .gk-deck{position:relative;display:block;flex:none;width:58px;height:64px}.hg-root.hg-golfer .gk-dcard{position:absolute;width:42px;height:56px;border-radius:7px;overflow:hidden;background:var(--card2);border:1px solid var(--line);box-shadow:0 1px 3px color-mix(in srgb,#000 16%,transparent)}.hg-root.hg-golfer .gk-deck:not(.is-fan) .gk-dcard{width:48px;height:64px}.hg-root.hg-golfer .gk-dcard img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.hg-root.hg-golfer .gk-dbadge{position:absolute;right:-2px;top:-4px;z-index:20;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--green);color:var(--card);font-family:var(--sp-sans);font-weight:700;font-size:11px;line-height:18px;text-align:center}.hg-root.hg-golfer .gk-wcal{display:flex;flex-direction:column;gap:4px;width:100%}.hg-root.hg-golfer .gk-wmonths,.hg-root.hg-golfer .gk-wgrid{display:grid;grid-template-columns:repeat(53,minmax(0,1fr));gap:3px}.hg-root.hg-golfer .gk-wmonths span{font-family:var(--mono);font-size:11px;color:var(--dim);white-space:nowrap;overflow:visible}.hg-root.hg-golfer .gk-wweek{display:grid;grid-template-rows:repeat(7,auto);gap:3px}.hg-root.hg-golfer .gk-wday{display:block;width:100%;aspect-ratio:1;border:0;padding:0;border-radius:3px;background:var(--card2);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--line) 70%,transparent)}.hg-root.hg-golfer .gk-wday.is-future{opacity:.35}.hg-root.hg-golfer .gk-wday.t1{background:color-mix(in srgb,var(--green) 35%,var(--card2))}.hg-root.hg-golfer .gk-wday.t2{background:color-mix(in srgb,var(--green) 62%,var(--card2))}.hg-root.hg-golfer .gk-wday.t3{background:var(--green)}.hg-root.hg-golfer button.gk-wday{cursor:pointer}.hg-root.hg-golfer button.gk-wday:hover{box-shadow:0 0 0 2px var(--gold)}.hg-root.hg-golfer button.gk-wday:focus-visible{outline:2px solid var(--gold);outline-offset:1px}@media (max-width: 639px){.hg-root.hg-golfer .gk-wmonths,.hg-root.hg-golfer .gk-wgrid{grid-template-columns:repeat(20,minmax(0,1fr))}.hg-root.hg-golfer .gk-wmonths>span:nth-child(-n+33),.hg-root.hg-golfer .gk-wgrid>.gk-wweek:nth-child(-n+33){display:none}}.hg-root.hg-golfer .gk-path{padding:0;overflow:hidden}.hg-root.hg-golfer .gk-pathbtn{display:grid;grid-template-columns:auto 160px minmax(0,1fr) auto;gap:14px;align-items:center;width:100%;padding:14px 18px;background:none;border:0;text-align:left;font:inherit;color:inherit;cursor:pointer}.hg-root.hg-golfer .gk-pathbtn:focus-visible{outline:2px solid var(--gold);outline-offset:-2px}.hg-root.hg-golfer .gk-meter{display:block;height:6px;border-radius:999px;background:var(--card2);overflow:hidden}.hg-root.hg-golfer .gk-meter span{display:block;height:100%;background:var(--green);border-radius:999px}.hg-root.hg-golfer .gk-pathsteps{padding:0 18px 14px}.hg-root.hg-golfer .gk-evpair{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hg-root.hg-golfer .gk-evside{display:flex;flex-direction:column;gap:8px;padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--card)}.hg-root.hg-golfer .gk-evpic{display:block;position:relative;aspect-ratio:3 / 4;width:min(100%,170px);border-radius:8px;overflow:hidden;background:var(--card2)}.hg-root.hg-golfer .gk-evpic .gk-poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;border:0}.hg-root.hg-golfer .gk-finds{list-style:none;display:flex;flex-direction:column}.hg-root.hg-golfer .gk-find{border-top:1px solid var(--line);padding:4px 0 8px;display:flex;flex-direction:column;gap:8px}.hg-root.hg-golfer .gk-find:first-child{border-top:0}.hg-root.hg-golfer .gk-findbtn{display:flex;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:8px 0 2px;background:none;border:0;text-align:left;font:inherit;color:inherit;cursor:pointer}.hg-root.hg-golfer .gk-findbtn.is-static{cursor:default}.hg-root.hg-golfer .gk-findtext{display:flex;flex-direction:column;gap:2px;min-width:0}.hg-root.hg-golfer button.gk-findbtn:hover .gk-pchev{border-color:var(--sage);color:var(--ink)}.hg-root.hg-golfer .gk-findbtn:focus-visible{outline:2px solid var(--gold);outline-offset:2px}@media (max-width: 639px){.hg-root.hg-golfer .gk-pathbtn{grid-template-columns:auto minmax(0,1fr) auto}.hg-root.hg-golfer .gk-pathbtn .gk-meta{grid-column:1 / -1;grid-row:2}.hg-root.hg-golfer .gk-evpair{grid-template-columns:1fr}}.hg-root.hg-golfer .gk-pchev{width:28px;height:28px;border-radius:50%;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:16px;color:var(--dim)}.hg-root.hg-golfer .gk-pathbtn:hover .gk-pchev{border-color:var(--sage);color:var(--ink)}.hg-root.hg-golfer .gk-cells{display:flex;gap:6px}.hg-root.hg-golfer .gk-cell{min-width:74px;width:auto;display:flex;flex-direction:column;align-items:flex-start;gap:3px;padding:8px 10px 9px;border:1px solid var(--line);border-radius:10px;background:var(--card2)}.hg-root.hg-golfer .gk-cv{display:inline-flex;align-items:center;gap:6px;font-family:var(--disp);font-weight:600;font-size:24px;line-height:1;color:var(--ink);font-variant-numeric:tabular-nums}.hg-root.hg-golfer .gk-cl{font-family:var(--mono);font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--dim);white-space:nowrap}.hg-root.hg-golfer .gk-cb{display:block;width:100%;height:4px;border-radius:2px;background:color-mix(in srgb,var(--line) 70%,transparent);overflow:hidden;margin-top:2px}.hg-root.hg-golfer .gk-cb>span{display:block;height:100%;border-radius:2px}@media (max-width: 639px){.hg-root.hg-golfer .gk-rowlink>.gk-cells,.hg-root.hg-golfer .gk-rowlink>span:has(>.gk-cells){grid-column:1 / -1}.hg-root.hg-golfer .gk-cell{width:auto;flex:1 1 0}.hg-root.hg-golfer .gk-cell{flex-basis:74px;min-width:-moz-min-content;min-width:min-content}.hg-root.hg-golfer .gk-cl{white-space:normal}.hg-root.hg-golfer .gk-cb{margin-top:auto;min-width:52px}}.hg-root.hg-golfer .gk-journey{display:grid;grid-template-columns:minmax(0,340px) minmax(0,1fr);gap:8px 22px;align-items:center}.hg-root.hg-golfer .gk-journey.is-none{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.hg-root.hg-golfer .gk-jscene{min-width:0}.hg-root.hg-golfer .gk-jtext{display:flex;flex-direction:column;gap:5px;min-width:0}.hg-root.hg-golfer .gk-jname{display:inline-flex;align-items:center;gap:9px;font-family:var(--disp);font-weight:600;font-size:22px;letter-spacing:.05em;text-transform:uppercase;color:var(--ink)}.hg-root.hg-golfer .gk-jtext b{color:var(--ink);font-weight:600}.hg-root.hg-golfer .gk-vrows{border-top:1px solid var(--line);display:flex;flex-direction:column}.hg-root.hg-golfer .gk-vrow{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:12px 20px}.hg-root.hg-golfer .gk-vrow+.gk-vrow{border-top:1px solid var(--line)}.hg-root.hg-golfer .gk-vrowlabel{display:flex;flex-direction:column;gap:2px}@media (max-width: 639px){.hg-root.hg-golfer .gk-journey{grid-template-columns:1fr;padding:12px 14px}.hg-root.hg-golfer .gk-vrow{padding:12px 14px}.hg-root.hg-golfer .gk-vrow .gk-cells{width:100%}}.hg-root.hg-golfer .gk-cover{position:relative;display:block;height:230px;overflow:hidden;background:var(--card2);color:inherit;text-decoration:none}.hg-root.hg-golfer .gk-coverbg{position:absolute;left:-24px;top:-24px;width:calc(100% + 48px);height:calc(100% + 48px);-o-object-fit:cover;object-fit:cover;filter:blur(22px) saturate(1.05) brightness(.82);transform:scale(1.05)}.hg-root.hg-golfer .gk-coverstrip{position:relative;z-index:1;display:flex;justify-content:center;gap:8px;height:100%;padding:14px 16px 40px;overflow:hidden}.hg-root.hg-golfer .gk-coverimg{height:100%;aspect-ratio:9 / 16;flex:none;-o-object-fit:cover;object-fit:cover;border-radius:8px;box-shadow:0 4px 14px #00000047}.hg-root.hg-golfer .gk-covercap{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:22px 16px 10px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.66));color:#fff;font-family:var(--sp-sans);font-size:13px}.hg-root.hg-golfer a.gk-cover:hover .gk-coverimg{box-shadow:0 0 0 2px var(--gold),0 4px 14px #00000047}.hg-root.hg-golfer a.gk-cover:focus-visible{outline:2px solid var(--gold);outline-offset:-2px}@media (max-width: 639px){.hg-root.hg-golfer .gk-cover{height:180px}}.hg-root.hg-golfer .gk-standline{display:flex;flex-wrap:wrap;align-items:center;gap:14px 22px;padding:14px 22px;border-top:1px solid var(--line)}.hg-root.hg-golfer .gk-vgroup{display:flex;align-items:center;gap:12px}.hg-root.hg-golfer .gk-vglabel{display:flex;flex-direction:column;gap:2px}.hg-root.hg-golfer .gk-vgroup+.gk-vgroup{padding-left:22px;border-left:1px solid var(--line)}.hg-root.hg-golfer .gk-flip{position:relative;flex:none;width:300px;height:100px;padding:0;border:0;background:none;font:inherit;color:inherit;text-align:left;cursor:pointer;perspective:900px}.hg-root.hg-golfer .gk-flip.is-static{cursor:default}.hg-root.hg-golfer .gk-flip:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:14px}.hg-root.hg-golfer .gk-flipinner{position:relative;display:block;width:100%;height:100%;transform-style:preserve-3d;transition:transform .62s cubic-bezier(.2,.8,.2,1)}.hg-root.hg-golfer .gk-flip.is-flipped .gk-flipinner{transform:rotateY(180deg)}.hg-root.hg-golfer .gk-face{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;gap:12px;padding:10px 14px;border:1px solid var(--line);border-radius:14px;background:var(--card2);backface-visibility:hidden;-webkit-backface-visibility:hidden;overflow:hidden}.hg-root.hg-golfer .gk-flip:not(.is-static):hover .gk-front{border-color:var(--sage)}.hg-root.hg-golfer .gk-back{transform:rotateY(180deg);padding:4px 6px}.hg-root.hg-golfer .gk-back>*{width:100%}.hg-root.hg-golfer .gk-ftext{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.hg-root.hg-golfer .gk-fname{font-family:var(--disp);font-weight:600;font-size:18px;letter-spacing:.05em;text-transform:uppercase;color:var(--ink);line-height:1.1}.hg-root.hg-golfer .gk-fname.is-none{font-family:var(--sp-sans);font-weight:400;font-size:14px;letter-spacing:0;text-transform:none;color:var(--dim)}.hg-root.hg-golfer .gk-fsub{font-family:var(--sp-sans);font-size:13px;color:var(--dim)}.hg-root.hg-golfer .gk-fnote{font-family:var(--sp-sans);font-size:12px;color:var(--dim);font-style:italic}.hg-root.hg-golfer .gk-fhint{position:absolute;right:10px;top:8px;font-size:13px;color:var(--dim)}@media (prefers-reduced-motion: reduce){.hg-root.hg-golfer .gk-flipinner{transition:none;transform:none!important}.hg-root.hg-golfer .gk-back{transform:none;opacity:0}.hg-root.hg-golfer .gk-flip.is-flipped .gk-back{opacity:1}.hg-root.hg-golfer .gk-flip.is-flipped .gk-front{opacity:0}}@media (max-width: 639px){.hg-root.hg-golfer .gk-standline{padding:12px 16px}.hg-root.hg-golfer .gk-flip{width:100%;height:auto;aspect-ratio:3 / 1;max-width:360px}.hg-root.hg-golfer .gk-vgroup{width:100%;justify-content:space-between}.hg-root.hg-golfer .gk-vgroup>.gk-cells{flex:1 1 0}.hg-root.hg-golfer .gk-vgroup+.gk-vgroup{padding-left:0;border-left:0;padding-top:12px;border-top:1px solid var(--line)}}.hg-root.hg-golfer .gk-kept{display:inline-flex;align-items:center;padding:6px 12px;border:1px dashed var(--line);border-radius:999px;font-family:var(--sp-sans);font-size:12.5px;color:var(--dim);white-space:nowrap}.hg-root.hg-golfer .gk-open{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border:1px solid var(--line);border-radius:999px;background:var(--card);font-family:var(--sp-sans);font-size:12.5px;font-weight:600;color:var(--green);white-space:nowrap;text-decoration:none;line-height:1.2;transition:border-color .14s,background-color .14s}.hg-root.hg-golfer .gk-open .gk-openg{font-size:11px;opacity:.85}.hg-root.hg-golfer .gk-open.is-open{background:color-mix(in srgb,var(--green) 7%,var(--card));border-color:color-mix(in srgb,var(--green) 40%,var(--line))}.hg-root.hg-golfer a.gk-open:hover,.hg-root.hg-golfer button:hover>.gk-open,.hg-root.hg-golfer a:hover>.gk-open,.hg-root.hg-golfer button:hover .gk-qchev>.gk-open{border-color:var(--sage);background:color-mix(in srgb,var(--gold) 7%,var(--card))}.hg-root.hg-golfer a.gk-open:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.hg-root.hg-golfer .gk-nakedbtn{background:none;border:0;padding:0;font:inherit;color:inherit;cursor:pointer;border-radius:999px}.hg-root.hg-golfer .gk-nakedbtn:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.hg-root.hg-golfer .gk-qchev{width:auto;height:auto;border:0;border-radius:0}.hg-root.hg-golfer .gk-rowlink{grid-template-columns:auto minmax(0,1fr) auto auto;padding-right:16px}.hg-root.hg-golfer .gk-row.has-actions>.gk-rowlink{padding-right:58px}.hg-root.hg-golfer .gk-row .gk-actions{top:26px;right:14px;transform:none}.hg-root.hg-golfer .gk-covercap{display:flex;align-items:center;justify-content:space-between;gap:10px}.hg-root.hg-golfer .gk-covercap .gk-open{background:#ffffffeb}.hg-root.hg-golfer .gk-fhint{top:auto;bottom:8px;right:10px}.hg-root.hg-golfer .gk-fhint .gk-open{padding:3px 9px;font-size:11.5px}@media (max-width: 639px){.hg-root.hg-golfer .gk-rowlink{grid-template-columns:auto minmax(0,1fr)}.hg-root.hg-golfer .gk-rowlink>.gk-open{grid-column:1 / -1;justify-self:start}.hg-root.hg-golfer .gk-fhint{display:none}}.hg-root.hg-golfer .gk-flip{width:420px;height:140px}.hg-root.hg-golfer .gk-front{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:1fr auto;-moz-column-gap:16px;column-gap:16px;row-gap:6px;align-items:center;padding:12px 16px}.hg-root.hg-golfer .gk-front>svg,.hg-root.hg-golfer .gk-front>span:first-child{grid-row:1 / span 2;align-self:center}.hg-root.hg-golfer .gk-front .gk-ftext{grid-column:2;grid-row:1;align-self:end}.hg-root.hg-golfer .gk-fname{font-size:22px}.hg-root.hg-golfer .gk-fsub{font-size:14px}.hg-root.hg-golfer .gk-fnote{font-size:12.5px}.hg-root.hg-golfer .gk-fhint{position:static;grid-column:2;grid-row:2;justify-self:start;align-self:start}.hg-root.hg-golfer .gk-back{padding:6px 10px}.hg-root.hg-golfer .gk-rowlink>.gk-open{min-width:128px;justify-content:center}@media (max-width: 639px){.hg-root.hg-golfer .gk-flip{width:100%;height:auto;aspect-ratio:3 / 1;max-width:420px}.hg-root.hg-golfer .gk-fhint{display:inline-flex}.hg-root.hg-golfer .gk-rowlink>.gk-open{min-width:0}}.hg-root.hg-golfer .l8-finds{list-style:none;display:flex;flex-direction:column}.hg-root.hg-golfer .l8-find{border-top:1px solid var(--line);padding:4px 0 8px;display:flex;flex-direction:column;gap:8px}.hg-root.hg-golfer .l8-find:first-child{border-top:0}.hg-root.hg-golfer .l8-findbtn{display:flex;justify-content:space-between;align-items:baseline;gap:14px;width:100%;padding:6px 0 0;background:none;border:0;text-align:left;font:inherit;color:inherit;cursor:pointer}.hg-root.hg-golfer .l8-findbtn:disabled{cursor:default}.hg-root.hg-golfer .l8-findbtn .gk-meta{white-space:nowrap}.hg-root.hg-golfer .l8-findbtn:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.hg-root.hg-golfer .l8-pair{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hg-root.hg-golfer .l8-side{display:flex;flex-direction:column;gap:8px;padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--card)}.hg-root.hg-golfer .l8-pic{display:block;position:relative;aspect-ratio:3 / 4;width:min(100%,170px);border-radius:8px;overflow:hidden;background:var(--card2)}.hg-root.hg-golfer .l8-pic .gk-poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;border:0}.hg-root.hg-golfer .l9-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.hg-root.hg-golfer .l9-bar{height:6px;border-radius:999px;background:var(--card2);overflow:hidden;margin:10px 0 14px}.hg-root.hg-golfer .l9-bar span{display:block;height:100%;background:var(--green);border-radius:999px}.hg-root.hg-golfer .l9-steps{list-style:none;position:relative;display:flex;flex-direction:column}.hg-root.hg-golfer .l9-steps:before{content:"";position:absolute;left:11px;top:12px;bottom:12px;border-left:2px solid var(--line)}.hg-root.hg-golfer .l9-steps li{position:relative;display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:12px;align-items:baseline;padding:9px 0}.hg-root.hg-golfer .l9-node{position:relative;z-index:1;width:24px;height:24px;border-radius:50%;background:var(--card);border:2px dashed var(--sage);display:inline-flex;align-items:center;justify-content:center;font-size:12px;color:var(--card);align-self:start}.hg-root.hg-golfer .l9-steps li.is-done .l9-node{border:0;background:var(--green)}.hg-root.hg-golfer .l9-steps li.is-next .l9-node{border:2px solid var(--gold);background:color-mix(in srgb,var(--gold) 18%,var(--card));box-shadow:0 0 0 4px color-mix(in srgb,var(--gold) 14%,transparent)}.hg-root.hg-golfer .l9-steps li.is-next{margin:4px 0;padding:12px 12px 14px 0}.hg-root.hg-golfer .l9-steps li.is-next .l9-text{background:color-mix(in srgb,var(--gold) 7%,var(--card));border:1px solid color-mix(in srgb,var(--gold) 35%,var(--line));border-radius:12px;padding:12px 14px}.hg-root.hg-golfer .l9-steps li.is-later .gk-body{color:var(--dim)}.hg-root.hg-golfer .l9-text{display:flex;flex-direction:column;gap:3px;min-width:0;align-items:flex-start}.hg-root.hg-golfer .l9-cta{margin-top:8px}.hg-root.hg-golfer .l9-root{border-left:3px solid var(--rust);display:flex;flex-direction:column;gap:6px}@media (max-width: 639px){.hg-root.hg-golfer .l9-steps li{grid-template-columns:24px minmax(0,1fr)}.hg-root.hg-golfer .l9-steps li>.gk-link{grid-column:2}}.hg-root.hg-golfer .l10-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:start}.hg-root.hg-golfer .l10-col{padding:14px;display:flex;flex-direction:column;gap:10px;border-top:3px solid var(--line)}.hg-root.hg-golfer .l10-col.is-fault{border-top-color:var(--rust)}.hg-root.hg-golfer .l10-col.is-warn{border-top-color:var(--gold)}.hg-root.hg-golfer .l10-colhead{display:flex;flex-direction:column;gap:2px}.hg-root.hg-golfer .l10-card{display:flex;flex-direction:column;gap:6px;padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--card2)}.hg-root.hg-golfer .l10-stack{display:flex;flex-direction:column;gap:4px;margin-top:4px}.hg-root.hg-golfer .l10-thumbs{display:flex;align-items:center}.hg-root.hg-golfer .l10-thumb{display:block;margin-right:-8px;border-radius:6px;box-shadow:0 0 0 2px var(--card2);transition:box-shadow .14s;position:relative}.hg-root.hg-golfer a.l10-thumb:hover{box-shadow:0 0 0 2px var(--gold);z-index:1}.hg-root.hg-golfer a.l10-thumb:focus-visible{outline:2px solid var(--gold);outline-offset:2px;z-index:1}.hg-root.hg-golfer .l10-thumb .gk-poster{border-radius:6px}.hg-root.hg-golfer .l10-more{margin-left:14px;font-family:var(--mono);font-size:12px;color:var(--dim)}.hg-root.hg-golfer .l10-from{margin-top:2px}.hg-root.hg-golfer .l10-empty{font-style:italic;padding:4px 2px}@media (max-width: 859px){.hg-root.hg-golfer .l10-board{grid-template-columns:1fr}}.hg-root.hg-golfer .l11-calwrap{margin-top:16px;padding-top:14px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:10px}.hg-root.hg-golfer .l11-cal{display:flex;flex-direction:column;gap:4px;overflow-x:auto;padding-bottom:2px}.hg-root.hg-golfer .l11-months{display:flex;gap:3px;font-family:var(--mono);font-size:11px;color:var(--dim)}.hg-root.hg-golfer .l11-months span{width:15px;flex:none;white-space:nowrap;overflow:visible}.hg-root.hg-golfer .l11-grid{display:flex;gap:3px}.hg-root.hg-golfer .l11-week{display:flex;flex-direction:column;gap:3px}.hg-root.hg-golfer .l11-day{width:15px;height:15px;border-radius:4px;display:block;flex:none;border:0;padding:0;background:var(--card2);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--line) 70%,transparent)}.hg-root.hg-golfer .l11-day.is-future{opacity:.35}.hg-root.hg-golfer .l11-day.t1{background:color-mix(in srgb,var(--green) 35%,var(--card2))}.hg-root.hg-golfer .l11-day.t2{background:color-mix(in srgb,var(--green) 62%,var(--card2))}.hg-root.hg-golfer .l11-day.t3{background:var(--green)}.hg-root.hg-golfer button.l11-day{cursor:pointer}.hg-root.hg-golfer button.l11-day:hover{box-shadow:0 0 0 2px var(--gold)}.hg-root.hg-golfer button.l11-day:focus-visible{outline:2px solid var(--gold);outline-offset:1px}.hg-root.hg-golfer .l11-legend{display:flex;align-items:center;gap:4px;margin-top:4px}.hg-root.hg-golfer .l11-legend .l11-day{width:12px;height:12px}.hg-root.hg-golfer .l11-rootmeta{padding:0 18px 14px 21px;margin-top:-8px}.hg-root.hg-golfer .l11-dayblock{display:flex;flex-direction:column;gap:8px;scroll-margin-top:84px}.hg-root.hg-golfer .l12-card{display:grid;grid-template-columns:220px minmax(0,1fr);overflow:hidden;padding:0}.hg-root.hg-golfer .l12-face{position:relative;min-height:300px;background:var(--card2)}.hg-root.hg-golfer .l12-face a,.hg-root.hg-golfer .l12-face>.gk-poster{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.hg-root.hg-golfer .l12-face .gk-poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;border:0;border-radius:0}.hg-root.hg-golfer .l12-facecap{position:absolute;left:0;right:0;bottom:0;padding:28px 12px 10px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.7));color:#fff;font-family:var(--sp-sans);font-size:12px;pointer-events:none}.hg-root.hg-golfer .l12-id{padding:20px 22px;display:flex;flex-direction:column;gap:8px;align-items:flex-start;min-width:0}.hg-root.hg-golfer .l12-name{font-family:var(--disp);font-weight:600;font-size:36px;letter-spacing:.03em;text-transform:uppercase;color:var(--ink);line-height:1}.hg-root.hg-golfer .l12-league{display:flex;align-items:center;gap:8px;font-family:var(--disp);font-weight:600;font-size:16px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink)}.hg-root.hg-golfer .l12-league:empty{display:none}.hg-root.hg-golfer .l12-plays{color:var(--dim)}.hg-root.hg-golfer .l12-type{display:flex;flex-direction:column;gap:3px;padding:10px 12px;border-left:3px solid var(--sage);background:var(--card2);border-radius:0 10px 10px 0;align-self:stretch}.hg-root.hg-golfer .l12-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;align-self:stretch;margin-top:4px}.hg-root.hg-golfer .l12-stats>div{padding:8px 10px;border:1px solid var(--line);border-radius:10px}.hg-root.hg-golfer .l12-stats dt{font-family:var(--mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--dim)}.hg-root.hg-golfer .l12-stats dd{font-family:var(--disp);font-weight:600;font-size:24px;color:var(--ink);font-variant-numeric:tabular-nums}.hg-root.hg-golfer .l12-act{margin-top:6px}.hg-root.hg-golfer .l12-rings{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px 24px}.hg-root.hg-golfer .l12-view{display:flex;flex-direction:column;gap:8px}@media (max-width: 639px){.hg-root.hg-golfer .l12-card{grid-template-columns:1fr}.hg-root.hg-golfer .l12-face{min-height:0;aspect-ratio:4 / 3}.hg-root.hg-golfer .l12-name{font-size:28px}.hg-root.hg-golfer .l12-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.hg-root.hg-golfer .l13-who{display:grid;grid-template-columns:190px minmax(0,1fr);overflow:hidden;padding:0}.hg-root.hg-golfer .l13-face{grid-row:1 / span 2;position:relative;min-height:260px;background:var(--card2)}.hg-root.hg-golfer .l13-face a{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.hg-root.hg-golfer .l13-face .gk-poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;border:0;border-radius:0}.hg-root.hg-golfer .l13-facecap{position:absolute;left:0;right:0;bottom:0;padding:28px 12px 10px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.72));color:#fff;font-family:var(--sp-sans);font-size:12px;pointer-events:none}.hg-root.hg-golfer .l13-id{padding:18px 20px;display:flex;flex-direction:column;gap:6px;align-items:flex-start;min-width:0}.hg-root.hg-golfer .l13-name{font-family:var(--disp);font-weight:600;font-size:34px;letter-spacing:.03em;text-transform:uppercase;color:var(--ink);line-height:1}.hg-root.hg-golfer .l13-league{display:flex;align-items:center;gap:8px;font-family:var(--disp);font-weight:600;font-size:15px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink)}.hg-root.hg-golfer .l13-league:empty{display:none}.hg-root.hg-golfer .l13-noleague{font-family:var(--sp-sans);font-weight:400;font-size:13px;letter-spacing:0;text-transform:none;color:var(--dim)}.hg-root.hg-golfer .l13-rings{display:flex;gap:18px;flex-wrap:wrap;margin-top:8px}.hg-root.hg-golfer .l13-view{display:flex;flex-direction:column;gap:6px}.hg-root.hg-golfer .l13-habit{grid-column:2;padding:0 20px 18px;display:flex;flex-direction:column;gap:8px}.hg-root.hg-golfer .l13-habit .l11-legend{display:none}.hg-root.hg-golfer .l13-hero{padding:22px 24px;display:flex;flex-direction:column;gap:10px;border-left:3px solid var(--sage)}.hg-root.hg-golfer .l13-hero.is-fault{border-left-color:var(--rust)}.hg-root.hg-golfer .l13-lead{font-family:var(--sp-serif);font-style:italic;font-size:28px;line-height:1.18;color:var(--ink);text-wrap:balance}.hg-root.hg-golfer .l13-evidence{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.hg-root.hg-golfer .l13-evidence .l10-stack{margin-top:0;flex-direction:row;align-items:center;gap:14px}.hg-root.hg-golfer .l13-loop{margin-top:6px;padding-top:14px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:10px}.hg-root.hg-golfer .l13-ctarow{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.hg-root.hg-golfer .l13-ctarow .gk-cta{padding:13px 24px;font-size:15px}.hg-root.hg-golfer .l13-path{padding:0;overflow:hidden}.hg-root.hg-golfer .l13-pathbtn{display:grid;grid-template-columns:auto 160px minmax(0,1fr) auto;gap:14px;align-items:center;width:100%;padding:14px 18px;background:none;border:0;text-align:left;font:inherit;color:inherit;cursor:pointer}.hg-root.hg-golfer .l13-pathbtn:focus-visible{outline:2px solid var(--gold);outline-offset:-2px}.hg-root.hg-golfer .l13-meter{display:block;height:6px;border-radius:999px;background:var(--card2);overflow:hidden}.hg-root.hg-golfer .l13-meter span{display:block;height:100%;background:var(--green);border-radius:999px}.hg-root.hg-golfer .l13-chev{width:26px;height:26px;border-radius:50%;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-family:var(--mono);color:var(--dim)}.hg-root.hg-golfer .l13-steps{padding:0 18px 14px}.hg-root.hg-golfer .l13-watch{display:grid;grid-template-columns:1fr;gap:12px;align-items:start}.hg-root.hg-golfer .l13-watch.is-two{grid-template-columns:1fr 1fr}.hg-root.hg-golfer .l13-col{padding:14px 16px;display:flex;flex-direction:column;gap:10px;border-top:3px solid var(--line)}.hg-root.hg-golfer .l13-col.is-warn{border-top-color:var(--gold)}.hg-root.hg-golfer .l13-colhead{display:flex;align-items:baseline;justify-content:space-between;gap:10px;flex-wrap:wrap}.hg-root.hg-golfer .l13-find{display:flex;flex-direction:column;gap:4px;padding-top:10px;border-top:1px solid var(--line)}.hg-root.hg-golfer .l13-trend{display:flex;flex-direction:column;gap:10px}@media (max-width: 859px){.hg-root.hg-golfer .l13-who{grid-template-columns:150px minmax(0,1fr)}.hg-root.hg-golfer .l13-watch.is-two{grid-template-columns:1fr}}@media (max-width: 639px){.hg-root.hg-golfer .l13-who{grid-template-columns:1fr}.hg-root.hg-golfer .l13-face{grid-row:auto;min-height:0;aspect-ratio:16 / 10}.hg-root.hg-golfer .l13-habit{grid-column:1}.hg-root.hg-golfer .l13-name{font-size:28px}.hg-root.hg-golfer .l13-lead{font-size:23px}.hg-root.hg-golfer .l13-hero{padding:18px}.hg-root.hg-golfer .l13-pathbtn{grid-template-columns:auto minmax(0,1fr) auto}.hg-root.hg-golfer .l13-pathbtn .gk-meta{grid-column:1 / -1;grid-row:2}.hg-root.hg-golfer .l13-ctarow .gk-cta{width:100%}}.hg-root.hg-golfer .l14-card{display:flex;flex-direction:column;overflow:hidden;padding:0}.hg-root.hg-golfer .l14-id{padding:18px 22px;display:flex;flex-direction:column;gap:12px;min-width:0}.hg-root.hg-golfer .l14-idrow{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}.hg-root.hg-golfer .l14-idtext{display:flex;flex-direction:column;gap:6px;min-width:0}.hg-root.hg-golfer .l14-name{font-family:var(--disp);font-weight:600;font-size:38px;letter-spacing:.03em;text-transform:uppercase;color:var(--ink);line-height:1}.hg-root.hg-golfer .l14-sec{padding-top:12px;border-top:1px solid var(--line)}.hg-root.hg-golfer .l14-card>.gk-vrows{border-top:1px solid var(--line)}.hg-root.hg-golfer .l14-card>.gk-vrows .gk-vrow{padding:12px 22px}.hg-root.hg-golfer .l14-more{border-top:1px solid var(--line)}.hg-root.hg-golfer .l14-type{display:flex;flex-direction:column;gap:3px;padding:10px 12px;border-left:3px solid var(--sage);background:var(--card2);border-radius:0 10px 10px 0}.hg-root.hg-golfer .l14-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.hg-root.hg-golfer .l14-tile{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:8px 10px;border:1px solid var(--line);border-radius:10px;background:transparent;text-align:left;font:inherit;color:inherit}.hg-root.hg-golfer .l14-tt{font-family:var(--mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--dim)}.hg-root.hg-golfer .l14-tn{font-family:var(--disp);font-weight:600;font-size:24px;color:var(--ink);font-variant-numeric:tabular-nums;line-height:1.1}.hg-root.hg-golfer .l14-tile.is-btn{cursor:pointer;transition:border-color .14s,background-color .14s}.hg-root.hg-golfer .l14-tile.is-btn:hover{border-color:var(--sage);background:color-mix(in srgb,var(--gold) 6%,transparent)}.hg-root.hg-golfer .l14-tile.is-btn[aria-expanded=true]{border-color:var(--green);background:color-mix(in srgb,var(--green) 6%,transparent)}.hg-root.hg-golfer .l14-tile.is-btn:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.hg-root.hg-golfer .l14-see{font-family:var(--sp-sans);font-size:12px;font-weight:600;color:var(--green);margin-top:2px}.hg-root.hg-golfer .l14-habit{padding:16px 22px 18px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:10px}.hg-root.hg-golfer .l14-habithead,.hg-root.hg-golfer .l14-evhead{display:flex;align-items:baseline;justify-content:space-between;gap:10px;flex-wrap:wrap}@media (max-width: 639px){.hg-root.hg-golfer .l14-id{padding:14px 16px}.hg-root.hg-golfer .l14-name{font-size:28px}.hg-root.hg-golfer .l14-card>.gk-vrows .gk-vrow{padding:12px 16px}.hg-root.hg-golfer .l14-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.hg-root.hg-golfer .l14-habit{padding:14px 16px 16px}.hg-root.hg-golfer .l14-act,.hg-root.hg-golfer .l14-act .gk-cta{width:100%}}.nm-backdrop{--nm-card: var(--lm-cream);--nm-field: #ffffff;--nm-line: var(--lm-border);--nm-ink: var(--lm-text);--nm-ink-2: var(--lm-text-secondary);--nm-ink-3: var(--lm-text-muted);--nm-green: #2d6b4f;--nm-green-deep: #1b3a2d;--nm-green-soft: #eaf3ed;--nm-taken: var(--lg-hybrid-ink, #8a5e2e);--nm-taken-soft: var(--lg-hybrid-soft, #f3e9dc);--nm-bad: #c1462b;--nm-bad-soft: #f7d9cf;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:16px;background:#14231c94;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);overflow-y:auto}:root[data-theme=dark] .nm-backdrop{--nm-card: #1d2721;--nm-field: #141b17;--nm-green: #7cc08d;--nm-green-deep: #2d6b4f;--nm-green-soft: #1f3329;--nm-taken-soft: #33291c;--nm-bad: #f0866c;--nm-bad-soft: #3a211a;background:#060c09b8}.nm-card{position:relative;width:100%;max-width:440px;margin:auto;background:var(--nm-card);border:1px solid var(--nm-line);border-radius:20px;box-shadow:0 24px 64px -24px #0c1c1473,0 4px 16px -8px #0c1c1440;overflow:hidden;animation:nm-rise .22s cubic-bezier(.22,.9,.34,1)}@media (prefers-reduced-motion: reduce){.nm-card{animation:none}}@keyframes nm-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.nm-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--nm-green-deep) 0%,var(--nm-green) 45%,var(--lg-wood3-fill, #c2933a) 80%,var(--lg-driver-fill, #d9a94a) 100%)}.nm-card .nm-body{padding:28px 24px 24px}@media (max-width: 380px){.nm-card .nm-body{padding:24px 16px 20px}}.nm-logo{display:block;height:34px;width:auto;margin:0 auto 16px}.nm-card .nm-title{margin:0;font-size:22px;line-height:1.2;font-weight:700;letter-spacing:-.015em;color:var(--nm-ink);text-align:center}.nm-card .nm-sub{margin:8px 0 0;font-size:14px;line-height:1.5;color:var(--nm-ink-2);text-align:center}.nm-card .nm-form{margin:22px 0 0}.nm-card .nm-label{display:block;margin:0 0 8px;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--nm-ink-2)}.nm-fieldwrap{position:relative;display:block}.nm-at{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:17px;font-weight:600;line-height:1;color:var(--nm-green);opacity:.55;pointer-events:none}.nm-card .nm-input{display:block;width:100%;min-width:0;box-sizing:border-box;padding:14px 16px 14px 34px;background:var(--nm-field);border:1.5px solid var(--nm-line);border-radius:14px;font:inherit;font-size:17px;font-weight:600;letter-spacing:-.01em;color:var(--nm-ink);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.nm-card .nm-input::-moz-placeholder{font-weight:500;color:var(--nm-ink-3)}.nm-card .nm-input::placeholder{font-weight:500;color:var(--nm-ink-3)}.nm-card .nm-input:focus{border-color:var(--nm-green);box-shadow:0 0 0 3px color-mix(in srgb,var(--nm-green) 22%,transparent)}.nm-card .nm-input[data-state=available]{border-color:var(--nm-green)}.nm-card .nm-input[data-state=taken]{border-color:var(--nm-taken)}.nm-card .nm-input[data-state=invalid]{border-color:var(--nm-bad)}.nm-underrow{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;margin-top:10px}.nm-card .nm-shuffle{display:inline-flex;align-items:center;gap:6px;padding:7px 14px 7px 11px;background:var(--nm-green-soft);border:1px solid color-mix(in srgb,var(--nm-green) 35%,transparent);border-radius:999px;font:inherit;font-size:13px;font-weight:600;color:var(--nm-green);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.nm-card .nm-shuffle:hover{background:var(--nm-green);border-color:var(--nm-green);color:#fff}:root[data-theme=dark] .nm-card .nm-shuffle:hover{color:#141b17}.nm-card .nm-shuffle:focus-visible{outline:2px solid var(--nm-green);outline-offset:2px}.nm-shuffle svg{width:14px;height:14px;flex:0 0 auto}.nm-shuffle[data-spin="1"] svg{animation:nm-spin .45s ease}@keyframes nm-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.nm-status{display:inline-flex;align-items:center;gap:6px;min-width:0;font-size:13px;font-weight:600;line-height:1.35;color:var(--nm-ink-3)}.nm-status[data-state=available]{color:var(--nm-green)}.nm-status[data-state=taken]{color:var(--nm-taken)}.nm-status[data-state=invalid]{color:var(--nm-bad)}.nm-dot{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:currentColor}.nm-dot[data-state=checking]{background:none;border:1.5px solid currentColor;border-top-color:transparent;width:11px;height:11px;animation:nm-spin .7s linear infinite}@media (prefers-reduced-motion: reduce){.nm-dot[data-state=checking]{animation-duration:2.4s}}.nm-card .nm-help{margin:10px 0 0;font-size:12px;line-height:1.5;color:var(--nm-ink-3)}.nm-card .nm-notice{margin:14px 0 0;padding:12px 14px;background:var(--nm-taken-soft);border:1px solid color-mix(in srgb,var(--nm-taken) 30%,transparent);border-radius:12px;font-size:13px;line-height:1.5;color:var(--nm-taken)}.nm-card .nm-notice[data-tone=bad]{background:var(--nm-bad-soft);border-color:color-mix(in srgb,var(--nm-bad) 30%,transparent);color:var(--nm-bad)}.nm-card .nm-pick{display:inline-block;margin-top:8px;padding:6px 12px;background:transparent;border:1px solid currentColor;border-radius:999px;font:inherit;font-size:13px;font-weight:700;color:inherit;cursor:pointer;max-width:100%;overflow-wrap:anywhere}.nm-card .nm-pick:hover{background:color-mix(in srgb,currentColor 12%,transparent)}.nm-card .nm-pick:focus-visible{outline:2px solid currentColor;outline-offset:2px}.nm-card .nm-submit{display:block;width:100%;box-sizing:border-box;margin:22px 0 0;padding:15px 20px;background:var(--nm-green-deep);border:none;border-radius:999px;font:inherit;font-size:16px;font-weight:700;letter-spacing:-.01em;color:#fff;cursor:pointer;transition:background .15s ease,opacity .15s ease}.nm-card .nm-submit:hover:not(:disabled){background:var(--nm-green)}.nm-card .nm-submit:focus-visible{outline:2px solid var(--nm-green);outline-offset:2px}.nm-card .nm-submit:disabled{opacity:.45;cursor:not-allowed}.nm-card .nm-dismiss{display:block;width:100%;margin:12px 0 0;padding:6px;background:none;border:none;font:inherit;font-size:13px;font-weight:600;color:var(--nm-ink-3);text-decoration:underline;cursor:pointer}.nm-card .nm-dismiss:hover{color:var(--nm-ink)}.nm-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.lm-glossy{-webkit-text-decoration:underline dashed currentColor;text-decoration:underline dashed currentColor;text-decoration-thickness:1px;text-underline-offset:3px;cursor:help;outline:none}.lm-glossy.lm-glossy-inline{position:relative}.lm-glossy:focus-visible{outline:2px solid #3b82f6;outline-offset:2px;border-radius:2px}.lm-glossy[data-category=Issue]{text-decoration-color:#dc2626}.lm-glossy[data-category=Metric]{text-decoration-color:#2563eb}.lm-glossy[data-category=Timing]{text-decoration-color:#9333ea}.lm-glossy[data-category=Reference]{text-decoration-color:#4b5563}.lm-glossy-popover{position:absolute;bottom:calc(100% + 6px);left:0;z-index:1000;display:flex;flex-direction:column;gap:6px;width:280px;max-width:90vw;padding:10px 12px;background:#fff;color:#111827;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 24px #0000001f;font-size:13px;line-height:1.45;font-weight:400;text-align:left;white-space:normal;pointer-events:none;opacity:1}.lm-glossy-popover-shared{position:fixed;top:0;left:0;bottom:auto;right:auto;visibility:hidden;pointer-events:none}.lm-glossy-popover-shared.lm-glossy-open{visibility:visible}.lm-glossy-head{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.lm-glossy-term{font-weight:600;color:#111827}.lm-glossy-cat{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.lm-glossy-short{color:#1f2937}.lm-glossy-long{color:#374151;font-size:12px}.lm-glossy-syns{color:#6b7280;font-size:12px}.lm-glossy-syns em{color:#9ca3af;font-style:normal;margin-right:4px}.lm-helpmode-toggle{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;font-size:12px;border:1px solid #d1d5db;background:#f9fafb;color:#374151;border-radius:6px;cursor:pointer}.lm-helpmode-toggle[aria-pressed=true]{background:#1f2937;color:#fff;border-color:#1f2937}
