:root{--bg:#faf9f7;--bg-soft:#f3f1ed;--bg-card:#ffffff;--bg-card-hover:#fefefe;--ink:#1a1a1a;--ink-secondary:#6b7280;--ink-muted:#9ca3af;--border:rgba(0,0,0,0.08);--border-strong:rgba(0,0,0,0.15);--brand:#d95d39;--brand-light:#fef2ee;--brand-dark:#b83d1c;--brand-gradient:linear-gradient(135deg,#d95d39,#e88c52);--green:#16a34a;--green-light:#dcfce7;--purple:#8b5cf6;--shadow-sm:0 1px 3px rgba(0,0,0,0.06),0 1px 2px rgba(0,0,0,0.04);--shadow-md:0 4px 12px rgba(0,0,0,0.08),0 2px 4px rgba(0,0,0,0.04);--shadow-lg:0 12px 40px rgba(0,0,0,0.12),0 4px 12px rgba(0,0,0,0.06);--shadow-xl:0 24px 60px rgba(0,0,0,0.15);--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--font-title:"Outfit","Georgia",serif;--font-body:"Inter",system-ui,sans-serif;--max-width:1400px;--transition:0.2s cubic-bezier(0.4,0,0.2,1)}.managementShell{position:relative;z-index:1;max-width:1180px;margin:0 auto;padding:32px 20px 64px}.managementActions,.managementHeader,.managementPanelHeader{display:flex;align-items:center;justify-content:space-between;gap:16px}.managementHeader{margin-bottom:24px}.adminSectionNav{display:flex;align-items:center;justify-content:flex-start;gap:16px;margin:-8px 0 24px;border-bottom:1px solid rgba(15,23,42,.1);padding-bottom:14px}.adminSectionTabs{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.adminSectionTab{min-height:40px;border:1px solid rgba(15,23,42,.12);border-radius:7px;background:#fff;color:#475569;display:inline-flex;align-items:center;padding:0 14px;font-weight:800;text-decoration:none}.adminSectionTabActive{border-color:rgba(217,93,57,.36);background:#fef2ee;color:#b83d1c}.managementStats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:20px}.managementPanel,.managementStat{border:1px solid rgba(15,23,42,.1);border-radius:8px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}.managementStat{padding:18px}.managementStat span{display:block;color:#0f172a;font-size:2rem;font-weight:800}.managementStat p{margin:4px 0 0;color:#64748b}.managementPanel{padding:18px}.managementTableWrap{overflow-x:auto}.managementTable{width:100%;border-collapse:collapse;font-size:.94rem}.managementTable td,.managementTable th{padding:12px 10px;border-bottom:1px solid rgba(15,23,42,.08);text-align:left;vertical-align:top}.managementTable th{color:#475569;font-size:.78rem;text-transform:uppercase}.statusPill{display:inline-flex;border-radius:999px;background:#eef2ff;color:#3730a3;padding:4px 9px;font-size:.78rem;font-weight:700}.tableActions{display:flex;flex-wrap:wrap;gap:8px}.tableActions a,.tableActions button{border:1px solid rgba(15,23,42,.14);border-radius:7px;background:#fff;color:#0f172a;padding:7px 9px;font:inherit;font-size:.84rem;text-decoration:none;cursor:pointer}.tableActions .dangerButton{border-color:rgba(220,38,38,.25);color:#b91c1c}.managementForm{display:grid;grid-gap:18px;gap:18px}.managementForm label{display:grid;grid-gap:7px;gap:7px;color:#334155;font-weight:700}.managementForm input,.managementForm select,.managementForm textarea{width:100%;border:1px solid rgba(15,23,42,.16);border-radius:7px;background:#fff;color:#0f172a;padding:11px 12px;font:inherit;font-weight:500}.managementForm input[type=file]{min-height:46px;padding:8px 12px}.formError{border:1px solid rgba(220,38,38,.22);border-radius:7px;background:#fef2f2;color:#b91c1c;padding:12px 14px;font-size:.92rem;font-weight:700}.formGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.checkboxLabel{align-self:end;grid-template-columns:auto 1fr!important;align-items:center}.checkboxLabel input{width:auto}.managementSubsection{display:grid;grid-gap:14px;gap:14px;border-top:1px solid rgba(15,23,42,.08);padding-top:18px}.managementSubsection h2{margin:0;font-size:1.1rem}.eventEditorImagePreview{width:min(100%,360px);aspect-ratio:16/9;object-fit:cover;border:1px solid rgba(15,23,42,.12);border-radius:8px;background:#f8fafc}.formHint{margin:0;color:#64748b;font-size:.88rem;font-weight:500}.locationPickerWrap{display:grid;grid-gap:14px;gap:14px}.locationPickerSearchBox,.locationPickerSearchWrap{position:relative}.locationPickerSearchInput{width:100%;padding-right:38px!important}.locationPickerSpinner{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;border:2px solid rgba(15,23,42,.12);border-top-color:#2563eb;border-radius:50%;animation:locationPickerSpin .6s linear infinite}@keyframes locationPickerSpin{to{transform:translateY(-50%) rotate(1turn)}}.locationPickerSuggestions{position:absolute;top:100%;left:0;right:0;z-index:50;margin:4px 0 0;padding:0;list-style:none;background:#fff;border:1px solid rgba(15,23,42,.16);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.12);max-height:260px;overflow-y:auto}.locationPickerSuggestionItem{display:block;width:100%;padding:10px 14px;border:none;background:none;text-align:left;font:inherit;font-size:.88rem;color:#1e293b;cursor:pointer;line-height:1.45;transition:background .15s}.locationPickerSuggestionItem:hover{background:rgba(37,99,235,.06)}.locationPickerSuggestions li:not(:last-child) .locationPickerSuggestionItem{border-bottom:1px solid rgba(15,23,42,.06)}.locationPickerMap{width:100%;height:260px;border-radius:10px;border:1px solid rgba(15,23,42,.16);overflow:hidden;cursor:crosshair}.locationPickerHint{margin:0;color:#64748b;font-size:.84rem;font-weight:500;line-height:1.5}.loginPanel{max-width:460px;margin:48px auto;background:rgba(255,255,255,.96)}@media (max-width:780px){.formGrid,.managementStats{grid-template-columns:1fr}.adminSectionNav,.managementHeader,.managementPanelHeader{align-items:flex-start;flex-direction:column}}*{box-sizing:border-box}html{min-height:100%;background:var(--bg);scroll-behavior:smooth}body{min-height:100vh;margin:0;color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.6}button,input,select{font:inherit}a,button,select{cursor:pointer}a{color:inherit;text-decoration:none}.siteWrapper{display:flex;flex-direction:column;min-height:100vh}.mainContent{flex:1 0 auto}.navbar{position:-webkit-sticky;position:sticky;top:0;z-index:1000;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:rgba(250,249,247,.88);border-bottom:1px solid var(--border);padding:0 24px;transition:all .3s ease}.navbarInner{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navLogo{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-title);font-size:1.6rem;font-weight:900;letter-spacing:-.04em;color:var(--ink)}.navLogo .brandLogoText span{color:var(--brand)}.brandLogoText{display:inline-block}.brandLogoMark{display:block;width:38px;height:38px;object-fit:contain;flex:0 0 auto}.navLinks{display:flex;align-items:center;gap:4px}.navLink{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:var(--radius-sm);font-size:.88rem;font-weight:600;color:var(--ink-secondary);transition:all var(--transition)}.navLink:hover{color:var(--ink);background:var(--bg-soft)}.navLink.navLinkActive{color:var(--brand);background:var(--brand-light)}.navRight{display:flex;align-items:center;gap:8px}.navNotifBtn{position:relative;width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:var(--bg-card);display:grid;place-items:center;color:var(--ink-secondary);box-shadow:none;padding:0;min-height:unset;transition:all var(--transition)}.navNotifBtn:hover{background:var(--bg-soft);color:var(--ink);transform:none;box-shadow:none}.navNotifDot{position:absolute;top:8px;right:8px;width:8px;height:8px;border-radius:50%;background:var(--brand);border:2px solid var(--bg-card)}.navAvatar{width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:var(--bg-soft);display:grid;place-items:center;color:var(--ink-secondary);cursor:pointer;transition:all var(--transition)}.navAvatar:hover{border-color:var(--brand);color:var(--brand)}.navHamburger{display:none;background:transparent;border:none;flex-direction:column;gap:5px;width:28px;height:28px;justify-content:center;padding:0;box-shadow:none;min-height:unset}.navHamburger:hover{transform:none;box-shadow:none}.navHamburger span{display:block;width:100%;height:2px;background:var(--ink);border-radius:2px;transition:all .3s ease}.navMobileMenu{display:flex;flex-direction:column;gap:4px;background:var(--bg-card);border-bottom:1px solid var(--border);padding:16px 24px;position:absolute;top:100%;left:0;right:0;box-shadow:var(--shadow-lg);z-index:999}.navMobileMenu a{display:block;padding:12px 16px;font-size:1rem;font-weight:600;color:var(--ink);border-radius:var(--radius-sm);transition:all var(--transition)}.navMobileMenu a:hover{color:var(--brand);background:var(--brand-light)}.homePage{width:min(var(--max-width),calc(100% - 48px));margin:0 auto;padding:0 0 40px}.heroNew{position:relative;padding:64px 0 48px;overflow:hidden}.heroNewContent{position:relative;z-index:2}.heroEyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 20px;padding:6px 16px;background:var(--brand-light);border-radius:999px;color:var(--brand);font-size:.82rem;font-weight:700;letter-spacing:.04em}.heroEyebrowIcon{font-size:1rem}.heroTitle{margin:0 0 20px;font-family:var(--font-title);font-size:clamp(2.8rem,6vw,4.5rem);line-height:1.05;letter-spacing:-.04em;font-weight:900;color:var(--ink)}.heroTitleAccent{background:var(--brand-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.heroSubtitle{max-width:600px;margin:0 0 32px;color:var(--ink-secondary);font-size:1.15rem;line-height:1.7}.heroStats{display:flex;gap:24px}.heroStatItem{display:flex;align-items:baseline;gap:10px}.heroStatNumber{font-family:var(--font-title);font-size:2.8rem;font-weight:900;color:var(--brand);letter-spacing:-.04em;line-height:1}.heroStatLabel{color:var(--ink-secondary);font-size:.95rem;font-weight:500}.heroDecoration{position:absolute;top:0;right:0;bottom:0;width:50%;pointer-events:none;z-index:1}.heroShape{position:absolute;border-radius:50%;opacity:.08}.heroShape1{width:400px;height:400px;top:-100px;right:-50px;background:var(--brand)}.heroShape2{width:200px;height:200px;top:60%;right:30%;background:var(--purple)}.heroShape3{width:120px;height:120px;top:20%;right:25%;background:var(--green)}.searchPanel{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:32px;box-shadow:var(--shadow-md);margin-bottom:40px;position:relative;z-index:150}.searchRow{margin-bottom:20px}.searchRow:last-child{margin-bottom:0}.searchGroup{grid-gap:10px;gap:10px}.searchGroupLocation{max-width:480px}.searchLabel{display:inline-flex;align-items:center;gap:6px;color:var(--ink);font-size:.82rem;letter-spacing:.04em;text-transform:uppercase}.searchLabelIcon{font-size:.95rem}.searchLocationControls{gap:8px;align-items:stretch}.searchHint{margin:0;color:var(--ink-muted);font-size:.82rem}.searchDateInput{max-width:200px;margin-top:4px}.gpsBtn{width:46px;min-width:46px;height:46px;min-height:46px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--bg-card);color:var(--ink-secondary);display:grid;place-items:center;padding:0;box-shadow:none;transition:all var(--transition)}.gpsBtn:hover{background:var(--brand-light);color:var(--brand);border-color:var(--brand);transform:none;box-shadow:none}.pillGroup{display:flex;flex-wrap:wrap;gap:8px}.filterPill{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;min-height:38px;border-radius:999px;border:1px solid var(--border-strong);background:var(--bg-card);color:var(--ink);font-size:.88rem;font-weight:600;box-shadow:none;transition:all var(--transition);cursor:pointer}.filterPill:hover{background:var(--bg-soft);border-color:var(--ink-secondary);transform:none;box-shadow:none}.filterPill.filterPillActive{background:var(--ink);color:white;border-color:var(--ink)}.filterPill.filterPillActive:hover{background:#333;color:white}.filterPillEmoji{font-size:1rem}.stickyFilterBar{position:fixed;top:0;left:0;right:0;z-index:900;transform:translateY(-100%);opacity:0;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .35s cubic-bezier(.4,0,.2,1);pointer-events:none}.stickyFilterBarVisible{transform:translateY(0);opacity:1;pointer-events:auto}.stickyFilterBarInner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;gap:4px;padding:10px 24px;background:rgba(255,255,255,.92);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm)}.stickyFilterChip{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:999px;border:1px solid var(--border);background:var(--bg-card);color:var(--ink);font-size:.82rem;font-weight:600;box-shadow:none;min-height:unset;cursor:pointer;transition:all var(--transition);white-space:nowrap}.stickyFilterChip:hover{background:var(--brand-light);border-color:var(--brand);color:var(--brand);transform:none;box-shadow:none}.stickyFilterIcon{font-size:.9rem}.stickyFilterValue{font-weight:700}.stickyFilterDivider{width:1px;height:24px;background:var(--border);margin:0 4px;flex-shrink:0}.inspirationSection{margin-bottom:48px}.inspirationHeader{margin-bottom:24px}.inspirationTitle{font-family:var(--font-title);font-size:1.6rem;font-weight:800;letter-spacing:-.03em;margin:0 0 6px;color:var(--ink)}.inspirationSubtitle{margin:0;color:var(--ink-secondary);font-size:.95rem}.inspirationGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.inspirationTile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px 16px;border-radius:var(--radius-lg);border:none;cursor:pointer;box-shadow:var(--shadow-sm);transition:all .25s cubic-bezier(.4,0,.2,1);min-height:unset;color:var(--ink)}.inspirationTile:hover{transform:translateY(-4px) scale(1.02);box-shadow:var(--shadow-lg)}.inspirationTile:active{transform:translateY(-1px) scale(.98)}.inspirationEmoji{font-size:2rem;line-height:1}.inspirationLabel{font-size:.88rem;font-weight:700;color:var(--ink)}.featuredSection{margin-bottom:48px}.featuredHeader{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.featuredTitle{font-family:var(--font-title);font-size:1.6rem;font-weight:800;letter-spacing:-.03em;margin:0 0 4px}.featuredSubtitle{margin:0;color:var(--ink-secondary);font-size:.92rem}.featuredNav{display:flex;gap:8px;flex-shrink:0}.featuredNavBtn{width:40px;height:40px;min-height:unset;border-radius:50%;border:1px solid var(--border-strong);background:var(--bg-card);color:var(--ink);display:grid;place-items:center;padding:0;box-shadow:none;transition:all var(--transition)}.featuredNavBtn:hover{background:var(--ink);color:white;transform:none;box-shadow:none}.featuredNavBtn:disabled{opacity:.3;pointer-events:none}.featuredScroll{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:8px;scrollbar-width:none}.featuredScroll::-webkit-scrollbar{display:none}.featuredCard{flex:0 0 340px;scroll-snap-align:start;border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-card);border:1px solid var(--border);transition:all .25s cubic-bezier(.4,0,.2,1);text-decoration:none;color:var(--ink)}.featuredCard:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.featuredCardImageWrap{position:relative;aspect-ratio:16/10;overflow:hidden}.featuredCardImage{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.featuredCard:hover .featuredCardImage{transform:scale(1.05)}.featuredCardOverlay{position:absolute;top:12px;left:12px}.featuredCardDay{display:inline-flex;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.06em}.featuredCardCategory,.featuredCardDay{padding:4px 12px;border-radius:999px;color:white;font-size:.72rem;font-weight:800}.featuredCardCategory{position:absolute;bottom:12px;left:12px;letter-spacing:.04em}.featuredCardBody{padding:16px}.featuredCardTitle{margin:0 0 8px;font-family:var(--font-title);font-size:1.1rem;font-weight:700;letter-spacing:-.02em;line-height:1.3}.featuredCardInfo{display:flex;align-items:center;gap:6px;color:var(--ink-secondary);font-size:.82rem;font-weight:500}.featuredCardFree{color:var(--green);font-weight:700}.mainLayout{display:grid;grid-template-columns:1fr 380px;grid-gap:32px;gap:32px;align-items:flex-start;margin-bottom:64px}.mainColumn{display:flex;flex-direction:column;gap:34px;min-width:0}.mainColumn .featuredSection{margin-bottom:0}.mainEventsHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.mainEventsHeader h2{font-family:var(--font-title);font-size:1.6rem;font-weight:800;letter-spacing:-.03em;margin:0}.mainEventsCount{display:inline-flex;padding:6px 14px;background:var(--bg-soft);border-radius:999px;font-size:.82rem;font-weight:700;color:var(--ink-secondary)}.dateGroup{margin-bottom:32px}.dateGroupHeader{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid var(--border)}.dateGroupHeader h3{font-family:var(--font-title);font-size:1.2rem;font-weight:700;margin:0;color:var(--ink)}.dateGroupCount{display:inline-flex;width:28px;height:28px;place-items:center;justify-content:center;border-radius:50%;background:var(--brand);color:white;font-size:.78rem;font-weight:800}.eventCardsGrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.eventCardNew{border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all .25s cubic-bezier(.4,0,.2,1)}.eventCardNew:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--border-strong)}.eventCardNewLink{display:block;text-decoration:none;color:var(--ink)}.eventCardNewImageWrap{position:relative;aspect-ratio:16/10;overflow:hidden}.eventCardNewImage{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.eventCardNew:hover .eventCardNewImage{transform:scale(1.05)}.eventCardNewBadge{bottom:12px}.eventCardNewBadge,.eventCardNewFree{position:absolute;left:12px;padding:4px 12px;border-radius:999px;color:white;font-size:.72rem;font-weight:800;letter-spacing:.04em}.eventCardNewFree{top:12px;background:var(--green)}.eventCardNewFav{position:absolute;top:10px;right:10px;width:36px;height:36px;min-height:unset;border-radius:50%;border:none;background:rgba(255,255,255,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;color:var(--ink-secondary);box-shadow:none;padding:0;transition:all var(--transition)}.eventCardNewFav:hover{background:white;color:#ef4444;transform:scale(1.1);box-shadow:none}.eventCardNewBody{padding:16px}.eventCardNewTitle{margin:0 0 10px;font-family:var(--font-title);font-size:1.05rem;font-weight:700;letter-spacing:-.02em;line-height:1.3}.eventCardNewMeta{display:flex;align-items:center;gap:14px;margin-bottom:10px}.eventCardNewDate,.eventCardNewDistance{display:inline-flex;align-items:center;gap:5px;color:var(--ink-secondary);font-size:.82rem;font-weight:500}.eventCardNewDate svg,.eventCardNewDistance svg{color:var(--ink-muted)}.eventCardNewBottom{display:flex;align-items:center;justify-content:space-between;padding-top:10px;border-top:1px solid var(--border)}.eventCardNewLocation{font-size:.82rem;font-weight:600;color:var(--ink-secondary)}.eventCardNewPrice{font-size:.88rem;font-weight:800;color:var(--ink)}.eventCardNewPriceFree{color:var(--green)}.sidebar{position:-webkit-sticky;position:sticky;top:80px;display:flex;flex-direction:column;gap:20px}.sidebarSection{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.sidebarSectionHeader{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border)}.sidebarSectionHeader h3{font-family:var(--font-title);font-size:1rem;font-weight:700;margin:0;letter-spacing:-.02em}.sidebarBadge{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border-radius:50%;background:var(--brand);color:white;font-size:.82rem;font-weight:800}.sidebarMapSection{border-radius:var(--radius-lg)}.sidebarMapWrap{height:420px}.sidebarMapWrap .mapLibreCanvas,.sidebarMapWrap .mapLoading{width:100%;height:100%;min-height:unset;border-radius:0;border:none}.sidebarUpcoming{padding:8px 0}.sidebarUpcomingItem{display:flex;align-items:center;gap:14px;padding:12px 20px;transition:background var(--transition);cursor:pointer}.sidebarUpcomingItem:hover{background:var(--bg-soft)}.sidebarUpcomingDate{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:var(--radius-sm);background:var(--brand-light);border:1px solid rgba(217,93,57,.15)}.sidebarUpcomingDay{font-family:var(--font-title);font-size:1.1rem;font-weight:800;line-height:1;color:var(--brand)}.sidebarUpcomingMonth{font-size:.62rem;font-weight:700;text-transform:uppercase;color:var(--brand-dark);letter-spacing:.06em}.sidebarUpcomingInfo{display:flex;flex-direction:column;gap:2px;min-width:0}.sidebarUpcomingTitle{font-size:.88rem;font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebarUpcomingMeta{font-size:.78rem;color:var(--ink-muted);font-weight:500}.sidebarCategories{display:flex;flex-wrap:wrap;gap:8px;padding:16px 20px}.sidebarCategoryChip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;border:1px solid var(--border);background:var(--bg-card);font-size:.78rem;font-weight:600;color:var(--ink);box-shadow:none;min-height:unset;cursor:pointer;transition:all var(--transition)}.sidebarCategoryChip:hover{background:var(--bg-soft);border-color:var(--ink-secondary);transform:none;box-shadow:none}.sidebarCategoryChip.sidebarCategoryActive{background:var(--ink);color:white;border-color:var(--ink)}.sidebarCategoryCount{color:var(--ink-muted);font-weight:500}.sidebarCategoryActive .sidebarCategoryCount{color:rgba(255,255,255,.7)}.sidebarNotifSection{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-color:transparent}.sidebarNotifContent{padding:24px 20px;text-align:center}.sidebarNotifIcon{font-size:2rem;display:block;margin-bottom:12px}.sidebarNotifContent h3{font-family:var(--font-title);font-size:1.05rem;font-weight:700;color:white}.sidebarNotifContent p{color:rgba(255,255,255,.65);font-size:.82rem;line-height:1.6;margin:0 0 16px}.sidebarNotifBtn{width:100%;padding:12px;border-radius:var(--radius-sm);border:none;background:var(--brand);color:white;font-size:.88rem;font-weight:700;box-shadow:none;cursor:pointer;transition:all var(--transition)}.sidebarNotifBtn:hover{background:var(--brand-dark);transform:none;box-shadow:none}.popularSection{margin-bottom:64px}.popularHeader{margin-bottom:24px}.popularTitle{font-family:var(--font-title);font-size:1.6rem;font-weight:800;letter-spacing:-.03em;margin:0 0 6px}.popularSubtitle{margin:0;color:var(--ink-secondary);font-size:.95rem}.popularGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.popularTile{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:all .25s cubic-bezier(.4,0,.2,1);cursor:pointer}.popularTile:hover{border-color:var(--brand);box-shadow:var(--shadow-md);transform:translateY(-2px)}.popularTileContent{display:flex;align-items:center;gap:12px}.popularTileIcon{font-size:1.2rem}.popularTileInfo{display:flex;flex-direction:column;gap:2px}.popularTileName{font-size:.92rem;font-weight:700;color:var(--ink)}.popularTileCount{font-size:.78rem;color:var(--ink-secondary);font-weight:500}.popularTileArrow{color:var(--ink-muted);transition:all var(--transition)}.popularTile:hover .popularTileArrow{color:var(--brand);transform:translateX(3px)}.valueSection{margin-bottom:0}.valueGrid{display:grid;grid-gap:16px;gap:16px}.valueCard{padding:28px 24px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all .25s ease}.valueCard:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.valueIcon{font-size:1.8rem;display:block;margin-bottom:16px}.valueCard h3{font-family:var(--font-title);font-size:1.05rem;font-weight:700;margin:0 0 8px;letter-spacing:-.02em}.valueCard p{margin:0;color:var(--ink-secondary);font-size:.85rem;line-height:1.6}.valueCardCta{background:var(--brand-light);border-color:rgba(217,93,57,.15)}.valueLink{display:inline-block;margin-top:12px;color:var(--brand);font-weight:700;font-size:.88rem;transition:color var(--transition)}.valueLink:hover{color:var(--brand-dark)}.emptyState{display:grid;min-height:300px;place-content:center;border:2px dashed var(--border);border-radius:var(--radius-lg);padding:40px;text-align:center}.emptyIcon{font-size:2.4rem;margin-bottom:12px}.emptyState h3{margin:0 0 8px;font-family:var(--font-title);font-size:1.2rem}.emptyState p{max-width:300px;margin:0;color:var(--ink-secondary);font-size:.92rem;line-height:1.6}input,select{width:100%;min-height:46px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--bg-card);color:var(--ink);outline:none;padding:0 14px;font-size:.92rem;transition:all var(--transition)}input:focus,select:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(217,93,57,.1)}.autocompleteDropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--bg-card);border:1px solid var(--border-strong);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);list-style:none;margin:0;padding:6px;z-index:250;max-height:320px;overflow-y:auto;animation:slideDropdown .2s ease-out}@keyframes slideDropdown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.autocompleteDropdown::-webkit-scrollbar{width:4px}.autocompleteDropdown::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}.autocompleteItem{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:var(--radius-sm);cursor:pointer;transition:all .15s ease}.autocompleteItem.highlighted,.autocompleteItem:hover{background:var(--bg-soft)}.autocompleteIcon{font-size:1rem}.autocompleteName{font-size:.88rem;color:var(--ink);font-weight:600}.autocompleteName strong{color:var(--brand);font-weight:800}.autocompleteLoading{padding:14px;color:var(--ink-muted);font-size:.88rem;text-align:center;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px}.mapLibreCanvas,.mapLoading{width:100%;min-height:400px;overflow:hidden;border-radius:var(--radius-lg);border:1px solid var(--border)}.mapLoading{display:grid;place-items:center;background:var(--bg-soft);color:var(--ink-muted);font-weight:600}.eventMarker,.locationMarker{display:grid;width:38px;height:38px;place-items:center;padding:0;border-radius:999px;background:white;border:2px solid var(--ink);box-shadow:0 2px 8px rgba(0,0,0,.2);cursor:pointer}.eventMarker span,.locationMarker span{display:grid;width:100%;height:100%;place-items:center;border-radius:inherit;font-size:1.15rem}.eventMarker span{border:2px solid var(--brand)}.selectedMarker span{border-color:var(--brand);background:#fffdf9;font-size:1.2rem;box-shadow:0 0 12px rgba(217,93,57,.3)}.selectedMarker{width:46px;height:46px}.locationMarker span{border:2px solid var(--green);color:var(--green);font-weight:900}.maplibregl-popup-content{background:var(--bg-card)!important;color:var(--ink)!important;border:1px solid var(--border-strong)!important;box-shadow:var(--shadow-md)!important;border-radius:var(--radius-sm)!important}.maplibregl-popup-tip{border-top-color:var(--bg-card)!important;border-bottom-color:var(--bg-card)!important}.maplibregl-popup-content strong{color:var(--brand)!important;font-family:var(--font-title);font-size:.92rem}.siteFooter{background:#1a1a1a;color:rgba(255,255,255,.65);padding:64px 24px 32px;margin-top:64px}.footerInner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1.5fr repeat(2,1fr) 1.5fr;grid-gap:48px;gap:48px}.footerBrand{display:flex;flex-direction:column;gap:16px}.footerLogo{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-title);font-size:1.6rem;font-weight:900;letter-spacing:-.04em;color:white}.footerLogo .brandLogoText span{color:var(--brand)}.footerBrand p{font-size:.88rem;line-height:1.7;max-width:280px;margin:0}.footerSocial{display:flex;gap:12px;margin-top:4px}.footerSocialLink{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.1);display:grid;place-items:center;color:rgba(255,255,255,.65);transition:all var(--transition)}.footerSocialLink:hover{background:var(--brand);color:white}.footerColumn h3{font-family:var(--font-title);color:white;font-size:.95rem;font-weight:700;margin:0 0 20px;letter-spacing:-.01em}.footerColumn ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footerColumn a{color:rgba(255,255,255,.55);font-size:.85rem;transition:color var(--transition)}.footerColumn a:hover{color:white}.footerNewsletter p{font-size:.85rem;line-height:1.6;margin:0 0 16px}.footerNewsletterForm{display:flex;gap:8px}.footerNewsletterInput{flex:1 1;min-height:42px;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-sm);background:rgba(255,255,255,.08);color:white;padding:0 14px;font-size:.85rem}.footerNewsletterInput::placeholder{color:rgba(255,255,255,.4)}.footerNewsletterInput:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(217,93,57,.2)}.footerNewsletterBtn{padding:0 20px;min-height:42px;border:none;border-radius:var(--radius-sm);background:var(--brand);color:white;font-size:.85rem;font-weight:700;box-shadow:none;cursor:pointer;white-space:nowrap;transition:all var(--transition)}.footerNewsletterBtn:hover{background:var(--brand-dark);transform:none;box-shadow:none}.footerBottom{margin:48px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;font-size:.82rem}.footerBottom p{margin:0}.footerMadeWith{color:rgba(255,255,255,.4)}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-size:.88rem;color:var(--ink-muted);margin-bottom:24px;padding:10px 0}.breadcrumbs a{font-weight:600;transition:color var(--transition)}.breadcrumbs a:hover{color:var(--brand)}.breadcrumbs .separator{color:var(--border);font-weight:300}.breadcrumbs .current{color:var(--ink);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}.appShell{width:min(var(--max-width),calc(100% - 48px));margin:0 auto;padding:32px 0}.eventDetailContainer{border:1px solid var(--border);background:var(--bg-card);box-shadow:var(--shadow-md);border-radius:var(--radius-xl);overflow:hidden}.eventDetailHeader{display:grid;grid-template-columns:minmax(340px,1.2fr) minmax(0,1.8fr);border-bottom:1px solid var(--border)}.eventDetailImageWrap{position:relative;min-height:300px;background:var(--bg-soft);overflow:hidden}.eventDetailImage{width:100%;height:100%;object-fit:cover}.eventDetailCategory{position:absolute;top:20px;left:20px;background:var(--brand);color:white;font-family:var(--font-title);font-size:.78rem;font-weight:800;padding:6px 14px;border-radius:999px;letter-spacing:.06em;text-transform:uppercase}.eventDetailTitleSection{padding:40px;display:flex;flex-direction:column;justify-content:center}.eventDetailTitleSection h1{font-family:var(--font-title);font-size:clamp(2rem,4.2vw,3.2rem);line-height:1.1;margin:0 0 16px;letter-spacing:-.04em;font-weight:900;color:var(--ink)}.eventDetailOrganizer{margin:0;font-size:.95rem;color:var(--ink-secondary);font-weight:500}.eventDetailOrganizer a{color:var(--brand);font-weight:700}.eventDetailOrganizer a:hover{text-decoration:underline}.eventDetailContent{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(320px,1.2fr);grid-gap:40px;gap:40px;padding:40px}.eventDetailInfo h2,.eventDetailMapWrap h2{font-family:var(--font-title);font-size:1.5rem;font-weight:800;margin:0 0 20px;letter-spacing:-.03em}.eventDescription{font-size:1.05rem;line-height:1.7;color:var(--ink);margin:0 0 32px}.eventDetailGrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin-bottom:32px}.detailCard{border:1px solid var(--border);background:var(--bg-card);border-radius:var(--radius-md);padding:20px;display:flex;gap:14px;align-items:flex-start;box-shadow:var(--shadow-sm)}.detailIcon{font-size:1.5rem;line-height:1}.detailText h3{font-size:.78rem;font-weight:700;text-transform:uppercase;color:var(--ink-muted);margin:0 0 4px;letter-spacing:.06em}.detailText p{margin:0;font-size:.95rem;font-weight:700;line-height:1.4}.inlineCityLink{display:inline-block;margin-top:6px;font-size:.82rem;font-weight:700;color:var(--brand)}.inlineCityLink:hover{text-decoration:underline}.detailTags{display:flex;flex-wrap:wrap;gap:6px}.detailTag{background:var(--bg-soft);color:var(--ink);font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:999px;border:1px solid var(--border)}.eventDetailActions{display:flex;gap:12px;align-items:center}.btnLarge,.detailsActions a,.primaryButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;min-height:46px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--brand);color:white;font-weight:700;font-size:.92rem;text-decoration:none;box-shadow:none;transition:all var(--transition);cursor:pointer}.btnLarge:hover,.detailsActions a:hover,.primaryButton:hover{background:var(--brand-dark);transform:none;box-shadow:none}.btnLarge{padding:14px 30px;font-size:.95rem}.priceNotice{font-size:1.15rem;font-weight:900;color:var(--green)}.eventDetailMapWrap{display:flex;flex-direction:column}.detailMapContainer{height:380px;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border)}.mapHint{font-size:.78rem;color:var(--ink-muted);margin:10px 0 0;text-align:right;font-weight:500}.eventDetailPage{position:relative;z-index:1;padding-top:22px}.eventDetailBreadcrumbs{margin-bottom:18px;font-size:.76rem}.eventDetailShell{display:grid;grid-gap:32px;gap:32px}.eventDetailBodyGrid,.eventDetailMediaGrid{display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-gap:28px;gap:28px;align-items:start}.eventDetailMediaGrid{align-items:stretch}.eventDetailBodyGrid{grid-template-columns:minmax(0,.95fr) minmax(430px,.8fr)}.eventDetailMain{min-width:0;display:grid;grid-gap:32px;gap:32px}.eventDetailDescriptionBlock{align-self:start}.eventDetailIntroCard{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:6px 0 0}.eventDetailCategoryBadge{display:inline-flex;align-items:center;min-height:22px;border-radius:999px;color:#fff;padding:0 10px;font-size:.64rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.eventDetailIntroCard h1{max-width:760px;margin:12px 0 10px;color:#171413;font-family:var(--font-title);font-size:clamp(2rem,4.8vw,3.2rem);line-height:1.02;font-weight:900;letter-spacing:0}.eventDetailMetaLine{display:flex;flex-wrap:wrap;gap:10px;color:#57514d;font-size:.86rem;font-weight:800}.eventDetailMetaLine span{display:inline-flex;align-items:center;min-height:24px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(39,35,34,.09);padding:0 10px}.eventDetailActionsBar{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px;min-width:240px}.eventDetailIconButton{min-height:38px;border:1px solid rgba(39,35,34,.12);border-radius:9px;background:rgba(255,255,255,.86);color:#252120;display:inline-flex;align-items:center;gap:7px;padding:0 12px;font-size:.78rem;font-weight:800;cursor:pointer}.eventDetailIconButton:hover,.eventDetailIconButtonActive{border-color:rgba(217,93,57,.3);background:#fef2ee;color:var(--brand-dark)}.eventDetailShareStatus{flex-basis:100%;color:var(--ink-secondary);font-size:.72rem;font-weight:700;text-align:right}.eventDetailLeadImageWrap{position:relative;overflow:hidden;aspect-ratio:1.9/1;border-radius:14px;background:var(--bg-soft);box-shadow:var(--shadow-md)}.eventDetailLeadImage{width:100%;height:100%;object-fit:cover;display:block}.eventDetailSection{display:grid;grid-gap:16px;gap:16px}.eventDetailSection h2,.eventDetailSummaryCard h2{margin:0;color:#171413;font-family:var(--font-title);font-size:1.12rem;font-weight:900;letter-spacing:0}.eventDetailSectionHeader{display:flex;align-items:center;justify-content:space-between;gap:16px}.eventDetailSectionHeader a{color:var(--brand);font-size:.78rem;font-weight:900}.eventDetailSection .eventDescription{margin:0;color:#252120;font-size:.94rem;line-height:1.72}.eventDetailSection .eventDescription p{margin:0 0 14px}.eventDetailSection .eventDescription p:last-child{margin-bottom:0}.eventOrganizerPanel{border-top:1px solid rgba(39,35,34,.08);padding-top:10px}.eventOrganizerRow{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px}.eventOrganizerAvatar{width:44px;height:44px;border-radius:999px;background:#252120;color:#fff;display:grid;place-items:center;font-weight:900}.eventOrganizerInfo{display:grid;grid-gap:2px;gap:2px}.eventOrganizerInfo strong{color:#171413}.eventOrganizerInfo span{color:#157f48;font-size:.76rem;font-weight:800}.eventOrganizerLink{min-height:38px;padding:0 16px;font-size:.78rem}.eventSourceList{display:grid;grid-gap:10px;gap:10px}.eventSourceItem{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;min-height:56px;border:1px solid rgba(39,35,34,.09);border-radius:10px;background:#fff;padding:10px 12px;color:#252120;text-decoration:none;box-shadow:var(--shadow-sm)}.eventSourceIcon{width:30px;height:30px;border-radius:8px;background:#fef2ee;color:var(--brand);display:grid;place-items:center;font-size:.76rem;font-weight:900}.eventSourceItem small,.eventSourceItem strong{display:block}.eventSourceItem strong{font-size:.82rem}.eventSourceItem small{color:var(--ink-secondary);font-size:.72rem;margin-top:2px}.eventSourceArrow{color:#9a948f;font-weight:900}.relatedEventsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.relatedEventCard{overflow:hidden;border:1px solid rgba(39,35,34,.09);border-radius:12px;background:#fff;color:#252120;text-decoration:none;box-shadow:var(--shadow-sm)}.relatedEventCard img{width:100%;aspect-ratio:1.55/1;object-fit:cover;display:block}.relatedEventBody{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:10px;gap:10px;padding:10px}.relatedEventDate{display:grid;justify-items:center;align-content:start;min-width:38px;color:#252120;text-transform:uppercase}.relatedEventDate strong{font-size:1.05rem;line-height:1}.relatedEventDate span{color:var(--ink-secondary);font-size:.62rem;font-weight:900}.relatedEventCard h3{margin:0 0 4px;color:#171413;font-size:.82rem;line-height:1.22}.relatedEventCard p,.relatedEventCard span{margin:0;color:var(--ink-secondary);font-size:.7rem;font-weight:700}.relatedEventCard .relatedEventFree{color:#157f48}.eventDetailSummaryCard{border:1px solid rgba(39,35,34,.09);border-radius:14px;background:rgba(255,255,255,.94);box-shadow:var(--shadow-sm);padding:18px;display:grid;grid-gap:14px;gap:14px;height:100%}.eventSummaryItem{display:grid;grid-gap:4px;gap:4px;border-top:1px solid rgba(39,35,34,.08);padding-top:13px}.eventSummaryItem:first-of-type{border-top:0;padding-top:0}.eventSummaryItem span{color:var(--ink-muted);font-size:.64rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.eventSummaryItem strong{color:#171413;font-size:.86rem;line-height:1.46}.eventSummaryItem small{display:flex;flex-wrap:wrap;gap:8px}.eventSummaryItem small a{color:var(--brand);font-size:.72rem;font-weight:900;text-decoration:none}.eventSummaryItem small a:hover{text-decoration:underline}.eventDetailMapPlain .detailMapContainer{height:320px;border-radius:14px;box-shadow:var(--shadow-sm)}.edBreadcrumbs{margin-bottom:18px;font-size:.8rem}.edBreadcrumbs svg{vertical-align:-2px}.edShell{display:grid;grid-gap:0;gap:0}.edHero{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);grid-gap:40px;gap:40px;align-items:start;margin-bottom:32px}.edHeroImageCol{display:flex;flex-direction:column;gap:12px}.edHeroImageWrap{position:relative;border-radius:16px;overflow:hidden;background:var(--bg-soft);box-shadow:var(--shadow-lg)}.edHeroImage{width:100%;height:auto;display:block}.edCategoryBadge{position:absolute;top:16px;left:16px;display:inline-flex;align-items:center;min-height:26px;border-radius:6px;color:#fff;padding:0 12px;font-size:.7rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;z-index:2;box-shadow:0 2px 8px rgba(0,0,0,.25)}.edImageActions{display:flex;gap:8px}.edSaveBtn{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:0 14px;border:1px solid var(--border-strong);border-radius:999px;background:#fff;color:var(--ink);font-size:.82rem;font-weight:700;cursor:pointer;transition:all var(--transition)}.edSaveBtn:hover,.edSaveBtnActive{border-color:#e74c3c;color:#e74c3c;background:#fef2f0}.edSaveBtnActive svg{color:#e74c3c}.edHeroInfo{display:flex;flex-direction:column;gap:16px;padding:8px 0}.edHeroInfo h1{margin:0;font-family:var(--font-title);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:900;line-height:1.08;letter-spacing:-.02em;color:var(--ink)}.edHeroMeta{display:flex;flex-wrap:wrap;gap:8px}.edMetaChip{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 12px;border-radius:999px;background:var(--bg-soft);border:1px solid var(--border);color:var(--ink-secondary);font-size:.82rem;font-weight:600}.edMetaChip svg{color:var(--ink-muted);flex-shrink:0}.edHeroDesc{margin:0;color:var(--ink-secondary);font-size:.94rem;line-height:1.6;max-width:560px}.edHeroCta{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.edTicketBtn{display:inline-flex;align-items:center;gap:8px;min-height:46px;padding:0 24px;border-radius:10px;background:var(--green);color:#fff;font-size:.9rem;font-weight:700;text-decoration:none;box-shadow:0 2px 8px rgba(22,163,74,.3);transition:all var(--transition)}.edTicketBtn:hover{background:#15803d;box-shadow:0 4px 16px rgba(22,163,74,.4);transform:translateY(-1px)}.edShareBtn{display:inline-flex;align-items:center;gap:6px;min-height:46px;padding:0 18px;border:1px solid var(--border-strong);border-radius:10px;background:#fff;color:var(--ink);font-size:.85rem;font-weight:700;cursor:pointer;transition:all var(--transition)}.edShareBtn:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-light)}.edShareStatus{font-size:.76rem;color:var(--green);font-weight:700;flex-basis:100%}.edInfoBar{display:flex;flex-direction:column;gap:0;background:transparent;border:none;margin-top:24px;margin-bottom:0}.edInfoBarHeader{padding:12px 0 16px;border-bottom:1px solid var(--border);background:transparent}.edInfoBarHeader h2{margin:0;font-family:var(--font-title);font-size:.94rem;font-weight:900;color:var(--ink);letter-spacing:-.01em}.edInfoItem{display:flex;gap:14px;align-items:flex-start;padding:16px 0;border-bottom:1px solid var(--border)}.edInfoItem:last-child{border-bottom:none}.edSectionNav{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:0}.edNavLink{display:inline-flex;align-items:center;min-height:44px;padding:0 20px;color:var(--ink-secondary);font-size:.88rem;font-weight:600;text-decoration:none;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all var(--transition)}.edNavLink:hover{color:var(--ink)}.edNavLinkActive{color:var(--ink);font-weight:700;border-bottom-color:var(--ink)}.edInfoIcon{width:38px;height:38px;border-radius:50%;background:var(--brand-light);color:var(--brand);display:grid;place-items:center;flex-shrink:0}.edInfoText{display:flex;flex-direction:column;gap:2px;min-width:0}.edInfoLabel{color:var(--ink-muted);font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.edInfoText strong{color:var(--ink);font-size:.88rem;line-height:1.35;font-weight:700}.edInfoSub{color:var(--ink-secondary);font-size:.76rem;font-weight:600}.edContentGrid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);grid-gap:40px;gap:40px;padding-bottom:32px;border-bottom:1px solid var(--border);margin-bottom:32px;scroll-margin-top:80px}.edDescSection h2,.edMapSection h2,.edOrgSection h2,.edRelatedSection h2,.edSourcesSection h2{margin:0 0 16px;font-family:var(--font-title);font-size:1.2rem;font-weight:900;color:var(--ink);letter-spacing:-.01em}.edExpandWrap{position:relative}.edExpandContent{font-size:.95rem;line-height:1.75;color:var(--ink)}.edExpandContent p{margin:0 0 14px}.edExpandContent p:last-child{margin-bottom:0}.edExpandContentCollapsed{max-height:280px;overflow:hidden;position:relative}.edExpandGradient{position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to bottom,transparent,var(--bg));pointer-events:none}.edExpandToggle{display:inline-flex;align-items:center;gap:6px;margin-top:12px;padding:8px 16px;border:1px solid var(--border-strong);border-radius:999px;background:#fff;color:var(--ink);font-size:.84rem;font-weight:700;cursor:pointer;transition:all var(--transition)}.edExpandToggle:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-light)}.edMapSection{display:flex;flex-direction:column;gap:12px}.edMapContainer{height:340px;border-radius:14px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-sm)}.edMapAddress{margin:0;color:var(--ink);font-size:.88rem;font-weight:600}.edGoogleMapsLink{display:inline-flex;align-items:center;gap:6px;color:var(--green);font-size:.84rem;font-weight:700;text-decoration:none;transition:color var(--transition)}.edGoogleMapsLink:hover{color:#15803d;text-decoration:underline}.edBottomGrid{display:grid;grid-template-columns:minmax(260px,1fr) minmax(0,2fr);grid-gap:40px;gap:40px;align-items:start}.edBottomLeft{display:flex;flex-direction:column;gap:28px}.edOrgSection{padding-bottom:20px;border-bottom:1px solid var(--border);scroll-margin-top:80px}.edOrgRow{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.edOrgAvatar{width:42px;height:42px;border-radius:999px;background:#252120;color:#fff;display:grid;place-items:center;font-weight:900;font-size:1rem;overflow:hidden;flex-shrink:0}.edOrgAvatar img{width:100%;height:100%;object-fit:cover}.edOrgInfo{display:flex;flex-direction:column;gap:2px;flex:1 1;min-width:0}.edOrgInfo strong{color:var(--ink);font-size:.9rem}.edOrgInfo span{color:var(--green);font-size:.76rem;font-weight:700}.edOrgLink{display:inline-flex;align-items:center;gap:5px;min-height:34px;padding:0 14px;border:1px solid var(--border-strong);border-radius:8px;background:#fff;color:var(--ink);font-size:.78rem;font-weight:700;text-decoration:none;transition:all var(--transition)}.edOrgLink:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-light)}.edSourcesSection{scroll-margin-top:80px}.edSourceList{display:grid;grid-gap:10px;gap:10px}.edSourceItem{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;min-height:52px;padding:10px 14px;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--ink);text-decoration:none;transition:all var(--transition)}a.edSourceItem:hover{border-color:var(--brand);box-shadow:var(--shadow-sm)}.edSourceIcon{width:32px;height:32px;border-radius:999px;background:var(--bg-soft);color:var(--ink-secondary);display:grid;place-items:center;font-size:.82rem;font-weight:900}.edSourceText{display:flex;flex-direction:column;gap:1px;min-width:0}.edSourceText strong{font-size:.84rem;color:var(--ink)}.edSourceText small{color:var(--ink-muted);font-size:.72rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.edSourceArrow{color:var(--ink-muted);transition:color var(--transition)}a.edSourceItem:hover .edSourceArrow{color:var(--brand)}.edRelatedHeader{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.edRelatedLink{color:var(--green);font-size:.82rem;font-weight:700;text-decoration:none;white-space:nowrap}.edRelatedLink:hover{text-decoration:underline}.edRelatedGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));grid-gap:16px;gap:16px}.edRelatedCard{overflow:hidden;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--ink);text-decoration:none;box-shadow:var(--shadow-sm);transition:all var(--transition)}.edRelatedCard:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.edRelatedCardImageWrap{position:relative;aspect-ratio:1.5/1;overflow:hidden;background:var(--bg-soft)}.edRelatedCardImageWrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.edRelatedCard:hover .edRelatedCardImageWrap img{transform:scale(1.04)}.edRelatedCardBadge{position:absolute;top:8px;left:8px;display:inline-flex;align-items:center;min-height:20px;padding:0 8px;border-radius:4px;color:#fff;font-size:.6rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 1px 4px rgba(0,0,0,.2)}.edRelatedCardBody{display:flex;flex-direction:column;gap:4px;padding:12px}.edRelatedCardBody h3{margin:0;font-size:.88rem;font-weight:700;color:var(--ink);line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.edRelatedCardDate{color:var(--ink-secondary);font-size:.74rem;font-weight:600}.edRelatedCardLocation{color:var(--ink-muted);font-size:.74rem;font-weight:600}.edRelatedCardPrice{color:var(--brand);font-size:.78rem;font-weight:800;margin-top:2px}.edRelatedCardPriceFree{color:var(--green)}@media (max-width:1080px){.edHero{gap:24px}.edBottomGrid,.edContentGrid,.edHero{grid-template-columns:1fr}}@media (max-width:700px){.edHeroInfo h1{font-size:1.6rem}.edRelatedGrid{grid-template-columns:repeat(2,1fr)}.edSectionNav{overflow-x:auto;-webkit-overflow-scrolling:touch}.edNavLink{white-space:nowrap;padding:0 14px;font-size:.82rem}.edOrgRow{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.edRelatedGrid{grid-template-columns:1fr}.edHeroCta{flex-direction:column;align-items:stretch}.edShareBtn,.edTicketBtn{justify-content:center}}.detailsPanel{display:grid;grid-gap:16px;gap:16px;border-radius:var(--radius-lg);padding:24px;background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.detailsPanel h2{font-family:var(--font-title);margin:10px 0 8px;font-size:1.5rem;letter-spacing:-.03em;line-height:1.2}.detailsPanel p{margin:0;color:var(--ink-secondary);line-height:1.6}.pill,.tagRow span{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;border-radius:999px;background:var(--bg-soft);color:var(--ink);font-size:.78rem;font-weight:700;padding:4px 10px;border:1px solid var(--border);letter-spacing:.04em}.detailsGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.detailsGrid span{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);padding:12px;font-size:.88rem;font-weight:600}.detailsActions,.tagRow{display:flex;flex-wrap:wrap;gap:10px}.hero{display:grid;grid-template-columns:minmax(0,1fr) 280px;grid-gap:32px;gap:32px;align-items:center;margin-bottom:36px}.hero h1{max-width:950px;margin:10px 0 14px;font-family:var(--font-title);font-size:clamp(2.4rem,7vw,4.8rem);line-height:.95;letter-spacing:-.04em;font-weight:900;color:var(--ink)}.heroCopy{max-width:800px;margin:0;color:var(--ink-secondary);font-size:1.1rem;line-height:1.65}.eyebrow{margin:0;color:var(--green);font-size:.8rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.heroCard{display:flex;min-height:180px;flex-direction:column;justify-content:flex-end;padding:24px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-soft);box-shadow:var(--shadow-sm)}.heroMetric{display:block;color:var(--brand);font-family:var(--font-title);font-size:5rem;font-weight:900;line-height:.8;letter-spacing:-.06em;margin-bottom:4px}.filtersPanel{position:relative;z-index:150;display:grid;grid-template-columns:minmax(280px,1.25fr) minmax(280px,1.55fr) 180px 200px;grid-gap:20px;gap:20px;align-items:flex-start;margin-bottom:28px;padding:20px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.filterGroup{display:grid;grid-gap:10px;gap:10px}.filterGroup label,.labelLike{color:var(--ink-muted);font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.locationControls{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px}.secondaryButton,.segmented button{background:var(--bg-soft);color:var(--ink);box-shadow:none;border:1px solid var(--border-strong)}.secondaryButton:hover,.segmented button:hover{background:var(--bg-card);transform:none;box-shadow:none}.gpsButton{min-height:46px}.segmented{display:flex;flex-wrap:wrap;gap:8px}.segmented button{min-height:38px;border-radius:var(--radius-sm);font-size:.82rem;padding:0 12px}.segmented .active{background:var(--ink);color:white;border-color:var(--ink)}.dateInput{max-width:100%}.dateRangeFields{display:grid;grid-template-columns:repeat(2,minmax(0,168px));grid-gap:8px;gap:8px;align-items:end;max-width:360px}.dateRangeFieldsCompact{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}.dateRangeField{display:grid;min-width:0;grid-gap:4px;gap:4px}.dateRangeField span{color:var(--ink-muted);font-size:.72rem;font-weight:700;letter-spacing:0;text-transform:none}.dateRangeField input{width:100%;min-width:0}.hint{margin:0;color:var(--ink-muted);font-size:.82rem}.workspace{position:relative;z-index:10;display:grid;grid-template-columns:minmax(380px,.42fr) minmax(0,.58fr);grid-gap:28px;gap:28px;align-items:flex-start}.eventList{max-height:calc(100vh - 280px);min-height:680px;padding:20px;display:flex;flex-direction:column;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.sectionHeading{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:20px}.sectionHeading h2{font-family:var(--font-title);font-size:1.45rem;letter-spacing:-.03em;margin:4px 0 0}.sectionHeading>span{display:grid;width:44px;height:44px;place-items:center;border-radius:var(--radius-sm);background:var(--bg-soft);color:var(--brand);font-family:var(--font-title);font-weight:900;font-size:1rem;border:1px solid var(--border)}.cards{display:grid;grid-gap:16px;gap:16px;overflow-y:auto;padding-right:6px;flex:1 1}.cards::-webkit-scrollbar{width:4px}.cards::-webkit-scrollbar-track{background:transparent}.cards::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}.eventCard{display:grid;grid-template-columns:136px 1fr;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);cursor:pointer;box-shadow:var(--shadow-sm);transition:all .25s ease}.eventCard.selected,.eventCard:hover{border-color:var(--border-strong);background:var(--bg-card-hover);transform:translateY(-2px);box-shadow:var(--shadow-md)}.eventCard.selected{border-color:var(--brand);box-shadow:0 4px 16px rgba(217,93,57,.15)}.eventCard img{width:100%;height:100%;min-height:180px;object-fit:cover;border-right:1px solid var(--border)}.eventCardBody{padding:16px;flex-direction:column}.cardTopline,.eventCardBody{display:flex;justify-content:space-between}.cardTopline{gap:12px;color:var(--brand);font-size:.76rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.eventCard h3{margin:8px 0;font-family:var(--font-title);font-size:1.1rem;letter-spacing:-.02em;line-height:1.25}.eventCard p{display:-webkit-box;margin:0 0 10px;overflow:hidden;color:var(--ink-secondary);font-size:.88rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.eventCard dl{display:grid;grid-gap:6px;gap:6px;margin:0;border-top:1px solid var(--border);padding-top:10px}.eventCard dl div{display:grid;grid-template-columns:54px 1fr;grid-gap:8px;gap:8px}.eventCard dt{color:var(--ink-muted);font-size:.72rem;font-weight:700;text-transform:uppercase}.eventCard dd{margin:0;font-size:.82rem;font-weight:600}.mapPanel{display:grid;grid-gap:20px;gap:20px;padding:16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.eventCardLink{color:inherit;text-decoration:none}.rangeSliderWrap{display:flex;flex-direction:column;gap:6px;padding:4px 0}.rangeSlider{-webkit-appearance:none;width:100%;height:4px;border-radius:3px;background:var(--border);outline:none;margin:12px 0 6px;padding:0;border:none}.rangeSlider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--brand);border:2px solid white;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.2);-webkit-transition:transform .1s ease;transition:transform .1s ease}.rangeSlider::-webkit-slider-thumb:hover{transform:scale(1.15)}.rangeSlider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--brand);border:2px solid white;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.2)}.rangeLabels{display:flex;justify-content:space-between;color:var(--ink-muted);font-size:.75rem;font-weight:600}@media (max-width:1200px){.mainLayout{grid-template-columns:1fr 340px}.inspirationGrid,.popularGrid{grid-template-columns:repeat(4,1fr)}.valueGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.mainLayout{grid-template-columns:1fr}.sidebar{position:static}.sidebarMapWrap{height:350px}.eventCardsGrid{grid-template-columns:repeat(2,1fr)}.navLinks,.navRight{display:none}.navHamburger{display:flex}.filtersPanel,.workspace{grid-template-columns:1fr}.eventList{max-height:none;min-height:auto}}@media (max-width:768px){.homePage{width:calc(100% - 32px)}.heroTitle{font-size:clamp(2rem,8vw,3rem)}.searchPanel{padding:20px;border-radius:var(--radius-lg)}.inspirationGrid{grid-template-columns:repeat(2,1fr)}.eventCardsGrid{grid-template-columns:1fr}.popularGrid{grid-template-columns:repeat(2,1fr)}.valueGrid{grid-template-columns:1fr}.featuredCard{flex:0 0 280px}.stickyFilterBarInner{padding:8px 16px;gap:2px;overflow-x:auto;scrollbar-width:none}.stickyFilterBarInner::-webkit-scrollbar{display:none}.stickyFilterChip{font-size:.75rem;padding:4px 10px}.footerInner{gap:32px}.eventDetailContent,.eventDetailHeader,.footerInner,.hero{grid-template-columns:1fr}.eventDetailContent{padding:24px}.eventDetailGrid{grid-template-columns:1fr}.eventDetailTitleSection{padding:24px}.eventDetailActions{flex-direction:column;align-items:stretch}}@media (max-width:480px){.inspirationGrid{grid-template-columns:repeat(2,1fr);gap:8px}.inspirationTile{padding:16px 12px}.inspirationEmoji{font-size:1.6rem}.popularGrid{grid-template-columns:1fr}.footerBottom{gap:12px;text-align:center}.footerBottom,.footerNewsletterForm{flex-direction:column}}.heroSection{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:48px;gap:48px;padding:64px 0 40px}.heroLeft{display:flex;flex-direction:column}.heroRight{display:flex;justify-content:flex-end;width:100%}.heroRight .heroCard{width:100%;max-width:460px;min-height:auto;padding:28px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);display:flex;flex-direction:column;justify-content:flex-start}.heroCardTitle{margin:0 0 20px;font-family:var(--font-title);font-size:1.05rem;font-weight:700;line-height:1.5;color:var(--ink)}.heroQuickTiles{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.heroQuickTile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px 10px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-soft);color:var(--ink);cursor:pointer;box-shadow:none;min-height:unset;transition:all var(--transition)}.heroQuickTile:hover{background:var(--bg-card);border-color:var(--brand);transform:translateY(-3px);box-shadow:var(--shadow-sm)}.heroQuickTile:active{transform:translateY(-1px)}.heroQuickTileIcon{font-size:1.5rem;line-height:1}.heroQuickTileLabel{font-size:.78rem;font-weight:700;color:var(--ink-secondary)}@media (max-width:1024px){.heroSection{grid-template-columns:1fr;gap:32px;text-align:center;padding:40px 0}.heroLeft{align-items:center}.heroSubtitle{margin-left:auto;margin-right:auto}.heroRight{justify-content:center}.heroRight .heroCard{max-width:500px}}@media (max-width:980px){.eventDetailBodyGrid,.eventDetailMediaGrid{grid-template-columns:1fr}.eventDetailIntroCard{flex-direction:column}.eventDetailActionsBar{justify-content:flex-start;min-width:0}.eventDetailShareStatus{text-align:left}}@media (max-width:700px){.eventDetailLeadImageWrap{aspect-ratio:1.25/1;border-radius:12px}.eventOrganizerRow{grid-template-columns:auto minmax(0,1fr)}.eventOrganizerLink{grid-column:1/-1;justify-self:start}.relatedEventsGrid{grid-template-columns:1fr}}.navLeft{display:flex;align-items:center;gap:28px}.navLocationSelector{display:flex;flex-direction:column;gap:2px;border-left:1px solid var(--border);padding-left:20px}.navLocationLabel{font-size:.65rem;font-weight:700;color:var(--ink-secondary);text-transform:uppercase;letter-spacing:.04em;line-height:1}.navLocationBtn{display:inline-flex;align-items:center;gap:4px;padding:0;border:none;background:transparent;color:var(--ink);font-size:.88rem;font-weight:700;transition:color var(--transition)}.navLocationBtn:hover{color:var(--brand)}.navLocationPin{font-size:.95rem}.navLocationArrow{font-size:.6rem;color:var(--ink-secondary);margin-left:2px}.navLinkNotif,.navNotifBadge{display:inline-flex;align-items:center}.navNotifBadge{min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#d95d39;color:white;font-size:.68rem;font-weight:800;justify-content:center;margin-left:6px;line-height:1}.navThemeToggle{background:transparent;border:none;font-size:1.15rem;cursor:pointer;display:grid;place-items:center;padding:8px;border-radius:50%;color:var(--ink-secondary);transition:all var(--transition)}.navThemeToggle:hover{background:var(--bg-soft);color:var(--ink)}.navUserWrapper{display:flex;align-items:center;gap:6px;cursor:pointer}.navUserAvatar{border-radius:50%;object-fit:cover;border:1px solid var(--border);transition:border-color var(--transition)}.navUserWrapper:hover .navUserAvatar{border-color:var(--brand)}.navAvatarArrow{font-size:.6rem;color:var(--ink-secondary)}.navAccount{display:flex;align-items:center;gap:10px}.navUserInitial{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--brand);color:#fff;font-weight:800}.navUserName{max-width:130px;overflow:hidden;color:var(--ink);font-size:.9rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.navAuthButton{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--ink);padding:7px 12px;font:inherit;font-size:.88rem;font-weight:800}.eventCardH{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:all .25s cubic-bezier(.4,0,.2,1);margin-bottom:16px}.eventCardH:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--border-strong)}.eventCardHLink{display:flex;gap:24px;text-decoration:none;color:inherit;padding:20px}.eventCardHImageWrap{flex:0 0 220px;aspect-ratio:16/10;overflow:hidden;border-radius:var(--radius-md);position:relative}.eventCardHImage{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.eventCardH:hover .eventCardHImage{transform:scale(1.04)}.eventCardHBody{flex:1 1;flex-direction:column;min-width:0}.eventCardHBody,.eventCardHTop{display:flex;justify-content:space-between}.eventCardHTop{align-items:center;margin-bottom:8px}.eventCardHCategory{font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.eventCardHTopRight{display:flex;align-items:center;gap:12px}.eventCardHDate{font-size:.82rem;font-weight:600;color:var(--ink-secondary)}.eventCardHFav{background:transparent;border:none;color:var(--ink-muted);padding:4px;display:grid;place-items:center;cursor:pointer;transition:all var(--transition)}.eventCardHFav:hover{color:#ef4444;transform:scale(1.1)}.eventCardHTitle{margin:0 0 6px;font-family:var(--font-title);font-size:1.2rem;font-weight:800;color:var(--ink);line-height:1.3;letter-spacing:-.01em}.eventCardHDesc{margin:0 0 16px;color:var(--ink-secondary);font-size:.88rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.eventCardHBottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);padding-top:12px;margin-top:auto}.eventCardHLocation{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:600;color:var(--ink-secondary)}.eventCardHLocation svg{color:var(--ink-muted)}.eventCardHPriceDist{display:flex;align-items:center;gap:12px}.eventCardHDist{font-size:.82rem;font-weight:700;color:var(--brand)}.eventCardHPrice{font-size:.88rem;font-weight:800;color:var(--ink)}.eventCardHPriceFree{color:var(--green)}@media (max-width:768px){.eventCardHLink{flex-direction:column;gap:16px;padding:16px}.eventCardHImageWrap{flex:0 0 auto;width:100%;aspect-ratio:16/10}.eventCardHBottom{flex-direction:column;align-items:flex-start;gap:12px}.eventCardHPriceDist{width:100%;justify-content:space-between}}.featuredLayout{display:grid;grid-template-columns:2.3fr 1.1fr;grid-gap:32px;gap:32px;align-items:stretch}.featuredLeft{min-width:0}.featuredLeft,.featuredMapCard,.featuredRight{display:flex;flex-direction:column}.featuredMapCard{height:100%;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow var(--transition)}.featuredMapCard:hover{box-shadow:var(--shadow-md)}.featuredMapHeader{padding:16px 20px;border-bottom:1px solid var(--border);background:var(--bg-card)}.featuredMapHeader h3{margin:0;font-family:var(--font-title);font-weight:800;color:var(--ink);letter-spacing:-.01em}.featuredMapWrap{flex:1 1;min-height:320px;position:relative}.featuredMapWrap .mapLibreCanvas,.featuredMapWrap .mapLoading{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:0}.featuredMapFooter{padding:16px 20px;border-top:1px solid var(--border);background:var(--bg-card);display:flex;justify-content:center}.featuredMapBtn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--bg-card);color:var(--ink);font-size:.88rem;font-weight:700;cursor:pointer;transition:all var(--transition)}.featuredMapBtn:hover{background:var(--bg-soft);border-color:var(--ink)}.featuredHeaderRight{display:flex;align-items:center;gap:20px}.featuredSeeAll{font-size:.88rem;font-weight:700;color:var(--brand);transition:color var(--transition)}.featuredSeeAll:hover{color:var(--brand-dark)}@media (max-width:1024px){.featuredLayout{grid-template-columns:1fr;gap:32px}.featuredMapWrap{height:350px;min-height:auto}}:root{--bg:#fcfbf8;--bg-soft:#f7f3ee;--bg-card:#fffefb;--ink:#272322;--ink-secondary:#6f6b67;--ink-muted:#a29d98;--border:rgba(63,52,45,0.105);--border-strong:rgba(63,52,45,0.155);--brand:#ee4b22;--brand-dark:#c93614;--brand-light:#fff1ec;--green:#2ea043;--shadow-sm:0 3px 14px rgba(43,35,29,0.055);--shadow-md:0 16px 38px rgba(43,35,29,0.08);--shadow-lg:0 22px 58px rgba(43,35,29,0.12);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:18px;--max-width:1260px}body{background:linear-gradient(180deg,#fffefd,#fcfbf8 48%,#fff);font-size:14px}.mainContent{position:relative;overflow:hidden}.mainContent:before{content:"";position:absolute;inset:0 0 auto;height:520px;pointer-events:none;background-image:url(/background.png);background-position:top;background-repeat:no-repeat;background-size:cover;filter:brightness(.92) contrast(1.08) saturate(1.14);opacity:.65;mask-image:linear-gradient(180deg,#000,#000 65%,transparent);-webkit-mask-image:linear-gradient(180deg,#000,#000 65%,transparent)}.homePage{position:relative;z-index:1;width:min(var(--max-width),calc(100% - 92px));padding-bottom:36px}.navbar{padding:0 48px;background:rgba(255,255,255,.82);border-bottom:1px solid rgba(39,35,34,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.navbar,.navbarInner{height:64px}.footerLogo,.navLogo{font-size:1.36rem;letter-spacing:-.055em}.navLeft{gap:22px}.navLocationSelector{min-width:118px;padding-left:18px}.navLocationLabel{color:#8e8a86;font-size:.68rem;letter-spacing:.02em;text-transform:none}.navLocationBtn{font-size:.86rem}.navLocationPin{color:#148c61;display:inline-grid;width:14px;height:14px;place-items:center}.navLocationPin svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.navLinks{gap:30px}.navLink{position:relative;padding:22px 0 20px;border-radius:0;color:#2f2a28;background:transparent;font-size:.86rem;font-weight:700}.navLink.navLinkActive,.navLink:hover{color:#211d1b;background:transparent}.navLink.navLinkActive:after{content:"";position:absolute;left:4px;right:4px;bottom:0;height:3px;border-radius:3px 3px 0 0;background:var(--brand)}.navNotifBadge{width:17px;min-width:17px;height:17px;margin-left:5px;background:var(--brand);font-size:.62rem}.navRight{gap:18px}.navThemeToggle{width:38px;height:38px;padding:0}.navUserAvatar{width:36px;height:36px}.heroSection{grid-template-columns:minmax(0,1fr) 574px;gap:52px;align-items:center;min-height:274px;padding:36px 8px 30px}.heroDecoration{display:none}.heroTitle{max-width:560px;margin-bottom:18px;color:#252120;font-size:clamp(2.9rem,4.55vw,4.05rem);line-height:1.03;letter-spacing:-.055em}.heroSubtitle{max-width:575px;margin-bottom:0;color:#5f5b58;font-size:1.02rem;line-height:1.58}.heroRight .heroCard{max-width:580px;padding:28px 30px 26px;border-radius:16px;border-color:rgba(64,52,44,.12);background:rgba(255,253,248,.88);box-shadow:0 16px 42px rgba(45,37,31,.075);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.heroCardTitle{margin-bottom:22px;font-size:1rem;line-height:1.35}.heroQuickTiles{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.heroQuickTile{min-height:86px;padding:13px 8px 12px;border-color:rgba(64,52,44,.115);border-radius:10px;background:rgba(255,255,252,.72)}.heroQuickTileIcon{display:grid;width:30px;height:30px;place-items:center}.heroQuickTileIcon svg{width:29px;height:29px;overflow:visible}.heroQuickTileLabel{color:#2f2a28;font-size:.74rem;font-weight:800;white-space:nowrap}.searchPanel{margin:-2px 0 34px;padding:18px 20px 17px;border-color:rgba(64,52,44,.115);border-radius:16px;background:rgba(255,253,248,.96);box-shadow:0 14px 38px rgba(43,35,29,.075)}.searchTopRow{display:grid;grid-template-columns:280px 220px minmax(0,1fr);grid-gap:16px;gap:16px;align-items:end}.searchSubmitRow{display:flex;justify-content:flex-end;margin-top:20px}.searchSubmitBtn{min-width:160px;min-height:42px;padding:0 24px;border:0;border-radius:12px;background:linear-gradient(180deg,#fa5d2c,#e94117);color:#fff;font-size:.86rem;font-weight:800;cursor:pointer;box-shadow:0 6px 16px rgba(238,75,34,.16);transition:all .2s ease}.searchSubmitBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(238,75,34,.28);filter:brightness(1.04)}.searchSubmitBtn:active{transform:translateY(-1px)}.searchGroup{display:grid;grid-gap:8px;gap:8px}.searchLabel{color:#4d4844;font-size:.72rem;font-weight:700;letter-spacing:0;text-transform:none}.autocompleteContainer,.searchLocationControls{display:flex;width:100%}.autocompleteContainer{position:relative;flex:1 1;align-items:center;gap:12px;background:#fefdfa!important;border:1px solid rgba(64,52,44,.12)!important;border-radius:12px!important;padding:0 12px 0 14px!important;min-height:42px!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important}.autocompleteContainer:focus-within{border-color:var(--brand)!important;background:#ffffff!important;box-shadow:0 0 0 3px rgba(217,93,57,.1)!important}.autocompleteContainer input{border:0!important;background:transparent!important;padding:0!important;min-height:auto!important;font-size:.84rem!important;font-weight:600!important;color:#2d2926!important;width:100%!important;outline:none!important;box-shadow:none!important}.locationBoxGpsBtn,.locationBoxPin{display:flex;align-items:center;justify-content:center;flex-shrink:0}.locationBoxGpsBtn{width:30px;height:30px;border:0;background:transparent;color:#5d5754;border-radius:50%;cursor:pointer;transition:all .2s ease;padding:0}.locationBoxGpsBtn:hover{background:rgba(217,93,57,.08);color:var(--brand)}.searchRadiusHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%}.searchRadiusActions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.searchScopeButton{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border:1px solid rgba(64,52,44,.12);border-radius:999px;background:#fffefb;color:#2d2926;font-size:.7rem;font-weight:850;white-space:nowrap;cursor:pointer}.searchScopeButtonActive{border-color:rgba(239,63,24,.34);background:rgba(239,63,24,.1);color:var(--brand)}.searchRadiusValue{color:#1a1a1a;font-size:.84rem;font-weight:800;margin:0}input,select{min-height:42px;border-radius:8px;font-size:.84rem}.searchRadiusWrap{position:relative;display:grid;grid-gap:5px;gap:5px;padding-top:1px}.searchSlider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px!important;min-height:auto!important;border:none!important;padding:0!important;box-shadow:none!important;border-radius:999px!important;outline:none!important;transition:background .15s ease-in-out!important;cursor:pointer!important;margin:12px 0 6px!important}.searchSlider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px!important;height:18px!important;border-radius:50%!important;background:var(--brand)!important;border:2px solid #1a1a1a!important;box-shadow:0 2px 4px rgba(0,0,0,.15)!important;cursor:pointer!important;-webkit-transition:transform .1s ease,background-color .1s ease!important;transition:transform .1s ease,background-color .1s ease!important;margin-top:0!important}.searchSlider::-webkit-slider-thumb:hover{transform:scale(1.15);background:var(--brand-dark)!important}.searchSlider::-webkit-slider-thumb:active{transform:scale(.95)}.searchSlider::-moz-range-thumb{width:14px!important;height:14px!important;border-radius:50%!important;background:var(--brand)!important;border:2px solid #1a1a1a!important;box-shadow:0 2px 4px rgba(0,0,0,.15)!important;cursor:pointer!important;-moz-transition:transform .1s ease,background-color .1s ease!important;transition:transform .1s ease,background-color .1s ease!important}.searchSlider::-moz-range-thumb:hover{transform:scale(1.15);background:var(--brand-dark)!important}.searchSlider::-moz-range-thumb:active{transform:scale(.95)}.searchRadiusLabels{display:flex;justify-content:space-between;color:#8d8781;font-size:.68rem}.searchDatePills{display:flex;gap:6px;align-items:center}.datePill{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;padding:0 10px;border:1px solid rgba(64,52,44,.095);border-radius:10px;background:#fffefb;color:#403b38;font-size:.72rem;font-weight:700;white-space:nowrap;box-shadow:none}.datePillActive{border-color:rgba(238,75,34,.16);background:#fff3ed;color:var(--brand)}.searchCustomDate{max-width:100%}.searchCatSelect{color:#2d2926;font-weight:700}.searchCategoryRow{display:flex;gap:6px;align-items:center;margin-top:16px;overflow-x:auto;scrollbar-width:none}.searchCategoryRow::-webkit-scrollbar{display:none}.catPill{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:0 10px;border:1px solid rgba(64,52,44,.095);border-radius:10px;background:#fffefb;color:#403b38;font-size:.72rem;font-weight:700;white-space:nowrap;box-shadow:none}.catPillActive{border-color:rgba(238,75,34,.16);background:#fff3ed;color:var(--brand)}.catIcon{flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.catIconAll{color:#ef4b27;fill:rgba(239,75,39,.08)}.catIconConcert{color:#252120}.catIconFestyn{color:#7d43d7;fill:rgba(125,67,215,.08)}.catIconDozynki{color:#3f9851;fill:rgba(63,152,81,.08)}.catIconSport{color:#397dd6}.catIconRodzina{color:#d89b20}.catIconTargi{color:#188eb2}.catIconMoto{color:#7c342d}.catIconKultura{color:#d94d65}.catIconInne{color:#9d2a77}.catPillMore{margin-left:auto;padding-inline:12px}.featuredSection{margin-bottom:34px}.featuredLayout{grid-template-columns:minmax(0,2.18fr) minmax(300px,.96fr);gap:46px}.featuredLayout.featuredLayoutSingle{grid-template-columns:minmax(0,1fr)}.featuredHeader{align-items:center;margin-bottom:16px}.featuredTitle,.mainEventsHeader h2{color:#252120;font-size:1.2rem;letter-spacing:-.025em}.featuredSeeAll{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 20px;border:1px solid rgba(39,35,34,.13);border-radius:10px;color:#2d2926;background:#fff;font-size:.78rem}.featuredNav{display:none}.featuredScroll{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;overflow:visible;padding-bottom:0}.featuredCard{min-width:0;border-radius:11px;box-shadow:var(--shadow-sm);background:#fffdf8}.featuredCardImageWrap{aspect-ratio:1.28/1}.featuredCardDay{padding:5px 9px;background:#157f48;border-radius:6px;font-size:.62rem}.featuredCardCategory{position:static;display:inline-flex;margin-bottom:6px;padding:0;background:transparent!important;color:var(--brand);font-size:.65rem}.featuredCardFav{position:absolute;top:10px;right:10px;width:28px;height:28px;min-height:auto;border-radius:999px;border:0;background:rgba(255,255,255,.84);display:grid;place-items:center;color:#3a3430}.featuredCardBody{padding:13px 14px 14px}.featuredCardTitle{min-height:34px;margin-bottom:7px;font-size:.84rem;line-height:1.2}.featuredCardInfo{display:grid;grid-template-columns:1fr auto;grid-row-gap:4px;row-gap:4px;font-size:.69rem}.featuredCardInfo span:nth-child(2),.featuredCardInfo span:nth-child(4){display:none}.featuredCardInfo span:first-child{grid-column:1/-1}.featuredCardInfo span:nth-child(3){color:var(--brand);font-weight:800}.featuredCardInfo span:nth-child(5){color:var(--green);font-weight:800}.featuredMapCard{border-radius:14px;box-shadow:var(--shadow-sm);background:#fffdf8}.featuredMapHeader{padding:17px 18px 12px;border-bottom:0}.featuredMapHeader h3{font-size:1rem}.featuredMapWrap{min-height:294px;margin:0 14px;overflow:hidden;border-radius:10px}.featuredMapFooter{position:relative;justify-content:flex-end;margin-top:-48px;padding:0 24px 18px;border-top:0;background:transparent;z-index:2}.featuredMapBtn{min-height:36px;padding:0 14px;border:0;border-radius:8px;background:#fff;box-shadow:var(--shadow-sm);font-size:.76rem}.mainLayout{grid-template-columns:minmax(0,2.18fr) minmax(300px,.96fr);gap:46px;margin-bottom:34px}.mainEventsHeader{margin-bottom:14px}.mainEventsSort{display:inline-flex;align-items:center;gap:6px}.mainEventsSort span{display:none}.mainEventsSortSelect{min-height:36px;width:140px;font-size:.76rem}.eventsList{overflow:hidden;border:1px solid rgba(39,35,34,.1);border-radius:12px;background:#fffdf8;box-shadow:var(--shadow-sm)}.eventCardH{margin:0;border:0;border-radius:0;box-shadow:none}.eventCardH+.eventCardH{border-top:1px solid rgba(39,35,34,.09)}.eventCardH:hover{transform:none;box-shadow:none;background:#fffdfb}.eventCardHLink{gap:16px;padding:14px 16px}.eventCardHImageWrap{flex-basis:104px;width:104px;aspect-ratio:1.15/1;border-radius:8px}.eventCardHTop{margin-bottom:5px}.eventCardHCategory{font-size:.65rem}.eventCardHDate{color:#252120;font-size:.76rem;font-weight:800}.eventCardHTitle{margin-bottom:4px;font-size:.94rem}.eventCardHDesc{margin-bottom:8px;font-size:.76rem;line-height:1.42;-webkit-line-clamp:1}.eventCardHBottom{padding-top:0;border-top:0}.eventCardHDist,.eventCardHLocation,.eventCardHPrice{font-size:.74rem}.showMoreBtn{display:flex;width:100%;min-height:42px;align-items:center;justify-content:center;gap:8px;border:0;border-top:1px solid rgba(39,35,34,.09);border-radius:0;background:#fffdf8;color:#252120;font-size:.78rem;font-weight:800}.sidebar{top:82px;gap:16px}.sidebarSection{border-radius:12px;box-shadow:var(--shadow-sm);background:#fffdf8}.sidebarNotifSection{background:#fffdf8;border-color:rgba(39,35,34,.1)}.sidebarNotifContent{padding:20px 20px 18px}.sidebarNotifContent h3{margin:0 0 8px;color:#252120;font-size:.98rem}.sidebarNotifContent p{margin:0 0 15px;color:#625d59;font-size:.76rem;line-height:1.45}.footerNewsletterBtn,.sidebarNotifBtn{width:100%;min-height:38px;border:0;border-radius:8px;background:linear-gradient(180deg,#fa5d2c,#e94117);color:#fff;font-size:.78rem;font-weight:800}.sidebarSectionHeader{padding:16px 18px 8px;border-bottom:0}.sidebarUpcomingItem{padding:10px 18px}.sidebarUpcomingDate{min-width:42px;height:42px;border-radius:8px}.sidebarSectionFooter{padding:8px 18px 16px}.sidebarSeeAll{display:inline-flex;align-items:center;gap:6px;color:var(--brand);font-size:.78rem;font-weight:800}.sidebarCategories{padding:8px 18px 18px}.sidebarCategoryChip{border-color:transparent;color:#4b4370}.sidebar{gap:0;padding:18px;border:1px solid rgba(39,35,34,.1);border-radius:18px;background:#fffdf8;box-shadow:0 20px 50px rgba(39,35,34,.08)}.sidebarSection{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.sidebarSection+.sidebarSection{margin-top:20px}.sidebarSection:not(:last-child){padding-bottom:20px;border-bottom:1px solid rgba(39,35,34,.08)}.sidebarSectionHeader{padding:0 0 12px}.sidebarSectionHeader h3{color:#252120;font-size:.98rem;letter-spacing:0}.sidebarMapSection{padding-bottom:24px}.sidebarMapWrap{position:relative;height:330px;overflow:hidden;border:1px solid rgba(39,35,34,.08);background:#f5f1e8}.sidebarMapWrap,.sidebarMapWrap .mapLibreCanvas,.sidebarMapWrap .mapLoading{border-radius:12px}.sidebarNotifSection{padding:0 0 20px;border-bottom:1px solid rgba(39,35,34,.08)}.sidebarNotifContent{padding:18px;border:1px solid rgba(39,35,34,.1);border-radius:12px;background:#fffdf8;box-shadow:0 10px 28px rgba(39,35,34,.06);text-align:left}.sidebarNotifContent h3{font-size:.94rem}.sidebarNotifContent p{max-width:31ch;font-size:.75rem}.sidebarNotifBtn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px}.sidebarUpcoming{padding:0}.sidebarUpcomingItem{position:relative;padding:10px 34px 10px 0;border-bottom:1px solid rgba(39,35,34,.08)}.sidebarUpcomingItem:last-child{border-bottom:0}.sidebarUpcomingItem:hover{background:transparent}.sidebarUpcomingDate{min-width:44px;height:44px;background:#fff8ee}.sidebarUpcomingFav{position:absolute;right:0;width:28px;height:28px;padding:0;border:0;background:transparent;color:#625d59}.sidebarSectionFooter{padding:10px 0 0}.sidebarCategories{padding:0}.sidebarCategoryChip{min-height:30px;padding:6px 11px;background:#f4f0ff}.valueSection{margin-top:8px}.valueGrid{grid-template-columns:repeat(4,1fr);gap:0;padding:28px;border:1px solid rgba(39,35,34,.1);border-radius:13px;background:#fffdf8;box-shadow:var(--shadow-sm)}.valueCard{display:grid;grid-template-columns:42px 1fr;grid-gap:0 16px;gap:0 16px;padding:0 20px;border:0;border-radius:0;background:transparent;box-shadow:none}.valueCard:hover{transform:none;box-shadow:none}.valueIcon{grid-row:span 2;display:grid;width:42px;height:42px;place-items:center;margin:0;border-radius:10px;background:#f1edff;color:#6852dc}.valueIcon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.valueCard:nth-child(2) .valueIcon{background:#fff0f5;color:#e14b85}.valueCard:nth-child(3) .valueIcon{background:#fff6db;color:#eba20d}.valueCard:nth-child(4) .valueIcon{background:#eaf7ff;color:#2494d4}.valueCard h3{font-size:.86rem}.valueCard p{font-size:.74rem;line-height:1.48}.valueCardCta{border:0;background:transparent}.valueLink{grid-column:2;margin-top:8px;font-size:.76rem}.siteFooter{margin-top:34px;padding:32px 48px 20px;border-top:1px solid rgba(39,35,34,.08);background:#fffdf8;color:#625d59}.footerInner{grid-template-columns:1.3fr .75fr .82fr 1.35fr;gap:64px}.footerColumn h3,.footerLogo{color:#252120}.footerBottom,.footerBrand p,.footerColumn a,.footerNewsletter p{color:#625d59}.footerSocialLink{background:transparent;color:#252120}.footerNewsletter{padding:20px;border:1px solid rgba(39,35,34,.1);border-radius:12px}.footerNewsletterForm{gap:0}.footerNewsletterInput{border-radius:8px 0 0 8px;border-color:rgba(39,35,34,.1);background:#fff;color:#252120}.footerNewsletterBtn{width:112px;border-radius:0 8px 8px 0}.footerBottom{max-width:var(--max-width);margin:28px auto 0;padding-top:18px;border-color:rgba(39,35,34,.08)}@media (max-width:1180px){.homePage{width:min(var(--max-width),calc(100% - 44px))}.featuredLayout,.heroSection,.mainLayout{grid-template-columns:1fr}.heroRight{justify-content:flex-start}.searchTopRow{grid-template-columns:repeat(2,minmax(0,1fr))}.featuredRight,.sidebar{position:static}}@media (max-width:760px){body,html{max-width:100%;overflow-x:hidden}.mainContent{overflow-x:clip}.mainContent:before{height:430px;background-position:top;background-size:cover;filter:none;opacity:.65;mask-image:linear-gradient(180deg,#000,#000 65%,transparent);-webkit-mask-image:linear-gradient(180deg,#000,#000 65%,transparent)}.navbar{padding:0 18px}.homePage{width:100%;max-width:calc(100vw - 36px);margin-inline:auto}.appShell,.eventsList,.featuredLayout,.featuredScroll,.featuredSection,.heroSection,.mainColumn,.mainEvents,.mainLayout,.sidebar,.sidebarMapWrap,.sidebarSection,.valueGrid{min-width:0;max-width:100%}.featuredHeader,.mainEventsHeader,.sidebarSectionHeader{min-width:0;gap:12px}.featuredTitle,.mainEventsHeader h2,.sidebarSectionHeader h3{min-width:0;overflow-wrap:anywhere}.heroSection{padding-top:34px}.heroTitle{font-size:2.65rem}.featuredScroll,.heroQuickTiles{grid-template-columns:1fr 1fr}.featuredScroll{gap:12px}.featuredCardTitle{min-height:0}.mainColumn{gap:30px}.mainColumn .featuredSection{margin-bottom:4px}.valueGrid{gap:18px;padding:22px}.searchTopRow,.valueGrid{grid-template-columns:1fr}.searchDatePills{flex-wrap:wrap}.searchCategoryRow{flex-wrap:wrap;overflow-x:visible}.catPillMore{margin-left:0}.searchSubmitRow{justify-content:center;margin-top:16px}.searchSubmitBtn{width:100%}.dateRangeFields{max-width:none}.dateRangeFields,.eventCardHLink{grid-template-columns:1fr}.valueCard{grid-template-columns:42px minmax(0,1fr);gap:0 14px;padding:0}.valueIcon{grid-row:span 2}.valueLink{grid-column:2}.eventCardHLink{flex-direction:column}.eventCardHImageWrap{width:100%;flex-basis:auto}.footerInner{grid-template-columns:1fr;gap:26px}}@media (max-width:520px){.heroRight .heroCard{padding:16px 14px 14px}.heroCardTitle{margin-bottom:14px;font-size:.9rem}.heroQuickTiles{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.heroQuickTile{min-height:unset;padding:8px 4px;border-radius:8px;gap:4px}.heroQuickTileIcon{width:22px;height:22px}.heroQuickTileIcon svg{width:20px;height:20px}.heroQuickTileLabel{font-size:.65rem;font-weight:700}.featuredScroll{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.featuredCardBody{padding:11px 10px 12px}.featuredCardTitle{font-size:.78rem;line-height:1.22}.featuredCardInfo{font-size:.66rem}.featuredHeader,.mainEventsHeader,.sidebarSectionHeader{align-items:flex-start}.mainEventsSort{max-width:100%}.mainEventsSortSelect{width:min(140px,100%)}}