:root{color-scheme:light;--primary:#1fa08c;--accent:#f2b441;--ink:#1e3330;--paper:#f5faf8;--soft:#d4f0e9;--surface:#ffffff;--border:#d5dcda;--hair:#e4eae8;--muted:#5f6f6c;--faint:#748380;--primary-soft:#d5ede8;--primary-strong:#1f8172;--accent-soft:#f4ebd0;--on-primary:#ffffff;--danger:#9f1d1d;--radius:8px;--radius-pill:999px;--gap:16px;--card-pad:22px;--sec-pad:44px;--row-gap:12px;--focus-ring:0 0 0 2px var(--paper),0 0 0 4px var(--primary)}*{box-sizing:border-box;letter-spacing:0}html{scroll-behavior:smooth}body,html{min-height:100%;background:var(--paper)}body{margin:0;color:var(--ink);font-family:var(--font-body),sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{color:inherit;font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}:where(a,button,input,select,textarea):focus-visible{box-shadow:var(--focus-ring);outline:0}.brand-name,.button,.market-link,.mobile-nav-link,.nav-link,.pill,h1,h2,h3,h4{font-family:var(--font-heading),sans-serif}.app-frame{display:grid;min-height:100vh;grid-template-rows:auto 1fr auto}.app-content{min-width:0}.page-shell,.site-footer-inner,.site-header-inner{width:min(1120px,calc(100% - 40px));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;z-index:30;top:0;border-bottom:1px solid rgb(213 220 218/82%);background:rgb(245 250 248/94%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header-inner{display:grid;min-height:72px;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:28px;gap:28px}.brand{display:inline-flex;width:-moz-fit-content;width:fit-content;min-width:0;align-items:center;gap:10px;font-weight:700}.brand-tile{width:40px;height:40px;flex:0 0 40px;border-radius:30%}.brand-name{overflow:hidden;font-size:18px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.primary-nav{display:flex;align-items:center;gap:6px}.nav-link{position:relative;display:inline-flex;min-height:44px;align-items:center;gap:7px;padding:0 10px;border-radius:var(--radius);color:var(--muted);font-size:14px;font-weight:600}.nav-link.active,.nav-link:hover{color:var(--primary-strong)}.spark{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--accent)}.shell-actions{display:flex;align-items:center;gap:10px}.market-toggle{display:inline-grid;min-height:42px;grid-template-columns:repeat(2,1fr);align-items:stretch;border:1px solid var(--border);background:var(--surface);padding:3px}.market-link,.market-toggle{border-radius:var(--radius-pill)}.market-link{display:inline-flex;min-width:40px;align-items:center;justify-content:center;color:var(--muted);font-size:12px;font-weight:700}.market-link.active{background:var(--primary-soft);color:var(--primary-strong)}.shell-avatar{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;overflow:hidden;border:1px solid var(--primary);border-radius:50%;background:var(--primary-soft);color:var(--primary-strong);font-family:var(--font-heading),sans-serif;font-size:13px;font-weight:700}.shell-avatar-image{width:100%;height:100%;object-fit:cover}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;border:1px solid var(--primary-strong);border-radius:var(--radius);background:var(--primary-strong);box-shadow:0 6px 18px rgb(31 129 114/28%);color:var(--on-primary);padding:0 18px;font-size:15px;font-weight:600;line-height:1.2;text-align:center;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease}.button:hover{border-color:var(--ink);background:var(--ink)}.button.secondary{border-color:var(--border);background:var(--surface);box-shadow:none;color:var(--ink)}.button.secondary:hover{border-color:var(--primary);background:var(--primary-soft);color:var(--primary-strong)}.auth-sign-in{white-space:nowrap}.hero{display:grid;max-width:820px;grid-gap:20px;gap:20px;padding:54px 0 38px}.event-main h1,.hero h1{margin:0;font-size:44px;font-weight:800;line-height:1.05}.hero p{max-width:700px;margin:18px 0 0;color:var(--muted);font-size:18px;font-weight:500;line-height:1.55}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.section{padding:var(--sec-pad) 0}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.section-header>div{display:grid;grid-gap:8px;gap:8px}.section-header h1,.section-header h2{margin:0;font-size:30px;font-weight:700;line-height:1.15}.section-header p{max-width:560px;margin:0;color:var(--muted);line-height:1.55}.section-header.compact{margin-bottom:0}.section-header.compact h2{font-size:24px}.dashboard-section{display:grid;grid-gap:20px;gap:20px}.dashboard-header{align-items:center;margin-bottom:0}.signed-in-email{color:var(--faint);font-size:14px;overflow-wrap:anywhere}.grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.card,.grid{display:grid}.card{min-width:0;min-height:220px;grid-gap:12px;gap:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:var(--card-pad)}.card h3{margin:0;font-size:20px;font-weight:700;line-height:1.25}.card p{margin:0;color:var(--muted);line-height:1.55}.card-link{transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.card-link:hover{border-color:var(--primary);box-shadow:0 16px 40px rgb(31 160 140/12%)}.profile-card{min-height:0;grid-template-columns:auto minmax(0,1fr);align-items:center}.profile-avatar{display:grid;width:72px;height:72px;flex:0 0 auto;place-items:center;border:1px solid var(--border);border-radius:50%;background:var(--soft);color:var(--ink);font-family:var(--font-heading),sans-serif;font-weight:700;object-fit:cover}.profile-summary{display:grid;min-width:0;grid-gap:10px;gap:10px}.profile-summary h1,.profile-summary h2{margin:0;overflow-wrap:anywhere;font-size:24px;font-weight:700;line-height:1.15}.settings-form{display:grid;grid-gap:18px;gap:18px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:var(--card-pad)}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.field{display:grid;grid-gap:7px;gap:7px;color:var(--ink);font-size:14px;font-weight:700}.field input,.field select{width:100%;min-height:44px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--ink);padding:0 12px}.field input:focus,.field select:focus{border-color:var(--primary);outline:0}.form-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.auth-error,.form-error{color:var(--danger);font-size:14px;font-weight:600}.form-success{color:var(--primary-strong);font-size:14px;font-weight:700}.meta{display:flex;flex-wrap:wrap;gap:8px 12px;color:var(--faint);font-size:14px;font-weight:600}.meta,.pill{line-height:1.4}.pill{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--primary-soft);padding:5px 10px;color:var(--primary-strong);font-size:12px;font-weight:700;text-transform:uppercase}.feed{display:grid;grid-gap:12px;gap:12px}.feed-item{display:grid;grid-gap:8px;gap:8px;border:1px solid var(--hair);border-left:3px solid var(--accent);border-radius:var(--radius);background:var(--surface);padding:18px}.feed-item h3{margin:0;font-size:20px}.feed-item p{margin:0;color:var(--muted);line-height:1.55}.home-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.58fr);grid-gap:36px;gap:36px;align-items:center;padding:46px 0 30px}.home-hero-copy{display:grid;min-width:0;grid-gap:18px;gap:18px}.section-eyebrow{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:9px;margin:0;color:var(--primary-strong);font-family:var(--font-heading),sans-serif;font-size:12px;font-weight:700;line-height:1.4;text-transform:uppercase}.section-eyebrow:before{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:var(--accent);content:""}.home-hero h1{max-width:700px;margin:0;font-size:44px;font-weight:800;line-height:1.05}.home-hero h1 span{color:var(--primary-strong)}.home-hero-intro{max-width:650px;margin:0;color:var(--muted);font-size:18px;font-weight:500;line-height:1.55}.home-hero .hero-actions{margin-top:4px}.next-events-panel{display:grid;min-width:0;grid-gap:16px;gap:16px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:0 16px 40px rgb(31 160 140/10%);padding:20px}.next-events-heading{display:grid;grid-gap:5px;gap:5px}.next-events-heading h2{margin:0;font-size:22px;line-height:1.2}.next-events-list{display:grid}.next-event-row{display:grid;min-width:0;min-height:58px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;border-top:1px solid var(--hair);border-radius:var(--radius);color:var(--primary-strong);padding:9px 6px}.next-event-row:hover{background:var(--primary-soft)}.next-event-copy{display:grid;min-width:0;grid-gap:2px;gap:2px;color:var(--ink)}.next-event-copy strong{font-family:var(--font-heading),sans-serif;font-size:14px;line-height:1.3}.next-event-copy span,.next-event-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.next-event-copy span{color:var(--muted);font-size:12px;font-weight:600;line-height:1.35}.next-events-empty{margin:0;border-top:1px solid var(--hair);color:var(--muted);padding-top:14px}.home-section{scroll-margin-top:88px;padding:34px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}.section-head-copy{display:grid;max-width:640px;grid-gap:7px;gap:7px}.section-head h2{margin:0;font-size:30px;font-weight:700;line-height:1.15}.section-head-copy>p:last-child{margin:0;color:var(--muted);line-height:1.55}.section-head-action{display:inline-flex;min-height:44px;align-items:center;border-radius:var(--radius);color:var(--primary-strong);font-family:var(--font-heading),sans-serif;font-size:14px;font-weight:700}.event-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.event-card,.home-empty-card{display:grid;min-width:0;min-height:218px;grid-gap:16px;gap:16px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:var(--card-pad)}.event-card{grid-template-rows:auto 1fr auto;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.event-card:hover{border-color:var(--primary);box-shadow:0 16px 40px rgb(31 160 140/12%)}.event-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--primary-strong)}.event-card-copy{display:grid;min-width:0;align-content:start;grid-gap:8px;gap:8px}.event-card h3,.home-empty-card h3{margin:0;overflow-wrap:anywhere;font-size:20px;font-weight:700;line-height:1.25}.event-card-copy p,.home-empty-card p{display:-webkit-box;overflow:hidden;margin:0;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--muted);line-height:1.55}.event-card-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:7px 14px;color:var(--muted);font-size:13px;font-weight:600;line-height:1.4}.event-card-meta span,.event-card-meta time{display:inline-flex;min-width:0;align-items:center;gap:6px}.event-card-meta span{overflow-wrap:anywhere}.home-empty-card{grid-column:1/-1;min-height:180px;align-content:center}.home-feed{display:grid;grid-gap:10px;gap:10px}.home-feed-item{display:grid;min-width:0;grid-template-columns:42px minmax(0,1fr);grid-gap:14px;gap:14px;border:1px solid var(--hair);border-radius:var(--radius);background:var(--surface);padding:18px}.home-feed-marker{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--border);border-radius:var(--radius);background:var(--accent-soft);color:var(--ink)}.home-feed-copy{display:grid;min-width:0;grid-gap:6px;gap:6px}.home-feed-copy time,.home-feed-market{color:var(--muted);font-size:13px;font-weight:600;line-height:1.4}.home-feed-copy h3{margin:0;overflow-wrap:anywhere;font-size:20px;line-height:1.25}.home-feed-copy p{margin:0;overflow-wrap:anywhere;color:var(--muted);line-height:1.55}.home-cta-band{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:32px;gap:32px;margin:34px 0 52px;border-radius:var(--radius);background:var(--ink);color:var(--on-primary);padding:30px 32px}.home-cta-band>div{display:grid;grid-gap:8px;gap:8px}.home-cta-band .section-eyebrow{color:var(--accent)}.home-cta-band h2{margin:0;font-size:30px;line-height:1.15}.home-cta-band p:last-child{max-width:680px;margin:0;color:var(--primary-soft);line-height:1.55}.home-cta-action{flex:0 0 auto;border-color:var(--accent);background:var(--accent);box-shadow:none;color:var(--ink)}.home-cta-action:hover{border-color:var(--surface);background:var(--surface);color:var(--ink)}.event-detail{display:grid;grid-gap:18px;gap:18px;padding:34px 0 52px}.back-link{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:44px;align-items:center;gap:7px;color:var(--primary-strong);font-size:14px;font-weight:700}.event-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.42fr);grid-gap:18px;gap:18px;align-items:start}.event-main,.event-sidebar{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:var(--card-pad)}.event-main{display:grid;grid-gap:18px;gap:18px}.event-main .lead{max-width:760px;margin:0;color:var(--ink);font-size:18px;font-weight:500;line-height:1.55}.event-description{max-width:760px;margin:0;color:var(--muted);line-height:1.65;white-space:pre-wrap}.event-sidebar{display:grid;grid-gap:20px;gap:20px}.event-facts{display:grid;grid-gap:14px;gap:14px}.event-fact{display:grid;grid-gap:6px;gap:6px;border-bottom:1px solid var(--hair);padding-bottom:14px}.event-fact:last-child{border-bottom:0;padding-bottom:0}.event-fact span{color:var(--faint);font-size:12px;font-weight:700;text-transform:uppercase}.event-fact strong{color:var(--ink);font-size:16px;line-height:1.35}.attendance-options,.event-actions{display:grid;grid-gap:10px;gap:10px}.attendance-form{display:grid;grid-gap:14px;gap:14px;border-top:1px solid var(--hair);padding-top:16px}.attendance-copy{display:grid;grid-gap:5px;gap:5px}.attendance-copy h2{margin:0;font-size:18px;line-height:1.2}.attendance-copy p{margin:0;color:var(--muted);font-size:14px;line-height:1.45}.attendance-toggle{width:100%}.attendance-toggle.active{border-color:var(--primary-strong);background:var(--primary-strong);color:var(--on-primary)}.auth-page{display:grid;min-height:620px;place-items:center;padding:52px 0}.auth-panel{display:grid;width:min(100%,480px);grid-gap:18px;gap:18px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:28px;box-shadow:0 16px 40px rgb(31 160 140/10%)}.auth-heading{display:grid;grid-gap:8px;gap:8px}.auth-heading h1{margin:0;font-size:34px;font-weight:800;line-height:1.1}.auth-error,.auth-heading p,.auth-preparing p{margin:0}.auth-heading p,.auth-preparing p{color:var(--muted)}.auth-form{display:grid;grid-gap:10px;gap:10px}.auth-preparing{display:grid;grid-gap:5px;gap:5px;border:1px solid var(--border);border-radius:var(--radius);background:var(--paper);padding:16px}.auth-preparing strong{font-family:var(--font-heading),sans-serif;font-size:17px}.site-footer{border-top:1px solid var(--hair);background:var(--surface)}.site-footer-inner{display:grid;grid-template-columns:minmax(240px,1fr) auto auto;align-items:start;grid-gap:48px;gap:48px;padding:40px 0}.footer-brand{display:grid;grid-gap:12px;gap:12px}.footer-brand p{max-width:420px;margin:0;color:var(--muted);font-size:14px}.footer-markets,.footer-nav{display:grid;grid-gap:8px;gap:8px;color:var(--muted);font-size:14px;font-weight:600}.footer-markets a,.footer-nav a{display:inline-flex;min-height:32px;align-items:center}.footer-markets a:hover,.footer-markets a[aria-current=page],.footer-nav a:hover{color:var(--primary-strong)}.footer-legal-row{display:flex;grid-column:1/-1;align-items:flex-start;justify-content:space-between;gap:24px;border-top:1px solid var(--hair);padding-top:24px;color:var(--faint);font-size:13px;font-weight:600}.footer-legal-row p{margin:0}.footer-legal-row nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 18px}.footer-legal-row a:hover{color:var(--primary-strong)}.legal-page{padding:52px 0 72px}.legal-hero{display:grid;max-width:780px;grid-gap:14px;gap:14px;padding-bottom:42px}.legal-hero.compact{max-width:720px;padding-bottom:34px}.legal-eyebrow,.legal-section-heading p{margin:0;color:var(--primary-strong);font-family:var(--font-heading),sans-serif;font-size:12px;font-weight:700;line-height:1.4;text-transform:uppercase}.legal-eyebrow{display:inline-flex;align-items:center;gap:9px}.legal-eyebrow:before{width:8px;height:8px;border-radius:50%;background:var(--accent);content:""}.legal-hero h1{margin:0;font-size:44px;font-weight:800;line-height:1.05}.legal-lead{margin:0;color:var(--muted);font-size:18px;font-weight:500;line-height:1.55}.legal-updated{margin:4px 0 0;color:var(--faint);font-size:13px;font-weight:600}.legal-layout{display:grid;grid-template-columns:230px minmax(0,1fr);grid-gap:64px;gap:64px;align-items:start}.legal-index{position:-webkit-sticky;position:sticky;top:96px;display:grid;grid-gap:14px;gap:14px;border-left:3px solid var(--accent);padding:3px 0 3px 18px}.legal-index>p{margin:0;color:var(--faint);font-family:var(--font-heading),sans-serif;font-size:12px;font-weight:700;text-transform:uppercase}.legal-index nav{display:grid;grid-gap:4px;gap:4px}.legal-index a{display:grid;min-height:44px;grid-template-columns:22px minmax(0,1fr);align-items:center;grid-gap:9px;gap:9px;border-radius:var(--radius);color:var(--muted);padding:7px 8px;font-size:14px;font-weight:700;line-height:1.3}.legal-index a:hover{background:var(--primary-soft);color:var(--primary-strong)}.legal-content{display:grid;min-width:0}.legal-section{display:grid;scroll-margin-top:96px;grid-template-columns:minmax(180px,.36fr) minmax(0,1fr);grid-gap:36px;gap:36px;border-top:1px solid var(--border);padding:42px 0 52px}.legal-section:first-child{padding-top:0;border-top:0}.legal-section-heading{display:grid;height:-moz-fit-content;height:fit-content;grid-template-columns:44px minmax(0,1fr);grid-gap:13px;gap:13px;align-items:start}.legal-section-icon{display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--border);border-radius:var(--radius);background:var(--primary-soft);color:var(--primary-strong)}.legal-section-heading h2{margin:4px 0 0;font-size:26px;font-weight:700;line-height:1.15}.legal-copy,.legal-deletion-sections>section{display:grid;min-width:0;grid-gap:18px;gap:18px}.legal-copy>p,.legal-deletion-sections p{margin:0;color:var(--muted);line-height:1.7}.legal-list-group{display:grid;grid-gap:10px;gap:10px;margin:8px 0}.legal-list-group h3{margin:0;font-size:18px;font-weight:700;line-height:1.3}.legal-list{display:grid;grid-gap:0;gap:0;margin:0;padding:0;list-style:none}.legal-list li{position:relative;display:grid;grid-gap:4px;gap:4px;border-top:1px solid var(--hair);padding:14px 0 14px 22px}.legal-list li:before{position:absolute;top:23px;left:3px;width:7px;height:7px;border-radius:50%;background:var(--accent);content:""}.legal-list li strong{font-family:var(--font-heading),sans-serif;font-size:15px;line-height:1.35}.legal-list li span{color:var(--muted);line-height:1.65}.legal-list.ordered{counter-reset:legal-step}.legal-list.ordered li{min-height:62px;padding-left:52px;counter-increment:legal-step}.legal-list.ordered li:before{top:14px;display:grid;width:34px;height:34px;place-items:center;border-radius:var(--radius);background:var(--primary-soft);color:var(--primary-strong);content:counter(legal-step,decimal-leading-zero);font-family:var(--font-heading),sans-serif;font-size:12px;font-weight:700}.legal-resource-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.legal-resource-link{display:inline-flex;min-height:44px;align-items:center;gap:7px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:9px 12px;color:var(--primary-strong);font-size:14px;font-weight:700;line-height:1.3}.legal-resource-link:hover{border-color:var(--primary);background:var(--primary-soft)}.legal-deletion-page>.back-link{margin-bottom:20px}.legal-deletion-document{width:min(860px,100%);margin:0 auto}.legal-deletion-sections{display:grid;grid-gap:0;gap:0}.legal-deletion-sections>section{border-top:1px solid var(--border);padding:34px 0}.legal-deletion-sections h2{margin:0 0 4px;font-size:26px;line-height:1.15}.legal-contact-callout{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:14px;gap:14px;align-items:center;border:1px solid var(--primary);border-radius:var(--radius);background:var(--primary-soft);padding:18px;color:var(--primary-strong)}.legal-contact-callout div{display:grid}.legal-contact-callout a{width:-moz-fit-content;width:fit-content;font-size:14px;text-decoration:underline;text-underline-offset:3px}.cookie-note-spacer{height:112px}.cookie-note{position:fixed;z-index:45;right:20px;bottom:20px;left:20px;display:flex;width:min(920px,calc(100% - 40px));min-height:76px;align-items:center;justify-content:space-between;gap:24px;margin:0 auto;border:1px solid var(--primary);border-radius:var(--radius);background:var(--ink);box-shadow:0 18px 50px rgb(30 51 48/22%);color:var(--on-primary);padding:16px 18px}.cookie-note p{max-width:720px;margin:0;font-size:14px;line-height:1.5}.cookie-note-actions{display:flex;flex:0 0 auto;align-items:center;gap:8px}.cookie-note-actions>a{display:inline-flex;min-height:44px;align-items:center;padding:0 10px;color:var(--accent);font-family:var(--font-heading),sans-serif;font-size:14px;font-weight:700}.cookie-note-actions>a:hover{color:var(--on-primary)}.cookie-note-dismiss{display:grid;width:44px;height:44px;place-items:center;border:1px solid rgb(255 255 255/30%);border-radius:var(--radius);background:transparent;color:var(--on-primary)}.cookie-note-dismiss:hover{border-color:var(--accent);color:var(--accent)}.mobile-nav{display:none}@media (max-width:900px){.site-header-inner{gap:14px}.primary-nav{gap:0}.nav-link{padding:0 7px}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-hero{grid-template-columns:1fr;padding-bottom:22px}.next-events-panel{display:none}.event-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.event-layout{grid-template-columns:1fr}.site-footer-inner{grid-template-columns:minmax(0,1fr) auto}.footer-brand{grid-column:1/-1}.legal-layout{grid-template-columns:200px minmax(0,1fr);gap:36px}.legal-section{grid-template-columns:1fr;gap:22px}}@media (max-width:620px){html{scroll-padding-bottom:calc(72px + env(safe-area-inset-bottom))}.app-frame{padding-bottom:calc(72px + env(safe-area-inset-bottom))}.page-shell,.site-footer-inner,.site-header-inner{width:min(100% - 24px,1120px)}.site-header-inner{min-height:64px;grid-template-columns:auto 1fr;gap:10px}.brand-name,.primary-nav{display:none}.brand-tile{width:38px;height:38px;flex-basis:38px}.brand,.market-link{min-height:44px}.shell-actions{min-width:0;justify-content:flex-end;gap:8px}.market-toggle{min-height:44px}.market-link{min-width:38px}.auth-sign-in{padding:0 12px}.hero{gap:16px;padding:36px 0 24px}.event-main h1,.hero h1{font-size:34px}.hero p{font-size:17px}.home-hero{gap:16px;padding:34px 0 18px}.home-hero-copy{gap:15px}.home-hero h1{font-size:34px}.home-hero-intro{font-size:17px}.home-hero .hero-actions,.home-hero .hero-actions .button{width:100%}.section{padding:34px 0}.home-section{scroll-margin-top:76px;padding:30px 0}.section-head{align-items:flex-start;flex-direction:column;gap:14px}.section-head h2{font-size:26px}.event-card-grid{grid-template-columns:1fr}.event-card,.home-empty-card{min-height:0;padding:18px}.home-feed-item{grid-template-columns:36px minmax(0,1fr);gap:12px;padding:16px}.home-feed-marker{width:36px;height:36px}.home-cta-band{grid-template-columns:1fr;gap:20px;margin:30px 0 38px;padding:24px 20px}.home-cta-band h2{font-size:26px}.home-cta-action{width:100%}.section-header{align-items:flex-start;flex-direction:column}.section-header h1,.section-header h2{font-size:26px}.dashboard-header .button,.dashboard-header form{width:100%}.grid,.profile-card,.settings-grid{grid-template-columns:1fr}.card,.event-main,.event-sidebar,.settings-form{padding:18px}.event-detail{padding-top:22px}.auth-page{min-height:520px;padding:28px 0 40px}.auth-panel{padding:22px}.site-footer-inner{grid-template-columns:1fr;gap:24px;padding:32px 0}.footer-brand{grid-column:auto}.footer-legal-row{align-items:flex-start;flex-direction:column;gap:14px}.footer-legal-row nav{justify-content:flex-start}.footer-legal-row a,.footer-markets a,.footer-nav a{display:inline-flex;min-height:44px;align-items:center}.legal-page{padding:36px 0 52px}.legal-hero,.legal-hero.compact{gap:12px;padding-bottom:28px}.legal-hero h1{font-size:34px}.legal-lead{font-size:17px}.legal-layout{grid-template-columns:1fr;gap:34px}.legal-index{position:static;border-left:0;border-top:3px solid var(--accent);padding:14px 0 0}.legal-index nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.legal-section{scroll-margin-top:76px;padding:34px 0 42px}.legal-deletion-sections h2,.legal-section-heading h2{font-size:24px}.legal-resource-link,.legal-resource-links{width:100%}.legal-resource-link{justify-content:space-between}.legal-deletion-page>.back-link{margin-bottom:10px}.legal-list.ordered li{padding-left:48px}.cookie-note-spacer{height:194px}.cookie-note{right:12px;bottom:calc(72px + env(safe-area-inset-bottom) + 10px);left:12px;display:grid;width:calc(100% - 24px);min-height:0;grid-gap:10px;gap:10px;padding:14px}.cookie-note-actions{justify-content:space-between}.mobile-nav{position:fixed;z-index:40;right:0;bottom:0;left:0;display:grid;min-height:64px;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--border);background:rgb(255 255 255/97%);padding:4px 12px calc(4px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-nav-link{position:relative;display:grid;min-width:0;min-height:56px;place-items:center;align-content:center;grid-gap:2px;gap:2px;border-radius:var(--radius);color:var(--muted);font-size:11px;font-weight:600;line-height:1.2;text-align:center}.mobile-nav-link.active{color:var(--primary-strong)}.mobile-nav-link.active:before{position:absolute;top:5px;left:calc(50% + 10px);width:6px;height:6px;border-radius:50%;background:var(--accent);content:""}}@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.card-link:hover,.event-card:hover{transform:translateY(-2px)}}@media (max-width:390px){.auth-label{display:none}.auth-sign-in{width:44px;padding:0}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important}}@font-face{font-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.p.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:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-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:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.p.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:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-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:Outfit;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.p.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:Outfit;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-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:Outfit Fallback;src:local("Arial");ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.00%;size-adjust:99.82%}.__className_d7b7d6{font-family:Outfit,Outfit Fallback;font-style:normal}.__variable_d7b7d6{--font-heading:"Outfit","Outfit Fallback"}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-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:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-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:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-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:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.p.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:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-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:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-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:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-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:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-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:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.p.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:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.p.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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-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:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-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:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-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:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-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:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.p.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:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-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:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_a5ca84{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_a5ca84{--font-body:"Manrope","Manrope Fallback"}