.video-chat-room{z-index:1;isolation:isolate;background:0 0;border:1px solid #7dffe02e;border-radius:.85rem;flex-direction:column;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.video-chat-room:before{content:"";z-index:0;background-color:#080c1273;background-image:var(--video-frost);filter:blur(16px)saturate(1.25);pointer-events:none;background-position:50% 72%;background-size:cover;position:absolute;inset:-18%;transform:scale(1.08)}.video-chat-room:after{content:"";z-index:0;pointer-events:none;background:linear-gradient(#080c122e 0%,#080c1247 100%);position:absolute;inset:0}.video-chat-room-header,.video-chat-room-list,.video-chat-dock{z-index:1;position:relative}.video-chat-room-header{border-bottom:1px solid #ffffff1a;flex-shrink:0;align-items:center;gap:.35rem;padding:.28rem .6rem;display:flex}.video-chat-room-live{background:#00dc82;border-radius:999px;width:.45rem;height:.45rem;animation:1.6s ease-in-out infinite videoChatPulse;box-shadow:0 0 0 3px #00dc822e}.video-chat-room-title{color:#f4fbff;letter-spacing:.01em;text-overflow:ellipsis;text-shadow:0 1px 2px #000000d9,0 6px 16px #00000073,0 0 18px #7dffe02e;white-space:nowrap;flex:1;min-width:0;margin:0;font-size:.7rem;font-weight:800;line-height:1.2;overflow:hidden}.video-chat-room-count{color:#d7dee8;font-variant-numeric:tabular-nums;text-shadow:0 1px 8px #000000b3;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.65rem;font-weight:700}.video-chat-room-list{overscroll-behavior:contain;scrollbar-width:thin;flex-direction:column;flex:1;gap:.22rem;min-height:0;margin:0;padding:.28rem .6rem .2rem;list-style:none;display:flex;overflow-y:auto}.video-chat-room-line{max-width:100%;padding:.04rem 0;font-size:.7rem;line-height:1.3;animation:.22s ease-out both videoChatIn,4.8s ease-in-out infinite videoChatFloat}.video-chat-room-line:nth-child(2n){animation-delay:0s,.8s}.video-chat-room-line:nth-child(3n){animation-delay:0s,1.6s}.video-chat-room-line--self .video-chat-room-body{color:#d7fff2}.video-chat-room-name{text-shadow:0 1px 2px #000000e6,0 4px 12px #0006,0 0 14px #7dffe033;margin-right:.4rem;font-weight:800}.video-chat-room-body{color:#f3f6fb;text-shadow:0 1px 2px #000000e6,0 6px 14px #00000073;word-break:break-word}.video-chat-room-empty{color:#e8edf4;text-shadow:0 1px 8px #000000bf;align-items:center;gap:.35rem;padding:.35rem .05rem;font-size:.68rem;display:flex}.video-chat-dock{border-top:1px solid #ffffff1a;flex-shrink:0;align-items:center;gap:.35rem;padding:.32rem .45rem .4rem;display:flex}.video-chat-dock--hint{color:#e8edf4;text-shadow:0 1px 8px #000000b3;margin:0;font-size:.7rem}.video-chat-dock-input{color:#f4fbff;-webkit-backdrop-filter:blur(10px);text-shadow:0 1px 6px #0000008c;background:#080c1261;border:1px solid #7dffe047;border-radius:999px;flex:1;min-width:0;height:1.85rem;padding:0 .75rem;font-size:.7rem}.video-chat-dock-input::placeholder{color:#8b939e}.video-chat-dock-input:focus{border-color:#00dc828c;outline:none;box-shadow:0 0 0 2px #00dc8226}.video-chat-dock-send{color:#7dffe0;cursor:pointer;background:#00dc8238;border:none;border-radius:999px;flex-shrink:0;place-items:center;width:1.85rem;height:1.85rem;display:grid}.video-chat-dock-send:hover:not(:disabled){background:#00dc8257}.video-chat-dock-send:disabled{cursor:default;opacity:.4}@keyframes videoChatIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes videoChatPulse{0%,to{opacity:1}50%{opacity:.45}}@keyframes videoChatFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@media (prefers-reduced-motion:reduce){.video-chat-room-line,.video-chat-room-live{animation:none}}
.video-futuristic-card{--glow-gradient:linear-gradient(90deg, #00dc82, #0ff, #f0f);--bg-dark:#0e111be0;--text-main:#e6edf3;--text-sub:#c4cbd4;--text-link:#7dffe0;isolation:isolate;background:var(--bg-dark);width:100%;color:var(--text-main);-webkit-backdrop-filter:blur(1rem)saturate(1.4);backdrop-filter:blur(1rem)saturate(1.4);border-radius:1.25rem;flex-direction:column;gap:.45rem;padding:.55rem .55rem .6rem;transition:transform .4s,box-shadow .4s;display:flex;position:relative;overflow:visible}.video-futuristic-card:before{content:"";z-index:0;border-radius:inherit;background:var(--glow-gradient);pointer-events:none;-webkit-mask-composite:xor;background-size:300% 300%;padding:.125rem;animation:6s linear infinite videoFuturisticBorderFlow;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.video-futuristic-card:hover{transform:translateY(-.3rem)scale(1.02);box-shadow:0 0 2rem #00dc8266}.video-futuristic-card--compact{flex-direction:row;align-items:stretch;gap:.7rem;padding:.65rem}.video-futuristic-card--compact:hover{transform:translateY(-.12rem)scale(1.01)}.video-futuristic-card--room{flex-direction:column;gap:0;max-width:24rem;height:auto;min-height:0;margin-inline:auto;padding:0;display:flex;overflow:hidden}.video-futuristic-card--room:hover{transform:none}.video-futuristic-stage{z-index:1;flex-direction:column;flex:none;min-height:0;display:flex;position:relative}.video-futuristic-card--room .video-futuristic-player{aspect-ratio:16/9;border-radius:1.15rem 1.15rem 0 0;flex:none;width:100%;max-height:min(11.25rem,28svh)}.video-futuristic-card--room .video-futuristic-copy{background:#080a10f5;flex-direction:column;flex:none;gap:.18rem;padding:.32rem .6rem .34rem;display:flex}.video-futuristic-card--room .video-futuristic-title{font-size:.72rem}.video-futuristic-card--room .video-futuristic-footer{margin-top:0}.video-futuristic-card--room .video-futuristic-posted{font-size:.6rem}.video-futuristic-card--room .video-chat-room{z-index:1;border:none;border-top:1px solid #7dffe024;border-radius:0 0 1.15rem 1.15rem;flex:0 0 5.5rem;min-height:5.5rem;max-height:5.5rem}.video-futuristic-card--room .video-chat-room-header{padding:.18rem .55rem}.video-futuristic-card--room .video-chat-room-list{gap:.12rem;padding:.14rem .55rem .08rem}.video-futuristic-card--room .video-chat-dock{padding:.2rem .4rem .28rem}.video-futuristic-card--room .video-chat-dock-input,.video-futuristic-card--room .video-chat-dock-send{height:1.65rem}.video-futuristic-card--popup{cursor:default;grid-template:"chat stage"minmax(0,1fr)/minmax(16rem,19rem) minmax(0,1fr);width:100%;max-width:none;height:100%;margin:0;display:grid}.video-futuristic-card--popup .video-futuristic-stage{border-radius:0 1.15rem 1.15rem 0;grid-area:stage;height:100%;min-height:0;overflow:hidden}.video-futuristic-card--popup .video-futuristic-player{aspect-ratio:auto;border-radius:inherit;width:100%;height:100%;max-height:none;position:absolute;inset:0}.video-futuristic-card--popup .video-futuristic-copy{z-index:4;-webkit-backdrop-filter:blur(16px);pointer-events:none;background:#060a1085;border:1px solid #ffffff1a;border-radius:.9rem;gap:.5rem;padding:.8rem .95rem .75rem;position:absolute;bottom:4rem;left:1rem;right:11.75rem}.video-futuristic-card--popup .video-futuristic-copy a,.video-futuristic-card--popup .video-futuristic-copy button,.video-futuristic-card--popup .video-futuristic-copy [role=button]{pointer-events:auto}.video-futuristic-card--popup .video-futuristic-credits{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr) minmax(0,.7fr);align-items:start;gap:.15rem 1.35rem;display:grid}.video-futuristic-card--popup .video-futuristic-credit{flex-direction:column;align-items:flex-start;gap:.18rem;min-width:0;max-width:100%;display:flex;overflow:hidden}.video-futuristic-card--popup .video-futuristic-credit-label{letter-spacing:.1em;font-size:.58rem}.video-futuristic-card--popup .video-futuristic-credit>*{min-width:0;max-width:100%}.video-futuristic-card--popup .video-futuristic-credit-name,.video-futuristic-card--popup .video-futuristic-title{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;font-size:.8125rem;line-height:1.3;display:-webkit-box;overflow:hidden}.video-futuristic-card--popup .video-futuristic-footer{border-top:1px solid #ffffff14;margin:0;padding-top:.4rem}.video-futuristic-card--popup .video-futuristic-posted{font-size:.68rem}.video-futuristic-card--popup .video-futuristic-credit-name,.video-futuristic-card--popup .video-futuristic-posted,.video-futuristic-card--popup .video-futuristic-posted-name{text-shadow:0 1px 8px #000000bf}.video-futuristic-card--popup .video-chat-room{z-index:1;border:none;border-right:1px solid #7dffe029;border-radius:1.15rem 0 0 1.15rem;flex:none;grid-area:chat;height:100%;min-height:0;max-height:none}.video-futuristic-card--popup .video-chat-room-header{padding:.55rem .85rem}.video-futuristic-card--popup .video-chat-room-list{gap:.32rem;padding:.55rem .85rem .4rem}.video-futuristic-card--popup .video-chat-dock{padding:.65rem .85rem .75rem}.video-futuristic-card--popup .video-chat-dock-input,.video-futuristic-card--popup .video-chat-dock-send{height:2.35rem}.video-futuristic-card--popup .video-futuristic-expand{display:none}@media (max-width:56rem){.video-futuristic-card--popup .video-futuristic-copy{right:10.25rem}.video-futuristic-card--popup .video-futuristic-credits{gap:.2rem .9rem}}@media (max-width:39.99rem){.video-futuristic-card--popup{grid-template:"stage"minmax(0,1fr)"chat"11.5rem/minmax(0,1fr)}.video-futuristic-card--popup .video-futuristic-stage{border-radius:1.15rem 1.15rem 0 0}.video-futuristic-card--popup .video-chat-room{border-top:1px solid #7dffe029;border-right:none;border-radius:0 0 1.15rem 1.15rem}.video-futuristic-card--popup .video-futuristic-copy{padding:.65rem .75rem .6rem;bottom:3.75rem;left:.65rem;right:8.75rem}.video-futuristic-card--popup .video-futuristic-credits{grid-template-columns:1fr;gap:.35rem}.video-futuristic-card--popup .video-futuristic-credit{flex-direction:row;align-items:baseline;gap:.4rem}}.video-futuristic-card--openable{cursor:pointer}@media (min-width:640px){.video-futuristic-card--room:not(.video-futuristic-card--popup){max-width:none}.video-futuristic-card--room:not(.video-futuristic-card--popup) .video-futuristic-player{max-height:min(14rem,34svh)}.video-futuristic-card--room:not(.video-futuristic-card--popup) .video-chat-room{flex-basis:6.25rem;min-height:6.25rem;max-height:6.25rem}}.video-futuristic-expand{width:1.7rem;height:1.7rem;color:var(--text-sub);cursor:pointer;background:#21262dd9;border:none;border-radius:.45rem;flex-shrink:0;justify-content:center;align-items:center;transition:background .3s,transform .15s,color .3s;display:inline-flex}.video-futuristic-expand:hover,.video-futuristic-expand:focus-visible{color:var(--text-main);background:#00dc8238;transform:scale(1.05)}.video-futuristic-expand:focus-visible{outline-offset:2px;outline:2px solid #00dc82b3}.video-futuristic-expand svg{width:.85rem;height:.85rem}.video-futuristic-player,.video-futuristic-copy,.video-futuristic-thumb{z-index:1;position:relative}.video-futuristic-player{aspect-ratio:16/9;border-radius:.85rem;width:100%;overflow:hidden}.video-futuristic-player iframe{border-radius:inherit;border:0;width:100%;height:100%;display:block}.video-futuristic-thumb{background:#111827;border-radius:.65rem;flex-shrink:0;width:3rem;height:3rem;overflow:hidden}.video-futuristic-thumb img{object-fit:cover;width:100%;height:100%;display:block}.video-futuristic-copy{flex-direction:column;flex:1;gap:.35rem;min-width:0;padding:0 .1rem .1rem;display:flex}.video-futuristic-header{flex-direction:column;gap:.12rem;min-width:0;display:flex}.video-futuristic-title{min-width:0;max-width:100%;color:var(--text-link);letter-spacing:-.02em;text-overflow:ellipsis;text-shadow:0 0 10px #00dc8259;white-space:nowrap;cursor:pointer;margin:0;font-size:.8125rem;font-weight:700;line-height:1.3;text-decoration:none;display:block;overflow:hidden}.video-futuristic-title:hover,.video-futuristic-title:focus-visible{color:#c8fff3;text-underline-offset:.16em;text-decoration:underline}.video-futuristic-title:focus-visible{outline-offset:2px;border-radius:.2rem;outline:2px solid #00dc82b3}.video-futuristic-credits{flex-wrap:wrap;align-items:baseline;gap:.1rem .7rem;min-width:0;display:flex}.video-futuristic-credit{align-items:baseline;gap:.3rem;min-width:0;max-width:100%;margin:0;display:inline-flex;overflow:hidden}.video-futuristic-credit-label{color:#8b939e;letter-spacing:.07em;text-transform:uppercase;flex-shrink:0;font-size:.55rem;font-weight:800;line-height:1.25}.video-futuristic-credit-name{min-width:0;color:var(--text-link);letter-spacing:-.02em;text-overflow:ellipsis;text-shadow:0 0 10px #00dc8247;white-space:nowrap;font-size:.72rem;font-weight:700;line-height:1.25;overflow:hidden}.video-futuristic-credit-name:hover,.video-futuristic-credit-name:focus-visible{color:#c8fff3;text-underline-offset:.14em;text-decoration:underline}.video-futuristic-footer{justify-content:space-between;align-items:center;gap:.45rem;min-width:0;display:flex}.video-futuristic-posted{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-sub);margin:0;font-size:.6875rem;line-height:1.3;overflow:hidden}.video-futuristic-posted a,.video-futuristic-posted-name{color:var(--text-main);cursor:pointer;font-weight:600;text-decoration:none}.video-futuristic-posted a:hover,.video-futuristic-posted-name:hover,.video-futuristic-posted a:focus-visible,.video-futuristic-posted-name:focus-visible{color:var(--text-link);text-underline-offset:.14em;text-decoration:underline}.video-futuristic-thread{color:var(--text-sub);cursor:pointer;letter-spacing:.06em;text-transform:uppercase;background:#21262dd9;border:none;border-radius:.45rem;flex-shrink:0;align-items:center;gap:.3rem;padding:.28rem .5rem;font-size:.625rem;font-weight:700;line-height:1;transition:background .3s,transform .15s,color .3s;display:inline-flex}.video-futuristic-thread:hover,.video-futuristic-thread:focus-visible{color:var(--text-main);background:#00dc8238;transform:scale(1.05)}.video-futuristic-thread:focus-visible{outline-offset:2px;outline:2px solid #00dc82b3}.video-futuristic-thread svg{width:.8rem;height:.8rem}.video-futuristic-thread-count{font-variant-numeric:tabular-nums;color:var(--text-main)}@keyframes videoFuturisticBorderFlow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (prefers-reduced-motion:reduce){.video-futuristic-card:before{animation:none}.video-futuristic-card:hover,.video-futuristic-card--compact:hover,.video-futuristic-card--room:hover,.video-futuristic-thread:hover,.video-futuristic-expand:hover{transform:none}}
.accordion-gallery{--ag-accent:#fff;--ag-overlay:#060010;--ag-text:#fff;--ag-gap:10px;--ag-radius:16px;--ag-media-size:320px;gap:var(--ag-gap);perspective:1400px;perspective-origin:50%;flex-direction:row;width:100%;max-width:100%;display:flex}.accordion-gallery--vertical{flex-direction:column}.ag-panel{border-radius:var(--ag-radius);cursor:pointer;min-width:0;min-height:0;transform-style:preserve-3d;transform-origin:50%;will-change:flex-grow, transform;-webkit-tap-highlight-color:transparent;background:#0a0713;outline:none;flex:1 1 0;text-decoration:none;display:block;position:relative;overflow:hidden;box-shadow:0 10px 30px -18px #000c}.ag-panel:focus-visible{box-shadow:0 0 0 2px var(--ag-accent), 0 10px 30px -18px #000c}.ag-panel__frame{border-radius:inherit;position:absolute;inset:0;overflow:hidden}.ag-panel__media{--ag-gray:1;--ag-dim:.35;width:var(--ag-media-size);height:100%;filter:grayscale(var(--ag-gray));will-change:transform, filter;position:absolute;top:50%;left:50%}.accordion-gallery--vertical .ag-panel__media{width:100%;height:var(--ag-media-size)}.ag-panel__media img{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;display:block}.ag-panel__overlay{pointer-events:none;background:linear-gradient(180deg, transparent 45%, color-mix(in srgb, var(--ag-overlay) 78%, transparent) 100%), color-mix(in srgb, var(--ag-overlay) calc(var(--ag-dim,.35) * 100%), transparent);position:absolute;inset:0}.ag-panel__label{pointer-events:none;z-index:2;align-items:center;gap:12px;display:flex;position:absolute;bottom:20px;left:20px;right:20px}.ag-panel__bar{background:var(--ag-accent);opacity:0;width:3px;height:26px;box-shadow:0 0 12px color-mix(in srgb, var(--ag-accent) 60%, transparent);border-radius:3px;flex:none}.ag-panel__text{color:var(--ag-text);letter-spacing:.01em;white-space:nowrap;text-overflow:ellipsis;opacity:0;text-shadow:0 2px 14px #0000008c;font-family:inherit;font-size:clamp(1rem,1.4vw,1.4rem);font-weight:600;overflow:hidden}@media (max-width:520px){.accordion-gallery{perspective:none;flex-direction:column;height:auto!important}.ag-panel{min-height:84px;transform:none!important}.accordion-gallery .ag-panel__media{width:100%;height:var(--ag-media-size)}}@media (prefers-reduced-motion:reduce){.ag-panel,.ag-panel__media{will-change:auto}}.vote-library-accordion.accordion-gallery{--ag-radius:12px}.vote-library-accordion .ag-panel__label{gap:8px;bottom:12px;left:12px;right:12px}.vote-library-accordion .ag-panel__text{font-size:clamp(.75rem,1.1vw,1rem)}.vote-library-accordion .ag-panel__bar{height:20px}
.vote-library-glow{isolation:isolate;background-color:#08080cf2;background-image:radial-gradient(circle at 0 0,#f8903a,#0000 52%),radial-gradient(circle at 100% 0,#00a6ff,#0000 52%),radial-gradient(circle at 0 100%,#ff0056,#0000 52%),radial-gradient(circle at 100% 100%,#6500ff,#0000 52%),none;background-position:0 0,0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat,repeat;background-size:200% 200%;background-attachment:scroll,scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box;border-radius:.75rem;width:100%;margin:1rem 0;padding:2px;animation:5s ease-in-out infinite vote-library-gradient-shift;position:relative;overflow:visible}.vote-library-glow:before,.vote-library-glow:after{--size:5px;content:"";top:calc(var(--size) / -2);left:calc(var(--size) / -2);width:calc(100% + var(--size));height:calc(100% + var(--size));border-radius:inherit;pointer-events:none;background:radial-gradient(circle at 0 0,#f8903a,#0000),radial-gradient(circle at 100% 0,#00a6ff,#0000),radial-gradient(circle at 0 100%,#ff0056,#0000),radial-gradient(circle at 100% 100%,#6500ff,#0000);position:absolute}.vote-library-glow:after{--size:2px;z-index:0}.vote-library-glow:before{--size:10px;z-index:-1;filter:blur(12px);animation:3s ease-in-out infinite alternate vote-library-blur-animation}.vote-library-glow__inner{z-index:1;background:#050505;border-radius:calc(.75rem - 2px);position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #00000073}@keyframes vote-library-blur-animation{to{filter:blur(18px);transform:scale(1.03)}}@keyframes vote-library-gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (prefers-reduced-motion:reduce){.vote-library-glow,.vote-library-glow:before,.vote-library-glow__inner{animation:none}.vote-library-body{transition:none}}.vote-library-body{grid-template-rows:0fr;transition:grid-template-rows .35s;display:grid}.vote-library-body--open{grid-template-rows:1fr}.vote-library-body__inner{min-height:0;overflow:hidden}
.Masonry-module__hW_anG__list{width:100%;min-height:12rem;position:relative}.Masonry-module__hW_anG__itemWrapper{will-change:transform, width, height, opacity;cursor:pointer;padding:6px;position:absolute;top:0;left:0}.Masonry-module__hW_anG__itemImg{text-transform:uppercase;border-radius:10px;width:100%;height:100%;font-size:10px;line-height:10px;position:relative;overflow:hidden;box-shadow:0 12px 40px -12px #0000008c}.Masonry-module__hW_anG__itemImgAlbum{border:2px solid #fbbf24b8;box-shadow:0 12px 40px -12px #0000008c,0 0 22px -8px #fbbf2473}.Masonry-module__hW_anG__itemImgSong{border:2px solid #38bdf8c7;box-shadow:0 12px 40px -12px #0000008c,0 0 22px -8px #0ea5e980}.Masonry-module__hW_anG__itemWrapperVideo{cursor:default}.Masonry-module__hW_anG__itemImgVideo{isolation:isolate;box-shadow:none;font-size:inherit;line-height:inherit;text-transform:none;background:0 0;border:none;border-radius:1.25rem;display:flex;overflow:hidden}.Masonry-module__hW_anG__itemImgVideo:hover{box-shadow:none;transform:none}.Masonry-module__hW_anG__videoRoom{z-index:1;align-items:stretch;width:100%;height:100%;min-height:0;display:flex;position:relative}.Masonry-module__hW_anG__videoRoom .video-futuristic-card{width:100%;max-width:none;height:auto}.Masonry-module__hW_anG__itemImgFaceoff{background:#c8c8c8;border:none;border-radius:21px;box-shadow:0 15px 40px -5px #d11bff42}.Masonry-module__hW_anG__faceoffArena{justify-content:center;align-items:center;display:flex;position:absolute;inset:0 0 3.35rem}.Masonry-module__hW_anG__faceoffArenaSplit{grid-template-columns:1fr 1fr;align-items:stretch;gap:5px;padding:.55rem .55rem .2rem;display:grid}.Masonry-module__hW_anG__faceoffArenaSplit[data-count="3"],.Masonry-module__hW_anG__faceoffArenaSplit[data-count="4"]{grid-template-rows:1fr 1fr}.Masonry-module__hW_anG__faceoffVs{letter-spacing:.12em;color:#ffe4e629;pointer-events:none;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:clamp(2.4rem,18vw,4.2rem);font-weight:900;position:absolute}.Masonry-module__hW_anG__faceoffVsChip{pointer-events:none;z-index:3;color:#fff;letter-spacing:.12em;background:#1a1020d1;border:1px solid #ffffff8c;border-radius:999px;place-items:center;width:1.85rem;height:1.85rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.52rem;font-weight:800;display:grid;position:absolute;top:46%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 18px #0006}.Masonry-module__hW_anG__faceoffCover{z-index:1;aspect-ratio:1;object-fit:cover;border:1.5px solid #ffffff59;border-radius:8px;width:58%;max-width:9.5rem;position:relative;box-shadow:0 10px 24px #00000059,0 0 0 1px #ffffff14}.Masonry-module__hW_anG__faceoffArenaSplit .Masonry-module__hW_anG__faceoffCover{aspect-ratio:auto;border-radius:10px;width:100%;max-width:none;height:100%;min-height:0}.Masonry-module__hW_anG__kindBadgeAlbum{color:#18181b;background:#f59e0b;border:1px solid #fde68a;box-shadow:0 0 16px #f59e0b73}.Masonry-module__hW_anG__kindBadgeSong{color:#082f49;background:#0ea5e9;border:1px solid #bae6fd;box-shadow:0 0 16px #38bdf873}.Masonry-module__hW_anG__kindBadgeFaceoff{color:#fff;background:#e11d48;border:1px solid #fecdd3}.Masonry-module__hW_anG__tileOverlayAlbum{background:linear-gradient(#0000 0%,#0000002e 32%,#291204b8 62%,#451a03f5 100%);gap:.28rem;padding:.85rem .8rem .75rem}.Masonry-module__hW_anG__tileOverlaySong{background:linear-gradient(#0000 0%,#0000002e 32%,#0c2640b8 62%,#082f49f5 100%);gap:.22rem;padding:.85rem .8rem .75rem}.Masonry-module__hW_anG__tileOverlayVideo{z-index:1;background:linear-gradient(#0000 0%,#0000001f 30%,#0e111bb8 58%,#0e111bf5 100%);gap:.22rem;padding:.85rem .8rem .8rem}.Masonry-module__hW_anG__tileOverlayFaceoff{background:linear-gradient(#0000 0%,#120c1c8c 58%,#120c1cf0 100%);justify-content:flex-end;gap:.28rem;padding:.7rem .7rem .65rem}.Masonry-module__hW_anG__tileTrackSong{color:#bae6fd}.Masonry-module__hW_anG__tileTrackFaceoff{color:#fecdd3}.Masonry-module__hW_anG__tileOverlay{pointer-events:none;text-transform:none;border-radius:10px;flex-direction:column;justify-content:flex-end;gap:.2rem;padding:.55rem .65rem;font-size:15px;line-height:1.2;display:flex;position:absolute;inset:0}.Masonry-module__hW_anG__kindBadge{letter-spacing:.16em;text-transform:uppercase;border-radius:5px;align-self:flex-start;padding:.22rem .45rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;font-weight:800}.Masonry-module__hW_anG__tileTitle{text-overflow:ellipsis;white-space:nowrap;letter-spacing:.04em;text-transform:none;color:#fafafa;margin:0;font-size:10px;font-weight:600;overflow:hidden}.Masonry-module__hW_anG__tileTitleSong,.Masonry-module__hW_anG__tileTitleAlbum{white-space:normal;-webkit-line-clamp:2;letter-spacing:-.03em;text-shadow:0 2px 12px #000000bf;-webkit-box-orient:vertical;font-size:15px;font-weight:800;line-height:1.15;display:-webkit-box}.Masonry-module__hW_anG__tileTitleSong{color:#f0f9ff}.Masonry-module__hW_anG__tileTitleAlbum{letter-spacing:-.04em;color:#fff7ed;font-size:16px}.Masonry-module__hW_anG__tileArtist{text-overflow:ellipsis;white-space:nowrap;letter-spacing:.01em;text-transform:none;text-shadow:0 1px 8px #000000b3;margin:0;font-size:12px;font-weight:700;overflow:hidden}.Masonry-module__hW_anG__tileArtistSong{color:#bae6fd}.Masonry-module__hW_anG__tileArtistAlbum{color:#fde0ab}.Masonry-module__hW_anG__tileTitleVideo{white-space:normal;-webkit-line-clamp:2;-webkit-text-fill-color:transparent;letter-spacing:-.03em;background:linear-gradient(90deg,#00dc82,#0ff);-webkit-background-clip:text;background-clip:text;-webkit-box-orient:vertical;font-size:15px;font-weight:800;line-height:1.15;display:-webkit-box}.Masonry-module__hW_anG__tileArtistVideo{color:#9ca3af}.Masonry-module__hW_anG__tileVideoMeta{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.Masonry-module__hW_anG__tilePostedBy{text-overflow:ellipsis;white-space:nowrap;color:#e6edf3;margin:0;font-size:11px;font-weight:600;overflow:hidden}.Masonry-module__hW_anG__tileThread{color:#e6edf3;letter-spacing:.04em;text-transform:uppercase;background:#21262db3;border-radius:.5rem;flex-shrink:0;margin:0;padding:.22rem .45rem;font-size:10px;font-weight:700}@keyframes Masonry-module__hW_anG__videoTileBorderFlow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (prefers-reduced-motion:reduce){.Masonry-module__hW_anG__itemImgVideo:hover{transform:none}}.Masonry-module__hW_anG__tileAlbumLine{text-overflow:ellipsis;white-space:nowrap;letter-spacing:.02em;text-transform:none;color:#e0f2fee0;text-shadow:0 1px 8px #000000a6;margin:0;font-size:11px;font-weight:700;overflow:hidden}.Masonry-module__hW_anG__tileTitleFaceoff{white-space:normal;-webkit-line-clamp:2;letter-spacing:-.03em;text-shadow:0 1px 10px #0000008c;-webkit-box-orient:vertical;font-size:14px;font-weight:800;line-height:1.15;display:-webkit-box}.Masonry-module__hW_anG__tileTrack{text-overflow:ellipsis;white-space:nowrap;letter-spacing:.03em;text-transform:none;color:#c4b5fd;margin:0;font-size:9px;font-weight:500;overflow:hidden}.Masonry-module__hW_anG__itemImgPhoto{object-fit:cover;object-position:center;border-radius:10px;width:100%;height:100%;display:block}.Masonry-module__hW_anG__colorOverlay{border-radius:8px}
