*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary: #FFFFFF;--bg-secondary: #FAFAFA;--bg-header: #FFFFFF;--bg-tertiary: #F3F4F6;--text-primary: #030712;--text-secondary:#6B7280;--text-muted: #9CA3AF;--icon-color: #6B7280;--border-color: #E5E7EB;--accent: #1F2937;--accent-hover: #111827;--google-blue: #4285F4;--facebook-blue: #1877F2;--error: #DC2626;--success: #16A34A;--input-bg: #FAFAFA;--elevation-bg: #F3F4F6;color-scheme:light}[data-theme=dark]{--bg-primary: #161B26;--bg-secondary: #1C2231;--bg-header: #1A1F2B;--bg-tertiary: #242B39;--text-primary: #FFFFFF;--text-secondary:#AAAABB;--text-muted: #5E6478;--icon-color: #8A91A5;--border-color: #2D3444;--accent: #E94560;--accent-hover: #d63d56;--error: #FF6B6B;--success: #4CAF50;--input-bg: #1C2231;--elevation-bg: #1A1F2B;color-scheme:dark}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.auth-layout{display:flex;min-height:100vh}.auth-brand-panel{flex:0 0 42%;background:#1a1f2b;display:flex;align-items:center;justify-content:center;padding:40px;position:relative;overflow:hidden}.auth-brand-panel:before{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(233,69,96,.12) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.auth-brand-inner{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1}.auth-brand-logo{width:160px;height:auto;margin-bottom:16px}.auth-brand-name{font-size:36px;font-weight:800;color:#fff;letter-spacing:-.5px;margin-bottom:6px}.auth-brand-tagline{font-size:16px;color:#ffffff8c;font-style:italic;margin-bottom:28px}.auth-brand-dots{display:flex;gap:7px}.auth-brand-dot{width:7px;height:7px;border-radius:50%;background:#ffffff40}.auth-brand-dot.active{background:#e94560;width:20px;border-radius:4px}.auth-form-panel{flex:1;background:var(--bg-primary);display:flex;align-items:center;justify-content:center;padding:40px 20px}@media(max-width:768px){.auth-layout{flex-direction:column}.auth-brand-panel{flex:none;padding:32px 20px;min-height:200px}.auth-brand-logo{width:100px}.auth-brand-name{font-size:26px}.auth-brand-tagline{font-size:14px;margin-bottom:16px}.auth-form-panel{padding:32px 20px}}.auth-card{width:100%;max-width:400px}.auth-form-header{text-align:center;margin-bottom:20px}.auth-form-logo{width:56px;height:auto;margin:0 auto 8px;display:block}.auth-form-title{font-size:22px;font-weight:700;color:var(--text-primary);margin-bottom:4px}.auth-form-subtitle{font-size:14px;color:var(--text-secondary)}.auth-step-icon{width:52px;height:52px;border-radius:14px;background:var(--bg-tertiary);border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;margin:0 auto 12px;color:var(--accent)}.auth-subpage{min-height:100vh;background:var(--bg-primary);display:flex;flex-direction:column}.auth-sub-header{background:#1a1f2b;padding:12px 20px;display:flex;align-items:center;gap:12px;min-height:64px;flex-shrink:0}.auth-sub-back{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border:none;border-radius:8px;cursor:pointer;color:#fff;flex-shrink:0;transition:background .15s}.auth-sub-back:hover{background:#ffffff26}.auth-sub-logo{height:36px;width:auto}.auth-sub-title{font-size:16px;font-weight:700;color:#fff}.auth-subpage .auth-page{min-height:calc(100vh - 64px)}.btn-social{width:100%;height:50px;border:none;border-radius:12px;font-size:15px;font-weight:700;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:opacity .2s;margin-bottom:10px}.btn-social:hover{opacity:.9}.btn-google,.btn-facebook{background-color:var(--card-bg);color:var(--text-primary);border:1px solid var(--border-color)}.divider{display:flex;align-items:center;gap:12px;margin:16px 0}.divider:before,.divider:after{content:"";flex:1;height:1px;background-color:var(--border-color)}.divider span{color:var(--text-secondary);font-size:14px}.input-group{margin-bottom:12px}.input-field{width:100%;height:50px;padding:0 16px;border:1px solid var(--border-color);border-radius:12px;background-color:var(--input-bg);color:var(--text-primary);font-size:15px;outline:none;transition:border-color .2s}.input-field::placeholder{color:var(--text-muted)}.input-field:focus{border-color:var(--accent)}.input-field.input-code{text-align:center;font-size:24px;font-weight:700;letter-spacing:8px}.input-error-text{color:var(--error);font-size:12px;margin-top:4px;padding-left:4px}.btn-primary{width:100%;height:50px;border:none;border-radius:12px;background-color:var(--accent);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:background-color .2s}.btn-primary:hover:not(:disabled){background-color:var(--accent-hover)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.error-message{color:var(--error);font-size:13px;text-align:center;margin:8px 0}.success-message{color:var(--success);font-size:13px;text-align:center;margin:8px 0}.link{color:var(--accent);text-decoration:none;cursor:pointer;font-weight:600}.link:hover{text-decoration:underline}.link-muted{color:var(--text-secondary);font-size:14px}.auth-footer{text-align:center;margin-top:16px;font-size:14px}.auth-footer .link-muted{margin-right:4px}.page-header{background-color:var(--bg-header);padding:8px 20px;display:flex;align-items:center;min-height:84px;justify-content:space-between;position:sticky;top:0;z-index:100}.header-left{display:flex;align-items:center;gap:12px}.header-logo{height:80px;cursor:pointer;flex-shrink:0}.header-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;cursor:pointer;border:1.5px solid rgba(255,255,255,.2)}.header-avatar-placeholder{width:60px;height:60px;border-radius:50%;background:#2d3444;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#8a91a5;cursor:pointer;border:1.5px solid rgba(255,255,255,.15)}.header-nav{display:flex;align-items:center;gap:4px}.header-nav-link{background:none;border:none;color:#8a91a5;font-size:14px;font-weight:600;cursor:pointer;padding:8px 12px;border-radius:8px;transition:color .15s,background-color .15s;white-space:nowrap;display:flex;align-items:center;gap:6px}.header-nav-link svg{flex-shrink:0}.header-nav-link:hover{color:#fff;background-color:#ffffff14}.header-nav-link.active{color:#3aa88f}.header-icons{display:flex;align-items:center;gap:6px}.header-icon-btn{width:46px;height:38px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;border-radius:8px;transition:background-color .2s;color:#8a91a5}.header-icon-btn:hover{background-color:#ffffff1a}.header-icon-btn{position:relative}.header-badge{position:absolute;top:-2px;right:-2px;background-color:#bf5252;color:#fff;font-size:9px;font-weight:700;min-width:14px;height:14px;border-radius:7px;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1}.page-header .back-btn{width:28px;height:28px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.page-header .back-btn svg{stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}.page-header .header-title{display:flex;align-items:center;gap:10px}.page-header .header-title svg{width:20px;height:20px;fill:#fff}.page-header .header-title h2{color:#fff;font-size:17px;font-weight:700}.page-content{max-width:420px;margin:0 auto;padding:40px 30px}.content-icon{width:80px;height:80px;border-radius:40px;background-color:var(--bg-secondary);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:36px}.content-title{font-size:24px;font-weight:700;text-align:center;margin-bottom:8px}.content-subtitle{font-size:14px;color:var(--text-secondary);text-align:center;margin-bottom:24px}.resend-section{text-align:center;margin-top:16px}.resend-section .link-muted{display:block;margin-bottom:4px}.resend-countdown{color:var(--text-muted);font-size:14px}.resend-sending{color:var(--accent);font-size:14px;display:flex;align-items:center;justify-content:center;gap:6px}.loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#161b26d9;display:flex;align-items:center;justify-content:center;z-index:100}.spinner{width:40px;height:40px;border:3px solid var(--border-color);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.dashboard-page{min-height:100vh}.dashboard-columns{display:grid;grid-template-columns:minmax(0,300px) minmax(0,600px) 1fr;max-width:1400px;margin:0 auto;gap:0 20px;padding:0 16px}@media(max-width:1024px){.dashboard-columns{grid-template-columns:1fr}.dash-sidebar{display:none}}.dash-sidebar{align-self:start;margin-top:30px;display:flex;flex-direction:column;gap:16px}.dash-center{min-width:0}.dash-profile-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:14px;padding:14px 12px;display:flex;flex-direction:column;align-items:center;gap:4px}.dash-promo-card{position:relative;overflow:hidden;margin-top:24px;border-radius:14px;background:#111827;border:1px solid #2D3444;min-height:160px}.dash-promo-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.dash-promo-photo{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transform:scaleX(-1)}.dash-promo-photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#0f121ed1,#1418288c 55%,#0a0c1626)}.dash-promo-content{position:relative;z-index:1;padding:16px 14px;display:flex;flex-direction:column;gap:6px}.dash-promo-content--bottom{position:absolute;bottom:0;left:0;right:0;padding:16px 14px}.dash-promo-header{display:flex;flex-direction:column;width:fit-content;gap:4px}.dash-promo-logo{width:72px;height:auto;filter:brightness(0) invert(1);align-self:center}.dash-promo-tagline{font-size:17px;font-weight:800;color:#fff;letter-spacing:-.3px;line-height:1.2;white-space:nowrap;text-shadow:0 1px 8px rgba(120,60,255,.5)}.dash-promo-sub{font-size:11px;color:#b8a8e0;line-height:1.45;max-width:160px}.dash-promo-btn{margin-top:6px;align-self:flex-start;display:flex;align-items:center;gap:5px;padding:6px 14px;border-radius:20px;background:#7c3aed;border:none;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s,transform .1s}.dash-promo-btn:hover{background:#6d28d9;transform:translateY(-1px)}.dash-profile-avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center;cursor:pointer;border:2px solid rgba(233,69,96,.5)}.dash-profile-avatar img{width:100%;height:100%;object-fit:cover}.dash-profile-initials{font-size:18px;font-weight:700;color:var(--icon-color)}.dash-profile-name{font-size:14px;font-weight:700;color:#fff;text-align:center;display:flex;align-items:center;justify-content:center;gap:6px}.dash-edit-icon{color:#8a91a5;cursor:pointer;flex-shrink:0}.dash-edit-icon:hover{color:#e94560}.dash-profile-city{font-size:12px;color:#8a91a5}.dash-profile-bio{font-size:12px;color:#b0b6c4;text-align:center;line-height:1.4;margin:4px 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.dash-profile-stats{display:flex;gap:20px;margin:4px 0}.dash-profile-stat{display:flex;flex-direction:column;align-items:center}.dash-stat-num{font-size:14px;font-weight:700;color:#fff}.dash-stat-label{font-size:10px;color:#8a91a5}.dash-strava{width:100%;margin-top:6px;padding:8px 10px;background:var(--bg-tertiary);border-radius:10px}.dash-strava-header{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#fff;margin-bottom:4px}.dash-strava-row{font-size:11px;color:#8a91a5;padding:1px 0}.dash-events-section{width:100%;margin-top:10px}.dash-events-title{font-size:11px;font-weight:700;color:#8a91a5;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;padding:0 2px}.dash-event-card{display:flex;gap:8px;padding:8px;border-radius:10px;cursor:pointer;transition:background .15s;margin-bottom:4px}.dash-event-card:hover{background:#242b39}.dash-event-thumb{width:70px;height:70px;border-radius:8px;object-fit:cover;flex-shrink:0;align-self:center;border:1px solid #2D3444}.dash-event-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.dash-event-card-title{font-size:13px;font-weight:600;color:#fff;display:flex;align-items:center;gap:5px;overflow:hidden}.dash-event-card-title span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:0 1 auto}.dash-event-edit-icon{flex-shrink:0;color:#8a91a5;cursor:pointer;opacity:.7}.dash-event-edit-icon:hover{opacity:1;color:#a78bfa}.dash-show-more-btn{width:100%;margin-top:4px;padding:6px 0;background:none;border:1px solid #2D3448;border-radius:8px;color:#8a91a5;font-size:11px;cursor:pointer;transition:border-color .15s,color .15s}.dash-show-more-btn:hover{border-color:#a78bfa;color:#a78bfa}.dash-events-empty-section{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;text-align:center}.dash-events-empty-section span{font-size:11px;color:#5e6478;line-height:1.4}.dash-events-action-btn{margin-top:2px;padding:5px 14px;border-radius:12px;border:1px solid #2D3448;background:none;color:#8a91a5;font-size:11px;cursor:pointer;transition:border-color .15s,color .15s}.dash-events-action-btn:hover{border-color:#a78bfa;color:#a78bfa}.dash-event-card-meta{display:flex;align-items:center;gap:4px;font-size:11px;color:#8a91a5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-event-card-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-event-badges{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}.dash-event-badge{font-size:10px;font-weight:600;padding:1px 6px;border-radius:6px}.dash-event-stats-row{display:flex;gap:8px;margin-top:3px;font-size:11px;font-weight:600;color:#8a91a5}.dash-event-avatars{display:flex;flex-direction:row;margin-top:4px}.dash-event-avatar{width:20px;height:20px;border-radius:50%;border:1.5px solid #1C2231;margin-left:-5px;background:#2d3444;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;color:#8a91a5}.dash-event-avatar:first-child{margin-left:0}.dash-event-avatar img{width:100%;height:100%;object-fit:cover}.dash-event-avatar-more{background:#3a4255;color:#8a91a5;font-size:8px}.filter-bar{display:grid;grid-template-columns:1fr 1fr;gap:8px;max-width:480px;margin:0 auto;padding:10px 0 4px}.filter-btn-wrapper{position:relative}.filter-btn{width:100%;display:flex;align-items:center;gap:3px;padding:5px 10px;background-color:#242b39;border:1px solid #2D3444;border-radius:10px;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:border-color .2s}.filter-btn:hover{border-color:#5e6478}.filter-btn span{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filter-btn .chevron{flex-shrink:0}.filter-dropdown{position:absolute;top:calc(100% + 4px);left:0;background-color:#1e2435;border:1px solid #2D3444;border-radius:10px;z-index:20;overflow:hidden;min-width:160px}.filter-dropdown.primary{padding:4px}.filter-dropdown-item{width:100%;display:block;padding:7px 12px;background:none;border:none;color:#fff;font-size:13px;text-align:left;cursor:pointer;transition:background-color .15s}.filter-dropdown-item:hover{background-color:#ffffff0d}.filter-dropdown-item.active{color:#3aa88f;font-weight:600}.filter-divider{height:1px;background-color:#252d3d;margin:0 4px}.filter-dropdown.combined{left:auto;right:0;min-width:320px;padding:12px;overflow:visible}.location-card{display:grid;grid-template-columns:1fr auto;gap:8px;padding:10px 8px;background-color:#242b39;border:1px solid #2D3444;border-radius:10px;margin-bottom:5px}.location-card-details{cursor:pointer;display:flex;flex-direction:column;gap:3px}.location-row{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.location-label{font-size:10px;font-weight:700;color:#5e6478}.location-value{font-size:12px;color:#fff}.location-tags{display:flex;gap:3px;font-size:11px}.location-card-actions{display:flex;align-items:center;gap:0}.icon-action{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;border-radius:4px;transition:background-color .15s}.icon-action:hover{background-color:#ffffff14}.combined-actions{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.add-location-btn{background:none;border:none;color:#3aa88f;font-size:12px;cursor:pointer;padding:4px}.add-location-btn:hover{text-decoration:underline}.apply-filter-btn{background-color:#3aa88f;color:#fff;border:none;border-radius:10px;padding:6px 16px;font-size:12px;font-weight:700;cursor:pointer}.apply-filter-btn:hover{opacity:.9}.filter-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:15}.filter-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background-color:#000c;display:flex;align-items:center;justify-content:center;padding:16px}.filter-modal{background-color:#1c2231;border:1px solid #2D3444;border-radius:16px;padding:16px;width:100%;max-width:420px;max-height:calc(100vh - 48px);overflow-y:auto;display:flex;flex-direction:column}.filter-modal .form-section{flex-shrink:0}.filter-modal .map-picker-wrapper{flex:1;min-height:0}.filter-modal .map-picker-container{height:100%;min-height:160px;max-height:220px}.filter-modal-title{font-size:16px;font-weight:700;color:#fff;text-align:center;margin:0 0 10px}.form-section{margin-bottom:10px}.form-label{display:block;font-size:10px;font-weight:700;color:#5e6478;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.map-picker-wrapper{position:relative;width:100%}.map-picker-container{width:100%;height:220px;border-radius:10px;overflow:hidden;border:1px solid #2D3444;background:#1c2231}.map-center-pin{position:absolute;top:50%;left:50%;transform:translate(-50%,-100%);z-index:1000;pointer-events:none;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4))}.map-gps-btn{position:absolute;bottom:12px;right:12px;z-index:1000;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#1c2231e6;border:1px solid #2D3444;border-radius:8px;cursor:pointer;padding:0}.map-gps-btn:hover{background:#3aa88f33}.map-gps-btn:disabled{opacity:.5}.map-location-name{font-size:12px;color:#8a91a5;margin-top:6px;text-align:center}.gps-coords{font-size:10px;color:#5e6478;margin-top:2px}.form-chips{display:flex;flex-wrap:wrap;gap:4px}.form-chip{padding:6px 10px;border-radius:8px;border:1px solid #2D3444;background:none;color:#fff;font-size:12px;cursor:pointer;transition:border-color .15s,background-color .15s}.form-chip:hover{border-color:#5e6478}.form-chip.selected{font-weight:600}.form-error{color:#ef4444;font-size:11px;text-align:center;margin-bottom:4px}.form-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px}.form-cancel{padding:8px;background-color:#242b39;color:#e2e5ec;border:none;border-radius:10px;font-size:14px;cursor:pointer}.form-cancel:hover{background-color:#2d3444}.form-confirm{padding:8px;background-color:#3aa88f;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer}.form-confirm:hover{opacity:.9}.feed-container{max-width:480px;margin:0 auto;padding:8px 0}.feed-loading{display:flex;justify-content:center;padding:60px 0}.feed-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;color:var(--text-muted)}.feed-empty svg{margin-bottom:16px}.feed-empty p{font-size:15px}.event-card{background-color:var(--bg-secondary);margin-bottom:14px}.event-card-header{display:flex;align-items:center;padding:4px 10px;gap:6px}.creator-avatar{width:32px;height:32px;min-width:32px;border-radius:50%;background-color:var(--border-color);border:1.5px solid var(--border-color);overflow:hidden;display:flex;align-items:center;justify-content:center}.creator-avatar img{width:100%;height:100%;object-fit:cover}.avatar-initials{font-size:11px;font-weight:700;color:#9ca3af}.event-title{flex:1;font-size:14px;font-weight:600;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3}.star-btn{width:32px;height:32px;min-width:32px;background:none;border:none;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;padding:0;transition:transform .15s}.star-btn:hover{transform:scale(1.2)}.event-description-wrap{padding:0 10px 2px;margin-bottom:10px}.event-description{font-size:13px;color:var(--text-secondary);line-height:1.4;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.event-description.expanded{-webkit-line-clamp:unset;display:block}.desc-expand-btn{background:none;border:none;color:#3aa88f;font-size:12px;cursor:pointer;padding:2px 0 0;font-weight:600}.desc-expand-btn:hover{text-decoration:underline}.event-media{position:relative;width:100%;aspect-ratio:2.5 / 1;overflow:hidden;background-color:var(--border-color)}.event-map-full{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center}.event-map-full img{width:100%;height:100%;object-fit:cover}.map-placeholder-icon{fill:#6b7280}.badge{position:absolute;top:8px;left:8px;padding:3px 8px;border-radius:6px;font-size:10px;font-weight:700;color:#fff}.badge-joined{background-color:#3aa88f}.badge-cancelled{background-color:#dc2626;top:28px}.elevation-profile{background-color:var(--elevation-bg);padding:4px 8px 2px}.elevation-labels{display:flex;justify-content:center;gap:12px;margin-bottom:2px}.elevation-dist{font-size:13px;font-weight:700;color:#5b8def}.elevation-gain{font-size:13px;font-weight:700;color:#e94560}.elevation-svg{width:100%;height:32px;display:block}.event-photos{display:flex;gap:4px;margin-top:10px;padding:0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.event-photos::-webkit-scrollbar{display:none}.photo-thumb{min-width:60px;height:60px;flex-shrink:0;overflow:hidden;cursor:pointer;transition:opacity .15s}.photo-thumb:hover{opacity:.8}.photo-thumb img{width:100%;height:100%;object-fit:cover}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000eb;display:flex;align-items:center;justify-content:center;z-index:200;cursor:pointer}.lightbox-overlay img{max-width:70vw;max-height:70vh;object-fit:contain;cursor:default}.lightbox-close{position:absolute;top:16px;right:20px;background:none;border:none;color:#fff;font-size:28px;cursor:pointer;z-index:201;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.lightbox-prev,.lightbox-next{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;border:none;color:#fff;font-size:48px;cursor:pointer;z-index:201;width:50px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .15s}.lightbox-prev:hover,.lightbox-next:hover{background:#000000bf}.lightbox-prev{left:16px}.lightbox-next{right:16px}.lightbox-counter{position:absolute;bottom:20px;left:50%;transform:translate(-50%);color:#ffffffb3;font-size:14px;font-weight:600;z-index:201}.event-info{padding:6px 10px 8px}.event-badges{display:flex;flex-wrap:wrap;gap:4px 6px}.info-badge{display:inline-flex;align-items:center;gap:3px;padding:2px 5px;border-radius:5px;background-color:#242b39;border:1px solid var(--border-color);font-size:11px;color:#8a91a5;white-space:nowrap}.info-badge svg{fill:#6b7280}.event-footer{display:flex;align-items:center;justify-content:space-between;padding-top:8px}.participant-avatars{display:flex;align-items:center}.participant-av{width:28px;height:28px;border-radius:50%;background-color:var(--border-color);border:1.5px solid var(--bg-secondary);overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.participant-av img{width:100%;height:100%;object-fit:cover}.avatar-initials-sm{font-size:9px;font-weight:700;color:#9ca3af}.avatar-overflow{font-size:11px;font-weight:700;color:#8a91a5;margin-left:4px}.no-participants-icon{fill:#6b7280}.event-actions{display:flex;gap:8px}.btn-join{padding:6px 14px;border-radius:16px;border:none;background-color:#3aa88f;color:#fff;font-size:12px;font-weight:700;cursor:pointer;transition:opacity .2s}.btn-join:hover:not(:disabled){opacity:.85}.btn-join:disabled{opacity:.5;cursor:not-allowed}.btn-leave{padding:6px 14px;border-radius:16px;border:none;background-color:#3b1c1c;color:#f87171;font-size:12px;font-weight:700;cursor:pointer;transition:opacity .2s}.btn-leave:hover:not(:disabled){opacity:.85}.btn-leave:disabled{opacity:.5;cursor:not-allowed}.profile-page{min-height:100vh;background:#0f1119;color:#fff}.profile-loading{text-align:center;padding:48px 0;color:#8a91a5}.profile-content{max-width:480px;margin:0 auto;padding:16px}.profile-top{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:16px}.profile-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;background:#2a2f3c;display:flex;align-items:center;justify-content:center;cursor:pointer}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-avatar-initials{font-size:28px;font-weight:700;color:#fff}.profile-name{font-size:20px;font-weight:700}.profile-city{font-size:13px;color:#8a91a5}.profile-bio{font-size:13px;color:#b0b6c4;text-align:center;margin-bottom:16px;line-height:1.4}.profile-stats{display:flex;justify-content:center;gap:32px;margin-bottom:16px}.profile-stat{display:flex;flex-direction:column;align-items:center}.profile-stat-num{font-size:18px;font-weight:700}.profile-stat-label{font-size:11px;color:#8a91a5}.profile-mutual{margin-bottom:16px}.profile-mutual-label{font-size:12px;color:#8a91a5;margin-bottom:6px}.profile-mutual-avatars{display:flex;align-items:center}.profile-mutual-av{width:32px;height:32px;border-radius:50%;overflow:hidden;background:#2a2f3c;display:flex;align-items:center;justify-content:center;border:2px solid #0F1119;cursor:pointer;font-size:11px;font-weight:600}.profile-mutual-av img{width:100%;height:100%;object-fit:cover}.profile-follows-you{background:#1b3a2a;color:#4ade80;font-size:12px;padding:4px 12px;border-radius:12px;display:inline-block;margin-bottom:12px}.profile-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}.profile-btn-follow{background:#e94560;color:#fff;border:none;border-radius:20px;padding:10px 0;font-size:14px;font-weight:600;cursor:pointer}.profile-btn-follow.following{background:#2a2f3c;color:#8a91a5}.profile-btn-follow:disabled{opacity:.5}.profile-btn-message{background:#2a2f3c;color:#fff;border:none;border-radius:20px;padding:10px 0;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px}.profile-btn-message:disabled{opacity:.4;cursor:not-allowed}.profile-strava{border:1px solid #FF5500;border-radius:12px;padding:12px;margin-bottom:20px}.profile-strava-header{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;margin-bottom:10px}.profile-strava-row{display:flex;gap:12px;font-size:12px;color:#b0b6c4;padding:4px 0;flex-wrap:wrap}.profile-strava-row .strava-sport{font-weight:600;color:#fff;min-width:70px}.profile-events{margin-top:8px}.profile-events-tabs{display:flex;gap:0;margin-bottom:12px;border-bottom:1px solid #2A2F3C}.profile-events-tabs button{flex:1;background:none;border:none;color:#8a91a5;font-size:13px;font-weight:600;padding:10px 0;cursor:pointer;border-bottom:2px solid transparent}.profile-events-tabs button.active{color:#e94560;border-bottom-color:#e94560}.profile-no-events{text-align:center;color:#8a91a5;font-size:13px;padding:24px 0}.profile-events-list{display:flex;flex-direction:column;gap:10px}.profile-event-item{background:#1a1f2b;border-radius:10px;padding:10px 12px}.profile-event-title{font-size:14px;font-weight:600;margin-bottom:4px}.profile-event-meta{display:flex;gap:10px;font-size:11px;color:#8a91a5;margin-bottom:6px;flex-wrap:wrap}.profile-event-meta span{display:flex;align-items:center;gap:3px}.profile-event-participants{display:flex;align-items:center}.profile-event-pav{width:24px;height:24px;border-radius:50%;overflow:hidden;background:#2a2f3c;display:flex;align-items:center;justify-content:center;border:1.5px solid #1A1F2B;font-size:9px;font-weight:600}.profile-event-pav img{width:100%;height:100%;object-fit:cover}.profile-event-more{font-size:11px;color:#8a91a5;margin-left:4px}.profile-avatar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;cursor:pointer}.profile-avatar-overlay img{max-width:90vw;max-height:90vh;border-radius:8px}.header-add-event-btn{background:#e94560;color:#fff;border:none;border-radius:16px;padding:6px 14px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.header-add-event-btn:hover{background:#d63b55}.create-event-page{min-height:100vh;background:#0f1119;color:#fff}.ce-content{max-width:480px;margin:0 auto;padding:16px}.ce-page-title{font-size:20px;font-weight:700;margin-bottom:20px}.ce-section{margin-bottom:18px}.ce-label{display:block;font-size:13px;font-weight:600;color:#b0b6c4;margin-bottom:6px}.ce-input{width:100%;background:#1a1f2b;border:1px solid #2A2F3C;border-radius:10px;color:#fff;padding:10px 12px;font-size:14px;outline:none;box-sizing:border-box}.ce-input:focus{border-color:#e94560}.ce-input-error{border-color:#e94560!important}.ce-textarea{width:100%;background:#1a1f2b;border:1px solid #2A2F3C;border-radius:10px;color:#fff;padding:10px 12px;font-size:14px;outline:none;resize:vertical;font-family:inherit;box-sizing:border-box}.ce-textarea:focus{border-color:#e94560}.ce-error{display:block;color:#e94560;font-size:11px;margin-top:4px}.ce-location-btn{width:100%;background:#1a1f2b;border:1px solid #2A2F3C;border-radius:10px;color:#8a91a5;padding:10px 12px;font-size:14px;text-align:left;cursor:pointer;display:flex;align-items:center;gap:8px}.ce-location-btn:hover{border-color:#3a3f4c}.ce-row{display:flex;gap:10px;align-items:center}.ce-date{flex:1;color-scheme:dark}.ce-time{width:120px;color-scheme:dark}.ce-slider{width:100%;accent-color:#E94560}.ce-grid-2x2{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ce-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.ce-chip{background:#1a1f2b;border:1.5px solid #2A2F3C;border-radius:10px;color:#8a91a5;padding:10px 8px;font-size:13px;font-weight:600;cursor:pointer;text-align:center;transition:all .15s}.ce-chip:hover{border-color:#3a3f4c}.ce-chip-selected{font-weight:700}.ce-chip-stars{margin-right:2px}.ce-speed{flex:1;width:auto}.ce-speed-sep{color:#5e6478;font-size:16px}.ce-speed-unit{color:#8a91a5;font-size:13px;white-space:nowrap}.ce-visibility-desc{font-size:11px;color:#8a91a5;margin-top:6px}.ce-photos{display:flex;gap:8px;flex-wrap:wrap}.ce-photo-thumb{width:72px;height:72px;border-radius:8px;overflow:hidden;position:relative}.ce-photo-thumb img{width:100%;height:100%;object-fit:cover}.ce-photo-remove{position:absolute;top:2px;right:2px;background:#000000b3;color:#fff;border:none;border-radius:50%;width:20px;height:20px;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.ce-photo-add{width:72px;height:72px;border-radius:8px;border:1.5px dashed #2A2F3C;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#5e6478;font-size:28px}.ce-photo-add:hover{border-color:#e94560;color:#e94560}.ce-route-section{margin-top:8px}.ce-route-hint{margin:0 0 12px;color:#8a91a5;font-size:13px}.ce-route-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:8px}.ce-route-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:#2a2f3c;color:#c5cbd6;border:1.5px solid transparent;border-radius:12px;padding:10px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:border-color .15s,background .15s}.ce-route-btn:hover{border-color:#e94560;color:#fff}.ce-route-btn-active{border-color:#e94560;background:#e945601f;color:#e94560}.ce-route-btn-disconnected{border-color:#fc4c02;color:#fc4c02}.ce-route-btn-disconnected:hover{background:#fc4c021f}.ce-route-name-row{margin-top:12px}.ce-route-draw{margin-top:14px}.ce-route-draw-hint{margin:0 0 8px;color:#8a91a5;font-size:13px}.ce-route-map{height:300px;border-radius:12px;overflow:hidden}.ce-route-draw-controls{display:flex;gap:8px;margin-top:10px}.ce-route-draw-controls button{flex:unset;padding:8px 16px;font-size:13px}.ce-route-list{display:grid;gap:6px;margin-top:14px;max-height:260px;overflow-y:auto}.ce-route-list-item{display:flex;justify-content:space-between;align-items:center;background:#2a2f3c;border:1px solid transparent;border-radius:10px;padding:10px 14px;color:#c5cbd6;font-size:13px;cursor:pointer;transition:border-color .15s}.ce-route-list-item:hover{border-color:#e94560}.ce-route-list-name{font-weight:600}.ce-route-list-dist{color:#8a91a5;font-size:12px}.ce-route-picker-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:1000;display:flex;align-items:center;justify-content:center}.ce-route-picker-dialog{background:#1e2230;border-radius:16px;width:420px;max-width:94vw;max-height:70vh;display:flex;flex-direction:column;box-shadow:0 12px 40px #00000080;overflow:hidden}.ce-route-picker-header{display:flex;align-items:center;gap:8px;padding:14px 16px;border-bottom:1px solid #2A2F3C;flex-shrink:0}.ce-route-picker-title{font-size:15px;font-weight:700;color:#e2e8f0;flex:1}.ce-route-picker-close{background:none;border:none;color:#8a91a5;font-size:18px;cursor:pointer;padding:2px 6px;line-height:1;border-radius:6px}.ce-route-picker-close:hover{background:#2a2f3c;color:#e2e8f0}.ce-route-picker-list{overflow-y:auto;padding:6px 8px;flex:1}.ce-route-picker-item{display:flex;align-items:center;gap:12px;width:100%;background:none;border:1px solid transparent;border-radius:12px;padding:8px 10px;color:#c5cbd6;cursor:pointer;transition:background .15s,border-color .15s;text-align:left}.ce-route-picker-item:hover{background:#262b3a;border-color:#3a3f52}.ce-route-picker-thumb{width:80px;height:56px;border-radius:10px;background:#1a1f2b;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ce-route-picker-thumb img{width:100%;height:100%;object-fit:cover}.ce-route-picker-info{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}.ce-route-picker-name{font-size:14px;font-weight:600;color:#e2e8f0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ce-route-picker-stats{font-size:12px;color:#8a91a5}.ce-route-empty{margin:0;color:#8a91a5;font-size:13px;padding:8px 0}.ce-route-summary{margin-top:14px;background:#232839;border:1px solid #3A3F52;border-radius:12px;padding:14px 16px;position:relative}.ce-route-summary-header{margin-bottom:10px}.ce-route-badge{display:inline-block;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:700;margin-bottom:6px}.ce-route-badge-drawn{background:#e945602e;color:#e94560}.ce-route-badge-imported{background:#2d7dd22e;color:#5ba4e6}.ce-route-badge-strava{background:#fc4c022e;color:#fc4c02}.ce-route-badge-saved{background:#3aa88f2e;color:#3aa88f}.ce-route-summary-name{font-weight:700;color:#e2e8f0;font-size:14px}.ce-route-thumbnail{border-radius:10px;overflow:hidden;background:#161b26;margin-bottom:8px}.ce-route-thumbnail img{display:block;width:100%;height:180px;object-fit:cover}.ce-route-elevation{margin-bottom:10px;border-radius:8px;overflow:hidden;background:#1a1f2b}.ce-route-elevation-canvas{display:block;width:100%;height:70px}.ce-route-summary-stats{display:flex;justify-content:space-around;gap:14px;margin-top:6px;text-align:center}.ce-route-stat-value{display:block;font-size:16px;font-weight:700;color:#e2e8f0}.ce-route-stat-label{display:block;font-size:12px;color:#8a91a5;margin-top:2px}.ce-route-summary-stats strong{color:#c5cbd6}.ce-route-clear{background:none;border:1px solid #E94560;color:#e94560;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:600;cursor:pointer}.ce-route-clear:hover{background:#e945601f}.ce-route-action-btns{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;justify-content:center}.ce-route-action-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:1px solid #3A3F52;color:#c5cbd6;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:600;cursor:pointer}.ce-route-action-btn:hover{background:#ffffff0f;border-color:#5a5f72}.ce-route-edit{border-color:#2d7dd2;color:#5ba4e6}.ce-route-edit:hover{background:#2d7dd21f}.ce-route-save-my{border-color:#3aa88f;color:#3aa88f}.ce-route-save-my:hover{background:#3aa88f1f}.ce-photo-thumb-map{position:relative}.ce-photo-map-badge{position:absolute;bottom:4px;left:4px;background:#1a1f2bd9;color:#c5cbd6;font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px}.drm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#000000d9;display:flex;align-items:center;justify-content:center}.drm-window{width:98vw;max-width:1400px;height:96vh;max-height:none;background:#1a1f2b;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #00000080}.drm-header{display:flex;align-items:center;background:#1a1f2b;padding:14px 16px;border-bottom:1px solid #333355;flex-shrink:0}.drm-back{background:none;border:none;cursor:pointer;padding:4px;margin-right:10px;display:flex;align-items:center}.drm-title{color:#fff;font-size:17px;font-weight:700}.drm-body{flex:1;display:flex;flex-direction:column;overflow:hidden}.drm-map-wrap{flex:1;position:relative;min-height:0}.drm-map{width:100%;height:100%;cursor:default!important}.drm-map .leaflet-container,.drm-map .leaflet-grab,.drm-map .leaflet-interactive{cursor:default!important}.drm-map .leaflet-dragging .leaflet-grab,.drm-map .leaflet-dragging .leaflet-interactive{cursor:grabbing!important}.drm-controls{position:absolute;top:10px;right:10px;z-index:1000;display:flex;gap:6px}.drm-ctrl-btn{background:#16213eeb;color:#fff;border:1px solid #333355;border-radius:10px;padding:8px 14px;font-size:13px;cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:inline-flex;align-items:center;gap:4px}.drm-ctrl-btn:hover{background:#2563eb}.drm-hint{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:#16213eeb;color:#99a;padding:10px 20px;border-radius:10px;font-size:13px;z-index:1000;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.drm-bottom{background:#16213e;border-top:1px solid #333355;flex-shrink:0}.drm-stats{display:flex;justify-content:space-around;padding:10px 16px}.drm-stat{text-align:center}.drm-stat-val{color:#fff;font-size:18px;font-weight:700}.drm-stat-label{color:#99a;font-size:11px;margin-left:4px}.drm-elevation{width:100%;height:90px;display:block}.drm-footer{background:#1a1f2b;padding:8px 16px;border-top:1px solid #333355;flex-shrink:0}.drm-route-name{width:100%;background:#2a2f3c;border:1px solid #3A3F52;border-radius:10px;padding:10px 14px;color:#e2e8f0;font-size:14px;outline:none;margin-bottom:10px}.drm-route-name::placeholder{color:#64748b}.drm-route-name:focus{border-color:#2563eb}.drm-footer-btns{display:flex;gap:8px;justify-content:flex-end}.drm-btn-cancel{background:#4b5563;color:#fff;border:none;border-radius:8px;padding:7px 18px;font-size:13px;font-weight:600;cursor:pointer}.drm-btn-cancel:hover{background:#6b7280}.drm-btn-save{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:7px 18px;font-size:13px;font-weight:600;cursor:pointer}.drm-btn-save:hover:not(:disabled){background:#1d4ed8}.drm-btn-save:disabled{opacity:.4;cursor:not-allowed}.drm-style-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1999;background:#0006}.drm-style-dialog{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2000;background:#16213ef5;border-radius:14px;padding:20px;min-width:260px;max-width:90%;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #333355}.drm-style-title{color:#fff;font-size:15px;font-weight:700;margin-bottom:16px;text-align:center}.drm-style-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.drm-style-thumb{border-radius:10px;overflow:hidden;cursor:pointer;border:3px solid transparent;aspect-ratio:1}.drm-style-thumb.active{border-color:#2563eb}.drm-style-thumb img{width:100%;height:100%;object-fit:cover;display:block;border-radius:7px}.drm-wp-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2099;background:#0006}.drm-wp-dialog{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2100;background:#16213ef5;border-radius:14px;padding:20px;min-width:240px;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #333355}.drm-wp-title{color:#fff;font-size:15px;font-weight:700;margin-bottom:16px}.drm-wp-btn{display:block;width:100%;border:none;border-radius:10px;padding:12px;font-size:14px;color:#fff;cursor:pointer;margin-bottom:8px;font-weight:600}.drm-wp-btn:last-child{margin-bottom:0}.ce-actions{display:flex;gap:10px;margin-top:24px;margin-bottom:32px}.ce-btn-cancel{flex:1;background:#2a2f3c;color:#8a91a5;border:none;border-radius:20px;padding:12px 0;font-size:14px;font-weight:600;cursor:pointer}.ce-btn-submit{flex:1;background:#e94560;color:#fff;border:none;border-radius:20px;padding:12px 0;font-size:14px;font-weight:600;cursor:pointer}.ce-btn-submit:disabled{opacity:.5;cursor:not-allowed}.ce-btn-submit:hover:not(:disabled){background:#d63b55}.ce-location-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;z-index:1000;display:flex;align-items:center;justify-content:center}.ce-location-modal{background:#1a1f2b;border-radius:14px;width:90vw;max-width:520px;overflow:hidden;display:flex;flex-direction:column}.ce-location-modal-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;font-size:15px;font-weight:600}.ce-location-modal-header button{background:none;border:none;color:#8a91a5;font-size:22px;cursor:pointer}.ce-location-map-wrap{position:relative}.ce-location-map{height:350px}.ce-location-modal-footer{padding:12px 16px}.ce-location-modal-footer .ce-btn-submit{width:100%}.edit-profile-content{max-width:720px;margin:0 auto;padding:20px 16px 40px}.edit-profile-title-row{margin-bottom:16px}.edit-profile-title-row h1{margin:0;color:var(--text-primary, #fff);font-size:22px;font-weight:700}.ep-loading{text-align:center;color:#8a91a5;padding:40px 0}.ep-footer-actions{display:flex;gap:10px;margin-top:10px}.ep-cancel-btn{flex:1;height:50px;background:#1c2231;color:#8a91a5;border:1px solid #2D3444;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer}.ep-cancel-btn:hover{background:#242b39;color:#fff}.ep-avatar-wrap{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:20px}.ep-avatar{position:relative;width:110px;height:110px;border-radius:50%;background:#242b39;cursor:pointer;display:flex;align-items:center;justify-content:center}.ep-avatar-img{width:100%;height:100%;border-radius:50%;overflow:hidden;border:3px solid #E94560;display:flex;align-items:center;justify-content:center;background:#242b39}.ep-avatar-img img{width:100%;height:100%;object-fit:cover}.ep-avatar-img span{font-size:32px;color:#8a91a5;font-weight:700}.ep-avatar-badge{position:absolute;right:0;bottom:0;width:30px;height:30px;border-radius:50%;background:#e94560;border:2px solid #161B26;display:flex;align-items:center;justify-content:center;z-index:2}.ep-avatar-hint{font-size:11px;color:#5e6478}.ep-follow-counts{display:flex;gap:28px;margin-top:4px;color:#8a91a5;font-size:12px}.ep-follow-counts b{color:#fff;font-size:16px;margin-right:4px}.ep-section-label{font-size:11px;font-weight:700;color:#8a91a5;letter-spacing:.5px;padding:0 4px 6px;margin-top:14px}.ep-card{background:#1c2231;border:1px solid #2D3444;border-radius:14px;overflow:hidden;margin-bottom:10px}.ep-row{padding:12px 14px;display:flex;flex-direction:column;gap:6px}.ep-row label{font-size:11px;color:#5e6478}.ep-row label .req{color:#e94560}.myevents-page{flex:1;padding:0 16px 32px}.myevents-inner{max-width:720px;margin:0 auto;padding-top:24px}.myevents-header{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.myevents-title{font-size:22px;font-weight:700;color:#fff;margin:0}.myevents-tabs{display:flex;gap:6px}.myevents-tab{padding:7px 16px;border-radius:20px;border:1px solid #2D3448;background:none;color:#8a91a5;font-size:13px;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.myevents-tab:hover{border-color:#a78bfa;color:#a78bfa}.myevents-tab--active{background:#7c3aed22;border-color:#7c3aed;color:#a78bfa;font-weight:600}.myevents-section{margin-bottom:20px}.myevents-section-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#5e6478;margin-bottom:8px}.myevents-card{background:#1a1f2b;border:1px solid #2D3448;border-radius:12px;margin-bottom:8px;cursor:pointer;transition:border-color .15s}.myevents-card:hover{border-color:#a78bfa}.myevents-card--past{opacity:.65}.myevents-card-content{display:flex;align-items:center;gap:12px;padding:12px 14px}.myevents-card-header{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.myevents-card-title{font-size:14px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.myevents-card-meta-row{display:flex;align-items:center;gap:3px;font-size:11px;color:#8a91a5;overflow:hidden}.myevents-card-meta-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.myevents-card-badges{display:flex;flex-wrap:wrap;gap:4px}.myevents-badge{font-size:10px;font-weight:600;padding:2px 7px;border-radius:8px;background:#2d344820;color:#8a91a5}.myevents-badge--km{background:#1e3a5f;color:#60a5fa}.myevents-badge--past{background:#374151;color:#9ca3af}.myevents-badge--cancelled{background:#7f1d1d;color:#f87171}.myevents-card-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.myevents-participants{display:flex;align-items:center;gap:4px;font-size:12px;color:#8a91a5}.myevents-role-badge{font-size:10px;font-weight:600;padding:2px 8px;border-radius:10px;background:#7c3aed22;color:#a78bfa;white-space:nowrap}.myevents-empty{text-align:center;padding:40px 0;color:#5e6478;font-size:14px}.theme-switcher{position:relative}.theme-switcher-btn{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#8a91a5;border-radius:8px;transition:color .15s,background .15s}.theme-switcher-btn:hover{color:#fff;background:#ffffff14}.theme-switcher-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:8px;z-index:1000;display:flex;flex-direction:column;gap:2px;min-width:130px;box-shadow:0 8px 24px #0000004d}.theme-option{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:8px;cursor:pointer;background:none;border:none;width:100%;text-align:left;color:var(--text-secondary);font-size:13px;transition:background .12s}.theme-option:hover{background:var(--border-color)}.theme-option.active{color:var(--text-primary);font-weight:600}.theme-option-swatch{width:14px;height:14px;border-radius:50%;border:1.5px solid rgba(128,128,128,.4);flex-shrink:0}[data-theme=cloud-ride]{--bg-primary: #F8FAFC;--bg-secondary: #FFFFFF;--bg-header: #1E293B;--bg-tertiary: #F1F5F9;--text-primary: #0F172A;--text-secondary:#64748B;--text-muted: #94A3B8;--icon-color: #64748B;--border-color: #E2E8F0;--input-bg: #FFFFFF;--elevation-bg: #E8F0FA;--accent: #3B82F6;--accent-hover: #2563EB}[data-theme=sunny-gravel]{--bg-primary: #FFF7ED;--bg-secondary: #FFFFFF;--bg-header: #1A1F2B;--bg-tertiary: #FFF0DC;--text-primary: #431407;--text-secondary:#9A7B5A;--text-muted: #C4A882;--icon-color: #9A7B5A;--border-color: #FED7AA;--input-bg: #FFFFFF;--elevation-bg: #FEE9C8;--accent: #EA580C;--accent-hover: #C2410C}[data-theme=clean-teal]{--bg-primary: #F0FDFA;--bg-secondary: #FFFFFF;--bg-header: #1A1F2B;--bg-tertiary: #CCFBF1;--text-primary: #134E4A;--text-secondary:#5A8A80;--text-muted: #8FBDB6;--icon-color: #5A8A80;--border-color: #99F6E4;--input-bg: #FFFFFF;--elevation-bg: #CCFBF1;--accent: #3AA88F;--accent-hover: #2E8A74}[data-theme=lavender-mist]{--bg-primary: #F5F3FF;--bg-secondary: #FFFFFF;--bg-header: #1A1F2B;--bg-tertiary: #EDE9FE;--text-primary: #2E1065;--text-secondary:#7C6CA0;--text-muted: #A89EC4;--icon-color: #7C6CA0;--border-color: #DDD6FE;--input-bg: #FFFFFF;--elevation-bg: #EDE9FE;--accent: #7C3AED;--accent-hover: #6D28D9}[data-theme=spring-green]{--bg-primary: #F0FDF4;--bg-secondary: #FFFFFF;--bg-header: #1A1F2B;--bg-tertiary: #DCFCE7;--text-primary: #14532D;--text-secondary:#4D7C5E;--text-muted: #86B898;--icon-color: #4D7C5E;--border-color: #BBF7D0;--input-bg: #FFFFFF;--elevation-bg: #DCFCE7;--accent: #16A34A;--accent-hover: #15803D}[data-theme=golden-hour]{--bg-primary: #FFFBEB;--bg-secondary: #FFFFFF;--bg-header: #1A1F2B;--bg-tertiary: #FEF3C7;--text-primary: #451A03;--text-secondary:#92710A;--text-muted: #C4A040;--icon-color: #92710A;--border-color: #FDE68A;--input-bg: #FFFFFF;--elevation-bg: #FEF3C7;--accent: #D97706;--accent-hover: #B45309}[data-theme=paper-white]{--bg-primary: #FAFAFA;--bg-secondary: #FFFFFF;--bg-header: #18181B;--bg-tertiary: #F4F4F5;--text-primary: #09090B;--text-secondary:#71717A;--text-muted: #A1A1AA;--icon-color: #71717A;--border-color: #E4E4E7;--input-bg: #FFFFFF;--elevation-bg: #F4F4F5;--accent: #18181B;--accent-hover: #3F3F46}[data-theme=chrome]{--bg-primary: #F1F5F9;--bg-secondary: #FFFFFF;--bg-header: #1A1F2B;--bg-tertiary: #E2E8F0;--text-primary: #0F172A;--text-secondary:#64748B;--text-muted: #94A3B8;--icon-color: #64748B;--border-color: #CBD5E1;--input-bg: #FFFFFF;--elevation-bg: #E2E8F0;--accent: #475569;--accent-hover: #334155}[data-theme=whiteboard]{--bg-primary: #FFFFFF;--bg-secondary: #FAFAFA;--bg-header: #FFFFFF;--bg-tertiary: #F3F4F6;--text-primary: #030712;--text-secondary:#6B7280;--text-muted: #9CA3AF;--icon-color: #6B7280;--border-color: #E5E7EB;--input-bg: #FAFAFA;--elevation-bg: #F3F4F6;--accent: #1F2937;--accent-hover: #111827}[data-theme=cloud-ride],[data-theme=sunny-gravel],[data-theme=clean-teal],[data-theme=lavender-mist],[data-theme=spring-green],[data-theme=golden-hour],[data-theme=paper-white],[data-theme=chrome],[data-theme=whiteboard]{color-scheme:light}[data-theme=cloud-ride] body,[data-theme=sunny-gravel] body,[data-theme=clean-teal] body,[data-theme=lavender-mist] body,[data-theme=spring-green] body,[data-theme=golden-hour] body,[data-theme=paper-white] body,[data-theme=chrome] body,[data-theme=whiteboard] body{background-color:var(--bg-primary);color:var(--text-primary)}[data-theme=cloud-ride] .event-card,[data-theme=sunny-gravel] .event-card,[data-theme=clean-teal] .event-card,[data-theme=lavender-mist] .event-card,[data-theme=spring-green] .event-card,[data-theme=golden-hour] .event-card,[data-theme=paper-white] .event-card,[data-theme=chrome] .event-card,[data-theme=whiteboard] .event-card{border-bottom:1px solid var(--border-color);box-shadow:none}[data-theme=cloud-ride] .dash-event-avatar,[data-theme=sunny-gravel] .dash-event-avatar,[data-theme=clean-teal] .dash-event-avatar,[data-theme=lavender-mist] .dash-event-avatar,[data-theme=spring-green] .dash-event-avatar,[data-theme=golden-hour] .dash-event-avatar,[data-theme=paper-white] .dash-event-avatar,[data-theme=chrome] .dash-event-avatar,[data-theme=whiteboard] .dash-event-avatar{border-color:var(--bg-secondary)!important;background:var(--bg-tertiary)}[data-theme=cloud-ride] .filter-btn,[data-theme=sunny-gravel] .filter-btn,[data-theme=clean-teal] .filter-btn,[data-theme=lavender-mist] .filter-btn,[data-theme=spring-green] .filter-btn,[data-theme=golden-hour] .filter-btn,[data-theme=paper-white] .filter-btn,[data-theme=chrome] .filter-btn,[data-theme=whiteboard] .filter-btn{background:var(--bg-secondary);border-color:var(--border-color);color:var(--text-secondary)}[data-theme=cloud-ride] .info-badge,[data-theme=sunny-gravel] .info-badge,[data-theme=clean-teal] .info-badge,[data-theme=lavender-mist] .info-badge,[data-theme=spring-green] .info-badge,[data-theme=golden-hour] .info-badge,[data-theme=paper-white] .info-badge,[data-theme=chrome] .info-badge,[data-theme=whiteboard] .info-badge{background:var(--bg-tertiary);border-color:var(--border-color);color:var(--text-secondary)}[data-theme=cloud-ride] .dash-event-card:hover,[data-theme=sunny-gravel] .dash-event-card:hover,[data-theme=clean-teal] .dash-event-card:hover,[data-theme=lavender-mist] .dash-event-card:hover,[data-theme=spring-green] .dash-event-card:hover,[data-theme=golden-hour] .dash-event-card:hover,[data-theme=paper-white] .dash-event-card:hover,[data-theme=chrome] .dash-event-card:hover,[data-theme=whiteboard] .dash-event-card:hover{background:var(--bg-tertiary)}[data-theme=cloud-ride] .dash-show-more-btn,[data-theme=sunny-gravel] .dash-show-more-btn,[data-theme=clean-teal] .dash-show-more-btn,[data-theme=lavender-mist] .dash-show-more-btn,[data-theme=spring-green] .dash-show-more-btn,[data-theme=golden-hour] .dash-show-more-btn,[data-theme=paper-white] .dash-show-more-btn,[data-theme=chrome] .dash-show-more-btn,[data-theme=whiteboard] .dash-show-more-btn{border-color:var(--border-color);color:var(--text-secondary)}[data-theme=cloud-ride] .dash-strava-row,[data-theme=sunny-gravel] .dash-strava-row,[data-theme=clean-teal] .dash-strava-row,[data-theme=lavender-mist] .dash-strava-row,[data-theme=spring-green] .dash-strava-row,[data-theme=golden-hour] .dash-strava-row,[data-theme=paper-white] .dash-strava-row,[data-theme=chrome] .dash-strava-row,[data-theme=whiteboard] .dash-strava-row{color:var(--text-secondary)}[data-theme=cloud-ride] .dash-strava-header,[data-theme=sunny-gravel] .dash-strava-header,[data-theme=clean-teal] .dash-strava-header,[data-theme=lavender-mist] .dash-strava-header,[data-theme=spring-green] .dash-strava-header,[data-theme=golden-hour] .dash-strava-header,[data-theme=paper-white] .dash-strava-header,[data-theme=chrome] .dash-strava-header,[data-theme=whiteboard] .dash-strava-header,[data-theme=cloud-ride] .dash-profile-name,[data-theme=sunny-gravel] .dash-profile-name,[data-theme=clean-teal] .dash-profile-name,[data-theme=lavender-mist] .dash-profile-name,[data-theme=spring-green] .dash-profile-name,[data-theme=golden-hour] .dash-profile-name,[data-theme=paper-white] .dash-profile-name,[data-theme=chrome] .dash-profile-name,[data-theme=whiteboard] .dash-profile-name{color:var(--text-primary)}[data-theme=cloud-ride] .dash-profile-city,[data-theme=sunny-gravel] .dash-profile-city,[data-theme=clean-teal] .dash-profile-city,[data-theme=lavender-mist] .dash-profile-city,[data-theme=spring-green] .dash-profile-city,[data-theme=golden-hour] .dash-profile-city,[data-theme=paper-white] .dash-profile-city,[data-theme=chrome] .dash-profile-city,[data-theme=whiteboard] .dash-profile-city,[data-theme=cloud-ride] .dash-stat-label,[data-theme=sunny-gravel] .dash-stat-label,[data-theme=clean-teal] .dash-stat-label,[data-theme=lavender-mist] .dash-stat-label,[data-theme=spring-green] .dash-stat-label,[data-theme=golden-hour] .dash-stat-label,[data-theme=paper-white] .dash-stat-label,[data-theme=chrome] .dash-stat-label,[data-theme=whiteboard] .dash-stat-label,[data-theme=cloud-ride] .dash-events-title,[data-theme=sunny-gravel] .dash-events-title,[data-theme=clean-teal] .dash-events-title,[data-theme=lavender-mist] .dash-events-title,[data-theme=spring-green] .dash-events-title,[data-theme=golden-hour] .dash-events-title,[data-theme=paper-white] .dash-events-title,[data-theme=chrome] .dash-events-title,[data-theme=whiteboard] .dash-events-title{color:var(--icon-color)}[data-theme=cloud-ride] .dash-stat-num,[data-theme=sunny-gravel] .dash-stat-num,[data-theme=clean-teal] .dash-stat-num,[data-theme=lavender-mist] .dash-stat-num,[data-theme=spring-green] .dash-stat-num,[data-theme=golden-hour] .dash-stat-num,[data-theme=paper-white] .dash-stat-num,[data-theme=chrome] .dash-stat-num,[data-theme=whiteboard] .dash-stat-num,[data-theme=cloud-ride] .dash-event-card-title span,[data-theme=sunny-gravel] .dash-event-card-title span,[data-theme=clean-teal] .dash-event-card-title span,[data-theme=lavender-mist] .dash-event-card-title span,[data-theme=spring-green] .dash-event-card-title span,[data-theme=golden-hour] .dash-event-card-title span,[data-theme=paper-white] .dash-event-card-title span,[data-theme=chrome] .dash-event-card-title span,[data-theme=whiteboard] .dash-event-card-title span{color:var(--text-primary)}[data-theme=cloud-ride] .dash-event-card-meta,[data-theme=sunny-gravel] .dash-event-card-meta,[data-theme=clean-teal] .dash-event-card-meta,[data-theme=lavender-mist] .dash-event-card-meta,[data-theme=spring-green] .dash-event-card-meta,[data-theme=golden-hour] .dash-event-card-meta,[data-theme=paper-white] .dash-event-card-meta,[data-theme=chrome] .dash-event-card-meta,[data-theme=whiteboard] .dash-event-card-meta,[data-theme=whiteboard] .dash-event-stats-row{color:var(--text-secondary)}[data-theme=cloud-ride] .event-title,[data-theme=sunny-gravel] .event-title,[data-theme=clean-teal] .event-title,[data-theme=lavender-mist] .event-title,[data-theme=spring-green] .event-title,[data-theme=golden-hour] .event-title,[data-theme=paper-white] .event-title,[data-theme=chrome] .event-title,[data-theme=whiteboard] .event-title{color:var(--text-primary)}[data-theme=cloud-ride] .dash-event-thumb,[data-theme=sunny-gravel] .dash-event-thumb,[data-theme=clean-teal] .dash-event-thumb,[data-theme=lavender-mist] .dash-event-thumb,[data-theme=spring-green] .dash-event-thumb,[data-theme=golden-hour] .dash-event-thumb,[data-theme=paper-white] .dash-event-thumb,[data-theme=chrome] .dash-event-thumb,[data-theme=whiteboard] .dash-event-thumb{border-color:var(--border-color)}[data-theme=whiteboard] body{background-color:var(--bg-primary);color:var(--text-primary)}[data-theme=whiteboard] .dash-event-card:hover{background:var(--bg-tertiary)}[data-theme=whiteboard] .dash-event-card-title span{color:var(--text-primary)}[data-theme=whiteboard] .dash-profile-city,[data-theme=whiteboard] .dash-stat-label{color:var(--icon-color)}[data-theme=whiteboard] .dash-profile-avatar{border-color:#1f293726}[data-theme=whiteboard] .dash-event-avatars .dash-event-avatar{border-color:var(--bg-secondary);background:var(--bg-tertiary);color:var(--icon-color)}[data-theme=whiteboard] .dash-event-avatar-more{background:var(--bg-tertiary);color:var(--icon-color)}[data-theme=whiteboard] .dash-edit-icon{color:var(--icon-color)}[data-theme=whiteboard] .dash-edit-icon:hover{color:var(--accent)}[data-theme=whiteboard] .dash-event-edit-icon{color:var(--icon-color)}[data-theme=whiteboard] .dash-event-edit-icon:hover{color:var(--accent)}[data-theme=whiteboard] .dash-show-more-btn:hover,[data-theme=whiteboard] .dash-events-action-btn:hover{border-color:var(--accent);color:var(--accent)}[data-theme=whiteboard] .dash-events-empty-section span{color:var(--text-muted)}[data-theme=whiteboard] .dash-events-action-btn{border-color:var(--border-color);color:var(--text-secondary)}[data-theme=whiteboard] .filter-btn{background-color:var(--bg-secondary);border-color:var(--border-color);color:var(--text-primary)}[data-theme=whiteboard] .filter-btn:hover{border-color:var(--accent)}[data-theme=whiteboard] .filter-dropdown{background-color:var(--bg-secondary);border-color:var(--border-color)}[data-theme=whiteboard] .filter-dropdown-item{color:var(--text-primary)}[data-theme=whiteboard] .filter-dropdown-item:hover{background-color:var(--bg-tertiary)}[data-theme=whiteboard] .filter-divider{background-color:var(--border-color)}[data-theme=whiteboard] .location-card{background-color:var(--bg-tertiary);border-color:var(--border-color)}[data-theme=whiteboard] .location-value{color:var(--text-primary)}[data-theme=whiteboard] .location-label{color:var(--text-muted)}[data-theme=whiteboard] .icon-action:hover{background-color:var(--bg-tertiary)}[data-theme=whiteboard] .filter-modal{background-color:var(--bg-secondary);border-color:var(--border-color)}[data-theme=whiteboard] .filter-modal-title{color:var(--text-primary)}[data-theme=whiteboard] .form-label{color:var(--text-muted)}[data-theme=whiteboard] .form-chip{color:var(--text-primary);border-color:var(--border-color)}[data-theme=whiteboard] .form-chip:hover{border-color:var(--accent);background:var(--bg-tertiary)}[data-theme=whiteboard] .form-cancel{background-color:var(--bg-tertiary);color:var(--text-primary)}[data-theme=whiteboard] .map-picker-container{border-color:var(--border-color);background:var(--bg-secondary)}[data-theme=whiteboard] .map-gps-btn{background:#ffffffeb;border-color:var(--border-color)}[data-theme=whiteboard] .map-location-name,[data-theme=whiteboard] .gps-coords{color:var(--text-muted)}[data-theme=whiteboard] .info-badge{background-color:var(--bg-tertiary);color:var(--text-secondary)}[data-theme=whiteboard] .profile-page{background:var(--bg-primary);color:var(--text-primary)}[data-theme=whiteboard] .profile-loading{color:var(--icon-color)}[data-theme=whiteboard] .profile-avatar{background:var(--bg-tertiary)}[data-theme=whiteboard] .profile-avatar-initials{color:var(--text-secondary)}[data-theme=whiteboard] .profile-city,[data-theme=whiteboard] .profile-stat-label,[data-theme=whiteboard] .profile-mutual-label,[data-theme=whiteboard] .profile-no-events,[data-theme=whiteboard] .profile-event-more{color:var(--icon-color)}[data-theme=whiteboard] .profile-bio,[data-theme=whiteboard] .profile-strava-row{color:var(--text-secondary)}[data-theme=whiteboard] .profile-strava-row .strava-sport{color:var(--text-primary)}[data-theme=whiteboard] .profile-mutual-av{background:var(--bg-tertiary);border-color:var(--bg-primary)}[data-theme=whiteboard] .profile-btn-follow.following{background:var(--bg-tertiary);color:var(--text-secondary)}[data-theme=whiteboard] .profile-btn-message{background:var(--bg-tertiary);color:var(--text-primary)}[data-theme=whiteboard] .profile-events-tabs{border-bottom-color:var(--border-color)}[data-theme=whiteboard] .profile-events-tabs button{color:var(--text-secondary)}[data-theme=whiteboard] .profile-events-tabs button.active{color:var(--accent);border-bottom-color:var(--accent)}[data-theme=whiteboard] .profile-event-item{background:var(--bg-secondary);border:1px solid var(--border-color)}[data-theme=whiteboard] .profile-event-meta,[data-theme=whiteboard] .profile-event-meta span{color:var(--icon-color)}[data-theme=whiteboard] .profile-event-pav{background:var(--bg-tertiary);border-color:var(--bg-primary)}[data-theme=whiteboard] .create-event-page{background:var(--bg-primary);color:var(--text-primary)}[data-theme=whiteboard] .ce-label{color:var(--text-secondary)}[data-theme=whiteboard] .ce-input,[data-theme=whiteboard] .ce-textarea{background:var(--bg-secondary);border-color:var(--border-color);color:var(--text-primary)}[data-theme=whiteboard] .ce-input:focus,[data-theme=whiteboard] .ce-textarea:focus{border-color:var(--accent)}[data-theme=whiteboard] .ce-location-btn{background:var(--bg-secondary);border-color:var(--border-color);color:var(--text-muted)}[data-theme=whiteboard] .ce-date,[data-theme=whiteboard] .ce-time{color-scheme:light}[data-theme=whiteboard] .ce-speed-sep,[data-theme=whiteboard] .ce-speed-unit,[data-theme=whiteboard] .ce-visibility-desc,[data-theme=whiteboard] .ce-route-hint,[data-theme=whiteboard] .ce-route-draw-hint,[data-theme=whiteboard] .ce-route-empty{color:var(--text-secondary)}[data-theme=whiteboard] .ce-chip{background:var(--bg-secondary);border-color:var(--border-color);color:var(--text-primary)}[data-theme=whiteboard] .ce-chip-selected{background:#f0f2f5;border-color:var(--accent);color:var(--accent)}[data-theme=whiteboard] .ce-chip:hover{border-color:var(--accent)}[data-theme=whiteboard] .ce-photo-add{border-color:var(--border-color);color:var(--text-muted)}[data-theme=whiteboard] .ce-photo-add:hover{border-color:var(--accent);color:var(--accent)}[data-theme=whiteboard] .ce-route-btn{background:var(--bg-secondary);border-color:var(--border-color);color:var(--text-primary)}[data-theme=whiteboard] .ce-route-btn:hover{border-color:var(--accent);color:var(--accent)}[data-theme=whiteboard] .ce-route-btn-active{border-color:var(--accent);background:#1f293714;color:var(--accent)}[data-theme=whiteboard] .ce-route-list-item{background:var(--bg-secondary);color:var(--text-primary)}[data-theme=whiteboard] .ce-route-list-item:hover{border-color:var(--accent)}[data-theme=whiteboard] .ce-route-list-dist{color:var(--text-secondary)}[data-theme=whiteboard] .ce-route-picker-dialog{background:var(--bg-secondary)}[data-theme=whiteboard] .ce-route-picker-header{border-bottom-color:var(--border-color)}[data-theme=whiteboard] .ce-route-picker-title,[data-theme=whiteboard] .ce-route-picker-name{color:var(--text-primary)}[data-theme=whiteboard] .ce-route-picker-close{color:var(--text-secondary)}[data-theme=whiteboard] .ce-route-picker-close:hover{background:var(--bg-tertiary);color:var(--text-primary)}[data-theme=whiteboard] .ce-route-picker-item{color:var(--text-primary)}[data-theme=whiteboard] .ce-route-picker-item:hover{background:var(--bg-tertiary);border-color:var(--border-color)}[data-theme=whiteboard] .ce-route-picker-thumb{background:var(--bg-tertiary)}[data-theme=whiteboard] .ce-route-picker-stats{color:var(--text-secondary)}[data-theme=whiteboard] .ce-route-summary{background:var(--bg-secondary);border-color:var(--border-color)}[data-theme=whiteboard] .ce-route-summary-name,[data-theme=whiteboard] .ce-route-stat-value{color:var(--text-primary)}[data-theme=whiteboard] .ce-route-stat-label{color:var(--text-secondary)}[data-theme=whiteboard] .ce-route-thumbnail,[data-theme=whiteboard] .ce-route-elevation{background:var(--bg-tertiary)}[data-theme=whiteboard] .ce-route-action-btn{border-color:var(--border-color);color:var(--text-primary)}[data-theme=whiteboard] .ce-route-action-btn:hover{background:var(--bg-tertiary)}[data-theme=whiteboard] .ce-btn-cancel{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-secondary)}[data-theme=whiteboard] .ce-location-modal{background:var(--bg-secondary)}[data-theme=whiteboard] .ce-location-modal-header{color:var(--text-primary)}[data-theme=whiteboard] .ce-location-modal-header button{color:var(--text-secondary)}[data-theme=whiteboard] .ep-loading,[data-theme=whiteboard] .ep-section-label{color:var(--icon-color)}[data-theme=whiteboard] .ep-follow-counts{color:var(--text-secondary)}[data-theme=whiteboard] .ep-follow-counts b{color:var(--text-primary)}[data-theme=whiteboard] .ep-card{background:var(--bg-secondary);border-color:var(--border-color)}[data-theme=whiteboard] .ep-cancel-btn{background:var(--bg-secondary);border-color:var(--border-color);color:var(--text-secondary)}[data-theme=whiteboard] .ep-cancel-btn:hover{background:var(--bg-tertiary);color:var(--text-primary)}[data-theme=whiteboard] .ep-avatar,[data-theme=whiteboard] .ep-avatar-img{background:var(--bg-tertiary)}[data-theme=whiteboard] .ep-avatar-img span{color:var(--text-secondary)}[data-theme=whiteboard] .ep-avatar-hint,[data-theme=whiteboard] .ep-row label{color:var(--text-muted)}[data-theme=whiteboard] .ep-row input,[data-theme=whiteboard] .ep-row textarea{color:var(--text-primary)}[data-theme=whiteboard] .ep-row input::placeholder,[data-theme=whiteboard] .ep-row textarea::placeholder{color:var(--text-muted)}[data-theme=whiteboard] .ep-divider{background:var(--border-color)}[data-theme=whiteboard] .ep-row-flex label{color:var(--text-muted)}[data-theme=whiteboard] .ep-value{color:var(--text-primary)}[data-theme=whiteboard] .ep-avatar-badge{border-color:var(--bg-secondary)}[data-theme=whiteboard] .ep-gender-btn{background:var(--bg-secondary);border-color:var(--border-color);color:var(--text-secondary)}[data-theme=whiteboard] .ep-gender-btn.selected{background:var(--bg-tertiary);border-color:var(--accent);color:var(--accent);font-weight:700}[data-theme=whiteboard] .ep-detect-btn{background:#ecfdf5;border-color:#3aa88f}[data-theme=whiteboard] .ep-detect-btn:hover{background:#d1fae5}[data-theme=whiteboard] .ep-chip-btn{background:var(--bg-tertiary);color:var(--text-secondary);border:1px solid var(--border-color)}[data-theme=whiteboard] .ep-chip-btn:hover{background:var(--border-color);color:var(--text-primary)}[data-theme=whiteboard] .ep-strava-card{background:#fff7ed;border-color:#fed7aa}[data-theme=whiteboard] .ep-strava-title{color:#ea580c}[data-theme=whiteboard] .ep-strava-row{background:var(--bg-secondary);border-color:var(--border-color)}[data-theme=whiteboard] .ep-strava-row .b{color:var(--text-primary)}[data-theme=whiteboard] .ep-strava-row .s{color:var(--text-secondary)}[data-theme=whiteboard] .ep-collapsible-header{color:var(--text-primary)}[data-theme=whiteboard] .ep-caret{color:var(--text-muted)}[data-theme=whiteboard] .ep-collapsible-body{border-top-color:var(--border-color)}[data-theme=whiteboard] .ep-toggle-row{color:var(--text-primary)}[data-theme=whiteboard] .ep-toggle-sub{color:var(--text-muted)}[data-theme=whiteboard] .ep-switch{background:var(--border-color)}[data-theme=whiteboard] .ep-switch-thumb{background:var(--text-muted)}[data-theme=whiteboard] .ep-group-label{color:var(--text-primary)}[data-theme=whiteboard] .ep-group-label.small{color:var(--text-secondary)}[data-theme=whiteboard] .ep-integration-name{color:var(--text-primary)}[data-theme=whiteboard] .ep-integration-status{color:var(--text-secondary)}[data-theme=whiteboard] .ep-edit-icon-btn{color:var(--icon-color)}[data-theme=whiteboard] .ep-edit-icon-btn:hover{color:var(--text-primary)}[data-theme=whiteboard] .ep-email-inline input{background:var(--bg-secondary);border-color:var(--border-color);color:var(--text-primary)}[data-theme=whiteboard] .ep-logout-btn{background:var(--bg-secondary);border-color:var(--border-color);color:var(--text-secondary)}[data-theme=whiteboard] .ep-logout-btn:hover{background:var(--bg-tertiary);color:var(--text-primary)}[data-theme=whiteboard] .ep-delete-btn{background:#fef2f2;border-color:#fecaca;color:#dc2626}[data-theme=whiteboard] .ep-delete-btn:hover{background:#fee2e2}[data-theme=whiteboard] .myevents-title{color:var(--text-primary)}[data-theme=whiteboard] .myevents-tab{border-color:var(--border-color);color:var(--text-secondary)}[data-theme=whiteboard] .myevents-tab:hover{border-color:var(--accent);color:var(--accent)}[data-theme=whiteboard] .myevents-tab--active{background:#1f29370f;border-color:var(--accent);color:var(--accent)}[data-theme=whiteboard] .myevents-section-title{color:var(--text-muted)}[data-theme=whiteboard] .myevents-card{background:var(--bg-secondary);border-color:var(--border-color)}[data-theme=whiteboard] .myevents-card:hover{border-color:var(--accent)}[data-theme=whiteboard] .myevents-card-meta-row{color:var(--icon-color)}[data-theme=whiteboard] .myevents-participants,[data-theme=whiteboard] .myevents-empty{color:var(--text-secondary)}[data-theme=whiteboard] .myevents-role-badge{background:var(--bg-tertiary);color:var(--text-primary)}[data-theme=whiteboard] .myevents-loading{color:var(--text-muted)}[data-theme=whiteboard] .dash-promo-card{border-color:var(--border-color);background:var(--bg-secondary);box-shadow:0 1px 4px #00000014}[data-theme=whiteboard] .dash-promo-photo-overlay{background:linear-gradient(100deg,#000000b3,#0006 55%,#0000001a)}[data-theme=whiteboard] .dash-promo-tagline{text-shadow:0 1px 6px rgba(0,0,0,.4)}[data-theme=whiteboard] .dash-promo-sub{color:#ffffffd1}[data-theme=whiteboard] .dash-promo-btn{background:#ffffff2e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.35);color:#fff}[data-theme=whiteboard] .dash-promo-btn:hover{background:#ffffff47}[data-theme=whiteboard] .page-header{border-bottom:1px solid var(--border-color);box-shadow:0 1px 3px #0000000f}[data-theme=whiteboard] .header-nav-link{color:var(--text-secondary)}[data-theme=whiteboard] .header-nav-link:hover{color:var(--text-primary);background-color:var(--bg-tertiary)}[data-theme=whiteboard] .header-nav-link.active{color:var(--accent)}[data-theme=whiteboard] .header-icon-btn{color:var(--icon-color)}[data-theme=whiteboard] .header-icon-btn:hover{background-color:var(--bg-tertiary)}[data-theme=whiteboard] .header-avatar-placeholder{background:var(--bg-tertiary);color:var(--icon-color);border-color:var(--border-color)}[data-theme=whiteboard] .header-avatar{border-color:var(--border-color)}[data-theme=whiteboard] .theme-switcher-btn{color:var(--icon-color)}[data-theme=whiteboard] .theme-switcher-btn:hover{color:var(--text-primary);background:var(--bg-tertiary)}[data-theme=whiteboard] .header-add-event-btn{background:var(--accent);color:#fff}[data-theme=whiteboard] .header-add-event-btn:hover{background:var(--accent-hover)}[data-theme=whiteboard] .btn-leave{background-color:#fee2e2;color:#dc2626}[data-theme=whiteboard] .myevents-card-title{color:var(--text-primary)}[data-theme=whiteboard] .myevents-badge{background:var(--bg-tertiary);color:var(--text-secondary)}[data-theme=whiteboard] .myevents-badge--km{background:#dbeafe;color:#1d4ed8}[data-theme=whiteboard] .myevents-badge--past{background:var(--bg-tertiary);color:var(--text-muted)}[data-theme=whiteboard] .myevents-badge--cancelled{background:#fee2e2;color:#dc2626}[data-theme=whiteboard] .myevents-role-badge{background:var(--bg-tertiary);color:var(--accent);border:1px solid var(--border-color)}[data-theme=whiteboard] .dash-profile-avatar{border-color:#1f29371f}[data-theme=whiteboard] .dash-profile-bio{color:var(--text-secondary)}[data-theme=whiteboard] .profile-follows-you{background:#dcfce7;color:#166534}[data-theme=whiteboard] .profile-btn-follow{background:var(--accent)}[data-theme=whiteboard] .profile-btn-follow:hover:not(:disabled){background:var(--accent-hover)}.myevents-loading{text-align:center;padding:40px 0;color:#5e6478;font-size:14px}.ep-row input,.ep-row textarea{background:transparent;border:none;outline:none;color:#fff;font-size:15px;font-family:inherit;width:100%;padding:0;resize:vertical}.ep-row textarea{min-height:60px;font-size:14px}.ep-row input::placeholder,.ep-row textarea::placeholder{color:#5e6478}.ep-divider{height:1px;background:#252d3d;margin:0 14px}.ep-row-flex{padding:12px 14px;display:flex;align-items:flex-start;gap:10px}.ep-row-flex label{font-size:11px;color:#5e6478;display:block;margin-bottom:2px}.ep-value{color:#fff;font-size:14px}.ep-email-inline{display:flex;align-items:center;gap:8px;margin-top:2px}.ep-email-inline input{background:#111723;border:1px solid #2D3444;border-radius:8px;color:#fff;padding:6px 10px;font-size:14px}.ep-edit-icon-btn{background:transparent;border:none;color:#8a91a5;cursor:pointer;padding:4px;display:flex;align-items:center;flex-shrink:0}.ep-edit-icon-btn:hover{color:#fff}.ep-warn{font-size:10px;color:#fa4;margin-top:2px}.ep-chip-btn{background:#242b39;color:#8a91a5;border:none;border-radius:8px;padding:6px 12px;font-size:12px;cursor:pointer}.ep-chip-btn:hover{background:#2d3444;color:#fff}.ep-chip-btn.primary{background:#e94560;color:#fff}.ep-chip-btn.primary:hover{opacity:.9}.ep-chip-btn:disabled{opacity:.5;cursor:not-allowed}.ep-gender-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.ep-gender-btn{height:42px;border-radius:10px;border:1.5px solid #2D3444;background:transparent;color:#b0b8ca;font-size:12px;cursor:pointer}.ep-gender-btn.selected{font-weight:700}.ep-error{font-size:11px;color:#e94560}.ep-city-row{display:flex;align-items:center;gap:8px}.ep-detect-btn{background:#1a2b28;border:1px solid #3AA88F;border-radius:10px;padding:6px 8px;cursor:pointer;display:flex;align-items:center;justify-content:center}.ep-detect-btn:hover{background:#224036}.ep-strava-card{background:#2a2010;border-color:#3d3020;padding:14px}.ep-strava-title{display:flex;align-items:center;gap:8px;font-weight:700;color:#fb923c;font-size:15px;margin-bottom:10px}.ep-strava-row{display:flex;gap:10px;padding:8px 12px;background:#1c2231;border:1px solid #2D3444;border-radius:10px;margin-bottom:6px;align-items:center}.ep-strava-row .b{color:#fff;font-weight:700;font-size:13px}.ep-strava-row .s{color:#8a91a5;font-size:11px}.ep-collapsible{padding:0}.ep-collapsible-header{width:100%;padding:14px 16px;background:transparent;border:none;color:#fff;font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.ep-caret{color:#5e6478;font-size:10px;transition:transform .2s}.ep-caret.open{transform:rotate(180deg)}.ep-collapsible-body{border-top:1px solid #252D3D;padding:4px 0}.ep-toggle-row{display:flex;align-items:center;gap:10px;padding:10px 16px;cursor:pointer;color:#d1d5db;font-size:13px}.ep-toggle-row.disabled{opacity:.5;cursor:not-allowed}.ep-toggle-sub{font-size:10px;color:#5e6478;margin-top:2px}.ep-switch{position:relative;width:40px;height:22px;background:#2d3444;border-radius:11px;transition:background .2s;flex-shrink:0}.ep-switch input{opacity:0;width:0;height:0}.ep-switch-thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#9ca3af;transition:transform .2s}.ep-switch.on{background:#3aa88f}.ep-switch.on .ep-switch-thumb{transform:translate(18px);background:#fff}.ep-group-label{padding:8px 16px 4px;font-size:13px;font-weight:700;color:#d1d5db}.ep-group-label.small{font-size:12px;color:#9ca3af}.ep-save-btn{flex:1;height:50px;background:#e94560;color:#fff;border:none;border-radius:14px;font-size:16px;font-weight:700;cursor:pointer}.ep-save-btn:hover:not(:disabled){background:#d93750}.ep-save-btn:disabled{opacity:.6;cursor:not-allowed}.ep-integration-row{display:flex;align-items:center;gap:10px;padding:12px 16px}.ep-integration-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.ep-integration-info{flex:1;min-width:0}.ep-integration-name{color:#fff;font-size:14px;font-weight:500}.ep-integration-status{color:#8a91a5;font-size:11px}.ep-logout-btn{width:100%;margin-top:16px;background:#1c2231;border:1px solid #2D3444;border-radius:14px;color:#8a91a5;padding:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;font-size:15px}.ep-logout-btn:hover{background:#242b39;color:#fff}.ep-delete-btn{width:100%;margin-top:10px;background:#1e1015;border:1px solid #3A1525;border-radius:14px;color:#ef4444;padding:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;font-size:15px}.ep-delete-btn:hover{background:#2a1520}.ep-delete-btn:disabled{opacity:.5;cursor:not-allowed}.ac-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#000;display:flex;flex-direction:column}.ac-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#111}.ac-title{color:#fff;font-size:16px;font-weight:700}.ac-btn{background:transparent;border:1px solid #333;border-radius:8px;color:#8a91a5;padding:8px 16px;font-size:14px;cursor:pointer}.ac-btn:hover{color:#fff;border-color:#555}.ac-btn.primary{background:#e94560;color:#fff;border-color:#e94560}.ac-btn.primary:hover{opacity:.9}.ac-area{flex:1;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#000}.ac-img{width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none}.ac-mask{position:absolute;top:0;left:0;pointer-events:none}.ac-gesture{position:absolute;top:0;right:0;bottom:0;left:0;cursor:grab;z-index:5}.ac-gesture:active{cursor:grabbing}.ac-slider-row{display:flex;align-items:center;gap:10px;padding:14px 20px;background:#111}.ac-slider{flex:1;accent-color:#E94560;height:4px}.dash-map-card{align-items:stretch!important;width:100%}.dash-map-card .dash-events-section{width:100%}.dash-events-map-thumb{position:relative;border-radius:10px;overflow:hidden;cursor:pointer;border:1px solid #2D3444;aspect-ratio:1 / 1;width:100%;display:block}.dash-events-map-thumb>div:first-child{position:absolute;top:0;right:0;bottom:0;left:0}.dash-events-map-thumb:hover .dash-events-map-overlay{opacity:1}.dash-events-map-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1001;display:flex;align-items:center;justify-content:center;gap:6px;background:#0000006b;color:#fff;font-size:12px;font-weight:600;opacity:0;transition:opacity .18s ease;pointer-events:none}.dash-events-map-thumb:hover .dash-events-map-overlay{opacity:1;pointer-events:all}.dash-heatmap-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#000000b8;display:flex;align-items:center;justify-content:center;padding:20px}.dash-heatmap-modal{background:#1c2231;border-radius:14px;overflow:hidden;width:100%;max-width:820px;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 24px 64px #0009}.dash-heatmap-modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#1a1f2b;border-bottom:1px solid #2D3444;flex-shrink:0}.dash-heatmap-modal-title{display:flex;align-items:center;gap:8px;color:#fff;font-size:15px;font-weight:700}.dash-heatmap-modal-count{font-size:12px;font-weight:600;background:#e94560;color:#fff;border-radius:20px;padding:1px 8px}.dash-heatmap-modal-close{background:none;border:none;color:#8a91a5;font-size:20px;cursor:pointer;line-height:1;padding:4px 6px;border-radius:6px;transition:color .15s,background .15s}.dash-heatmap-modal-close:hover{color:#fff;background:#2d3444}.dash-heatmap-modal-body{flex:1;min-height:0;height:60vh}[data-theme=whiteboard] .dash-events-map-thumb{border-color:var(--border-color)}[data-theme=whiteboard] .dash-heatmap-modal{background:var(--bg-secondary)}[data-theme=whiteboard] .dash-heatmap-modal-header{background:var(--bg-primary);border-color:var(--border-color)}[data-theme=whiteboard] .dash-heatmap-modal-title{color:var(--text-primary)}[data-theme=whiteboard] .dash-heatmap-modal-close{color:var(--text-secondary)}[data-theme=whiteboard] .dash-heatmap-modal-close:hover{color:var(--text-primary);background:var(--bg-tertiary)}.mp-page{display:flex;flex-direction:column;height:100vh;overflow:hidden;background:var(--bg-primary)}.mp-header-loader{width:16px;height:16px;border-radius:50%;border:2px solid rgba(0,0,0,.12);border-top-color:#3aa88f;animation:mp-spin .7s linear infinite;flex-shrink:0}@keyframes mp-spin{to{transform:rotate(360deg)}}.mp-controls{display:flex;align-items:center;gap:8px;padding:8px 14px;background:var(--bg-secondary);border-bottom:1px solid var(--border-color);flex-shrink:0;flex-wrap:wrap}.mp-filter-btn{display:flex;align-items:center;gap:6px;padding:5px 10px 5px 8px;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:20px;font-size:12px;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:background .2s,color .2s,border-color .2s;white-space:nowrap}.mp-filter-btn:hover{background:var(--bg-secondary);color:var(--text-primary)}.mp-filter-btn.active{background:#3aa88f;border-color:#3aa88f;color:#fff}.mp-toggle-track{width:30px;height:17px;border-radius:9px;background:#00000026;position:relative;transition:background .25s;flex-shrink:0}.mp-filter-btn.active .mp-toggle-track{background:#ffffff4d}.mp-toggle-thumb{width:13px;height:13px;border-radius:50%;background:#fff;position:absolute;top:2px;left:2px;transition:transform .25s}.mp-filter-btn.active .mp-toggle-thumb{transform:translate(13px)}.mp-range-group{display:flex;align-items:center;gap:4px;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:20px;padding:4px 8px}.mp-range-label{font-size:11px;color:var(--text-secondary);font-weight:500;white-space:nowrap}.mp-range-btn{width:22px;height:22px;border-radius:6px;background:transparent;border:1px solid var(--border-color);color:var(--text-primary);font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:background .15s}.mp-range-btn:hover{background:var(--bg-secondary)}.mp-range-btn:active{background:#3aa88f;color:#fff;border-color:#3aa88f}.mp-range-val{min-width:24px;text-align:center;font-size:13px;font-weight:700;color:#3aa88f}.mp-locate-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;transition:background .15s;flex-shrink:0;margin-left:auto}.mp-locate-btn:hover{background:var(--bg-secondary)}.mp-map{flex:1;min-height:0}.mp-legend{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 14px;background:var(--bg-secondary);border-top:1px solid var(--border-color);flex-shrink:0}.mp-legend-dot{width:12px;height:12px;border-radius:50%;opacity:.85;flex-shrink:0}.mp-legend-label{font-size:11px;color:var(--text-secondary);font-weight:500}.mp-heat-marker{background:transparent!important;border:none!important;box-shadow:none!important}.mp-heat-badge{border-radius:50%;color:#fff;font-weight:700;text-align:center;border:2px solid rgba(255,255,255,.7)}.mp-heat-badge:hover{transform:scale(1.12)}.mp-user-loc{background:transparent!important;border:none!important}.mp-pulse-core{width:12px;height:12px;background:#3aa88f;border:2px solid #fff;border-radius:50%;position:absolute;top:6px;left:6px;box-shadow:0 0 8px #3aa88fcc}.mp-pulse-ring{width:24px;height:24px;border:2px solid rgba(58,168,143,.5);border-radius:50%;position:absolute;top:0;left:0;animation:mp-pulse 2s ease-out infinite}@keyframes mp-pulse{0%{transform:scale(1);opacity:1}to{transform:scale(2.5);opacity:0}}.mp-strava-popup .leaflet-popup-content-wrapper{background:#1a1f2b;color:#e2e5ec;border-radius:12px;box-shadow:0 4px 20px #00000080;border:1px solid #2D3444}.mp-strava-popup .leaflet-popup-tip{background:#1a1f2b}.mp-strava-popup .leaflet-popup-close-button{color:#8a91a5}.mp-popup{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;min-width:170px}.mp-popup-title{font-size:14px;font-weight:700;color:#3aa88f;margin-bottom:2px}.mp-popup-loc{color:#b0b8ca;font-size:11px;margin-bottom:4px}.mp-popup-divider{height:1px;background:#2d3444;margin:5px 0}.mp-popup-event{margin:4px 0;line-height:1.4}.mp-popup-meta{color:#8a91a5;font-size:10px}.mp-popup-more{color:#3aa88f;font-size:10px;margin-top:4px}.mp-event-past{opacity:.5}.mp-popup-link{display:block;text-decoration:none;color:inherit;padding:3px 5px;margin:-3px -5px;border-radius:5px;transition:background .15s}.mp-popup-link:hover{background:#242b39}[data-theme=whiteboard] .mp-header{background:var(--bg-primary);border-bottom:1px solid var(--border-color)}[data-theme=whiteboard] .mp-header-back,[data-theme=whiteboard] .mp-header-icon,[data-theme=whiteboard] .mp-header-title{color:var(--text-primary)}[data-theme=whiteboard] .mp-header-back:hover{background:var(--bg-tertiary)}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
