@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Lato:wght@300;400;700&display=swap";:root{--color-bg: #0d0618;--color-bg-card: rgba(42, 27, 61, .95);--color-primary: #e74c6f;--color-primary-light: #f472b6;--color-text: #f5e6f0;--color-text-muted: rgba(245, 230, 240, .5);--color-accent: #c94e8a;--font-heading: "Playfair Display", serif;--font-body: "Lato", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100%}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e74c6f40;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#e74c6f66}::selection{background:#e74c6f4d;color:#f5e6f0}.name-gate{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at 50% 0%,#2a1b3d,#1a0e2e,#0d0618);z-index:1000;overflow:hidden}.name-gate__particles{position:absolute;inset:0;pointer-events:none}.name-gate__particle{position:absolute;bottom:-30px;animation:floatUp linear infinite;opacity:0}@keyframes floatUp{0%{transform:translateY(0) rotate(0);opacity:0}10%{opacity:1}90%{opacity:.6}to{transform:translateY(-100vh) rotate(360deg);opacity:0}}.name-gate__card{position:relative;text-align:center;padding:3rem 2.5rem;background:#ffffff0a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(231,76,111,.15);border-radius:24px;max-width:440px;width:90%;box-shadow:0 8px 32px #e74c6f26,inset 0 1px #ffffff0d}.name-gate__heart-icon{margin-bottom:1.5rem;filter:drop-shadow(0 0 12px rgba(231,76,111,.5));animation:heartBeat 1.5s ease-in-out infinite}@keyframes heartBeat{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.name-gate__title{font-family:Playfair Display,serif;font-size:2rem;color:#f5e6f0;margin-bottom:.5rem;font-weight:700}.name-gate__subtitle{font-family:Lato,sans-serif;font-size:1.1rem;color:#f5e6f0b3;margin-bottom:2rem}.name-gate__form{display:flex;flex-direction:column;gap:1rem}.name-gate__input-wrapper{width:100%}.name-gate__input{width:100%;padding:.9rem 1.2rem;border:2px solid rgba(231,76,111,.25);border-radius:14px;background:#ffffff0f;color:#f5e6f0;font-family:Lato,sans-serif;font-size:1rem;outline:none;transition:border-color .3s,box-shadow .3s;box-sizing:border-box}.name-gate__input::placeholder{color:#f5e6f059}.name-gate__input:focus{border-color:#e74c6f;box-shadow:0 0 20px #e74c6f33}.name-gate__input--error{border-color:#ff6b8a;box-shadow:0 0 15px #ff6b8a40}.name-gate__hint{color:#ff8fa7;font-family:Lato,sans-serif;font-size:.9rem;margin:0}.name-gate__btn{padding:.9rem 2rem;border:none;border-radius:14px;background:linear-gradient(135deg,#e74c6f,#c94e8a);color:#fff;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:600;cursor:pointer;transition:box-shadow .3s;margin-top:.5rem}.name-gate__btn:hover{box-shadow:0 6px 25px #e74c6f66}.love-gate{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at 50% 30%,#2a1b3d,#1a0e2e,#0d0618);z-index:1000;overflow:hidden}.love-gate__bg-hearts{position:absolute;inset:0;pointer-events:none}.love-gate__bg-heart{position:absolute;animation:pulse-float ease-in-out infinite;opacity:.6}@keyframes pulse-float{0%,to{transform:scale(1) translateY(0);opacity:.4}50%{transform:scale(1.3) translateY(-15px);opacity:.8}}.love-gate__content{position:relative;text-align:center;padding:3rem 2.5rem;max-width:500px;width:90%}.love-gate__icon{margin-bottom:2rem;filter:drop-shadow(0 0 20px rgba(231,76,111,.5));animation:heartBeat 1.3s ease-in-out infinite}@keyframes heartBeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.love-gate__title{font-family:Playfair Display,serif;font-size:2.4rem;color:#f5e6f0;margin-bottom:1.5rem;font-weight:700;line-height:1.3}.love-gate__message{font-family:Lato,sans-serif;font-size:1.15rem;color:#ff8fa7;margin-bottom:1.5rem;min-height:1.5em;position:relative;z-index:50;text-shadow:0 0 10px rgba(13,6,24,.8)}.love-gate__buttons{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-top:1rem}.love-gate__btn{border:none;border-radius:16px;font-family:Playfair Display,serif;font-weight:600;cursor:pointer;transition:all .3s ease}.love-gate__btn--yes{padding:1rem 2.5rem;font-size:1.3rem;background:linear-gradient(135deg,#e74c6f,#f472b6,#e74c6f);background-size:200% 200%;animation:shimmer 2s ease-in-out infinite;color:#fff;box-shadow:0 4px 25px #e74c6f66}@keyframes shimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.love-gate__btn--no{padding:.7rem 1.8rem;font-size:1rem;background:#ffffff0f;color:#f5e6f080;border:1px solid rgba(255,255,255,.1)}.love-gate__btn--no:hover{background:#ffffff1a}.love-transition{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(ellipse at 50% 50%,#2a1b3d,#1a0e2e 40%,#0d0618);z-index:1000;overflow:hidden}.love-transition__hearts{position:absolute;inset:0;pointer-events:none}.love-transition__heart{position:absolute;bottom:-40px;animation:burstUp ease-out infinite;opacity:0}@keyframes burstUp{0%{transform:translateY(0) scale(.5) rotate(0);opacity:0}15%{opacity:1}80%{opacity:.7}to{transform:translateY(-110vh) scale(1.2) rotate(360deg);opacity:0}}.love-transition__gif-wrapper{position:relative;z-index:2;border-radius:20px;overflow:hidden;box-shadow:0 8px 40px #e74c6f4d;border:2px solid rgba(231,76,111,.2)}.love-transition__gif{display:block;width:300px;max-width:80vw;height:auto;border-radius:18px}.love-transition__text{position:relative;z-index:2;text-align:center;margin-top:2rem}.love-transition__title{font-family:Playfair Display,serif;font-size:2.2rem;color:#f5e6f0;margin:0 0 .5rem;font-weight:700}.love-transition__subtitle{font-family:Lato,sans-serif;font-size:1.1rem;color:#f5e6f099;margin:0}.love-transition__progress{position:absolute;bottom:0;left:0;height:3px;background:linear-gradient(90deg,#e74c6f,#f472b6,#e74c6f);border-radius:2px;z-index:3}.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}}.leaflet-map-container{position:relative;flex:1;height:100vh;min-width:0}.leaflet-map{width:100%;height:100%;background:#0d0618}.leaflet-map-overlay{position:absolute;top:0;left:0;width:60px;height:100%;background:linear-gradient(to right,rgba(13,6,24,.6),transparent);z-index:400;pointer-events:none}.heart-marker{background:none!important;border:none!important}.heart-marker__wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.heart-marker__pulse{position:absolute;width:40px;height:40px;border-radius:50%;background:#e74c6f40;animation:markerPulse 2s ease-in-out infinite}@keyframes markerPulse{0%,to{transform:scale(.8);opacity:.5}50%{transform:scale(1.6);opacity:0}}.heart-marker__svg{position:relative;filter:drop-shadow(0 0 8px rgba(231,76,111,.6));transition:transform .3s ease;cursor:pointer}.heart-marker__wrapper:hover .heart-marker__svg{transform:scale(1.25);filter:drop-shadow(0 0 16px rgba(231,76,111,.9))}.leaflet-container{font-family:Lato,sans-serif}@media(max-width:768px){.leaflet-map-container{height:100%;min-height:0}}.timeline{width:280px;min-width:280px;height:100vh;background:linear-gradient(180deg,#1a0e2efa,#0d0618fa);border-right:1px solid rgba(231,76,111,.1);display:flex;flex-direction:column;position:relative;z-index:500;overflow-y:auto}.timeline::-webkit-scrollbar{width:4px}.timeline::-webkit-scrollbar-thumb{background:#e74c6f4d;border-radius:2px}.timeline__header{display:flex;align-items:center;gap:.7rem;padding:2rem 1.5rem 1.5rem}.timeline__title{font-family:Playfair Display,serif;font-size:1.3rem;color:#f5e6f0;margin:0;font-weight:700}.timeline__line{position:absolute;left:28px;top:80px;bottom:80px;width:2px;background:linear-gradient(180deg,#e74c6f4d,#8b5e8333,#e74c6f4d);border-radius:1px}.timeline__entries{flex:1;display:flex;flex-direction:column;gap:.25rem;padding:.5rem 0}.timeline__entry{display:flex;align-items:center;gap:.8rem;padding:1rem 1.5rem;border:none;background:transparent;cursor:pointer;text-align:left;transition:background .3s;position:relative}.timeline__entry:hover{background:#e74c6f0f}.timeline__entry--active{background:#e74c6f1a}.timeline__entry--active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#e74c6f;border-radius:0 2px 2px 0}.timeline__dot{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#e74c6f1a;display:flex;align-items:center;justify-content:center;transition:all .3s}.timeline__entry--active .timeline__dot{background:#e74c6f33;box-shadow:0 0 12px #e74c6f4d}.timeline__info{display:flex;flex-direction:column;gap:.15rem}.timeline__name{font-family:Playfair Display,serif;font-size:1rem;color:#f5e6f0;font-weight:600}.timeline__date{font-family:Lato,sans-serif;font-size:.78rem;color:#f5e6f073}.timeline__entry--active .timeline__name{color:#f472b6}.timeline__footer{padding:1.5rem;text-align:center}.timeline__footer-text{font-family:Lato,sans-serif;font-size:.8rem;color:#f5e6f04d;margin:0;font-style:italic}@media(max-width:768px){.timeline{width:100%;min-width:unset;height:auto;max-height:140px;border-right:none;border-bottom:1px solid rgba(231,76,111,.1);flex-direction:column}.timeline__line{display:none}.timeline__entries{flex-direction:row;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:.3rem .8rem .6rem;gap:.3rem;scrollbar-width:thin;scrollbar-color:rgba(231,76,111,.4) transparent}.timeline__entries::-webkit-scrollbar{height:6px}.timeline__entries::-webkit-scrollbar-thumb{background:#e74c6f66;border-radius:3px}.timeline__entry{flex-direction:column;padding:.4rem .8rem;min-width:80px;text-align:center;gap:.3rem}.timeline__dot{width:22px;height:22px}.timeline__name{font-size:.8rem}.timeline__date{font-size:.65rem}.timeline__header{padding:.6rem 1rem .3rem}.timeline__title{font-size:1rem}.timeline__footer{display:none}}.modal-overlay{position:fixed;inset:0;background:#0d0618d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal{position:relative;background:linear-gradient(145deg,#2a1b3df2,#1a0e2efa);border:1px solid rgba(231,76,111,.15);border-radius:24px;max-width:680px;width:100%;max-height:85vh;overflow-y:auto;padding:2.5rem;box-shadow:0 20px 60px #00000080,0 0 40px #e74c6f1a}.modal::-webkit-scrollbar{width:4px}.modal::-webkit-scrollbar-thumb{background:#e74c6f4d;border-radius:2px}.modal__close{position:absolute;top:1.2rem;right:1.2rem;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#f5e6f099;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s}.modal__close:hover{background:#e74c6f33;color:#f5e6f0}.modal__header{text-align:center;margin-bottom:1.5rem}.modal__title{font-family:Playfair Display,serif;font-size:2rem;color:#f5e6f0;margin:0 0 .3rem;font-weight:700}.modal__date{font-family:Lato,sans-serif;font-size:.9rem;color:#f5e6f073}.modal__quote-section{margin-bottom:2rem}.modal__quote{font-family:Playfair Display,serif;font-size:1.1rem;color:#f5e6f0cc;font-style:italic;line-height:1.7;text-align:center;margin:0;padding:1.5rem;border-left:3px solid rgba(231,76,111,.4);background:#e74c6f0d;border-radius:0 12px 12px 0}.modal__section-title{font-family:Playfair Display,serif;font-size:1.2rem;color:#f5e6f0;margin:0 0 1rem;font-weight:600}.modal__gallery{margin-bottom:2rem}.modal__photos{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.modal__photo-wrapper{border-radius:12px;overflow:hidden;cursor:pointer;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.modal__photo{width:100%;height:auto;max-height:400px;object-fit:cover;object-position:top;display:block}.modal__photo-wrapper--placeholder{display:flex;align-items:center;justify-content:center}.modal__photo-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#f5e6f04d;font-family:Lato,sans-serif;font-size:.85rem}.modal__photo-placeholder span{font-size:.75rem}.modal__video-section{margin-bottom:1rem}.modal__video-wrapper{position:relative;padding-bottom:56.25%;border-radius:12px;overflow:hidden;background:#0000004d}.modal__video{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.modal__subsection{margin-top:1.5rem}.modal__subsection-divider{display:flex;align-items:center;gap:.8rem;margin-bottom:1.5rem}.modal__subsection-divider-line{flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(231,76,111,.3),transparent)}.modal__subsection-divider-heart{font-size:1rem;filter:drop-shadow(0 0 6px rgba(231,76,111,.4))}.modal__subsection-title{font-family:Playfair Display,serif;font-size:1.4rem;color:#f472b6;text-align:center;margin:0 0 1rem;font-weight:700}.lightbox{position:fixed;inset:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:2000;cursor:zoom-out;padding:2rem}.lightbox__image{max-width:90%;max-height:90vh;object-fit:contain;border-radius:8px}@media(max-width:768px){.modal-overlay{padding:1rem}.modal{padding:1.5rem;max-height:90vh}.modal__title{font-size:1.5rem}.modal__photos{grid-template-columns:1fr}}.shades{position:fixed;inset:0;background:radial-gradient(ellipse at 50% 20%,#1e1035,#130b22,#0a0512);z-index:900;display:flex;flex-direction:column;align-items:center;overflow-y:auto;overflow-x:hidden;padding-bottom:3rem}.shades__photo-wall{position:fixed;inset:0;display:flex;gap:6px;padding:6px;z-index:0;overflow:hidden;pointer-events:none}.shades__photo-col{flex:1;display:flex;flex-direction:column;gap:6px}.shades__photo-col--up{animation:scrollUp 30s linear infinite}.shades__photo-col--down{animation:scrollDown 30s linear infinite}@keyframes scrollUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes scrollDown{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.shades__bg-img-wrap{flex-shrink:0;border-radius:10px;overflow:hidden;aspect-ratio:3/4;background:#ffffff08}.shades__bg-img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.5) saturate(.7);transition:filter .5s}.shades__photo-wall-overlay{position:fixed;inset:0;background:#0a0512b3;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:1;pointer-events:none}.shades__hearts-bg{position:fixed;inset:0;pointer-events:none;z-index:2;overflow:hidden}.shades__float-heart{position:absolute;bottom:-30px;animation:shadesFloat linear infinite;opacity:0}@keyframes shadesFloat{0%{transform:translateY(0) rotate(0) scale(.7);opacity:0}10%{opacity:1}90%{opacity:.5}to{transform:translateY(-110vh) rotate(360deg) scale(1.1);opacity:0}}.shades__close{position:fixed;top:1.2rem;left:1.5rem;display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f5e6f0b3;font-family:Lato,sans-serif;font-size:.85rem;cursor:pointer;z-index:10;transition:all .3s}.shades__close:hover{background:#e74c6f26;color:#f5e6f0}.shades__page-title{font-family:Playfair Display,serif;font-size:2rem;color:#f5e6f0;margin:2rem 0 1.2rem;text-align:center;position:relative;z-index:1}.shades__nav{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;max-width:900px;padding:0 1rem;position:relative;z-index:1;margin-bottom:1.5rem}.shades__pill{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:20px;border:2px solid transparent;background:#ffffff0a;color:#f5e6f099;font-family:Lato,sans-serif;font-size:.82rem;cursor:pointer;transition:all .3s}.shades__pill:hover{background:#ffffff14;color:#f5e6f0}.shades__pill--active{background:#ffffff14;color:#f5e6f0;box-shadow:0 0 15px rgba(var(--pill-color),.2)}.shades__pill-emoji{font-size:1rem}.shades__pill-label{white-space:nowrap}.shades__stage{display:flex;align-items:flex-start;justify-content:center;gap:1rem;width:100%;max-width:750px;padding:0 1rem;position:relative;z-index:1;min-height:400px}.shades__arrow{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#f5e6f0b3;font-size:1.5rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;margin-top:8rem}.shades__arrow:hover:not(:disabled){background:#e74c6f33;color:#f5e6f0}.shades__arrow:disabled{opacity:.2;cursor:default}.shades__card{flex:1;min-width:0;background:#ffffff08;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.06);border-radius:24px;padding:2rem;box-shadow:0 8px 40px #0000004d}.shades__card-header{display:flex;align-items:center;gap:.8rem;margin-bottom:1.5rem}.shades__card-emoji{font-size:2rem;filter:drop-shadow(0 0 8px var(--shade-color))}.shades__card-title{font-family:Playfair Display,serif;font-size:1.6rem;margin:0;font-weight:700}.shades__quote{position:relative;font-family:Playfair Display,serif;font-size:1rem;line-height:1.7;color:#f5e6f0cc;font-style:italic;padding:1.2rem 1.5rem;margin:0 0 1.8rem;border-left:3px solid;background:#ffffff05;border-radius:0 12px 12px 0}.shades__quote-hearts{position:absolute;right:1rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center}.shades__quote-heart{position:absolute}.shades__photos{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;margin-bottom:1.5rem}.shades__photo-wrap{position:relative;border-radius:14px;overflow:hidden;cursor:pointer;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.shades__photo{width:100%;height:auto;max-height:350px;object-fit:cover;object-position:top;display:block;transition:transform .4s}.shades__photo-wrap:hover .shades__photo{transform:scale(1.08)}.shades__photo-glow{position:absolute;bottom:0;left:0;right:0;height:40%;opacity:0;transition:opacity .3s;mask-image:linear-gradient(transparent,#000);-webkit-mask-image:linear-gradient(transparent,black)}.shades__photo-wrap:hover .shades__photo-glow{opacity:.15}.shades__photo-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:.5rem;font-family:Lato,sans-serif;font-size:.8rem;opacity:.5}.shades__video-section{border-radius:14px;overflow:hidden;background:#0000004d}.shades__video-section:has(iframe){position:relative;padding-bottom:56.25%}.shades__video-section:has(iframe) .shades__video{position:absolute;top:0;left:0}.shades__video{width:100%;max-height:70vh;border:none;display:block}.shades__video--native{object-fit:contain}.shades__dots{display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem;padding-bottom:2rem}.shades__dot{width:10px;height:10px;border-radius:50%;border:none;background:#ffffff26;cursor:pointer;transition:all .3s;padding:0}.shades__dot--active{transform:scale(1.3);box-shadow:0 0 10px currentColor}.shades__lightbox{position:fixed;inset:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:2000;cursor:zoom-out;padding:2rem}.shades__lightbox-img{max-width:90%;max-height:90vh;object-fit:contain;border-radius:8px}@media(max-width:768px){.shades__page-title{font-size:1.3rem;margin-top:3rem}.shades__close{top:.6rem;left:.8rem;padding:.4rem .8rem;font-size:.75rem}.shades__nav{gap:.25rem;flex-wrap:wrap;justify-content:center}.shades__pill{padding:.35rem .55rem;font-size:.7rem}.shades__pill-label{display:none}.shades__pill-emoji{font-size:1.1rem}.shades__arrow{display:none}.shades__card{padding:1.2rem;margin:0 .5rem}.shades__card-title{font-size:1.1rem}.shades__photos{grid-template-columns:repeat(2,1fr);gap:.5rem}.shades__quote{font-size:.95rem;padding:.8rem}}.future{position:fixed;inset:0;background:radial-gradient(ellipse at 50% 20%,#1a1035,#110a20,#0a0512);z-index:900;display:flex;flex-direction:column;align-items:center;overflow-y:auto;overflow-x:hidden}.future__hearts-bg{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.future__float-heart{position:absolute;bottom:-30px;animation:futureFloat linear infinite;opacity:0}@keyframes futureFloat{0%{transform:translateY(0) rotate(0) scale(.7);opacity:0}10%{opacity:1}90%{opacity:.5}to{transform:translateY(-110vh) rotate(360deg) scale(1.1);opacity:0}}.future__close{position:fixed;top:1.2rem;left:1.5rem;display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f5e6f0b3;font-family:Lato,sans-serif;font-size:.85rem;cursor:pointer;z-index:10;transition:all .3s}.future__close:hover{background:#e74c6f26;color:#f5e6f0}.future__content{position:relative;z-index:1;max-width:600px;width:100%;padding:2rem 1.5rem 3rem;display:flex;flex-direction:column;align-items:center}.future__header{text-align:center;margin-top:3rem;margin-bottom:1.5rem}.future__header-emoji{font-size:2.5rem;display:block;margin-bottom:.8rem}.future__title{font-family:Playfair Display,serif;font-size:2rem;color:#f5e6f0;margin:0;font-weight:700}.future__question{width:100%;text-align:center;padding:1.8rem 2rem;margin-bottom:2rem;background:linear-gradient(135deg,#e74c6f1f,#a855f71a);border:1.5px solid rgba(231,76,111,.3);border-radius:20px;box-shadow:0 0 30px #e74c6f1a,inset 0 0 30px #e74c6f08;position:relative}.future__question-icon{font-size:2rem;display:block;margin-bottom:.6rem}.future__question-text{font-family:Playfair Display,serif;font-size:1.35rem;color:#f5e6f0;font-style:italic;line-height:1.6;margin:0;font-weight:600}.future__question-arrow{display:block;margin-top:.8rem;font-size:1.3rem;color:#e74c6f;animation:questionBounce 1.5s ease-in-out infinite}@keyframes questionBounce{0%,to{transform:translateY(0);opacity:.6}50%{transform:translateY(6px);opacity:1}}.future__counter{display:flex;flex-direction:column;align-items:center;gap:.3rem;margin-bottom:2rem;padding:1.5rem 2.5rem;background:#e74c6f14;border:1px solid rgba(231,76,111,.15);border-radius:20px}.future__counter-number{font-family:Playfair Display,serif;font-size:3rem;font-weight:700;color:#e74c6f;line-height:1;text-shadow:0 0 20px rgba(231,76,111,.3)}.future__counter-label{font-family:Lato,sans-serif;font-size:.85rem;color:#f5e6f080;text-transform:uppercase;letter-spacing:.1em}.future__trips-list{width:100%;display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.5rem}.future__trip-card{display:flex;align-items:center;gap:.8rem;padding:.9rem 1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:14px;transition:all .3s}.future__trip-card:hover{background:#ffffff12;border-color:#e74c6f26}.future__trip-pin{flex-shrink:0;filter:drop-shadow(0 0 6px rgba(231,76,111,.3))}.future__trip-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.future__trip-name{font-family:Playfair Display,serif;font-size:1rem;color:#f5e6f0;font-weight:600}.future__trip-detail{font-family:Lato,sans-serif;font-size:.75rem;color:#f5e6f059;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.future__trip-remove{flex-shrink:0;width:28px;height:28px;border-radius:50%;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#f5e6f04d;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;padding:0}.future__trip-remove:hover{background:#ef444426;border-color:#ef44444d;color:#ef4444}.future__add-btn{width:100%;padding:1rem;border:2px dashed rgba(231,76,111,.25);border-radius:14px;background:#e74c6f0a;color:#e74c6f;font-family:Playfair Display,serif;font-size:1rem;cursor:pointer;transition:all .3s;margin-bottom:2rem}.future__add-btn:hover{background:#e74c6f1a;border-color:#e74c6f66}.future__search{width:100%;margin-bottom:2rem}.future__search-input-wrap{position:relative}.future__search-input{width:100%;padding:1rem 3rem 1rem 1.2rem;border:1px solid rgba(231,76,111,.25);border-radius:14px;background:#ffffff0d;color:#f5e6f0;font-family:Lato,sans-serif;font-size:1rem;outline:none;transition:all .3s;box-sizing:border-box}.future__search-input:focus{border-color:#e74c6f80;box-shadow:0 0 15px #e74c6f1a}.future__search-input::placeholder{color:#f5e6f04d}.future__search-close{position:absolute;right:.8rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#f5e6f066;font-size:1rem;cursor:pointer;padding:.3rem}.future__search-close:hover{color:#f5e6f0}.future__search-loading{text-align:center;padding:1rem;color:#f5e6f066;font-family:Lato,sans-serif;font-size:.85rem}.future__search-results{margin-top:.5rem;display:flex;flex-direction:column;gap:.3rem}.future__search-result{display:flex;align-items:center;gap:.8rem;width:100%;padding:.8rem 1rem;border:1px solid rgba(255,255,255,.05);border-radius:12px;background:#ffffff08;cursor:pointer;text-align:left;color:inherit;transition:all .2s}.future__search-result:hover{background:#e74c6f1a;border-color:#e74c6f33}.future__search-result-icon{font-size:1.2rem;flex-shrink:0}.future__search-result-text{display:flex;flex-direction:column;min-width:0}.future__search-result-name{font-family:Playfair Display,serif;font-size:.95rem;color:#f5e6f0;font-weight:600}.future__search-result-full{font-family:Lato,sans-serif;font-size:.75rem;color:#f5e6f059;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.future__search-empty{text-align:center;padding:1rem;color:#f5e6f059;font-family:Lato,sans-serif;font-size:.85rem;font-style:italic}.future__footer{font-family:Playfair Display,serif;font-size:.95rem;color:#f5e6f066;font-style:italic;text-align:center;line-height:1.7;margin:0;padding-top:1rem}@media(max-width:768px){.future__title{font-size:1.5rem}.future__subtitle{font-size:1rem}.future__header{margin-top:4rem}}.auth-gate{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at 50% 30%,#2a1b3d,#1a0e2e,#0d0618);z-index:2000;overflow:hidden}.auth-gate.loading{background:#0d0618}.auth-gate__pulse{animation:heartBeat 1.3s ease-in-out infinite;filter:drop-shadow(0 0 20px rgba(231,76,111,.5))}.auth-gate__bg-hearts{position:absolute;inset:0;pointer-events:none}.auth-gate__bg-heart{position:absolute;animation:pulse-float ease-in-out infinite;opacity:.6}.auth-gate__content{position:relative;text-align:center;padding:3rem;max-width:450px;width:90%;background:#1a0e2e66;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(231,76,111,.15);border-radius:24px;box-shadow:0 10px 40px #0000004d}.auth-gate__icon{margin-bottom:1.5rem;filter:drop-shadow(0 0 15px rgba(231,76,111,.4))}.auth-gate__title{font-family:Playfair Display,serif;font-size:2rem;color:#f5e6f0;margin:0 0 .5rem;font-weight:700}.auth-gate__subtitle{font-family:Lato,sans-serif;font-size:1.05rem;color:#f5e6f099;margin:0 0 2rem}.auth-gate__form{display:flex;flex-direction:column;gap:1rem}.auth-gate__input{width:100%;padding:1rem 1.5rem;background:#0d061899;border:1px solid rgba(231,76,111,.3);border-radius:12px;color:#f5e6f0;font-family:Lato,sans-serif;font-size:1.1rem;text-align:center;outline:none;transition:all .3s}.auth-gate__input:focus{border-color:#e74c6f;box-shadow:0 0 15px #e74c6f33}.auth-gate__input::placeholder{color:#f5e6f04d}.auth-gate__input:disabled{opacity:.7;cursor:not-allowed}.auth-gate__btn{width:100%;padding:1rem;border:none;border-radius:12px;background:linear-gradient(135deg,#e74c6f,#f472b6,#e74c6f);background-size:200% 200%;color:#fff;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #e74c6f40}.auth-gate__btn:hover:not(:disabled){animation:shimmer 2s linear infinite;transform:translateY(-2px);box-shadow:0 6px 20px #e74c6f66}.auth-gate__btn:disabled{opacity:.7;cursor:not-allowed;background:#e74c6f80}.auth-gate__btn-text{background:none;border:none;color:#f5e6f080;font-family:Lato,sans-serif;font-size:.9rem;cursor:pointer;padding:.5rem;margin-top:.5rem;transition:color .3s}.auth-gate__btn-text:hover:not(:disabled){color:#f5e6f0}.auth-gate__error{margin-top:1.5rem;padding:.8rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#fca5a5;font-family:Lato,sans-serif;font-size:.9rem}@media(max-width:480px){.auth-gate__content{padding:2.5rem 1.5rem}.auth-gate__title{font-size:1.6rem}}.app{width:100%;height:100vh;overflow:hidden;background:#0d0618}.app__map-layout{display:flex;width:100%;height:100vh}@media(max-width:768px){.app{height:100dvh;overflow:auto}.app__map-layout{flex-direction:column;height:100dvh}.app__action-btns{position:fixed!important;bottom:1.5rem!important;right:1.5rem!important;top:auto!important;left:auto!important;flex-direction:column!important;align-items:flex-end!important;padding:0!important;gap:.6rem!important;background:transparent!important;border:none!important;width:auto!important;z-index:700!important}.app__shades-btn,.app__future-btn{padding:.6rem 1rem;font-size:.8rem;border-radius:12px;box-shadow:0 4px 15px #0006;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}}.app__action-btns{position:fixed;top:1.2rem;right:1.5rem;z-index:600;display:flex;flex-direction:column;gap:.5rem}.app__shades-btn,.app__future-btn{padding:.65rem 1.4rem;border:1px solid rgba(231,76,111,.25);border-radius:14px;background:#1a0e2ed9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#f5e6f0;font-family:Playfair Display,serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #e74c6f26;white-space:nowrap}.app__shades-btn:hover,.app__future-btn:hover{background:#e74c6f33;border-color:#e74c6f80;box-shadow:0 4px 30px #e74c6f4d;transform:translateY(-1px)}.app__future-btn{animation:futurePulse 2.5s ease-in-out infinite}@keyframes futurePulse{0%,to{box-shadow:0 4px 20px #e74c6f26}50%{box-shadow:0 4px 25px #e74c6f59,0 0 10px #e74c6f26}}
