.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-serif: "Instrument Serif", Georgia, "Times New Roman", serif;--sp-sans: Archivo, system-ui, -apple-system, "Segoe UI", sans-serif}.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 .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}}.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}
