@import url(https://fonts.googleapis.com/css2?family=Cousine&family=Raleway:wght@900&display=swap);:root{--font-heading:"Raleway",sans-serif;--font-body:"Cousine",monospace;--font-size-h1:clamp(2.5rem,6vw,6.25rem);--font-size-h2:clamp(1rem,2vw,1.5rem);--font-size-h3:clamp(1.25rem,2.5vw,1.75rem);--font-size-p:clamp(1rem,1.6vw,1.2rem);--font-size-button:clamp(0.875rem,1.2vw,1rem);--color-background:#fff;--color-text:#000;--color-accent:tomato;--color-accent-hover:#ff69b4;--color-cta-bg:#ffc853;--color-cta-text:#000;--spacing-section-padding:clamp(2rem,5vw,4rem) clamp(1rem,3vw,2rem);--spacing-button-padding:0.75rem 2rem;--border-radius:4px;--container-max:1200px;--container-pad:clamp(1rem,3vw,2rem)}*{box-sizing:border-box;margin:0;padding:0}html{font-size:100%;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--color-background);color:#000;color:var(--color-text);font-family:Cousine,monospace;font-family:var(--font-body);font-size:clamp(1rem,1.6vw,1.2rem);font-size:var(--font-size-p);line-height:1.6}.heading-1,h1{font-size:clamp(2.5rem,6vw,6.25rem);font-size:var(--font-size-h1);line-height:1.1;margin-bottom:clamp(1rem,3vw,2rem)}.heading-1,.heading-2,h1,h2{color:#000;color:var(--color-text);font-family:Raleway,sans-serif;font-family:var(--font-heading);font-weight:900}.heading-2,h2{font-size:clamp(1rem,2vw,1.5rem);font-size:var(--font-size-h2);line-height:1.2;margin-bottom:clamp(.75rem,2.2vw,2rem)}.heading-3,h3{color:#000;color:var(--color-text);font-family:Raleway,sans-serif;font-family:var(--font-heading);font-size:clamp(1.25rem,2.5vw,1.75rem);font-size:var(--font-size-h3);font-weight:900;line-height:1.25;margin-bottom:clamp(.5rem,2vw,1.5rem)}.body-text,li,p,span{color:#000;color:var(--color-text);font-size:clamp(1rem,1.6vw,1.2rem);font-size:var(--font-size-p);font-weight:400;margin-bottom:clamp(.75rem,2vw,2rem)}.body-text,.btn,button,li,p,span{font-family:Cousine,monospace;font-family:var(--font-body)}.btn,button{background-color:tomato;background-color:var(--color-accent);border:none;border-radius:4px;border-radius:var(--border-radius);color:#fff;cursor:pointer;font-size:clamp(.875rem,1.2vw,1rem);font-size:var(--font-size-button);font-weight:600;letter-spacing:.5px;padding:.75rem 2rem;padding:var(--spacing-button-padding);text-transform:uppercase;transition:background-color .25s ease}.btn:hover,button:hover{background-color:#ff69b4;background-color:var(--color-accent-hover)}.btn:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid tomato;outline:2px solid var(--color-accent);outline-offset:2px}a{color:tomato;color:var(--color-accent);text-decoration:none}a:hover{color:#ff69b4;color:var(--color-accent-hover);text-decoration:underline}img{display:block;max-width:100%}input,select,textarea{background-color:#fff;background-color:var(--color-background);border:1px solid #ccc;border-radius:4px;border-radius:var(--border-radius);color:#000;color:var(--color-text);font-family:Cousine,monospace;font-family:var(--font-body);font-size:clamp(1rem,1.6vw,1.2rem);font-size:var(--font-size-p);padding:.6rem .75rem}.text-center{text-align:center}.container{max-width:1200px;max-width:var(--container-max);padding:0 clamp(1rem,3vw,2rem);padding:0 var(--container-pad)}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.container{max-width:1400px;padding:0 2rem}.header{--header-height:72px;background:var(--color-background);border-bottom:1px solid #fff;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header__inner{justify-content:space-between;margin:0 auto;max-width:1600px;padding:.75rem 2rem}.header__brand,.header__inner{align-items:center;display:flex}.header__brand{cursor:pointer}.header__logo-img{height:60px}.header__nav{align-items:center;display:flex;gap:1.5rem}.header__link{color:var(--color-text);padding:.5rem .25rem;text-decoration:none}.header__button{margin-left:.5rem}.header__profile-container{position:relative}.header__profile-icon{border-radius:999px;color:#fff;cursor:pointer;display:grid;font-weight:700;height:36px;place-items:center;-webkit-user-select:none;user-select:none;width:36px}.header__burger{background:#0000;border:none;cursor:pointer;display:none;height:42px;padding:0;width:42px;z-index:1002}.header__burger span{background:var(--color-text);display:block;height:2px;margin:7px 0;transition:transform .25s ease,opacity .25s ease}.header__burger.is-open span:first-child{transform:translateY(9px) rotate(45deg)}.header__burger.is-open span:nth-child(2){opacity:0}.header__burger.is-open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.mobile-nav{background:var(--color-background);border-bottom:1px solid #0000000f;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:var(--header-height);transform:translateY(-8px);transition:opacity .25s ease,transform .25s ease;z-index:1001}.mobile-nav.open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-nav__links{grid-gap:.75rem;display:grid;gap:.75rem;padding:1rem 2rem 1.5rem}.mobile-nav__links a{color:var(--color-text);display:block;padding:.5rem 0;text-decoration:none}.mobile-nav__auth{grid-gap:.5rem;display:grid;gap:.5rem;margin-top:.5rem}.mobile-btn{background:#f6f6f6;border:none;border-radius:var(--border-radius);color:var(--color-text);cursor:pointer;padding:.6rem .75rem;text-align:left;width:100%}.mobile-btn:hover{background:#eaeaea}.mobile-overlay{background:#00000040;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .2s ease;z-index:999}.mobile-overlay.open{opacity:1;pointer-events:auto}@media (max-width:900px){.header__nav{display:none}.header__burger{display:inline-block}}.profile-menu{background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #00000026;position:absolute;right:20px;top:60px;width:180px;z-index:1000}.profile-menu__header{background-color:#f8f8f8;border-bottom:1px solid #eee;border-radius:8px 8px 0 0;font-weight:700;padding:1rem;text-align:center}.profile-menu__list{list-style:none;margin:0;padding:0}.profile-menu__list li{cursor:pointer;padding:.75rem 1rem;transition:background-color .2s ease}.profile-menu__list li:hover{background-color:#f5f5f5}.hero{margin:0 auto;max-width:1200px;padding:4rem 2rem 6rem}.hero__grid{grid-gap:7rem;align-items:center;display:grid;gap:7rem;grid-template-columns:1fr 1fr;margin-bottom:6rem;margin-top:6rem}.hero__left{text-align:left}.hero__right{text-align:right}.hero__searchbar{margin-bottom:2.5rem;position:relative;z-index:3}@media (max-width:768px){.hero{padding:2rem 1rem 3rem}.hero__grid{gap:2rem;grid-template-columns:1fr;margin-bottom:1.5rem;margin-top:1.5rem}.hero__grid,.hero__right{text-align:center}.hero__searchbar{margin-bottom:2rem;margin-top:1rem;width:100%}}.search-wrap{background:#fff;background:var(--color-light,#fff);border-radius:12px;border-radius:var(--border-radius,12px);box-shadow:0 10px 30px #00000014;box-shadow:var(--box-shadow,0 10px 30px #00000014);left:50%;margin-top:-25px;max-width:1100px;max-width:var(--content-width-inner,1100px);padding:20px;position:absolute;transform:translateX(-50%);width:100%}.search-form{display:flex;flex-direction:column}@media screen and (min-width:768px){.search-form{flex-direction:row;gap:0 20px;justify-content:space-between}}.search-form>:not(input[type=submit]){margin-bottom:20px;width:100%}@media screen and (min-width:768px){.search-form>:not(input[type=submit]){flex:1 1;margin-bottom:0}}.search-field input,.search-field select{background:#fff;border:1px solid #ccc;border-radius:12px;border-radius:var(--border-radius,12px);box-sizing:border-box;font-size:1rem;height:44px;padding:8px 12px;width:100%}.search-field select option:first-of-type{color:#999}.search-submit{background:tomato;border:none;border-radius:12px;border-radius:var(--border-radius,12px);color:#fff;cursor:pointer;font-weight:600;height:44px;padding:0 20px;white-space:nowrap}.search-submit:disabled{cursor:default;opacity:.7}.search-submit:hover:not(:disabled){background:#e5533d}.hero{background-color:#fff;padding:1rem}.hero__content{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-areas:"title subtitle" "search search";grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:2rem}.hero__title{color:#000;grid-area:title;text-align:left}.hero__subtitle{color:#333;font-family:var(--font-body);font-size:var(--font-size-h2);grid-area:subtitle;text-align:left}.hero__search{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;grid-area:search;justify-content:center}.hero__input{border:1px solid #ccc;border-radius:4px;flex:1 1 200px;min-width:200px;padding:.75rem 1rem}.hero__button{background-color:tomato;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.75rem 1.5rem;transition:background-color .3s ease}.hero__button:hover{background-color:#ff69b4}@media (max-width:768px){.hero__content{grid-template-areas:"title" "subtitle" "search";grid-template-columns:1fr}.hero__content,.hero__subtitle,.hero__title{text-align:center}}.upcoming-events{background:#ffc853;padding:4rem 2rem}.upcoming-events__header{align-items:center;display:flex;justify-content:space-between;margin:0 auto 1rem;max-width:1400px}.upcoming-events__title{font-family:var(--font-heading);font-size:clamp(1.75rem,2.5vw,2.25rem);font-weight:900;margin:0}.upcoming-events__controls{display:flex;gap:.5rem}.ue-nav{background:#fff;border:1px solid #ddd;border-radius:999px;cursor:pointer;font-size:1.25rem;height:40px;line-height:1;width:40px}.ue-nav:hover{background:#f7f7f7}.upcoming-events__carousel{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);grid-template-columns:repeat(var(--ue-cols,3),1fr);margin:0 auto;max-width:1400px}.ue-slide{display:block}.ue-dots{display:flex;gap:8px;justify-content:center;margin-top:1rem}.ue-dot{background:#ddd;border:none;border-radius:999px;cursor:pointer;height:8px;width:8px}.ue-dot.active{background:#555}.upcoming-events__grid{align-items:stretch}@media (max-width:639px){.upcoming-events__carousel{--ue-cols:2}}@media (min-width:640px) and (max-width:1023px){.upcoming-events__carousel{--ue-cols:3}}@media (min-width:1024px){.upcoming-events__carousel{--ue-cols:5}}@media (max-width:640px){.upcoming-events{margin-top:1rem}}.event-card{background:#fff;border-radius:6px;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .2s ease}.event-card:hover{transform:translateY(-4px)}.event-card__image-wrapper{flex:0 0 180px;height:180px;overflow:hidden;position:relative;width:100%}.event-card__image{height:100%;object-fit:cover;width:100%}.event-card__category-badge{background-color:tomato;border-radius:4px;color:#fff;font-size:.9rem;font-weight:700;left:10px;padding:.3rem .75rem;position:absolute;top:10px}.event-card__content{display:flex;flex:1 1;flex-direction:column;gap:.35rem;padding:1rem}.event-card__title{font-size:1.4rem;font-weight:700;height:2.5em;line-height:1.2;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-card__location{color:#444;font-size:.95rem}.event-card__date{color:#666;font-size:.95rem;margin-top:auto}@media (max-width:480px){.event-card__image-wrapper{flex-basis:150px;height:150px}.event-card__content{padding:.85rem}}.triple-cta{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr;margin:0 auto;max-width:1200px;max-width:var(--content-width,1200px);padding:clamp(2rem,5vw,8rem) 1rem;width:100%}@media (min-width:768px){.triple-cta{gap:24px;grid-template-columns:repeat(3,1fr);padding:clamp(3rem,6vw,8rem) 2rem}}.cta-block,.cta-col{display:flex}.cta-block{background:#fff;background:var(--color-light,#fff);border-radius:16px;border-radius:var(--border-radius,16px);box-shadow:0 8px 28px #0000000f;box-shadow:var(--box-shadow,0 8px 28px #0000000f);flex-direction:column;gap:12px;min-height:auto;padding:clamp(16px,2.5vw,24px)}@media (min-width:768px){.cta-block{min-height:260px}}.cta--primary{background:#ffc853;background:var(--color-primary,#ffc853)}.cta--secondary{background:tomato;background:var(--color-secondary,tomato);color:#fff}.cta--pink{background:#ff69b4;background:var(--color-pink,#ff69b4);color:#fff}.cta-heading{font-family:inherit;font-family:var(--font-heading,inherit);font-size:clamp(1.125rem,2.2vw,1.5rem);line-height:1.25;text-align:left}.cta-text{font-family:inherit;font-family:var(--font-body,inherit);font-size:clamp(.95rem,1.6vw,1.05rem);line-height:1.6;text-align:left}.cta-actions{display:flex;justify-content:flex-end;margin-top:auto}@media (max-width:767px){.cta-actions{justify-content:flex-start;margin-top:8px}}.cta-btn{-webkit-appearance:none;appearance:none;background:#000;border:none;border-radius:12px;border-radius:var(--border-radius,12px);color:#fff;cursor:pointer;font-size:15px;padding:10px 16px;transition:transform .08s ease,opacity .2s ease}.cta-btn:hover{opacity:.9}.cta-btn:active{transform:translateY(1px)}.discover{background-color:#fff;padding:4rem 2rem;text-align:center}.discover__title{color:#000;margin-bottom:2rem}.discover__grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:0 auto 2rem;max-width:1000px}.discover__card{border-radius:8px;color:#fff;cursor:pointer;padding:2rem 1rem;transition:transform .2s ease}.discover__card:hover{transform:scale(1.05)}.discover__button{background-color:tomato;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.75rem 2rem;transition:background-color .3s ease}.discover__button:hover{background-color:#ff69b4}.categories-overlay{background-color:#000000bf;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.categories-modal{background-color:#fff;border-radius:8px;box-sizing:border-box;left:50%;max-height:90vh;max-width:800px;outline:none;overflow-y:auto;padding:2rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:90%}.categories-modal__close{background-color:initial;border:none;cursor:pointer;float:right;font-size:1.25rem}.categories-modal__grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-top:2rem}.categories-modal__card{border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:2rem 1rem;text-align:center}.what-is-this{background-color:#ffc853;color:#000;padding:4rem 2rem;text-align:center}.what-is-this__content{margin:0 auto;max-width:800px}.what-is-this__title{margin-bottom:1rem}.what-is-this__subtitle{color:#333;margin-bottom:2rem}.what-is-this__button{background-color:tomato;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.75rem 2rem;transition:background-color .3s ease}.what-is-this__button:hover{background-color:#ff69b4}.footer{background-color:#000;color:#fff;font-size:.95rem;padding:3rem 2rem 2rem}.footer__content{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto 2rem;max-width:1200px}.footer__column{flex:1 1 250px;min-width:200px}.footer__heading{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.footer__list{list-style:none;margin:0;padding:0}.footer__list li{margin-bottom:.5rem}.footer__list a{color:#fff;text-decoration:underline;transition:color .3s ease}.footer__list a:hover{color:tomato}.footer__cta p{margin:0 0 1rem}.footer__signup{background-color:tomato;border-radius:4px;color:#fff;font-weight:700;padding:.5rem 1.25rem;text-decoration:none;transition:background-color .3s ease}.footer__signup:hover{background-color:#ff69b4}.footer__bottom{align-items:center;border-top:1px solid #333;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1200px;padding-top:1rem}.footer__links a{color:#fff;margin-left:1rem;text-decoration:underline;transition:color .3s ease}.footer__links a:hover{color:tomato}@media (max-width:600px){.footer__content{flex-direction:column;gap:1.5rem}.footer__bottom{flex-direction:column;gap:.5rem}}.modal-overlay{bottom:0;right:0;z-index:1000}.modal-content{border-radius:10px;box-shadow:0 6px 30px #0003;max-width:500px;padding:2rem;position:relative;width:90%;z-index:1001}.modal-content input,.modal-content select{border:1px solid #ccc;border-radius:6px;font-size:1rem;margin-bottom:1rem;padding:.75rem 1rem;width:100%}.modal-content button{background-color:tomato;background-color:var(--color-accent,tomato);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem}.modal-content button:hover{background-color:#e5533c}.switch-modal{color:var(--color-accent);display:block;font-size:.9rem;margin-top:1rem;text-align:center;text-decoration:none}.switch-modal:hover{text-decoration:underline}.joinus-overlay{align-items:center;background-color:#000000bf;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.joinus-modal{background-color:#fff;border-radius:8px;box-shadow:0 8px 16px #00000040;display:flex;flex-direction:column;gap:1.5rem;margin:auto;max-width:500px;outline:none;padding:2rem;width:90%}.joinus-modal__content{align-items:center;display:flex;flex-direction:column;width:100%}.joinus-modal__title{color:#000;color:var(--color-text,#000);font-family:var(--font-heading);font-size:2rem;font-size:var(--font-size-h2,2rem);font-weight:900;margin-bottom:.5rem;text-align:center}.joinus-modal__subtitle{color:#333;color:var(--color-text,#333);font-family:var(--font-body);font-size:1rem;margin-bottom:1.5rem;text-align:center}.joinus-modal__form{display:flex;flex-direction:column;gap:1rem;width:100%}.joinus-modal__form input,.joinus-modal__form select{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-family:var(--font-body);font-size:1rem;padding:.75rem 1rem;width:100%}.joinus-modal__button{background-color:#ffc853;background-color:var(--color-cta-bg,#ffc853);border:none;border-radius:4px;color:#000;color:var(--color-cta-text,#000);cursor:pointer;font-weight:700;padding:.75rem 2rem;transition:background-color .3s ease}.joinus-modal__button:hover{background-color:tomato;background-color:var(--color-accent,tomato);color:#fff}.joinus-modal__switch{background:none;border:none;color:#000;color:var(--color-text,#000);cursor:pointer;font-size:.95rem;margin-top:.5rem;padding:0;text-decoration:underline}.joinus-modal__note,.login-modal__note{color:#666;display:block;font-size:.7rem;margin-top:.5rem}.login-overlay{align-items:center;background-color:#000000bf;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.login-modal{background-color:#fff;border-radius:8px;box-shadow:0 8px 16px #00000040;display:flex;flex-wrap:wrap;margin:auto;max-width:800px;outline:none;padding:2rem;width:90%}.login-modal__content{align-items:flex-start;display:flex;flex:1 1;flex-wrap:wrap;gap:2rem;justify-content:space-between;width:100%}.login-modal__form{flex:1 1 300px;min-width:250px}.login-modal__title{color:#000;font-size:2rem;font-weight:700;margin-bottom:1rem}.login-modal__form input{border:1px solid #ccc;border-radius:4px;margin-bottom:1rem;padding:.75rem;width:100%}.login-modal__button{background-color:#ffc853;border:none;border-radius:4px;color:#000;cursor:pointer;font-weight:700;padding:.75rem 2rem;transition:background-color .3s ease}.login-modal__button:hover{background-color:tomato;color:#fff}.login-modal__switch{background:none;border:none;color:#000;cursor:pointer;margin-top:.5rem;padding:0;text-decoration:underline}.login-modal__blob{align-items:center;background-color:#ff69b4;border-radius:2rem;color:#fff;display:flex;flex:1 1 200px;font-weight:700;justify-content:center;min-width:150px;padding:2rem;text-align:center}.login-modal__blob p{margin:0}@media (max-width:600px){.login-modal,.login-modal__content{align-items:center;flex-direction:column}.login-modal__blob{margin-top:1.5rem;width:100%}}.login-modal__error{color:red;margin-top:1rem;text-align:center}.add-event{background-color:#fff;border-radius:8px;margin:2rem auto;max-width:600px;padding:2rem}.add-event__form{display:flex;flex-direction:column;gap:1rem}.add-event__form button,.add-event__form input,.add-event__form select,.add-event__form textarea{border:1px solid #ccc;border-radius:4px;padding:.75rem}.add-event__form button{background-color:tomato;border:none;color:#fff;cursor:pointer;font-weight:700}.add-event__form button:hover{background-color:#ff69b4}.address-autocomplete input{border:1px solid #ccc;border-radius:4px;font-size:1rem;padding:.5rem;width:100%}.address-autocomplete{position:relative;width:100%}.autocomplete-results{background:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 2px 6px #0000001a;font-family:Inter,sans-serif;font-size:.95rem;left:0;line-height:1.5;margin-top:.3rem;max-height:200px;overflow-y:auto;padding:0;position:absolute;top:100%;z-index:999}.autocomplete-results li{cursor:pointer;list-style:none;padding:.5rem 1rem;transition:background .2s}.autocomplete-results li:hover{background-color:#f5f5f5}.event-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-top:2rem}.event-card{border:1px solid #ccc;padding:1.5rem}.event-card,.event-category-badge{border-radius:var(--border-radius)}.event-category-badge{background-color:var(--color-accent);color:#fff;margin-bottom:.75rem}.category-music{background-color:#f5d7eb;color:#a50064}.category-dance{background-color:#d7f5e8;color:#007b3e}.category-theater{background-color:#f5f0d7;color:#8a6d00}.event-title{font-size:var(--font-size-h3)}.event-description{color:var(--color-text)}.event-address,.event-contact,.event-date{color:var(--color-text);font-size:var(--font-size-p)}.event-link{font-weight:700}.search-page__content{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:2fr 3fr;margin:2rem 0;padding:0 2rem}@media (max-width:768px){.search-page__content{grid-template-columns:1fr}}.no-results-message{color:#666;font-size:1.2rem;margin:2rem 0;text-align:center}.no-results-message p{margin:.5rem 0}.event-list__grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.event-list__item.selected{border:2px solid var(--color-accent);box-shadow:0 4px 12px #0003}.event-card{background-color:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 6px #0000001a;cursor:pointer;padding:1rem;transition:box-shadow .2s ease}.event-card:hover{box-shadow:0 4px 12px #00000026}.event-card.selected{border:2px solid var(--color-accent);box-shadow:0 4px 12px #0003}.event-category-badge{background-color:#eee;border-radius:4px;display:inline-block;font-size:.85rem;margin-bottom:.5rem;padding:.25rem .5rem;text-transform:capitalize}.event-title{font-size:1.2rem;margin:.5rem 0}.event-description{color:#555;margin:.5rem 0}.event-address,.event-contact,.event-date{color:#666;font-size:.9rem;margin:.25rem 0}.event-link{color:var(--color-accent);display:inline-block;margin-top:.5rem;text-decoration:none}.event-link:hover{text-decoration:underline}.event-list__empty,.event-list__loading{font-size:1.1rem;padding:2rem;text-align:center}.event-list__card-wrapper{transition:transform .2s ease}.event-list__card-wrapper.selected{border-radius:10px;outline:2px solid var(--color-accent);transform:scale(1.02)}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.event-map{border-radius:10px;border-radius:var(--border-radius);box-shadow:0 2px 6px #0000001a;height:500px;overflow:hidden;width:100%}.popup-content{font-family:inherit;font-size:.95rem;line-height:1.3}.popup-title-link{color:#ff5733;font-weight:700;text-decoration:none}.popup-title-link:hover{text-decoration:underline}.event-results{padding:2rem 0}.event-results__container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.event-results__list{max-height:600px;overflow-y:auto;padding-right:1rem}.event-results__map{height:600px;min-height:600px;position:relative}@media (max-width:900px){.event-results__container{grid-template-columns:1fr}.event-results__list,.event-results__map{height:auto;max-height:none}}.spacer-banner{display:block;width:100%}.spacer-banner__inner{align-items:center;color:var(--color-text);display:flex;justify-content:center;min-height:inherit;text-align:center}.spacer-banner--peach{background:var(--color-cta-bg)}.spacer-banner--pink{background:#ff69b4;color:#fff}.spacer-banner--orange{background:tomato;color:#fff}.container{margin:0 auto;width:min(1100px,92%)}.profile-layout{grid-gap:24px;display:grid;gap:24px;grid-template-columns:320px 1fr;margin:32px auto 24px}.profile-card{background:#fff;border:1px solid #eee;border-radius:16px;box-shadow:0 2px 10px #0000000a;padding:20px}.profile-card h3{font-size:1.1rem;margin:0 0 12px}.grid-two{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.profile-card label{display:block;font-size:.95rem;font-weight:600;margin:10px 0 6px}.profile-card input,.profile-card textarea{border:1px solid #ddd;border-radius:10px;font-size:.95rem;outline:none;padding:10px 12px;width:100%}.profile-card input:focus,.profile-card textarea:focus{border-color:#ff6b50}.btn-primary{background:#ff6b50;border:none;border-radius:10px;color:#fff;cursor:pointer;margin-top:14px;padding:10px 16px}.btn-primary:hover{filter:brightness(.98)}.hint{color:#888;font-size:.85em;font-weight:400;margin-left:6px}.profile-saved{margin:0 auto 56px}.profile-saved h3{margin:8px 0 16px}.cards-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.empty-state{border:1px dashed #ddd;border-radius:14px;grid-column:1/-1;padding:32px;text-align:center}.empty-state .muted{color:#888;font-size:.95rem;margin-top:4px}.profile-image-uploader__row{align-items:center;display:flex;gap:16px}.profile-image-uploader__avatar{background:#fafafa;border:1px solid #eee;border-radius:999px;display:grid;height:120px;overflow:hidden;place-items:center;width:120px}.profile-image-uploader__avatar img{height:100%;object-fit:cover;width:100%}.profile-image-uploader__controls input[type=file]{display:block;margin-bottom:8px}@media (max-width:900px){.grid-two,.profile-layout{grid-template-columns:1fr}.cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.cards-grid{grid-template-columns:1fr}}.dashboard-stats{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:2rem 0}.dashboard-stats__card{background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 6px #0000001a;flex:1 1 200px;max-width:250px;padding:1.5rem 2rem;text-align:center;transition:transform .2s ease}.dashboard-stats__card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-4px)}.dashboard-stats__number{color:tomato;color:var(--color-accent,tomato);font-size:2rem;font-weight:700;margin-bottom:.5rem}.dashboard-stats__label{color:#333;font-size:1rem}.modal-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.modal-content{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000004d;max-width:90%;padding:20px;width:400px}.modal-content h2{margin-bottom:15px}.modal-content input,.modal-content textarea{border:1px solid #ddd;border-radius:4px;margin-bottom:10px;padding:8px;width:100%}.modal-actions{display:flex;gap:10px;justify-content:flex-end}.btn-save{background-color:#28a745;color:#fff}.btn-cancel,.btn-save{border:none;border-radius:4px;cursor:pointer;padding:8px 12px}.btn-cancel{background-color:#ccc}.about-story{background-color:var(--color-background);margin:0 auto;max-width:800px;padding:4rem 2rem}.about-story h2{color:var(--color-text);font-family:var(--font-heading);font-size:var(--font-size-h2);font-weight:900;margin-bottom:1rem}.about-story p{color:var(--color-text);font-family:var(--font-body);font-size:var(--font-size-p);line-height:1.6}.cta{background-color:#ffc853;color:#000;padding:4rem 2rem;text-align:center}.cta__content{margin:0 auto;max-width:800px}.cta__title{margin-bottom:1rem}.cta__subtitle{margin-bottom:2rem}.cta__button{background-color:tomato;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.75rem 2rem;transition:background-color .3s ease}.cta__button:hover{background-color:#ff69b4}.contact-page{padding:2rem}.contact-content{background-color:#fff8f0;border-radius:8px;box-shadow:0 4px 12px #0000001a;margin:2rem auto;max-width:600px;padding:2rem}.contact-content h2{font-size:2rem;margin-bottom:1rem}.contact-content p{color:#555;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{border:1px solid #ccc;border-radius:4px;font-family:inherit;padding:.75rem}.contact-form button{background-color:var(--color-accent);border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:700;padding:.75rem 2rem;transition:background-color .3s ease}.contact-form button:hover{background-color:var(--color-accent-hover)}.info-section{background-color:#ffc853;padding:4rem 1rem}.info-section-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr auto 1fr;margin:0 auto;max-width:1200px}.grid-column{text-align:left}.grid-center{align-items:center;display:flex;justify-content:center}.grid-symbol{font-size:4rem;font-weight:700}@media (max-width:768px){.info-section-grid{gap:2rem;grid-template-columns:1fr;text-align:center}.grid-column{text-align:center}}.info-tile-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding:3rem 1rem}.info-tile{background-color:#fff;border-radius:8px;padding:2rem;text-align:left}.info-tile:hover{transform:translateY(-5px)}.tile-icon{font-size:3rem;margin-bottom:1rem}.tile-heading{font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.tile-text{font-size:1rem;line-height:1.6}.signup-section{background-color:#ff6243;color:#fff;padding:4rem 1rem;text-align:center}.signup-heading{color:#ffc34d;font-size:3rem;font-weight:800;margin-bottom:2rem}.signup-form{display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:400px}.signup-form input,.signup-form select{border:none;border-radius:4px;font-size:1rem;padding:.75rem}.signup-form button{background-color:#ffc34d;border:none;border-radius:4px;color:#000;cursor:pointer;font-weight:700;padding:.75rem;transition:background-color .3s}.signup-form button:hover{background-color:#ffda80}.role-label{color:#fff;font-weight:600;margin-top:.5rem;text-align:left}.event-details-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:2fr 1.5fr 3fr;margin:0 auto;max-width:1400px;padding:2rem;text-align:left}.ed-image-wrap{aspect-ratio:4/3;background:#f6f6f6;border-radius:12px;overflow:hidden;position:relative}.ed-image-wrap img{display:block;height:100%;object-fit:cover;width:100%}.ed-badge{background:tomato;border-radius:999px;color:#fff;font-family:var(--font-body);font-size:.9rem;left:12px;opacity:.92;padding:6px 10px;position:absolute;top:12px}.ed-center{text-align:left}.ed-title{font-family:var(--font-heading);font-size:clamp(1.6rem,3.2vw,2.75rem);font-weight:900;line-height:1.2;margin-bottom:4rem}.ed-host{margin-bottom:1rem}.ed-ctas{align-items:center;display:flex;gap:30px;justify-content:center;margin-top:.75rem}.ed-calendar-btn{display:inline-flex}.ed-heart{background:#0000;border:1px solid #eee;border-radius:999px;cursor:pointer;display:grid;font-size:1.5rem;height:42px;line-height:1;place-items:center;width:42px}.ed-heart.animate-pop{transform:scale(1.1);transition:transform .14s ease}.ed-right{align-self:start;position:-webkit-sticky;position:sticky;text-align:left;top:12px}.ed-back{background:tomato;color:#fff;margin-bottom:1rem}.ed-info p{margin-bottom:.75rem}.ed-desc{margin-top:.5rem}@media (max-width:1023px){.event-details-grid{gap:1.5rem;grid-template-columns:1fr;padding:1.25rem}.ed-image-wrap{aspect-ratio:16/9}.ed-right{position:static}.ed-ctas{margin-bottom:.5rem}}.creator-events-page{margin:0 auto;max-width:1400px;padding:0 2rem}.creator-header{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:auto 1fr;margin:2rem 0 1rem}.creator-avatar{border-radius:50%;height:96px;object-fit:cover;width:96px}.creator-meta .creator-name{margin:0 0 .25rem}.creator-role{color:#666;margin:0 0 .75rem}.creator-bio{margin-bottom:.75rem}.creator-contact p{margin:0 0 .25rem}.creator-links a{margin-right:.75rem;text-decoration:underline}.creator-section-title{margin:2rem 0 1rem}.cookie-banner{inset-inline:0;bottom:0;opacity:0;pointer-events:none;position:fixed;transform:translateY(100%);transition:transform .3s ease,opacity .3s ease;z-index:1000}.cookie-banner--visible{opacity:1;transform:translateY(0)}.cookie-banner__inner{grid-gap:16px;background:#111;border-radius:12px;box-shadow:0 10px 30px #00000040;color:#fff;display:grid;gap:16px;grid-template-columns:1fr auto;margin:0 auto 16px;max-width:980px;padding:16px;pointer-events:auto}.cookie-banner__text>strong{display:block;font-family:inherit;font-family:var(--font-heading,inherit);margin-bottom:6px}.cookie-banner__text p{font-size:.95rem;line-height:1.5;margin:0}.cookie-banner__link{color:#ffd166;text-decoration:underline}.cookie-banner__actions{align-items:end;display:flex;gap:8px}.cookie-btn{-webkit-appearance:none;appearance:none;border:none;border-radius:8px;cursor:pointer;font-size:.95rem;padding:10px 14px;transition:transform 80ms ease,opacity .2s ease}.cookie-btn:active{transform:translateY(1px)}.cookie-btn--primary{background:tomato;background:var(--color-accent,tomato);color:#fff}.cookie-btn--primary:hover{opacity:.9}.cookie-btn--secondary{background:#2a2a2a;color:#fff}.cookie-btn--secondary:hover{opacity:.9}@media (max-width:640px){.cookie-banner__inner{grid-template-columns:1fr}.cookie-banner__actions{justify-content:flex-end}}@media (prefers-reduced-motion:reduce){.cookie-banner,.cookie-banner--visible{transition:none}}
/*# sourceMappingURL=main.b515e7f4.css.map*/