:root {
  --mobile-bottom-nav-height:78px;
  --mobile-wizard-action-bar-height:72px;
  --m-navy:#0f203d;
  --m-green:#147d68;
  --m-green-dark:#0d6655;
  --m-blue:#4c8bf5;
  --m-orange:#f59e0b;
  --m-gray:#687280;
  --m-muted:#f3f5f4;
  --m-border:#dfe5e3;
  --m-bg:#eef2f0;
  --m-white:#fff;
  --m-danger:#d63f57;
  --m-shadow:0 8px 22px rgba(15,32,61,.10);
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:var(--m-bg);color:var(--m-navy);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
button,input{font:inherit}
button{color:inherit}
body{overscroll-behavior-y:none}
.mobile-preview-shell{position:relative;width:100%;max-width:520px;min-height:100dvh;margin:0 auto;background:#fff;box-shadow:0 0 40px rgba(15,32,61,.12)}
.mobile-main{min-height:100dvh;padding-bottom:82px;background:#fff}
.mobile-screen{display:none;min-height:calc(100dvh - 74px);background:#fff}
.mobile-screen.active{display:block}
.mobile-topbar{position:relative;z-index:500;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:max(16px,env(safe-area-inset-top)) 18px 10px;background:rgba(255,255,255,.97)}
.mobile-topbar h1{font-size:26px;line-height:1.1;margin:4px 0 0;font-weight:800;letter-spacing:-.5px}
.mobile-location{font-size:12px;font-weight:650;color:var(--m-gray)}
.icon-button{width:40px;height:40px;display:grid;place-items:center;border:0;background:transparent;border-radius:50%;font-size:24px;cursor:pointer}
.icon-button:active{background:var(--m-muted)}
.home-intro{padding:8px 18px 6px}.home-intro h2{margin:0;font-size:20px;line-height:1.2}.home-intro p{margin:6px 0 0;color:var(--m-gray);font-size:14px}
.quick-filter-row,.map-chip-row{display:flex;gap:8px;overflow-x:auto;padding:10px 18px 12px;scrollbar-width:none}.quick-filter-row::-webkit-scrollbar,.map-chip-row::-webkit-scrollbar{display:none}
.filter-chip{flex:0 0 auto;border:1px solid var(--m-border);background:#fff;padding:8px 13px;border-radius:999px;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}.filter-chip.active{background:var(--m-green);border-color:var(--m-green);color:#fff}
.mobile-section{padding:10px 18px 6px}.section-heading-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.section-heading-row h2{margin:0;font-size:18px}.text-button{border:0;background:none;color:var(--m-green);font-size:12px;font-weight:800;padding:6px;cursor:pointer}
.event-stack{display:grid;gap:10px}.event-stack.compact{gap:8px}.mobile-event-card{width:100%;display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;text-align:left;border:1px solid var(--m-border);background:#fff;border-radius:14px;padding:8px;box-shadow:0 2px 10px rgba(15,32,61,.05);cursor:pointer;overflow:hidden}.mobile-event-card.compact{grid-template-columns:72px minmax(0,1fr)}
.event-thumb{width:92px;height:82px;border-radius:10px;object-fit:cover;background:linear-gradient(135deg,#dfe8e3,#b8d5ca)}.compact .event-thumb{width:72px;height:68px}.event-thumb.placeholder{display:grid;place-items:center;color:#fff;font-weight:900;background:linear-gradient(135deg,var(--m-green),var(--m-blue))}
.event-copy{min-width:0;display:flex;flex-direction:column;justify-content:center}.event-copy strong{font-size:14px;line-height:1.25;display:block;overflow:hidden;text-overflow:ellipsis}.event-copy span{font-size:12px;color:var(--m-gray);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-copy .event-free{color:var(--m-green);font-weight:800}.skeleton-card{height:100px;border-radius:14px;background:linear-gradient(90deg,#f0f2f1 25%,#fafbfb 45%,#f0f2f1 65%);background-size:220% 100%;animation:shimmer 1.3s infinite}@keyframes shimmer{to{background-position:-220% 0}}
.explore-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.explore-grid button{border:0;background:none;padding:4px 0;display:grid;gap:6px;justify-items:center;font-size:10px;font-weight:700;cursor:pointer}.explore-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#eef5f1;font-size:19px}.explore-icon.green{color:#2f7d32}.explore-icon.navy{color:var(--m-navy)}.explore-icon.orange{color:var(--m-orange)}.explore-icon.blue{color:var(--m-blue)}.explore-icon.purple{color:#7957b6}
.home-map-preview{position:relative;width:100%;height:128px;margin-top:12px;border:1px solid var(--m-border);border-radius:14px;overflow:hidden;background:#edf3ef;cursor:pointer;text-align:left}.home-map-preview strong{position:absolute;left:12px;bottom:10px;background:rgba(255,255,255,.94);padding:8px 10px;border-radius:9px;font-size:12px;box-shadow:var(--m-shadow)}.map-preview-grid{position:absolute;inset:0;opacity:.55;background-image:linear-gradient(35deg,transparent 46%,#cbd7d1 47%,#cbd7d1 49%,transparent 50%),linear-gradient(125deg,transparent 46%,#d6dfdb 47%,#d6dfdb 49%,transparent 50%);background-size:52px 52px}.preview-pin{position:absolute;color:var(--m-green);font-size:22px}.preview-pin.p1{left:28%;top:22%}.preview-pin.p2{left:62%;top:38%;color:var(--m-blue)}.preview-pin.p3{left:78%;top:16%;color:var(--m-orange)}
.mobile-bottom-nav{position:fixed;z-index:900;left:50%;bottom:0;transform:translateX(-50%);width:100%;max-width:520px;height:74px;padding:7px 10px max(7px,env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,1fr);align-items:center;background:rgba(255,255,255,.97);border-top:1px solid var(--m-border);box-shadow:0 -5px 18px rgba(15,32,61,.05);backdrop-filter:blur(10px)}.nav-item{height:56px;border:0;background:transparent;display:grid;place-items:center;align-content:center;gap:2px;color:#7b8490;cursor:pointer}.nav-item span{font-size:22px;line-height:1}.nav-item small{font-size:10px;font-weight:700}.nav-item.active{color:var(--m-navy)}.nav-item.add-nav span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--m-green);color:#fff;font-size:28px}.nav-item.add-nav small{display:none}
.map-screen{position:relative;height:calc(100dvh - 74px);overflow:hidden}.map-screen .mobile-topbar{position:absolute;top:0;left:0;right:0;background:rgba(255,255,255,.94)}.map-actions{display:flex}.map-chip-row{position:absolute;z-index:550;top:68px;left:0;right:0;padding-top:8px;background:linear-gradient(#fff 0%,rgba(255,255,255,.88) 70%,transparent)}.mobile-map{position:absolute;inset:0}.leaflet-control-attribution{font-size:8px!important}.locate-button{position:absolute;z-index:600;right:16px;bottom:118px;width:44px;height:44px;border:1px solid var(--m-border);border-radius:50%;background:#fff;box-shadow:var(--m-shadow);font-size:22px}.map-bottom-card{position:absolute;z-index:650;left:12px;right:12px;bottom:14px;background:#fff;border:1px solid var(--m-border);border-radius:16px;padding:10px;box-shadow:0 14px 36px rgba(15,32,61,.18)}.map-bottom-card.hidden{display:none}.map-bottom-card .mobile-event-card{border:0;box-shadow:none;padding:0}
.mobile-marker{width:32px;height:40px;position:relative;display:grid;place-items:center;color:#fff;font-weight:900;font-size:11px}.mobile-marker::before{content:"";position:absolute;inset:0 2px 7px;background:var(--marker-color,var(--m-green));border:2px solid #fff;border-radius:50% 50% 50% 0;transform:rotate(-45deg);box-shadow:0 3px 8px rgba(15,32,61,.22)}.mobile-marker span{position:relative;z-index:1;margin-top:-5px}
.event-detail-screen{background:#fff}.detail-topbar{border-bottom:1px solid var(--m-border)}.detail-topbar-title{font-weight:800}.event-detail-content{padding-bottom:30px}.detail-hero{width:100%;height:230px;object-fit:cover;background:linear-gradient(135deg,#b7d5c9,#709ecb)}.detail-hero-placeholder{display:grid;place-items:center;color:#fff;font-size:42px;font-weight:900}.detail-body{padding:18px}.detail-body h1{font-size:27px;line-height:1.13;margin:0 0 14px}.detail-meta{display:grid;gap:9px;margin:0 0 16px}.detail-meta-row{display:grid;grid-template-columns:24px 1fr;gap:8px;font-size:13px;color:#354151}.detail-badges{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0}.detail-badge{padding:5px 9px;border-radius:999px;background:#eef3f1;font-size:11px;font-weight:700}.detail-description{font-size:14px;line-height:1.55;color:#354151;white-space:pre-wrap}.detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:16px 0}.primary-button,.secondary-button{min-height:44px;border-radius:10px;font-weight:800;border:1px solid var(--m-green);padding:10px 12px;cursor:pointer}.primary-button{background:var(--m-green);color:#fff}.secondary-button{background:#fff;color:var(--m-green)}.detail-loading{padding:40px;text-align:center;color:var(--m-gray)}
.calendar-toolbar{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;padding:2px 18px 8px}.calendar-toolbar h2{text-align:center;margin:0;font-size:17px}.mobile-calendar{padding:0 18px 8px}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.calendar-weekdays span{font-size:10px;text-align:center;color:var(--m-gray);padding:5px 0;font-weight:700}.calendar-day{height:44px;border:1px solid transparent;border-radius:12px;background:transparent;font-size:12px;position:relative;cursor:pointer;display:grid;place-items:center;padding:0;transition:background .15s ease,border-color .15s ease,transform .15s ease}.calendar-day-number{font-weight:700;line-height:1}.calendar-day.has-events{background:#eaf6f1;border-color:#b9ddcf;color:var(--m-navy)}.calendar-day.has-events .calendar-day-number{font-weight:900}.calendar-event-count{position:absolute;right:3px;bottom:3px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;display:grid;place-items:center;background:var(--m-green);color:#fff;font-size:9px;line-height:1;font-weight:900;box-shadow:0 1px 3px rgba(15,32,61,.14)}.calendar-day.selected{background:var(--m-green);border-color:var(--m-green);color:#fff;font-weight:800;box-shadow:0 4px 10px rgba(20,123,91,.2)}.calendar-day.selected .calendar-event-count{background:#fff;color:var(--m-green)}.calendar-day.other-month{opacity:.28}.calendar-day.has-events.other-month{opacity:.5}.calendar-day:active{transform:scale(.96)}.calendar-events-section{border-top:1px solid var(--m-border);padding-top:16px}
.placeholder-screen{display:none;align-items:center;justify-content:center;padding:30px 18px}.placeholder-screen.active{display:flex}.placeholder-card{text-align:center;max-width:360px}.placeholder-card h1{font-size:24px}.placeholder-card p{color:var(--m-gray);font-size:14px;line-height:1.55}.placeholder-icon{width:72px;height:72px;margin:0 auto;display:grid;place-items:center;border-radius:50%;background:#eaf4f0;color:var(--m-green);font-size:36px}
.mobile-sheet-backdrop{position:fixed;z-index:1100;inset:0;background:rgba(15,32,61,.34)}.mobile-sheet{position:fixed;z-index:1200;left:50%;bottom:0;transform:translateX(-50%);width:100%;max-width:520px;max-height:78dvh;overflow:auto;background:#fff;border-radius:22px 22px 0 0;padding:8px 16px max(20px,env(safe-area-inset-bottom));box-shadow:0 -16px 42px rgba(15,32,61,.2)}.hidden{display:none!important}.sheet-handle{width:44px;height:5px;background:#d8dddb;border-radius:999px;margin:2px auto 10px}.sheet-header{display:flex;justify-content:space-between;align-items:center}.sheet-header h2{font-size:22px;margin:4px 0 10px}.layer-list{display:grid;gap:4px}.layer-row{display:grid;grid-template-columns:28px 34px 1fr;align-items:center;gap:8px;min-height:52px;padding:7px 4px;border-bottom:1px solid #eef1f0;font-size:14px;font-weight:700}.layer-row input{width:18px;height:18px;accent-color:var(--m-green)}.layer-dot{width:28px;height:32px;display:grid;place-items:center;border-radius:50% 50% 50% 0;transform:rotate(-45deg);background:var(--m-green);color:#fff;font-size:11px;font-weight:900}.layer-dot span,.layer-dot.event-dot{transform:none}.event-dot{background:var(--m-blue);transform:rotate(-45deg)}.layer-row .layer-dot{color:transparent}.layer-row .layer-dot::after{content:attr(data-letter);color:#fff;transform:rotate(45deg)}.layer-row .event-dot::after{content:"E"}.layer-divider{margin-top:8px;color:var(--m-gray);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.sheet-loading{padding:18px 4px;color:var(--m-gray)}
.empty-state{padding:28px 14px;text-align:center;border:1px dashed var(--m-border);border-radius:14px;color:var(--m-gray);font-size:13px}.error-state{padding:18px;border-radius:12px;background:#fff3f4;color:#8b2738;font-size:13px}
@media (min-width:700px){body{padding:20px 0}.mobile-preview-shell{min-height:calc(100dvh - 40px);border-radius:24px;overflow:hidden}.mobile-bottom-nav{bottom:20px;border-radius:0 0 24px 24px}.mobile-screen{min-height:calc(100dvh - 114px)}}

/* v65.86.1 — mobile visual alignment with desktop MyCollegePark */


.mobile-account-button{flex:0 0 auto;max-width:132px;min-height:38px;padding:0 12px;border-radius:11px;border:1px solid rgba(255,255,255,.2);background:#fff;color:#123f3a;text-decoration:none;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-account-button.authenticated{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.28)}

.mobile-bottom-nav{height:var(--mobile-bottom-nav-height);padding:7px 10px max(8px,env(safe-area-inset-bottom));background:rgba(255,255,255,.985);border-top:1px solid rgba(15,47,79,.10);box-shadow:0 -10px 30px rgba(15,32,61,.08)}
.nav-item{height:58px;gap:3px;color:#8a96a3;transition:color .16s ease,transform .16s ease}.nav-item:active{transform:scale(.96)}.nav-item .nav-icon{width:25px;height:25px;display:grid;place-items:center}.nav-item .nav-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.nav-item small{font-size:10px;font-weight:750;letter-spacing:.01em}.nav-item.active{color:#0f2f4f}.nav-item.active .nav-icon svg{stroke-width:2.25}.nav-item.add-nav .nav-icon{width:48px;height:48px;border-radius:50%;background:linear-gradient(145deg,#176b5b,#14936f);color:#fff;box-shadow:0 8px 18px rgba(23,107,91,.28)}.nav-item.add-nav .nav-icon svg{width:25px;height:25px}.nav-item.add-nav small{display:none}

.mobile-desktop-event-marker{background:transparent!important;border:0!important}.mobile-desktop-event-marker img{display:block;width:40px;height:51px;object-fit:contain;filter:drop-shadow(0 3px 4px rgba(15,32,61,.22))}
.layer-image-symbol{width:32px;height:38px;display:grid;place-items:center}.layer-image-symbol img{max-width:28px;max-height:36px;object-fit:contain}.community-line-swatch{display:block;width:28px;border-top:4px solid #147d68;border-radius:999px}
.layer-row{grid-template-columns:28px 34px minmax(0,1fr);padding:8px 2px;min-height:54px}.layer-row>span:last-child{min-width:0}.layer-row strong{display:block;font-size:13px;line-height:1.2}.layer-row small{display:block;margin-top:2px;color:#7d8994;font-size:10px;font-weight:500;line-height:1.25}.layer-swatch{width:28px;height:18px;border-radius:6px;border:2px solid transparent}.boundary-swatch{border-color:#65758a;background:transparent}.districts-swatch{background:linear-gradient(90deg,#3f7fbc 0 25%,#dc923a 25% 50%,#7f63ad 50% 75%,#439565 75%)}.elementary-swatch{background:#d85b96}.middle-swatch{background:#6f63c2}.high-swatch{background:#d48b2c}
.mobile-layer-section-toggle,.mobile-layer-subsection-toggle{width:100%;min-height:46px;border:0;border-bottom:1px solid #e8eeec;background:#fff;padding:8px 2px;display:flex;align-items:center;justify-content:space-between;color:#687687;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.mobile-layer-subsection-toggle{padding-left:8px;color:#526170}.mobile-layer-section-toggle span:last-child,.mobile-layer-subsection-toggle span:last-child{font-size:17px;transition:transform .18s}.mobile-layer-section-toggle[aria-expanded="true"] span:last-child,.mobile-layer-subsection-toggle[aria-expanded="true"] span:last-child{transform:rotate(180deg)}.mobile-layer-section.collapsed{display:none}.mobile-school-layers{padding-left:8px;border-left:2px solid #eef2f1}.desktop-matched-layer{border-top:1px solid #eef1f0}.mobile-school-point{background:transparent!important;border:0!important}.mobile-school-point span{display:block;width:14px;height:14px;border-radius:50%;background:#fff;border:4px solid #516778;box-shadow:0 2px 5px rgba(15,32,61,.18)}

@media(max-width:390px){.mobile-account-button{max-width:104px;padding:0 9px}}

/* v65.86.2 — desktop-parity basemaps + current-location marker */
.compact-sheet{max-height:56dvh}.map-style-list{display:grid;gap:8px;padding:4px 0 8px}.mobile-map-style-option{width:100%;min-height:68px;display:grid;grid-template-columns:58px minmax(0,1fr) 24px;align-items:center;gap:12px;padding:8px;border:1px solid #e1e8e5;border-radius:14px;background:#fff;text-align:left;color:#0f2f4f;cursor:pointer}.mobile-map-style-option.active{border-color:#176b5b;background:#f2f8f5;box-shadow:0 0 0 1px rgba(23,107,91,.12)}.mobile-map-style-option strong{display:block;font-size:14px}.mobile-map-style-option small{display:block;margin-top:2px;color:#7b8792;font-size:11px}.style-check{color:#176b5b;font-size:18px;font-weight:900;opacity:0}.mobile-map-style-option.active .style-check{opacity:1}.map-style-preview{display:block;width:58px;height:48px;border-radius:10px;border:1px solid rgba(15,47,79,.10);overflow:hidden;background-size:cover}.positron-preview{background:linear-gradient(135deg,#f7f7f4 0 35%,#dce9e3 35% 40%,#f4f2ea 40% 70%,#d7e2ea 70% 74%,#fbfbf8 74%)}.dark-preview{background:linear-gradient(135deg,#171d24 0 35%,#25352f 35% 40%,#20252b 40% 70%,#303d46 70% 74%,#151a20 74%)}.satellite-preview{background:linear-gradient(135deg,#416b43 0 32%,#78985a 32% 47%,#3f6a76 47% 58%,#876f4b 58% 72%,#536f3d 72%)}
.mobile-user-location-icon{background:transparent!important;border:0!important}.mobile-user-location-icon span{display:block;width:18px;height:18px;margin:3px;border-radius:50%;background:#2f7ee6;border:3px solid #fff;box-shadow:0 2px 7px rgba(15,32,61,.38),0 0 0 2px rgba(47,126,230,.18)}
.map-actions{gap:6px}.map-actions .icon-button{background:rgba(255,255,255,.96);border:1px solid rgba(15,47,79,.09)}

/* v65.86.3 — unified compact mobile header */
:root{--mobile-header-row:58px}
.mobile-preview-shell{display:flex;flex-direction:column;min-height:100dvh}

.mobile-header-back{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border:0;border-radius:10px;background:transparent;color:#fff;cursor:pointer}.mobile-header-back:active{background:rgba(255,255,255,.11)}.mobile-header-back svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.mobile-about-button{height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0 9px;border:1px solid rgba(255,255,255,.18);border-radius:9px;background:rgba(255,255,255,.08);color:#fff;text-decoration:none;font-size:11px;font-weight:750}.mobile-about-button:active{background:rgba(255,255,255,.16)}.mobile-menu-button{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(255,255,255,.08);color:#fff;cursor:pointer}.mobile-menu-button:active,.mobile-menu-button[aria-expanded="true"]{background:rgba(255,255,255,.16)}.mobile-menu-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.mobile-header-menu{position:absolute;top:calc(100% - 4px);right:12px;width:min(250px,calc(100vw - 24px));padding:7px;border:1px solid rgba(15,47,79,.12);border-radius:14px;background:#fff;box-shadow:0 18px 44px rgba(15,32,61,.22);color:#17324d;z-index:1200}.mobile-header-menu a,.mobile-header-menu button{width:100%;min-height:42px;display:flex;align-items:center;padding:0 12px;border:0;border-radius:9px;background:transparent;color:#17324d;text-align:left;text-decoration:none;font:inherit;font-size:14px;font-weight:700;cursor:pointer}.mobile-header-menu a:active,.mobile-header-menu button:active{background:#eef6f3}.mobile-header-menu a+a,.mobile-header-menu button{margin-top:2px}.mobile-header-menu #mobileMenuLogout{color:#a53a3a;border-top:1px solid #edf0f2;border-radius:0 0 9px 9px;margin-top:6px;padding-top:4px}.mobile-header-menu.hidden{display:none!important}
.mobile-main{flex:1;min-height:0;padding-bottom:var(--mobile-bottom-nav-height)}.mobile-screen{min-height:calc(100dvh - var(--mobile-header-row) - var(--mobile-bottom-nav-height) - env(safe-area-inset-top))}
.home-intro{padding-top:16px}
.mobile-map-toolbar{position:absolute;z-index:560;top:10px;left:12px;right:12px;display:flex;align-items:center;justify-content:space-between;gap:10px;pointer-events:none}.mobile-map-title{height:42px;display:flex;align-items:center;padding:0 14px;border:1px solid rgba(15,47,79,.10);border-radius:13px;background:rgba(255,255,255,.96);box-shadow:0 6px 18px rgba(15,32,61,.10);font-size:16px;font-weight:850;letter-spacing:-.2px;pointer-events:auto}.mobile-map-toolbar .map-actions{pointer-events:auto}.map-screen{height:calc(100dvh - var(--mobile-header-row) - var(--mobile-bottom-nav-height) - env(safe-area-inset-top))}.map-chip-row{top:62px;padding-top:8px;background:linear-gradient(rgba(255,255,255,.94) 0%,rgba(255,255,255,.78) 66%,transparent)}
.event-detail-screen{position:relative}.event-share-button{position:absolute;z-index:520;top:12px;right:14px;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.54);border-radius:50%;background:rgba(255,255,255,.94);color:#123f3a;box-shadow:0 7px 20px rgba(15,32,61,.16);cursor:pointer}.event-share-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.mobile-screen-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 18px 8px}.mobile-screen-heading span{display:block;color:var(--m-gray);font-size:11px;font-weight:700}.mobile-screen-heading h1{margin:2px 0 0;font-size:24px;line-height:1.08;letter-spacing:-.45px}
/* Retire the older per-screen brand/topbar treatment; one header now owns the page chrome. */
.map-screen .mobile-topbar{display:none!important}
@media(max-width:390px){}
@media(min-width:700px){.mobile-preview-shell{min-height:calc(100dvh - 40px)}.mobile-screen{min-height:calc(100dvh - 40px - var(--mobile-header-row) - var(--mobile-bottom-nav-height))}.map-screen{height:calc(100dvh - 40px - var(--mobile-header-row) - var(--mobile-bottom-nav-height))}}

@media(max-width:390px){.mobile-about-button{padding:0 7px}}


/* v65.86.6 — familiar map-first mobile controls */
.map-screen .mobile-map-toolbar,.map-screen .map-chip-row,.map-screen .locate-button{display:none!important}
.mobile-map-fab-stack{position:absolute;z-index:620;right:12px;bottom:18px;display:flex;flex-direction:column;align-items:flex-end;gap:8px;pointer-events:none}
.mobile-map-fab{pointer-events:auto;width:62px;min-height:58px;padding:6px 4px 5px;border:1px solid rgba(15,47,79,.12);border-radius:14px;background:rgba(255,255,255,.97);box-shadow:0 4px 14px rgba(15,32,61,.15);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#17324d;font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}
.mobile-map-fab:active{transform:scale(.96);background:#f4f8f6}.mobile-map-fab-icon{width:25px;height:25px;display:grid;place-items:center}.mobile-map-fab svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mobile-map-fab>span:last-child{font-size:9px;line-height:1;font-weight:750;color:#526170}
.map-screen:has(.map-bottom-card:not(.hidden)) .mobile-map-fab-stack{bottom:154px}

/* v65.86.8 — remaining mobile user pages */
.simple-heading{margin-bottom:14px}
.mobile-action-grid{display:grid;gap:12px;padding:2px 14px 18px}
.mobile-action-card{display:grid;grid-template-columns:48px 1fr auto;gap:12px;align-items:center;width:100%;text-align:left;border:1px solid var(--mobile-border,#dce4e8);background:#fff;border-radius:18px;padding:15px;box-shadow:0 8px 24px rgba(10,31,50,.06)}
.mobile-action-card strong{display:block;font-size:16px;color:#0f203d}.mobile-action-card small{display:block;color:#66778a;line-height:1.35;margin-top:3px}.action-card-icon{width:46px;height:46px;border-radius:14px;background:#eef5ff;color:#1f65c4;display:grid;place-items:center;font-size:23px;font-weight:800}.action-card-icon.green{background:#e8f6f1;color:#147d68}.action-arrow{font-size:28px;color:#8291a2}.mobile-permission-note{margin:0 18px;color:#718095;font-size:12px;text-align:center}
.mobile-subpage-heading{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:14px 14px 8px}.mobile-subpage-heading span{display:block;color:#77879a;font-size:11px;text-transform:uppercase;letter-spacing:.07em;font-weight:800}.mobile-subpage-heading h1{font-size:23px;margin:1px 0 0;color:#0f203d}.mobile-inline-back{width:40px;height:40px;border:0;border-radius:50%;background:#fff;box-shadow:0 2px 10px rgba(10,31,50,.1);font-size:28px;color:#0f203d}.round-add-button{width:38px;height:38px;border:0;border-radius:50%;background:#168a70;color:#fff;font-size:24px}
.mobile-wizard-form,.mobile-location-form{padding:0 14px 18px}.mobile-wizard-step{display:none}.mobile-wizard-step.active{display:grid;gap:13px}.mobile-wizard-step h2{font-size:19px;margin:2px 0}.mobile-wizard-form label,.mobile-location-form label{display:grid;gap:6px;font-size:12px;font-weight:800;color:#415268}.mobile-wizard-form input,.mobile-wizard-form select,.mobile-wizard-form textarea,.mobile-location-form input,.mobile-location-form select,.mobile-location-form textarea{width:100%;box-sizing:border-box;border:1px solid #d7e0e5;background:#fff;border-radius:12px;padding:12px;font:inherit;color:#10223e}.mobile-wizard-form{display:block;min-height:0;padding-bottom:calc(var(--mobile-wizard-action-bar-height) + 24px)}.mobile-wizard-step.active{align-content:start}.mobile-wizard-actions{position:fixed;left:50%;right:auto;bottom:0;transform:translateX(-50%);width:min(100%,520px);min-height:var(--mobile-wizard-action-bar-height);display:flex;align-items:center;gap:10px;margin:0;padding:10px 14px max(10px,env(safe-area-inset-bottom));background:rgba(255,255,255,.98);border-top:1px solid #e2e8eb;box-shadow:0 -8px 20px rgba(15,32,61,.08);backdrop-filter:blur(10px);z-index:890}.mobile-wizard-actions>*{flex:1}.mobile-form-error{padding:10px 12px;border-radius:10px;background:#fff0f0;color:#a52626;font-size:13px}.mobile-check-row{grid-template-columns:auto 1fr!important;align-items:center!important}.mobile-check-row input{width:auto!important}.mobile-review-card{border:1px solid #dde5e8;background:#fff;border-radius:16px;padding:15px;display:grid;gap:7px;box-shadow:0 7px 20px rgba(10,31,50,.05)}.mobile-review-card strong{font-size:17px}.mobile-review-card span{color:#617287;font-size:13px}.full-width{width:100%}
.mobile-contribution-map{height:320px;border-radius:18px;overflow:hidden;border:1px solid #dbe3e7;background:#edf2f4}.mobile-map-edit-actions{display:flex;gap:8px;justify-content:flex-end}.form-help{color:#718095;font-size:12px;line-height:1.4}
.mobile-profile-content{padding:16px 14px 100px}.mobile-profile-hero{display:grid;grid-template-columns:68px 1fr;gap:14px;align-items:center;padding:16px;border-radius:20px;background:linear-gradient(135deg,#0f203d,#147d68);color:#fff}.mobile-profile-avatar{width:68px;height:68px;border-radius:50%;background:#fff3;display:grid;place-items:center;overflow:hidden;font-size:24px;font-weight:800}.mobile-profile-avatar img{width:100%;height:100%;object-fit:cover}.mobile-profile-hero h1{font-size:21px;margin:0}.mobile-profile-hero p{margin:4px 0 0;color:#d7ebe7;font-size:13px}.mobile-profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}.mobile-profile-stat{background:#fff;border:1px solid #e0e7ea;border-radius:14px;padding:10px;text-align:center}.mobile-profile-stat strong{display:block;font-size:19px}.mobile-profile-stat span{font-size:11px;color:#6d7c8e}.mobile-profile-links{display:grid;background:#fff;border:1px solid #e0e7ea;border-radius:18px;overflow:hidden}.mobile-profile-link{display:flex;align-items:center;justify-content:space-between;border:0;border-bottom:1px solid #edf1f3;background:#fff;padding:14px;text-align:left;font:inherit;color:#10223e}.mobile-profile-link:last-child{border-bottom:0}.mobile-profile-link b{font-weight:700}.mobile-profile-link small{color:#78889a}.profile-link-left{display:flex;gap:10px;align-items:center}
.mobile-segmented{display:grid;grid-template-columns:1fr 1fr;margin:0 14px 12px;background:#edf2f4;padding:3px;border-radius:12px}.mobile-segmented button{border:0;border-radius:9px;padding:9px;background:transparent;color:#65768a;font-weight:700}.mobile-segmented button.active{background:#fff;color:#10223e;box-shadow:0 2px 6px rgba(10,31,50,.08)}#mobileMyEventsList,#mobileSavedEventsList{padding:0 14px 100px}.my-event-status{display:inline-flex;width:max-content;margin-top:5px;padding:3px 7px;border-radius:999px;font-size:10px;font-weight:800;background:#edf2f4;color:#52657a}.status-published{background:#e3f5ec;color:#0b7655}.status-pending{background:#fff4d9;color:#8b6200}.status-draft{background:#edf2f4;color:#5c6d7e}.status-rejected{background:#ffe6e6;color:#a72d2d}
.mobile-thread-list{padding:0 14px 100px}.mobile-thread-row{display:grid;grid-template-columns:44px 1fr auto;gap:11px;align-items:center;width:100%;border:0;border-bottom:1px solid #e8edef;background:#fff;padding:13px 3px;text-align:left}.mobile-thread-avatar{width:44px;height:44px;border-radius:50%;background:#e6f1ef;color:#147d68;display:grid;place-items:center;font-weight:800;overflow:hidden}.mobile-thread-avatar img{width:100%;height:100%;object-fit:cover}.mobile-thread-copy strong,.mobile-thread-copy span,.mobile-thread-copy small{display:block}.mobile-thread-copy span{font-size:12px;color:#52657a;margin-top:2px}.mobile-thread-copy small{font-size:11px;color:#8795a5;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-unread-badge{min-width:20px;height:20px;border-radius:999px;background:#168a70;color:#fff;display:grid;place-items:center;font-size:10px;font-weight:800}.mobile-conversation{padding:10px 14px 100px;display:flex;flex-direction:column;gap:10px}.mobile-message-bubble{max-width:82%;padding:10px 12px;border-radius:16px;background:#edf2f4;color:#13243e;align-self:flex-start}.mobile-message-bubble.mine{background:#147d68;color:#fff;align-self:flex-end}.mobile-message-bubble strong{display:block;font-size:11px;margin-bottom:3px}.mobile-message-bubble p{margin:0;white-space:pre-wrap}.mobile-message-bubble small{display:block;margin-top:5px;opacity:.7;font-size:9px}.mobile-reply-bar{position:fixed;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr auto;gap:8px;padding:9px 12px calc(9px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #dfe6e9;z-index:700}.mobile-reply-bar input{border:1px solid #d8e1e5;border-radius:999px;padding:11px 14px}.mobile-reply-bar button{border:0;border-radius:999px;padding:0 16px;background:#147d68;color:#fff;font-weight:800}
.filter-more-chip{margin-left:auto}.mobile-filter-sheet-body{padding:6px 18px 22px;display:grid;gap:14px}.mobile-filter-category-grid{display:flex;flex-wrap:wrap;gap:8px}.mobile-filter-category-grid button,.mobile-filter-pills button{border:1px solid #d7e0e4;border-radius:999px;background:#fff;padding:8px 11px;font-size:12px}.mobile-filter-category-grid button.active,.mobile-filter-pills button.active{background:#147d68;color:#fff;border-color:#147d68}.mobile-filter-pills{display:flex;gap:8px;flex-wrap:wrap}.mobile-toggle-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-top:1px solid #edf1f3;border-bottom:1px solid #edf1f3}.mobile-toggle-row input{width:20px;height:20px}
.mobile-header-menu button{width:100%;border:0;background:#fff;text-align:left;font:inherit;color:inherit;padding:11px 14px}.mobile-header-menu button:hover{background:#f4f7f8}
.mobile-action-card.disabled-card{opacity:.48}.owner-event-nonpublic{cursor:default;opacity:.86}.owner-event-nonpublic:disabled{color:inherit}.mobile-profile-link{font-family:inherit}


/* v65.88 — profile avatar actions, quick layer contributions, desktop-style turtle road */
.mobile-profile-avatar-actions{display:flex;flex-direction:column;align-items:center;gap:7px}.mobile-profile-avatar-button{border:0;padding:0;cursor:pointer;color:inherit}.mobile-profile-avatar-button:focus-visible{outline:3px solid #fff;outline-offset:3px}.mobile-avatar-upload-button{border:1px solid rgba(255,255,255,.48);background:rgba(255,255,255,.14);color:#fff;border-radius:999px;padding:5px 9px;font:inherit;font-size:10px;font-weight:800;white-space:nowrap}.mobile-avatar-upload-button:disabled{opacity:.55}.mobile-avatar-lightbox{position:fixed;inset:0;background:rgba(5,15,29,.86);z-index:1500;display:grid;place-items:center;padding:28px}.mobile-avatar-lightbox.hidden{display:none}.mobile-avatar-lightbox img{display:block;max-width:min(92vw,640px);max-height:82vh;border-radius:24px;box-shadow:0 24px 70px rgba(0,0,0,.38)}.mobile-avatar-lightbox-close{position:fixed;top:calc(18px + env(safe-area-inset-top));right:18px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#10223e;font-size:28px;line-height:1;box-shadow:0 6px 20px rgba(0,0,0,.24)}
.mobile-layer-row-wrap{display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:stretch;border-top:1px solid #eef1f0}.mobile-layer-row-wrap .layer-row{border-top:0;min-width:0}.mobile-layer-add-button{align-self:center;justify-self:center;width:30px;height:30px;border:0;border-radius:50%;background:#e7f4f0;color:#147d68;font-size:22px;font-weight:600;line-height:1;display:grid;place-items:center;box-shadow:inset 0 0 0 1px #c9e6dd;cursor:pointer}.mobile-layer-add-button:active{transform:scale(.94)}.mobile-layer-add-button:focus-visible{outline:2px solid #147d68;outline-offset:2px}
.mobile-event-progress{position:relative;height:92px;margin:0 18px 8px;padding:0}.mobile-wizard-road{position:absolute;left:10px;right:10px;top:18px;height:54px}.mobile-wizard-road::before{content:"";position:absolute;left:0;right:0;top:27px;height:12px;border-radius:999px;background:repeating-linear-gradient(to right,transparent 0 16px,rgba(255,255,255,.94) 16px 27px,transparent 27px 43px) center/auto 2px no-repeat,#c7ccd0;box-shadow:inset 0 1px 0 rgba(255,255,255,.72),inset 0 -1px 0 rgba(44,56,66,.08)}.mobile-progress-turtle{position:absolute;z-index:3;top:-8px;left:-25px;width:64px;height:58px;object-fit:contain;transition:left .28s cubic-bezier(.2,.75,.25,1);filter:none}.mobile-event-progress[data-step="2"] .mobile-progress-turtle{left:calc(33.333% - 25px)}.mobile-event-progress[data-step="3"] .mobile-progress-turtle{left:calc(66.666% - 25px)}.mobile-event-progress[data-step="4"] .mobile-progress-turtle{left:calc(86% - 25px)}.mobile-road-finish{position:absolute;right:-3px;top:-5px;width:31px;height:39px;background:url("/assets/event-wizard/flag.svg") center/contain no-repeat}.mobile-progress-labels{position:absolute;left:5px;right:5px;bottom:0;display:grid;grid-template-columns:repeat(4,1fr);font-size:10px;font-weight:750;color:#778493;text-align:center}.mobile-progress-labels span:first-child{text-align:left}.mobile-progress-labels span:last-child{text-align:right}.mobile-event-progress[data-step="1"] .mobile-progress-labels span:nth-child(1),.mobile-event-progress[data-step="2"] .mobile-progress-labels span:nth-child(2),.mobile-event-progress[data-step="3"] .mobile-progress-labels span:nth-child(3),.mobile-event-progress[data-step="4"] .mobile-progress-labels span:nth-child(4){color:#438d4b;font-weight:900}
@media(max-width:380px){.mobile-progress-turtle{width:58px;height:54px}.mobile-progress-labels{font-size:9px}.mobile-profile-hero{grid-template-columns:76px 1fr}}

.mobile-profile-identity{min-width:0}.mobile-profile-identity .mobile-avatar-upload-button{margin-top:9px}.mobile-profile-hero{grid-template-columns:68px minmax(0,1fr)}


/* v65.89 mobile create-event polish */
.mobile-wizard-road .mobile-progress-turtle{top:-16px}
.mobile-one-day-toggle{display:flex!important;align-items:center;gap:11px;border:1px solid var(--m-border);border-radius:14px;padding:11px 12px;background:#f8fbfa;margin-bottom:10px;cursor:pointer}
.mobile-one-day-toggle input{width:20px;height:20px;accent-color:#168a70;flex:0 0 auto}
.mobile-one-day-toggle span{display:grid;gap:2px}.mobile-one-day-toggle strong{font-size:14px;color:var(--m-navy)}.mobile-one-day-toggle small{font-size:11px;color:var(--m-muted);line-height:1.3}
.mobile-completeness-card{margin-top:12px;border:1px solid var(--m-border);border-radius:16px;background:#fff;overflow:hidden}
.mobile-completeness-head{padding:13px;background:#f6faf9;border-bottom:1px solid var(--m-border)}.mobile-completeness-head>div:first-child{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.mobile-completeness-head span{font-size:12px;font-weight:800;color:var(--m-muted);text-transform:uppercase;letter-spacing:.04em}.mobile-completeness-head strong{font-size:22px;color:#168a70}.mobile-completeness-head p{margin:7px 0 0;font-size:12px;color:var(--m-muted)}
.mobile-completeness-meter{height:7px;background:#dfe9e6;border-radius:999px;overflow:hidden;margin-top:8px}.mobile-completeness-meter i{display:block;height:100%;background:#168a70;border-radius:inherit;transition:width .2s ease}
.mobile-completeness-list{display:grid;padding:4px 12px}.mobile-completeness-list>div{display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:7px;min-height:38px;border-bottom:1px solid #edf1f2;font-size:12px}.mobile-completeness-list>div:last-child{border-bottom:0}.mobile-completeness-list>div>span{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;font-weight:900}.mobile-completeness-list .is-complete>span{background:#e4f5ef;color:#168a70}.mobile-completeness-list .is-required>span,.mobile-completeness-list .is-recommended>span{background:#fff4cc;color:#9a6900}.mobile-completeness-list small{font-size:10px;color:var(--m-muted)}
.mobile-recommendations{padding:12px 13px;border-top:1px solid var(--m-border);background:#fbfcfc}.mobile-recommendations strong{font-size:13px;color:var(--m-navy)}.mobile-recommendations p{margin:6px 0 0;font-size:11px;line-height:1.4;color:var(--m-muted)}.mobile-recommendations.all-done{background:#f0faf6}

/* v65.90 — mobile polish, empty states, global feedback */
.mobile-explore-more{margin:14px 0 8px}
.mobile-message-empty{margin:20px 0;padding:28px 20px;border:1px solid var(--m-border);border-radius:18px;background:linear-gradient(180deg,#fbfdfd,#fff);text-align:center}.mobile-message-empty-icon{width:58px;height:58px;margin:0 auto 12px;border-radius:18px;background:#e8f4f1;color:#147d68;display:grid;place-items:center}.mobile-message-empty-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mobile-message-empty h2{margin:0 0 8px}.mobile-message-empty p{max-width:330px;margin:0 auto 18px;color:var(--m-muted);line-height:1.45}.mobile-empty-actions{display:flex;justify-content:center;gap:9px;flex-wrap:wrap}.mobile-how-messages{margin-top:22px;padding-top:16px;border-top:1px solid var(--m-border);display:grid;gap:4px;text-align:left}.mobile-how-messages strong{font-size:12px}.mobile-how-messages span{font-size:12px;color:var(--m-muted)}.mobile-avatar-upload-error{margin:8px 0 0}
.mobile-preview-body .report-problem-fab{display:none!important}

/* v65.93: mobile 404 and marker clustering */
.mobile-not-found-screen{padding:32px 18px 110px;background:linear-gradient(180deg,#f7fbfa 0,#fff 55%)}
.mobile-not-found-card{max-width:430px;margin:9vh auto 0;padding:34px 24px;border:1px solid #dbe7e4;border-radius:24px;background:#fff;text-align:center;box-shadow:0 16px 42px rgba(15,32,61,.08)}
.mobile-not-found-code{font-size:54px;font-weight:800;letter-spacing:-.04em;color:#147d68;line-height:1}
.mobile-not-found-card h1{margin:12px 0 8px;font-size:26px;color:#0f203d}
.mobile-not-found-card p{margin:0 auto 10px;max-width:330px;color:#5f6d7d;line-height:1.45}
.mobile-not-found-path{font-size:12px;word-break:break-word}
.mobile-not-found-actions{display:grid;gap:10px;margin-top:22px}
.mobile-preview-body .marker-cluster-small,.mobile-preview-body .marker-cluster-medium,.mobile-preview-body .marker-cluster-large{background:rgba(20,125,104,.18)}
.mobile-preview-body .marker-cluster-small div,.mobile-preview-body .marker-cluster-medium div,.mobile-preview-body .marker-cluster-large div{background:#147d68;color:#fff;font-weight:800;box-shadow:0 2px 8px rgba(15,32,61,.22)}


/* v65.94 — one-scroll mobile shell + in-shell authentication */
html,body{height:100%;overflow:hidden!important;padding:0!important}
.mobile-preview-body{height:100dvh;min-height:0;overflow:hidden!important}
.mobile-preview-shell{height:100dvh!important;min-height:0!important;overflow:hidden!important;border-radius:0!important}
.mobile-main{flex:1;min-height:0!important;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;scrollbar-gutter:auto}
.mobile-bottom-nav{bottom:0!important}
@media(min-width:700px){body{padding:0!important}.mobile-preview-shell{height:100dvh!important;min-height:0!important;border-radius:0!important}.mobile-bottom-nav{bottom:0!important;border-radius:0!important}.mobile-screen{min-height:calc(100dvh - var(--mobile-header-row) - var(--mobile-bottom-nav-height))!important}.map-screen{height:calc(100dvh - var(--mobile-header-row) - var(--mobile-bottom-nav-height))!important}}
.mobile-auth-backdrop{position:fixed;inset:0;z-index:1800;background:rgba(5,18,34,.48);backdrop-filter:blur(3px)}
.mobile-auth-modal{position:fixed;inset:0;z-index:1810;display:grid;place-items:center;padding:18px}
.mobile-auth-card{position:relative;width:min(100%,410px);border:1px solid #dce5e2;border-radius:22px;background:#fff;padding:26px 20px 20px;box-shadow:0 24px 70px rgba(5,18,34,.28)}
.mobile-auth-close{position:absolute;top:10px;right:10px;width:38px;height:38px;border:0;border-radius:50%;background:#f0f4f2;color:#17324d;font-size:25px;cursor:pointer}
.mobile-auth-brand{color:#147d68;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.mobile-auth-brand span{font-size:8px;border:1px solid #b8d7ce;border-radius:999px;padding:2px 4px}
.mobile-auth-card h2{margin:10px 0 4px;font-size:26px;color:#0f203d}.mobile-auth-card>p{margin:0 0 18px;color:#68778a;font-size:13px;line-height:1.45}
#mobileLoginForm{display:grid;gap:12px}#mobileLoginForm label{display:grid;gap:6px;color:#415268;font-size:12px;font-weight:800}#mobileLoginForm input{width:100%;border:1px solid #d7e0e5;border-radius:12px;padding:12px 13px;font:inherit;color:#10223e;background:#fff}
.mobile-account-button{cursor:pointer}

/* v65.97 calendar context */
.calendar-options-row{display:flex;justify-content:flex-end;padding:0 18px 6px}.calendar-holiday-toggle{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:700;color:var(--m-gray);cursor:pointer;user-select:none}.calendar-holiday-toggle input{accent-color:var(--m-green);width:15px;height:15px}.calendar-day.weekend:not(.selected){background:#f5f7f8;color:#526273}.calendar-day.weekend.has-events:not(.selected){background:#e7f3ef}.calendar-day.holiday:not(.selected){border-color:#e7c56d}.calendar-holiday-dot{position:absolute;left:5px;bottom:5px;width:6px;height:6px;border-radius:50%;background:#d99b16;box-shadow:0 0 0 2px #fff}.calendar-day.selected .calendar-holiday-dot{background:#ffd978;box-shadow:0 0 0 2px var(--m-green)}.calendar-day.other-month .calendar-holiday-dot{opacity:.7}.calendar-holiday-card{display:flex;align-items:center;gap:10px;padding:11px 13px;margin-bottom:10px;border:1px solid #ecd184;border-radius:13px;background:#fff9e8;color:var(--m-navy)}.calendar-holiday-mark{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#f1c453;color:#795300;font-size:22px;line-height:1}.calendar-holiday-card div{display:grid;gap:2px}.calendar-holiday-card small{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#8b6a1f;font-weight:800}.calendar-holiday-card strong{font-size:13px}


/* v65.97 compact mobile account avatar */

.mobile-account-avatar-image,.mobile-account-avatar-initials{display:flex;width:30px;height:30px;border-radius:50%;align-items:center;justify-content:center;object-fit:cover;background:#fff;color:#114f43;font-size:10px;font-weight:850;letter-spacing:.03em;line-height:1}
.mobile-account-avatar-image{display:block}

/* v66.04 — mobile event photo selection preview */
.mobile-event-photo-preview{display:grid;grid-template-columns:84px 1fr;gap:10px;align-items:center;margin-top:8px;padding:8px;border:1px solid #d8e2e6;border-radius:12px;background:#f8fbfa}
.mobile-event-photo-preview.hidden{display:none}.mobile-event-photo-preview img{width:84px;height:70px;object-fit:cover;border-radius:9px;display:block}.mobile-event-photo-preview-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.mobile-event-photo-preview-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#536773}.mobile-event-photo-preview-meta button{border:0;background:transparent;color:#a12c2c;font-weight:700;padding:6px;cursor:pointer}

.mobile-review-event-photo{width:100%;max-height:180px;object-fit:cover;border-radius:11px;margin-bottom:8px;display:block}
/* v66.04 — multi-photo event picker/crop on mobile */
.mobile-event-photo-preview{display:block;margin-top:8px;padding:8px;border:1px solid #d8e2e6;border-radius:12px;background:#f8fbfa}
.mobile-event-photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.mobile-event-photo-item{min-width:0;border:1px solid #dde6e9;border-radius:10px;overflow:hidden;background:#fff}
.mobile-event-photo-item img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:0;display:block}
.mobile-event-photo-item-controls{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:6px 7px}
.mobile-event-photo-item-controls span{font-size:11px;font-weight:800;color:#405866}.mobile-event-photo-item-controls button{border:0;background:transparent;color:#a12c2c;font-size:11px;font-weight:800;padding:3px;cursor:pointer}
.mobile-event-photo-hint{display:block;margin-top:7px;color:#60727e;font-size:11px}
.mobile-review-event-photos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-bottom:8px}.mobile-review-event-photos .mobile-review-event-photo{width:100%;aspect-ratio:1;max-height:none;object-fit:cover;border-radius:9px;margin:0}

/* v66.04 — event cover controls */
.mobile-event-photo-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px;flex-wrap:wrap}.mobile-event-photo-item-controls .make-cover{color:#0f6f5f;background:#eef8f4;border:1px solid #cde6dc;border-radius:7px;padding:4px 6px}.mobile-event-photo-item:first-child{outline:2px solid rgba(20,125,104,.18)}

/* v66.07 iOS beta feedback: compact brand, consistent layer groups, real draggable sheets */
.mobile-layer-section-toggle{padding-left:12px;padding-right:8px}.mobile-school-layers{padding-left:0;border-left:0}.mobile-school-layers .layer-row{padding-left:12px}.mobile-auth-links{display:flex;justify-content:space-between;gap:12px;margin-top:10px}.mobile-auth-links button{border:0;background:transparent;color:#147d68;font:inherit;font-size:12px;font-weight:800;padding:5px 0}.mobile-form-success{padding:10px 12px;border-radius:10px;background:#e9f7f1;color:#0b7655;font-size:13px}.mobile-sheet{--sheet-y:0px;transform:translate(-50%,var(--sheet-y));transition:transform .18s ease-out}.mobile-sheet.sheet-dragging{transition:none}.sheet-handle{touch-action:none;cursor:grab;padding:8px 0;background-clip:content-box;height:5px;box-sizing:content-box}.district-number-label{background:transparent!important;border:0!important}.district-number-label span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.88);border:1px solid rgba(60,78,100,.34);box-shadow:0 2px 6px rgba(15,32,61,.12);font-size:12px;font-weight:900;color:#31475d}.mobile-school-point{background:transparent!important;border:0!important}.mobile-school-point span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#fff;border:3px solid var(--school-color,#516778);box-shadow:0 2px 7px rgba(15,32,61,.22);font-size:12px;color:#17324d}.mobile-school-point span::after{content:"★"}
@media(max-width:360px){}
.mobile-form-error.is-info{background:#eef7f4;color:#166a5a}

/* v66.14 — iOS registration form isolation */
.mobile-auth-card{max-height:calc(100dvh - 24px);overflow-y:auto;-webkit-overflow-scrolling:touch}
#mobileRegisterForm{display:grid;gap:12px;width:100%;min-width:0}
#mobileRegisterForm.hidden{display:none}
#mobileRegisterForm label{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:6px!important;width:100%!important;min-width:0!important;margin:0!important;color:#415268;font-size:12px;font-weight:800}
#mobileRegisterForm input,#mobileRegisterForm select{display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;margin:0!important;border:1px solid #d7e0e5;border-radius:12px;padding:12px 13px;font:inherit;color:#10223e;background:#fff}
#mobileRegisterForm .primary-button{width:100%;margin-top:0}
@media(max-width:430px){.mobile-auth-modal{padding:10px}.mobile-auth-card{width:100%;padding:24px 16px 16px;border-radius:20px}.mobile-auth-card h2{padding-right:42px;font-size:25px}.mobile-auth-card>p{font-size:12px}}

/* v66.14 — server-backed map event filters */
.mobile-map-filter-summary{position:absolute;z-index:615;top:12px;left:12px;max-width:calc(100% - 98px);min-height:38px;padding:8px 12px;border:1px solid rgba(15,47,79,.12);border-radius:999px;background:rgba(255,255,255,.96);box-shadow:0 4px 14px rgba(15,32,61,.12);color:#17324d;font:inherit;font-size:11px;font-weight:800;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}
.mobile-map-period-pills,.mobile-map-source-pills{display:flex;flex-wrap:wrap;gap:7px}
.mobile-map-custom-dates{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mobile-map-custom-dates.hidden{display:none}.mobile-map-custom-dates label{display:grid;gap:5px;font-size:11px;font-weight:800;color:#415268}.mobile-map-custom-dates input{width:100%;min-width:0;border:1px solid #d7e0e5;border-radius:10px;padding:9px 10px;font:inherit;background:#fff;color:#10223e}
@media(max-width:360px){.mobile-map-filter-summary{max-width:calc(100% - 88px);font-size:10px}.mobile-map-custom-dates{grid-template-columns:1fr}}
.mobile-map-filter-sheet-tools{display:flex;align-items:center;justify-content:space-between;gap:12px}.mobile-map-filter-sheet-tools span{font-size:11px;line-height:1.35;color:var(--m-muted)}

/* v66.36 — embedded date-range calendar inside mobile map filters */
.mobile-map-custom-dates{display:block}
.map-range-calendar{border:1px solid #d7e0e5;border-radius:16px;padding:12px;background:#fff}
.map-range-calendar-toolbar{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;margin-bottom:8px}
.map-range-calendar-toolbar strong{text-align:center;font-size:14px;color:var(--m-navy)}
.map-range-calendar-toolbar button{border:0;background:transparent;font-size:26px;color:var(--m-green);cursor:pointer}
.map-range-weekdays,.map-range-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}
.map-range-weekdays span{text-align:center;font-size:10px;font-weight:800;color:var(--m-gray);padding:4px 0}
.map-range-day{height:38px;border:0;border-radius:10px;background:transparent;color:var(--m-navy);font:inherit;font-size:12px;cursor:pointer}
.map-range-day.other-month{opacity:.3}
.map-range-day.in-range{background:#e5f3ee;border-radius:0}
.map-range-day.range-start,.map-range-day.range-end{background:var(--m-green);color:#fff;border-radius:10px;font-weight:900}
.map-range-day.single-day{border-radius:10px}
.map-range-selection{text-align:center;margin-top:9px;font-size:11px;font-weight:700;color:#526275}

.mobile-location-events{display:grid;gap:8px;margin:0 0 18px}
.mobile-location-events.hidden{display:none}
.mobile-location-event{display:grid;gap:3px;text-align:left;border:1px solid var(--m-border);border-radius:10px;background:#fff;padding:10px 12px;color:var(--m-navy)}
.mobile-location-event span{font-size:11px;color:var(--m-gray)}
.detail-actions button:disabled{opacity:.45;cursor:not-allowed}

/* v66.36 — mobile scrollable cards for events at one location */
.mobile-location-events{display:grid;gap:9px;margin:0 0 18px}
.mobile-location-events.hidden{display:none}
.mobile-location-events-heading{display:flex;align-items:baseline;justify-content:space-between;gap:10px}
.mobile-location-events-heading strong{font-size:13px;color:var(--m-navy)}
.mobile-location-events-heading span{font-size:10px;color:var(--m-gray);white-space:nowrap}
.mobile-location-events-list{display:grid;gap:8px;max-height:min(52vh,440px);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-right:2px;scrollbar-width:thin}
.mobile-location-event-card{display:grid;grid-template-columns:76px minmax(0,1fr) 18px;align-items:center;gap:9px;width:100%;min-height:76px;padding:7px;border:1px solid var(--m-border);border-radius:12px;background:#fff;text-align:left;color:var(--m-navy);box-shadow:0 2px 8px rgba(15,32,61,.04)}
.mobile-location-event-photo{width:76px;height:64px;object-fit:cover;border-radius:9px;background:#eef2f5}
.mobile-location-event-photo.placeholder{display:grid;place-items:center;color:var(--m-gray);font-weight:850}
.mobile-location-event-copy{display:grid;gap:3px;min-width:0}
.mobile-location-event-copy strong{font-size:12px;line-height:1.22;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.mobile-location-event-date{font-size:10.5px;color:var(--m-green);font-weight:800}
.mobile-location-event-venue{font-size:10px;color:var(--m-gray);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mobile-location-event-arrow{font-size:22px;color:var(--m-gray)}

/* v66.36 — reuse canonical mobile short cards for events-at-location */
.mobile-location-events-list .mobile-event-card{margin:0}
.mobile-location-events-list .mobile-event-card.compact{grid-template-columns:72px minmax(0,1fr)}

/* v66.36 — prevent events-at-location cards from collapsing inside scroll container */
.mobile-location-events-list{
  display:flex;
  flex-direction:column;
  gap:8px;
  max-height:min(52vh,440px);
  overflow-y:auto;
  overflow-x:hidden;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior:contain;
  padding-right:2px;
  scrollbar-width:thin;
}
.mobile-location-events-list .mobile-event-card,
.mobile-location-events-list .mobile-event-card.compact{
  flex:0 0 auto;
  width:100%;
  min-height:84px;
  grid-template-columns:72px minmax(0,1fr);
  align-items:center;
}
.mobile-location-events-list .mobile-event-card.compact .event-thumb{
  width:72px;
  height:68px;
  flex:none;
}

/* v66.36 feedback batch */
.event-card-social{font-size:10px;color:var(--m-gray);font-weight:700;margin-top:2px}
.mobile-event-interactions{margin:14px 0}
.mobile-event-interaction-summary{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.mobile-event-like,.mobile-event-reviews-toggle{border:1px solid var(--m-border);border-radius:11px;background:#fff;padding:10px 8px;font:inherit;font-size:12px;font-weight:800;color:var(--m-navy)}
.mobile-event-like.is-liked{color:#b42318;background:#fff5f4}
.mobile-event-reviews-panel{margin-top:9px;padding:10px;border:1px solid var(--m-border);border-radius:12px;background:#fafcfc}
.mobile-event-reviews-panel.hidden{display:none}
.mobile-review-form{display:grid;gap:8px;margin-bottom:10px}.mobile-review-form select,.mobile-review-form textarea{width:100%;border:1px solid var(--m-border);border-radius:9px;padding:9px;background:#fff;font:inherit}
.mobile-review-list{display:grid;gap:8px}.mobile-review-item{padding:9px;border-top:1px solid var(--m-border)}.mobile-review-item:first-child{border-top:0}.mobile-review-item p{margin:5px 0 0;font-size:12px;line-height:1.4}
.mobile-organizer-link{border:0;background:transparent;padding:0;color:var(--m-green);font:inherit;font-weight:800;text-decoration:underline;cursor:pointer}
.mobile-organizer-events{display:grid;gap:7px;margin-top:9px;max-height:360px;overflow:auto}.mobile-organizer-events.hidden{display:none}
.mobile-profile-stat{font:inherit;cursor:pointer;color:inherit}.mobile-profile-stat:active{transform:translateY(1px)}.mobile-profile-stat:focus-visible{outline:2px solid var(--m-green);outline-offset:2px}
.mobile-social-login{display:grid;gap:8px;margin-bottom:10px}.mobile-social-login.hidden{display:none}.mobile-social-button{display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid #ccd7dc;border-radius:10px;padding:11px;background:#fff;color:#10223e;text-decoration:none;font-weight:800}.mobile-social-button.hidden{display:none}.mobile-auth-divider{display:flex;align-items:center;gap:8px;color:#7c8a96;font-size:11px}.mobile-auth-divider:before,.mobile-auth-divider:after{content:"";height:1px;background:#e1e7ea;flex:1}

/* v66.52 — mobile uses the same brand/header language as the desktop homepage. */







.mobile-app-description{display:none;font-size:9px;line-height:1.25;color:rgba(255,255,255,.78)}

@media (min-width:430px){.mobile-app-description{display:block}}
@media (max-width:360px){}

/* v66.53 — compact mobile header: keep the homepage identity without wrapping/clipping. */

.mobile-app-description{display:none!important}




.mobile-menu-button{width:34px;height:34px}
@media(max-width:390px){}

/* v66.57 — canonical site header uses the same DOM in the mobile app shell. */
.mobile-preview-body .canonical-site-header .canonical-desktop-actions{display:none!important;}
.mobile-preview-body .canonical-site-header .canonical-mobile-actions{display:flex;}
.mobile-preview-body .canonical-site-header .site-header-description{display:none!important;}
.mobile-preview-body .canonical-site-header .canonical-header-brand-wrap{display:flex;align-items:center;min-width:0;}
.field-help{display:inline-grid;place-items:center;width:20px;height:20px;border:1px solid currentColor;border-radius:50%;background:transparent;font:700 12px/1 inherit;cursor:help}.mobile-contribution-photo-preview{display:block;width:100%;max-height:220px;object-fit:cover;border-radius:12px;margin:8px 0}.contribution-verification{display:grid;gap:7px;padding:12px;border:1px solid #d7ddd9;border-radius:12px;margin:12px 0}.contribution-verification [data-status="ok"]{font-weight:600}.contribution-verification [data-status="warning"]{font-weight:600}.contribution-verification [data-status="error"]{font-weight:700}.contribution-verification small{display:block;font-weight:400;margin:2px 0 0 22px}.mobile-user-location{border:3px solid white;border-radius:50%;box-shadow:0 0 0 2px #1769e0;background:#1769e0;width:14px!important;height:14px!important}
/* v66.75 compact community popup */
.layer-popup-card{display:grid;grid-template-columns:92px minmax(0,1fr);gap:9px;align-items:start;max-width:260px}.layer-popup-photo{width:92px!important;height:92px!important;max-width:92px!important;max-height:92px!important;aspect-ratio:1/1;object-fit:cover!important;border-radius:12px;display:block;margin:0!important}.layer-popup-copy{min-width:0;display:grid;gap:5px}.layer-popup-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:5px}.layer-popup-actions .secondary-button{min-height:34px;padding:6px 9px;font-size:12px}

/* v66.75.1 — compact community popup action icons */
.layer-popup-actions{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;margin-top:7px}.layer-popup-icon-action{appearance:none;width:38px;height:38px;min-width:38px;min-height:38px;padding:0;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#0f766e;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:none;transition:background .15s ease,border-color .15s ease,transform .15s ease}.layer-popup-icon-action:hover{background:#f0fdfa;border-color:#5eead4}.layer-popup-icon-action:active{transform:translateY(1px)}.layer-popup-icon-action:focus-visible{outline:3px solid rgba(13,148,136,.22);outline-offset:2px}.layer-popup-icon-action svg{width:20px;height:20px;display:block;fill:currentColor}.layer-popup-icon-action.hidden{display:none!important}@media(max-width:520px){.layer-popup-actions{gap:7px}.layer-popup-icon-action{width:36px;height:36px;min-width:36px;min-height:36px;border-radius:9px}.layer-popup-icon-action svg{width:19px;height:19px}}
