.ch-page{--ch-red:#c23838;--ch-red-hover:#a82e2e;--ch-black:#1a1a1a;--ch-gray-700:#3a3a3a;--ch-gray-500:#6b6b6b;--ch-gray-400:#8a8a8a;--ch-gray-200:#e2e2e2;--ch-gray-100:#f0f2f5;--ch-white:#fff;color:var(--ch-black);background:var(--ch-gray-100);min-height:100vh;padding-top:100px;overflow-x:hidden;font-family:var(--font-montserrat), "Montserrat", sans-serif!important;font-synthesis:auto!important;letter-spacing:normal!important;font-weight:400!important}.ch-navbar{z-index:100;background:var(--ch-white);border-bottom:1px solid var(--ch-gray-200);position:sticky;top:0}.ch-navbar-inner{justify-content:space-between;align-items:center;max-width:1024px;height:72px;margin:0 auto;padding:0 1rem;display:flex}.ch-logo{font-family:var(--font-montserrat), "Montserrat", sans-serif;color:var(--ch-black);letter-spacing:-.02em;flex-shrink:0;font-size:1.5rem;font-weight:700;text-decoration:none}.ch-logo-accent{color:var(--ch-red)}.ch-nav-links{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.ch-nav-links a{color:var(--ch-gray-500);font-size:.95rem;font-weight:400;text-decoration:none;transition:color .2s}.ch-nav-links a:hover{color:var(--ch-black)}.ch-nav-right{align-items:center;gap:1.25rem;display:flex}.ch-signin{color:var(--ch-black);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.ch-signin:hover{color:var(--ch-gray-500)}.ch-host-btn{background:var(--ch-red);color:var(--ch-white);cursor:pointer;border:none;border-radius:100px;padding:.625rem 1.5rem;font-size:.9rem;font-weight:600;transition:background .2s,transform .15s}.ch-host-btn:hover{background:var(--ch-red-hover);transform:translateY(-1px)}.ch-host-btn:active{transform:translateY(0)}.ch-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.ch-hamburger-line{background:var(--ch-black);border-radius:2px;width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.ch-hamburger-line.open:first-child{transform:translateY(7px)rotate(45deg)}.ch-hamburger-line.open:nth-child(2){opacity:0}.ch-hamburger-line.open:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.ch-mobile-menu{display:none}.ch-hero{max-width:1024px;margin:0 auto;padding:4.5rem 0 3.5rem}.ch-hero-content{justify-content:space-between;align-items:center;gap:3rem;display:flex}.ch-hero-text{flex:55%;max-width:680px}.ch-hero-title{font-family:var(--font-montserrat), "Montserrat", sans-serif;color:#3a3a3a;letter-spacing:-.02em;margin:0 0 1.25rem;font-size:clamp(2.75rem,5vw,4.5rem);font-weight:700;line-height:1.1}.ch-hero-subtitle{color:var(--ch-gray-400);max-width:600px;margin:0;font-size:clamp(1rem,1.4vw,1.25rem);line-height:1.65}.ch-hero-image-wrapper{flex:45%;justify-content:center;align-items:center;width:100%;max-width:480px;display:flex}.ch-hero-image{object-fit:contain;filter:drop-shadow(0 12px 28px #0c3f7614);width:100%;max-width:460px;height:auto;transition:transform .3s}.ch-hero-image:hover{transform:translateY(-4px)}.ch-featured{max-width:1024px;margin:0 auto;padding:0 1rem 4rem}.ch-featured-card{border-radius:12px;min-height:380px;display:flex;overflow:hidden}.ch-featured-text{background:var(--ch-black);color:var(--ch-white);flex-direction:column;flex:1;justify-content:flex-end;padding:3rem;display:flex}.ch-featured-label{letter-spacing:.12em;text-transform:uppercase;color:#ffffffa6;margin-bottom:1rem;font-size:.8rem;font-weight:600}.ch-featured-title{font-family:var(--font-montserrat), "Montserrat", sans-serif;margin:0 0 1rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1.2}.ch-featured-desc{color:#fff9;margin:0 0 1.5rem;font-size:.95rem;line-height:1.6}.ch-featured-meta{align-items:center;gap:.75rem;font-size:.9rem;font-weight:500;display:flex}.ch-featured-dot{background:var(--ch-red);border-radius:50%;width:6px;height:6px}.ch-featured-gradient{background:linear-gradient(135deg,#7ab8cc 0%,#c8a0b8 25%,#e08888 50%,#e8a070 75%,#f0a830 100%);flex:1}.ch-events{max-width:1024px;margin:0 auto;padding:2rem 0 4rem}.ch-events-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.ch-events-title{font-family:var(--font-montserrat), "Montserrat", sans-serif;letter-spacing:-.01em;margin:.75rem 0 0;padding-bottom:.5rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;position:relative}.ch-events-title:after{content:"";background-color:#0c3f76;border-radius:2px;width:2.5rem;height:3px;margin-top:.35rem;display:block}.ch-filter-pills{gap:.625rem;display:flex}.ch-filter-pill{border:1px solid var(--ch-gray-200);cursor:pointer;color:var(--ch-gray-500);background:0 0;border-radius:100px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:400;transition:all .2s}.ch-filter-pill:hover{border-color:var(--ch-gray-400);color:var(--ch-black)}.ch-filter-pill-active{border-color:var(--ch-black);color:var(--ch-black);font-weight:500}.ch-events-divider{background:var(--ch-gray-200);height:1px;margin:1.5rem 0 2.5rem}.ch-events-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;display:grid}.ch-event-card{cursor:pointer;background:var(--ch-white);border:1px solid var(--ch-gray-200);font-family:var(--font-montserrat), "Montserrat", sans-serif;will-change:transform;box-sizing:border-box;border-radius:16px;flex-direction:column;width:100%;min-width:0;height:100%;padding:.8rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.ch-event-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.ch-event-image-wrapper{aspect-ratio:4/3;border-radius:12px;flex-shrink:0;width:100%;margin-bottom:.85rem;position:relative;overflow:hidden}.ch-event-image{object-fit:cover;transition:transform .4s}.ch-event-card:hover .ch-event-image{transform:scale(1.05)}.ch-event-meta-row{justify-content:space-between;align-items:flex-start;gap:.5rem;min-height:2.8rem;margin-bottom:.5rem;display:flex}.ch-event-host{flex-direction:column;flex:1;align-items:flex-start;gap:.25rem;width:100%;min-width:0;display:flex}.ch-event-avatar{color:#9ca3af;background:linear-gradient(135deg,#e5e7eb,#d1d5db);border-radius:50%;flex-shrink:0;justify-content:center;align-items:flex-end;width:28px;height:28px;display:flex;position:relative;overflow:hidden}.ch-event-avatar svg{width:19px;height:19px}.ch-event-avatar-img{object-fit:cover}.ch-event-avatar-loading{background:linear-gradient(90deg,#e6e8ec 25%,#f2f4f7 50%,#e6e8ec 75%) 0 0/200% 100%;animation:1.4s ease-in-out infinite chShimmer}.ch-event-host-row{align-items:center;gap:.35rem;width:100%;min-width:0;max-width:100%;display:flex}.ch-event-host-icon{width:14px;height:14px;color:var(--ch-gray-400);flex-shrink:0}.ch-event-host-name{font-family:var(--font-montserrat), "Montserrat", sans-serif;color:var(--ch-gray-500);white-space:nowrap;text-overflow:ellipsis;width:100%;max-width:100%;font-size:.78rem;font-weight:600;overflow:hidden}.ch-image-loading{background:linear-gradient(90deg,#e6e8ec 25%,#f2f4f7 50%,#e6e8ec 75%) 0 0/200% 100%;justify-content:center;align-items:center;animation:1.4s ease-in-out infinite chShimmer;display:flex;position:absolute;inset:0}.ch-event-datetime{font-family:var(--font-montserrat), "Montserrat", sans-serif;text-align:center;flex-direction:column;flex-shrink:0;align-items:center;gap:.25rem;display:flex}.ch-event-card .ehm-cal-icon{border-width:1px;border-color:var(--ch-red);width:34px;height:34px}.ch-event-card .ehm-cal-month{background-color:var(--ch-red);padding:1px 0;font-size:7px}.ch-event-card .ehm-cal-day{color:var(--ch-black);font-size:11px;font-weight:700}.ch-event-date{font-family:var(--font-montserrat), "Montserrat", sans-serif;color:var(--ch-black);white-space:nowrap;font-size:.875rem;font-weight:500;display:block}.ch-event-time{font-family:var(--font-montserrat), "Montserrat", sans-serif;color:var(--ch-black);white-space:nowrap;font-size:.72rem;font-weight:600;display:block}.ch-event-title{font-family:var(--font-montserrat), "Montserrat", sans-serif;color:var(--ch-black);-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-word;overflow-wrap:break-word;-webkit-box-orient:vertical;width:100%;max-width:100%;margin:0;font-size:1.05rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.ch-event-card-desc{font-family:var(--font-montserrat), "Montserrat", sans-serif;color:var(--ch-gray-500);-webkit-line-clamp:3;line-clamp:3;text-overflow:ellipsis;word-break:break-word;overflow-wrap:break-word;-webkit-box-orient:vertical;max-width:100%;height:4.2em;min-height:4.2em;margin:0 0 .45rem;padding:0;font-size:.78rem;line-height:1.4;display:-webkit-box;overflow:hidden}.ch-event-card-desc *{font-size:inherit;font-weight:inherit;color:inherit;line-height:inherit;margin:0;padding:0;display:inline}.ch-event-desc{font-family:var(--font-montserrat), "Montserrat", sans-serif;color:var(--ch-gray-500);flex-direction:column;min-height:1.25rem;margin:0 0 .55rem;font-size:.8rem;line-height:1.35;display:flex;overflow:hidden}.ch-event-venue-line{color:var(--ch-gray-700);align-items:center;gap:.35rem;width:100%;min-width:0;max-width:100%;font-size:.78rem;font-weight:500;display:flex;overflow:hidden}.ch-event-venue-icon{color:var(--ch-red);flex-shrink:0}.ch-event-venue-text{white-space:nowrap;text-overflow:ellipsis;color:var(--ch-gray-700);flex:1;min-width:0;font-size:.78rem;font-weight:500;line-height:1.35;overflow:hidden}.ch-event-tag{font-family:var(--font-montserrat), "Montserrat", sans-serif;letter-spacing:.06em;text-transform:uppercase;border:1px solid #0000;border-radius:999px;align-self:flex-start;align-items:center;gap:.4rem;margin-top:auto;padding:.3rem .7rem;font-size:.72rem;font-weight:700;display:inline-flex}.ch-event-tag:before{content:"";background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px}.ch-event-tag-open{color:#1e4b8f;background:#e7eef9;border-color:#c9dbf2}.ch-event-tag-free{color:#12695a;background:#e1f1ec;border-color:#bfe0d6}.ch-event-tag-paid{color:#8a5a06;background:#fbf0da;border-color:#f0dcae}.ch-event-tag-closing{color:#a8431f;background:#fce9e1;border-color:#f6d2c2}.ch-event-tag-closing:before{animation:1.6s ease-in-out infinite chTagPulse}.ch-event-tag-soldout{color:#7a1f2b;background:#f9e5e8;border-color:#f0c9d0}.ch-event-tag-cancelled{color:#fff;background:#7a1f2b;border-color:#7a1f2b}@keyframes chTagPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.75)}}.ch-calendar-link-wrapper{text-align:right;margin-top:2.5rem}.ch-calendar-link{color:var(--ch-black);font-size:.95rem;font-weight:400;text-decoration:none;transition:color .2s}.ch-calendar-link:hover{color:var(--ch-red)}.ch-footer{max-width:1024px;margin:0 auto;padding:4rem 1rem 2rem}.ch-footer-inner{justify-content:space-between;gap:3rem;margin-bottom:4rem;display:flex}.ch-footer-left{flex:1;max-width:480px}.ch-footer-brand{font-family:var(--font-montserrat), "Montserrat", sans-serif;margin:0 0 1.25rem;font-size:1.25rem;font-weight:700}.ch-footer-address{color:var(--ch-gray-500);margin:0 0 1.5rem;font-size:.9rem;line-height:1.6}.ch-footer-tagline{color:var(--ch-gray-500);margin:0 0 2rem;font-size:.9rem;line-height:1.6}.ch-footer-socials{gap:1.5rem;display:flex}.ch-footer-socials a{color:var(--ch-black);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.ch-footer-socials a:hover{color:var(--ch-red)}.ch-newsletter{background:linear-gradient(135deg,#2a1a3a 0%,#3a2040 30%,#4a2838 50%,#5a3838 70%,#6a4838 100%);border-radius:12px;flex-direction:column;flex:1;justify-content:center;max-width:480px;padding:2.5rem;display:flex}.ch-newsletter-title{font-family:var(--font-montserrat), "Montserrat", sans-serif;color:var(--ch-white);margin:0 0 .5rem;font-size:2.25rem;font-weight:700}.ch-newsletter-subtitle{color:#fff9;margin:0 0 2rem;font-size:.9rem}.ch-newsletter-input-wrapper{border-bottom:1px solid #ffffff4d;align-items:center;padding-bottom:.5rem;display:flex}.ch-newsletter-input{color:var(--ch-white);background:0 0;border:none;outline:none;flex:1;padding:.25rem 0;font-size:.95rem}.ch-newsletter-input::placeholder{color:#fff6}.ch-newsletter-submit{color:var(--ch-white);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.25rem;transition:transform .2s}.ch-newsletter-submit:hover{transform:translate(3px)}.ch-footer-bottom{border-top:1px solid var(--ch-gray-200);color:var(--ch-gray-500);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.ch-footer-bottom-links{gap:2rem;display:flex}.ch-footer-bottom-links a{color:var(--ch-gray-500);text-decoration:none;transition:color .2s}.ch-footer-bottom-links a:hover{color:var(--ch-black)}@media (max-width:1024px){.ch-hero{padding:3.5rem 1rem 2.5rem}.ch-hero-content{gap:2rem}.ch-hero-image-wrapper{max-width:420px}.ch-hero-image{max-width:400px}.ch-events-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ch-featured-card{flex-direction:column;min-height:auto}.ch-featured-gradient{min-height:200px}.ch-footer-inner{flex-direction:column}.ch-footer-left,.ch-newsletter{max-width:100%}}@media (max-width:768px){.ch-navbar-inner{height:60px;padding:0 1rem}.ch-nav-links,.ch-nav-right{display:none}.ch-hamburger{display:flex}.ch-mobile-menu{border-top:1px solid var(--ch-gray-200);background:var(--ch-white);flex-direction:column;padding:1rem 1.25rem 1.5rem;display:flex}.ch-mobile-menu-link{color:var(--ch-gray-500);border-bottom:1px solid var(--ch-gray-100);padding:.75rem 0;font-size:1rem;text-decoration:none;transition:color .2s}.ch-mobile-menu-link:hover{color:var(--ch-black)}.ch-mobile-menu-actions{align-items:center;gap:1rem;margin-top:1rem;display:flex}.ch-host-btn-mobile{text-align:center;flex:1}.ch-hero{padding:2.5rem 1rem 2rem}.ch-hero-content{flex-direction:column;align-items:flex-start;gap:1.75rem}.ch-hero-text{max-width:100%}.ch-hero-title{margin-bottom:.75rem;font-size:2.5rem;line-height:1.12}.ch-hero-image-wrapper{max-width:360px;margin:.5rem auto 0}.ch-hero-image{max-width:340px}.ch-featured{padding:0 1rem 3rem}.ch-featured-text{padding:2rem 1.5rem}.ch-events{padding:1.5rem 1rem 3rem}.ch-events-header{flex-direction:column;align-items:flex-start;gap:.4rem}.ch-events-title{margin-top:1.25rem}.ch-filter-pills{-webkit-overflow-scrolling:touch;width:100%;padding-bottom:.25rem;overflow-x:auto}.ch-filter-pill{white-space:nowrap}.ch-events-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.ch-event-card{border-radius:12px;padding:.55rem}.ch-event-image-wrapper{aspect-ratio:16/10;border-radius:8px;margin-bottom:.45rem}.ch-event-meta-row{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:.35rem;min-height:auto;margin-bottom:.35rem;display:flex}.ch-event-host{flex-direction:column;flex:1;align-items:flex-start;gap:.15rem;min-width:0;display:flex}.ch-event-host-row{gap:.25rem}.ch-event-host-icon{width:11px;height:11px}.ch-event-host-name{letter-spacing:.01em;max-width:100%;font-size:.62rem}.ch-event-datetime{text-align:center;flex-direction:column;flex-shrink:0;align-items:center;gap:.15rem;margin-left:0;display:flex}.ch-event-card .ehm-cal-icon{width:28px;height:28px}.ch-event-card .ehm-cal-month{font-size:6px}.ch-event-card .ehm-cal-day{font-size:9px}.ch-event-date{font-size:.66rem;font-weight:500}.ch-event-time{color:var(--ch-black);font-size:.62rem;font-weight:600}.ch-event-title{-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical;max-width:100%;margin:0;font-size:.9rem;line-height:1.22;display:-webkit-box;overflow:hidden}.ch-event-card-desc{-webkit-line-clamp:3;line-clamp:3;height:4.05em;min-height:4.05em;margin:0 0 .35rem;padding:0;font-size:.68rem;line-height:1.35}.ch-event-desc{height:auto;min-height:1.15rem;max-height:1.35rem;margin:0 0 .35rem;font-size:.68rem;line-height:1.35}.ch-event-venue-line{align-items:center;gap:.25rem;width:100%;min-width:0;max-width:100%;margin-bottom:0;font-size:.68rem;overflow:hidden}.ch-event-venue-icon{width:10px;height:10px;margin-top:0}.ch-event-venue-text{white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;line-height:1.35;overflow:hidden}.ch-event-tag{letter-spacing:.04em;gap:.3rem;padding:.22rem .5rem;font-size:.58rem}.ch-event-tag:before{width:5px;height:5px}.ch-footer{padding:3rem 1.25rem 1.5rem}.ch-footer-bottom{text-align:center;flex-direction:column;gap:1rem}.ch-newsletter{padding:2rem 1.5rem}.ch-newsletter-title{font-size:1.75rem}}@media (max-width:480px){.ch-hero{padding:2rem 1rem 1.25rem}.ch-hero-content{gap:1.25rem}.ch-hero-title{margin-bottom:.5rem;font-size:2.1rem;line-height:1.18}.ch-hero-subtitle{font-size:.95rem;line-height:1.5}.ch-hero-image-wrapper{max-width:300px}.ch-hero-image{max-width:280px}.ch-featured-title{font-size:1.25rem}.ch-events-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.ch-event-card{padding:.5rem}.ch-event-title{font-size:.88rem}.ch-event-host-icon{width:10px;height:10px}.ch-event-host-name{font-size:.58rem}.ch-event-date{font-size:.62rem}.ch-event-time{color:var(--ch-black);font-size:.58rem;font-weight:600}.ch-event-card-desc{-webkit-line-clamp:3;line-clamp:3;height:3.9em;min-height:3.9em;margin:0 0 .25rem;padding:0;font-size:.64rem;line-height:1.3}.ch-event-desc{min-height:1.1rem;max-height:1.3rem;margin:0 0 .3rem;font-size:.65rem;line-height:1.3}.ch-event-venue-text{white-space:nowrap;text-overflow:ellipsis;font-size:.65rem;line-height:1.3;overflow:hidden}.ch-event-tag{padding:.2rem .45rem;font-size:.54rem}}.ch-event-card:focus-visible{outline-offset:4px;border-radius:4px;outline:2px solid #0c3f76}.ch-event-card-skeleton{cursor:default;pointer-events:none}.ch-skeleton{background:linear-gradient(90deg,#e6e8ec 25%,#f2f4f7 50%,#e6e8ec 75%) 0 0/200% 100%;border-radius:4px;animation:1.4s ease-in-out infinite chShimmer}@keyframes chShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ch-skeleton-image{aspect-ratio:4/3;border-radius:2px;width:100%;margin-bottom:1rem}.ch-skeleton-line{height:.75rem;margin-bottom:.65rem}.ch-skeleton-line-xs{width:45%}.ch-skeleton-line-lg{width:90%;height:1.1rem}.ch-skeleton-tag{width:35%;height:.7rem;margin-top:auto}.ch-events-state{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:4rem 1.5rem;display:flex}.ch-events-state-title{font-family:var(--font-montserrat), "Montserrat", sans-serif;color:var(--ch-black);margin:0;font-size:1.15rem;font-weight:700}.ch-events-state-text{color:var(--ch-gray-500);max-width:32rem;margin:0;font-size:.9rem}.ch-events-retry{color:#fff;font-family:var(--font-montserrat), "Montserrat", sans-serif;cursor:pointer;background:#0c3f76;border:none;border-radius:100px;margin-top:.75rem;padding:.6rem 1.6rem;font-size:.85rem;font-weight:700;transition:background-color .2s}.ch-events-retry:hover{background:#082b52}.ch-events-more{color:var(--ch-gray-500);justify-content:center;align-items:center;gap:.75rem;padding:2rem 0;font-size:.85rem;font-weight:600;display:flex}.ch-spinner{border:2px solid #d5d9e0;border-top-color:#0c3f76;border-radius:50%;flex-shrink:0;width:18px;height:18px;animation:.7s linear infinite chSpin}@keyframes chSpin{to{transform:rotate(360deg)}}.ch-image-loading .ch-spinner{border-width:2px;width:22px;height:22px}@media (prefers-reduced-motion:reduce){.ch-skeleton,.ch-spinner,.ch-image-loading,.ch-event-avatar-loading,.ch-event-tag-closing:before{animation:none}}@media (max-width:768px){.ch-events-state-title{font-size:1rem}.ch-events-state-text,.ch-events-more{font-size:.78rem}.ch-events-retry{padding:.5rem 1.25rem;font-size:.75rem}.ch-image-loading .ch-spinner{width:16px;height:16px}.ch-skeleton-image{aspect-ratio:16/10;margin-bottom:.45rem}}.ehm-overlay{z-index:2000;-webkit-backdrop-filter:blur(2px);background-color:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ehm-box{font-family:var(--font-montserrat), "Montserrat", sans-serif;background-color:#fff;border-radius:8px;flex-direction:column;width:100%;max-width:950px;height:90vh;animation:.3s ease-out ehmFadeIn;display:flex;overflow:hidden;box-shadow:0 10px 30px #00000026}@keyframes ehmFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ehm-header{background-color:#fcfcfc;border-bottom:1px solid #eee;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.ehm-header-title{color:#777;letter-spacing:1px;text-transform:uppercase;margin:0;font-size:13px;font-weight:700}.ehm-header-actions{z-index:10;align-items:center;gap:8px;display:flex}.ehm-icon-btn{cursor:pointer;color:#555;background-color:#fff;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:14px;transition:all .2s;display:flex}.ehm-icon-btn:hover{color:#111;background-color:#f5f5f5;border-color:#999}.ehm-share-btn{color:#0c3f76}.ehm-share-btn:hover{color:#0c3f76;background-color:#f0f7ff;border-color:#0c3f76}.ehm-copied-btn{color:#16a34a!important;background-color:#f0fdf4!important;border-color:#16a34a!important}.ehm-toast{color:#fff;z-index:3000;pointer-events:none;background-color:#0f172a;border-radius:9999px;align-items:center;gap:10px;padding:10px 20px;font-size:14px;font-weight:500;animation:.3s cubic-bezier(.16,1,.3,1) ehmToastSlideUp;display:flex;position:fixed;bottom:32px;left:50%;transform:translate(-50%);box-shadow:0 10px 25px -5px #0006,0 8px 10px -6px #0003}.ehm-toast-icon{color:#fff;background-color:#16a34a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.ehm-toast-icon-error{background-color:#ef4444}@keyframes ehmToastSlideUp{0%{opacity:0;transform:translate(-50%,16px)}to{opacity:1;transform:translate(-50%)}}.ehm-content{flex-direction:column;flex:1;padding:32px;display:flex;overflow:hidden}.ehm-grid{grid-template-columns:1fr 1fr;gap:40px;height:100%;min-height:0;display:grid}.ehm-left-col,.ehm-right-col{flex-direction:column;display:flex;overflow-y:auto}.ehm-left-col{padding-right:16px}.ehm-right-col{padding-right:8px}.ehm-right-col::-webkit-scrollbar{width:4px}.ehm-right-col::-webkit-scrollbar-track{background:0 0}.ehm-right-col::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}@media (min-width:769px){.ehm-left-col{scrollbar-width:none;-ms-overflow-style:none}.ehm-left-col::-webkit-scrollbar{display:none!important}}.ehm-banner{aspect-ratio:3/2;background:#f0f0f0;border-radius:10px;flex-shrink:0;width:97%;margin-bottom:24px;position:relative;overflow:hidden}.ehm-banner-clickable{cursor:pointer}.ehm-banner-img{object-fit:cover;transition:transform .3s}.ehm-banner-clickable:hover .ehm-banner-img{transform:scale(1.02)}.ehm-banner-zoom-btn{z-index:12;-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;background:#0000008c;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 8px #00000040}.ehm-banner-zoom-btn:hover{background:#000000d9;border-color:#ffffff80;transform:scale(1.1);box-shadow:0 4px 12px #0006}.ehm-banner-zoom-btn:active{transform:scale(.95)}.ehm-lightbox-backdrop{z-index:99999;-webkit-backdrop-filter:blur(14px);-webkit-user-select:none;user-select:none;background-color:#05070cf0;flex-direction:column;justify-content:space-between;align-items:center;animation:.22s ease-out forwards ehmLightboxFadeIn;display:flex;position:fixed;inset:0}@keyframes ehmLightboxFadeIn{0%{opacity:0;transform:scale(.985)}to{opacity:1;transform:scale(1)}}.ehm-lightbox-header{z-index:10;box-sizing:border-box;background:linear-gradient(#000000bf 0%,#0000 100%);justify-content:space-between;align-items:center;width:100%;padding:16px 24px;display:flex}.ehm-lightbox-title-wrap{align-items:center;gap:12px;min-width:0;display:flex}.ehm-lightbox-title{color:#f3f4f6;white-space:nowrap;text-overflow:ellipsis;max-width:420px;font-size:15px;font-weight:600;overflow:hidden}.ehm-lightbox-badge{color:#f9fafb;white-space:nowrap;background:#ffffff26;border:1px solid #ffffff40;border-radius:12px;padding:3px 10px;font-size:12px;font-weight:600}.ehm-lightbox-controls{align-items:center;gap:8px;display:flex}.ehm-lightbox-ctrl-btn{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff1f;border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.ehm-lightbox-ctrl-btn:hover:not(:disabled){background:#ffffff40;transform:translateY(-1px)}.ehm-lightbox-ctrl-btn:active:not(:disabled){transform:translateY(0)}.ehm-lightbox-ctrl-btn:disabled{opacity:.35;cursor:not-allowed}.ehm-lightbox-zoom-btn{width:auto;min-width:52px;padding:0 8px}.ehm-lightbox-zoom-text{color:#e5e7eb;font-size:12px;font-weight:600}.ehm-lightbox-close-btn{color:#f99;cursor:pointer;background:#ef444440;border:1px solid #ef444473;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;margin-left:4px;font-size:14px;font-weight:700;transition:all .15s;display:flex}.ehm-lightbox-close-btn:hover{color:#fff;background:#ef444499;transform:scale(1.05)}.ehm-lightbox-stage{flex:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.ehm-lightbox-img-wrapper{touch-action:none;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.ehm-lightbox-image{object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:auto;will-change:transform;border-radius:8px;max-width:90vw;max-height:76vh;box-shadow:0 20px 60px #000000b3}.ehm-lightbox-nav-btn{z-index:20;-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;background:#0000008c;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:26px;line-height:1;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ehm-lightbox-nav-btn:hover{background:#000000d9;border-color:#ffffff73;transform:translateY(-50%)scale(1.1)}.ehm-lightbox-nav-prev{left:24px}.ehm-lightbox-nav-next{right:24px}.ehm-lightbox-footer{z-index:10;box-sizing:border-box;background:linear-gradient(#0000 0%,#000000bf 100%);flex-direction:column;align-items:center;gap:10px;width:100%;padding:12px 24px 20px;display:flex}.ehm-lightbox-hints{color:#9ca3af;letter-spacing:.2px;font-size:12px;font-weight:500}.ehm-lightbox-dots{align-items:center;gap:8px;display:flex}.ehm-lightbox-dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .2s}.ehm-lightbox-dot-active{background:#fff;border-radius:12px;width:24px}.ehm-carousel-btn{z-index:10;color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;background:#00000073;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;line-height:1;transition:background-color .2s,transform .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ehm-carousel-btn:hover{background:#000000bf;transform:translateY(-50%)scale(1.08)}.ehm-carousel-btn-prev{left:8px}.ehm-carousel-btn-next{right:8px}.ehm-carousel-dots{z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000059;border-radius:12px;align-items:center;gap:6px;padding:4px 8px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.ehm-carousel-dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:background-color .2s,transform .2s}.ehm-carousel-dot-active{background:#fff;transform:scale(1.25)}.ehm-event-title{color:#111;margin:0 0 16px;font-size:18px;font-weight:700;line-height:1.4}.ehm-badge{vertical-align:middle;color:#fff;white-space:nowrap;border-radius:12px;margin-left:6px;padding:2px 10px;font-size:12px;font-weight:600;display:inline-block}.ehm-badge-free{background-color:#10b981}.ehm-badge-paid{background-color:#e53e3e}.ehm-badge-danger{background-color:#ef4444}.ehm-badge-warning{background-color:#b45309}.ehm-description{color:#444;overflow-wrap:break-word;word-break:break-word;margin:0 0 36px;font-size:15px;line-height:1.7}.ehm-desc-head{align-items:center;gap:8px;margin-bottom:8px;display:flex}.ehm-desc-icon{color:#0c3f76;background-color:#ebf3fc;border-radius:12px;justify-content:center;align-items:center;padding:10px;display:flex}.ehm-desc-label{margin:0}.ehm-section{border-bottom:1px solid #eee;margin-bottom:16px;padding-bottom:12px}.ehm-section-label{color:#777;letter-spacing:1px;text-transform:uppercase;margin:0 0 8px;font-size:11px;font-weight:700}.ehm-meta-row{align-items:flex-start;gap:12px;display:flex}.ehm-meta-row-spaced{margin-bottom:16px}.ehm-meta-block{min-width:0}.ehm-meta-value{color:#111;margin:0 0 2px;font-size:14px;font-weight:700;line-height:1.4}.ehm-meta-sub{color:#111;margin:0;font-size:14px;font-weight:700;line-height:1.4}.ehm-cal-icon{box-sizing:border-box;background-color:#fff;border:1.5px solid #dc2626;border-radius:6px;flex-direction:column;flex-shrink:0;width:40px;height:40px;display:flex;overflow:hidden}.ehm-cal-month{color:#fff;text-align:center;text-transform:uppercase;background-color:#dc2626;padding:2px 0;font-size:8px;font-weight:700;line-height:1}.ehm-cal-day{color:#111;flex:1;justify-content:center;align-items:center;font-size:15px;font-weight:700;line-height:1;display:flex}.ehm-loc-icon{box-sizing:border-box;background-color:#fff;border:1.5px solid #dc2626;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ehm-map{cursor:pointer;background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;width:100%;height:180px;transition:transform .2s;position:relative;overflow:hidden}.ehm-map:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.ehm-map iframe{pointer-events:none;border:0;width:100%;height:100%}.ehm-map-label{color:#1a202c;z-index:10;background:#fff;border-radius:10px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:600;display:flex;position:absolute;bottom:12px;left:12px;box-shadow:0 4px 12px #00000026}.ehm-host-row{align-items:center;gap:12px;display:flex}.ehm-host-avatar{color:#9ca3af;background:linear-gradient(135deg,#e5e7eb,#d1d5db);border-radius:50%;flex-shrink:0;justify-content:center;align-items:flex-end;width:44px;height:44px;display:flex;position:relative;overflow:hidden}.ehm-host-avatar svg{width:30px;height:30px}.ehm-host-avatar-img{object-fit:cover}.ehm-host-avatar-loading{background:linear-gradient(90deg,#e6e8ec 25%,#f2f4f7 50%,#e6e8ec 75%) 0 0/200% 100%;animation:1.4s ease-in-out infinite chShimmer}.ehm-host-name{color:#111;margin:0;font-size:13px;font-weight:700}.ehm-registration-block{padding-top:1px}.ehm-card{border:1px solid #eee;border-radius:8px;margin-bottom:24px;padding:16px}.ehm-card-head{align-items:center;gap:12px;margin-bottom:12px;display:flex}.ehm-card-icon{color:#0c3f76;background-color:#ebf3fc;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;padding:10px;display:flex}.ehm-card-title{color:#777;font-size:14px;font-weight:700}.ehm-card-title-lg{color:#111827;font-size:18px;font-weight:700}.ehm-card-text{color:#111;overflow-wrap:break-word;white-space:pre-wrap;margin-bottom:16px;font-size:12px;font-weight:400;line-height:1.6}.ehm-card-text-last{margin-bottom:0}.ehm-ticket-head{justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:4px;display:flex}.ehm-ticket-head span{color:#777;font-size:14px;font-weight:600}.ehm-ticket-row{justify-content:space-between;align-items:center;gap:12px;padding:8px 0;display:flex}.ehm-ticket-name{color:#111827;word-break:break-word;font-size:15px;font-weight:700}.ehm-ticket-price{color:#111827;white-space:nowrap;text-align:right;font-size:15px;font-weight:700}.ehm-terms-check-row{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:10px;margin:0;display:flex}.ehm-terms-checkbox{cursor:pointer;accent-color:#0c3f76;flex-shrink:0;width:18px;height:18px;margin-top:2px}.ehm-terms-check-label{color:#111;font-size:12px;font-weight:700;line-height:1.4}.ehm-register-btn{color:#fff;cursor:pointer;background-color:#0c3f76;border:none;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;padding:12px 16px;font-family:inherit;transition:background-color .2s;display:flex}.ehm-register-btn:hover{background-color:#082b52}.ehm-register-btn-idle{opacity:.85}.ehm-register-btn-closed,.ehm-register-btn-closed:hover{cursor:not-allowed;background-color:#ef4444}.ehm-register-btn-main{align-items:center;font-size:14px;font-weight:700;display:flex}.ehm-register-btn-arrow{margin-left:4px}.ehm-register-btn-sub{opacity:.9;font-size:11px;font-weight:500}.ehm-mobile-initial{display:none}.ehm-desktop-grid{display:grid}@media (max-width:992px){.ehm-grid{gap:32px}}@media (max-width:768px){.ehm-overlay{padding:0}.ehm-box{border-radius:0;height:100%;max-height:100vh}.ehm-header{justify-content:center;position:relative}.ehm-header-title{text-align:center;width:100%;padding:0 80px}.ehm-header-actions{position:absolute;top:50%;right:16px;transform:translateY(-50%)}.ehm-content{padding:20px}.ehm-desktop-grid{display:none}.ehm-mobile-initial{flex-direction:column;gap:16px;margin-bottom:15px;padding-bottom:80px;display:flex;overflow-y:auto}.ehm-banner{width:100%;margin-bottom:0}.ehm-mobile-initial .ehm-description{margin-bottom:0}.ehm-register-btn{z-index:100;width:calc(100% - 40px);position:fixed;bottom:9vh;left:20px;box-shadow:0 4px 12px #00000026}}@media (max-width:480px){.ehm-event-title{font-size:17px}.ehm-content{padding:16px}.ehm-ticket-name,.ehm-ticket-price{font-size:14px}.ehm-register-btn{width:calc(100% - 32px);left:16px}}
