@import"https://fonts.googleapis.com/css2?family=Geologica:wght@400;500;700&display=swap";:root{color:#111;background:#454545;font-family:Geologica,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--app-bg: #ffffff;--surface: #efedea;--surface-dark: #222222;--text: #0d090a;--muted: #8c8c8c;--line: #c6c6c6;--lime: #ceff05;--lavender: #ac9ff8;--motion-enter: cubic-bezier(.22, 1, .36, 1);--motion-move: cubic-bezier(.25, 1, .5, 1);--motion-drawer: cubic-bezier(.32, .72, 0, 1)}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{min-width:320px;overflow-x:hidden;background:var(--app-bg)}a{color:inherit;text-decoration:none}button{border:0;font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell{position:relative;overflow-x:hidden;width:100%;min-height:100vh;min-height:100dvh;margin:0;color:var(--text);background:var(--app-bg)}@media(min-width:520px){body{padding:0}.app-shell{min-height:100vh;min-height:100dvh}}.mini-header{position:sticky;top:0;z-index:20;background:#fffffff5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.app-shell:has(.club-guest-screen),.app-shell:has(.club-member-screen),.app-shell:has(.club-content-screen){background:#151515}.app-shell:has(.club-guest-screen) .mini-header,.app-shell:has(.club-member-screen) .mini-header,.app-shell:has(.club-content-screen) .mini-header{background:#151515}.app-shell:has(.club-guest-screen) .brand-row,.app-shell:has(.club-member-screen) .brand-row{border-bottom-color:#4a4a4a}.header-controls{display:flex;width:100%;max-width:430px;align-items:center;justify-content:space-between;gap:16px;margin:0 auto;padding:8px 16px 4px}.header-control{display:inline-flex;height:32px;align-items:center;justify-content:center;color:#fff;background:#413f4066;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:32px;cursor:pointer}.header-control__icon{display:grid;width:24px;height:24px;flex:0 0 24px;place-items:center}.header-control__icon img{display:block}.header-control__icon--close img{width:12px;height:12px}.header-control__icon--back img{width:7px;height:12px}.header-control__icon--collapse img{width:14px;height:8px}.header-control__icon--more img{width:4px;height:16px}.header-control--close,.header-control--back{gap:2px;padding:4px 12px 4px 4px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Rounded,SF Pro Text,sans-serif;font-size:14px;font-weight:500;line-height:22px}.header-control--menu{width:81px;gap:16px;padding:4px 8px}.header-control--menu .header-control__icon--collapse{transition:transform .18s var(--motion-move)}.header-control--menu-collapsed .header-control__icon--collapse{transform:rotate(180deg)}.compact-social-row{position:absolute;z-index:3;top:48px;right:max(16px,calc((100vw - 430px)/2 + 16px));display:flex;justify-content:flex-end;pointer-events:none}.compact-social-row .social-buttons{pointer-events:auto}.brand-row{display:flex;min-height:66px;width:100%;max-width:430px;align-items:center;justify-content:space-between;gap:16px;margin:0 auto;padding:max(12px,env(safe-area-inset-top)) 16px 12px;border-bottom:1px solid var(--line)}.brand-logo{display:block;width:89px;height:26px;overflow:hidden}.brand-logo img{display:block;width:89px;height:26px}.header-actions{display:flex;align-items:center;gap:8px}.profile-dot{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;overflow:hidden;padding:0;border-radius:50%;background:#413f4066;color:#f3f4f7;cursor:pointer}.profile-dot svg{width:24px;height:24px}.profile-dot img{width:100%;height:100%;object-fit:cover}.screen{width:100%;max-width:430px;margin:0 auto;padding:0 16px calc(104px + env(safe-area-inset-bottom))}.home-screen{display:flex;flex-direction:column;gap:24px}.home-hero{position:relative;min-height:594px;margin:0 -16px;overflow:hidden}.home-hero__image{position:relative;height:484px;overflow:hidden}.home-hero__image:after{position:absolute;left:0;right:0;bottom:-1px;z-index:1;height:220px;content:"";background:linear-gradient(180deg,#fff0,#fff 72%,#fff)}.home-hero__image>img{display:block;width:100%;height:auto;max-width:none;position:relative;z-index:0;-webkit-mask-image:linear-gradient(180deg,#000000 0%,#000000 66%,rgba(0,0,0,.72) 78%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(180deg,#000,#000 66%,#000000b8 78%,#0000)}.social-buttons{display:flex;align-items:center}.social-buttons--hero{position:absolute;top:40px;right:0;z-index:2;flex-direction:column;gap:8px;padding:0 16px}.social-buttons--compact{flex-direction:column;gap:8px;padding:0;border-radius:999px}.social-button{display:grid;place-items:center;color:#fff;background:#413f4066;border-radius:50%;cursor:pointer;opacity:1;transform:translateZ(0);transition:opacity .17s var(--motion-move),transform .17s var(--motion-move)}.social-button--hero,.social-button--compact{width:42px;height:42px}.social-button svg{display:block;width:28px;height:28px;fill:currentColor}.social-button img{display:block;width:24px;height:24px;object-fit:contain}.social-button--compact img{width:24px;height:24px;object-fit:contain}.social-buttons--collapsed{pointer-events:none}.social-buttons--collapsed .social-button{opacity:0;pointer-events:none;transform:translate3d(0,-12px,0) scale(.96)}.social-buttons .social-button:nth-child(1){transition-delay:0ms}.social-buttons .social-button:nth-child(2){transition-delay:45ms}.social-buttons .social-button:nth-child(3){transition-delay:90ms}.social-buttons--collapsed .social-button:nth-child(1){transition-delay:90ms}.social-buttons--collapsed .social-button:nth-child(2){transition-delay:45ms}.social-buttons--collapsed .social-button:nth-child(3){transition-delay:0ms}.home-hero__copy{position:absolute;left:0;right:0;bottom:0;z-index:3;display:flex;flex-direction:column;gap:14px;padding:0 16px 28px}.home-hero h1{max-width:360px;margin:0;color:#0d090a;font-size:42px;font-weight:700;line-height:.94;letter-spacing:0}.home-hero strong{color:#232323;font-size:28px;font-weight:500;line-height:1}.home-hero p{max-width:322px;margin:0;color:#6c6c6c;font-size:16px;font-weight:500;line-height:1}.home-section{display:flex;flex-direction:column;gap:12px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:16px}.section-heading h2{margin:0;color:#1c1c1c;font-size:24px;font-weight:400;line-height:1;letter-spacing:0}.section-heading a{color:#1c1c1c;font-size:14px;line-height:1.1;text-decoration:underline;white-space:nowrap}.news-rail,.release-rail{display:flex;gap:12px;margin-right:-16px;overflow-x:auto;padding-right:16px;scrollbar-width:none}.news-rail::-webkit-scrollbar,.release-rail::-webkit-scrollbar{display:none}.news-card{display:flex;min-width:334px;align-items:center;gap:16px;padding:16px;border-radius:24px;background:var(--surface)}.news-card__media{display:grid;width:64px;height:64px;flex:0 0 64px;place-items:center;overflow:hidden;border:1px solid #ffffff;border-radius:12px;background:#d5d5d5;box-shadow:0 4px 4px #f9f8f5}.news-card__media img{width:112px;max-width:none}.news-card strong,.release-card strong,.merch-card strong{display:block;color:var(--text);font-size:16px;font-weight:400;line-height:1.1}.news-card small,.release-card small,.merch-card em{display:block;margin-top:8px;color:#8c8c8c;font-size:14px;font-style:normal;line-height:1.1}.concert-card{display:flex;min-height:92px;flex-direction:column;justify-content:space-between;gap:16px;padding:20px;border:1px solid #ffffff;border-radius:24px;background:#e2e4ea66}.concert-card--featured{min-height:132px}.home-section .concert-card{border-color:#535353;background:var(--surface-dark)}.concert-card__badge{align-self:flex-start;padding:6px 8px;border-radius:999px;color:#232323;background:var(--lime);font-size:12px;line-height:1}.concert-card__row{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:8px}.concert-card__date,.concert-card__place{display:flex;min-width:0;flex-direction:column;gap:8px;justify-content:center}.concert-card__date{flex:0 0 68px}.concert-card__place{flex:1 1 auto}.concert-card strong{overflow:hidden;color:#232323;font-size:16px;font-weight:500;line-height:1;text-overflow:ellipsis;white-space:nowrap}.home-section .concert-card strong{color:#fff}.concert-card small{overflow:hidden;color:#8c8c8c;font-size:14px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.concert-card__action{height:52px;flex:0 0 auto;min-width:98px;padding:8px 16px;color:#fff;border-radius:16px;font-size:18px;cursor:pointer}.concert-card__action--tickets{background:#222}.concert-card__action--finished{background:#b5b5b5;cursor:default}.home-section .concert-card__action--tickets{color:#232323;background:#f3f4f7}.release-rail{gap:8px}.release-card{min-width:135px;padding:0;background:transparent;border:0;text-align:left;cursor:pointer}.release-card img{display:block;width:135px;height:135px;object-fit:cover;border-radius:20px;background:#cecece}.release-card__placeholder{display:block;width:135px;height:135px;border-radius:20px;background:#cecece}.release-card strong{margin-top:8px}.release-card small{margin-top:4px;color:#8c8c8c}.player-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:flex;align-items:flex-end;justify-content:center}.player-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#030303ab;cursor:pointer}.player-sheet{position:relative;z-index:1;display:flex;width:min(100%,430px);height:min(72vh,620px);min-height:445px;flex-direction:column;overflow:hidden;padding-top:24px;border-radius:24px 24px 0 0;background:#fff;box-shadow:0 -12px 32px #0000002e}.player-sheet__bar{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:12px;padding:8px 16px 12px;border-bottom:1px solid #e5e5e5}.player-sheet__bar>div{display:flex;min-width:0;align-items:center;gap:12px}.player-sheet__bar img{width:44px;height:44px;flex:0 0 44px;border-radius:12px;object-fit:cover}.player-sheet__bar span{display:flex;min-width:0;flex-direction:column;gap:4px}.player-sheet__bar strong,.player-sheet__bar small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-sheet__bar strong{color:#000;font-size:16px;font-weight:500;line-height:1}.player-sheet__bar small{color:#8c8c8c;font-size:14px;line-height:1.1}.player-sheet__bar button{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;color:#454545;background:#f3f4f7;border-radius:100px;cursor:pointer}.player-sheet__bar svg{width:24px;height:24px}.player-sheet__frame{width:100%;flex:1 1 auto;min-height:0;border:0;background:#fff}.player-sheet__fallback{display:flex;height:48px;flex:0 0 48px;align-items:center;justify-content:center;color:#fff;background:#000;font-size:16px;line-height:1.1}.club-card{position:relative;display:flex;overflow:hidden;height:264px;flex-direction:column;gap:12px;padding-bottom:16px;border-radius:24px;color:#fff;background:#262626}.club-card:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;border:2px solid rgba(230,239,244,.09);border-radius:inherit;content:"";pointer-events:none}.club-card__media{position:relative;display:block;overflow:hidden;width:100%;height:173px;flex:0 0 173px;border-radius:24px;box-shadow:0 4px 12.7px #91919147}.club-card__media img{position:absolute;left:-1.89%;top:-83.09%;display:block;width:103.5%;height:182.97%;max-width:none;object-fit:cover}.club-card__tags{position:absolute;z-index:2;left:20px;top:20px;display:flex;gap:8px}.club-card__tags small{padding:6px 10px;color:#555;background:#fcfcfc;border-radius:999px;box-shadow:0 4px 6px #22222212;font-size:12px;line-height:1;white-space:nowrap}.club-card__lock{position:absolute;z-index:2;left:50%;top:76px;display:grid;width:40px;height:40px;place-items:center;color:#fff;background:#53535324;border-radius:50%;transform:translate(-50%)}.club-card__lock img{width:17px;height:20px}.club-card__body{display:flex;flex-direction:column;gap:8px;width:100%;padding:0 20px}.club-card__body strong{overflow:hidden;font-size:16px;font-weight:500;line-height:1;text-overflow:ellipsis;white-space:nowrap}.club-card__body em{overflow:hidden;color:#888;font-size:14px;font-style:normal;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.club-card__meta{display:flex;gap:8px;align-items:center}.club-card__meta small{color:#8c8c8c;font-size:12px;line-height:1;white-space:nowrap}.club-guest-screen{position:relative;display:flex;width:100%;max-width:430px;min-height:calc(100vh - 44px);min-height:calc(100dvh - 44px);flex-direction:column;gap:24px;margin:0 auto;padding:0 0 calc(182px + env(safe-area-inset-bottom));color:#fff;background:#151515}.club-guest-hero{position:relative;min-height:447px;overflow:hidden}.club-guest-hero>img{display:block;width:100%;height:390px;object-fit:cover;object-position:center top;opacity:.94}.club-guest-hero:after{position:absolute;left:0;right:0;bottom:0;height:190px;content:"";background:linear-gradient(180deg,#15151500,#151515 72%,#151515)}.club-guest-hero__greeting{position:absolute;z-index:2;top:24px;left:16px;right:16px;display:flex;align-items:center;gap:16px}.club-guest-hero__greeting strong{font-size:24px;font-weight:400;line-height:1}.club-guest-hero__greeting span{padding:6px 10px;color:#8c8c8c;background:#fcfcfc;border-radius:999px;font-size:14px;line-height:1.1}.club-guest-hero__copy{position:absolute;z-index:2;left:16px;right:16px;bottom:10px;display:flex;flex-direction:column;gap:20px}.club-guest-hero__copy h1{margin:0;font-size:28px;font-weight:500;line-height:1.1;letter-spacing:0}.club-guest-hero__copy p{margin:0;color:#ffffffa1;font-size:16px;line-height:1.1}.club-guest-sections{display:flex;flex-direction:column;gap:16px;padding:0 16px}.club-guest-sections h2{margin:0;font-size:24px;font-weight:400;line-height:1;letter-spacing:0}.club-tile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.club-tile{display:flex;min-height:164px;flex-direction:column;justify-content:space-between;gap:18px;padding:12px 12px 16px 16px;color:#fff;background:linear-gradient(90deg,#acacac33,#acacac33),linear-gradient(90deg,#0000001f,#0000001f);border-radius:24px;cursor:pointer;text-align:left}.club-tile__top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.club-tile__top small{min-width:0;color:#ffffffb3;font-family:Inter,Geologica,sans-serif;font-size:14px;line-height:16px}.club-tile__top span{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;background:#ffffff1a;border-radius:50%;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.club-tile__top img{width:17px;height:20px;opacity:.92}.club-tile strong{font-size:20px;font-weight:400;line-height:24px}.club-subscribe-panel{position:fixed;left:50%;bottom:0;z-index:24;display:flex;width:min(calc(100% - 2px),428px);min-height:265px;flex-direction:column;align-items:center;gap:12px;padding:24px 33px calc(102px + env(safe-area-inset-bottom));color:#000;background:#fff;border-radius:24px 24px 0 0;transform:translate(-50%)}.club-subscribe-panel h2{margin:0;font-size:28px;font-weight:500;line-height:1.1}.club-subscribe-panel p{max-width:280px;margin:0;color:#5c5c5ca1;font-size:16px;line-height:1;text-align:center}.club-subscribe-panel button,.club-join-sheet__button{display:flex;width:100%;min-height:52px;align-items:center;justify-content:center;padding:12px 16px;color:#fff;background:#ac9ff8;border-radius:16px;font-size:18px;line-height:1.1;cursor:pointer}.club-join-sheet__button{min-height:52px;font-size:18px}.club-join-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:25;display:flex;align-items:flex-end;justify-content:center;pointer-events:none}.club-join-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0a80;cursor:pointer;pointer-events:auto}.club-join-sheet{position:relative;z-index:1;display:flex;width:min(calc(100% - 2px),428px);min-height:265px;flex-direction:column;align-items:center;gap:12px;overflow:hidden;padding:28px 33px calc(102px + env(safe-area-inset-bottom));color:#000;background:#fff;border-radius:24px 24px 0 0;pointer-events:auto}.club-join-sheet h2{margin:0;font-size:28px;font-weight:500;line-height:1.1;text-align:center}.club-join-sheet p{max-width:280px;margin:0 0 2px;color:#5c5c5ca1;font-size:16px;line-height:1;text-align:center}.club-member-screen,.club-content-screen{position:relative;display:flex;width:100%;max-width:430px;min-height:calc(100vh - 110px);min-height:calc(100dvh - 110px);flex-direction:column;gap:32px;margin:0 auto;padding:0 16px calc(128px + env(safe-area-inset-bottom));color:#fff;background:#151515}.club-member-screen{padding-inline:0}.club-member-hero{position:relative;min-height:475px;overflow:hidden}.club-member-hero>img{display:block;width:100%;height:383px;object-fit:cover;object-position:center top}.club-member-hero:after{position:absolute;left:0;right:0;bottom:0;height:178px;content:"";background:linear-gradient(180deg,#15151533,#151515 70%,#151515);filter:blur(8px)}.club-member-hero__greeting,.club-member-hero__copy{position:absolute;z-index:2;left:16px;right:16px}.club-member-hero__greeting{top:25px;display:flex;align-items:center;gap:16px}.club-member-hero__greeting strong{min-width:0;font-size:24px;font-weight:400;line-height:1}.club-member-badge{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;padding:6px 10px;color:#232323;background:#b6fb3c;border:1px solid rgba(198,198,198,.02);border-radius:100px;font-size:14px;line-height:1.1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);white-space:nowrap}.club-member-badge--outline{color:#acfa34;background:#abfa331a;border-color:#a2fa2c}.club-member-hero__copy{bottom:0;display:flex;flex-direction:column;gap:16px}.club-member-hero__copy h1{margin:0;font-size:28px;font-weight:500;line-height:1.1}.club-member-hero__copy p{margin:0;color:#d9d9d9;font-size:16px;line-height:1.1}.club-member-section,.club-member-sections,.club-member-manage{width:100%;padding-inline:16px}.club-member-section{display:flex;flex-direction:column;gap:32px}.club-member-section h2,.club-content-screen h1{margin:0;font-size:24px;font-weight:400;line-height:1}.club-member-block{display:flex;flex-direction:column;gap:16px}.club-member-block h3{margin:0;font-size:20px;font-weight:500;line-height:1}.club-announcement-card,.club-post-card{display:flex;width:100%;align-items:center;gap:12px;padding:12px;color:#fff;background:#222;border-radius:24px;cursor:pointer;text-align:left}.club-announcement-card img{width:80px;height:80px;flex:0 0 80px;border-radius:16px;object-fit:cover}.club-announcement-card>span{display:flex;min-width:0;flex-direction:column;gap:4px}.club-announcement-card small,.club-post-card__copy>span{color:#a0a0a0;font-size:14px;line-height:1.1}.club-announcement-card strong,.club-post-card strong{font-size:16px;font-weight:500;line-height:1.1}.club-post-list{display:flex;flex-direction:column;gap:8px}.club-post-card{min-height:136px;justify-content:space-between;padding:20px;background:#2b2a2a}.club-post-card__copy{display:flex;min-width:0;flex:1 1 auto;align-self:stretch;flex-direction:column;justify-content:space-between;gap:18px}.club-post-card__tags{display:flex;flex-wrap:wrap;gap:4px}.club-post-card__tags small{display:inline-flex;padding:6px 10px;color:#555;background:#dedede;border-radius:100px;font-size:12px;line-height:1;white-space:nowrap}.club-post-card>img,.club-post-card__placeholder{width:96px;height:96px;flex:0 0 96px;border-radius:24px;object-fit:cover}.club-post-card__placeholder{background:#fff}.club-post-card--featured{position:relative;min-height:262px;align-items:flex-start;flex-direction:column;gap:12px;overflow:hidden;padding:0 0 20px}.club-post-card--featured>img{width:100%;height:173px;flex:0 0 173px;border-radius:24px}.club-post-card--featured .club-post-card__tags{position:absolute;top:20px;left:20px;z-index:1}.club-post-card--featured .club-post-card__copy{width:100%;gap:4px;padding:0 20px}.club-post-card--featured em{color:#8c8c8c;font-size:14px;font-style:normal;line-height:1.1}.club-benefit-rail{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scroll-snap-type:x proximity}.club-benefit-rail::-webkit-scrollbar,.club-content-tabs::-webkit-scrollbar,.club-story-row::-webkit-scrollbar{display:none}.club-benefit-card{display:flex;width:min(358px,calc(100vw - 32px));flex:0 0 min(358px,calc(100vw - 32px));flex-direction:column;gap:8px;--benefit-notch-bg: #151515;--benefit-cta-border: #ffffff;--benefit-cta-text: #ffffff;scroll-snap-align:start}.club-benefit-card__ticket{position:relative;display:flex;min-height:225px;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px 28px;color:#222;overflow:hidden;background:linear-gradient(180deg,#b6fb3c,#ceff58 54%,#fbfff1);border-radius:24px}.club-benefit-card__ticket:before,.club-benefit-card__ticket:after{position:absolute;top:50%;width:24px;height:24px;content:"";background:var(--benefit-notch-bg);border-radius:50%;transform:translateY(-50%)}.club-benefit-card__ticket:before{left:-12px}.club-benefit-card__ticket:after{right:-12px}.club-benefit-card__ticket>*{position:relative;z-index:1}.club-benefit-card__ticket>strong{font-size:28px;line-height:1.1}.club-benefit-card__ticket>span{font-size:16px;font-weight:500;line-height:1;text-align:center}.club-benefit-card__ticket>small{font-size:14px;line-height:1.1}.club-benefit-card__promo{display:flex;width:100%;height:50px;align-items:center;justify-content:space-between;gap:8px;margin-top:8px;padding:0 12px;color:#222;background:#1c1c1c2b;border-radius:16px;cursor:pointer}.club-benefit-card__promo span,.club-benefit-card__promo b{font-size:14px;font-weight:400;line-height:1.1}.club-benefit-card__promo svg{width:24px;height:24px}.club-benefit-card__details{color:#222;background:transparent;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;font-size:17px;line-height:22px;text-decoration:underline;cursor:pointer}.club-benefit-card__cta{display:flex;height:52px;align-items:center;justify-content:center;color:var(--benefit-cta-text);background:transparent;border:1px solid var(--benefit-cta-border);border-radius:16px;font-size:18px;cursor:pointer}.home-benefits .club-benefit-card{--benefit-notch-bg: #ffffff;--benefit-cta-border: #232323;--benefit-cta-text: #232323}.club-member-sections{display:flex;flex-direction:column;gap:16px}.club-tile--member{min-height:164px}.club-tile--member .club-tile__top span{color:#fff}.club-tile--member .club-tile__top svg{width:24px;height:24px}.club-member-manage button{display:flex;width:100%;height:52px;align-items:center;justify-content:center;color:#fff;background:#ac9ff8;border-radius:16px;font-size:18px;cursor:pointer}.club-content-screen{gap:16px;padding-top:32px}.club-content-tabs,.club-story-row{display:flex;width:calc(100% + 32px);gap:8px;overflow-x:auto;margin-inline:-16px;padding-inline:16px;scrollbar-width:none}.club-content-tab{flex:0 0 auto;padding:8px 12px;color:#8c8c8c;background:transparent;border:1px solid #8c8c8c;border-radius:24px;font-size:18px;line-height:1.1;cursor:pointer}.club-content-tab--active{color:#fff;border-color:#fff}.club-post-list--content{gap:16px}.club-story-row{padding-top:2px;padding-bottom:12px}.club-story{position:relative;display:flex;width:112px;flex:0 0 112px;flex-direction:column;align-items:center;gap:10px;color:#aaa;background:transparent;cursor:pointer;text-align:center}.club-story>span{display:grid;width:96px;height:96px;place-items:center;color:#555;background:#fff;border-radius:74px}.club-story svg{width:32px;height:32px}.club-story small{position:absolute;top:0;right:0;padding:6px 10px;color:#555;background:#fcfcfc;border-radius:100px;font-size:12px;line-height:1}.club-story strong{font-size:14px;font-weight:400;line-height:1.1}.merch-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 10px}.merch-card{min-width:0;padding:0;color:inherit;font:inherit;text-align:left;background:transparent;border:0;cursor:pointer}.merch-card__image{position:relative;display:block;height:209px;overflow:hidden;border-radius:24px;background:#cecece}.merch-card__image--empty{display:grid;place-items:center}.merch-card__image img{display:block;width:100%;height:100%;object-fit:cover}.merch-card__image small{position:absolute;right:13px;bottom:13px;padding:4px 8px;color:#9c8e8d;background:#efedea;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:999px;font-size:12px;line-height:1}.merch-card__action{position:absolute;top:16px;right:14px;display:grid;width:42px;height:42px;place-items:center;color:#fff;background:#ffffff24;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:50%;font-size:20px;line-height:1}.merch-card strong{margin-top:12px;font-weight:500}.merch-card em{margin-top:4px;color:#8c8c8c}.merch-card--compact .merch-card__action{display:none}.contact-block{display:flex;flex-direction:column;gap:12px}.contact-block h2{margin:0;color:#000;font-size:24px;font-weight:400;line-height:1}.contact-block p{margin:0;color:#454545;font-size:16px;line-height:1.1}.contact-block>button{height:52px;color:#fff;background:var(--lavender);border-radius:16px;font-size:18px;cursor:pointer;transition:transform .14s var(--motion-enter)}.contact-block>button:active{transform:scale(.98)}.contact-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;justify-content:center;pointer-events:none}.contact-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;opacity:1;background:#030303ab;cursor:pointer;pointer-events:auto;transition:opacity .22s var(--motion-enter)}.contact-sheet{position:absolute;left:50%;bottom:0;display:flex;width:min(100%,430px);min-height:498px;flex-direction:column;align-items:center;padding:36px 16px 0;border-radius:24px 24px 0 0;background:#fff;opacity:1;pointer-events:auto;transform:translate3d(-50%,0,0);transition:transform .3s var(--motion-drawer),opacity .22s var(--motion-enter)}.contact-sheet__content{display:flex;width:min(100%,358px);flex:1 1 auto;flex-direction:column;align-items:stretch;gap:24px;opacity:1;transform:translateZ(0);transition:transform .24s var(--motion-enter) 40ms,opacity .2s var(--motion-enter) 40ms}.contact-sheet__social{display:flex;flex-direction:column;align-items:center;gap:12px}.contact-sheet h2,.contact-sheet__title{margin:0;color:#000;font-size:20px;font-weight:500;line-height:1;text-align:center}.contact-sheet__social h2{width:min(100%,318px)}.contact-sheet__social-list{display:flex;justify-content:center;gap:12px}.contact-sheet__social-button{display:grid;width:48px;height:48px;place-items:center;background:#e5e5e5;border-radius:100px;cursor:pointer;transition:transform .14s var(--motion-enter)}.contact-sheet__social-button:active{transform:scale(.94)}.contact-sheet__social-icon{display:block;width:24px;height:24px;object-fit:contain;filter:brightness(0) saturate(100%) invert(25%) sepia(0%) saturate(0%) hue-rotate(203deg) brightness(96%) contrast(88%)}.contact-sheet__cards{display:flex;flex-direction:column;gap:12px;opacity:.8}.contact-sheet__card{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:4px;padding:16px 20px;border-radius:24px;color:#000000e0;font-style:normal;line-height:1.1}.contact-sheet__card span{margin-bottom:8px;color:#828282e0;font-size:16px;font-weight:500;line-height:1}.contact-sheet__card strong{font-size:16px;font-weight:500;line-height:1}.contact-sheet__card a{color:#000000e0;font-size:18px;font-weight:400;line-height:1.1;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;white-space:nowrap}.contact-sheet__support{display:flex;width:100%;height:52px;align-items:center;justify-content:center;padding:8px 16px;color:#fff;background:var(--lavender);border-radius:16px;font-size:18px;font-weight:400;line-height:1.1;cursor:pointer;transition:transform .14s var(--motion-enter)}.contact-sheet__support:active{transform:scale(.98)}.contact-sheet__footer{display:flex;width:calc(100% + 32px);height:24px;flex:0 0 24px;align-items:flex-end;justify-content:center;padding-bottom:8px;background:#fff}.contact-sheet__footer span{width:134px;height:5px;border-radius:100px;background:#dcdcdc}.contact-modal[data-state=closing] .contact-modal__backdrop{opacity:0;transition-duration:.16s}.contact-modal[data-state=closing] .contact-sheet{opacity:.98;transform:translate3d(-50%,28px,0);transition-duration:.18s}.contact-modal[data-state=closing] .contact-sheet__content{opacity:0;transform:translate3d(0,8px,0);transition-delay:0ms;transition-duration:.12s}@media(prefers-reduced-motion:reduce){.contact-block>button,.contact-modal__backdrop,.contact-sheet,.contact-sheet__content,.contact-sheet__social-button,.contact-sheet__support{transition:none}}.bottom-chrome{position:fixed;left:50%;bottom:0;z-index:30;display:flex;width:min(100%,430px);flex-direction:column;align-items:center;padding:12px 0 max(12px,env(safe-area-inset-bottom));transform:translate(-50%);pointer-events:none}.tapbar{display:flex;gap:6px;padding:8px;background:#e2e4ea66;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:999px;pointer-events:auto}.tapbar a{display:grid;width:48px;height:48px;place-items:center;border-radius:50%}.tapbar a.active{background:#fff}.tapbar img{width:24px;height:24px}.collection-screen,.detail-screen{min-height:calc(100vh - 66px);padding-top:24px}.collection-screen h1,.detail-screen h1{margin:0 0 20px;font-size:28px;line-height:1}.merch-screen{min-height:calc(100vh - 66px);padding-top:32px}.merch-screen h1{margin:0 0 16px;color:#000;font-size:24px;font-weight:400;line-height:1}.merch-tabs{display:flex;gap:4px;margin:0 -16px 16px 0;padding-right:16px;overflow-x:auto;scrollbar-width:none}.merch-tabs::-webkit-scrollbar{display:none}.merch-tab{flex:0 0 auto;padding:7px 12px 8px;color:#8c8c8c;background:#fff;border:1px solid #8c8c8c;border-radius:24px;font:inherit;font-size:18px;line-height:1.1;white-space:nowrap;cursor:pointer}.merch-tab--active{color:#232323;border-color:#232323;box-shadow:0 4px 6px #22222212}.merch-grid--department{align-items:start;padding-bottom:86px}.merch-grid--certificates .merch-card__image{height:106px}.merch-grid--vinyl .merch-card__action{top:50%;right:50%;transform:translate(50%,-50%)}.merch-status{margin:10px 0 16px;color:#8c8c8c;font-size:14px;line-height:1.1}.detail-image{display:block;width:100%;max-height:320px;object-fit:cover;border-radius:24px;margin-bottom:20px}.detail-screen p{margin:0 0 8px;color:#8c8c8c}.detail-screen span{display:block;color:#454545;font-size:16px;line-height:1.25}.back-link{display:inline-flex;margin-top:24px;padding:12px 16px;color:#fff;background:#222;border-radius:16px}.concerts-city-screen{min-height:calc(100vh - 64px);padding-top:32px}.concerts-city-screen h1{margin:0 0 24px;color:#000;font-size:24px;font-weight:600;line-height:normal}.city-tabs{display:flex;align-items:center;gap:4px;overflow-x:auto;margin-bottom:16px;scrollbar-width:none}.city-tabs::-webkit-scrollbar{display:none}.city-tab{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:10px;padding:8px 12px;border:1px solid #8c8c8c;border-radius:24px;background:transparent;font-size:18px;line-height:1.1;white-space:nowrap}.city-tab--muted{color:#8c8c8c}.city-tab--active{color:#232323;border-color:#232323;box-shadow:0 4px 6px #22222212}.city-events,.city-events__year{display:grid;gap:16px}.city-events__year>p{margin:0;color:#222;font-size:16px;font-weight:500;line-height:1}.city-events__year>div{display:grid;gap:8px}.concert-city-prompt{display:grid;gap:16px;padding:20px;border-radius:24px;background:#f0f0f0}.concert-city-prompt strong{color:#838383;font-size:18px;font-weight:400;line-height:1.1}.concert-city-prompt>button{justify-self:start;border-bottom:1px solid #303030;color:#000;font-size:16px;font-weight:500;line-height:1}.concert-city-select-flow{display:grid;gap:24px}.concert-city-select{display:flex;width:100%;height:52px;align-items:center;justify-content:space-between;gap:8px;border:1px solid #9d9d9d;border-radius:16px;padding:0 16px;background:#fff;color:#232323;font-size:16px;line-height:1.1}.concert-city-select--open{border-width:2px;border-color:#8a8a8a}.concert-city-select span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.concert-city-select span:last-child{font-size:24px;line-height:1}.concert-city-dropdown{display:grid;max-height:208px;overflow-x:hidden;overflow-y:auto;border-radius:16px;background:#fff;box-shadow:0 0 24px #0003}.concert-city-dropdown>button{display:flex;align-items:center;min-height:52px;padding:0 12px;color:#232323;font-size:16px;text-align:left}.concert-city-submit{position:fixed;right:max(16px,calc((100vw - 390px)/2 + 16px));bottom:122px;left:max(16px,calc((100vw - 390px)/2 + 16px));z-index:12;height:52px;border-radius:16px;color:#fff;background:#ac9ff8;font-size:18px}.concert-city-submit:disabled{opacity:.5}.music-screen{min-height:calc(100vh - 92px);padding-top:24px;overflow-x:hidden}.music-screen h1{margin:0 0 12px;color:#000;font-size:20px;font-weight:600;line-height:normal}.music-search{position:relative;z-index:5;margin-bottom:12px}.music-search__field{display:flex;width:100%;height:52px;align-items:center;gap:8px;padding:0 12px;border:1px solid #9d9d9d;border-radius:16px;background:#fff}.music-search__field--active{border-width:2px;border-color:#8a8a8a}.music-search__field input{width:100%;min-width:0;padding:0;color:#000;background:transparent;border:0;outline:0;font:inherit;font-size:16px;line-height:1.1}.music-search__field input::placeholder{color:#7d7d7d;opacity:1}.music-search__field button{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center;padding:0;color:#454545;background:transparent;cursor:pointer}.music-search__field svg{width:24px;height:24px}.music-search__dropdown{position:absolute;top:77px;left:0;z-index:8;width:100%;overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 0 24px #0003}.music-search__dropdown button{display:flex;width:100%;min-height:52px;align-items:center;padding:0 12px;color:#000;background:#fff;font-size:16px;line-height:1.1;text-align:left;cursor:pointer}.music-tabs{display:flex;gap:4px;margin:0 -16px 16px 0;overflow-x:auto;padding-right:16px;scrollbar-width:none}.music-tabs::-webkit-scrollbar{display:none}.music-tab{display:inline-flex;min-height:36px;align-items:center;justify-content:center;padding:8px 12px;color:#8c8c8c;background:#fff;border:1px solid #8c8c8c;border-radius:24px;font-size:18px;line-height:1.1;white-space:nowrap;cursor:pointer}.music-tab--active{color:#232323;border-color:#232323;box-shadow:0 4px 6px #22222212}.music-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:12px;row-gap:16px}.music-grid--videos{row-gap:18px}.music-card{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:4px;color:#000;background:transparent;text-align:left}.music-card strong{width:100%;overflow:hidden;color:#000;font-size:16px;font-weight:400;line-height:1;text-overflow:ellipsis;white-space:nowrap}.music-card small{width:100%;overflow:hidden;color:#8c8c8c;font-size:14px;line-height:normal;text-overflow:ellipsis}.music-card--video{padding:0;border:0;cursor:pointer}.music-card--video strong,.music-card--video small{font-size:16px;line-height:normal;white-space:normal}.music-artwork{display:block;width:100%;aspect-ratio:1;overflow:hidden;margin-bottom:4px;border-radius:20px;background:#cecece}.music-artwork img{display:block;width:100%;height:100%;object-fit:cover}.music-artwork--video{aspect-ratio:172 / 94}.profile-screen{position:relative;display:flex;width:100%;max-width:430px;min-height:calc(100vh - 110px);min-height:calc(100dvh - 110px);align-items:flex-end;justify-content:center;margin:0 auto;padding:0;overflow:hidden;background:#fff}.profile-underlay{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.profile-underlay .home-hero{min-height:590px;margin:0}.profile-underlay .home-hero__copy{display:none}.profile-dim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#030303ab}.profile-sheet{position:relative;z-index:2;display:flex;width:100%;min-height:445px;flex-direction:column;align-items:center;justify-content:space-between;gap:24px;padding:32px 16px max(16px,env(safe-area-inset-bottom));border-radius:24px 24px 0 0;background:#fff}.sheet-handle{position:absolute;top:8px;left:50%;width:44px;height:4px;border-radius:4px;background:#dedede;cursor:grab;touch-action:none;transform:translate(-50%)}.profile-summary,.profile-actions{display:flex;width:100%;flex-direction:column;align-items:center}.profile-summary{gap:8px}.profile-actions{gap:16px}.profile-avatar{display:grid;width:64px;height:64px;place-items:center;overflow:hidden;color:#007aff;background:#4378ff1a;border-radius:100px;font-family:Roboto,Inter,ui-sans-serif,system-ui,sans-serif;font-size:23px;font-weight:700;line-height:28.4px;text-transform:uppercase}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-summary h1{margin:0;max-width:100%;overflow:hidden;color:#000;font-size:20px;font-weight:500;line-height:1;text-overflow:ellipsis;white-space:nowrap}.profile-tag{padding:6px 10px;color:#8c8c8c;background:#e9e9e9;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:100px;font-size:14px;line-height:1.1}.profile-tag--member{color:#232323;background:#b6fb3c;border:1px solid #e8fec1}.city-select{position:relative;display:block;width:100%}.city-select:after{position:absolute;top:50%;right:16px;width:8px;height:8px;border-right:2px solid #000000;border-bottom:2px solid #000000;content:"";pointer-events:none;transform:translateY(-70%) rotate(45deg)}.city-select select{width:100%;height:52px;padding:0 44px 0 12px;color:#000;background:#fff;border:1px solid #9d9d9d;border-radius:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;font-size:16px;line-height:1.1}.city-concerts-button,.support-button{display:inline-flex;width:100%;height:52px;align-items:center;justify-content:center;gap:12px;border-radius:16px;font-size:18px;line-height:1.1;cursor:pointer}.city-concerts-button{color:#fff;background:var(--lavender)}.city-concerts-button svg{width:24px;height:24px;flex:0 0 24px}.city-concerts-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-button{color:#7f56d9;background:#fff;border:1px solid #7f56d9}.club-profile-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:flex-end;justify-content:center}.club-profile-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008a;cursor:pointer}.club-profile-modal .profile-sheet{width:min(100%,430px)}@media(max-width:360px){.concert-card__row{gap:10px}.concert-card__action{min-width:78px;font-size:16px}.section-heading h2,.contact-block h2{font-size:22px}.concert-card{padding:16px}}
