:root{--bg:#16162b;--bg-alt:#1b1b36;--text:#fff;--gram:#a78bfa;--gram-dark:#2d1b69;--irre:#f472b6;--irre-dark:#691b4d;--ac1:#a78bfa;--ac2:#7c3aed;--ac-glow:rgba(167,139,250,0.5);--ac-bg:rgba(167,139,250,0.08);--cyan:#6ee7ff;--green:#4ade80;--gold:#ffd700;--sb-bg:#111125;--sidebar:#111125}html.theme-gram{--ac1:#a78bfa;--ac2:#7c3aed;--ac-glow:rgba(167,139,250,0.5);--ac-bg:rgba(167,139,250,0.08);--sb-bg:#111125;--sidebar:#111125}html.theme-irre{--ac1:var(--irre);--ac2:#a855f7;--ac-glow:rgba(244,114,182,0.5);--ac-bg:rgba(244,114,182,0.08);--sb-bg:var(--bg-deep-purple);--sidebar:var(--bg-deep-purple)}.btn-primary{background:linear-gradient(135deg,#6e64ff,#a78bfa);box-shadow:0 4px 16px rgba(110,100,255,.3);border:0}.btn-primary:hover{box-shadow:0 4px 24px rgba(110,100,255,.5);filter:none}.sidebar{display:flex;flex-direction:column;flex-shrink:0;width:240px;padding:0;background:var(--bg-dark);border-right:none;position:relative;overflow:hidden}.sidebar-quest-home{display:flex;align-items:center;gap:.5rem;padding:1rem .5rem;text-decoration:none}.sidebar-quest-home>.material-symbols-rounded{flex-shrink:0;opacity:.6;transition:opacity .2s}@keyframes nudge-left{0%,100%{transform:translateX(0)}50%{transform:translateX(-3px)}}.sidebar-quest-home:hover>.material-symbols-rounded{opacity:1;animation:nudge-left .8s ease-in-out infinite}.sidebar-quest-home #quest-home-logo{display:flex;align-items:center}.sidebar::before{content:'';position:absolute;inset:0;background:url('../img/main/gramforce-sidebar-bg.webp') center/cover no-repeat;opacity:.24;pointer-events:none;z-index:0}html.theme-irre .sidebar{background:var(--bg-deep-purple)}html.theme-irre .sidebar::before{background-image:url('../img/main/irretrio-sidebar-bg.webp')}.sidebar>*{position:relative;z-index:1}.sidebar-brand{padding:.75rem}.quest-plate{position:relative;display:block;width:100%;padding:1rem;border-radius:1rem;border:none;overflow:hidden;text-align:left;cursor:pointer;background-color:#160d33;box-shadow:inset 0 1px 0 rgba(255,255,255,.125),inset 0 0 0 1px rgba(255,255,255,.025),0 3px 10px rgba(0,0,0,.175)}.quest-plate::before{content:'';position:absolute;inset:0;z-index:0;pointer-events:none;border-radius:inherit;background-image:radial-gradient(circle,rgba(255,255,255,.55) .9px,transparent 1.3px);background-size:8px 8px;-webkit-mask-image:radial-gradient(ellipse 95% 85% at 70% 6%,#000 5%,transparent 65%);mask-image:radial-gradient(ellipse 95% 85% at 70% 6%,#000 5%,transparent 65%);opacity:.5}html.theme-gram .quest-plate{background-color:#160d33;background-image:radial-gradient(ellipse 130% 95% at 70% -5%,rgba(196,168,255,.78) 0,rgba(139,92,246,.5) 30%,rgba(91,33,182,.2) 55%,transparent 72%),linear-gradient(158deg,#3a2676 0,#22154e 50%,#120a2b 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.125),inset 0 0 0 1px rgba(255,255,255,.025),0 3px 10px rgba(76,29,149,.175)}html.theme-irre .quest-plate{background-color:#2a0d20;background-image:radial-gradient(ellipse 130% 95% at 70% -5%,rgba(252,182,212,.8) 0,rgba(244,114,182,.5) 30%,rgba(157,23,93,.22) 55%,transparent 72%),linear-gradient(158deg,#761c52 0,#4e1538 50%,#2b0a1f 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.125),inset 0 0 0 1px rgba(255,255,255,.025),0 3px 10px rgba(157,23,93,.2)}.quest-plate-content{position:relative;z-index:1;display:flex;flex-direction:column;gap:.375rem}.quest-plate-name{font-family:Goldman,sans-serif;font-size:1rem;font-weight:700;line-height:1;text-transform:uppercase;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4)}.quest-plate-sub{font-size:.75rem;font-weight:600;line-height:1;color:rgba(240,240,240,.6);letter-spacing:.08em;text-shadow:0 1px 1px rgba(0,0,0,.3)}.sidebar-nav{display:flex;flex-direction:column;flex:1;gap:.25rem;padding:.75rem}.nav-link{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;border-radius:8px;font-size:.875rem;font-weight:500;text-align:left;color:var(--white-opacity-70);transition:all .2s}.nav-link:hover{background:var(--white-opacity-05);color:#fff}.nav-link.active{background:var(--ac-bg);border-right:none;color:var(--ac1)}.nav-link .nav-ico{display:flex;align-items:center;justify-content:center}.sidebar-fanclub{display:flex;flex-direction:column;gap:.25rem;margin:auto .5rem .5rem;padding:1rem;background:rgba(167,139,250,.06);border:1px solid rgba(167,139,250,.12);border-radius:10px;transition:all .3s}.sidebar-fanclub.fc-member{padding:0;background:0 0;border:none}.fc-name{font-size:.75rem;font-weight:700}.fc-login{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.fc-login-btn{flex-shrink:0}.fc-prof{display:flex;align-items:center;gap:.625rem;padding:1rem;border-radius:10px;background:var(--white-opacity-05);border:1px solid var(--white-opacity-10)}.fc-avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0;overflow:hidden}.fc-avatar img{width:100%;height:100%;object-fit:cover}.fc-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;line-height:1}.fc-prof .fc-name{font-size:.875rem;color:var(--white-opacity-90);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fc-settings{position:relative;flex-shrink:0}.fc-settings-btn{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:var(--r-sm);background:0 0;color:var(--white-opacity-70);cursor:pointer;transition:color .15s,background .15s}.fc-settings-btn:hover{color:var(--white-opacity-90);background:var(--white-opacity-10)}.fc-menu{position:absolute;bottom:calc(100% + .375rem);right:0;min-width:9rem;display:none;flex-direction:column;padding:.375rem;background:var(--black-opacity-50);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--white-opacity-10);border-radius:var(--r-md);box-shadow:0 6px 24px var(--black-opacity-40);z-index:40}.fc-menu.is-open{display:flex}.fc-menu-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .625rem;background:0 0;border:0;border-radius:var(--r-sm);color:#fff;font-size:.875rem;font-weight:500;text-align:left;white-space:nowrap;cursor:pointer}.fc-menu-item:hover{background:var(--white-opacity-10)}.main{scrollbar-gutter:stable}.main.skin-on{background-size:cover,cover;background-position:center,center;background-repeat:no-repeat,no-repeat}.theme-gram .main.skin-on{background-image:linear-gradient(180deg,rgba(14,14,26,.4),rgba(20,10,40,.5),rgba(14,14,26,.4)),url('../img/main/gramforce-powerupverbs-intro.webp')}.theme-irre .main.skin-on{background-image:linear-gradient(180deg,rgba(14,14,26,.65),rgba(40,10,30,.75),rgba(14,14,26,.65)),url('../img/main/irretrio-irregularvibes-origin.webp')}.main.skin-on .album-hero,.main.skin-on .feed-card,.main.skin-on .feed-login-cta,.main.skin-on .fm-card,.main.skin-on .mv-card,.main.skin-on .myinfo-section,.main.skin-on .trk-row{background:var(--white-opacity-10);backdrop-filter:blur(12px);border-color:var(--white-opacity-10)}.theme-gram .main.skin-on .album-hero,.theme-gram .main.skin-on .feed-card,.theme-gram .main.skin-on .feed-login-cta,.theme-gram .main.skin-on .fm-card,.theme-gram .main.skin-on .mv-card,.theme-gram .main.skin-on .myinfo-section,.theme-gram .main.skin-on .trk-row{background:var(--black-opacity-30)}.page.active{display:flex;flex-direction:column;justify-content:center;flex:1;justify-content:flex-start;padding:1.5rem 2rem 7.5rem;max-width:60rem;margin:0 auto;width:100%;gap:1.5rem}.page.active{animation:pageEnter .2s ease-out}@keyframes pageEnter{from{transform:translateY(12px)}to{transform:none}}.page.active.page-enter-none{animation:none}@media (prefers-reduced-motion:reduce){.page.active{animation:none}}.page[data-page-type=full]{padding:0;max-width:none}.page-header{display:flex;flex-direction:column;gap:.25rem}.module-mount{display:flex;flex-direction:column;justify-content:center;flex:1;justify-content:flex-start;width:100%;gap:.875rem}.section-title{display:flex;align-items:center;gap:.5rem}.section-title.page-title{font-size:1.5rem}.section-desc{font-size:.75rem;font-weight:500;color:var(--white-opacity-70)}.section-list{display:flex;flex-direction:column;gap:.5rem}#page-landing.page.active{position:relative}.hero-split{position:relative;flex:1;width:100%;overflow:hidden;border-radius:0}.hero-headline{position:absolute;top:80px;left:0;right:0;z-index:10;display:flex;flex-direction:column;align-items:center;gap:.5rem}.hero-title{font-size:1rem;font-weight:600;color:var(--white-opacity-60);text-shadow:0 1px 8px rgba(0,0,0,.6)}.hero-sub{font-family:NanumSquareNeo,sans-serif;font-size:2.25rem;font-weight:900;line-height:1.3;text-align:center;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.6)}.hero-badge{display:inline-block;padding:.375rem 1.25rem;background:rgba(0,0,0,.4);border-radius:20px;backdrop-filter:blur(4px);font-size:.875rem;letter-spacing:.07em;color:var(--white-opacity-80)}.hero-how{font-size:1rem;font-weight:700;line-height:1.4;text-align:center;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.6)}.hero-listen-hint{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--white-opacity-80);text-shadow:0 1px 6px rgba(0,0,0,.6)}.hero-half{position:absolute;top:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:50%;padding:2rem 1rem;overflow:hidden}.hero-half::after{content:'';position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .4s ease;z-index:0}.hero-half::before{content:'';position:absolute;inset:0;transition:opacity .4s;z-index:1}.hero-half:hover::after{transform:scale(1.05)}.hero-half:hover::before{opacity:.7}.hero-half.gram-half{left:0}.hero-half.gram-half::after{background-image:url('../img/main/gramforce-powerupverbs-intro.webp')}.hero-half.gram-half::before{background:linear-gradient(to top,rgba(45,27,105,.6) 0,rgba(45,27,105,.35) 40%,rgba(10,10,24,.15) 100%)}.hero-half.irre-half{right:0}.hero-half.irre-half::after{background-image:url('../img/main/irretrio-irregularvibes-intro.webp')}.hero-half.irre-half::before{background:linear-gradient(to top,rgba(105,27,77,.6) 0,rgba(105,27,77,.35) 40%,rgba(10,10,24,.15) 100%)}.hero-half-content{position:relative;z-index:2;display:grid;justify-items:center;text-align:center;gap:.25rem;margin-top:8rem}.hero-half .card-group{height:4rem;width:auto;filter:drop-shadow(0 2px 12px rgba(255,255,255,.5))}.hero-half .card-members{font-size:1rem;text-shadow:0 1px 4px rgba(0,0,0,.6);color:var(--white-opacity-80)}.hero-half .card-song{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:var(--white-opacity-70)}.hero-half .card-play-btn{margin-top:.5rem;padding-left:1rem}.hero-half.gram-half .card-play-btn:hover{background:rgba(167,139,250,.5)}.hero-half.irre-half .card-play-btn:hover{background:rgba(244,114,182,.5)}.vs-3d-stage{position:absolute;top:50%;left:50%;z-index:5;width:140px;height:100px;transform:translate(calc(-50% - 20px),-50%);perspective:9999px;transform-style:preserve-3d;transition:left .4s ease,transform .4s ease}.vs-3d-layer{width:100%;height:100%;position:absolute;transform-style:preserve-3d;animation:vs-rotate 5s infinite alternate ease-in-out -7.5s;animation-fill-mode:forwards;transform:rotateY(27deg) rotateX(22deg) translateZ(0)}.vs-3d-layer::after{content:"VS";font:900 7.5rem/1 "Pretendard Variable",Pretendard,sans-serif;text-align:center;width:100%;height:100%;position:absolute;top:0;color:#f5f5f5;letter-spacing:.05em;text-shadow:4px 0 10px rgba(0,0,0,.13)}.vs-3d-layer:first-child::after{transform:translateZ(0)}.vs-3d-layer:nth-child(2)::after{transform:translateZ(-1.5px)}.vs-3d-layer:nth-child(3)::after{transform:translateZ(-3px)}.vs-3d-layer:nth-child(4)::after{transform:translateZ(-4.5px)}.vs-3d-layer:nth-child(5)::after{transform:translateZ(-6px)}.vs-3d-layer:nth-child(6)::after{transform:translateZ(-7.5px)}.vs-3d-layer:nth-child(7)::after{transform:translateZ(-9px)}.vs-3d-layer:nth-child(8)::after{transform:translateZ(-10.5px)}.vs-3d-layer:nth-child(9)::after{transform:translateZ(-12px)}.vs-3d-layer:nth-child(10)::after{transform:translateZ(-13.5px)}.vs-3d-layer:nth-child(11)::after{transform:translateZ(-15px)}.vs-3d-layer:nth-child(12)::after{transform:translateZ(-16.5px)}.vs-3d-layer:nth-child(13)::after{transform:translateZ(-18px)}.vs-3d-layer:nth-child(14)::after{transform:translateZ(-19.5px)}.vs-3d-layer:nth-child(15)::after{transform:translateZ(-21px)}.vs-3d-layer:nth-child(16)::after{transform:translateZ(-22.5px)}.vs-3d-layer:nth-child(17)::after{transform:translateZ(-24px)}.vs-3d-layer:nth-child(18)::after{transform:translateZ(-25.5px)}.vs-3d-layer:nth-child(19)::after{transform:translateZ(-27px)}.vs-3d-layer:nth-child(20)::after{transform:translateZ(-28.5px)}.vs-3d-layer:nth-child(n+10)::after{-webkit-text-stroke:3px rgba(0,0,0,0.25)}.vs-3d-layer:nth-child(n+11)::after{-webkit-text-stroke:15px dodgerblue;text-shadow:6px 0 6px #00366b,5px 5px 5px #002951,0 6px 6px #00366b}.vs-3d-layer:nth-child(n+12)::after{-webkit-text-stroke:15px #0077ea}.vs-3d-layer:last-child::after{-webkit-text-stroke:17px rgba(0,0,0,0.1)}.vs-3d-layer:first-child::after{color:#fff;text-shadow:none}@keyframes vs-rotate{100%{transform:rotateY(-27deg) rotateX(-29deg)}}.cta-row{position:absolute;bottom:7.5rem;left:0;right:0;z-index:10;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.btn-cta{background:linear-gradient(135deg,#6e64ff,var(--gram));box-shadow:0 4px 20px rgba(110,100,255,.4);color:#fff;border:0}.btn-cta:hover{background:linear-gradient(135deg,#6e64ff,var(--gram));color:#fff;box-shadow:0 4px 30px rgba(110,100,255,.6)}.modal-clean .modal-footer:empty{padding:.5rem}#choice-modal .modal-body{text-align:center}#choice-modal .modal-body-header h2{background:linear-gradient(135deg,var(--cyan),var(--irre));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}#choice-modal .modal-body-header p{color:var(--white-opacity-70)}.modal-video .modal-body{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;overflow:hidden}#grade-map-overlay .modal-title{font-weight:800}#grade-map-overlay .modal-body{padding:1.25rem}.nickname-section{display:flex;flex-direction:column;gap:1rem}.profile-pick-section{display:flex;flex-direction:column;align-items:center;gap:.625rem}.profile-pick-label{font-size:.815rem;color:var(--white-opacity-70)}.profile-pick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;justify-items:center}.profile-pick-item{width:80px;height:80px;border-radius:50%;overflow:hidden;border:2px solid transparent;opacity:.6;cursor:pointer;transition:all .2s}.profile-pick-item:hover{opacity:.9;border-color:var(--white-opacity-10)}.profile-pick-item.selected{opacity:1;border-color:var(--cyan);box-shadow:0 0 12px rgba(110,231,255,.3)}.profile-pick-item img{width:100%;height:100%;object-fit:cover}.modal-input{width:100%;margin-bottom:1rem;padding:.75rem 1rem;background:var(--white-opacity-05);border:1px solid var(--white-opacity-10);border-radius:10px;outline:0;font-size:.875rem;text-align:center;color:#fff}.modal-input:focus{border-color:rgba(167,139,250,.4)}.modal-input::placeholder{color:var(--white-opacity-70)}#choice-modal .modal-footer .btn{background:linear-gradient(135deg,#6e64ff,var(--ac1));color:#fff}.modal-group-btns{display:flex;gap:.5rem}.modal-group-btn{flex:1;padding:.75rem;background:0 0;border:2px solid;border-radius:10px;font-size:.875rem;font-weight:700;transition:all .2s}.modal-group-btn.gram-btn{border-color:rgba(167,139,250,.3);color:var(--gram)}.modal-group-btn.irre-btn{border-color:rgba(244,114,182,.3);color:var(--irre)}.modal-group-btn.gram-btn.selected{border-color:var(--gram);background:rgba(167,139,250,.15);color:#fff}.modal-group-btn.irre-btn.selected{border-color:var(--irre);background:rgba(244,114,182,.15);color:#fff}.myinfo-section{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:var(--white-opacity-05);border:1px solid var(--white-opacity-10);border-radius:16px;backdrop-filter:blur(8px)}.myinfo-section .fan-stats-row{margin-bottom:0}.fm-card{background:var(--white-opacity-05);border:1px solid var(--white-opacity-10);border-radius:14px;overflow:hidden;transition:all .2s}.fm-card-head{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;cursor:pointer;transition:background .2s}.fm-card-head:hover{background:var(--white-opacity-05)}.fm-card-ico{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:10px}.fm-card-ico.streaming{background:rgba(110,231,255,.1);color:var(--cyan)}.fm-card-ico.mv{background:rgba(167,139,250,.1);color:var(--gram)}.fm-card-ico.feed{background:rgba(244,114,182,.1);color:var(--irre)}.fm-card-ico.vote{background:rgba(255,215,0,.1);color:gold}.fm-card-info{display:flex;flex-direction:column;gap:.375rem;flex:1;min-width:0}.fm-card-title{line-height:1;font-size:1rem;font-weight:700}.fm-card-sub{line-height:1;font-size:.8125rem;font-weight:500;color:var(--white-opacity-70)}.fm-card-progress{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.fm-card-pbar{width:48px;height:4px;background:var(--white-opacity-10);border-radius:4px;overflow:hidden}.fm-card-pfill{height:100%;border-radius:4px;transition:width .3s}.fm-card-pfill.streaming{background:var(--cyan)}.fm-card-pfill.mv{background:var(--gram)}.fm-card-pfill.feed{background:var(--irre)}.fm-card-pfill.vote{background:gold}.fm-card-pct{font-size:.9375rem;font-weight:700;color:var(--white-opacity-70)}.fm-card-arrow{display:flex;align-items:center;color:var(--white-opacity-70);flex-shrink:0;transition:transform .2s}.fm-card.open .fm-card-arrow{transform:rotate(90deg)}.fm-card-body{display:none;padding:0 1rem .875rem;border-top:1px solid var(--white-opacity-05)}.fm-card.open .fm-card-body{display:block}.fm-step{display:flex;align-items:center;gap:.625rem;padding:.625rem 0;border-bottom:1px solid var(--white-opacity-05)}.fm-step:last-child{border-bottom:none}.fm-step-check{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--white-opacity-70)}.fm-step.done .fm-step-check{color:var(--green)}.fm-step.active .fm-step-check{color:var(--cyan)}.fm-step.locked .fm-step-check{opacity:.3}.fm-step-info{flex:1}.fm-step-name{font-size:.9375rem;font-weight:500;color:var(--white-opacity-70)}.fm-step.done .fm-step-name{color:var(--white-opacity-70);text-decoration:line-through}.fm-step.active .fm-step-name{color:rgba(255,255,255,.9);font-weight:600}.fm-step.locked .fm-step-name{color:var(--white-opacity-10)}.fm-step-reward{font-size:.8125rem;color:var(--cyan);opacity:.6}.fm-step.done .fm-step-reward{color:var(--green)}.fm-step.locked .fm-step-reward{color:var(--white-opacity-10)}.fm-step-right{display:flex;align-items:center;gap:.375rem;flex-shrink:0}.fm-step-counter{font-size:.875rem;font-weight:700}.fm-step-counter .cur{color:var(--cyan)}.fm-step-counter .tot{color:var(--white-opacity-70)}.fm-step-btn{background:rgba(110,231,255,.1);color:var(--cyan)}.fm-step-btn:hover{background:rgba(110,231,255,.2)}.fm-step.done .fm-step-btn{background:rgba(74,222,128,.08);color:var(--green);cursor:default}.fm-step.locked .fm-step-btn{background:var(--white-opacity-05);color:var(--white-opacity-10);cursor:default}.fm-daily-tag{font-size:.75rem;font-weight:700;color:var(--cyan);background:rgba(110,231,255,.08);padding:.0625rem .3125rem;border-radius:3px;margin-left:.375rem}.fan-stats-row{display:flex;gap:1rem;margin-bottom:1rem}.fan-stats-row>.stat-card{flex:1;min-width:0}@media (max-width:600px){.fan-stats-row{flex-direction:column}}.fan-header{display:flex;align-items:center;justify-content:space-between}.fan-header-left{display:flex;align-items:center;gap:1rem}.fan-avatar{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;overflow:hidden}.fan-avatar img{width:100%;height:100%;object-fit:cover}.fan-avatar.gram-a{background:linear-gradient(135deg,var(--gram-dark),var(--gram))}.fan-avatar.irre-a{background:linear-gradient(135deg,var(--irre-dark),var(--irre))}.fan-nick{font-size:1rem;font-weight:700}.fan-tag{font-size:.8125rem;font-weight:500;color:var(--white-opacity-70)}.stat-card{padding:1rem;border:1px solid var(--white-opacity-10);border-radius:14px;text-align:center}.stat-progress{width:100%;height:3px;background:var(--white-opacity-10);border-radius:2px;margin-top:.5rem;overflow:hidden}.stat-fill{height:100%;border-radius:2px;background:linear-gradient(90deg,var(--cyan),var(--gram))}.voting-banner{display:flex;align-items:center;gap:.5rem;padding:1rem;background:linear-gradient(135deg,rgba(110,231,255,.06) 0,rgba(167,139,250,.06) 100%);border:1px solid rgba(110,231,255,.18);backdrop-filter:brightness(0.7);border-radius:10px;transition:all .2s;cursor:pointer}.voting-banner:hover{background:linear-gradient(135deg,rgba(110,231,255,.1) 0,rgba(167,139,250,.1) 100%);border-color:rgba(110,231,255,.3)}.voting-banner-badge{flex-shrink:0;padding:.25rem .5rem;background:linear-gradient(135deg,#f43f5e,#e11d48);border-radius:6px;font-size:.6875rem;font-weight:900;color:#fff;animation:pulse-badge 2s ease-in-out infinite}@keyframes pulse-badge{0%,100%{opacity:1}50%{opacity:.7}}.voting-banner-text{display:flex;align-items:center;gap:.25rem;flex:1;overflow:hidden;font-size:.875rem;white-space:nowrap;text-overflow:ellipsis}.voting-banner-text .icon-svg{width:20px;height:20px}.voting-banner-text strong{color:var(--ac1)}.voting-banner-cta{flex-shrink:0;font-size:.875rem;font-weight:700;white-space:nowrap;color:var(--cyan)}.voting-section{background:linear-gradient(135deg,var(--white-opacity-05) 0,rgba(110,231,255,.04) 100%);border:1px solid rgba(110,231,255,.15);border-radius:16px;overflow:hidden}.voting-section-header{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding:1rem 1rem .75rem;background:linear-gradient(135deg,rgba(110,231,255,.08) 0,rgba(167,139,250,.06) 100%);backdrop-filter:blur(8px);border-bottom:1px solid var(--white-opacity-10)}.voting-section-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:rgba(110,231,255,.1);border-radius:20px;font-size:.75rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase;color:var(--cyan)}.voting-section-body{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1rem;backdrop-filter:brightness(0.7)}html.theme-gram :is(.voting-banner,.voting-section-body){backdrop-filter:brightness(0.5)}html.theme-irre :is(.voting-banner,.voting-section-body){backdrop-filter:brightness(0.7)}.page-desc{font-size:.8125rem;font-weight:500;color:var(--white-opacity-70)}.fan-header-right{text-align:right;cursor:pointer}.grade-badge-icon{display:flex;align-items:center;justify-content:center;color:var(--ac1)}.grade-badge-text{font-size:.75rem;font-weight:700;color:var(--ac1)}.grade-card{padding:1rem 1.5rem}.grade-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.grade-label{font-size:.8125rem;color:var(--white-opacity-70)}.grade-value{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:700}.grade-value-next{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:700;color:var(--white-opacity-70)}.stat-progress.grade-progress{height:6px;margin-bottom:.5rem}.grade-footer{display:flex;justify-content:space-between;font-size:.75rem;color:var(--white-opacity-70)}.fan-index-card{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem}.fan-index-icon{display:flex;align-items:center;justify-content:center;color:var(--ac1)}.fan-index-body{flex:1}.fan-index-label{font-size:.75rem;color:var(--white-opacity-70)}.fan-index-value{font-size:1.125rem;font-weight:900;color:var(--ac1)}.fan-index-unit{font-size:.8125rem;font-weight:500;color:var(--white-opacity-70)}.fan-index-aside{display:flex;flex-direction:column;align-items:flex-end;gap:.375rem;font-size:.75rem;font-weight:500;color:var(--white-opacity-70);text-align:right}.fan-index-vote-link{background:0 0;border:none;padding:0;cursor:pointer;font-size:.75rem;font-weight:700;color:var(--ac1);white-space:nowrap}.streak-badge{display:inline-flex;align-items:center;gap:.25rem;margin-left:.5rem;padding:.125rem .5rem;background:rgba(249,115,22,.1);border:1px solid rgba(249,115,22,.2);border-radius:20px;font-size:.75rem;font-weight:700;color:#f97316}@keyframes glow-border{0%,100%{border-color:rgba(110,231,255,.2);box-shadow:none}50%{border-color:rgba(110,231,255,.4);box-shadow:0 0 8px rgba(110,231,255,.1)}}.section-block{display:flex;flex-direction:column;gap:.5rem}.tab-group{display:flex;gap:.5rem;margin-bottom:.5rem}.tab-item{padding:.5rem 1rem;border:1px solid var(--white-opacity-10);border-radius:8px;font-size:.875rem;font-weight:600;color:var(--white-opacity-70);transition:all .2s}.tab-item:hover{background:var(--white-opacity-10)}.tab-item.active{border-color:var(--cyan);background:rgba(110,231,255,.1);color:var(--cyan)}.tab-panel{display:none}.tab-panel.active{display:flex;flex-direction:column;gap:2rem}.album-hero{display:flex;overflow:hidden;background:var(--white-opacity-05);border:1px solid var(--white-opacity-10);border-radius:16px}.album-cover{align-self:stretch;flex-shrink:0;width:184px;object-fit:cover}.album-hero-info{display:flex;flex-direction:column;flex-grow:1;gap:.25rem;min-width:0;padding:1rem 1rem 1rem 1.5rem}.album-type-badge{display:inline-block;width:fit-content;padding:.25rem .5rem;background:var(--ac-bg);border-radius:20px;font-size:.75rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--ac1)}.album-title{font-size:1.3125rem;font-weight:900;letter-spacing:-.03em}.album-artist{font-size:.8125rem;font-weight:600;color:var(--white-opacity-70)}.album-meta{font-size:.75rem;color:var(--white-opacity-70);margin-top:.125rem}.album-desc{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-top:.5rem;overflow:hidden;font-size:.8125rem;line-height:1.6;color:var(--white-opacity-70)}@media (max-width:480px){.album-hero{display:grid;grid-template-columns:auto 1fr;column-gap:1rem;row-gap:.25rem;align-items:start;padding:.5rem}.album-hero-info{display:contents}.album-cover{grid-column:1;grid-row:1/span 4;width:104px;border-radius:10px}.album-artist,.album-meta,.album-title,.album-type-badge{grid-column:2;line-height:1.2}.album-desc{grid-column:1/-1;width:100%;margin-top:.5rem}}.trk-row{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:var(--white-opacity-05);border:1px solid var(--white-opacity-10);border-radius:10px;transition:all .2s;cursor:pointer}.trk-row:not(.playing):hover{background:var(--white-opacity-20)}.trk-row.locked{opacity:.85;cursor:pointer;background:rgba(251,146,60,.04);border-color:rgba(251,146,60,.15)}.trk-row.locked:not(.playing):hover{background:rgba(251,146,60,.1)}.main.skin-on .trk-row.playing,.trk-row.playing{background:var(--accent-bg);border-color:var(--lavender-light)}.trk-meta{flex:1;min-width:0}.trk-name{overflow:hidden;font-size:1rem;font-weight:600;white-space:nowrap;text-overflow:ellipsis}.trk-tag{font-size:.75rem;color:var(--white-opacity-70);flex-shrink:0}.trk-tagline{display:flex;align-items:center;gap:.5rem;margin-top:.0625rem;min-width:0}.trk-dur{flex-shrink:0;font-size:.75rem;font-variant-numeric:tabular-nums;color:var(--white-opacity-70)}.trk-thumb{position:relative;flex-shrink:0;width:40px;height:40px;border-radius:8px;overflow:hidden;background:var(--white-opacity-10)}.trk-thumb img{display:block;width:100%;height:100%;object-fit:cover}.trk-thumb-ico{position:absolute;inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;line-height:1;background:rgba(0,0,0,.45);color:#fff;font-size:1.25rem;opacity:0;visibility:hidden;transition:opacity .15s}.trk-row:not(.playing):not(.locked):hover .trk-ico-play{opacity:1;visibility:visible}.trk-row.locked .trk-ico-lock{opacity:1;visibility:visible}.trk-row.playing:hover .trk-ico-pause{opacity:1;visibility:visible}.trk-thumb .trk-eq{position:absolute;inset:0;display:none;align-items:flex-end;justify-content:center;gap:2px;padding-bottom:9px;background:rgba(0,0,0,.4)}.trk-row.playing .trk-eq{display:flex}.trk-row.playing:hover .trk-eq{display:none}.trk-eq i{width:3px;height:5px;border-radius:1px;background:#fff;animation:trkEq .9s ease-in-out infinite}.trk-eq i:nth-child(2){animation-delay:-.3s}.trk-eq i:nth-child(3){animation-delay:-.6s}@keyframes trkEq{0%,100%{height:5px}50%{height:18px}}.trk-row.playing .trk-name{color:var(--ac1,#a78bfa)}.mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.mv-card{overflow:hidden;background:var(--white-opacity-05);border-radius:12px;transition:all .2s;cursor:pointer}.mv-card:hover{background:var(--white-opacity-10)}.mv-card.locked{cursor:default}.mv-card.locked .mv-thumb::before{content:'';position:absolute;inset:0;background:rgba(0,0,0,.8);z-index:1}.mv-card.locked .mv-thumb .mv-play-icon{z-index:2;display:flex;background:rgba(251,146,60,.2);color:#fb923c;border:1px solid rgba(251,146,60,.3)}.mv-thumb{position:relative;display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:16/9;font-size:1.75rem;overflow:hidden}.mv-thumb-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.mv-card.gram-mv .mv-thumb{background:linear-gradient(135deg,#1a1a3e,#2d1b69)}.mv-card.irre-mv .mv-thumb{background:linear-gradient(135deg,#3e1a2e,#691b4d)}.mv-thumb .mv-play-icon{position:absolute;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(0,0,0,.5);border-radius:50%;backdrop-filter:blur(4px);font-size:.875rem;color:#fff}.mv-info{padding:.5rem .75rem}.mv-name{font-size:1rem;font-weight:600}.mv-type{font-size:.75rem;color:var(--white-opacity-70);margin-top:.125rem}.tab-item.irre-tab.active{border-color:var(--irre);background:rgba(244,114,182,.2);color:var(--irre)}.tab-item.all-tab.active{border-color:var(--gold);background:rgba(255,215,0,.08);color:var(--gold)}.feed-list{display:flex;flex-direction:column;gap:1rem;max-width:30rem;margin:0 auto}.feed-card{overflow:hidden;background:var(--white-opacity-05);border:1px solid var(--white-opacity-10);border-radius:14px;transition:all .2s}.feed-img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}div.feed-img{position:relative;display:flex;align-items:center;justify-content:center;font-size:4rem}.feed-img.gram-bg{background:linear-gradient(135deg,#1a1a3e 0,#2d1b69 50%,#1a1040 100%)}.feed-img.irre-bg{background:linear-gradient(135deg,#3e1a2e 0,#691b4d 50%,#401a30 100%)}.feed-body{display:flex;flex-direction:column;gap:.5rem;padding:1rem}.feed-date{font-size:.8125rem;color:var(--white-opacity-70)}.feed-member{font-size:.8125rem;font-weight:700}.feed-member.gram-m{color:var(--gram)}.feed-member.irre-m{color:var(--irre)}.feed-text{font-size:.9375rem;color:var(--white-opacity-80);line-height:1.5}.feed-actions{display:flex;align-items:center;gap:.5rem}.feed-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1rem;border-radius:8px;font-size:.75rem;font-weight:600;transition:all .2s}.feed-btn.skin-btn{background:rgba(110,231,255,.1);color:var(--cyan)}.feed-btn.skin-btn:hover{background:rgba(110,231,255,.2)}.feed-btn.skin-btn.applied{background:rgba(74,222,128,.15);color:var(--green)}.feed-btn.skin-btn.disabled{background:var(--white-opacity-05);color:var(--white-opacity-70);cursor:default}.feed-like{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;color:var(--white-opacity-70);cursor:pointer;transition:transform .2s}.feed-like:hover{transform:scale(1.15)}.feed-like.liked{color:#ff6b8a}.feed-text .vw{color:var(--cyan)}.feed-text .feed-en{display:inline}.feed-text .feed-kr{display:none}.feed-translate{font-size:.8125rem;color:var(--white-opacity-70);padding:0;align-self:flex-start}.feed-translate:hover{color:var(--white-opacity-70)}.feed-text .vw.vw-blank{position:relative;display:inline-block;min-width:50px;padding:0 .25rem;background:rgba(110,231,255,.06);border-bottom:2px dashed rgba(110,231,255,.4);border-radius:3px 3px 0 0;text-align:center;color:transparent!important;cursor:default}.feed-text .vw.vw-blank::after{position:absolute;top:50%;left:50%;font-size:.8125rem;font-weight:700;color:var(--cyan);transform:translate(-50%,-50%);content:'?'}.feed-text .vw.revealed{animation:quizReveal .4s ease}@keyframes quizReveal{0%{opacity:0;transform:scale(1.3)}100%{opacity:1;transform:scale(1)}}.feed-quiz-btn:not(.solved){padding:.5rem 1rem;background:rgba(110,231,255,.08);border:1px solid rgba(110,231,255,.3);border-radius:10px;font-size:.8125rem;font-weight:700;letter-spacing:.02em;color:var(--cyan);transition:all .2s}.feed-quiz-btn:not(.solved):hover{background:rgba(110,231,255,.15);border-color:var(--cyan)}.feed-quiz-btn.solved{cursor:default;pointer-events:none;border-color:rgba(22,163,74,.35)}@keyframes qmFadeIn{from{opacity:0}to{opacity:1}}.qm-sub{font-size:.6875rem;color:var(--white-opacity-70);margin-bottom:1rem}.qm-sentence{margin-bottom:1rem;padding:1rem;background:var(--white-opacity-05);border:1px solid var(--white-opacity-10);border-radius:12px;font-size:1rem;line-height:1.6;color:var(--white-opacity-80)}.qm-sentence .qm-blank{display:inline-block;min-width:60px;border-bottom:2px solid var(--cyan);text-align:center;color:var(--cyan);font-weight:700;padding:0 .5rem;background:rgba(110,231,255,.08);border-radius:3px 3px 0 0}.qm-options{display:flex;flex-direction:column;gap:.5rem}.qm-opt{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--white-opacity-05);border:1px solid var(--white-opacity-10);border-radius:12px;font-size:.875rem;font-weight:600;color:var(--white-opacity-80);transition:all .2s}.qm-opt:hover{background:rgba(110,231,255,.08);border-color:rgba(110,231,255,.3)}.qm-opt-label{font-size:.6875rem;font-weight:700;color:var(--white-opacity-70);letter-spacing:.05em;min-width:52px;text-transform:uppercase}.qm-opt-word{font-size:.9375rem;font-weight:700}.qm-opt.correct{background:rgba(74,222,128,.12);border-color:var(--green);color:var(--green);cursor:default;animation:qmCorrect .4s ease}@keyframes qmCorrect{0%{transform:scale(1)}50%{transform:scale(1.03)}100%{transform:scale(1)}}.qm-opt.wrong{border-color:#ff6b6b;animation:qmShake .35s ease}.qm-opt.wrong .qm-opt-word{color:#ff6b6b}@keyframes qmShake{0%,100%{transform:translateX(0)}20%{transform:translateX(-6px)}40%{transform:translateX(6px)}60%{transform:translateX(-4px)}80%{transform:translateX(4px)}}.qm-opt.disabled{pointer-events:none;opacity:.25}.qm-result{display:none;text-align:center;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--white-opacity-10)}.qm-result.show{display:block;animation:qmFadeIn .3s ease}.qm-result-text{font-size:1rem;font-weight:800;color:var(--green);margin-bottom:.25rem}.qm-result-forms{font-size:.75rem;color:var(--white-opacity-70)}.qm-result-forms strong{color:var(--cyan)}.rival-card{display:flex;align-items:center;gap:1rem;margin-bottom:0;padding:1rem 1.5rem;border:1px solid var(--white-opacity-10);border-bottom:none;border-radius:14px 14px 0 0;backdrop-filter:brightness(0.5)}.rank-num{font-size:1.125rem;font-weight:900;color:var(--white-opacity-70);min-width:40px;text-align:center}.rank-info{flex:1;min-width:0}.rank-nick{overflow:hidden;font-size:.8125rem;font-weight:600;white-space:nowrap;text-overflow:ellipsis}.rank-fc{font-size:.75rem;color:var(--white-opacity-70)}.rank-score-wrap{text-align:right}.rank-score{font-size:.875rem;font-weight:700;color:var(--white-opacity-70)}.gap-bar-wrap{padding:0 1rem;border-left:1px solid var(--white-opacity-10);border-right:1px solid var(--white-opacity-10);backdrop-filter:brightness(0.5)}.gap-bar-inner{display:flex;align-items:center;gap:.5rem;padding:.5rem 0}.gap-bar-track{flex:1;height:4px;border-radius:2px;background:var(--white-opacity-10);overflow:hidden}.gap-bar-fill{height:100%;border-radius:2px;background:linear-gradient(90deg,var(--ac1),var(--ac2));transition:width .6s ease}.gap-text{font-size:.75rem;font-weight:700;white-space:nowrap}.my-rank-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:rgba(110,231,255,.06);border-color:rgba(110,231,255,.2);border-top:none;border-radius:0 0 14px 14px;backdrop-filter:brightness(0.5)}.my-rank-num{font-size:1.75rem;font-weight:900;color:var(--gold);min-width:40px;text-align:center}.my-rank-info{flex:1}.my-rank-nick{font-size:.875rem;font-weight:700}.my-rank-fc{font-size:.75rem;color:var(--white-opacity-70)}.my-rank-score-wrap{text-align:right}.my-rank-score{font-size:1rem;font-weight:900;color:var(--cyan)}.my-rank-score .unit{font-size:.75rem;font-weight:500;color:var(--white-opacity-70)}.my-rank-label{font-size:.75rem;color:var(--white-opacity-70)}.rank-comparison{display:flex;flex-direction:column}.rank-list{display:flex;flex-direction:column;gap:.5rem}.rank-row{display:flex;align-items:center;gap:1rem;padding:1rem;backdrop-filter:blur(12px) brightness(0.75)}.rank-row.rank-me{background:rgba(110,231,255,.08);border-color:rgba(110,231,255,.2)}.rank-row-num{font-size:1.125rem;font-weight:900;min-width:32px;text-align:center}.rank-row-info{flex:1;min-width:0}.rank-row-nick{overflow:hidden;font-size:.875rem;font-weight:700;white-space:nowrap;text-overflow:ellipsis}.rank-row-fc{font-size:.75rem;font-weight:500;color:var(--white-opacity-70)}.rank-row-num.gold-text{color:var(--gold)}.rank-row-num.silver-text{color:silver}.rank-row-num.bronze-text{color:#cd7f32}.rank-row-score{font-size:.875rem;font-weight:700;white-space:nowrap;color:var(--cyan)}.vote-top{text-align:center}.vote-top h3{font-size:1.25rem}.vote-top p{font-size:.875rem;color:var(--white-opacity-70);margin-top:.25rem}.vote-meta{display:flex;gap:1.5rem}.vote-meta-item{font-size:.875rem;color:var(--white-opacity-70)}.vote-meta-item strong{color:var(--gold)}.vote-meta-item .red{color:#ff6b6b}.vote-tab{padding:.5rem 1rem;border:1px solid var(--white-opacity-10);border-radius:8px;font-size:.875rem;font-weight:700;color:var(--white-opacity-70);transition:all .2s}.vote-tab:hover{background:var(--white-opacity-05)}.vote-tab.active{border-color:var(--gold);color:var(--gold);background:rgba(255,215,0,.06)}.vote-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:40rem;margin:0 auto 1rem}.v-card{flex:0 0 140px;overflow:hidden;background:var(--white-opacity-05);border:1px solid var(--white-opacity-10);border-radius:14px;text-align:center;transition:all .3s;cursor:pointer}.v-card:hover{background:var(--white-opacity-10)}.v-card.selected{border-color:rgba(255,215,0,.4);background:rgba(255,215,0,.04)}.v-avatar-wrap{position:relative;width:100%;overflow:hidden;aspect-ratio:3/4}.v-avatar{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s}.v-card:hover .v-avatar{transform:scale(1.05)}.v-card.selected .v-avatar-wrap{box-shadow:inset 0 0 0 2px var(--gold)}.v-card-info{padding:.75rem .5rem}.v-emoji{font-size:2.25rem;margin-bottom:.5rem}.v-name{font-size:.875rem;font-weight:700}.v-votes{font-size:.75rem;color:var(--white-opacity-70);margin-top:.125rem}.v-pct{font-size:1.125rem;font-weight:900;color:var(--white-opacity-70);margin-top:.25rem}.v-card.selected .v-pct{color:var(--gold)}.voting-section.reveal-blind .v-pct,.voting-section.reveal-blind .v-rank-badge,.voting-section.reveal-blind .v-votes{display:none}.v-rank-badge{position:absolute;top:8px;left:8px;z-index:2;padding:.25rem .5rem;background:rgba(0,0,0,.6);border-radius:10px;backdrop-filter:blur(4px);font-size:.75rem;font-weight:700;color:#fff}.v-card.selected .v-rank-badge{background:rgba(255,215,0,.8);color:#000}.vote-action{display:flex;flex-direction:column;align-items:center;gap:.5rem}.vote-action .btn-cta.vote-official-done{background:linear-gradient(135deg,var(--gold),#f59e0b);color:#000;font-weight:700;box-shadow:0 0 16px rgba(255,215,0,.5)}.vote-action .btn-cta.vote-normal-done{background:var(--white-opacity-10);color:var(--gold);border:1px solid var(--gold)}.vote-weight-badge{margin-top:.5rem}.vote-weight-badge .badge-official{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:20px;background:linear-gradient(135deg,rgba(255,215,0,.2),rgba(245,158,11,.2));border:1px solid var(--gold);color:var(--gold);font-size:.8125rem;font-weight:700;letter-spacing:.05em}.official-tag{display:inline-block;padding:.125rem .375rem;border-radius:4px;background:var(--gold);color:#000;font-size:.6875rem;font-weight:700;letter-spacing:.05em;margin-right:.25rem;vertical-align:middle}.vote-official-effect{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(255,215,0,.15);border-radius:12px;animation:voteFlash 1.5s ease-out forwards;pointer-events:none;z-index:10}.vote-official-effect span{color:var(--gold);font-size:1.125rem;font-weight:800;text-shadow:0 0 12px rgba(255,215,0,.8);animation:votePop .4s ease-out}@keyframes voteFlash{0%{opacity:1}100%{opacity:0}}@keyframes votePop{0%{transform:scale(.5);opacity:0}50%{transform:scale(1.2)}100%{transform:scale(1);opacity:1}}.player-bar{position:fixed;bottom:0;left:240px;right:0;z-index:10;height:80px}.player-bar .glass-content{display:flex;align-items:center;justify-content:center;padding:0 1.5rem;width:100%;height:100%}.pb-inner{display:flex;flex-direction:row;align-items:center;gap:1.5rem;width:100%;max-width:60rem}.pb-media{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.pb-info{display:flex;align-items:center;gap:.5rem}.pb-thumb{flex-shrink:0;width:40px;height:40px;border-radius:6px;overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.pb-thumb:hover{opacity:.85}.pb-thumb.gram-t{background:linear-gradient(135deg,#1a1a3e,#2d1b69)}.pb-thumb.irre-t{background:linear-gradient(135deg,#3e1a2e,#691b4d)}.pb-thumb img{width:100%;height:100%;object-fit:cover}.pb-text{flex:1;min-width:0}.pb-song{font-size:.8125rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pb-artist{font-size:.6875rem;color:var(--white-opacity-70);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:.25rem}.pb-progress{display:flex;align-items:center;gap:.375rem}.pb-time{flex-shrink:0;min-width:28px;font-size:.6875rem;color:var(--white-opacity-70);font-variant-numeric:tabular-nums}.pb-time:last-child{text-align:right}.pb-track{flex:1;position:relative;height:3px;border-radius:2px;background:var(--white-opacity-10);cursor:pointer;overflow:hidden;transition:height .1s}.pb-track:hover{height:5px}.pb-track-fill{height:100%;border-radius:2px;background:linear-gradient(90deg,var(--ac1),var(--ac2));width:0%;transition:width .1s linear}.pb-controls{flex-shrink:0;display:flex;align-items:center;gap:.125rem}.pb-ctrl{display:flex;justify-content:center;align-items:center;border-radius:50%;background:0 0;color:var(--white-opacity-60);cursor:pointer;transition:color .2s}@media (hover:hover){.pb-ctrl:not(.active-mode):hover{color:var(--text)}}.pb-ctrl.active-mode{color:var(--ac1)}.pb-ctrl .icon-svg{fill:currentColor}#pb-repeat{position:relative}#pb-repeat .material-symbols-rounded{font-size:28px;width:28px;height:28px}.repeat-ico{position:relative;display:inline-flex;align-items:center;justify-content:center}.repeat-mark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:700;line-height:1;letter-spacing:-.03em;pointer-events:none;color:currentColor}#pb-repeat .repeat-mark{font-size:9px}#fp-repeat .repeat-mark{font-size:9px}#fp-repeat{gap:.0625rem}.fp-repeat-text{font-size:.75rem;font-weight:400;color:currentColor;white-space:nowrap;line-height:1}.fp-repeat-text:empty{display:none}.pb-play{display:flex;align-items:center;justify-content:center;background:0 0;border-radius:50%;color:var(--text);transition:transform .15s}.pb-play:hover{transform:scale(1.06)}.pb-play .icon-svg{fill:currentColor}.pb-gain{display:none;align-items:center;gap:.25rem;font-size:.6875rem;color:var(--ac-glow);white-space:nowrap;padding:0 .25rem}.pb-gain.show{display:flex}.pb-util{flex-shrink:0;display:flex;align-items:center;gap:.5rem}.pb-vol-wrap{position:relative}.pb-vol-popup{position:absolute;bottom:100%;left:50%;display:none;margin-bottom:.25rem;padding:.75rem .5rem;background:rgba(0,0,0,.85);border:1px solid var(--white-opacity-10);border-radius:10px;box-shadow:0 4px 16px rgba(0,0,0,.5);backdrop-filter:blur(8px);transform:translateX(-50%)}.pb-vol-popup.open{display:flex;justify-content:center;align-items:center}.pb-vol-slider{-webkit-appearance:none;appearance:none;writing-mode:vertical-lr;direction:rtl;width:6px;height:80px;background:var(--white-opacity-10);border-radius:3px;outline:0;cursor:pointer}.pb-vol-slider::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;background:#fff;border-radius:50%;cursor:pointer;box-shadow:0 0 4px rgba(0,0,0,.4)}.fp-overlay{position:fixed;inset:0;z-index:calc(var(--z-overlay) + 1);display:none;flex-direction:column;align-items:center;justify-content:center;gap:1.75rem;padding:2.5rem;background:var(--bg);text-align:center;overflow:hidden}.fp-overlay.active{display:flex;animation:fpSlideUp .35s cubic-bezier(.25,.8,.3,1)}.fp-overlay.closing{animation:fpSlideDown .3s ease-in forwards}@keyframes fpSlideUp{from{transform:translateY(100%)}to{transform:none}}@keyframes fpSlideDown{from{transform:none}to{transform:translateY(100%)}}@media (prefers-reduced-motion:reduce){.fp-overlay.active,.fp-overlay.closing{animation:none}}.fp-bg{position:absolute;inset:0;z-index:-1;background-size:cover;background-position:center;filter:blur(40px);transform:scale(1.25)}.fp-close{position:absolute;top:24px;right:24px;display:flex;align-items:center;justify-content:center;color:var(--white-opacity-70);padding:.25rem;z-index:10}.fp-flow{position:relative;width:100%;max-width:32rem;height:32rem;perspective:1200px}.fp-card{position:absolute;top:50%;left:50%;width:24rem;display:flex;flex-direction:column;gap:.625rem;padding:.5rem;border:0;border-radius:18px;background:var(--white-opacity-05);box-shadow:0 12px 40px rgba(0,0,0,.45);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);cursor:pointer;transform:translate(-50%,-50%);transition:transform .5s cubic-bezier(.25,.8,.3,1),opacity .5s}.fp-card-cover{position:relative;width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a3e,#2d1b69,#4a2d8e);color:var(--white-opacity-70);transition:width .4s ease}.fp-card-cover img{width:100%;height:100%;object-fit:cover}.fp-card-lock{display:none;position:absolute;inset:0;align-items:center;justify-content:center;color:#fff}.fp-card.locked .fp-card-cover img{filter:brightness(.4) grayscale(.4)}.fp-card.locked .fp-card-lock{display:flex}.fp-card.locked .fp-card-meta{opacity:.55}.fp-card.irre-al .fp-card-cover{background:linear-gradient(135deg,#3e1a2e,#691b4d,#8e2d6a)}.fp-card-meta{display:flex;flex-direction:column;gap:.125rem}.fp-card-song{font-size:.9375rem;font-weight:800;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fp-card-artist{font-size:.75rem;color:var(--white-opacity-70)}.fp-card-lyrics{display:none;flex-direction:column;gap:.75rem;text-align:left;padding:.5rem;min-height:4.5rem;max-height:4.5rem;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 1.25rem,#000 calc(100% - 1.25rem),transparent 100%);mask-image:linear-gradient(to bottom,transparent 0,#000 1.25rem,#000 calc(100% - 1.25rem),transparent 100%);transition:max-height .4s ease,min-height .4s ease}.fp-card[data-pos="0"] .fp-card-lyrics{display:flex}.fp-card[data-pos="0"]{transform:translate(-50%,-50%) scale(1);z-index:5;opacity:1}.fp-card[data-pos="1"]{transform:translate(-50%,-50%) translateX(45%) scale(.78) rotateY(-56deg);z-index:4;opacity:.65}.fp-card[data-pos="-1"]{transform:translate(-50%,-50%) translateX(-45%) scale(.78) rotateY(56deg);z-index:4;opacity:.65}.fp-card[data-pos="2"]{transform:translate(-50%,-50%) translateX(80%) scale(.6) rotateY(-80deg);z-index:3;opacity:.38}.fp-card[data-pos="-2"]{transform:translate(-50%,-50%) translateX(-80%) scale(.6) rotateY(80deg);z-index:3;opacity:.38}.fp-card[data-pos="h"]{transform:translate(-50%,-50%) scale(.4);opacity:0;pointer-events:none;z-index:1}.fp-overlay.lyrics-mode .fp-card[data-pos="0"]{transform:translate(-50%,-50%) scale(1)}.fp-overlay.lyrics-mode .fp-card .fp-card-cover{aspect-ratio:16/10}.fp-overlay.lyrics-mode .fp-card[data-pos="1"]{transform:translate(-50%,-80%) translateX(45%) scale(.6) rotateY(-56deg)}.fp-overlay.lyrics-mode .fp-card[data-pos="-1"]{transform:translate(-50%,-80%) translateX(-45%) scale(.6) rotateY(56deg)}.fp-overlay.lyrics-mode .fp-card[data-pos="2"]{transform:translate(-50%,-80%) translateX(80%) scale(.5) rotateY(-80deg)}.fp-overlay.lyrics-mode .fp-card[data-pos="-2"]{transform:translate(-50%,-80%) translateX(-80%) scale(.5) rotateY(80deg)}.fp-overlay.lyrics-mode .fp-card[data-pos="0"]{height:100%}.fp-overlay.lyrics-mode .fp-card[data-pos="0"] .fp-card-cover{flex:none}.fp-overlay.lyrics-mode .fp-card[data-pos="0"] .fp-card-meta{flex:none}.fp-overlay.lyrics-mode .fp-card[data-pos="0"] .fp-card-lyrics{flex:1;min-height:0;max-height:none;overflow-y:auto}.fp-progress{width:100%;max-width:23.75rem;display:flex;flex-direction:column;gap:.5rem}.fp-bar{width:100%;height:4px;background:var(--white-opacity-10);border-radius:2px;overflow:hidden}.fp-bar-fill{height:100%;background:linear-gradient(90deg,var(--ac1),var(--ac2));border-radius:2px;transition:width .3s linear}.fp-times{width:100%;display:flex;justify-content:space-between;font-size:.75rem;color:var(--white-opacity-70)}.fp-ctrls{position:relative;width:100%;max-width:23.75rem;display:flex;align-items:center;justify-content:center;gap:2rem}.fp-ctrl-list{position:absolute;left:0;top:50%;transform:translateY(-50%)}.fp-ctrl-repeat{position:absolute;right:0;top:50%;transform:translateY(-50%)}.fp-ctrl{display:flex;align-items:center;justify-content:center;color:var(--white-opacity-70)}.fp-ctrl.active-mode{color:var(--ac1)}@media (hover:hover){.fp-ctrl:not(.active-mode):hover{color:#fff}}.fp-play-big{display:flex;align-items:center;justify-content:center;width:68px;height:68px;background:linear-gradient(135deg,var(--ac1),var(--ac2));border-radius:50%;box-shadow:0 4px 20px var(--ac-glow)}.fp-gain-text{display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:.8125rem;color:var(--ac-glow);opacity:0;transition:opacity .5s}.fp-gain-text.show{opacity:1}.fp-lyrics{margin:0}.fp-lyrics-section{display:flex;flex-direction:column;gap:.125rem}.fp-lyrics-line{font-size:.9375rem;line-height:1.7;color:rgba(255,255,255,.4);transition:all .4s ease}.fp-lyrics-line.active{color:var(--cyan);font-weight:600}.fp-lyrics-line.past{color:rgba(255,255,255,.4)}.fp-lyrics-line .lv{font-weight:700}.fp-lyrics-section.active-section>.fp-lyrics-label{opacity:1;color:var(--cyan)}.fp-lyrics-empty{text-align:center;padding:1rem;font-size:.8125rem;color:var(--white-opacity-70)}@media (min-width:1280px){.fp-card{width:33rem}.fp-flow{height:41rem}.fp-progress{max-width:33rem}.fp-ctrls{max-width:33rem}.fp-card-song{font-size:1.25rem}.fp-card-artist{font-size:.9375rem}.fp-lyrics-line{font-size:1.0625rem}}@media (min-width:1280px) and (max-height:800px){.fp-card{width:24rem}.fp-flow{height:32rem}.fp-progress{max-width:23.75rem}.fp-ctrls{max-width:23.75rem}.fp-card-song{font-size:.9375rem}.fp-card-artist{font-size:.75rem}.fp-lyrics-line{font-size:.9375rem}}@media (max-width:900px){.fp-card{width:20rem}.fp-flow{height:30rem}}@media (max-height:500px){.fp-overlay.active{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,22rem);grid-template-rows:1fr auto auto auto auto 1fr;column-gap:2rem;row-gap:.625rem;padding:0 1.5rem;align-items:center}.fp-flow{display:contents}.fp-card:not([data-pos="0"]){display:none}.fp-card[data-pos="0"]{display:contents}.fp-overlay.active .fp-card-cover{grid-column:2;grid-row:2;width:auto;height:clamp(5rem,30vh,10rem);max-width:100%;margin:0 auto}.fp-overlay.active .fp-card-meta{grid-column:2;grid-row:3}.fp-overlay.active .fp-progress{grid-column:2;grid-row:4}.fp-overlay.active .fp-ctrls{grid-column:2;grid-row:5}.fp-overlay.active .fp-card-lyrics{grid-column:1;grid-row:1/-1;display:flex;height:100%;min-height:0;max-height:none;overflow-y:auto;margin:0;padding:.5rem 0}.fp-overlay.active .fp-close{top:.5rem;right:.5rem}.fp-overlay.active .fp-gain-text{grid-column:2;grid-row:1;align-self:end}.fp-overlay.active .fp-ctrl .material-symbols-rounded{font-size:32px;width:32px;height:32px}.fp-overlay.active .fp-play-big{width:56px;height:56px}.fp-overlay.active .fp-play-big .material-symbols-rounded{font-size:40px;width:40px;height:40px}}@media (max-height:500px) and (min-width:641px){.sidebar{width:160px}.nav-link{font-size:.75rem;padding:.375rem .5rem}.sidebar-quest-home>.material-symbols-rounded{display:none}.quest-plate{padding:.75rem}.quest-plate-name{font-size:.75rem}.quest-plate-sub{font-size:.625rem}.sidebar-quest-home{padding:.75rem .5rem}.sidebar-brand{padding:.5rem}.quest-plate-content{gap:.125rem}.sidebar-nav{padding:.5rem}.sidebar-fanclub{margin:auto 0 0}.fc-prof{padding:.5rem;border-radius:0;border-width:1px 0 0 0}.fc-avatar{width:24px;height:24px}.player-bar{top:0;bottom:0;left:auto;right:0;width:200px;height:auto}.page.active{padding-right:14rem}.page.active[data-page-type=full]{padding-right:12rem}.cta-row,.hero-headline{right:12rem;bottom:0}.hero-headline{top:.5rem;gap:.25rem}.hero-title{font-size:.8125rem}.hero-sub{font-size:1.25rem}.hero-badge{font-size:.6875rem;padding:.25rem .875rem}.hero-half-content{margin-top:0}.hero-half .card-group{height:2.25rem}.hero-half .card-members{font-size:.8125rem}.hero-half .card-song{font-size:.75rem}.vs-3d-stage{transform:translate(calc(-50% - 10px),-50%) scale(.3)}.hero-how{font-size:.75rem}.hero-listen-hint{font-size:.75rem}.cta-row .btn-cta{height:2.5rem;padding:0 1.25rem;font-size:.9375rem}.player-bar .glass-content{padding:1rem .75rem}.pb-inner{flex-direction:column;justify-content:center;gap:.875rem;max-width:none}.pb-media{order:1;flex:none;width:100%;gap:.5rem}.pb-info{flex-direction:column;gap:.375rem}.pb-thumb{width:96px;height:96px;border-radius:10px}.pb-text{width:100%;text-align:center}.pb-artist{justify-content:center}.pb-controls{order:2;justify-content:center}.pb-util{order:3;justify-content:center}.album-hero{display:grid;grid-template-columns:auto 1fr;column-gap:1rem;row-gap:.25rem;align-items:start;padding:.5rem}.album-hero-info{display:contents}.album-cover{grid-column:1;grid-row:1/span 4;width:104px;border-radius:10px}.album-artist,.album-meta,.album-title,.album-type-badge{grid-column:2;line-height:1.2}.album-desc{grid-column:1/-1;width:100%;margin-top:.5rem}}.gm-sub{font-size:.6875rem;color:var(--white-opacity-70);margin-bottom:1rem}.gm-earn{padding:.875rem 1rem;background:var(--ac-bg);border-radius:12px;margin-bottom:1.25rem}.gm-earn-title{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:700;color:var(--ac1);margin-bottom:.625rem}.gm-earn-list{display:flex;flex-direction:column;gap:.5rem;list-style:none}.gm-earn-list li{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--white-opacity-80)}.gm-earn-list li b{color:var(--ac1);font-weight:700}.gm-grade-head{margin-bottom:.75rem}.fan-index-info{display:inline-flex;vertical-align:middle;background:0 0;border:none;padding:0;cursor:pointer;color:var(--white-opacity-70)}.gm-list{display:flex;flex-direction:column;gap:0}.gm-item{display:flex;align-items:center;gap:.75rem;padding:.75rem .875rem;border-left:3px solid rgba(255,255,255,.08);position:relative;transition:all .2s}.gm-item.current{background:rgba(110,231,255,.06);border-left-color:var(--ac1);border-radius:0 10px 10px 0}.gm-item.passed{border-left-color:var(--green)}.gm-item.locked{opacity:.4}.gm-lv{font-size:.875rem;font-weight:700;color:var(--white-opacity-70);min-width:28px}.gm-item.current .gm-lv{color:var(--ac1)}.gm-item.passed .gm-lv{color:var(--green)}.gm-badge{display:flex;align-items:center;justify-content:center;width:28px}.gm-info{flex:1}.gm-name{font-weight:700;color:rgba(255,255,255,.8)}.gm-item.current .gm-name{color:var(--ac1)}.gm-item.passed .gm-name{color:var(--green)}.gm-min{font-size:.6875rem;color:var(--white-opacity-70)}.gm-check{font-size:.875rem;min-width:20px;text-align:center}.mobile-header{display:none;align-items:center;position:fixed;top:0;left:0;right:0;z-index:30;height:48px;padding:0 .75rem;background:0 0;transition:transform .3s ease,background .3s ease,backdrop-filter .3s ease,-webkit-backdrop-filter .3s ease}.mobile-header.mh-glass{background:rgba(0,0,0,.4);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.mobile-header.hidden{transform:translateY(-100%)}.mh-logo{display:flex;align-items:center;flex-shrink:0}.mh-logo .logo-symbol{width:24px;height:24px}.mh-logo .logo-text svg{height:12px;width:auto}.mh-quest-name{font-size:.8125rem;font-weight:700;color:#fff}.mh-actions{display:flex;align-items:center;gap:.25rem;margin-left:auto}.mh-profile{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;min-width:28px;min-height:28px;border-radius:50%;overflow:hidden;background:var(--white-opacity-10);padding:0;border:none}.mh-profile img{width:100%;height:100%;object-fit:cover;border-radius:50%}.mh-quest-toggle{display:flex;align-items:center;gap:.25rem;background:0 0;border:none;padding:.25rem .5rem;color:#fff;cursor:pointer}.mh-quest-chevron{font-size:16px;color:#fff;opacity:.5;transition:transform .2s}.mh-profile{cursor:pointer}.mh-menu{position:absolute;top:100%;right:.75rem;min-width:9rem;display:none;flex-direction:column;padding:.375rem;background:var(--black-opacity-50);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--white-opacity-10);border-radius:var(--r-md);box-shadow:0 6px 24px var(--black-opacity-40);z-index:31}.mh-menu.is-open{display:flex}.mh-menu-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .625rem;background:0 0;border:0;border-radius:var(--r-sm);color:#fff;font-size:.875rem;font-weight:500;text-align:left;cursor:pointer}.mh-menu-item:hover{background:var(--white-opacity-10)}.mobile-tab-bar{position:fixed;bottom:0;left:0;right:0;z-index:30;display:none;padding:.5rem 0 calc(.5rem + env(safe-area-inset-bottom,0px));background:var(--sidebar);border-top:1px solid var(--white-opacity-10)}.mobile-tabs{display:flex;justify-content:space-around;align-items:center;gap:.25rem}.mob-tab{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:.125rem;padding:0;height:48px;font-size:.6875rem;color:var(--white-opacity-70);transition:color .2s}.mob-tab .mob-ico{display:flex;align-items:center;justify-content:center}.mob-tab .mob-ico .icon-svg{width:22px;height:22px}.mob-tab.active{color:var(--ac1)}.mob-quest-slot{flex:1;display:flex;align-items:center;justify-content:center}.mob-quest-card{flex:none;width:3rem;display:flex;align-items:center;justify-content:center;height:40px;padding:.25rem .375rem;border-radius:10px;text-align:center}.mob-quest-name{position:relative;z-index:1;font-family:Goldman,sans-serif;font-size:.75rem;font-weight:700;line-height:1;letter-spacing:.04em;text-transform:uppercase;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4)}@media (max-width:640px),(max-width:1024px) and (orientation:portrait){.mobile-header{display:flex}.tour-banner{top:40px}.sidebar{display:none}.main{padding-top:48px}.mobile-tab-bar{display:block}.app-shell{padding-bottom:65px}.player-bar{position:fixed;bottom:70px;left:5px;right:5px;z-index:25;border-radius:8px;height:auto}.player-bar .glass-content{padding:.5rem}.pb-thumb{width:36px;height:36px}:is(#page-landing,[data-page-type=full]).page.active{margin-top:-48px}}@media (max-width:640px){.hero-headline{gap:.25rem;top:48px}.hero-half-content{margin-top:0}.hero-title{font-size:.75rem}.hero-sub{font-size:1.125rem}.hero-badge{font-size:.6875rem;padding:.25rem .875rem}.cta-row{gap:.25rem;bottom:5.5rem}.hero-split{min-height:0}.hero-half{width:100%;left:0;right:0}.hero-half.gram-half{height:50%;top:0;bottom:auto;justify-content:flex-end;padding-bottom:2.5rem}.hero-half.irre-half{height:50%;top:auto;bottom:0;justify-content:flex-start;padding-top:2.5rem}.hero-half-content{display:grid;grid-template-columns:auto auto;justify-content:center;align-items:center;gap:0 .75rem;text-align:left}.hero-half .card-members{grid-column:2;grid-row:1;font-size:.75rem;text-align:center}.hero-half .card-song{grid-column:1;grid-row:2;margin-top:0;font-size:.75rem}.hero-half .card-play-btn{grid-column:2;grid-row:2;margin-top:0}.vs-3d-stage{width:86px;height:54px;transform:translate(-60%,-60%)}.vs-3d-layer::after{font-size:4rem}.page.active:not([data-page-type=full]){padding:1rem 1rem 6rem}.v-card{flex:0 0 calc(50% - 6px)}.pb-controls{gap:.25rem}#pb-repeat,#pb-shuffle{display:none}.pb-vol-wrap{display:none}.pb-gain{display:none}.fp-ctrl-repeat .fp-repeat-text{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);margin-bottom:.375rem}}@media (max-width:480px){.mv-grid{grid-template-columns:1fr}.hero-sub{font-size:1rem}.hero-how{font-size:.75rem}.fp-close{top:0;right:0}.fp-close .material-symbols-rounded{font-size:32px;width:32px;height:32px}.fp-overlay{padding:1rem 2.5rem}.fp-ctrls{gap:1rem}.hero-headline{top:72px;margin-bottom:0}.hero-half{padding:1.25rem 1rem}.hero-half.gram-half{padding-bottom:1.25rem}.hero-half.irre-half{padding-top:1.25rem}.hero-half .card-group{height:2rem}.hero-half .card-play-btn{height:2rem;padding:0 .875rem 0 1rem;font-size:.8125rem;--ag:0.625rem;--is:1rem}.cta-row .btn-cta{height:2.5rem;padding:0 1.25rem;font-size:.9375rem}.vs-3d-stage{width:140px;height:100px;transform:translate(-50%,-50%) scale(.3)}.vs-3d-layer::after{font-size:7.5rem}.fp-album{width:180px;height:180px;font-size:3.75rem}}.ql-current{display:flex;gap:1rem}.ql-card{width:240px;flex-shrink:0;border-radius:var(--r-lg);overflow:hidden;background:var(--bg)}.ql-card-visual{aspect-ratio:16/9;position:relative;overflow:hidden}.ql-card-visual img{width:100%;height:100%;object-fit:cover}.ql-card-tags{position:absolute;bottom:.75rem;left:.75rem;display:flex;gap:.375rem}.ql-card-info{padding:.75rem 1rem}.ql-card-title{font-size:1rem;font-weight:700}.ql-card-meta{font-size:.75rem;color:var(--white-opacity-70);margin-top:.25rem}.ql-card-info .quest-progress-bar{margin-top:.5rem}.quest-layer .quest-tag{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.6875rem;font-weight:600;line-height:1;color:#fff;background:rgba(255,255,255,.15);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.quest-progress-bar{height:4px;border-radius:2px;background:var(--white-opacity-10);overflow:hidden}.quest-progress-fill{height:100%;border-radius:2px;background:var(--ac1);transition:width .3s}.ql-fan{display:flex;flex-direction:column;gap:.75rem;flex-shrink:0;width:11rem}.ql-fan-profile{display:flex;align-items:center;gap:.5rem}.ql-fan-profile .fan-avatar{width:36px;height:36px}.ql-fan-nick{font-size:.875rem;font-weight:600}.ql-fan-club{font-size:.6875rem;color:var(--white-opacity-70)}.ql-fan-grade{display:flex;flex-direction:column;gap:.25rem}.ql-fan-badge{font-size:.6875rem;color:var(--ac1);font-weight:600}.ql-fan-time{font-size:.6875rem;color:var(--white-opacity-70)}.ql-others{margin-top:1rem}.ql-section-title{font-size:.75rem;font-weight:600;color:var(--white-opacity-70);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.ql-mini-card{display:flex;gap:.75rem;padding:.625rem;border-radius:8px;transition:background .15s;text-decoration:none;color:inherit}.ql-mini-card:hover{background:var(--white-opacity-05)}.ql-mini-visual{width:64px;height:48px;border-radius:8px;overflow:hidden;flex-shrink:0}.ql-mini-visual img{width:100%;height:100%;object-fit:cover}.ql-mini-title{font-size:.8125rem;font-weight:600}.ql-mini-meta{font-size:.6875rem;color:var(--white-opacity-70)}.ac1{color:var(--ac1)}.gold-text{color:var(--gold)}.dimmer-text{color:var(--white-opacity-70)}@media(max-width:640px){.m-toast-host-bottom{bottom:7rem}}.season-dday-toast{background:linear-gradient(135deg,rgba(251,146,60,.95),rgba(244,114,182,.95))}.vote-ended{opacity:.6;cursor:default}.trk-hint{font-size:.75rem;color:#fb923c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.mv-card.locked{cursor:pointer}.mv-type-locked{color:#fb923c;font-size:.8125rem}.vote-amount{display:inline-flex;align-items:center;gap:.5rem;background:var(--white-opacity-05);border:1px solid var(--white-opacity-10);border-radius:9999px;padding:.375rem .875rem}.vote-amount-btn{width:30px;height:30px;border-radius:50%;border:1px solid var(--white-opacity-20);background:var(--white-opacity-05);color:#fff;font-size:1.125rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.vote-amount-btn:hover:not(:disabled){background:var(--white-opacity-20)}.vote-amount-btn:disabled{opacity:.3;cursor:default}.vote-amount-val{font-size:1.25rem;font-weight:800;min-width:1.75rem;text-align:center}.vote-amount-unit{font-size:.8125rem;color:var(--white-opacity-70)}.vote-amount-info{font-size:.8125rem;color:var(--white-opacity-70)}.fm-card.expired{opacity:.7;filter:grayscale(1);transition:opacity .2s,filter .2s}.fm-expired-tag{display:inline-block;align-self:flex-start;margin-top:.15rem;padding:.125rem .5rem;font-size:.6875rem;font-weight:700;color:#fb923c;background:rgba(251,146,60,.12);border-radius:9999px;line-height:1.6}.feed-login-cta{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem;color:var(--white-opacity-60);background:var(--white-opacity-05);border:1px solid var(--white-opacity-10);border-radius:14px}.feed-login-cta p{font-size:.9rem}.module-mount[data-module=myinfo]{position:relative}.myinfo-locked .myinfo-section{filter:blur(4px);pointer-events:none;user-select:none}.myinfo-login-overlay{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:center}