*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;font-feature-settings:"cv11","ss01";display:flex;flex-direction:column;min-height:100dvh}.app-content{flex:1 0 auto}a{color:inherit;text-decoration:none}.font-display{font-family:var(--font-display)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-sans);font-size:14px;font-weight:600;line-height:1;padding:9px 16px;border-radius:var(--radius-md);border:1px solid transparent;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .05s ease;white-space:nowrap;text-decoration:none}.btn:active{transform:scale(.98)}.btn:disabled,.btn[aria-disabled=true]{opacity:.5;cursor:not-allowed}.btn:focus-visible{outline:none;box-shadow:var(--ring)}.btn-sm{font-size:13px;padding:6px 12px}.btn-lg{font-size:15px;padding:12px 22px}.btn-primary{background:var(--accent);color:var(--accent-contrast)}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.btn-secondary:hover{background:var(--surface-hover);border-color:var(--border-strong)}.btn-ghost{background:transparent;color:var(--text-muted)}.btn-ghost:hover{background:var(--surface);color:var(--text)}.btn-danger{background:transparent;color:var(--danger);border-color:var(--border)}.btn-danger:hover{background:rgba(210,107,97,.12);border-color:var(--danger)}.tnum{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@keyframes spin{to{transform:rotate(1turn)}}.postmodal-overlay{position:fixed;inset:0;z-index:120;background:rgba(0,0,0,.72);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px;overflow-y:auto;animation:postmodal-fade .16s ease-out}@keyframes postmodal-fade{0%{opacity:0}to{opacity:1}}.postmodal-card{position:relative;width:100%;max-width:620px;max-height:92vh;overflow-y:auto;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 18px 22px}.postmodal-close{position:fixed;top:14px;right:16px;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:none;background:rgba(255,255,255,.12);color:#fff;cursor:pointer;z-index:1}@media (max-width:640px){.postmodal-overlay{padding:0}.postmodal-card{max-width:100%;max-height:100%;height:100%;border:none;border-radius:0;padding:14px 14px 28px}.postmodal-card .post-view-header{padding-right:52px!important}}input,select,textarea{font-family:inherit;color:var(--text);accent-color:var(--accent)}input::placeholder,textarea::placeholder{color:var(--text-faint)}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;border-color:var(--accent)!important;box-shadow:var(--ring)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 18px}.card-flat{background:var(--surface-2);border:none}.badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;line-height:1;padding:4px 9px;border-radius:var(--radius-pill);white-space:nowrap}.badge-accent{background:var(--accent-muted);color:var(--accent-hover)}.badge-solid{background:var(--accent);color:var(--accent-contrast)}.badge-outline{border:1px solid var(--border-strong);color:var(--text-muted)}.navicon{position:relative;display:inline-flex;align-items:center;height:36px;padding:0 9px;border-radius:var(--radius-pill);color:var(--text-muted);border:1px solid transparent;white-space:nowrap;transition:background .18s ease,color .18s ease,border-color .18s ease}.navicon:hover{background:var(--surface);color:var(--text)}.navicon.is-active{background:var(--accent-muted);color:var(--accent);border-color:var(--accent)}.navicon-ico{position:relative;display:inline-flex;align-items:center;justify-content:center}.navicon-label{max-width:0;overflow:hidden;opacity:0;transition:max-width .22s ease,opacity .18s ease,margin-left .22s ease}.navicon:hover .navicon-label{max-width:140px;opacity:1;margin-left:7px}.navicon-badge{position:absolute;top:-6px;right:-8px;min-width:16px;height:16px;padding:0 4px;display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:var(--accent-contrast);font-size:10px;font-weight:700;border-radius:var(--radius-pill);line-height:1;border:2px solid var(--bg);animation:bell-badge-pop .4s ease-out}@media (prefers-reduced-motion:reduce){.navicon-label{transition:none}}.profile-pill{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 10px 0 4px;border-radius:var(--radius-pill);color:var(--text);border:1px solid transparent;transition:background .18s ease,border-color .18s ease,color .18s ease}.profile-pill:hover{background:var(--surface)}.profile-pill.is-active{background:var(--accent-muted);border-color:var(--accent)}.poster-frame{aspect-ratio:2/3;border-radius:var(--radius-md);overflow:hidden;background:var(--surface);border:1px solid var(--border);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.poster-frame img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.poster-link:hover .poster-frame{border-color:var(--border-strong);transform:translateY(-3px);box-shadow:var(--shadow-md)}.poster-link:hover .poster-frame img{transform:scale(1.04)}@media (prefers-reduced-motion:reduce){.poster-frame,.poster-frame img,.poster-link:hover .poster-frame,.poster-link:hover .poster-frame img{transition:none;transform:none}}*{scrollbar-color:var(--border-strong) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:var(--radius-pill);border:3px solid var(--bg)}::selection{background:var(--accent-muted);color:var(--text)}@keyframes card-pulse-new{0%{box-shadow:0 0 0 0 rgba(224,162,62,.5);opacity:.4;transform:scale(.98)}20%{opacity:1;transform:scale(1)}60%{box-shadow:0 0 0 8px rgba(224,162,62,0)}to{box-shadow:0 0 0 0 rgba(224,162,62,0)}}.card-pulse-new{animation:card-pulse-new 2s ease-out;border-radius:var(--radius-md)}@media (prefers-reduced-motion:reduce){.card-pulse-new{animation:none}}@keyframes live-dot-pulse{0%{box-shadow:0 0 0 0 rgba(224,162,62,.55);opacity:1}70%{box-shadow:0 0 0 6px rgba(224,162,62,0);opacity:.85}to{box-shadow:0 0 0 0 rgba(224,162,62,0);opacity:1}}.live-dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:var(--accent);flex:0 0 auto;animation:live-dot-pulse 1.2s ease-out infinite}@media (prefers-reduced-motion:reduce){.live-dot{animation:none}}@keyframes loading-bar-slide{0%{transform:translateX(-100%)}60%{transform:translateX(120%)}to{transform:translateX(120%)}}@keyframes loading-bar-fade{0%{opacity:0;transform:scaleY(0)}10%{opacity:1;transform:scaleY(1)}to{opacity:1;transform:scaleY(1)}}.loading-bar{position:fixed;top:0;left:0;right:0;height:3px;width:100%;background:rgba(224,162,62,.15);overflow:hidden;z-index:100;animation:loading-bar-fade .2s ease-out;box-shadow:0 0 8px rgba(224,162,62,.5)}.loading-bar:after{content:"";position:absolute;inset:0;width:40%;background:linear-gradient(90deg,transparent,var(--accent-hover) 30%,var(--accent) 70%,transparent);animation:loading-bar-slide 1.1s ease-in-out infinite;filter:drop-shadow(0 0 4px var(--accent))}@media (prefers-reduced-motion:reduce){.loading-bar:after{animation:none;opacity:.5;width:100%}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.shimmer{background:linear-gradient(90deg,rgba(255,255,255,.04),rgba(255,255,255,.1) 50%,rgba(255,255,255,.04));background-size:800px 100%;animation:shimmer 1.4s ease-in-out infinite;border:1px solid var(--border)}@media (prefers-reduced-motion:reduce){.shimmer{animation:none}}@keyframes bell-badge-pop{0%{transform:scale(.6);opacity:0}60%{transform:scale(1.15);opacity:1}to{transform:scale(1);opacity:1}}.legal-prose{color:var(--text);line-height:1.7}.legal-prose p{margin:0 0 14px;color:var(--text-muted)}.legal-prose a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.legal-prose a:hover{color:var(--accent-hover)}.legal-prose ol,.legal-prose ul{margin:0 0 14px;padding-left:22px;color:var(--text-muted)}.legal-prose li{margin:6px 0}.legal-prose strong{color:var(--text);font-weight:600}.legal-prose h2{scroll-margin-top:80px}.site-footer{border-top:1px solid var(--border);background:var(--surface);margin-top:56px}.site-footer-inner{max-width:1100px;margin:0 auto;padding:40px 20px 28px}.site-footer-cols{display:grid;grid-template-columns:1.4fr repeat(3,1fr);grid-gap:32px;gap:32px}@media (max-width:720px){.site-footer-cols{grid-template-columns:1fr 1fr;gap:26px}.site-footer-brand{grid-column:1/-1}}.site-footer h3{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint);margin:0 0 12px}.site-footer ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:9px;gap:9px}.site-footer a{color:var(--text-muted);font-size:14px}.site-footer a:hover{color:var(--accent)}.site-footer-social{display:flex;gap:12px;margin-top:16px}.site-footer-social a{display:inline-flex;color:var(--text-muted)}.site-footer-social a:hover{color:var(--accent)}.site-footer-bottom{max-width:1100px;margin:0 auto;padding:18px 20px 28px;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:8px 18px;align-items:center;font-size:12.5px;color:var(--text-faint)}.only-mobile{display:none!important}@media (max-width:640px){.hide-mobile{display:none!important}.only-mobile{display:flex!important}}.sheet-overlay{position:fixed;inset:0;z-index:130;background:rgba(0,0,0,.6);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);display:flex;align-items:flex-end;justify-content:center;animation:sheet-fade .18s ease-out}.sheet-panel{width:100%;max-width:520px;max-height:88vh;overflow-y:auto;background:var(--bg);border:1px solid var(--border);border-bottom:none;border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:6px 16px calc(18px + env(safe-area-inset-bottom));animation:sheet-up .26s cubic-bezier(.16,1,.3,1);touch-action:pan-y}.sheet-handle{width:40px;height:4px;border-radius:2px;background:var(--border-strong);margin:8px auto 10px;cursor:-webkit-grab;cursor:grab;touch-action:none}@keyframes sheet-fade{0%{opacity:0}to{opacity:1}}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (min-width:641px){.sheet-overlay{align-items:center;padding:24px}.sheet-panel{border:1px solid var(--border);border-radius:var(--radius-lg);padding:8px 20px 20px;animation:postmodal-fade .16s ease-out}.sheet-handle{display:none}}@media (prefers-reduced-motion:reduce){.sheet-overlay,.sheet-panel{animation:none}}.mobile-tabbar{display:none}@media (max-width:640px){.mobile-tabbar{position:fixed;left:0;right:0;bottom:0;z-index:90;display:flex;justify-content:space-around;align-items:stretch;background:rgba(12,11,10,.9);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom)}.app-content{padding-bottom:calc(58px + env(safe-area-inset-bottom))}.site-footer{margin-bottom:calc(58px + env(safe-area-inset-bottom))}}.mobile-tab{position:relative;flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:56px;padding:8px 0 6px;color:var(--text-muted);font-size:10.5px;font-weight:500}.mobile-tab.is-active{color:var(--accent)}.mobile-tab-badge{position:absolute;top:6px;left:calc(50% + 6px);min-width:15px;height:15px;padding:0 4px;display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:var(--accent-contrast);font-size:9px;font-weight:700;border-radius:var(--radius-pill);line-height:1;border:2px solid var(--bg)}.header-search-mobile{position:absolute;top:100%;left:0;right:0;padding:10px 16px calc(12px + env(safe-area-inset-bottom, 0px));background:rgba(12,11,10,.96);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.event-layout{display:grid;grid-template-columns:220px 1fr;grid-gap:24px;gap:24px;margin-top:16px;align-items:flex-start}@media (max-width:640px){.event-layout{grid-template-columns:1fr;gap:16px}.event-layout>:first-child{max-width:200px}}.explore-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;grid-gap:24px;gap:24px}@media (max-width:720px){.explore-layout{grid-template-columns:1fr}}@media (max-width:640px){.media-frame{max-height:55vh!important}}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bricolage Grotesque Fallback;src:local("Arial");ascent-override:88.21%;descent-override:25.61%;line-gap-override:0.00%;size-adjust:105.43%}.__className_0bd9b6{font-family:Bricolage Grotesque,Bricolage Grotesque Fallback;font-style:normal}.__variable_0bd9b6{--font-display:"Bricolage Grotesque","Bricolage Grotesque Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_8b3a0b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_8b3a0b{--font-sans:"Inter","Inter Fallback"}:root{color-scheme:dark;--bg:#0c0b0a;--surface:#16140f;--surface-2:#1e1b15;--surface-hover:#211e17;--border:#2a2620;--border-strong:#3a352c;--text:#f4f0e6;--text-muted:#a39c8c;--text-faint:#6c6557;--accent:#e0a23e;--accent-hover:#f0ba5e;--accent-muted:rgba(224,162,62,0.13);--accent-contrast:#14110a;--primary:var(--accent);--primary-hover:var(--accent-hover);--star:#e8b44a;--success:#5fa386;--danger:#d26b61;--info:#6e8cb6;--ticket:#e5484d;--font-display:"Bricolage Grotesque",var(--font-sans);--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-pill:999px;--shadow-sm:0 1px 2px rgba(0,0,0,0.4);--shadow-md:0 4px 16px rgba(0,0,0,0.45);--shadow-lg:0 14px 44px rgba(0,0,0,0.55);--ring:0 0 0 3px rgba(224,162,62,0.4)}