.hoop-wd{--hoop-wd-ink:#1a1a1a;--hoop-wd-muted:#767676;--hoop-wd-glass:#e8e8e8cc;--hoop-wd-card:#e8e8e8d9;--hoop-wd-mute:#ffffffb3;--hoop-wd-preview:#0000000d;--hoop-wd-chip:#00000012;--hoop-wd-chip-hover:#0000001f;--hoop-wd-chip-on:#000;--hoop-wd-chip-on-ink:#fff;--hoop-wd-ease:cubic-bezier(.59, .01, .28, 1);--hoop-wd-ease-soft:cubic-bezier(.25, .46, .45, .94)}.dark .hoop-wd{--hoop-wd-ink:#ededed;--hoop-wd-muted:#8d8d8d;--hoop-wd-glass:#1a1a1bd1;--hoop-wd-card:#1a1a1b;--hoop-wd-mute:#080809b8;--hoop-wd-preview:#161617;--hoop-wd-chip:#232325;--hoop-wd-chip-hover:#2c2c2f;--hoop-wd-chip-on:#ededed;--hoop-wd-chip-on-ink:#111}.hoop-wd-bar{z-index:70;pointer-events:none;justify-content:center;padding:0 12px;display:flex;position:fixed;bottom:24px;left:0;right:0}.hoop-wd-line{white-space:nowrap;word-spacing:.14em;background:var(--hoop-wd-glass);backdrop-filter:blur(7.5px);min-height:44px;color:var(--hoop-wd-ink);pointer-events:auto;transition:color .3s var(--hoop-wd-ease-soft), border-radius .4s;border:none;border-radius:5px;flex-wrap:wrap;justify-content:center;align-items:center;gap:.1em;margin:0;padding:0 16px;font-size:16px;font-weight:400;line-height:1.2;animation:.9s cubic-bezier(.19,1,.22,1) .6s both hoop-wd-rise;display:inline-flex}@keyframes hoop-wd-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.hoop-wd-bar{padding:0 8px}.hoop-wd .hoop-wd-line{max-width:calc(100vw - 16px)}@media (width<=799px){.hoop-wd .hoop-wd-line{flex-wrap:wrap;min-height:52px;padding:0 14px;font-size:15px}}@media (width<=479px){.hoop-wd .hoop-wd-line{min-height:48px;padding:0 12px;font-size:14px}}.hoop-wd-line:hover,.hoop-wd-line[data-open],.hoop-wd-line:hover .hoop-wd-trigger,.hoop-wd-line[data-open] .hoop-wd-trigger{color:var(--hoop-wd-muted)}.hoop-wd-line:hover .hoop-wd-trigger:hover,.hoop-wd-line .hoop-wd-trigger[aria-expanded=true]{color:var(--hoop-wd-ink)}.hoop-wd-trigger{font:inherit;color:inherit;cursor:pointer;transition:color .3s var(--hoop-wd-ease-soft);background:0 0;border:none;align-items:center;gap:4px;margin:0;padding:0;display:inline-flex}.hoop-wd-label{border-bottom:1px solid;padding-bottom:1px;display:inline-flex}.hoop-wd-ticker{vertical-align:bottom;max-width:100%;height:1lh;transition:width .34s var(--hoop-wd-ease);display:inline-block;overflow:hidden}.hoop-wd-ticker-stack{will-change:transform;transition:transform .6s var(--hoop-wd-ease);flex-direction:column;align-items:flex-start;display:flex}.hoop-wd-ticker-item{white-space:nowrap;align-items:center;display:flex}.hoop-wd-chev{flex-shrink:0;transition:transform .3s ease-in-out}.hoop-wd-trigger[aria-expanded=true] .hoop-wd-chev{transform:rotate(180deg)}.hoop-wd-overlay{z-index:60;background:var(--hoop-wd-mute);backdrop-filter:blur(15px);transition:opacity .5s var(--hoop-wd-ease-soft);flex-direction:column;justify-content:flex-end;align-items:center;display:flex;position:fixed;inset:0}.hoop-wd-card{background:var(--hoop-wd-card);width:min(900px,100vw - 48px);max-height:86vh;transition:opacity .3s var(--hoop-wd-ease), transform .3s var(--hoop-wd-ease);border:none;border-radius:5px;margin-bottom:20px;padding:0;overflow-y:auto}.hoop-wd-preview{aspect-ratio:3/2;background:var(--hoop-wd-preview);border-radius:4px;width:min(560px,62%);margin:48px auto;overflow:hidden}.hoop-wd-preview img{object-fit:cover;width:100%;height:100%;animation:hoop-wd-fade .6s var(--hoop-wd-ease-soft);display:block}@keyframes hoop-wd-fade{0%{opacity:0}to{opacity:1}}.hoop-wd-chips{flex-wrap:wrap;justify-content:center;gap:4px;padding:4px 32px 72px;display:flex}.hoop-wd .hoop-wd-chip{background:var(--hoop-wd-chip);font:inherit;color:var(--hoop-wd-ink);cursor:pointer;transition:background .2s var(--hoop-wd-ease-soft), color .2s var(--hoop-wd-ease-soft), opacity .2s var(--hoop-wd-ease-soft);border:none;border-radius:4px;align-items:center;gap:8px;padding:6px 8px;font-size:16px;line-height:1;display:inline-flex}@media (width<=799px){.hoop-wd .hoop-wd-chip{padding:7px 11px;font-size:15px}.hoop-wd-preview{width:min(440px,80%);margin:24px auto}.hoop-wd-chips{padding:4px 16px 64px}}@keyframes hoop-wd-chip-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.hoop-wd-chips--open .hoop-wd-chip{animation:hoop-wd-chip-in .5s cubic-bezier(.19, 1, .22, 1) calc(var(--chip-i,0) * 40ms) both}.hoop-wd-chip:hover{background:var(--hoop-wd-chip-hover)}.hoop-wd-chip[aria-pressed=true]{background:#0003}.hoop-wd-chip[aria-pressed=true]:hover{background:#0000003d}.hoop-wd-chip[aria-pressed=true]:after{content:" ×";font-size:.85em;line-height:0}.dark .hoop-wd-chip[aria-pressed=true]{background:#ffffff2e}.dark .hoop-wd-chip[aria-pressed=true]:hover{background:#ffffff38}.hoop-wd-chip:focus{outline:none}.hoop-wd-chip:focus-visible{outline:2px solid var(--hoop-wd-ink);outline-offset:2px}.hoop-wd-chip[data-inactive=true]{opacity:.3;cursor:default}.hoop-wd-chip[data-inactive=true]:hover{background:var(--hoop-wd-chip)}.hoop-wd-sr{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){.hoop-wd-ticker,.hoop-wd-ticker-stack,.hoop-wd-chev,.hoop-wd-line,.hoop-wd-trigger,.hoop-wd-overlay,.hoop-wd-card,.hoop-wd-chip{transition:none!important}.hoop-wd-preview img{animation:none}.hoop-wd-line{opacity:1!important;transform:none!important}.hoop-wd-line,.hoop-wd-chips--open .hoop-wd-chip{animation:none!important}.hoop-wd-card{transform:none!important}}
