@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600&display=swap";.splash-container{height:100vh;background:linear-gradient(135deg,#fcefc2,#d7c5f2,#bfd8b8);display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Quicksand,sans-serif;text-align:center;overflow:hidden}.logo-wrapper{position:relative;animation:fadeInBounce 2s ease}.logo-icon{width:120px;height:120px;animation:pulse 3s infinite ease-in-out}.tagline{font-size:1.2rem;color:#444;margin-top:1.5rem;opacity:0;animation:fadeIn 2s ease 1s forwards}.sparkle{position:absolute;width:15px;height:15px;background:#fff9e6;border-radius:50%;opacity:.7;animation:sparkleMove 3s infinite ease-in-out}.sparkle1{top:-10px;left:-20px}.sparkle2{top:10px;right:-25px}.sparkle3{bottom:-15px;left:10px}@keyframes fadeInBounce{0%{transform:scale(.8);opacity:0}60%{transform:scale(1.05);opacity:1}to{transform:scale(1)}}@keyframes fadeIn{to{opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes sparkleMove{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-5px) rotate(15deg)}}.navbar{display:flex;justify-content:center;align-items:center;padding:.75rem 1.5rem;background:linear-gradient(to right,#fdf6f0,#e7f5f2);box-shadow:0 4px 12px #0000000d;position:sticky;top:0;z-index:100;font-family:Quicksand,sans-serif;border-bottom:1px solid #e0e0e0;flex-wrap:wrap}.navbar-left{display:flex;align-items:center;gap:1rem;justify-content:center;flex:1}.navbar-logo{width:44px;height:auto;border-radius:50%;background-color:#fff;padding:4px;box-shadow:0 0 6px #a8d8b933}.navbar-title{font-family:Chewy,cursive;font-size:2rem;font-weight:400;color:#5e5e5e;margin:0;text-align:center}.navbar-links{display:flex;gap:1.25rem}.nav-link{font-family:Patrick Hand,cursive;font-size:1.1rem;font-weight:600;color:#666}.nav-link:hover{color:#8cc8ad;transform:scale(1.05)}.nav-link.active{color:#5fa891;font-weight:700}.nav-link.sensory{background-color:#e4f9f4;color:#4b807c;padding:6px 12px;border-radius:9999px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 2px 6px #4b807c1a}.nav-link.sensory:hover{background-color:#c7ede5;color:#2f5f5b;transform:scale(1.05)}@media (max-width: 768px){.navbar{flex-direction:column;align-items:flex-start;gap:1rem}.navbar-links{flex-wrap:wrap;gap:.75rem}.navbar-title{font-size:1.4rem}.nav-link{font-size:1rem}}.logout-btn{background-color:#e8ddf7;color:#5a3d78;font-weight:600;padding:6px 14px;border:none;border-radius:9999px;cursor:pointer;transition:background-color .2s ease-in-out,transform .2s ease;box-shadow:0 2px 6px #5a3d7814}.logout-btn:hover{background-color:#d8c6f0;transform:translateY(-1px)}.layout-wrapper{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}.navbar{background-color:#f5fbf9;padding:1rem 2rem;display:flex;justify-content:flex-end;align-items:center;font-family:Poppins,sans-serif;border-bottom:1px solid #dce8e3}.nav-container{display:flex;gap:1.5rem;align-items:center}.nav-link{color:#555;text-decoration:none;font-size:1.1rem;transition:color .3s ease}.nav-link:hover,.nav-link.active{color:#3ca58d;font-weight:600}.logout-button{background-color:#ffd6ec;color:#6a297d;border:none;border-radius:999px;padding:.4rem 1rem;margin-left:1rem;font-size:.9rem;font-family:Quicksand,sans-serif;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease;box-shadow:0 2px 4px #0000001a}.logout-button:hover{background-color:#fcb2d2;transform:translateY(-1px)}body,html,#root{height:100%}.header-banner{background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh;padding:5rem 2rem;text-align:center;display:flex;flex-direction:column;justify-content:center;position:relative}.header-content{background:#fffc;border-radius:1rem;padding:2rem;max-width:600px;margin:0 auto;box-shadow:0 10px 30px #0000001a}.main-title{font-size:3rem;margin-bottom:1rem;font-family:Quicksand,sans-serif}.sub-title{font-size:1.25rem;color:#666;margin-bottom:2rem}.cta-buttons{display:flex;justify-content:center;gap:1rem}.cta-btn{padding:.75rem 1.5rem;border-radius:999px;font-size:1rem;cursor:pointer;transition:.3s ease}.cta-btn.primary{border:none;background-color:#a8d8b9;color:#fff}.cta-btn.secondary{border:2px solid #a8d8b9;background-color:#fff;color:#a8d8b9}.decor{position:absolute;font-size:1.5rem;opacity:.8}.featured-events{max-width:900px;margin:4rem auto 2rem;padding:0 1rem;text-align:center}.featured-title{font-size:1.75rem;font-weight:700;color:#444;margin-bottom:2rem;font-family:Quicksand,sans-serif}.event-cards{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.event-card{background-color:#fff;padding:1.25rem 1.5rem;border-radius:1rem;box-shadow:0 3px 12px #0000000d;width:100%;max-width:260px;text-align:left;font-family:Quicksand,sans-serif;transition:transform .2s ease}.event-card h3{font-size:1.1rem;color:#5fa891;margin-bottom:.5rem}.event-card:hover{transform:translateY(-5px);background:#f9fdfc;box-shadow:0 6px 16px #00000014}.view-all-btn{margin-top:2rem;padding:.75rem 1.75rem;font-size:1rem;font-weight:600;background-color:#a8d8b9;color:#fff;border:none;border-radius:999px;cursor:pointer;transition:background .2s ease}.view-all-btn:hover{background-color:#94c9a7}.decor:nth-child(2){top:2rem;left:2rem}.decor:nth-child(3){top:2rem;right:2rem}.decor:nth-child(4){bottom:2rem;left:2rem}.decor:nth-child(5){bottom:2rem;right:2rem}@media (max-width: 768px){.cta-buttons{flex-direction:column;gap:.75rem}.category-grid,.event-cards{grid-template-columns:1fr!important;flex-direction:column;align-items:center}.main-title{font-size:2.25rem}.sub-title{font-size:1.1rem}.view-all-btn{width:100%}}.about-wrapper{background-image:url(/assets/about-background-B1s7mZkq.png);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem}.about-page{max-width:800px;background-color:#ffffffd9;border-radius:12px;box-shadow:0 4px 18px #0000001a;padding:2rem;font-family:Quicksand,sans-serif;color:#444;line-height:1.7;text-align:center}.about-page h1{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#5fa891}.about-page p{font-size:1.1rem;margin-bottom:1.25rem}.about-page .closing{font-weight:600;color:#5fa891;font-size:1.1rem}.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}}.map-wrapper{margin-top:3rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014;position:relative}.map-container{height:400px;width:100%;margin-top:2rem;border-radius:12px;overflow:hidden;background-color:#eee}.custom-marker{background:none!important;border:none!important;animation:dropIn .5s ease-out}@keyframes dropIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.leaflet-popup-content-wrapper{border-radius:12px;padding:0;overflow:hidden;box-shadow:0 4px 20px #00000026}.leaflet-popup-content{margin:0;min-width:200px}.leaflet-popup-tip{background:#fff}.popup-content{padding:1rem;font-family:Quicksand,sans-serif}.popup-content h4{margin:0 0 .5rem;color:#5fa891;font-size:1.1rem;font-weight:700}.popup-location{margin:.25rem 0;color:#666;font-size:.9rem}.popup-category{margin:.5rem 0}.category-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.popup-description{margin:.75rem 0 0;color:#555;font-size:.85rem;line-height:1.4;border-top:1px solid #eee;padding-top:.75rem}.leaflet-control-zoom{border:none!important;box-shadow:0 2px 8px #0000001a!important}.leaflet-control-zoom a{background-color:#fff!important;color:#5fa891!important;font-weight:700!important;border:none!important;transition:all .2s ease}.leaflet-control-zoom a:hover{background-color:#5fa891!important;color:#fff!important}.leaflet-control-zoom a:first-child{border-radius:8px 8px 0 0!important}.leaflet-control-zoom a:last-child{border-radius:0 0 8px 8px!important}.leaflet-control-attribution{background:#ffffffe6!important;padding:4px 8px!important;border-radius:4px!important;font-size:11px!important}@media (max-width: 768px){.map-wrapper{margin-top:2rem}.leaflet-popup-content{min-width:150px}.popup-content{padding:.75rem}}.review-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}.review-modal{background-color:#fff;border-radius:1.25rem;padding:2rem;max-width:420px;width:90%;box-shadow:0 10px 25px #00000026;position:relative;font-family:Arial Rounded MT Bold,sans-serif}.review-modal h3{margin-top:0;margin-bottom:1rem;font-size:1.5rem;color:#333;text-align:center}.review-modal textarea{width:100%;margin-top:1rem;padding:1rem;font-size:1rem;border-radius:.75rem;border:1px solid #ccc;resize:vertical;min-height:120px;box-sizing:border-box;font-family:inherit;background-color:#fff}.review-modal .modal-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.75rem}.review-modal button{flex:1;padding:.75rem 1.25rem;font-size:1rem;border-radius:1rem;border:none;cursor:pointer;transition:background-color .3s ease;font-family:inherit;min-width:120px}.review-modal .submit-btn{background-color:#ffb6c1;color:#333}.review-modal .submit-btn:hover{background-color:#ffa1ae}.review-modal .submit-btn:disabled{opacity:.6;cursor:not-allowed}.review-modal .cancel-btn{background-color:#eee;color:#333}.review-modal .cancel-btn:hover{background-color:#ddd}.review-modal .error-text{color:#dc143c;font-size:.9rem;text-align:center;margin-top:.75rem}.review-stars{display:flex;justify-content:center;margin:1rem 0}.star{font-size:2rem;color:#ccc;cursor:pointer;transition:color .2s ease}.star.filled{color:#ffc107}.activity-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#1e1e1e80;display:flex;justify-content:center;align-items:center;z-index:2000;animation:fadeIn .3s ease-in-out}.activity-modal{background:#fff;padding:2rem;border-radius:16px;width:90%;max-width:500px;position:relative;box-shadow:0 8px 30px #0003;animation:slideIn .3s ease-in-out}.close-btn{position:absolute;top:12px;right:16px;font-size:1.75rem;background:none;border:none;color:#888;cursor:pointer}.modal-title{font-size:1.6rem;color:#5fa891;margin-bottom:.5rem}.modal-location,.modal-category,.modal-rating,.modal-description,.modal-sensory{font-size:1rem;color:#555;margin-bottom:.75rem}.modal-sensory{color:#5fa891;font-weight:700}.write-review-btn{background-color:#a8d8b9;color:#fff;padding:.6rem 1.25rem;border:none;border-radius:2rem;font-size:1rem;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.write-review-btn:hover{background-color:#8ccaa4;transform:scale(1.05)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:999}.modal-content{background:#fff;padding:2rem;border-radius:1rem;width:90%;max-width:500px;box-shadow:0 10px 25px #0003;position:relative}.close-button{position:absolute;top:.5rem;right:.75rem;background:transparent;border:none;font-size:1.5rem;cursor:pointer}.submit-form label{display:block;margin-top:1rem;font-weight:600}.submit-form input,.submit-form textarea{width:100%;padding:.6rem;margin-top:.3rem;border-radius:.5rem;border:1px solid #ccc}.submit-form button{margin-top:1.5rem;width:100%;padding:.75rem;background-color:#a678f0;color:#fff;border:none;border-radius:.5rem;font-weight:700;cursor:pointer}.search-page{position:relative;padding:4rem 2rem;font-family:Quicksand,sans-serif;background:url(/assets/search-background-C7CnR3JW.png) center/cover no-repeat;min-height:100vh;overflow-x:hidden;text-align:center}.search-heading{font-size:2.5rem;font-weight:800;color:#333;margin-bottom:2rem;animation:fadeIn 1s ease-in-out}.search-bar-container{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.search-input{padding:.75rem 1.5rem;font-size:1rem;width:300px;max-width:80%;border:2px solid #ccc;border-radius:2rem;background-color:#fff;outline:none;transition:border-color .3s ease}.search-input:focus{border-color:#a8d8b9}.state-select{padding:.5rem 1rem;font-size:1rem;border-radius:8px;border:1px solid #ccc;background-color:#fff;outline:none}.category-filter{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem}.category-btn{display:flex;align-items:center;gap:.4rem;font-size:.95rem;font-weight:600;color:#444;padding:.5rem 1rem;border-radius:2rem;background-color:#ffffffd9;border:none;cursor:pointer;box-shadow:0 2px 6px #0000000f;transition:all .3s ease}.category-btn.active,.category-btn:hover{background-color:#a8d8b9;color:#fff;transform:scale(1.05)}.map-section{margin-top:4rem;text-align:center}.map-section h3{font-size:1.5rem;color:#444;margin-bottom:2rem}.results-wrapper{margin-top:3rem;transition:max-height .4s ease-in-out}.results-wrapper.collapsed .result-card:nth-child(n+7){display:none}.results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.result-card{background-color:#fffffff2;padding:1.5rem;border-radius:12px;text-align:left;box-shadow:0 4px 12px #00000014;transition:transform .2s ease,box-shadow .2s ease}.result-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001f}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.result-card h3{font-size:1.25rem;font-weight:700;color:#5fa891;margin:0;flex:1}.location{font-size:.95rem;color:#666;margin:.5rem 0}.category{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#888}.category-emoji{font-size:1.1rem}.toggle-results-btn{display:inline-block;margin:1rem auto 4rem;padding:.75rem 1.5rem;background-color:#a8d8b9;color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:2rem;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.toggle-results-btn:hover{background-color:#8ccaa4;transform:scale(1.05)}.sensory-pill-toggle{margin-top:.75rem}.pill-toggle{padding:.45rem 1rem;border:none;border-radius:9999px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;background-color:#f2f2f2;color:#666;box-shadow:inset 0 0 0 1px #ccc}.pill-toggle.on{background-color:#e3d8fb;color:#4b2995;box-shadow:0 0 0 2px #a78bfa}.clear-filters-btn{margin-top:.75rem;padding:.4rem 1rem;background-color:#ffeaea;color:#b00020;border:none;border-radius:12px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.clear-filters-btn:hover{background-color:#ffdede}.suggest-button-wrapper{text-align:right;margin:1rem 1rem 0}.suggest-btn{background-color:#a78bfa;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:9999px;font-size:1rem;cursor:pointer;transition:background .3s ease}.suggest-btn:hover{background-color:#7c5bdc}.favorite-btn{background:none;border:none;font-size:1.5rem;color:#ccc;cursor:pointer;transition:transform .2s ease}.favorite-btn:hover{transform:scale(1.2)}.favorite-btn.favorited{color:gold}.no-results{font-size:1.1rem;color:#666;background-color:#ffffffe6;padding:2rem;border-radius:12px;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.search-heading{font-size:2rem}.results-grid{grid-template-columns:1fr}.search-input{width:100%;max-width:300px}}.signup-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#f8e1f4,#d9f3ff);padding:2rem;font-family:Quicksand,sans-serif}.signup-form{background:#fff;border-radius:2rem;padding:2rem;width:100%;max-width:400px;box-shadow:0 8px 24px #0000001a}.signup-title{text-align:center;margin-bottom:1.5rem;color:#4a4a4a;font-size:1.75rem;font-weight:700}.signup-form input{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:1rem;font-size:1rem;background:#fafafa;transition:border-color .2s ease}.signup-form input:focus{border-color:#90cdf4;outline:none;background:#fff}.signup-button{width:100%;padding:.75rem;background-color:#8ecae6;color:#fff;border:none;border-radius:1rem;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background-color .3s ease}.signup-button:hover{background-color:#219ebc}.signup-links{text-align:center;margin-top:1rem;font-size:.95rem}.signup-links a{color:#577590;text-decoration:none}.signup-links a:hover{text-decoration:underline}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:url(/assets/login2-background-D7Ka9-pT.png) center/cover no-repeat;padding:2rem}.login-form{background:#fffffff2;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000001a;max-width:400px;width:100%;font-family:Quicksand,sans-serif}.login-title{font-size:1.8rem;margin-bottom:1rem;text-align:center;color:#6a1b9a}input[type=email],input[type=password]{width:100%;padding:.75rem;margin:.5rem 0;border:1px solid #ccc;border-radius:12px;font-size:1rem;outline:none;background:#fafafa}.toggle-password-btn{position:absolute;top:50%;right:10px;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:1rem}.login-button{width:100%;padding:.75rem;background-color:#ba68c8;color:#fff;font-size:1rem;border:none;border-radius:12px;margin-top:1rem;cursor:pointer;transition:background-color .3s}.login-button:hover{background-color:#9c27b0}.error-message{color:#d32f2f;margin-top:.5rem;text-align:center}.login-links{margin-top:1rem;font-size:.9rem;text-align:center;color:#555}.login-links a{color:#6a1b9a;text-decoration:none;margin-left:.25rem}.login-links a:hover{text-decoration:underline}.forgot-password-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom right,#fdf0ff,#e1f5ff);font-family:Quicksand,sans-serif;padding:2rem}.forgot-password-form{background:#fffd;border-radius:2rem;box-shadow:0 8px 24px #00000014;padding:2.5rem 2rem;max-width:420px;width:100%;text-align:center}.forgot-password-title{font-size:1.8rem;color:#5a3f80;margin-bottom:.5rem}.forgot-password-subtitle{font-size:.95rem;color:#666;margin-bottom:1.5rem}.forgot-password-form input{width:100%;padding:.75rem 1rem;border:1px solid #ccc;border-radius:1rem;margin-bottom:1.25rem;font-size:1rem;outline:none}.forgot-password-button{background-color:#a78bfa;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:1rem;font-size:1rem;cursor:pointer;transition:background-color .3s ease;width:100%}.forgot-password-button:hover{background-color:#7c3aed}.forgot-password-links{margin-top:1.5rem;font-size:.9rem}.forgot-password-links a{display:block;color:#4c3a63;text-decoration:none;margin:.25rem 0}.forgot-password-links a:hover{text-decoration:underline}.reset-password-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom right,#f3f9ff,#fef6ff);font-family:Quicksand,sans-serif;padding:2rem}.reset-password-form{background:#fffd;border-radius:2rem;box-shadow:0 8px 24px #00000014;padding:2.5rem 2rem;max-width:420px;width:100%;text-align:center}.reset-password-title{font-size:1.8rem;color:#5a3f80;margin-bottom:1rem}.reset-password-form input{width:100%;padding:.75rem 1rem;border:1px solid #ccc;border-radius:1rem;margin-bottom:1.25rem;font-size:1rem;outline:none}.password-input-wrapper{position:relative}.toggle-password-btn{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:transparent;border:none;font-size:1.2rem;cursor:pointer}.reset-password-button{background-color:#84ccf5;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:1rem;font-size:1rem;cursor:pointer;transition:background-color .3s ease;width:100%}.reset-password-button:hover{background-color:#60aee4}.success-message{color:#198754;font-size:.95rem;margin-top:1rem}.error-message{color:#dc3545;font-size:.95rem;margin-top:1rem}.reset-password-links{margin-top:1.5rem;font-size:.9rem}.reset-password-links a{display:inline-block;color:#4c3a63;text-decoration:none;margin-top:.5rem}.reset-password-links a:hover{text-decoration:underline}.favorites-page,.favorites-guest{background-image:url(/assets/search-background-C7CnR3JW.png);background-size:cover;background-position:center;min-height:100vh;padding:3rem 1.5rem;text-align:center;font-family:Quicksand,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center}.favorites-guest p{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.favorites-guest h2{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem;color:#333;text-shadow:0 1px 3px rgba(255,255,255,.6)}.favorites-guest p{font-size:1.15rem;line-height:1.6;max-width:600px;margin:0 auto 2rem;background:#ffffffeb;padding:1.5rem 2rem;border-radius:1.5rem;box-shadow:0 10px 30px #0000000d;color:#444}.login-cta-btn{margin-top:2rem;padding:.9rem 2rem;border-radius:999px;background-color:#a8d8b9;color:#fff;font-weight:600;font-size:1.1rem;border:none;cursor:pointer;min-width:220px;box-shadow:0 6px 20px #00000026;transition:background-color .3s ease,transform .2s ease}.login-cta-btn:hover{background-color:#94c9a7;transform:translateY(-2px)}.favorites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin:2rem 0;width:100%;max-width:1200px}.favorite-card{background:#fffffff2;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #00000014;transition:transform .2s ease;text-align:left}.favorite-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001f}.favorite-card h3{color:#5fa891;margin-bottom:.5rem;font-size:1.25rem}.favorite-card p{color:#666;margin:.5rem 0;font-size:.95rem}.favorite-card strong{color:#444}.remove-btn{margin-top:1rem;padding:.5rem 1rem;background-color:#ff6b6b;color:#fff;border:none;border-radius:20px;cursor:pointer;font-size:.9rem;font-weight:600;transition:background-color .2s}.remove-btn:hover{background-color:#ff5252}.favorites-map{margin-top:3rem;width:100%;max-width:1200px}.favorites-map h3{margin-bottom:2rem;font-size:1.5rem;color:#444}.loading{text-align:center;padding:3rem;font-size:1.1rem;color:#666}.spinner{width:50px;height:50px;margin:0 auto 1rem;border:4px solid #f3f3f3;border-top:4px solid #a8d8b9;border-radius:50%;animation:spin 1s linear infinite}.empty-favorites{text-align:center;padding:3rem;background:#ffffffe6;border-radius:12px;max-width:500px;margin:2rem auto}.empty-favorites p{margin:.5rem 0;color:#666}.explore-btn{margin-top:1.5rem;padding:.75rem 2rem;background-color:#a8d8b9;color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.explore-btn:hover{background-color:#94c9a7;transform:translateY(-2px)}.favorites-count{text-align:center;color:#666;margin-bottom:2rem;font-size:1.1rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.category-emoji{font-size:1.5rem}.favorites-page h2{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem;color:#333}.favorites-page>p{font-size:1.15rem;color:#666;margin-bottom:2rem}@media (max-width: 768px){.favorites-grid{grid-template-columns:1fr;padding:0 1rem}.favorites-page h2,.favorites-guest h2{font-size:1.75rem}}.profile-page{padding:3rem 1.5rem;max-width:600px;margin:0 auto;font-family:Quicksand,sans-serif;color:#444;background-color:#fffdf9;border-radius:1rem;box-shadow:0 4px 12px #0000000f;text-align:center}.profile-pic-preview{width:100px;height:100px;object-fit:cover;border-radius:999px;margin:1rem 0}.profile-upload{margin:1rem 0}.bio-section textarea{width:100%;font-family:inherit;padding:.5rem;border-radius:10px;resize:vertical}.bio-section button{margin-top:.5rem;background-color:#a7e6cb;border:none;padding:.5rem 1rem;border-radius:10px;cursor:pointer}.upload-label{background-color:#ffc5de;padding:.5em 1em;display:inline-block;border-radius:1em;cursor:pointer;font-weight:700;margin-top:.5em}.upload-box{margin-top:1em}.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.submit-activity-page{padding:2rem;max-width:600px;margin:0 auto;background:linear-gradient(135deg,#fef6fb,#eaf9f5);border-radius:2rem;box-shadow:0 6px 18px #00000014;font-family:Quicksand,sans-serif;color:#333}.submit-activity-page h2{font-size:2rem;color:#6c5ce7;text-align:center;margin-bottom:.5rem}.subtitle{text-align:center;font-size:1rem;color:#777;margin-bottom:2rem}.submit-form{display:flex;flex-direction:column;gap:1.25rem}label{font-weight:600;margin-bottom:.25rem;color:#4a4a4a}input,select,textarea{padding:.75rem 1rem;border:2px solid #dfe6e9;border-radius:1rem;font-size:1rem;background-color:#fff;transition:border-color .2s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:#a29bfe;background-color:#f9f9ff}textarea{resize:vertical}.submit-btn{padding:.75rem 1.5rem;font-size:1.1rem;font-weight:700;border:none;border-radius:2rem;background:linear-gradient(to right,#a29bfe,#81ecec);color:#fff;cursor:pointer;transition:background .3s ease}.submit-btn:hover{background:linear-gradient(to right,#81ecec,#a29bfe)}.error-message{background-color:#ffe0e0;padding:1rem;border-radius:1rem;color:#b00020;font-weight:700;text-align:center}.thank-you-message{text-align:center;padding:2rem}.back-btn{margin-top:1.5rem;padding:.75rem 1.5rem;background-color:#ffeaa7;border:none;border-radius:2rem;font-weight:700;cursor:pointer;transition:background .3s ease}.back-btn:hover{background-color:#fdcb6e}@media (max-width: 768px){.form-row{grid-template-columns:1fr}.submit-activity-page{padding:1rem}}.bughunt-container{padding:2rem;background-color:#fffdf8;color:#333;font-family:Poppins,sans-serif;max-width:800px;margin:auto;border-radius:12px;box-shadow:0 2px 10px #0000000d}.bughunt-container h1{font-size:2.5rem;color:#6b4b9a;margin-bottom:.5rem}.bughunt-container h2{color:#4e7795;margin-top:2rem;font-size:1.5rem}.bughunt-container ul{margin-left:1.5rem;list-style-type:none}.bughunt-container li:before{content:"🌿 "}.bug-list li:before{content:""}.chart-download{text-align:center;margin:1.5rem 0}.chart-download img{width:80%;max-width:400px;border-radius:10px;margin-bottom:1rem}.download-btn{display:inline-block;padding:.6rem 1.2rem;background-color:#b0e8cc;color:#1b4d3e;font-weight:700;border-radius:8px;text-decoration:none;transition:background .3s}.download-btn:hover{background-color:#9fd8bb}.chart-download{text-align:center;margin-top:3rem;margin-bottom:2rem}.download-btn{display:inline-block;padding:.8rem 1.6rem;background-color:#4cb3b3;color:#fff;text-decoration:none;font-weight:700;border-radius:10px;font-size:1rem;transition:background-color .3s ease}.download-btn:hover{background-color:#3a9999}.rainyday-container{max-width:800px;margin:0 auto;padding:2rem;background:#f9faff;border-radius:20px;box-shadow:0 0 15px #0000000d;font-family:Comic Neue,Segoe UI,sans-serif;color:#333}.rainyday-container h1{font-size:2.5rem;color:#4a90e2;margin-bottom:1rem;text-align:center}.rainyday-container .intro{font-size:1.2rem;margin-bottom:2rem;text-align:center;color:#555}.rainyday-container h2{font-size:1.5rem;color:#333;margin-top:2rem;display:flex;align-items:center;gap:.5rem}.rainyday-container p,.rainyday-container ul{font-size:1.1rem;line-height:1.6;margin-top:.5rem}.rainyday-container ul{padding-left:1.5rem}.rainyday-container ul li{margin-bottom:.5rem;list-style:"☔ "}.free-activities-container{max-width:800px;margin:0 auto;padding:2rem;background-color:#fff7f0;border-radius:16px;box-shadow:0 4px 12px #0000001a;font-family:Comic Sans MS,Poppins,sans-serif;color:#333}.free-activities-container h1{font-size:2.2rem;color:#e07a5f;margin-bottom:1rem;text-align:center}.free-activities-container .intro{font-size:1.1rem;margin-bottom:2rem;line-height:1.6}.free-activities-container h2{color:#3d405b;font-size:1.4rem;margin-top:2rem;margin-bottom:.5rem}.free-activities-container p{font-size:1rem;line-height:1.6;margin-bottom:1rem}.free-activities-container ul{padding-left:1.5rem;margin-bottom:2rem}.free-activities-container ul li{margin-bottom:.75rem}.bond-container{padding:2rem;max-width:800px;margin:auto;background-color:#fff0f6;border-radius:16px;box-shadow:0 4px 10px #0000001a;font-family:Comic Sans MS,Arial Rounded MT Bold,sans-serif}.bond-container h1{text-align:center;font-size:2.5rem;color:#c94f7c}.bond-container .intro{text-align:center;font-size:1.2rem;margin-bottom:2rem}.activity-block{background-color:#ffe3ec;margin-bottom:1.5rem;padding:1.2rem;border-left:6px solid #c94f7c;border-radius:8px}.activity-block h2{margin-top:0;color:#b23a6f}.activity-block p{margin-bottom:0}.sensory-page{padding:2rem;font-family:Patrick Hand,cursive;background-image:url(/assets/sensory-background-BK72trbj.png);background-size:cover;background-repeat:no-repeat;background-position:center;min-height:100vh;color:#4b807c}.activity-card{background:#e8f8f5;border-radius:12px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 6px #0000000d}.state-jump{margin:2rem 0;font-size:1rem;text-align:center}.state-jump select{padding:.5rem 1rem;border-radius:8px;font-family:Quicksand,sans-serif;border:1px solid #ccc;font-size:1rem;cursor:pointer}.state-heading{margin-top:4rem;font-size:1.8rem;color:#444}.admin-dashboard{max-width:800px;margin:2rem auto;padding:2rem;font-family:Quicksand,sans-serif;background:linear-gradient(to bottom,#f9f7fc,#e9ecf5);border-radius:2rem;box-shadow:0 6px 20px #0000000d;text-align:center}.admin-dashboard h2{font-size:2rem;color:#6b5ca5;margin-bottom:.5rem}.admin-dashboard h3{font-size:1.4rem;color:#444;margin-bottom:1.5rem}.pending-list{list-style:none;padding:0;margin:0}.pending-item{background:#fff;border-radius:1rem;padding:1.5rem;margin-bottom:1.2rem;box-shadow:0 4px 12px #0000000d;text-align:left}.pending-item strong{font-size:1.1rem;color:#333}.pending-item p{margin:.5rem 0 0;color:#666}.button-group{margin-top:1rem;display:flex;gap:1rem}.approve-btn,.delete-btn{padding:.6rem 1.2rem;border-radius:.75rem;border:none;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .2s ease}.approve-btn{background-color:#b0eacb;color:#225e44}.approve-btn:hover{background-color:#94dab5}.delete-btn{background-color:#f9bcbc;color:#8d2b2b}.delete-btn:hover{background-color:#f4a0a0}.review-submissions-page{max-width:900px;margin:2rem auto;padding:2rem;font-family:Quicksand,sans-serif}.review-submissions-page h2{text-align:center;color:#6b5ca5;margin-bottom:.5rem}.admin-subtitle{text-align:center;color:#666;margin-bottom:2rem}.loading{text-align:center;padding:4rem}.spinner{width:50px;height:50px;margin:0 auto 1.5rem;border:4px solid #f3f3f3;border-top:4px solid #6b5ca5;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error{text-align:center;color:#d32f2f;background:#ffe0e0;padding:1.5rem;border-radius:8px}.no-pending{text-align:center;padding:4rem;background:#f9f9f9;border-radius:12px}.no-pending p{margin:.5rem 0;color:#666}.no-pending p:last-child{font-size:1.5rem}.pending-count{text-align:center;color:#666;margin-bottom:2rem;font-size:1.1rem}.pending-list{display:grid;gap:1.5rem}.pending-item{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #00000014;transition:transform .2s ease,box-shadow .2s ease}.pending-item:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001f}.activity-details h3{color:#333;margin:0 0 1rem;font-size:1.5rem}.location{color:#666;margin:.5rem 0}.category{margin:.5rem 0}.category-badge{display:inline-block;padding:.25rem 1rem;background:#e8f5e9;color:#2e7d32;border-radius:20px;font-size:.9rem;font-weight:600}.description{color:#555;margin:1rem 0;line-height:1.6;padding:1rem;background:#f9f9f9;border-radius:8px}.coordinates{display:flex;gap:2rem;margin:1rem 0;font-size:.9rem;color:#888}.coordinates span{background:#f0f0f0;padding:.25rem .75rem;border-radius:4px}.submitted-by{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee;color:#666;font-size:.9rem;font-style:italic}.action-buttons{display:flex;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #f0f0f0}.approve-btn,.reject-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.approve-btn{background-color:#b0eacb;color:#225e44;flex:1}.approve-btn:hover{background-color:#94dab5;transform:translateY(-2px);box-shadow:0 4px 12px #b0eacb66}.reject-btn{background-color:#ffcdd2;color:#c62828}.reject-btn:hover{background-color:#ef9a9a;transform:translateY(-2px);box-shadow:0 4px 12px #ef9a9a66}@media (max-width: 768px){.review-submissions-page{padding:1rem}.pending-item{padding:1.5rem}.coordinates{flex-direction:column;gap:.5rem}.action-buttons{flex-direction:column}}
