@charset "UTF-8";:root{--bg: #202124;--ink: #ffffff;--text: #ffffff;--ink-subtle: #bbQxAb;--muted: #BFBFBF;--blue: #79CEE5;--surface-1: #202124;--surface-2: #303134}*{box-sizing:border-box}body,h1,h2,h3,p{margin:0}img{display:block;width:100%;height:auto}a{text-decoration:none;color:inherit}body{font-family:system-ui,sans-serif;background:var(--surface-2);color:#fff;padding-bottom:80px}.section-title{font-weight:800;font-size:1.1rem;margin:24px 16px 8px;color:#b9aeb2}body{background:var(--bg, #251F21);color:#fff;margin:0;padding-bottom:80px;font-family:system-ui,sans-serif}.section-title{margin:24px 16px 8px;color:#b9aeb2;font-weight:800}.grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:16px}.event-card{border-radius:14px;overflow:hidden;background:var(--bg-light, #3a3234);display:block}.event-card__img{width:100%;height:120px;object-fit:cover}.event-card__body{padding:10px}.event-card__title{font-weight:800}.event-card__meta{color:#c9c3c5;font-size:.9rem}.date-bar{position:fixed;left:50%;transform:translate(-50%);top:6px;width:100%;max-width:340px;pointer-events:none;z-index:5}.date-bar span{display:inline-block;background:#0000008c;color:var(--blue);padding:6px 10px;border-radius:10px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.date-bar.hidden{opacity:0;transform:translate(-50%,-6px);transition:opacity .18s ease,transform .18s ease}.date-bar:not(.hidden){opacity:1;transform:translate(-50%)}h3.section-title{font-weight:800;margin:8px 16px;color:#bfbfbf}.search-bar{position:relative;width:100%}.search-bar input{width:100%;padding:16px 44px 16px 16px;background:var(--surface-2);color:#222;border:0;outline:0;border-radius:22px;font:inherit;box-shadow:0 10px 20px #0000002e}.search-bar input::placeholder{color:#909399}.search-bar .icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#8e97a1}.search{width:100%;background:#fff;border-radius:8px;padding:8px 12px;color:var(--text);border:none}.logo{display:block;text-align:center;margin:24px auto 12px;color:var(--blue);font-weight:900;font-size:2.5rem;letter-spacing:.08em}.tabs{position:relative;display:grid;grid-auto-flow:column;gap:.25rem;padding:.5rem .75rem 0;border-bottom:1px solid var(--bg-light)}.tabs .tab{position:relative;appearance:none;background:transparent;border:0;padding:.25rem;font:inherit;letter-spacing:.06em;text-transform:uppercase;color:#bdbdbd;opacity:.9;cursor:pointer;outline:none;white-space:nowrap;font-size:.9rem}.tabs .tab:hover{color:#eee}.tabs .tab.is-active{color:#fff}.tabs .tab__indicator{position:absolute;left:0;bottom:0;height:2px;width:64px;background:var(--blue);border-radius:2px;transition:all .25s ease}.otp{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin:.75rem 0 1rem}.otp input{width:100%;height:3.25rem;text-align:center;font-size:1.25rem;border-radius:12px;background:var(--bg-light);border:1px solid color-mix(in srgb,var(--bg-light),white 8%);color:#fff;caret-color:var(--blue)}.otp input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 2px color-mix(in srgb,var(--blue),transparent 70%)}.otp-hint{color:color-mix(in srgb,var(--muted),white 25%);font-size:.9rem}.otp-step[hidden]{display:none!important}input[type=email],input[type=text],input[type=password],.otp input{width:100%;padding:.75rem .9rem;border-radius:12px;border:1px solid color-mix(in srgb,var(--bg-light),white 8%);background:var(--bg-light);color:#fff;font-size:.95rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;-webkit-appearance:none;appearance:none;outline:none}input[type=email]::placeholder{color:color-mix(in srgb,var(--muted),white 20%);opacity:1}input[type=email]:focus,input[type=text]:focus,input[type=password]:focus{border-color:var(--blue);box-shadow:0 0 0 2px color-mix(in srgb,var(--blue),transparent 70%)}.input-wrap{margin-bottom:1rem}.btn{background:var(--blue);color:var(--text);border:none;padding:12px 20px;border-radius:12px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;display:inline-block;text-align:center}.btn:hover{background:#8ad8ed}.btn-login{width:100%;padding:14px;border-radius:12px;background:var(--blue);color:#122028;font-weight:800;box-shadow:0 12px 20px #79cee540}.btn-login:hover{background:#64c2dd}button{font-family:inherit;border:none;cursor:pointer}.bottom-nav a{color:var(--text);font-weight:600;text-decoration:none}.back-btn{width:40px;height:40px;border:0;border-radius:999px;background:#202124bf;color:#fff;display:grid;place-items:center}.back-btn:hover{background:#79cee52e;color:#79cee5}.back-btn svg{width:22px;height:22px;fill:currentColor}.btn-event{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:12px;border-radius:12px;background:#2a2a2b;color:#bfbfbf;font-weight:700}.btn-event svg{width:20px;height:20px}.btn-event.active svg{color:#79cee5}.nav-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-decoration:none;color:#bfbfbf;font-size:.75rem;font-weight:600;letter-spacing:.02em;transition:color .2s ease,transform .2s ease}.nav-btn svg{width:24px;height:24px;fill:currentColor}.nav-btn:hover,.nav-btn[aria-current=page],.nav-btn:active{color:#79cee5;transform:translateY(-2px)}.event-row{display:grid;gap:4px;padding:12px 16px;border-radius:14px;background:var(--surface-2);text-decoration:none;box-shadow:inset 0 0 0 1px #ffffff0f}.event-row+.event-row{margin-top:8px}.event-row__time{color:var(--muted);font-weight:700;font-size:.9rem;letter-spacing:.02em}.event-row__title{font-weight:800;font-size:1rem}.event-row__meta{color:var(--muted);font-size:.9rem}.card{background:#2a2a2b;border-radius:12px;padding:10px 14px;display:flex;align-items:center;gap:12px}.card .circle{width:36px;height:36px;border-radius:50%;background:#79cee5}.card .card__body a{color:#fff;text-decoration:none;font-weight:600}.event-feed{width:100%;margin:0 auto 90px;display:grid;gap:0}.section-header .panel-hero{position:relative;margin:0;aspect-ratio:16/9;overflow:hidden}.section-header .panel-hero img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.5);position:relative}.section-header .hero-caption{position:absolute;left:0;right:0;bottom:0;padding:16px;color:#fff;z-index:1;background:linear-gradient(to top,#0000008c,#0000 60%)}.section-header .hero-caption .hero-title{font-weight:900;font-size:2rem;letter-spacing:.01em;text-shadow:0 2px 10px rgba(0,0,0,.45)}.header{position:absolute;inset:8px 8px auto;display:flex;z-index:2}.header.header-home button{display:none}.footer{background:#202124;position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:center;z-index:100;border-top:1px solid rgba(255,255,255,.06);box-shadow:0 -2px 6px #00000040;padding:.5rem 0}.footer .bottom-nav{display:flex;justify-content:space-around;align-items:center;width:100%;max-width:420px;padding:8px 0 10px}main{position:relative;z-index:1}.sheet__scrim{display:none;opacity:0;transition:opacity .25s ease;pointer-events:none}.sheet.is-visible .sheet__scrim{opacity:.55;pointer-events:auto}.sheet__body{position:absolute;background:var(--bg);color:var(--ink);will-change:transform}.sheet--bottom .sheet__body{left:0;right:0;bottom:0;max-height:88vh;border-radius:24px 24px 0 0;transform:translateY(100%);transition:transform .35s cubic-bezier(.22,.61,.36,1)}.sheet.is-visible .sheet__body{transform:translateY(0)}.sheet--full{z-index:9999}.sheet--full .sheet__scrim{display:block;position:absolute;inset:0;background:#0000008c}.sheet--full .sheet__body{inset:0;max-height:none;border-radius:0;transform:translateY(100%);transition:transform .35s cubic-bezier(.22,.61,.36,1);display:grid;grid-template-rows:auto 1fr;overscroll-behavior:contain}@media (prefers-reduced-motion: reduce){.sheet__body,.sheet__scrim{transition:none}}.muted{color:var(--muted);line-height:1.5;font-size:1rem}.small{font-size:.92rem}.link{color:var(--blue);text-decoration:none;background-color:transparent;margin-top:16px}.section-buttons{display:flex;gap:1rem;padding:1rem .5rem}.line-up-card{margin:12px 0 8px}.home{padding:18px 16px 90px;display:grid;gap:20px}.site-header{padding:12px 16px;background:var(--bg);display:flex;justify-content:space-between;align-items:center;position:static;top:auto;z-index:auto}.event-list{margin:0 auto;padding:0;list-style:none;width:100%;display:flex;flex-direction:column;gap:12px}.date-overlay{position:sticky;top:12px;z-index:6}.date-group{margin:12px 0 8px}.date-group__label{position:sticky;top:8px;z-index:1;background:transparent;color:var(--blue);font-weight:900;letter-spacing:.02em;padding:12px 1rem;font-size:1rem;text-transform:uppercase}.section.section-date-city{padding:8px 24px;display:flex;flex-direction:column;gap:.5rem}.section.section-date-city .event-meta{display:flex;align-items:center;gap:.4rem;color:#fff;font-size:.95rem}.section.section-date-city .event-meta .icon{width:1.1rem;height:1.1rem;color:#fff;flex-shrink:0}.section{padding:8px}.section:first-of-type{border-top:1px solid #2a2a2b}event-panel.sheet .sheet__body{background:#202124;color:#fff}event-panel.sheet .sheet__header{background:#202124;padding:8px 16px;border-bottom:1px solid #2a2a2b;display:flex;align-items:center;justify-content:space-between}event-panel.sheet .sheet__back{background:none;border:0;color:#bfbfbf;font-size:24px;cursor:pointer}event-panel.sheet .sheet__title{flex:1;text-align:center;font-weight:800;font-size:18px}event-panel.sheet .sheet__content{padding:16px;display:flex;flex-direction:column;gap:16px}event-panel.sheet .actions.dual{display:flex;gap:12px}event-panel.sheet .section{border-top:1px solid #2a2a2b;padding-top:8px}event-panel.sheet .section .section__title{font-weight:800;margin-bottom:8px;color:#bfbfbf}#event-panel .sheet__content{padding-top:12px}#login-panel.sheet .sheet__header{position:sticky;top:0;background:var(--bg);z-index:2;padding-top:env(safe-area-inset-top)}#login-panel.sheet .sheet__grab{width:44px;height:4px;margin:6px auto;border-radius:999px;background:#ffffff38}#login-panel.sheet .sheet__row{display:grid;grid-template-columns:1fr 48px;align-items:center;padding:2px 16px 6px}#login-panel.sheet .sheet__title{margin:0;text-align:left;justify-self:start;font-weight:900;font-size:20px;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--muted)}#login-panel.sheet .sheet__close{justify-self:end;width:40px;height:40px;display:grid;place-items:center;background:none;border:0;color:var(--muted);font-size:40px;border-radius:10px;cursor:pointer}#login-panel.sheet .sheet__content{width:100%;margin:0 auto;padding:6px 16px calc(16px + env(safe-area-inset-bottom));display:grid;gap:12px;align-content:start;grid-auto-rows:min-content}#login-panel.sheet .field{display:grid;gap:12px;margin:0}#login-panel.sheet .field__label{font-weight:900;color:var(--ink-subtle);margin:0}#login-panel.sheet .field__wrap{padding:0;background:transparent;border-radius:0;box-shadow:none}#login-panel.sheet .field__input{width:100%;padding:16px 44px 16px 16px;background:var(--surface-2);border:0;outline:0;border-radius:12px;box-shadow:0 10px 20px #0000002e;color:var(--muted)!important}#login-panel.sheet .field__input::placeholder{color:#9e9096}#login-panel.sheet .field__input:focus{border-color:#79cee5e6;box-shadow:0 0 0 2px #79cee540}#login-panel.sheet .actions{display:contents}#login-panel.sheet .btn-primary{border-radius:12px;text-transform:uppercase;letter-spacing:.04em;box-shadow:0 10px 18px #79cee533}#login-panel.sheet .btn-primary.btn-block{width:100%;height:46px;margin-top:6px}#login-panel.sheet .auth-alt{margin-top:6px}#login-panel.sheet.sheet--bottom.sheet--full .sheet__body{inset:0;border-radius:0}.is-hidden{display:none!important}#login-panel.sheet .otp{display:grid;grid-auto-flow:column;gap:10px;align-content:start}#login-panel.sheet .otp__cell{width:64px;height:48px;text-align:center;font:700 20px/1 system-ui,sans-serif;color:#fff;background:#3a3135;border:1px solid rgba(255,255,255,.14);border-radius:10px;outline:none;transition:box-shadow .15s ease,border-color .15s ease}#login-panel.sheet .otp__cell:focus{border-color:#79cee5e6;box-shadow:0 0 0 2px #79cee540}#login-panel.sheet .view{width:100%}#login-panel.sheet .view .otp-email{margin-top:1rem;color:var(--muted);font-size:1.25rem}.sheet__scrim{opacity:0;transition:opacity .25s ease}.sheet.is-visible .sheet__scrim{opacity:.55}.actions.dual .btn.active{background-color:red}#login-panel.is-visible{position:fixed;top:0;width:100%;height:100%;transition:.35s linear;z-index:1999}#load_more_block{height:100px;width:100%;background-image:url(img/loading.webp);background-size:50px;background-repeat:no-repeat;background-position:center center}
