html.hof-scroll-lock,html.hof-scroll-lock body{overflow:hidden!important}.hof{--hof-accent: #F29400;--hof-accent-soft: rgba(242, 148, 0, .16);--hof-on-accent: #000;--hof-bg: #000;--hof-surface: #111;--hof-surface-2: #1b1b1b;--hof-surface-3: #262626;--hof-border: rgba(255, 255, 255, .14);--hof-border-strong: rgba(255, 255, 255, .28);--hof-text: #fff;--hof-muted: rgba(255, 255, 255, .68);--hof-error: #ff6b5e;--hof-ok: #5fd08a;--hof-radius: 8px;--hof-radius-sm: 5px;--hof-gutter: 16px;--hof-heading-font: var(--heading-font-family, inherit);--hof-heading-weight: var(--heading-font-weight, 800);--hof-body-font: var(--text-font-family, inherit);--hof-focus: 0 0 0 3px var(--hof-bg), 0 0 0 5px var(--hof-accent);color:var(--hof-text);font-family:var(--hof-body-font);line-height:1.5;color-scheme:dark;-webkit-text-size-adjust:100%}.hof *,.hof *:before,.hof *:after{box-sizing:border-box}.hof [hidden]{display:none!important}.hof img{max-width:100%;display:block}.hof :focus{outline:none}.hof :focus-visible{outline:none;box-shadow:var(--hof-focus)}.hof .hof-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important}.hof p,.hof h1,.hof h2,.hof h3,.hof dl,.hof dd,.hof figure{margin:0}.hof ul,.hof ol{list-style:none;margin:0;padding:0}.hof a{color:inherit}.hof button{font:inherit;color:inherit;cursor:pointer}.hof-section{background:var(--hof-bg);padding:32px 0 56px}.hof .hof-container{max-width:1400px;margin:0 auto;padding:0 var(--hof-gutter)}@media(min-width:750px){.hof{--hof-gutter: 32px}.hof-section{padding:56px 0 88px}}.hof .hof-h2{font-family:var(--hof-heading-font);font-weight:var(--hof-heading-weight);text-transform:uppercase;letter-spacing:.01em;font-size:clamp(1.4rem,1.1rem + 1.4vw,2.2rem);line-height:1.05;margin-bottom:18px;color:var(--hof-text)}.hof .hof-h3{font-family:var(--hof-heading-font);font-weight:var(--hof-heading-weight);text-transform:uppercase;font-size:1rem;letter-spacing:.04em;margin-bottom:10px;color:var(--hof-accent)}.hof .hof-block{margin-top:48px}@media(min-width:750px){.hof .hof-block{margin-top:72px}}.hof .hof-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 24px;border:2px solid var(--hof-accent);border-radius:var(--hof-radius-sm);background:var(--hof-accent);color:var(--hof-on-accent);font-family:var(--hof-heading-font);font-weight:var(--hof-heading-weight);font-size:.95rem;line-height:1.1;text-transform:uppercase;letter-spacing:.04em;text-decoration:none;text-align:center;transition:background-color .15s ease,color .15s ease,transform .1s ease;-webkit-tap-highlight-color:transparent}.hof .hof-btn:hover{background:transparent;color:var(--hof-accent)}.hof .hof-btn:active{transform:translateY(1px)}.hof .hof-btn:disabled,.hof .hof-btn[aria-busy=true]{opacity:.55;cursor:not-allowed}.hof .hof-btn:disabled:hover{background:var(--hof-accent);color:var(--hof-on-accent)}.hof .hof-btn--ghost{background:transparent;color:var(--hof-text);border-color:var(--hof-border-strong)}.hof .hof-btn--ghost:hover{border-color:var(--hof-accent);color:var(--hof-accent)}.hof .hof-btn--ghost:disabled:hover{background:transparent;color:var(--hof-text)}.hof .hof-btn--lg{min-height:56px;padding:16px 32px;font-size:1.05rem}.hof .hof-btn--sm{min-height:40px;padding:8px 16px;font-size:.8rem}.hof .hof-link{background:none;border:0;padding:0;color:var(--hof-accent);font-weight:700;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.hof-section{padding-top:0}@media(min-width:750px){.hof-section{padding-top:0}}.hof .hof-hero4{position:relative;isolation:isolate;overflow:hidden;color:#fff;background:linear-gradient(to bottom,#000 0,#0000 110px),radial-gradient(120% 75% at 50% 48%,#252422,#141413 45%,#060606 76%,#000)}@media(min-width:990px){.hof .hof-hero4{background:linear-gradient(to bottom,#000 0,#0000 110px),radial-gradient(90% 90% at 72% 50%,#262523,#141413 42%,#060606 74%,#000)}}.hof .hof-hero4__room{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.hof .hof-hero4__grid{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:22px var(--hof-gutter) 28px;display:grid;grid-template-columns:minmax(0,1fr);row-gap:18px;grid-template-areas:"copy" "cta" "chart" "clubs"}.hof .hof-hero4__copy{grid-area:copy}.hof .hof-hero4__grid>.hof-hero3__ctas{grid-area:cta}.hof .hof-hero4__grid>.hof-chart{grid-area:chart}.hof .hof-hero4__grid>.hof-clubs{grid-area:clubs}@media(min-width:990px){.hof .hof-hero4__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:auto auto auto;grid-template-areas:"copy chart" "cta chart" "clubs chart";column-gap:clamp(32px,4vw,64px);row-gap:24px;padding-top:40px;padding-bottom:40px;align-items:start}.hof .hof-hero4__grid>.hof-chart{align-self:stretch}.hof .hof-hero4__grid>.hof-clubs{align-self:end}}.hof .hof-hero3__kicker{margin:0 0 8px;color:var(--hof-accent);font-size:.8rem;font-weight:800;letter-spacing:.26em;text-transform:uppercase}.hof .hof-hero3__title{margin:0;font-family:var(--hof-hero-font, var(--hof-heading-font));font-weight:var(--hof-hero-weight, 700);text-transform:uppercase;font-size:min(clamp(3.4rem,1.4rem + 10vw,8rem),16vh);line-height:.86;letter-spacing:-.03em;color:#fff}.hof .hof-hero3__title .hof-w{display:inline-block;overflow:hidden;vertical-align:top;padding-bottom:.04em;margin-bottom:-.04em}.hof .hof-hero3__title .hof-w>span{display:inline-block}.hof-js .hof .hof-hero3__title .hof-w>span{animation:hof-rise .9s cubic-bezier(.16,.84,.24,1) both;animation-delay:calc(.1s + var(--line, var(--i, 0)) * .13s)}@keyframes hof-rise{0%{transform:translateY(105%)}to{transform:none}}.hof .hof-hero3__sub{margin:12px 0 0;max-width:36ch;font-size:clamp(1rem,.95rem + .35vw,1.2rem);line-height:1.45;color:#ffffffc7}.hof .hof-hero3__ctas{display:flex;flex-wrap:wrap;gap:12px}@media(max-width:989px){.hof .hof-hero3__ctas .hof-btn{flex:1 1 100%}}.hof .hof-hero3__ctas .hof-btn:not(.hof-btn--ghost),.hof-portal .hof-sticky-cta .hof-btn,.hof .hof-hero3__ctas .hof-btn:not(.hof-btn--ghost):hover,.hof-portal .hof-sticky-cta .hof-btn:hover{background:var(--hof-accent);border-color:var(--hof-accent);color:var(--hof-on-accent)}@media(hover:hover){.hof .hof-hero3__ctas .hof-btn:not(.hof-btn--ghost):hover{filter:brightness(1.08);transform:translateY(-1px)}}.hof .hof-btn__arrow{transition:transform .25s ease;flex:none}.hof .hof-hero3__ctas .hof-btn:hover .hof-btn__arrow{transform:translate(4px)}.hof .hof-btn--ghost{background:transparent;color:#fff;border-color:#ffffff80}.hof .hof-btn--ghost:hover{border-color:#fff;background:#ffffff0f;color:#fff}.hof .hof-hall__spot{--spot: 255, 232, 196;position:absolute;left:var(--spot-x, 50%);top:0;width:min(110vw,820px);height:var(--floor-y, 100%);transform:translate(-50%);background:conic-gradient(from 0deg at 50% -4%,transparent 0deg 160deg,rgba(var(--spot),.07) 168deg,rgba(var(--spot),.16) 175deg 185deg,rgba(var(--spot),.07) 192deg,transparent 200deg 360deg);-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.35) 0%,#000 55%,#000 100%);mask-image:linear-gradient(to bottom,#00000059,#000 55% 100%);transition:left .7s cubic-bezier(.2,.8,.2,1),opacity .6s ease}.hof .hof-hall__pool{position:absolute;left:var(--spot-x, 50%);top:var(--floor-y, 80%);width:min(70vw,480px);height:70px;transform:translate(-50%,-50%);background:radial-gradient(50% 50% at 50% 50%,rgba(255,232,196,.14),transparent 70%);transition:left .7s cubic-bezier(.2,.8,.2,1)}.hof .hof-hero4.is-first .hof-hall__spot{--spot: 242, 148, 0}.hof .hof-hero4.is-first .hof-hall__pool{background:radial-gradient(50% 50% at 50% 50%,color-mix(in srgb,var(--hof-accent) 24%,transparent),transparent 70%)}.hof .hof-chart{--plot-h: 38svh;--grow: 2.6;position:relative;display:flex;flex-direction:column;padding-top:34px}@supports not (height: 1svh){.hof .hof-chart{--plot-h: 38vh}}@media(min-width:990px){.hof .hof-chart{--grow: 2.4;height:100%;min-height:420px;padding-top:30px}.hof .hof-chart .hof-chart__plot{flex:1 1 auto;height:auto;min-height:280px}.hof .hof-chart .hof-chart__caption{position:absolute;z-index:3;top:30px;left:44px;max-width:44%;margin:0;text-align:left;min-height:0}.hof .hof-chart .hof-chart__lb{align-self:flex-start;margin-left:44px}.hof .hof-hero3__title{font-size:min(clamp(4rem,1rem + 5vw,7rem),11vh)}.hof .hof-hero3__sub{margin-top:10px}}.hof .hof-chart__plot{position:relative;z-index:2;height:var(--plot-h);width:100%}.hof .hof-chart__grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hof .hof-chart__gl{position:absolute;left:0;right:0;height:0;border-top:1px solid rgba(255,255,255,calc(.09 * var(--fade, 1)))}.hof .hof-chart__gl:first-child{border-top-color:#ffffff4d;box-shadow:0 1px 18px #ffe8c414}.hof .hof-chart__gl:first-child i{transform:translateY(-120%)}.hof .hof-chart__gl i{position:absolute;left:0;top:0;transform:translateY(-50%);font-style:normal;font-size:.64rem;font-weight:700;letter-spacing:.04em;color:#ffffff6b;background:transparent}.hof .hof-chart__bars{position:absolute;left:36px;right:0;top:0;bottom:0;display:flex;align-items:flex-end;gap:6px;margin:0;padding:0;list-style:none}@media(min-width:990px){.hof .hof-chart__bars{left:44px;gap:10px}}.hof .hof-bar{flex:1 1 0;min-width:0;height:100%;display:flex;align-items:flex-end;transition:flex-grow .65s cubic-bezier(.2,.8,.2,1)}.hof .hof-bar.is-featured{flex-grow:var(--grow)}.hof .hof-bar__col{position:relative;display:flex;width:100%;height:var(--h);padding:0;border:0;background:none;color:inherit;font:inherit;cursor:pointer;transition:height .8s cubic-bezier(.16,.84,.3,1)}.hof .hof-bar__fill{position:relative;flex:1;overflow:hidden;border-radius:6px 6px 0 0;background:#161616;box-shadow:inset 0 0 0 1px #ffffff1a;transition:box-shadow .4s ease,filter .4s ease}.hof .hof-bar:not(.is-featured):not(.is-ghost) .hof-bar__fill{filter:brightness(.72) saturate(.85)}.hof .hof-bar__fill img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.hof .hof-bar.is-featured .hof-bar__fill{box-shadow:0 0 0 2px #fff,0 20px 50px -12px #000000e6}.hof .hof-bar.is-featured.is-first .hof-bar__fill{box-shadow:0 0 0 3px var(--hof-accent),0 20px 50px -12px #000000e6}.hof .hof-bar__col:focus-visible{outline:2px solid #fff;outline-offset:3px}.hof .hof-bar__weight{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:6px;white-space:nowrap;font-family:var(--hof-hero-font, var(--hof-heading-font));font-weight:700;line-height:1;color:#fff;transition:opacity .3s ease}.hof .hof-bar__weight b{font-weight:inherit}.hof .hof-bar__w{display:block;text-align:center;font-size:.82rem;line-height:1.02;color:#fffc}.hof .hof-bar__w span{white-space:nowrap}.hof .hof-bar:not(.is-featured) .hof-bar__w span{display:block}@media(min-width:990px){.hof .hof-bar:not(.is-featured) .hof-bar__w span{display:inline}.hof .hof-bar__w{font-size:.92rem}}.hof .hof-bar.is-featured .hof-bar__w{font-size:clamp(1.05rem,.9rem + .9vw,1.5rem);color:#fff}.hof .hof-bar.is-featured.is-first .hof-bar__w{color:var(--hof-accent)}.hof .hof-bar.is-ghost .hof-bar__weight b{font-size:.82rem;color:#ffffff73}.hof .hof-bar__rank{position:absolute;left:50%;bottom:6px;transform:translate(-50%);white-space:nowrap;padding:2px 6px;border-radius:999px;background:#0000009e;font-size:.64rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#fff}.hof .hof-bar__rank i{font-style:normal;display:none}.hof .hof-bar.is-featured .hof-bar__rank{font-size:.72rem;padding:3px 9px;bottom:10px}.hof .hof-bar.is-featured .hof-bar__rank i{display:inline}.hof .hof-bar.is-ghost .hof-bar__fill{background:transparent;box-shadow:none;outline:1.5px dashed rgba(255,255,255,.35);outline-offset:-1px}.hof .hof-bar.is-ghost .hof-bar__rank{background:transparent;color:#ffffff80}.hof .hof-bar.is-ghost .hof-bar__fill{container-type:size}@container (max-height: 118px){.hof .hof-bar__ghost-text{display:none}}.hof .hof-bar__ghost-text{position:absolute;left:50%;top:calc(50% - 12px);transform:translate(-50%,-50%) rotate(180deg);writing-mode:vertical-rl;white-space:nowrap;font-size:.56rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#ffffff80}.hof .hof-bar.is-ghost .hof-bar__col:hover .hof-bar__fill{outline-color:#fff}.hof .hof-chart__caption{position:relative;z-index:2;margin:14px 0 0;text-align:center;min-height:74px;transition:opacity .3s ease}.hof .hof-chart__caption.is-swap{opacity:0}.hof .hof-chart__caption p{margin:0}.hof .hof-chart__record{color:var(--hof-accent);font-size:.7rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.hof .hof-chart__title{margin-top:2px!important;font-family:var(--hof-hero-font, var(--hof-heading-font));font-weight:700;text-transform:uppercase;font-size:1.2rem;color:#fff}.hof .hof-chart__meta{margin-top:2px!important;font-size:.85rem;color:#ffffffa6}.hof .hof-chart__link{display:inline-flex;align-items:center;gap:5px;margin-top:6px;color:#fff;font-size:.82rem;font-weight:700;text-decoration:underline;text-underline-offset:3px}.hof .hof-chart__link[hidden]{display:none}.hof .hof-chart__replay{position:absolute;z-index:4;top:0;right:0;display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:#0000008c;color:#fff;border:1px solid rgba(255,255,255,.35);font:inherit;font-size:.78rem;font-weight:700;cursor:pointer}.hof .hof-chart__replay[hidden]{display:none}.hof .hof-chart__lb{align-self:center;display:inline-flex;align-items:center;gap:6px;margin-top:8px;color:#ffffffb8;font-size:.82rem;font-weight:700;text-decoration:underline;text-underline-offset:3px}.hof .hof-chart__lb:hover{color:#fff}.hof .hof-chart__replay:hover{border-color:#fff}.hof .hof-chart.is-armed .hof-bar:not(.is-up) .hof-bar__col{height:0}.hof .hof-chart.is-armed .hof-bar:not(.is-up) .hof-bar__weight{opacity:0}.hof .hof-chart.is-armed:not(.is-playing):not(.is-done) .hof-bar{flex-grow:1}.hof .hof-chart.is-armed:not(.is-playing):not(.is-done) .hof-chart__caption{opacity:0}@media(prefers-reduced-motion:reduce){.hof .hof-bar,.hof .hof-bar__col,.hof .hof-bar__fill,.hof .hof-bar__weight,.hof .hof-hall__spot,.hof .hof-hall__pool,.hof .hof-chart__caption{transition:none}}.hof .hof-hero2__pause{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#00000073;color:#fff;border:1px solid rgba(255,255,255,.35);cursor:pointer}.hof .hof-hero2__pause .hof-i-play{display:none}.hof .hof-hero2__pause[aria-pressed=true] .hof-i-play{display:inline}.hof .hof-hero2__pause[aria-pressed=true] .hof-i-pause{display:none}.hof .hof-clubs{position:relative;min-width:0}.hof .hof-clubs__title{margin:0 0 8px;font-size:.68rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:#ffffff8c}.hof .hof-clubs__row{display:flex;gap:8px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:var(--hof-gutter);margin:0 calc(-1 * var(--hof-gutter));padding:2px var(--hof-gutter) 4px;scrollbar-width:none;-webkit-mask-image:linear-gradient(to right,#000 85%,transparent);mask-image:linear-gradient(to right,#000 85%,transparent)}.hof .hof-clubs__row::-webkit-scrollbar{display:none}.hof .hof-clubs__row.is-end{-webkit-mask-image:none;mask-image:none}.hof .hof-clubs__row>.hof-club{flex:0 0 calc((100% - 3 * 8px) / 3.4);scroll-snap-align:start}@media(min-width:750px){.hof .hof-clubs__row{display:grid;grid-template-columns:repeat(auto-fill,minmax(118px,1fr));overflow:visible;margin:0;padding:0;-webkit-mask-image:none;mask-image:none}.hof .hof-clubs__row>.hof-club{flex:none}}.hof .hof-club{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;min-height:64px;padding:10px 12px;border:1px solid rgba(255,255,255,.16);border-radius:var(--hof-radius-sm);background:#0d0d0d;color:#fff;text-align:left;font:inherit;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.hof button.hof-club:hover{border-color:#ffffff73;transform:translateY(-1px)}.hof .hof-club:focus-visible{outline:2px solid var(--hof-accent);outline-offset:2px}.hof .hof-club__lb{font-family:var(--hof-hero-font, var(--hof-heading-font));font-weight:var(--hof-hero-weight, 700);font-size:clamp(1.25rem,1rem + 1.2vw,1.9rem);line-height:1;letter-spacing:-.01em}.hof .hof-club__n{font-size:.74rem;font-weight:700;color:#ffffffb8}.hof .hof-club.is-top{background:var(--hof-accent);border-color:var(--hof-accent);color:var(--hof-on-accent)}.hof .hof-club.is-top .hof-club__n{color:#000000b8}.hof .hof-club.is-next{border-style:dashed;border-color:#ffffff8c}.hof .hof-club.is-next .hof-club__n{color:#fff}.hof .hof-club.is-empty{cursor:default;opacity:.5}@media(max-width:480px){.hof .hof-club{min-height:58px;padding:8px 10px}.hof .hof-club__n{font-size:.66rem;line-height:1.15}}.hof .hof-lb__club{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;border:1px solid var(--hof-accent);background:var(--hof-accent-soft);color:var(--hof-text);font:inherit;font-size:.82rem;font-weight:700;cursor:pointer}.hof .hof-lb__club span{color:var(--hof-accent);font-size:1rem;line-height:1}.hof .hof-detail__kg{font-size:.45em;font-weight:600;color:var(--hof-muted);letter-spacing:0;margin-left:.35em;vertical-align:middle}.hof .hof-marquee{margin:28px 0 0;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent)}.hof .hof-marquee__track{display:flex;width:max-content;animation:hof-marquee var(--hof-marquee-duration, 80s) linear infinite}.hof .hof-marquee:hover .hof-marquee__track,.hof .hof-marquee:focus-within .hof-marquee__track{animation-play-state:paused}.hof .hof-marquee__group{display:flex;gap:12px;padding-right:12px}@keyframes hof-marquee{to{transform:translate(-50%)}}.hof .hof-marquee__item{position:relative;display:block;width:150px;flex:none;border-radius:var(--hof-radius-sm);overflow:hidden;background:var(--hof-surface);color:#fff;text-decoration:none;aspect-ratio:4 / 3}.hof .hof-marquee__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.hof .hof-marquee__item:hover img{transform:scale(1.06)}.hof .hof-marquee__text{position:absolute;left:0;right:0;bottom:0;padding:18px 8px 6px;font-size:.72rem;line-height:1.2;background:linear-gradient(to top,rgba(0,0,0,.85),transparent)}.hof .hof-marquee__text b{color:var(--hof-accent);font-size:.85rem}.hof-portal .hof-sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:900;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:linear-gradient(to top,#000000eb,#000000bf);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-top:1px solid rgba(255,255,255,.12);transform:translateY(110%);transition:transform .3s ease}.hof-portal .hof-sticky-cta.is-visible{transform:none}.hof-portal .hof-sticky-cta .hof-btn{width:100%}@media(min-width:750px){.hof-portal .hof-sticky-cta{display:none}}html.hof-scroll-lock .hof-portal .hof-sticky-cta{display:none}.hof [id$=-lb]{scroll-margin-top:110px}@media(prefers-reduced-motion:reduce){.hof .hof-hero2__slide{transition:none}.hof .hof-hero2__slide .hof-hero2__img{animation:none!important;transform:none}.hof .hof-hero2__dot i{animation:none!important}.hof-js .hof .hof-hero3__title .hof-w>span{animation:none}.hof .hof-club,.hof .hof-plaque,.hof .hof-btn,.hof .hof-btn__arrow,.hof-portal .hof-sticky-cta{transition:none}.hof .hof-marquee{-webkit-mask-image:none;mask-image:none;overflow-x:auto}.hof .hof-marquee__track{animation:none}.hof .hof-marquee__group[aria-hidden=true]{display:none}}.hof .hof-stats{margin-top:0;border-top:1px solid var(--hof-border);border-bottom:1px solid var(--hof-border)}.hof .hof-stats__list{display:grid;grid-template-columns:repeat(2,1fr)}.hof .hof-stat{display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;gap:2px;padding:18px 8px;text-align:center}.hof .hof-stat:nth-child(odd){border-right:1px solid var(--hof-border)}.hof .hof-stat:nth-child(-n+2){border-bottom:1px solid var(--hof-border)}.hof .hof-stat__value{font-family:var(--hof-heading-font);font-weight:var(--hof-heading-weight);font-size:clamp(1.5rem,1.1rem + 2vw,2.6rem);line-height:1;color:var(--hof-accent);font-variant-numeric:tabular-nums}.hof .hof-stat__label{color:var(--hof-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:700}@media(min-width:750px){.hof .hof-stats__list{grid-template-columns:repeat(4,1fr)}.hof .hof-stat{padding:26px 12px}.hof .hof-stat:nth-child(-n+2){border-bottom:0}.hof .hof-stat:not(:last-child){border-right:1px solid var(--hof-border)}}.hof .hof-card{display:flex;flex-direction:column;height:100%;background:var(--hof-surface);border:1px solid var(--hof-border);border-radius:var(--hof-radius);overflow:hidden;text-decoration:none;color:var(--hof-text);transition:border-color .15s ease,transform .15s ease;-webkit-tap-highlight-color:transparent}.hof .hof-card:hover{border-color:var(--hof-accent)}@media(hover:hover){.hof .hof-card:hover{transform:translateY(-2px)}.hof .hof-card:hover .hof-card__media img{transform:scale(1.03)}}.hof .hof-card__media{position:relative;display:block;aspect-ratio:4 / 5;background:var(--hof-surface-2);overflow:hidden}.hof .hof-card__media img,.hof .hof-card__media .hof-noimg{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hof .hof-noimg{display:flex;align-items:center;justify-content:center;color:var(--hof-border-strong);background:var(--hof-surface-2)}.hof .hof-card__badges{position:absolute;top:8px;left:8px;right:8px;display:flex;flex-wrap:wrap;gap:6px;pointer-events:none}.hof .hof-badge{display:inline-block;padding:4px 8px;border-radius:3px;background:var(--hof-accent);color:var(--hof-on-accent);font-family:var(--hof-heading-font);font-weight:var(--hof-heading-weight);font-size:.68rem;line-height:1.2;text-transform:uppercase;letter-spacing:.06em;vertical-align:middle}.hof .hof-badge--dark{background:#000000c7;color:var(--hof-text);border:1px solid var(--hof-border-strong)}.hof .hof-badge--sm{padding:2px 5px;font-size:.6rem}.hof .hof-card__body{display:flex;flex-direction:column;gap:2px;padding:12px 12px 14px}.hof .hof-card__weight{font-family:var(--hof-heading-font);font-weight:var(--hof-heading-weight);font-size:clamp(1.2rem,1rem + 1vw,1.6rem);line-height:1.05;color:var(--hof-accent);text-transform:uppercase}.hof .hof-card__species{font-weight:700;text-transform:uppercase;font-size:.8rem;letter-spacing:.04em}.hof .hof-card__fishname{font-weight:400;text-transform:none;color:var(--hof-muted)}.hof .hof-card__angler{font-size:.9rem}.hof .hof-card__meta{font-size:.78rem;color:var(--hof-muted)}.hof .hof-featured{display:grid;gap:12px}.hof .hof-featured__rest{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.hof .hof-featured__main .hof-card__media{aspect-ratio:4 / 3}.hof .hof-featured__main .hof-card__weight{font-size:clamp(1.6rem,1.1rem + 2vw,2.6rem)}@media(min-width:990px){.hof .hof-featured{grid-template-columns:1.4fr 1fr;gap:16px}.hof .hof-featured--single{grid-template-columns:minmax(0,820px);justify-content:center}.hof .hof-featured__rest{grid-template-columns:1fr 1fr;align-content:start}.hof .hof-featured__rest .hof-card__media{aspect-ratio:1 / 1}}.hof .hof-tabs{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;padding:3px 3px 10px;margin:-3px -3px 0;-webkit-overflow-scrolling:touch}.hof .hof-tabs::-webkit-scrollbar{display:none}.hof .hof-tab{flex:0 0 auto;min-height:42px;padding:8px 16px;border:1px solid var(--hof-border-strong);border-radius:999px;background:transparent;font-weight:800;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.hof .hof-tab[aria-selected=true]{background:var(--hof-accent);border-color:var(--hof-accent);color:var(--hof-on-accent)}.hof .hof-lb__panel{background:var(--hof-surface);border:1px solid var(--hof-border);border-radius:var(--hof-radius);padding:8px}.hof .hof-lb__bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;padding:8px 8px 10px}.hof .hof-lb__sub{color:var(--hof-muted);font-size:.9rem}.hof .hof-lb__row+.hof-lb__row{border-top:1px solid var(--hof-border)}.hof .hof-lb__link{display:grid;grid-template-columns:34px 56px 1fr;align-items:center;gap:12px;padding:10px 8px;text-decoration:none;border-radius:var(--hof-radius-sm);-webkit-tap-highlight-color:transparent}.hof .hof-lb__link:hover{background:var(--hof-surface-2)}.hof .hof-lb__rank{font-family:var(--hof-heading-font);font-weight:var(--hof-heading-weight);font-size:1.3rem;text-align:center;color:var(--hof-muted);font-variant-numeric:tabular-nums}.hof .hof-lb__row--top .hof-lb__rank{color:var(--hof-accent)}.hof .hof-lb__thumb{display:block;width:56px;height:56px;border-radius:var(--hof-radius-sm);overflow:hidden;background:var(--hof-surface-2)}.hof .hof-lb__thumb img,.hof .hof-lb__thumb .hof-noimg{width:100%;height:100%;object-fit:cover}.hof .hof-lb__thumb .hof-noimg svg{width:32px}.hof .hof-lb__main{display:flex;flex-direction:column;min-width:0}.hof .hof-lb__weight{font-family:var(--hof-heading-font);font-weight:var(--hof-heading-weight);font-size:1.2rem;line-height:1.1;text-transform:uppercase}.hof .hof-lb__meta{color:var(--hof-muted);font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hof .hof-lb__venue{display:none;color:var(--hof-muted);font-size:.85rem;text-align:right}.hof .hof-lb__empty{padding:20px 8px;color:var(--hof-muted)}@media(min-width:750px){.hof .hof-lb__panel{padding:12px}.hof .hof-lb__link{grid-template-columns:44px 64px 1fr minmax(0,32%);padding:10px 12px}.hof .hof-lb__thumb{width:64px;height:64px}.hof .hof-lb__venue{display:block}.hof .hof-lb__rank{font-size:1.6rem}.hof .hof-lb__weight{font-size:1.4rem}}.hof .hof-input{display:block;width:100%;min-height:48px;padding:11px 14px;margin:0;background:var(--hof-surface-2);color:var(--hof-text);border:1px solid var(--hof-border-strong);border-radius:var(--hof-radius-sm);font:inherit;font-size:16px;line-height:1.3;box-shadow:none;-webkit-appearance:none;appearance:none}.hof .hof-input::placeholder{color:#fff6}.hof .hof-input:focus,.hof .hof-input:focus-visible{border-color:var(--hof-accent);box-shadow:0 0 0 2px var(--hof-accent-soft)}.hof .hof-input[aria-invalid=true]{border-color:var(--hof-error)}.hof select.hof-input{padding-right:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px}.hof select.hof-input option{background:#1b1b1b;color:#fff}.hof textarea.hof-input{min-height:96px;resize:vertical}.hof input[type=date].hof-input,.hof input[type=time].hof-input{min-width:0;color-scheme:dark}.hof input[type=date].hof-input::-webkit-calendar-picker-indicator,.hof input[type=time].hof-input::-webkit-calendar-picker-indicator{opacity:.9;cursor:pointer}.hof input[type=number].hof-input{-moz-appearance:textfield}.hof input[type=number].hof-input::-webkit-outer-spin-button,.hof input[type=number].hof-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.hof input[type=search].hof-input::-webkit-search-cancel-button{filter:invert(1)}.hof .hof-input--sm{min-height:40px;padding:7px 36px 7px 10px;font-size:16px}.hof .hof-select{display:flex;flex-direction:column;gap:4px;min-width:0}.hof .hof-select__label{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--hof-muted)}.hof .hof-select--inline{flex-direction:row;align-items:center;gap:10px}.hof .hof-select--inline .hof-input{width:auto;min-width:170px}.hof .hof-toolbar{display:grid;grid-template-columns:auto 1fr;align-items:end;gap:12px;margin-bottom:12px}.hof .hof-toolbar__toggle{align-self:end;min-height:48px}.hof .hof-toolbar__count{color:var(--hof-accent)}.hof .hof-select--sort{justify-self:end;width:min(200px,100%)}.hof .hof-filters{grid-column:1 / -1;display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px;background:var(--hof-surface);border:1px solid var(--hof-border);border-radius:var(--hof-radius)}.hof .hof-filters.is-open{display:grid}.hof .hof-filters__reset{grid-column:1 / -1;justify-self:start;min-height:32px}@media(min-width:990px){.hof .hof-toolbar{grid-template-columns:1fr auto;grid-template-areas:"filters sort"}.hof .hof-toolbar__toggle{display:none}.hof .hof-filters{grid-area:filters;display:flex;flex-wrap:wrap;align-items:flex-end;padding:0;background:none;border:0}.hof .hof-filters .hof-select{flex:1 1 150px;max-width:220px}.hof .hof-filters__reset{align-self:center;margin-top:18px}.hof .hof-select--sort{grid-area:sort;width:180px}}.hof .hof-results{font-size:.85rem;color:var(--hof-muted);margin-bottom:12px;min-height:1.3em}.hof .hof-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}@media(min-width:750px){.hof .hof-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}@media(min-width:1200px){.hof .hof-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.hof .hof-grid__empty{grid-column:1 / -1;display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:28px 20px;background:var(--hof-surface);border:1px dashed var(--hof-border-strong);border-radius:var(--hof-radius);color:var(--hof-muted)}.hof .hof-more-wrap{display:flex;justify-content:center;margin-top:28px}.hof .hof-howto{margin:48px auto 0;max-width:980px;padding:32px 20px 26px;text-align:center;border:1px dashed var(--hof-border-strong);border-radius:var(--hof-radius);background:var(--hof-surface)}.hof .hof-howto .hof-h2{margin-bottom:22px}.hof .hof-howto__steps{list-style:none;margin:0 0 24px;padding:0;display:grid;gap:18px}@media(min-width:750px){.hof .hof-howto{padding:40px 32px 30px}.hof .hof-howto__steps{grid-template-columns:repeat(3,1fr);gap:28px}}.hof .hof-howto__step{display:flex;flex-direction:column;align-items:center;gap:6px}.hof .hof-howto__num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:2px solid var(--hof-accent);color:var(--hof-accent);font-family:var(--hof-heading-font);font-weight:var(--hof-heading-weight);font-size:1.1rem}.hof .hof-howto__title{margin:4px 0 0;font-family:var(--hof-heading-font);font-weight:var(--hof-heading-weight);text-transform:uppercase;font-size:1.05rem;letter-spacing:.02em;color:var(--hof-text)}.hof .hof-howto__step p{margin:0;color:var(--hof-muted);font-size:.95rem}.hof .hof-howto__note{margin:16px 0 0;font-size:.8rem;color:var(--hof-muted)}.hof .hof-noscript{margin-top:24px;text-align:center;color:var(--hof-muted)}.hof .hof-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:stretch;justify-content:center;opacity:0;transition:opacity .2s ease}.hof .hof-modal.is-open{opacity:1}.hof .hof-modal.is-yielding{z-index:1}.hof .hof-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d1}.hof .hof-modal__panel{position:relative;display:flex;flex-direction:column;width:100%;height:100vh;height:100dvh;background:#0b0b0b;color:var(--hof-text);overflow:hidden;transform:translateY(16px);transition:transform .22s ease}.hof .hof-modal.is-open .hof-modal__panel{transform:none}@media(prefers-reduced-motion:reduce){.hof .hof-modal,.hof .hof-modal__panel,.hof .hof-card,.hof .hof-card__media img{transition:none}}@media(min-width:750px){.hof .hof-modal{align-items:center;padding:24px}.hof .hof-modal__panel{height:auto;max-height:min(92vh,960px);max-width:1120px;border:1px solid var(--hof-border);border-radius:12px;box-shadow:0 30px 80px #0009}.hof .hof-modal__panel--form{max-width:640px}}.hof .hof-modal__close{position:absolute;top:10px;right:10px;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--hof-border-strong);border-radius:50%;background:#000000b3;color:var(--hof-text)}.hof .hof-modal__close:hover{border-color:var(--hof-accent);color:var(--hof-accent)}.hof .hof-modal__close--inline{position:static;flex:0 0 auto}.hof .hof-detail-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.hof .hof-detail{display:grid}@media(min-width:990px){.hof .hof-detail{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);min-height:100%}.hof .hof-detail__media{position:sticky;top:0;align-self:start}}.hof .hof-gallery{position:relative;background:#000}.hof .hof-gallery--empty{display:flex;align-items:center;justify-content:center;aspect-ratio:4 / 3;color:var(--hof-border-strong)}.hof .hof-gallery__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.hof .hof-gallery__track::-webkit-scrollbar{display:none}.hof .hof-gallery__slide{flex:0 0 100%;scroll-snap-align:center;scroll-snap-stop:always;display:flex;align-items:center;justify-content:center;height:min(56vh,520px);background:#000}.hof .hof-gallery__slide img{width:100%;height:100%;object-fit:contain}@media(min-width:750px){.hof .hof-gallery__slide{height:min(70vh,640px)}}@media(min-width:990px){.hof .hof-gallery__slide{height:min(88vh,900px);max-height:calc(min(92vh,960px) - 2px)}}.hof .hof-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--hof-border-strong);border-radius:50%;background:#000000a6;color:var(--hof-text)}.hof .hof-gallery__nav:disabled{opacity:.3;cursor:default}.hof .hof-gallery__nav--prev{left:12px}.hof .hof-gallery__nav--next{right:12px}@media(hover:hover)and (pointer:fine){.hof .hof-gallery__nav{display:inline-flex}}.hof .hof-gallery__dots{position:absolute;left:0;right:0;bottom:10px;display:flex;justify-content:center;gap:4px}.hof .hof-gallery__dot{width:28px;height:28px;padding:0;border:0;background:transparent;position:relative}.hof .hof-gallery__dot:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:8px;height:8px;border-radius:50%;background:#ffffff73}.hof .hof-gallery__dot[aria-current=true]:after{background:var(--hof-accent);width:10px;height:10px}.hof .hof-detail__info{padding:20px var(--hof-gutter) 40px}@media(min-width:990px){.hof .hof-detail__info{padding:32px 32px 40px}}.hof .hof-detail__badges{display:flex;gap:6px;min-height:0;margin-bottom:8px}.hof .hof-detail__badges:empty{display:none}.hof .hof-detail__weight{font-family:var(--hof-heading-font);font-weight:var(--hof-heading-weight);font-size:clamp(2rem,1.4rem + 3vw,3rem);line-height:1;color:var(--hof-accent);padding-right:48px}.hof .hof-detail__title{font-family:var(--hof-heading-font);font-weight:var(--hof-heading-weight);font-size:1.1rem;line-height:1.25;text-transform:uppercase;margin:8px 0 16px;color:var(--hof-text)}.hof .hof-facts{display:grid;border-top:1px solid var(--hof-border)}.hof .hof-facts__row{display:grid;grid-template-columns:110px 1fr;gap:12px;padding:9px 0;border-bottom:1px solid var(--hof-border);font-size:.95rem}.hof .hof-facts__row dt{color:var(--hof-muted);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding-top:3px}.hof .hof-facts__row dd{min-width:0;overflow-wrap:anywhere}.hof .hof-ig{color:var(--hof-accent);text-decoration:none;margin-left:6px;font-weight:700}.hof .hof-share{margin-top:16px}.hof .hof-detail__section{margin-top:28px}.hof .hof-story{white-space:pre-line;color:#ffffffe0;overflow-wrap:anywhere}.hof .hof-gear-list{display:grid;gap:10px}.hof .hof-gear{display:grid;grid-template-columns:84px 1fr;gap:14px;padding:10px;background:var(--hof-surface);border:1px solid var(--hof-border);border-radius:var(--hof-radius)}.hof .hof-gear__media{display:block;width:84px;height:84px;border-radius:var(--hof-radius-sm);overflow:hidden;background:#fff}.hof .hof-gear__media img{width:100%;height:100%;object-fit:contain}.hof .hof-gear__media .hof-noimg{width:100%;height:100%}.hof .hof-gear__info{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.hof .hof-gear__title{font-weight:800;text-decoration:none;line-height:1.25}.hof .hof-gear__title:hover{color:var(--hof-accent)}.hof .hof-gear__price{font-weight:700}.hof .hof-gear__compare{color:var(--hof-muted);font-weight:400;margin-left:6px}.hof .hof-gear .hof-input--sm,.hof .hof-gear__add{width:100%;max-width:260px}.hof .hof-form__header{flex:0 0 auto;padding:12px var(--hof-gutter) 12px;padding-top:max(12px,env(safe-area-inset-top));border-bottom:1px solid var(--hof-border);background:#0b0b0b}.hof .hof-form__titlebar{display:flex;align-items:center;justify-content:space-between;gap:12px}.hof .hof-form__title{font-family:var(--hof-heading-font);font-weight:var(--hof-heading-weight);font-size:1.2rem;text-transform:uppercase;line-height:1.1;color:var(--hof-text)}.hof .hof-progress{margin-top:10px}.hof .hof-progress__label{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--hof-muted);margin-bottom:6px}.hof .hof-progress__bar{height:6px;border-radius:999px;background:var(--hof-surface-3);overflow:hidden}.hof .hof-progress__fill{display:block;height:100%;width:20%;background:var(--hof-accent);border-radius:inherit;transition:width .25s ease}.hof .hof-form{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;margin:0}.hof .hof-form__body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:18px var(--hof-gutter) 28px}.hof .hof-form__footer{flex:0 0 auto;padding:12px var(--hof-gutter);padding-bottom:max(12px,env(safe-area-inset-bottom));border-top:1px solid var(--hof-border);background:#0b0b0b}.hof .hof-form__nav{display:flex;gap:10px}.hof .hof-form__nav .hof-btn{flex:1 1 0}.hof .hof-form__nav [data-hof-next]{flex-grow:2}.hof .hof-form__error{color:var(--hof-error);font-weight:700;font-size:.9rem;margin-bottom:10px}.hof .hof-notice{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 16px;padding:10px 12px;margin-bottom:16px;background:var(--hof-accent-soft);border:1px solid var(--hof-accent);border-radius:var(--hof-radius-sm);font-size:.88rem}.hof .hof-step__title{font-family:var(--hof-heading-font);font-weight:var(--hof-heading-weight);font-size:1.5rem;line-height:1.1;text-transform:uppercase;margin-bottom:8px;color:var(--hof-text)}.hof .hof-step__title:focus,.hof .hof-step__title:focus-visible{box-shadow:none}.hof .hof-help{color:var(--hof-muted);font-size:.92rem;margin-bottom:16px}.hof .hof-field{margin-bottom:18px;min-width:0}.hof .hof-field--nested{margin:12px 0 0}.hof .hof-fieldset{border:0;padding:0;margin-left:0;margin-right:0;min-width:0}.hof .hof-label{display:block;padding:0;margin-bottom:6px;font-weight:800;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--hof-text)}.hof .hof-opt{font-weight:400;text-transform:none;letter-spacing:0;color:var(--hof-muted);font-size:.8rem}.hof .hof-opt:before{content:"("}.hof .hof-opt:after{content:")"}.hof .hof-row{display:grid;gap:0 12px}@media(min-width:480px){.hof .hof-row{grid-template-columns:1fr 1fr}}.hof .hof-error{margin-top:6px;color:var(--hof-error);font-size:.86rem;font-weight:700}.hof .hof-counter{margin-top:4px;text-align:right;font-size:.78rem;color:var(--hof-muted);font-variant-numeric:tabular-nums}.hof .hof-counter.is-over{color:var(--hof-error)}.hof .hof-photos{display:grid;gap:10px;margin-bottom:10px}.hof .hof-photos:empty{display:none}.hof .hof-photo{position:relative;display:grid;grid-template-columns:72px 1fr 44px;align-items:center;gap:12px;padding:8px;background:var(--hof-surface);border:1px solid var(--hof-border);border-radius:var(--hof-radius)}.hof .hof-photo.is-error{border-color:var(--hof-error)}.hof .hof-photo__thumb{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:var(--hof-radius-sm);overflow:hidden;background:var(--hof-surface-2)}.hof .hof-photo__thumb .hof-noimg svg{width:40px}.hof .hof-photo__thumb img{width:100%;height:100%;object-fit:cover}.hof .hof-photo__status{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0;font-size:.86rem}.hof .hof-photo__text--ok{color:var(--hof-ok);font-weight:700}.hof .hof-photo__text--err{color:var(--hof-error)}.hof .hof-photo__bar{display:block;width:100%;height:6px;border-radius:999px;background:var(--hof-surface-3);overflow:hidden}.hof .hof-photo__bar span{display:block;height:100%;background:var(--hof-accent);transition:width .2s linear}.hof .hof-photo__remove,.hof .hof-picked__remove{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--hof-border);border-radius:50%;background:transparent;color:var(--hof-muted)}.hof .hof-photo__remove:hover,.hof .hof-picked__remove:hover{color:var(--hof-error);border-color:var(--hof-error)}.hof .hof-spinner{width:24px;height:24px;border:3px solid var(--hof-surface-3);border-top-color:var(--hof-accent);border-radius:50%;animation:hof-spin .8s linear infinite}@keyframes hof-spin{to{transform:rotate(360deg)}}.hof .hof-dropzone{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:150px;padding:20px;text-align:center;border:2px dashed var(--hof-border-strong);border-radius:var(--hof-radius);background:var(--hof-surface);color:var(--hof-accent);cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.hof .hof-dropzone:hover,.hof .hof-dropzone:focus-within{border-color:var(--hof-accent);background:var(--hof-accent-soft)}.hof .hof-dropzone:focus-within{box-shadow:var(--hof-focus)}.hof .hof-dropzone__label{font-family:var(--hof-heading-font);font-weight:var(--hof-heading-weight);text-transform:uppercase;font-size:1.05rem;color:var(--hof-text)}.hof .hof-dropzone__hint{font-size:.8rem;color:var(--hof-muted)}.hof .hof-exif-note{margin-top:10px;padding:10px 12px;border-left:3px solid var(--hof-accent);background:var(--hof-surface);font-size:.88rem}.hof .hof-weight{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hof .hof-weight__part{position:relative;display:block}.hof .hof-weight__part .hof-input{padding-right:44px;font-size:1.3rem;font-weight:800}.hof .hof-weight__part>span{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--hof-muted);font-weight:800;text-transform:uppercase;pointer-events:none}.hof .hof-switch{position:relative;display:inline-flex;align-items:center;gap:12px;min-height:44px;cursor:pointer;font-weight:700}.hof .hof-switch input{position:absolute;opacity:0;width:1px;height:1px}.hof .hof-switch__track{position:relative;flex:0 0 auto;width:50px;height:30px;border-radius:999px;background:var(--hof-surface-3);border:1px solid var(--hof-border-strong);transition:background-color .15s ease}.hof .hof-switch__thumb{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;transition:transform .15s ease}.hof .hof-switch input:checked+.hof-switch__track{background:var(--hof-accent);border-color:var(--hof-accent)}.hof .hof-switch input:checked+.hof-switch__track .hof-switch__thumb{transform:translate(20px);background:#000}.hof .hof-switch input:focus-visible+.hof-switch__track{box-shadow:var(--hof-focus)}.hof .hof-check{position:relative;display:grid;grid-template-columns:26px 1fr;gap:12px;align-items:start;padding:8px 0;cursor:pointer;font-size:.93rem;line-height:1.45}.hof .hof-check input{width:22px;height:22px;margin:1px 0 0;accent-color:var(--hof-accent);cursor:pointer}.hof .hof-check--inline{display:inline-grid;margin-top:8px}.hof .hof-req{font-style:normal;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--hof-accent);margin-left:4px;white-space:nowrap}.hof .hof-privacy{margin-top:6px;font-size:.85rem}.hof .hof-privacy a{color:var(--hof-accent)}.hof .hof-combo{position:relative}.hof .hof-combo__list{position:absolute;left:0;right:0;top:calc(100% + 4px);z-index:5;max-height:min(320px,50vh);overflow-y:auto;background:#161616;border:1px solid var(--hof-border-strong);border-radius:var(--hof-radius-sm);box-shadow:0 16px 40px #0009;padding:4px}.hof .hof-combo__option{display:flex;align-items:center;gap:10px;min-height:48px;padding:8px 10px;border-radius:4px;cursor:pointer}.hof .hof-combo__option:hover,.hof .hof-combo__option[aria-selected=true]{background:var(--hof-accent-soft)}.hof .hof-combo__title{display:block;font-weight:700;line-height:1.25}.hof .hof-combo__sub{display:block;font-size:.8rem;color:var(--hof-muted)}.hof .hof-combo__thumb{flex:0 0 40px;width:40px;height:40px;border-radius:4px;overflow:hidden;background:#fff}.hof .hof-combo__thumb img{width:100%;height:100%;object-fit:contain}.hof .hof-combo__text{flex:1 1 auto;min-width:0}.hof .hof-combo__tick{color:var(--hof-accent);font-weight:800}.hof .hof-combo__empty{padding:12px 10px;color:var(--hof-muted);font-size:.9rem}.hof .hof-picked-venue{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:10px 14px;border:1px solid var(--hof-accent);background:var(--hof-accent-soft);border-radius:var(--hof-radius-sm)}.hof .hof-picked-venue__name{font-weight:800}.hof .hof-chips{display:flex;flex-wrap:wrap;gap:8px}.hof .hof-chip{position:relative;display:inline-flex;cursor:pointer}.hof .hof-chip input{position:absolute;opacity:0;width:1px;height:1px}.hof .hof-chip>span{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:8px 14px;border:1px solid var(--hof-border-strong);border-radius:999px;background:var(--hof-surface);font-size:.88rem;font-weight:700;line-height:1.2;transition:background-color .12s ease,border-color .12s ease}.hof .hof-chip input:checked+span{background:var(--hof-accent);border-color:var(--hof-accent);color:var(--hof-on-accent)}.hof .hof-chip input:focus-visible+span{box-shadow:var(--hof-focus)}.hof .hof-picked{display:grid;gap:8px;margin-top:12px}.hof .hof-picked:empty{display:none}.hof .hof-picked__item{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:12px;padding:8px;background:var(--hof-surface);border:1px solid var(--hof-border);border-radius:var(--hof-radius)}.hof .hof-picked__thumb{width:44px;height:44px;border-radius:4px;overflow:hidden;background:#fff}.hof .hof-picked__thumb img{width:100%;height:100%;object-fit:contain}.hof .hof-picked__info{display:flex;flex-direction:column;gap:6px;min-width:0}.hof .hof-picked__title{font-weight:700;line-height:1.25;overflow-wrap:anywhere}.hof .hof-more-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:48px;padding:12px 14px;margin:4px 0 16px;border:1px solid var(--hof-border-strong);border-radius:var(--hof-radius-sm);background:transparent;font-weight:800;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.hof .hof-more-toggle svg{transition:transform .15s ease}.hof .hof-more-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.hof .hof-consents{margin-top:8px;padding-top:14px;border-top:1px solid var(--hof-border)}.hof .hof-hp{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}.hof .hof-turnstile{min-height:65px}.hof .hof-success{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;min-height:50vh;padding:24px 8px;text-align:center;color:var(--hof-accent)}.hof .hof-success:focus{box-shadow:none}.hof .hof-success__text{max-width:440px;color:var(--hof-text);font-family:var(--hof-heading-font);font-weight:var(--hof-heading-weight);font-size:1.3rem;line-height:1.3}.hof .hof-toast{position:fixed;left:50%;bottom:max(20px,env(safe-area-inset-bottom));z-index:1001;max-width:calc(100vw - 32px);padding:12px 18px;border-radius:var(--hof-radius-sm);background:var(--hof-accent);color:var(--hof-on-accent);font-weight:800;font-size:.92rem;box-shadow:0 10px 30px #00000080;overflow-wrap:anywhere;transform:translate(-50%,20px);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.hof .hof-toast.is-visible{opacity:1;transform:translate(-50%)}
/*# sourceMappingURL=/cdn/shop/t/8/assets/hall-of-fame.css.map */
