.nav{display:flex;justify-content:space-between;align-items:center;padding:2rem;position:relative;z-index:10;background:transparent}.search-nav .hamburger-menu:hover{background-color:#1976d21a}.search-nav .hamburger-menu span{background-color:#1976d2}.share-icon,.close-icon{cursor:pointer;padding:8px;border-radius:50%;transition:all .3s ease}.share-icon:hover{background-color:#e91e631a;transform:scale(1.1)}.close-icon{background:rgba(25,118,210,.1)}.close-icon:hover{background:rgba(25,118,210,.2);transform:rotate(90deg)}.menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease-in-out}.menu-overlay.open{opacity:1;visibility:visible}.menu-overlay.open .menu-modal{transform:translate(0)}.menu-modal{position:absolute;top:200px;left:4vw;width:22vw;min-width:220px;max-width:320px;height:auto;min-height:350px;max-height:70vh;background:#FFEB3B;border:3px solid #1976D2;border-radius:8px;transform:translate(-150%);transition:transform .3s ease-in-out;box-shadow:0 8px 25px #1976d233;padding:1.5rem;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.modal-title{font-size:2rem;font-weight:300;color:#e91e63;margin:0;text-transform:uppercase}.modal-close{cursor:pointer;padding:8px;border-radius:50%;background:rgba(233,30,99,.1);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.modal-close:hover{background:rgba(233,30,99,.2);transform:rotate(90deg)}.modal-nav{display:flex;flex-direction:column;gap:1rem}.menu-item{background:none;border:none;color:#1976d2;font-size:1.1rem;font-weight:500;text-align:left;cursor:pointer;padding:.5rem 0;border-bottom:1px solid transparent;transition:all .3s ease;text-transform:capitalize}.menu-item:hover{border-bottom-color:#1976d2;padding-left:.5rem;font-weight:600}.share-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;display:flex;justify-content:center;align-items:center;animation:fadeIn .3s ease-out}.share-modal{background:white;border-radius:16px;padding:0;min-width:320px;max-width:400px;box-shadow:0 20px 40px #00000026;animation:scaleIn .3s ease-out;overflow:hidden}.share-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 16px;border-bottom:1px solid #f0f0f0}.share-modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#333}.share-modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:4px;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.share-modal-close:hover{background:#f5f5f5;color:#333}.share-modal-content{padding:20px 24px 24px}.share-options{display:flex;flex-direction:column;gap:12px}.share-option{display:flex;align-items:center;gap:12px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;background:white;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .2s ease;width:100%;text-align:left}.share-option:hover{background:#f8f9fa;border-color:#d0d0d0;transform:translateY(-1px)}.facebook-share{color:#1877f2}.facebook-share:hover{background:#f0f7ff;border-color:#1877f2}.twitter-share{color:#000}.twitter-share:hover{background:#f7f7f7;border-color:#000}.instagram-share{color:#e4405f}.instagram-share:hover{background:#fdf2f4;border-color:#e4405f}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.menu-modal{width:280px;left:3vw;top:160px;max-height:55vh}.modal-title{font-size:1.8rem}.share-modal{min-width:280px;max-width:90vw}}@media (max-width: 480px){.menu-modal{width:260px;left:2vw;top:140px;max-height:60vh;padding:1.2rem}.modal-title{font-size:1.6rem}.share-modal{min-width:260px;max-width:95vw}.share-modal-header{padding:16px 20px 12px}.share-modal-content{padding:16px 20px 20px}.share-option{padding:10px 14px;font-size:.9rem}}.admin-section{border-top:1px solid #eee;border-bottom:1px solid #eee;padding:20px 0;margin:10px 0}.admin-header{display:flex;flex-direction:column;gap:5px;margin-bottom:15px}.admin-user{font-weight:600;color:#333;font-size:16px}.admin-role{font-size:12px;color:#666;text-transform:uppercase;font-weight:500;letter-spacing:.5px;background:#f0f0f0;padding:2px 8px;border-radius:10px;align-self:flex-start}.admin-mode-toggle{display:flex;align-items:center;gap:10px;margin-bottom:15px;padding:10px;background:#f8f9fa;border-radius:8px}.toggle-switch{position:relative;display:inline-block;width:50px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.toggle-slider{background-color:#e91e63}input:checked+.toggle-slider:before{transform:translate(26px)}.toggle-label{font-size:14px;font-weight:500;color:#333}.admin-item{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff!important}.admin-item:hover{background:linear-gradient(135deg,#5a6fd8 0%,#6a4190 100%);transform:translate(5px)}.admin-login{background:linear-gradient(135deg,#11998e 0%,#38ef7d 100%);color:#fff!important}.admin-login:hover{background:linear-gradient(135deg,#0f8a7e 0%,#32d66b 100%);transform:translate(5px)}.logout-item{background:linear-gradient(135deg,#fc466b 0%,#3f5efb 100%);color:#fff!important}.logout-item:hover{background:linear-gradient(135deg,#e63a5f 0%,#3851e3 100%);transform:translate(5px)}.home{background:linear-gradient(135deg,#FFEB3B 0%,#FFC107 100%);min-height:100vh}.home .main-container{width:100%;min-height:calc(100vh - 120px);transition:all .3s ease}.home .main-content{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 120px);padding:2rem;width:100%}.home .hero-section{text-align:center;width:100%;animation:fadeInUp 1s ease-out}.home .brand-name{font-size:4.5rem;font-weight:300;color:#e91e63;margin-bottom:1rem;letter-spacing:.1em;text-transform:lowercase;line-height:1.1;background:linear-gradient(135deg,#E91E63 0%,#C2185B 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 4px rgba(233,30,99,.1)}.home .tagline{font-size:2.2rem;font-weight:400;color:#e91e63;margin-bottom:3rem;letter-spacing:.05em;line-height:1.3;opacity:.9;text-shadow:0 1px 2px rgba(233,30,99,.1)}.home .cta-button{background:transparent;border:3px solid #E91E63;color:#e91e63;font-size:1.2rem;font-weight:600;padding:1.2rem 3rem;border-radius:8px;cursor:pointer;transition:all .3s ease;letter-spacing:.05em;text-transform:uppercase;position:relative;overflow:hidden;box-shadow:0 4px 15px #e91e6333}.home .cta-button:hover{background:#E91E63;color:#fff;transform:translateY(-3px);box-shadow:0 8px 25px #e91e6366}.home .cta-button:active{transform:translateY(-1px)}@media (max-width: 768px){.home .brand-name{font-size:3rem}.home .tagline{font-size:1.6rem;margin-bottom:2rem}.home .cta-button{font-size:1.1rem;padding:1rem 2.5rem}.home .main-content{padding:1rem}}@media (max-width: 480px){.home .brand-name{font-size:2.5rem}.home .tagline{font-size:1.4rem}.home .cta-button{font-size:1rem;padding:.9rem 2rem}}.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:rgba(255,255,255,.5)}.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:rgba(255,255,255,.8);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:rgba(255,255,255,.8);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:white;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}}.search-page{width:100%;height:100vh;max-height:100vh;background:linear-gradient(135deg,#FFEB3B 0%,#FFC107 100%);display:flex;flex-direction:column;overflow:hidden}.search-nav{display:flex;justify-content:space-between;align-items:center;padding:2rem;position:relative;z-index:10}.search-nav .nav-left,.search-nav .nav-right{display:flex;align-items:center}.search-nav .hamburger-menu{display:flex;flex-direction:column;gap:4px;cursor:pointer;padding:8px;border-radius:50%;transition:all .3s ease}.search-nav .hamburger-menu:hover{background-color:#1976d21a;transform:rotate(15deg)}.search-nav .hamburger-menu span{width:20px;height:2px;background-color:#1976d2;border-radius:1px;transition:all .3s ease}.search-nav .close-icon{cursor:pointer;padding:8px;border-radius:50%;background:rgba(25,118,210,.1);transition:all .3s ease}.search-nav .close-icon:hover{background:rgba(25,118,210,.2);transform:rotate(90deg)}.search-container{display:flex;flex:1;gap:2rem;padding:0 2rem 2rem;height:calc(100vh - 120px);max-height:calc(100vh - 120px);overflow:hidden}.map-section{flex:1;border:3px solid #1976D2;border-radius:8px;background:#FFEB3B;padding:0;display:flex;flex-direction:column}.map-container{flex:1;border-radius:5px;background:#ffffff;position:relative;min-height:400px;overflow:hidden;width:100%;height:100%}.leaflet-map{border-radius:6px}.leaflet-popup-content-wrapper{border-radius:12px;box-shadow:0 6px 20px #1976d24d;border:3px solid #1976D2;background:linear-gradient(135deg,#ffffff 0%,#f8f9fa 100%)}.leaflet-popup-content{margin:0;min-width:200px}.popup-content{padding:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.popup-content h3{margin:0 0 12px;color:#1976d2;font-size:1.3rem;font-weight:700;text-align:center;padding-bottom:8px;border-bottom:2px solid #FFEB3B}.popup-content p{margin:8px 0;color:#333;font-size:.95rem;line-height:1.4}.popup-content p:first-of-type{color:#1976d2;font-weight:600;text-align:center;margin-bottom:12px}.search-form-section{width:350px;display:flex;flex-direction:column;align-items:flex-start;padding-top:0;height:calc(100vh - 120px);max-height:calc(100vh - 120px);overflow-y:auto}.search-form{width:100%;border:3px solid #E91E63;border-radius:8px;background:#FFEB3B;padding:1.5rem;box-shadow:0 8px 25px #e91e6333}.form-fields{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column}.form-select{padding:1rem;border:2px solid #1976D2;border-radius:8px;background:#FFEB3B;color:#1976d2;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;outline:none}.form-select:hover{background:#FFF59D;border-color:#0d47a1}.form-select:focus{border-color:#0d47a1;box-shadow:0 0 0 3px #1976d21a}.form-select:disabled{background:#f5f5f5;color:#999;cursor:not-allowed;border-color:#ddd;opacity:.7}.searchable-dropdown{position:relative;width:100%}.searchable-dropdown-input{width:100%;padding:1rem;border:2px solid #1976D2;border-radius:8px;background:#FFEB3B;color:#1976d2;font-size:1rem;font-weight:500;transition:all .3s ease;outline:none;cursor:text}.searchable-dropdown-input:hover{background:#FFF59D;border-color:#0d47a1}.searchable-dropdown-input:focus{border-color:#0d47a1;box-shadow:0 0 0 3px #1976d21a}.searchable-dropdown-input.disabled{background:#f5f5f5;color:#999;cursor:not-allowed;border-color:#ddd;opacity:.7}.searchable-dropdown-options{position:absolute;top:100%;left:0;right:0;background:white;border:2px solid #1976D2;border-top:none;border-radius:0 0 8px 8px;max-height:200px;overflow-y:auto;scroll-behavior:smooth;z-index:1000;box-shadow:0 4px 6px #0000001a}.dropdown-option{padding:.8rem 1rem;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f0f0f0;color:#333}.dropdown-option:hover{background:#E3F2FD;color:#1976d2}.dropdown-option.highlighted{background:#1976D2;color:#fff}.dropdown-option.disabled{color:#999;cursor:not-allowed;background:#f9f9f9;font-style:italic}.dropdown-option:last-child{border-bottom:none}.search-button{padding:1.2rem 2rem;background:#E91E63;border:none;border-radius:8px;color:#fff;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.search-button:hover{background:#C2185B;transform:translateY(-2px);box-shadow:0 8px 25px #e91e6366}.search-button:active{transform:translateY(0)}.loading-overlay,.error-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(255,255,255,.95);padding:20px;border-radius:8px;z-index:1000;text-align:center;box-shadow:0 4px 6px #0000001a}.error-overlay button{background:#1976D2;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;margin-top:10px}.error-overlay button:hover{background:#1565C0}.results-count{color:#666;font-size:.9em;margin-left:10px}.clear-button{background:#f5f5f5;color:#333;border:2px solid #ddd;padding:15px 30px;border-radius:5px;cursor:pointer;font-size:16px;font-weight:700;margin-top:10px;margin-bottom:10px;transition:all .3s ease;width:100%}.clear-button:hover{background:#e0e0e0;border-color:#bbb}.clear-button.disabled,.clear-button:disabled{background:#f9f9f9;color:#ccc;border-color:#e0e0e0;cursor:not-allowed;opacity:.6}.clear-button.disabled:hover,.clear-button:disabled:hover{background:#f9f9f9;border-color:#e0e0e0}.view-toggle-button{background:#4CAF50;color:#fff;border:2px solid #4CAF50;padding:15px 30px;border-radius:5px;cursor:pointer;font-size:16px;font-weight:700;margin-top:10px;transition:all .3s ease;width:100%;text-transform:uppercase;letter-spacing:1px}.view-toggle-button:hover{background:#45a049;border-color:#45a049}.view-toggle-button.active{background:#FF9800;border-color:#ff9800}.view-toggle-button.active:hover{background:#F57C00;border-color:#f57c00}.view-toggle-button.disabled,.view-toggle-button:disabled{background:#e0e0e0;color:#aaa;border-color:#ccc;cursor:not-allowed;opacity:.6}.view-toggle-button.disabled:hover,.view-toggle-button:disabled:hover{background:#e0e0e0;border-color:#ccc}.type-badge{background:#1976D2;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px;text-transform:capitalize}.amenities{margin-top:8px}.amenities ul{margin:4px 0;padding-left:16px}.amenities li{font-size:12px;margin:2px 0;text-transform:capitalize}.keywords-text{color:#666;font-size:.8rem!important;font-style:italic;margin:8px 0!important;text-align:center}.popup-content p strong{color:#1976d2;font-weight:700}.popup-content a{color:#1976d2;text-decoration:underline;text-decoration-color:#ffeb3b;text-underline-offset:3px;text-decoration-thickness:2px;font-weight:600;transition:all .3s ease;display:inline-block}.popup-links{margin:12px 0 8px;width:100%}.popup-link-left{margin:0!important;text-align:left}.popup-content a:hover{color:#0d47a1;text-decoration-color:#ffc107}.leaflet-popup-tip{background:#1976D2;border:2px solid #1976D2}.form-fields{display:flex;flex-direction:column;gap:15px}.search-button:disabled{background:#ccc;cursor:not-allowed}.keyword-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.keyword-chip{display:flex;align-items:center;background:#1976D2;color:#fff;padding:6px 12px;border-radius:20px;font-size:14px;font-weight:500;box-shadow:0 2px 4px #1976d233;transition:all .2s ease}.keyword-chip:hover{background:#1565C0;transform:translateY(-1px);box-shadow:0 4px 8px #1976d24d}.keyword-chip span{margin-right:8px;white-space:nowrap}.chip-remove{background:none;border:none;color:#fff;font-size:18px;font-weight:700;cursor:pointer;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;line-height:1}.chip-remove:hover{background:rgba(255,255,255,.2)}.custom-marker-icon{background:transparent!important;border:none!important}.custom-marker-icon svg{filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3))}@media (max-width: 1024px){.search-container{flex-direction:column;gap:1.5rem}.search-form-section{width:100%;padding-top:0}}@media (max-width: 768px){.search-nav{padding:1.5rem}.search-container{padding:0 1rem 1rem}.search-form{padding:1.25rem}}@media (max-width: 480px){.form-select{padding:.875rem;font-size:.9rem}.search-button{padding:1rem 1.5rem;font-size:1rem}}.search-container.list-view{display:flex;flex-direction:row;height:calc(100vh - 120px);max-height:calc(100vh - 120px)}.search-container.list-view .search-form-section{display:flex;flex-direction:column;height:100%}.list-results-section{flex:1;overflow-y:auto;padding:2rem;background:#FFEB3B}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;max-width:none;justify-content:center}@media (min-width: 1200px){.results-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr))}}@media (min-width: 1600px){.results-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}.result-card{background:white;border-radius:12px;border:3px solid #1976D2;box-shadow:0 6px 20px #1976d24d;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;min-height:350px;max-width:500px;width:100%}.result-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #1976d266}.card-header{text-align:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:3px solid #FFEB3B}.card-title{color:#1976d2;font-size:1.4rem;font-weight:700;margin:0 0 .5rem}.card-address{color:#666;font-size:1rem;font-weight:600;margin:0}.card-description{margin-bottom:1.5rem}.card-description p{color:#333;font-size:.9rem;line-height:1.5;margin:0;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.card-keywords-detail{margin-bottom:1.5rem}.card-keywords-detail h3{color:#1976d2;font-size:1rem;font-weight:600;margin:0 0 .75rem}.keywords-tags{display:flex;flex-wrap:wrap;gap:6px}.keyword-tag-card{background:linear-gradient(135deg,#1976D2 0%,#1565C0 100%);color:#fff;padding:4px 10px;border-radius:12px;font-size:.8rem;font-weight:600;text-transform:capitalize;border:1px solid #0D47A1;box-shadow:0 2px 4px #1976d24d}.card-links{margin-top:auto;text-align:center}.card-more-info{background:linear-gradient(135deg,#FFEB3B 0%,#FFC107 100%);color:#1976d2;text-decoration:none;font-weight:600;padding:10px 20px;border-radius:8px;border:2px solid #F57F17;transition:all .3s ease;display:inline-block}.card-more-info:hover{background:linear-gradient(135deg,#FFC107 0%,#FF9800 100%);border-color:#e65100;transform:translateY(-1px);box-shadow:0 2px 8px #ff980066}.compact-map-section{width:100%;flex:1;margin-top:1rem;min-height:200px;border:3px solid #E91E63;border-radius:8px}.compact-map-container{height:100%;width:100%}.leaflet-map.compact{height:100%!important}.about-page{min-height:100vh;background-color:gold;padding:20px;display:flex;justify-content:center;align-items:center}.about-container{max-width:1200px;width:100%;position:relative;background-color:gold;padding:40px}.about-close{position:absolute;top:20px;right:20px;cursor:pointer;z-index:10;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.about-close:hover{transform:scale(1.1);transition:transform .2s ease}.about-content{border:4px solid #2E5BBA;padding:60px 40px 40px;background-color:gold;margin-top:30px}.about-title{font-size:4rem;font-weight:700;color:#2e5bba;margin:0 0 20px;text-decoration:underline;text-decoration-color:#2e5bba;text-decoration-thickness:4px;text-underline-offset:10px;font-family:Arial,sans-serif}.about-text{color:#e91e63;font-size:1.2rem;line-height:1.6;font-family:Arial,sans-serif;font-weight:500}.about-text p{margin:0 0 30px}.about-text p:last-child{margin-bottom:0}@media (max-width: 768px){.about-page{padding:10px}.about-container{padding:20px}.about-content{padding:40px 20px 20px;margin-top:20px}.about-title{font-size:2.5rem}.about-text{font-size:1rem}.about-close{top:10px;right:10px;width:40px;height:40px}}.location-detail-page{width:100%;min-height:100vh;background:linear-gradient(135deg,#FFEB3B 0%,#FFC107 100%);display:flex;flex-direction:column}.location-detail-container{flex:1;display:flex;justify-content:center;padding:2rem}.location-detail-content{max-width:1200px;width:100%;background:white;border-radius:12px;border:3px solid #1976D2;box-shadow:0 6px 20px #1976d24d;padding:2rem}.back-button{background:#1976D2;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-weight:600;cursor:pointer;margin-bottom:2rem;transition:all .3s ease;text-decoration:none;display:inline-block}.back-button:hover{background:#0D47A1;transform:translateY(-1px);box-shadow:0 2px 8px #1976d266}.location-header{text-align:center;margin-bottom:3rem;padding-bottom:2.5rem;border-bottom:3px solid #FFEB3B}.location-header h1{color:#1976d2;font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.location-address{color:#666;font-size:1.2rem;font-weight:600;margin:0}.location-main-content{display:flex;gap:3rem;margin-bottom:2rem}.location-detail-content .left-column{flex:2;min-width:0;padding-right:1.5rem;border-right:2px solid #1976D2}.location-image{margin-bottom:2rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000001a}.detail-image{width:100%;height:auto;max-height:400px;object-fit:cover;display:block}.location-detail-content .right-column{flex:1;min-width:0;padding-left:1.5rem;padding-right:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;align-self:flex-start}.location-detail-content .audio-section{margin-bottom:2rem;width:100%;max-width:400px}.location-detail-content .audio-section h3{color:#1976d2;font-size:1.2rem;font-weight:600;margin:0 0 1rem}.audio-player{background:#f8f9fa;border:2px solid #1976D2;border-radius:10px;padding:1.5rem;text-align:center}.audio-player audio{width:100%;max-width:300px;margin-bottom:1rem}.audio-placeholder{color:#666;font-style:italic;margin:0;font-size:.9rem}.location-detail-content .map-section{width:100%;max-width:400px}.location-detail-content .map-section h3{color:#1976d2;font-size:1.2rem;font-weight:600;margin:0 0 1rem}.map-thumbnail{overflow:hidden;background:#fff;line-height:0;font-size:0}.map-placeholder{padding:2rem;text-align:center;background:#f8f9fa;color:#666}.map-placeholder p{margin:.5rem 0}.map-placeholder p:first-child{font-size:1.2rem;font-weight:600;color:#1976d2}.location-description{margin-bottom:2rem}.location-description p{color:#333;font-size:1rem;line-height:1.6;margin:0}.location-keywords-detail{margin-bottom:2rem}.location-keywords-detail h3{color:#1976d2;font-size:1.2rem;font-weight:600;margin:0 0 1rem}.keywords-tags{display:flex;flex-wrap:wrap;gap:0;align-items:center}.keyword-tag{color:#1976d2;font-size:.9rem;font-weight:500;text-transform:capitalize;text-decoration:underline;text-decoration-color:#1976d24d;text-underline-offset:3px;transition:all .3s ease;cursor:default;padding:2px 0}.keyword-tag:hover{color:#0d47a1;text-decoration-color:#0d47a1;text-decoration-thickness:2px}.keyword-tag:not(:last-child):after{content:" • ";color:#666;font-weight:400;text-decoration:none;margin:0 8px}.location-links{display:flex;gap:1rem;flex-wrap:wrap}.external-link{background:transparent;color:#1976d2;text-decoration:none;font-weight:600;padding:8px 0;border:none;border-bottom:2px solid #1976D2;transition:all .3s ease;display:inline-block;font-size:1rem;position:relative}.external-link:hover{color:#0d47a1;border-bottom-color:#0d47a1;transform:translate(5px)}.external-link:after{content:" →";font-size:1.1rem;transition:transform .3s ease}.external-link:hover:after{transform:translate(3px)}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #1976D2;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.error-container h2{color:#1976d2;margin-bottom:1rem}.error-container p{color:#666;margin-bottom:1.5rem}@media (max-width: 768px){.location-detail-container{padding:1rem}.location-detail-content{padding:1.5rem;max-width:100%}.location-header h1{font-size:2rem}.location-address{font-size:1rem}.location-detail-content .location-main-content{flex-direction:column;gap:2rem}.location-detail-content .left-column{border-right:none;padding-right:0}.location-detail-content .right-column{padding-left:0;padding-right:0;align-items:center}.location-links{flex-direction:column}.external-link{text-align:center}.audio-player{padding:1rem}.map-thumbnail iframe{height:200px}}.related-spaces{margin-top:3rem;margin-bottom:2rem}.related-spaces h3{color:#1976d2;font-size:1.2rem;font-weight:600;margin:0 0 1rem}.carousel-container{overflow-x:auto;padding-bottom:1rem}.carousel{display:flex;gap:1.5rem;padding:.5rem 0;min-width:max-content}.carousel-card{background:white;border:2px solid #1976D2;border-radius:10px;padding:1.25rem;min-width:280px;max-width:300px;box-shadow:0 4px 12px #1976d233;transition:all .3s ease;display:flex;flex-direction:column}.carousel-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #1976d24d;border-color:#0d47a1}.carousel-card h4{color:#1976d2;font-size:1.1rem;font-weight:700;margin:0 0 .5rem;line-height:1.3}.carousel-location{color:#666;font-size:.9rem;font-weight:600;margin:0 0 .75rem}.carousel-description{color:#333;font-size:.85rem;line-height:1.4;margin:0 0 1rem;flex:1}.carousel-keywords{display:flex;flex-wrap:wrap;gap:0;margin-bottom:1rem;align-items:center}.carousel-keyword-tag{color:#1976d2;font-size:.75rem;font-weight:500;text-transform:capitalize;text-decoration:underline;text-decoration-color:#1976d24d;text-underline-offset:2px;transition:all .2s ease;padding:1px 0}.carousel-keyword-tag:hover{color:#0d47a1;text-decoration-color:#0d47a1;text-decoration-thickness:1px}.carousel-keyword-tag:not(:last-child):after{content:" • ";color:#666;font-weight:400;text-decoration:none;margin:0 6px}.carousel-link{background:linear-gradient(135deg,#FFEB3B 0%,#FFC107 100%);color:#1976d2;text-decoration:none;font-weight:600;padding:8px 16px;border-radius:6px;border:2px solid #F57F17;transition:all .3s ease;text-align:center;font-size:.9rem;margin-top:auto}.carousel-link:hover{background:linear-gradient(135deg,#FFC107 0%,#FF9800 100%);border-color:#e65100;transform:translateY(-1px)}.carousel-container::-webkit-scrollbar{height:8px}.carousel-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.carousel-container::-webkit-scrollbar-thumb{background:#1976D2;border-radius:4px}.carousel-container::-webkit-scrollbar-thumb:hover{background:#0D47A1}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:20px}.login-container{background:white;border-radius:12px;box-shadow:0 20px 40px #0000001a;overflow:hidden;max-width:400px;width:100%}.login-content{padding:40px 30px;text-align:center}.login-content h1{margin:0 0 20px;color:#333;font-size:28px;font-weight:600}.login-content p{color:#666;margin-bottom:30px;font-size:16px}.google-login-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:12px 24px;border:2px solid #ddd;border-radius:8px;background:white;color:#333;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease}.google-login-btn:hover{border-color:#4285f4;box-shadow:0 4px 12px #4285f426;transform:translateY(-1px)}.google-icon{width:20px;height:20px}.pending-approval{padding:20px;background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;color:#856404}.pending-approval p{margin:0 0 10px;color:#856404}.pending-approval p:last-child{margin-bottom:0}.login-footer{margin-top:30px;padding-top:20px;border-top:1px solid #eee}.login-footer p{font-size:14px;color:#999;margin:0}.location-form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.location-form-modal{background:white;border-radius:12px;box-shadow:0 10px 30px #0003;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.form-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #eee;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-radius:12px 12px 0 0}.form-header h2{margin:0;font-size:1.5rem;font-weight:600}.close-btn{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .2s ease}.close-btn:hover{background:rgba(255,255,255,.1)}.location-form{padding:2rem}.form-group{margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:2px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .2s ease;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical;min-height:100px}.keywords-input-container{border:2px solid #ddd;border-radius:8px;padding:1rem;background:#f8f9fa}.keyword-input-row{display:flex;gap:.5rem;margin-bottom:1rem}.keyword-input-row input{flex:1;margin:0;border:1px solid #ccc}.add-keyword-btn{background:#667eea;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s ease}.add-keyword-btn:hover{background:#5a6fd8}.keywords-list{display:flex;flex-wrap:wrap;gap:.5rem}.keyword-tag{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.remove-keyword-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;padding:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.remove-keyword-btn:hover{background:rgba(255,255,255,.2)}.error-message{background:#fee;border:1px solid #fcc;border-radius:6px;padding:.75rem;margin-bottom:1rem;color:#c33;font-size:.9rem}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #eee}.cancel-btn{background:#6c757d;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:background-color .2s ease}.cancel-btn:hover{background:#5a6268}.submit-btn{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s ease;min-width:100px}.submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#5a6fd8 0%,#6a4190 100%);transform:translateY(-1px)}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 768px){.location-form-overlay{padding:.5rem}.location-form-modal{max-height:95vh}.form-header{padding:1rem 1.5rem}.location-form{padding:1.5rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.cancel-btn,.submit-btn{width:100%}}.image-upload-container{margin-top:.5rem}.image-upload-area{border:2px dashed #d1d5db;border-radius:8px;padding:2rem;text-align:center;background:#fafafa;transition:all .2s ease;cursor:pointer}.image-upload-area:hover{border-color:#667eea;background:#f0f9ff}.image-input{display:none}.image-upload-label{cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#6b7280}.image-upload-label svg{color:#9ca3af}.image-upload-label p{margin:0;font-weight:500}.upload-hint{font-size:.875rem;color:#9ca3af!important;font-weight:400!important}.image-preview{position:relative;display:inline-block;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.preview-image{max-width:300px;max-height:200px;width:auto;height:auto;display:block;border-radius:8px}.remove-image-btn{position:absolute;top:8px;right:8px;background:rgba(0,0,0,.7);border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease}.remove-image-btn:hover{background:rgba(0,0,0,.9)}.remove-image-btn svg{color:#fff}.my-spaces-page{min-height:100vh;background:#f8f9fa}.my-spaces-container{max-width:1200px;margin:0 auto;padding:2rem}.admin-controls{background:white;padding:1.5rem;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem}.filter-section{display:flex;align-items:center;gap:1rem}.filter-section label{font-weight:600;color:#333}.creator-filter{padding:.5rem 1rem;border:2px solid #ddd;border-radius:8px;background:white;font-size:1rem;min-width:250px}.creator-filter:focus{outline:none;border-color:#667eea}.actions-bar{display:flex;justify-content:center;margin-bottom:2rem}.add-location-btn{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.add-location-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.locations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.location-card{background:white;border-radius:12px;box-shadow:0 4px 15px #0000001a;overflow:hidden;transition:all .3s ease}.location-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.location-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem .5rem}.location-header h3{margin:0;color:#333;font-size:1.3rem;flex:1}.location-actions{display:flex;gap:.5rem}.edit-btn,.delete-btn{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease}.edit-btn:hover{background:rgba(102,126,234,.1)}.delete-btn:hover{background:rgba(244,67,54,.1)}.location-details{padding:0 1.5rem 1.5rem}.location-city{color:#666;margin:0 0 1rem;font-weight:500}.location-description{color:#555;margin:0 0 1rem;line-height:1.5}.location-keywords{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.keyword-tag{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.location-meta{border-top:1px solid #eee;padding-top:1rem;margin-bottom:1rem}.created-by,.updated-by{margin:0 0 .25rem;font-size:.9rem;color:#777}.location-website{display:inline-block;color:#667eea;text-decoration:none;font-weight:500;transition:color .2s ease}.location-website:hover{color:#764ba2}.empty-state{grid-column:1 / -1;text-align:center;padding:3rem 2rem;background:white;border-radius:12px;box-shadow:0 2px 10px #0000001a}@media (max-width: 768px){.my-spaces-container{padding:1rem}.locations-grid{grid-template-columns:1fr;gap:1rem}.admin-controls{padding:1rem}.filter-section{flex-direction:column;align-items:flex-start;gap:.5rem}.creator-filter{width:100%}}.user-management-page{min-height:100vh;background:#f8f9fa}.user-management-container{max-width:1200px;margin:0 auto;padding:2rem}.page-header{text-align:center;margin-bottom:2rem}.page-header h1{font-size:2.5rem;color:#333;margin:0 0 .5rem}.page-header p{color:#666;font-size:1.1rem}.error-message{background:#fee;border:1px solid #fcc;border-radius:8px;padding:1rem;margin-bottom:2rem;color:#c33;text-align:center}.users-table-container{background:white;border-radius:12px;box-shadow:0 4px 15px #0000001a;overflow:hidden;margin-bottom:2rem}.users-table{width:100%;border-collapse:collapse}.users-table th{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:1rem;text-align:left;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.users-table td{padding:1rem;border-bottom:1px solid #eee;vertical-align:middle}.users-table tr:hover{background:#f8f9fa}.pending-user{background:#fff3cd!important}.pending-user:hover{background:#ffeaa7!important}.user-info{display:flex;align-items:center;gap:1rem}.user-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.user-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.2rem}.user-details{display:flex;flex-direction:column;gap:.25rem}.user-name{font-weight:600;color:#333}.current-user-badge{background:#28a745;color:#fff;font-size:.7rem;padding:.125rem .5rem;border-radius:10px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start}.user-email{color:#666;font-size:.9rem}.role-badge{color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.date-cell{color:#666;font-size:.9rem}.actions-cell{min-width:150px}.role-actions{display:flex;flex-direction:column;gap:.5rem}.role-select{padding:.5rem;border:2px solid #ddd;border-radius:6px;background:white;font-size:.9rem;cursor:pointer;transition:border-color .2s ease}.role-select:focus{outline:none;border-color:#667eea}.role-select:disabled{opacity:.6;cursor:not-allowed}.updating-indicator{font-size:.8rem;color:#667eea;font-style:italic}.cannot-edit{color:#999;font-size:.9rem;font-style:italic}.empty-state{text-align:center;padding:3rem 2rem;background:white;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem}.empty-state h3{color:#666;margin:0 0 1rem}.empty-state p{color:#999;margin:0}.user-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.stat-card{background:white;padding:1.5rem;border-radius:12px;box-shadow:0 2px 10px #0000001a;text-align:center;transition:transform .2s ease}.stat-card:hover{transform:translateY(-2px)}.stat-card h3{font-size:2rem;margin:0 0 .5rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-card p{margin:0;color:#666;font-weight:500}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem}.loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1024px){.users-table-container{overflow-x:auto}.users-table{min-width:800px}}@media (max-width: 768px){.user-management-container{padding:1rem}.page-header h1{font-size:2rem}.users-table th,.users-table td{padding:.75rem .5rem}.user-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.user-stats{grid-template-columns:1fr}.stat-card h3{font-size:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}html,body{background:linear-gradient(135deg,#FFEB3B 0%,#FFC107 100%) fixed!important;min-height:100vh;height:100%;margin:0;padding:0}html:before{content:"";position:fixed;top:-1000px;left:0;width:100%;height:2000px;background:linear-gradient(135deg,#FFEB3B 0%,#FFC107 100%);z-index:-999}#root{background:linear-gradient(135deg,#FFEB3B 0%,#FFC107 100%);min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#FFC107}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#1976D2 0%,#1565C0 100%);border-radius:6px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#0D47A1 0%,#1976D2 100%);background-clip:content-box}.App{width:100%;min-height:100vh;position:relative;background:linear-gradient(135deg,#FFEB3B 0%,#FFC107 100%);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.main-container{width:100%;min-height:100vh;background:linear-gradient(135deg,#FFEB3B 0%,#FFC107 100%);transition:all .3s ease}.main-container.blurred{filter:blur(8px);transform:scale(.95)}.nav{display:flex;justify-content:space-between;align-items:center;padding:2rem;position:relative;z-index:10}.nav-left,.nav-right{display:flex;align-items:center}.hamburger-menu{display:flex;flex-direction:column;gap:4px;cursor:pointer;padding:8px;border-radius:50%;transition:all .3s ease}.hamburger-menu span{width:20px;height:2px;background-color:#e91e63;border-radius:1px;transition:all .3s ease}.hamburger-menu:hover{background-color:#e91e631a;transform:rotate(15deg)}.hamburger-menu:hover span{background-color:#c2185b}.share-icon{cursor:pointer;padding:8px;border-radius:50%;transition:all .3s ease}.share-icon:hover{background-color:#e91e631a;transform:rotate(15deg)}.main-content{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 120px);padding:2rem;width:100%}.hero-section{text-align:center;width:100%;animation:fadeInUp 1s ease-out}.brand-name{font-size:4.5rem;font-weight:300;color:#e91e63;margin-bottom:1rem;letter-spacing:.1em;text-transform:lowercase;line-height:1.1;background:linear-gradient(135deg,#E91E63 0%,#C2185B 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 4px rgba(233,30,99,.1)}.tagline{font-size:2.2rem;font-weight:400;color:#e91e63;margin-bottom:3rem;letter-spacing:.05em;line-height:1.3;opacity:.9;text-shadow:0 1px 2px rgba(233,30,99,.1)}.cta-button{background:transparent;border:3px solid #E91E63;color:#e91e63;font-size:1.2rem;font-weight:600;padding:1.2rem 3rem;border-radius:8px;cursor:pointer;transition:all .3s ease;letter-spacing:.05em;text-transform:uppercase;position:relative;overflow:hidden;box-shadow:0 4px 15px #e91e6333}.cta-button:hover{background:#E91E63;color:#fff;transform:translateY(-3px);box-shadow:0 8px 25px #e91e6366}.cta-button:active{transform:translateY(-1px)}.menu-sidebar{width:300px;background:#FFEB3B;border:3px solid #1976D2;border-radius:8px;margin:20px;padding:2rem;display:flex;flex-direction:column;animation:slideInLeft .4s ease-out;box-shadow:0 10px 30px #1976d233;position:relative}.menu-header{margin-bottom:3rem}.menu-brand{font-size:2rem;font-weight:300;color:#e91e63;letter-spacing:.1em;text-transform:lowercase}.menu-nav{display:flex;flex-direction:column;gap:2rem}.menu-item{background:none;border:none;color:#1976d2;font-size:1.5rem;font-weight:600;text-align:left;cursor:pointer;padding:.8rem 0;transition:all .3s ease;position:relative;text-transform:uppercase;letter-spacing:.05em}.menu-item:after{content:"";position:absolute;bottom:0;left:0;width:0;height:3px;background:#1976D2;transition:width .3s ease}.menu-item:hover:after{width:100%}.menu-item:hover{color:#0d47a1;transform:translate(15px)}.menu-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;padding:2rem}.menu-main{text-align:center;opacity:.7}.menu-access{font-size:4rem;font-weight:300;color:#e91e63;margin-bottom:1rem;letter-spacing:.1em;text-transform:lowercase;opacity:.8}.menu-tagline{font-size:2rem;font-weight:400;color:#e91e63;margin-bottom:2rem;letter-spacing:.05em;opacity:.7}.menu-cta{background:transparent;border:2px solid #E91E63;color:#e91e63;font-size:1.1rem;font-weight:500;padding:.8rem 2rem;border-radius:8px;cursor:pointer;transition:all .3s ease;opacity:.8;text-transform:uppercase}.menu-cta:hover{background:#E91E63;color:#fff;opacity:1}.menu-close{position:absolute;top:1rem;right:1rem;cursor:pointer}.close-button{width:32px;height:32px;border-radius:50%;background:rgba(233,30,99,.1);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.close-button:hover{background:rgba(233,30,99,.2);transform:rotate(90deg)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{transform:translate(-100px);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.nav{padding:1.5rem}.brand-name{font-size:3rem}.tagline{font-size:1.6rem;margin-bottom:2rem}.cta-button{font-size:1.1rem;padding:1rem 2.5rem}.main-content{padding:1rem}.menu-sidebar{width:250px;margin:10px;padding:1.5rem}.menu-brand{font-size:1.5rem}.menu-item{font-size:1.3rem}.menu-access{font-size:3rem}.menu-tagline{font-size:1.5rem}}@media (max-width: 480px){.brand-name{font-size:2.5rem}.tagline{font-size:1.4rem}.cta-button{font-size:1rem;padding:.9rem 2rem}.menu-sidebar{width:calc(100% - 20px);margin:10px}.menu-container{flex-direction:column}.menu-content{order:-1;min-height:300px}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background:linear-gradient(135deg,#FFEB3B 0%,#FFC107 100%);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;min-height:100vh;background:linear-gradient(135deg,#FFEB3B 0%,#FFC107 100%)}body{margin:0;width:100%;min-height:100vh;background:linear-gradient(135deg,#FFEB3B 0%,#FFC107 100%)}#root{width:100%;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background:linear-gradient(135deg,#FFEB3B 0%,#FFC107 100%)}a:hover{color:#747bff}button{background-color:#f9f9f9}}
