@import "https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Sans+KR:wght@400;500;700&display=swap";.clubs-page{color:#292331;padding:32px 24px 100px;container:clubs/inline-size}.clubs-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.clubs-heading small{letter-spacing:2px;color:#8a64dc;font-size:12px;font-weight:700}.clubs-heading h1{margin:8px 0;font-size:32px}.clubs-heading p,.club-description{color:#837b8c;font-size:14px;line-height:1.6}.clubs-page button{cursor:pointer;color:#655377;background:#fff;border:1px solid #e7deef;border-radius:22px;padding:10px 16px;font-size:14px}.clubs-page button:focus-visible,.clubs-page input:focus-visible,.clubs-page textarea:focus-visible,.clubs-page select:focus-visible{outline-offset:3px;outline:3px solid #ad8dff}.clubs-page button:disabled{opacity:.6;cursor:default}.clubs-page .club-create{color:#fff;white-space:nowrap;background:#8055e8;border-color:#8055e8}.club-tabs{gap:8px;margin-top:24px;display:flex;overflow-x:auto}.club-tabs button{white-space:nowrap;background:#f7f5fa;border:0;padding:9px 18px;font-weight:600}.club-tabs button[aria-selected=true]{color:#fff;background:linear-gradient(110deg,#8b56ee,#dd4aa9)}.club-search{align-items:center;gap:12px;margin-top:24px;display:flex}.club-topics{border-bottom:1px solid #eee8f5;padding:8px 0 26px}.club-topics-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;display:flex}.club-topics h2{color:#292331;margin:0 0 22px;font-size:24px}.club-topics-heading h2{margin:0}.club-topic-list{flex-wrap:wrap;gap:8px;width:100%;display:flex}.club-topic-list button{color:#38313e;background:#fff;border:1px solid #dedbe3;border-radius:22px;padding:8px 16px;font-size:14px}.club-topic-list button[aria-pressed=true]{color:#7548bd;background:#f2eaff;border-color:#a47be9}@media (width<=700px){.club-topics-heading{align-items:flex-start}.club-topics h2{font-size:20px}.club-topic-list{gap:7px}.club-topic-list button{padding:7px 12px;font-size:14px}}.club-search input{border:1px solid #e5dced;border-radius:24px;flex:0 720px;min-width:0;padding:12px 18px;font-size:14px}.club-search .club-create{margin-left:auto}.club-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:1fr;gap:18px;margin-top:28px;display:grid}@container clubs (width<=1240px){.club-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@container clubs (width<=900px){.club-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@container clubs (width<=640px){.club-grid{grid-template-columns:1fr}}.club-card{--club-band:linear-gradient(118deg,#c9c7ff 0%,#d9c9ff 48%,#f3c9e8 100%);--club-band-ink:#493f6b;--club-accent:#7965df;box-sizing:border-box;cursor:pointer;background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(#e5e0eb,#e5e0eb) border-box;border:2px solid #0000;border-radius:24px;flex-direction:column;padding:0;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #39284b0c}.club-card.club-tone-1{--club-band:linear-gradient(118deg,#bfeee2 0%,#c8efe8 48%,#cde4ff 100%);--club-band-ink:#28554f;--club-accent:#3fa994}.club-card.club-tone-2{--club-band:linear-gradient(118deg,#fff1a9 0%,#f8efb0 48%,#ffd6be 100%);--club-band-ink:#62522d;--club-accent:#c58b35}.club-card.club-tone-3{--club-band:linear-gradient(118deg,#ffc9dc 0%,#efc8ec 52%,#d9cdfc 100%);--club-band-ink:#643c60;--club-accent:#cf609e}.club-card:focus-visible{outline-offset:3px;background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(135deg,#25d9dd,#8178fa 52%,#f14aa9) border-box;border-color:#0000;outline:3px solid #ad8dff;box-shadow:0 14px 34px #725de026,0 0 18px #27dadd26}@media (hover:hover){.club-card:hover{background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(135deg,#25d9dd,#8178fa 52%,#f14aa9) border-box;border-color:#0000;transform:translateY(-3px);box-shadow:0 16px 38px #725de024,0 0 20px #27dadd24}}.club-card-band{box-sizing:border-box;background:var(--club-band);height:108px;color:var(--club-band-ink);flex:none;justify-content:space-between;align-items:flex-start;gap:14px;padding:16px 20px 36px;font-size:13px;line-height:1.45;display:flex;position:relative;overflow:hidden}.club-card-band:after{content:"";pointer-events:none;border:28px solid #ffffff38;border-radius:50%;width:150px;height:150px;position:absolute;bottom:-105px;right:-42px}.club-card-sparkles{color:#ffffff9c;align-items:center;gap:12px;display:flex;position:absolute;top:18px;left:25px;transform:rotate(-8deg)}.club-card-sparkles i{font-style:normal}.club-card-sparkles i:first-child{font-size:12px}.club-card-sparkles i:nth-child(2){font-size:25px}.club-card-sparkles i:nth-child(3){font-size:9px}.club-card-options{z-index:8;position:absolute;top:14px;right:16px}.clubs-page .club-card-menu-toggle{width:32px;height:38px;color:var(--club-band-ink);box-shadow:none;background:0 0;border:0;border-radius:0;place-items:center;padding:0;display:grid}.club-card-menu-toggle svg{fill:currentColor;width:20px;height:20px}.clubs-page .club-card-menu-toggle:hover,.clubs-page .club-card-menu-toggle[aria-expanded=true]{color:#251d35;background:0 0}.clubs-page .club-card-menu-toggle:focus-visible{outline-offset:2px;outline:2px solid}.club-card-popover{box-sizing:border-box;background:#fff;border:1px solid #e4dce9;border-radius:14px;gap:2px;width:168px;padding:6px;display:grid;position:absolute;top:44px;right:0;box-shadow:0 14px 34px #34243f38}.clubs-page .club-card-popover button{color:#3e3544;text-align:left;background:#fff;border:0;border-radius:9px;width:100%;padding:10px 11px;font-size:13px}.clubs-page .club-card-popover button:hover,.clubs-page .club-card-popover button:focus-visible{color:#6f4fbd;background:#f5f0fb}.clubs-page .club-card-popover button:disabled{color:#aaa2ad;background:#faf9fb}.club-card-surface{background:#fff;border-radius:30px 30px 0 0;flex-direction:column;flex:1;margin-top:-28px;padding:52px 20px 17px;display:flex;position:relative}.club-avatar{object-fit:cover;border:5px solid #fff;border-radius:50%;width:78px;height:78px;position:absolute;top:-34px;left:20px;box-shadow:0 8px 22px #49365a2b}.club-card .club-join{border:1px solid color-mix(in srgb,var(--club-accent) 24%,white);background:color-mix(in srgb,var(--club-accent) 10%,white);min-width:76px;color:var(--club-accent);padding:9px 14px;font-weight:800;position:absolute;top:16px;right:20px}.club-card .club-join:hover:not(:disabled){background:var(--club-accent);color:#fff}.club-card-copy{flex-direction:column;flex:1;min-width:0;display:flex}.club-card-kicker{align-items:center;gap:8px;min-height:24px;padding-right:84px;display:flex}.club-card-kicker span{background:color-mix(in srgb,var(--club-accent) 11%,white);color:var(--club-accent);border-radius:999px;padding:4px 9px;font-size:12px;font-weight:800}.club-card-kicker small{color:#9a929f;font-size:12px}.club-card-copy h2{color:#2d2732;overflow-wrap:anywhere;margin:7px 0 0;padding-right:84px;font-size:20px;line-height:1.35}.club-card-meta{color:#857c8c;flex-wrap:wrap;align-items:center;gap:6px 12px;margin-top:8px;font-size:12px;display:flex}.club-card-meta>*+*{position:relative}.club-card-meta>*+:before{content:"";background:#c2b9c9;border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:-8px}.club-card-meta time{font:inherit;font-variant-numeric:tabular-nums}.club-card-copy>p{color:#687279;white-space:pre-wrap;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:17px 0 18px;font-size:14px;line-height:1.65;display:-webkit-box;overflow:hidden}.club-card-footer{border-top:1px solid #f0ebf3;justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding-top:13px;display:flex}.club-card-footer>span{color:#82798a;text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:7px;min-width:0;font-size:12px;display:flex;overflow:hidden}.club-card-footer>span>i{background:var(--club-accent);width:7px;height:7px;box-shadow:0 0 0 4px color-mix(in srgb,var(--club-accent) 12%,white);border-radius:50%;flex:none}.club-card-footer>strong{color:var(--club-accent);flex:none;font-size:13px}.club-card-footer>strong i{margin-left:3px;font-style:normal}.club-empty{text-align:center;color:#8e7b9e;background:#fcfaff;border:1px dashed #ded2ec;border-radius:20px;padding:65px 20px;font-size:14px}.club-tabs+.club-empty{margin-top:28px}.club-empty>span{color:#b69ae1;font-size:40px}.club-empty h2{color:#68517d;font-size:20px}.club-empty p{line-height:1.7}.club-empty.joined-empty{background:0 0;border:0;border-radius:0;margin-top:32px;padding:30px 12px}.club-empty.joined-empty h2{color:#403747;margin:0}.club-empty.joined-empty p{color:#867d8c;margin:10px 0 0}.club-detail-visual{z-index:2;color:#2c2631;background:#fff;position:fixed;inset:0 50% 0 0;overflow-y:auto;box-shadow:5px 0 25px #65547730}.club-detail-cover{background-position:50% 28%;background-size:cover;height:clamp(255px,36vh,350px);position:relative}.club-detail-cover:after,.club-detail-mobile-cover:after{display:none}.club-detail-cover>button{color:#332b39;background:#fffffff0;border:1px solid #fff9;border-radius:50%;place-items:center;width:46px;height:46px;padding:0;display:grid;position:absolute;top:28px;left:28px;box-shadow:0 8px 22px #1d13294d}.club-detail-cover>button svg,.club-detail-mobile-cover>button svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:23px;height:23px;display:block}.club-detail-profile{box-sizing:border-box;z-index:1;width:min(88%,680px);margin:-46px auto 48px;padding:0 4px;position:relative}.club-detail-identity{grid-template-columns:104px minmax(0,1fr) auto;align-items:end;gap:16px;display:grid}.club-detail-identity>img{object-fit:cover;border:5px solid #fff;border-radius:27px;width:104px;height:104px;display:block;box-shadow:0 12px 30px #2f203b33}.club-detail-identity>div{min-width:0;padding-bottom:3px}.club-detail-identity h1{color:#292331;overflow-wrap:anywhere;margin:0;font-size:29px;line-height:1.25}.club-detail-identity>div small{color:#817887;letter-spacing:.01em;margin-top:6px;font-size:13px;font-weight:700;display:block}.club-membership-state{color:#766d7c;white-space:nowrap;background:#fff;border:1px solid #e1dbe7;border-radius:999px;align-self:center;align-items:center;gap:7px;padding:9px 13px;font-size:13px;font-weight:800;display:inline-flex}.club-membership-state i{color:#8060d7;background:#eee9f5;border-radius:50%;place-items:center;width:20px;height:20px;font-size:12px;font-style:normal;display:grid}.club-membership-state.is-member{color:#ab4692;background:#fff8ff;border-color:#e2caed}.club-membership-state.is-member i{color:#fff;background:linear-gradient(135deg,#8b67eb,#e455aa)}.club-detail-description{box-sizing:border-box;color:#625a68;white-space:pre-wrap;word-break:keep-all;overflow-wrap:break-word;width:100%;max-width:none;margin:24px 0 0;font-size:15px;line-height:1.75}.club-detail-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:22px;display:grid}.club-detail-facts>span{box-sizing:border-box;background:#fff;border:1px solid #e3dde8;border-radius:16px;align-items:center;gap:10px;min-height:62px;padding:11px 13px;display:flex;box-shadow:0 6px 18px #432c5710}.club-detail-facts i{color:#9b59dc;flex:none;place-items:center;width:30px;height:30px;font-style:normal;display:grid}.club-detail-facts svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:27px;height:27px}.club-detail-facts strong{color:#332b39;font-size:14px}.club-detail-notice{color:#584a65;background:linear-gradient(110deg,#f7f1ff,#fff6fb);border:1px solid #e4d9f4;border-radius:15px;align-items:flex-start;gap:11px;margin-top:15px;padding:13px 15px;display:flex}.club-detail-notice>svg{fill:none;stroke:#9b59dc;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:23px;height:23px;margin-top:1px}.club-detail-notice>div{min-width:0}.club-detail-notice strong{color:#4a3d55;font-size:13px;display:block}.club-detail-notice p{color:#7e7188;overflow-wrap:anywhere;margin:3px 0 0;font-size:12px;line-height:1.55}.club-participants{border-top:1px solid #e5dfe9;margin-top:22px;padding-top:19px}.club-participants>div:first-child{flex-direction:column;gap:3px;min-width:0;display:flex}.club-participants strong{font-size:14px}.club-participants>div:first-child small{color:#8a8290;font-size:12px;line-height:1.5}.club-participant-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 12px;margin-top:17px;display:grid}.club-participant-grid article{text-align:center;flex-direction:column;align-items:center;min-width:0;display:flex}.club-participant-grid article>span{box-sizing:border-box;background:linear-gradient(#f8f7fa,#f8f7fa) padding-box padding-box,linear-gradient(135deg,#9067f2,#d767dc 52%,#55c9e5) border-box;border:3px solid #0000;border-radius:50%;place-items:center;width:78px;height:78px;padding:4px;display:grid;overflow:hidden;box-shadow:0 8px 20px #613a8a1a}.club-participant-grid article:nth-child(4n+2)>span{background:linear-gradient(#f8f7fa,#f8f7fa) padding-box padding-box,linear-gradient(135deg,#55a8f4,#53d6d7 55%,#ffb365) border-box}.club-participant-grid article:nth-child(4n+3)>span{background:linear-gradient(#f8f7fa,#f8f7fa) padding-box padding-box,linear-gradient(135deg,#ff9a62,#ff6f91 55%,#ad6df1) border-box}.club-participant-grid article:nth-child(4n)>span{background:linear-gradient(#f8f7fa,#f8f7fa) padding-box padding-box,linear-gradient(135deg,#72d597,#77a9ff 55%,#b569ef) border-box}.club-participant-grid img,.club-participant-grid b{object-fit:cover;border-radius:50%;place-items:center;width:100%;height:100%;display:grid}.club-participant-grid b{color:#6d4aa9;background:#eee8f7;font-size:22px}.club-participant-grid article>strong{color:#514858;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-top:8px;font-size:12px;overflow:hidden}.club-participant-grid article>small{color:#9a909f;margin-top:2px;font-size:12px}.club-participant-grid article.is-owner>small{color:#8b5cce;font-weight:700}.club-detail-actions{z-index:5;justify-content:flex-end;align-items:center;gap:9px;display:flex;position:absolute;top:58px;right:4px}.club-detail-actions button{font-family:inherit}.club-detail-action-icon{color:#171c20;background:#fff;border:1px solid #d7dfe3;border-radius:50%;place-items:center;width:44px;height:44px;padding:0;display:grid;box-shadow:0 5px 16px #31233e12}.club-detail-action-icon>span{letter-spacing:2px;font-size:17px;font-weight:900;transform:translateY(-3px)}.club-detail-action-icon svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:23px;height:23px}.club-detail-membership{color:#fff;background:#171c20;border:1px solid #171c20;border-radius:999px;min-width:104px;height:44px;padding:0 21px;font-size:14px;font-weight:850}.club-detail-membership.is-member{color:#a4435e;background:#fff7f8;border-color:#e0ccd2}.club-detail-membership.is-pending{color:#7651bd;background:#f7f2ff;border-color:#ddcff2}.club-detail-membership:disabled{cursor:default;opacity:.72}.club-detail-action-icon:hover,.club-detail-action-icon:focus-visible,.club-detail-membership:focus-visible{outline-offset:2px;outline:3px solid #b493f0}.club-detail-more{position:relative}.club-detail-action-popover{background:#fff;border:1px solid #e2dbe7;border-radius:13px;gap:2px;width:160px;padding:6px;display:grid;position:absolute;top:52px;right:0;box-shadow:0 14px 34px #34243f38}.club-detail-action-popover button{color:#3e3544;text-align:left;background:#fff;border:0;border-radius:8px;padding:10px;font-size:13px}.club-detail-action-popover button:hover,.club-detail-action-popover button:focus-visible{color:#6f4fbd;background:#f5f0fb}.club-detail-action-notice{box-sizing:border-box;color:#514858;white-space:normal;background:#fff;border:1px solid #ded5e8;border-radius:11px;max-width:320px;padding:10px 36px 10px 12px;font-size:12px;position:absolute;top:54px;right:0;box-shadow:0 12px 30px #2b1d3c25}.club-detail-action-notice>button{color:#756a7b;background:0 0;border:0;width:26px;height:26px;padding:0;font-size:18px;position:absolute;top:5px;right:5px}.club-detail-edit{color:#6647b2;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #d9cfea;border-radius:999px;align-items:center;gap:7px;height:44px;padding:0 17px;font-family:inherit;font-size:13px;font-weight:850;display:inline-flex;box-shadow:0 5px 16px #31233e12}.club-detail-edit svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.club-detail-edit:hover,.club-detail-edit:focus-visible{color:#56349f;outline-offset:2px;background:#f8f4ff;border-color:#9873df;outline:3px solid #b493f0}.club-announcements{margin-top:20px}.club-announcements>header{justify-content:space-between;align-items:center;gap:12px;min-height:45px;display:flex}.club-announcements>header>div{align-items:center;gap:10px;min-width:0;display:flex}.club-announcements>header>div>span{color:#8d62de;background:linear-gradient(135deg,#eee7ff,#ffe9f6);border-radius:11px;flex:none;place-items:center;width:34px;height:34px;display:grid}.club-announcements>header svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.club-announcements>header>div>div{flex-direction:column;gap:2px;min-width:0;display:flex}.club-announcements>header strong{color:#3f3547;font-size:14px}.club-announcements>header small{color:#8a8290;font-size:12px}.club-announcements>header>b{color:#775ca5;background:#f0ebf6;border-radius:999px;place-items:center;min-width:26px;height:26px;font-size:12px;display:grid}.club-announcements ul{background:#fff;border:1px solid #e2dce7;border-radius:16px;margin:10px 0 0;padding:0;list-style:none;overflow:hidden;box-shadow:0 7px 22px #432c570d}.club-announcements li+li{border-top:1px solid #eee9f1}.club-announcements li{background:#fff;transition:background .18s}.club-announcements li>button{box-sizing:border-box;color:#3f3745;text-align:left;background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:center;gap:16px;width:100%;min-height:74px;padding:13px 15px;display:flex}.club-announcements li>button:hover{background:#faf7fd}.club-announcements li>button:focus-visible{z-index:1;outline-offset:-3px;outline:3px solid #ad8dff;position:relative}.club-announcement-copy{flex-direction:column;gap:5px;min-width:0;display:flex}.club-announcement-copy strong{color:#3b3241;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;overflow:hidden}.club-announcement-copy>small{color:#847b89;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.club-announcement-meta{color:#918794;flex:none;align-items:center;gap:9px;font-size:12px;display:flex}.club-announcement-meta time{font:inherit;font-variant-numeric:tabular-nums}.club-announcement-meta i{color:#7659ae;place-items:center;width:25px;height:25px;font-size:18px;font-style:normal;transition:transform .18s;display:grid}.club-announcements li.is-open .club-announcement-meta i{transform:rotate(180deg)}.club-announcement-panel p{color:#6e6475;white-space:pre-wrap;overflow-wrap:anywhere;background:linear-gradient(110deg,#f5efff,#fff7fb);border-left:3px solid #a880e8;border-radius:0 10px 10px 0;margin:0;padding:13px 14px;font-size:13px;line-height:1.7}.club-detail-mobile-summary{display:none}.club-posts-page{min-height:100%;padding-top:24px;position:relative}.club-posts-header{border-bottom:0;align-items:center;gap:12px;padding-bottom:18px;display:flex}.club-posts-header>button{border-radius:50%;width:38px;height:38px;padding:0;font-size:27px;line-height:1}.club-posts-header>div{flex-direction:column;display:flex}.club-posts-header small{color:#8065df;font-size:12px;font-weight:700}.club-posts-header h2{margin:2px 0 0;font-size:24px}.club-post-list{gap:18px;width:min(100%,720px);margin:22px auto 0;padding-bottom:90px;display:grid}.club-post-list .club-social-post{cursor:pointer;background:#fff;border:1px solid #e4dfe8;border-radius:20px;min-height:0;padding:0;transition:border-color .18s,box-shadow .18s,transform .18s;display:block;overflow:hidden;box-shadow:0 6px 22px #3b29470d}.club-post-list .club-social-post:hover,.club-post-list .club-social-post:focus-visible{border-color:#9a83ed;outline:0;transform:translateY(-2px);box-shadow:0 13px 34px #4d376a20}.club-social-post>header{box-sizing:border-box;align-items:center;gap:11px;min-height:68px;padding:13px 16px;display:flex}.club-post-author-avatar{color:#fff;background:linear-gradient(135deg,#8a6cf0,#db50b2);border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-size:16px;font-weight:800;display:grid;overflow:hidden}.club-post-author-avatar img{object-fit:cover;width:100%;height:100%;display:block}.club-social-post>header>div{flex-direction:column;gap:2px;min-width:0;display:flex}.club-social-post>header strong{color:#302936;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.club-social-post>header small{color:#938b98;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.club-post-menu{color:#8f8794;letter-spacing:2px;margin-left:auto;font-size:18px}.club-social-copy{padding:0 16px 15px}.club-social-copy h3{color:#302936;margin:0 0 7px;font-size:17px;line-height:1.45}.club-social-copy p{color:#6f6874;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:14px;line-height:1.65}.club-post-list .club-social-media{object-fit:contain;background:#f1eef4;border-radius:0;width:calc(100% - 32px);height:auto;margin:0 16px;display:block}.club-social-gallery{background:#eeebf1;grid-template-columns:minmax(0,2.35fr) minmax(112px,.65fr);gap:3px;width:calc(100% - 32px);height:420px;margin:0 16px;display:grid;overflow:hidden}.club-social-gallery>img,.club-social-gallery>span>img{object-fit:cover;width:100%;height:100%;display:block}.club-social-gallery>span{min-width:0;position:relative;overflow:hidden;color:#fff!important;display:block!important}.club-social-gallery>span>b{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#17131dbf;border-radius:999px;padding:5px 8px;position:absolute;top:10px;right:10px;font-size:12px!important;font-weight:800!important;line-height:1!important}.club-social-gallery>span>i{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#17131dcc;border:1px solid #ffffff8c;border-radius:50%;place-items:center;min-width:38px;height:38px;font-size:12px;font-style:normal;font-weight:850;display:grid;position:absolute;bottom:10px;right:10px}.club-social-embed{cursor:default;background:#f8f7fa;border:1px solid #e2dde7;border-radius:14px;width:calc(100% - 32px);margin:0 16px;overflow:hidden}.club-social-embed>header{box-sizing:border-box;background:#fff;align-items:center;gap:8px;min-height:48px;padding:8px 12px;display:flex}.club-social-embed>header>span{color:#fff;background:#251f2b;border-radius:8px;flex:none;place-items:center;width:28px;height:28px;font-size:14px;font-weight:900;display:grid}.club-social-embed>header>strong{color:#342d39;font-size:13px}.club-social-embed>header>small{color:#8a818e;font-size:12px}.club-social-embed>header>a{color:#7051bd;margin-left:auto;font-size:12px;font-weight:750;text-decoration:none}.club-social-embed>iframe{background:#eeeaf1;border:0;width:100%;height:390px;display:block}.club-social-embed.is-youtube>header>span{background:#f00000}.club-social-embed.is-youtube>iframe{aspect-ratio:16/9;height:auto}.club-social-embed.is-facebook>header>span{background:#1877f2}.club-social-embed.is-tiktok>header>span{background:#111}.club-social-embed.is-instagram>header>span{background:linear-gradient(135deg,#6749d6,#e33c84,#f0a34a)}.club-social-media-empty{color:#62576b;text-align:center;background:radial-gradient(circle at 30% 15%,#fff 0,#0000 35%),linear-gradient(135deg,#eee9fb,#f9edf5);flex-direction:column;justify-content:center;align-items:center;gap:7px;height:220px;margin:0 16px;display:flex}.club-social-media-empty>span{color:#956bdf!important;font-size:28px!important}.club-social-media-empty>strong{font-size:15px}.club-social-media-empty>small{color:#8b8290;font-size:12px}.club-social-post>footer{box-sizing:border-box;border-top:1px solid #eeeaf1;align-items:center;gap:20px;min-height:58px;padding:0 16px;display:flex}.club-social-post>footer span{color:#302936;align-items:center;gap:7px;font-size:14px;display:inline-flex}.club-social-post>footer b{font-size:25px;font-weight:400;line-height:1}.club-social-post>footer .club-post-view-count svg,.club-social-post>footer .club-post-reply-count svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px}.club-social-post>footer .club-post-reply-count{appearance:none;box-shadow:none;color:#302936;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:0;align-items:center;gap:7px;padding:0;font-size:14px;display:inline-flex}.club-social-post>footer .club-post-reply-count:hover{color:#7653da;background:0 0}.club-post-reply-count:focus-visible{outline-offset:4px;outline:2px solid #7653da73}.club-post-reply-count:disabled{cursor:default;opacity:.5}.club-social-post>footer .club-post-bookmark{appearance:none;width:27px;height:27px;box-shadow:none;color:#302936;cursor:pointer;background:0 0;border:0;border-radius:0;place-items:center;margin-left:auto;padding:0;display:grid}.club-social-post>footer .club-post-bookmark:hover{color:#7653da;background:0 0}.club-post-bookmark:focus-visible{outline-offset:4px;outline:2px solid #7653da73}.club-post-bookmark:disabled{cursor:wait;opacity:.5}.club-post-bookmark svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:27px;height:27px}.club-post-bookmark.is-active{color:#7653da}.club-post-bookmark.is-active svg{fill:currentColor}.club-reply-backdrop{z-index:650;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#211a2773;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.club-reply-dialog{box-sizing:border-box;color:#302936;background:#fff;border:1px solid #e4dce9;border-radius:24px;width:min(680px,100vw - 32px);max-height:calc(100dvh - 48px);overflow:auto;box-shadow:0 30px 90px #1f142f59}.club-reply-dialog>header{border-bottom:1px solid #eee8f1;align-items:center;height:66px;padding:0 24px;display:flex}.club-reply-dialog>header>button{color:#332b39;cursor:pointer;background:0 0;border:0;border-radius:50%;width:38px;height:38px;padding:0;font-size:30px;line-height:1}.club-reply-dialog>header>button:hover,.club-reply-dialog>header>button:focus-visible{background:#f4f0f7;outline:2px solid #9d83e8}.club-reply-dialog>header>strong{margin-left:14px;font-size:16px}.club-reply-original{grid-template-columns:48px minmax(0,1fr);gap:14px;padding:24px 28px 9px;display:grid}.club-reply-avatar,.club-reply-viewer-avatar{color:#fff;background:linear-gradient(135deg,#8264e6,#d453a9);border-radius:50%;place-items:center;width:48px;height:48px;font-size:16px;font-weight:850;display:grid;overflow:hidden}.club-reply-avatar img,.club-reply-viewer-avatar img{object-fit:cover;width:100%;height:100%;display:block}.club-reply-original>div{border-left:2px solid #ddd7e1;min-width:0;padding:0 0 21px 18px;position:relative}.club-reply-original>div>header{align-items:baseline;gap:7px;display:flex}.club-reply-original>div>header strong{font-size:15px}.club-reply-original>div>header small{color:#837a88;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.club-reply-original h2{color:#302936;margin:11px 0 0;font-size:17px;line-height:1.5}.club-reply-original p{color:#6d6572;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:7px 0 0;font-size:14px;line-height:1.65;display:-webkit-box;overflow:hidden}.club-reply-target{color:#7757d0;margin-top:16px;font-size:13px;font-weight:700;display:block}.club-reply-dialog>form{grid-template-columns:48px minmax(0,1fr);gap:0 14px;padding:12px 28px 24px;display:grid}.club-reply-dialog>form>label{min-width:0}.club-reply-dialog textarea{box-sizing:border-box;color:#302936;resize:vertical;background:0 0;border:0;outline:0;width:100%;min-height:150px;padding:11px 4px;font:14px/1.7 inherit}.club-reply-dialog textarea::placeholder{color:#928998}.club-reply-dialog>form>p{color:#b64058;grid-column:2;margin:0 0 10px;font-size:13px}.club-reply-dialog>form>footer{border-top:1px solid #eee8f1;grid-column:2;justify-content:space-between;align-items:center;gap:16px;padding-top:14px;display:flex}.club-reply-dialog>form>footer small{color:#8d8492;font-size:12px}.club-reply-dialog>form>footer button{color:#fff;cursor:pointer;background:#7255d6;border:0;border-radius:999px;min-width:104px;height:42px;padding:0 18px;font-size:14px;font-weight:800;box-shadow:0 8px 20px #7255d62e}.club-reply-dialog>form>footer button:disabled{color:#fff;cursor:not-allowed;box-shadow:none;background:#d3cdd9}.club-reply-dialog>form>footer button:focus-visible{outline-offset:2px;outline:3px solid #b59af1}@media (width<=620px){.club-reply-backdrop{align-items:end;padding:10px}.club-reply-dialog{border-radius:22px 22px 12px 12px;width:100%;max-height:92dvh}.club-reply-dialog>header{height:58px;padding:0 15px}.club-reply-original{grid-template-columns:42px minmax(0,1fr);gap:10px;padding:18px 16px 6px}.club-reply-avatar,.club-reply-viewer-avatar{width:42px;height:42px}.club-reply-original>div{padding-left:13px}.club-reply-original h2{font-size:16px}.club-reply-dialog>form{grid-template-columns:42px minmax(0,1fr);gap:0 10px;padding:9px 16px 18px}.club-reply-dialog textarea{min-height:125px}.club-reply-dialog>form>footer button{min-width:94px}}.club-posts-empty{text-align:center;margin-top:54px}.club-posts-empty h2{margin:0;font-size:20px}.club-posts-empty p{color:#8a8290;margin:10px 0 0;font-size:14px}.clubs-page .club-chat-fab{z-index:8;color:#fff;background:linear-gradient(135deg,#7659eb,#dc4fae);border:0;border-radius:50%;place-items:center;width:58px;height:58px;padding:0;display:grid;position:fixed;bottom:28px;right:28px;box-shadow:0 13px 32px #764ec95c}.club-chat-fab svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:27px;height:27px}.club-chat-fab:hover,.club-chat-fab:focus-visible{transform:translateY(-2px);box-shadow:0 17px 38px #764ec973}.club-chat-notice{z-index:9;color:#514858;background:#fff;border:1px solid #ded5e8;border-radius:12px;padding:12px 42px 12px 15px;font-size:14px;position:fixed;bottom:98px;right:28px;box-shadow:0 15px 38px #2b1d3c30}.club-chat-notice button{background:0 0;border:0;width:28px;height:28px;padding:0;font-size:20px;position:absolute;top:7px;right:7px}.content>.clubs-page{min-height:0}@media (width>=1025px){.content>.clubs-page{grid-row:2;height:auto;overflow:visible}}.club-notice{background:#fff3f5;padding:16px;font-size:14px}.club-notice button{margin-left:12px}.club-create-overlay{z-index:500;background:#fff;padding:0;display:block;position:fixed;inset:0}.club-create-studio{width:100vw;height:100dvh;box-shadow:none;background:#fff;border:0;border-radius:0;grid-template-columns:minmax(0,1fr) minmax(430px,1fr);display:grid;overflow:hidden}.club-create-page{background:#fff;grid-row:2;min-width:0;height:100%;min-height:0;overflow:hidden}.club-create-page .club-create-studio{width:100%;height:100%}.club-create-preview.is-direct-preview{padding-top:0}.club-create-preview.is-direct-preview>article{height:100%}.club-create-preview.is-direct-preview .club-create-preview-cover{height:clamp(280px,42vh,430px)}.club-create-preview.is-global-preview{display:none}@media (width>=1025px){.club-create-page .club-create-studio{grid-template-columns:minmax(0,1fr)}.club-create-page .club-create-preview.is-direct-preview:not(.is-global-preview){display:none}.club-create-preview.is-global-preview{z-index:20;border-right:1px solid #e8e2ec;display:flex;position:fixed;inset:0 50% 0 0}.club-create-page .club-create-form{grid-column:1;width:100%;height:100%}.club-create-detail-preview .club-detail-identity>.club-create-empty-avatar{border-width:4px;width:138px;height:138px}.club-create-detail-preview .club-detail-actions{top:154px;right:4px}}.club-create-preview{background:#fff;border-right:1px solid #e8e2ec;flex-direction:column;min-width:0;padding:28px 0 48px;display:flex;overflow:auto}.club-create-preview>header{color:#756a7d;justify-content:space-between;align-items:flex-start;gap:12px;min-height:42px;padding:0 32px;display:flex}.club-create-preview>header>div{color:#5f477e;letter-spacing:.08em;align-items:center;gap:8px;font:800 12px Exo,sans-serif;display:flex}.club-create-preview>header>div>span{background:#53c991;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #53c9911f}.club-create-preview>header small{font-size:12px}.club-create-preview>article{width:100%;box-shadow:none;background:0 0;border:0;border-radius:0;margin:0;overflow:visible}.club-create-preview-cover{box-sizing:border-box;background-position:50% 28%;background-size:cover;align-items:flex-start;height:clamp(260px,36vh,390px);padding:28px 32px;display:flex}.club-create-preview-cover>span{color:#fff;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#1f172766;border:1px solid #fff6;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:700}.club-create-preview-body{width:min(100% - 64px,680px);margin:0 auto;padding:0 0 32px}.club-create-preview-identity{align-items:flex-end;gap:18px;min-width:0;margin-top:-52px;display:flex}.club-create-preview-identity>img{box-sizing:border-box;object-fit:cover;border:5px solid #fff;border-radius:50%;flex:none;width:112px;height:112px;box-shadow:0 12px 25px #32223f2a}.club-create-preview-identity>div{min-width:0;padding-bottom:5px}.club-create-preview-identity small{color:#815ee4;letter-spacing:.04em;font-size:12px;font-weight:800}.club-create-preview-identity h2{color:#2c2432;text-overflow:ellipsis;white-space:nowrap;margin:5px 0 3px;font-size:27px;line-height:1.25;overflow:hidden}.club-create-preview-identity span{color:#8a818e;font-size:13px}.club-create-preview-body>p{color:#665d6a;white-space:pre-wrap;overflow-wrap:anywhere;min-height:52px;margin:25px 0 20px;font-size:14px;line-height:1.75}.club-create-preview-facts{grid-template-columns:1fr 1fr;gap:12px;display:grid}.club-create-preview-facts>span{background:#fff;border:1px solid #e1dae7;border-radius:15px;align-items:center;gap:11px;min-height:66px;padding:0 16px;display:flex}.club-create-preview-facts svg{fill:none;stroke:#9562e1;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:27px;height:27px}.club-create-preview-facts strong{font-size:14px}.club-create-preview-body>footer{color:#887e8d;border-top:1px solid #e7e1ea;justify-content:space-between;align-items:center;gap:16px;margin-top:22px;padding-top:17px;font-size:12px;display:flex}.club-create-preview-body>footer>span{align-items:center;gap:7px;display:flex}.club-create-preview-body>footer i{background:#8e66e8;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #8e66e817}.club-create-preview-body>footer time{font-variant-numeric:tabular-nums;flex:none}.club-create-form{color:#332c38;box-sizing:border-box;background:#fff;flex-direction:column;min-width:0;padding:44px 48px 34px;display:flex;overflow:auto}.club-create-form>header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.club-create-form>header small{color:#8058df;letter-spacing:.08em;font:800 12px Exo,sans-serif}.club-create-form h2{margin:7px 0 0;font-size:28px}.club-create-form>header p{color:#897f8f;margin:9px 0 0;font-size:14px;line-height:1.6}.club-create-form>header>button{color:#6e6473;background:#f3eff6;border:0;border-radius:50%;flex:none;width:38px;height:38px;padding:0;font-size:24px}.club-create-fields{margin-top:29px}.club-create-form label{color:#3a323f;margin:0 0 21px;font-size:14px;font-weight:750;display:block;position:relative}.club-create-form input,.club-create-form select,.club-create-form textarea{box-sizing:border-box;color:#332c38;background:#fbfafc;border:1px solid #dcd4e3;border-radius:12px;outline:0;width:100%;margin-top:9px;padding:12px 14px;font:14px/1.55 inherit;transition:border-color .18s,box-shadow .18s,background .18s;display:block}.club-create-form input,.club-create-form select{height:48px}.club-create-form textarea{resize:vertical;min-height:150px}.club-create-form input:focus,.club-create-form select:focus,.club-create-form textarea:focus{background:#fff;border-color:#916ce9;box-shadow:0 0 0 4px #916ce914}.club-create-form label>small{color:#958b9a;text-align:right;margin-top:6px;font-size:12px;font-weight:400;display:block}.club-create-form label:nth-child(2)>small{text-align:left}.club-create-visibility{background:#faf8fc;border:1px solid #e0d9e5;border-radius:13px;align-items:center;gap:12px;min-height:66px;padding:11px 14px;display:flex}.club-create-visibility>svg{fill:none;stroke:#9365df;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:27px;height:27px}.club-create-visibility>span{flex-direction:column;gap:2px;display:flex}.club-create-visibility strong{font-size:14px}.club-create-visibility small{color:#8d8492;font-size:12px;line-height:1.5}.club-create-error{color:#b64058;margin:12px 0 0;font-size:13px}.club-create-form>footer{justify-content:flex-end;gap:10px;margin-top:auto;padding-top:28px;display:flex}.club-create-form>footer button{color:#655b6a;background:#fff;border:1px solid #d8d0df;border-radius:11px;min-width:104px;height:44px;padding:0 18px;font-size:14px;font-weight:750}.club-create-form>footer button:last-child{color:#fff;background:linear-gradient(135deg,#7656dc,#9d67ea);border-color:#8058df;min-width:132px;box-shadow:0 9px 20px #7656dc38}.club-create-form>footer button:disabled{cursor:not-allowed;opacity:.45;box-shadow:none}.club-create-preview{box-sizing:border-box;overflow-x:hidden}.club-create-detail-preview{background:#fff;padding:0;overflow-y:auto}.club-create-detail-preview .club-detail-cover,.club-create-detail-preview .club-detail-profile{flex:none}.club-create-detail-preview .club-detail-actions>button{pointer-events:none}.club-create-participant-count{color:#7651bd;align-items:center;gap:12px;min-width:0;padding:4px 2px;font-size:12px;font-weight:800;display:flex}.club-create-field-label i{color:#ff666d;margin-right:5px;font-size:16px;font-style:normal;line-height:1}.club-create-control-row>.club-create-field-label{color:#3a323f;margin-bottom:9px;font-size:14px;font-weight:800;display:block}.club-create-form input,.club-create-form select,.club-create-form textarea{font-family:inherit;font-size:14px;line-height:1.55}.club-create-media-row{margin-bottom:21px}.club-create-media-control{background:#faf8fc;border:1px solid #e0d9e5;border-radius:14px;grid-template-columns:84px minmax(0,1fr);align-items:center;gap:14px;min-width:0;padding:12px;display:grid}.club-create-media-thumbnail{box-sizing:border-box;object-fit:cover;background-color:#eee9f3;background-position:50%;background-size:cover;border:1px solid #e3dbea;width:84px;height:64px;display:block}.club-create-media-thumbnail.is-cover{border-radius:11px}.club-create-media-thumbnail.is-avatar{border:3px solid #fff;border-radius:50%;width:64px;height:64px;margin:0 10px;box-shadow:0 5px 15px #37274624}.club-create-media-control>div{flex-direction:column;align-items:flex-start;gap:3px;min-width:0;display:flex}.club-create-media-control>div>strong{color:#453c4b;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:13px;overflow:hidden}.club-create-media-control>div>small{color:#8d8492;font-size:12px;font-weight:400;line-height:1.45}.club-create-media-control>div>span{flex-wrap:wrap;gap:7px;margin-top:7px;display:flex}.club-create-media-control button{color:#7651bd;background:#fff;border:1px solid #a985ec;border-radius:999px;min-height:34px;padding:0 13px;font-family:inherit;font-size:12px;font-weight:800}.club-create-media-control button:hover,.club-create-media-control button:focus-visible{background:#f2eaff;outline:0;box-shadow:0 0 0 3px #9d75e825}.club-create-media-control button.is-remove{color:#756b79;border-color:#d9d0df}.club-create-form .club-create-file-input{clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;position:absolute!important;overflow:hidden!important}@media (width<=820px){.club-create-overlay{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;padding:0;display:block}.club-create-studio{width:100%;height:100dvh;box-shadow:none;border:0;border-radius:0;flex-direction:column;display:flex;overflow-y:auto}.club-create-form{padding:28px 24px calc(62px + env(safe-area-inset-bottom));order:1;overflow:visible}.club-create-preview{border-top:1px solid #e8e2ec;border-right:0;order:2;padding:27px 24px 50px;overflow:visible}.club-create-preview>header{padding:0}.club-create-preview>article{background:#fff;border:1px solid #ded6e6;border-radius:22px;margin:16px auto 0;overflow:hidden}.club-create-preview-cover{height:220px;padding:22px}.club-create-preview-body{width:auto;margin:0;padding:0 24px 26px}.club-create-preview-identity>img{border-color:#fff}.club-create-form>footer{z-index:20;bottom:calc(62px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;margin:12px -24px 0;padding:14px 24px;position:sticky;box-shadow:0 -8px 24px #38264612}}.club-create-page .club-create-studio{height:100%}@media (width<=820px){.club-create-page{height:auto;min-height:calc(100dvh - 62px);overflow:visible}.club-create-page .club-create-studio{height:auto;min-height:calc(100dvh - 62px)}.club-create-page .club-create-preview.is-direct-preview{padding-top:0}.club-create-page .club-create-preview.is-direct-preview>article{border-top:0;border-radius:0 0 22px 22px;margin-top:0}.club-create-page .club-create-preview.is-direct-preview .club-create-preview-cover{height:220px}}@media (width<=480px){.club-create-form{padding:24px 18px calc(62px + env(safe-area-inset-bottom))}.club-create-form h2{font-size:24px}.club-create-fields{margin-top:24px}.club-create-form textarea{min-height:130px}.club-create-form>footer{margin-bottom:0;margin-left:-18px;margin-right:-18px;padding-left:18px;padding-right:18px}.club-create-form>footer button{flex:1;min-width:0}.club-create-preview{padding:24px 16px 42px}.club-create-preview>header{align-items:center}.club-create-preview>header small{text-align:right;max-width:130px}.club-create-preview-cover{height:180px}.club-create-preview-body{padding:0 18px 22px}.club-create-preview-identity{gap:12px;margin-top:-38px}.club-create-preview-identity>img{border-width:4px;border-radius:23px;width:82px;height:82px}.club-create-preview-identity h2{font-size:20px}.club-create-preview-body>p{margin:20px 0 16px;font-size:13px}.club-create-preview-facts{grid-template-columns:1fr}.club-create-preview-facts>span{min-height:58px}.club-create-preview-body>footer{flex-direction:column;align-items:flex-start;gap:8px}}@media (width<=820px){.club-create-page .club-create-detail-preview{padding:0;overflow:visible}.club-create-detail-preview .club-detail-cover{height:230px}.club-create-detail-preview .club-detail-profile{width:auto;margin-top:-54px;padding:0 20px 32px}.club-create-detail-preview .club-detail-identity>img{border-width:3px;width:104px;height:104px}.club-create-detail-preview .club-detail-identity h1{margin-top:13px;font-size:25px}.club-create-detail-preview .club-detail-actions{top:68px;right:20px}.club-create-detail-preview .club-detail-description{margin-top:20px;font-size:14px;line-height:1.65}}@media (width<=480px){.club-create-page .club-create-detail-preview{padding:0}.club-create-detail-preview .club-detail-cover{height:195px}.club-create-detail-preview .club-detail-profile{padding-left:16px;padding-right:16px}.club-create-detail-preview .club-detail-actions{gap:7px;right:16px}.club-create-detail-preview .club-detail-action-icon,.club-create-detail-preview .club-detail-edit{width:40px;height:40px}}@media (width>=821px){.club-create-page .club-create-form{align-items:center;padding:36px 48px 44px}.club-create-page .club-create-form>header,.club-create-page .club-create-form>.club-create-fields,.club-create-page .club-create-form>footer{box-sizing:border-box;width:min(100%,720px)}.club-create-page .club-create-form h2{font-size:25px}.club-create-page .club-create-form input,.club-create-page .club-create-form select{height:44px}.club-create-page .club-create-form textarea{min-height:132px}.club-create-page .club-create-form>footer{justify-content:center;margin-top:2px;padding-top:18px}.club-create-page .club-create-form>header,.club-create-page .club-create-form>.club-create-fields,.club-create-page .club-create-form>footer{width:min(100%,680px)}.club-create-page .club-create-fields{margin-top:30px}.club-create-page .club-create-form label,.club-create-page .club-create-control-row{grid-template-columns:104px minmax(0,1fr);align-items:start;column-gap:16px;display:grid}.club-create-page .club-create-form label{margin-bottom:23px}.club-create-page .club-create-field-label{color:#3a323f;text-align:right;grid-column:1;justify-content:flex-end;align-items:center;gap:6px;margin-bottom:0;padding-top:12px;font-size:14px;font-weight:800;line-height:1.45;display:flex}.club-create-page .club-create-field-label i{color:#ff666d;margin-right:0;font-size:16px;font-style:normal;line-height:1}.club-create-page .club-create-form input,.club-create-page .club-create-form select,.club-create-page .club-create-form textarea{grid-column:2;margin-top:0}.club-create-page .club-create-form label>small{grid-column:2;margin-top:6px}.club-create-page .club-create-control-row{margin-top:4px}.club-create-page .club-create-control-row>.club-create-field-label{padding-top:19px}.club-create-page .club-create-control-row>.club-create-visibility{grid-column:2}.club-create-page .club-create-error{margin-left:120px}.club-create-page .club-create-form>footer{padding-left:120px}}.topbar .header-clubs-button{color:#7650cc;white-space:nowrap;background:#f6f0ff;border:1px solid #d9c9f4;border-radius:24px;justify-content:center;align-items:center;gap:7px;padding:9px 16px;font-size:14px;display:inline-flex}.topbar .header-clubs-button svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:20px;height:20px}.profile-account-menu .account-language{border-top:1px solid #eee8f5;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;font-size:14px;display:flex}.account-language select{background:#fff;border:1px solid #e3d9ef;border-radius:8px;padding:8px;font-size:14px}@media (width<=700px){.clubs-page{padding:22px 16px 110px}.clubs-heading{align-items:flex-start}.clubs-heading h1{font-size:28px}.clubs-heading p{max-width:200px}.club-grid{grid-template-columns:1fr}.club-tabs button{padding:10px 14px}.clubs-heading .club-create{padding:10px 12px}.club-search{align-items:stretch}.club-search input{flex:auto}.club-search button{margin-left:0;padding:8px 12px}}@media (width<=440px){.club-card-band{height:96px;padding:13px 16px 34px}.club-card-sparkles{top:16px;left:20px}.club-card-options{top:11px;right:12px}.club-card-surface{padding:47px 16px 15px}.club-avatar{width:68px;height:68px;top:-30px;left:16px}.club-card-kicker,.club-card-copy h2{padding-right:78px}.club-card-kicker small{display:none}.club-card-copy h2{font-size:18px}.club-card .club-join{min-width:70px;padding:9px 12px;top:13px;right:16px}.club-card-footer>span{max-width:62%}}@media (width<=1024px){.club-detail-visual{display:none}.club-posts-page{padding-top:0}.club-detail-mobile-summary{background:#fff;border-bottom:1px solid #e8e1eb;margin:0 -16px 22px;display:block}.club-detail-mobile-cover{background-position:50% 28%;background-size:cover;height:230px;position:relative}.club-detail-mobile-cover>button{z-index:2;color:#31283a;background:#fffffff0;border:0;border-radius:50%;width:42px;height:42px;padding:0;font-size:31px;line-height:1;position:absolute;top:16px;left:16px;box-shadow:0 7px 20px #24152f38}.club-detail-mobile-summary .club-detail-profile{width:auto;margin:-39px 0 0;padding:0 20px 24px}.club-detail-mobile-summary .club-detail-identity{grid-template-columns:82px minmax(0,1fr);align-items:end;gap:13px}.club-detail-mobile-summary .club-detail-identity>img{border-width:4px;border-radius:23px;width:82px;height:82px}.club-detail-mobile-summary .club-detail-identity>div{padding-bottom:5px}.club-detail-mobile-summary .club-detail-identity h1{font-size:23px}.club-detail-mobile-summary .club-membership-state{grid-area:2/1/auto/-1;width:max-content;margin-top:2px;padding:7px 11px}.club-detail-mobile-summary .club-detail-description{margin-top:17px;font-size:14px;line-height:1.65}.club-detail-mobile-summary .club-detail-facts,.club-detail-mobile-summary .club-participants{margin-top:16px}.club-posts-header{padding-bottom:14px}.club-posts-header>button{display:none}.club-posts-header h2{font-size:21px}.club-post-list{gap:14px;width:100%}.club-post-list .club-social-post{padding:0;display:block}.club-social-post>header{padding:12px}.club-social-copy{padding:0 12px 13px}.club-social-copy h3{font-size:16px}.club-post-list .club-social-media{width:calc(100% - 24px);margin:0 12px}.club-social-post>footer{gap:16px;padding:0 13px}.clubs-page .club-chat-fab{right:18px;bottom:calc(84px + env(safe-area-inset-bottom))}.club-chat-notice{right:18px;bottom:calc(154px + env(safe-area-inset-bottom))}.club-social-gallery{width:calc(100% - 24px);height:clamp(230px,62vw,380px);margin:0 12px}.club-social-embed{width:calc(100% - 24px);margin:0 12px}.club-social-embed>iframe{height:clamp(300px,58vw,390px)}.club-social-embed.is-youtube>iframe{height:auto}.club-social-media-empty{height:230px;margin:0 12px}}.club-detail-mobile-cover>button{place-items:center;display:grid}@media (width<=520px){.club-detail-mobile-cover{height:195px}.club-detail-mobile-summary .club-detail-profile{padding-left:16px;padding-right:16px}.club-detail-mobile-summary .club-detail-facts{grid-template-columns:1fr}.club-detail-mobile-summary .club-participant-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 8px}.club-detail-mobile-summary .club-participant-grid article>span{width:72px;height:72px}.club-announcements li>button{align-items:flex-start;gap:8px;min-height:82px;padding:12px}.club-announcement-copy strong{white-space:normal;max-width:100%;line-height:1.4}.club-announcement-copy>small{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}.club-announcement-meta{flex-direction:column;gap:4px;padding-top:2px}.club-announcement-panel{padding:0 12px 12px}.club-announcement-panel p{padding:12px;font-size:13px}}.club-posts-header>button{place-items:center;font-size:0;display:grid}.club-posts-header>button:not(.club-write-action):before{content:"‹";font-size:27px;line-height:1;display:block;transform:translateY(-2px)}.club-posts-header small{display:none}.club-posts-header h2{margin:0}.club-announcements>header{padding:0 2px}.club-announcements>header>strong{font-size:15px}.club-announcements>header>b{color:#775ca5;letter-spacing:.04em;background:0 0;border-radius:0;min-width:0;height:auto;font-size:12px;font-weight:800;display:block}.club-announcement-pagination{justify-content:center;align-items:center;gap:14px;margin-top:12px;display:flex}.club-announcement-pagination button{color:#8a808f;background:0 0;border:0;border-radius:0;place-items:center;width:auto;min-width:20px;height:32px;padding:0 2px;font-size:14px;font-weight:600;display:grid}.club-announcement-pagination button:hover:not(:disabled){color:#7651c4}.club-announcement-pagination button:focus-visible{color:#7651c4;outline-offset:2px;outline:2px solid #cbb7f3}.club-announcement-pagination button.is-current{color:#7651c4;text-underline-offset:5px;font-weight:900;text-decoration:underline;text-decoration-thickness:2px}.club-announcement-pagination button:disabled{cursor:not-allowed;opacity:.38}.club-announcements li>button{justify-content:flex-start;gap:14px}.club-announcement-number{color:#8a68db;font-variant-numeric:tabular-nums;letter-spacing:.03em;flex:none;width:30px;font-size:13px}.club-announcement-copy{flex:1}.club-announcement-meta{margin-left:auto}.club-announcement-meta i{width:32px;height:32px}.club-announcement-meta i svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px;display:block}.club-announcement-pagination .page-arrow{width:36px;height:36px;padding:0}.club-announcement-pagination .page-arrow svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px;display:block}.club-participant-grid .club-owner-badge{color:#7d50bd;background:#f2eaff;border:1px solid #d9c4f5;border-radius:999px;margin-top:5px;padding:3px 8px;font-size:12px;font-weight:800;line-height:1.2}.club-participant-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.club-members-requests{background:#faf7ff;border:1px solid #e4d8f3;border-radius:14px;margin:0 0 18px;padding:14px}.club-members-requests>div{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.club-members-requests h3{color:#3c3442;margin:0;font-size:14px}.club-members-requests>div>span{color:#7a5eb0;font-size:12px;font-weight:750}.club-members-requests article{grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:46px;display:grid}.club-members-requests article+article{margin-top:8px}.club-members-requests article>span{color:#6d4aa9;background:#eee8f7;border-radius:50%;place-items:center;width:38px;height:38px;display:grid;overflow:hidden}.club-members-requests article img{object-fit:cover;width:100%;height:100%}.club-members-requests article strong{color:#4a4050;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.club-members-requests article button{color:#fff;background:#7651bd;border:0;border-radius:999px;min-width:60px;padding:8px 12px;font-size:12px;font-weight:800}.club-members-requests article button:disabled{opacity:.58}.club-members-requests>p{color:#665b6d;margin:10px 0 0;font-size:12px}@media (width<=520px){.club-announcements li>button{align-items:center;gap:9px}.club-announcement-number{width:25px}.club-announcement-meta{flex-direction:row;gap:5px;padding-top:0}.club-announcement-meta i{width:28px;height:28px}.club-announcement-meta i svg{width:18px;height:18px}.club-announcement-pagination{gap:11px}.club-announcement-pagination button{height:32px}.club-announcement-pagination .page-arrow{width:36px;height:36px}.club-detail-mobile-summary .club-participant-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1024px){.club-detail-mobile-summary .club-detail-actions{margin:14px 0 0;position:relative;top:auto;right:auto}.club-detail-mobile-summary .club-detail-action-popover{left:0;right:auto}.club-detail-mobile-summary .club-detail-action-notice{top:52px}}@media (width<=440px){.club-detail-mobile-summary .club-detail-actions{gap:8px}.club-detail-mobile-summary .club-detail-action-icon{width:42px;height:42px}.club-detail-mobile-summary .club-detail-membership{min-width:98px;height:42px;padding:0 18px}}@media (width<=520px){.club-detail-edit{justify-content:center;width:42px;height:42px;padding:0;font-size:0}.club-detail-edit svg{width:19px;height:19px}}.club-detail-profile{margin-top:-72px}.club-detail-identity{flex-direction:column;align-items:flex-start;gap:0;display:flex}.club-detail-identity>img{border-width:4px;border-radius:50%;width:138px;height:138px;box-shadow:0 14px 34px #2f203b38}.club-detail-identity>div{padding:0}.club-detail-identity h1{margin-top:16px;font-size:31px}.club-detail-identity .club-detail-owner{margin-top:7px;font-size:14px}.club-detail-visual .club-detail-actions{top:154px;right:4px}.club-detail-description{width:100%;max-width:none;min-height:52px;margin-top:26px}@media (width<=1024px){.club-detail-mobile-summary .club-detail-profile{margin-top:-54px}.club-detail-mobile-summary .club-detail-identity{flex-direction:column;align-items:flex-start;gap:0;display:flex}.club-detail-mobile-summary .club-detail-identity>img{border-width:3px;border-radius:50%;width:104px;height:104px}.club-detail-mobile-summary .club-detail-identity>div{padding:0}.club-detail-mobile-summary .club-detail-identity h1{margin-top:13px;font-size:25px}.club-detail-mobile-summary .club-detail-identity .club-detail-owner{margin-top:5px;font-size:13px}.club-detail-mobile-summary .club-detail-actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:9px;height:44px;margin:0;display:flex;position:absolute;top:68px;right:20px}.club-detail-mobile-summary .club-detail-more{flex:0 0 44px;width:44px;height:44px}.club-detail-mobile-summary .club-detail-action-icon{box-sizing:border-box;border-width:1px;flex:0 0 44px;place-items:center;width:44px;height:44px;margin:0;padding:0;line-height:1;display:grid}.club-detail-mobile-summary .club-detail-action-icon svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px;margin:0;display:block}.club-detail-mobile-summary .club-detail-action-icon svg circle{fill:currentColor;stroke:none}.club-detail-mobile-summary .club-detail-membership,.club-detail-mobile-summary .club-detail-edit{flex:none;margin:0}.club-detail-mobile-summary .club-detail-description{width:100%;max-width:none;min-height:0}}@media (width<=440px){.club-detail-mobile-summary .club-detail-actions{right:16px}}@media (width>=821px){.club-create-page .club-create-control-row>.club-create-media-control{grid-column:2}.club-create-page .club-create-media-row{margin-bottom:23px}}@media (width<=480px){.club-create-media-control{grid-template-columns:64px minmax(0,1fr);gap:11px}.club-create-media-thumbnail{width:64px;height:54px}.club-create-media-thumbnail.is-avatar{width:56px;height:56px;margin:0 4px}.club-create-media-control button{padding:0 11px}}.club-create-form.is-create{padding-top:34px}.club-create-form.is-create .club-create-fields{margin-top:0}.club-create-select-wrap{min-width:0;display:block;position:relative}.club-create-select-wrap select{appearance:none;margin-top:0;padding-right:42px}.club-create-select-wrap>svg{pointer-events:none;fill:none;stroke:#6f6477;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px;position:absolute;top:50%;right:13px;transform:translateY(-50%)}.club-create-media-control.is-gallery{background:0 0;border:0;border-radius:0;padding:0;display:block}.club-create-media-control.is-gallery>small{color:#8d8492;margin-top:9px;font-size:12px;font-weight:400;line-height:1.45;display:block}.club-create-media-gallery{flex-flow:wrap!important;align-items:center!important;gap:10px!important;display:flex!important}.club-create-media-tile{background:#fff;border:1px solid #ded5e6;border-radius:12px;flex:none;width:84px;height:68px;display:block;position:relative}.club-create-media-tile.is-avatar{border-radius:50%;width:68px;height:68px}.club-create-media-tile.is-selected{border-color:#835ee3;box-shadow:0 0 0 3px #8f67e326}.club-create-media-tile.is-default{overflow:hidden}.club-create-media-tile>img,.club-create-media-select>img{border-radius:inherit;object-fit:cover;width:100%;height:100%;display:block}.club-create-media-tile>small,.club-create-media-select>small{color:#fff;background:#24182bbd;border-radius:999px;padding:2px 6px;font-size:12px;font-weight:800;line-height:1.35;position:absolute;bottom:5px;left:5px}.club-create-media-control .club-create-media-select{border-radius:inherit;width:100%;height:100%;min-height:0;color:inherit;background:0 0;border:0;padding:0;display:block;overflow:hidden}.club-create-media-control .club-create-media-select:hover,.club-create-media-control .club-create-media-select:focus-visible{background:0 0;box-shadow:0 0 0 3px #9d75e83d}.club-create-media-control .club-create-media-remove{z-index:1;color:#fff;background:#55495c;border:2px solid #fff;border-radius:50%;place-items:center;width:24px;height:24px;min-height:0;padding:0;font-size:16px;font-weight:500;line-height:1;display:grid;position:absolute;top:-7px;right:-7px;box-shadow:0 3px 8px #2d203a30}.club-create-media-control .club-create-media-remove:hover,.club-create-media-control .club-create-media-remove:focus-visible{color:#fff;background:#352b3c}.club-create-media-control .club-create-media-add{color:#7651bd;background:#fff;border:1px dashed #9f7ae8;border-radius:12px;flex:none;place-items:center;width:84px;height:68px;min-height:0;padding:0;display:grid}.club-create-media-control .club-create-media-add.is-avatar{border-radius:50%;width:68px;height:68px}.club-create-media-control .club-create-media-add:hover,.club-create-media-control .club-create-media-add:focus-visible{background:#f8f4ff;border-color:#8058df;box-shadow:0 0 0 3px #9d75e824}.club-create-media-add>span{font-size:30px;font-weight:300;line-height:1}.club-create-detail-preview .club-detail-cover.is-empty,.club-create-preview-cover.is-empty{background:#f4f1f7}.club-create-empty-cover{color:#918799;flex-direction:column;align-items:center;gap:10px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.club-create-empty-cover svg{fill:none;stroke:#aa9db3;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:42px;height:42px}.club-create-empty-cover strong{font-size:13px}.club-detail-identity>.club-create-empty-avatar,.club-create-preview-identity>.club-create-empty-avatar{box-sizing:border-box;color:#9e8eaa;background:#f5f2f7;border:3px dashed #c8bdcf;border-radius:50%;flex:none;place-items:center;width:104px;height:104px;display:grid;box-shadow:0 12px 30px #2f203b16}.club-detail-identity>.club-create-empty-avatar svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:40px;height:40px}.club-create-preview-identity>.club-create-empty-avatar{border:5px solid #fff;width:112px;height:112px;font-size:31px}.club-create-empty-participant{color:#8060d7;background:#f0e9fa;place-items:center;width:100%;height:100%;font-size:20px;display:grid}.club-create-tag-row{margin-bottom:23px}.club-create-tag-editor{min-width:0}.club-create-tag-list{flex-wrap:wrap;align-items:center;gap:7px;min-height:34px;display:flex}.club-create-tag{color:#7048bf;background:#f4eeff;border:1px solid #d7c9f6;border-radius:999px;align-items:center;gap:4px;min-height:32px;padding:0 5px 0 11px;font-size:13px;font-weight:750;display:inline-flex}.club-create-tag>button{color:#8068a6;background:0 0;border:0;border-radius:50%;place-items:center;width:24px;height:24px;padding:0;font-size:17px;line-height:1;display:grid}.club-create-tag>button:hover,.club-create-tag>button:focus-visible{color:#53338e;background:#e6dafb}.club-create-tag-add{color:#7651bd;background:#fff;border:1px dashed #9f7ae8;border-radius:50%;place-items:center;width:32px;height:32px;min-height:0;padding:0;display:grid}.club-create-tag-add>span{font-size:21px;font-weight:400;line-height:1}.club-create-tag-input{color:#7048bf;background:#fff;border:1px solid #956ce6;border-radius:999px;align-items:center;gap:3px;min-width:142px;height:32px;padding:0 9px;display:inline-flex}.club-create-form .club-create-tag-input input{width:110px;height:28px;box-shadow:none;background:0 0;border:0;border-radius:0;margin:0;padding:0;font-size:13px}.club-create-form .club-create-tag-input input:focus{box-shadow:none;border:0}.club-create-tag-editor>small{color:#958b9a;margin-top:6px;font-size:12px;font-weight:400;line-height:1.45;display:block}.club-create-visibility-options{box-sizing:border-box;background:#efebf3;border-radius:999px;grid-template-columns:1fr 1fr;gap:3px;width:200px;padding:3px;display:grid}.club-create-visibility-options>button{color:#756c7a;text-align:center;cursor:pointer;background:0 0;border:0;border-radius:999px;min-height:38px;padding:0 14px;font-size:14px;font-weight:800}.club-create-visibility-options>button.is-selected{color:#704bd2;background:#fff;box-shadow:0 3px 10px #3d29551a}.club-create-visibility-options>button:focus-visible{outline-offset:1px;outline:3px solid #a98aec}.club-create-visibility-help{display:none}.club-create-form.is-create>footer button{border-radius:999px}@media (width>=821px){.club-create-page .club-create-select-wrap,.club-create-page .club-create-visibility-options,.club-create-page .club-create-tag-editor{grid-column:2}.club-create-page .club-create-compact-field .club-create-select-wrap{width:260px}.club-create-page .club-create-form.is-create>footer{padding-top:24px}}@media (width<=600px){.club-create-form.is-create{padding-top:24px}.club-create-visibility-options{grid-template-columns:1fr}.club-create-media-tile{width:74px;height:62px}.club-create-media-tile.is-avatar{width:62px;height:62px}.club-create-media-control .club-create-media-add{width:74px;height:62px}.club-create-media-control .club-create-media-add.is-avatar{width:62px;height:62px}}.club-cover-visibility{color:#3e3544;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe8;border:1px solid #ffffffb8;border-radius:999px;align-items:center;gap:7px;min-height:34px;padding:0 13px;font-size:12px;font-weight:850;display:inline-flex;position:absolute;top:28px;right:28px;box-shadow:0 8px 22px #2515302b}.club-cover-visibility svg{fill:none;stroke:#8f59d7;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.club-participant-summary{border-top:1px solid #e5dfe9;border-bottom:1px solid #e5dfe9;justify-content:space-between;align-items:center;gap:16px;margin-top:23px;padding:16px 2px;display:flex}.club-participant-summary>div{flex-direction:column;gap:3px;display:flex}.club-participant-summary>div strong{color:#3c3442;font-size:14px}.club-participant-summary>div small{color:#8c8391;font-size:12px}.club-participant-summary>button{color:#7651bd;background:0 0;border:0;align-items:center;gap:12px;min-width:0;padding:4px 2px;font-size:12px;font-weight:800;display:flex}.club-participant-summary>button:focus-visible{outline-offset:3px;border-radius:10px;outline:3px solid #b99df0}.club-participant-stack{align-items:center;padding-left:3px;display:flex}.club-participant-stack i,.club-participant-stack>b{box-sizing:border-box;background:#f0e9fa;border:0;border-radius:50%;place-items:center;width:46px;height:46px;font-style:normal;display:grid;overflow:hidden;box-shadow:0 5px 14px #38214726}.club-participant-stack i+i,.club-participant-stack i+b{margin-left:-14px}.club-participant-stack img,.club-participant-stack i>b{object-fit:cover;color:#6d4aa9;background:#eee8f7;border-radius:50%;place-items:center;width:100%;height:100%;font-size:14px;display:grid}.club-participant-stack>b{color:#655d69;box-shadow:none;background:#fff;border:1px solid #d8d2dc;font-size:12px;font-weight:900;position:relative}.club-members-backdrop{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#24172f73;place-items:center;padding:22px;display:grid;position:fixed;inset:0 50% 0 0}.club-members-dialog{box-sizing:border-box;background:#fbfafd;border:1px solid #e4ddeb;border-radius:22px;width:min(100%,560px);max-height:min(82vh,720px);padding:20px;overflow:hidden;box-shadow:0 28px 70px #1f122f66}.club-members-dialog>header{justify-content:space-between;align-items:center;gap:14px;display:flex}.club-members-dialog>header>div{align-items:baseline;gap:9px;display:flex}.club-members-dialog h2{color:#302837;margin:0;font-size:20px}.club-members-dialog>header span{color:#835bc8;font-size:13px;font-weight:800}.club-members-dialog>header>button{color:#635a68;background:#fff;border:1px solid #e2dbe7;border-radius:50%;place-items:center;width:36px;height:36px;padding:0;font-size:24px;line-height:1;display:grid}.club-members-search{background:#fff;border:1px solid #ddd4e8;border-radius:13px;align-items:center;gap:9px;height:44px;margin-top:16px;padding:0 13px;display:flex}.club-members-search:focus-within{border-color:#9369df;box-shadow:0 0 0 3px #9c70e624}.club-members-search svg{fill:none;stroke:#8e60d7;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:20px;height:20px}.club-members-search input{color:#3e3544;min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:14px}.club-members-dialog .club-participant-grid{grid-template-columns:repeat(4,minmax(0,1fr));max-height:calc(min(82vh,720px) - 137px);margin-top:18px;padding:2px 4px 12px;overflow-y:auto}.club-members-empty{color:#8a808f;text-align:center;margin:34px 0 18px;font-size:14px}@media (width<=1024px){.club-detail-mobile-cover .club-cover-visibility{top:16px;right:16px}.club-members-backdrop{padding:18px;inset:0}.club-members-dialog{width:min(100%,620px)}}@media (width<=520px){.club-cover-visibility{min-height:32px;padding:0 11px}.club-participant-summary{gap:10px;padding:14px 0}.club-participant-summary>button{gap:8px}.club-participant-stack i,.club-participant-stack>b{width:42px;height:42px}.club-participant-stack i+i,.club-participant-stack i+b{margin-left:-13px}.club-members-backdrop{padding:12px}.club-members-dialog{border-radius:19px;max-height:86vh;padding:17px 14px}.club-members-dialog .club-participant-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 8px;max-height:calc(86vh - 132px)}}.club-post-list{background:#fff;border:1px solid #e1dce5;border-radius:18px;gap:0;margin-top:18px;margin-bottom:90px;padding-bottom:0;overflow:hidden}.club-post-list .club-social-post{box-shadow:none;border:0;border-bottom:1px solid #e6e1e9;border-radius:0;transform:none}.club-post-list .club-social-post:last-child{border-bottom:0}.club-post-list .club-social-post:hover{box-shadow:none;background:#f6f6f7;border-color:#e6e1e9;transform:none}.club-member-avatar{position:relative}.club-member-avatar>span{box-sizing:border-box;background:linear-gradient(#f8f7fa,#f8f7fa) padding-box padding-box,linear-gradient(135deg,#9067f2,#d767dc 52%,#55c9e5) border-box;border:3px solid #0000;border-radius:50%;place-items:center;width:78px;height:78px;padding:4px;display:grid;overflow:hidden;box-shadow:0 8px 20px #613a8a1a}.club-participant-grid article:nth-child(4n+2) .club-member-avatar>span{background:linear-gradient(#f8f7fa,#f8f7fa) padding-box padding-box,linear-gradient(135deg,#55a8f4,#53d6d7 55%,#ffb365) border-box}.club-participant-grid article:nth-child(4n+3) .club-member-avatar>span{background:linear-gradient(#f8f7fa,#f8f7fa) padding-box padding-box,linear-gradient(135deg,#ff9a62,#ff6f91 55%,#ad6df1) border-box}.club-participant-grid article:nth-child(4n) .club-member-avatar>span{background:linear-gradient(#f8f7fa,#f8f7fa) padding-box padding-box,linear-gradient(135deg,#72d597,#77a9ff 55%,#b569ef) border-box}.club-member-identity{justify-content:center;align-items:center;gap:4px;max-width:100%;margin-top:8px;display:flex}.club-member-identity>strong{color:#514858;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.club-participant-grid .club-owner-badge{color:#7d50bd;background:#f2eaff;border:1px solid #d9c4f5;border-radius:999px;flex:none;margin:0;padding:3px 7px;font-size:12px;font-weight:800;line-height:1.2}.club-member-ai-badge{z-index:2;color:#f4b900;background:#fff;border-radius:50%;place-items:center;width:24px;height:24px;font-style:normal;display:grid;position:absolute;top:-5px;right:-3px;box-shadow:0 3px 10px #9a6d2340}.club-member-ai-badge svg{fill:currentColor;filter:drop-shadow(0 0 3px #fff7bd);width:18px;height:18px;display:block}.club-member-owner-badge{box-sizing:border-box;z-index:3;color:#fff;background:linear-gradient(135deg,#6f4ce3,#bb54d8);border:2px solid #fff;border-radius:50%;place-items:center;width:28px;height:28px;font-style:normal;display:grid;position:absolute;top:-7px;right:-5px;box-shadow:0 5px 14px #6e42b94d}.club-member-owner-badge svg{fill:#ffd96a;stroke:#fff4be;stroke-width:1.25px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px 2px #49278780);width:17px;height:17px;display:block}.club-participant-grid article.is-owner .club-member-avatar>span{box-shadow:0 0 0 4px #f0e8ff,0 10px 24px #754eb442}.club-participant-grid article.is-owner .club-member-ai-badge{top:-6px;right:22px}.club-member-home{color:#8b7e92;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;width:24px;height:24px;padding:0;display:grid}.club-member-home:hover,.club-member-home:focus-visible{color:#7954ba;background:#eee8f7;outline:none}.club-member-home svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.club-members-dialog{border-radius:24px;width:min(100%,680px);max-height:min(86vh,780px);padding:24px}.club-members-dialog .club-participant-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 14px;max-height:calc(min(86vh,780px) - 151px);margin-top:22px;padding:5px 6px 16px}.club-members-dialog .club-member-avatar>span{width:94px;height:94px}.club-members-dialog .club-member-identity{margin-top:10px}.club-members-dialog .club-member-identity>strong{font-size:13px}.club-members-dialog .club-member-ai-badge{width:27px;height:27px;top:-6px;right:-4px}.club-members-dialog .club-member-ai-badge svg{width:20px;height:20px}.club-members-dialog .club-member-owner-badge{width:31px;height:31px;top:-8px;right:-6px}.club-members-dialog .club-member-owner-badge svg{width:19px;height:19px}.club-member-heat{width:min(100%,112px);margin-top:8px}.club-member-heat>span{justify-content:space-between;align-items:center;gap:8px;display:flex}.club-member-heat small{color:#6d6373;font-size:12px;font-weight:850;line-height:1}.club-member-heat output{color:#7856d7;font-size:12px;font-weight:850;line-height:1}.club-member-heat>i{background:#ded9e3;border-radius:999px;height:6px;margin-top:6px;display:block;overflow:hidden;box-shadow:inset 0 1px 2px #44364d20}.club-member-heat>i>span{border-radius:inherit;background:linear-gradient(90deg,#9b6df1,#d75ed1 55%,#59bfea);height:100%;transition:width .3s;display:block}.club-member-access-remove{color:#a3425e;cursor:pointer;background:#fff8fa;border:1px solid #e4cbd3;border-radius:999px;min-height:30px;margin-top:9px;padding:0 11px;font-family:inherit;font-size:12px;font-weight:800}.club-member-access-remove:hover,.club-member-access-remove:focus-visible{outline-offset:2px;background:#fff0f4;border-color:#c86c87;outline:2px solid #e8a8ba66}.club-member-access-remove:disabled{cursor:wait;opacity:.58}.club-members-access-notice{color:#684ca7;background:#f4effc;border-radius:10px;margin:12px 2px 0;padding:10px 12px;font-size:13px;line-height:1.45}@media (width<=1024px){.club-members-dialog{width:min(100%,680px)}}@media (width<=520px){.club-members-dialog{border-radius:19px;max-height:86vh;padding:17px 14px}.club-members-dialog .club-participant-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 8px;max-height:calc(86vh - 132px)}.club-members-dialog .club-member-avatar>span{width:82px;height:82px}.club-members-dialog .club-member-identity{gap:2px}.club-members-dialog .club-member-identity>strong{font-size:12px}.club-members-dialog .club-owner-badge{padding:2px 5px}.club-members-dialog .club-member-home{width:22px;height:22px}.club-member-heat{width:min(100%,90px)}.club-member-access-remove{min-height:32px;padding:0 9px}}.club-post-list .club-social-post:focus-visible{background:#f3f1f7;border-color:#e6e1e9;outline:0;transform:none;box-shadow:inset 0 0 0 2px #a98aec}.club-post-list .club-social-post:active{background:#eeeef1}.club-social-copy h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.club-social-copy p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.club-post-list .club-social-media{object-fit:cover;object-position:center 28%;height:420px}@media (width<=1024px){.club-post-list{border-radius:16px;gap:0;margin-top:16px;margin-bottom:90px}.club-post-list .club-social-media{height:clamp(230px,62vw,380px)}}@media (width<=520px){.club-post-list{border-left:0;border-right:0;border-radius:0;margin-left:0;margin-right:0}.club-social-copy p{-webkit-line-clamp:2}.club-post-list .club-social-media{height:250px}}.club-posts-page{padding-top:0}.club-posts-header{z-index:9;-webkit-backdrop-filter:blur(16px);background:#ffffffd1;flex-wrap:nowrap;min-height:68px;padding-top:12px;padding-bottom:12px;position:sticky;top:0}.club-content-tabs{background:#f6f3f8;border:1px solid #ddd5e6;border-radius:999px;align-items:center;margin-left:0;padding:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);flex-direction:row!important;display:inline-flex!important}.club-content-tabs button{color:#817687;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;gap:7px;min-width:88px;height:34px;padding:0 10px 0 14px;font-size:13px;font-weight:750;transition:background .18s,color .18s,box-shadow .18s;display:inline-flex}.club-content-tabs button>b{box-sizing:border-box;color:#756c79;font-variant-numeric:tabular-nums;background:#e9e4ec;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:12px;font-weight:850;line-height:1;display:grid}.club-content-tabs button[aria-selected=true]{color:#704ed0;background:#fff;box-shadow:0 3px 10px #3d29551a}.club-content-tabs button[aria-selected=true]>b{color:#704ed0;background:#eee7ff}.club-content-tabs button:hover,.club-content-tabs button:focus-visible{color:#704ed0;outline-offset:1px;outline:2px solid #a98aec}.club-board{width:min(100%,980px);margin:18px auto 90px}.club-board-toolbar{border-bottom:1px solid #e7e1e9;grid-template-columns:140px minmax(260px,520px) 160px;justify-content:start;align-items:center;gap:10px;padding-bottom:16px;display:grid}.club-board-toolbar label{color:#716776;flex-direction:column;gap:7px;min-width:0;font-size:12px;font-weight:750;display:flex}.club-board-toolbar select,.club-board-toolbar input{box-sizing:border-box;color:#3e3543;width:100%;height:42px;font:inherit;background:#fff;border:1px solid #dcd4e1;border-radius:10px;outline:0;font-size:14px}.club-board-toolbar select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23685d70' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 11px center;background-repeat:no-repeat;background-size:18px;padding:0 38px 0 12px}.club-board-toolbar input{padding:0 38px 0 40px}.club-board-toolbar select:focus,.club-board-toolbar input:focus{border-color:#8d6ce3;box-shadow:0 0 0 3px #8d6ce320}.club-board-search{position:relative}.club-board-search>svg{fill:none;stroke:#7d6c87;stroke-width:1.8px;stroke-linecap:round;width:19px;height:19px;position:absolute;bottom:11px;left:13px}.club-board-search input::-webkit-search-cancel-button{cursor:pointer}.club-board-search input:hover{border-color:#b6a7d7}.clubs-page .club-board-search input:focus,.clubs-page .club-board-search input:focus-visible{box-shadow:none;border-color:#8d6ce3;outline:none}.club-board-result-summary{color:#8b818f;border-bottom:1px solid #e7e1e9;align-items:center;gap:11px;min-height:45px;font-size:12px;display:flex}.club-board-result-summary strong{color:#403746;font-size:13px}.club-board-result-summary span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.club-board-list{background:0 0;width:100%;margin:0}.club-board-head,.club-board-row{grid-template-columns:58px minmax(0,1fr) 150px 92px 58px;align-items:center;gap:12px;display:grid}.club-board-head{color:#8a808f;text-align:center;background:#faf9fb;border-bottom:1px solid #e8e2eb;min-height:43px;padding:0 18px;font-size:12px;font-weight:700}.club-board-head span:nth-child(2){text-align:left}.clubs-page .club-board-row{box-sizing:border-box;color:#4e4554;width:100%;min-height:82px;font:inherit;text-align:center;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ece7ef;border-radius:0;padding:13px 18px}.club-board-row:last-child{border-bottom:0}.club-board-row:hover{background:#faf8fc}.club-board-row:focus-visible{z-index:1;outline-offset:-3px;outline:3px solid #a98aec;position:relative}.club-board-number{color:#8a67e0;font-variant-numeric:tabular-nums;font-size:13px;font-weight:800}.club-board-title{text-align:left;flex-direction:column;gap:5px;min-width:0;display:flex}.club-board-title strong,.club-board-title small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.club-board-title strong{color:#352e3a;font-size:14px}.club-board-title small{color:#8a818e;font-size:12px}.club-board-author,.club-board-row time,.club-board-views{color:#756c7a;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.club-board-row time{font-variant-numeric:tabular-nums}.club-board-empty{color:#918795;border-bottom:1px solid #e7e1e9;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:180px;font-size:13px;display:flex}.club-board-empty strong{color:#423849;font-size:16px}.club-board-pagination{justify-content:center;align-items:center;gap:12px;min-height:88px;display:flex}.club-board-pagination button{color:#807585;cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;border-radius:0;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:6px 8px;font-size:20px;font-weight:750;line-height:1;display:inline-flex}.club-board-pagination button[aria-label]{font-size:34px;font-weight:500}.club-board-pagination button:hover,.club-board-pagination button:focus-visible{color:#714fd2;outline-offset:2px;outline:2px solid #ad94ec}.club-board-pagination button.is-current{color:#704bd0;border-bottom-color:#805cda}.club-board-pagination button:disabled{color:#c9c2cc;cursor:not-allowed}.club-board-pagination-ellipsis{color:#aaa1ad;font-size:18px}@media (width<=1024px){.club-posts-header{top:calc(60px + env(safe-area-inset-top));align-items:center}.club-board{margin-top:16px}.club-board-head,.club-board-row{grid-template-columns:46px minmax(0,1fr) 120px 78px 48px;padding-left:14px;padding-right:14px}}@media (width<=620px){.club-content-tabs button{min-width:66px;padding:0 12px}.club-board-toolbar{grid-template-columns:105px minmax(0,1fr)}.club-board-page-size{grid-column:1/-1;align-items:center;flex-direction:row!important}.club-board-page-size select{width:150px}.club-board-head{display:none}.club-board-row{grid-template-columns:34px minmax(0,1fr) auto;gap:10px;min-height:86px;padding:13px 4px}.club-board-title small{white-space:normal;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box}.club-board-author{text-align:left;grid-column:2}.club-board-row time{grid-area:1/3}.club-board-views{display:none}.club-board-pagination{gap:13px}}@media (width<=440px){.club-posts-header{gap:10px}.club-content-tabs{margin-left:0}.club-content-tabs button{min-width:62px;height:32px;padding:0 10px;font-size:12px}}.club-announcements li.is-open{background:#fff}.club-announcement-panel{padding:0 15px 18px 61px}.club-announcement-panel p{color:#6e6475;white-space:pre-wrap;overflow-wrap:anywhere;background:0 0;border:0;border-radius:0;margin:0;padding:0;font-size:13px;line-height:1.75}@media (width<=520px){.club-announcement-panel{padding:0 12px 16px 46px}.club-announcement-panel p{padding:0}}.club-board-detail{background:#fff;width:100%;min-width:0}.club-board-detail .post-detail{min-width:0;height:auto;overflow:visible}.club-board-detail .detail-body{max-width:920px}.club-feed-detail{box-sizing:border-box;color:#302936;background:#fff;width:min(100%,920px);margin:0 auto;padding:0 24px 110px}.club-feed-detail-topbar{z-index:12;-webkit-backdrop-filter:blur(14px);background:#fffc;border-bottom:1px solid #ece7ef;grid-template-columns:auto 1fr auto;align-items:center;min-height:68px;display:grid;position:sticky;top:76px}.club-feed-detail-topbar button{color:#514757;cursor:pointer;background:#fff;border:1px solid #ded7e3;border-radius:999px;align-items:center;gap:7px;min-height:42px;padding:0 14px;font:750 14px/1 inherit;display:inline-flex}.club-feed-detail-topbar button svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.club-feed-detail-topbar button:focus-visible{outline-offset:2px;outline:3px solid #b99cf0}.club-feed-detail-topbar>strong{color:#3a323f;text-align:center;grid-column:2;font-size:15px}.club-feed-detail-post{border-bottom:1px solid #e8e2eb;padding:30px 10px 0}.club-feed-detail-post>header{align-items:center;gap:12px;display:flex}.club-feed-detail-avatar,.club-feed-comment-avatar,.club-feed-reply-avatar{color:#fff;background:linear-gradient(135deg,#7659e8,#d454ad);border-radius:50%;flex:none;place-items:center;width:46px;height:46px;font-size:16px;font-weight:850;display:grid;overflow:hidden}.club-feed-detail-avatar img,.club-feed-comment-avatar img,.club-feed-reply-avatar img{object-fit:cover;width:100%;height:100%;display:block}.club-feed-detail-post>header>div{flex-direction:column;gap:2px;min-width:0;display:flex}.club-feed-detail-post>header strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.club-feed-detail-post>header small{color:#8b818f;font-size:12px}.club-feed-detail-post h1{overflow-wrap:anywhere;margin:24px 0 12px;font-size:25px;line-height:1.45}.club-feed-detail-copy{color:#514856;white-space:pre-wrap;overflow-wrap:anywhere;margin:0 0 22px;font-size:15px;line-height:1.85}.club-feed-detail-post>.club-social-media,.club-feed-detail-post>.club-social-gallery,.club-feed-detail-post>.club-social-embed{box-sizing:border-box;border-radius:16px;width:100%;height:auto;margin:0}.club-feed-detail-post>.club-social-media{object-fit:contain;background:#f1eef4;max-height:none;display:block}.club-feed-detail-post>.club-social-gallery{height:min(520px,58vw)}.club-feed-detail-post>.club-social-media-empty{border-radius:16px;height:240px;margin:0}.club-feed-detail-post>footer{color:#6f6575;align-items:center;gap:26px;min-height:62px;display:flex}.club-feed-detail-post>footer span{align-items:center;gap:6px;font-size:13px;display:inline-flex}.club-feed-detail-post>footer b{color:#352e3a;font-size:14px}.club-feed-comments{padding:30px 10px}.club-feed-comments>header{border-bottom:1px solid #ece7ef;padding-bottom:15px}.club-feed-comments h2{margin:0;font-size:20px}.club-feed-comments h2 b{color:#7753d4;font-size:16px}.club-feed-comments-state{color:#8b818f;text-align:center;margin:0;padding:34px 0;font-size:14px}.club-feed-comments-error{color:#b33c54;margin:14px 0;font-size:13px}.club-feed-comment-thread.is-reply{border-left:2px solid #eee8f1;margin-left:46px;padding-left:14px}.club-feed-comment{border-bottom:1px solid #eee9f1;grid-template-columns:46px minmax(0,1fr);gap:12px;padding:18px 0;display:grid}.club-feed-comment>div{min-width:0}.club-feed-comment header{align-items:center;gap:8px;display:flex}.club-feed-comment header strong{font-size:14px}.club-feed-comment time{color:#918795;font-size:12px}.club-feed-ai-badge{color:#714fd2;background:#f2edff;border:1px solid #c9b8f2;border-radius:999px;padding:3px 7px;font-size:12px;font-weight:800;line-height:1}.club-feed-comment p{color:#514856;white-space:pre-wrap;overflow-wrap:anywhere;margin:7px 0 0;font-size:14px;line-height:1.7}.club-feed-comment-reply{color:#7653d8;cursor:pointer;background:0 0;border:0;border-radius:8px;min-height:32px;margin:6px 0 0;padding:0 8px;font-size:12px;font-weight:750}.club-feed-comment-reply:hover,.club-feed-comment-reply:focus-visible{background:#f3effb;outline:2px solid #b99cf0}.club-feed-inline-reply{border:1px solid #e1d9e7;border-radius:13px;margin-top:10px;padding:12px}.club-feed-inline-reply textarea{box-sizing:border-box;color:#3d3542;resize:vertical;background:0 0;border:0;outline:0;width:100%;min-height:76px;padding:0;font:14px/1.65 inherit}.club-feed-inline-reply footer{border-top:1px solid #eee9f1;justify-content:flex-end;align-items:center;gap:8px;padding-top:10px;display:flex}.club-feed-inline-reply footer small{color:#8c8390;margin-right:auto;font-size:12px}.club-feed-inline-reply footer button{color:#514757;background:#fff;border:1px solid #ddd4e3;border-radius:999px;min-height:34px;padding:0 12px;font-size:12px;font-weight:750}.club-feed-inline-reply footer button[type=submit]{color:#fff;background:#7351db;border-color:#7351db}.club-feed-inline-reply footer button:disabled{opacity:.5}.club-feed-reply-composer{background:#faf9fb;border:1px solid #ddd5e3;border-radius:20px;grid-template-columns:46px minmax(0,1fr);gap:0 12px;margin-top:24px;padding:15px;display:grid}.club-feed-reply-composer>label{min-width:0}.club-feed-reply-composer textarea{box-sizing:border-box;color:#3d3542;resize:vertical;background:0 0;border:0;outline:0;width:100%;min-height:92px;padding:5px 2px;font:14px/1.7 inherit}.club-feed-reply-composer>footer{border-top:1px solid #e9e3ec;grid-column:2;justify-content:space-between;align-items:center;gap:12px;padding-top:11px;display:flex}.club-feed-reply-composer>footer small{color:#8c8390;font-size:12px}.club-feed-reply-composer>footer button{color:#fff;background:#7351db;border:0;border-radius:999px;min-width:78px;height:38px;font-size:14px;font-weight:800}.club-feed-reply-composer>footer button:disabled{color:#8d8492;background:#d5ceda}.club-feed-detail-navigation{border-top:1px solid #e8e2eb;border-bottom:1px solid #e8e2eb;grid-template-columns:1fr 1fr;display:grid}.club-feed-detail-navigation button{color:#4e4554;text-align:left;background:#fff;border:0;flex-direction:column;justify-content:center;gap:5px;min-width:0;min-height:78px;padding:12px 18px;display:flex}.club-feed-detail-navigation button+button{text-align:right;border-left:1px solid #e8e2eb}.club-feed-detail-navigation button small{color:#8d8491;font-size:12px}.club-feed-detail-navigation button strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.club-feed-detail-navigation button:disabled{color:#aaa1ad}.club-board-entry-detail{box-sizing:border-box;color:#302936;width:min(100%,920px);margin:0 auto;padding:0 24px 110px}.club-board-entry-topbar{border-bottom:1px solid #ece7ef;align-items:center;min-height:68px;display:flex}.club-board-entry-topbar button{color:#514757;cursor:pointer;background:#fff;border:1px solid #ded7e3;border-radius:999px;align-items:center;gap:7px;min-height:42px;padding:0 14px;font:750 14px/1 inherit;display:inline-flex}.club-board-entry-topbar button svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.club-board-entry-topbar button:focus-visible{outline-offset:2px;outline:3px solid #b99cf0}.club-board-entry{border-bottom:1px solid #e8e2eb;padding:36px 10px 42px}.club-board-entry>header{justify-content:space-between;align-items:center;gap:18px;display:flex}.club-board-entry>header>div{align-items:center;gap:12px;min-width:0;display:flex}.club-board-entry-avatar,.club-board-comment-avatar{color:#fff;background:linear-gradient(135deg,#7659e8,#d454ad);border-radius:50%;flex:none;place-items:center;width:44px;height:44px;font-size:16px;font-weight:850;display:grid;overflow:hidden}.club-board-entry-avatar img,.club-board-comment-avatar img{object-fit:cover;width:100%;height:100%;display:block}.club-board-entry>header>div>span:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.club-board-entry>header strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.club-board-entry time,.club-board-entry>header>small{color:#8b818f;font-size:12px}.club-board-entry h1{overflow-wrap:anywhere;margin:30px 0 18px;font-size:28px;line-height:1.4}.club-board-entry-body{color:#4f4654;white-space:pre-wrap;overflow-wrap:anywhere;font-size:15px;line-height:1.9}.club-board-comments{padding:32px 10px}.club-board-comments>header{border-bottom:1px solid #ece7ef;padding-bottom:16px}.club-board-comments h2{margin:0;font-size:20px}.club-board-comments h2 b{color:#7753d4;font-size:16px}.club-board-comment-list article{border-bottom:1px solid #eee9f1;grid-template-columns:44px minmax(0,1fr);gap:12px;padding:18px 0;display:grid}.club-board-comment-list article.is-reply{padding-left:56px}.club-board-comment-list article>div{min-width:0}.club-board-comment-list article header{align-items:center;gap:8px;display:flex}.club-board-comment-list article header strong{font-size:14px}.club-board-comment-list article time{color:#918795;font-size:12px}.club-board-comment-list article p{color:#514856;white-space:pre-wrap;overflow-wrap:anywhere;margin:7px 0 0;font-size:14px;line-height:1.7}.club-board-comments-state{color:#8b818f;text-align:center;margin:0;padding:30px 0;font-size:14px}.club-board-comments-error{color:#b33c54;margin:12px 0;font-size:13px}.club-board-comment-form{background:#fff;border:1px solid #ded6e4;border-radius:16px;margin-top:22px;padding:16px}.club-board-comment-form textarea{box-sizing:border-box;color:#3d3542;resize:vertical;background:0 0;border:0;outline:0;width:100%;min-height:110px;padding:0;font:14px/1.7 inherit}.club-board-comment-form footer{border-top:1px solid #eee9f1;justify-content:space-between;align-items:center;gap:14px;padding-top:12px;display:flex}.club-board-comment-form footer small{color:#8c8390;font-size:12px}.club-board-comment-form footer button{color:#fff;background:#7351db;border:0;border-radius:999px;min-width:96px;height:40px;font-size:14px;font-weight:800}.club-board-comment-form footer button:disabled{color:#8d8492;background:#d5ceda}.club-board-entry-navigation{border-top:1px solid #e8e2eb;border-bottom:1px solid #e8e2eb;grid-template-columns:1fr 1fr;display:grid}.club-board-entry-navigation button{color:#4e4554;text-align:left;background:#fff;border:0;flex-direction:column;justify-content:center;gap:5px;min-width:0;min-height:78px;padding:12px 18px;display:flex}.club-board-entry-navigation button+button{text-align:right;border-left:1px solid #e8e2eb}.club-board-entry-navigation button small{color:#8d8491;font-size:12px}.club-board-entry-navigation button strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.club-board-entry-navigation button:disabled{color:#aaa1ad}.club-board-composer-backdrop{z-index:820;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#21172b9c;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.club-board-composer{box-sizing:border-box;background:#fff;border-radius:22px;flex-direction:column;gap:18px;width:min(100%,680px);max-height:calc(100dvh - 48px);padding:26px;display:flex;overflow-y:auto;box-shadow:0 24px 70px #1c112c52}.club-board-composer>header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.club-board-composer>header small{color:#7753d5;font-size:12px;font-weight:800}.club-board-composer h2{margin:4px 0 0;font-size:23px}.club-board-composer>header>button{color:#372e3c;background:0 0;border:0;width:42px;height:42px;padding:0;font-size:32px}.club-board-composer>label{color:#453b4b;flex-direction:column;gap:7px;font-size:14px;font-weight:800;display:flex}.club-board-composer input,.club-board-composer textarea{box-sizing:border-box;color:#332b38;background:#fff;border:1px solid #ddd5e3;border-radius:12px;outline:0;width:100%;padding:12px 14px;font:14px/1.65 inherit}.club-board-composer input{height:46px}.club-board-composer textarea{resize:vertical;min-height:220px}.club-board-composer input:focus,.club-board-composer textarea:focus{border-color:#8a68df;box-shadow:0 0 0 3px #8a68df1c}.club-board-composer label>small{color:#8c8390;align-self:flex-end;font-size:12px;font-weight:500}.club-board-composer>p{color:#b33c54;margin:0;font-size:13px}.club-board-composer>footer{justify-content:flex-end;gap:10px;display:flex}.club-board-composer>footer button{color:#514757;background:#fff;border:1px solid #dcd4e2;border-radius:999px;min-width:110px;height:44px;font-size:14px;font-weight:800}.club-board-composer>footer button[type=submit]{color:#fff;background:#7452db;border-color:#7452db}.club-board-composer>footer button:disabled{opacity:.58}.club-board-detail .detail-mobile-header{z-index:12;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffc;border-bottom:1px solid #ece7ef;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;height:58px;padding:0 24px;display:grid;position:sticky;top:76px;box-shadow:0 5px 18px #2e20350b}.club-board-detail .detail-list-back{color:#4e4554;cursor:pointer;background:#fff;border:1px solid #dfd7e5;border-radius:999px;justify-content:center;align-items:center;gap:5px;min-width:84px;height:38px;padding:0 13px;font-size:13px;font-weight:750;display:inline-flex}.club-board-detail .detail-list-back svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.club-board-detail .detail-list-back:hover,.club-board-detail .detail-list-back:focus-visible{color:#7350cf;outline-offset:2px;border-color:#9e7be8;outline:2px solid #c8b4f3}.club-board-detail .detail-mobile-header>strong{color:#3a323f;text-align:center;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;overflow:hidden}@media (width<=1024px){.club-board-detail .detail-mobile-header{top:calc(60px + env(safe-area-inset-top));padding-left:16px;padding-right:16px}}@media (width<=760px){.club-board-detail .detail-body{width:calc(100% - 32px)}.club-board-detail{padding-bottom:80px}}@media (width<=1024px){.club-board-detail{min-height:100dvh;overflow-x:hidden}.club-feed-detail-topbar{top:env(safe-area-inset-top);grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.club-feed-detail-topbar>button{justify-self:start}.club-feed-detail-topbar>strong{grid-column:2}}@media (width<=700px){.club-feed-detail{padding:0 16px calc(104px + env(safe-area-inset-bottom))}.club-feed-detail-topbar{min-height:58px;margin:0 -16px;padding:0 16px}.club-feed-detail-topbar button{border:0;border-radius:0;padding:0}.club-feed-detail-post{margin:0 -16px;padding:22px 16px 0}.club-feed-detail-post h1{font-size:21px}.club-feed-detail-copy{font-size:14px}.club-feed-detail-post>.club-social-gallery{height:clamp(250px,62vw,390px)}.club-feed-detail-post>footer{gap:18px}.club-feed-comments{margin:0 -16px;padding:26px 16px}.club-feed-comment-thread.is-reply{margin-left:24px;padding-left:10px}.club-feed-comment{grid-template-columns:40px minmax(0,1fr);gap:10px}.club-feed-comment-avatar,.club-feed-reply-avatar{width:40px;height:40px}.club-feed-reply-composer{grid-template-columns:40px minmax(0,1fr);padding:13px 12px}.club-feed-detail-navigation{margin:0 -16px}.club-feed-detail-navigation button{padding-left:16px;padding-right:16px}.club-board-entry-detail{padding:0 16px 96px}.club-board-entry-topbar{min-height:58px}.club-board-entry-topbar button{border:0;border-radius:0;padding:0}.club-board-entry{margin:0 -16px;padding:26px 16px 32px}.club-board-entry h1{margin-top:24px;font-size:22px}.club-board-comments{margin:0 -16px;padding:28px 16px}.club-board-comment-list article.is-reply{padding-left:28px}.club-board-entry-navigation{margin:0 -16px}.club-board-entry-navigation button{padding-left:16px;padding-right:16px}.club-board-composer-backdrop{align-items:end;padding:0}.club-board-composer{width:100%;max-height:94dvh;padding:22px 16px calc(20px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0}.club-board-composer textarea{min-height:180px}.club-board-composer>footer button{flex:1;min-width:0}}@media (width<=620px){.club-board-pagination{flex-wrap:wrap;gap:4px}.club-board-pagination button{min-width:40px}}.club-posts-header .club-write-action{color:#fff;white-space:nowrap;cursor:pointer;background:#7952d8;border:0;border-radius:20px;flex:none;justify-content:center;align-items:center;gap:6px;width:auto;min-width:112px;height:40px;margin-left:auto;padding:0 14px;font-size:14px;font-weight:700;line-height:1;display:inline-flex}.club-posts-header .club-write-action svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:22px;height:22px;display:block}.club-posts-header .club-write-action:focus-visible{outline-offset:3px;outline:3px solid #b99aef}.club-posts-header .club-write-action:disabled{cursor:not-allowed;opacity:.48}.club-mobile-write-fab{display:none}@media (width>=1025px){.club-posts-page>.club-posts-header{box-sizing:border-box;width:100%;margin-inline:auto;padding-left:16px;padding-right:16px}}@media (width<=1024px){.clubs-page .club-mobile-write-fab{width:58px;height:58px;right:18px;bottom:calc(82px + env(safe-area-inset-bottom));z-index:70;color:#fff;cursor:pointer;background:linear-gradient(135deg,#7350ec,#b44cd3);border:0;border-radius:50%;place-items:center;padding:0;display:grid;position:fixed;box-shadow:0 12px 30px #5d35a84d}.club-mobile-write-fab svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;width:28px;height:28px}.club-mobile-write-fab:hover,.club-mobile-write-fab:focus-visible{outline-offset:3px;outline:3px solid #c7aff7;transform:translateY(-1px)}.club-mobile-write-fab:active{transform:scale(.96)}.club-mobile-write-fab:disabled{color:#fff;cursor:not-allowed;background:#c8c1cc;transform:none;box-shadow:0 8px 18px #3a2e4430}}@media (width<=520px){.club-posts-header{flex-wrap:wrap;justify-content:space-between}.club-posts-header .club-content-tabs{flex-basis:auto;order:3;margin:0 auto;position:static;transform:none}.club-posts-header .club-write-action{margin-left:auto}.club-posts-header:after{content:"";flex-basis:100%;order:2}}.club-composer-preview{box-sizing:border-box;background:linear-gradient(#fbfaff,#fff 28% 72%,#fbfaff);width:100%;height:100%;padding:34px 32px;overflow:auto}.club-composer-preview .club-post-list{align-content:center;width:min(100%,760px);min-height:100%;margin:0 auto}.club-composer-preview .club-social-post{cursor:default}.club-composer-preview .club-social-post:hover{background:#fff;border-color:#e4dfe8;transform:none;box-shadow:0 6px 22px #3b29470d}.club-composer-preview .club-composer-card{z-index:2;background:#fff;position:relative;box-shadow:0 14px 36px #3b294719}.club-composer-preview .club-composer-skeleton{pointer-events:none;opacity:.62;min-height:0;position:relative;background:#fcfbfd!important;overflow:hidden!important}.club-composer-skeleton:after{content:"";background:linear-gradient(105deg,#0000 25%,#fff9 42%,#0000 59%) 0 0/220% 100%;animation:2.3s ease-in-out infinite club-composer-skeleton-shimmer;position:absolute;inset:0}.club-composer-skeleton>header>div{width:100%}.club-skeleton-avatar{background:#e8e3ed;border-radius:50%;flex:none;width:42px;height:42px}.club-skeleton-line{background:#e9e5ed;border-radius:6px;height:10px;display:block}.club-skeleton-line.skeleton-author{width:32%;height:11px}.club-skeleton-line.skeleton-meta{width:23%;margin-top:7px}.club-skeleton-line.skeleton-title{width:58%;height:13px}.club-skeleton-line.skeleton-copy{width:88%;margin-top:11px}.club-skeleton-line.skeleton-copy-short{width:54%;margin-top:8px}.club-skeleton-menu{background:#e6e1ea;border-radius:5px;width:24px;height:7px;margin-left:auto}.club-skeleton-media{aspect-ratio:16/9;background:linear-gradient(135deg,#eeeaf2,#e5e0ea);border-radius:12px;width:calc(100% - 32px);height:auto;margin:0 16px;position:relative;overflow:hidden}.club-skeleton-media:before{content:"";background:#f7f5f9;border-bottom:1px solid #e4dfe8;height:44px;position:absolute;inset:0 0 auto}.club-skeleton-media:after{content:"";background:#ded8e5;border-radius:12px;width:52px;height:38px;position:absolute;top:55%;left:50%;transform:translate(-50%,-50%)}.club-composer-skeleton>footer i{background:#e7e2eb;border-radius:5px;width:42px;height:9px}.club-composer-skeleton>footer .skeleton-bookmark{width:18px;margin-left:auto}.club-composer-skeleton.is-before{-webkit-mask-image:linear-gradient(#0000 0,#000 36% 100%);mask-image:linear-gradient(#0000 0,#000 36% 100%)}.club-composer-skeleton.is-after{-webkit-mask-image:linear-gradient(#000 0 64%,#0000 100%);mask-image:linear-gradient(#000 0 64%,#0000 100%)}@keyframes club-composer-skeleton-shimmer{0%,20%{background-position:170% 0}80%,to{background-position:-80% 0}}@media (prefers-reduced-motion:reduce){.club-composer-skeleton:after{animation:none}}@media (width<=768px){.club-composer-preview{height:auto;padding:16px}.club-mobile-preview .club-composer-feed{min-height:0}.club-mobile-preview .club-composer-skeleton{display:none}}.club-mobile-preview{display:none}@media (width<=1024px){.club-mobile-preview{margin-bottom:20px;display:block}.club-mobile-preview>summary{cursor:pointer;color:#7952d8;padding:14px;font-size:14px;font-weight:700}}.club-board .club-board-toolbar{grid-template-columns:100px minmax(0,320px);gap:8px;padding-bottom:12px}.club-board .club-board-toolbar select,.club-board .club-board-toolbar input{border-radius:18px;height:36px;font-size:14px}.club-board .club-board-search>svg{width:17px;height:17px;bottom:9px}.club-board-footer{grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin-top:20px;padding-bottom:16px;display:grid}.club-board-footer .club-board-page-size{grid-column:1;justify-self:start}.club-board-footer .club-board-page-size select{color:#3e3543;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23685d70' stroke-width='1.8'%3E%3Cpath d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 9px center;background-repeat:no-repeat;background-size:18px;border:1px solid #dcd4e1;border-radius:18px;width:132px;height:36px;padding:0 30px 0 14px;font-size:14px}.club-board-footer select:focus-visible{outline-offset:2px;outline:2px solid #8d6ce3}@media (width>=1025px){.content.club-detail-content{scrollbar-width:none!important;scrollbar-gutter:auto!important;overflow-y:auto!important}.content.club-detail-content::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}}.club-floating-scrollbar{z-index:40;opacity:0;pointer-events:none;width:8px;transition:opacity .18s;position:fixed}.club-floating-scrollbar.is-visible{opacity:1}.club-floating-scrollbar i{background:#81798b99;border-radius:999px;width:5px;margin-left:1px;display:block;box-shadow:0 1px 4px #30263822}.club-board-footer .club-board-pages{flex-wrap:wrap;grid-column:2;margin-top:0}@media (width<=620px){.club-board .club-board-toolbar{grid-template-columns:90px minmax(0,1fr)}.club-board-footer{grid-template-columns:1fr;gap:14px}.club-board-footer .club-board-pages{grid-area:2/1;justify-self:center}}@media (width<=700px){.clubs-page .club-grid{border-top:1px solid #ebe7ee;flex-direction:column;gap:0;margin-top:18px;display:flex}.clubs-page .club-card{box-sizing:border-box;min-height:116px;box-shadow:none;background:#fff;border:0;border-bottom:1px solid #ebe7ee;border-radius:0;padding:12px 42px 12px 8px;display:block;overflow:visible;transform:none}.clubs-page .club-card:hover{box-shadow:none;background:#faf9fc;border-color:#ebe7ee;transform:none}.clubs-page .club-card:focus-visible{z-index:1;outline-offset:-3px;border-radius:12px;outline:3px solid #9f7dea}.clubs-page .club-card-band,.clubs-page .club-card-sparkles,.clubs-page .club-card .club-join,.clubs-page .club-card-footer,.clubs-page .club-card-kicker{display:none}.clubs-page .club-card-surface{background:0 0;border:0;border-radius:0;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:14px;min-height:92px;margin:0;padding:0;display:grid}.clubs-page .club-avatar{box-sizing:border-box;width:92px;height:92px;box-shadow:none;object-fit:cover;background:#f2eff5;border:0;border-radius:16px;grid-area:1/1;position:static}.clubs-page .club-card-copy{flex-direction:column;grid-area:1/2;align-self:center;min-width:0;display:flex}.clubs-page .club-card-copy h2{color:#28222d;text-overflow:ellipsis;white-space:nowrap;order:1;margin:0;padding:0;font-size:17px;line-height:1.3;overflow:hidden}.clubs-page .club-card-copy>p{color:#68737b;-webkit-line-clamp:2;-webkit-box-orient:vertical;order:2;margin:5px 0 0;padding:0;font-size:13px;line-height:1.42;display:-webkit-box;overflow:hidden}.clubs-page .club-card-meta{color:#657078;order:3;margin-top:5px;font-size:12px;line-height:1.25;display:flex}.clubs-page .club-card-meta .club-card-owner,.clubs-page .club-card-meta .club-card-date,.clubs-page .club-card-meta .club-card-visibility,.clubs-page .club-card-meta span+span:before,.clubs-page .club-card-meta span+time:before,.clubs-page .club-card-meta time+span:before{display:none}.clubs-page .club-card-members{font-weight:650;display:block}.clubs-page .club-card-options{top:50%;right:4px;transform:translateY(-50%)}.clubs-page .club-card-menu-toggle{border-radius:12px;width:34px;height:42px}.clubs-page .club-card-popover{top:38px;right:0}}@media (width<=420px){.clubs-page .club-card{min-height:104px;padding:10px 38px 10px 4px}.clubs-page .club-card-surface{grid-template-columns:84px minmax(0,1fr);gap:12px;min-height:84px}.clubs-page .club-avatar{border-radius:14px;width:84px;height:84px}.clubs-page .club-card-copy h2{font-size:16px}}@media (width<=700px){.content>.clubs-page{min-height:calc(100dvh - 60px - env(safe-area-inset-top));box-sizing:border-box;background:#fff;padding-top:18px}.clubs-page .club-topics{background:#fff;border-bottom:1px solid #ece8ef;padding:0 0 16px}.clubs-page .club-topics-heading{align-items:center;margin-bottom:16px}.clubs-page .club-topics-heading h2{letter-spacing:-.35px;font-size:21px}.clubs-page .club-topics-heading .club-create{border-radius:20px;min-height:40px;padding:8px 14px;font-size:13px}.clubs-page .club-topic-list{overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:8px;width:auto;margin-right:-16px;padding:1px 16px 7px 0;overflow-x:auto}.clubs-page .club-topic-list::-webkit-scrollbar{display:none}.clubs-page .club-topic-list button{white-space:nowrap;background:#fff;border-color:#d8dce0;border-radius:20px;flex:none;min-height:40px;padding:7px 16px;font-weight:700}.clubs-page .club-topic-list button[aria-pressed=true]{color:#fff;background:#211e24;border-color:#211e24}.clubs-page .club-tabs{background:#fff;margin-top:14px;padding-bottom:3px}.clubs-page .club-tabs button{color:#62586a;background:#fff}.clubs-page .club-tabs button[aria-selected=true]{color:#fff;background:#211e24}.clubs-page .club-grid{background:#fff;border-top:0}.clubs-page .club-card{background:#fff}.clubs-page .club-card:hover{background:#fafafa}}@media (width<=820px){.club-create-page .club-create-preview.is-direct-preview{display:none}.club-create-page .club-create-studio{min-height:calc(100dvh - 60px - env(safe-area-inset-top));display:block}.club-create-page .club-create-form{width:100%;min-height:calc(100dvh - 60px - env(safe-area-inset-top))}.club-create-page .club-create-visibility-options{background:#efebf3;border-radius:999px;grid-template-columns:1fr 1fr;gap:3px;width:200px;padding:3px;display:grid}.club-create-page .club-create-visibility-options>button{min-height:38px;box-shadow:none;color:#756c7a;text-align:center;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0 14px;display:flex}.club-create-page .club-create-visibility-options>button.is-selected{color:#704bd2;background:#fff;border:0;box-shadow:0 3px 10px #3d29551a}}.club-detail-mobile-cover>.club-mobile-detail-menu-toggle,.club-mobile-detail-menu-overlay,.club-mobile-profile-header{display:none}@media (width<=1024px){.content.club-detail-content:has(>.club-posts-page,>.club-board-detail)>.topbar{display:none!important}.content>.clubs-page.club-posts-page{min-height:100dvh;padding-top:0}.club-posts-page>.club-posts-header{display:none}.club-posts-page>.club-detail-mobile-summary{display:block}.club-posts-page.mobile-info-open>.club-post-list,.club-posts-page.mobile-info-open>.club-board,.club-posts-page.mobile-info-open>.club-posts-empty,.club-posts-page .club-board-head,.club-posts-page .club-board-number,.club-posts-page .club-board-title small,.club-posts-page .club-board-views{display:none}.club-posts-page .club-board-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:16px 0;display:grid}.club-posts-page .club-board-title{grid-column:1/-1;min-width:0}.club-posts-page .club-board-title strong{white-space:normal;overflow-wrap:anywhere;font-size:16px}.club-posts-page .club-board-author,.club-posts-page .club-board-row time{font-size:13px}.club-posts-page>.club-detail-mobile-summary{margin-top:0}.club-posts-page .club-detail-mobile-cover{background-position:50%;background-size:cover;height:clamp(240px,58vw,390px)}.club-posts-page .club-detail-mobile-cover .club-cover-visibility{right:16px;top:calc(16px + env(safe-area-inset-top))}.club-mobile-detail-menu-toggle{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);place-items:center;width:46px!important;height:46px!important;left:16px!important;top:calc(16px + env(safe-area-inset-top))!important;z-index:3!important;color:#29232e!important;background:#fffffff0!important;border:1px solid #ffffffc9!important;border-radius:50%!important;padding:0!important;display:grid!important;position:absolute!important;box-shadow:0 7px 22px #24152f29!important}.club-mobile-detail-menu-toggle svg{fill:none;stroke:currentColor;stroke-width:2.1px;stroke-linecap:round;width:24px;height:24px;display:block}.club-mobile-detail-menu-toggle:focus-visible{outline-offset:3px;outline:3px solid #7651e6}.club-mobile-detail-menu-overlay{z-index:760;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1b1421a3;animation:.18s ease-out both club-mobile-overlay-in;display:block;position:fixed;inset:0}.club-mobile-detail-menu-drawer{box-sizing:border-box;width:min(88vw,390px);height:100dvh;padding:calc(24px + env(safe-area-inset-top)) 22px calc(22px + env(safe-area-inset-bottom));color:#29232e;background:#fff;flex-direction:column;animation:.22s cubic-bezier(.2,.75,.25,1) both club-mobile-drawer-in;display:flex;overflow-y:auto;box-shadow:18px 0 50px #160d2038}.club-mobile-detail-menu-drawer>header{border-bottom:1px solid #eae4ed;grid-template-columns:76px minmax(0,1fr) 44px;align-items:start;gap:0 15px;padding:0 0 22px;display:grid}.club-mobile-detail-menu-drawer>header>img{object-fit:cover;border:2px solid #fff;border-radius:50%;grid-row:1/4;width:76px;height:76px;box-shadow:0 7px 20px #291b3430}.club-mobile-detail-menu-drawer>header>button{color:#29232e;background:0 0;border:0;grid-area:1/3;width:44px;height:44px;margin:-4px -4px 0 0;padding:0;font-family:inherit;font-size:38px;font-weight:300;line-height:1}.club-mobile-detail-menu-drawer>header h2{text-overflow:ellipsis;white-space:nowrap;grid-column:2;min-width:0;margin:8px 0 0;font-size:22px;line-height:1.25;overflow:hidden}.club-mobile-detail-menu-drawer>header p{color:#817786;grid-column:2;margin:5px 0 0;font-size:13px;line-height:1.4}.club-mobile-detail-menu-drawer>nav{border-bottom:1px solid #eae4ed;gap:5px;padding:18px 0;display:grid}.club-mobile-detail-menu-drawer>nav>button{color:#342d39;text-align:left;background:#fff;border:0;border-radius:16px;grid-template-columns:30px minmax(0,1fr) auto 18px;align-items:center;gap:11px;min-height:58px;padding:0 13px;font-family:inherit;display:grid}.club-mobile-detail-menu-drawer>nav>button:hover,.club-mobile-detail-menu-drawer>nav>button.active{color:#7045dc;background:#f2ebff}.club-mobile-detail-menu-drawer>nav>button:focus-visible{outline-offset:-2px;outline:3px solid #b89af2}.club-mobile-detail-menu-drawer>nav i{place-items:center;width:30px;height:30px;font-style:normal;display:grid}.club-mobile-detail-menu-drawer>nav svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px;display:block}.club-mobile-detail-menu-drawer>nav span{font-size:16px;font-weight:800}.club-mobile-detail-menu-drawer>nav b{color:#6f6574;background:#f0ebf2;border-radius:999px;place-items:center;min-width:30px;height:30px;padding:0 7px;font-size:12px;font-weight:800;display:grid}.club-mobile-detail-menu-drawer>nav>button.active b{color:#7045dc;background:#fff}.club-mobile-detail-menu-drawer>nav em{color:#a29aa6;font-size:25px;font-style:normal;font-weight:400}.club-mobile-detail-menu-actions{padding:18px 0}.club-mobile-detail-menu-actions>button{color:#fff;background:linear-gradient(105deg,#7350ec,#b44cd3);border:0;border-radius:16px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:52px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:850;display:flex;box-shadow:0 9px 24px #754fca30}.club-mobile-detail-menu-actions>button:disabled{color:#887f8d;box-shadow:none;background:#d9d2dd}.club-mobile-detail-menu-actions svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:20px;height:20px}.club-mobile-detail-menu-drawer>footer{border-top:1px solid #eae4ed;margin-top:auto;padding-top:18px}.club-mobile-detail-menu-drawer>footer>button{color:#5d5363;text-align:left;background:0 0;border:0;align-items:center;gap:12px;min-height:48px;padding:0 8px;font-family:inherit;font-size:14px;font-weight:750;display:flex}.club-mobile-detail-menu-drawer>footer svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.club-posts-page>.club-detail-mobile-summary{border-bottom:0;margin-bottom:0}.club-posts-page .club-detail-mobile-cover:after{content:"";pointer-events:none;-webkit-backdrop-filter:blur(2px);background:linear-gradient(#fff0 0%,#ffffff38 48%,#fff 100%);height:54px;display:block;position:absolute;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#0000,#000);mask-image:linear-gradient(#0000,#000)}.club-mobile-profile-header{box-sizing:border-box;color:#29232e;background:#fff;padding:20px 20px 0;display:block;position:relative}.club-mobile-profile-copy{margin-top:0}.club-mobile-profile-copy h1{overflow-wrap:anywhere;color:#29232e;letter-spacing:-.35px;margin:0;font-size:25px;line-height:1.25}.club-mobile-profile-actions{justify-content:space-between;align-items:center;gap:14px;min-height:48px;margin-top:14px;display:flex}.club-mobile-profile-actions>strong{color:#6f6675;white-space:nowrap;flex:none;font-size:13px;font-weight:600}.club-mobile-profile-actions>strong>b{color:#29232e;font-variant-numeric:tabular-nums;margin-right:3px;font-size:16px;font-weight:850}.club-mobile-profile-actions>div{justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.clubs-page .club-mobile-profile-icon{color:#171c20;cursor:pointer;background:0 0;border:1px solid #d7dfe3;border-radius:50%;flex:none;place-items:center;width:44px;height:44px;padding:0;display:grid;box-shadow:0 5px 16px #31233e0d}.clubs-page .club-mobile-profile-icon:hover,.clubs-page .club-mobile-profile-icon:active,.clubs-page .club-mobile-profile-icon:focus-visible{color:#6948c5;outline-offset:2px;background:#f8f5ff;border-color:#b9a6e8;outline:3px solid #b493f066}.club-mobile-profile-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px;display:block}.club-mobile-profile-icon svg circle{fill:currentColor;stroke:none}.club-mobile-profile-more{position:relative}.club-mobile-profile-popover{z-index:6;background:#fff;border:1px solid #e2dbe7;border-radius:13px;gap:2px;width:160px;padding:6px;display:grid;position:absolute;top:50px;right:0;box-shadow:0 14px 34px #34243f38}.clubs-page .club-mobile-profile-popover>button{color:#3e3544;text-align:left;white-space:nowrap;background:#fff;border:0;border-radius:8px;padding:10px;font-size:13px}.clubs-page .club-mobile-profile-popover>button:hover,.clubs-page .club-mobile-profile-popover>button:focus-visible{color:#6f4fbd;background:#f5f0fb;outline:none}.club-mobile-profile-chat{position:relative}.club-mobile-chat-popover{box-sizing:border-box;z-index:6;color:#514858;white-space:nowrap;background:#fff;border:1px solid #ded5e8;border-radius:12px;min-width:232px;padding:11px 38px 11px 14px;font-size:13px;line-height:1.45;position:absolute;top:50px;right:0;box-shadow:0 14px 34px #34243f38}.clubs-page .club-mobile-chat-popover>button{color:#756a7b;background:0 0;border:0;width:28px;height:28px;padding:0;font-size:20px;line-height:1;position:absolute;top:5px;right:5px}.clubs-page .club-mobile-chat-popover>button:focus-visible{border-radius:6px;outline:2px solid #a98aec}.clubs-page .club-mobile-profile-membership{color:#fff;white-space:nowrap;background:#171c20;border:1px solid #171c20;border-radius:999px;min-width:94px;height:44px;padding:0 18px;font-size:14px;font-weight:850}.clubs-page .club-mobile-profile-membership.is-member{color:#a4435e;background:#fff7f8;border-color:#e0ccd2}.clubs-page .club-mobile-profile-membership.is-pending{color:#7651bd;background:#f7f2ff;border-color:#ddcff2}.club-mobile-profile-notice{color:#7651bd;text-align:right;margin:8px 0 0;font-size:12px;line-height:1.5}.club-mobile-profile-description{color:#514958;white-space:pre-wrap;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:17px 0 0;font-size:14px;line-height:1.65;display:-webkit-box;overflow:hidden}.club-mobile-profile-tabs{border-bottom:1px solid #e9e4ec;grid-template-columns:1fr 1fr;margin:20px -20px 0;display:grid}.clubs-page .club-mobile-profile-tabs>button{color:#756c7b;background:#fff;border:0;border-radius:0;min-height:50px;padding:0;font-size:14px;font-weight:800;position:relative}.clubs-page .club-mobile-profile-tabs>button[aria-selected=true]{color:#29232e}.clubs-page .club-mobile-profile-tabs>button[aria-selected=true]:after{content:"";background:#7651e6;border-radius:999px 999px 0 0;height:3px;position:absolute;bottom:0;left:20%;right:20%}.clubs-page .club-mobile-profile-tabs>button:focus-visible{z-index:1;outline-offset:-3px;outline:3px solid #a98aec}.club-posts-page>.club-post-list{margin-top:0}.club-posts-page>.club-board{box-sizing:border-box;margin-top:0;padding-top:20px}.club-posts-page .club-board-toolbar{grid-template-columns:112px minmax(0,1fr);gap:10px;padding-bottom:16px}.club-posts-page .club-board-toolbar label{min-width:0}.club-posts-page .club-board-toolbar select,.club-posts-page .club-board-toolbar input{box-sizing:border-box;border-radius:22px;width:100%;min-width:0;height:44px}.club-posts-page .club-board-search>svg{bottom:13px}.club-posts-page .club-board-row{grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px 14px;min-height:96px;padding:18px 0}.club-posts-page .club-board-title{grid-area:1/1;min-width:0;display:block}.club-posts-page .club-board-title strong{text-overflow:ellipsis;white-space:nowrap;overflow-wrap:normal;font-size:16px;line-height:1.4;display:block;overflow:hidden}.club-posts-page .club-board-author{text-align:left;text-overflow:ellipsis;white-space:nowrap;grid-area:2/1;min-width:0;overflow:hidden}.club-posts-page .club-board-row time{white-space:nowrap;grid-area:1/2;align-self:center}}@media (width<=520px){.club-posts-page .club-detail-mobile-cover{height:240px}.club-mobile-profile-header{padding-left:16px;padding-right:16px}.club-mobile-profile-copy h1{font-size:23px}.club-mobile-profile-actions{gap:10px}.club-mobile-profile-actions>div{gap:7px}.clubs-page .club-mobile-profile-icon{width:42px;height:42px}.clubs-page .club-mobile-profile-membership{min-width:88px;height:42px;padding:0 15px}.club-mobile-profile-tabs{margin-left:-16px;margin-right:-16px}.club-posts-page>.club-board{padding-top:18px}.club-posts-page .club-board-toolbar{grid-template-columns:104px minmax(0,1fr)}.club-posts-page .club-board-row{column-gap:10px;min-height:92px;padding:16px 0}}@media (width<=700px){.club-posts-page>.club-post-list{border-left:0;border-right:0;border-radius:0;overflow:visible}.club-posts-page>.club-post-list .club-social-post{border-bottom:0;position:relative;overflow:visible}.club-posts-page>.club-post-list .club-social-post:not(:last-child):after{content:"";pointer-events:none;background:#e6e1e9;height:1px;position:absolute;bottom:0;left:-16px;right:-16px}}@keyframes club-mobile-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes club-mobile-drawer-in{0%{transform:translate(-100%)}to{transform:translate(0)}}.club-feed-comment{border-bottom:0}@media (prefers-reduced-motion:reduce){.club-mobile-detail-menu-overlay,.club-mobile-detail-menu-drawer{animation:none}}.star-correction-toolbar{justify-content:flex-end;padding:12px 24px;display:flex}.star-correction-toolbar button,.artist-correction-dialog button,.admin-correction-panel button{color:#6344c9;min-height:40px;font:inherit;cursor:pointer;background:#f5f0ff;border:1px solid #d5cbed;border-radius:10px;padding:9px 14px;font-size:14px}.artist-correction-dialog{box-sizing:border-box;color:#302937;background:#fff;border:1px solid #e4ddef;border-radius:24px;width:min(740px,100vw - 32px);max-height:calc(100dvh - 32px);padding:0;font:14px/1.6 Noto Sans KR,sans-serif;overflow:hidden;box-shadow:0 28px 80px #130c203d}.artist-correction-dialog::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#15101bc7}.artist-correction-dialog p{font-size:14px}.artist-correction-dialog small{font-size:12px}.artist-correction-dialog button:disabled{opacity:.5;cursor:wait}.correction-dialog-head{background:linear-gradient(135deg,#fff 30%,#f6f1ff);justify-content:space-between;align-items:flex-start;gap:20px;padding:26px 28px 22px;display:flex}.correction-dialog-head h2{letter-spacing:-.03em;margin:3px 0 4px;font-size:24px;line-height:1.35}.correction-dialog-head p{color:#716979;margin:0}.correction-eyebrow{color:#7956eb;letter-spacing:.12em;font-size:12px;font-weight:800;display:block}.artist-correction-dialog .correction-close{color:#6e4cdd;background:#f6f1ff;border-color:#dfd5f5;border-radius:14px;flex:none;width:44px;height:44px;min-height:44px;padding:0;font-size:26px;font-weight:300;line-height:1}.correction-form{box-sizing:border-box;background:#faf9fc;max-height:calc(100dvh - 146px);padding:20px 28px 0;overflow:auto}.artist-correction-dialog fieldset{border:0;min-width:0;margin:0;padding:0}.correction-section{background:#fff;border:1px solid #e8e2ef;border-radius:18px;margin:0 0 16px;padding:20px;box-shadow:0 6px 22px #3e28540a}.correction-section-title{align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.correction-section-title>span{color:#704de1;background:#eee7ff;border-radius:11px;flex:none;place-items:center;width:34px;height:34px;font-size:12px;font-weight:800;display:grid}.correction-section-title h3{margin:0;font-size:16px;line-height:1.4}.correction-section-title p{color:#827a89;margin:2px 0 0;font-size:13px}.artist-correction-dialog .correction-field,.correction-review label{color:#403947;flex-direction:column;gap:7px;margin:14px 0 0;font-size:14px;font-weight:700;display:flex}.correction-field>small{color:#918999;margin-left:4px;font-weight:500;display:inline}.correction-field-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.correction-field-head small{color:#918999;font-weight:500}.artist-correction-dialog input,.artist-correction-dialog select,.artist-correction-dialog textarea,.correction-review select,.correction-review textarea{box-sizing:border-box;color:#302937;width:100%;min-height:48px;font:inherit;background:#fcfbfd;border:1px solid #ddd6e7;border-radius:12px;outline:none;padding:11px 13px;font-size:14px;transition:border-color .2s,box-shadow .2s,background .2s}.artist-correction-dialog input:focus,.artist-correction-dialog select:focus,.artist-correction-dialog textarea:focus{background:#fff;border-color:#8767ef;box-shadow:0 0 0 3px #8767ef1c}.artist-correction-dialog textarea,.correction-review textarea{resize:vertical;min-height:142px}.artist-correction-dialog input::placeholder,.artist-correction-dialog textarea::placeholder{color:#9a929f}.artist-correction-dialog select{appearance:none;cursor:pointer;background-color:#fcfbfd;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='m2 2 6 6 6-6' stroke='%235f5668' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 17px center;background-repeat:no-repeat;background-size:14px 9px;padding-right:48px}.artist-correction-dialog select:focus{background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='m2 2 6 6 6-6' stroke='%23704de1' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.correction-file-input{display:none}.correction-dropzone{background:#faf8ff;border:2px dashed #d6caef;border-radius:16px;transition:border-color .2s,background .2s,transform .2s}.correction-dropzone.is-dragging{background:#f0eaff;border-color:#7650e7;transform:scale(1.005)}.artist-correction-dialog .correction-dropzone>button{color:#514858;background:0 0;border:0;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;min-height:168px;padding:18px;display:flex}.correction-dropzone strong{font-size:16px}.correction-dropzone button>span:not(.correction-upload-icon){color:#7650e7;font-size:14px}.correction-dropzone small{color:#8a8290;margin-top:5px;font-weight:500}.correction-upload-icon{color:#704de1;background:#eae2ff;border-radius:14px;place-items:center;width:44px;height:44px;margin-bottom:5px;display:grid}.correction-upload-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.correction-privacy-note{color:#776f7e;align-items:center;gap:7px;margin-top:10px;font-size:12px;display:flex}.correction-privacy-note span{color:#278158;background:#edf9f3;border-radius:50%;place-items:center;width:18px;height:18px;font-size:12px;font-weight:800;display:grid}.correction-previews{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:14px 0 0;display:grid}.correction-previews>div{aspect-ratio:1;background:#f4f1f7;border:1px solid #e4ddec;border-radius:12px;position:relative;overflow:hidden}.correction-previews img{object-fit:cover;width:100%;height:100%;display:block}.correction-previews>div>span{color:#fff;background:#201a27cc;border-radius:50%;place-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:grid;position:absolute;bottom:7px;left:7px}.artist-correction-dialog .correction-previews button{color:#fff;background:#201a27d9;border:0;border-radius:50%;width:28px;height:28px;min-height:28px;padding:0;font-size:18px;line-height:1;position:absolute;top:6px;right:6px}.correction-error{background:#fff3f6;border:1px solid #f0cbd4;border-radius:10px;margin:0 0 14px;padding:11px 14px;color:#a42d49!important;font-size:13px!important}.correction-submit-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffc;border-top:1px solid #ebe6f0;justify-content:flex-end;gap:10px;margin:0 -28px;padding:16px 28px 20px;display:flex;position:sticky;bottom:0}.artist-correction-dialog .correction-secondary{color:#625a68;background:#fff;border-color:#ddd6e7;min-width:92px}.artist-correction-dialog .correction-primary{color:#fff;background:linear-gradient(135deg,#825ff0,#6743d7);border-color:#704de1;min-width:156px;font-weight:700;box-shadow:0 8px 18px #704de133}.correction-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:360px;padding:32px;display:flex}.correction-success-icon{color:#704de1;background:#eee7ff;border-radius:20px;place-items:center;width:64px;height:64px;display:grid}.correction-success-icon svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:34px;height:34px}.correction-success h3{margin:18px 0 4px;font-size:20px}.correction-success p{color:#766e7d;max-width:420px;margin:0 0 22px}.admin-correction-toolbar{flex-wrap:wrap;align-items:center;gap:20px;padding:16px 0;font-size:14px;display:flex}.admin-correction-toolbar label{align-items:center;gap:8px;display:flex}.admin-correction-toolbar input{width:18px;height:18px}.correction-count{color:#993f16;background:#fff0e4;border-radius:12px;padding:4px 10px;font-size:13px;display:inline-block}.admin-correction-summary{border-bottom:1px solid #e7e2ec;padding:16px 28px;font-size:14px}.admin-correction-summary>summary{cursor:pointer;color:#6344c9;font-weight:700}.admin-correction-panel{min-width:0;padding:16px 0}.admin-correction-panel header{flex-wrap:wrap;justify-content:space-between;gap:12px;display:flex}.admin-correction-panel h3{font-size:20px}.admin-correction-panel h4{margin:6px 0;font-size:16px}.admin-correction-panel small{font-size:13px}.admin-correction-panel p{font-size:14px}.admin-correction-item{overflow-wrap:anywhere;border-top:1px solid #e7e2ec;padding:16px 0}.admin-correction-item>a{color:#6344c9;font-size:14px;display:block}.correction-message{white-space:pre-wrap}.correction-review{max-width:720px}.admin-artist-section-tabs{background:#fff;border-bottom:1px solid #e7e2ec;gap:8px;padding:18px 28px 0;display:flex}.admin-artist-section-tabs button{color:#756d7c;cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;min-height:46px;padding:10px 18px;font-size:16px;font-weight:800}.admin-artist-section-tabs button.active{color:#6040cf;border-bottom-color:#704de1}.admin-artist-section-tabs b{color:#6948d7;background:#eee8ff;border-radius:12px;place-items:center;min-width:24px;height:24px;margin-left:7px;padding:0 7px;font-size:12px;display:inline-grid}.admin-correction-board-wrap{padding-top:24px}.admin-correction-panel>header>div>small{color:#7956eb;letter-spacing:.1em;font-size:12px;font-weight:800}.admin-correction-panel>header h3{margin:3px 0 0}.admin-correction-panel>header p{color:#77707e;margin:3px 0 0}.correction-board-toolbar{background:#faf9fc;border:1px solid #e4deeb;border-radius:12px;justify-content:space-between;align-items:flex-end;gap:16px;margin-top:20px;padding:14px 16px;display:flex}.correction-board-toolbar label{align-items:center;gap:10px;font-size:14px;font-weight:700;display:flex}.correction-board-toolbar select{color:#3a3340;background:#fff;border:1px solid #d9d1e4;border-radius:9px;min-width:150px;min-height:40px;padding:8px 12px;font-size:14px}.correction-board-toolbar>span{color:#6f6676;font-size:13px}.correction-board-head,.admin-correction-row>summary{grid-template-columns:64px 110px minmax(220px,1fr) 86px 100px 120px;align-items:center;gap:12px;display:grid}.correction-board-head{color:#716977;text-align:center;border-top:2px solid #51455c;border-bottom:1px solid #ded8e4;margin-top:18px;padding:11px 16px;font-size:13px;font-weight:700}.admin-correction-row{border-bottom:1px solid #e5dfe8}.admin-correction-row>summary{cursor:pointer;min-height:58px;padding:10px 16px;font-size:14px;list-style:none}.admin-correction-row>summary::-webkit-details-marker{display:none}.admin-correction-row>summary:hover{background:#faf8ff}.admin-correction-row>summary>strong,.admin-correction-row>summary>span,.admin-correction-row>summary>time{min-width:0}.correction-row-number,.correction-row-images,.correction-row-state,.admin-correction-row>summary>time{text-align:center}.correction-row-subject{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.correction-row-images{color:#6948d7;font-size:13px;font-weight:700}.correction-row-state{background:#f1edf5;border-radius:13px;padding:5px 8px;font-size:12px;font-weight:800}.correction-row-state.status-pending{color:#945600;background:#fff1db}.correction-row-state.status-reviewing{color:#6142c4;background:#ece8ff}.correction-row-state.status-resolved{color:#197146;background:#e5f7ed}.correction-row-state.status-rejected{color:#a3324d;background:#fde9ed}.admin-correction-row>summary>time{color:#7b7480;font-size:13px}.admin-correction-row-detail{background:#faf9fc;border-top:1px solid #eee9f1;padding:20px 28px 24px}.admin-correction-row-detail>a{color:#6344c9;overflow-wrap:anywhere;margin:12px 0;font-size:14px;display:block}.admin-correction-row-detail>.correction-message{background:#fff;border:1px solid #e4deea;border-radius:10px;max-width:900px;margin:16px 0;padding:16px}.correction-attachment-section{max-width:900px;margin:18px 0}.correction-attachment-section h4{margin:0 0 10px}.correction-pagination{justify-content:center;align-items:center;gap:14px;padding:22px;display:flex}.correction-pagination button{min-width:72px}.correction-pagination span{font-size:14px}@media (width<=1024px){.artist-correction-dialog{border-radius:18px;width:calc(100vw - 16px);max-height:calc(100dvh - 16px)}.correction-dialog-head{padding:20px 18px 17px}.correction-dialog-head h2{font-size:20px}.correction-dialog-head p{font-size:13px}.artist-correction-dialog .correction-close{border-radius:12px;width:40px;height:40px;min-height:40px}.correction-form{max-height:calc(100dvh - 119px);padding:14px 14px 0}.correction-section{border-radius:15px;padding:16px 14px}.correction-section-title{gap:9px}.correction-section-title p{font-size:12px}.artist-correction-dialog .correction-dropzone>button{min-height:150px;padding:14px 8px}.correction-previews{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.correction-submit-bar{margin:0 -14px;padding:13px 14px 16px}.artist-correction-dialog .correction-secondary{min-width:78px}.artist-correction-dialog .correction-primary{flex:1;min-width:0}.star-correction-toolbar{padding:10px 14px}.admin-correction-summary{padding:14px}.admin-artist-section-tabs{padding:12px 14px 0;overflow-x:auto}.admin-artist-section-tabs button{min-width:max-content;font-size:14px}.admin-correction-board-wrap{padding:16px 12px}.correction-board-toolbar,.correction-board-toolbar label{flex-direction:column;align-items:stretch}.correction-board-head{display:none}.admin-correction-row>summary{grid-template-columns:38px minmax(0,1fr) auto;gap:7px;padding:12px 8px}.admin-correction-row>summary>strong{grid-column:2}.correction-row-subject{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;grid-column:2/-1;display:-webkit-box}.correction-row-images{grid-column:2}.correction-row-state{grid-area:1/3}.admin-correction-row>summary>time{grid-area:2/3}.admin-correction-row-detail{padding:16px 12px}.admin-correction-row-detail>.correction-message{padding:13px}.artist-correction-page{z-index:300;width:100vw;height:100dvh;max-height:none;box-shadow:none;overscroll-behavior:contain;background:#fff;border:0;border-radius:0;position:fixed;inset:0;overflow:auto}.artist-correction-page .correction-dialog-head{z-index:4;box-sizing:border-box;min-height:68px;padding:calc(10px + env(safe-area-inset-top)) 16px 10px;-webkit-backdrop-filter:blur(16px);background:#fffffff2;border-bottom:1px solid #e9e3ed;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px;display:grid;position:sticky;top:0;box-shadow:0 3px 14px #2a1e3510}.artist-correction-page .correction-dialog-head>div{grid-column:2;align-self:center}.artist-correction-page .correction-dialog-head h2{margin:0;font-size:20px;line-height:1.25}.artist-correction-page .correction-eyebrow,.artist-correction-page .correction-dialog-head p{display:none}.artist-correction-page .correction-close{color:#3d3544;background:0 0;border:0;border-radius:0;grid-area:1/1;align-self:center;place-items:center;width:44px;height:44px;min-height:44px;padding:0;line-height:1;display:grid}.artist-correction-page .correction-close svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px}.artist-correction-page .correction-form{background:#fff;width:min(760px,100%);max-height:none;margin:0 auto;padding:0 16px;overflow:visible}.artist-correction-page fieldset{background:#fff}.artist-correction-page .correction-section{box-shadow:none;background:#fff;border:0;border-bottom:1px solid #ece7ef;border-radius:0;margin:0;padding:26px 0}.artist-correction-page .correction-section-title{gap:0;margin-bottom:20px}.artist-correction-page .correction-section-title>span{display:none}.artist-correction-page .correction-section-title h3{font-size:18px}.artist-correction-page .correction-section-title p{margin-top:4px;font-size:13px}.artist-correction-page .correction-submit-bar{padding:13px 16px calc(14px + env(safe-area-inset-bottom));background:#fffffff2;margin:0 -16px;bottom:0}.artist-correction-page .correction-success{box-sizing:border-box;min-height:calc(100dvh - 130px)}}.star-moderator-cta{border-top:1px solid #2b2930;margin-top:22px;padding-top:20px}.star-moderator-cta button{color:#fff;text-align:left;cursor:pointer;background:#17151b;border:1px solid #4a4553;border-radius:10px;width:100%;padding:12px 14px;font-size:13px;font-weight:700;line-height:1.45}.star-moderator-cta button:hover,.star-moderator-cta button:focus-visible{border-color:#a56aff;outline:2px solid #a56aff55}.star-moderator-cta small{color:#a56aff;margin-bottom:4px;font-size:12px;display:block}.star-moderator-cta span{color:#aaa3b2;margin-top:4px;font-size:12px;display:block}.star-moderator-edit{color:#6f3fc0!important;background:#f7f2ff!important;border:1px solid #8e5de7!important}.artist-moderator-backdrop{z-index:10000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#141019a8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.artist-moderator-dialog,.artist-moderator-workspace{color:#2e2934;background:#fff;border-radius:24px;width:min(720px,100%);max-height:calc(100vh - 48px);overflow:auto;box-shadow:0 30px 90px #160c2f55}.artist-moderator-dialog>header,.artist-moderator-workspace>header{z-index:2;background:#fff;border-bottom:1px solid #eee7f4;justify-content:space-between;align-items:center;padding:24px 28px 18px;display:flex;position:sticky;top:0}.artist-moderator-dialog header small,.artist-moderator-workspace header small{color:#7a4ed1;letter-spacing:.08em;font-size:12px;font-weight:800}.artist-moderator-dialog h2,.artist-moderator-workspace h2{margin:4px 0 0;font-size:24px}.artist-moderator-dialog header>button,.artist-moderator-workspace>header>button,.moderator-relation-form header button{cursor:pointer;background:0 0;border:0;font-size:28px}.artist-moderator-dialog form{padding:24px 28px}.artist-moderator-dialog form>p{color:#69616f;margin:0 0 20px;font-size:14px}.artist-moderator-dialog label,.moderator-profile-form label,.moderator-relation-form label{gap:8px;margin-bottom:18px;font-size:14px;font-weight:700;display:grid}.artist-moderator-dialog textarea,.moderator-profile-form textarea,.moderator-profile-form input,.moderator-relation-form input{font:inherit;resize:vertical;border:1px solid #dcd2e7;border-radius:12px;min-height:44px;padding:12px 14px}.artist-moderator-dialog textarea{min-height:112px}.artist-moderator-dialog textarea:focus,.moderator-profile-form textarea:focus,.moderator-profile-form input:focus,.moderator-relation-form input:focus{border-color:#8a57df;outline:2px solid #8a57df55}.artist-moderator-dialog footer,.moderator-relation-form footer{justify-content:flex-end;gap:10px;display:flex}.artist-moderator-dialog footer button,.moderator-relation-form footer button,.moderator-relations button,.moderator-profile-form>button{cursor:pointer;background:#fff;border:1px solid #d9d1e2;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:700}.artist-moderator-dialog .primary,.artist-moderator-workspace .primary{color:#fff;background:#6f3fc0;border-color:#6f3fc0}.artist-moderator-status{padding:32px 28px}.artist-moderator-status strong{color:#6f3fc0;font-size:20px}.artist-moderator-status p{font-size:14px;line-height:1.7}.artist-moderator-status blockquote{background:#f8f4fc;border-left:3px solid #8e5de7;margin:20px 0 0;padding:14px}.artist-moderator-workspace{width:min(1180px,100%)}.artist-moderator-workspace>nav{z-index:2;background:#fff;border-bottom:1px solid #eee7f4;gap:4px;padding:10px 28px;display:flex;position:sticky;top:89px;overflow:auto}.artist-moderator-workspace>nav button{color:#746d79;white-space:nowrap;cursor:pointer;background:0 0;border:0;padding:10px 14px;font-size:14px;font-weight:700}.artist-moderator-workspace>nav button.active{color:#6f3fc0;background:#f3edfb;border-radius:999px}.artist-moderator-body{padding:24px 28px 32px}.artist-moderator-notice,.artist-moderator-error{color:#226241;background:#effaf4;border-radius:10px;margin:16px 28px 0;padding:11px 14px;font-size:13px}.artist-moderator-error{color:#a52c2c;background:#fff1f1}.artist-moderator-rejected{color:#a52c2c!important}.moderator-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px;display:grid}.moderator-profile-form textarea{min-height:120px}.moderator-profile-form small{color:#8a818e;font-size:12px}.moderator-relations>header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.moderator-relations h3{margin:0;font-size:20px}.moderator-relations header p{color:#746d79;margin:5px 0 0;font-size:13px}.moderator-relation-list{gap:10px;display:grid}.moderator-relation-list article{border:1px solid #e8e0ef;border-radius:14px;grid-template-columns:56px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:10px;display:grid}.moderator-relation-list img,.moderator-relation-list .placeholder{object-fit:cover;background:#eee8f4;border-radius:10px;width:56px;height:56px}.moderator-relation-list strong,.moderator-relation-list small{display:block}.moderator-relation-list small{color:#827986;margin-top:4px;font-size:12px}.moderator-relations .danger{color:#a52c2c}.moderator-relation-form{background:#faf8fc;border:1px solid #dcd2e7;border-radius:16px;margin-top:20px;padding:20px}.moderator-relation-form>header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.moderator-active{align-items:center;grid-template-columns:auto 1fr!important;display:flex!important}.artist-moderator-workspace .admin-correction-panel{margin:0}.artist-moderator-workspace .admin-correction-panel>header{position:static}@media (width<=760px){.artist-moderator-backdrop{padding:0}.artist-moderator-dialog,.artist-moderator-workspace{border-radius:0;width:100%;height:100vh;max-height:100vh}.artist-moderator-dialog>header,.artist-moderator-workspace>header,.artist-moderator-dialog form,.artist-moderator-body{padding:18px 16px}.artist-moderator-workspace>nav{padding:8px 12px;top:77px}.moderator-form-grid{grid-template-columns:1fr}.moderator-relation-list article{grid-template-columns:48px minmax(0,1fr) auto}.moderator-relation-list .danger{grid-column:3}.star-moderator-cta{margin-top:16px}}.star-moderator-cta button{color:#211333;isolation:isolate;text-align:left;cursor:pointer;word-break:keep-all;background:radial-gradient(circle at 80% 0,#fff8 0 9%,#0000 30%) 0 0/100% 100%,radial-gradient(circle at 8% 100%,#efb8ff88 0 8%,#0000 31%) 0 0/100% 100%,linear-gradient(135deg,#f9e6ff,#d9c5ff 48%,#badcff) 0 0/100% 100% padding-box padding-box,linear-gradient(105deg,#ff8fd8,#a56aff,#6ddcff,#fff,#ff8fd8) 0/260% 100% border-box;border:2px solid #0000;border-radius:20px;grid-template-columns:64px minmax(0,1fr) 40px;align-items:center;gap:14px;width:100%;min-height:104px;padding:15px 16px;transition:transform .18s,box-shadow .18s;animation:4s linear infinite moderator-border-shimmer;display:grid;position:relative;overflow:hidden;box-shadow:0 12px 32px #9e6bff35,0 0 24px #cf74ff20}.star-moderator-cta button:after{z-index:-1;content:"";pointer-events:none;background:linear-gradient(115deg,#0000 18%,#fff8 34%,#0000 49%) 0 0/220% 100%;border-radius:18px;animation:4s ease-in-out infinite moderator-sheen;position:absolute;inset:0}.star-moderator-cta .star-moderator-badge{color:#fff;filter:drop-shadow(0 7px 11px #593d7b4a);place-items:center;width:60px;height:60px;margin:0;display:grid}.star-moderator-badge svg{width:60px;height:60px;display:block;overflow:visible}.star-moderator-badge .badge-medal{fill:url(#moderator-badge-gradient);stroke:#fff;stroke-width:2px}.star-moderator-badge .badge-crown{fill:none;stroke:#fff;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.star-moderator-cta .star-moderator-label{flex-direction:column;justify-content:center;align-items:flex-start;gap:3px;min-width:0;display:flex}.star-moderator-cta .star-moderator-label small{color:#65407f;margin:0;font-size:13px;font-weight:800;line-height:1.35}.star-moderator-cta .star-moderator-prompt{flex-wrap:wrap;align-items:center;gap:0;display:flex}.star-moderator-prompt mark{color:#8f4ff4;-webkit-text-fill-color:transparent;font:inherit;text-shadow:0 4px 13px #8f4ff426;background:linear-gradient(105deg,#ed3fa7 0%,#8f4ff4 48%,#287fdf 100%);-webkit-background-clip:text;background-clip:text;border:0;padding:0;font-weight:950;line-height:1.35}.star-moderator-prompt span{color:#65407f;font:inherit;margin:0;line-height:1.35}.star-moderator-cta strong{color:#24152e;font-size:19px;font-weight:900;line-height:1.35;display:block}.star-moderator-cta .star-moderator-arrow{color:#50336c;background:#ffffff80;border:1px solid #ffffffb8;border-radius:50%;place-items:center;width:38px;height:38px;margin:0;padding:0;line-height:0;display:grid;box-shadow:inset 0 1px #fff,0 5px 14px #593d7b1f}.star-moderator-cta .star-moderator-arrow svg{flex:none;width:22px;height:22px;display:block;transform:none}.star-moderator-cta button:hover{outline:none;transform:translateY(-2px);box-shadow:0 16px 38px #9e6bff4a,0 0 30px #cf74ff32}.star-moderator-cta button:focus-visible{outline-offset:4px;outline:3px solid #fff;box-shadow:0 0 0 6px #a56aff80,0 16px 38px #9e6bff4a}@keyframes moderator-border-shimmer{to{background-position:0 0,0 0,0 0,260%}}@keyframes moderator-sheen{0%,55%{background-position:180% 0}to{background-position:-70% 0}}@media (prefers-reduced-motion:reduce){.star-moderator-cta button,.star-moderator-cta button:after{animation:none}}.artist-moderator-ineligible dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:22px 0;display:grid}.artist-moderator-ineligible dl>div{background:#faf8fc;border:1px solid #e4dcef;border-radius:12px;padding:14px}.artist-moderator-ineligible dt{color:#7c7481;font-size:12px}.artist-moderator-ineligible dd{color:#302a35;margin:5px 0 0;font-size:16px;font-weight:800}.artist-moderator-status footer{margin-top:24px}@media (width<=760px){.artist-moderator-ineligible dl{grid-template-columns:1fr}.artist-moderator-status{padding:26px 18px}}.legal-page{color:#242128;background:#fff;min-height:100vh;font-family:Exo,Noto Sans KR,sans-serif;font-size:14px}.legal-header{background:#fff;border-top:1px solid #ece9f0;border-bottom:1px solid #e4e0e8;justify-content:space-between;align-items:center;height:104px;padding:0 clamp(28px,5.5vw,92px);display:flex}.legal-brands{align-items:center;gap:21px;display:flex}.legal-brands a{color:#19171c;text-decoration:none}.legal-brands>i{background:#d9d5dc;width:1px;height:46px;display:block}.teragraph-brand{align-items:center;gap:12px;display:flex}.teragraph-brand svg{fill:none;stroke:#7157e7;stroke-width:2px;stroke-linecap:round;width:48px;height:48px;overflow:visible}.teragraph-brand svg circle{fill:#fff}.teragraph-brand strong{letter-spacing:-1.4px;font-size:26px}.teragraph-brand strong span{color:#714fe8}.legal-fanheat-brand{align-items:center;gap:10px;display:flex}.legal-fanheat-brand img{object-fit:contain;width:58px;height:58px;display:block}.legal-fanheat-brand strong{letter-spacing:-.7px;font-size:24px}.legal-language{color:#3f98bd;background:#fff;border:1px solid #dcd7e2;border-radius:9px;align-items:center;gap:8px;height:48px;padding:0 14px;display:flex;box-shadow:0 2px 7px #2818370a}.legal-language>span{font-size:20px}.legal-language select{color:#403a44;background:#fff;border:0;outline:0;height:100%;font:500 14px Exo,Noto Sans KR,sans-serif}.legal-layout{grid-template-columns:minmax(230px,310px) minmax(0,1fr);align-items:start;gap:clamp(50px,7vw,120px);width:min(1540px,100% - 70px);margin:0 auto;padding:86px 0 110px;display:grid}.legal-layout>aside{position:sticky;top:28px}.legal-layout>aside nav{flex-direction:column;gap:10px;display:flex}.legal-layout>aside a{color:#262229;background:#fff;border:1px solid #dcd8e0;border-radius:7px;align-items:center;min-height:68px;padding:0 24px;font-size:16px;font-weight:600;text-decoration:none;transition:border-color .16s,background .16s,color .16s;display:flex}.legal-layout>aside a:hover,.legal-layout>aside a:focus-visible{border-color:#8b76df;outline:none}.legal-layout>aside a.active{color:#fff;background:#1e1c21;border-color:#1e1c21}.legal-content{min-width:0}.legal-title{text-align:center;padding:0 3% 45px}.legal-title small{color:#4f4952;letter-spacing:.2px;font-size:13px;font-weight:600;display:block}.legal-title h1{color:#17151a;letter-spacing:-2px;margin:11px 0 14px;font-size:clamp(34px,4vw,50px);line-height:1.2}.legal-title p{color:#817a85;word-break:keep-all;max-width:760px;margin:0 auto;font-size:16px;line-height:1.75}.legal-title time{color:#98919b;margin-top:17px;font-size:12px;display:block}.legal-document{background:#fff;padding:0 0 20px}.legal-document section{padding:34px 0}.legal-document section+section{border-top:1px solid #e8e4ea}.legal-document h2{color:#201d23;margin:0 0 19px;font-size:22px;line-height:1.35}.legal-document p{color:#5e5862;word-break:keep-all;margin:10px 0;font-size:15px;line-height:1.9}.legal-document a{color:#694bdd;font-weight:600}.legal-page>footer{color:#777079;background:#faf9fb;border-top:1px solid #e5e0e8;justify-content:space-between;align-items:center;min-height:82px;padding:0 clamp(28px,5.5vw,92px);font-size:12px;display:flex}.legal-page>footer a{color:#7658e8;text-decoration:none}@media (width<=860px){.legal-header{height:auto;min-height:86px;padding:14px 18px}.legal-brands{gap:10px}.legal-brands>i{height:36px}.teragraph-brand svg{width:38px;height:38px}.teragraph-brand strong{font-size:20px}.legal-fanheat-brand img{width:43px;height:43px}.legal-fanheat-brand strong{display:none}.legal-language{height:42px;padding:0 8px}.legal-language select{width:75px;font-size:12px}.legal-layout{width:calc(100% - 32px);padding:30px 0 70px;display:block}.legal-layout>aside{margin-bottom:42px;position:static;overflow-x:auto}.legal-layout>aside nav{flex-direction:row;gap:7px;min-width:max-content}.legal-layout>aside a{min-height:46px;padding:0 17px;font-size:13px}.legal-title{padding-bottom:28px}.legal-title h1{letter-spacing:-1.3px;font-size:31px}.legal-title p{font-size:14px}.legal-document section{padding:27px 0}.legal-document h2{font-size:19px}.legal-document p{font-size:14px}}@media (width<=520px){.teragraph-brand strong{display:none}.legal-header{gap:10px}.legal-language>span{display:none}.legal-page>footer{flex-direction:column;align-items:flex-start;gap:8px;padding:18px}}.copyright-report-overlay{z-index:120;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#17111f99;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.copyright-report-dialog{color:#302b34;background:#fff;border-radius:20px;width:min(620px,100%);max-height:calc(100dvh - 40px);padding:26px;overflow:auto;box-shadow:0 28px 80px #160d2666}.copyright-report-dialog>header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.copyright-report-dialog h2{margin:4px 0 7px;font-size:24px}.copyright-report-dialog header small{color:#7658e8;letter-spacing:1px;font-size:12px;font-weight:800}.copyright-report-dialog header p{color:#817984;margin:0;font-size:13px}.copyright-report-dialog header>button{color:#6549d4;cursor:pointer;background:#fff;border:1px solid #ddd5eb;border-radius:50%;flex:0 0 40px;width:40px;height:40px;font-size:25px}.copyright-report-grid{grid-template-columns:1fr 1fr;gap:16px;margin-top:24px;display:grid}.copyright-report-dialog label{flex-direction:column;gap:7px;font-size:14px;font-weight:700;display:flex}.copyright-report-dialog input,.copyright-report-dialog select,.copyright-report-dialog textarea{box-sizing:border-box;color:#302b34;background:#fff;border:1px solid #d9d1e6;border-radius:10px;width:100%;font:14px/1.5 inherit}.copyright-report-dialog input,.copyright-report-dialog select{height:44px;padding:0 12px}.copyright-report-dialog>label{margin-top:18px}.copyright-report-dialog textarea{resize:vertical;min-height:160px;padding:12px}.copyright-report-dialog label>small{color:#918995;align-self:flex-end;font-size:12px;font-weight:400}.copyright-report-message{color:#6549d4;background:#f2edff;border-radius:9px;margin:14px 0 0;padding:11px 13px;font-size:13px;line-height:1.5}.copyright-report-dialog>footer{justify-content:flex-end;gap:9px;margin-top:20px;display:flex}.copyright-report-dialog>footer button{color:#625b67;cursor:pointer;background:#fff;border:1px solid #d7cfee;border-radius:21px;min-width:94px;height:42px;font-size:14px;font-weight:700}.copyright-report-dialog>footer button[type=submit]{color:#fff;background:#7658e8;border-color:#7658e8}.copyright-report-dialog>footer button:disabled{opacity:.55;cursor:default}.copyright-report-dialog select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='m1 1 6 6 6-6' fill='none' stroke='%235f5865' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 15px center;background-repeat:no-repeat;background-size:12px 7px;padding-right:42px}@media (width<=1024px){.copyright-report-overlay{align-items:end;padding:0}.copyright-report-dialog{width:100%;max-height:92dvh;padding:22px 18px calc(20px + env(safe-area-inset-bottom));border-radius:20px 20px 0 0}.copyright-report-grid{grid-template-columns:1fr;gap:13px}.copyright-report-dialog textarea{min-height:145px}}.hero{background:#126fb7}.hero-backgrounds{position:absolute;inset:0;overflow:hidden}.hero-backgrounds>div{opacity:0;filter:saturate(.95);will-change:opacity, transform;background-position:50%;background-size:cover;transition:opacity .85s,transform 5.5s;position:absolute;inset:-2%;transform:scale(1.035)}.hero-backgrounds>div.active{opacity:1;transform:scale(1)}.hero-backgrounds:after{content:"";pointer-events:none;background:linear-gradient(90deg,#42207330,#0000 50%,#038dc626);position:absolute;inset:0}.hero-carousel{z-index:1}.hero .album-card img{background:#fff;border-radius:2px}.hero .album-card:nth-child(2) img,.hero .album-card:nth-child(3) img{aspect-ratio:5/4;object-position:center;object-fit:cover}.hero .album-card.background-only{justify-content:flex-end;align-items:flex-start;padding:8vh 8% 7vh}.hero .album-card.background-only p{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#17121a99;border-radius:12px;width:100%;padding:18px 20px}@media (prefers-reduced-motion:reduce){.hero-backgrounds>div{transition:none;transform:none}}.post .post-index{letter-spacing:.1px;font-variant-numeric:tabular-nums;font-family:Exo,sans-serif;font-size:15px;font-weight:600}@media (width<=1024px){.post .post-index{font-size:14px}}.award-card{width:100%;color:inherit;text-align:left;background:0 0;border:0;padding:0}.award-card:focus-visible{outline:2px solid var(--violet);outline-offset:3px;border-radius:9px}.award-card .award-image{display:block}.award-caption{align-items:center;gap:7px;height:31px;padding:7px 2px 0;display:flex;overflow:hidden}.award-caption strong,.award-caption small{white-space:nowrap;font-weight:400}.award-caption strong{color:#333;font-size:13px}.award-caption strong i{color:var(--violet);font-style:normal}.award-caption small{color:#777;border-left:1px solid #ddd;padding-left:7px;font-size:12px}.star-visual{z-index:2;color:#fff;background:#050407;grid-template-columns:minmax(170px,29%) minmax(0,71%);display:grid;position:fixed;inset:0 50% 0 0;overflow:hidden;box-shadow:5px 0 25px #44306459}.star-profile{z-index:2;scrollbar-width:thin;scrollbar-color:#493b62 transparent;background:#050407;min-width:0;padding:clamp(24px,4vh,46px) clamp(17px,2.1vw,34px) 24px;position:relative;overflow-y:auto}.star-back,.star-like{color:#a88cff;background:0 0;border:0;position:absolute;top:18px}.star-back{color:#aaa;font:300 34px/1 Arial;left:18px}.star-like{opacity:.75;font-size:28px;transition:all .2s;right:18px}.star-like.active{color:#e45aaa;opacity:1;filter:drop-shadow(0 0 8px #e45aaa88);transform:scale(1.08)}.star-avatar-carousel{aspect-ratio:1;cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none;border-radius:50%;width:min(164px,78%);margin:18px auto 14px;overflow:hidden;box-shadow:0 0 0 1px #fff2,0 18px 44px #000}.star-avatar-carousel.dragging{cursor:grabbing}.star-avatar{object-fit:cover;pointer-events:none;-webkit-user-drag:none;will-change:transform, opacity;border-radius:50%;width:100%;height:100%;display:block}.star-avatar.next{animation:.34s cubic-bezier(.22,.75,.25,1) starAvatarNext}.star-avatar.prev{animation:.34s cubic-bezier(.22,.75,.25,1) starAvatarPrev}@keyframes starAvatarNext{0%{opacity:.22;transform:translate(22%)scale(.96)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes starAvatarPrev{0%{opacity:.22;transform:translate(-22%)scale(.96)}to{opacity:1;transform:translate(0)scale(1)}}.star-profile-dots{justify-content:center;gap:9px;height:24px;display:flex}.star-profile-dots button{background:#c9c7cc;border:0;border-radius:50%;width:9px;height:9px;padding:0}.star-profile-dots button.active{background:#8a6cff}.star-facts,.star-followers,.star-visitors{margin-top:clamp(22px,4vh,44px)}.star-facts>small,.star-followers>small,.star-visitors>small{color:#77727d;align-items:center;gap:10px;font:500 12px Exo,sans-serif;display:flex}.star-facts>small:after,.star-followers>small:after,.star-visitors>small:after{content:"";background:#343039;flex:1;height:1px}.star-facts h1{margin:22px 0 6px;font-size:clamp(21px,1.55vw,28px);font-weight:500}.star-facts p{color:#aaa5ae;margin:0 0 18px;font-size:15px;line-height:1.5}.star-facts dl,.star-facts dl div{margin:0}.star-facts dl div{color:#bcb8c0;grid-template-columns:52px minmax(0,1fr);gap:10px;margin:10px 0;font-size:15px;line-height:1.55;display:grid}.star-facts dt{color:#6f6a73;font-size:14px;font-weight:500}.star-facts dd{margin:0;font-weight:500}.star-followers strong{color:#987dff;margin-top:9px;font:400 clamp(21px,1.55vw,28px) Exo,sans-serif;display:inline-block}.star-followers span{color:#aaa;margin-left:7px;font-size:12px}.star-visitors p{color:#aaa5ae;margin:9px 0 0 4px;font-size:14px;line-height:1.35}.star-visitors p+p{margin-top:3px}.star-socials{gap:12px;margin-top:30px;display:flex}.star-socials a,.star-socials>span{color:#fff;box-sizing:border-box;background:#7960e7;border:0;border-radius:50%;place-items:center;width:41px;height:41px;padding:0;font-weight:700;text-decoration:none;display:grid}.star-socials svg{fill:#fff;width:21px;height:21px}.star-socials .facebook{background:#395fa0}.star-socials .twitter{background:#1bb2e9}.star-socials .instagram{background:linear-gradient(145deg,#00a8e8 10% 100%)}.star-socials .instagram svg{fill:none;stroke:#fff;stroke-width:2px}.star-socials .instagram .instagram-dot{fill:#fff;stroke:none}.star-socials a:hover,.star-socials a:focus-visible{outline-offset:3px;outline:2px solid #fff;transform:translateY(-1px)}.star-socials .is-unavailable{cursor:not-allowed;filter:grayscale();opacity:.48;background:#29262d}.star-socials .is-unavailable svg{fill:#aaa4ad}.star-socials .instagram.is-unavailable svg{fill:none;stroke:#aaa4ad}.star-socials .instagram.is-unavailable .instagram-dot{fill:#aaa4ad;stroke:none}.star-portrait{background:#19161e;min-width:0;position:relative;overflow:hidden}.star-portrait:after{content:"";pointer-events:none;background:linear-gradient(#0000 56%,#050407b8);position:absolute;inset:0}.star-portrait>img{object-fit:cover;object-position:center;width:100%;height:100%;display:block;transform:scale(1.015)}.star-image-credit{z-index:2;color:#ffffffd1;background:#0000006b;border-radius:4px;padding:4px 7px;font:12px/1.3 Exo,sans-serif;text-decoration:none;position:absolute;top:18px;right:20px}.star-image-credit:hover{color:#fff}.star-portrait>div{z-index:1;justify-content:space-between;gap:15px;font:500 12px Exo,sans-serif;display:flex;position:absolute;bottom:23px;left:24px;right:24px}.star-portrait>div span{opacity:.72}.star-content{overflow:hidden}.star-page{scrollbar-width:thin;background:#fff;height:calc(100vh - 60px);overflow-y:auto}.star-navigation{z-index:4;position:sticky;top:0}.star-mobile-appbar,.star-mobile-overview{display:none}.star-tab-strip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border-bottom:1px solid #e6e4e9;align-items:center;min-height:62px;display:flex}.star-tabs{background:0 0;border-bottom:0;flex:1;align-items:end;gap:clamp(18px,2.5vw,36px);min-width:0;min-height:62px;padding:0 clamp(24px,4vw,58px);display:flex;position:relative}.star-correction-button{color:#6b50d5;white-space:nowrap;cursor:pointer;background:#f7f4ff;border:1px solid #ded7eb;border-radius:18px;flex:none;justify-content:center;align-items:center;gap:6px;width:auto;height:36px;margin:0 clamp(20px,2vw,32px) 0 auto;padding:0 13px;font-size:13px;font-weight:700;display:flex}.star-correction-button:hover,.star-correction-button:focus-visible{outline-offset:2px;background:#eee8ff;border-color:#876de6;outline:2px solid #d9d0ff}.star-correction-button:disabled{opacity:.42;cursor:default}.star-correction-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.star-correction-button span{font-size:inherit}.star-tabs button{color:#17141a;background:0 0;border:0;align-items:center;gap:7px;height:62px;font-size:15px;font-weight:600;display:flex;position:relative}.star-tabs button:after{content:"";background:0 0;height:2px;position:absolute;bottom:-1px;left:0;right:0}.star-tabs button.active:after{background:#17141a}.star-tabs b{color:#fff;background:#121015;border-radius:12px;min-width:27px;padding:3px 7px;font:600 12px Exo,sans-serif}.star-tabs em{color:#ef3f54;font:700 12px Exo,sans-serif}.star-introduction,.star-albums,.star-fan-board,.star-concerts{padding:clamp(32px,5vw,68px) clamp(30px,5.5vw,76px) 70px}.star-introduction{padding-top:clamp(22px,2.8vw,38px);padding-bottom:38px}.star-fan-board h2,.star-concerts h2{color:#211e25;margin:7px 0 4px;font-size:24px}.star-bio{margin-top:0}.star-bio p{color:#454047;margin:0 0 7px;font-size:14px;line-height:1.65}.star-records{grid-template-columns:repeat(2,minmax(0,1fr));gap:54px;margin-top:22px;display:grid}.star-records h3{color:#2f2b32;align-items:center;gap:12px;font:600 14px Exo,sans-serif;display:flex}.star-records h3:after{content:"";background:#d9d6dc;flex:1;height:1px}.star-records ul{margin:22px 0 0;padding:0;list-style:none}.star-records li{color:#4e4951;grid-template-columns:54px minmax(0,1fr);gap:14px;margin:13px 0;font-size:15px;line-height:1.6;display:grid}.star-records time{color:#8e8793;width:54px;margin-right:0;font-family:Exo,sans-serif;font-size:14px;font-weight:500;display:inline-block}.star-albums{grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 18px;display:grid}.star-albums article{min-width:0}.star-albums .album-jacket{background:#f1eff3;border-radius:7px;position:relative;overflow:hidden}.star-albums img{aspect-ratio:1;object-fit:cover;width:100%;transition:transform .3s;display:block}.star-albums article:hover img{transform:scale(1.035)}.star-albums .album-jacket button{color:#7658eb;opacity:0;background:#ffffffeb;border:0;border-radius:50%;width:34px;height:34px;transition:all .2s;position:absolute;bottom:10px;right:10px;transform:translateY(5px);box-shadow:0 7px 16px #17101f4d}.star-albums article:hover .album-jacket button,.star-albums .album-jacket button:focus-visible{opacity:1;transform:none}.star-albums h3{color:#27232b;text-overflow:ellipsis;white-space:nowrap;margin:13px 0 6px;padding:0 12px;font-size:17px;font-weight:700;line-height:1.35;overflow:hidden}.star-albums p{color:#77717b;text-overflow:ellipsis;white-space:nowrap;margin:0 0 7px;padding:0 12px;font-size:14px;line-height:1.4;overflow:hidden}.star-albums p i{color:var(--violet);margin-right:5px;font-style:normal}.star-albums span{color:#999;padding:0 12px;font:12px/1.55 Exo,sans-serif;display:block}.star-album-section{padding:clamp(34px,4vw,52px) clamp(30px,4.5vw,64px) 70px}.star-album-section .star-albums{padding:0}@media (width>=1025px) and (width<=1100px){.star-albums{grid-template-columns:repeat(3,minmax(0,1fr))}}.album-search-head{justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px;display:flex}.album-search-head small{color:var(--violet);letter-spacing:1.8px;font:600 12px Exo,sans-serif}.album-search-head h2{color:#211e25;margin:5px 0 3px;font-size:23px}.album-search-head p{color:#99939d;margin:0;font-size:12px}.album-search-head label{background:#fff;border:1px solid #ded9e4;border-radius:19px;align-items:center;gap:7px;width:min(250px,45%);height:36px;padding:0 11px;display:flex}.album-search-head label:focus-within{border-color:var(--violet);box-shadow:0 0 0 3px #8e74f217}.album-search-head label>span{color:var(--violet);font-size:18px;transform:rotate(-15deg)}.album-search-head input{border:0;outline:0;width:100%;min-width:0;font-size:12px}.album-search-head label button{color:#999;background:0 0;border:0;font-size:15px}.album-empty{color:#96909a;text-align:center;place-content:center;gap:7px;min-height:220px;display:grid}.album-empty strong{color:#4b454f;font-size:14px}.album-empty span,.album-sentinel span{font-size:12px}.album-sentinel{color:#9b94a1;place-items:center;min-height:55px;display:grid}.star-fan-board>article,.star-concerts>article{border-bottom:1px solid #e9e7eb;align-items:center;gap:14px;margin-top:20px;padding:18px 0;display:flex}.star-fan-board>article>span{color:#fff;background:linear-gradient(135deg,#8b6df0,#dd56ad);border-radius:50%;place-items:center;width:42px;height:42px;font-size:12px;font-weight:700;display:grid}.star-fan-board article strong{font-size:12px}.star-fan-board article p{color:#767078;margin:5px 0 0;font-size:13px}.star-fan-board>header{border-bottom:1px solid #ece9ef;justify-content:space-between;align-items:end;gap:24px;margin:0 0 clamp(26px,3.5vw,44px);padding-bottom:18px;display:flex}.star-fan-board>header h2{margin:0 0 7px}.star-fan-board>header p{color:#89838c;margin:0;font-size:12px}.star-fan-board>header>strong{color:#795ee8;flex:none;font:600 14px Exo,sans-serif}.star-fan-grid{grid-template-columns:repeat(auto-fill,minmax(118px,1fr));gap:clamp(30px,4vw,48px) clamp(16px,2.5vw,36px);display:grid}.star-fan-board .star-fan-grid>article{text-align:center;border:0;flex-direction:column;align-items:center;gap:4px;min-width:0;margin:0;padding:0;display:flex;position:relative}.fan-profile-ring{aspect-ratio:1;background:linear-gradient(145deg,#8f75ff,#ef77bb);border-radius:50%;width:clamp(76px,7.2vw,104px);margin-bottom:8px;padding:4px;position:relative;box-shadow:0 10px 26px #4f39741f}.fan-profile-ring img{object-fit:cover;border:3px solid #fff;border-radius:50%;width:100%;height:100%;display:block}.fan-color-1{background:linear-gradient(145deg,#5f9cff,#70e2db)}.fan-color-2{background:linear-gradient(145deg,#ffbd55,#ff6b95)}.fan-color-3{background:linear-gradient(145deg,#8874ff,#67c7ff)}.fan-color-4{background:linear-gradient(145deg,#f477d0,#a677ff)}.fan-color-5{background:linear-gradient(145deg,#5cd6a0,#acd95d)}.fan-profile-ring b{color:#fff;background:#201b28;border:3px solid #fff;border-radius:50%;place-items:center;width:25px;height:25px;font:700 12px Exo,sans-serif;display:grid;position:absolute;bottom:3px;right:-2px;box-shadow:0 4px 10px #362b4933}.star-fan-board .star-fan-grid article>strong{color:#2b2730;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:13px;overflow:hidden}.star-fan-grid article>span{color:#97919b;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font:400 12px Exo,sans-serif;overflow:hidden}.fan-account{color:#716b75;justify-content:center;align-items:center;gap:5px;max-width:100%;font:500 12px Exo,sans-serif;display:flex}.fan-account>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.fan-account>button{color:#8b73eb;cursor:pointer;background:#fff;border:1px solid #e5dfeb;border-radius:50%;flex:none;place-items:center;width:22px;height:22px;padding:0;transition:background .16s,color .16s,transform .16s;display:grid}.fan-account>button:hover,.fan-account>button:focus-visible{color:#fff;background:#8b73eb;outline:none;transform:translateY(-1px)}.fan-account>button:disabled{color:#b9b1bf;cursor:not-allowed;background:#f4f1f6;transform:none}.fan-account svg{fill:currentColor;width:12px;height:12px;display:block}.star-fan-grid article>small{color:#756d80;background:#f2eff8;border-radius:9px;margin-top:3px;padding:3px 7px;font:600 12px Exo,sans-serif}.star-fan-grid article>em{color:#8a6cff;margin-top:2px;font:700 12px Exo,sans-serif}.star-fan-grid article.top-fan .fan-profile-ring{box-shadow:0 0 0 4px #f8f5ff,0 12px 28px #7050d233}.fan-crown{z-index:3;color:#f2bd32;clip-path:polygon(2% 27%,16% 4%,36% 34%,50% 0,64% 34%,84% 4%,98% 27%,93% 78%,82% 90%,66% 97%,50% 100%,34% 97%,18% 90%,7% 78%);filter:drop-shadow(0 5px 7px #6a471f4a);transform-origin:bottom;background:currentColor;border:2px solid #fff8dc;border-radius:6px 6px 50% 50%/5px 5px 13px 13px;width:54px;height:32px;display:block;position:absolute;top:-19px;left:50%;overflow:visible;transform:translate(-50%)}.fan-crown:before{content:"";background:#fff4b4;border:1px solid #ffffffd9;border-radius:50%;width:5px;height:5px;position:absolute;top:4px;left:50%;transform:translate(-50%);box-shadow:-18px 4px 0 -1px #fff4b4,18px 4px 0 -1px #fff4b4}.fan-crown:after{content:"";border-bottom:2px solid #ffffffa6;border-radius:0 0 50% 50%;height:8px;position:absolute;bottom:5px;left:7px;right:7px}.fan-crown svg{display:none}.fan-crown b{z-index:2;width:auto;min-width:0;height:auto;box-shadow:none;color:#5a3b00;text-align:center;background:0 0;border:0;border-radius:0;padding:0;font:800 12px/1 Exo,sans-serif;display:block;position:absolute;inset:14px 0 auto}.fan-crown.crown-1{color:#f4bf2a}.fan-crown.crown-1 b{color:#5c3b00}.fan-crown.crown-2{color:#b9c2d0;filter:drop-shadow(0 4px 5px #46526336)}.fan-crown.crown-2 b{color:#3f4854}.fan-crown.crown-3{color:#c77b4d;filter:drop-shadow(0 4px 5px #74432835)}.fan-crown.crown-3 b{color:#fff3e8}.star-fan-board>header.star-fan-tools{border-bottom:0;grid-template-columns:minmax(240px,420px) auto auto minmax(90px,1fr);justify-content:start;align-items:center;gap:12px;margin-bottom:clamp(22px,2.3vw,32px);padding:0 0 14px;display:grid;position:relative}.star-fan-board{padding-top:clamp(16px,2vw,24px)}.star-fan-count{color:#2a2630;justify-content:flex-end;align-items:baseline;gap:6px;min-width:90px;margin-left:auto;display:flex}.star-fan-count>span{color:#8b8490;letter-spacing:1px;margin-right:4px;font:600 12px Exo,sans-serif}.star-fan-count>strong{font:600 24px Exo,sans-serif}.star-fan-search{background:#fff;border:1px solid #ded8e5;border-radius:22px;align-items:center;gap:8px;min-width:0;height:42px;padding:0 13px;transition:all .18s;display:flex}.star-fan-search:focus-within{border-color:#8064ec;box-shadow:0 0 0 3px #8064ec14}.star-fan-search>span{color:#7560de;font-size:19px;transform:rotate(-18deg)}.star-fan-search input{color:#3d3841;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:12px}.star-fan-search input::placeholder{color:#aaa3ad}.star-fan-search button{color:#8e8793;background:#f0edf4;border:0;border-radius:50%;width:23px;height:23px;padding:0}.star-fan-invite{color:#fff;letter-spacing:.4px;background:#1f1b23;border:0;border-radius:21px;height:42px;padding:0 17px;font:600 12px Exo,sans-serif;box-shadow:0 7px 18px #251b3324}.star-fan-invite span{color:#aa91ff;margin-right:4px;font-size:15px}.star-fan-register{color:#7659e4;white-space:nowrap;background:#fff;border:1px solid #7659e4;border-radius:21px;height:42px;padding:0 17px;font-size:12px;font-weight:700}.star-fan-register.active{color:#fff;background:#7659e4}.star-fan-register:disabled{cursor:wait;opacity:.62}.star-fan-tools>em{color:#7460d5;font-size:12px;font-style:normal;position:absolute;bottom:3px;right:0}.star-fan-tools>em.error{color:#b33a55}.star-fan-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(42px,4.5vw,62px) clamp(24px,3vw,46px)}.fan-profile-ring{aspect-ratio:1;flex:none;width:min(168px,82%);height:auto;padding:5px}.fan-profile-ring img{aspect-ratio:1;object-fit:cover;clip-path:circle(50%);border-width:4px;border-radius:50%;overflow:hidden}.star-fan-board .star-fan-grid article>strong{font-size:14px}.star-fan-grid article>span{color:#39333e;letter-spacing:-.1px;margin-top:4px;font-size:13px;font-weight:600}.fan-activity{width:min(112px,92%);margin-top:8px}.fan-activity>span{color:#69626e;justify-content:space-between;align-items:center;margin-bottom:5px;display:flex}.fan-activity>span b{font-size:12px;font-weight:600}.fan-activity>span em{color:#7362c9;font:600 12px Exo,sans-serif}.fan-activity>i{background:#ddd9e2;border-radius:5px;width:100%;height:7px;display:block;overflow:hidden;box-shadow:inset 0 1px 2px #473b5c18}.fan-activity>i>b{border-radius:inherit;background:linear-gradient(90deg,#5e42ff 0%,#7e4ff0 55%,#b143dd 100%);height:100%;display:block;box-shadow:0 0 8px #8c4ee066}.star-fan-grid article.top-fan .fan-activity>i>b{background:linear-gradient(90deg,#6345ff,#a342e3,#ed5ba6)}.star-fan-empty{color:#9a939e;text-align:center;flex-direction:column;align-items:center;padding:70px 20px;display:flex}.star-fan-empty strong{color:#56505a;font-size:14px}.star-fan-empty span{margin-top:5px;font-size:12px}@media (width<=1024px){.app:has(.content.star-content){padding-bottom:calc(62px + env(safe-area-inset-bottom))}.star-fan-board>header.star-fan-tools{grid-template-columns:minmax(0,1fr) auto;gap:9px}.star-fan-count{grid-area:3/1/auto/-1;justify-content:flex-start;margin-left:0}.star-fan-search{min-width:0}.star-fan-invite{padding:0 13px}.star-fan-register{grid-area:2/1/auto/-1;width:100%}.star-fan-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 12px}.fan-profile-ring{width:min(25vw,106px);height:min(25vw,106px)}}.star-concerts article time{min-width:84px;color:var(--violet);font:600 12px Exo,sans-serif}.star-concerts article strong{min-width:62px;font-size:13px}.star-concerts article span{color:#77717b;font-size:12px}.star-concerts article button{border:1px solid var(--violet);color:var(--violet);background:#fff;border-radius:15px;margin-left:auto;padding:7px 11px;font-size:12px}.star-gallery-section{padding:clamp(20px,2.3vw,32px) clamp(30px,5.5vw,76px) 80px}.star-gallery-toolbar{grid-template-columns:1fr auto 1fr;align-items:center;margin-bottom:26px;display:grid}.star-gallery-toolbar>span{color:#948d99;letter-spacing:.7px;grid-column:3;justify-self:end;font:600 12px Exo,sans-serif}.star-gallery-periods{grid-column:2;justify-content:center;align-items:center;gap:8px;margin:0;display:flex}.star-gallery-periods button{color:#89828e;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;min-width:88px;height:34px;padding:0 14px;font:500 12px Exo,sans-serif}.star-gallery-periods button:hover,.star-gallery-periods button:focus-visible{color:#4f4755;border-color:#ded7eb;outline:none}.star-gallery-periods button.active{color:#fff;background:#7659e6;border-color:#7659e6}.star-gallery-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:30px 16px;display:grid}.star-gallery-card{min-width:0}.star-gallery-image{aspect-ratio:1;cursor:zoom-in;background:#eeeaf2;border:0;border-radius:4px;width:100%;padding:0;position:relative;overflow:hidden}.star-gallery-image img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.star-gallery-card:hover .star-gallery-image img{transform:scale(1.035)}.star-gallery-image span{color:#fff;opacity:0;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#1b1622a8;border-radius:12px;padding:5px 9px;font-size:12px;font-weight:600;transition:opacity .18s,transform .18s;position:absolute;bottom:9px;right:9px;transform:translateY(3px)}.star-gallery-image:hover span,.star-gallery-image:focus-visible span{opacity:1;transform:translateY(0)}.star-gallery-image:focus-visible{outline-offset:3px;outline:3px solid #7659e666}.star-gallery-card h3{color:#2a262d;text-align:center;text-overflow:ellipsis;white-space:nowrap;margin:12px 0 5px;font-size:14px;font-weight:600;line-height:1.35;overflow:hidden}.star-gallery-card time{color:#9a939e;text-align:center;font:500 12px Exo,sans-serif;display:block}.star-gallery-empty{color:#8f8793;text-align:center;margin:48px 0 0;font-size:14px}.star-gallery-credits{color:#746e78;border-top:1px solid #ddd8df;border-bottom:1px solid #ddd8df;margin-top:36px}.star-gallery-credits summary{color:#312d34;cursor:pointer;align-items:center;gap:12px;min-height:58px;padding:0 4px;list-style:none;display:flex}.star-gallery-credits summary::-webkit-details-marker{display:none}.star-gallery-credits summary:after{content:"";border-bottom:2px solid #7554df;border-right:2px solid #7554df;width:10px;height:10px;margin-left:8px;transition:transform .2s;transform:rotate(45deg)translateY(-2px)}.star-gallery-credits[open] summary:after{transform:rotate(225deg)translate(-2px,-2px)}.star-gallery-credits summary span{font-size:16px;font-weight:700}.star-gallery-credits summary small{color:#948d99;margin-left:auto;font-size:12px}.star-gallery-credit-panel{overscroll-behavior:contain;max-height:min(52vh,460px);padding:0 4px 20px;overflow-y:auto}.star-gallery-credits ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.star-gallery-credits li{align-items:flex-start;gap:12px;font-size:13px;line-height:1.55;display:flex}.star-gallery-credits li span{margin-right:auto}.star-gallery-credits li nav{white-space:nowrap;gap:8px;display:flex}.star-gallery-credits a{color:#7554df;text-underline-offset:2px;text-decoration:underline}.star-gallery-sentinel{color:#948d99;justify-content:center;align-items:center;min-height:34px;font-size:13px;display:flex}@media (width<=1024px){.star-visual{grid-template-columns:240px minmax(0,1fr);width:100%;height:680px;position:relative;inset:auto}.star-content{overflow:visible}.star-page{height:auto;min-height:650px;overflow:visible}.star-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.app:has(.star-navigation) .star-visual{display:none}.star-page{background:#fff;padding-top:0}.star-navigation{width:100%;height:calc(108px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top);z-index:205;-webkit-backdrop-filter:blur(18px)saturate(135%);background:#fffffff7;grid-template-rows:54px 54px;display:grid;position:sticky;top:0;left:0;right:0;overflow:hidden;box-shadow:0 7px 22px #24172f14}.star-mobile-appbar{border-bottom:1px solid #eeeaf1;align-items:center;height:54px;padding:0 16px;display:flex;position:relative}.star-mobile-appbar>button{color:#514a56;background:#fff;border:1px solid #ded8e4;border-radius:50%;place-items:center;width:40px;min-width:40px;height:40px;padding:0;display:grid;box-shadow:0 3px 12px #2518300f}.star-mobile-appbar svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.star-mobile-appbar>strong{color:#302a34;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:20px;font-weight:750;position:absolute;left:58px;right:58px;overflow:hidden}.star-mobile-overview{padding:0 0 calc(92px + env(safe-area-inset-bottom));color:#342f37;background:#fff;display:block}.star-mobile-identity,.star-mobile-bio,.star-mobile-records>section{box-shadow:none;background:#fff;border:0;border-radius:0;overflow:visible}.star-mobile-cover{background:#17131b;height:224px;position:relative;overflow:hidden}.star-mobile-cover:after{content:"";background:linear-gradient(#120d160a 36%,#120d1699);position:absolute;inset:0}.star-mobile-cover>img{object-fit:cover;object-position:center 25%;width:100%;height:100%;display:block}.star-mobile-cover>button{z-index:2;color:#fff;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#140f187a;border:1px solid #ffffff8c;border-radius:50%;place-items:center;width:44px;height:44px;padding:0;font-size:23px;display:grid;position:absolute;top:14px;right:14px;box-shadow:0 5px 18px #0003}.star-mobile-cover>button.active{color:#ff6fae}.star-mobile-avatar{z-index:2;cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none;background:#eee9f1;border:5px solid #fff;border-radius:50%;width:120px;height:120px;margin:-64px auto 0;position:relative;overflow:hidden;box-shadow:0 8px 24px #1f14263d}.star-mobile-avatar.dragging{cursor:grabbing}.star-mobile-avatar img{object-fit:cover;pointer-events:none;-webkit-user-drag:none;will-change:transform;width:100%;height:100%;transition:transform .22s;display:block}.star-mobile-avatar.dragging img{transition:none}.star-mobile-profile-dots{justify-content:center;align-items:center;gap:8px;height:30px;display:flex}.star-mobile-profile-dots button{background:#cbc5ce;border:0;border-radius:50%;width:8px;height:8px;padding:0}.star-mobile-profile-dots button.active{background:#7658e8;border-radius:6px;width:20px}.star-mobile-name{text-align:center;padding:4px 20px 20px}.star-mobile-name small,.star-mobile-bio header small,.star-mobile-records header small{color:#7658e8;letter-spacing:.09em;font-size:12px;font-weight:800}.star-mobile-name h2{color:#252029;margin:4px 0 0;font-size:26px;line-height:1.25}.star-mobile-name p{color:#817a85;margin:5px 0 0;font-size:14px}.star-mobile-facts{border-top:1px solid #eeeaf1;border-bottom:1px solid #eeeaf1;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 16px;padding:14px 0;display:grid}.star-mobile-facts>div{text-align:center;border-right:1px solid #eeeaf1;min-width:0;padding:0 8px}.star-mobile-facts>div:last-child{border-right:0}.star-mobile-facts dt{color:#968e99;font-size:12px;font-weight:650}.star-mobile-facts dd{color:#39333d;text-overflow:ellipsis;margin:5px 0 0;font-size:13px;font-weight:700;line-height:1.35;overflow:hidden}.star-mobile-stats{grid-template-columns:1.05fr .95fr;gap:10px;margin:16px;display:grid}.star-mobile-stats>section{background:#f6f2ff;border-radius:15px;min-height:102px;padding:14px}.star-mobile-stats small{color:#766b80;font-size:12px;font-weight:750;display:block}.star-mobile-stats strong{color:#6849dc;margin-top:8px;font-size:25px;line-height:1;display:inline-block}.star-mobile-stats>section>span{color:#726b76;margin-left:4px;font-size:12px}.star-mobile-stats p{color:#6f6873;justify-content:space-between;gap:8px;margin:7px 0 0;font-size:12px;display:flex}.star-mobile-stats p b{color:#39333d;text-overflow:ellipsis;font-size:13px;overflow:hidden}.star-mobile-socials{justify-content:center;gap:12px;padding:0 16px 18px;display:flex}.star-mobile-socials a,.star-mobile-socials>span{color:#fff;box-sizing:border-box;border:0;border-radius:50%;place-items:center;width:42px;height:42px;padding:0;font-size:21px;font-weight:800;text-decoration:none;display:grid}.star-mobile-socials svg{fill:#fff;width:21px;height:21px}.star-mobile-socials .facebook{background:#3d6bb4}.star-mobile-socials .twitter{background:#151218}.star-mobile-socials .instagram{background:linear-gradient(135deg,#7255e8,#e84d8a 62%,#f4a23e);font-size:27px}.star-mobile-socials .instagram svg{fill:none;stroke:#fff;stroke-width:2px}.star-mobile-socials .instagram .instagram-dot{fill:#fff;stroke:none}.star-mobile-socials a:focus-visible{outline-offset:3px;outline:2px solid #7658e8}.star-mobile-socials .is-unavailable{cursor:not-allowed;filter:grayscale();opacity:.55;background:#d7d2da}.star-mobile-socials .is-unavailable svg{fill:#8f8992}.star-mobile-socials .instagram.is-unavailable svg{fill:none;stroke:#8f8992}.star-mobile-socials .instagram.is-unavailable .instagram-dot{fill:#8f8992;stroke:none}.star-mobile-bio{margin-top:12px;padding:22px 20px}.star-mobile-bio header,.star-mobile-records header{margin-bottom:14px}.star-mobile-bio h3,.star-mobile-records h3{color:#2f2933;margin:3px 0 0;font-size:20px;line-height:1.3}.star-mobile-bio p{color:#59525d;margin:0 0 10px;font-size:14px;line-height:1.8}.star-mobile-bio p:last-child{margin-bottom:0}.star-mobile-bio{border-top:1px solid #e8e2eb;margin-top:0}.star-mobile-records{gap:0;margin-top:0;display:grid}.star-mobile-records>section{border-top:1px solid #e8e2eb;padding:22px 20px}.star-mobile-records ul{margin:0;padding:0;list-style:none}.star-mobile-records li{border-top:1px solid #eeeaf1;grid-template-columns:58px minmax(0,1fr);gap:12px;min-height:48px;padding:11px 0;display:grid}.star-mobile-records time{color:#7658e8;font-size:14px;font-weight:750}.star-mobile-records li span{color:#59525d;font-size:14px;line-height:1.55}.star-mobile-overview .star-gallery-empty{color:#8f8793;margin:12px 0;font-size:14px}.star-page>.star-introduction{display:none}.award-caption strong,.award-caption small{font-size:12px}.star-visual{flex-direction:column-reverse;height:auto;display:flex;position:relative}.star-portrait{height:240px}.star-portrait>img{object-position:center 24%}.star-portrait:after{background:linear-gradient(#0504070a 35%,#050407b3)}.star-image-credit{display:none}.star-profile{padding:0 20px 28px;position:static;overflow:visible}.star-back,.star-like{z-index:6;color:#fff;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0f0c1261;border:1px solid #ffffff6b;border-radius:50%;place-items:center;width:38px;height:38px;display:grid;top:14px;box-shadow:0 4px 16px #0003}.star-back{display:none}.star-like{opacity:.92;font-size:23px;right:14px}.star-like.active{color:#ff70b3}.star-avatar-carousel{z-index:2;border:4px solid #fff;width:112px;margin:-176px auto 8px;position:relative;box-shadow:0 8px 24px #0000006b,0 0 0 2px #050407}.star-profile-dots{align-items:center;height:22px;margin-bottom:14px}.star-profile-dots button{width:8px;height:8px}.star-facts,.star-followers,.star-visitors{margin-top:20px}.star-content>.topbar{display:none}.star-tabs{width:100%;min-height:54px;box-shadow:none;-webkit-backdrop-filter:none;background:0 0;border-top:0;border-bottom:0;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:0;padding:0 8px;display:grid;position:static;overflow:hidden}.star-tab-strip{-webkit-backdrop-filter:blur(18px)saturate(135%);background:#fffffff7;border-bottom:1px solid #e5e0e9;grid-template-columns:minmax(0,1fr) 92px;width:100%;min-height:54px;display:grid;box-shadow:0 7px 22px #24172f14}.star-correction-button{border-radius:16px;gap:4px;height:32px;margin:0 8px 0 4px;padding:0 9px;font-size:12px}.star-correction-button svg{width:16px;height:16px}.star-tabs button{color:#817986;white-space:nowrap;justify-content:center;gap:5px;min-width:0;height:54px;padding:0 3px;font-size:13px;font-weight:650}.star-tabs button:after{background:#7658e8;border-radius:3px 3px 0 0;height:3px;transition:transform .18s;bottom:0;left:12px;right:12px;transform:scaleX(0)}.star-tabs button.active{color:#6548d6;font-weight:750}.star-tabs button.active:after{background:#7658e8;transform:scaleX(1)}.star-tabs button:focus-visible{outline-offset:-2px;outline:2px solid #7658e8}.star-tabs b{background:#121015;border-radius:10px;place-items:center;min-width:19px;height:19px;padding:0 5px;font-size:12px;line-height:1;display:grid}.star-introduction,.star-albums,.star-fan-board,.star-concerts{padding:30px 20px 55px}.star-gallery-section{padding:18px 16px 55px}.star-gallery-toolbar{grid-template-columns:1fr auto;gap:10px;margin-bottom:22px}.star-gallery-toolbar>span{grid-area:1/2}.star-gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px 6px}.star-gallery-image{aspect-ratio:1;border-radius:4px}.star-gallery-card h3{text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:32px;margin:7px 0 2px;font-size:12px;line-height:1.35;display:-webkit-box;overflow:hidden}.star-gallery-card time{text-align:center;font-size:12px;line-height:1.3;display:block}.star-gallery-periods{grid-area:1/1;gap:4px}.star-gallery-periods button{flex:1;min-width:0;padding:0 8px;font-size:12px}.star-gallery-credits summary{min-height:54px;padding:0}.star-gallery-credit-panel{padding-left:0;padding-right:2px}.star-gallery-credits li{flex-wrap:wrap;gap:4px 10px}.star-gallery-credits li span{width:100%}.star-introduction{padding:22px 20px 34px}.star-bio p{font-size:13px;line-height:1.65}.star-records{grid-template-columns:1fr;gap:28px}.star-records li{font-size:14px}.star-records time{width:48px;margin-right:0;font-size:13px}.star-albums{grid-template-columns:repeat(2,minmax(0,1fr))}.star-albums h3{margin-top:10px;font-size:15px}.star-albums p{font-size:13px}.star-albums span{font-size:12px}.star-album-section{padding:28px 18px 55px}.album-search-head{flex-direction:column;align-items:stretch;gap:16px}.album-search-head label{width:100%}}.star-albums article[role=button]{cursor:pointer;background:#fff;border-radius:10px;padding-bottom:12px;transition:transform .2s,box-shadow .2s;overflow:hidden}.star-albums article[role=button]:hover{transform:translateY(-3px);box-shadow:0 12px 30px #1f16351c}.star-albums article[role=button]:focus-visible{outline-offset:4px;outline:3px solid #8d68ff}@media (width<=1024px){.star-album-section,.star-fan-board,.star-gallery-section{margin-top:0;padding-top:12px}.star-album-section{padding-left:12px;padding-right:12px}.star-albums{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.star-albums article[role=button]{aspect-ratio:1/1.08;border:1px solid #e9e4ed;border-radius:12px;grid-template-rows:minmax(0,1fr) auto auto auto;align-content:stretch;width:100%;padding-bottom:8px;display:grid;box-shadow:0 7px 20px #2b1b370f}.star-albums .album-jacket{border-radius:11px 11px 0 0;min-height:0}.star-albums .album-jacket img{aspect-ratio:auto;height:100%}.star-albums .album-jacket button{opacity:1;width:30px;height:30px;bottom:8px;right:8px;transform:none}.star-albums h3{margin:7px 0 2px;padding:0 9px;font-size:14px}.star-albums p{margin-bottom:2px;padding:0 9px;font-size:12px}.star-albums span{text-overflow:ellipsis;white-space:nowrap;padding:0 9px;font-size:12px;line-height:1.35;overflow:hidden}.star-fan-board{padding-left:14px;padding-right:14px}.star-fan-board>header.star-fan-tools{margin-bottom:14px;padding-top:0}.star-gallery-section{padding-left:12px;padding-right:12px}.star-gallery-toolbar{margin-bottom:8px}}.album-modal-overlay{z-index:500;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0c0a11c7;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.album-modal{color:#26232b;background:#fff;border-radius:20px;width:min(1180px,96vw);max-height:92vh;animation:.25s both albumModalIn;overflow:hidden;box-shadow:0 28px 90px #0006}@keyframes albumModalIn{0%{opacity:0;transform:translateY(18px)scale(.985)}to{opacity:1;transform:none}}.album-modal-head{color:#fff;background:#09090b;justify-content:space-between;align-items:center;height:68px;padding:0 18px 0 28px;display:flex}.album-modal-head>strong{letter-spacing:.02em;font-size:22px}.album-modal-head>div{align-items:center;gap:10px;display:flex}.melon-buy{color:#fff;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:7px;height:40px;padding:0 15px;font-size:12px;text-decoration:none;display:inline-flex}.melon-buy b{color:#28d35f;letter-spacing:-.04em;font-size:19px}.melon-buy:hover{background:#ffffff1a}.album-modal-close{color:#fff;cursor:pointer;background:0 0;border:0;width:42px;height:42px;font-size:38px;font-weight:200;line-height:1}.album-modal-grid{grid-template-columns:52% 48%;max-height:calc(92vh - 68px);display:grid;overflow:auto}.album-modal-left,.album-modal-right{padding:28px 30px 34px}.album-modal-right{border-left:1px solid #e9e7ec}.album-modal-left>h2{margin:0 0 22px;font-size:24px}.album-summary{grid-template-columns:210px 1fr;align-items:center;gap:24px;display:grid}.album-summary>img{aspect-ratio:1;object-fit:cover;border-radius:4px;width:210px;box-shadow:0 10px 24px #14101e21}.album-summary h3{margin:0 0 22px;font-size:24px}.album-summary dl{margin:0}.album-summary dl>div{grid-template-columns:62px 1fr;margin:10px 0;font-size:13px;display:grid}.album-summary dt{color:#8d8992}.album-summary dd{margin:0;font-weight:600}.album-subtitle{border-bottom:2px solid #222;margin:28px 0 8px;padding-bottom:10px;font-size:19px}.track-table-head,.track-row{border-bottom:1px solid #eceaee;grid-template-columns:50px minmax(0,1fr) 78px 48px;align-items:center;min-height:46px;display:grid}.track-table-head{color:#817d86;text-align:center;min-height:38px;font-size:12px}.track-table-head span:nth-child(2){text-align:left}.track-row>span{color:#8c8991;text-align:center;font-size:12px}.track-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.track-row em{color:#8a61f4;border:1px solid #9a78ff;border-radius:999px;margin-left:7px;padding:2px 6px;font-size:12px;font-style:normal}.track-row a{color:#fff;background:#f20d16;border-radius:6px;place-items:center;width:30px;height:22px;font-size:12px;text-decoration:none;display:grid}.album-video-title,.album-lyrics-title{border-bottom:1px solid #dedbe2;justify-content:space-between;align-items:center;display:flex}.album-video-title h3,.album-lyrics-title h3{margin:0;padding-bottom:12px;font-size:20px}.album-video-title span{color:#ff1838;font-size:12px;font-weight:800}.album-lyrics-title{margin-top:26px}.album-lyrics-title span{color:#9b79ff;letter-spacing:.12em;font-size:12px;font-weight:800}.album-video-frame{aspect-ratio:16/9;background:#08070a;border-radius:10px;margin-top:18px;overflow:hidden}.album-video-frame iframe{border:0;width:100%;height:100%}.album-lyrics{max-height:245px;padding:18px 12px 4px 0;font-size:14px;line-height:1.9;overflow:auto}.album-lyrics p{margin:0 0 18px}.album-lyrics small{color:#9a969f;border-top:1px dashed #dedbe2;padding-top:12px;font-size:12px;display:block}@media (width<=820px){.album-modal-overlay{padding:10px}.album-modal{width:100%;max-height:96vh}.album-modal-grid{max-height:calc(96vh - 62px);display:block;overflow-y:auto}.album-modal-head{height:62px;padding-left:18px}.album-modal-head>strong{font-size:17px}.melon-buy span{display:none}.album-modal-right{border-top:1px solid #e9e7ec;border-left:0}}@media (width<=520px){.album-modal-left,.album-modal-right{padding:22px 18px 28px}.album-summary{grid-template-columns:120px 1fr;gap:16px}.album-summary>img{width:120px}.album-summary h3{margin-bottom:12px;font-size:18px}.album-summary dl>div{grid-template-columns:52px 1fr;margin:6px 0;font-size:12px}.track-table-head,.track-row{grid-template-columns:34px minmax(0,1fr) 52px 34px}.track-row strong,.track-row>span{font-size:12px}}.album-track-select{color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:8px 0}.album-track-select[aria-pressed=true]{color:#7051d6;text-underline-offset:4px;text-decoration:underline}.album-video-frame .album-db-empty{color:#e4e0ed;padding:24px;font-size:14px;line-height:1.6}.album-youtube-external{color:#6745ca;margin:12px 0;font-size:14px;display:inline-block}.artist-menu-toggle,.artist-slide-menu,.artist-mobile-section-header,.star-profile-follow,.star-mobile-scroll-cue{display:none}@media (width<=1024px){.content.star-content>.topbar,.star-page>.star-navigation{display:none!important}.content.star-content,.content.star-content>.star-page{min-height:100dvh;margin:0;padding:0!important}.artist-menu-toggle{left:16px;top:calc(16px + env(safe-area-inset-top));z-index:45;color:#fff;width:44px;height:44px;box-shadow:none;background:0 0;border:0;border-radius:0;place-items:center;padding:0;display:grid;position:fixed}.artist-menu-toggle svg{filter:drop-shadow(0 2px 4px #000b);width:30px;height:30px;display:block}.artist-menu-toggle path{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round}.star-page:not(.artist-mobile-home):not(.artist-mobile-intro)>.artist-mobile-section-header{z-index:44;height:calc(68px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 64px 0;box-sizing:border-box;color:#2f2933;-webkit-backdrop-filter:blur(16px);background:#fffffff2;border-bottom:1px solid #e8e2eb;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 16px #261b3314}.artist-mobile-section-header strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:18px;overflow:hidden}.star-page:not(.artist-mobile-home):not(.artist-mobile-intro)>.artist-menu-toggle{color:#2f2933;filter:none}.artist-mobile-intro>.artist-menu-toggle{color:#2f2933;filter:none;position:absolute}.artist-slide-menu[open]{color:#211c25;background:#fff;border:0;width:min(360px,88vw);height:100dvh;max-height:100dvh;margin:0;padding:0;animation:.22s ease-out artistMenuIn;display:block;position:fixed;inset:0 auto 0 0;overflow-y:auto;box-shadow:16px 0 40px #241b3024}.artist-slide-menu::backdrop{background:#18131d78}.artist-slide-menu>div{padding:24px 22px 32px;padding-top:calc(24px + env(safe-area-inset-top));box-sizing:border-box;min-height:100%}.artist-slide-menu header{justify-content:space-between;align-items:flex-start;gap:12px;font-size:20px;display:flex}.artist-menu-brand{flex-direction:column;flex:1;align-items:flex-start;min-width:0;display:flex}.artist-menu-brand img{object-fit:cover;background:#151218;border:1px solid #2e2932;border-radius:50%;width:64px;height:64px;margin-bottom:12px;display:block}.artist-menu-brand strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:22px;overflow:hidden}.artist-menu-brand span{color:#786f7d;margin-top:2px;font-size:13px;font-weight:600}.artist-menu-brand small{color:#756d79;margin-top:13px;font-size:13px;line-height:1.45}.artist-menu-brand small b{color:#211c25;font-size:14px}.artist-slide-menu button{min-height:54px;color:inherit;text-align:left;background:0 0;border:0;border-radius:12px;padding:0 12px;font-size:16px}.artist-slide-menu header button{color:#211c25;text-align:center;flex:0 0 44px;min-height:44px;padding:0;font-size:30px}.artist-slide-menu nav{border-top:1px solid #e9e4eb;gap:6px;margin-top:24px;padding-top:18px;display:grid}.artist-slide-menu nav>button{grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:14px;font-weight:700;display:grid}.artist-slide-menu nav>button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px}.artist-slide-menu nav>button>span{text-align:left}.artist-slide-menu nav>button b{color:#716877;text-align:center;background:#f0ecf2;border-radius:14px;min-width:30px;padding:4px 8px;font-size:12px}.artist-slide-menu nav>button[aria-current=page]{color:#6848dc;background:#f2edff}.artist-slide-menu nav>button[aria-current=page] b{color:#6545da;background:#fff}.artist-slide-menu nav>.artist-menu-secondary{color:#554d59;border-top:1px solid #e9e4eb;border-radius:0;margin-top:16px;padding-top:10px}.artist-slide-menu nav>.artist-menu-back{color:#554d59}.artist-slide-menu nav>button:disabled{color:#a69eaa;opacity:.65}.artist-slide-menu .artist-menu-moderator{border-top:1px solid #e9e4eb;margin-top:18px;padding-top:20px}.artist-slide-menu .artist-menu-moderator>button{border-radius:18px;grid-template-columns:50px minmax(0,1fr) 34px;gap:10px;min-height:96px;padding:13px 12px;font-size:14px}.artist-slide-menu .artist-menu-moderator .star-moderator-badge,.artist-slide-menu .artist-menu-moderator .star-moderator-badge svg{width:48px;height:48px}.artist-slide-menu .artist-menu-moderator .badge-medal{fill:url(#artist-menu-moderator-badge-gradient)}.artist-slide-menu .artist-menu-moderator .star-moderator-label small{font-size:12px}.artist-slide-menu .artist-menu-moderator .star-moderator-label strong{font-size:16px}.artist-slide-menu .artist-menu-moderator .star-moderator-arrow{width:32px;height:32px}.artist-slide-menu .artist-menu-moderator .star-moderator-arrow svg{width:19px;height:19px}.artist-slide-menu button:focus-visible,.artist-menu-toggle:focus-visible{outline-offset:2px;outline:2px solid #7658e8}.artist-mobile-home .star-mobile-overview,.artist-mobile-intro .star-mobile-overview{padding:0}.star-page:not(.artist-mobile-home){padding-top:80px!important}.star-page:not(.artist-mobile-home):not(.artist-mobile-intro){padding-top:calc(80px + env(safe-area-inset-top))!important}.artist-mobile-home .star-mobile-identity,.artist-mobile-intro .star-mobile-identity{box-sizing:border-box;min-height:100dvh;padding-bottom:calc(86px + env(safe-area-inset-bottom));align-items:flex-end;display:flex}.artist-mobile-home .star-mobile-profile-card,.artist-mobile-intro .star-mobile-profile-card{box-sizing:border-box;width:100%}.star-page.artist-mobile-intro{padding-top:0!important}.star-profile-follow{color:#261d30;background:linear-gradient(100deg,#82d4e4,#ffd07b,#e998c4,#aea2ef);border:0;border-radius:12px;grid-column:1/-1;min-height:46px;font-size:16px;font-weight:700;display:block}.star-profile-follow:disabled{opacity:.6}.star-mobile-follow-error{color:#ffe7ec;background:#401f2dd9;border:1px solid #ffb8c5;border-radius:10px;grid-column:1/-1;margin:0;padding:9px 12px;font-size:13px;line-height:1.45}@keyframes artistMenuIn{0%{transform:translate(-100%)}to{transform:translate(0)}}}@media (prefers-reduced-motion:reduce){.artist-slide-menu[open]{animation:none}}@media (width<=1024px){.star-mobile-identity{isolation:isolate;background:#17151a;padding:clamp(260px,65vw,440px) 16px 24px;display:block;position:relative;overflow:hidden}.star-mobile-identity .star-mobile-cover{z-index:-1;background:#17151a;height:100%;position:absolute;inset:0}.star-mobile-cover>img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.star-mobile-cover:after{background:linear-gradient(#0000 25%,#17151a99 65%,#17151a);display:block}.star-mobile-profile-card{color:#fff;box-shadow:none;-webkit-backdrop-filter:blur(8px)saturate(110%);background:linear-gradient(#0c0a0e75,#0c0a0ec2);border:0;border-radius:22px;grid-template-columns:minmax(0,1fr);gap:12px;max-width:640px;margin:0 auto;padding:24px 22px;display:grid;position:relative}.star-mobile-identity .star-mobile-avatar,.star-mobile-profile-dots{display:none}.star-mobile-name{text-align:left;grid-column:1;align-self:center;min-width:0;padding:0 96px 0 0}.star-mobile-name h2{overflow-wrap:anywhere;color:#fff;font-size:30px}.star-mobile-name p{color:#ddd7e1}.star-mobile-name small{letter-spacing:.03em;font-size:12px}.star-mobile-profile-dots button{min-width:12px;min-height:12px}.star-mobile-summary{color:#e6e0e9;-webkit-line-clamp:2;-webkit-box-orient:vertical;grid-column:1;margin:0;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}.star-mobile-identity .star-mobile-facts{display:none}.star-mobile-facts>div,.star-mobile-activity>div{text-align:left;border:0;grid-template-columns:80px minmax(0,1fr);gap:12px;padding:0;display:grid}.star-mobile-facts dt,.star-mobile-activity dt{color:#c6bfcd;font-size:14px;font-weight:500}.star-mobile-facts dd,.star-mobile-activity dd{color:#fff;overflow-wrap:anywhere;margin:0;font-size:14px;font-weight:600;line-height:1.5;overflow:visible}.star-mobile-identity .star-mobile-facts{border-color:#ffffff26}.star-mobile-activity{border:0;grid-column:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:8px 0 0;padding:4px 0;display:grid}.star-mobile-activity>div{text-align:left;border-right:0;flex-direction:column-reverse;align-items:flex-start;gap:3px;padding:0 12px;display:flex}.star-mobile-activity>div:first-child{padding-left:0}.star-mobile-activity>div:last-child{padding-right:0}.star-mobile-activity dt{color:#c8c2cc;text-align:left;width:100%;font-size:12px;font-weight:400;line-height:1.3}.star-mobile-activity dd{text-align:left;width:100%;font-size:19px;line-height:1.25}.star-mobile-identity .star-mobile-socials{gap:8px;margin:0;padding:0;display:flex;position:absolute;top:24px;right:22px}.star-mobile-identity .star-mobile-socials a,.star-mobile-identity .star-mobile-socials>span{color:#fff;-webkit-backdrop-filter:blur(7px);border:1px solid #fff5;border-radius:50%;place-items:center;width:38px;height:38px;min-height:38px;display:grid;box-shadow:0 4px 14px #0003;background:#ffffff1f!important}.star-mobile-identity .star-mobile-socials>span.is-unavailable{color:#d4cfd8;opacity:.58}.star-mobile-identity .star-mobile-socials svg{width:18px;height:18px}.star-mobile-identity .star-mobile-socials .star-social-channel-label{display:none}.star-mobile-socials a,.star-mobile-socials>span{color:#eee9f2;border-radius:0;gap:7px;width:auto;height:auto;min-height:40px;font-size:18px;font-weight:600;display:flex;background:0 0!important}.star-mobile-socials svg{fill:currentColor;width:18px;height:18px}.star-mobile-socials .instagram svg{fill:none;stroke:currentColor}.star-mobile-socials .instagram .instagram-dot{fill:currentColor;stroke:none}.star-mobile-socials .star-social-channel-label{font-size:14px}.artist-mobile-home .star-mobile-identity,.artist-mobile-intro .star-mobile-identity{padding-bottom:calc(86px + env(safe-area-inset-bottom))}.star-mobile-scroll-cue{z-index:3;color:#fff;filter:drop-shadow(0 2px 5px #000c);cursor:pointer;background:0 0;border:0;grid-column:1/-1;justify-self:center;place-items:center;width:24px;height:24px;margin:-2px 0 -6px;padding:0;animation:1.7s ease-in-out infinite starScrollCue;display:grid;position:relative}.star-mobile-scroll-cue svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.star-mobile-scroll-cue:focus-visible{outline-offset:2px;outline:2px solid #fff}.star-mobile-bio{scroll-margin-top:16px}@keyframes starScrollCue{0%,to{opacity:.78;transform:translateY(0)}50%{opacity:1;transform:translateY(3px)}}}@media (prefers-reduced-motion:reduce){.star-mobile-scroll-cue{animation:none}}.profile-menu-wrap{position:relative}.profile-quick-menu{z-index:30;color:#39343d;background:#fff;border:1px solid #e8e4ed;border-radius:13px;width:230px;padding:9px;position:absolute;top:44px;right:0;box-shadow:0 18px 45px #2e1d4930}.profile-quick-menu:before{content:"";background:#fff;border-top:1px solid #e8e4ed;border-left:1px solid #e8e4ed;width:11px;height:11px;position:absolute;top:-6px;right:14px;transform:rotate(45deg)}.profile-quick-menu header{border-bottom:1px solid #eee;align-items:center;gap:10px;padding:8px;display:flex}.profile-quick-menu header img{object-fit:cover;border-radius:50%;width:38px;height:38px}.profile-quick-menu header span{flex-direction:column;min-width:0;display:flex}.profile-quick-menu header strong,.profile-quick-menu header small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-quick-menu header strong{font-size:12px}.profile-quick-menu header small{color:#9b949f;margin-top:2px;font-size:12px}.topbar .profile-quick-menu>button{color:#7d6be5;text-align:left;background:#fff;border:0;border-radius:7px;align-items:center;gap:10px;width:100%;height:38px;padding:0 10px;display:flex}.topbar .profile-quick-menu>button span{color:#4f4953;font-size:12px}.topbar .profile-quick-menu>button:hover{background:#f5f2ff}.my-page-profile{z-index:2;scrollbar-width:thin;background:#f7f7f8;padding-bottom:45px;position:fixed;inset:0 50% 0 0;overflow-y:auto;box-shadow:5px 0 25px #4f3d6530}.my-cover{color:#fff;background-position:50% 30%;background-size:cover;height:39vh;min-height:310px;position:relative}.my-cover:after{content:"";clip-path:polygon(0 100%,100% 5%,100% 100%);background:#f7f7f8;height:22%;position:absolute;bottom:-1px;left:0;right:0}.my-cover-copy{z-index:2;max-width:72%;position:absolute;top:23%;left:6.5%}.my-cover-copy h1{margin:0 12px 10px 0;font:500 clamp(25px,2.1vw,38px) Exo,sans-serif;display:inline-block}.my-cover-copy>button{color:#fff;background:0 0;border:0;font-size:12px}.my-cover-copy>button:first-of-type{color:#a893ff}.my-cover-copy .my-edit{border-left:1px solid #fff5;margin-left:7px;text-decoration:underline}.my-cover-copy p{margin:0 0 13px;font-size:12px;line-height:1.6}.my-cover-copy>span{background:#17141da8;border-radius:17px;padding:7px 14px;font-size:12px;display:inline-block}.my-cover-copy>div{gap:8px;margin-top:12px;display:flex}.my-cover-copy>div button{color:#fff;background:#5c62db;border:0;border-radius:50%;width:33px;height:33px;font-weight:700}.my-cover-copy>div button:last-child{background:#8a31e8}.my-cover-play{z-index:3;color:#6742e5;background:#fff;border:2px solid #7e58ef;border-radius:50%;width:68px;height:68px;font-size:24px;position:absolute;bottom:8%;right:5.5%;box-shadow:0 12px 30px #1b112b52}.my-avatar-carousel{z-index:4;justify-content:center;align-items:center;width:150px;height:110px;margin:-67px auto 32px;display:flex;position:relative}.my-avatar-carousel>img{object-fit:cover;border:4px solid #fff;border-radius:50%;width:132px;height:132px;box-shadow:0 13px 28px #34263d3d}.my-avatar-carousel>button{color:#aaa;opacity:0;background:0 0;border:0;width:25px;height:36px;font-size:24px;transition:all .2s}.my-avatar-carousel:hover>button{opacity:1}.my-avatar-carousel>div{gap:7px;display:flex;position:absolute;top:137px;left:50%;transform:translate(-50%)}.my-avatar-carousel i{background:#ccc;border-radius:50%;width:8px;height:8px}.my-avatar-carousel i.active{background:#8f73f5}.my-profile-body{width:90%;margin:0 auto}.my-resources{padding:20px 0 16px}.my-resources>article{width:48%;display:inline-block}.my-resources>article:nth-child(2){margin-left:4%}.my-resources article header{justify-content:space-between;margin-bottom:5px;font-size:12px;display:flex}.my-resources article>div{background:#d7d5da;border-radius:5px;height:8px;overflow:hidden}.my-resources article i{background:linear-gradient(90deg,#5130ff,#8d43eb);height:100%;display:block}.my-resources dl{gap:24px;margin:20px 0 0;display:flex}.my-resources dl div{align-items:center;gap:7px;display:flex}.my-resources dt{color:#fff;background:#050507;border-radius:50%;place-items:center;width:31px;height:31px;font:600 12px Exo,sans-serif;display:grid}.my-resources dd{margin:0;font:500 12px Exo,sans-serif}.my-intro{color:#59545c;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:24px 4px;font-size:12px;line-height:1.9}.my-music>header{border-bottom:1px solid #cac7cc;justify-content:space-between;align-items:center;height:38px;display:flex}.my-music h2{margin:0;font-size:19px;font-weight:500}.my-music header span{color:#999;font-size:12px}.my-music>button{text-align:left;background:#f2f2f3;border:0;border-bottom:1px solid #e5e3e6;grid-template-columns:20px 44px minmax(0,1fr) 25px;align-items:center;gap:9px;width:100%;height:55px;padding:4px 10px;display:grid}.my-music>button:hover,.my-music>button.active{background:#eee9ff}.my-music>button>b{color:#aaa;font-size:12px}.my-music>button>img{object-fit:cover;border-radius:3px;width:44px;height:44px}.my-music>button>span{flex-direction:column;min-width:0;display:flex}.my-music strong,.my-music small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.my-music small{color:#999;margin-top:3px;font-size:12px}.my-music em{color:#7456ea;font-style:normal}.my-audio-player{z-index:20;color:#fff;background:#403c43;grid-template-columns:45px 42px 42px 42px 42px 48px minmax(100px,1fr) 62px 43px;align-items:stretch;width:50vw;height:45px;display:grid;position:fixed;bottom:0;left:0;box-shadow:0 -5px 18px #1b132331}.my-audio-player button{color:#fff;background:#403c43;border:0;border-right:1px solid #5a555d}.my-audio-player .my-audio-play{background:#db3d89}.my-audio-player>img{object-fit:cover;width:48px;height:45px}.my-audio-player>div{background:linear-gradient(90deg,#bd32ec,#8850e9);flex-direction:column;min-width:0;padding:6px 10px;display:flex}.my-audio-player strong,.my-audio-player span{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.my-audio-player time{flex-direction:column;justify-content:center;align-items:center;padding:5px;font:12px Exo,sans-serif;display:flex}.my-audio-player time small{margin-top:4px}.my-content{overflow:hidden}.my-page-content{scrollbar-width:thin;background:#fff;height:calc(100vh - 60px);overflow-y:auto}.my-page-tabs{z-index:5;background:#fffc;border-bottom:1px solid #ddd;align-items:end;gap:30px;height:74px;padding:0 3%;display:flex;position:sticky;top:0}.my-page-tabs>button{color:#222;background:0 0;border:0;height:58px;font:500 16px Exo,sans-serif;position:relative}.my-page-tabs>button:after{content:"";background:0 0;height:2px;position:absolute;bottom:0;left:0;right:0}.my-page-tabs>button.active:after{background:#222}.my-page-tabs>button b{color:#fff;background:#121015;border-radius:12px;min-width:25px;margin-left:7px;padding:3px 6px;font-size:12px}.my-page-tabs label{color:#999;align-items:center;gap:10px;height:58px;margin-left:auto;font-size:12px;display:flex}.my-page-tabs select{color:#777;background:#fff;border:1px solid #ddd;height:29px;padding:0 25px 0 10px;font-size:12px}.my-post-list article{cursor:pointer;border-bottom:1px solid #e5e3e6;grid-template-columns:46px 70px minmax(0,1fr) 110px 68px;align-items:center;gap:12px;min-height:96px;padding:10px 2.5%;display:grid}.my-post-list article:hover{background:#f6f3ff}.my-post-rank{color:#8a70f4;flex-direction:column;justify-content:center;align-items:center;height:100%;font:500 12px Exo,sans-serif;display:flex}.my-post-rank i{color:#b7addf;letter-spacing:2px;margin-top:13px;font-size:12px;font-style:normal}.my-post-list article>img{object-fit:cover;border-radius:8px;width:70px;height:70px}.my-post-list article>div{min-width:0}.my-post-list h3{color:#8f73f4;text-overflow:ellipsis;white-space:nowrap;margin:0 0 5px;font-size:13px;font-weight:500;overflow:hidden}.my-post-list p{color:#999;text-overflow:ellipsis;white-space:nowrap;margin:0 0 6px;font-size:12px;overflow:hidden}.my-post-list small{color:#aaa;font-size:12px}.my-post-list article>time{color:#aaa;text-align:center;font:12px Exo,sans-serif}.my-followers{padding:12px 4%}.my-followers article{border-bottom:1px solid #e5e3e6;align-items:center;gap:13px;min-height:85px;padding:11px;display:flex}.my-followers img{object-fit:cover;border-radius:50%;width:58px;height:58px}.my-followers article>div{flex:1}.my-followers strong{font-size:13px}.my-followers p{color:#999;margin:5px 0 0;font-size:12px}.my-followers article>button{border:1px solid var(--violet);color:var(--violet);background:#fff;border-radius:15px;padding:6px 13px;font-size:12px}@media (width<=1024px){.my-page-profile{width:100%;height:auto;position:relative;inset:auto;overflow:visible}.my-audio-player{width:100vw}.my-content{overflow:visible}.my-page-content{height:auto;min-height:700px;overflow:visible}.profile-quick-menu{position:fixed;top:66px;right:12px}.my-cover{height:390px}.my-cover-copy{max-width:82%;top:70px;left:24px}.my-cover-play{width:58px;height:58px;right:20px}.my-avatar-carousel{margin-top:-58px}.my-profile-body{width:92%}.my-resources>article{width:100%}.my-resources>article:nth-child(2){margin:18px 0 0}.my-resources dl{flex-wrap:wrap;gap:12px}.my-page-tabs{gap:15px;height:62px;padding:0 12px;overflow-x:auto}.my-page-tabs>button{white-space:nowrap;height:52px;font-size:13px}.my-page-tabs label{display:none}.my-post-list article{grid-template-columns:30px 58px minmax(0,1fr) 46px;gap:8px;padding:8px 10px}.my-post-list article>img{width:58px;height:58px}.my-post-list article>time{display:none}.my-post-list .heat{width:46px}.my-post-list p{display:none}.my-audio-player{grid-template-columns:40px 34px 34px 38px 38px 42px minmax(75px,1fr) 50px 36px}.my-audio-player>img{width:42px}}@media (width>=1025px){.my-cover{background-position:50% 25%;height:clamp(520px,61vh,720px);min-height:520px}.my-cover:after{clip-path:polygon(0 100%,100% 18%,100% 100%);height:42%}.my-cover-copy{max-width:78%;top:24%;left:7%}.my-cover-play{width:74px;height:74px;bottom:25.5%;right:6.5%}.my-avatar-carousel{width:205px;height:140px;margin:-215px auto 106px}.my-avatar-carousel>img{border-width:5px;width:156px;height:156px}.my-avatar-carousel>div{top:168px}.my-profile-body{width:min(600px,58%)}.my-resources{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:54px;padding:22px 0 20px;display:grid}.my-resources>article{width:auto;display:block}.my-resources>article:nth-child(2){margin-left:0}.my-resources article header{font-size:13px}.my-resources article>div{height:9px}.my-resources dl{grid-column:1/-1;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:26px;margin-top:24px;display:grid}.my-resources dl div{min-width:0}.my-resources dd{white-space:nowrap}}.my-page-tabs{gap:clamp(16px,1.8vw,30px)}.my-bookmark-empty{color:#918a96;text-align:center;grid-column:1/-1;margin:0;padding:80px 20px;font-size:12px}.my-comment-history>button{color:#3e3941;text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #e5e3e6;grid-template-columns:42px minmax(0,1fr) 145px 118px;align-items:center;gap:18px;width:100%;min-height:104px;padding:17px 12px;transition:background .2s,transform .2s;display:grid}.my-comment-history>button:hover,.my-comment-history>button:focus-visible{background:#f6f3ff;outline:0;transform:translate(2px)}.my-comment-history>button:disabled{cursor:default;opacity:.58;transform:none}.my-comment-history>button>img{display:none}.my-comment-rank{color:#8a70f4;text-align:center;font:500 12px Exo,sans-serif}.my-comment-copy{flex-direction:column;min-width:0;display:flex}.my-comment-copy small{display:none}.my-comment-copy q{color:#343039;text-overflow:ellipsis;white-space:nowrap;order:1;margin:0 0 10px;font-size:14px;font-weight:500;line-height:1.55;overflow:hidden}.my-comment-copy q:before,.my-comment-copy q:after{content:none}.my-comment-copy strong{color:#756c7c;text-overflow:ellipsis;white-space:nowrap;order:2;font-size:12px;font-weight:400;overflow:hidden}.my-comment-copy strong:before{content:"작성한 포스트 · ";color:#a29aa8}.my-comment-history time{color:#8e8792;text-align:center;font:12px/1.45 Exo,sans-serif}.my-comment-history em{color:#765ae6;text-align:center;border:1px solid #dcd4ee;border-radius:18px;justify-content:center;align-items:center;height:34px;padding:0 13px;font-size:0;font-style:normal;display:flex}.my-comment-history em:after{content:"포스트 바로가기 ›";font-size:12px}.my-comment-empty{color:#999;text-align:center;padding:70px 20px;font-size:12px}.comment-edit-form{padding:4px 0}.comment-edit-form strong{margin-bottom:8px}.comment-edit-form textarea{resize:vertical;color:#504a54;border:1px solid #8b73f5;border-radius:3px;outline:0;width:100%;min-height:100px;padding:11px;font:12px/1.6 inherit}.comment-edit-form>div{justify-content:flex-end;gap:7px;margin-top:8px;display:flex}.comment-edit-form>div button{color:#7457e9;background:#fff;border:1px solid #8b73f5;border-radius:14px;margin:0;padding:6px 12px;font-size:12px}.comment-edit-form>div button[type=submit]{color:#fff;background:#8065eb}.comment-edit-trigger{font-weight:600}@media (width<=1024px){.my-comment-history{padding:6px 8px 30px}.my-comment-history>button{grid-template-columns:28px minmax(0,1fr) 104px;gap:8px;min-height:104px;padding:12px 4px}.my-comment-history time{display:none}.my-comment-history em:after,.my-comment-copy q,.my-comment-copy strong{font-size:12px}}.profile-quick-menu{border-color:#e5dfeb;border-radius:16px;width:258px;padding:10px;top:47px;box-shadow:0 22px 55px #2e1d4938}.profile-quick-menu header{border-bottom-color:#eee9f1;gap:12px;min-height:58px;padding:7px 9px 12px}.profile-quick-menu header img{border:2px solid #f1edf5;width:44px;height:44px}.profile-quick-menu header>strong{color:#302b34;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:15px;font-weight:700;overflow:hidden}.topbar .profile-quick-menu>button{border-radius:10px;grid-template-columns:36px minmax(0,1fr) 18px;gap:10px;height:51px;padding:5px 7px;transition:all .16s;display:grid}.topbar .profile-quick-menu>button span{color:#454049;font-size:13px;font-weight:500}.topbar .profile-quick-menu>button>b{color:#c0b8c8;text-align:center;font-size:21px;font-weight:400}.topbar .profile-quick-menu>button:hover span,.topbar .profile-quick-menu>button:hover>b{color:#674ad7}.quick-icon{color:#7658e8;background:#f0ebff;border-radius:10px;place-items:center;width:34px;height:34px;font:18px/1 Arial;display:grid;position:relative}.quick-icon-user:before{content:"";background:currentColor;border-radius:50%;width:10px;height:10px;position:absolute;top:7px;left:12px}.quick-icon-user:after{content:"";background:currentColor;border-radius:10px 10px 6px 6px;width:18px;height:10px;position:absolute;bottom:6px;left:8px}.quick-icon-settings{font-size:17px}.quick-icon-logout{padding-bottom:2px;font-size:21px}.topbar .profile-quick-menu>.quick-logout{border-top:1px solid #f0ecf2;border-radius:0 0 10px 10px;margin-top:3px}.topbar .profile-quick-menu>.quick-logout .quick-icon{color:#d65373;background:#fff0f3}.profile-account-menu{border-radius:14px;width:280px;max-height:min(680px,100vh - 78px);padding:15px 18px 13px;overflow-y:auto}.profile-account-menu:before{right:17px}.profile-account-menu .profile-menu-caption{color:#77717a;margin:0 0 9px;font-size:12px}.profile-account-menu header{border-bottom:0;min-height:62px;padding:0 0 13px}.profile-account-menu header img,.profile-account-menu header .header-avatar-fallback{background:#eee;border:0;width:50px;height:50px}.profile-account-menu header .header-avatar-fallback{background:#5830b8}.profile-account-menu header>strong{font-size:15px}.profile-account-menu section h3{color:#918a95;margin:0 0 5px;font-size:12px;font-weight:500}.topbar .profile-account-menu section>button,.topbar .profile-account-menu>.quick-logout{color:#252127;text-align:left;background:#fff;border:0;border-radius:5px;justify-content:space-between;align-items:center;width:100%;height:35px;padding:0 2px;font-size:13px;font-weight:500;display:flex}.topbar .profile-account-menu section>button:hover,.topbar .profile-account-menu>.quick-logout:hover{color:#684bd7;background:#f6f3fa}.profile-account-menu section>button b{color:#79727d;font-size:14px;font-weight:400}.topbar .profile-account-menu>.quick-logout{color:#252127;border-top:1px solid #eee9f0;border-radius:0;height:43px;margin-top:8px;padding-top:7px}.my-page-profile{scrollbar-width:none;scrollbar-color:transparent transparent}.my-page-profile::-webkit-scrollbar{background:0 0;width:0;height:0}.my-page-profile::-webkit-scrollbar-track{background:0 0}.my-page-profile::-webkit-scrollbar-thumb{background:0 0;border-radius:8px}.my-gallery{border-bottom:1px solid #ddd;margin:20px 0 27px;padding-bottom:24px}.my-gallery>header{justify-content:space-between;align-items:flex-end;margin-bottom:13px;display:flex}.my-gallery h2{color:#29252d;margin:0;font-size:18px;font-weight:600}.my-gallery header p{color:#99919d;margin:4px 0 0;font-size:12px}.my-gallery header>span{color:#7658e8;font:700 12px Exo,sans-serif}.my-gallery-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;display:grid}.my-gallery figure,.my-gallery-add{aspect-ratio:1;background:#eeeaf1;border:1px solid #e0dbe5;border-radius:9px;margin:0;position:relative;overflow:hidden}.my-gallery figure img{object-fit:cover;width:100%;height:100%;display:block}.my-gallery figure>button{color:#fff;cursor:pointer;opacity:0;background:#211b2bbd;border:1px solid #ffffff7a;border-radius:50%;width:22px;height:22px;padding:0;font:16px/18px Arial;transition:all .15s;position:absolute;top:5px;right:5px}.my-gallery figure:hover>button,.my-gallery figure>button:focus-visible{opacity:1}.my-gallery-add{color:#7357de;cursor:pointer;background:#f7f3ff;border:1px dashed #a995e9;flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.my-gallery-add b{font-size:25px;font-weight:300;line-height:1}.my-gallery-add span{font-size:12px;font-weight:600}.my-gallery-add:hover,.my-gallery-add:focus-visible{background:#eee8ff;border-color:#7658e8;outline:0}.my-gallery-add:disabled,.my-gallery figure>button:disabled{cursor:wait;opacity:.55}.my-gallery-status{color:#7658e8;margin:10px 0 0;font-size:12px}.my-gallery>small{color:#aaa1ad;margin-top:7px;font-size:12px;display:block}.my-gallery header p,.my-gallery-status,.my-gallery>small{display:none}@media (width<=1024px){.my-gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.my-gallery figure>button{opacity:1}}.my-resources article header strong{letter-spacing:.2px;font-size:13px}.my-resources article header span{font:700 17px Exo,sans-serif}.my-resources article>footer{justify-content:space-between;align-items:center;min-height:18px;margin-top:8px;display:flex}.my-resources article>footer b{color:#6849dc;letter-spacing:.35px;font:700 12px Exo,sans-serif}.my-resources article>footer small{color:#8f8795;font-size:12px}.heat-range-card.is-max>div i{background:linear-gradient(90deg,#7c45ee,#efb544)}.heat-range-card.is-max header span{color:#7b51e8}.my-resources dl .fan-cred-summary{margin-left:auto}.my-resources dl dd{flex-direction:column;align-items:flex-start;display:flex}.my-resources dl dd b{font-size:12px;line-height:1.2}.my-resources dl dd small{color:#8f8795;margin-top:3px;font-size:12px;font-weight:400}.my-resources dl dt{letter-spacing:.2px;font-size:12px}.fan-cred-summary dd b{font-size:12px}@media (width<=1024px){.my-resources dl .fan-cred-summary{margin-left:0}}.my-gallery-add,.my-gallery figure>button{display:none}.my-intro{border-top:0;border-bottom:0;margin:0;padding:24px 4px 15px}.my-gallery{border-bottom:0;margin:0;padding:0 0 25px}.my-gallery>header{display:none}.my-gallery-grid{overscroll-behavior-x:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;gap:9px;display:flex;overflow-x:auto}.my-gallery-grid::-webkit-scrollbar{display:none}.my-gallery figure{scroll-snap-align:start;flex:0 0 calc(20% - 7.2px);min-width:calc(20% - 7.2px)}@media (width<=1024px){.my-intro{padding-bottom:13px}.my-gallery-grid{gap:8px}.my-gallery figure{flex-basis:calc(33.3333% - 5.33333px);min-width:calc(33.3333% - 5.33333px)}}.my-page-profile.is-scrolling{scrollbar-width:thin;scrollbar-color:#8d8792aa transparent}.my-page-profile.is-scrolling::-webkit-scrollbar{width:6px}.my-page-profile.is-scrolling::-webkit-scrollbar-thumb{background:#8d8792aa padding-box padding-box;border:2px solid #0000}.my-followers{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(42px,5vw,70px) clamp(28px,4vw,72px);padding:clamp(34px,4vw,58px) 5% 60px;display:grid}.my-followers article{text-align:center;border:0;flex-direction:column;align-items:center;gap:13px;min-width:0;min-height:0;padding:0;display:flex}.my-followers img{aspect-ratio:1;object-fit:cover;background:#fff;border:4px solid #9a70ef;border-radius:50%;outline:4px solid #f8f5ff;width:min(168px,82%);height:auto;padding:5px;box-shadow:0 14px 30px #62489120}.my-followers article:nth-child(4n+2) img{border-color:#58b8dd}.my-followers article:nth-child(4n+3) img{border-color:#ef75c5}.my-followers article:nth-child(4n) img{border-color:#67cb8d}.my-followers article>div{flex:none;width:100%}.my-followers strong{color:#5f5864;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font:600 12px Exo,sans-serif;display:block;overflow:hidden}.my-followers p,.my-followers article>button{display:none}@media (width<=900px){.my-followers{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=600px){.my-followers{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 22px;padding:28px 18px 44px}.my-followers img{width:min(145px,86%)}}.friends-directory{padding:22px 4% 60px}.friends-tools{grid-template-columns:minmax(250px,430px) auto 1fr;align-items:center;gap:12px;display:grid}.friends-tools>label{color:#7659e4;border:1px solid #ddd6e7;border-radius:22px;align-items:center;gap:8px;height:42px;padding:0 13px;display:flex}.friends-tools input{background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:12px}.friends-tools label button{color:#999;background:0 0;border:0}.friends-invite-button{color:#fff;background:#201b27;border:0;border-radius:22px;height:42px;padding:0 20px;font-size:12px;box-shadow:0 8px 19px #251a3330}.friends-tools>div{align-items:baseline;gap:8px;margin-left:auto;display:flex}.friends-tools small{color:#958d9a;letter-spacing:1px;font:700 12px Exo,sans-serif}.friends-tools strong{font:600 25px Exo,sans-serif}.friend-requests{background:#fbf9fd;border:1px solid #e6dfec;border-radius:13px;margin:20px 0 0;padding:15px 17px}.friend-requests>header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.friend-requests>header div{align-items:baseline;gap:9px;display:flex}.friend-requests small{color:#8d72e8;letter-spacing:.8px;font:700 12px Exo,sans-serif}.friend-requests header strong{font-size:12px}.friend-requests header>b{color:#fff;background:#765be3;border-radius:50%;place-items:center;width:22px;height:22px;font-size:12px;display:grid}.friend-requests article{border-top:1px solid #eee9f2;grid-template-columns:38px minmax(0,1fr) 52px 52px;align-items:center;gap:9px;min-height:45px;padding:6px 0;display:grid}.friend-requests article img{object-fit:cover;border-radius:50%;width:36px;height:36px}.friend-requests article span{font:600 12px Exo,sans-serif}.friend-requests article button{color:#fff;background:#765be3;border:0;border-radius:14px;height:27px;font-size:12px}.friend-requests article .decline{color:#777;background:#ece8ef}.friend-notice{color:#765be3;margin:12px 0 0;font-size:12px}.my-followers article{position:relative}.my-followers article>em{z-index:2;color:#fff;background:linear-gradient(90deg,#ffbd35,#ff7c75);border-radius:14px;padding:5px 10px;font:800 12px Exo,sans-serif;position:absolute;top:-18px;box-shadow:0 6px 16px #d4873e38}.my-followers article.best-friend img{border-color:#f2b936;box-shadow:0 0 0 5px #fff8de,0 16px 34px #b783282c}.friends-empty{color:#999;text-align:center;padding:70px}.friends-directory+.friends-empty{margin:0}.friends-directory .friend-account{color:#5f5864;justify-content:center;align-items:center;gap:6px;width:100%;font:600 12px Exo,sans-serif;display:flex}.friends-directory .friend-account>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.friends-directory .friend-account>button{color:#8b73eb;cursor:pointer;background:#fff;border:1px solid #e5dfeb;border-radius:50%;flex:none;place-items:center;width:22px;height:22px;padding:0;transition:background .16s,color .16s,transform .16s;display:grid}.friends-directory .friend-account>button:hover,.friends-directory .friend-account>button:focus-visible{color:#fff;background:#8b73eb;outline:none;transform:translateY(-1px)}.friends-directory .friend-account svg{fill:currentColor;width:12px;height:12px;display:block}.friends-directory .friends-tools{grid-template-columns:minmax(250px,430px) auto auto 1fr}.friend-invite-tag{color:#6d55d9;cursor:pointer;white-space:nowrap;background:#f9f6ff;border:1px solid #ded5f2;border-radius:18px;align-items:center;gap:8px;height:34px;padding:0 8px 0 13px;font:700 12px Exo,sans-serif;transition:background .16s,border-color .16s,transform .16s;display:flex}.friend-invite-tag b{color:#fff;background:#755ce2;border-radius:10px;place-items:center;min-width:20px;height:20px;padding:0 6px;font-size:12px;display:grid}.friend-invite-tag:hover,.friend-invite-tag:focus-visible{background:#f1ecff;border-color:#9d88ea;outline:none;transform:translateY(-1px)}.friend-invite-overlay{z-index:80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#17121f66;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.friend-invite-modal{background:#fff;border:1px solid #e6dfec;border-radius:18px;width:min(500px,100vw - 32px);overflow:hidden;box-shadow:0 28px 80px #20142f4d}.friend-invite-modal>header{background:linear-gradient(135deg,#fbf9ff,#f5f1ff);border-bottom:1px solid #eee9f2;justify-content:space-between;align-items:flex-start;padding:22px 24px 18px;display:flex}.friend-invite-modal>header small{color:#765be3;letter-spacing:1px;font:700 12px Exo,sans-serif}.friend-invite-modal h2{margin:5px 0 3px;font-size:18px}.friend-invite-modal header p{color:#928b97;margin:0;font-size:12px}.friend-invite-modal>header>button{color:#777;cursor:pointer;background:#fff;border:1px solid #e1d9e8;border-radius:50%;width:31px;height:31px;padding:0;font-size:19px}.friend-invite-list{padding:7px 20px 17px}.friend-invite-list article{border-bottom:1px solid #eeeaf1;grid-template-columns:48px minmax(0,1fr) 58px 58px;align-items:center;gap:10px;min-height:72px;padding:10px 2px;display:grid}.friend-invite-list article:last-child{border-bottom:0}.friend-invite-list img{object-fit:cover;border:2px solid #eee8fa;border-radius:50%;width:46px;height:46px}.friend-invite-list article>div{flex-direction:column;min-width:0;display:flex}.friend-invite-list strong{text-overflow:ellipsis;white-space:nowrap;font:600 12px Exo,sans-serif;overflow:hidden}.friend-invite-list span{color:#999;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:12px;overflow:hidden}.friend-invite-list button{color:#fff;cursor:pointer;background:#765be3;border:0;border-radius:15px;height:30px;font-size:12px}.friend-invite-list .decline{color:#777;background:#eeeaf1}@media (width<=1024px){.friends-directory{padding:15px 12px 44px}.friends-directory .friends-tools{grid-template-columns:minmax(0,1fr) auto}.friends-tools>label{grid-column:1/-1}.friend-invite-tag{justify-self:start}.friends-tools>div{grid-column:auto;margin:3px 0 0}.friend-requests article{grid-template-columns:34px minmax(0,1fr) 46px 46px}.friends-invite-button{padding:0 13px}.friend-invite-modal>header{padding:18px}.friend-invite-list{padding:6px 12px 14px}.friend-invite-list article{grid-template-columns:42px minmax(0,1fr) 48px 48px;gap:7px}.friend-invite-list img{width:40px;height:40px}}@media (width>=1025px){.my-cover-copy{max-width:78%;top:clamp(42px,6vh,66px);left:clamp(36px,4.5vw,68px)}}.my-comment-history>button{grid-template-columns:58px minmax(0,1fr) 145px 76px}.my-comment-rank{color:#7658e8;letter-spacing:-.5px;font-size:18px;font-weight:700}.my-comment-copy strong{display:none}.my-comment-copy q{margin:0;font-size:15px;line-height:1.55}.my-comment-history em{color:#7658e8;background:0 0;border:0;flex-direction:column;gap:5px;height:58px;padding:0;font-size:0;display:flex}.my-comment-history em:before{content:"↗";background:#faf8ff;border:1px solid #d9cff7;border-radius:50%;place-items:center;width:30px;height:30px;font:700 17px/1 Arial;display:grid}.my-comment-history em:after{content:"바로가기";font-size:12px;font-weight:600}@media (width<=1024px){.my-comment-history>button{grid-template-columns:38px minmax(0,1fr) 58px}.my-comment-rank{font-size:15px}.my-comment-history em{height:52px}.my-comment-history em:before{width:27px;height:27px;font-size:15px}}.my-music{margin-top:48px}.my-music>header{align-items:flex-end;height:auto;min-height:42px;margin-bottom:14px;padding:0 4px 16px}.my-music h2{font-size:23px;font-weight:600;line-height:1.2}.my-music header span{letter-spacing:.1px;font-size:12px;font-weight:600}.my-music>button:first-of-type{border-top:1px solid #ded9e5}@media (width<=1024px){.my-music{margin-top:36px}.my-music>header{margin-bottom:10px;padding-bottom:13px}.my-music h2{font-size:21px}.my-music header span{font-size:12px}}.profile-account-menu .profile-menu-caption{display:none}.profile-account-menu header{gap:14px;min-height:76px;padding:3px 0 15px}.profile-account-menu header img{width:58px;height:58px}.profile-account-menu header>strong{flex-direction:column;align-items:flex-start;font-size:18px;line-height:1.25;display:flex}.profile-account-menu header>strong:after{content:"@jh_park";color:#8d8592;text-transform:lowercase;margin-top:5px;font:500 12px Exo,sans-serif}.profile-account-menu section{padding:13px 0 7px}.profile-account-menu section h3{margin-bottom:8px;font-size:13px;font-weight:500}.topbar .profile-account-menu section>button,.topbar .profile-account-menu>.quick-logout{height:43px;font-size:15px;font-weight:400}.topbar .profile-account-menu>.quick-logout{height:49px;margin-top:11px}@media (width>=1025px){.my-page-profile,.my-page-profile.is-scrolling{scrollbar-width:none;scrollbar-color:transparent transparent;overflow-y:auto}.my-page-profile::-webkit-scrollbar{width:0;height:0}.my-page-profile.is-scrolling::-webkit-scrollbar{width:0;height:0}.my-page-profile:before{content:"";z-index:40;top:var(--profile-scroll-top,6px);width:4px;height:var(--profile-scroll-height,52px);opacity:0;pointer-events:none;background:#777080a8;border-radius:4px;transition:opacity .18s;position:fixed;right:calc(50% + 3px)}.my-page-profile.is-scrolling:before{opacity:1}.content:has(>.awards){grid-template-rows:60px auto minmax(0,1fr);grid-template-columns:minmax(0,1fr);display:grid;overflow:hidden}.content:has(>.awards)>.topbar{position:relative;top:auto}.content:has(>.awards)>.feed{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#bdb8c5 transparent;min-width:0;min-height:0;overflow-y:auto}}.post-mobile-header,.post-mobile-copy,.post-mobile-actions.stats{display:none}.stats.post-meta{color:#8c8790;gap:12px;font-size:12px;line-height:16px}.post-meta>span{white-space:nowrap;align-items:center;gap:5px;height:16px;display:inline-flex}.post-meta-icon{fill:none;stroke:#8275ab;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex:0 0 15px;width:15px;height:15px}.post-meta .post-meta-author{color:#716a75;text-overflow:ellipsis;min-width:0;overflow:hidden}.post-meta .post-meta-time{color:#8c8790;white-space:nowrap;border-left:1px solid #d4d0d8;padding-left:12px}@media (width<=1024px){.stats.post-meta{gap:7px;font-size:12px}.post-meta .post-meta-author{max-width:100%}}:root{color:#333;font-synthesis:none;--violet:#977fff;--line:#e7e7e7;background:#fff;font-family:Noto Sans KR,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{width:100%;min-width:0;margin:0;overflow:hidden}button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.app{min-height:100vh}.left-shell{color:#fff;z-index:2;background:#128edb;grid-template-columns:22% 78%;display:grid;position:fixed;inset:0 50% 0 0;box-shadow:5px 0 25px #9e9bbf80}.chart-panel{color:#333;z-index:3;background:#fff;height:100vh;overflow:hidden}.brand-tile{background:#030303;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:26.5vh;min-height:170px;display:flex;position:relative}.back-button{color:#aaa;background:0 0;border:0;padding:0;font:300 32px/1 Arial;position:absolute;top:1px;left:8px}.vote-button{color:#fff;background:#333;border:0;border-radius:3px;padding:7px 11px;font-size:12px;box-shadow:0 2px 6px #0008}.chart-list{scrollbar-width:thin;scrollbar-color:#ccc transparent;height:73.5vh;margin:0;padding:0;list-style:none;overflow-y:auto}.chart-list li:nth-child(2n){background:#f7f7f7}.chart-list button{text-align:left;background:0 0;border:0;grid-template-columns:20px minmax(36px,4.4vh) minmax(0,1fr);align-items:center;gap:6px;width:100%;height:100%;padding:4px 7px;display:grid}.chart-list button:hover,.chart-list .playing button{background:#f2eeff}.rank{color:#aaa;text-align:center;font:500 12px Exo,sans-serif}.cover{width:4.4vh;min-width:36px;max-width:50px;height:4.4vh;min-height:36px;max-height:50px;position:relative}.cover img{object-fit:cover;border-radius:50%;width:100%;height:100%}.cover i{opacity:0;color:#fff;background:#977fffcc;border-radius:50%;place-items:center;font-size:12px;font-style:normal;display:grid;position:absolute;inset:0}.chart-list button:hover .cover i,.playing .cover i{opacity:1}.song{flex-direction:column;gap:2px;min-width:0;display:flex}.song strong,.song small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.song strong{font-size:12px;font-weight:500}.song small{color:#999;font-size:12px}.hero{background:linear-gradient(135deg,#6e3294cc,#138edbd6),url(https://yuiemljibxeoifupvluc.supabase.co/storage/v1/object/public/fanheat-assets/3207765e-4d0a-4c9c-b620-46a805ca0ee7/system/bg_hyuna.jpg) 42%/cover no-repeat;height:100vh;position:relative;overflow:auto}.album-card{width:85.5%;margin-bottom:30px;position:absolute;top:23.5%;left:10.5%}.album-card img{width:100%;height:auto;display:block}.album-card p{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:7px 0 0;font:300 12px/1.4 Exo,sans-serif;overflow:hidden}.content{background:#fff;width:50%;height:100vh;margin-left:50%;overflow-y:auto}.topbar{z-index:10;border-bottom:1px solid var(--line);background:#fff;align-items:center;gap:10px;height:45px;padding:0 12px 0 17px;display:flex;position:sticky;top:0}.mobile-logo{flex:none;display:block}.mobile-logo img{object-fit:contain;width:55px;max-height:39px;display:block}.search{border:1px solid var(--line);border-radius:14px;align-items:center;gap:5px;width:150px;height:25px;padding:0 8px;display:flex}.search span{color:#aaa;font-size:16px;transform:rotate(-20deg)}.search input{background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:12px}.keywords{color:#999;white-space:nowrap;align-items:center;gap:3px;display:flex}.keywords>span{color:#bbb;place-items:center;width:18px;height:24px;margin-right:0;font:500 18px/1 Arial,sans-serif;display:grid}.keywords button{color:#8d8990;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;min-height:24px;padding:3px 5px;font-size:12px;line-height:1;display:inline-flex}.keywords button:hover,.keywords button:focus-visible{color:#684ed2;background:#f2effa;outline:none}.keywords button.active{color:#fff;background:#7659e6}.topbar nav{align-items:center;gap:6px;margin-left:auto;display:flex}.topbar nav button{border-radius:3px;height:25px;padding:0 10px;font-size:12px}.login{border:1px solid var(--violet);color:var(--violet);background:#fff}.join{border:1px solid var(--violet);background:var(--violet);color:#fff}.menu-button{background:0 0;border:0;font-size:24px;display:none}.awards{border-bottom:1px solid var(--line);height:auto;min-height:170px;padding:8px 4.8% 10px 6.2%}.section-head{justify-content:space-between;align-items:center;height:27px;margin:0 0 7px;display:flex}.section-head h2{margin:0;font:500 18px Exo,sans-serif}.periods{background:#222;border-radius:4px;display:flex}.periods button{color:#fff;background:0 0;border:0;height:23px;padding:0 11px;font:12px Exo,sans-serif}.periods .active{color:#333;background:#fff;border:1px solid #333;border-radius:4px}.award-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.award-image{aspect-ratio:1.65;border-radius:8px;height:auto;overflow:hidden}.award-image img{object-fit:cover;width:100%;height:100%;transition:all .25s}.award-grid article:hover img{transform:scale(1.04)}.award-grid article>div:last-child{align-items:center;gap:5px;height:24px;padding:5px 2px 0;display:flex;overflow:hidden}.award-grid strong,.award-grid small{white-space:nowrap;font-size:12px;font-weight:400}.award-grid strong{color:#333}.award-grid strong i{color:var(--violet);font-style:normal}.award-grid small{color:#777;border-left:1px solid #ddd;padding-left:5px;font-size:12px}.feed{padding:0}.post-list{width:100%}.post{border-bottom:1px solid var(--line);grid-template-columns:48px 60px minmax(0,1fr) 68px;align-items:center;gap:10px;height:82px;padding:7px 5.5% 7px 1.5%;display:grid}.post:nth-child(2n){background:#f7f7f7}.post:hover{background:#f3f0ff}.post-index{height:100%;color:var(--violet);flex-direction:column;justify-content:center;align-items:center;font:500 12px Exo,sans-serif;display:flex}.rank-dots{justify-content:center;align-items:center;gap:3px;width:100%;height:12px;margin-top:10px;display:flex}.rank-dots i{background:#bbb;border-radius:50%;width:3px;height:3px}.rank-dots i:first-child{background:var(--violet)}.post-media{width:60px;height:60px;position:relative}.post-media>img{object-fit:cover;border-radius:7px;width:60px;height:60px;display:block}.carousel-dots{justify-content:center;gap:3px;width:30px;display:flex;position:absolute;bottom:-1px;left:-49px}.carousel-dots button{background:#c7c7c7;border:0;border-radius:50%;width:3px;height:3px;padding:0}.carousel-dots button.active{background:var(--violet)}.post-copy{min-width:0}.post h3{color:var(--violet);white-space:nowrap;text-overflow:ellipsis;margin:0 0 2px;font-size:13px;font-weight:500;overflow:hidden}.post p{color:#aaa;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px;font-size:12px;overflow:hidden}.stats{color:#aaa;align-items:center;gap:7px;font-size:12px;display:flex}.stats b{color:var(--violet)}.heat{color:var(--violet);background:0 0;border:0;font-size:12px}.heat img{object-fit:contain;width:31px;height:31px;margin:auto;display:block}.heat b{font-weight:400}.empty{text-align:center;color:#999;padding:50px;font-size:12px}.player{z-index:30;color:#fff;background:#17131de8;border-radius:6px;grid-template-columns:40px 130px 28px 20px;align-items:center;gap:8px;padding:7px 9px;display:grid;position:fixed;bottom:14px;left:calc(11% + 14px);box-shadow:0 8px 24px #160c2688}.player>img{border-radius:4px;width:40px;height:40px}.player div{flex-direction:column;min-width:0;display:flex}.player b,.player span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.player span{color:#bbb;font-size:12px}.player button{color:#fff;background:0 0;border:0}@media (width<=1100px){.left-shell{grid-template-columns:24% 76%}.keywords{display:none}.award-grid{gap:6px}.post{padding-right:3%}.song strong{font-size:12px}}@media (width<=1024px){body{overflow:auto}.left-shell{grid-template-columns:230px minmax(0,1fr);width:100%;height:620px;position:relative;inset:auto}.chart-panel{height:620px}.brand-tile{height:190px}.chart-list{height:430px}.chart-list li{height:53.75px}.content{width:100%;height:auto;margin-left:0;overflow:visible}.topbar{position:sticky}.awards{height:auto}.award-image{aspect-ratio:1.65;height:auto}.post{height:82px}.player{left:15px}.left-shell{height:430px;display:block}.chart-panel{display:none}.hero{height:430px}.album-card{width:84%;top:13%;left:8%}.content{width:100%}.topbar{height:56px;padding:0 14px}.mobile-logo img{width:65px}.search{flex:1;width:auto}.keywords{display:none}.topbar nav{background:#fff;padding:12px;display:none;position:absolute;top:56px;right:10px;box-shadow:0 8px 24px #0002}.topbar nav.open{display:flex}.menu-button{display:block}.awards{padding:18px 16px}.award-grid{scroll-snap-type:x mandatory;display:flex;overflow:auto}.award-grid article{scroll-snap-align:start;flex:0 0 62%}.post{grid-template-columns:34px 62px minmax(0,1fr) 43px;gap:8px;height:82px;padding:8px 10px}.post-media,.post-media>img{width:62px;height:62px}.carousel-dots{left:-43px}.post p{display:none}.heat img{width:30px}.player{grid-template-columns:40px minmax(0,1fr) 28px 20px;left:10px;right:10px}}@media (width<=430px){.left-shell,.hero{height:350px}.album-card{top:11%}.topbar nav button{padding:0 7px}.section-head h2{font-size:15px}.periods button{padding:0 8px}.award-grid article{flex-basis:76%}.post{grid-template-columns:28px 56px minmax(0,1fr) 38px}.post-media,.post-media>img{width:56px;height:56px}.post h3{font-size:12px}.carousel-dots{left:-40px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.post{cursor:pointer}.post:focus-visible{outline:2px solid var(--violet);outline-offset:-2px}.detail-shell{z-index:2;background:#f8f8f8;height:100vh;position:fixed;inset:0 50% 0 0;overflow:hidden;box-shadow:5px 0 25px #9e9bbf80}.post-detail{scrollbar-width:thin;height:100%;overflow-y:auto}.post-detail-close{display:none}.detail-hero{color:#fff;background:linear-gradient(125deg,#6c269a,#0e92dc);min-height:195px;padding:24px 7% 56px;position:relative}.detail-hero:after{content:"";clip-path:polygon(0 100%,100% 0,100% 100%);background:#f8f8f8;height:60px;position:absolute;bottom:-1px;left:0;right:0}.detail-back{color:#fff;background:0 0;border:1px solid #ffffffb8;border-radius:16px;padding:5px 11px;font-size:12px}.detail-meta{align-items:center;gap:17px;display:flex}.detail-meta>time{border:1px solid #fff;border-radius:17px;margin-right:auto;padding:7px 13px;font-size:12px}.detail-meta span{flex-direction:column;align-items:center;font-size:22px;display:flex}.detail-meta span b{font-size:12px}.detail-hero h1{margin:25px 0 7px;font-size:24px;font-weight:400}.detail-hero>p{max-width:80%;margin:0;font-size:12px}.detail-body{z-index:1;width:78%;margin:-8px auto 40px;position:relative}.detail-carousel{position:relative}.detail-carousel>img{object-fit:cover;object-position:center 25%;background:#eee;border-radius:10px;width:100%;height:300px;display:block}.detail-carousel>.carousel-prev,.detail-carousel>.carousel-next{color:#fff;opacity:0;background:#0005;border:0;width:30px;height:44px;font-size:26px;transition:all .2s;position:absolute;top:50%;transform:translateY(-50%)}.detail-carousel:hover>.carousel-prev,.detail-carousel:hover>.carousel-next{opacity:1}.carousel-prev{border-radius:0 5px 5px 0;left:0}.carousel-next{border-radius:5px 0 0 5px;right:0}.detail-carousel>div{justify-content:center;align-items:center;gap:6px;height:29px;display:flex}.detail-carousel>div button{background:#ccc;border:0;border-radius:50%;width:8px;height:8px;padding:0}.detail-carousel>div button.active{background:var(--violet)}.detail-copy{color:#68636b;margin:5px 0 18px;font-size:12px;line-height:1.7}.detail-tags{border-bottom:1px solid #ddd;gap:5px;padding:8px 0 14px;display:flex}.detail-tags span{color:#888;border:1px solid #d6d3d8;border-radius:3px;padding:3px 7px;font-size:12px}.author{border-bottom:1px solid #ddd;align-items:center;gap:8px;min-height:55px;display:flex}.avatar{color:#fff;background:#87b7c0;border-radius:50%;flex:0 0 31px;place-items:center;width:31px;height:31px;font-size:12px;font-weight:700;display:grid}.author>div:nth-child(2){flex-direction:column;display:flex}.author span{color:#999;font-size:12px}.author strong{color:var(--violet);font-size:12px}.author>button{border:1px solid var(--violet);color:var(--violet);background:#fff;border-radius:14px;margin-left:auto;padding:4px 10px;font-size:12px}.reaction-buttons button{border:1px solid var(--violet);min-width:95px;color:var(--violet);background:#fff;border-radius:5px;padding:7px 12px;font-size:12px}.reaction-buttons b{font-size:12px;font-weight:400;display:block}.detail-audio{color:#fff;background:#3e3b42;grid-template-columns:38px 40px minmax(0,1fr) 62px;align-items:center;height:55px;display:grid;box-shadow:0 4px 12px #0002}.detail-audio button{color:#fff;background:#d83b8b;border:0;height:55px}.audio-info{background:linear-gradient(90deg,#b934eb,#8953e9);flex-direction:column;height:55px;padding:8px 10px 4px;display:flex}.audio-info b,.audio-info span{font-size:12px}.audio-info input{accent-color:#fff;width:100%;height:3px;margin-top:6px}.detail-audio time{text-align:right;padding:0 7px;font-size:12px}.comments{padding:18px 0 30px}.comment-heading{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;padding-bottom:8px;display:flex}.comment-heading h3{margin:0;font-size:13px}.comment-heading span{color:#888;font-size:12px}.comment-form textarea{resize:vertical;border:1px solid #8b7dff;outline:0;width:100%;height:80px;padding:10px;font-size:12px}.comment-form>div{justify-content:space-between;align-items:center;display:flex}.comment-form span{color:#999;font-size:12px}.comment-form button{background:var(--violet);color:#fff;border:0;border-radius:13px;padding:5px 12px;font-size:12px}.comment-form button:disabled{opacity:.45}.comment-list article{border-top:1px solid #ddd;gap:12px;padding:15px 0;display:flex}.comment-list article>div:last-child{flex:1}.comment-list strong,.comment-list time{display:block}.comment-list time{color:#999;font-size:12px}.comment-list p{color:#615c64;margin:8px 0;font-size:12px;line-height:1.6}.comment-list button{color:var(--violet);background:0 0;border:0;margin-right:10px;font-size:12px}@media (width<=1024px){.detail-shell{width:100%;height:760px;position:relative;inset:auto}.detail-shell{height:auto;max-height:none}.post-detail{overflow:visible}.detail-hero{min-height:180px}.detail-body{width:90%}.detail-carousel>img{height:360px}.detail-meta span{display:none}}@media (width<=430px){.detail-carousel>img{height:300px}.detail-body{width:92%}.detail-audio{grid-template-columns:38px 38px minmax(0,1fr)}.detail-audio time{display:none}}.post-media{cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none}.post-media.dragging{cursor:grabbing}.post-media-track{clip-path:inset(0 round 7px);will-change:transform;width:100%;height:100%;transition:transform .24s ease-out;display:flex}.post-media-track>img{object-fit:cover;pointer-events:none;-webkit-user-drag:none;flex:0 0 100%;width:100%;height:100%;display:block}.heat{color:#776b8b;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;width:68px;min-height:70px;padding:2px;display:flex}.heat-star-wrap{place-items:center;width:50px;height:45px;display:grid;position:relative}.heat-star{filter:drop-shadow(0 0 2px #9984ff66);background:#9984ff;width:45px;height:45px;transition:filter .25s,transform .25s;display:block;-webkit-mask:url(https://yuiemljibxeoifupvluc.supabase.co/storage/v1/object/public/fanheat-assets/3207765e-4d0a-4c9c-b620-46a805ca0ee7/system/vote_icon.png) 50%/contain no-repeat;mask:url(https://yuiemljibxeoifupvluc.supabase.co/storage/v1/object/public/fanheat-assets/3207765e-4d0a-4c9c-b620-46a805ca0ee7/system/vote_icon.png) 50%/contain no-repeat}.heat-star-wrap:before,.heat-star-wrap:after{content:"✦";color:#b7a8ff;opacity:.25;text-shadow:0 0 5px;position:absolute}.heat-star-wrap:before{font-size:12px;top:0;right:1px}.heat-star-wrap:after{font-size:12px;bottom:4px;left:2px}.heat strong{color:inherit;margin-top:-2px;font-size:12px;line-height:1.1;display:block}.heat small{color:#a39baa;margin-top:2px;font-size:12px;display:block}.heat:hover .heat-star,.heat.voted .heat-star{transform:scale(1.09)}.heat-soft .heat-star{background:linear-gradient(145deg,#b4a7ff,#806bff)}.heat-warm{color:#a66ee5}.heat-warm .heat-star{filter:drop-shadow(0 0 4px #d886df99);background:linear-gradient(135deg,#9273ff,#ef74c9,#ffc65c)}.heat-warm .heat-star-wrap:before,.heat-warm .heat-star-wrap:after{opacity:.65;color:#dd86ff}.heat-hot{color:#bf59bc}.heat-hot .heat-star{filter:drop-shadow(0 0 6px #f271cfaa);background:linear-gradient(135deg,#6f7cff,#ff5fb7,#ffd45d,#4bd9e8)}.heat-hot .heat-star-wrap:before,.heat-hot .heat-star-wrap:after{opacity:1;color:#ff9ede;animation:1.35s ease-in-out infinite alternate heatTwinkle}.heat-viral .heat-star-wrap:before,.heat-viral .heat-star-wrap:after{opacity:1;color:#ffd970;font-size:12px;animation:.7s ease-in-out infinite alternate heatTwinkle}.heat-viral .heat-star-wrap:after{color:#71e4ff;animation-delay:.35s}.heat.voted strong{font-weight:700}.heat.voted .heat-star{filter:drop-shadow(0 0 6px #ff63c5)drop-shadow(0 0 10px #806dff)}@keyframes heatTwinkle{0%{opacity:.35;transform:scale(.65)rotate(-10deg)}to{opacity:1;transform:scale(1.25)rotate(12deg)}}@keyframes rainbowStar{0%{background-position:0%;transform:rotate(0)}50%{background-position:100%;transform:rotate(3deg)}to{background-position:0%;transform:rotate(0)}}@media (prefers-reduced-motion:reduce){.heat-star,.heat-star-wrap:before,.heat-star-wrap:after{animation:none!important}}@media (width<=1024px){.heat{width:43px;min-height:60px}.heat-star-wrap{width:42px;height:42px}.heat-star{width:37px;height:37px}.heat strong,.heat small{font-size:12px}}.mobile-logo img{filter:invert()}.post-media-current{object-fit:cover;pointer-events:none;-webkit-user-drag:none;border-radius:7px;width:100%;height:100%;animation:.2s ease-out thumbnailSwap;display:block}@keyframes thumbnailSwap{0%{opacity:.15;filter:blur(1px);transform:scale(.94)}to{opacity:1;filter:blur();transform:scale(1)}}.detail-hero{min-height:315px}.detail-hero:after{height:120px}.detail-body{z-index:2;margin:-120px auto 40px}@media (width<=1024px){.detail-hero{min-height:250px}.detail-hero:after{height:75px}.detail-body{margin:-75px auto 40px}}.detail-carousel{width:min(100%,520px);margin:0 auto}.detail-carousel>img{aspect-ratio:1;object-fit:cover;object-position:center;border-radius:10px;height:auto}@media (width<=1024px){.detail-carousel{width:min(100%,440px)}.detail-carousel>img{height:auto}}.detail-carousel{width:min(100%,520px)}.detail-carousel>img{aspect-ratio:3/2;object-fit:cover;object-position:center 28%;height:auto}@media (width<=1024px){.detail-carousel{width:100%}.detail-carousel>img{aspect-ratio:3/2;height:auto}}.detail-audio{color:#fff;background:#3e3b42;border-radius:2px;grid-template-columns:38px 38px 38px 38px 38px 42px minmax(110px,1fr) 58px 38px;align-items:stretch;width:100%;height:38px;display:grid;overflow:hidden;box-shadow:0 4px 12px #0002}.detail-audio button,.detail-audio a{color:#fff;background:#403d42;border:0;border-right:1px solid #5b565e;place-items:center;height:38px;padding:0;font-size:12px;text-decoration:none;display:grid}.detail-audio .audio-play{background:#dc3b88;font-size:14px}.detail-audio .audio-volume{background:#b835eb}.detail-audio .audio-volume img{object-fit:contain;width:16px;height:16px}.detail-audio .audio-download{font-size:14px}.detail-audio>img{object-fit:cover;width:42px;height:38px}.audio-info{background:linear-gradient(90deg,#bd32ec,#8951e9);grid-template-rows:auto auto 4px;min-width:0;height:38px;padding:3px 8px 2px;display:grid}.audio-info b,.audio-info span{white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:1.15;overflow:hidden}.audio-info input{accent-color:#fff;width:100%;height:3px;margin:1px 0 0}.detail-audio .audio-time{color:#fff;background:#403d42;flex-direction:column;justify-content:space-between;align-items:flex-end;height:38px;padding:4px 6px;font-size:12px;display:flex}.detail-audio .audio-menu{border-right:0;font-size:15px}@media (width<=1024px){.detail-audio{grid-template-columns:34px 32px 32px 34px 34px 38px minmax(90px,1fr) 48px 34px}.detail-audio button,.detail-audio a{width:auto}.detail-audio>img{width:38px}}.reaction-buttons{justify-content:center;gap:8px;padding:23px 0 10px;display:flex}.reaction-buttons button{border:1px solid var(--violet);width:116px;min-width:116px;height:46px;color:var(--violet);background:#fff;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;padding:8px 8px 3px 40px;line-height:1.05;display:flex;position:relative}.reaction-buttons button img{object-fit:contain;width:34px;height:34px;position:absolute;top:-10px;left:11px}.reaction-buttons button b{margin-top:3px;font-size:12px;font-weight:400}.reaction-buttons .reaction-upvote img{width:36px;height:36px;top:-11px}@media (width<=430px){.reaction-buttons button{width:108px;min-width:108px}}.reaction-buttons button{padding-left:42px;overflow:hidden}.reaction-buttons .reaction-upvote img{width:32px;height:32px;top:6px;left:9px}.reaction-buttons .reaction-gift:disabled{color:#aaa;cursor:not-allowed;box-shadow:none;background:#f7f5f8;border-color:#d9d4df}.reaction-buttons .reaction-gift:disabled img{filter:grayscale();opacity:.38}.reaction-buttons .reaction-gift:disabled b{color:#aaa;font-size:12px}.reaction-buttons .reaction-heat{cursor:pointer;transition:border-color .18s,background .18s,transform .18s}.reaction-buttons .reaction-heat:hover{transform:translateY(-1px)}.reaction-buttons .reaction-heat.is-heated{background:#faf8ff}.reaction-heat-star,.detail-heat-star{background:#8c78ff;display:block;-webkit-mask:url(https://yuiemljibxeoifupvluc.supabase.co/storage/v1/object/public/fanheat-assets/3207765e-4d0a-4c9c-b620-46a805ca0ee7/system/vote_icon.png) 50%/contain no-repeat;mask:url(https://yuiemljibxeoifupvluc.supabase.co/storage/v1/object/public/fanheat-assets/3207765e-4d0a-4c9c-b620-46a805ca0ee7/system/vote_icon.png) 50%/contain no-repeat}.reaction-heat-star{filter:drop-shadow(0 0 2px);width:32px;height:32px;position:absolute;top:6px;left:9px}.reaction-heat.heat-soft{color:#806bff}.reaction-heat.heat-yellow{color:#ba8b00;border-color:#e5bf55}.reaction-heat.heat-coral{color:#e2675f;border-color:#ed8c86}.reaction-heat.heat-mint{color:#159f94;border-color:#56c4ba}.reaction-heat.heat-viral{color:#9c52cc;border-color:#c37cdd}.reaction-heat.heat-yellow .reaction-heat-star,.detail-heat-count.heat-yellow .detail-heat-star{background:#f1bf32}.reaction-heat.heat-coral .reaction-heat-star,.detail-heat-count.heat-coral .detail-heat-star{background:#ef766e}.reaction-heat.heat-mint .reaction-heat-star,.detail-heat-count.heat-mint .detail-heat-star{background:#35bdb0}.reaction-heat.heat-viral .reaction-heat-star,.detail-heat-count.heat-viral .detail-heat-star{background:conic-gradient(from 215deg,#7657ff,#c95cff,#ff5d96,#ffca52,#45d8cd,#58a4ff,#7657ff)}.detail-meta .detail-heat-count{color:#fffffff0}.detail-meta .detail-heat-count i{width:42px;height:42px}.detail-meta .detail-heat-count .detail-heat-star{filter:drop-shadow(0 1px 3px #163b7255);background:#ffffffe0}.detail-meta .detail-heat-count b{color:inherit}.detail-meta .detail-gift-pending{opacity:.58}.detail-meta .detail-gift-pending b{white-space:nowrap;font-size:12px}.detail-copy,.detail-credits,.reaction-buttons,.detail-audio,.comments{width:min(100%,520px);margin-left:auto;margin-right:auto}.detail-copy{border-bottom:1px solid #ddd;margin-top:5px;margin-bottom:0;padding:0 0 17px}.detail-credits{grid-template-columns:1fr auto 1fr;align-items:center;min-height:57px;display:grid}.detail-tags{border:0;grid-column:1;gap:5px;padding:0;display:flex}.detail-tags span{padding:2px 7px}.detail-credits .author{white-space:nowrap;border:0;grid-column:2;justify-content:center;align-items:center;gap:5px;min-height:0;display:flex}.detail-credits .author em{color:#999;border:1px solid #bbb;border-radius:12px;padding:3px 8px;font-size:12px;font-style:normal}.reaction-buttons{padding-top:19px}@media (width<=1024px){.detail-copy,.detail-credits,.reaction-buttons,.detail-audio,.comments{width:100%}.detail-credits{grid-template-columns:1fr auto}.detail-credits .author{grid-column:2}}.detail-credits{flex-direction:column;align-items:stretch;min-height:76px;padding:10px 0 8px;display:flex}.detail-credits .detail-tags{align-self:flex-start}.detail-credits .author{align-self:center;margin-top:12px}.reaction-buttons{gap:10px;padding-top:12px}.reaction-buttons button{width:128px;min-width:128px;height:54px;padding-left:48px}.reaction-buttons button img{width:36px;height:36px;top:8px;left:10px}.reaction-buttons button span{font-size:12px;font-weight:500}.reaction-buttons button b,.reaction-buttons .reaction-gift:disabled b{margin-top:4px;font-size:12px;font-weight:500}.reaction-heat-star{width:38px;height:38px;top:7px;left:9px}@media (width<=430px){.reaction-buttons button{width:116px;min-width:116px;height:52px;padding-left:44px}.reaction-buttons button img{width:34px;height:34px}.reaction-heat-star{width:36px;height:36px}}@media (width<=1024px){.detail-credits{display:flex}.detail-credits .author{align-self:center}}.detail-meta{gap:18px}.detail-meta>time{margin-right:auto}.detail-meta span{gap:5px;min-width:54px}.detail-meta span+span{border-left:1px solid #fff5;padding-left:18px}.detail-meta span img{object-fit:contain;width:42px;height:42px;display:block}.detail-meta span:last-child img{width:44px;height:44px}.detail-meta span b{color:#fff;font-size:12px;font-weight:600;line-height:1.15}.detail-date-actions{align-items:center;gap:10px;margin-right:auto;display:flex}.detail-date-actions time{border:1px solid #fff;border-radius:22px;padding:10px 18px;font-size:12px;font-weight:600}.detail-date-actions button{color:#fff;cursor:pointer;background:#ffffff12;border:1px solid #ffffffb8;border-radius:20px;height:38px;padding:0 18px;font-size:12px;font-weight:600;transition:background .18s,border-color .18s}.detail-date-actions button:hover,.detail-date-actions button:focus-visible{background:#ffffff2b;border-color:#fff;outline:0}.detail-date-actions .detail-bookmark-button{border-radius:50%;place-items:center;width:40px;height:40px;padding:0;display:grid}.detail-bookmark-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.detail-bookmark-button.active{color:#7052dc;background:#fff;border-color:#fff}.detail-bookmark-button.active svg{fill:currentColor}.detail-bookmark-button:disabled{cursor:wait;opacity:.65}@media (width<=430px){.detail-date-actions{gap:6px}.detail-date-actions time{padding:8px 11px;font-size:12px}.detail-date-actions button{height:32px;padding:0 11px;font-size:12px}.detail-date-actions .detail-bookmark-button{width:32px;height:32px;padding:0}.detail-bookmark-button svg{width:17px;height:17px}}.detail-body{width:86%}.detail-hero>p{font-size:12px;line-height:1.6}.detail-copy{padding-bottom:20px;font-size:13px;line-height:1.8}.detail-tags{gap:7px}.detail-tags span{border-radius:5px;padding:5px 10px;font-size:12px;font-weight:500}.detail-credits .author{gap:7px}.detail-credits .author span{color:#6d6671;font-size:12px}.detail-credits .author strong{font-size:13px;font-weight:600}.detail-credits .author button{color:#7257df;cursor:pointer;background:#fff;border:1px solid #8c72ef;border-radius:14px;height:27px;margin-left:3px;padding:0 11px;font-size:12px;font-weight:600}.detail-credits .author button:hover{background:#f5f1ff}.detail-credits .author button.requested{color:#999;cursor:default;background:#f5f3f6;border-color:#d9d3df}.comments{width:min(100%,720px);padding-top:22px}.comment-form{padding:15px 0}.comment-form textarea{height:110px;padding:13px;font-size:13px;line-height:1.6}.comment-list article{gap:14px;padding:20px 0}.comment-list time{font-size:12px}.comment-list p{font-size:12px;line-height:1.75}@media (width<=1024px){.detail-body{width:90%}.detail-copy{font-size:12px}.comments{width:100%}.comment-form textarea{height:105px}}.profile-actions{align-items:center;gap:8px;display:flex}.topbar nav .write-button{color:#777;background:#fff;border:1px solid #bbb;border-radius:17px;height:30px;padding:0 17px;font-size:12px}.topbar nav .write-button.active{border-color:var(--violet);color:var(--violet)}.profile-button{width:32px;position:relative;background:#eee!important;border:0!important;border-radius:50%!important;height:32px!important;padding:0!important}.profile-button img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.header-avatar-fallback{color:#fff;background:#5830b8;border-radius:50%;place-items:center;width:100%;height:100%;font:700 12px/1 Arial;display:grid}.profile-button i{color:#fff;box-sizing:border-box;background:#ff4d50;border:2px solid #fff;border-radius:10px;place-items:center;min-width:20px;height:20px;padding:0 4px;font:700 12px/1 Arial;display:grid;position:absolute;top:-7px;right:-7px}.compose-preview .detail-body{padding-bottom:60px}.write-editor-head{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.write-editor-head h2{color:#333;margin:0;font-size:20px}.write-editor-head button{color:#777;background:#fff;border:1px solid #ccc;border-radius:15px;padding:5px 14px}.write-field{grid-template-columns:84px minmax(0,1fr);align-items:start;gap:10px;margin:0 0 14px;display:grid}.write-field>span{text-align:right;padding-top:8px;font-size:12px}.write-field.required>span:before{content:"*";color:#ff6b6b;margin-right:4px}.write-field input{border:1px solid #d7d4db;border-radius:2px;outline:0;width:100%;height:34px;padding:0 10px;font-size:12px}.write-field input:focus,.rich-editor:focus-within{border-color:var(--violet);box-shadow:0 0 0 2px #977fff18}.write-field small{color:#aaa;margin-top:4px;font-size:12px;display:block}.upload-area>button{color:#ccc;background:#fafafa;border:1px dashed #bbb;width:100%;height:130px;font-size:36px}.upload-area>button small{font-size:12px}.upload-thumbs{gap:8px;min-height:68px;padding-top:8px;display:flex}.upload-thumbs figure{width:68px;height:68px;margin:0;position:relative}.upload-thumbs img{object-fit:cover;border-radius:3px;width:100%;height:100%}.upload-thumbs figure button{color:#fff;background:#0009;border:0;border-radius:50%;width:18px;height:18px;position:absolute;top:2px;right:2px}.rich-editor{border:1px solid #bbb}.editor-toolbar{background:#f3f3f3;border-bottom:1px solid #ccc;align-items:center;height:34px;display:flex}.editor-toolbar select{background:#fff;border:1px solid #ccc;height:27px;margin-left:5px;font-size:12px}.editor-toolbar button{color:#555;background:0 0;border:0;width:28px;height:28px;font-weight:700}.rich-editor textarea{resize:vertical;border:0;outline:0;width:100%;height:130px;padding:12px;font:13px/1.7 Noto Sans KR,sans-serif}.rich-editor>small{text-align:right;padding:0 7px 5px}.link-input{grid-template-columns:minmax(0,1fr) 34px;gap:5px;display:grid}.link-input button{color:#aaa;background:#f5f5f5;border:1px solid #ddd}.music-search{background:var(--violet);color:#fff;border:0;border-radius:3px;margin-bottom:8px;padding:6px 12px}.selected-music{border:1px solid #ddd}.selected-music article{border-bottom:1px solid #eee;grid-template-columns:24px 42px minmax(0,1fr) 25px;align-items:center;gap:7px;height:52px;padding:5px 8px;display:grid}.selected-music article>b{color:#aaa;font-size:12px}.selected-music article img{object-fit:cover;width:42px;height:42px}.selected-music article span{flex-direction:column;min-width:0;display:flex}.selected-music article strong,.selected-music article small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.selected-music article strong{color:#333;font-size:12px}.selected-music article button{color:#bbb;background:0 0;border:0}.revenue-box>button{border:1px solid var(--violet);color:var(--violet);background:#fff;border-radius:3px;margin-bottom:7px;padding:5px 9px}.revenue-box label{grid-template-columns:minmax(0,1fr) 78px;gap:6px;margin-bottom:5px;display:grid}.write-guide{color:#999;max-width:570px;margin:32px 0 20px 94px;font-size:12px;line-height:1.5}.write-guide b{color:#555}.publish-button{background:var(--violet);color:#fff;border:0;border-radius:3px;margin:0 auto;padding:11px 25px;font-size:13px;display:block}.compose-preview .detail-body{flex-direction:column;display:flex}.composer-media-frame{aspect-ratio:3/2;background:#f8f6fb;border:1px solid #d9d2e2;border-radius:12px;width:min(100%,550px);min-height:300px;margin:0 auto 24px;position:relative;overflow:hidden;box-shadow:0 14px 34px #24143216}.composer-media-frame>img{object-fit:cover;width:100%;height:100%;display:block}.composer-media-empty{color:#817887;text-align:center;background:linear-gradient(145deg,#fbfaff,#f2eef8);flex-direction:column;justify-content:center;align-items:center;padding:30px;display:flex;position:absolute;inset:0}.composer-media-empty strong{color:#514957;letter-spacing:-.5px;font-size:22px;font-weight:700}.composer-media-empty p{color:#817986;max-width:460px;margin:12px 0 0;font-size:14px;line-height:1.65}.composer-platform-badge{color:#fff;background:#19161dcc;border-radius:14px;padding:6px 10px;font:600 12px Exo,sans-serif;position:absolute;top:12px;left:12px}.composer-platform-badge.platform-facebook{background:#1877f2}.composer-platform-badge.platform-instagram{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}.composer-platform-badge.platform-tiktok{background:#111}.composer-platform-badge.platform-youtube{background:red}.composer-media-count{color:#fff;background:#16121dbb;border-radius:12px;padding:5px 8px;font-size:12px;position:absolute;bottom:12px;right:12px}.compose-preview .preview-rich-text{width:min(100%,550px);min-height:84px;margin:0 auto;padding-top:0}.compose-preview .detail-credits{width:min(100%,550px);margin-left:auto;margin-right:auto}.compose-preview .reaction-buttons{margin-top:20px}.composer-media-empty p{word-break:keep-all}@media (width<=1024px){.composer-media-empty strong{font-size:18px}.composer-media-empty p{max-width:330px;font-size:12px}}.composer-media-prev,.composer-media-next{z-index:3;color:#fff;background:#16121d99;border:0;width:36px;height:52px;font-size:25px;position:absolute;top:50%;transform:translateY(-50%)}.composer-media-prev{border-radius:0 8px 8px 0;left:0}.composer-media-next{border-radius:8px 0 0 8px;right:0}.composer-media-dots{z-index:3;gap:5px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.composer-media-dots button{background:#ffffff9c;border:0;border-radius:50%;width:7px;height:7px;padding:0}.composer-media-dots button.active{background:#8c6df2;border-radius:5px;width:17px}@media (width<=1024px){.compose-shell{width:100%;height:auto;position:relative}.writing-content{width:100%;margin-left:0}.write-editor{padding:30px 16px 60px}.write-field{grid-template-columns:1fr}.write-field>span{text-align:left}.write-guide{margin-left:0}.profile-actions{gap:5px}.topbar nav .write-button{padding:0 11px}}.detail-shell .detail-audio{z-index:40;opacity:.92;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#2d2a30e6;grid-template-columns:44px 42px 42px 42px 42px 46px minmax(120px,1fr) 60px 42px;width:50vw;max-width:none;height:44px;margin:0;transition:opacity .2s;position:fixed;bottom:0;left:0;box-shadow:0 -5px 22px #261d3540}.detail-shell .detail-audio:hover,.detail-shell .detail-audio:focus-within{opacity:1}.detail-shell .detail-audio button,.detail-shell .detail-audio a,.detail-shell .detail-audio .audio-time{background-color:#343137e0;height:44px}.detail-shell .detail-audio .audio-play{background:#dc3b88ef}.detail-shell .detail-audio .audio-volume{background:#b835ebeb}.detail-shell .detail-audio>img{width:46px;height:44px}.detail-shell .audio-info{background:linear-gradient(90deg,#bd32eceb,#8951e9e8);height:44px}.post-detail .comments{padding-bottom:84px}@media (width<=1024px){.detail-shell .detail-audio{grid-template-columns:38px 34px 34px 38px 38px 42px minmax(90px,1fr) 50px 38px;width:100vw}.detail-shell .detail-audio>img{width:42px}}.chart-panel{flex-direction:column;display:flex}.brand-tile{aspect-ratio:auto;flex:0 0 220px;gap:8px;width:100%;height:220px;min-height:220px}.brand-tile>img{width:66%;max-width:150px;height:auto}.brand-tagline{z-index:1;color:#fff;text-align:center;letter-spacing:.05em;background:#030303;width:76%;max-width:170px;margin-top:-43px;padding:4px 2px 3px;font:700 12px/1.15 Exo,Noto Sans KR,sans-serif;position:relative}.brand-tile .vote-button{padding:6px 9px;font-size:12px}.chart-list{flex:1;height:auto;min-height:0;overflow-y:auto}.chart-list li{height:68px;min-height:68px}.chart-list button{grid-template-columns:20px 50px minmax(0,1fr)}.cover{width:50px;min-width:50px;max-width:50px;height:50px;min-height:50px;max-height:50px}.chart-list.voting li{height:64px;min-height:64px}.heat-star-wrap:before,.heat-star-wrap:after{display:none!important}.heat-viral .heat-star{filter:drop-shadow(0 1px 2px #6b54c566)drop-shadow(0 0 5px #b06cff88);background:conic-gradient(from 215deg,#7657ff,#c95cff,#ff5d96,#ffca52,#45d8cd,#58a4ff,#7657ff) 0 0/200% 200%;animation:3.2s ease-in-out infinite rainbowStar}.heat-badge{color:#fff;letter-spacing:.5px;background:linear-gradient(90deg,#6d57ff,#dc55bb);border:1px solid #fff;border-radius:7px;place-items:center;min-width:24px;height:13px;padding:0 5px;font:700 12px/1 Exo,sans-serif;display:grid;position:absolute;bottom:1px;right:-3px;box-shadow:0 2px 5px #7053c955}.heat-viral strong{color:#8d4cca;margin-top:1px;font-weight:700}.left-shell{grid-template-columns:clamp(190px,14vw,230px) minmax(0,1fr)}.album-card{width:min(85%,1100px);left:50%;transform:translate(-50%)}.award-grid{scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#d7d1ff transparent;gap:8px;display:flex;overflow:auto hidden}.award-grid article{scroll-snap-align:start;flex:0 0 clamp(140px,22%,240px);min-width:0}.award-image{width:100%}.post{grid-template-columns:48px 60px minmax(0,1fr) 68px}.post-media,.post-media-current{flex:none}.post-copy h3,.post-copy p{max-width:680px}@media (width>=1800px){.awards{padding-left:4%;padding-right:3%}.award-grid article{flex-basis:clamp(190px,12%,240px)}.post{padding-left:2.5%;padding-right:3%}}@media (width<=1024px){.album-card{width:84%;left:50%;transform:translate(-50%)}.award-grid article{flex-basis:62%}}.award-carousel{position:relative}.award-grid{scroll-behavior:smooth;scrollbar-width:none}.award-grid::-webkit-scrollbar{display:none}.award-arrow{z-index:3;color:#fff;opacity:.78;background:#201c27b8;border:0;border-radius:4px;place-items:center;width:28px;height:42px;font:300 27px/1 Arial;transition:all .2s;display:grid;position:absolute;top:calc(50% - 12px);transform:translateY(-50%)}.award-arrow:hover{opacity:1;background:#6f57de}.award-dots{justify-content:center;align-items:flex-end;gap:5px;height:17px;display:flex}.award-dots button{background:#c9c6cf;border:0;border-radius:50%;width:5px;height:5px;padding:0;transition:all .2s}.award-dots button.active{background:var(--violet);border-radius:4px;width:14px}@media (width<=1024px){.award-arrow{width:25px;height:38px}.award-arrow.prev{left:-7px}.award-arrow.next{right:-7px}.award-dots{height:20px}}:root{--content-gutter:14px}.topbar,.awards,.post{padding-left:var(--content-gutter);padding-right:var(--content-gutter)}.heat{justify-self:end}.award-arrow.prev{left:0}.award-arrow.next{right:0}@media (width>=1800px){.awards,.post{padding-left:var(--content-gutter);padding-right:var(--content-gutter)}}@media (width<=1024px){:root{--content-gutter:10px}.awards{padding-left:16px;padding-right:16px}.award-arrow.prev{left:0}.award-arrow.next{right:0}}.tiptap-editor .editor-toolbar{flex-wrap:wrap;height:auto;min-height:38px;padding:3px}.tiptap-editor .editor-toolbar select{height:29px}.tiptap-editor .editor-toolbar button{border-radius:3px;font-size:12px}.tiptap-editor .editor-toolbar button:disabled{opacity:.3}.tiptap-editor .tiptap{outline:0;min-height:150px;max-height:320px;padding:12px;font:13px/1.7 Noto Sans KR,sans-serif;overflow-y:auto}.tiptap-editor .tiptap p{margin:0 0 .65em}.tiptap-editor .tiptap h2{margin:.5em 0;font-size:21px}.tiptap-editor .tiptap h3{margin:.45em 0;font-size:17px}.tiptap-editor .tiptap ul,.tiptap-editor .tiptap ol{padding-left:24px}.tiptap-editor .tiptap blockquote{border-left:3px solid var(--violet);color:#666;background:#faf8ff;margin:10px 0;padding:4px 12px}.tiptap-editor>small{text-align:right;padding:2px 8px 6px;display:block}.preview-rich-text p{margin:0 0 .65em}.preview-rich-text h2{font-size:21px}.preview-rich-text h3{font-size:17px}.preview-rich-text ul,.preview-rich-text ol{padding-left:24px}.preview-rich-text blockquote{border-left:3px solid var(--violet);margin:10px 0;padding-left:12px}.audio-info{isolation:isolate;grid-template-rows:1fr 1fr;position:relative;overflow:hidden;background:#51485c!important}.audio-info:before{content:"";z-index:-1;width:var(--audio-progress,0%);background:linear-gradient(100deg,#b52fe9 0%,#8f4deb 45%,#d13ee2 75%,#7459f4 100%) 0 0/220% 100%;transition:width .35s linear;position:absolute;inset:0 auto 0 0}.audio-info.is-playing:before{animation:2.2s linear infinite audioGradientFlow}.audio-info b,.audio-info span{z-index:1;position:relative}.audio-info input{display:none!important}@keyframes audioGradientFlow{0%{background-position:100% 0}to{background-position:-120% 0}}@media (prefers-reduced-motion:reduce){.audio-info.is-playing:before{animation:none}}.comment-heading h3{font-size:18px}.comment-heading span{font-size:12px}.comment-form textarea{font-size:14px;line-height:1.7}.comment-form span,.comment-form button{font-size:12px}.comment-list strong{font-size:15px}.comment-list time{margin-top:2px;font-size:12px}.comment-list p{margin:10px 0;font-size:14px;line-height:1.8}.comment-list button{font-size:12px}.comment-list .avatar{flex-basis:40px;width:40px;height:40px;font-size:12px}@media (width<=1024px){.comment-list strong{font-size:14px}.comment-list p{font-size:13px}}.comment-list .avatar{overflow:hidden}.comment-list article.comment-deleted{padding:12px 0;display:block}.comment-deleted>.comment-main{width:100%}.comment-tombstone{color:#8b8490;background:#faf9fb;border:1px dashed #bcb5c6;border-radius:7px;align-items:center;min-height:46px;padding:13px 16px;font-size:13px;display:flex}.comment-deleted>.comment-children{width:calc(100% - 26px);margin:10px 0 0 26px}.comment-children .comment-children{width:calc(100% - 22px);margin-left:22px}.detail-shell .detail-audio{grid-template-columns:44px 42px 42px 42px 42px 46px minmax(120px,1fr) 76px 42px}.detail-audio .audio-time{font-variant-numeric:tabular-nums;background:#302c33f5;border-left:1px solid #68616d;border-right:1px solid #2d2930;justify-content:center;align-items:center;gap:2px;padding:4px 9px;font-family:Exo,sans-serif}.detail-audio .audio-time span{text-align:center;width:100%;line-height:1.25;display:block}.detail-audio .audio-time span:first-child{color:#fff;padding-bottom:2px;font-size:12px;font-weight:700}.detail-audio .audio-time span:last-child{color:#d5d0da;border-top:1px solid #77707c66;padding-top:2px;font-size:12px;font-weight:500}@media (width<=1024px){.detail-shell .detail-audio{grid-template-columns:38px 34px 34px 38px 38px 42px minmax(82px,1fr) 60px 38px}.detail-audio .audio-time{padding-left:5px;padding-right:5px}.detail-audio .audio-time span:first-child,.detail-audio .audio-time span:last-child{font-size:12px}}.auth-brand:before,.auth-brand:after{opacity:.45}.social-auth{justify-content:center;align-items:center;display:flex;position:relative}.social-auth img{object-fit:contain;width:20px;height:20px;display:block;position:absolute;left:14px}.social-auth.kakao img{width:22px;height:22px;left:13px}.social-auth.google b,.social-auth.kakao b{display:none}.social-auth:focus-visible{outline-offset:3px;outline:3px solid #9a82f0}.social-auth:not(:disabled){cursor:pointer}.social-auth:disabled{opacity:.62;cursor:wait}.app-update-notice{z-index:140;left:50%;bottom:max(18px,env(safe-area-inset-bottom));color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#2d2637f2;border:1px solid #ffffff42;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;width:min(460px,100% - 28px);padding:13px 14px;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 12px 36px #1d132b66}.app-update-notice span{gap:2px;min-width:0;display:grid}.app-update-notice strong{font-size:14px}.app-update-notice small{color:#ddd6e6;font-size:12px;line-height:1.45}.app-update-notice button{color:#251f00;background:#fee500;border:0;border-radius:9px;flex:none;min-height:38px;padding:0 14px;font-size:13px;font-weight:800}.app-update-notice button:focus-visible{outline-offset:2px;outline:3px solid #bdaeff}.app-update-notice button:disabled{opacity:.65}@media (width<=1024px){.app-update-notice{bottom:calc(76px + env(safe-area-inset-bottom));align-items:stretch}.app-update-notice span{align-content:center}.app-update-notice button{min-height:42px}}.post p{color:#929292;margin-bottom:4px;font-size:13px;line-height:1.45}.stats{font-size:12px}@media (width<=1024px){.post p,.stats{font-size:12px}}.song small{color:#777;font-size:12px;line-height:1.35}.song{gap:3px}.award-grid article>div:last-child{gap:7px;height:31px;padding-top:7px}.award-grid strong{font-size:13px}.award-grid small{padding-left:7px;font-size:12px}@media (width<=1024px){.award-grid strong,.award-grid small{font-size:12px}}.auth-overlay{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#100a1ca6;place-items:center;padding:24px;animation:.18s ease-out authFade;display:grid;position:fixed;inset:0}.auth-modal{background:#fff;border:1px solid #ffffff45;border-radius:22px;grid-template-columns:42% 58%;width:min(760px,100%);min-height:500px;animation:.25s ease-out authRise;display:grid;position:relative;overflow:hidden;box-shadow:0 28px 90px #1e0c3e88}.auth-close{z-index:3;color:#6f6879;background:#f4f1f9;border:0;border-radius:50%;width:34px;height:34px;font-size:22px;position:absolute;top:12px;right:14px}.auth-brand{color:#fff;background:radial-gradient(circle at 20% 20%,#ec4f9a55,#0000 35%),linear-gradient(145deg,#5c2298,#7852eb 48%,#0d9bd9);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.auth-brand:before,.auth-brand:after{content:"★";color:#ffffff18;font-size:230px;position:absolute;transform:rotate(-14deg)}.auth-brand:before{top:-65px;left:-65px}.auth-brand:after{font-size:180px;bottom:-110px;right:-105px}.auth-brand img{z-index:1;width:180px;position:relative}.auth-brand span{z-index:1;letter-spacing:2.4px;margin-top:-25px;font:700 12px Exo,sans-serif;position:relative}.auth-content{padding:46px 48px 32px}.auth-content>small{color:var(--violet);letter-spacing:1.6px;font:700 12px Exo,sans-serif}.auth-content h2{color:#26222b;margin:7px 0;font-size:26px}.auth-content>p{color:#8a8490;margin:0 0 21px;font-size:12px}.auth-content form label{margin-bottom:11px;display:block}.auth-content form label span{color:#5d5763;margin-bottom:5px;font-size:12px;font-weight:700;display:block}.auth-content input{border:1px solid #ddd8e4;border-radius:8px;outline:0;width:100%;height:40px;padding:0 12px;font-size:12px}.auth-content input:focus{border-color:var(--violet);box-shadow:0 0 0 3px #977fff20}.email-auth{color:#fff;background:linear-gradient(90deg,#7b59ee,#d84cad);border:0;border-radius:9px;width:100%;height:42px;margin-top:4px;font-weight:700;box-shadow:0 8px 18px #9e54d43d}.auth-divider{color:#aaa;align-items:center;height:31px;font-size:12px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#eee;flex:1;height:1px}.social-auth{border-radius:8px;width:100%;height:39px;margin-bottom:8px;font-size:12px;font-weight:600}.social-auth b{margin-right:8px;font-size:15px}.social-auth.google{color:#454047;background:#fff;border:1px solid #ddd}.social-auth.google b{color:#4285f4}.social-auth.kakao{color:#251f00;background:#fee500;border:1px solid #f6df00}.auth-content .auth-switch{text-align:center;margin:13px 0 5px;font-size:12px}.auth-switch button{color:var(--violet);background:0 0;border:0;font-weight:700}.auth-content .auth-terms{text-align:center;color:#aaa;margin:0;font-size:12px;line-height:1.5}@keyframes authFade{0%{opacity:0}to{opacity:1}}@keyframes authRise{0%{opacity:0;transform:translateY(15px)scale(.98)}to{opacity:1;transform:none}}@media (width<=1024px){.auth-overlay{padding:12px}.auth-modal{grid-template-columns:1fr;max-height:94vh;overflow-y:auto}.auth-brand{min-height:125px}.auth-brand img{width:115px}.auth-brand span{margin-top:-18px;font-size:12px}.auth-content{padding:28px 24px}.auth-content h2{font-size:22px}}.auth-content>small{font-size:12px}.auth-content>p{font-size:13px;line-height:1.55}.auth-content form label span{font-size:12px}.auth-content input{font-size:13px}.email-auth{font-size:14px}.auth-divider{height:34px;font-size:12px}.auth-divider span{padding:0 12px}.social-auth{height:41px;font-size:12px}.auth-content .auth-switch{margin-top:15px;font-size:12px;line-height:1.5}.auth-switch button{padding:2px 3px;font-size:12px}.auth-content .auth-terms{font-size:12px;line-height:1.65}.auth-language{z-index:4;background:#f8f5fb;border:1px solid #e5dfeb;border-radius:17px;align-items:center;gap:2px;padding:3px;display:flex;position:absolute;top:14px;right:56px}.auth-language button{color:#8d8592;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:12px;min-width:48px;height:24px;padding:0 8px;font:600 12px Exo,sans-serif;transition:background .16s,color .16s,box-shadow .16s}.auth-language button.active{color:#6f53dc;background:#fff;box-shadow:0 2px 7px #33224417}.auth-language button:hover,.auth-language button:focus-visible{color:#6f53dc;outline:none}.auth-content h2{margin-top:12px}@media (width<=1024px){.auth-content>p,.auth-content .auth-switch,.auth-switch button,.auth-content .auth-terms{font-size:12px}}.heat-star-wrap:before,.heat-star-wrap:after{opacity:0;animation:none}.heat strong{margin-top:0}.heat-soft{color:#806bff}.heat-soft .heat-star{filter:drop-shadow(0 0 2px #8c78ff55);background:#8c78ff}.heat-yellow{color:#ba8b00}.heat-yellow .heat-star{filter:drop-shadow(0 0 2px #d8a81755);background:#f1bf32}.heat-coral{color:#e2675f}.heat-coral .heat-star{filter:drop-shadow(0 0 2px #e2675f55);background:#ef766e}.heat-mint{color:#159f94}.heat-mint .heat-star{filter:drop-shadow(0 0 2px #159f9455);background:#35bdb0}.heat:not(.heat-viral).voted .heat-star{filter:drop-shadow(0 0 3px)}.heat-viral{color:#9c52cc}.heat-viral .heat-star-wrap:before,.heat-viral .heat-star-wrap:after{opacity:1;animation:.7s ease-in-out infinite alternate heatTwinkle}.heat-soft{--heat-tone:#806bff;--heat-fill:#8c78ff}.heat-yellow{--heat-tone:#ba8b00;--heat-fill:#f1bf32}.heat-coral{--heat-tone:#e2675f;--heat-fill:#ef766e}.heat-mint{--heat-tone:#159f94;--heat-fill:#35bdb0}.heat-viral{--heat-tone:#9c52cc;--heat-fill:conic-gradient(from 215deg,#7657ff,#c95cff,#ff5d96,#ffca52,#45d8cd,#58a4ff,#7657ff)}.heat[class*=heat-],.reaction-heat[class*=heat-],.detail-heat-count[class*=heat-]{color:var(--heat-tone)}.heat[class*=heat-] .heat-star,.reaction-heat[class*=heat-] .reaction-heat-star,.detail-meta .detail-heat-count[class*=heat-] .detail-heat-star{background:var(--heat-fill);filter:drop-shadow(0 0 3px color-mix(in srgb,var(--heat-tone) 55%,transparent))}.reaction-heat[class*=heat-]{border-color:color-mix(in srgb,var(--heat-tone) 65%,white)}.auth-brand{background:linear-gradient(145deg,#491487c2,#6f3ce080 48%,#008fd38f),url(https://yuiemljibxeoifupvluc.supabase.co/storage/v1/object/public/fanheat-assets/3207765e-4d0a-4c9c-b620-46a805ca0ee7/system/auth-concert.jpg) 50%/cover no-repeat}.language-picker{color:#756d7d;background:#fff;border:1px solid #ddd8e4;border-radius:14px;align-items:center;gap:4px;height:28px;padding:0 7px;display:flex;position:relative}.language-picker>span{color:var(--violet);font:700 14px/1 Arial}.language-picker select{color:#5e5765;cursor:pointer;background:0 0;border:0;outline:0;max-width:76px;font-size:12px}.language-picker:focus-within{border-color:var(--violet);box-shadow:0 0 0 2px #977fff18}html[lang=en] body{font-family:Exo,Noto Sans KR,sans-serif}@media (width<=1024px){.topbar nav{align-items:center}.language-picker{height:30px}.language-picker select{max-width:88px}}html[lang=ko] body,html[lang=en] body{font-family:Noto Sans KR,sans-serif}html[lang=ja] body{font-family:Noto Sans JP,Noto Sans KR,sans-serif}html[lang=ja] [lang=ko]{font-family:Noto Sans KR,sans-serif}html[lang=ja] [lang=ja]{font-family:Noto Sans JP,Noto Sans KR,sans-serif}.topbar{gap:14px;height:60px;padding-top:0;padding-bottom:0}.mobile-logo{width:72px;height:54px;position:relative;overflow:hidden}.mobile-logo img{object-fit:contain;object-position:top;clip-path:inset(0 0 14%);width:64px;height:64px;max-height:none;position:absolute;top:0;left:4px}.search{border-radius:18px;width:210px;height:34px;padding:0 12px}.search span{font-size:19px}.search input{font-size:13px}.keywords{font-size:12px}.keywords span{font-size:18px}.topbar nav{gap:9px}.topbar nav button{height:34px;padding:0 15px;font-size:13px}.language-picker{border-radius:18px;gap:6px;height:34px;padding:0 10px}.language-picker>span{font-size:16px}.language-picker select{max-width:84px;font-size:12px}.topbar nav .write-button{height:34px;font-size:13px}.profile-button{width:36px;height:36px!important}@media (width<=1100px){.topbar{gap:9px}.search{width:180px}.keywords{font-size:12px}.language-picker{padding:0 7px}.language-picker select{max-width:72px}}@media (width<=1024px){.topbar{height:62px;padding-left:12px;padding-right:12px}.mobile-logo{width:66px;height:52px}.mobile-logo img{width:61px;height:61px;left:3px}.search{min-width:110px;height:36px}.topbar nav{top:62px}.topbar nav button{height:36px;font-size:13px}.language-picker{height:36px}.language-picker select{max-width:88px}}.post-media{overflow:visible}.post-media-track{clip-path:none;border-radius:7px;transition:transform .34s cubic-bezier(.22,.75,.25,1);overflow:hidden}.post-media.dragging .post-media-track{transition:none}.post-media-track>img{border-radius:0}.post-media-current{display:none!important}.post-media-viewport{background:#eee;border-radius:7px;width:100%;height:100%;overflow:hidden}.post-x-thumbnail{color:#fff;background:linear-gradient(145deg,#19171c,#35303b) 50%/cover;justify-content:center;align-items:center;gap:5px;width:100%;height:100%;padding:7px;display:flex;position:relative;overflow:hidden}.post-x-thumbnail-brand{background:#080808;border:1px solid #ffffff38;border-radius:50%;flex:0 0 27px;place-items:center;width:27px;height:27px;font:15px/1 Arial;display:grid}.post-x-thumbnail>div{flex-direction:column;min-width:0;display:flex}.post-x-thumbnail strong,.post-x-thumbnail small,.post-x-thumbnail p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.post-x-thumbnail strong{font-size:12px}.post-x-thumbnail small{color:#c4bdc8;font-size:12px}.post-x-thumbnail p,.post-x-thumbnail>b{display:none}.post-x-thumbnail:after{content:"";background:#8d72f53d;border-radius:50%;width:52px;height:52px;position:absolute;inset:auto -12px -18px auto}.post-social-thumbnail.social-facebook .post-x-thumbnail-brand{background:#1877f2}.post-social-thumbnail.social-instagram .post-x-thumbnail-brand{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}.post-social-thumbnail.social-tiktok .post-x-thumbnail-brand{text-shadow:1px 1px #25f4ee,-1px -1px #fe2c55;background:#050505}.post-social-thumbnail.social-youtube .post-x-thumbnail-brand{background:red}.post-youtube-thumbnail{background:#111;width:100%;height:100%;position:relative;overflow:hidden}.post-youtube-thumbnail img{object-fit:cover;object-position:center;width:100%;height:100%;display:block;transform:translateY(18%)scale(1.82)}.post-media-viewport .post-media-current{object-fit:cover;pointer-events:none;-webkit-user-drag:none;will-change:transform,opacity;border-radius:0;width:100%;height:100%;display:block!important}.post-media-viewport .post-media-current.fill-crop{transform:scale(1.24)}@media (width<=1024px){.post-youtube-thumbnail img{transform:none}.post-media-viewport .post-media-current.fill-crop{animation:none;transform:none}}.post-media-viewport .post-media-current.next{animation:.3s cubic-bezier(.22,.75,.25,1) postThumbNext}.post-media-viewport .post-media-current.prev{animation:.3s cubic-bezier(.22,.75,.25,1) postThumbPrev}.post-media-viewport .post-media-current.fill-crop.next{animation-name:postThumbFillNext}.post-media-viewport .post-media-current.fill-crop.prev{animation-name:postThumbFillPrev}.post-media.dragging .post-media-current{filter:brightness(.94)}@keyframes postThumbNext{0%{opacity:.25;transform:translate(18%)scale(.97)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes postThumbPrev{0%{opacity:.25;transform:translate(-18%)scale(.97)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes postThumbFillNext{0%{opacity:.25;transform:translate(18%)scale(1.2)}to{opacity:1;transform:translate(0)scale(1.24)}}@keyframes postThumbFillPrev{0%{opacity:.25;transform:translate(-18%)scale(1.2)}to{opacity:1;transform:translate(0)scale(1.24)}}.detail-carousel{cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none}.detail-carousel.dragging{cursor:grabbing}.detail-carousel>.detail-carousel-viewport{border-radius:10px;width:100%;height:auto;display:block;overflow:hidden}.detail-carousel-track{will-change:transform;align-items:stretch;width:100%;transition:transform .46s cubic-bezier(.22,.75,.25,1);display:flex}.detail-carousel.dragging .detail-carousel-track{transition:none}.detail-carousel-slide{aspect-ratio:3/2;background:#f3f1f5;flex:0 0 100%;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.detail-carousel-slide>img{object-fit:cover;object-position:center 28%;-webkit-user-drag:none;width:100%;height:100%;display:block}.detail-carousel>.detail-carousel-dots{justify-content:center;align-items:center;gap:6px;height:29px;display:flex}.detail-carousel>.detail-carousel-dots button{background:#ccc;border:0;border-radius:50%;width:8px;height:8px;padding:0;transition:width .2s,background .2s}.detail-carousel>.detail-carousel-dots button.active{background:var(--violet);border-radius:5px;width:18px}.detail-carousel>.carousel-prev,.detail-carousel>.carousel-next{top:calc(50% - 15px)}.detail-mixed-carousel>.detail-carousel-viewport{background:#f5f3f7;height:720px;transition:height .3s}.detail-mixed-carousel.active-image>.detail-carousel-viewport{aspect-ratio:3/2;background:#f3f1f5;height:auto}.detail-mixed-carousel .detail-carousel-track{height:100%}.detail-mixed-carousel .detail-carousel-slide{aspect-ratio:auto;height:100%;padding:18px}.detail-mixed-carousel .detail-carousel-slide.slide-image{background:#f3f1f5;padding:0}.detail-mixed-carousel .detail-carousel-slide.slide-image>img{object-fit:cover}.detail-mixed-carousel .post-x-embed{-webkit-user-select:text;user-select:text;width:min(100%,550px);margin:0}.detail-mixed-carousel>.carousel-prev,.detail-mixed-carousel>.carousel-next{top:calc(50% - 14.5px)}@media (width<=1024px){.detail-mixed-carousel>.detail-carousel-viewport{height:650px}.detail-mixed-carousel.active-image>.detail-carousel-viewport{height:auto}.detail-mixed-carousel .detail-carousel-slide{padding:10px}.detail-mixed-carousel .detail-carousel-slide.slide-image{padding:0}}.detail-youtube-carousel .slide-youtube{background:#151218;padding:0}.detail-youtube-carousel .slide-youtube .post-youtube{width:100%;height:100%;box-shadow:none;border-radius:0;flex-direction:column;margin:0;display:flex}.detail-youtube-carousel .slide-youtube .post-youtube iframe{aspect-ratio:auto;flex:1;min-height:0}.detail-youtube-carousel .slide-youtube .post-youtube header{flex:0 0 38px}.post-youtube{background:#151218;border-radius:10px;width:100%;margin:8px 0 22px;overflow:hidden;box-shadow:0 10px 28px #17101f24}.post-youtube header{color:#fff;background:#252129;justify-content:space-between;align-items:center;height:38px;padding:0 14px;display:flex}.post-youtube header strong{font:600 12px Exo,sans-serif}.post-youtube header span{color:#c9c2cf;font-size:12px}.post-youtube iframe{aspect-ratio:16/9;background:#000;border:0;width:100%;display:block}.media-type-options{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.media-type-options button{color:#7a737e;background:#fff;border:1px solid #d9d4e0;border-radius:6px;min-height:58px;padding:7px;font-size:12px;transition:all .18s}.media-type-options button i{color:#9d8dea;margin-bottom:3px;font-size:19px;font-style:normal;display:block}.media-type-options button.active{color:#684be1;background:#f4f1ff;border-color:#8468ef;box-shadow:0 0 0 2px #8d73f51a}.youtube-field small{color:#958d9c}.upload-thumbs{flex-wrap:wrap}@media (width<=1024px){.media-type-options{grid-template-columns:1fr}.media-type-options button{justify-content:center;align-items:center;gap:7px;min-height:45px;display:flex}.media-type-options button i{margin:0}.post-youtube{border-radius:7px}}.post-x-embed{background:#fff;border:1px solid #e3e0e7;border-radius:14px;width:min(100%,550px);margin:0 auto 22px;overflow:hidden;box-shadow:0 12px 32px #1a102518}.post-x-embed>header{border-bottom:1px solid #ece9ef;align-items:center;gap:10px;min-height:58px;padding:10px 14px;display:flex}.post-x-embed .x-brand{color:#fff;background:#080808;border-radius:50%;place-items:center;width:34px;height:34px;font:18px Arial;display:grid}.post-x-embed header div{flex-direction:column;min-width:0;display:flex}.post-x-embed header strong{color:#211e24;font-size:12px}.post-x-embed header small{color:#8e8792;margin-top:2px;font-size:12px}.post-x-embed header a{color:#5e5763;white-space:nowrap;border:1px solid #d9d4df;border-radius:15px;margin-left:auto;padding:6px 10px;font-size:12px}.post-x-embed>iframe{background:#f6f5f7;border:0;width:100%;height:590px;display:block}.post-x-embed>p{color:#99929d;border-top:1px solid #ece9ef;margin:0;padding:9px 13px;font-size:12px;line-height:1.5}.post-x-embed>p a{color:#7056dc;font-weight:700}@media (width<=1024px){.post-x-embed{border-radius:10px}.post-x-embed>iframe{height:540px}}.post-social-embed>header{border-bottom:1px solid #ece9ef;align-items:center;gap:10px;min-height:58px;padding:10px 14px;display:flex}.post-social-embed .social-brand{color:#fff;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;font:700 21px/1 Arial;display:grid}.post-social-embed header div{flex-direction:column;min-width:0;display:flex}.post-social-embed header strong{color:#211e24;font-size:12px}.post-social-embed header small{color:#8e8792;margin-top:2px;font-size:12px}.post-social-embed header a{color:#5e5763;white-space:nowrap;border:1px solid #d9d4df;border-radius:15px;margin-left:auto;padding:6px 10px;font-size:12px}.post-social-embed>iframe{background:#f6f5f7;border:0;width:100%;display:block}.post-social-embed>p{color:#99929d;border-top:1px solid #ece9ef;margin:0;padding:9px 13px;font-size:12px;line-height:1.5}.post-social-embed>p a{font-weight:700}.post-facebook-embed .social-brand{background:#1877f2}.post-facebook-embed>iframe{height:620px}.post-facebook-embed>p a{color:#1877f2}.post-tiktok-embed{background:#0d0d0f;border-color:#242429;width:min(100%,390px)}.post-tiktok-embed>header{border-bottom-color:#2d2d32}.post-tiktok-embed .social-brand{color:#09090b;text-shadow:2px 1px #25f4ee,-2px -1px #fe2c55;background:#fff}.post-tiktok-embed header strong{color:#fff}.post-tiktok-embed header small{color:#aaa}.post-tiktok-embed header a{color:#eee;border-color:#444}.post-tiktok-embed>iframe{background:#0d0d0f;height:690px}.post-tiktok-embed>p{color:#aaa;border-top-color:#2d2d32}.post-tiktok-embed>p a{color:#25f4ee}@media (width<=1024px){.post-social-embed{border-radius:10px}.post-facebook-embed>iframe{height:570px}.post-tiktok-embed>iframe{height:640px}}@media (prefers-reduced-motion:reduce){.post-media-track,.detail-carousel-track{transition:none}}.language-picker>span{display:none}.language-picker>svg{fill:none;width:17px;height:17px;stroke:var(--violet);stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex:0 0 17px}.language-picker select{letter-spacing:.2px;width:66px;max-width:66px;font-family:Exo,sans-serif;font-size:12px;font-weight:600}.language-picker{padding-left:9px;padding-right:7px}.auth-brand img{clip-path:inset(0 0 14%);width:190px;margin-bottom:-18px}.auth-brand span{color:#fff;text-shadow:0 1px 4px #000;letter-spacing:2.2px;white-space:nowrap;background:#12072255;border-radius:10px;margin-top:0;padding:5px 10px;font:700 12px/1.2 Exo,sans-serif}.auth-brand:before,.auth-brand:after{pointer-events:none}@media (width<=1024px){.auth-brand img{width:124px;margin-bottom:-13px}.auth-brand span{letter-spacing:1.5px;margin-top:0;padding:3px 7px;font-size:12px}}.post-author{color:#77708a;letter-spacing:.15px;text-overflow:ellipsis;white-space:nowrap;margin:-1px 0 2px;font:600 12px/1.2 Exo,Noto Sans KR,sans-serif;display:block;overflow:hidden}.post:hover .post-author{color:#7157d6}@media (width<=1024px){.post-author{font-size:12px}}.left-shell{transition:grid-template-columns .42s cubic-bezier(.22,.75,.25,1)}.left-shell.chart-collapsed{grid-template-columns:76px minmax(0,1fr)}.chart-panel,.chart-panel .brand-tile,.chart-panel .chart-list button{transition:width .42s cubic-bezier(.22,.75,.25,1),padding .32s,background .22s}.back-button{color:#d7d2de;background:#ffffff0d;border:1px solid #ffffff24;border-radius:15px;place-items:center;width:34px;height:28px;font-size:20px;line-height:1;transition:all .22s;display:grid;top:8px;left:9px}.back-button:hover{color:#fff;background:#8f72f533;border-color:#9a7fff;transform:translate(-2px)}.back-button span{display:block;transform:translateY(-1px)}.chart-panel.collapsed .brand-tile{aspect-ratio:auto;flex:0 0 104px;justify-content:flex-end;gap:0;height:104px;min-height:104px;padding:39px 0 13px}.chart-panel.collapsed .brand-tile>img{width:49px;max-width:49px}.chart-panel.collapsed .brand-tagline,.chart-panel.collapsed .brand-tile .vote-button{display:none}.chart-panel.collapsed .back-button{top:7px;left:50%;transform:translate(-50%)}.chart-panel.collapsed .back-button:hover{transform:translate(-46%)}.chart-panel.collapsed .chart-list{overflow-x:hidden}.chart-panel.collapsed .chart-list li{height:64px;min-height:58px}.chart-panel.collapsed .chart-list button{justify-content:center;align-items:center;padding:6px;display:flex;overflow:hidden}.chart-panel.collapsed .rank,.chart-panel.collapsed .song,.chart-panel.collapsed .vote-score,.chart-panel.collapsed .vote-check{display:none}.chart-panel.collapsed .cover{width:46px;min-width:46px;max-width:46px;height:46px;min-height:46px;max-height:46px}.chart-panel.collapsed .cover img{border:2px solid #fff;box-shadow:0 4px 12px #392e4930}.chart-panel.collapsed .chart-list li:nth-child(2n){background:#faf9fc}.chart-panel.collapsed .chart-list button:hover{background:#eee9ff}.chart-panel.collapsed .chart-list button:hover .cover img,.chart-panel.collapsed .playing .cover img{border-color:#8c72f3;box-shadow:0 0 0 3px #8c72f326,0 5px 14px #392e4938}@media (width<=1024px) and (width>=1025px){.left-shell.chart-collapsed{grid-template-columns:76px minmax(0,1fr)}}@media (width>=1025px){.left-shell:has(.chart-panel.voting-mode):not(.chart-collapsed){grid-template-columns:clamp(300px,17vw,330px) minmax(0,1fr)}.left-shell:has(.chart-panel.voting-mode) .chart-list.voting button{padding-left:8px;padding-right:8px}}.hero{overflow:hidden}.hero-carousel{justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.hero-track{will-change:transform;width:100%;height:100%;transition:transform .7s cubic-bezier(.22,.75,.25,1);display:flex}.hero .album-card{flex-direction:column;flex:0 0 100%;justify-content:center;align-items:center;width:100%;height:100%;margin:0;padding:5vh 8% 7vh;display:flex;position:relative;inset:auto;transform:none}.hero .album-card img{aspect-ratio:1;object-fit:cover;width:auto;max-width:94%;height:auto;max-height:82vh;box-shadow:0 24px 65px #172b6466}.hero .album-card p{color:#fff;white-space:nowrap;text-overflow:ellipsis;justify-content:space-between;align-items:center;gap:10px;width:min(94%,82vh);margin:8px 0 0;display:flex;overflow:hidden}.hero .album-card p strong{font-size:13px;font-weight:500}.hero .album-card p span{text-overflow:ellipsis;opacity:.82;font:12px Exo,sans-serif;overflow:hidden}.hero-arrow{z-index:2;color:#fff;opacity:0;background:#16131c70;border:0;border-radius:5px;width:34px;height:58px;font:300 31px/1 Arial;transition:opacity .2s,background .2s;position:absolute;top:50%;transform:translateY(-50%)}.hero:hover .hero-arrow{opacity:1}.hero-arrow:hover{background:#7659d6cc}.hero-prev{left:14px}.hero-next{right:14px}.hero-dots{z-index:2;gap:7px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.hero-dots button{background:#fff8;border:0;border-radius:50%;width:7px;height:7px;padding:0;transition:all .25s;box-shadow:0 1px 3px #0004}.hero-dots button.active{background:#fff;border-radius:5px;width:22px}@media (width<=1024px){.hero .album-card{padding:28px 7% 44px}.hero .album-card img{max-height:320px}.hero .album-card p{width:min(94%,320px)}.hero .album-card p span{display:none}.hero-arrow{opacity:.75}.hero-prev{left:7px}.hero-next{right:7px}.hero-dots{bottom:14px}}@media (prefers-reduced-motion:reduce){.hero-track{transition:none}}.hero .ad-request-button{color:#fff;text-align:left;opacity:.76;cursor:pointer;background:0 0;border:0;align-self:center;width:min(94%,82vh);margin:7px 0 0;padding:0;font:600 12px Exo,sans-serif;transition:opacity .16s,transform .16s}.hero .ad-request-button span{margin-left:3px}.hero .ad-request-button:hover,.hero .ad-request-button:focus-visible{opacity:1;outline:none;transform:translate(2px)}.ad-inquiry-overlay{z-index:120;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#17111f80;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.ad-inquiry-modal{color:#39333d;background:#fff;border:1px solid #e5deeb;border-radius:19px;width:min(470px,100vw - 32px);overflow:hidden;box-shadow:0 30px 90px #160d244f}.ad-inquiry-modal>header{background:linear-gradient(135deg,#faf7ff,#f3efff);border-bottom:1px solid #ece6f1;justify-content:space-between;align-items:flex-start;padding:22px 24px 19px;display:flex}.ad-inquiry-modal header small{color:#775ce0;letter-spacing:1.2px;font:700 12px Exo,sans-serif}.ad-inquiry-modal h2{margin:5px 0 4px;font-size:20px}.ad-inquiry-modal header p{color:#8f8794;margin:0;font-size:12px}.ad-inquiry-modal>header>button{color:#777;cursor:pointer;background:#fff;border:1px solid #e1dae7;border-radius:50%;width:31px;height:31px;padding:0;font-size:20px}.ad-manager{background:#fbf9ff;border:1px solid #e5def0;border-radius:11px;justify-content:space-between;align-items:center;gap:12px;margin:20px 24px 0;padding:13px 15px;display:flex}.ad-manager span{color:#847c89;font-size:12px}.ad-manager a{color:#6f53dc;font:700 12px Exo,sans-serif;text-decoration:none}.ad-inquiry-modal form{padding:18px 24px 8px}.ad-inquiry-modal form label{flex-direction:column;gap:7px;margin-bottom:13px;display:flex}.ad-inquiry-modal form label>span{color:#655e69;font-size:12px;font-weight:700}.ad-inquiry-modal input,.ad-inquiry-modal textarea{color:#3f3943;background:#fcfbfd;border:1px solid #dfd8e5;border-radius:10px;outline:0;width:100%;font-size:12px}.ad-inquiry-modal input{height:40px;padding:0 12px}.ad-inquiry-modal textarea{resize:vertical;height:115px;padding:11px 12px;line-height:1.55}.ad-inquiry-modal input:focus,.ad-inquiry-modal textarea:focus{border-color:#9278ea;box-shadow:0 0 0 3px #8f76e915}.ad-inquiry-modal form>button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#7357df,#9a6fe9);border:0;border-radius:10px;width:100%;height:42px;font-size:12px;font-weight:700;box-shadow:0 8px 20px #7357df30}.ad-mail-note{color:#9a929e;text-align:center;margin:0;padding:0 24px 20px;font-size:12px}.ad-inquiry-modal button:focus-visible,.ad-manager a:focus-visible{outline-offset:2px;outline:2px solid #8d73e7}@media (width<=1024px){.hero .ad-request-button{width:min(94%,320px);font-size:12px}.ad-inquiry-overlay{padding:16px}.ad-inquiry-modal>header{padding:19px}.ad-manager{flex-direction:column;align-items:flex-start;margin:17px 18px 0}.ad-inquiry-modal form{padding:16px 18px 7px}.ad-mail-note{padding:0 18px 18px}}.topbar .mobile-logo{flex:0 0 72px;place-items:center;width:72px;height:54px;display:grid;position:relative;overflow:visible}.header-brand-mark{color:#09090c;filter:drop-shadow(0 1px #0002);place-items:center;width:62px;height:50px;display:grid;position:relative;transform:translateZ(0)}.header-brand-mark i{place-items:center;font:400 56px/1 Arial,sans-serif;display:grid;position:absolute;inset:-5px 0 0;transform:scaleX(1.08)}.header-brand-mark b{z-index:1;letter-spacing:-.25px;white-space:nowrap;background:#fff;border-top:2px solid;border-bottom:2px solid;margin-top:1px;padding:1px 3px;font:900 12px/1.05 Arial,sans-serif;position:relative}.topbar .mobile-logo:hover .header-brand-mark{color:#5f43db;filter:drop-shadow(0 1px #0002)drop-shadow(0 0 5px #977fff40)}@media (width<=1024px){.topbar .mobile-logo{flex-basis:66px;width:66px;height:52px}.header-brand-mark{width:58px;height:48px}.header-brand-mark i{font-size:53px}}.topbar .mobile-logo{overflow:hidden}.topbar .mobile-logo .header-brand-image{object-fit:contain;object-position:center;clip-path:none;filter:invert();width:76px;height:76px;max-height:none;display:block;position:absolute;top:-7px;left:50%;transform:translate(-50%)}@media (width<=1024px){.topbar .mobile-logo{flex-basis:58px;width:58px}.topbar .mobile-logo .header-brand-image{width:68px;height:68px;top:-6px}}@media (width>=1025px){.topbar .search{background:linear-gradient(#fff,#fff) 0 0/100% 100% padding-box padding-box,linear-gradient(110deg,#7657ff,#d65ed2,#61a7ff,#9b68ff,#7657ff) 0 0/240% 100% border-box;border:1.5px solid #0000;transition:box-shadow .2s,transform .2s;animation:4.2s ease-in-out infinite mobileSearchGlow;box-shadow:0 0 0 1px #795ce812,0 0 9px #8e67ec24}.topbar .search:hover,.topbar .search:focus-within{box-shadow:0 0 0 2px #8768eb24,0 0 16px #986aef45}.topbar .search:focus-within{transform:translateY(-1px)}.topbar .search .desktop-search-icon{color:#7557e8}.content{width:auto;min-width:0;max-width:none;height:100vh;margin-left:0;position:fixed;inset:0 0 0 50%;overflow-x:hidden;container-type:inline-size}.topbar{min-width:0}.topbar .search{flex:210px;width:210px;min-width:110px}.topbar .keywords{text-overflow:ellipsis;flex:auto;min-width:0;overflow:hidden}.topbar nav{flex:none;min-width:max-content}}@media (width>=1025px) and (width<=1350px){.topbar .keywords{display:none}}@container (width<=1100px){.topbar{padding-left:clamp(18px,2.5cqw,28px);padding-right:clamp(18px,2.5cqw,28px)}.topbar .keywords{display:none}.topbar .search{flex:240px;width:auto;min-width:120px;max-width:360px}.topbar nav{margin-left:auto;margin-right:0}.awards{padding-left:clamp(18px,2.5cqw,28px);padding-right:clamp(18px,2.5cqw,28px)}.awards .periods{margin-right:0}.post{padding-left:clamp(18px,2.5cqw,28px);padding-right:clamp(18px,2.5cqw,28px)}.post .heat{justify-self:center}}@container (width>=1025px) and (width<=1100px){.award-grid article{flex:0 0 calc(20% - 6.4px)}}@container (width>=1101px) and (width<=1450px){.award-grid article{flex:0 0 calc(16.6667% - 6.66667px)}}@container (width>=1451px) and (width<=1750px){.award-grid article{flex:0 0 calc(14.2857% - 6.85714px)}}@container (width>=1751px){.award-grid article{flex:0 0 calc(12.5% - 7px)}}@container (width<=1024px){.topbar{gap:9px;padding-left:20px;padding-right:20px}.topbar .search{flex-basis:150px;min-width:90px}.topbar nav{gap:6px;margin-right:0}.topbar nav .write-button{padding-left:11px;padding-right:11px}.language-picker{padding-left:7px;padding-right:6px}.awards{padding-left:20px;padding-right:20px}.awards .periods{margin-right:0}.post{padding-left:20px;padding-right:20px}.award-grid article{flex:0 0 calc(25% - 6px)}}.writing-content{background:linear-gradient(#fbfaff 0,#fff 150px)}.write-editor{color:#5f5964;width:min(100%,860px);max-width:none;margin:0 auto;padding:20px 5.5% 64px}.write-editor-head{border-bottom:1px solid #e7e2ed;align-items:flex-start;margin:0 0 17px;padding:0 0 14px}.write-editor-head h2{letter-spacing:-.4px;font-size:22px;line-height:1.25}.write-editor-head p{color:#9991a0;margin:5px 0 0;font-size:12px}.write-editor-head button{color:#746d7b;background:#fff;border-color:#ddd6e6;border-radius:18px;margin-top:1px;padding:6px 15px;transition:all .18s}.write-editor-head button:hover{border-color:var(--violet);color:#6d51df;background:#faf8ff}.write-field{border:0;grid-template-columns:92px minmax(0,1fr);align-items:start;gap:14px;margin:0 0 5px;padding:8px 0}.write-field>span{color:#756e7a;padding-top:9px;font-size:12px;font-weight:600}.write-field input{background:#fff;border:1px solid #e2dce7;border-radius:8px;height:38px;padding:0 11px;font-size:13px;transition:border-color .18s,background .18s,box-shadow .18s}.write-field input:hover{border-color:#c8bfce}.write-field input:focus{background:#fff;border-color:#8064ec;box-shadow:0 0 0 3px #8064ec12}.write-title-field{margin-bottom:5px;padding-bottom:12px}.write-title-field input{background:0 0;border:0;border-bottom:1px solid #bdb5c5;border-radius:0;padding-left:3px;padding-right:3px;font-size:14px;font-weight:600}.write-title-field input:hover{border-bottom-color:#93869e}.write-title-field input:focus{box-shadow:none;background:0 0;border-color:#8064ec}.write-summary-field{margin-bottom:7px}.write-field small{margin-top:6px;font-size:12px;line-height:1.45}.media-type-options{gap:8px}.media-type-options button{background:#fff;border-color:#e1dce7;border-radius:9px;min-height:48px;font-size:12px}.media-type-options button i{font-size:17px}.media-type-options button.active{background:linear-gradient(135deg,#f7f4ff,#fff);border-color:#8b70f2;box-shadow:0 5px 16px #7c5fe514}.upload-area>button{color:#9c8ab3;background:linear-gradient(135deg,#fbfaff,#f7f4fc);border-color:#cfc6db;border-radius:10px;height:112px;font-size:27px;transition:all .2s}.upload-area>button:hover{color:#7455e5;background:#f7f3ff;border-color:#8c70ee}.upload-thumbs{min-height:0;padding-top:9px}.upload-thumbs figure{width:72px;height:72px}.upload-thumbs img{border-radius:8px}.tiptap-editor.rich-editor{background:#fff;border:1px solid #dcd5e4;border-radius:11px;transition:border-color .18s,box-shadow .18s;overflow:hidden;box-shadow:0 8px 24px #4d31550a}.tiptap-editor.rich-editor:focus-within{border-color:#8b70f2;box-shadow:0 0 0 3px #8b70f216,0 12px 30px #4d315510}.tiptap-editor .editor-toolbar{background:#faf8fc;border-bottom:1px solid #eee9f2;gap:3px;min-height:46px;padding:6px 7px}.tiptap-editor .editor-toolbar select{color:#554f5a;background:#fff;border-color:#ddd5e5;border-radius:5px;height:31px;margin:0 5px 0 0;padding:0 22px 0 8px}.tiptap-editor .editor-toolbar button{color:#69616e;border-radius:5px;flex:0 0 31px;justify-content:center;align-items:center;width:31px;height:31px;font-size:12px;line-height:1;transition:all .15s;display:inline-flex}.tiptap-editor .editor-toolbar button:hover,.tiptap-editor .editor-toolbar button.active{color:#6548d5;background:#ebe5ff}.tiptap-editor .tiptap{color:#39343d;min-height:210px;max-height:430px;padding:18px 19px;font-size:14px;line-height:1.8}.tiptap-editor .tiptap:focus{background:linear-gradient(#fff,#fff 90%,#fdfcff)}.tiptap-editor>small{color:#aaa1af;padding:0 12px 8px}.link-input{grid-template-columns:minmax(0,1fr) 38px}.link-input button{color:#7963d8;background:#f0ecf5;border:0;border-radius:7px;font-size:18px}.music-search{background:#8267ed;border-radius:18px;padding:8px 14px;box-shadow:0 5px 13px #8063e42d}.selected-music{border-color:#e4dfe8;border-radius:9px;overflow:hidden}.selected-music article{background:#fff;height:56px}.selected-music article:last-child{border-bottom:0}.write-guide{color:#817985;background:#faf8fc;border-radius:8px;max-width:none;margin:20px 0 17px 106px;padding:15px 17px;font-size:13px;line-height:1.65}.write-guide b{color:#4e4852;font-size:14px}.publish-button{background:linear-gradient(90deg,#7658e9,#a74bd1);border-radius:22px;min-width:132px;padding:12px 28px;font-weight:700;box-shadow:0 9px 22px #7854d633}.write-footer-actions{justify-content:center;align-items:center;gap:10px;display:flex}.write-footer-actions .publish-button{margin:0}.write-cancel-button{color:#68606d;background:#fff;border:1px solid #d9d1e1;border-radius:999px;min-width:104px;padding:11px 24px;font-family:inherit;font-size:13px;font-weight:700}.write-cancel-button:hover,.write-cancel-button:focus-visible{color:#6747c6;background:#f8f5ff;border-color:#9a7ee8;outline:0;box-shadow:0 0 0 3px #9a7ee821}.write-footer-actions .publish-button:disabled{color:#fff;box-shadow:none;cursor:not-allowed;background:#d8c8ef}@media (width<=1024px){.write-editor{padding:14px 16px 52px}.write-editor-head{margin-bottom:8px}.write-editor-head p{font-size:12px}.write-field{grid-template-columns:1fr;gap:6px;padding:10px 0}.write-field>span{text-align:left;padding-top:0}.write-guide{margin:17px 0}.tiptap-editor .tiptap{min-height:190px;padding:15px;font-size:13px}.media-type-options{grid-template-columns:repeat(3,1fr)}.media-type-options button{min-height:54px;display:block}.media-type-options button i{margin-bottom:3px;display:block}}@media (width>=1025px){.detail-shell .detail-hero{min-height:430px}.detail-shell .detail-body{margin-top:-205px}}@media (width<=1024px){.detail-shell .detail-hero{min-height:360px}.detail-shell .detail-body{margin-top:-165px}}.compact-rank{display:none}.chart-panel.collapsed .compact-rank{z-index:3;color:#fff;white-space:nowrap;background:#7563b9;border:2px solid #fff;border-radius:9px;justify-content:center;align-items:center;min-width:25px;height:17px;padding:0 5px;font:700 12px/1 Noto Sans KR,sans-serif;display:flex;position:absolute;top:-5px;left:-5px;box-shadow:0 3px 8px #25194345}.chart-panel.collapsed .compact-rank.rank-1{background:linear-gradient(135deg,#ffb928,#ff7b37)}.chart-panel.collapsed .compact-rank.rank-2{background:linear-gradient(135deg,#aab6cc,#78859c)}.chart-panel.collapsed .compact-rank.rank-3{background:linear-gradient(135deg,#cf8b58,#a85b3c)}.detail-shell .post-youtube{box-sizing:border-box;width:min(100%,600px);max-width:100%;margin:8px auto 24px}.detail-shell .detail-youtube-carousel{width:min(100%,600px)}.detail-shell .post-youtube iframe{aspect-ratio:16/9;width:100%;height:auto}.detail-shell .detail-copy,.detail-shell .detail-credits{width:min(100%,520px);margin-left:auto;margin-right:auto}@media (width<=1024px){.detail-shell .post-youtube,.detail-shell .detail-youtube-carousel,.detail-shell .detail-copy,.detail-shell .detail-credits{width:100%}}.detail-credits .author .author-profile-link{width:auto;height:auto;color:var(--violet);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;border-radius:0;margin:0;padding:2px 1px;font-size:13px;font-weight:700;text-decoration:underline;text-decoration-thickness:1px}.detail-credits .author .author-profile-link:hover,.detail-credits .author .author-profile-link:focus-visible{color:#4f32c7;outline-offset:3px;background:0 0;outline:2px solid #8c72ef}.detail-credits .detail-tags{overflow-wrap:anywhere;flex-wrap:wrap;justify-content:flex-start;align-self:stretch;gap:7px;width:100%;min-width:0;max-width:100%;display:flex}.detail-credits .detail-tags span{white-space:normal;overflow-wrap:anywhere;word-break:break-word;flex:0 auto;max-width:100%}.detail-credits .detail-tags .detail-tag{color:#6548d1;background:#f5f1ff;border:1px solid #d8cdfd;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:700;line-height:1.2;box-shadow:0 2px 7px #6d54ce12}.detail-shell .detail-copy{border-bottom:0;padding-bottom:0}.detail-shell .detail-body-tags{border-bottom:1px solid #ddd;flex-wrap:wrap;gap:7px;width:min(100%,520px);margin:14px auto 0;padding:0 0 18px;display:flex}.detail-shell .detail-body-tags .detail-tag{color:#6548d1;background:#f5f1ff;border:1px solid #d8cdfd;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:700;line-height:1.2;box-shadow:0 2px 7px #6d54ce12}@media (width<=1024px){.detail-shell .detail-body-tags{width:100%;margin-top:12px;padding-bottom:16px}}.editor-media-guide{color:#625b68;background:#f7f4ff;border-radius:8px;margin:0 0 10px;padding:11px 13px;font-size:13px;line-height:1.6}.editor-media-guide b{color:#7252e8}.editor-content-field{margin-top:3px;margin-bottom:8px}.editor-content-field>div{min-width:0}.editor-toolbar-separator{background:#ddd6e5;flex:0 0 1px;width:1px;height:22px;margin:0 4px}.tiptap-editor .editor-toolbar .editor-media-button{color:#7055df;white-space:nowrap;flex:none;gap:6px;width:auto;min-width:76px;padding:0 9px;font-weight:600}.tiptap-editor .editor-toolbar .editor-media-button span{font-size:12px;line-height:1;display:inline-block}.tiptap-editor .editor-toolbar .editor-button-icon{font-size:15px}.tiptap-editor .editor-toolbar .editor-youtube-icon{font-size:12px}.tiptap-editor .tiptap img,.post-rich-content img{border-radius:9px;width:auto;max-width:100%;height:auto;margin:16px auto;display:block}.tiptap-editor .tiptap div[data-youtube-video],.post-rich-content div[data-youtube-video]{background:#111;border-radius:9px;width:100%;max-width:100%;margin:18px auto;overflow:hidden}.tiptap-editor .tiptap div[data-youtube-video] iframe,.post-rich-content div[data-youtube-video] iframe{aspect-ratio:16/9;border:0;width:100%;height:auto;display:block}.post-rich-content p{margin:0 0 14px}.post-rich-content h2,.post-rich-content h3{margin:22px 0 10px}.post-rich-content ul,.post-rich-content ol{padding-left:22px}.post-rich-content blockquote{color:#716b74;border-left:3px solid #8468ef;margin:16px 0;padding:3px 0 3px 14px}@media (width<=1024px){.tiptap-editor .editor-toolbar .editor-media-button{min-width:34px;padding:0 7px}.tiptap-editor .editor-toolbar .editor-media-button>span:not(.editor-button-icon){display:none}.editor-toolbar-separator{margin:0 2px}}.chart-panel{position:relative}.vote-search{background:#09080b;border:1px solid #9c7cff;border-radius:16px;align-items:center;width:78%;height:29px;margin:5px auto 1px;padding:0 9px;display:flex}.vote-search input{color:#fff;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:12px}.vote-search span{color:#a88cff;font-size:17px}.vote-button.complete{color:#ab91ff!important;background:#17131c!important;border-color:#9b7cf0!important}.chart-list.voting{position:relative}.chart-list.voting button{grid-template-columns:20px minmax(36px,4.4vh) minmax(0,1fr)}.chart-panel.voting-mode .chart-list.voting button{grid-template-columns:20px minmax(36px,4.4vh) minmax(0,1fr) minmax(60px,auto) 25px;display:grid}.chart-list.voting.vote-readonly button{grid-template-columns:20px minmax(36px,4.4vh) minmax(0,1fr) minmax(60px,auto)}.chart-panel.voting-mode .chart-list.voting .rank{justify-content:center;align-items:center;display:flex}.chart-list.voting .cover i{display:none}.vote-score{text-align:right;flex-direction:column;justify-content:center;align-items:flex-end;gap:2px;min-width:60px;display:flex}.vote-score small{color:#98909c;font-size:12px;font-weight:600;line-height:1}.vote-score strong{color:#4e4653;white-space:nowrap;font:700 13px/1.15 Exo,Noto Sans KR,sans-serif}.vote-check{color:#0000;border:2px solid #d5d1d8;border-radius:50%;place-items:center;width:22px;height:22px;font-size:12px;display:grid}.vote-check.selected{color:#fff;background:#8564ef;border-color:#8564ef}.vote-confirm{z-index:15;color:#fff;text-align:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#09080be8;flex-direction:column;align-items:center;min-height:100%;padding:54px 20px 20px;display:flex;position:absolute;inset:0}.vote-confirm img{object-fit:cover;border:4px solid #ffffffde;border-radius:50%;width:118px;height:118px;box-shadow:0 10px 28px #0008}.vote-confirm h3{margin:15px 0 3px;font-size:16px}.vote-confirm p{color:#bbb;margin:0 0 24px;font-size:12px}.vote-confirm>span{color:#9c7cff;border-top:1px solid #886bee66;width:100%;padding-top:10px;font-size:12px}.vote-confirm>strong{color:#9c7cff;margin:5px 0 18px;font:300 31px Exo,sans-serif}.vote-confirm>strong small{color:#fff;margin-left:4px;font-size:12px}.vote-confirm>em{color:#ff9db3;margin:-8px 0 12px;font-size:12px;font-style:normal}.vote-confirm>div{gap:10px;display:flex}.vote-confirm>div button{color:#fff;background:#8564ef;border:0;border-radius:50%;width:56px;height:56px;font-size:12px}.vote-confirm>div button:last-child{background:#777}.vote-confirm>div button:disabled{opacity:.55}.chart-list.voting li{isolation:isolate;background-position:0%;background-size:240% 240%;border-radius:7px;height:calc(6.125vh - 4px);min-height:38px;margin:2px 3px;animation:8.5s ease-in-out infinite alternate vote-card-aurora;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffb8,inset 0 0 20px #ffffff38,0 4px 14px #7654bd14}.chart-list.voting li:before{content:"";z-index:0;border-radius:inherit;opacity:.72;pointer-events:none;-webkit-mask-composite:xor;background:linear-gradient(110deg,#6d52df18 6%,#9d7bffb8 30%,#62cfff9c 49%,#efb6ffad 68%,#6d52df18 94%) 0 0/260% 100%;padding:1.5px;animation:5.8s linear infinite vote-border-flow;position:absolute;inset:0;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0)}.chart-list.voting li:after{content:"";z-index:0;opacity:0;pointer-events:none;mix-blend-mode:soft-light;background:linear-gradient(112deg,#0000 33%,#ffffff0a 40%,#ffffffa3 49%,#d8c5ff52 56%,#0000 67%);animation:7.2s ease-in-out infinite vote-card-shimmer;position:absolute;inset:-70% -45%;transform:translate(-58%)rotate(3deg)}.chart-list.voting li button{z-index:1;background:0 0;position:relative}.chart-list.voting li:nth-child(3n+2):before{animation-delay:-1.9s}.chart-list.voting li:nth-child(3n):before{animation-delay:-3.8s}.chart-list.voting li:nth-child(3n+2),.chart-list.voting li:nth-child(3n+2):after{animation-delay:-2.6s}.chart-list.voting li:nth-child(3n),.chart-list.voting li:nth-child(3n):after{animation-delay:-5.1s}.chart-list.voting li:hover:before,.chart-list.voting li.vote-selected:before{opacity:1;padding:2px;animation-duration:3.2s}.chart-list.voting li{background-image:linear-gradient(118deg,#e9f4ff 0%,#f5e7ff 26%,#dcedff 50%,#f7ddfa 73%,#e4f4ff 100%)}.chart-list.voting li:nth-child(3n+2){background-image:linear-gradient(118deg,#e2f1ff 0%,#fadcf7 27%,#eee5ff 52%,#d9ecff 76%,#f8e4fa 100%)}.chart-list.voting li:nth-child(3n){background-image:linear-gradient(118deg,#deedff 0%,#eadcff 25%,#f8e6f6 49%,#d9efff 74%,#eee1ff 100%)}.chart-list.voting li:nth-child(4n){background-image:linear-gradient(118deg,#eee6ff 0%,#d8caff 26%,#d5eeff 50%,#f5def7 76%,#e0eaff 100%)}.chart-list.voting li:hover{background-image:linear-gradient(118deg,#e0edff 0%,#ead5ff 25%,#cce8ff 50%,#f6d9fb 75%,#d9eeff 100%)}.chart-list.voting li.vote-selected{background-image:linear-gradient(118deg,#ded1ff 0%,#eccfff 25%,#bee3ff 50%,#f2ccf8 76%,#cee8ff 100%)}.chart-list.voting li.vote-selected button{background:#ffffff16}.chart-list.voting li{box-shadow:none;border:0;border-radius:0;margin:0}.chart-list.voting li:before{opacity:.75;background:linear-gradient(90deg,#0000,#9d7bffb8 22%,#62cfff9c 50%,#efb6ffad 78%,#0000) 0 0/260% 100%;border-radius:999px;height:1px;padding:0;inset:auto 10px 0;-webkit-mask:none;mask:none}.chart-list.voting li:hover,.chart-list.voting li.vote-selected{box-shadow:none}@keyframes vote-border-flow{to{background-position:-240% 0}}@keyframes vote-card-aurora{0%{background-position:0 42%}50%{background-position:100% 58%}to{background-position:20% 48%}}@keyframes vote-card-shimmer{0%,18%{opacity:0;transform:translate(-58%)rotate(3deg)}32%{opacity:.42}56%{opacity:.72}76%,to{opacity:0;transform:translate(58%)rotate(3deg)}}.vote-mode-close{display:none}@media (width>=1025px){.chart-panel.voting-mode .back-button{display:none}.chart-panel.voting-mode .brand-tile{flex-basis:278px;justify-content:flex-start;gap:13px;height:278px;min-height:278px;padding:18px 14px 20px}.chart-panel.voting-mode .brand-tile>img{width:min(64%,150px);margin-bottom:1px}.chart-panel.voting-mode .vote-mode-close{z-index:3;color:#bbb4c2;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:4px;min-width:54px;min-height:32px;padding:0 4px;font-size:12px;transition:color .2s,transform .2s,text-shadow .2s;display:inline-flex;position:absolute;top:18px;right:13px}.chart-panel.voting-mode .vote-mode-close span{font:300 22px/1 Arial,sans-serif}.chart-panel.voting-mode .vote-mode-close b{font-size:12px;font-weight:650}.chart-panel.voting-mode .vote-mode-close:hover,.chart-panel.voting-mode .vote-mode-close:focus-visible{color:#fff;text-shadow:0 0 13px #b79dff;outline:none;transform:translateY(-1px)}.chart-panel.voting-mode .vote-mode-controls{flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.chart-panel.voting-mode .daily-vote-countdown{min-height:30px;box-shadow:none;color:#ddd5e8;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;gap:9px;padding:2px 0;display:flex}.chart-panel.voting-mode .daily-vote-countdown small{white-space:nowrap;font-size:12px;font-weight:650}.chart-panel.voting-mode .daily-vote-countdown strong{color:#fff;letter-spacing:.7px;text-shadow:0 0 12px #a98eff80;white-space:nowrap;font:800 18px/1 Exo,sans-serif}.chart-panel.voting-mode .vote-search{background:#100d14;border-radius:21px;width:min(100%,270px);height:40px;margin:0;padding:0 13px;box-shadow:0 7px 18px #0006}.chart-panel.voting-mode .vote-search input{font-size:14px}.chart-panel.voting-mode .vote-search span{font-size:20px}.chart-panel.voting-mode .chart-list.voting{padding-top:0}.chart-panel.voting-mode .chart-list.voting li{margin:0}.chart-panel.voting-mode>.vote-cancel-bar{display:none}}@media (prefers-reduced-motion:reduce){.chart-list.voting li,.chart-list.voting li:before,.chart-list.voting li:after{animation:none}.chart-list.voting li:before{background-position:50% 0}.chart-list.voting li:after{display:none}.chart-list.voting li{background-position:50%;transition:none}}.chart-list .vote-confirm>div button{text-align:center;white-space:nowrap;word-break:keep-all;border:0;border-radius:50%;grid-template-columns:1fr;place-items:center;width:56px;height:56px;padding:0;font-size:12px;font-weight:600;line-height:1;display:grid}@media (width>=1025px){.chart-panel.voting-mode .chart-list .vote-confirm>div{gap:12px;width:auto;display:flex}.chart-panel.voting-mode .chart-list .vote-confirm>div button{text-align:center;white-space:nowrap;border-radius:50%;justify-content:center;align-items:center;width:76px;min-width:76px;height:76px;padding:0;font-size:14px;font-weight:700;line-height:1;display:inline-flex}}.vote-confirm p{margin-bottom:24px;font-size:13px;line-height:1.4}.vote-cancel-bar{background:#fff;border-top:1px solid #ded9e4;flex:0 0 52px;align-items:center;padding:7px 9px;display:flex;box-shadow:0 -5px 15px #24193612}.vote-cancel-bar button{color:#fff;letter-spacing:.01em;background:#28252c;border:1px solid #d8d1df;border-radius:7px;width:100%;height:38px;font-size:12px;font-weight:600}.vote-cancel-bar button:hover{background:#3a3344;border-color:#8c70ee}.brand-tile .vote-button{border-radius:5px;min-height:38px;padding:9px 16px;font-size:12px;font-weight:600}.post-media .carousel-dots{gap:3px;width:36px}.post-media .carousel-dots button{flex:0 0 5px;width:5px;height:5px;transition:width .18s,background .18s}.post-media .carousel-dots button.active{border-radius:50%;flex-basis:5px;width:5px}.comment-list>article{border-top:1px solid #ddd;flex-wrap:wrap;align-items:flex-start;gap:13px;padding:22px 0;display:flex}.comment-list .avatar{flex:0 0 42px;width:42px;height:42px;font-size:12px;overflow:hidden}.comment-list .avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.comment-avatar-wrap{flex:0 0 42px;width:42px;height:42px;display:block;position:relative}.comment-avatar-wrap>.avatar{display:grid}.comment-ai-badge{z-index:1;pointer-events:none;place-items:center;width:18px;height:18px;display:grid;position:absolute;top:-7px;right:-9px}.comment-ai-badge svg{fill:#f4b900;filter:drop-shadow(0 0 2px #fff5bd)drop-shadow(0 0 5px #efb80099);width:18px;height:18px;animation:2.4s ease-in-out infinite comment-ai-spark;display:block}@keyframes comment-ai-spark{0%,to{filter:brightness(.98)drop-shadow(0 0 2px #fff5bd)drop-shadow(0 0 5px #efb80099);opacity:.88;transform:scale(.94)}50%{filter:brightness(1.22)drop-shadow(0 0 3px #fff5bd)drop-shadow(0 0 7px #efb800aa);opacity:1;transform:scale(1.08)}}@media (prefers-reduced-motion:reduce){.comment-ai-badge svg{animation:none}}.comment-main{flex:1;min-width:0}.comment-main>header{align-items:baseline;gap:9px;display:flex}.comment-main>header strong{font-size:14px}.comment-author-profile{text-align:left;cursor:pointer;color:#312d34!important;font:inherit!important;background:0 0!important;border:0!important;margin:0!important;padding:0!important;font-size:14px!important;font-weight:700!important;line-height:1.35!important}.comment-author-profile:hover{text-underline-offset:3px;text-decoration:underline}.comment-author-profile:focus-visible{outline-offset:3px;border-radius:3px!important;outline:2px solid #8d72f3!important}.comment-main>header time{color:#999;font-size:12px}.comment-main>p{color:#55505a;margin:10px 0 13px;font-size:13px;line-height:1.7}.comment-main>footer{align-items:center;gap:10px;min-height:32px;display:flex}.comment-main>footer button{margin:0}.comment-heat{align-items:center;gap:3px;height:30px;display:inline-flex;color:#8372df!important;background:#fff!important;border:1px solid #ddd7e8!important;border-radius:15px!important;padding:0 9px 0 5px!important}.comment-heat img{object-fit:contain;filter:none;width:28px;height:24px}.comment-heat b{font-size:12px;font-weight:600}.comment-heat.active{box-shadow:0 0 0 2px #9277ff14;background:#f5f1ff!important;border-color:#9277ff!important}.comment-reply-button{color:#8066ed!important;background:#fff!important;border:1px solid #9b82ff!important;border-radius:14px!important;margin-left:auto!important;padding:5px 13px!important;font-size:12px!important}.comment-owner-actions{align-items:center;gap:3px;margin-left:3px;display:flex}.comment-owner-actions button{color:#5f5963!important;padding:4px 5px!important;font-size:12px!important}.comment-owner-actions button:last-child{color:#c25b6c!important}.comment-children{border-left:2px solid #e5e1ea;width:calc(100% - 55px);margin:17px 0 0 55px;padding-left:18px}.comment-children .comment-reply{border-top:1px dashed #ddd;align-items:flex-start;gap:12px;padding:15px 0;display:flex}.comment-children .comment-reply:first-child{border-top:0}.comment-children .avatar,.comment-children .comment-avatar-wrap{flex-basis:35px;width:35px;height:35px}.comment-children .comment-ai-badge{width:16px;height:16px;top:-6px;right:-9px}.comment-children .comment-ai-badge svg{width:16px;height:16px}.comment-children .comment-main>p{font-size:12px}.comment-reply-form,.comment-edit-form{background:#f7f5fa;border-radius:7px;margin-top:10px;padding:10px}.comment-reply-form textarea,.comment-edit-form textarea{resize:vertical;border:1px solid #a28aff;outline:0;width:100%;min-height:65px;padding:9px;font-size:12px}.comment-reply-form>div,.comment-edit-form>div{justify-content:flex-end;gap:6px;margin-top:7px;display:flex}.comment-reply-form button,.comment-edit-form button{color:#8066ed!important;background:#fff!important;border:1px solid #a28aff!important;border-radius:13px!important;padding:5px 10px!important;font-size:12px!important}.comment-reply-form button[type=submit],.comment-edit-form button[type=submit]{color:#fff!important;background:#8d72f3!important}@media (width<=1024px){.comment-main>header{display:block}.comment-main>header time{margin-top:2px}.comment-main>p{font-size:12px}.comment-reply-button{margin-left:0!important}.comment-owner-actions{margin-left:auto}.comment-children{width:calc(100% - 26px);margin-left:26px;padding-left:11px}}.post-detail{scrollbar-color:transparent transparent;scrollbar-width:thin}.post-detail.is-scrolling{scrollbar-color:#aaa8b1aa transparent}.post-detail::-webkit-scrollbar{width:7px}.post-detail::-webkit-scrollbar-track{background:0 0}.post-detail::-webkit-scrollbar-thumb{background:padding-box padding-box;border:2px solid #0000;border-radius:8px;transition:background-color .2s}.post-detail.is-scrolling::-webkit-scrollbar-thumb{background:#8e8995aa padding-box padding-box}.post-detail.is-scrolling::-webkit-scrollbar-thumb:hover{background:#746e7dbb padding-box padding-box}.detail-shell{border-right:0;box-shadow:4px 0 18px #28203424}.detail-shell .post-detail,.detail-shell .post-detail.is-scrolling{scrollbar-width:none;scrollbar-color:transparent transparent}.detail-shell .post-detail::-webkit-scrollbar{background:0 0;width:0;height:0}.detail-shell .post-detail::-webkit-scrollbar-track{background:0 0;border:0}.detail-shell .post-detail::-webkit-scrollbar-thumb{background:0 0;border:0}.detail-shell .post-detail.is-scrolling::-webkit-scrollbar-thumb{background:0 0;border:0}.detail-post-navigation{border-top:1px solid #dedbe2;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 68px;padding-top:18px;display:grid}.detail-post-navigation button{color:#48424d;text-align:left;background:#fff;border:1px solid #ddd8e4;border-radius:10px;align-items:center;gap:10px;min-width:0;min-height:70px;padding:12px 14px;display:flex}.detail-post-navigation button:last-child{text-align:right;justify-content:flex-end}.detail-post-navigation button>span:not([aria-hidden]){flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.detail-post-navigation button>span[aria-hidden]{color:#8066ed;font-size:22px}.detail-post-navigation small{color:#847d8a;font-size:12px}.detail-post-navigation strong{color:#39333e;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.detail-post-navigation button:disabled{cursor:default;opacity:.46}@media (width<=1024px){.detail-shell:not(.compose-shell){height:auto;min-height:100vh}.detail-shell:not(.compose-shell)~.content{display:none}.detail-shell:not(.compose-shell) .post-detail{min-height:100vh}.detail-post-navigation{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:58px;padding-top:14px}.detail-post-navigation button{gap:7px;min-height:68px;padding:9px 10px}.detail-post-navigation button>span[aria-hidden]{flex:none;font-size:20px}.detail-post-navigation small{font-size:12px;line-height:1.2}.detail-post-navigation strong{max-width:100%;font-size:13px;line-height:1.3}}.comment-reactions{align-items:center;gap:6px;display:inline-flex}.comment-main>footer .comment-reaction{color:#66606b;background:#fff;border:1px solid #ddd8e2;border-radius:17px;justify-content:center;align-items:center;gap:6px;min-width:58px;height:34px;margin:0;padding:0 11px;font-size:15px;transition:border-color .16s,background .16s,color .16s,transform .16s;display:inline-flex}.comment-main>footer .comment-reaction b{min-width:12px;color:inherit;font-size:12px;font-weight:600}.comment-main>footer .comment-reaction:hover{background:#faf8ff;border-color:#9a83f2;transform:translateY(-1px)}.comment-main>footer .comment-reaction.like.active{color:#6f52e5;background:#f1edff;border-color:#8066ed;box-shadow:0 0 0 2px #8066ed16}.comment-main>footer .comment-reaction.dislike.active{color:#bd5e70;background:#fff1f3;border-color:#d07a89;box-shadow:0 0 0 2px #d07a8914}.section-title{align-items:center;gap:10px;display:flex}.view-all-artists{color:#777;background:#fff;border:1px solid #ddd8e4;border-radius:12px;height:24px;padding:0 9px;font-size:12px;transition:all .2s}.view-all-artists span{color:var(--violet);margin-left:2px;font-size:14px}.view-all-artists:hover{border-color:var(--violet);color:#6d55d8;box-shadow:0 3px 10px #7962d51c}.artist-directory-content{background:#faf9fc;overflow-y:auto}.artist-directory{min-height:calc(100vh - 60px);padding:38px clamp(24px,4vw,64px) 70px}.artist-directory-head{border-bottom:1px solid #e7e2eb;justify-content:space-between;align-items:flex-start;padding-bottom:25px;display:flex}.artist-directory-head small{color:var(--violet);letter-spacing:1.6px;font:700 12px Exo,sans-serif}.artist-directory-head h1{color:#29252d;margin:6px 0 7px;font-size:27px}.artist-directory-head p{color:#918a96;margin:0;font-size:12px}.artist-directory-close{color:#706977;background:#fff;border:1px solid #d9d3df;border-radius:18px;padding:8px 16px;font-size:12px}.artist-directory-search{background:#fff;border:1px solid #ded8e5;border-radius:22px;align-items:center;gap:8px;width:min(430px,100%);height:42px;margin:25px 0 24px;padding:0 13px;display:flex;box-shadow:0 5px 18px #3321440a}.artist-directory-search:focus-within{border-color:var(--violet);box-shadow:0 0 0 3px #977fff18}.artist-directory-search>span{color:var(--violet);font-size:20px}.artist-directory-search input{background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:13px}.artist-directory-search button{color:#888;background:#f2eff6;border:0;border-radius:50%;width:25px;height:25px}.artist-directory-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.artist-directory-card{text-align:left;background:#fff;border:1px solid #e5e0e8;border-radius:13px;min-width:0;padding:0;transition:transform .22s,box-shadow .22s,border-color .22s;position:relative;overflow:hidden;box-shadow:0 8px 24px #3722460b}.artist-directory-image{aspect-ratio:1.18;background:#eee;height:auto;display:block;position:relative;overflow:hidden}.artist-directory-image img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.artist-directory-card:hover img{transform:scale(1.045)}.artist-directory-image i{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#17131dbd;border-radius:12px;place-items:center;min-width:28px;height:24px;padding:0 7px;font:700 12px Exo,sans-serif;display:grid;position:absolute;top:10px;left:10px}.artist-directory-copy{flex-direction:column;padding:13px 35px 14px 14px;display:flex}.artist-directory-copy strong{color:#302b33;white-space:nowrap;text-overflow:ellipsis;font-size:15px;overflow:hidden}.artist-directory-copy small{color:#9a939e;white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font:12px Exo,sans-serif;overflow:hidden}.artist-directory-copy em{color:var(--violet);margin-top:9px;font-size:12px;font-style:normal}.artist-directory-card>b{color:#aa9be7;font:300 24px Arial;position:absolute;bottom:21px;right:14px}.artist-directory-empty{color:#999;flex-direction:column;align-items:center;padding:80px 20px;display:flex}.artist-directory-empty strong{color:#555;font-size:16px}.artist-directory-empty span{margin-top:6px;font-size:12px}@media (width<=1250px){.artist-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1024px){.section-title{gap:6px}.view-all-artists{padding:0 7px}.artist-directory{padding:25px 16px 60px}.artist-directory-head h1{font-size:22px}.artist-directory-head p{max-width:240px}.artist-directory-close{padding:7px 10px}.artist-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.artist-directory-image{aspect-ratio:1}.artist-directory-copy{padding:10px 28px 11px 11px}.artist-directory-copy strong{font-size:13px}.artist-directory-card>b{bottom:18px;right:10px}}@media (width>=1025px){.post{grid-template-columns:54px 70px minmax(0,1fr) 78px;gap:13px;height:96px;padding-top:8px;padding-bottom:8px}.post>.post-index{grid-area:1/1}.post>.post-media{grid-area:1/2}.post>.post-copy{grid-area:1/3}.post>.heat{grid-area:1/4;justify-self:end}.post-index{font-size:12px}.post-media,.post-media>img,.post-media-viewport{width:70px;height:70px}.post-media-current{border-radius:8px}.post-media .carousel-dots{gap:4px;width:38px;bottom:0;left:-59px}.post-media .carousel-dots button{flex:0 0 6px;width:6px;height:6px}.post-media .carousel-dots button.active{flex-basis:6px;width:6px}.post h3{margin-bottom:3px;font-size:14px;font-weight:600}.post p{margin-bottom:5px;font-size:12px;line-height:1.35}.post-meta{gap:13px;font-size:12px}.post-meta-icon{flex-basis:16px;width:16px;height:16px}.heat{font-size:12px}.heat img{width:37px;height:37px}.awards{min-height:235px;padding-top:14px;padding-bottom:12px}.section-head{height:36px;margin-bottom:10px}.section-head h2{font-size:21px;font-weight:600}.view-all-artists{border-radius:15px;height:30px;padding:0 12px;font-size:12px}.periods{border-radius:6px}.periods button{min-width:52px;height:32px;padding:0 14px;font-size:12px;font-weight:600}.periods .active{border-radius:6px}.award-image{aspect-ratio:1.48;border-radius:9px}.award-grid article>div:last-child{height:34px;padding-top:8px}.award-grid strong{font-size:14px}.award-grid small{font-size:12px}.award-arrow{height:50px;top:calc(50% - 15px)}.award-dots{height:20px}.award-dots button{width:6px;height:6px}.award-dots button.active{width:17px}}.artist-directory{padding-top:18px;padding-bottom:42px}.artist-directory-head{border-bottom:0;padding:12px 0 20px;display:block}.artist-directory-head h1{color:#29252d;letter-spacing:-2.6px;max-width:820px;margin:0;font-size:clamp(34px,4vw,64px);line-height:1.08}.artist-directory-close{color:#4f4855;border-radius:50%;place-items:center;width:38px;height:38px;padding:0;font:400 23px/1 Arial,sans-serif;display:grid}.artist-directory-close:hover{border-color:var(--violet);color:var(--violet);transform:translate(-2px)}.artist-directory-search{width:min(680px,100%);height:48px;margin-top:2px;margin-bottom:24px}.artist-directory-image{aspect-ratio:1.32}.artist-directory-copy{padding-top:10px;padding-bottom:11px}.artist-directory-name{align-items:center;gap:7px;min-width:0;display:flex}.artist-directory-name>strong{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.artist-master-badge{color:#7057dc;letter-spacing:.35px;background:linear-gradient(135deg,#f4f0ff,#fff);border:1px solid #a894ff;border-radius:9px;flex:none;align-items:center;gap:3px;height:18px;padding:0 6px 0 4px;font:700 12px Exo,sans-serif;display:inline-flex;box-shadow:0 2px 7px #7258db1a}.artist-master-badge i{color:#8c70ee;font-size:12px;font-style:normal}@media (width<=1024px){.artist-directory{padding-top:14px}.artist-directory-head{padding-bottom:11px}.artist-directory-head h1{font-size:21px}.artist-directory-head p{display:none}.artist-directory-close{width:34px;height:34px;font-size:20px}.artist-directory-search{margin-top:11px;margin-bottom:13px}.artist-master-badge{height:16px;padding-right:4px;font-size:12px}}.detail-carousel-track img{cursor:zoom-in}.image-lightbox{z-index:3000;-webkit-backdrop-filter:blur(9px)saturate(.96);background:radial-gradient(circle at 14% 12%,#a486ff2e,#0000 36%),radial-gradient(circle at 88% 84%,#5bb0ff26,#0000 40%),#ebe8f294;justify-content:center;align-items:center;padding:24px;animation:.2s ease-out lightbox-in;display:flex;position:fixed;inset:0}.image-lightbox-panel{background:#fffffff5;border:1px solid #fffffff0;border-radius:24px;flex-direction:column;width:min(1180px,96vw);max-height:94vh;display:flex;overflow:hidden;box-shadow:0 30px 90px #4430693d,0 2px 10px #5d468a1a}.image-lightbox-panel>header{color:#302a37;background:linear-gradient(105deg,#fff 0%,#faf7ff 58%,#f2f7ff 100%);border-bottom:1px solid #ebe6f2;align-items:center;gap:16px;min-height:58px;padding:0 16px 0 22px;display:flex}.image-lightbox-panel>header strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:17px;overflow:hidden}.image-lightbox-panel>header span{color:#82778e;font-variant-numeric:tabular-nums;margin-left:auto;font-size:14px}.image-lightbox-panel>header button{color:#63586e;cursor:pointer;background:#fff;border:1px solid #e4ddef;border-radius:50%;width:40px;height:40px;font:300 28px/1 Arial;transition:border-color .16s,color .16s,transform .16s;box-shadow:0 5px 14px #4b386a1a}.image-lightbox-panel>header button:hover,.image-lightbox-panel>header button:focus-visible{color:#7156dd;border-color:#9d87e8;outline:none;transform:rotate(4deg)}.image-lightbox-stage{background:linear-gradient(135deg,#ffffffe0,#f5f0ffe6), repeating-conic-gradient(#f5f2f9 0 25%,#fff 0 50%) 50%/24px 24px;touch-action:pan-y;cursor:grab;justify-content:center;align-items:center;height:min(72vh,820px);min-height:0;display:flex;position:relative;overflow:hidden}.image-lightbox-stage:active{cursor:grabbing}.image-lightbox-stage>img{object-fit:contain;-webkit-user-select:none;user-select:none;width:100%;height:100%;transition:transform .16s ease-out}.image-lightbox-stage>button{color:#7055d8;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffdb;border:1px solid #dbd1ebe6;border-radius:16px;width:48px;height:64px;font:300 42px/1 Arial;transition:background .16s,color .16s,transform .16s,box-shadow .16s;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 10px 28px #44306929}.image-lightbox-stage>button:hover,.image-lightbox-stage>button:focus-visible{color:#fff;background:linear-gradient(145deg,#8769ec,#6b54dd);outline:none;transform:translateY(-50%)scale(1.04);box-shadow:0 13px 32px #654ccd47}.image-lightbox-prev{left:16px}.image-lightbox-next{right:16px}.image-lightbox-source{color:#716879;background:linear-gradient(90deg,#fff,#faf8ff,#fff);border-top:1px solid #ebe6f2;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;min-height:50px;padding:9px 20px;display:flex}.image-lightbox-source-item{align-items:center;min-width:0;display:flex}.image-lightbox-source-item>a,.image-lightbox-source-item>strong{color:#654bd3;text-overflow:ellipsis;white-space:nowrap;background:#fff;border:1px solid #dcd3f5;border-radius:14px;min-width:0;padding:5px 9px;font-size:13px;font-weight:700;transition:border-color .16s,background .16s;overflow:hidden}.image-lightbox-source-item>a:hover,.image-lightbox-source-item>a:focus-visible{background:#f4f0ff;border-color:#8f74e8;outline:none}.image-lightbox-source-item>a b{margin-left:3px;font-size:12px}.image-lightbox-thumbnails{background:linear-gradient(90deg,#fff,#faf8ff,#fff);border-top:1px solid #ebe6f2;justify-content:center;gap:10px;min-height:92px;padding:12px 18px;display:flex;overflow-x:auto}.image-lightbox-thumbnails button{opacity:.66;cursor:pointer;background:#fff;border:2px solid #0000;border-radius:12px;flex:0 0 66px;width:66px;height:66px;padding:3px;transition:opacity .16s,border-color .16s,transform .16s,box-shadow .16s;overflow:hidden;box-shadow:0 4px 12px #3e2e5717}.image-lightbox-thumbnails button:hover{opacity:.9;transform:translateY(-1px)}.image-lightbox-thumbnails button.active{opacity:1;border-color:#8a6ce9;box-shadow:0 0 0 3px #8a6ce924,0 7px 18px #49347124}.image-lightbox-thumbnails img{object-fit:cover;border-radius:7px;width:100%;height:100%}@keyframes lightbox-in{0%{opacity:0}to{opacity:1}}@media (width<=1024px){.image-lightbox{padding:0}.image-lightbox-panel{border:0;border-radius:0;width:100vw;max-height:100dvh}.image-lightbox-panel>header{min-height:54px;padding-left:14px}.image-lightbox-panel>header strong{font-size:14px}.image-lightbox-stage{height:calc(100dvh - 136px)}.image-lightbox-panel.has-source .image-lightbox-stage{height:calc(100dvh - 186px)}.image-lightbox-source{justify-content:flex-end;gap:8px;min-height:50px;padding:8px 12px}.image-lightbox-stage>button{width:42px;height:60px;font-size:40px}.image-lightbox-prev{left:8px}.image-lightbox-next{right:8px}.image-lightbox-thumbnails{justify-content:flex-start;min-height:82px;padding:9px 12px}.image-lightbox-thumbnails button{flex-basis:58px;width:58px;height:58px}}.artist-directory-content{background:#171519}.artist-directory-head p{color:#aaa3ae}.artist-directory-close{color:#fff;background:#242127;border-color:#4a454e}.artist-directory-search{box-shadow:none;background:#242127;border-color:#3d3941}.artist-directory-grid{gap:16px}.artist-directory-card{--card:#b9d9e4;--ink:#151218;--accent:#fff;aspect-ratio:1;background:var(--card);color:var(--ink);isolation:isolate;border:0;border-radius:2px;flex-direction:column;justify-content:space-between;padding:12px;display:flex;overflow:hidden;box-shadow:0 10px 24px #0004}.artist-directory-card:hover{border-color:#0000;transform:translateY(-5px)rotate(-.25deg);box-shadow:0 18px 38px #0008}.artist-palette-0{--card:#b8d7e1;--ink:#172129;--accent:#fff}.artist-palette-1{--card:#f05e91;--ink:#23151f;--accent:#ffb7d0}.artist-palette-2{--card:#3c2d39;--ink:#ff9c2d;--accent:#f14048}.artist-palette-3{--card:#f8c854;--ink:#281f13;--accent:#fff0b9}.artist-palette-4{--card:#c8b2d7;--ink:#251d2c;--accent:#eee2f5}.artist-palette-5{--card:#202223;--ink:#f7f4ef;--accent:#9fcbd3}.artist-palette-6{--card:#ff6138;--ink:#28201f;--accent:#ffb39d}.artist-palette-7{--card:#ce825c;--ink:#241916;--accent:#f5c0a5}.artist-card-top{border-bottom:3px solid var(--ink);height:23px;color:var(--ink);text-align:left;align-items:flex-start;gap:8px;display:flex;position:relative}.artist-card-top>b{letter-spacing:.2px;font:700 12px Exo,sans-serif}.artist-card-top>small{opacity:.75;font:700 12px Exo,sans-serif}.artist-card-top>i{margin-left:auto;font:700 12px Exo,sans-serif}.artist-card-body{flex:1;grid-template-columns:43% minmax(0,1fr);gap:10px;min-height:0;padding:10px 0 7px;display:grid}.artist-directory-card .artist-directory-image{aspect-ratio:1;background:color-mix(in srgb,var(--card),#000 12%);border-radius:0;align-self:start;width:100%;height:auto}.artist-directory-card .artist-directory-image img{filter:saturate(.92)contrast(1.03)}.artist-directory-card:hover .artist-directory-image img{transform:scale(1.035)}.artist-directory-card .artist-directory-copy{min-width:0;color:var(--ink);text-align:left;padding:0}.artist-directory-name{flex-wrap:wrap;align-items:flex-start;gap:4px}.artist-directory-name>strong{width:100%;color:var(--ink);font-size:17px;line-height:1.05}.artist-directory-card .artist-directory-copy>small{color:var(--ink);opacity:.66;margin-top:4px;font-size:12px}.artist-card-label{color:var(--ink);margin-top:11px;font:700 12px Exo,sans-serif;display:block}.artist-directory-card .artist-directory-copy>em{color:var(--ink);opacity:.82;margin-top:3px;font-size:12px;line-height:1.35}.artist-directory-card .artist-master-badge{border:1px solid var(--ink);height:16px;color:var(--ink);box-shadow:none;background:0 0;padding:0 5px}.artist-directory-card .artist-master-badge i{color:inherit}.artist-card-bottom{min-height:35px;color:var(--ink);text-align:left;grid-template-columns:1fr 1fr 20px;align-items:end;gap:8px;display:grid}.artist-card-bottom>span{flex-direction:column;min-width:0;display:flex}.artist-card-bottom small{opacity:.58;font:700 12px Exo,sans-serif}.artist-card-bottom strong{white-space:nowrap;text-overflow:ellipsis;font:700 15px/1 Exo,sans-serif;overflow:hidden}.artist-card-bottom>b{text-align:right;font:400 18px/1 Arial,sans-serif}@media (width<=1024px){.artist-directory-grid{gap:9px}.artist-directory-card{padding:9px}.artist-card-top{height:20px}.artist-card-body{grid-template-columns:45% minmax(0,1fr);gap:7px;padding-top:8px}.artist-directory-name>strong{font-size:13px}.artist-card-label{margin-top:7px;font-size:12px}.artist-directory-card .artist-directory-copy>em{display:none}.artist-card-bottom{grid-template-columns:1fr 17px;min-height:27px}.artist-card-bottom>span:nth-child(2){display:none}.artist-card-bottom strong{font-size:12px}}.comment-list>article{grid-template-columns:42px minmax(0,1fr);gap:0 13px;display:grid}.artist-directory-content{background:#f6f4f7;container-type:inline-size}.artist-directory-head{border-bottom-color:#ddd8e1}.artist-directory-head h1{color:#29252d}.artist-directory-head p{color:#827b87;max-width:720px;margin:16px 0 0;font-size:15px;line-height:1.6}.artist-directory-head small{color:#8066ed}.artist-directory-close{color:#4f4855;background:#fff;border-color:#d6d0da;box-shadow:0 4px 12px #2d1c3d0b}.artist-directory-search{background:#fff;border-color:#ddd7e2;box-shadow:0 5px 18px #3321440a}.artist-directory-search input{color:#29252d}.artist-directory-search input::placeholder{color:#99929d}.artist-directory-search button{color:#777;background:#f0edf3}.artist-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@container (width>=900px){.artist-directory-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=1024px){.artist-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.artist-directory-head{padding:8px 0 16px}.artist-directory-head h1{letter-spacing:-1.5px;font-size:31px}.artist-directory-head p{margin-top:11px;font-size:12px;line-height:1.5;display:block}.artist-directory-search{height:44px;margin-top:0;margin-bottom:18px}}.artist-directory-card .artist-card-body{grid-template-columns:42% minmax(0,1fr);gap:11px;min-height:0;padding:10px 0 0}.artist-card-left{min-width:0;color:var(--ink);text-align:left;flex-direction:column;align-items:stretch;display:flex}.artist-card-left .artist-directory-image{flex:none}.artist-card-stat,.artist-card-genre{flex-direction:column;margin-top:7px;display:flex}.artist-card-stat small,.artist-card-genre small{opacity:.58;font:700 12px/1 Exo,sans-serif}.artist-card-stat strong{white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font:700 18px/1 Exo,sans-serif;overflow:hidden}.artist-card-genre{margin-top:auto}.artist-card-genre strong{margin-top:2px;font:700 14px/1 Exo,sans-serif}.artist-directory-card .artist-directory-copy{flex-direction:column;align-items:flex-start;height:100%;display:flex}.artist-card-heading,.artist-directory-card .artist-card-label{color:var(--ink);font:700 13px/1 Exo,sans-serif;display:block}.artist-directory-card .artist-directory-name{width:100%;margin-top:4px}.artist-directory-card .artist-directory-name>strong{font-size:15px;line-height:1.15}.artist-directory-card .artist-directory-copy>small{margin-top:3px;font-size:12px}.artist-directory-card .artist-card-label{margin-top:13px}.artist-directory-card .artist-directory-copy>em{flex-direction:column;gap:3px;margin-top:5px;font-size:12px;line-height:1.1;display:flex}.artist-directory-card .artist-directory-copy>em span{display:block}.artist-top-tracks{width:100%;color:var(--ink);flex-direction:column;gap:3px;margin:5px 0 0;padding:0;font-size:12px;font-style:normal;line-height:1.15;list-style:none;display:flex}.artist-top-tracks li{grid-template-columns:18px minmax(0,1fr);align-items:center;gap:3px;min-width:0;display:grid}.artist-top-tracks li b{opacity:.48;font:700 12px/1 Exo,sans-serif}.artist-top-tracks li span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.artist-directory-card>.artist-card-open{color:var(--ink);font:400 17px/1 Arial,sans-serif;position:absolute;bottom:9px;right:10px}@media (width>=1025px){.artist-directory-card{padding:16px}.artist-card-top{border-bottom-width:4px;gap:11px;height:30px}.artist-card-top>b,.artist-card-top>small,.artist-card-top>i{font-size:12px}.artist-directory-card .artist-card-body{gap:15px;padding-top:14px}.artist-card-heading,.artist-directory-card .artist-card-label{font-size:17px}.artist-directory-card .artist-directory-name{gap:6px;margin-top:7px}.artist-directory-card .artist-directory-name>strong{font-size:20px}.artist-directory-card .artist-directory-copy>small{margin-top:5px;font-size:12px;line-height:1.25}.artist-directory-card .artist-card-label{margin-top:19px}.artist-directory-card .artist-directory-copy>em,.artist-top-tracks{gap:5px;margin-top:8px;font-size:12px;line-height:1.15}.artist-top-tracks li{grid-template-columns:22px minmax(0,1fr);gap:4px}.artist-top-tracks li b{font-size:12px}.artist-directory-card .artist-master-badge{height:21px;padding:0 8px;font-size:12px}.artist-card-stat small,.artist-card-genre small{font-size:12px}.artist-card-stat strong{font-size:23px}.artist-card-genre strong{font-size:18px}.artist-directory-card>.artist-card-open{font-size:22px;bottom:13px;right:14px}}@media (width<=1024px){.artist-directory-card .artist-card-body{grid-template-columns:43% minmax(0,1fr);gap:7px;padding-top:7px}.artist-card-heading,.artist-directory-card .artist-card-label,.artist-directory-card .artist-directory-name>strong{font-size:12px}.artist-directory-card .artist-card-label{margin-top:7px}.artist-top-tracks{gap:2px;margin-top:4px;font-size:12px}.artist-top-tracks li{grid-template-columns:14px minmax(0,1fr)}.artist-top-tracks li b,.artist-card-stat strong,.artist-card-genre strong{font-size:12px}.artist-card-stat,.artist-card-genre{margin-top:4px}.artist-directory-card .artist-directory-copy>em{gap:2px;font-size:12px;display:flex}.artist-directory-card>.artist-card-open{font-size:13px;bottom:6px;right:7px}}.comment-list>article>.avatar{grid-area:1/1}.comment-list>article>.comment-main{grid-area:1/2;min-width:0}.comment-list>article>.comment-children{border-left:2px solid #ded8e8;grid-area:2/1/auto/-1;width:auto;min-width:0;margin:18px 0 0 55px;padding:0 0 0 18px}.comment-list .comment-children>.comment-reply{border-top:1px dashed #ddd;grid-template-columns:35px minmax(0,1fr);align-items:start;column-gap:12px;width:100%;padding:15px 0;display:grid}.comment-list .comment-children>.comment-reply:first-child{border-top:0}.comment-list .comment-children>.comment-reply>.avatar{grid-column:1}.comment-list .comment-children>.comment-reply>.comment-main{grid-column:2;width:100%;min-width:0}.comment-list .comment-children>.comment-reply>.comment-main>p{overflow-wrap:anywhere;word-break:normal}.comment-list .comment-reply>.comment-children{border-left:2px solid #ded8e8;grid-area:auto/1/auto/-1;width:auto;min-width:0;margin:18px 0 0 22px;padding-left:12px}@media (width<=1024px){.comment-list>article{grid-template-columns:38px minmax(0,1fr);column-gap:10px}.comment-list>article>.comment-children{margin-left:22px;padding-left:12px}.comment-list .comment-children>.comment-reply{box-sizing:border-box;grid-template-columns:32px minmax(0,1fr);column-gap:9px;min-width:0}.comment-list .comment-reply>.comment-children{margin-left:12px;padding-left:8px}}.award-carousel .award-arrow{opacity:0;pointer-events:none;transition:opacity .2s,transform .2s,background .2s;transform:translateY(-50%)scale(.94)}.award-carousel:hover .award-arrow,.award-carousel:focus-within .award-arrow{opacity:.82;pointer-events:auto;transform:translateY(-50%)scale(1)}.award-carousel .award-arrow:hover,.award-carousel .award-arrow:focus-visible{opacity:1;background:#6f57de}@media (hover:none){.award-carousel .award-arrow{display:none}}.award-card{text-align:left;width:100%;min-width:0}.award-caption{grid-template-columns:minmax(0,1fr) minmax(54px,auto) 30px;align-items:center;column-gap:6px;min-width:0;min-height:30px;padding:7px 2px 0;display:grid}.award-caption strong,.award-caption small,.award-caption .rank-change{white-space:nowrap;font-variant-numeric:tabular-nums;align-items:center;height:18px;margin:0;padding:0;font-family:Exo,sans-serif;line-height:18px;display:flex}.award-caption strong{color:#3d3840;text-overflow:ellipsis;min-width:0;font-size:13px;font-weight:500;overflow:hidden}.award-caption strong i{flex:none;margin-right:3px;font-size:13px;font-weight:500}.award-caption small{color:#7c7680;text-align:right;border:0;justify-content:flex-end;font-size:12px;font-weight:400}.rank-change{text-align:left;white-space:nowrap;letter-spacing:0;background:0 0;border-radius:0;justify-content:flex-start;min-width:30px;padding:0;font-size:12px;font-style:normal;font-weight:600}.rank-change.up{color:#14a36f;background:0 0}.rank-change.down{color:#e05268;background:0 0}.rank-change.same{color:#aaa4ad;background:0 0}.rank-change.new{color:#7357df;letter-spacing:.2px;background:0 0;font-size:12px}@container (width<=820px){.award-caption{grid-template-columns:minmax(0,1fr) minmax(48px,auto) 29px;gap:4px}.rank-change{min-width:29px;padding:0;font-size:12px}}.header-search-tools{flex:0 auto;align-items:center;gap:7px;display:flex;position:relative}.mobile-header-write{display:none}.header-search-tools:has(.search-filter-button) .search{flex:0 190px;width:190px;min-width:130px}.search-filter-button{color:#665f6b;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #ded9e4;border-radius:18px;align-items:center;gap:5px;height:34px;padding:0 11px;font:600 12px Exo,sans-serif;display:flex}.search-filter-button svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;width:14px;height:14px}.search-filter-button b{color:#fff;background:#765be3;border-radius:9px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:12px;display:grid}.search-filter-button:hover,.search-filter-button:focus-visible,.search-filter-button.active{color:#6d54d9;background:#f7f4ff;border-color:#9884e7;outline:none}.search-filter-popover{z-index:60;color:#4a454e;background:#fff;border:1px solid #e3ddec;border-radius:14px;width:330px;padding:16px;position:absolute;top:43px;left:0;box-shadow:0 20px 55px #281c3838}.search-filter-popover:before{content:"";background:#fff;border-top:1px solid #e3ddec;border-left:1px solid #e3ddec;width:9px;height:9px;position:absolute;top:-6px;left:215px;transform:rotate(45deg)}.search-filter-popover>header{justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.search-filter-popover header>div{flex-direction:column;display:flex}.search-filter-popover header small{color:#8068e5;letter-spacing:1px;font:700 12px Exo,sans-serif}.search-filter-popover header strong{margin-top:3px;font-size:14px}.search-filter-popover header>button{color:#777;cursor:pointer;background:#f0edf3;border:0;border-radius:13px;height:25px;padding:0 9px;font-size:12px}.search-filter-popover>label,.filter-date-row label{color:#777;flex-direction:column;gap:5px;font-size:12px;display:flex}.filter-date-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.search-filter-popover input,.search-filter-popover select{color:#4e4852;background:#fff;border:1px solid #dfd9e5;border-radius:8px;outline:0;width:100%;height:34px;padding:0 9px;font-size:12px}.search-filter-popover input:focus,.search-filter-popover select:focus{border-color:#8f76e9;box-shadow:0 0 0 2px #8f76e915}.search-filter-popover .filter-apply{color:#fff;cursor:pointer;background:#211c27;border:0;border-radius:9px;width:100%;height:35px;margin-top:13px;font-size:12px}@media (width<=1024px){.header-search-tools{flex:1;min-width:0}.header-search-tools:has(.search-filter-button) .search{flex:1;width:auto;min-width:0}.search-filter-button{padding:0 9px}.search-filter-button span{display:none}.search-filter-popover{width:auto;position:fixed;top:70px;left:12px;right:12px}.search-filter-popover:before{display:none}}.search-filter-popover{border-color:#e7e1ed;border-radius:16px;width:340px;padding:18px;box-shadow:0 18px 48px #281c3830}.search-filter-popover header small{display:none}.search-filter-popover header strong{margin:0;font-size:15px}.search-filter-popover header>button{color:#817987;background:#f4f1f7;border-radius:14px;height:27px;padding:0 11px}.search-filter-popover>label,.filter-date-row label{color:#77717c;gap:7px;font-weight:600}.filter-date-row{gap:9px}.search-filter-popover input,.search-filter-popover select{background-color:#faf9fc;border-color:#e3dde8;border-radius:10px;height:39px;padding:0 11px}.search-filter-popover input:focus,.search-filter-popover select:focus{background-color:#fff;border-color:#967fea;box-shadow:0 0 0 3px #8f76e912}.search-filter-popover input[type=date]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23765be3' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='3'/%3E%3Cpath d='M8 3v4M16 3v4M3 10h18'/%3E%3C/svg%3E");background-position:right 11px center;background-repeat:no-repeat;background-size:16px;padding-right:37px}.search-filter-popover input[type=date]::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:22px;height:24px;margin:0}.search-filter-popover select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%23827a87' stroke-width='1.5' stroke-linecap='round'%3E%3Cpath d='m1 1 5 5 5-5'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:10px;padding-right:34px}.search-filter-popover .filter-apply{background:linear-gradient(90deg,#765be3,#9a70ec);border-radius:10px;height:39px;margin-top:16px;font-weight:700;transition:transform .16s,box-shadow .16s;box-shadow:0 7px 16px #765be32b}.search-filter-popover .filter-apply:hover,.search-filter-popover .filter-apply:focus-visible{outline:none;transform:translateY(-1px);box-shadow:0 10px 22px #765be33d}@media (width<=1024px){.search-filter-popover{width:auto;padding:17px}}.search-filter-popover>label,.search-filter-popover .filter-date-row label{color:#68616d;gap:8px;min-width:0;font-size:12px;font-weight:600}.search-filter-popover .filter-date-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;min-width:0}.search-filter-popover .filter-date-row label{overflow:hidden}.search-filter-popover input,.search-filter-popover select{box-sizing:border-box;width:100%;min-width:0;max-width:100%;height:41px;padding-left:12px;padding-right:12px;font-size:12px}.search-filter-popover input[type=date]{background-position:right 10px center;padding-right:35px}.search-filter-popover .filter-apply{height:41px;margin-top:17px;font-size:12px}@media (width<=380px){.search-filter-popover .filter-date-row{grid-template-columns:1fr}.search-filter-popover input[type=date]{min-height:41px}}.search-filter-button{color:#5f5864;border-color:#dcd5e5;border-radius:19px;gap:7px;height:38px;padding:0 14px;font-size:12px;font-weight:500}.search-filter-button svg{stroke-width:1.6px;width:16px;height:16px}.search-filter-popover{color:#403a44;border-color:#e2dce8;border-radius:16px;width:360px;padding:20px;top:48px;box-shadow:0 20px 50px #2c203a26}.search-filter-popover:before{border-color:#e2dce8;width:10px;height:10px;top:-6px;left:218px}.search-filter-popover>header{margin-bottom:20px}.search-filter-popover header strong{letter-spacing:-.3px;font-size:18px;font-weight:650}.search-filter-popover header>button{color:#817a86;text-underline-offset:3px;background:0 0;border-radius:0;height:30px;padding:0 4px;font-size:12px;font-weight:400;text-decoration:underline}.search-filter-popover header>button:hover,.search-filter-popover header>button:focus-visible{color:#654bd5;outline:none}.search-filter-popover>label,.search-filter-popover .filter-date-row label{color:#625b66;gap:8px;font-size:12px;font-weight:500}.search-filter-popover>label{margin-top:16px}.search-filter-popover .filter-date-row{gap:12px}.search-filter-popover input,.search-filter-popover select{color:#413b45;background-color:#fff;border-color:#ded8e4;border-radius:10px;height:44px;padding-left:13px;padding-right:13px;font:400 14px/1.2 Exo,Noto Sans KR,sans-serif}.search-filter-popover input:hover,.search-filter-popover select:hover{border-color:#c7bed2}.search-filter-popover input:focus,.search-filter-popover select:focus{background:#fff;border-color:#846ae4;box-shadow:0 0 0 3px #8066df1a}.search-filter-popover input[type=date]{cursor:pointer;background-position:right 12px center;background-size:17px;padding-right:40px;position:relative}.search-filter-popover input[type=date]::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:48px;height:100%;margin:0;position:absolute;top:0;right:0}.search-filter-popover select{background-position:right 14px center;background-size:11px;padding-right:38px}.search-filter-popover .filter-apply{height:44px;box-shadow:none;background:#7659e6;border-radius:10px;margin-top:20px;font-size:14px;font-weight:600}.search-filter-popover .filter-apply:hover,.search-filter-popover .filter-apply:focus-visible{background:#674ad8;transform:translateY(-1px);box-shadow:0 7px 18px #674ad82b}@media (width<=1024px){.search-filter-popover{top:calc(66px + env(safe-area-inset-top));border-radius:14px;width:auto;padding:18px;left:12px;right:12px}.search-filter-popover>header{margin-bottom:17px}.search-filter-popover .filter-date-row{gap:10px}.search-filter-popover input,.search-filter-popover select,.search-filter-popover .filter-apply{height:42px}}.feed-sentinel{color:#8d8692;justify-content:center;align-items:center;gap:10px;min-height:58px;font-size:12px;display:flex}.feed-loading-spinner{border:2px solid #e7e1f4;border-top-color:var(--violet);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite feed-loading-spin}.feed .post{content-visibility:visible}@media (width>=1025px){.content:has(>.awards)>.feed{transform:translateZ(0)}}.chart-list.voting li,.chart-list.voting li:before,.chart-list.voting li:after{animation:none}.chart-list.voting li:after{display:none}@keyframes feed-loading-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.feed-loading-spinner{animation:none}}.representative-media-field{margin-top:2px;margin-bottom:8px}.representative-media-editor{background:#fcfbfe;border:1px solid #e2dce7;border-radius:11px;min-width:0;padding:12px}.representative-media-editor>p{color:#6f6874;margin:0 0 11px;font-size:13px;line-height:1.55}.representative-media-editor .media-type-options{grid-template-columns:repeat(6,minmax(0,1fr));gap:5px}.representative-media-editor .media-type-options button{text-overflow:ellipsis;white-space:nowrap;border-radius:7px;justify-content:center;align-items:center;gap:6px;min-width:0;min-height:38px;padding:5px 7px;font-size:12px;display:flex;overflow:hidden}.representative-media-editor .media-type-options button i{color:#8f82c8;flex:0 0 16px;justify-content:center;align-items:center;width:16px;height:16px;margin:0;display:flex}.representative-media-editor .media-type-options svg{fill:none;stroke:currentColor;stroke-width:1.65px;stroke-linecap:round;stroke-linejoin:round;opacity:.88;width:15px;height:15px;transition:color .18s,opacity .18s,transform .18s;display:block;overflow:visible}.representative-media-editor .media-type-options svg .filled{fill:currentColor;stroke:none}.representative-media-editor .media-type-options button:hover svg,.representative-media-editor .media-type-options button.active svg{color:#765de0;opacity:1;transform:translateY(-1px)}.representative-media-editor .media-type-options button.active i{color:#765de0}.social-media-url{margin-top:12px;display:block}.social-media-url>span{color:#655e69;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.social-media-url>div{gap:7px;display:flex}.social-media-url input{width:100%}.social-media-url button{color:#fff;background:#8065e8;border:0;border-radius:8px;min-width:54px;font-size:12px}.representative-media-thumbs{align-items:center;gap:7px;margin-top:12px;display:flex;overflow-x:auto}.representative-media-thumbs article{background:#fff;border:1px solid #e1dbe7;border-radius:9px;flex:0 0 74px;width:74px;height:72px;position:relative;overflow:hidden}.representative-media-thumbs img{object-fit:cover;width:100%;height:100%;display:block}.representative-media-thumbs article>i{color:#8169e5;place-items:center;height:46px;display:grid}.representative-media-thumbs article>i svg{width:22px;height:22px}.representative-media-thumbs article>span{color:#fff;text-align:center;background:#211b29c9;padding:4px;font-size:12px;position:absolute;bottom:0;left:0;right:0}.representative-media-thumbs article>button{color:#fff;background:#211b29d9;border:0;border-radius:50%;place-items:center;width:19px;height:19px;padding:0;font-size:12px;display:grid;position:absolute;top:3px;right:3px}.representative-media-thumbs button,.clear-representative-media{color:#887f8d;background:#fff;border:1px solid #ddd6e5;border-radius:13px;padding:6px 9px;font-size:12px}.representative-image-sources{border-top:1px solid #e8e2ec;margin-top:14px;padding-top:12px}.representative-image-sources>p{color:#4d4652;margin:0 0 8px;font-size:13px;font-weight:700}.representative-image-sources>p small{color:#8c8491;margin-left:5px;font-size:12px;font-weight:500}.representative-image-source{background:#fff;border:1px solid #e4ddea;border-radius:10px;grid-template-columns:46px 90px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:58px;padding:8px;display:grid}.representative-image-source+.representative-image-source{margin-top:7px}.representative-image-source>img{object-fit:cover;background:#eee9f2;border-radius:7px;width:46px;height:46px}.representative-image-source>strong{font-size:13px}.representative-image-source>label{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.representative-image-source>label>span{color:#706873;white-space:nowrap;font-size:12px;font-weight:600}.representative-image-source input{background:#fff;border:1px solid #dcd4e4;border-radius:8px;width:100%;height:38px;padding:0 11px;font-size:13px}.representative-image-source button{white-space:nowrap;border-radius:17px;min-height:34px;padding:0 11px;font-size:12px;font-weight:700}.image-source-add{color:#694fd2;background:#f8f5ff;border:1px dashed #a994ed}.image-source-remove{color:#9b5364;background:#f5edf1;border:0}.clear-representative-media{margin-top:10px}.tag-editor{background:0 0;border:0;min-width:0;padding:0}.tag-editor:focus-within{box-shadow:none;border:0}.tag-chip-list{flex-wrap:wrap;align-items:center;gap:7px;min-height:30px;display:flex}.tag-chip{color:#674fd4;background:#f4f0ff;border:1px solid #dcd3fa;border-radius:15px;align-items:center;gap:6px;height:30px;padding:0 5px 0 10px;display:inline-flex}.tag-chip b{text-overflow:ellipsis;white-space:nowrap;max-width:170px;font-size:12px;font-weight:600;overflow:hidden}.tag-chip button{color:#7763cb;background:#e4dcfa;border:0;border-radius:50%;place-items:center;width:20px;height:20px;padding:0;font-size:14px;line-height:1;display:grid}.tag-chip button:hover{color:#5138bb;background:#d5c9f7}.tag-add-button{color:#665f6b;background:#faf9fc;border:1px dashed #bfb4cc;border-radius:15px;height:30px;padding:0 12px;font-size:12px}.tag-add-button span{color:#765be3;margin-right:4px;font-size:15px}.tag-input-wrap{color:#765be3;background:#fff;border:1px solid #9d87ef;border-radius:15px;align-items:center;min-width:140px;height:30px;padding:0 9px;display:inline-flex}.tag-input-wrap input{width:120px!important;height:28px!important;box-shadow:none!important;border:0!important;border-radius:0!important;padding:0 3px!important;font-size:12px!important}.tag-editor>small{color:#817985;margin:7px 1px 0;font-size:12px;line-height:1.4}.tag-write-field>span{padding-top:4px}.composer-social-embed{background:#fff;border:0;width:100%;height:100%;display:block}.composer-media-frame.media-x{aspect-ratio:auto;height:clamp(560px,72vh,720px);min-height:560px}.composer-media-frame.media-x .composer-social-embed{min-height:100%}.composer-social-embed.embed-instagram,.composer-social-embed.embed-tiktok{background:#fff}.post-social-embed{background:#fff;border:1px solid #e3dee7;border-radius:12px;width:min(100%,520px);margin:8px auto 22px;overflow:hidden;box-shadow:0 10px 28px #17101f14}.post-social-embed header{color:#302b33;background:#fff;justify-content:space-between;align-items:center;height:38px;padding:0 14px;display:flex}.post-social-embed header strong{font:600 12px Exo,sans-serif}.post-social-embed header span{color:#948c99;font-size:12px}.post-social-embed iframe{border:0;width:100%;height:620px;display:block}.write-editor{padding-top:22px}.write-editor-head{display:none}.write-field{grid-template-columns:108px minmax(0,1fr);gap:16px;margin-bottom:18px}.write-field>span{color:#3f3944;padding-top:7px;font-size:14px;font-weight:700;line-height:1.35}.write-field.required>span:before{margin-right:6px;font-size:13px}.write-title-field input{height:42px;font-size:14px;font-weight:600}.write-summary-field input,.write-field>input{height:40px;font-size:13px}.representative-media-field{margin-top:0}.representative-media-editor{padding:12px}@media (width<=1024px){.write-editor{padding-top:14px}.write-field{grid-template-columns:1fr;gap:7px;margin-bottom:16px}.write-field>span{text-align:left;padding-top:0;font-size:14px}}.tiptap-editor.is-empty .tiptap{position:relative}.tiptap-editor.is-empty .tiptap:before{content:"팬들과 나누고 싶은 이야기를 입력하세요.";color:#aaa3ae;pointer-events:none;font-size:13px;position:absolute;top:18px;left:19px}.write-field input::placeholder{color:#aaa3ae;font-weight:400}@media (width<=1024px){.representative-media-editor{padding:10px}.representative-media-editor .media-type-options{grid-template-columns:repeat(3,minmax(0,1fr))}.representative-media-editor .media-type-options button{min-height:36px;padding:5px 6px;display:flex}.representative-media-editor .media-type-options button i{margin:0;display:flex}}@media (width>=1025px){.content{grid-template-rows:60px minmax(0,1fr);grid-template-columns:minmax(0,1fr);display:grid;overflow:hidden}.content>.topbar{grid-row:1;position:relative;top:auto}.content>.star-page,.content>.my-page-content,.content>.write-editor,.content>.artist-directory{overscroll-behavior:contain;grid-row:2;height:auto;min-height:0;overflow-y:auto}.content>.artist-directory{scroll-behavior:auto;scroll-snap-type:none;overflow-anchor:auto;min-height:0}.artist-directory-grid>.artist-directory-card{content-visibility:visible;contain:layout paint style;scroll-snap-align:none;transition:border-color .15s,box-shadow .15s;box-shadow:0 4px 12px #21172d1f}.artist-directory-card:hover{transform:none;box-shadow:0 7px 16px #21172d2b}.artist-directory-card .artist-directory-image img,.artist-directory-card:hover .artist-directory-image img{transition:none;transform:none}}.content .feed,.content .star-page,.content .my-page-content,.content .write-editor,.content .artist-directory{scrollbar-width:thin;scrollbar-color:transparent transparent;scrollbar-gutter:stable}.content .feed.is-scrolling,.content .star-page.is-scrolling,.content .my-page-content.is-scrolling,.content .write-editor.is-scrolling,.content .artist-directory.is-scrolling{scrollbar-color:#918b98aa transparent}.content .feed::-webkit-scrollbar{width:7px;height:7px}.content .star-page::-webkit-scrollbar{width:7px;height:7px}.content .my-page-content::-webkit-scrollbar{width:7px;height:7px}.content .write-editor::-webkit-scrollbar{width:7px;height:7px}.content .artist-directory::-webkit-scrollbar{width:7px;height:7px}.content .feed::-webkit-scrollbar-track{background:0 0}.content .star-page::-webkit-scrollbar-track{background:0 0}.content .my-page-content::-webkit-scrollbar-track{background:0 0}.content .write-editor::-webkit-scrollbar-track{background:0 0}.content .artist-directory::-webkit-scrollbar-track{background:0 0}.content .feed::-webkit-scrollbar-thumb{background:padding-box padding-box;border:2px solid #0000;border-radius:8px}.content .star-page::-webkit-scrollbar-thumb{background:padding-box padding-box;border:2px solid #0000;border-radius:8px}.content .my-page-content::-webkit-scrollbar-thumb{background:padding-box padding-box;border:2px solid #0000;border-radius:8px}.content .write-editor::-webkit-scrollbar-thumb{background:padding-box padding-box;border:2px solid #0000;border-radius:8px}.content .artist-directory::-webkit-scrollbar-thumb{background:padding-box padding-box;border:2px solid #0000;border-radius:8px}.content .feed.is-scrolling::-webkit-scrollbar-thumb{background:#918b98aa padding-box padding-box}.content .star-page.is-scrolling::-webkit-scrollbar-thumb{background:#918b98aa padding-box padding-box}.content .my-page-content.is-scrolling::-webkit-scrollbar-thumb{background:#918b98aa padding-box padding-box}.content .write-editor.is-scrolling::-webkit-scrollbar-thumb{background:#918b98aa padding-box padding-box}.content .artist-directory.is-scrolling::-webkit-scrollbar-thumb{background:#918b98aa padding-box padding-box}@media (width<=1024px){.content .feed,.content .star-page,.content .my-page-content,.content .write-editor,.content .artist-directory{scrollbar-gutter:auto}}.hero>.ad-request-button{z-index:5;color:#fff;text-align:left;text-underline-offset:4px;text-shadow:0 1px 4px #0009;opacity:.84;cursor:pointer;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;width:auto;min-height:32px;margin:0;padding:6px 2px;font:400 12px/1.4 Exo,Noto Sans KR,sans-serif;text-decoration:underline;text-decoration-thickness:1px;transition:opacity .16s,transform .16s;position:absolute;bottom:20px;left:24px}.hero>.ad-request-button span{margin-left:4px}.hero>.ad-request-button:hover,.hero>.ad-request-button:focus-visible{opacity:1;outline-offset:3px;background:0 0;outline:2px solid #fff9;transform:translate(2px)}@media (width<=1024px){.hero>.ad-request-button{padding:6px 2px;font-size:12px;bottom:12px;left:12px}}.ad-inquiry-modal header small{font-size:12px}.ad-inquiry-modal header p{font-size:13px;line-height:1.55}.ad-manager span{font-size:12px}.ad-inquiry-modal form label>span{font-size:13px}.ad-inquiry-modal input,.ad-inquiry-modal textarea,.ad-inquiry-modal form>button{font-size:14px}.ad-mail-note{font-size:12px;line-height:1.55}.fan-photo-modal{border-color:#e2dced;border-radius:24px;width:min(640px,100vw - 40px);max-height:min(92vh,880px);overflow-y:auto;box-shadow:0 32px 100px #140b284d}.fan-photo-modal>header{background:linear-gradient(135deg,#fbf9ff 0%,#f4efff 60%,#f0f5ff 100%);padding:28px 30px 24px;position:relative}.fan-photo-modal>header:after{content:"";pointer-events:none;background:#8a6ef31a;border-radius:50%;width:120px;height:120px;position:absolute;top:-70px;right:58px}.fan-photo-modal header small{color:#694dd8;letter-spacing:1.2px;background:#ece6ff;border-radius:999px;padding:5px 9px;font:700 12px/1 Exo,Noto Sans KR,sans-serif;display:inline-flex}.fan-photo-modal h2{color:#302a35;letter-spacing:-.5px;margin:11px 0 7px;font-size:28px;line-height:1.2}.fan-photo-modal header p{color:#756e7b;max-width:480px;font-size:14px}.fan-photo-modal>header>button{color:#6f6874;border-color:#ded6e7;flex:0 0 40px;width:40px;height:40px;font-size:28px;line-height:1;transition:background .16s,border-color .16s,transform .16s;box-shadow:0 5px 15px #44355212}.fan-photo-modal>header>button:hover{background:#f8f5ff;border-color:#9d87e8;transform:rotate(4deg)}.fan-photo-guide{background:linear-gradient(145deg,#fbf9ff,#f7f5fc);border:1px solid #ded5f0;border-radius:18px;margin:24px 30px 0;padding:20px;box-shadow:0 10px 30px #39285d0a}.fan-photo-guide>strong{color:#6549d5;align-items:center;gap:8px;font-size:16px;line-height:1.35;display:flex}.fan-photo-guide>strong:before{content:"✓";color:#fff;background:#7257df;border-radius:50%;place-items:center;width:25px;height:25px;font-size:13px;display:grid}.fan-photo-guide>p{color:#655e6b;margin:10px 0 17px;font-size:14px;line-height:1.7}.fan-photo-guide dl{grid-template-columns:1fr 1fr;gap:10px;margin:0;display:grid}.fan-photo-guide dl div{background:#fff;border:1px solid #eee9f4;border-radius:12px;min-height:70px;padding:13px 14px;box-shadow:0 4px 14px #3c2c5608}.fan-photo-guide dt{color:#91899a;font-size:12px;line-height:1.3}.fan-photo-guide dd{color:#403945;margin:6px 0 0;font-size:14px;font-weight:700;line-height:1.35}.fan-photo-modal form{padding:24px 30px 12px}.fan-photo-modal form label{gap:9px;margin-bottom:18px}.fan-photo-modal form label>span{color:#4f4854;font-size:14px}.fan-photo-modal form label span small{color:#8b838f;background:#f0edf3;border-radius:999px;margin-left:7px;padding:3px 7px;font-size:12px;font-weight:600}.fan-photo-modal textarea{color:#3f3943;background:#fdfcff;border-color:#ddd5e7;border-radius:14px;height:126px;min-height:126px;padding:14px 15px;font-size:14px;line-height:1.65}.fan-photo-modal textarea::placeholder{color:#9a929f}.fan-photo-modal textarea:focus{background:#fff}.fan-photo-upload{margin-bottom:18px}.fan-photo-upload>label{color:#674bd7;cursor:pointer;background:#faf8ff;border:1.5px dashed #a58de8;border-radius:14px;align-items:center;gap:10px;height:auto;min-height:64px;padding:13px 16px;transition:border-color .16s,background .16s,transform .16s;flex-direction:row!important;margin:0!important;display:flex!important}.fan-photo-upload>label:hover{background:#f5f1ff;border-color:#7658df;transform:translateY(-1px)}.fan-photo-upload>label input{display:none}.fan-photo-upload>label b{font-size:14px}.fan-photo-upload>label span{color:#756d7b;margin-left:auto;font-size:13px;font-weight:700}.fan-photo-upload-help{color:#918997;margin:8px 2px 0;font-size:12px;line-height:1.5}.fan-photo-upload>div{grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px;display:grid}.fan-photo-upload figure{aspect-ratio:1;background:#eee;border:1px solid #e9e3ef;border-radius:12px;margin:0;position:relative;overflow:hidden;box-shadow:0 5px 16px #251b3320}.fan-photo-upload figure>img{object-fit:cover;width:100%;height:100%;display:block}.fan-photo-upload figcaption{color:#fff;text-align:center;background:linear-gradient(#0000,#17131de8);padding:22px 5px 7px;font-size:12px;line-height:1.3;position:absolute;bottom:0;left:0;right:0}.fan-photo-upload figcaption small{color:#f1edf4;margin-top:2px;font-size:12px;display:block}.fan-photo-upload figure>button{color:#fff;cursor:pointer;background:#17131dcc;border:1px solid #ffffff80;border-radius:50%;width:28px;height:28px;padding:0;font-size:18px;line-height:1;position:absolute;top:5px;right:5px}.fan-photo-upload figure>button:hover{background:#7257df}.fan-photo-consent{background:#f7f5f8;border:1px solid #e8e2eb;border-radius:14px;align-items:flex-start;gap:12px;padding:16px;flex-direction:row!important;margin:4px 0 18px!important;display:flex!important}.fan-photo-consent input{accent-color:#7357df;flex:0 0 20px;margin:1px 0 0;width:20px!important;height:20px!important}.fan-photo-consent span{color:#59515e;font-size:13px;font-weight:500;line-height:1.65}.fan-photo-status{color:#6048c3;background:#f3efff;border:1px solid #ded5f5;border-radius:12px;margin:0 0 14px;padding:12px 14px;font-size:13px;line-height:1.55}.fan-photo-modal form>button{border-radius:14px;height:52px;font-size:15px;transition:filter .16s,transform .16s;box-shadow:0 10px 25px #7357df38}.fan-photo-modal form>button:not(:disabled):hover{filter:brightness(1.05);transform:translateY(-1px)}.fan-photo-modal form>button:disabled{box-shadow:none;opacity:.72;cursor:not-allowed;background:#c9baf3}.fan-photo-modal>.ad-mail-note{color:#817987;padding:1px 30px 24px;font-size:12px}.fan-photo-modal>.ad-mail-note span{color:#694dd7;background:#eee9fa;border-radius:50%;place-items:center;width:19px;height:19px;margin-right:5px;font-size:12px;font-weight:800;display:inline-grid}@media (width<=1024px){.fan-photo-modal{border-radius:20px;width:min(100%,560px);max-height:calc(100dvh - 20px)}.fan-photo-modal h2{font-size:24px}.fan-photo-modal header p{font-size:13px}.fan-photo-modal>header>button{flex-basis:38px;width:38px;height:38px}.fan-photo-guide{margin:18px 18px 0;padding:17px}.fan-photo-guide dl{grid-template-columns:1fr}.fan-photo-guide dl div{min-height:62px}.fan-photo-modal textarea{height:112px;min-height:112px}.fan-photo-upload>div{grid-template-columns:repeat(2,1fr)}.fan-photo-consent{padding:14px}.fan-photo-modal>.ad-mail-note{padding:0 18px 20px}.ad-inquiry-overlay{padding:8px}.fan-photo-modal{border-radius:18px;max-height:calc(100dvh - 16px)}.fan-photo-modal>header{padding:14px 16px 13px}.fan-photo-modal header small{letter-spacing:1px;padding:4px 8px}.fan-photo-modal h2{margin:8px 0 4px;font-size:22px}.fan-photo-modal header p{max-width:calc(100% - 44px);font-size:12px;line-height:1.45}.fan-photo-modal>header>button{flex-basis:36px;width:36px;height:36px;font-size:25px}.fan-photo-guide{border-radius:14px;margin:11px 14px 0;padding:12px}.fan-photo-guide>strong{gap:7px;font-size:14px}.fan-photo-guide>strong:before{width:22px;height:22px;font-size:12px}.fan-photo-guide>p{margin:7px 0 10px;font-size:12px;line-height:1.5}.fan-photo-guide dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.fan-photo-guide dl div{border-radius:10px;min-height:48px;padding:8px 10px}.fan-photo-guide dt{font-size:12px;line-height:1.2}.fan-photo-guide dd{margin:3px 0 0;font-size:12px;line-height:1.25}.fan-photo-modal form{padding:13px 14px 8px}.fan-photo-modal form label{gap:6px;margin-bottom:11px}.fan-photo-modal textarea{height:88px;min-height:88px;padding:11px 12px;line-height:1.5}.fan-photo-upload{margin-bottom:12px}.fan-photo-upload>label{border-radius:12px;min-height:52px;padding:9px 12px}.fan-photo-upload-help{margin-top:6px;line-height:1.4}.fan-photo-upload>div{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;margin-top:8px}.fan-photo-upload figure{border-radius:9px}.fan-photo-upload figcaption{display:none}.fan-photo-upload figure>button{width:28px;height:28px;top:3px;right:3px}.fan-photo-consent{gap:9px;padding:11px;margin-bottom:12px!important}.fan-photo-consent span{font-size:12px;line-height:1.45}.fan-photo-modal form>button{height:48px}.fan-photo-modal>.ad-mail-note{display:none}.app.mobile-menu-open>.mobile-app-nav{display:none!important}.app.mobile-menu-open .mobile-menu-overlay{height:100dvh;min-height:100svh}.app.mobile-menu-open .mobile-menu-drawer{height:100dvh;max-height:100dvh;scroll-padding-bottom:120px}.app.mobile-menu-open .mobile-menu-drawer>nav{padding-bottom:calc(112px + max(env(safe-area-inset-bottom),20px))!important}}.detail-mixed-carousel .post-x-embed,.detail-mixed-carousel .post-social-embed,.detail-mixed-carousel .post-youtube{-webkit-user-select:text;user-select:text;width:min(100%,620px);max-height:100%;margin:0}.detail-mixed-carousel .post-youtube{width:min(100%,920px)}.detail-mixed-carousel.active-facebook>.detail-carousel-viewport,.detail-mixed-carousel.active-instagram>.detail-carousel-viewport{height:760px}.detail-mixed-carousel.active-tiktok>.detail-carousel-viewport{height:820px}.detail-mixed-carousel.active-youtube>.detail-carousel-viewport{height:min(62vw,660px)}.image-lightbox-media{justify-content:center;align-items:center;width:100%;height:100%;padding:22px 72px;transition:transform .16s ease-out;display:flex;overflow:auto}.image-lightbox-stage.media-image .image-lightbox-media{padding:0;overflow:hidden}.image-lightbox-media>img{object-fit:contain;-webkit-user-select:none;user-select:none;width:100%;height:100%;transition:transform .16s ease-out;display:block}.image-lightbox-stage>button{z-index:4}.image-lightbox-thumbnails button{place-items:center;display:grid}.post-x-embed header small,.post-social-embed header small,.post-x-embed header a,.post-social-embed header a,.post-x-embed>p,.post-social-embed>p,.post-youtube header span{font-size:12px}.post-x-embed>p,.post-social-embed>p{line-height:1.55}.post-social-embed>header .social-brand{font-size:21px}.post-instagram-embed .social-brand{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}.player{grid-template-columns:40px minmax(130px,1fr) auto 34px 24px;gap:8px}.player .player-continuous{color:#eee;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff4d;border-radius:16px;align-items:center;gap:6px;min-height:32px;padding:0 10px;font-size:12px;display:flex}.player .player-continuous i{font-size:15px;font-style:normal}.player .player-continuous[aria-pressed=true]{color:#fff;background:#7659e6;border-color:#a992ff}.player .player-toggle{background:#24202d;border:1px solid #ffffff52;border-radius:9px;width:34px;height:34px;font-size:15px}.player .player-toggle:disabled{opacity:.38;cursor:not-allowed}.player .player-close{width:24px;height:34px;font-size:20px}.player b,.player span{font-size:12px}@media (width<=1024px){.player{grid-template-columns:40px minmax(0,1fr) auto 34px 24px;left:10px;right:10px}.player .player-continuous{padding:0 8px}}@media (width<=430px){.player .player-continuous span{text-overflow:ellipsis;max-width:54px;overflow:hidden}.player{gap:5px;padding-inline:7px}}@media (width<=1024px){.detail-mixed-carousel.active-facebook>.detail-carousel-viewport,.detail-mixed-carousel.active-instagram>.detail-carousel-viewport{height:680px}.detail-mixed-carousel.active-tiktok>.detail-carousel-viewport{height:720px}.detail-mixed-carousel.active-youtube>.detail-carousel-viewport{height:58vw;min-height:280px}.image-lightbox-media{padding:12px 50px}.image-lightbox-stage.media-image .image-lightbox-media{padding:0}}.post-detail .detail-copy.post-rich-content{color:#514b55;letter-spacing:-.01em;overflow-wrap:anywhere;word-break:keep-all;text-wrap:pretty;font-size:16px;line-height:1.9}.post-detail .post-rich-content img{width:100%;max-width:none;height:auto;margin:16px 0}.post-detail .post-rich-content p{margin:0 0 1.35em}.post-detail .post-rich-content p:last-child{margin-bottom:0}.post-detail .post-rich-content h2{color:#29242d;margin:1.8em 0 .65em;font-size:22px;line-height:1.45}.post-detail .post-rich-content h3{color:#29242d;margin:1.6em 0 .6em;font-size:18px;line-height:1.5}.post-detail .post-rich-content ul,.post-detail .post-rich-content ol{margin:0 0 1.35em;padding-left:1.5em}.post-detail .post-rich-content li{margin:.35em 0}.post-detail .post-rich-content blockquote{color:#5e5764;background:#f5f2ff;border-left:4px solid #8468ef;border-radius:0 8px 8px 0;margin:1.45em 0;padding:14px 16px;font-size:15px;line-height:1.8}.post-detail .post-rich-content a{color:#6650cf;text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px}@media (width<=1024px){.post-detail .detail-copy.post-rich-content{letter-spacing:0;font-size:15px;line-height:1.85}.post-detail .post-rich-content h2{font-size:20px}.post-detail .post-rich-content h3{font-size:17px}.post-detail .post-rich-content blockquote{font-size:14px}}.detail-shell .detail-mixed-carousel.active-youtube>.detail-carousel-viewport{aspect-ratio:600/376;background:#151218;height:auto;min-height:0}.detail-shell .detail-youtube-carousel .slide-youtube .post-youtube iframe{aspect-ratio:auto;flex:auto;min-height:0}@media (width<=1024px){.detail-shell .detail-mixed-carousel.active-youtube>.detail-carousel-viewport{aspect-ratio:600/376;height:auto;min-height:0}}.post-youtube header>div{align-items:center;gap:9px;display:flex}.post-youtube header button{color:#fff;white-space:nowrap;cursor:pointer;background:#ffffff12;border:1px solid #ffffff59;border-radius:13px;flex:none;justify-content:center;align-items:center;min-width:68px;min-height:26px;padding:0 9px;font-size:12px;font-weight:700;line-height:1;display:inline-flex;width:auto!important;height:26px!important}.post-youtube header button:hover,.post-youtube header button:focus-visible{background:#7659e6;border-color:#aa96ff;outline:0}.detail-shell .detail-youtube-carousel.youtube-portrait{width:min(100%,380px);margin-left:auto;margin-right:auto}.detail-shell .detail-youtube-carousel.youtube-portrait>.detail-carousel-viewport{aspect-ratio:380/714;height:auto;min-height:0}.detail-shell .detail-youtube-carousel.youtube-portrait .post-youtube{width:100%;height:100%}@media (width<=1024px){.detail-shell .detail-youtube-carousel.youtube-portrait{width:min(100%,380px)}.detail-shell .detail-youtube-carousel.youtube-portrait>.detail-carousel-viewport{aspect-ratio:380/714}}.post-source-inputs{gap:9px;display:grid}.post-source-rows{gap:8px;display:grid}.post-source-row{grid-template-columns:minmax(0,1fr) 38px;gap:7px;display:grid}.post-source-row>input{min-width:0}.post-source-row>button{color:#766d7b;cursor:pointer;background:#f7f4fa;border:1px solid #ded7e5;border-radius:9px;width:38px;height:38px;font-size:20px;line-height:1}.post-source-row>button:hover,.post-source-row>button:focus-visible{color:#654bd5;background:#f0ebff;border-color:#8c72ef;outline:0}.post-source-add{color:#654bd5;cursor:pointer;background:#faf8ff;border:1px dashed #9a83ee;border-radius:18px;width:max-content;min-height:36px;padding:0 13px;font-size:13px;font-weight:700}.post-source-add:disabled{opacity:.45;cursor:not-allowed}.post-source-inputs>small{color:#817985;margin:0;font-size:12px;line-height:1.45}.post-source-field>span small{color:#8d8492;background:#f1edf5;border-radius:9px;margin:0 0 0 4px;padding:2px 5px;font-size:12px;font-weight:500;display:inline}.featured-image-source-credit{color:#766f7b;border-bottom:1px solid #e2dce8;align-items:center;gap:8px;width:min(100%,520px);min-height:38px;margin:2px auto 12px;padding:7px 10px;display:flex}.featured-image-source-credit>span,.inline-image-source-credit>span{color:#847b89;flex:none;font-size:12px;font-weight:700}.featured-image-source-credit>a,.featured-image-source-credit>strong,.inline-image-source-credit>a,.inline-image-source-credit>strong{color:#654bd3;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:700;text-decoration:none;overflow:hidden}.featured-image-source-credit>a:hover,.featured-image-source-credit>a:focus-visible,.inline-image-source-credit>a:hover,.inline-image-source-credit>a:focus-visible{color:#4d32bd;outline:none;text-decoration:underline}.featured-image-source-credit i{margin-left:4px;font-style:normal}.inline-image-source-credit{color:#766f7b;justify-content:flex-end;align-items:center;gap:8px;width:min(100%,520px);min-height:34px;margin:-10px auto 18px;padding:5px 4px 7px;display:flex}.post-source-credits{color:#817a85;align-items:baseline;gap:8px;width:min(100%,520px);margin:14px auto 0;font-size:12px;line-height:1.5;display:flex}.post-source-credits>strong{color:#817a85;flex:none;font-size:12px;font-weight:500}.post-source-credit-links{flex-wrap:wrap;gap:4px 8px;min-width:0;display:flex}.post-source-credit-link{align-items:baseline;gap:8px;min-width:0;display:inline-flex}.post-source-credit-separator{color:#b1abb4}.post-source-credit-link a{color:#6853c8;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:500;text-decoration:none;overflow:hidden}.post-source-credit-link a:hover,.post-source-credit-link a:focus-visible{color:#4d32bd;outline:none;text-decoration:underline}.post-source-credits i{margin-left:3px;font-style:normal}@media (width<=1024px){.post-source-row{grid-template-columns:minmax(0,1fr) 38px}.featured-image-source-credit{width:100%;margin-bottom:10px;padding-left:4px;padding-right:4px}.inline-image-source-credit{width:100%}.post-source-credits{width:100%;margin-top:12px}}.detail-credits .author .friend-action{color:#7257df;cursor:pointer;background:#fff;border:1px solid #8c72ef;border-radius:15px;height:30px;margin-left:3px;padding:0 12px;font-size:12px;font-weight:600}.detail-credits .author .friend-action:hover,.detail-credits .author .friend-action:focus-visible{background:#f5f1ff;outline:none}.detail-credits .author .friend-action.pending{color:#674dd0;background:#f7f4ff;border-color:#cabff1}.detail-credits .author .friend-action.pending:hover,.detail-credits .author .friend-action.pending:focus-visible{color:#a64a60;background:#fff5f7;border-color:#e099a8}.detail-credits .author .friend-action.accepted{color:#777;background:#f5f3f6;border-color:#d9d3df}.detail-credits .author .friend-action:disabled{opacity:.7;cursor:wait}.detail-credits .author .friend-action.accepted:disabled{opacity:1;cursor:default}.detail-credits .friend-action-notice{color:#5f49bd;text-align:center;background:#f3efff;border-radius:8px;align-self:center;margin:8px 0 0;padding:8px 12px;font-size:12px;line-height:1.45}@supports (height:100dvh){.app{min-height:100dvh}.chart-panel,.hero,.content,.detail-shell{height:100dvh}}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline-offset:2px;outline:2px solid #7659e6}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=1024px){.comment-list .comment-avatar-wrap{overflow:visible}.comment-list .comment-avatar-wrap.is-ai>.comment-ai-badge{z-index:2;background:#fff;border-radius:50%;width:18px;height:18px;display:grid;top:-3px;right:-4px}.comment-list .comment-avatar-wrap.is-ai>.comment-ai-badge svg{fill:#eab308;width:16px;height:16px;display:block}}.auth-content h2,.auth-content>p{word-break:keep-all;overflow-wrap:normal}.auth-content .auth-terms{word-break:keep-all;overflow-wrap:normal;text-wrap:pretty;line-height:1.7}.auth-modal .auth-brand{background:#cfe8fb url(/images/auth-kpop-plaza.png) 50%/cover no-repeat;justify-content:flex-start;padding-top:28px}.auth-modal .auth-brand:before,.auth-modal .auth-brand:after{display:none}.auth-modal .auth-brand>img{filter:drop-shadow(0 2px 5px #24395666);opacity:1;width:150px}.auth-modal .auth-brand>span{white-space:normal;text-align:center;letter-spacing:.5px;color:#fff;text-shadow:0 1px 3px #24395666;background:#24395670;max-width:90%;padding:7px 12px;line-height:1.4}@media (width<=1024px){.auth-modal .auth-brand{background-position:50% 62%;min-height:340px;padding-top:54px}.auth-modal .auth-brand>img{width:100px}}.auth-toolbar{z-index:4;justify-content:space-between;align-items:center;gap:12px;margin:0;display:flex;position:absolute;top:12px;left:calc(42% + 48px);right:14px}@media (width<=1024px){.auth-toolbar{left:24px}}@media (width>=701px) and (width<=1024px){.auth-toolbar{left:28px}}.auth-toolbar .auth-close{flex:0 0 34px;margin:0;position:static}.auth-content .auth-language{border-radius:12px;width:max-content;margin:0;padding:2px;position:static}.auth-language select{color:#6f53dc;cursor:pointer;background:#f8f5fb;border:0;border-radius:10px;width:104px;max-width:104px;height:28px;min-height:28px;padding:0 4px;font:500 13px Exo,Noto Sans KR,sans-serif}.auth-language select:focus-visible{outline-offset:2px;outline:2px solid #7659e6}.mobile-app-nav,.mobile-vote-overlay,.mobile-vote-page,.mobile-header-main,.mobile-search-star,.mobile-menu-overlay,.mobile-vote-intro,.pwa-install-notice{display:none}@media (width<=1024px){.pwa-install-notice{right:12px;bottom:calc(78px + env(safe-area-inset-bottom));z-index:125;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff2;border:1px solid #e2dcef;border-radius:17px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:68px;padding:10px 42px 10px 11px;display:grid;position:fixed;left:12px;box-shadow:0 14px 38px #271b3b38}.pwa-install-notice>img{object-fit:cover;border-radius:12px;width:46px;height:46px}.pwa-install-notice>span{flex-direction:column;gap:3px;min-width:0;display:flex}.pwa-install-notice strong{color:#292330;font-size:14px;line-height:1.3}.pwa-install-notice small{color:#746d7a;word-break:keep-all;font-size:12px;line-height:1.4}.pwa-install-primary{color:#fff;cursor:pointer;background:#7659e6;border:0;border-radius:18px;min-width:58px;height:36px;padding:0 13px;font-size:13px;font-weight:700}.pwa-install-primary:disabled{opacity:.65;cursor:wait}.pwa-install-close{color:#918a97;cursor:pointer;background:0 0;border:0;width:30px;height:30px;padding:0;font-size:22px;line-height:1;position:absolute;top:6px;right:7px}.pwa-install-primary:focus-visible,.pwa-install-close:focus-visible{outline-offset:2px;outline:2px solid #7659e6}html,body,#root{background:#f6f5f9;min-height:100%}body{-webkit-tap-highlight-color:transparent;overflow:hidden auto}.app{min-height:100dvh;padding-bottom:calc(68px + env(safe-area-inset-bottom));background:#f6f5f9}.left-shell{display:none!important}.content{background:#f6f5f9;height:auto;min-height:100dvh;overflow:visible;width:100%!important;margin:0!important}.content>.topbar{height:calc(60px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 14px 0;z-index:40;-webkit-backdrop-filter:blur(18px);background:#fffffff4;border-bottom:1px solid #e3dfe6;align-items:center;gap:8px;display:flex;position:sticky;top:0;box-shadow:0 5px 20px #271d3510}.mobile-header-main{flex:0 0 36px;align-items:center;min-width:36px;display:flex}.mobile-header-main button{color:#26222b;background:0 0;border:0}.mobile-header-menu{place-items:center;width:36px;height:36px;padding:6px;display:grid;border-radius:9px!important}.mobile-header-menu svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;width:23px;height:23px}.mobile-header-menu:focus-visible{outline-offset:1px;background:#f4f0ff;outline:2px solid #8c73e9}.topbar>.mobile-logo{display:none}.topbar .header-brand-mark{width:42px;height:40px}.topbar .header-brand-mark i{font-size:41px}.topbar .header-brand-mark b{font-size:12px}.header-search-tools{flex:1;align-items:center;gap:7px;width:auto;min-width:0;display:flex}:is(.header-search-tools:has(.search-filter-button) .search,.topbar .search){background:linear-gradient(#fff,#fff) 0 0/100% 100% padding-box padding-box,linear-gradient(110deg,#7657ff,#d65ed2,#61a7ff,#9b68ff,#7657ff) 0 0/240% 100% border-box;border:1.5px solid #0000;border-radius:22px;flex:1;width:auto;min-width:0;height:42px;padding:0 11px 0 8px;animation:3.4s ease-in-out infinite mobileSearchGlow;box-shadow:0 0 0 1px #795ce817,0 0 12px #8e67ec2c}.header-search-tools .search:focus-within{box-shadow:0 0 0 2px #8768eb2e,0 0 17px #aa6fe659}.topbar .search .desktop-search-icon{display:none}.topbar .search .mobile-search-star{object-fit:contain;clip-path:inset(0 0 16%);filter:invert()contrast(1.18)drop-shadow(0 1px 1px #4e386c33);transform-origin:50%;flex:0 0 38px;width:38px;height:38px;display:block;transform:translateY(2px)scale(1.22)}.topbar .search input{font-size:13px}.topbar .search-filter-button{color:#6952d7;background:#fff;border:1px solid #ddd6e6;border-radius:50%;flex:0 0 42px;place-items:center;width:42px;min-width:42px;height:42px;padding:0;display:grid;position:relative;box-shadow:0 4px 13px #47345f14}.topbar .search-filter-button:hover,.topbar .search-filter-button:focus-visible{color:#5f43d1;outline-offset:1px;background:#f7f4ff;border-color:#8b70e8;outline:2px solid #8064df20}.topbar .search-filter-button.active{color:#fff;background:#7659e6;border-color:#7659e6}.topbar .search-filter-button svg{width:19px;height:19px}.topbar .search-filter-button>span{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.topbar .search-filter-button b{color:#fff;background:#ee4f6d;border:2px solid #fff;border-radius:10px;place-items:center;min-width:19px;height:19px;padding:0 5px;font-size:12px;line-height:1;display:grid;position:absolute;top:-5px;right:-5px}.topbar .mobile-header-write{color:#fff;background:linear-gradient(135deg,#7658e9,#b24ed0);border:0;border-radius:50%;flex:0 0 42px;place-items:center;width:42px;min-width:42px;height:42px;padding:0;display:grid;box-shadow:0 6px 16px #7658e940}.topbar .mobile-header-write svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:22px;height:22px;display:block}.topbar .mobile-header-write:hover,.topbar .mobile-header-write:focus-visible{outline-offset:2px;background:linear-gradient(135deg,#6749dc,#a33fc3);outline:2px solid #8064df32}.topbar .keywords,.topbar>nav,.topbar>.menu-button,.topbar>nav.open{display:none!important}.mobile-menu-overlay{z-index:130;-webkit-backdrop-filter:blur(4px);background:#21192d70;justify-content:flex-start;padding:0;display:flex;position:fixed;inset:0}.mobile-menu-drawer{overscroll-behavior:contain;background:#fff;border-radius:0 24px 24px 0;width:min(82vw,360px);height:100dvh;animation:.25s cubic-bezier(.22,.8,.28,1) mobileMenuIn;overflow-y:auto;box-shadow:18px 0 60px #1a102b36}.mobile-menu-drawer>header{min-height:88px;padding:calc(18px + env(safe-area-inset-top)) 20px 16px;background:linear-gradient(145deg,#fbf9ff,#fff);border-bottom:1px solid #ebe7ee;justify-content:space-between;align-items:center;display:flex}.mobile-menu-drawer>header small{color:#7659df;letter-spacing:1.3px;font-size:12px;font-weight:800}.mobile-menu-drawer>header h2{color:#29242d;margin:3px 0 0;font-size:22px;line-height:1.2}.mobile-menu-drawer>header>button{color:#5b5460;background:#fff;border:1px solid #e0dae6;border-radius:50%;width:40px;height:40px;padding:0;font-size:25px;line-height:1}.mobile-menu-drawer>nav{width:100%;padding:4px 0 calc(24px + env(safe-area-inset-bottom));box-shadow:none!important;background:#fff!important;border:0!important;border-radius:0!important;margin:0!important;display:block!important;position:static!important;inset:auto!important}.mobile-menu-drawer>nav>section{border-bottom:1px solid #eeeaf1;width:100%;padding:18px}.mobile-menu-drawer>nav>section:last-child{border-bottom:0}.mobile-menu-drawer h3{color:#77707d;letter-spacing:.2px;margin:0 0 9px;font-size:13px;font-weight:700}.mobile-menu-drawer section>button{color:#373139;text-align:left;background:0 0;border:0;border-radius:13px;grid-template-rows:auto auto;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;column-gap:10px;width:100%;min-height:56px;padding:8px 10px;display:grid}.mobile-menu-drawer section>button:hover,.mobile-menu-drawer section>button:focus-visible{background:#f5f2fb;outline:none}.mobile-menu-drawer section>button.active{color:#6549d0;background:#f1edff}.mobile-menu-drawer section>button>span:first-child{color:#6d6572;background:#f0edf3;border-radius:50%;grid-row:1/3;place-items:center;width:34px;height:34px;font-size:19px;display:grid}.mobile-menu-drawer section>button.active>span:first-child{color:#684bd4;background:#ded5ff}.mobile-menu-drawer section>button>span:first-child svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px;display:block}.mobile-menu-drawer section>button b{color:inherit;grid-column:2;font-size:15px;font-weight:700;line-height:1.35}.mobile-menu-drawer section>button small{color:#8b8490;grid-column:2;font-size:12px;line-height:1.35}.mobile-menu-drawer section>button>b+span:last-child{color:#aaa3ae;background:0 0;grid-area:1/3/3;width:auto;height:auto;font-size:24px}.mobile-menu-language>div{background:#f2eff4;border-radius:13px;grid-template-columns:repeat(3,1fr);gap:4px;padding:3px;display:grid}.mobile-menu-language>div button{color:#6f6874;background:0 0;border:0;border-radius:10px;min-height:42px;padding:0 5px;font-size:13px;font-weight:600}.mobile-menu-language>div button.active{color:#684ad3;background:#fff;box-shadow:0 2px 9px #24182e13}.mobile-menu-drawer>nav>section:is(.mobile-menu-service,.mobile-menu-account)>button{grid-template-rows:auto;grid-template-columns:minmax(0,1fr) auto;min-height:48px;padding:6px 10px}.mobile-menu-drawer>nav>section:is(.mobile-menu-service,.mobile-menu-account)>button b{grid-column:1;font-size:14px}.mobile-menu-drawer>nav>section:is(.mobile-menu-service,.mobile-menu-account)>button>b+span:last-child{grid-area:1/2}.topbar .search-filter-popover{max-height:calc(100dvh - 88px - env(safe-area-inset-top));overscroll-behavior:contain;top:calc(64px + env(safe-area-inset-top));z-index:110;border-radius:18px;display:block;overflow-y:auto;box-shadow:0 22px 60px #271d3540}.awards{min-height:0;box-shadow:none;background:0 0;border:0;border-bottom:1px solid #e4e0e7;border-radius:0;margin:0;padding:12px 14px 7px}.section-head{gap:8px;height:auto;min-height:32px;margin-bottom:8px}.section-head h2{font-size:18px;font-weight:600;line-height:32px}.section-title{align-items:center}.view-all-artists{white-space:nowrap;border-radius:16px;height:32px;padding:0 10px;font-size:12px;line-height:1}.periods{border-radius:9px;padding:3px}.periods button{border-radius:7px;height:26px;padding:0 10px;font-size:12px}.award-grid{scrollbar-width:none;gap:6px;margin:0 -2px;padding:0 2px 4px;scroll-padding-inline:2px}.award-grid::-webkit-scrollbar{display:none}.award-grid article{scroll-snap-align:start;flex:0 0 calc(25% - 4.5px)}.award-card{position:relative}.award-image{aspect-ratio:1;border-radius:9px}.award-image img{object-position:center top}.award-caption{min-height:29px;padding:6px 1px 0;display:block}.award-caption strong{color:#403a44;text-align:center;text-overflow:ellipsis;white-space:nowrap;height:20px;font-size:12px;font-weight:600;line-height:20px;display:block;overflow:hidden}.award-caption strong i{z-index:2;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#211d27c9;border-radius:10px;place-items:center;min-width:28px;height:20px;margin:0;padding:0 6px;font-size:12px;font-style:normal;line-height:1;display:grid;position:absolute;top:5px;left:5px;box-shadow:0 2px 7px #17121f2c}.award-caption small,.award-caption .rank-change,.awards .award-dots{display:none}html:lang(ja) .awards .section-head,html:lang(en) .awards .section-head{grid-template-columns:minmax(0,1fr);gap:7px;display:grid}html:lang(ja) .awards .section-title,html:lang(en) .awards .section-title{justify-content:space-between;min-width:0}html:lang(ja) .awards .section-head h2,html:lang(en) .awards .section-head h2{white-space:nowrap;word-break:keep-all;min-width:0}html:lang(ja) .awards .periods,html:lang(en) .awards .periods{justify-self:end;width:max-content;max-width:100%}html:lang(ja) .awards .periods button,html:lang(en) .awards .periods button{white-space:nowrap;word-break:keep-all;min-width:52px;padding:0 10px}.feed{background:#fff;padding:4px 0 0}.post-list{gap:0;display:grid}.post-list-mobile-card{grid-template-columns:minmax(0,1fr)}.post{min-width:0;height:auto;min-height:0;box-shadow:none;border:0;border-radius:0;padding:0;display:block;background:0 0!important}.post:hover{background:0 0!important}.post-index{display:none}.post-media{aspect-ratio:4/3;border-radius:0;width:100%;height:auto;overflow:visible}.post-media>img,.post-media-viewport{border-radius:10px;width:100%;height:100%}.post-media-viewport .post-media-current{border-radius:0}.carousel-dots{width:auto;bottom:6px;left:50%;transform:translate(-50%)}.carousel-dots button{width:5px;height:5px;box-shadow:0 1px 3px #0004}.post-copy{align-self:auto;margin-top:8px}.post h3{color:#4a444f;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 5px;font-size:14px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.post p{display:none}.post-author{margin-bottom:5px;font-size:12px}.post-meta,.stats{font-size:12px;overflow:visible}.post-meta{grid-template-columns:repeat(3,max-content);align-items:center;gap:5px 10px;display:grid}.post-meta>span{min-width:0}.post-meta .post-meta-author{color:#77708a;grid-column:1/-1;width:100%}.post-list-mobile-card{gap:0}.post-list-mobile-card .post{box-shadow:none;border:0;border-bottom:1px solid #ddd9e1;border-radius:0;grid-template-columns:minmax(0,1fr) auto;display:grid;position:relative;overflow:hidden;background:#fff!important}.post-list-mobile-card .post:first-child{border-top:1px solid #e7e3e9}.post-list-mobile-card .post-mobile-header{grid-column:1/-1;align-items:center;gap:9px;padding:12px 14px 8px;display:flex}.post-mobile-avatar{color:#fff;background:linear-gradient(135deg,#755be4,#b685f0);border-radius:50%;flex:0 0 32px;place-items:center;width:32px;height:32px;font:700 13px Exo,Noto Sans KR,sans-serif;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 0 2px #fff5}.post-mobile-avatar b{font:inherit}.post-mobile-avatar img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.post-mobile-header>div{flex-direction:column;flex:1;min-width:0;display:flex}.post-mobile-header strong{color:#302c33;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.35;overflow:hidden}.post-mobile-header small{color:#8c8690;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.35;overflow:hidden}.post-mobile-header>button{color:#504a53;letter-spacing:1px;background:0 0;border:0;width:31px;height:31px;padding:0;font-size:14px}.post-list-mobile-card .post-mobile-copy{grid-column:1/-1;padding:0 14px 10px;display:block}.post-list-mobile-card .post-mobile-copy h3{color:#28242b;text-shadow:none;-webkit-line-clamp:2;margin:0 0 4px;font-size:16px;font-weight:700;line-height:1.4}.post-list-mobile-card .post-mobile-copy p{color:#77717b;text-shadow:none;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.post-list-mobile-card .post-media{aspect-ratio:16/10;background:#ece9ef;border:1px solid #e5e1e7;border-radius:12px;grid-column:1/-1;justify-self:center;width:calc(100% - 24px);overflow:hidden}.post-list-mobile-card .post-media-viewport,.post-list-mobile-card .post-media-current{border-radius:11px}.post-list-mobile-card .post-copy{display:none}.post-list-mobile-card .carousel-dots{inset:auto auto 8px 50%;transform:translate(-50%)}.post-list-mobile-card .carousel-dots button{background:#ffffff94}.post-list-mobile-card .carousel-dots button.active{background:#765be5}.post-mobile-actions.stats.post-meta{color:#4f4954;align-self:center;align-items:center;gap:6px;min-width:0;padding:9px 4px 11px 12px;font-size:12px;line-height:1;display:flex}.post-mobile-actions.post-meta>span{white-space:nowrap;background:#eef1f3;border-radius:16px;align-items:center;gap:5px;min-width:0;height:32px;padding:0 10px;display:inline-flex}.post-mobile-actions .post-meta-icon{stroke:#443d49;flex:0 0 16px;width:16px;height:16px}.post-mobile-actions .post-meta-author{color:#4f4954;text-overflow:ellipsis;flex:0 auto;width:auto;max-width:92px;overflow:hidden}.post-list-mobile-card .post>.heat{width:auto;min-width:66px;min-height:32px;box-shadow:none;background:#eef1f3;border:0;border-radius:16px;flex-direction:row;place-self:center end;gap:4px;margin:9px 12px 11px 2px;padding:0 10px 0 7px}.post-list-mobile-card .post>.heat .heat-star-wrap{flex:0 0 23px;width:23px;height:23px}.post-list-mobile-card .post>.heat .heat-star{width:21px;height:21px;transform:none}.post-list-mobile-card .post>.heat:hover .heat-star,.post-list-mobile-card .post>.heat.voted .heat-star{transform:scale(1.06)}.post-list-mobile-card .post>.heat .heat-badge{display:none}.post-list-mobile-card .post>.heat strong{white-space:nowrap;margin:0;font-size:12px;line-height:1.1}.post-list-mobile-card .post-x-thumbnail{background:linear-gradient(135deg,#09090b 0%,#29242e 58%,#5d46b3 140%);justify-content:flex-start;gap:13px;padding:20px 22px}.post-list-mobile-card .post-x-thumbnail-brand{flex-basis:44px;width:44px;height:44px;font-size:23px}.post-list-mobile-card .post-x-thumbnail strong{font-size:14px}.post-list-mobile-card .post-x-thumbnail small{margin-top:2px;font-size:12px}.post-list-mobile-card .post-x-thumbnail p{color:#d9d2dd;margin-top:9px;font-size:12px;display:block}.post-list-mobile-card .post-x-thumbnail>b{color:#ffffff8f;letter-spacing:1.2px;font:700 12px Exo,sans-serif;display:block;position:absolute;top:17px;right:16px}.empty{background:#fff;border-radius:18px;padding:48px 18px}.mobile-app-nav{height:calc(62px + env(safe-area-inset-bottom));padding:4px 6px env(safe-area-inset-bottom);z-index:70;-webkit-backdrop-filter:blur(20px);opacity:1;visibility:visible;will-change:transform;background:#fffffff2;border-top:1px solid #e5e0e9;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;transition:transform .24s,opacity .2s,visibility linear;display:grid;position:fixed;bottom:0;left:0;right:0;transform:translateY(0);box-shadow:0 -5px 18px #251a320d}.mobile-app-nav.is-hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(calc(100% + env(safe-area-inset-bottom)));transition:transform .24s,opacity .2s,visibility 0s linear .24s;display:grid}.mobile-app-nav button{color:#77717c;background:0 0;border:0;border-radius:9px;outline:none;flex-direction:column;justify-content:center;align-items:center;gap:2px;height:54px;padding:3px 2px 2px;display:flex}.mobile-app-nav button i{place-items:center;width:27px;height:27px;font-style:normal;display:grid}.mobile-app-nav button i svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px;display:block}.mobile-app-nav button span{font-size:12px;font-weight:600;line-height:1.15}.mobile-app-nav button.active{color:#7255df}.mobile-app-nav button:focus-visible{background:#f5f2ff;box-shadow:inset 0 0 0 2px #8a70ea}.mobile-app-nav .nav-artists i svg{width:25px;height:25px}.mobile-app-nav .nav-club i svg{stroke-width:1.9px}.mobile-vote-overlay{z-index:110;-webkit-backdrop-filter:blur(6px);background:#17102091;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.mobile-vote-sheet{background:#f7f5fa;border-radius:28px 28px 0 0;width:100%;height:min(90dvh,800px);animation:.28s cubic-bezier(.22,.8,.28,1) mobile-sheet-in;overflow:hidden;box-shadow:0 -24px 80px #160a2966}.mobile-vote-sheet>header{background:#fff;border-bottom:1px solid #e8e3ec;justify-content:space-between;align-items:center;height:78px;padding:13px 18px 11px;display:flex}.mobile-vote-sheet>header small{color:#7658de;letter-spacing:1.3px;font:800 12px Exo,sans-serif}.mobile-vote-sheet>header h2{color:#2d2831;letter-spacing:-.3px;margin:3px 0 0;font-size:20px}.mobile-vote-sheet>header>button{color:#615966;background:#faf8fc;border:1px solid #dfd8e5;border-radius:50%;width:42px;height:42px;padding:0;font-size:26px;line-height:1}.mobile-vote-sheet .chart-panel{background:#f7f5fa;flex-direction:column;width:100%;height:calc(100% - 78px);display:flex!important}.mobile-vote-sheet .brand-tile{background:radial-gradient(circle at 85% 8%,#9a70ef66 0 13%,#0000 38%),linear-gradient(135deg,#1e1629,#38224f 55%,#6246a5);flex:0 0 174px;gap:8px;height:174px;min-height:174px;padding:16px 20px;overflow:hidden}.mobile-vote-sheet .brand-tile:after{content:"";border:1px solid #ffffff29;border-radius:50%;width:170px;height:170px;position:absolute;bottom:-104px;right:-73px;box-shadow:0 0 0 23px #ffffff0a,0 0 0 46px #ffffff08}.mobile-vote-sheet .back-button{display:none}.mobile-vote-sheet .brand-tile>img{object-fit:contain;filter:drop-shadow(0 4px 12px #0005);width:76px;max-width:76px;height:58px;display:block}.mobile-vote-sheet .brand-tagline{display:none}.mobile-vote-intro{color:#fff;text-align:center;flex-direction:column;align-items:center;gap:3px;display:flex}.mobile-vote-intro small{color:#cdbfff;letter-spacing:1px;font-size:12px;font-weight:800}.mobile-vote-intro strong{font-size:14px;font-weight:650;line-height:1.35}.mobile-vote-sheet .vote-button{z-index:1;color:#fff;background:linear-gradient(100deg,#7656e8,#a66de9);border:1px solid #ffffff30;border-radius:23px;min-width:188px;min-height:44px;padding:0 22px;font-size:14px;font-weight:800;position:relative;box-shadow:0 10px 24px #14082366,inset 0 1px #ffffff35}.mobile-vote-sheet .vote-button:active{transform:translateY(1px)}.mobile-vote-sheet .voting-mode .brand-tile{flex-basis:154px;height:154px;min-height:154px;padding:12px 18px}.mobile-vote-sheet .voting-mode .brand-tile>img,.mobile-vote-sheet .voting-mode .mobile-vote-intro{display:none}.mobile-vote-sheet .vote-mode-controls{z-index:1;flex-direction:column;align-items:center;gap:8px;width:min(100%,440px);display:flex;position:relative}.mobile-vote-sheet .daily-vote-countdown{color:#eee8f7;align-items:center;gap:10px;display:flex}.mobile-vote-sheet .daily-vote-countdown small{font-size:12px;font-weight:650}.mobile-vote-sheet .daily-vote-countdown strong{color:#fff;letter-spacing:1px;font:800 18px/1 Exo,sans-serif}.mobile-vote-sheet .vote-search{background:#ffffff12;border:1px solid #bda7ff;border-radius:24px;width:min(100%,440px);height:48px;margin:0;padding:0 15px;box-shadow:inset 0 0 0 1px #ffffff0d,0 8px 22px #11091c2b}.mobile-vote-sheet .vote-search input{color:#fff;font-size:14px}.mobile-vote-sheet .vote-search input::placeholder{color:#d4c9df}.mobile-vote-sheet .vote-search span{color:#c7b5ff;font-size:22px}.mobile-vote-sheet .chart-list{overscroll-behavior:contain;scrollbar-width:none;background:#f7f5fa;flex:1;height:auto;min-height:0;padding:8px 10px 12px}.mobile-vote-sheet .chart-list::-webkit-scrollbar{display:none}.mobile-vote-sheet .chart-list li,.mobile-vote-sheet .chart-list.voting li{background:#fff;border:1px solid #e7e1eb;border-radius:15px;height:68px;min-height:68px;margin:0 0 7px;box-shadow:0 4px 14px #2a17370a}.mobile-vote-sheet .chart-list li:nth-child(2n),.mobile-vote-sheet .chart-list.voting li:nth-child(2n){background:#fff}.mobile-vote-sheet .chart-list.voting li{background-image:linear-gradient(118deg,#e9f4ff 0%,#f5e7ff 26%,#dcedff 50%,#f7ddfa 73%,#e4f4ff 100%);background-position:0%;background-size:240% 240%}.mobile-vote-sheet .chart-list.voting li:nth-child(3n+2){background-image:linear-gradient(118deg,#e2f1ff 0%,#fadcf7 27%,#eee5ff 52%,#d9ecff 76%,#f8e4fa 100%)}.mobile-vote-sheet .chart-list.voting li:nth-child(3n){background-image:linear-gradient(118deg,#deedff 0%,#eadcff 25%,#f8e6f6 49%,#d9efff 74%,#eee1ff 100%)}.mobile-vote-sheet .chart-list.voting li:nth-child(4n){background-image:linear-gradient(118deg,#eee6ff 0%,#d8caff 26%,#d5eeff 50%,#f5def7 76%,#e0eaff 100%)}.mobile-vote-sheet .chart-list.voting li.vote-selected{background-image:linear-gradient(118deg,#ded1ff 0%,#eccfff 25%,#bee3ff 50%,#f2ccf8 76%,#cee8ff 100%)}.mobile-vote-sheet .chart-list button,.mobile-vote-sheet .chart-list.voting button{border-radius:15px;grid-template-columns:28px 48px minmax(0,1fr) 62px 25px;gap:8px;padding:8px 12px}.mobile-vote-sheet .chart-list:not(.voting) button{grid-template-columns:28px 48px minmax(0,1fr)}.mobile-vote-sheet .chart-list.vote-readonly button{grid-template-columns:28px 48px minmax(0,1fr) 62px}.mobile-vote-sheet .rank{font-size:12px}.mobile-vote-sheet .cover{width:48px;min-width:48px;max-width:48px;height:48px;min-height:48px;max-height:48px}.mobile-vote-sheet .cover img{border:2px solid #fff;box-shadow:0 3px 10px #2b183324}.mobile-vote-sheet .song strong{color:#332e36;font-size:14px;font-weight:700}.mobile-vote-sheet .song small{color:#8d8591;font-size:12px}.mobile-vote-sheet .vote-score{min-width:58px}.mobile-vote-sheet .vote-score small{color:#958c99;font-size:12px}.mobile-vote-sheet .vote-score strong{color:#5d5262;font-size:12px}.mobile-vote-sheet .vote-check{border-color:#d7d0dc;width:25px;height:25px}.mobile-vote-sheet .vote-check.selected{background:linear-gradient(135deg,#7758e5,#a16fe9);border-color:#795ce4;box-shadow:0 4px 10px #7355db4a}.mobile-vote-sheet .chart-list.voting li:before{border-radius:15px}.mobile-vote-sheet .chart-list.voting li.vote-selected{border-color:#9a82eb;box-shadow:0 6px 20px #7255d62b}.mobile-vote-sheet .chart-list.voting li.vote-selected button{background:linear-gradient(90deg,#f4f0ff,#fbfaff)}.mobile-vote-sheet .vote-mode-close{display:none}.mobile-vote-sheet .vote-cancel-bar{padding:8px 10px calc(8px + env(safe-area-inset-bottom));background:#fffffff2;border-top:1px solid #e3dde8;flex:none;display:flex}.mobile-vote-sheet .vote-cancel-bar button{background:#2d2831;border:0;border-radius:13px;height:44px;font-size:13px}.mobile-vote-sheet .vote-confirm{min-height:100%;box-shadow:none;background:linear-gradient(145deg,#19131ff5,#332348f7);border:0;border-radius:0;padding:38px 24px 28px;inset:0;overflow-y:auto}.mobile-vote-sheet .vote-confirm h3{font-size:18px}.mobile-vote-sheet .vote-confirm p,.mobile-vote-sheet .vote-confirm>span,.mobile-vote-sheet .vote-confirm>strong small,.mobile-vote-sheet .vote-confirm>em{font-size:12px}.mobile-vote-sheet .chart-list .vote-confirm>div{gap:12px;width:auto;display:flex}.mobile-vote-sheet .chart-list .vote-confirm>div button{white-space:nowrap;border-radius:50%;place-items:center;width:80px;min-width:80px;height:80px;padding:0 8px;font-size:12px;line-height:1;display:grid}.mobile-vote-page-open>.left-shell,.mobile-vote-page-open>.content,.mobile-vote-page-open>.player,.mobile-vote-page-open>.mobile-my-page-tabs{display:none!important}.mobile-vote-page.mobile-vote-sheet{width:100%;height:calc(100dvh - 62px - env(safe-area-inset-bottom));min-height:0;max-height:calc(100dvh - 62px - env(safe-area-inset-bottom));box-shadow:none;background:#f7f5fa;border-radius:0;flex-direction:column;padding:0;animation:none;display:flex;overflow:hidden}.mobile-vote-page.mobile-vote-sheet>header{height:calc(72px + env(safe-area-inset-top));min-height:calc(72px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 16px 0;align-items:center;justify-content:initial;background:#fff;border-bottom:1px solid #e7e1eb;grid-template-columns:44px minmax(0,1fr) 44px;display:grid}.mobile-vote-page.mobile-vote-sheet>header:after{content:"";width:44px;height:44px}.mobile-vote-page.mobile-vote-sheet>header>div{text-align:center;min-width:0}.mobile-vote-page.mobile-vote-sheet>header h2{font-size:20px;line-height:1.25}.mobile-vote-page.mobile-vote-sheet>header small{font-size:12px}.mobile-vote-page.mobile-vote-sheet>header>.mobile-vote-page-back{color:#514a56;background:#fff;border:1px solid #ded8e4;border-radius:50%;place-items:center;width:40px;height:40px;font:400 30px/1 Arial;display:grid;box-shadow:0 3px 12px #25183010}.mobile-vote-page.mobile-vote-sheet .chart-panel{background:#fff;flex:1;height:auto;min-height:0;overflow:hidden;display:flex!important}.mobile-vote-page.mobile-vote-sheet .mobile-vote-confirm{z-index:15;height:auto;min-height:0;padding:38px 24px calc(28px + env(safe-area-inset-bottom));overscroll-behavior:contain;box-shadow:none;background:linear-gradient(145deg,#19131ff5,#332348f7);border:0;border-radius:0;margin:0;position:absolute;inset:0;overflow-y:auto}.mobile-vote-page.mobile-vote-sheet .brand-tile{flex-basis:218px;gap:6px;height:218px;min-height:218px;padding:15px 20px 17px}.mobile-vote-page.mobile-vote-sheet .voting-mode .brand-tile{flex-basis:154px;height:154px;min-height:154px;padding:12px 18px}.mobile-vote-page.mobile-vote-sheet .brand-tile>img{width:72px;max-width:72px;height:52px}.mobile-vote-page .daily-vote-state{z-index:1;color:#eee8f7;background:#ffffff10;border:1px solid #ffffff2c;border-radius:13px;min-height:24px;margin:0;padding:4px 12px;font-size:12px;font-weight:600;line-height:1.25;position:relative}.mobile-vote-page .daily-vote-state.complete{color:#d8ccff;background:#9c7cff20;border-color:#bba6ff66}.mobile-vote-page.mobile-vote-sheet .chart-list{height:0;min-height:0;padding:0 0 calc(16px + env(safe-area-inset-bottom));overscroll-behavior-y:contain;scroll-padding:0 0 calc(16px + env(safe-area-inset-bottom));touch-action:pan-y;-webkit-overflow-scrolling:touch;background:0 0;flex:1 1 0;overflow:hidden auto}.mobile-vote-page.mobile-vote-sheet .chart-list li,.mobile-vote-page.mobile-vote-sheet .chart-list.voting li{height:72px;min-height:72px;box-shadow:none;border:0;border-radius:0;margin:0}.mobile-vote-page.mobile-vote-sheet .chart-list.voting li:nth-child(n),.mobile-vote-page.mobile-vote-sheet .chart-list.voting li:nth-child(n):hover{background-color:#0000;background-size:240% 240%;animation:8.5s ease-in-out infinite alternate vote-card-aurora}.mobile-vote-page.mobile-vote-sheet .chart-list.voting li:before{display:block}.mobile-vote-page.mobile-vote-sheet .chart-list button,.mobile-vote-page.mobile-vote-sheet .chart-list.voting button{border-radius:0;grid-template-columns:62px 50px minmax(0,1fr) 64px 26px;gap:8px;padding:8px 4px}.mobile-vote-page.mobile-vote-sheet .chart-list button{touch-action:pan-y}.mobile-vote-page.mobile-vote-sheet .chart-list.voting li.vote-selected{box-shadow:inset 3px 0 #795ce4}.mobile-vote-page.mobile-vote-sheet .chart-list.voting li.vote-selected button{background:0 0}.mobile-vote-page .rank{color:#746d78;background:#f0edf3;border-radius:50%;justify-content:center;justify-self:start;align-items:center;gap:2px;width:28px;height:28px;font-size:12px;font-weight:800;display:flex}.mobile-vote-page .rank-crowns{white-space:nowrap;align-items:center;gap:0;font-size:12px;line-height:1;display:flex}.mobile-vote-page .rank-crowns span{width:12px;display:block}.mobile-vote-page .vote-rank-1,.mobile-vote-page .vote-rank-2,.mobile-vote-page .vote-rank-3{border-radius:14px;width:auto;min-width:48px;padding:0 5px}.mobile-vote-page .vote-rank-1{color:#6c4200;background:linear-gradient(135deg,#fff2bd,#ffd267)}.mobile-vote-page .vote-rank-2{color:#4e5968;background:linear-gradient(135deg,#f4f6f8,#dce2ea)}.mobile-vote-page .vote-rank-3{color:#693717;background:linear-gradient(135deg,#f8dfcb,#e7a879)}.mobile-vote-page .song strong{font-size:14px}.mobile-vote-page .song small{font-size:12px}.mobile-vote-page .vote-score small{color:#8f8694;letter-spacing:.4px;font-size:12px}.mobile-vote-page .vote-score strong{color:#443b49;font-size:13px}.mobile-vote-page .chart-list.vote-readonly button{cursor:default;grid-template-columns:62px 50px minmax(0,1fr) 64px}.mobile-vote-page .chart-list.vote-readonly li:before{opacity:.35;animation:none}.mobile-vote-page .vote-cancel-bar{padding-bottom:9px}.mobile-vote-page .vote-cancel-bar button{height:44px;font-size:13px}.mobile-vote-page.mobile-vote-sheet .chart-list .vote-confirm>div button,.mobile-vote-page.mobile-vote-sheet .mobile-vote-confirm>div button{border-radius:50%;grid-template-columns:1fr;place-items:center;width:80px;min-width:80px;height:80px;padding:0;font-size:14px;line-height:1;display:grid}.mobile-vote-page.mobile-vote-sheet .chart-list.voting{padding:0 0 calc(16px + env(safe-area-inset-bottom));background:0 0}.mobile-vote-page.mobile-vote-sheet .chart-list.voting li,.mobile-vote-page.mobile-vote-sheet .chart-list.voting li.vote-selected{box-shadow:none;border:0;border-radius:0;margin:0}.mobile-vote-page.mobile-vote-sheet .chart-list.voting li:before{border-radius:999px;height:1px;padding:0;inset:auto 16px 0}@media (width<=390px){.mobile-vote-page.mobile-vote-sheet .chart-list button,.mobile-vote-page.mobile-vote-sheet .chart-list.voting button{grid-template-columns:58px 44px minmax(0,1fr) 52px 24px;gap:5px;padding-inline:8px}.mobile-vote-page.mobile-vote-sheet .chart-list.vote-readonly button{grid-template-columns:58px 44px minmax(0,1fr) 52px}.mobile-vote-page.mobile-vote-sheet .cover{width:44px;min-width:44px;height:44px;min-height:44px}.mobile-vote-page .vote-score{min-width:50px}.mobile-vote-page .rank-crowns{letter-spacing:-2px}.mobile-vote-page .vote-rank-1,.mobile-vote-page .vote-rank-2,.mobile-vote-page .vote-rank-3{padding-inline:3px}}.player{right:10px;bottom:calc(70px + env(safe-area-inset-bottom));border-radius:14px;grid-template-columns:40px minmax(0,1fr) 34px 28px;left:10px;box-shadow:0 12px 36px #160c2655}.detail-shell{z-index:45;max-height:none;box-shadow:none;width:100%!important;height:100dvh!important;inset:0!important}.compose-shell{min-height:100dvh;height:auto!important;position:relative!important}.detail-shell:not(.compose-shell) .post-detail{height:100%;min-height:0;padding-top:env(safe-area-inset-top);overflow-anchor:none;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;scroll-padding-bottom:calc(86px + env(safe-area-inset-bottom));overflow:hidden auto}.detail-shell:not(.compose-shell) .post-detail-close,.club-board-detail .post-detail-close{width:44px;height:44px;right:12px;top:calc(12px + env(safe-area-inset-top));z-index:80;color:#fff;box-shadow:none;filter:drop-shadow(0 2px 4px #25173070);background:0 0;border:0;border-radius:0;place-items:center;padding:0;display:grid;position:fixed}.detail-shell:not(.compose-shell) .post-detail-close svg,.club-board-detail .post-detail-close svg{fill:none;stroke:currentColor;stroke-width:2.1px;stroke-linecap:round;width:25px;height:25px;display:block}.detail-shell:not(.compose-shell) .post-detail-close:focus-visible,.club-board-detail .post-detail-close:focus-visible{outline-offset:3px;outline:3px solid #7651e6}.detail-shell:not(.compose-shell) .comments{padding-bottom:calc(100px + env(safe-area-inset-bottom))}.app:has(.post-detail)>.mobile-app-nav.is-hidden{opacity:1;visibility:visible;pointer-events:auto;transition:transform .24s,opacity .2s;transform:translateY(0)}.post-detail .detail-body{padding-bottom:calc(70px + env(safe-area-inset-bottom))}.detail-shell:not(.compose-shell) .comment-form{padding-bottom:12px;position:relative}.detail-shell:not(.compose-shell) .comment-form>div{background:0 0;min-height:44px;padding:6px 0;position:static}.detail-shell:not(.compose-shell) .comment-form button[type=submit]{border-radius:20px;min-width:88px;height:40px;padding:0 18px;font-size:14px;font-weight:700;box-shadow:0 5px 16px #5a3ec133}.detail-shell .detail-audio{width:100vw;bottom:0}.writing-content,.star-content,.my-content,.artist-directory-content{padding-bottom:calc(18px + env(safe-area-inset-bottom))}.topbar .search-filter-popover{width:min(340px,100vw - 52px);max-height:calc(100dvh - 82px - env(safe-area-inset-top));top:calc(62px + env(safe-area-inset-top));border-radius:13px;padding:12px;left:auto;right:10px;overflow-y:auto;box-shadow:0 14px 38px #281c3830}.topbar .search-filter-popover>header{margin-bottom:10px}.topbar .search-filter-popover header strong{font-size:16px;line-height:1.25}.topbar .search-filter-popover header>button{min-width:44px;height:30px;padding:0 4px;font-size:12px}.topbar .search-filter-popover>label,.topbar .search-filter-popover .filter-date-row label{gap:4px;font-size:12px;line-height:1.25}.topbar .search-filter-popover>label{margin-top:8px}.topbar .search-filter-popover .filter-date-row{gap:7px}.topbar .search-filter-popover input,.topbar .search-filter-popover select{border-radius:9px;height:38px;padding-left:10px;padding-right:10px;font-size:13px}.topbar .search-filter-popover input[type=date]{background-position:right 8px center;background-size:15px;padding-right:32px}.topbar .search-filter-popover select{background-position:right 10px center;padding-right:32px}.topbar .search-filter-popover .filter-apply{border-radius:9px;height:38px;margin-top:10px;font-size:13px}}@media (width>=1025px){.detail-shell:not(.compose-shell) .detail-hero{--detail-hero-gradient:linear-gradient(90deg,#6c269a 0%,#0e92dc 100%);background:var(--detail-hero-gradient)}.detail-shell:not(.compose-shell) .detail-hero>p{font-size:15px;line-height:1.6}.detail-shell:not(.compose-shell) .detail-hero:after{clip-path:polygon(0 100%,100% 0,100% 100%);pointer-events:none;background:#f8f8f8;height:60px;bottom:-1px}.detail-shell:not(.compose-shell) .post-detail:has(.detail-carousel:not(.detail-mixed-carousel),.detail-mixed-carousel.active-image,.detail-mixed-carousel.active-youtube:not(.youtube-portrait)) .detail-hero{min-height:540px}.detail-shell:not(.compose-shell) .post-detail:has(.detail-carousel:not(.detail-mixed-carousel),.detail-mixed-carousel.active-image,.detail-mixed-carousel.active-youtube:not(.youtube-portrait)) .detail-body{margin-top:-315px}.detail-shell:not(.compose-shell) .post-detail:has(.detail-carousel:not(.detail-mixed-carousel),.detail-mixed-carousel.active-image,.detail-mixed-carousel.active-youtube:not(.youtube-portrait)) .detail-hero:after{height:180px}.detail-shell:not(.compose-shell) .post-detail:has(.detail-carousel:not(.detail-mixed-carousel),.detail-mixed-carousel.active-image) .detail-carousel{width:min(100%,640px)}.detail-shell:not(.compose-shell) .post-detail:has(.detail-carousel:not(.detail-mixed-carousel),.detail-mixed-carousel.active-image) .detail-hero:after{height:300px}.detail-shell:not(.compose-shell) .post-detail:has(.detail-mixed-carousel.active-x) .detail-hero{--detail-desktop-diagonal-depth:310px}.detail-shell:not(.compose-shell) .post-detail:has(.detail-mixed-carousel.active-instagram,.detail-mixed-carousel.active-facebook) .detail-hero{--detail-desktop-diagonal-depth:350px}.detail-shell:not(.compose-shell) .post-detail:has(.detail-mixed-carousel.active-tiktok) .detail-hero{--detail-desktop-diagonal-depth:410px}.detail-shell:not(.compose-shell) .post-detail:has(.detail-youtube-carousel.youtube-portrait) .detail-hero{--detail-desktop-diagonal-depth:304px}.detail-shell:not(.compose-shell) .post-detail:has(.detail-mixed-carousel.active-x,.detail-mixed-carousel.active-instagram,.detail-mixed-carousel.active-facebook,.detail-mixed-carousel.active-tiktok,.detail-youtube-carousel.youtube-portrait) .detail-hero:after{height:var(--detail-desktop-diagonal-depth);bottom:calc(-1 * var(--detail-desktop-diagonal-depth) + 1px);background:var(--detail-hero-gradient);clip-path:polygon(0 0,100% 0,100% 0,0 100%)}}@media (width<=1024px){.detail-shell .detail-hero{--detail-diagonal-depth:clamp(150px,32vw,300px);--detail-hero-gradient:linear-gradient(90deg,#6c269a 0%,#0e92dc 100%);background:var(--detail-hero-gradient);min-height:0;padding:22px 22px 70px}.detail-shell .post-detail:has(.detail-youtube-carousel.youtube-portrait) .detail-hero{--detail-diagonal-depth:clamp(340px,74vw,680px)}.detail-shell .post-detail:has(.detail-mixed-carousel.active-x,.detail-mixed-carousel.active-instagram,.detail-mixed-carousel.active-facebook,.detail-mixed-carousel.active-tiktok) .detail-hero{--detail-diagonal-depth:clamp(260px,56vw,520px)}.detail-shell .detail-hero:after{height:var(--detail-diagonal-depth);bottom:calc(-1 * var(--detail-diagonal-depth) + 1px);background:var(--detail-hero-gradient);clip-path:polygon(0 0,100% 0,100% 0,0 100%);pointer-events:none}.detail-shell .detail-hero h1{letter-spacing:-.25px;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;margin:16px 0 7px;font-size:19px;font-weight:600;line-height:1.38;display:-webkit-box;overflow:hidden}.detail-shell .detail-hero>p{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;margin:0;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.detail-shell .detail-body{width:calc(100% - 44px);margin:-46px auto 40px}}@keyframes mobileSearchGlow{0%,to{background-position:0 0,0 0;box-shadow:0 0 0 1px #795ce817,0 0 9px #8e67ec22}50%{background-position:0 0,100% 0;box-shadow:0 0 0 1px #c764d727,0 0 16px #8e67ec48}}@keyframes mobileMenuIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes mobile-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.topbar .search{animation:none!important}}@media (width<=380px){.feed{padding-left:11px;padding-right:11px}.post-list{column-gap:10px}.post h3{font-size:13px}.mobile-app-nav button span{font-size:12px}}@media (display-mode:standalone) and (width<=1024px){.content>.topbar{border-bottom-color:#ece8f0}.mobile-app-nav{background:#fffffff7}}@media (width<=1024px){.artist-directory{padding:18px 14px calc(78px + env(safe-area-inset-bottom))}.artist-directory-grid{grid-template-columns:minmax(0,1fr);gap:14px}.artist-directory-card{aspect-ratio:auto;border-radius:14px;width:100%;min-height:224px;padding:14px;box-shadow:0 8px 24px #21172d18}.artist-directory-card:hover{transform:translateY(-2px)rotate(0)}.artist-card-top{border-bottom-width:3px;align-items:flex-start;gap:9px;height:28px}.artist-card-top>b,.artist-card-top>small,.artist-card-top>i{font-size:12px;line-height:1.2}.artist-directory-card .artist-card-body{grid-template-columns:38% minmax(0,1fr);gap:15px;padding-top:13px}.artist-card-left .artist-directory-image{aspect-ratio:4/3;border-radius:7px}.artist-card-stat,.artist-card-genre{margin-top:8px}.artist-card-stat small,.artist-card-genre small{font-size:12px;line-height:1.1}.artist-card-stat strong{margin-top:3px;font-size:17px}.artist-card-genre strong{margin-top:3px;font-size:14px}.artist-card-heading,.artist-directory-card .artist-card-label{font-size:12px;line-height:1.2}.artist-directory-card .artist-directory-name{gap:6px;margin-top:6px}.artist-directory-card .artist-directory-name>strong{font-size:18px;line-height:1.2}.artist-directory-card .artist-directory-copy>small{margin-top:4px;font-size:12px;line-height:1.25}.artist-directory-card .artist-master-badge{height:24px;padding:0 8px;font-size:12px}.artist-directory-card .artist-card-label{margin-top:13px}.artist-top-tracks{gap:4px;margin-top:7px;font-size:12px;line-height:1.2}.artist-top-tracks li{grid-template-columns:24px minmax(0,1fr);gap:5px}.artist-top-tracks li b{font-size:12px}.artist-directory-card .artist-directory-copy>em{gap:4px;margin-top:7px;font-size:12px;line-height:1.2;display:flex}.artist-directory-card>.artist-card-open{font-size:22px;bottom:12px;right:13px}.compose-shell{display:none!important}.app.writing-view{padding-bottom:0}.writing-content{background:#fff;min-height:100dvh;padding:0}.writing-content>.topbar{display:none!important}.writing-content>.write-editor{width:100%;padding:0 16px calc(76px + env(safe-area-inset-bottom));flex-direction:column;margin:0;display:flex;overflow:visible}.writing-content .write-editor-head{min-height:calc(70px + env(safe-area-inset-top));padding:calc(12px + env(safe-area-inset-top)) 16px 12px;z-index:35;-webkit-backdrop-filter:blur(18px);background:#fffffff2;border-bottom:1px solid #e8e3ec;justify-content:space-between;align-items:center;gap:10px;margin:0 -16px 16px;position:sticky;top:0;box-shadow:0 7px 22px #251a3210;display:flex!important}.writing-content .write-editor-head>div{min-width:0}.writing-content .write-editor-head h2{color:#302b34;margin:0;font-size:20px;line-height:1.3}.writing-content .write-editor-head p{color:#8a838e;text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:13px;line-height:1.4;overflow:hidden}.writing-content .write-editor-actions{flex:none;align-items:center;gap:6px;display:flex}.writing-content .write-editor-actions button{color:#684ed2;white-space:nowrap;cursor:pointer;background:#f8f5ff;border:1px solid #d9d1e2;border-radius:21px;justify-content:center;align-items:center;gap:5px;min-width:68px;height:40px;margin:0;padding:0 11px;font-size:14px;font-weight:700;display:inline-flex}.writing-content .write-editor-actions button span{font-size:18px;line-height:1}.writing-content .write-editor-actions .write-editor-complete{color:#fff;background:#7357e2;border-color:#7357e2;min-width:62px}.writing-content .write-editor-actions .write-editor-complete:disabled{color:#aaa3ae;cursor:not-allowed;background:#eeeaf1;border-color:#e3dfe8}.writing-content .write-editor-actions button:focus-visible{outline-offset:2px;outline:2px solid #876cec}.writing-content .write-editor-head{order:0}.writing-content .write-title-field{background:#fff;border:1px solid #e3dde8;border-bottom:0;border-radius:16px 16px 0 0;order:1;margin:0;padding:6px 13px 0}.writing-content .write-summary-field{background:#fff;border-left:1px solid #e3dde8;border-right:1px solid #e3dde8;order:2;margin:0;padding:0 13px}.writing-content .editor-content-field{background:#fff;border:1px solid #e3dde8;border-top:0;border-radius:0 0 16px 16px;order:3;margin:0 0 21px;padding:0 13px 13px;box-shadow:0 12px 34px #32213d0b}.writing-content .representative-media-field{order:4}.writing-content .write-field:not(.write-title-field):not(.write-summary-field):not(.editor-content-field):not(.representative-media-field){order:5}.writing-content .write-guide{order:6}.writing-content .publish-button,.writing-content .write-footer-actions{order:7;display:none}.writing-content .write-title-field>span,.writing-content .write-summary-field>span,.writing-content .editor-content-field>span{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.writing-content .write-title-field input{color:#26212a;letter-spacing:-.45px;height:58px;box-shadow:none;background:0 0;border:0;border-bottom:1px solid #eeeaf1;border-radius:0;padding:0;font-size:23px;font-weight:750}.writing-content .write-title-field input::placeholder{color:#68616d;font-weight:700}.writing-content .write-summary-field>div{position:relative}.writing-content .write-summary-field input{color:#4f4853;height:49px;box-shadow:none;background:0 0;border:0;border-bottom:1px solid #eeeaf1;border-radius:0;padding:0 48px 0 0;font-size:14px}.writing-content .write-summary-field input::placeholder{color:#9a939e}.writing-content .write-summary-field small{color:#aaa3ae;margin:0;font-size:12px;line-height:1;position:absolute;top:17px;right:0}.writing-content .write-title-field input:focus,.writing-content .write-summary-field input:focus{box-shadow:none;border-bottom-color:#866bea}.writing-content .editor-media-guide{display:none}.writing-content .editor-content-field>div{width:100%}.writing-content .editor-content-field .tiptap-editor.rich-editor{box-shadow:none;background:0 0;border:0;border-radius:0;flex-direction:column;display:flex;position:relative;overflow:visible}.writing-content .editor-content-field .tiptap-editor.rich-editor:focus-within{box-shadow:none;border:0}.writing-content .editor-content-field .tiptap-editor .tiptap{color:#37313b;order:1;min-height:285px;max-height:none;padding:18px 0 38px;font-size:14px;line-height:1.75;overflow:visible}.writing-content .editor-content-field .tiptap-editor.is-empty .tiptap:before{color:#9d96a1;font-size:14px;top:18px;left:0}.writing-content .editor-content-field .editor-toolbar{scrollbar-width:none;background:#faf8fc;border:1px solid #e6e0ea;border-radius:12px;flex-wrap:nowrap;order:3;min-height:48px;margin:0 -4px;padding:5px 4px;overflow-x:auto}.writing-content .editor-content-field .editor-toolbar::-webkit-scrollbar{display:none}.writing-content .editor-content-field .tiptap-editor>small{z-index:2;color:#8f8794;pointer-events:none;background:#fffffff0;border:1px solid #e7e1eb;border-radius:12px;order:2;padding:5px 9px;font-size:12px;line-height:1;position:absolute;bottom:55px;right:2px;box-shadow:0 4px 12px #2d1c3d12}.writing-content .representative-media-field>span{font-size:16px}.writing-content .representative-media-editor{background:#fbfaff;border-radius:14px}.writing-content .representative-image-source{grid-template-columns:44px minmax(0,1fr) auto;padding:9px}.writing-content .representative-image-source>img{grid-row:1;width:44px;height:44px}.writing-content .representative-image-source>strong{grid-row:1}.writing-content .representative-image-source>label{grid-area:2/1/auto/-1;grid-template-columns:1fr;gap:5px}.writing-content .representative-image-source .image-source-add{grid-row:1}.writing-content .representative-image-source .image-source-remove{grid-column:1/-1;justify-self:end}.writing-content .representative-image-source input{height:42px;font-size:14px}.writing-content .write-field small,.writing-content .social-media-url>span,.writing-content .social-media-url button,.writing-content .representative-media-thumbs article>span,.writing-content .representative-media-thumbs button,.writing-content .clear-representative-media,.writing-content .selected-music article>b,.writing-content .selected-music article strong,.writing-content .selected-music article small,.writing-content .tiptap-editor .editor-toolbar select{font-size:12px}}@media (width>=701px) and (width<=1024px){.awards .award-grid{gap:10px}.awards .award-grid article{flex:0 0 calc(16.6667% - 8.33333px);min-width:0}.artist-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:16px}.artist-directory-card{min-width:0;height:100%}.artist-directory-card .artist-card-body{grid-template-columns:42% minmax(0,1fr);align-items:stretch;gap:14px}.artist-directory-card .artist-card-left{min-width:0}.artist-directory-card .artist-card-left .artist-directory-image{aspect-ratio:1}.artist-directory-card .artist-card-genre{margin-top:auto;padding-top:20px}.artist-directory-card .artist-directory-copy,.artist-directory-card .artist-top-tracks li{min-width:0}.artist-directory-card .artist-top-tracks li>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.mobile-vote-page.mobile-vote-sheet .mobile-vote-confirm>div{gap:12px;width:auto;display:flex}.detail-shell:not(.compose-shell) .detail-body{width:min(720px,100% - 96px);min-width:0;margin-inline:auto}.detail-shell:not(.compose-shell) .detail-hero{padding-inline:max(48px,50% - 360px)}.detail-shell:not(.compose-shell) .detail-copy,.detail-shell:not(.compose-shell) .detail-body-tags,.detail-shell:not(.compose-shell) .detail-credits,.detail-shell:not(.compose-shell) .comments{box-sizing:border-box;overflow-wrap:anywhere;width:100%;max-width:100%;margin-inline:auto}.auth-overlay{padding:24px;overflow-y:auto}.auth-modal{overscroll-behavior:contain;grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr);width:min(480px,100%);min-height:0;max-height:calc(100dvh - 48px);overflow-y:auto}.auth-brand{background-position:50%;min-height:220px;padding:52px 24px 24px}.auth-brand img{width:150px}.auth-content{min-width:0;padding:24px 28px 28px}.auth-content input{height:44px;font-size:16px}.auth-content .email-auth,.auth-content .social-auth{min-height:44px;font-size:14px}.post-list-mobile-card .post{grid-template-rows:auto 1fr auto;grid-template-columns:clamp(200px,30vw,300px) minmax(0,1fr) auto;align-items:start;gap:8px 16px;padding:18px}.post-list-mobile-card .post .post-media{aspect-ratio:4/3;grid-area:1/1/4;align-self:center;width:100%;min-width:0;height:auto}.post-list-mobile-card .post .post-mobile-header{grid-area:1/2/auto/4;min-width:0;padding:0}.post-list-mobile-card .post-mobile-header strong{font-size:14px}.post-list-mobile-card .post-mobile-header small{font-size:13px}.post-list-mobile-card .post .post-mobile-copy{overflow-wrap:anywhere;grid-area:2/2/auto/4;min-width:0;padding:0}.post-list-mobile-card .post-mobile-copy h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.post-list-mobile-card .post-mobile-copy p{-webkit-line-clamp:3;font-size:14px}.post-list-mobile-card .post .post-mobile-actions{flex-wrap:wrap;grid-area:3/2;gap:5px;padding:0}.post-list-mobile-card .post-mobile-actions.post-meta>span{padding:0 8px}.post-list-mobile-card .post>.heat{grid-area:3/3;align-self:end;margin:0}}@media (width>=1025px){.content:has(>.awards)>.feed{position:relative;scrollbar-width:none!important;scrollbar-color:transparent transparent!important;scrollbar-gutter:auto!important}.content:has(>.awards)>.feed.is-scrolling{position:relative;scrollbar-width:none!important;scrollbar-color:transparent transparent!important;scrollbar-gutter:auto!important}.content:has(>.awards)>.feed::-webkit-scrollbar{width:0!important;height:0!important}.content:has(>.awards)>.feed.is-scrolling::-webkit-scrollbar{width:0!important;height:0!important}.content:has(>.awards)>.feed:after{content:"";width:4px;height:var(--feed-scroll-height,46px);z-index:8;top:var(--feed-scroll-top,4px);opacity:0;pointer-events:none;background:#817a8999;border-radius:4px;transition:opacity .16s;position:absolute;right:3px}.content:has(>.awards)>.feed.is-scrolling:after{opacity:1}}:root{--admin-purple:#7658e8;--admin-dark:#17141b;--admin-line:#e7e2ec;--admin-bg:#f5f3f8}.sr-only{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}body:has(.admin-app){overflow:hidden auto}.admin-gallery-source{overflow-wrap:anywhere;flex-direction:column;gap:4px;min-width:0;margin-top:8px;font-size:13px;line-height:1.6;display:flex}.admin-gallery-source a{color:#6542d5;font-size:13px;text-decoration:underline}.admin-gallery-source span{color:#746b7e;font-size:13px}.admin-gallery-preview>.admin-gallery-source{flex-shrink:0;max-height:160px;padding:8px 20px;overflow:auto}.admin-timeline-editor{min-width:0}.admin-timeline-editor>header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-timeline-editor h3{margin:0;font-size:20px}.admin-timeline-editor h3 span{color:#746b7e;font-size:13px}.admin-timeline-editor>p{color:#746b7e;font-size:13px;line-height:1.6}.admin-timeline-row{border:1px solid var(--admin-line);border-radius:8px;grid-template-columns:100px minmax(0,1fr);gap:12px;min-width:0;margin:14px 0;padding:14px;display:grid}.admin-timeline-row legend{padding:0 6px;font-size:14px;font-weight:700}.admin-timeline-row{grid-template-columns:40px 90px minmax(0,1fr) 40px;align-items:end}.admin-timeline-row.drop-target{background:#faf8ff;border-color:#7658e8;box-shadow:0 -3px #7658e8}.admin-timeline-handle,.admin-timeline-remove{border:1px solid var(--admin-line);color:#584097;background:#f7f4ff;border-radius:6px;width:40px;height:44px;padding:0;font-size:24px}.admin-timeline-handle{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.admin-timeline-handle:active{cursor:grabbing}.admin-timeline-remove{color:#bb3759;background:#fff5f7}.admin-timeline-handle:focus-visible,.admin-timeline-remove:focus-visible{outline-offset:2px;outline:2px solid #7658e8}.admin-timeline-announcement{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}@media (width<=700px){.admin-timeline-row{grid-template-columns:40px minmax(0,1fr) 40px;gap:8px}.admin-timeline-handle{grid-area:1/1/3;align-self:center}.admin-timeline-row label{grid-column:2}.admin-timeline-remove{grid-area:2/3}}.admin-page-detail-head .admin-visibility-actions{flex-flow:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.admin-visibility-actions>span{color:var(--admin-purple);font-size:14px;font-weight:700}.admin-visibility-actions>button{white-space:nowrap;min-height:44px;font-size:14px}.admin-visibility-actions>button:disabled{opacity:.6;cursor:wait}.admin-app{background:var(--admin-bg);color:#2d2831;grid-template-columns:250px minmax(0,1fr);min-height:100vh;font-size:14px;display:grid}.admin-sidebar{background:var(--admin-dark);color:#fff;flex-direction:column;height:100vh;padding:28px 20px;display:flex;position:sticky;top:0}.admin-brand{color:#fff;grid-template-columns:48px 1fr;align-items:center;margin-bottom:38px;text-decoration:none;display:grid}.admin-brand span{color:#987dff;grid-row:1/3;font-size:42px}.admin-brand strong{font-size:18px}.admin-brand small{color:#9a929f;letter-spacing:1px;font-size:12px}.admin-sidebar nav{flex-direction:column;gap:7px;display:flex}.admin-sidebar nav a,.admin-sidebar>div a,.admin-sidebar>div button{color:#afa8b4;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:13px 15px;font-size:14px;text-decoration:none}.admin-sidebar nav a:hover,.admin-sidebar nav a.active{color:#fff;background:linear-gradient(90deg,#7558e8,#9a69eb)}.admin-sidebar>div{border-top:1px solid #353039;flex-direction:column;margin-top:auto;padding-top:12px;display:flex}.admin-sidebar>div button{width:100%}.admin-main{min-width:0}.admin-topbar{border-bottom:1px solid var(--admin-line);background:#fff;justify-content:space-between;align-items:center;height:76px;padding:0 32px;display:flex}.admin-topbar small{color:#8c73e6;letter-spacing:1px;font-size:12px;font-weight:700}.admin-topbar h1{margin:3px 0 0;font-size:22px}.admin-topbar>span{color:#716a75;font-size:13px}.admin-content{padding:28px 32px 60px}.admin-alert{color:#654ccc;background:#f0ebff;border:1px solid #d9cffc;border-radius:10px;margin:0 0 18px;padding:13px 16px;font-size:14px}.admin-alert.error{color:#ac344a;background:#fff0f3;border-color:#f1bbc5}.admin-metrics{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;display:grid}.admin-metrics article{background:#fff;border-radius:14px;min-height:130px;padding:20px;box-shadow:0 10px 30px #2f203b0b}.admin-metrics span{color:#8f8794;font-size:12px;font-weight:700}.admin-metrics strong{margin-top:18px;font-size:30px;display:block}.admin-dashboard-grid{grid-template-columns:1fr 1fr;gap:18px;margin-top:18px;display:grid}.admin-panel{border:1px solid var(--admin-line);background:#fff;border-radius:14px;overflow:hidden}.admin-panel>header{border-bottom:1px solid #eeeaf1;justify-content:space-between;align-items:center;min-height:58px;padding:0 18px;display:flex}.admin-panel h2{margin:0;font-size:16px}.audit-panel{grid-column:1/-1}.admin-compact-row{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;gap:18px;min-height:65px;padding:12px 18px;display:flex}.admin-compact-row:last-child{border-bottom:0}.admin-compact-row div{min-width:0}.admin-compact-row strong,.admin-compact-row small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.admin-compact-row strong{font-size:14px}.admin-compact-row small,.admin-compact-row time{color:#8e8792;margin-top:4px;font-size:12px}.admin-status{color:#684bd6;text-transform:uppercase;background:#eee9ff;border-radius:14px;padding:5px 9px;font-size:12px;font-weight:700;display:inline-flex}.admin-status.published,.admin-status.approved{color:#167557;background:#e6f8ef}.admin-status.archived,.admin-status.rejected{color:#b33f53;background:#fff0f2}.admin-status.pending,.admin-status.draft{color:#8f6c11;background:#fff7df}.admin-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.admin-card-grid>button{border:1px solid var(--admin-line);color:#302a34;text-align:left;cursor:pointer;background:#fff;border-radius:15px;grid-template-columns:110px minmax(0,1fr);gap:15px;min-height:180px;padding:16px;display:grid}.admin-card-grid>button:hover{border-color:#a995ed;box-shadow:0 12px 28px #4d317e12}.admin-card-grid img{object-fit:cover;background:#eee;border-radius:10px;width:110px;height:145px}.admin-card-grid span{flex-direction:column;min-width:0;display:flex}.admin-card-grid strong{margin-top:7px;font-size:17px}.admin-card-grid small,.admin-card-grid em{color:#817989;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-style:normal;overflow:hidden}.admin-card-grid em{margin-top:12px}.admin-card-grid>button>b{color:#6e52da;grid-column:2;align-self:end;font-size:13px}.member-grid>button{grid-template-columns:82px minmax(0,1fr);min-height:140px}.member-grid img{border-radius:50%;width:82px;height:82px}.admin-modal-backdrop{z-index:100;background:#16101d99;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.admin-modal{background:#fff;border-radius:18px;width:min(560px,100%);max-height:calc(100vh - 40px);padding:24px;overflow:auto;box-shadow:0 30px 90px #0005}.admin-modal.wide,.photo-review-modal{width:min(850px,100%)}.admin-modal>header{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.admin-modal>header small{color:#7559dc;font-size:12px;font-weight:700}.admin-modal h2{margin:4px 0 0;font-size:22px}.admin-modal>header>button{cursor:pointer;background:#f1edf6;border:0;border-radius:50%;width:38px;height:38px;font-size:22px}.admin-modal label{flex-direction:column;gap:7px;margin-top:14px;font-size:14px;font-weight:600;display:flex}.admin-modal input,.admin-modal textarea,.admin-modal select,.admin-table-wrap select{background:#fff;border:1px solid #dcd6e3;border-radius:9px;padding:11px 12px;font-size:14px}.admin-modal textarea{resize:vertical;min-height:130px}.admin-form-columns{grid-template-columns:1fr 1fr;gap:0 14px;display:grid}.admin-check{align-items:center;flex-direction:row!important}.admin-check input{width:18px;height:18px}.admin-primary,.admin-search button,.admin-comment-grid footer button{background:var(--admin-purple);color:#fff;cursor:pointer;border:0;border-radius:22px;margin-top:18px;padding:11px 17px;font-size:14px;font-weight:700}.admin-table-wrap{overflow-x:auto}.admin-table-wrap table{border-collapse:collapse;width:100%}.admin-table-wrap th,.admin-table-wrap td{text-align:left;border-bottom:1px solid #eee;padding:15px 17px;font-size:13px}.admin-table-wrap th{color:#827a87;font-size:12px}.admin-table-wrap td strong,.admin-table-wrap td small{display:block}.admin-table-wrap td small{color:#8f8893;margin-top:4px;font-size:12px}.admin-post-list-title{grid-template-columns:72px minmax(0,1fr);align-items:center;gap:13px;min-width:280px;display:grid}.admin-post-list-title>img,.admin-post-list-placeholder{background:#eeeaf3;border-radius:8px;width:72px;height:54px}.admin-post-list-title>img{object-fit:cover;display:block}.admin-post-list-placeholder{color:#8b8390;text-align:center;place-items:center;font-size:12px;display:grid}.admin-post-list-title>span:last-child{min-width:0}.admin-post-list-title strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.admin-post-author-type{white-space:nowrap;border-radius:999px;justify-content:center;min-width:82px;padding:5px 9px;font-size:12px;font-weight:800;display:inline-flex}.admin-post-author-type.ai{color:#6245d2;background:#eee9ff}.admin-post-author-type.human{color:#24704d;background:#e8f6ee}.admin-post-selection{margin-top:-2px}.admin-post-check-column{text-align:center!important;width:42px!important;padding-right:4px!important}.admin-post-check-column input{width:18px;height:18px;accent-color:var(--admin-purple);cursor:pointer;margin:0}.admin-table-wrap tbody tr.selected{background:#faf8ff;box-shadow:inset 3px 0 #7658e8}.admin-comment-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.admin-comment-grid article{padding-bottom:17px}.admin-comment-grid textarea{resize:vertical;border:1px solid #ddd6e4;border-radius:9px;width:calc(100% - 34px);min-height:105px;margin:17px;padding:12px;font-size:14px}.admin-comment-grid footer{padding:0 17px}.admin-comment-grid footer button{margin:0 8px 0 0}.admin-comment-grid footer .danger{color:#af3f52;background:#fff0f2}.admin-comment-grid .is-deleted{opacity:.55}.admin-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.admin-photo-grid>button{border:1px solid var(--admin-line);color:#302b34;text-align:left;cursor:pointer;background:#fff;border-radius:15px;padding:0;overflow:hidden}.admin-photo-grid>button>div{color:#8068d8;background:#eee9f5;place-items:center;height:190px;display:grid}.admin-photo-grid img{object-fit:cover;width:100%;height:100%}.admin-photo-grid article{padding:16px}.admin-photo-grid h2{margin:9px 0 5px;font-size:17px}.admin-photo-grid p{color:#716a75;height:42px;margin:0;font-size:13px;line-height:1.6;overflow:hidden}.admin-photo-grid footer{color:#918997;margin-top:12px;font-size:12px}.admin-review-images{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.admin-review-images figure{border:1px solid #eee;border-radius:11px;margin:0;overflow:hidden}.admin-review-images img{aspect-ratio:16/10;object-fit:cover;width:100%;display:block}.admin-review-images figcaption{color:#777;padding:9px;font-size:12px}.photo-review-modal>p{color:#5f5863;font-size:14px;line-height:1.7}.admin-search{gap:8px;margin-bottom:18px;display:flex}.admin-search input{background:#fff;border:1px solid #ddd5e5;border-radius:22px;width:min(520px,100%);height:44px;padding:0 15px;font-size:14px}.admin-search button{margin:0}.admin-loading{background:var(--admin-bg);color:#756e79;place-items:center;min-height:100vh;font-size:14px;display:grid}.admin-login-page{background:radial-gradient(circle at 20% 20%,#6243a8,#17131e 62%);place-items:center;min-height:100vh;padding:20px;display:grid}.admin-login-card{background:#fff;border-radius:22px;grid-template-columns:1fr 1.25fr;width:min(850px,100%);min-height:520px;display:grid;overflow:hidden;box-shadow:0 35px 100px #0007}.admin-login-brand{color:#fff;background:linear-gradient(145deg,#47268d,#923ebb);flex-direction:column;justify-content:center;align-items:center;display:flex}.admin-login-brand span{font-size:100px}.admin-login-brand strong{font-size:28px}.admin-login-brand small{letter-spacing:2px;margin-top:12px;font-size:12px}.admin-login-card form{padding:62px 54px}.admin-login-card form>small{color:#7658e4;letter-spacing:1.4px;font-size:12px;font-weight:700}.admin-login-card h1{margin:10px 0;font-size:28px}.admin-login-card form>p{color:#777;font-size:14px}.admin-login-card label{flex-direction:column;gap:7px;margin-top:18px;font-size:14px;display:flex}.admin-login-card input{border:1px solid #ddd5e5;border-radius:9px;height:46px;padding:0 12px;font-size:14px}.admin-login-card form>button{color:#fff;background:linear-gradient(90deg,#7657e8,#c841ad);border:0;border-radius:9px;width:100%;height:46px;margin-top:22px;font-size:14px;font-weight:700}.admin-login-card form>a{color:#746c78;text-align:center;margin-top:16px;font-size:13px;display:block}.admin-access-denied{text-align:center;background:#fff;border-radius:20px;width:min(580px,100%);padding:45px}.admin-access-denied>span{color:#bd4056;background:#fff0f2;border-radius:50%;place-items:center;width:64px;height:64px;margin:auto;font-size:30px;font-weight:700;display:grid}.admin-access-denied h1{font-size:24px}.admin-access-denied p{color:#6c6570;font-size:14px;line-height:1.7}.admin-access-denied code{background:#eee9f6;border-radius:4px;padding:2px 5px}.admin-access-denied div{justify-content:center;gap:10px;margin-top:24px;display:flex}.admin-access-denied button,.admin-access-denied a{color:#fff;background:#7658e8;border:0;border-radius:21px;padding:11px 16px;font-size:14px;text-decoration:none}.admin-access-denied a{color:#684fd0;background:#eee9f6}.admin-login-help{text-align:center;margin-top:13px;display:block;color:#8d8591!important;letter-spacing:0!important;font-size:12px!important}.admin-login-card form>a{margin-top:12px}.admin-section-search{align-items:center}.admin-section-search span{color:#756d7b;margin-left:auto;font-size:13px;font-weight:700}.admin-empty{color:#817988;text-align:center;background:#fff;border:1px dashed #cfc6d8;border-radius:13px;margin:0;padding:28px;font-size:14px}.admin-detail-backdrop{align-items:start;overflow-y:auto}.admin-entity-detail{width:min(1120px,100%);max-height:none;margin:20px auto 44px;padding:28px}.admin-entity-detail>header{z-index:4;background:#fff;border-bottom:1px solid #eee8f2;margin:-28px -28px 20px;padding:24px 28px 16px;position:sticky;top:-28px}.admin-detail-tabs{z-index:3;background:#fff;border-bottom:1px solid #e6e0ea;gap:5px;margin:0 -28px 22px;padding:0 28px;display:flex;position:sticky;top:67px}.admin-detail-tabs button{color:#81798a;cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;min-width:110px;padding:13px 18px;font-size:14px;font-weight:700}.admin-detail-tabs button.active{border-bottom-color:var(--admin-purple);color:#684bd6}.admin-detail-tabs b{background:#eee9f9;border-radius:12px;margin-left:7px;padding:2px 7px;font-size:12px}.admin-profile-editor,.admin-inline-editor{flex-direction:column;display:flex}.admin-profile-editor>label,.admin-inline-editor label,.admin-relation-fields label{color:#49414e;flex-direction:column;gap:7px;margin-top:14px;font-size:14px;font-weight:700;display:flex}.admin-profile-editor input,.admin-profile-editor textarea,.admin-profile-editor select,.admin-inline-editor input,.admin-inline-editor textarea,.admin-inline-editor select{box-sizing:border-box;color:#312b35;width:100%;font:inherit;background:#fff;border:1px solid #dcd5e3;border-radius:9px;padding:11px 12px;font-size:14px}.admin-profile-editor textarea,.admin-inline-editor textarea{resize:vertical;min-height:120px}.admin-profile-editor textarea.short{min-height:74px}.admin-profile-editor textarea.post-body-editor{min-height:310px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.65}.admin-profile-editor label small{color:#8a8290;font-size:12px;font-weight:500}.admin-detail-section>header,.admin-post-comments>header{justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;display:flex}.admin-detail-section h3,.admin-post-comments h3{margin:4px 0 0;font-size:19px}.admin-detail-section header small,.admin-post-comments header small{color:#7a60dc;letter-spacing:.8px;font-size:12px;font-weight:700}.admin-add-button,.admin-row-action{color:#684bd6;cursor:pointer;background:#fff;border:1px solid #b6a5ef;border-radius:20px;padding:9px 14px;font-size:13px;font-weight:700}.admin-relation-selection{background:#faf8ff;border:1px solid #ddd5eb;border-radius:11px;align-items:center;gap:14px;min-height:48px;margin-bottom:10px;padding:8px 12px;display:flex}.admin-relation-selection label{cursor:pointer;align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}.admin-relation-selection input,.admin-relation-checkbox input{width:18px;height:18px;accent-color:var(--admin-purple);cursor:pointer;margin:0}.admin-relation-selection span{color:#716979;font-size:13px}.admin-relation-selection button{color:#ad3e51;cursor:pointer;background:#fff0f2;border:0;border-radius:18px;margin-left:auto;padding:8px 13px;font-size:13px;font-weight:700}.admin-relation-selection button:disabled{opacity:.4;cursor:not-allowed}.admin-relation-list{flex-direction:column;gap:9px;display:flex}.admin-relation-list article{background:#fff;border:1px solid #e5dfe9;border-radius:12px;align-items:center;gap:13px;min-height:92px;padding:12px 14px;display:grid}.admin-relation-list article.albums{grid-template-columns:24px 68px minmax(0,1fr) auto auto auto}.admin-relation-list article.fans{grid-template-columns:24px minmax(0,1fr) auto auto}.admin-relation-list article.selected{background:#fbf9ff;border-color:#a996ed;box-shadow:inset 3px 0 #7658e8}.admin-relation-checkbox{place-items:center;display:grid}.admin-relation-list article>img{object-fit:cover;background:#eee9f3;border-radius:9px;width:68px;height:68px}.admin-relation-list article>div{min-width:0}.admin-relation-list strong,.admin-relation-list span,.admin-relation-list small{display:block}.admin-relation-list strong{font-size:15px}.admin-relation-list span{color:#655e69;margin-top:5px;font-size:13px}.admin-relation-list small{color:#8d8592;margin-top:4px;font-size:12px}.admin-relation-list article>button{color:#674bd1;cursor:pointer;background:#eee9ff;border:0;border-radius:18px;padding:8px 12px;font-size:12px;font-weight:700}.admin-relation-list article>button.danger{color:#b03b50;background:#fff0f2}.admin-inline-editor{background:#faf8ff;border:1px solid #d8cef7;border-radius:14px;margin-top:18px;padding:20px}.admin-inline-editor>header{justify-content:space-between;align-items:center;display:flex}.admin-inline-editor>header strong{font-size:16px}.admin-inline-editor>header button{cursor:pointer;background:#eee8f6;border:0;border-radius:50%;width:34px;height:34px;font-size:20px}.admin-relation-fields{margin-top:2px}.admin-relation-list article>.admin-gallery-preview-trigger{cursor:zoom-in;background:#eee9f3;border:0;border-radius:9px;width:68px;height:68px;padding:0;position:relative;overflow:hidden}.admin-gallery-preview-trigger img{object-fit:cover;width:100%;height:100%;display:block}.admin-gallery-preview-trigger span{color:#fff;opacity:0;background:#17121dcc;margin:0;padding:4px;font-size:12px;line-height:1.2;transition:opacity .15s;position:absolute;inset:auto 0 0}.admin-gallery-preview-trigger:hover span,.admin-gallery-preview-trigger:focus-visible span{opacity:1}.admin-gallery-preview-trigger:focus-visible{outline-offset:2px;outline:3px solid #8567eb}.admin-gallery-preview-backdrop{z-index:150;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#120d18cc;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.admin-gallery-preview{background:#fff;border-radius:18px;flex-direction:column;width:min(1040px,100vw - 48px);max-height:calc(100vh - 48px);display:flex;overflow:hidden;box-shadow:0 30px 100px #0008}.admin-gallery-preview>header{border-bottom:1px solid #e9e3ee;justify-content:space-between;align-items:flex-start;gap:20px;padding:18px 20px;display:flex}.admin-gallery-preview>header small{color:#7559dc;letter-spacing:.08em;font-size:12px;font-weight:800}.admin-gallery-preview>header small b{color:#674bd1;letter-spacing:0;background:#eee8ff;border-radius:999px;margin-left:8px;padding:3px 8px;font-size:12px}.admin-gallery-preview>header h3{margin:3px 0 0;font-size:20px}.admin-gallery-preview>header p{color:#716a76;margin:6px 0 0;font-size:13px}.admin-gallery-preview>header>button{color:#332b38;cursor:pointer;background:#f1edf6;border:0;border-radius:50%;flex:0 0 40px;width:40px;height:40px;font-size:24px}.admin-gallery-preview-canvas{background:#f3f0f5;flex:1;place-items:center;min-height:0;padding:20px 70px;display:grid;position:relative;overflow:hidden}.admin-gallery-preview-canvas img{object-fit:contain;max-width:100%;max-height:calc(100vh - 190px);animation:.18s ease-out admin-gallery-image-in;display:block;box-shadow:0 8px 30px #31263d26}.admin-gallery-carousel-button{z-index:2;color:#fff;cursor:pointer;background:#211a2dcc;border:1px solid #ffffff80;border-radius:24px;place-items:center;width:48px;height:64px;font-size:42px;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 6px 20px #0003}.admin-gallery-carousel-button:hover,.admin-gallery-carousel-button:focus-visible{outline-offset:2px;background:#684bd6;outline:3px solid #b8a7f5}.admin-gallery-carousel-button.previous{left:14px}.admin-gallery-carousel-button.next{right:14px}.admin-gallery-preview>footer{justify-content:space-between;align-items:center;gap:20px;padding:13px 20px;display:flex}.admin-gallery-preview>footer span{color:#817987;font-size:13px}.admin-gallery-preview>footer a{color:#684bd6;font-size:14px;font-weight:700;text-decoration:none}@keyframes admin-gallery-image-in{0%{opacity:.55;transform:scale(.985)}to{opacity:1;transform:scale(1)}}.admin-post-media{background:#f5f2f8;border-radius:12px;margin-top:18px;padding:16px}.admin-post-media>header{margin-bottom:10px}.admin-post-media>header strong{font-size:14px;display:block}.admin-post-media>header small{color:#7d7581;margin-top:4px;font-size:12px;display:block}.admin-post-media>article{background:#fff;border:1px solid #e2dbe7;border-radius:10px;grid-template-columns:54px 110px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:64px;padding:9px;display:grid}.admin-post-media>article+article{margin-top:8px}.admin-post-media-preview{border-radius:7px;width:54px;height:54px;position:relative;overflow:hidden}.admin-post-media-preview img{object-fit:cover;width:100%;height:100%;display:block}.admin-post-media-preview span{clip:rect(0 0 0 0);clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.admin-post-media>article>div>strong,.admin-post-media>article>div>small{display:block}.admin-post-media>article>div>strong{font-size:13px}.admin-post-media>article>div>small{color:#837b88;margin-top:3px;font-size:12px}.admin-post-media>article>label{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;min-width:0;margin:0;display:grid}.admin-post-media>article>label>span{white-space:nowrap;font-size:12px}.admin-post-media>article>label input{height:40px}.admin-post-media>article>button{white-space:nowrap;cursor:pointer;border-radius:18px;min-height:36px;padding:0 12px;font-size:12px;font-weight:700}.admin-image-source-add{color:#684ed1;background:#f8f5ff;border:1px dashed #a894ec}.admin-image-source-remove{color:#9d4f63;background:#f8eaef;border:0}.admin-post-comments{border-top:1px solid #e5dee9;margin-top:28px;padding-top:24px}.admin-post-comments>header>span{font-size:13px;font-weight:700}.admin-comment-management{flex-direction:column;gap:16px;display:flex}.admin-comment-post{background:#fff;border:1px solid #e2dce7;border-radius:14px;overflow:hidden}.admin-comment-post>header{background:#faf8fc;border-bottom:1px solid #eee9f1;padding:14px 18px}.admin-comment-post>header strong{font-size:14px}.admin-comment-node{background:#fff;border:1px solid #e5dfe9;border-radius:12px;padding:16px}.admin-comment-post>.admin-comment-node{border:0;border-radius:0}.admin-comment-node>header{justify-content:space-between;align-items:center;gap:16px;display:flex}.admin-comment-node>header strong,.admin-comment-node>header small{display:block}.admin-comment-node>header strong{font-size:14px}.admin-comment-node>header small{color:#8c8490;margin-top:3px;font-size:12px}.admin-comment-node>header>span{color:#716879;white-space:nowrap;font-size:12px}.admin-comment-node>textarea{box-sizing:border-box;resize:vertical;border:1px solid #ddd5e4;border-radius:9px;width:100%;min-height:88px;margin-top:12px;padding:12px;font-size:14px;line-height:1.6}.admin-comment-node>footer{gap:8px;margin-top:10px;display:flex}.admin-comment-node>footer button{background:var(--admin-purple);color:#fff;cursor:pointer;border:0;border-radius:18px;padding:8px 13px;font-size:12px;font-weight:700}.admin-comment-node>footer button.danger{color:#aa394d;background:#fff0f2}.admin-thread-children{border-left:2px solid #d9cff4;flex-direction:column;gap:10px;margin-top:14px;padding-left:18px;display:flex}.admin-comment-node.is-deleted{background:#fbfafc;border-style:dashed}.admin-comment-tombstone{color:#807887;border:1px dashed #bcb3c5;border-radius:8px;margin-top:12px;padding:13px;font-size:13px}.admin-comment-node.is-deleted>header strong{color:#827a88}@media (width<=1180px){.admin-metrics{grid-template-columns:repeat(3,1fr)}.admin-card-grid,.admin-photo-grid{grid-template-columns:1fr 1fr}}@media (width<=760px){.admin-app{display:block}.admin-sidebar{height:auto;position:relative}.admin-sidebar nav{grid-template-columns:1fr 1fr;display:grid}.admin-sidebar>div{margin-top:20px}.admin-topbar{padding:0 18px}.admin-topbar>span{display:none}.admin-content{padding:20px 14px 50px}.admin-metrics{grid-template-columns:1fr 1fr}.admin-dashboard-grid,.admin-comment-grid{grid-template-columns:1fr}.audit-panel{grid-column:auto}.admin-card-grid,.admin-photo-grid,.admin-login-card{grid-template-columns:1fr}.admin-login-brand{min-height:190px}.admin-login-card form{padding:36px 28px}.admin-form-columns,.admin-review-images{grid-template-columns:1fr}.admin-section-search{flex-wrap:wrap}.admin-section-search span{width:100%;margin-left:0}.admin-entity-detail{border-radius:0;margin:0;padding:20px 16px}.admin-entity-detail>header{margin:-20px -16px 14px;padding:18px 16px 12px;top:-20px}.admin-detail-tabs{margin:0 -16px 18px;padding:0 10px;top:61px;overflow-x:auto}.admin-detail-tabs button{min-width:90px;padding:12px 10px}.admin-relation-selection{flex-wrap:wrap}.admin-relation-list article.albums,.admin-relation-list article.gallery{grid-template-columns:24px 54px minmax(0,1fr)}.admin-relation-list article.fans{grid-template-columns:24px minmax(0,1fr)}.admin-relation-list article>img{width:54px;height:54px}.admin-relation-checkbox{align-self:start;padding-top:17px}.admin-relation-list article>.admin-gallery-preview-trigger{grid-area:auto;width:54px;height:54px}.admin-relation-list article>button,.admin-relation-detail{grid-area:2}.admin-post-media{padding:12px}.admin-post-media>article{grid-template-columns:54px minmax(0,1fr) auto}.admin-post-media>article>label{grid-area:2/1/auto/-1;grid-template-columns:1fr}.admin-post-media>article>.admin-image-source-remove{grid-column:1/-1;justify-self:end}.admin-gallery-preview-backdrop{padding:10px}.admin-gallery-preview{border-radius:12px;width:calc(100vw - 20px);max-height:calc(100vh - 20px)}.admin-gallery-preview>header{padding:15px}.admin-gallery-preview-canvas{padding:10px 48px}.admin-gallery-carousel-button{border-radius:19px;width:38px;height:52px;font-size:34px}.admin-gallery-carousel-button.previous{left:5px}.admin-gallery-carousel-button.next{right:5px}.admin-gallery-preview>footer{flex-direction:column-reverse;align-items:flex-end;gap:7px}.admin-comment-node>header{flex-direction:column;align-items:flex-start}.admin-thread-children{padding-left:10px}.admin-table-wrap th,.admin-table-wrap td{padding:12px}.admin-detail-section>header{flex-direction:column;align-items:flex-start}}.copyright-admin-table td strong,.copyright-admin-table td small{display:block}.copyright-admin-table td small{color:#817986;margin-top:4px;font-size:12px}.copyright-severity{color:#625a68;background:#eeeaf3;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:700;display:inline-flex}.copyright-severity.high{color:#9b6211;background:#fff0d8}.copyright-severity.urgent{color:#ac304c;background:#ffe5ea}.admin-copyright-meta{background:#f6f3f8;border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:4px 0 18px;padding:13px;display:grid}.admin-copyright-meta span{color:#817986;font-size:12px}.admin-copyright-meta b{overflow-wrap:anywhere;color:#342e38;margin-top:4px;font-size:13px;display:block}.admin-modal label textarea[readonly]{color:#4f4853;background:#f8f6f9;min-height:150px}.admin-status.reviewing{color:#916016;background:#fff0d8}.admin-status.resolved{color:#258357;background:#ddf7e9}.admin-status.rejected{color:#a53d55;background:#ffe7ec}@media (width<=760px){.admin-copyright-meta{grid-template-columns:1fr}.copyright-admin-table{overflow-x:auto}}.admin-profile-image-list{background:#faf8ff;border:1px solid #ded5f3;border-radius:12px;margin:14px 0;padding:14px}.admin-profile-image-list>header{justify-content:space-between;align-items:center;display:flex}.admin-profile-image-list>header strong{font-size:14px}.admin-profile-image-list>header span{color:#7658e8;font-size:12px;font-weight:700}.admin-profile-image-list>div{flex-wrap:wrap;gap:9px;margin-top:10px;display:flex}.admin-profile-image-list figure{width:76px;margin:0;position:relative}.admin-profile-image-list figure img{object-fit:cover;border:2px solid #fff;border-radius:50%;width:76px;height:76px;display:block;box-shadow:0 0 0 1px #cfc4ed}.admin-profile-image-list figcaption{color:#6d6473;text-align:center;margin-top:4px;font-size:12px}.admin-profile-image-list figure button{color:#fff;cursor:pointer;background:#332b3dcc;border:1px solid #fff;border-radius:50%;width:24px;height:24px;padding:0;font-size:16px;position:absolute;top:-3px;right:-3px}.admin-profile-image-list>small{color:#776f7c;margin-top:9px;font-size:12px;display:block}.admin-ai-badge{color:#fff;vertical-align:middle;background:#6b4eff;border-radius:999px;align-items:center;margin-left:8px;padding:2px 7px;font-size:12px;font-style:normal;font-weight:700;line-height:1.4;display:inline-flex}.admin-card-grid>a{border:1px solid var(--admin-line);color:#302a34;text-align:left;background:#fff;border-radius:15px;grid-template-columns:110px minmax(0,1fr);gap:15px;min-height:180px;padding:16px;text-decoration:none;display:grid}.admin-card-grid>a:hover{border-color:#a995ed;box-shadow:0 12px 28px #4d317e12}.admin-card-grid>a>b{color:#6e52da;grid-column:2;align-self:end;font-size:13px}.admin-page-detail{border:1px solid var(--admin-line);background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 18px 55px #3523430c}.admin-page-detail-head{background:linear-gradient(115deg,#faf8ff,#fff);border-bottom:1px solid #e9e3ec;justify-content:space-between;align-items:center;gap:20px;min-height:118px;padding:24px 28px;display:flex}.admin-page-detail-head a{color:#6d50d7;margin-bottom:12px;font-size:13px;font-weight:700;text-decoration:none;display:block}.admin-page-detail-head small{color:#8369df;letter-spacing:.9px;font-size:12px;font-weight:700}.admin-page-detail-head h2{margin:4px 0 0;font-size:28px}.admin-page-detail-head>span{color:#6b4fd3;background:#eee9ff;border-radius:18px;padding:8px 13px;font-size:12px;font-weight:700}.admin-page-detail>.admin-detail-tabs{margin:0;padding:0 28px;position:static}.admin-page-detail-body{padding:8px 28px 32px}.admin-page-detail>.admin-alert{margin:18px 28px 0}.admin-relation-detail{color:#6245cf;white-space:nowrap;background:#e9e2ff;border-radius:18px;padding:8px 12px;font-size:12px;font-weight:700;text-decoration:none}.admin-album-layout{grid-template-columns:minmax(360px,.8fr) minmax(0,1.2fr);gap:26px;padding:26px 28px 34px;display:grid}.admin-album-editor{background:#fcfbfd;border:1px solid #e5dfe9;border-radius:14px;align-self:start;padding:20px}.admin-album-editor>header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.admin-album-editor h3{margin:4px 0 0;font-size:20px}.admin-album-editor header small{color:#785ed9;font-size:12px;font-weight:700}.admin-album-editor header img{object-fit:cover;border-radius:10px;width:100px;height:100px}.admin-track-manager{min-width:0}.admin-track-list{flex-direction:column;gap:8px;display:flex}.admin-track-list article{background:#fff;border:1px solid #e5dfe9;border-radius:11px;grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.admin-track-list article>b{color:#7a61da;font-size:13px}.admin-track-list strong,.admin-track-list span,.admin-track-list small{display:block}.admin-track-list strong{font-size:14px}.admin-track-list span{color:#6e6672;margin-top:4px;font-size:13px}.admin-track-list small{color:#908794;margin-top:3px;font-size:12px}.admin-track-list button{color:#674ad0;cursor:pointer;background:#eee9ff;border:0;border-radius:17px;padding:8px 11px;font-size:12px;font-weight:700}.admin-track-list button.danger{color:#ad3e51;background:#fff0f2}@media (width<=980px){.admin-album-layout{grid-template-columns:1fr}}@media (width<=760px){.admin-page-detail-head{flex-direction:column;align-items:flex-start;padding:20px}.admin-page-detail>.admin-detail-tabs{padding:0 12px}.admin-page-detail-body,.admin-album-layout{padding:18px}.admin-track-list article{grid-template-columns:32px minmax(0,1fr)}.admin-track-list button{grid-row:2}.admin-relation-detail{grid-area:2}}.admin-member-tabs{border-bottom:1px solid #ddd6e4;margin-bottom:12px;display:flex}.admin-member-tabs button{color:#746c79;cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;min-width:160px;padding:13px 18px;font-size:14px;font-weight:800}.admin-member-tabs button.active{border-bottom-color:var(--admin-purple);color:#6548d2}.admin-member-tabs button span{color:#5f5767;background:#ece7f2;border-radius:13px;place-items:center;min-width:25px;height:25px;margin-left:6px;padding:0 7px;font-size:12px;display:inline-grid}.admin-member-tabs button.active span{color:#fff;background:#6c4fe0}.admin-member-selection{background:#faf8ff;border:1px solid #ddd5eb;border-radius:11px;align-items:center;gap:14px;min-height:48px;margin-bottom:16px;padding:8px 12px;display:flex}.admin-member-selection label{cursor:pointer;align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}.admin-member-selection input,.admin-member-checkbox input{width:18px;height:18px;accent-color:var(--admin-purple);cursor:pointer;margin:0}.admin-member-selection span{color:#716979;font-size:13px}.admin-member-selection button{color:#ad3e51;cursor:pointer;background:#fff0f2;border:0;border-radius:18px;margin-left:auto;padding:8px 13px;font-size:13px;font-weight:700}.admin-member-selection button:disabled{opacity:.4;cursor:not-allowed}.member-grid>article{border:1px solid var(--admin-line);color:#302a34;background:#fff;border-radius:15px;grid-template-rows:1fr auto;grid-template-columns:24px 82px minmax(0,1fr);align-items:center;gap:10px 14px;min-height:140px;padding:16px;display:grid;position:relative}.member-grid>article.selected{background:#fbf9ff;border-color:#9d86ed;box-shadow:inset 3px 0 #7658e8}.member-grid>article:hover{border-color:#a995ed;box-shadow:0 12px 28px #4d317e12}.member-grid .admin-member-checkbox{grid-row:1/span 2;align-self:start;padding-top:31px}.member-grid>article img{border-radius:50%;grid-row:1/span 2;width:82px;height:82px}.member-grid>article>span{align-self:end}.member-grid>article>button{color:#6e52da;cursor:pointer;background:0 0;border:0;align-self:start;width:max-content;padding:6px 0;font-size:13px;font-weight:800}.member-grid>.admin-empty{grid-column:1/-1}.admin-member-checkbox{place-items:center;display:grid}@media (width<=760px){.admin-member-tabs button{flex:1;min-width:0}.admin-member-selection{flex-wrap:wrap}.member-grid>article{grid-template-columns:24px 68px minmax(0,1fr)}.member-grid>article img{width:68px;height:68px}.member-grid .admin-member-checkbox{padding-top:24px}}.admin-artist-status-filters{flex-wrap:wrap;align-items:center;gap:8px;margin:16px 0;font-size:14px;display:flex}.admin-artist-status-filters button{color:#534968;cursor:pointer;background:#fff;border:1px solid #d9d2e9;border-radius:22px;min-height:44px;padding:8px 16px;font-size:14px}.admin-artist-status-filters button[aria-pressed=true]{color:#fff;background:#7353e6;border-color:#7353e6}.admin-artist-status-filters>span{color:#645c70;margin-left:auto;font-size:13px}.admin-card-grid .admin-artist-status{border-radius:12px;align-self:flex-start;width:fit-content;padding:4px 9px;font-size:13px;font-weight:600;display:inline-block}.admin-card-grid .status-published{color:#216644;background:#e1f5ea}.admin-card-grid .status-pending{color:#79510b;background:#fff0ce}.admin-card-grid .status-private{color:#635773;background:#eeeaf5}.admin-artist-images{margin:0 0 24px;font-size:14px}.admin-artist-images h3{font-size:20px}.admin-artist-images p{font-size:14px;line-height:1.6}.admin-image-previews{grid-template-columns:minmax(0,1fr);gap:16px;display:grid}.admin-image-source-card{border:1px solid #ded7ed;border-radius:12px;grid-template-columns:minmax(180px,300px) minmax(0,1fr);align-items:start;gap:16px;min-width:0;padding:16px;display:grid}.admin-image-source-card>header{grid-column:1/-1}.admin-image-controls{gap:12px;min-width:0;display:grid}.admin-image-controls>p{color:#716979;margin:0}.admin-profile-crop-actions{flex-wrap:wrap;gap:8px;display:flex}.admin-profile-crop-actions button,.admin-profile-crop-actions label{color:#6546d1;cursor:pointer;background:#fff;border:1px solid #7656ef;border-radius:9px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;font-size:14px;font-weight:800;display:inline-flex}.admin-profile-crop-actions button:disabled{opacity:.4;cursor:default}.admin-profile-crop-actions input{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.admin-artist-images .admin-image-preview{border-radius:10px;min-width:0;height:300px;min-height:0}.admin-artist-images .background-image .admin-image-preview{height:420px}.admin-artist-images .admin-image-preview>img{object-fit:contain;width:100%;height:100%;min-height:0;max-height:100%;display:block}.admin-artist-images .admin-image-gallery-picker img{object-fit:contain}.admin-image-source-card>header{justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-image-source-card>header strong{font-size:16px}.admin-image-clear{color:#746c79;background:#fff;border:1px solid #ddd5e8;border-radius:17px;padding:6px 11px;min-height:34px!important}.admin-image-clear:disabled{opacity:.4;cursor:default}.admin-image-preview{background:#f4f1f8;place-items:center;height:180px;display:grid;overflow:hidden}.admin-image-preview img{object-fit:contain;width:100%;height:100%}.admin-image-preview p{color:#8d8592}.admin-image-source-toggle{grid-template-columns:1fr 1fr;gap:8px;display:grid}.admin-image-source-toggle button{color:#6b6370;background:#fff;border:1px solid #d8d0e5;border-radius:9px;font-weight:700}.admin-image-source-toggle button[aria-pressed=true]{color:#fff;background:#7353e6;border-color:#7353e6}.admin-image-url-field{flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.admin-image-url-field input{border:1px solid #d8d0e5;border-radius:9px;outline:0;height:44px;padding:0 12px;font-size:14px}.admin-image-url-field input:focus{border-color:#7353e6;box-shadow:0 0 0 3px #7353e618}.admin-image-gallery-picker>p{color:#716979;margin:0 0 9px;font-size:13px}.admin-image-gallery-picker>div{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px;max-height:300px;display:grid;overflow:auto}.admin-image-gallery-picker>div>button{color:#554e5a;text-align:left;background:#fff;border:1px solid #ded7e8;border-radius:9px;flex-direction:column;gap:6px;min-width:0;padding:7px;display:flex}.admin-image-gallery-picker>div>button[aria-pressed=true]{color:#5f42ca;background:#f2eeff;border-color:#7353e6;box-shadow:inset 0 0 0 1px #7353e6}.admin-image-gallery-picker img{aspect-ratio:1;object-fit:cover;background:#f1edf5;border-radius:6px;width:100%}.admin-image-gallery-picker span{text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:12px;font-weight:700;overflow:hidden}.admin-image-empty{text-align:center;padding:20px}.admin-image-save-help{color:#6b6370;margin:12px 0 0}.admin-image-candidates{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;max-height:480px;margin-top:16px;display:grid;overflow:auto}.admin-image-candidates img{object-fit:contain;width:100%;height:140px}.admin-artist-images button{cursor:pointer;min-height:44px;font-size:14px}.admin-artist-images button[aria-pressed=true]{color:#fff;background:#7353e6}.admin-artist-images summary{cursor:pointer;padding:16px 0;font-size:14px}@media (width<=760px){.admin-image-source-card{grid-template-columns:minmax(0,1fr)}.admin-artist-images .admin-image-preview{height:240px}.admin-artist-images .background-image .admin-image-preview{height:360px}}.admin-crop-backdrop{z-index:1000;background:#17121dcc;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.admin-crop-dialog{background:#fff;border-radius:16px;flex-direction:column;width:min(860px,100%);max-height:calc(100dvh - 48px);padding:22px;display:flex;overflow:auto;box-shadow:0 24px 80px #0007}.admin-crop-dialog>header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.admin-crop-dialog h3{margin:0;font-size:20px}.admin-crop-dialog header p{color:#746c79;margin:5px 0 0;font-size:14px}.admin-crop-dialog header>button{color:#554d5b;background:#fff;border:1px solid #ddd5e8;border-radius:50%;flex:none;width:44px;height:44px;padding:0;font-size:24px}.admin-crop-stage{background:#211b27;border-radius:12px;place-items:center;min-height:260px;margin-top:18px;padding:12px;display:grid;overflow:auto}.admin-crop-stage canvas{touch-action:none;cursor:move;max-width:100%;max-height:min(58dvh,520px);display:block}.admin-crop-dialog>p{color:#716979;margin:10px 0 0;font-size:13px}.admin-crop-dialog>p.error{color:#b52d45}.admin-crop-dialog>footer{justify-content:flex-end;gap:9px;margin-top:18px;display:flex}.admin-crop-dialog>footer button{color:#625a68;background:#fff;border:1px solid #d8d0e5;border-radius:9px;min-height:44px;padding:0 18px;font-size:14px;font-weight:800}.admin-crop-dialog>footer .admin-primary{color:#fff;background:#7353e6;border-color:#7353e6}.admin-crop-dialog button:focus-visible,.admin-profile-crop-actions :focus-visible,.admin-crop-stage canvas:focus-visible{outline-offset:2px;outline:3px solid #bcaeff}.admin-crop-controls{background:#faf8fd;border:1px solid #e1dbea;border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px;padding:13px;display:grid}.admin-crop-controls label{color:#514957;gap:7px;min-width:0;font-size:13px;font-weight:800;display:grid}.admin-crop-controls input{accent-color:#7353e6;cursor:pointer;width:100%;min-height:24px}.admin-crop-controls input:focus-visible{outline-offset:2px;outline:3px solid #bcaeff}@media (width<=600px){.admin-crop-backdrop{padding:0}.admin-crop-dialog{border-radius:0;width:100%;max-height:100dvh;padding:16px}.admin-crop-stage{min-height:220px;padding:8px}.admin-crop-dialog>footer{flex-direction:column-reverse}.admin-crop-dialog>footer button{width:100%}.admin-crop-controls{grid-template-columns:1fr;gap:10px}}.admin-hero-intro{border:1px solid var(--admin-line);background:#fff;border-radius:15px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:20px 22px;display:flex}.admin-hero-intro h2{margin:0;font-size:20px}.admin-hero-intro p{color:#746c79;margin:7px 0 0;font-size:14px;line-height:1.6}.admin-hero-intro .admin-primary{white-space:nowrap;margin:0}.admin-hero-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.admin-hero-grid>article{border:1px solid var(--admin-line);background:#fff;border-radius:15px;overflow:hidden}.admin-hero-grid>article.inactive{opacity:.62}.admin-hero-preview{background-position:50%;background-size:cover;place-items:center;height:230px;display:grid}.admin-hero-preview img{object-fit:contain;max-width:68%;max-height:78%;box-shadow:0 14px 35px #16101d55}.admin-hero-grid>article>div:nth-child(2){gap:5px;padding:15px 17px;display:grid}.admin-hero-grid span{color:#6548d2;background:#eee9ff;border-radius:12px;width:max-content;padding:4px 8px;font-size:12px;font-weight:800}.admin-hero-grid strong{font-size:16px}.admin-hero-grid small{color:#7f7784;font-size:13px}.admin-hero-grid footer{gap:8px;padding:0 17px 16px;display:flex}.admin-hero-grid footer button{color:#6043ca;background:#eee9ff;border:0;border-radius:18px;padding:8px 14px;font-size:13px;font-weight:800}.admin-hero-grid footer .danger{color:#ad3e51;background:#fff0f2}.admin-hero-file-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.admin-hero-file-grid label{border:1px solid var(--admin-line);border-radius:12px;padding:12px}.admin-hero-file-grid input{padding:8px}.admin-hero-file-grid img{object-fit:contain;background:#f2eff5;border-radius:8px;width:100%;height:180px;margin-top:8px}@media (width<=760px){.admin-hero-intro{flex-direction:column;align-items:flex-start}.admin-hero-grid,.admin-hero-file-grid{grid-template-columns:1fr}.admin-hero-preview{height:190px}}.admin-club-list>header{border:1px solid var(--admin-line);background:#fff;border-radius:15px;margin-bottom:16px;padding:20px 22px}.admin-club-list>header h2{margin:0;font-size:20px}.admin-club-list>header p{color:#746c79;margin:7px 0 0;font-size:14px}.admin-club-list>article{border:1px solid var(--admin-line);background:#fff;border-radius:15px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;margin-bottom:12px;padding:18px 20px;display:grid}.admin-club-list article>div:first-child{gap:5px;min-width:0;display:grid}.admin-club-list article small,.admin-club-list article span{color:#7b7280;font-size:13px}.admin-club-list article strong{font-size:16px}.admin-club-list article p{color:#554e5a;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;overflow:hidden}.admin-club-stars{gap:4px;display:flex}.admin-club-stars button{color:#d7d0dc;cursor:pointer;background:#fff;border:1px solid #ddd5e8;border-radius:50%;width:38px;height:38px;padding:0;font-size:21px}.admin-club-stars button.filled{color:#e2a90c;background:#fff9df;border-color:#f0c85a}.admin-club-stars button[aria-pressed=true]{box-shadow:0 0 0 3px #f3c94f42}.admin-club-stars button:focus-visible{outline-offset:2px;outline:3px solid #bcaeff}.admin-club-stars button:disabled{opacity:.55;cursor:wait}@media (width<=760px){.admin-club-list>article{grid-template-columns:1fr}.admin-club-stars{justify-content:flex-start}}.admin-delete-artist button{color:#a41e36;cursor:pointer;background:#fff0f2;border:1px solid #dc5268;border-radius:8px;min-height:44px;padding:10px 16px;font-size:14px;font-weight:600}.admin-delete-artist button:disabled{opacity:.6;cursor:wait}.admin-delete-artist p{color:#a41e36;max-width:360px;font-size:14px}.admin-album-visibility{padding:12px 0;font-size:14px}.admin-album-visibility label{align-items:center;gap:8px;display:flex}.admin-album-visibility input{width:18px;height:18px}.admin-album-visibility p{font-size:13px;line-height:1.6}.admin-relation-selection{flex-wrap:wrap;gap:10px}.admin-gallery-review-summary{background:linear-gradient(110deg,#fbf8ff,#f6fbff);border:1px solid #dccfff;border-radius:14px;justify-content:space-between;align-items:center;gap:24px;margin:0 0 14px;padding:16px 18px;display:flex}.admin-gallery-review-summary strong{font-size:16px}.admin-gallery-review-summary p{color:#6d6475;margin:5px 0 0;font-size:13px;line-height:1.55}.admin-gallery-review-summary dl{gap:10px;margin:0;display:flex}.admin-gallery-review-summary dl>div{text-align:center;background:#fff;border-radius:10px;min-width:76px;padding:9px 12px;box-shadow:0 3px 12px #5c3f9c12}.admin-gallery-review-summary dt{color:#786f80;font-size:12px;font-weight:700}.admin-gallery-review-summary dd{color:#5e40d2;margin:3px 0 0;font-size:20px;font-weight:800}.admin-gallery-filters{background:#fcfbfd;border:1px solid #e3ddeb;border-radius:12px;grid-template-columns:repeat(3,minmax(150px,1fr)) auto;align-items:end;gap:10px;margin:0 0 14px;padding:12px 14px;display:grid}.admin-gallery-filters label{gap:6px;min-width:0;display:grid}.admin-gallery-filters label>span{color:#665e6c;font-size:12px;font-weight:800}.admin-gallery-filters select{color:#37313b;background:#fff;border:1px solid #dcd4e5;border-radius:9px;outline:0;width:100%;height:40px;padding:0 34px 0 11px;font-size:13px}.admin-gallery-filters select:focus{border-color:#8061e4;box-shadow:0 0 0 3px #8061e417}.admin-gallery-filters>div{white-space:nowrap;justify-content:flex-end;align-items:center;gap:5px;min-height:40px;display:flex}.admin-gallery-filters>div strong{color:#6545d3;font-size:15px}.admin-gallery-filters>div span{color:#89818e;font-size:12px}.admin-gallery-filters>div button{color:#675e6d;background:#fff;border:1px solid #d9d1e3;border-radius:17px;height:34px;margin-left:5px;padding:0 11px;font-size:12px;font-weight:700}.admin-gallery-filters>div button:disabled{opacity:.4;cursor:default}.admin-gallery-review-error{color:#a4243b;background:#fff0f2;border-radius:9px;margin:0 0 12px;padding:10px 13px;font-size:13px}.admin-relation-list article.gallery{grid-template-columns:24px 96px minmax(0,1fr) minmax(180px,auto)}.admin-relation-list article.gallery.review-pending{background:#fdfbff;border-color:#b99cff;box-shadow:inset 4px 0 #825bea}.admin-relation-list article.gallery.review-rejected{opacity:.78;background:#faf9fb}.admin-relation-list article.gallery>.admin-gallery-preview-trigger{width:96px;height:96px}.admin-gallery-ai-review{background:#f7f4fc;border-radius:9px;margin-top:10px;padding:10px 12px}.admin-gallery-ai-review>span{border-radius:999px;margin:0 8px 0 0;padding:4px 8px;font-size:12px;font-weight:800;display:inline-flex}.admin-gallery-ai-review>span.status-pending{color:#785800;background:#fff0bf}.admin-gallery-ai-review>span.status-approved{color:#176a3c;background:#dff8e9}.admin-gallery-ai-review>span.status-rejected{color:#716875;background:#f1edf3}.admin-gallery-ai-review>b,.admin-gallery-ai-review>small{margin-right:8px;font-size:12px;display:inline}.admin-gallery-ai-review>p{color:#554e5a;margin:8px 0 0;font-size:13px;line-height:1.55}.admin-gallery-review-actions{grid-template-columns:1fr 1fr;gap:7px;display:grid}.admin-gallery-review-actions button{color:#6043ca;cursor:pointer;background:#ece7ff;border:0;border-radius:18px;min-width:72px;padding:8px 11px;font-size:12px;font-weight:800}.admin-gallery-review-actions button:first-child{color:#fff;background:#7657df}.admin-gallery-review-actions button.reject,.admin-gallery-review-actions button.danger{color:#ad3e51;background:#fff0f2}.admin-gallery-review-actions button:disabled{opacity:.5;cursor:wait}.admin-gallery-preview-reason{max-width:720px;color:#554e5a!important}.admin-gallery-edit-review-note{color:#6f5700;background:#fff5cf;border-radius:9px;margin:12px 0;padding:10px 12px;font-size:13px;line-height:1.5}@media (width<=760px){.admin-gallery-review-summary{flex-direction:column;align-items:flex-start}.admin-gallery-review-summary dl{width:100%}.admin-gallery-review-summary dl>div{flex:1;min-width:0}.admin-gallery-filters{grid-template-columns:1fr}.admin-gallery-filters>div{flex-wrap:wrap;justify-content:flex-start}.admin-relation-list article.gallery{grid-template-columns:24px 64px minmax(0,1fr)}.admin-relation-list article.gallery>.admin-gallery-preview-trigger{width:64px;height:64px}.admin-gallery-review-actions{grid-column:2/-1;width:100%}}.admin-artist-bulk-actions{flex-wrap:wrap;align-items:center;gap:12px;margin:16px 0;font-size:14px;display:flex}.admin-artist-bulk-actions label,.admin-artist-select{align-items:center;gap:8px;font-size:14px;display:flex}.admin-artist-selectable{border:1px solid var(--admin-line);background:#fff;border-radius:15px;min-width:0;overflow:hidden}.admin-artist-selectable:has(input:checked){border-color:#7954ee;box-shadow:0 0 0 1px #7954ee}.admin-artist-select{padding:12px 16px}.admin-artist-selectable>a{color:#302a34;grid-template-columns:110px minmax(0,1fr);gap:15px;min-height:180px;padding:0 16px 16px;text-decoration:none;display:grid}.admin-artist-selectable>a>b{color:#6e52da;grid-column:2;font-size:13px}.admin-artist-bulk-actions input,.admin-artist-select input{accent-color:#7954ee;width:18px;height:18px}.admin-artist-bulk-actions :focus-visible,.admin-artist-selectable :focus-visible{outline-offset:3px;outline:2px solid #7954ee}.admin-card-grid .admin-artist-image-error{color:#635773;text-align:center;background:#eeeaf5;border-radius:10px;justify-content:center;align-items:center;width:110px;height:145px;font-size:12px;display:flex}.moderator-application-grid article{border:1px solid var(--admin-line);background:#fff;border-radius:14px;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;display:grid}.moderator-application-grid article>img{object-fit:cover;border-radius:50%;width:64px;height:64px}.moderator-application-grid article span{gap:4px;display:grid}.moderator-application-grid article span small{color:#7353e6;font-size:12px;font-weight:800}.moderator-application-grid article span strong{font-size:16px}.moderator-application-grid article span em{font-size:12px;font-style:normal}.moderator-application-grid article>button{cursor:pointer;background:#fff;border:1px solid #d8d0e5;border-radius:9px;padding:9px 14px;font-size:13px;font-weight:800}.admin-moderator-answer{background:#f8f5fb;border-radius:12px;padding:14px 16px}.admin-moderator-answer h3{margin:0 0 8px;font-size:14px}.admin-moderator-answer p{white-space:pre-wrap;color:#544c5a;margin:0;font-size:14px;line-height:1.7}@media (width<=760px){.moderator-application-grid article{grid-template-columns:52px minmax(0,1fr)}.moderator-application-grid article>img{width:52px;height:52px}.moderator-application-grid article>button{grid-column:2}}:where(input,select,textarea):not(:disabled):not([readonly]):hover{border-color:#b6a7d7}:where(input,select,textarea):focus,:where(input,select,textarea):focus-visible,:where(.search,.artist-directory-search,.my-list-search,.message-search,.album-search-head label,.star-fan-search,.club-members-search,.rich-editor,.tiptap-editor.rich-editor):focus-within{box-shadow:none!important;border-color:#8d6ce3!important;outline:none!important}:root{--fh-type-caption:12px;--fh-type-meta:13px;--fh-type-body:14px;--fh-type-title:16px;--fh-type-section:20px}.app.music-playback-disabled .my-cover-play,.app.music-playback-disabled .my-music{display:none}.my-page-profile,.my-page-content{font-size:var(--fh-type-body)}.my-resources article header{margin-bottom:9px}.my-resources article header strong{font-size:var(--fh-type-title);font-weight:700}.my-resources article header span{font-size:20px}.fan-credit-level,.heat-range-level{align-items:center;gap:9px;display:flex}.fan-stats-guide-button{color:#7156dd;width:28px;height:28px;font-size:var(--fh-type-body);cursor:pointer;background:#fff;border:1px solid #cfc6dd;border-radius:50%;place-items:center;padding:0;font-weight:700;line-height:1;display:grid;box-shadow:0 4px 12px #45365f14}.fan-stats-guide-button:hover,.fan-stats-guide-button:focus-visible{color:#fff;background:#7659e6;border-color:#7659e6;outline:none}.my-resources article>footer{min-height:24px;margin-top:10px}.my-resources article>footer b,.my-resources article>footer small{font-size:var(--fh-type-caption);line-height:1.45}.my-resources dl{gap:30px}.my-resources dl div{gap:10px}.my-resources dl dt{width:42px;height:42px;font-size:var(--fh-type-caption);flex:0 0 42px}.my-resources dl dd b,.fan-cred-summary dd b{font-size:15px;line-height:1.35}.my-resources dl dd small{font-size:var(--fh-type-caption);margin-top:4px;line-height:1.4}.my-intro{white-space:pre-line;font-size:15px;line-height:1.85}.my-profile-empty-intro{color:#7059c9;text-align:left;word-break:keep-all;overflow-wrap:normal;text-wrap:pretty;cursor:pointer;background:#faf8ff;border:1px dashed #cfc4df;border-radius:12px;width:100%;padding:15px 17px}.my-profile-empty-intro:hover,.my-profile-empty-intro:focus-visible{background:#f2edff;border-color:#8064ec;outline:none}.my-cover-copy p{color:#fff;max-width:560px;font-size:var(--fh-type-title);letter-spacing:-.015em;text-shadow:0 1px 8px #0009;word-break:keep-all;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:16px;font-weight:400;line-height:1.55;display:-webkit-box;overflow:hidden}.my-profile-empty-headline{color:#fff;max-width:560px;font-size:var(--fh-type-body);text-align:left;text-shadow:0 1px 8px #0009;word-break:keep-all;overflow-wrap:normal;text-wrap:pretty;cursor:pointer;background:#15111b42;border:1px dashed #ffffff9c;border-radius:8px;margin:0 0 16px;padding:6px 10px;font-weight:400;line-height:1.5}.my-cover-copy>button.my-profile-empty-headline{color:#fff}.my-profile-empty-headline:hover,.my-profile-empty-headline:focus-visible{background:#7659e6d9;border-color:#fff;outline:none}.my-cover-copy p.is-empty,.my-intro.is-empty{opacity:.78;font-style:normal}.my-cover-copy>span{display:none}.my-profile-socials a,.my-profile-socials>span{color:#fff;background:#111;border:1px solid #ffffff24;border-radius:50%;place-items:center;width:36px;height:36px;text-decoration:none;transition:transform .16s,filter .16s,opacity .16s;display:grid;box-shadow:0 5px 14px #09060e2e}.my-profile-socials svg{fill:currentColor;stroke:none;width:20px;height:20px;display:block;overflow:visible}.my-profile-socials a:hover,.my-profile-socials a:focus-visible{filter:brightness(1.12);outline-offset:2px;outline:2px solid #ffffffb8;transform:translateY(-1px)}.my-profile-socials .social-facebook{background:#1877f2}.my-profile-socials .social-x{background:#000}.my-profile-socials .social-instagram{background:radial-gradient(circle at 31% 105%,#fdf497 0 7%,#fdf49700 32%),linear-gradient(135deg,#833ab4 5%,#fd1d1d 58%,#fcb045 100%)}.my-profile-socials .social-instagram svg{fill:none;stroke:#fff;stroke-width:1.8px}.my-profile-socials .social-instagram .brand-dot{fill:#fff;stroke:none}.my-profile-socials .social-tiktok{background:#010101}.my-profile-socials .social-tiktok .tiktok-cyan{fill:#25f4ee;transform:translate(-.6px,.5px)}.my-profile-socials .social-tiktok .tiktok-red{fill:#fe2c55;transform:translate(.8px,-.4px)}.my-profile-socials .social-tiktok svg>path:last-child{fill:#fff}.my-profile-socials .social-youtube{color:red;background:#fff}.my-profile-socials .social-youtube .youtube-play{fill:#fff}.my-profile-socials>span.is-unset{filter:grayscale(.85);opacity:.28;box-shadow:none;cursor:default}.my-avatar-carousel{cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none}.my-avatar-carousel>.my-avatar-viewport{background:#ece9f0;border:4px solid #fff;border-radius:50%;flex:0 0 132px;width:132px;height:132px;display:block;position:relative;top:auto;left:auto;overflow:hidden;transform:none;box-shadow:0 13px 28px #34263d3d}.my-avatar-track{will-change:transform;width:300%;height:100%;transition:none;display:flex;transform:translate(-33.3333%)}.my-avatar-track.move-next,.my-avatar-track.move-prev{transition:transform .52s cubic-bezier(.22,.72,.2,1)}.my-avatar-track.move-next{transform:translate(-66.6667%)}.my-avatar-track.move-prev{transform:translate(0,0)}.my-avatar-track>img{object-fit:cover;pointer-events:none;-webkit-user-drag:none;border-radius:50%;flex:0 0 33.3333%;width:33.3333%;height:100%;display:block}.my-avatar-carousel.is-dragging{cursor:grabbing}.my-avatar-carousel.is-dragging .my-avatar-track{transition:none}.my-avatar-carousel>button:disabled{cursor:default}.ai-profile-badge{z-index:6;pointer-events:none;place-items:center;width:30px;height:30px;display:grid;position:absolute;top:-8px;left:calc(50% + 49px)}.ai-profile-badge svg{fill:#f4b900;filter:drop-shadow(0 0 3px #fff7bd)drop-shadow(0 0 8px #efb800aa);width:30px;height:30px;animation:2.5s ease-in-out infinite ai-profile-spark-shimmer;display:block}@media (width>=1025px){.ai-profile-badge{width:34px;height:34px;top:-9px;left:calc(50% + 62px)}.ai-profile-badge svg{width:34px;height:34px}}@keyframes ai-profile-spark-shimmer{0%,to{filter:brightness(.98)drop-shadow(0 0 3px #fff7bd)drop-shadow(0 0 8px #efb80099);opacity:.9;transform:scale(.94)rotate(-2deg)}50%{filter:brightness(1.28)drop-shadow(0 0 5px #fff8ce)drop-shadow(0 0 13px #f2bc00cc);opacity:1;transform:scale(1.1)rotate(2deg)}}@media (prefers-reduced-motion:reduce){.ai-profile-badge svg{animation:none}.my-avatar-track{transition-duration:.01ms}}@media (width>=1025px){.my-avatar-carousel>.my-avatar-viewport{border-width:5px;flex-basis:156px;width:156px;height:156px}}.my-music h2{font-size:24px}.my-music header span{font-size:var(--fh-type-caption)}.my-music>button{grid-template-columns:26px 50px minmax(0,1fr) 30px;min-height:66px}.my-music>button>b{font-size:var(--fh-type-caption)}.my-music>button>img{width:50px;height:50px}.my-music strong{font-size:var(--fh-type-body)}.my-music small{font-size:var(--fh-type-caption);line-height:1.35}.my-audio-player strong,.my-audio-player span,.my-audio-player time{font-size:var(--fh-type-caption)}.unified-audio-player{grid-template-columns:44px 42px 42px 42px 42px 46px minmax(120px,1fr) 76px 42px;height:44px}.unified-audio-player button,.unified-audio-player a,.unified-audio-player .audio-time{height:44px}.unified-audio-player>img{width:46px;height:44px}.unified-audio-player .audio-info{cursor:pointer;touch-action:none;grid-template-rows:1fr 1fr;height:44px;padding:4px 10px;position:relative}.unified-audio-player .audio-info:before{will-change:width}.unified-audio-player .audio-info.is-playing:before{transition:none}.unified-audio-player .audio-info b,.unified-audio-player .audio-info span{font-size:var(--fh-type-caption);line-height:1.4}.unified-audio-player .audio-info .audio-seek{z-index:3;opacity:.01;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;inset:0;display:block!important}.unified-audio-player .audio-time,.unified-audio-player .audio-time span:first-child,.unified-audio-player .audio-time span:last-child{font-size:var(--fh-type-caption)}.my-page-unified-audio{z-index:40;opacity:.94;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#2d2a30eb;width:50vw;max-width:none;margin:0;transition:opacity .2s;position:fixed;bottom:0;left:0;box-shadow:0 -5px 22px #261d3540}.my-page-unified-audio:hover,.my-page-unified-audio:focus-within{opacity:1}.my-page-unified-audio button,.my-page-unified-audio a,.my-page-unified-audio .audio-time{background-color:#343137e6}.my-page-unified-audio .audio-play{background:#dc3b88ef}.my-page-unified-audio .audio-volume{background:#b835ebeb}.my-gallery figure>img[role=button]{cursor:zoom-in;transition:transform .18s,filter .18s}.my-gallery figure>img[role=button]:hover{filter:brightness(1.06);transform:scale(1.035)}.my-gallery figure>img[role=button]:focus-visible{outline-offset:-3px;filter:brightness(1.06);outline:3px solid #8064ec}.fan-stats-guide-overlay{z-index:150;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#211a2c73;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.fan-stats-guide{background:#fff;border:1px solid #e4ddec;border-radius:22px;width:min(610px,100%);max-height:calc(100vh - 48px);overflow-y:auto;box-shadow:0 30px 90px #26173552}.fan-stats-guide>header{background:linear-gradient(135deg,#fbf8ff,#f3f7ff);border-bottom:1px solid #eee9f2;justify-content:space-between;align-items:flex-start;gap:20px;padding:25px 27px 22px;display:flex}.fan-stats-guide>header small{color:#7559e2;font-size:var(--fh-type-caption);letter-spacing:1px;font-weight:750}.fan-stats-guide>header h2{color:#29242d;margin:5px 0 7px;font-size:24px;line-height:1.25}.fan-stats-guide>header p{color:#79717e;font-size:var(--fh-type-meta);margin:0;line-height:1.55}.fan-stats-guide>header button{color:#6f6873;cursor:pointer;background:#fff;border:1px solid #ddd5e5;border-radius:50%;flex:0 0 38px;width:38px;height:38px;padding:0;font-size:24px}.fan-stats-guide-list{padding:9px 27px}.fan-stats-guide-list article{border-bottom:1px solid #f0ecf2;grid-template-columns:42px minmax(0,1fr);gap:14px;padding:15px 0;display:grid}.fan-stats-guide-list article:last-child{border-bottom:0}.fan-stats-guide-list article>span{color:#7156dd;width:38px;height:38px;font-size:var(--fh-type-caption);background:#f0ebff;border-radius:12px;place-items:center;font-weight:750;display:grid}.fan-stats-guide-list strong{color:#342e39;font-size:var(--fh-type-title);display:block}.fan-stats-guide-list p{color:#746d78;font-size:var(--fh-type-meta);word-break:keep-all;margin:5px 0 0;line-height:1.65}.fan-stats-guide>footer{background:#fbf9fc;border-top:1px solid #eee9f2;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:10px;padding:18px 27px 22px;display:grid}.fan-stats-guide>footer>span{color:#7659e6;font-size:18px}.fan-stats-guide>footer p{color:#746d78;font-size:var(--fh-type-caption);margin:0;line-height:1.5}.fan-stats-guide>footer button{color:#fff;height:40px;font-size:var(--fh-type-body);cursor:pointer;background:#7659e6;border:0;border-radius:10px;padding:0 20px;font-weight:650}.my-cover{--fh-profile-row-top:clamp(42px,6vh,66px)}.my-cover-back{z-index:6;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#15111b4d;border:1px solid #ffffff73;border-radius:50%;place-items:center;width:34px;height:34px;padding:0;transition:background .16s,border-color .16s,transform .16s;display:grid;position:absolute;top:10px;left:6.5%;box-shadow:0 4px 14px #0d09162e}.my-cover-back svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.my-cover-back:hover,.my-cover-back:focus-visible{background:#6f50de;border-color:#fff;outline:none;transform:translate(-2px)}.my-cover-copy{top:var(--fh-profile-row-top)}@media (width>=1025px){.my-cover-copy h1{margin:0 0 14px;display:block}.my-cover-copy p,.my-cover-copy .my-profile-empty-headline{text-align:left;background:0 0;border:0;margin:0;padding:0;font-size:18px;line-height:1.6;display:block}.my-cover-back{left:clamp(36px,4.5vw,68px)}}.my-profile-edit-button{z-index:5;top:calc(var(--fh-profile-row-top) + 4px);color:#fff;height:38px;font-size:var(--fh-type-meta);cursor:pointer;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#17131d38;border:1px solid #ffffffb8;border-radius:19px;padding:0 15px;font-weight:500;position:absolute;right:4%}.my-profile-edit-button:hover,.my-profile-edit-button:focus-visible{color:#3d3544;background:#fff;outline:none}.my-profile-friend-button{z-index:5;top:calc(var(--fh-profile-row-top) + 4px);color:#fff;min-width:104px;height:38px;font-size:var(--fh-type-meta);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#17131d73;border:1px solid #ffffffd1;border-radius:19px;padding:0 16px;font-weight:700;transition:all .18s;position:absolute;right:4%}.my-profile-friend-button:hover,.my-profile-friend-button:focus-visible{color:#5f43d5;background:#fff;outline:none}.my-profile-friend-button.pending{background:#7359dfe6;border-color:#cbbdff}.my-profile-friend-button.accepted{color:#fff;background:linear-gradient(120deg,#7659e6 0%,#9b62ef 48%,#d85fae 100%);border-color:#f2eaff;box-shadow:0 6px 20px #7551cf66,inset 0 1px #ffffff80}.my-profile-friend-button:disabled{cursor:default;opacity:.9}.my-profile-friend-button.accepted:disabled{opacity:1}.my-profile-friend-notice{z-index:5;top:calc(var(--fh-profile-row-top) + 50px);color:#fff;max-width:280px;font-size:var(--fh-type-caption);background:#17131ddb;border-radius:9px;margin:0;padding:8px 11px;line-height:1.45;position:absolute;right:4%;box-shadow:0 8px 24px #0004}.profile-edit-workspace{z-index:55;background:linear-gradient(#fbfaff 0,#fff 150px);position:fixed;inset:60px 0 0 50%;overflow-y:auto}.profile-edit-panel{background:0 0;width:100%;min-height:100%;margin:0}.profile-edit-panel>header{box-sizing:border-box;background:0 0;border-bottom:1px solid #e7e2ed;justify-content:space-between;align-items:flex-start;width:min(100%,860px);margin:0 auto;padding:22px 5.5% 15px;display:flex}.profile-edit-panel>header small{color:#7559e2;font-size:var(--fh-type-caption);letter-spacing:1px;font-weight:700}.profile-edit-panel>header h2{margin:4px 0;font-size:22px;line-height:1.25}.profile-edit-panel>header p{color:#817986;font-size:var(--fh-type-meta);margin:0}.profile-edit-panel>header>button{color:#746d7b;height:34px;font-size:var(--fh-type-body);cursor:pointer;background:#fff;border:1px solid #ddd6e6;border-radius:18px;align-items:center;gap:6px;padding:0 14px;display:flex}.profile-edit-close-icon{font-size:20px;font-weight:400;line-height:1}.profile-edit-panel>form{box-sizing:border-box;width:min(100%,860px);margin:0 auto;padding:22px 5.5% 64px}.profile-edit-field{grid-template-columns:108px minmax(0,1fr);align-items:start;gap:16px;margin:0 0 18px;display:grid}.profile-edit-field>span{color:#3f3944;font-size:var(--fh-type-body);text-align:right;padding-top:8px;font-weight:700;line-height:1.35}.profile-edit-field>div{min-width:0}.profile-edit-field input,.profile-edit-field textarea,.profile-edit-field select{box-sizing:border-box;color:#3f3942;width:100%;font:400 var(--fh-type-meta)/1.5 "Exo","Noto Sans KR",sans-serif;background:#fff;border:1px solid #e2dce7;border-radius:8px;outline:none;transition:border-color .18s,box-shadow .18s}.profile-edit-field input,.profile-edit-field select{height:40px;padding:0 11px}.profile-edit-field textarea{resize:vertical;min-height:126px;padding:12px}.profile-edit-field input:hover,.profile-edit-field textarea:hover,.profile-edit-field select:hover{border-color:#c8bfce}.profile-edit-field input:focus,.profile-edit-field textarea:focus,.profile-edit-field select:focus{border-color:#8064ec;box-shadow:0 0 0 3px #8064ec12}.profile-edit-field small{color:#958e99;font-size:var(--fh-type-caption);margin-top:6px;line-height:1.45;display:block}.profile-edit-field .profile-headline-count{text-align:right}.profile-edit-media{display:block}.profile-edit-media>label{color:#746d78;font-size:var(--fh-type-meta);cursor:pointer;background:#faf9fc;border:1px solid #e2dce7;border-radius:12px;flex-direction:column;align-items:flex-start;gap:10px;padding:12px;font-weight:500;display:flex}.profile-edit-media>label>div{color:#8b8290;background:#f4f0f7;border:1px dashed #cfc5dc;border-radius:10px;place-items:center;height:150px;display:grid;position:relative;overflow:hidden}.profile-edit-media>.profile-edit-avatar>div{border-radius:50%;width:124px;height:124px}.profile-edit-media>.profile-edit-cover>div{width:100%;height:180px}.profile-edit-media img{object-fit:cover;width:100%;height:100%;display:block}.profile-edit-media strong{color:#fff;font-size:var(--fh-type-caption);text-align:center;background:#201a27c9;border-radius:13px;padding:6px 8px;font-weight:500;position:absolute;inset:auto 8px 8px}.profile-edit-media input,.profile-edit-gallery input{display:none}.profile-media-strip{grid-template-columns:repeat(5,minmax(0,1fr));align-items:start;gap:10px;display:grid}.profile-media-strip figure,.profile-media-strip>label{aspect-ratio:1;background:#f5f2f7;border:1px solid #ddd5e6;margin:0;position:relative;overflow:hidden}.profile-media-strip figure{background:0 0;border:0;overflow:visible}.profile-media-strip.media-avatar figure,.profile-media-strip.media-avatar>label{border-radius:50%}.profile-media-strip.media-cover figure,.profile-media-strip.media-cover>label{aspect-ratio:16/10;border-radius:10px}.profile-media-strip figure img{object-fit:cover;background:#f5f2f7;border:1px solid #ddd5e6;width:100%;height:100%;display:block}.profile-media-strip.media-avatar figure img{border-radius:50%}.profile-media-strip.media-cover figure img{border-radius:10px}.profile-media-strip figure button{z-index:2;color:#fff;cursor:pointer;background:#17121ee8;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;padding:0;font-size:16px;font-weight:700;line-height:1;display:flex;position:absolute;top:-6px;right:-6px;box-shadow:0 2px 8px #0008}.profile-media-strip.media-avatar figure button{top:3px;right:3px}.profile-media-strip figure button:hover{background:#e83f69;box-shadow:0 2px 10px #7d153f80}.profile-media-strip figure button:focus-visible{outline-offset:2px;outline:3px solid #7254e8}.profile-media-strip>label{color:#7357de;cursor:pointer;background:#faf8ff;border-style:dashed;border-color:#a995e9;flex-direction:column;justify-content:center;align-items:center;gap:3px;transition:background .16s,border-color .16s;display:flex}.profile-media-strip>label:hover,.profile-media-strip>label:focus-within{background:#f0ebff;border-color:#7658e8}.profile-media-strip>label b{font-size:25px;font-weight:300;line-height:1}.profile-media-strip>label span{font-size:var(--fh-type-caption);font-weight:600}.profile-media-strip input{display:none}.profile-edit-socials{background:#faf9fc;border:1px solid #e2dce7;border-radius:12px;grid-template-columns:1fr 1fr;gap:12px;padding:12px;display:grid}.profile-edit-socials label{color:#5f5864;font-size:var(--fh-type-caption);flex-direction:column;gap:6px;font-weight:600;display:flex}.profile-edit-gallery{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.profile-edit-gallery figure,.profile-edit-gallery>label{aspect-ratio:1;background:#f2eff4;border:1px solid #e0d9e6;border-radius:9px;margin:0;position:relative;overflow:hidden}.profile-edit-gallery figure img{object-fit:cover;width:100%;height:100%;display:block}.profile-edit-gallery figure button{color:#fff;cursor:pointer;background:#201a27d6;border:0;border-radius:50%;width:24px;height:24px;padding:0;font-size:16px;position:absolute;top:4px;right:4px}.profile-edit-gallery>label{color:#7358df;cursor:pointer;border-style:dashed;flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.profile-edit-gallery>label b{font-size:24px;font-weight:300;line-height:1}.profile-edit-gallery>label span{font-size:var(--fh-type-caption)}.profile-edit-field em{color:#6e55d7;font-size:var(--fh-type-caption);margin-top:8px;font-style:normal;display:block}.profile-save-overlay{z-index:400;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:wait;background:#f8f6fcdf;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.profile-save-overlay>div{text-align:center;color:#514266;max-width:400px}.profile-save-overlay strong{font-size:16px;line-height:1.6;display:block}.profile-save-overlay p{color:#797080;font-size:14px;line-height:1.7}.profile-save-spinner{border:4px solid #e4dcfa;border-top-color:#7856e8;border-radius:50%;width:38px;height:38px;margin:0 auto 20px;animation:.8s linear infinite profile-save-spin;display:block}@keyframes profile-save-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.profile-save-spinner{animation:none}}.profile-edit-status{color:#674ed2;font-size:var(--fh-type-meta);background:#f3efff;border-radius:9px;margin:16px 0 0 124px;padding:11px 13px}.profile-edit-panel form>footer{border-top:1px solid #eee9f1;justify-content:flex-end;gap:9px;margin-left:124px;padding-top:20px;display:flex}.profile-edit-panel form>footer button{color:#5f5864;height:44px;font-size:var(--fh-type-body);cursor:pointer;background:#fff;border:1px solid #dcd5e3;border-radius:10px;padding:0 22px}.profile-edit-panel form>footer button[type=submit]{color:#fff;background:#7659e6;border-color:#7659e6;font-weight:600}.profile-edit-panel form>footer button:disabled{opacity:.55;cursor:wait}.my-page-tabs{height:82px}.my-page-tabs>button{height:64px;font-size:18px;font-weight:600}.my-page-tabs>button b,.my-page-tabs label,.my-page-tabs select{font-size:var(--fh-type-caption)}.my-page-tabs select{height:34px}.my-list-toolbar{background:#fff;border-bottom:1px solid #eeeaf2;justify-content:space-between;align-items:center;min-height:58px;padding:10px 3%;display:flex}.my-list-tools{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.my-list-search{color:#8c8490;background:#fff;border:1px solid #ddd7e5;border-radius:18px;align-items:center;gap:8px;width:250px;height:36px;padding:0 10px;transition:border-color .16s,box-shadow .16s;display:flex}.my-list-search:focus-within{border-color:#8a71e5;box-shadow:0 0 0 3px #8066df14}.my-list-search svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;flex:0 0 16px;width:16px;height:16px}.my-list-search input{color:#474149;min-width:0;font-size:var(--fh-type-meta);background:0 0;border:0;outline:0;flex:1}.my-list-search input::placeholder{color:#aaa3ad}.my-list-search button{color:#77707d;cursor:pointer;background:#f2eef6;border:0;border-radius:50%;width:22px;height:22px;padding:0;font-size:15px}.my-list-sort{color:#8f8794;font-size:var(--fh-type-caption);align-items:center;gap:10px;display:flex}.my-list-toolbar select{color:#514a55;height:34px;font-size:var(--fh-type-caption);background:#fff;border:1px solid #ddd7e5;border-radius:8px;padding:0 30px 0 12px}@media (width>=1025px){.my-page-list-content .my-list-sort{position:relative}.my-page-list-content .my-list-sort:after{content:"";pointer-events:none;border-bottom:1.5px solid #716977;border-right:1.5px solid #716977;width:6px;height:6px;position:absolute;top:50%;right:17px;transform:translateY(-70%)rotate(45deg)}.my-page-list-content .my-list-sort select{appearance:none;padding-right:38px}}.my-board-footer{background:#fff;border-top:1px solid #eeeaf2;grid-template-columns:1fr auto 1fr;align-items:center;min-height:70px;padding:14px 3%;display:grid}.my-board-footer>span{color:#8f8794;font:500 var(--fh-type-meta)/1.4 "Exo","Noto Sans KR",sans-serif;grid-column:1}.my-board-footer>span b{color:#3f3943;font-size:var(--fh-type-title);margin-left:4px}.my-board-footer nav{grid-column:2;justify-content:center;align-items:center;gap:6px;display:flex}.my-board-footer nav button{color:#8b848f;min-width:32px;height:34px;font-size:var(--fh-type-caption);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;padding:0 7px}.my-board-footer nav button:first-child,.my-board-footer nav button:last-child{min-width:40px;font-size:22px;font-weight:400;line-height:1}.my-board-footer nav button:hover:not(:disabled),.my-board-footer nav button:focus-visible{color:#39343d;background:0 0;border-bottom-color:#bbb4bf;outline:none}.my-board-footer nav button.active{color:#28242b;background:0 0;border-bottom-color:#39343d;font-weight:700}.my-board-footer nav button:disabled{color:#c8c2cb;cursor:default}.my-board-footer-summary{grid-template-columns:1fr}.my-post-list article{grid-template-columns:50px 78px minmax(0,1fr) 112px 72px;min-height:112px}.my-post-list article>.my-post-thumbnail{width:78px;height:78px}.my-post-list article>img.my-post-thumbnail{object-fit:cover;border-radius:8px}.my-post-thumbnail-empty{color:#8e8794;font-size:var(--fh-type-caption);text-align:center;background:#f7f5fa;border:1px solid #e5e1eb;border-radius:8px;place-items:center;display:grid}.my-post-rank,.my-post-rank i{font-size:var(--fh-type-caption)}.my-post-list h3{font-size:var(--fh-type-body);margin-bottom:3px;font-weight:600}.my-post-list p{font-size:var(--fh-type-caption);margin-bottom:5px;line-height:1.35}.my-post-list small,.my-post-list article>time{font-size:var(--fh-type-caption);line-height:1.45}.my-post-list .my-post-meta{font-size:var(--fh-type-caption);gap:13px;line-height:16px}.my-post-list .my-post-meta .post-meta-icon{flex-basis:16px;width:16px;height:16px}.my-post-list article{min-width:0;overflow:hidden}.my-post-copy{flex-direction:column;align-items:stretch;width:100%;min-width:0;display:flex;overflow:hidden}.my-post-list .my-post-copy h3,.my-post-list .my-post-copy p{white-space:normal;overflow-wrap:anywhere;-webkit-line-clamp:1;-webkit-box-orient:vertical;width:100%;min-width:0;max-width:100%;display:-webkit-box;overflow:hidden}.my-post-list article>time{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.my-post-list article>.heat{justify-self:end;width:72px;min-width:72px;max-width:72px}.my-post-meta{flex-wrap:wrap;gap:7px 13px;max-width:100%;margin-top:1px;display:flex}.my-post-meta .post-meta-author{color:#716a75}.my-bookmark-empty,.my-comment-empty,.friends-empty{font-size:var(--fh-type-body)}.my-comment-history{padding:6px 3% 40px}.my-comment-history>button{border-bottom-color:#eeeaf1;grid-template-columns:38px minmax(0,1fr) 138px 118px;gap:14px;min-height:76px;padding:10px 8px;transition:background .16s}.my-comment-history>button:hover,.my-comment-history>button:focus-visible{outline-offset:-2px;background:#faf8ff;outline:2px solid #e5def8;transform:none}.my-comment-rank{font-size:15px;font-weight:600}.my-comment-copy{gap:4px}.my-comment-copy q{font-size:var(--fh-type-body);margin:0;font-weight:400;line-height:1.5}.my-comment-reactions{color:#8d8591;font-size:var(--fh-type-caption);order:2;align-items:center;gap:9px;line-height:1.4;display:flex}.my-comment-reactions>span{white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.my-comment-reactions i{color:#c0b9c3;font-style:normal}.my-comment-history time{font-size:var(--fh-type-caption);line-height:1.5}.my-comment-history em{color:#6f55dc;width:auto;height:36px;font-size:var(--fh-type-caption);white-space:nowrap;background:#fff;border:1px solid #ddd5f2;border-radius:18px;flex-direction:row;justify-content:center;align-items:center;gap:6px;padding:0 11px;font-style:normal;font-weight:500;display:flex}.my-comment-history em:before,.my-comment-history em:after{content:none}.my-comment-history em svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px;display:block}.comment-edit-form textarea{font-size:var(--fh-type-body)}.comment-edit-form>div button{font-size:var(--fh-type-caption)}.friends-tools input{font-size:var(--fh-type-body)}.friends-invite-button,.friend-invite-tag,.friends-tools small{font-size:var(--fh-type-caption)}.friends-tools>div{grid-column:-2/-1;justify-self:end;margin-left:0}.friends-directory{padding-left:4%;padding-right:4%}.friends-directory .my-followers{padding-left:0;padding-right:0}@media (width>=901px){.friends-directory .my-followers{grid-template-columns:repeat(4,minmax(140px,168px));justify-content:start;column-gap:clamp(32px,5vw,80px)}.friends-directory .my-followers article,.friends-directory .my-followers img{width:100%}}.friends-directory .my-followers article:has(>img[src$=\#fanheat-ai]):after{content:"✦";z-index:4;color:#ffd21f;filter:drop-shadow(0 0 5px #ffd21fcc)drop-shadow(0 0 12px #ffb8008c);pointer-events:none;transform-origin:50%;font:700 34px/1 Arial,sans-serif;animation:2.4s ease-in-out infinite aiProfileShimmer;position:absolute;top:-8px;right:-10px}.my-followers strong,.friends-directory .friend-account{font-size:var(--fh-type-body)}.my-followers article>em{font-size:var(--fh-type-caption)}.my-followers article>em.best-friend-tier{min-height:30px;font-size:var(--fh-type-caption);white-space:nowrap;border-radius:16px;align-items:center;gap:7px;padding:5px 11px;font-weight:700;display:flex;top:-22px}.best-friend-tier span{font-size:var(--fh-type-caption);letter-spacing:1px}.best-friend-tier small{font-size:var(--fh-type-caption);letter-spacing:.2px;font-weight:700}.best-friend-tier.tier-5{background:linear-gradient(90deg,#ffb72f,#ff7979)}.best-friend-tier.tier-4{background:linear-gradient(90deg,#8564ef,#b16bf0)}.best-friend-tier.tier-3{background:linear-gradient(90deg,#ec68bd,#fa8cae)}.best-friend-tier.tier-2{background:linear-gradient(90deg,#48aedd,#69c7e2)}.best-friend-tier.tier-1{background:linear-gradient(90deg,#43b978,#75d59b)}.my-followers article.best-friend-level-5 img{border-color:#f2b936;outline-color:#fff8de}.my-followers article.best-friend-level-4 img{border-color:#8f69ed;outline-color:#f6f1ff}.my-followers article.best-friend-level-3 img{border-color:#ef75c5;outline-color:#fff1fa}.my-followers article.best-friend-level-2 img{border-color:#58b8dd;outline-color:#effaff}.my-followers article.best-friend-level-1 img{border-color:#67cb8d;outline-color:#effbf4}.best-friend-score{color:#958d99;font-size:var(--fh-type-caption);line-height:1.35;display:block}.friend-invite-modal>header small,.friend-invite-modal header p{font-size:var(--fh-type-caption)}.friend-invite-modal h2{font-size:var(--fh-type-section)}.friend-invite-list strong,.friend-invite-list span,.friend-invite-list button{font-size:var(--fh-type-caption)}.message-center{color:#39343d;background:#fff;min-height:calc(100vh - 142px)}.message-center-head{background:linear-gradient(120deg,#fbf9ff,#f3f7ff);border-bottom:1px solid #ebe7ef;justify-content:space-between;align-items:center;gap:20px;min-height:126px;padding:25px 4%;display:flex}.message-center-head small,.message-compose header small{color:#7659e6;font-size:var(--fh-type-caption);letter-spacing:1.5px;margin-bottom:5px;font-weight:700;display:block}.message-center-head h2,.message-compose h2{color:#2d2930;font-size:var(--fh-type-section);margin:0}.message-center-head p{color:#807984;font-size:var(--fh-type-meta);margin:7px 0 0;line-height:1.5}.message-center-head>button{color:#fff;height:42px;font-size:var(--fh-type-body);cursor:pointer;background:#7357e2;border:0;border-radius:21px;padding:0 18px;font-weight:600;box-shadow:0 9px 22px #6c52d62e}.message-folders{background:#fff;border-bottom:1px solid #e8e4eb;align-items:center;gap:28px;height:64px;padding:0 4%;display:flex}.message-folders button{color:#817985;height:64px;font-size:var(--fh-type-body);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:0;position:relative}.message-folders button.active{color:#302a34;border-bottom-color:#7357e2;font-weight:700}.message-folders b{color:#5f5864;font-size:var(--fh-type-caption);margin-left:5px}.message-folders em{color:#fff;font-size:var(--fh-type-caption);background:#ff5266;border-radius:10px;margin-left:8px;padding:3px 7px;font-style:normal;font-weight:700}.message-folders .message-new-button{color:#fff;background:#7357e2;border:1px solid #7357e2;border-radius:19px;height:38px;margin-left:auto;padding:0 16px;font-weight:600;box-shadow:0 7px 18px #6c52d626}.message-folders .message-new-button:hover,.message-folders .message-new-button:focus-visible{outline-offset:2px;background:#6649d5;outline:2px solid #d9d0ff}.message-notice{color:#654bd0;font-size:var(--fh-type-meta);background:#f3efff;border-bottom:1px solid #e9e3f3;margin:0;padding:10px 4%;line-height:1.45}.message-list-shell{background:#fff;min-height:510px;padding:0 4% 50px}.message-search{color:#918997;background:#fff;border:1px solid #ddd7e5;border-radius:24px;align-items:center;gap:10px;width:min(500px,100%);height:46px;margin:20px 0 24px;padding:0 16px;transition:border-color .16s,box-shadow .16s;display:flex}.message-search:focus-within{border-color:#8a71e5;box-shadow:0 0 0 3px #8066df14}.message-search svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;flex:0 0 18px;width:18px;height:18px}.message-search input{color:#3f3943;min-width:0;font-size:var(--fh-type-body);background:0 0;border:0;outline:0;flex:1}.message-search input::placeholder{color:#aaa3ad}.message-search button{color:#77707d;cursor:pointer;background:#f2eef6;border:0;border-radius:50%;width:24px;height:24px;padding:0;font-size:16px;line-height:1}.message-board-head{color:#928a96;height:38px;font-size:var(--fh-type-caption);background:#faf9fb;border:1px solid #e6e1e9;border-bottom:0;border-radius:14px 14px 0 0;grid-template-columns:38px 44px minmax(120px,.42fr) minmax(180px,1fr) 145px 72px 24px;align-items:center;gap:12px;padding:0 14px;display:grid}.message-list{background:#fff;border:1px solid #ebe7ed;border-radius:0 0 14px 14px;overflow:hidden}.message-row{background:#fff;border-bottom:1px solid #eeeaf0}.message-row:last-child{border-bottom:0}.message-row:hover,.message-row.active{background:#faf8ff}.message-row.unread{background:#fff}.message-row.unread .message-row-summary{box-shadow:inset 3px 0 #7659e6}.message-row-summary{color:#39343d;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:38px 44px minmax(120px,.42fr) minmax(180px,1fr) 145px 72px 24px;align-items:center;gap:12px;width:100%;min-height:76px;padding:10px 14px;display:grid}.message-row-number{color:#7659e6;font-size:var(--fh-type-meta);text-align:center;font-weight:600}.message-row-summary>img{object-fit:cover;background:#ece8ef;border-radius:50%;width:42px;height:42px}.message-row-person{flex-direction:column;gap:4px;min-width:0;display:flex}.message-row-person strong{font-size:var(--fh-type-body);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.message-row-person strong i{color:#fff;font-size:var(--fh-type-caption);background:#7659e6;border-radius:8px;margin-left:6px;padding:2px 5px;font-style:normal}.message-row-person small{color:#958d99;font-size:var(--fh-type-caption)}.message-row-summary q{color:#625b66;font-size:var(--fh-type-meta);text-overflow:ellipsis;white-space:nowrap;line-height:1.45;overflow:hidden}.message-row-summary q:before,.message-row-summary q:after{content:none}.message-row-summary time{color:#928a96;font-size:var(--fh-type-caption);text-align:right;white-space:nowrap}.message-row-summary>em{color:#8d8491;font-size:var(--fh-type-caption);white-space:nowrap;background:#f1eef3;border-radius:10px;justify-self:end;padding:4px 8px;font-style:normal}.message-row-summary>em.read{color:#674dd4;background:#ebe5ff}.message-row-chevron{color:#8d8491;font-size:20px;line-height:1;transition:transform .2s}.message-row.active .message-row-chevron{transform:rotate(180deg)}.message-row-detail{padding:0 18px 18px 108px}.message-row-detail>p{color:#443e47;font-size:var(--fh-type-body);white-space:pre-wrap;background:#fff;border:1px solid #ebe5f2;border-radius:12px;margin:0;padding:18px 20px;line-height:1.75}.message-row-detail>footer{justify-content:space-between;align-items:center;gap:15px;padding-top:12px;display:flex}.message-row-detail>footer>span{color:#918a95;font-size:var(--fh-type-caption)}.message-row-detail>footer>div{gap:8px;display:flex}.message-row-detail button{color:#756d79;height:36px;font-size:var(--fh-type-caption);cursor:pointer;background:#fff;border:1px solid #ded8e4;border-radius:18px;padding:0 13px}.message-row-detail button.blocked{color:#c34f62;background:#fff5f6;border-color:#ead5d9}.message-row-detail button.reply{color:#fff;background:#7357e2;border-color:#7357e2;font-weight:600}.message-empty,.message-block-list>p{color:#99919d;font-size:var(--fh-type-body);text-align:center;margin:0;padding:70px 18px}.message-block-list{background:#fff;padding:18px 4% 50px}.message-block-list article{border-bottom:1px solid #ece8ef;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:76px;padding:10px 5px;display:grid}.message-block-list img{object-fit:cover;border-radius:50%;width:50px;height:50px}.message-block-list article>div{flex-direction:column;gap:5px;display:flex}.message-block-list strong{font-size:var(--fh-type-body)}.message-block-list span{color:#918994;font-size:var(--fh-type-caption)}.message-block-list button{color:#654bd0;height:36px;font-size:var(--fh-type-caption);cursor:pointer;background:#fff;border:1px solid #ded8e4;border-radius:18px;padding:0 13px}.message-compose-overlay{z-index:45;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#231b3352;place-items:center;padding:24px;display:grid;position:fixed;inset:60px 0 0 50%}.message-compose{background:#fff;border:1px solid #e2dce8;border-radius:20px;width:min(620px,100%);overflow:hidden;box-shadow:0 28px 80px #26183b35}.message-compose>header{background:linear-gradient(125deg,#fbf9ff,#f3f7ff);border-bottom:1px solid #ebe6ef;justify-content:space-between;align-items:center;padding:22px 25px;display:flex}.message-compose>header>button{color:#746c78;cursor:pointer;background:#fff;border:1px solid #ded8e4;border-radius:50%;width:38px;height:38px;padding:0;font-size:24px}.message-compose>label{color:#4b454f;font-size:var(--fh-type-body);flex-direction:column;gap:8px;margin:20px 25px 0;font-weight:600;display:flex}.message-compose select,.message-compose textarea{color:#423c46;width:100%;font:var(--fh-type-body)/1.55 inherit;background:#fff;border:1px solid #dcd5e3;border-radius:11px;outline:0}.message-compose select{height:44px;padding:0 12px}.message-compose textarea{resize:vertical;min-height:180px;padding:13px}.message-compose select:focus,.message-compose textarea:focus{border-color:#8065eb;box-shadow:0 0 0 3px #8065eb16}.message-compose label>small{color:#99919d;font-size:var(--fh-type-caption);align-self:flex-end;font-weight:400}.message-compose>footer{justify-content:flex-end;gap:9px;padding:20px 25px 25px;display:flex}.message-compose>footer button{color:#655e69;height:42px;font-size:var(--fh-type-body);cursor:pointer;background:#fff;border:1px solid #dcd5e3;border-radius:10px;padding:0 17px}.message-compose>footer button[type=submit]{color:#fff;background:#7357e2;border-color:#7357e2;font-weight:600}.message-compose button:disabled{opacity:.55;cursor:wait}.mobile-my-page-menu-toggle,.mobile-my-page-menu-overlay{display:none}@media (width<=1024px){.profile-edit-workspace{left:0}.my-page-unified-audio{width:100vw}.app:has(.my-page-profile){padding-bottom:calc(112px + env(safe-area-inset-bottom))}.app:has(.mobile-my-page-menu-toggle){padding-bottom:calc(112px + env(safe-area-inset-bottom))}:is(.app.music-playback-disabled:has(.my-page-profile),.app.music-playback-disabled:has(.mobile-my-page-menu-toggle)){padding-bottom:0}.app:has(.my-page-profile) .mobile-app-nav{z-index:200;display:grid!important}.my-page-profile{padding-bottom:calc(132px + env(safe-area-inset-bottom))}.app:has(.mobile-my-page-menu-toggle) .my-page-profile{padding-bottom:calc(132px + env(safe-area-inset-bottom))}.app.music-playback-disabled .my-page-profile{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.app.music-playback-disabled:has(.my-page-profile) .my-content{background:#f7f7f9;min-height:100svh;padding-bottom:0}.app:has(.my-page-profile) .mobile-app-nav{opacity:1;visibility:visible;pointer-events:auto;will-change:auto;transition:none;transform:none}.my-page-unified-audio{z-index:190;bottom:calc(62px + env(safe-area-inset-bottom))}.app:has(.mobile-my-page-menu-toggle) .my-page-unified-audio{bottom:calc(62px + env(safe-area-inset-bottom))}.my-page-view .my-content>.topbar{display:none!important}.app:has(.mobile-my-page-menu-toggle) .my-cover-back{display:none}.mobile-my-page-menu-toggle{z-index:210;width:44px;height:44px;top:calc(16px + env(safe-area-inset-top));color:#302a34;-webkit-backdrop-filter:blur(12px);cursor:pointer;background:#fffffff2;border:1px solid #e3dee7;border-radius:50%;place-items:center;padding:0;display:grid;position:fixed;left:16px;box-shadow:0 5px 18px #21162d24}.mobile-my-page-menu-toggle svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;width:22px;height:22px}.mobile-my-page-menu-toggle:focus-visible,.mobile-my-page-menu-drawer button:focus-visible{outline-offset:2px;outline:3px solid #7658e8}.mobile-my-page-menu-overlay{z-index:320;-webkit-backdrop-filter:blur(2px);background:#17101f66;animation:.18s ease-out my-menu-fade;display:block;position:fixed;inset:0}.mobile-my-page-menu-drawer{width:min(88vw,380px);height:100%;padding:calc(28px + env(safe-area-inset-top)) 24px calc(24px + env(safe-area-inset-bottom));color:#28232c;background:#fff;flex-direction:column;animation:.24s cubic-bezier(.2,.8,.2,1) my-menu-slide;display:flex;position:relative;overflow-y:auto;box-shadow:18px 0 55px #1c112b35}.mobile-my-page-menu-drawer>header{border-bottom:1px solid #e9e4ec;grid-template-columns:minmax(0,1fr) 44px;align-items:start;padding:0 0 24px;display:grid}.mobile-my-page-menu-avatar{background:#ece8f0;border:2px solid #fff;border-radius:50%;grid-column:1;width:76px;height:76px;margin-bottom:18px;overflow:hidden;box-shadow:0 0 0 1px #d8d1dd}.mobile-my-page-menu-avatar img,.mobile-my-page-menu-avatar .header-avatar-fallback{object-fit:cover;color:#fff;width:100%;height:100%;font-size:var(--fh-type-title);place-items:center;font-weight:750;display:grid}.mobile-my-page-menu-avatar .header-avatar-fallback{background:linear-gradient(135deg,#7959e8,#b178ea)}.mobile-my-page-menu-drawer>header>button{color:#302a34;cursor:pointer;background:0 0;border:0;grid-area:1/2;width:44px;height:44px;padding:0;font-size:38px;font-weight:250;line-height:1}.mobile-my-page-menu-drawer>header h2{color:#28232c;grid-column:1/-1;margin:0;font-size:28px;line-height:1.2}.mobile-my-page-menu-drawer>header p{color:#837b88;font-size:var(--fh-type-body);grid-column:1/-1;margin:7px 0 0}.mobile-my-page-menu-drawer>nav{flex-direction:column;padding:16px 0;display:flex}.mobile-my-page-menu-drawer>nav>button{color:#3d3741;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:15px;grid-template-columns:36px minmax(0,1fr) auto 20px;align-items:center;gap:10px;width:100%;min-height:58px;padding:7px 12px;font-size:16px;font-weight:700;display:grid}.mobile-my-page-menu-drawer>nav>button>i{color:#49414e;place-items:center;width:34px;height:34px;display:grid}.mobile-my-page-menu-drawer svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:23px;height:23px}.mobile-my-page-menu-drawer>nav>button>b{color:#fff;min-width:24px;height:24px;font-size:var(--fh-type-caption);background:#ff5266;border-radius:12px;place-items:center;padding:0 7px;display:grid}.mobile-my-page-menu-drawer>nav>button>em{color:#aaa2ae;text-align:center;font-size:22px;font-style:normal}.mobile-my-page-menu-drawer>nav>button.active{color:#6748dc;background:#f0ebff}.mobile-my-page-menu-drawer>nav>button.active>i{color:#6748dc}.mobile-my-page-menu-drawer>footer{border-top:1px solid #e9e4ec;margin-top:auto;padding-top:18px}.mobile-my-page-menu-drawer>footer button{color:#5e5663;width:100%;min-height:52px;font-size:var(--fh-type-body);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:14px;padding:0 12px;font-weight:700;display:flex}@keyframes my-menu-fade{0%{background:#17101f00}to{background:#17101f66}}@keyframes my-menu-slide{0%{transform:translate(-100%)}to{transform:translate(0)}}.my-page-mobile-profile .my-content,.my-page-mobile-content .my-page-profile{display:none}.my-page-mobile-content .my-page-content{min-height:100dvh;padding-top:calc(68px + env(safe-area-inset-top));padding-bottom:calc(82px + env(safe-area-inset-bottom))}.my-page-mobile-content .my-page-tabs{display:none}.unified-audio-player{grid-template-columns:38px 34px 34px 38px 38px 42px minmax(82px,1fr) 60px 38px}.unified-audio-player>img{width:42px}.my-cover{--fh-profile-row-top:92px}.my-profile-edit-button{top:calc(var(--fh-profile-row-top) + 4px);height:36px;right:16px}.my-profile-friend-button{top:calc(var(--fh-profile-row-top) + 4px);min-width:98px;height:36px;padding:0 13px;right:16px}.my-profile-friend-notice{top:calc(var(--fh-profile-row-top) + 47px);max-width:calc(100% - 32px);right:16px}.fan-stats-guide-overlay{padding:12px}.fan-stats-guide{border-radius:18px;max-height:calc(100vh - 24px)}.fan-stats-guide>header{padding:20px 18px 17px}.fan-stats-guide>header h2{font-size:var(--fh-type-section)}.fan-stats-guide-list{padding:7px 18px}.fan-stats-guide-list article{grid-template-columns:38px minmax(0,1fr);gap:11px;padding:13px 0}.fan-stats-guide-list article>span{width:34px;height:34px}.fan-stats-guide>footer{grid-template-columns:20px minmax(0,1fr);padding:15px 18px 18px}.fan-stats-guide>footer button{grid-column:1/-1;width:100%;margin-top:3px}.profile-edit-workspace{z-index:280;overscroll-behavior:contain;background:#fff;inset:0;overflow-y:auto}.profile-edit-panel{background:#fff;border:0;width:100%;min-height:100dvh}.profile-edit-panel>header{z-index:3;-webkit-backdrop-filter:blur(16px);background:#fffffff7;border-bottom:1px solid #e7e2ed;align-items:center;min-height:74px;margin:0;padding:14px 18px;position:sticky;top:0;box-shadow:0 5px 18px #21162d0d}.profile-edit-panel>header small,.profile-edit-panel>header p{display:none}.profile-edit-panel>header h2{font-size:var(--fh-type-section)}.profile-edit-panel>header>button{color:#4f4854;border-radius:50%;place-items:center;width:42px;height:42px;padding:0;display:grid}.profile-edit-close-icon{font-size:28px;font-weight:300;transform:translateY(-1px)}.profile-edit-close-label{display:none}.profile-edit-panel>form{padding:20px 18px calc(98px + env(safe-area-inset-bottom))}.profile-edit-field{grid-template-columns:1fr;gap:7px;margin-bottom:16px}.profile-edit-field>span{text-align:left;padding-top:0}.profile-edit-status{margin-left:0}.profile-edit-panel form>footer{height:calc(78px + env(safe-area-inset-bottom));padding:12px 18px calc(12px + env(safe-area-inset-bottom));z-index:282;-webkit-backdrop-filter:blur(16px);background:#fffffff7;border-top:1px solid #e6e0e9;margin:0;display:block;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #21162d17}.profile-edit-panel form>footer button[type=button]{display:none}.profile-edit-panel form>footer button[type=submit]{width:100%;height:52px;font-size:var(--fh-type-body);border-radius:14px;font-weight:750}.profile-edit-media>.profile-edit-cover>div{height:132px}.profile-edit-socials{grid-template-columns:1fr}.profile-edit-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-media-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.my-page-tabs{height:70px}.my-page-tabs>button{height:58px;font-size:var(--fh-type-title)}.message-center{min-height:620px}.message-center-head{align-items:flex-end;min-height:118px;padding:19px 16px}.message-center-head p{max-width:220px}.message-center-head>button{white-space:nowrap;height:40px;padding:0 13px}.message-folders{gap:20px;height:58px;padding:0 14px;overflow-x:auto}.message-folders button{white-space:nowrap;height:50px}.message-folders em{display:none}.message-list-shell{padding:0 12px 34px}.message-search{width:100%;height:44px;margin:16px 0 18px;padding:0 14px}.message-board-head{display:none}.message-list{border-radius:12px}.message-row-summary{grid-template-columns:28px 40px minmax(0,1fr) 20px;gap:8px;min-height:94px;padding:12px 10px}.message-row-number{text-align:left;grid-area:1/1}.message-row-summary>img{grid-area:1/2;width:40px;height:40px}.message-row-person{grid-column:3}.message-row-summary q{grid-area:2/2/auto/4}.message-row-summary time{text-align:left;grid-area:3/3}.message-row-summary>em{display:none}.message-row-chevron{grid-area:1/4/4}.message-row-detail{padding:0 10px 14px}.message-row-detail>p{padding:15px}.message-row-detail>footer{flex-direction:column;align-items:flex-start}.message-row-detail>footer>div{width:100%}.message-row-detail button{flex:1}.message-compose-overlay{inset:62px 0 calc(90px + env(safe-area-inset-bottom));padding:12px}.message-compose{border-radius:16px;max-height:100%;overflow-y:auto}.message-compose>header{padding:18px}.message-compose>label{margin:17px 18px 0}.message-compose textarea{min-height:150px}.message-compose>footer{padding:17px 18px 20px}.my-post-list article{grid-template-columns:34px 64px minmax(0,1fr) 52px;min-height:112px}.my-post-list article>.my-post-thumbnail{width:64px;height:64px}.my-post-list article>.heat{width:52px;min-width:52px;max-width:52px}.my-post-list h3{font-size:var(--fh-type-body)}.my-post-list .my-post-copy p{white-space:normal;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:5px;display:-webkit-box}.my-post-meta{grid-template-columns:repeat(3,max-content);gap:5px 9px;display:grid}.my-post-meta .post-meta-author{grid-column:1/-1}.my-comment-rank{font-size:var(--fh-type-title)}.my-comment-copy q{font-size:var(--fh-type-body)}.my-comment-copy strong{font-size:var(--fh-type-caption)}.my-list-toolbar{min-height:62px;padding:10px 14px;display:block}.my-list-tools{grid-template-columns:minmax(0,1fr) auto;gap:8px;width:100%;margin-left:0;display:grid}.my-list-search{width:auto}.my-list-sort{gap:6px}.my-board-footer{grid-template-columns:1fr;gap:10px;min-height:92px;padding:12px 14px}.my-board-footer>span{grid-area:1/1}.my-board-footer nav{grid-area:2/1;justify-content:center}.my-board-footer-summary{min-height:56px}.my-comment-history{padding:4px 10px 30px}.my-comment-history>button{grid-template-columns:30px minmax(0,1fr) 38px;gap:8px;min-height:72px;padding:9px 4px}.my-comment-history time{display:none}.my-comment-history em{border-radius:50%;width:34px;height:34px;padding:0}.my-comment-history em span{display:none}.my-resources dl{gap:16px}.my-cover{background-position:50% 30%;height:390px;min-height:390px}.my-cover-back{top:20px;left:24px}.my-cover:after{clip-path:polygon(0 88%,100% 27%,100% 100%,0 100%);height:120px}.my-cover-play{place-items:center;width:58px;height:58px;display:grid;bottom:43px;right:20px}.my-avatar-carousel{width:150px;height:110px;margin:-90px auto 54px}.my-avatar-carousel>div:last-child{top:137px}.my-profile-body{width:92%}.my-resources{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px;padding:18px 0 16px;display:grid}.my-resources>article{width:auto;min-width:0;display:block;margin:0!important}.my-resources article header{align-items:center;gap:5px;min-height:32px;margin-bottom:9px}.my-resources article header strong{min-width:0;font-size:var(--fh-type-title);white-space:nowrap}.my-resources article header span{font-size:18px}.fan-credit-level,.heat-range-level{flex:none;gap:5px}.fan-stats-guide-button{flex:0 0 28px;width:28px;height:28px}.my-resources article>footer{flex-direction:column;align-items:flex-start;gap:3px;min-height:42px}.my-resources .fan-cred-card>footer{flex-direction:row;justify-content:space-between;align-items:center;gap:6px;min-height:24px}.my-resources .fan-cred-card>footer b{white-space:nowrap;flex:none}.my-resources .fan-cred-card>footer small{white-space:nowrap;text-align:right;min-width:0}.my-resources dl{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px;width:100%;margin-top:18px;display:grid}.my-resources dl>div{align-items:flex-start;gap:8px;min-width:0}.my-resources dl>div:first-child{grid-area:1/1}.my-resources dl>div:nth-child(2){grid-area:2/1}.my-resources dl>.fan-cred-summary{grid-area:1/2;align-items:flex-start;margin-left:0}.my-resources dl dt{border-radius:7px;flex:none;width:auto;min-width:42px;height:28px;padding:0 8px}.my-resources dl dd{flex-direction:column;min-width:0;display:flex}.my-resources dl dd b,.fan-cred-summary dd b{font-size:var(--fh-type-meta);white-space:nowrap}.my-resources dl dd small{font-size:var(--fh-type-caption);white-space:nowrap;margin-top:2px}.my-resources dl>.fan-cred-summary dd{flex-direction:column;align-items:flex-start;gap:2px}.my-resources dl>.fan-cred-summary dd b,.my-resources dl>.fan-cred-summary dd small{white-space:normal;word-break:keep-all}.my-resources dl>.fan-cred-summary dd small{margin-top:0}}@media (width<=380px){.my-resources{column-gap:10px}.my-resources article header{flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:58px}.my-resources dl{gap:10px 8px}.my-resources dl>div{gap:6px}.my-resources dl dt{min-width:38px;height:26px;padding:0 6px}}@media (width>=1025px){.profile-quick-menu.profile-account-menu{max-height:none;overflow:visible}}.profile-account-menu .notice-menu-badge{color:#fff;text-align:center;background:#ef476f;border-radius:999px;width:auto;min-width:48px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1.2}.mobile-notice-badge{color:#fff;background:#ef476f;border-radius:999px;margin-left:auto;padding:3px 7px;font-size:12px;font-style:normal;font-weight:700}.notice-overlay{z-index:300;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#17111f80;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.notice-center{color:#302b34;background:#fff;border:1px solid #e6e0eb;border-radius:22px;width:min(760px,100vw - 48px);max-height:min(800px,100dvh - 48px);overflow:hidden;box-shadow:0 34px 100px #160d2457}.notice-center>header{background:linear-gradient(135deg,#faf8ff,#f4f0ff);border-bottom:1px solid #eee9f1;grid-template-columns:44px 1fr 44px;align-items:center;min-height:96px;padding:22px 28px;display:grid}.notice-center>header>div{text-align:center;grid-column:2}.notice-center>header small{color:#775ce0;letter-spacing:1.4px;font:700 12px Exo,sans-serif}.notice-center>header h2{margin:5px 0 0;font-size:24px}.notice-center>header button{color:#655e69;cursor:pointer;background:#fff;border:1px solid #e1dae7;border-radius:50%;width:38px;height:38px;padding:0;font-size:24px}.notice-center .notice-back{visibility:hidden}.notice-center:has(.notice-detail) .notice-back{visibility:visible}.notice-list{max-height:calc(min(800px,100dvh - 48px) - 96px);padding:12px 28px 26px;overflow-y:auto}.notice-list>button{color:#302b34;text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #eee9f1;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;width:100%;min-height:96px;padding:18px 12px;display:grid}.notice-list>button:hover{background:#faf8ff}.notice-list-copy{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.notice-list-action{white-space:nowrap;align-items:center;gap:14px;display:flex}.notice-list-action time{color:#99919e;font-size:13px}.notice-list-action b{color:#aaa1af;font-size:25px;font-weight:400;line-height:1}.notice-list-meta{align-items:center;gap:8px;display:flex}.notice-list-meta em{color:#775ce0;font-size:13px;font-style:normal;font-weight:700}.notice-list-meta i{color:#fff;background:#ef476f;border-radius:999px;padding:3px 7px;font-size:12px;font-style:normal;font-weight:700}.notice-list strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-top:10px;font-size:16px;display:block;overflow:hidden}.notice-list>button.unread strong{color:#6245d4}.notice-detail{max-height:calc(min(800px,100dvh - 48px) - 96px);padding:38px 46px 44px;overflow-y:auto}.notice-detail-meta{color:#8b8390;justify-content:space-between;font-size:13px;display:flex}.notice-detail-meta span{color:#775ce0;font-weight:700}.notice-detail h3{margin:14px 0 10px;font-size:20px;line-height:1.4}.notice-detail-summary{color:#69616e;border-bottom:1px solid #eee9f1;margin:0;padding-bottom:24px;font-size:14px;line-height:1.7}.notice-detail-body{padding:22px 0 12px}.notice-detail-body p{color:#4e4852;margin:0 0 16px;font-size:14px;line-height:1.8}.notice-detail>button{color:#6048c7;cursor:pointer;background:#fff;border:1px solid #dcd4e4;border-radius:10px;height:44px;padding:0 20px;font-size:14px;font-weight:700}@media (width<=1024px){.notice-overlay{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;padding:0}.notice-center{width:100%;height:100dvh;max-height:none;box-shadow:none;border:0;border-radius:0}.notice-center>header{grid-template-columns:42px 1fr 42px;min-height:72px;padding:12px 16px}.notice-center>header small{font-size:12px}.notice-center>header h2{font-size:20px}.notice-center>header button{width:40px;height:40px}.notice-list,.notice-detail{max-height:calc(100dvh - 72px)}.notice-list{padding:4px 16px 30px}.notice-list>button{min-height:126px;padding:20px 36px 18px 4px}.notice-list-meta time{font-size:12px}.notice-list strong{font-size:16px}.notice-list p{font-size:14px}.notice-detail{padding:26px 20px 40px}.notice-detail h3{font-size:20px}.notice-detail-summary,.notice-detail-body p,.notice-detail>button{font-size:14px}.notice-list>button{grid-template-columns:minmax(0,1fr) auto;gap:12px;min-height:92px;padding:16px 4px}.notice-list-action{gap:8px}.notice-list-action time{font-size:12px}}.my-profile-actions{z-index:5;top:calc(var(--fh-profile-row-top) + 4px);flex-wrap:wrap;gap:8px;max-width:calc(100% - 32px);display:flex;position:absolute;right:4%}.my-profile-actions .my-profile-friend-button{position:static}.profile-message-overlay{z-index:200;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#21183166;padding:24px;inset:0 50% 0 0}.profile-message-compose{border-radius:26px;max-height:calc(100dvh - 48px);overflow-y:auto;box-shadow:0 24px 90px #1d102d40}.profile-message-compose>header{background:linear-gradient(130deg,#f4edff,#fff7fb 65%,#edf7ff);padding:24px}.profile-message-compose header small{color:#8666d6;letter-spacing:1.5px;font-size:12px;font-weight:700;display:block}.profile-message-compose>header>div{flex:1;grid-template-columns:48px 1fr;align-items:center;column-gap:14px;display:grid}.profile-message-compose .message-letter-icon{float:none;grid-row:1/3;margin:0}.profile-message-compose header small{white-space:nowrap}.profile-message-compose h2{color:#30223f;margin:7px 0 0;font-size:24px}.message-letter-icon{float:left;color:#8055d5;background:#ffffffb8;border:1px solid #e5d9f4;border-radius:16px;place-items:center;width:48px;height:48px;margin-right:14px;font-size:26px;display:grid}.message-recipient-card{background:#faf8fe;border:1px solid #ece5f6;border-radius:16px;align-items:center;gap:12px;margin:24px 25px 0;padding:14px;display:flex}.message-recipient-card img{object-fit:cover;border-radius:50%;width:48px;height:48px}.message-recipient-card>div{gap:4px;display:grid}.message-recipient-card strong{font-size:16px}.message-recipient-card span{color:#84768f;font-size:12px}.message-private-badge{white-space:nowrap;border:1px solid #e5dcf0;border-radius:16px;margin-left:auto;padding:6px 9px}.profile-message-compose textarea{background:#fefcff;min-height:170px;font-size:14px;line-height:1.7}.message-success,.message-dialog-error{margin:24px 25px;font-size:14px;line-height:1.8}.message-dialog-error{color:#a42a48}.message-thread-replies{border-left:2px solid #e5ddf5;gap:12px;margin-top:20px;padding-left:18px;display:grid}.message-thread-replies article{background:#f7f5fb;border-radius:14px;padding:16px}.message-thread-replies article.own-reply{background:#eee8ff}.message-thread-replies strong{font-size:14px}.message-thread-replies time{color:#85788f;margin-top:4px;font-size:12px;display:block}.message-thread-replies p{white-space:pre-wrap;overflow-wrap:anywhere;margin:10px 0 0;font-size:14px;line-height:1.7}.message-inline-reply{background:#faf8ff;border:1px solid #dfd5f4;border-radius:16px;margin:18px 0 0;padding:18px}.message-inline-reply label{color:#6a4bab;margin-bottom:10px;font-size:14px;font-weight:600;display:block}.message-inline-reply textarea{box-sizing:border-box;resize:vertical;width:100%;min-height:100px;font:inherit;border:1px solid #dcd2ef;border-radius:10px;padding:12px;font-size:14px;line-height:1.6}.message-inline-reply>div{justify-content:flex-end;align-items:center;gap:8px;margin-top:10px;display:flex}.message-inline-reply small{color:#867a91;margin-right:auto;font-size:12px}.message-inline-reply button{color:#644598;cursor:pointer;background:#fff;border:1px solid #dfd6eb;border-radius:10px;min-height:38px;padding:0 13px;font-size:14px}.message-inline-reply button[type=submit]{color:#fff;background:#7956db;border-color:#7956db}.message-inline-reply button:disabled{opacity:.5;cursor:default}.profile-message-compose :focus-visible,.message-inline-reply :focus-visible{outline-offset:3px;outline:3px solid #b4a0eb}@media (width<=1000px){.profile-message-overlay{padding:18px;inset:0}.profile-message-compose{max-width:520px}}@media (width<=600px){.profile-message-overlay{padding:12px;inset:0}.profile-message-compose{border-radius:22px;max-height:calc(100dvh - 24px)}.profile-message-compose>header{padding:18px}.message-recipient-card,.profile-message-compose>label{margin:18px 18px 0}.profile-message-compose>footer{padding:18px}.profile-message-compose textarea{min-height:130px}.message-inline-reply{padding:12px}.message-thread-replies{padding-left:10px}}.message-compose>p[role=note]{color:#6d627f;margin:0 26px 16px;font-size:13px;line-height:1.6}.my-profile-message-button{color:#6041ca;cursor:pointer;background:#fff;border:1px solid #fff;border-radius:20px;min-height:38px;padding:0 16px;font-size:14px;font-weight:700}.my-profile-message-button:focus-visible{outline-offset:3px;outline:3px solid #c6b5ff}@media (width<=600px){.my-profile-actions{justify-content:flex-end;max-width:none;margin:0 16px 12px;padding-top:64px;position:relative;top:auto;right:auto}.my-profile-message-button{min-height:40px}.my-profile-actions .my-profile-friend-button{height:40px}}.my-page-friends-content .friends-tools{grid-template-columns:minmax(220px,430px) auto auto auto minmax(max-content,1fr)}.friends-tools>.friends-search svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;flex:0 0 16px;width:16px;height:16px}.friends-tools>.friends-sort{color:#8f8794;white-space:nowrap;gap:7px;width:auto;min-width:126px}.friends-tools>.friends-sort select{color:#514a55;min-width:0;height:100%;font-size:var(--fh-type-caption);background:0 0;border:0;outline:0;padding:0 24px 0 4px}.friends-tools>.friends-sort:focus-within{border-color:#8a71e5;box-shadow:0 0 0 3px #8066df14}@media (width<=1024px){.my-page-mobile-content .my-page-list-content{padding-top:0}.my-page-list-content>.my-list-toolbar{min-height:calc(76px + env(safe-area-inset-top));padding:calc(16px + env(safe-area-inset-top)) 14px 16px 76px;display:block}.my-page-list-content .my-list-tools{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0}.my-page-list-content .my-list-search{width:auto;height:44px}.my-page-list-content .my-list-sort select{height:44px}.my-page-friends-content .friends-directory{padding:0 12px 44px}.my-page-friends-content .friends-tools{min-height:calc(76px + env(safe-area-inset-top));padding:calc(16px + env(safe-area-inset-top)) 14px 14px 76px;background:#fff;border-bottom:1px solid #eeeaf2;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px 8px;margin:0 -12px}.my-page-friends-content .friends-tools>.friends-search{grid-column:1;min-width:0;height:44px}.my-page-friends-content .friends-tools>.friends-sort{grid-column:2;min-width:112px;height:44px}.my-page-friends-content .friends-tools>.friends-invite-button{grid-column:1;justify-self:start}.my-page-friends-content .friends-tools>.friend-invite-tag{grid-column:2;justify-self:end}.my-page-friends-content .friends-tools>.friends-total{grid-column:1/-1;justify-self:start;margin:0}}@media (width<=600px){.my-page-list-content .my-list-sort>span,.my-page-friends-content .friends-sort>span{display:none}.my-page-friends-content .friends-tools>.friends-sort{min-width:96px}}
