*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}.navbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#ffffffe6;border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;height:72px;padding:0 2.5rem;display:flex;position:sticky;top:0;box-shadow:0 6px 20px #0000000a}.navbar:hover{box-shadow:0 4px 18px #0000000a}.navbar-center{gap:5rem;display:flex}.navbar-center a{color:#555;padding-bottom:4px;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.navbar-center a:hover{color:#ff6b35}.navbar-center a.active:after{content:"";background-color:#ee9575;border-radius:2px;width:100%;height:2px;position:absolute;bottom:0;left:0}.navbar-center a:after{content:"";background-color:#ff6b35;border-radius:2px;width:0%;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.navbar-center a:hover:after{width:100%}.navbar-center a{padding-bottom:4px;text-decoration:none;transition:all .2s;position:relative}.navbar-center a.active-link{color:#fd713f;font-weight:600}.navbar-center a.active-link:after{content:"";background:#ff6b35;border-radius:2px;width:100%;height:3px;position:absolute;bottom:-2px;left:0}.confirmOverlay{z-index:9999;background:#00000059;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.confirmBox{text-align:center;background:#fff;border-radius:18px;width:100%;max-width:420px;padding:28px 32px;box-shadow:0 20px 40px #0003}.confirmActions{justify-content:center;gap:14px;margin-top:20px;display:flex}.confirmDelete{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:999px;padding:10px 20px;font-weight:700}.confirmCancel{cursor:pointer;background:#eee;border:none;border-radius:999px;padding:10px 20px;font-weight:700}.profile-avatar{color:#fff;cursor:pointer;background:#ff6b35;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.profile-avatar:hover{transform:translateY(-2px);box-shadow:0 6px 14px}.map-container{border-radius:16px;flex:2;height:450px;min-height:420px;overflow:hidden}.map-wrapper{background:0 0;border-radius:16px;flex:2;height:420px;min-height:420px;position:relative;overflow:hidden}.map-btn{z-index:999;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.5rem 1rem;position:absolute;top:16px;right:16px}.logo{color:#ff6b35;letter-spacing:-.02em;align-items:center;gap:.6rem;font-size:1.25rem;font-weight:800;display:flex}.logo:hover{opacity:.9}.logo-icon{font-size:1.3rem}.signin-btn{color:#fff;cursor:pointer;background:#ff6b35;border:none;border-radius:999px;padding:.55rem 1.4rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px}.signin-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px}.hero{background-position:50%;background-size:cover;height:calc(100vh - 70px)}.hero-overlay{text-align:center;color:#fff;background:#00000073;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex}.hero-btn{color:#fff;cursor:pointer;background:#ff6b35;border:none;border-radius:999px;margin-top:2rem;padding:14px 32px;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #ff6b3540}.hero-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px #ff6b3559}.hero-overlay h1{font-size:3.2rem;font-weight:800;animation:.8s fadeUp}.hero-overlay p{max-width:650px;margin:1.2rem 0 2.5rem;font-size:1.1rem;animation:1s fadeUp}.how-it-works{text-align:center;background:#fff;padding:5rem 2rem}.how-it-works h2{color:#111827;margin-bottom:.5rem;font-size:2.2rem;font-weight:700}.events-around h2{font-size:2.2rem;font-weight:700}.how-subtitle{color:#6b7280;margin-bottom:3rem}.steps{flex-wrap:wrap;justify-content:center;gap:3rem;max-width:1100px;margin:0 auto;display:flex}.step{text-align:center;max-width:280px}.step-icon{color:#ff6b35;background:#fff5f0;border-radius:16px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.2rem;font-size:2rem;display:flex;position:relative}.step-number{color:#fff;background:#ff6b35;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.7rem;font-weight:600;display:flex;position:absolute;top:-8px;right:-8px}.step h3{margin-bottom:.4rem;font-size:1.1rem;font-weight:600}.step p{color:#6b7280;font-size:.95rem}.events-around{text-align:center;background:#f5f5f5;padding:5rem 2rem}.events-subtitle{color:#070707;margin-top:1.5rem;margin-bottom:3rem}.events-layout{flex-wrap:wrap;align-items:stretch;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.event-card-clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.event-card-active{background:#fff5f0;border-color:#ff6b35;box-shadow:0 0 0 2px #ff6b354d}.featured-hint{color:#9ca3af;margin-bottom:1.6rem;font-size:1rem}.map-placeholder{background:linear-gradient(135deg,#fde68a,#bfdbfe);border-radius:16px;flex:2 300px;justify-content:center;align-items:center;height:320px;display:flex;position:relative}.map-placeholder span{font-weight:600}.map-btn{background:#fff;border:none;border-radius:8px;padding:.4rem .8rem;position:absolute;top:16px;right:16px}.events-list{text-align:left;background:#fff;border-radius:16px;flex:250px;padding:2rem}.events-list strong{padding:1rem}.events-list p{margin-top:.5rem}.events-list h3{margin-bottom:2rem;font-size:1.5rem}.event-card{background:#fff;border:1px solid #ff6b35;border-radius:12px;margin-bottom:1rem;padding:1rem;transition:transform .25s,box-shadow .25s;position:relative}.event-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #00000026}.tag{color:green;border-radius:999px;padding:0;font-size:.7rem;font-weight:600}.distance{color:#070707;font-size:.75rem;position:absolute;top:12px;right:12px}.explore-btn{color:#fff;cursor:pointer;background:#ff6b35;border:none;border-radius:999px;width:100%;min-height:52px;padding:14px 28px;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #ff6b3540}.explore-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px #ff6b3559}.explore-btn:active{transform:translateY(0)}.footer{color:#d1d5db;background:#1f2933;padding:4rem 2rem 2rem}.footer-inner{grid-template-columns:1.2fr 2fr;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.footer-brand{max-width:320px}.footer-logo{color:#ff6b35;margin-bottom:.6rem;font-size:1.6rem;font-weight:800}.footer-brand p{color:#9ca3af;font-size:.9rem;line-height:1.6}.footer-links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.footer-links h4{color:#fff;margin-bottom:.6rem;font-size:.95rem}.footer-links a{color:#d1d5db;margin-bottom:.4rem;font-size:.85rem;text-decoration:none;transition:color .2s;display:block}.footer-links a:hover{color:#ff6b35}.footer-bottom{text-align:center;color:#9ca3af;border-top:1px solid #ffffff14;margin-top:3rem;padding-top:1.2rem;font-size:.75rem}@media (max-width:768px){.footer{padding:2.5rem 1.2rem 1.5rem}.footer-inner{grid-template-columns:1fr;align-items:flex-start;gap:2rem}.footer-brand{text-align:left;max-width:100%}.footer-links{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer-bottom{margin-top:2rem}}@media (max-width:360px){.footer-links{grid-template-columns:1fr;gap:1.2rem}}@media (max-width:1024px){.navbar-center{gap:2rem}.hero-overlay h1{font-size:2.5rem}.hero-overlay p{font-size:1rem}.steps{gap:2rem}}@media (max-width:768px){.navbar{flex-wrap:wrap;gap:.4rem;height:auto;padding:.6rem 1rem}.navbar-center{border-top:1px solid #eee;order:3;justify-content:space-around;gap:0;width:100%;padding-top:.5rem}.navbar-center a{white-space:nowrap;padding:.3rem .5rem;font-size:.82rem}.signin-btn{padding:.45rem 1rem;font-size:.82rem}.profile-avatar{width:32px;height:32px;font-size:.8rem}.events-layout{flex-direction:column}.map-wrapper,.map-container{width:100%;height:280px;min-height:280px;max-height:60vh;overflow:hidden}.events-list{padding:1.2rem}.events-list h3{margin-bottom:1rem;font-size:1.1rem}.how-it-works{padding:3rem 1.2rem}.how-it-works h2{font-size:1.6rem}.steps{flex-direction:column;align-items:center;gap:2rem}.events-around{padding:3rem 1.2rem 4rem}.events-around h2{font-size:1.6rem}.hero-overlay h1{font-size:2rem}.hero-overlay p{margin:.8rem 0 1.5rem;font-size:.9rem}.hero-btn{padding:.8rem 1.8rem;font-size:.95rem}}.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;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.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{width:auto;padding:0;max-width:none!important;max-height:none!important}.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:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.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{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-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{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{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position: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:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.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-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(../media/layers.78ca0acf.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(../media/layers-2x.793209de.png);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{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(../media/marker-icon.b9f7ac13.png)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;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{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.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{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.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{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107,M12=.707107,M21=-.707107,M22=.707107);margin:0 auto}.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{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;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{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.animate{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(40px)}.animate.visible{opacity:1;transform:translateY(0)}.hero{height:calc(100vh - 70px);position:relative;overflow:hidden}
