.Header-module__lnUIdW__header{z-index:100;height:var(--header-h);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#06080fd9;position:sticky;top:0}.Header-module__lnUIdW__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.Header-module__lnUIdW__logo{align-items:center;gap:var(--space-2);letter-spacing:-.02em;color:var(--text);font-size:1.25rem;font-weight:800;text-decoration:none;display:flex}.Header-module__lnUIdW__logoImg{object-fit:contain;border-radius:4px;width:36px;height:36px}.Header-module__lnUIdW__logoAccent{color:var(--amber)}.Header-module__lnUIdW__desktopNav{align-items:center;gap:var(--space-6);display:none}@media (min-width:768px){.Header-module__lnUIdW__desktopNav{display:flex}}.Header-module__lnUIdW__navLinks{align-items:center;gap:var(--space-5);display:flex}.Header-module__lnUIdW__navLink{color:var(--text-2);transition:color var(--duration) var(--ease);padding:var(--space-2) 0;font-size:.9375rem;font-weight:500;text-decoration:none}.Header-module__lnUIdW__navLink:hover{color:var(--text)}.Header-module__lnUIdW__langToggle{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);display:flex;overflow:hidden}.Header-module__lnUIdW__langBtn{padding:var(--space-1) var(--space-3);color:var(--text-3);transition:all var(--duration) var(--ease);justify-content:center;align-items:center;min-width:36px;min-height:32px;font-size:.8125rem;font-weight:600;display:flex}.Header-module__lnUIdW__langBtn:hover{color:var(--text-2)}.Header-module__lnUIdW__langBtnActive{background:var(--amber);color:#000}.Header-module__lnUIdW__langBtnActive:hover{color:#000}.Header-module__lnUIdW__authActions{align-items:center;gap:var(--space-2);display:flex}.Header-module__lnUIdW__hamburger{width:48px;height:48px;color:var(--text);justify-content:center;align-items:center;display:flex}@media (min-width:768px){.Header-module__lnUIdW__hamburger{display:none}}.Header-module__lnUIdW__drawerOverlay{z-index:200;-webkit-backdrop-filter:blur(4px);animation:Header-module__lnUIdW__fadeIn var(--duration) var(--ease);background:#00000080;position:fixed;inset:0}.Header-module__lnUIdW__drawer{z-index:201;background:var(--surface);border-left:1px solid var(--border);width:min(320px,85vw);padding:var(--space-6);gap:var(--space-6);animation:Header-module__lnUIdW__slideIn var(--duration-slow) var(--ease);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto}.Header-module__lnUIdW__drawerHeader{justify-content:space-between;align-items:center;display:flex}.Header-module__lnUIdW__drawerClose{border-radius:var(--radius);width:48px;height:48px;color:var(--text-3);transition:all var(--duration) var(--ease);justify-content:center;align-items:center;display:flex}.Header-module__lnUIdW__drawerClose:hover{background:var(--surface-2);color:var(--text)}.Header-module__lnUIdW__drawerNav{gap:var(--space-1);flex-direction:column;display:flex}.Header-module__lnUIdW__drawerLink{padding:var(--space-3) var(--space-4);color:var(--text-2);border-radius:var(--radius);transition:all var(--duration) var(--ease);align-items:center;min-height:48px;font-size:1.0625rem;font-weight:500;text-decoration:none;display:flex}.Header-module__lnUIdW__drawerLink:hover{background:var(--surface-2);color:var(--text)}.Header-module__lnUIdW__drawerFooter{gap:var(--space-3);flex-direction:column;margin-top:auto;display:flex}@keyframes Header-module__lnUIdW__fadeIn{0%{opacity:0}to{opacity:1}}
.TicketCard-module__LgHZHa__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-5);transition:border-color var(--duration) var(--ease), box-shadow var(--duration-slow) var(--ease), transform var(--duration) var(--ease);color:var(--text);flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden}.TicketCard-module__LgHZHa__card:before{content:"";pointer-events:none;opacity:0;transition:opacity var(--duration-slow) var(--ease);background:linear-gradient(135deg,#f59e0b08 0%,#0000 50%);position:absolute;inset:0}@media (hover:hover){.TicketCard-module__LgHZHa__card:hover{border-color:var(--border-h);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.TicketCard-module__LgHZHa__card:hover:before{opacity:1}}.TicketCard-module__LgHZHa__card:active{transform:scale(.98)}.TicketCard-module__LgHZHa__matchName{margin-bottom:var(--space-1);font-size:1.0625rem;font-weight:700;line-height:1.3}.TicketCard-module__LgHZHa__meta{align-items:center;gap:var(--space-2);color:var(--text-3);margin-bottom:var(--space-4);flex-wrap:wrap;font-size:.8125rem;display:flex}.TicketCard-module__LgHZHa__metaDot{background:var(--text-3);border-radius:50%;flex-shrink:0;width:3px;height:3px}.TicketCard-module__LgHZHa__badges{gap:var(--space-2);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.TicketCard-module__LgHZHa__footer{padding-top:var(--space-4);border-top:1px solid var(--border);justify-content:space-between;align-items:flex-end;margin-top:auto;display:flex}.TicketCard-module__LgHZHa__priceBlock{flex-direction:column;display:flex}.TicketCard-module__LgHZHa__priceLabel{color:var(--text-3);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.TicketCard-module__LgHZHa__price{color:var(--amber);font-size:1.375rem;font-weight:800;line-height:1.2}.TicketCard-module__LgHZHa__seats{color:var(--text-3);font-size:.8125rem}.TicketCard-module__LgHZHa__priceDropBadge{color:var(--emerald);margin-bottom:var(--space-2);background:#10b9811f;border:1px solid #10b98140;border-radius:999px;align-self:flex-start;align-items:center;gap:4px;padding:2px 8px;font-size:.75rem;font-weight:600;display:inline-flex}
.auth-module__p4hK4a__auth{min-height:calc(100vh - var(--header-h));padding:var(--space-8) var(--space-4);flex-direction:column;justify-content:center;align-items:center;display:flex}.auth-module__p4hK4a__authCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);width:100%;max-width:440px;padding:var(--space-8) var(--space-6);position:relative;overflow:hidden}.auth-module__p4hK4a__authCard:before{content:"";background:linear-gradient(90deg, var(--amber), #d97706);height:3px;position:absolute;top:0;left:0;right:0}.auth-module__p4hK4a__authLogo{text-align:center;margin-bottom:var(--space-6)}.auth-module__p4hK4a__authLogoText{align-items:center;gap:var(--space-2);font-size:1.5rem;font-weight:800;display:inline-flex}.auth-module__p4hK4a__authLogoAccent{color:var(--amber)}.auth-module__p4hK4a__authTitle{text-align:center;margin-bottom:var(--space-6);font-size:1.375rem;font-weight:700}.auth-module__p4hK4a__authForm{gap:var(--space-4);flex-direction:column;display:flex}.auth-module__p4hK4a__authError{background:var(--red-glow);border-radius:var(--radius);padding:var(--space-3) var(--space-4);color:var(--red);border:1px solid #ef444433;font-size:.875rem}.auth-module__p4hK4a__authSuccess{background:var(--emerald-glow);border-radius:var(--radius);padding:var(--space-3) var(--space-4);color:var(--emerald);text-align:center;border:1px solid #10b98133;font-size:.875rem}.auth-module__p4hK4a__authFooter{text-align:center;margin-top:var(--space-6);color:var(--text-3);font-size:.875rem}.auth-module__p4hK4a__authFooter a{color:var(--amber);transition:color var(--duration) var(--ease);font-weight:600}.auth-module__p4hK4a__authFooter a:hover{color:var(--amber-h)}.auth-module__p4hK4a__forgotLink{color:var(--amber);cursor:pointer;text-underline-offset:2px;transition:color var(--duration) var(--ease);background:0 0;border:none;padding:0;font-size:.8125rem;font-weight:500;text-decoration:underline}.auth-module__p4hK4a__forgotLink:hover{color:var(--amber-h)}
.cancel-module__WQhF4a__main{padding:var(--space-8) 0 var(--space-16);align-items:center;min-height:60vh;display:flex}.cancel-module__WQhF4a__card{text-align:center;max-width:480px;margin:0 auto}.cancel-module__WQhF4a__icon{margin-bottom:var(--space-4);font-size:3rem}.cancel-module__WQhF4a__title{margin-bottom:var(--space-3);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:800}.cancel-module__WQhF4a__subtitle{color:var(--text-2);margin-bottom:var(--space-8);line-height:1.7}.cancel-module__WQhF4a__actions{justify-content:center;display:flex}
.success-module__WX0xjG__main{padding:var(--space-8) 0 var(--space-16);align-items:center;min-height:60vh;display:flex}.success-module__WX0xjG__card{text-align:center;max-width:560px;margin:0 auto}.success-module__WX0xjG__iconSuccess{margin-bottom:var(--space-4);font-size:4rem;animation:.5s ease-out success-module__WX0xjG__fadeUp}.success-module__WX0xjG__title{margin-bottom:var(--space-3);font-size:clamp(1.5rem,4vw,2rem);font-weight:800;animation:.5s ease-out .1s both success-module__WX0xjG__fadeUp}.success-module__WX0xjG__subtitle{color:var(--text-2);margin-bottom:var(--space-8);line-height:1.7;animation:.5s ease-out .2s both success-module__WX0xjG__fadeUp}.success-module__WX0xjG__stepsCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-6);text-align:left;margin-bottom:var(--space-8);animation:.5s ease-out .3s both success-module__WX0xjG__fadeUp}.success-module__WX0xjG__stepsTitle{margin-bottom:var(--space-4);font-size:1.0625rem;font-weight:700}.success-module__WX0xjG__step{gap:var(--space-3);padding:var(--space-3) 0;display:flex}.success-module__WX0xjG__step+.success-module__WX0xjG__step{border-top:1px solid var(--border)}.success-module__WX0xjG__stepNumber{background:var(--amber-glow);width:28px;height:28px;color:var(--amber);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.success-module__WX0xjG__stepTitle{margin-bottom:var(--space-1);font-size:.9375rem;font-weight:600}.success-module__WX0xjG__stepDesc{color:var(--text-3);font-size:.8125rem;line-height:1.5}.success-module__WX0xjG__actions{gap:var(--space-3);flex-direction:column;animation:.5s ease-out .4s both success-module__WX0xjG__fadeUp;display:flex}.success-module__WX0xjG__actions a{text-align:center}
.dashboard-module__lhX-Wq__dashboard{padding:var(--space-8) 0 var(--space-16)}.dashboard-module__lhX-Wq__dashTitle{margin-bottom:var(--space-8);font-size:clamp(1.5rem,4vw,2rem)}.dashboard-module__lhX-Wq__profileCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-6);margin-bottom:var(--space-8);gap:var(--space-3);flex-direction:column;display:flex}@media (min-width:640px){.dashboard-module__lhX-Wq__profileCard{align-items:center;gap:var(--space-6);flex-direction:row}}.dashboard-module__lhX-Wq__profileAvatar{background:linear-gradient(135deg, var(--amber), #d97706);color:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.375rem;font-weight:800;display:flex}.dashboard-module__lhX-Wq__profileInfo{flex:1}.dashboard-module__lhX-Wq__profileName{font-size:1.125rem;font-weight:700}.dashboard-module__lhX-Wq__profileDetail{color:var(--text-3);font-size:.875rem}.dashboard-module__lhX-Wq__listingsHeader{margin-bottom:var(--space-4);justify-content:space-between;align-items:center;display:flex}.dashboard-module__lhX-Wq__listingsTitle{font-size:1.25rem;font-weight:700}.dashboard-module__lhX-Wq__listingsList{gap:var(--space-3);flex-direction:column;display:flex}.dashboard-module__lhX-Wq__listingRow{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4) var(--space-5);gap:var(--space-3);transition:border-color var(--duration) var(--ease);flex-direction:column;display:flex}@media (min-width:640px){.dashboard-module__lhX-Wq__listingRow{flex-direction:row;justify-content:space-between;align-items:center}}.dashboard-module__lhX-Wq__listingRow:hover{border-color:var(--border-h)}.dashboard-module__lhX-Wq__listingInfo{flex:1}.dashboard-module__lhX-Wq__listingMatch{margin-bottom:var(--space-1);font-weight:600}.dashboard-module__lhX-Wq__listingMeta{color:var(--text-3);gap:var(--space-2);flex-wrap:wrap;align-items:center;font-size:.8125rem;display:flex}.dashboard-module__lhX-Wq__listingActions{gap:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}.dashboard-module__lhX-Wq__emptyState{text-align:center;padding:var(--space-12) var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.dashboard-module__lhX-Wq__emptyIcon{margin-bottom:var(--space-4);font-size:2.5rem}.dashboard-module__lhX-Wq__emptyTitle{margin-bottom:var(--space-3);color:var(--text-2);font-size:1.125rem}.dashboard-module__lhX-Wq__loading{padding:var(--space-16) var(--space-4);color:var(--text-3);justify-content:center;align-items:center;font-size:.9375rem;display:flex}.dashboard-module__lhX-Wq__confirmOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:var(--space-4);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dashboard-module__lhX-Wq__confirmCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-6);text-align:center;width:100%;max-width:400px}.dashboard-module__lhX-Wq__confirmText{margin-bottom:var(--space-6);color:var(--text-2);font-size:1rem}.dashboard-module__lhX-Wq__confirmActions{gap:var(--space-3);justify-content:center;display:flex}.dashboard-module__lhX-Wq__tabs{gap:var(--space-2);margin-bottom:var(--space-6);border-bottom:1px solid var(--border);display:flex;overflow-x:auto}.dashboard-module__lhX-Wq__tab,.dashboard-module__lhX-Wq__tabActive{padding:var(--space-3) var(--space-4);cursor:pointer;color:var(--text-3);white-space:nowrap;transition:all var(--duration) var(--ease);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;font-size:.875rem;font-weight:500}.dashboard-module__lhX-Wq__tab:hover{color:var(--text-1)}.dashboard-module__lhX-Wq__tabActive{color:var(--amber);border-bottom-color:var(--amber);font-weight:600}.dashboard-module__lhX-Wq__settingsSection{gap:var(--space-6);flex-direction:column;display:flex}.dashboard-module__lhX-Wq__settingsBlock{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-5);gap:var(--space-4);flex-direction:column;display:flex}.dashboard-module__lhX-Wq__settingsBlockTitle{margin:0;font-size:.9375rem;font-weight:700}.dashboard-module__lhX-Wq__settingsField{gap:var(--space-2);flex-direction:column;display:flex}.dashboard-module__lhX-Wq__settingsLabel{color:var(--text-2);font-size:.8125rem;font-weight:500}.dashboard-module__lhX-Wq__settingsInputRow{gap:var(--space-2);align-items:center;display:flex}.dashboard-module__lhX-Wq__settingsInput{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-2) var(--space-3);color:var(--text-1);transition:border-color var(--duration) var(--ease);flex:1;font-size:.875rem}.dashboard-module__lhX-Wq__settingsInput:focus{border-color:var(--amber);outline:none}.dashboard-module__lhX-Wq__settingsSaveBtn{background:var(--amber);color:#000;border-radius:var(--radius);padding:var(--space-2) var(--space-4);cursor:pointer;white-space:nowrap;transition:opacity var(--duration) var(--ease);border:none;font-size:.8125rem;font-weight:600}.dashboard-module__lhX-Wq__settingsSaveBtn:disabled{opacity:.5;cursor:not-allowed}.dashboard-module__lhX-Wq__settingsSaveBtn:hover:not(:disabled){opacity:.85}.dashboard-module__lhX-Wq__settingsOutlineBtn{border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-2) var(--space-4);color:var(--text-2);cursor:pointer;transition:all var(--duration) var(--ease);background:0 0;align-self:flex-start;font-size:.875rem;font-weight:500}.dashboard-module__lhX-Wq__settingsOutlineBtn:hover{border-color:var(--text-2);color:var(--text-1)}.dashboard-module__lhX-Wq__settingsNote{color:var(--text-3);margin:0;font-size:.8125rem}.dashboard-module__lhX-Wq__settingsDangerZone{background:var(--surface);border-radius:var(--radius-lg);padding:var(--space-5);gap:var(--space-4);border:1px solid #ef444440;flex-direction:column;display:flex}.dashboard-module__lhX-Wq__settingsDangerTitle{color:#ef4444;margin:0;font-size:.9375rem;font-weight:700}.dashboard-module__lhX-Wq__settingsDangerBtn{border-radius:var(--radius);padding:var(--space-2) var(--space-4);color:#ef4444;cursor:pointer;transition:all var(--duration) var(--ease);background:#ef44441a;border:1px solid #ef44444d;align-self:flex-start;font-size:.875rem;font-weight:600}.dashboard-module__lhX-Wq__settingsDangerBtn:hover:not(:disabled){background:#ef444433}.dashboard-module__lhX-Wq__settingsDangerBtn:disabled{opacity:.5;cursor:not-allowed}.dashboard-module__lhX-Wq__settingsDeleteConfirm{gap:var(--space-3);flex-direction:column;display:flex}.dashboard-module__lhX-Wq__settingsLinkBtn{color:var(--text-3);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:.8125rem;text-decoration:underline}.dashboard-module__lhX-Wq__settingsLinkBtn:hover{color:var(--text-2)}.dashboard-module__lhX-Wq__settingsToastSuccess{background:var(--emerald-glow);border-radius:var(--radius);padding:var(--space-3) var(--space-4);color:var(--emerald);border:1px solid #10b98133;font-size:.875rem}.dashboard-module__lhX-Wq__settingsToastError{background:var(--red-glow);border-radius:var(--radius);padding:var(--space-3) var(--space-4);color:var(--red);border:1px solid #ef444433;font-size:.875rem}
.home-module__aUD9Yq__hero{padding:var(--space-16) 0 var(--space-12);text-align:center;position:relative;overflow:hidden}.home-module__aUD9Yq__hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#f59e0b14 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.home-module__aUD9Yq__heroInner{z-index:1;max-width:720px;margin:0 auto;position:relative}.home-module__aUD9Yq__heroTitle{letter-spacing:-.02em;margin-bottom:var(--space-4);background:linear-gradient(135deg, var(--text) 0%, var(--amber) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,6vw,3.25rem);font-weight:800;line-height:1.1}.home-module__aUD9Yq__heroSubtitle{color:var(--text-2);max-width:540px;margin:0 auto var(--space-8);font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.7}.home-module__aUD9Yq__heroCtas{gap:var(--space-3);margin-bottom:var(--space-8);flex-direction:column;align-items:center;display:flex}@media (min-width:480px){.home-module__aUD9Yq__heroCtas{flex-direction:row;justify-content:center}}.home-module__aUD9Yq__trustRow{justify-content:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.home-module__aUD9Yq__trustBadge{align-items:center;gap:var(--space-2);color:var(--text-2);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);padding:var(--space-2) var(--space-4);white-space:nowrap;font-size:.8125rem;font-weight:500;display:inline-flex}.home-module__aUD9Yq__trustIcon{background:var(--emerald-glow);width:20px;height:20px;color:var(--emerald);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.625rem;display:flex}.home-module__aUD9Yq__howItWorks{padding:var(--space-16) 0;position:relative}.home-module__aUD9Yq__sectionLabel{align-items:center;gap:var(--space-2);text-transform:uppercase;letter-spacing:.08em;color:var(--amber);margin-bottom:var(--space-3);font-size:.8125rem;font-weight:600;display:inline-flex}.home-module__aUD9Yq__sectionTitle{margin-bottom:var(--space-2)}.home-module__aUD9Yq__sectionSubtitle{color:var(--text-2);margin-bottom:var(--space-8);max-width:540px}.home-module__aUD9Yq__stepsGrid{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (min-width:640px){.home-module__aUD9Yq__stepsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.home-module__aUD9Yq__stepsGrid{grid-template-columns:repeat(4,1fr)}}.home-module__aUD9Yq__stepCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-6);transition:border-color var(--duration) var(--ease), box-shadow var(--duration-slow) var(--ease), transform var(--duration) var(--ease);position:relative}@media (hover:hover){.home-module__aUD9Yq__stepCard:hover{border-color:var(--border-h);box-shadow:var(--shadow-lg);transform:translateY(-3px)}}.home-module__aUD9Yq__stepNumber{background:linear-gradient(135deg, var(--amber), #d97706);color:#000;width:36px;height:36px;margin-bottom:var(--space-4);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:800;display:inline-flex}.home-module__aUD9Yq__stepTitle{margin-bottom:var(--space-2);color:var(--text);font-size:1.0625rem;font-weight:700}.home-module__aUD9Yq__stepDescription{color:var(--text-3);font-size:.875rem;line-height:1.6}.home-module__aUD9Yq__featured{padding:var(--space-16) 0}.home-module__aUD9Yq__featuredHeader{gap:var(--space-4);margin-bottom:var(--space-8);flex-direction:column;display:flex}@media (min-width:640px){.home-module__aUD9Yq__featuredHeader{flex-direction:row;justify-content:space-between;align-items:center}}.home-module__aUD9Yq__teaser{text-align:center;padding:var(--space-12) var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.home-module__aUD9Yq__teaserIcon{margin-bottom:var(--space-4);font-size:2.5rem}.home-module__aUD9Yq__teaserTitle{margin-bottom:var(--space-2);font-size:1.25rem;font-weight:700}.home-module__aUD9Yq__teaserText{color:var(--text-3);max-width:400px;margin:0 auto}.home-module__aUD9Yq__waitlist{padding:var(--space-16) 0}.home-module__aUD9Yq__waitlistCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-8) var(--space-6);text-align:center;position:relative;overflow:hidden}.home-module__aUD9Yq__waitlistCard:before{content:"";background:linear-gradient(90deg, var(--amber), var(--emerald), var(--amber));height:3px;position:absolute;top:0;left:0;right:0}.home-module__aUD9Yq__waitlistTitle{margin-bottom:var(--space-3);font-size:clamp(1.25rem,3vw,1.75rem)}.home-module__aUD9Yq__waitlistDesc{color:var(--text-2);max-width:480px;margin:0 auto var(--space-6)}.home-module__aUD9Yq__waitlistForm{gap:var(--space-3);max-width:440px;margin:0 auto var(--space-4);flex-direction:column;display:flex}@media (min-width:480px){.home-module__aUD9Yq__waitlistForm{flex-flow:wrap}.home-module__aUD9Yq__waitlistForm .home-module__aUD9Yq__waitlistInput{flex:1;min-width:180px}.home-module__aUD9Yq__waitlistForm .home-module__aUD9Yq__waitlistBtn{width:100%}}.home-module__aUD9Yq__waitlistInput{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);width:100%;padding:var(--space-3) var(--space-4);min-height:48px;color:var(--text);transition:border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease);outline:none;font-size:1rem}.home-module__aUD9Yq__waitlistInput:focus{border-color:var(--amber);box-shadow:0 0 0 3px var(--amber-glow)}.home-module__aUD9Yq__waitlistInput::placeholder{color:var(--text-3)}.home-module__aUD9Yq__waitlistBtn{width:100%}.home-module__aUD9Yq__waitlistCounter{color:var(--text-3);font-size:.875rem}.home-module__aUD9Yq__waitlistSuccess{justify-content:center;align-items:center;gap:var(--space-2);background:var(--emerald-glow);color:var(--emerald);border-radius:var(--radius);padding:var(--space-3) var(--space-4);border:1px solid #10b98133;max-width:440px;margin:0 auto;font-size:.9375rem;font-weight:500;display:flex}
.sell-module__do3tSG__sell{padding:var(--space-8) 0 var(--space-16)}.sell-module__do3tSG__sellHeader{margin-bottom:var(--space-8)}.sell-module__do3tSG__sellTitle{margin-bottom:var(--space-2);font-size:clamp(1.5rem,4vw,2rem)}.sell-module__do3tSG__sellSubtitle{color:var(--text-2)}.sell-module__do3tSG__sellGrid{gap:var(--space-6);grid-template-columns:1fr;display:grid}@media (min-width:768px){.sell-module__do3tSG__sellGrid{grid-template-columns:1fr 340px;align-items:start}}.sell-module__do3tSG__formCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-6)}.sell-module__do3tSG__formFields{gap:var(--space-4);flex-direction:column;display:flex}.sell-module__do3tSG__formRow{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (min-width:480px){.sell-module__do3tSG__formRow{grid-template-columns:1fr 1fr}}.sell-module__do3tSG__textarea{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;padding:var(--space-3) var(--space-4);min-height:100px;color:var(--text);resize:vertical;transition:border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease);outline:none;font-size:1rem}.sell-module__do3tSG__textarea:focus{border-color:var(--amber);box-shadow:0 0 0 3px var(--amber-glow)}.sell-module__do3tSG__textarea::placeholder{color:var(--text-3)}.sell-module__do3tSG__formNote{color:var(--text-3);margin-top:var(--space-2);font-size:.8125rem;line-height:1.5}.sell-module__do3tSG__successBanner{align-items:center;gap:var(--space-3);background:var(--emerald-glow);border-radius:var(--radius);padding:var(--space-4);color:var(--emerald);border:1px solid #10b98133;font-weight:500;display:flex}.sell-module__do3tSG__benefits{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-6)}.sell-module__do3tSG__benefitsTitle{margin-bottom:var(--space-4);font-size:1.0625rem;font-weight:700}.sell-module__do3tSG__benefitsList{gap:var(--space-4);flex-direction:column;display:flex}.sell-module__do3tSG__benefitItem{align-items:flex-start;gap:var(--space-3);display:flex}.sell-module__do3tSG__benefitIcon{background:var(--amber-glow);width:32px;height:32px;color:var(--amber);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;display:flex}.sell-module__do3tSG__benefitText{color:var(--text-2);font-size:.9375rem;line-height:1.5}.sell-module__do3tSG__authRequired{text-align:center;padding:var(--space-16) var(--space-4)}.sell-module__do3tSG__authIcon{margin-bottom:var(--space-4);font-size:3rem}.sell-module__do3tSG__authTitle{margin-bottom:var(--space-2);font-size:1.5rem}.sell-module__do3tSG__authText{color:var(--text-3);margin-bottom:var(--space-6);max-width:400px;margin-left:auto;margin-right:auto}.sell-module__do3tSG__authLinks{gap:var(--space-3);flex-wrap:wrap;justify-content:center;display:flex}
.legal-module__p7fFaq__legal{padding:var(--space-8) 0 var(--space-16)}.legal-module__p7fFaq__title{margin-bottom:var(--space-2);font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800}.legal-module__p7fFaq__updated{color:var(--text-3);margin-bottom:var(--space-8);font-size:.875rem}.legal-module__p7fFaq__content{max-width:720px}.legal-module__p7fFaq__content section{margin-bottom:var(--space-8)}.legal-module__p7fFaq__content h2{margin-bottom:var(--space-3);color:var(--amber);font-size:1.125rem;font-weight:700}.legal-module__p7fFaq__content p{color:var(--text-2);font-size:.9375rem;line-height:1.8}.legal-module__p7fFaq__content p+p{margin-top:var(--space-3)}
.detail-module__qqVy6a__detail{padding:var(--space-8) 0 var(--space-16)}.detail-module__qqVy6a__backLink{align-items:center;gap:var(--space-2);color:var(--text-3);margin-bottom:var(--space-6);transition:color var(--duration) var(--ease);font-size:.875rem;display:inline-flex}.detail-module__qqVy6a__backLink:hover{color:var(--amber)}.detail-module__qqVy6a__grid{gap:var(--space-6);grid-template-columns:1fr;display:grid}@media (min-width:768px){.detail-module__qqVy6a__grid{grid-template-columns:1fr 380px;align-items:start}}.detail-module__qqVy6a__mainCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-6)}.detail-module__qqVy6a__matchName{margin-bottom:var(--space-3);font-size:clamp(1.5rem,4vw,2rem);font-weight:800;line-height:1.2}.detail-module__qqVy6a__metaRow{align-items:center;gap:var(--space-3);color:var(--text-2);margin-bottom:var(--space-6);flex-wrap:wrap;font-size:.875rem;display:flex}.detail-module__qqVy6a__metaItem{align-items:center;gap:var(--space-1);display:flex}.detail-module__qqVy6a__metaDot{background:var(--text-3);border-radius:50%;width:3px;height:3px}.detail-module__qqVy6a__badges{gap:var(--space-2);margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}.detail-module__qqVy6a__description{color:var(--text-2);padding-top:var(--space-4);border-top:1px solid var(--border);font-size:.9375rem;line-height:1.7}.detail-module__qqVy6a__sidebar{gap:var(--space-4);flex-direction:column;display:flex}.detail-module__qqVy6a__feeCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-6)}.detail-module__qqVy6a__feeTitle{margin-bottom:var(--space-4);font-size:1.0625rem;font-weight:700}.detail-module__qqVy6a__feeRow{padding:var(--space-2) 0;justify-content:space-between;align-items:center;font-size:.9375rem;display:flex}.detail-module__qqVy6a__feeLabel{color:var(--text-2)}.detail-module__qqVy6a__feeValue{font-weight:600}.detail-module__qqVy6a__feeDivider{border:none;border-top:1px solid var(--border);margin:var(--space-2) 0}.detail-module__qqVy6a__feeTotal{color:var(--amber);font-size:1.125rem;font-weight:800}.detail-module__qqVy6a__feeTotalLabel{color:var(--text);font-weight:700}.detail-module__qqVy6a__escrowCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-6)}.detail-module__qqVy6a__escrowTitle{margin-bottom:var(--space-4);align-items:center;gap:var(--space-2);font-size:1.0625rem;font-weight:700;display:flex}.detail-module__qqVy6a__escrowSteps{flex-direction:column;gap:0;display:flex;position:relative}.detail-module__qqVy6a__escrowStep{gap:var(--space-3);padding:var(--space-3) 0;display:flex;position:relative}.detail-module__qqVy6a__escrowDot{background:var(--amber-glow);width:28px;height:28px;color:var(--amber);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex;position:relative}.detail-module__qqVy6a__escrowLine{background:var(--border);width:2px;position:absolute;top:40px;bottom:0;left:13px}.detail-module__qqVy6a__escrowStep:last-child .detail-module__qqVy6a__escrowLine{display:none}.detail-module__qqVy6a__escrowContent{flex:1}.detail-module__qqVy6a__escrowStepTitle{margin-bottom:var(--space-1);font-size:.875rem;font-weight:600}.detail-module__qqVy6a__escrowStepDesc{color:var(--text-3);font-size:.8125rem;line-height:1.5}.detail-module__qqVy6a__sellerCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-6)}.detail-module__qqVy6a__sellerTitle{margin-bottom:var(--space-4);font-size:1.0625rem;font-weight:700}.detail-module__qqVy6a__sellerInfo{align-items:center;gap:var(--space-3);display:flex}.detail-module__qqVy6a__sellerAvatar{background:var(--surface-3);width:44px;height:44px;color:var(--text-2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.125rem;font-weight:700;display:flex}.detail-module__qqVy6a__sellerName{font-weight:600}.detail-module__qqVy6a__sellerVerified{align-items:center;gap:var(--space-1);color:var(--emerald);font-size:.75rem;display:inline-flex}.detail-module__qqVy6a__notFound{text-align:center;padding:var(--space-16) var(--space-4)}.detail-module__qqVy6a__notFoundIcon{margin-bottom:var(--space-4);font-size:3rem}.detail-module__qqVy6a__notFoundTitle{margin-bottom:var(--space-2);font-size:1.5rem}.detail-module__qqVy6a__notFoundText{color:var(--text-3);margin-bottom:var(--space-6)}
.ContactForm-module__MW0ffG__container{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-8);margin-top:var(--space-6)}.ContactForm-module__MW0ffG__header{margin-bottom:var(--space-6)}.ContactForm-module__MW0ffG__title{color:var(--text);margin-bottom:var(--space-2);font-size:clamp(1.5rem,4vw,2rem);font-weight:800}.ContactForm-module__MW0ffG__subtitle{color:var(--text-3);font-size:.9375rem;line-height:1.6}.ContactForm-module__MW0ffG__form{gap:var(--space-5);flex-direction:column;display:flex}.ContactForm-module__MW0ffG__row{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (min-width:480px){.ContactForm-module__MW0ffG__row{grid-template-columns:1fr 1fr}}.ContactForm-module__MW0ffG__field{gap:var(--space-2);flex-direction:column;display:flex;position:relative}.ContactForm-module__MW0ffG__label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-3);font-size:.75rem;font-weight:600}.ContactForm-module__MW0ffG__input{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);width:100%;padding:var(--space-3) var(--space-4);color:var(--text);transition:border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease);outline:none;font-size:.9375rem}.ContactForm-module__MW0ffG__input:focus{border-color:var(--amber);box-shadow:0 0 0 3px var(--amber-glow)}.ContactForm-module__MW0ffG__textarea{resize:vertical;min-height:140px;font-family:inherit;line-height:1.6;}.ContactForm-module__MW0ffG__textarea::placeholder{color:var(--text-3)}.ContactForm-module__MW0ffG__charCount{bottom:var(--space-2);right:var(--space-3);color:var(--text-3);font-size:.6875rem;position:absolute}.ContactForm-module__MW0ffG__error{background:var(--red-glow);border-radius:var(--radius);padding:var(--space-3) var(--space-4);color:var(--red);margin-bottom:var(--space-2);border:1px solid #ef444433;font-size:.875rem}.ContactForm-module__MW0ffG__successCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-12) var(--space-8);margin-top:var(--space-6);text-align:center}.ContactForm-module__MW0ffG__successIcon{margin-bottom:var(--space-4);font-size:3rem}.ContactForm-module__MW0ffG__successTitle{color:var(--emerald);font-size:1.25rem;font-weight:700;line-height:1.6}
.FaqContent-module__0ajXIG__faq{padding:var(--space-16) 0;min-height:60vh}.FaqContent-module__0ajXIG__hero{text-align:center;margin-bottom:var(--space-12)}.FaqContent-module__0ajXIG__title{margin-bottom:var(--space-3);font-size:clamp(2rem,5vw,3rem);font-weight:900}.FaqContent-module__0ajXIG__subtitle{color:var(--text-2);font-size:1.125rem}.FaqContent-module__0ajXIG__sections{gap:var(--space-10);flex-direction:column;max-width:800px;margin:0 auto;display:flex}.FaqContent-module__0ajXIG__section{gap:var(--space-3);flex-direction:column;display:flex}.FaqContent-module__0ajXIG__sectionTitle{padding-bottom:var(--space-3);border-bottom:1px solid var(--border);font-size:1.25rem;font-weight:700}.FaqContent-module__0ajXIG__accordion{gap:var(--space-2);flex-direction:column;display:flex}.FaqContent-module__0ajXIG__item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color var(--duration) var(--ease);overflow:hidden}.FaqContent-module__0ajXIG__item:has(.FaqContent-module__0ajXIG__question[aria-expanded=true]){border-color:#f59e0b4d}.FaqContent-module__0ajXIG__question{width:100%;padding:var(--space-4) var(--space-5);justify-content:space-between;align-items:center;gap:var(--space-4);cursor:pointer;color:var(--text-1);text-align:left;transition:color var(--duration) var(--ease);background:0 0;border:none;font-size:.9375rem;font-weight:600;display:flex}.FaqContent-module__0ajXIG__question:hover{color:var(--amber)}.FaqContent-module__0ajXIG__chevron{color:var(--text-3);transition:transform var(--duration) var(--ease);flex-shrink:0;font-size:1.125rem;display:inline-block}.FaqContent-module__0ajXIG__chevronOpen{color:var(--amber);transform:rotate(180deg)}.FaqContent-module__0ajXIG__answer{padding:0 var(--space-5) var(--space-4);color:var(--text-2);border-top:1px solid var(--border);padding-top:var(--space-3);font-size:.9375rem;line-height:1.7}.FaqContent-module__0ajXIG__cta{text-align:center;margin-top:var(--space-12);padding:var(--space-8);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);align-items:center;gap:var(--space-4);flex-direction:column;max-width:500px;margin-left:auto;margin-right:auto;display:flex}.FaqContent-module__0ajXIG__ctaText{font-size:1.125rem;font-weight:600}
.TicketSearch-module__-3LcLW__searchRow{gap:var(--space-3);margin-bottom:var(--space-4);align-items:stretch;display:flex}.TicketSearch-module__-3LcLW__searchWrap{flex:1;position:relative}.TicketSearch-module__-3LcLW__searchIcon{left:var(--space-3);pointer-events:none;font-size:1rem;position:absolute;top:50%;transform:translateY(-50%)}.TicketSearch-module__-3LcLW__searchInput{width:100%;padding:var(--space-3) var(--space-3) var(--space-3) calc(var(--space-3) + 1.5rem + var(--space-2));background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--text-1);transition:border-color var(--duration) var(--ease);font-size:.9375rem}.TicketSearch-module__-3LcLW__searchInput:focus{border-color:var(--amber);outline:none}.TicketSearch-module__-3LcLW__filterToggle{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--text-2);cursor:pointer;white-space:nowrap;transition:all var(--duration) var(--ease);font-size:.875rem;font-weight:600;display:flex;position:relative}.TicketSearch-module__-3LcLW__filterToggle:hover{border-color:var(--amber);color:var(--text-1)}.TicketSearch-module__-3LcLW__filterToggleActive{border-color:var(--amber);color:var(--amber);background:#f59e0b0f}.TicketSearch-module__-3LcLW__filterDot{background:var(--amber);border-radius:50%;width:7px;height:7px;position:absolute;top:6px;right:6px}.TicketSearch-module__-3LcLW__filterPanel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-5);margin-bottom:var(--space-5);gap:var(--space-4);flex-direction:column;display:flex}.TicketSearch-module__-3LcLW__filterGroup{gap:var(--space-2);flex-direction:column;display:flex}.TicketSearch-module__-3LcLW__filterLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);font-size:.75rem;font-weight:700}.TicketSearch-module__-3LcLW__chipRow{gap:var(--space-2);flex-wrap:wrap;display:flex}.TicketSearch-module__-3LcLW__chip{padding:var(--space-1) var(--space-3);border:1px solid var(--border);background:var(--bg);color:var(--text-2);cursor:pointer;transition:all var(--duration) var(--ease);white-space:nowrap;border-radius:999px;font-size:.8125rem;font-weight:500}.TicketSearch-module__-3LcLW__chip:hover{border-color:var(--amber);color:var(--text-1)}.TicketSearch-module__-3LcLW__chipActive{background:var(--amber);border-color:var(--amber);color:#000;font-weight:700}.TicketSearch-module__-3LcLW__resetBtn{border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-2) var(--space-3);color:var(--text-3);cursor:pointer;transition:all var(--duration) var(--ease);background:0 0;align-self:flex-start;font-size:.8125rem}.TicketSearch-module__-3LcLW__resetBtn:hover{border-color:var(--red);color:var(--red)}.TicketSearch-module__-3LcLW__resultCount{color:var(--text-3);margin-bottom:var(--space-5);font-size:.8125rem}.TicketSearch-module__-3LcLW__emptyState{text-align:center;padding:var(--space-16) var(--space-4)}.TicketSearch-module__-3LcLW__emptyTitle{color:var(--text-2);margin-bottom:var(--space-2);font-size:1.125rem}.TicketSearch-module__-3LcLW__emptySubtext{color:var(--text-3);font-size:.875rem}.TicketSearch-module__-3LcLW__groupedSections{gap:var(--space-10);flex-direction:column;display:flex}.TicketSearch-module__-3LcLW__matchGroup{gap:var(--space-4);flex-direction:column;display:flex}.TicketSearch-module__-3LcLW__matchGroupHeader{justify-content:space-between;align-items:center;gap:var(--space-3);padding-bottom:var(--space-3);border-bottom:1px solid var(--border);display:flex}.TicketSearch-module__-3LcLW__matchGroupTitle{margin:0;font-size:1.125rem;font-weight:700}.TicketSearch-module__-3LcLW__matchGroupCount{color:var(--text-3);background:var(--surface);border:1px solid var(--border);white-space:nowrap;border-radius:999px;padding:2px 10px;font-size:.8125rem}.TicketSearch-module__-3LcLW__noTicketsHeading{margin-top:var(--space-10);margin-bottom:var(--space-6);color:var(--text-2);font-size:1.125rem}@media (max-width:640px){.TicketSearch-module__-3LcLW__searchRow{flex-direction:column}.TicketSearch-module__-3LcLW__filterToggle{justify-content:center}}
