.pop-root{--bg:#fdf4ea;--surface:#fff;--text:#1c1610;--muted:#75695c;--faint:#a89a8b;--stroke:#1c1610;--shadow:#1c1610;--chip-bg:#1c1610;--chip-text:#fdf4ea;--ticker-bg:#1c1610;--coral:#fb5026;--coral-deep:#e23d16;--poster-l:0.64;--r:16px;--sh:5px 6px 0 var(--shadow);background:var(--bg);color:var(--text);font-family:var(--pop-font-body,"Hanken Grotesk"),system-ui,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden;transition:background .35s ease,color .35s ease;min-height:100vh}.pop-root[data-theme=dark]{--bg:#14100c;--surface:#221b14;--text:#f7efe4;--muted:#b4a999;--faint:#7c7163;--stroke:#efe6d9;--shadow:#cdbfac;--chip-bg:#efe6d9;--chip-text:#14100c;--ticker-bg:#0d0a07;--poster-l:0.56}.pop-root .disp{font-family:var(--pop-font-display,"Bricolage Grotesque"),sans-serif}.pop-root a{color:inherit;text-decoration:none}.pop-root ::-moz-selection{background:var(--coral);color:#fff}.pop-root ::selection{background:var(--coral);color:#fff}.pop-root *{box-sizing:border-box}.pop-root .nav{position:sticky;top:0;z-index:50;justify-content:space-between;padding:14px clamp(18px,4vw,56px);background:var(--bg);border-bottom:2.5px solid var(--stroke);transition:background .35s,border-color .35s}.pop-root .logo,.pop-root .nav{display:flex;align-items:center}.pop-root .logo{gap:9px;font-family:var(--pop-font-display,"Bricolage Grotesque"),sans-serif;font-weight:800;font-size:22px}.pop-root .logo .mark{width:30px;height:30px;border-radius:9px;background:var(--coral);border:2px solid var(--stroke);display:grid;place-items:center;color:#fff;font-size:16px;transform:rotate(-6deg);transition:transform .25s}.pop-root .logo:hover .mark{transform:rotate(8deg) scale(1.05)}.pop-root .nav-right{display:flex;align-items:center;gap:14px}.pop-root .ghost{font-weight:700;font-size:14px}.pop-root .ghost:hover{color:var(--coral)}.pop-root .theme-btn{display:inline-flex;align-items:center;gap:7px;background:var(--surface);border:2px solid var(--stroke);color:var(--text);font-weight:800;font-size:13px;padding:8px 14px;border-radius:99px;cursor:pointer;transition:transform .14s,background .35s ease,border-color .35s ease;font-family:inherit;line-height:1;-webkit-tap-highlight-color:transparent}.pop-root .theme-btn:hover{transform:translateY(-2px)}.pop-root .theme-btn:active{transform:translateY(0)}.pop-root .theme-btn .ic{display:inline-grid;place-items:center;width:18px;height:18px}.pop-root .theme-btn .lbl{line-height:1}.pop-root .btn{background:var(--coral);color:#fff;font-weight:800;font-size:14px;padding:11px 20px;border-radius:99px;border:2px solid var(--stroke);cursor:pointer;box-shadow:var(--sh);transition:transform .14s,box-shadow .14s;display:inline-flex;align-items:center;gap:6px}.pop-root .btn:hover{transform:translate(-2px,-2px);box-shadow:7px 9px 0 var(--shadow)}.pop-root .btn:active{transform:translate(2px,3px);box-shadow:2px 2px 0 var(--shadow)}.pop-root .filters{display:flex;align-items:center;gap:11px;flex-wrap:wrap;padding:15px clamp(18px,4vw,56px);position:sticky;top:60px;z-index:40;background:var(--bg);border-bottom:2px dashed var(--stroke);transition:background .35s,border-color .35s}.pop-root .city-chip{display:flex;align-items:center;gap:8px;cursor:pointer;background:var(--surface);border:2px solid var(--stroke);padding:8px 14px;border-radius:99px;font-weight:800;font-size:14px;position:relative;box-shadow:var(--sh);-webkit-user-select:none;-moz-user-select:none;user-select:none}.pop-root .city-chip .geo{width:8px;height:8px;border-radius:50%;background:var(--coral);border:1.5px solid var(--stroke)}.pop-root .city-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:60;background:var(--surface);border:2px solid var(--stroke);border-radius:12px;padding:6px;min-width:190px;box-shadow:var(--sh);animation:pop-drop .16s ease}@keyframes pop-drop{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.pop-root .city-menu button{display:block;width:100%;text-align:left;background:none;border:none;color:var(--text);padding:9px 12px;border-radius:8px;font:inherit;font-weight:600;font-size:14px;cursor:pointer}.pop-root .city-menu button:hover{background:var(--bg)}.pop-root .city-menu button.sel{color:var(--coral);font-weight:800}.pop-root .pill{background:var(--surface);border:2px solid var(--stroke);color:var(--text);padding:8px 16px;border-radius:99px;font-weight:700;font-size:14px;cursor:pointer;transition:all .14s;font-family:inherit}.pop-root .pill:hover{transform:translateY(-2px)}.pop-root .pill.active{background:var(--chip-bg);color:var(--chip-text)}.pop-root .search{margin-left:auto;display:flex;align-items:center;gap:9px;background:var(--surface);border:2px solid var(--stroke);border-radius:99px;padding:8px 16px;min-width:200px}.pop-root .search input{background:none;border:none;outline:none;color:var(--text);font:inherit;font-weight:600;font-size:14px;width:100%}.pop-root .search input::-moz-placeholder{color:var(--faint)}.pop-root .search input::placeholder{color:var(--faint)}.pop-root .ticker{background:var(--ticker-bg);color:var(--coral);overflow:hidden;border-bottom:2px solid var(--stroke);transition:background .35s}.pop-root .ticker-row{display:flex;white-space:nowrap;animation:pop-marq 24s linear infinite;will-change:transform}.pop-root .ticker-row span{font-family:var(--pop-font-display,"Bricolage Grotesque"),sans-serif;font-weight:800;font-size:15px;letter-spacing:.02em;text-transform:uppercase;padding:11px 0;display:flex;align-items:center;gap:22px}.pop-root .ticker-row span>i{font-style:normal;color:#fff;padding:0 22px}@keyframes pop-marq{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.pop-root .ticker-row{animation:none}}.pop-root .hero{padding:clamp(34px,5vw,66px) clamp(18px,4vw,56px) 16px;position:relative}.pop-root .eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--coral);color:#fff;border:2px solid var(--stroke);font-weight:800;font-size:13px;letter-spacing:.04em;text-transform:uppercase;padding:6px 14px;border-radius:99px;box-shadow:var(--sh);transform:rotate(-2deg);margin-bottom:20px}.pop-root .hero h1{font-family:var(--pop-font-display,"Bricolage Grotesque"),sans-serif;font-weight:800;font-size:clamp(46px,8.4vw,124px);line-height:.92;letter-spacing:-.02em;max-width:16ch}.pop-root .hero h1 em{font-style:normal;color:var(--coral)}.pop-root .hero h1 .u{position:relative;white-space:nowrap}.pop-root .hero h1 .u:after{content:"";position:absolute;left:0;right:0;bottom:.06em;height:.13em;background:var(--coral);z-index:-1;border-radius:99px}.pop-root .hero p{color:var(--muted);font-size:clamp(15px,1.5vw,19px);max-width:46ch;margin-top:22px;line-height:1.5;font-weight:500}.pop-root .hero .sticker{position:absolute;top:40px;right:clamp(18px,5vw,80px);background:var(--surface);border:2.5px solid var(--stroke);border-radius:18px;padding:14px 18px;box-shadow:var(--sh);transform:rotate(6deg);text-align:center;display:none}@media (min-width:980px){.pop-root .hero .sticker{display:block}}.pop-root .hero .sticker .n{font-family:var(--pop-font-display,"Bricolage Grotesque"),sans-serif;font-weight:800;font-size:38px;color:var(--coral);line-height:1}.pop-root .hero .sticker .l{font-weight:700;font-size:12px;margin-top:3px;color:var(--text)}.pop-root .section{padding:clamp(32px,4.5vw,58px) clamp(18px,4vw,56px)}.pop-root .section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px;gap:12px;flex-wrap:wrap}.pop-root .section-head h2{font-family:var(--pop-font-display,"Bricolage Grotesque"),sans-serif;font-weight:800;font-size:clamp(28px,4.2vw,56px);letter-spacing:-.02em;display:inline-flex;align-items:center;gap:12px}.pop-root .section-head h2 .badge{background:var(--coral);color:#fff;border:2px solid var(--stroke);font-size:.36em;font-weight:800;padding:5px 11px;border-radius:99px;transform:rotate(-3deg);letter-spacing:.02em}.pop-root .section-head a{font-weight:800;font-size:14px;border-bottom:2.5px solid var(--coral)}.pop-root .trend{display:flex;gap:22px;overflow-x:auto;padding:6px 0 14px;scroll-snap-type:x mandatory;scrollbar-width:none}.pop-root .trend::-webkit-scrollbar{display:none}.pop-root .trend .card{flex:0 0 clamp(270px,31vw,380px);scroll-snap-align:start}.pop-root .events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px 24px}.pop-root .card{opacity:0;transform:translateY(28px);transition:opacity .55s cubic-bezier(.2,.7,.2,1),transform .55s cubic-bezier(.2,.7,.2,1)}.pop-root .card.is-in{opacity:1;transform:none}.pop-root .card.hide{display:none}.pop-root .poster{position:relative;aspect-ratio:3/4;border-radius:var(--r);overflow:hidden;container-type:inline-size;cursor:pointer;border:2.5px solid var(--stroke);box-shadow:var(--sh);background:oklch(var(--poster-l) .185 var(--hue));background-size:cover;background-position:50%;transition:transform .22s cubic-bezier(.2,.7,.2,1),box-shadow .22s ease;transform-style:preserve-3d}.pop-root .poster:hover{box-shadow:10px 12px 0 var(--shadow)}.pop-root .poster:after{content:"";position:absolute;inset:0;pointer-events:none;mix-blend-mode:soft-light;opacity:.5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.pop-root .poster.has-image:after{mix-blend-mode:normal;opacity:1;background-image:linear-gradient(180deg,rgba(0,0,0,.3) 0,rgba(0,0,0,.1) 35%,rgba(0,0,0,.2) 70%,rgba(0,0,0,.55))}.pop-root .tag-city{top:11px;left:11px;background:var(--surface);color:var(--text);font-size:clamp(8px,2.6cqw,10px);letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;transform:rotate(-3deg)}.pop-root .tag-city,.pop-root .tag-hype{position:absolute;z-index:3;border:2px solid var(--stroke);font-weight:800;border-radius:99px}.pop-root .tag-hype{bottom:11px;right:11px;background:var(--coral);color:#fff;font-size:clamp(8px,2.6cqw,11px);letter-spacing:.04em;padding:5px 11px;transform:rotate(5deg);animation:pop-wob 2s ease-in-out infinite}@keyframes pop-wob{0%,to{transform:rotate(5deg)}50%{transform:rotate(-3deg) scale(1.05)}}@media (prefers-reduced-motion:reduce){.pop-root .tag-hype{animation:none}}.pop-root .p-pad{position:absolute;inset:0;padding:7cqw;display:flex;flex-direction:column;z-index:2;color:#fff;text-shadow:1px 1px 0 rgba(0,0,0,.18)}.pop-root .p-kicker{font-family:var(--pop-font-display,"Bricolage Grotesque"),sans-serif;font-weight:800;font-size:clamp(10px,3.8cqw,15px);letter-spacing:.02em;text-transform:uppercase;line-height:1.05}.pop-root .p-sub{font-size:clamp(8px,2.8cqw,11px);font-weight:700;opacity:.9;margin-top:3px}.pop-root .p-big{line-height:.86;letter-spacing:-.02em}.pop-root .p-big,.pop-root .p-num{font-family:var(--pop-font-display,"Bricolage Grotesque"),sans-serif;font-weight:800}.pop-root .p-num{font-size:46cqw;line-height:.78;color:#fff}.pop-root .p-month{font-family:var(--pop-font-display,"Bricolage Grotesque"),sans-serif;font-weight:800;font-size:8cqw;letter-spacing:.16em;text-transform:uppercase}.pop-root .p-lineup{font-size:clamp(8px,2.7cqw,11px);font-weight:700;opacity:.92;line-height:1.4}.pop-root .p-vert{position:absolute;right:6cqw;top:7cqw;bottom:7cqw;writing-mode:vertical-rl;font-family:var(--pop-font-display,"Bricolage Grotesque"),sans-serif;font-weight:800;font-size:26cqw;line-height:.85;color:#fff;text-transform:uppercase}.pop-root .spacer{flex:1}.pop-root .meta{padding:14px 2px 4px}.pop-root .meta .date{display:inline-block;background:var(--chip-bg);color:var(--chip-text);font-weight:800;font-size:11px;letter-spacing:.04em;text-transform:uppercase;padding:3px 9px;border-radius:6px}.pop-root .meta h3{font-family:var(--pop-font-display,"Bricolage Grotesque"),sans-serif;font-weight:800;font-size:20px;margin:9px 0 3px;line-height:1.05}.pop-root .meta .venue{color:var(--muted);font-size:13px;font-weight:600}.pop-root .meta .row{display:flex;align-items:center;justify-content:space-between;margin-top:11px}.pop-root .meta .price{font-weight:800;font-size:15px}.pop-root .meta .buy{background:var(--coral);color:#fff;border:2px solid var(--stroke);font-weight:800;font-size:12.5px;padding:6px 13px;border-radius:99px;transition:transform .14s}.pop-root .card:hover .buy{transform:translate(-1px,-1px)}.pop-root .empty{border:2px dashed var(--stroke);border-radius:18px;padding:clamp(28px,5vw,56px);text-align:center;background:var(--surface)}.pop-root .empty h3{font-family:var(--pop-font-display,"Bricolage Grotesque"),sans-serif;font-weight:800;font-size:clamp(20px,2.5vw,28px);margin-bottom:8px}.pop-root .empty p{color:var(--muted);font-size:15px;max-width:50ch;margin:0 auto}.pop-root .empty .cities{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:18px}.pop-root .empty .cities span{background:var(--bg);border:2px solid var(--stroke);border-radius:99px;padding:6px 14px;font-weight:700;font-size:13px;color:var(--muted)}.pop-root .org{margin:clamp(34px,5vw,60px) clamp(18px,4vw,56px);background:var(--coral);color:#fff;border:2.5px solid var(--stroke);border-radius:26px;overflow:hidden;box-shadow:8px 10px 0 var(--shadow)}.pop-root .org-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:38px;padding:clamp(28px,4vw,54px)}@media (max-width:880px){.pop-root .org-grid{grid-template-columns:1fr}}.pop-root .org .eyebrow{background:#1c1610;color:#fff;box-shadow:none;border-color:#1c1610}.pop-root .org h2{font-family:var(--pop-font-display,"Bricolage Grotesque"),sans-serif;font-weight:800;font-size:clamp(34px,5vw,72px);line-height:.93}.pop-root .org h2 em{font-style:normal;color:#1c1610}.pop-root .org p{color:hsla(0,0%,100%,.92);font-size:16px;max-width:42ch;margin:18px 0 26px;line-height:1.5;font-weight:500}.pop-root .org .btn{background:#fff;color:#1c1610;border-color:#1c1610;box-shadow:5px 6px 0 #1c1610}.pop-root .org .btn:hover{box-shadow:7px 9px 0 #1c1610}.pop-root .org-micro{margin-top:16px;color:hsla(0,0%,100%,.85);font-size:13px;font-weight:700}.pop-root .wallet{align-self:center;display:flex;flex-direction:column;gap:11px}.pop-root .txn{display:flex;align-items:center;gap:14px;background:#fff;color:#1c1610;border:2px solid #1c1610;border-radius:14px;padding:14px 17px}.pop-root .txn .ar{width:38px;height:38px;border-radius:10px;background:var(--coral);color:#fff;border:2px solid #1c1610;display:grid;place-items:center;font-size:17px;flex:none}.pop-root .txn .amt{font-family:var(--pop-font-display,"Bricolage Grotesque"),sans-serif;font-weight:800;font-size:19px}.pop-root .txn .sm{color:#75695c;font-size:12.5px;margin-top:1px}.pop-root .txn .when{margin-left:auto;color:#a89a8b;font-size:12px;white-space:nowrap}.pop-root .balance{display:flex;align-items:center;justify-content:space-between;background:#1c1610;color:#fff;border:2px solid #1c1610;border-radius:14px;padding:17px 20px}.pop-root .balance .lbl{font-weight:700}.pop-root .balance .val{font-family:var(--pop-font-display,"Bricolage Grotesque"),sans-serif;font-weight:800;font-size:32px;color:var(--coral)}@media (max-width:768px){.pop-root{padding-bottom:78px}.pop-root .nav{padding:12px 16px;border-bottom-width:2px}.pop-root .nav-right{gap:9px}.pop-root .logo{font-size:19px}.pop-root .logo .mark{width:28px;height:28px;font-size:15px}.pop-root .nav-right .btn,.pop-root .nav-right .ghost{display:none}.pop-root .theme-btn{padding:0;width:40px;height:40px;border-radius:11px;gap:0;justify-content:center;align-items:center}.pop-root .theme-btn .lbl{display:none}.pop-root .theme-btn .ic{width:20px;height:20px}.pop-root .filters{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"city search" "pills pills";align-items:center;gap:10px;padding:12px 16px;top:60px}.pop-root .filters>.city-chip{grid-area:city;padding:8px 13px;font-size:13.5px}.pop-root .filters>label.search{grid-area:search;margin-left:0;min-width:0}.pop-root .filters>div:not(.city-chip){grid-area:pills;display:flex!important;flex-wrap:nowrap!important;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.pop-root .filters>div:not(.city-chip)::-webkit-scrollbar{display:none}.pop-root .filters>div:not(.city-chip)>.pill{flex:none}.pop-root .hero{padding:20px 16px 8px}.pop-root .hero h1{font-size:40px;line-height:.95;letter-spacing:-.025em}.pop-root .hero p{font-size:15px;margin-top:14px;max-width:none}.pop-root .hero .sticker{display:none}.pop-root .eyebrow{font-size:11px;padding:5px 12px}.pop-root .section{padding:24px 0 8px}.pop-root .section-head{padding:0 16px;margin-bottom:15px}.pop-root .section-head h2{font-size:26px}.pop-root .section-head h2 .badge{font-size:.4em;padding:4px 9px}.pop-root .trend{padding:4px 16px 14px;gap:15px}.pop-root .trend .card{flex:0 0 72vw;max-width:300px;scroll-snap-align:center}.pop-root .events-grid{grid-template-columns:1fr 1fr;gap:22px 13px;padding:4px 16px}.pop-root .events-grid .card{min-width:0}.pop-root .meta h3{font-size:17px}.pop-root .meta .price{font-size:14px;white-space:nowrap}.pop-root .meta .buy{font-size:11.5px;padding:5px 11px;white-space:nowrap}.pop-root .meta .row{gap:8px}.pop-root .poster{transition:transform .2s,box-shadow .2s}.pop-root .poster:active{transform:translate(1px,1px);box-shadow:2px 3px 0 var(--shadow)}.pop-root .tag-city{max-width:calc(100% - 22px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pop-root .events-grid .p-big,.pop-root .events-grid .p-kicker,.pop-root .events-grid .p-lineup,.pop-root .events-grid .p-sub,.pop-root .events-grid .p-vert{display:none}.pop-root .events-grid .p-pad{justify-content:flex-end;padding:7cqw}.pop-root .events-grid .p-num{font-size:52cqw;line-height:.78}.pop-root .events-grid .p-month{font-size:9cqw}.pop-root .events-grid .meta h3{font-size:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pop-root .events-grid .meta .venue{font-size:12px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.pop-root .org{margin:26px 16px 8px;border-radius:22px}.pop-root .org-grid{grid-template-columns:1fr;gap:22px;padding:24px 20px}.pop-root .org h2{font-size:34px}.pop-root .org p{font-size:15px;margin:14px 0 18px}.pop-root .org .btn{font-size:15px;padding:12px 22px}.pop-root .txn{padding:13px 15px;gap:12px}.pop-root .txn .amt{font-size:18px}.pop-root .balance{padding:16px 18px}.pop-root .balance .val{font-size:28px}.pop-root .wallet>div:nth-child(3){display:none}.pop-root .foot{padding:26px 16px 18px;flex-direction:column;gap:8px;text-align:center;font-size:12px}}@media (max-width:420px){.pop-root .hero h1{font-size:34px}.pop-root .hero p{font-size:14.5px;margin-top:12px}.pop-root .section-head h2{font-size:24px}.pop-root .org h2{font-size:30px}.pop-root .org .btn{font-size:14px;padding:11px 18px}}.pop-root .tabbar{position:fixed;left:0;right:0;bottom:0;z-index:60;display:none;background:var(--surface);border-top:2.5px solid var(--stroke);padding:8px 6px calc(8px + env(safe-area-inset-bottom));transition:background .35s,border-color .35s}@media (max-width:768px){.pop-root .tabbar{display:flex}}.pop-root .tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;background:none;border:none;color:var(--muted);font:inherit;font-weight:700;font-size:10.5px;cursor:pointer;padding:5px 0;-webkit-tap-highlight-color:transparent;text-decoration:none}.pop-root .tab .ti{width:30px;height:30px;display:grid;place-items:center;font-size:18px;border-radius:10px;border:2px solid transparent;transition:all .16s}.pop-root .tab.active{color:var(--text)}.pop-root .tab.active .ti{transform:translateY(-1px)}.pop-root .tab.active .ti,.pop-root .tab.sell .ti{background:var(--coral);color:#fff;border-color:var(--stroke)}.pop-root .evt-detail{max-width:1100px;margin:0 auto;padding:clamp(20px,4vw,48px) clamp(18px,4vw,56px) 60px}.pop-root .evt-hero{display:grid;grid-template-columns:.85fr 1fr;gap:clamp(20px,3vw,38px);align-items:stretch;margin-bottom:30px}@media (max-width:880px){.pop-root .evt-hero{grid-template-columns:1fr}}.pop-root .evt-hero-img{aspect-ratio:3/4;border-radius:22px;border:2.5px solid var(--stroke);box-shadow:var(--sh);background-color:oklch(.64 .185 24);background-size:cover;background-position:50%;position:relative}@media (max-width:880px){.pop-root .evt-hero-img{aspect-ratio:16/10}}.pop-root .evt-hero-img:after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:20px;background-image:linear-gradient(180deg,rgba(0,0,0,.22) 0,rgba(0,0,0,.08) 40%,rgba(0,0,0,.45))}.pop-root .evt-hero-fallback{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4)}.pop-root .evt-hero-day{font-size:clamp(80px,18vw,200px);line-height:.8}.pop-root .evt-hero-day,.pop-root .evt-hero-month{font-family:var(--pop-font-display,"Bricolage Grotesque"),sans-serif;font-weight:800}.pop-root .evt-hero-month{font-size:clamp(20px,4vw,36px);letter-spacing:.16em;text-transform:uppercase;margin-top:12px}.pop-root .evt-hero-info{display:flex;flex-direction:column;justify-content:center;gap:12px}.pop-root .evt-organizer{display:inline-block;font-weight:700;font-size:13px;color:var(--coral);letter-spacing:.04em;text-transform:uppercase}.pop-root .evt-hero-info h1{font-weight:800;font-size:clamp(34px,6vw,64px);line-height:.95;letter-spacing:-.02em}.pop-root .evt-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.pop-root .evt-meta-chip{display:inline-flex;align-items:center;gap:6px;background:var(--surface);border:2px solid var(--stroke);border-radius:99px;padding:7px 14px;font-weight:700;font-size:13.5px}.pop-root .evt-description{color:var(--muted);font-size:15.5px;line-height:1.55;margin-top:8px;max-width:60ch}.pop-root .evt-stage-banner{display:inline-flex;align-items:center;gap:10px;background:var(--surface);border:2px solid var(--stroke);border-radius:14px;padding:12px 18px;font-weight:700;font-size:14px;box-shadow:var(--sh);margin:0 0 30px}.pop-root .evt-stage-dot{width:10px;height:10px;border-radius:50%;background:var(--coral);border:2px solid var(--stroke);animation:pop-pulse 1.8s ease-in-out infinite}@keyframes pop-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.25);opacity:.7}}@media (prefers-reduced-motion:reduce){.pop-root .evt-stage-dot{animation:none}}.pop-root .evt-stage-sep{color:var(--faint)}.pop-root .evt-stage-end{display:inline-flex;align-items:center;color:var(--muted);font-weight:600}.pop-root .evt-categories{margin-bottom:36px}.pop-root .evt-categories .section-head{margin-bottom:18px;padding:0;border:0;display:block}.pop-root .evt-categories .section-head h2{font-weight:800;font-size:clamp(26px,3.6vw,40px);letter-spacing:-.01em}.pop-root .evt-cat-list{display:flex;flex-direction:column;gap:14px}.pop-root .evt-cat{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;background:var(--surface);border:2.5px solid var(--stroke);border-radius:18px;padding:22px 26px;box-shadow:var(--sh);transition:transform .15s ease,box-shadow .15s ease}.pop-root .evt-cat:hover{transform:translate(-2px,-2px);box-shadow:8px 10px 0 var(--shadow)}@media (max-width:600px){.pop-root .evt-cat{grid-template-columns:1fr;gap:14px;padding:18px 20px;align-items:flex-start}}.pop-root .evt-cat-ribbon{display:inline-block;background:var(--coral);color:#fff;border:2px solid var(--stroke);border-radius:99px;padding:3px 11px;font-weight:800;font-size:11px;letter-spacing:.06em;text-transform:uppercase;transform:rotate(-3deg);margin-bottom:8px}.pop-root .evt-cat-info h3{font-weight:800;font-size:clamp(20px,2.5vw,26px);line-height:1.05}.pop-root .evt-cat-info p{color:var(--muted);font-size:14px;line-height:1.45;margin-top:6px;max-width:52ch}.pop-root .evt-cat-urgency{display:inline-block;margin-top:8px;background:rgba(251,80,38,.12);color:var(--coral);border-radius:8px;padding:4px 10px;font-weight:800;font-size:12.5px}.pop-root .evt-cat-buy{display:flex;flex-direction:column;align-items:flex-end;gap:10px}@media (max-width:600px){.pop-root .evt-cat-buy{flex-direction:row;align-items:center;justify-content:space-between;width:100%}}.pop-root .evt-cat-price{font-family:var(--pop-font-display,"Bricolage Grotesque"),sans-serif;font-weight:800;font-size:clamp(20px,2.5vw,26px);color:var(--text);line-height:1;white-space:nowrap}.pop-root .evt-cat-soldout{font-weight:800;font-size:13px;color:var(--muted);background:var(--bg);border:2px dashed var(--stroke);border-radius:99px;padding:8px 16px}.pop-root .evt-final{margin-top:14px}.pop-root .evt-final-card{background:var(--coral);color:#fff;border:2.5px solid var(--stroke);border-radius:22px;box-shadow:6px 8px 0 var(--shadow);padding:clamp(22px,3vw,40px);text-align:center}.pop-root .evt-final-card h3{font-weight:800;font-size:clamp(24px,3vw,34px);margin-bottom:8px}.pop-root .evt-final-card p{color:hsla(0,0%,100%,.88);font-size:15px;max-width:50ch;margin:0 auto 22px;line-height:1.5}.pop-root .evt-final-ctas{display:flex;flex-direction:column;align-items:center;gap:12px}.pop-root .evt-final-card .btn{background:#fff;color:#1c1610;border-color:#1c1610;box-shadow:5px 6px 0 #1c1610}.pop-root .evt-final-card .btn:hover{box-shadow:7px 9px 0 #1c1610}.pop-root .evt-ghost-link{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:14px;color:hsla(0,0%,100%,.88);text-decoration:underline;text-underline-offset:4px}.pop-root .evt-ghost-link:hover{color:#fff}.pop-root .mp-checkout-wrap{background:#fafafa;color:#18181b;min-height:calc(100vh - 60px)}.pop-root[data-theme=dark] .mp-checkout-wrap{color:#18181b}.pop-root .mp-checkout-topbar{background:#fff;border-bottom:1px solid #e4e4e7;padding:14px 20px;display:flex;align-items:center;gap:16px}.pop-root .mp-checkout-back{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:700;color:#52525b;text-decoration:none;white-space:nowrap}.pop-root .mp-checkout-back:hover{color:var(--coral)}.pop-root .mp-checkout-context{margin-left:auto;text-align:right;min-width:0}.pop-root .mp-checkout-context .kicker{font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#71717a}.pop-root .mp-checkout-context .store-name{font-size:14.5px;font-weight:700;color:#18181b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;background:transparent;border:none;padding:0;box-shadow:none}@media (max-width:600px){.pop-root .mp-checkout-topbar{flex-direction:column;align-items:stretch;gap:6px;padding:10px 16px}.pop-root .mp-checkout-context{margin-left:0;text-align:left}.pop-root .mp-checkout-context .store-name{font-size:14px;white-space:normal;overflow:visible}}.pop-root .foot{padding:40px clamp(18px,4vw,56px);border-top:2.5px solid var(--stroke);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;color:var(--muted);font-size:13px;font-weight:600}.pop-root .foot .logo{font-size:20px;color:var(--text)}