@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Roboto:wght@300;400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap);.button{display:inline-block;font-size:1rem;letter-spacing:.5px;text-align:center;text-transform:uppercase}.button--outline{background:transparent;border:2px solid #3498db;color:#3498db}.button--outline:hover{background-color:rgba(52,152,219,.1)}.button--full-width{width:100%}.button:disabled{background:#ccc;cursor:not-allowed}@media(max-width:768px){.button{font-size:.9rem;padding:.6rem 1.2rem}}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.user-menu{position:relative}.user-menu__toggle{border:none;border-radius:50%;cursor:pointer;height:40px;overflow:hidden;padding:0;transition:transform .3s ease,box-shadow .3s ease;width:40px}.user-menu__toggle:hover{box-shadow:0 0 15px rgba(52,152,219,.5);transform:scale(1.05)}.user-menu__initials{align-items:center;animation:gradient 15s ease infinite;background:linear-gradient(-45deg,#3498db,#2ecc71,#23a6d5,#23d5ab);background-size:400% 400%;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:100%;justify-content:center;text-shadow:1px 1px 2px rgba(0,0,0,.2);width:100%}.user-menu__dropdown{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.1);margin-top:10px;min-width:150px;overflow:hidden;position:absolute;right:0;top:100%;z-index:1000}.user-menu__dropdown:before{border-bottom:8px solid #fff;border-left:8px solid transparent;border-right:8px solid transparent;content:"";height:0;position:absolute;right:16px;top:-8px;width:0}.user-menu__dropdown button{background:none;border:none;color:#333;cursor:pointer;display:block;font-size:1rem;padding:12px 20px;text-align:left;transition:background-color .2s ease,color .2s ease;width:100%}.user-menu__dropdown button:hover{background-color:#f7fbfe;color:#3498db}.user-menu__dropdown button:not(:last-child){border-bottom:1px solid #f8f9fa}@media(max-width:768px){.user-menu__toggle{height:36px;width:36px}.user-menu__initials{font-size:1rem}.user-menu__dropdown{min-width:130px}.user-menu__dropdown button{font-size:.9rem;padding:10px 16px}}.navbar{background-color:#fff;box-shadow:0 4px 6px rgba(0,0,0,.1);position:relative;z-index:1000}.navbar__content{align-items:center;display:flex;justify-content:space-between;padding:1rem 2rem}.navbar__logo{color:#3498db;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700}.navbar__desktop-menu{align-items:center;display:flex;gap:1rem}@media(max-width:768px){.navbar__desktop-menu{display:none}}.navbar__mobile-menu{align-items:flex-start;background:hsla(0,0%,100%,.7);bottom:0;display:flex;flex-direction:column;justify-content:flex-start;left:0;max-height:40%;max-width:85%;opacity:0;overflow-y:auto;padding:2rem;position:fixed;right:0;top:0;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;visibility:hidden;z-index:9999}.navbar__mobile-menu.show{opacity:1;visibility:visible}@media(max-width:768px){.navbar__mobile-menu{width:100%}}.navbar__mobile-close{align-self:flex-end;background:none;border:none;color:#3498db;cursor:pointer;font-size:1.5rem;margin-bottom:1rem}.navbar__home-btn{align-items:center;display:flex;gap:.5rem}.navbar__language-selector{position:relative}.navbar__language-dropdown{background-color:#fff;border-radius:4px;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden;position:absolute;right:0;top:100%;z-index:1000}@media(max-width:768px){.navbar__language-dropdown{margin-top:.5rem;position:static;width:100%}}.navbar__language-dropdown button{background:none;border:none;cursor:pointer;display:block;padding:.75rem 1.5rem;text-align:left;transition:all .3s ease;width:100%}.navbar__language-dropdown button:hover{background-color:#f8f9fa}.navbar__menu-toggle{background:none;border:none;color:#3498db;cursor:pointer;display:none;font-size:1.5rem}@media(max-width:768px){.navbar__menu-toggle{display:block}}.navbar__backdrop{background-color:rgba(0,0,0,.5);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;visibility:hidden;z-index:9998}.navbar__backdrop.show{opacity:1;visibility:visible}.banner{align-items:center;background-color:#3498db;color:#fff;display:flex;flex-direction:column-reverse;padding:2rem 1rem}@media(min-width:768px){.banner{flex-direction:row;justify-content:space-between;padding:4rem 2rem}}.banner__content{margin-top:2rem;max-width:600px;text-align:center}@media(min-width:768px){.banner__content{margin-right:2rem;margin-top:0;text-align:left}}.banner__title{font-size:2rem;margin-bottom:1rem}@media(min-width:768px){.banner__title{font-size:3rem}}.banner__description{font-size:1rem;margin-bottom:1.5rem}@media(min-width:768px){.banner__description{font-size:1.2rem}}.banner__features{list-style-type:none;margin-bottom:1.5rem;padding:0}.banner__feature{font-size:.9rem;margin-bottom:.5rem}@media(min-width:768px){.banner__feature{font-size:1rem}}.banner__feature:before{color:#2ecc71;content:"✓";margin-right:.5rem}.banner__cta{width:100%}@media(min-width:768px){.banner__cta{width:auto}}.banner__image-container{border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);height:200px;overflow:hidden;position:relative;width:100%}@media(min-width:768px){.banner__image-container{height:400px;width:50%}}.banner__image{background-position:50%;background-size:cover;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity 1s ease-in-out;width:100%}.banner__image.active{opacity:1}.input-wrapper{align-items:center;display:flex;margin-bottom:1.5rem;position:relative}.input-icon-wrapper{margin-right:.5rem}.input-icon{color:#666;font-size:1.2rem}.input-field-wrapper{flex-grow:1;position:relative}.input-label{color:#666;font-size:1rem;left:.75rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease}.input{border:2px solid #e0e0e0;width:100%}.input:focus{box-shadow:0 0 0 3px rgba(52,152,219,.1)}.input::placeholder{color:transparent}.input:disabled{background-color:#f5f5f5;cursor:not-allowed}.input-wrapper.focused .input-label,.input-wrapper.focused .input::placeholder,.input:not(:placeholder-shown)+.input-label{background-color:#fff;color:#3498db;font-size:.75rem;padding:0 .25rem;top:-.5rem}.toggle-password{background:none;border:none;color:#666;cursor:pointer;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);transition:color .3s ease}.toggle-password:hover{color:#3498db}.action-row{align-items:stretch;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);display:flex;flex-wrap:wrap;justify-content:space-between;margin:2rem 0;padding:2rem}@media(max-width:768px){.action-row{flex-direction:column;padding:1.5rem}}.action-row__section{display:flex;flex:1 1;flex-direction:column;padding:1rem}@media(max-width:768px){.action-row__section{padding:1rem 0;width:100%}}.action-row__section h2{color:#3498db;font-size:1.5rem;margin-bottom:1rem}@media(max-width:768px){.action-row__section h2{font-size:1.3rem}}@media(min-width:769px){.action-row__create{border-right:1px solid #e0e0e0}}@media(max-width:768px){.action-row__invite{border-top:1px solid #e0e0e0;margin-top:1rem;padding-top:1rem}}.action-row__buttons{display:flex;gap:1rem;margin-top:auto}@media(max-width:480px){.action-row__buttons{flex-direction:column}}.action-row form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.action-row form .input{width:100%}.action-row form .button{align-self:flex-start}@media(max-width:480px){.action-row form .button{width:100%}}.action-row__hint{color:#666;font-size:.9rem;margin-top:.5rem}.action-row .error-message{color:#d32f2f;font-size:.9rem}.notification{align-items:center;border-radius:5px;box-shadow:0 2px 10px rgba(0,0,0,.1);display:flex;justify-content:space-between;left:50%;max-width:80%;min-width:200px;padding:1rem;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:1000}.notification--success{background-color:#2ecc71;color:#fff}.notification--info{background-color:#3498db;color:#fff}.notification--error{background-color:#e74c3c;color:#fff}.notification--loading{background-color:#f39c12;color:#fff}.notification p{margin:0;padding-right:1rem}.notification__close{background:none;border:none;color:#fff;cursor:pointer;font-size:1.2rem;margin:0;padding:0}.form{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);margin:0 auto;max-width:400px;padding:2rem}.form h2{color:#3498db;font-size:2rem;margin-bottom:1.5rem;text-align:center}.form .button{margin-top:1.5rem;width:100%}.form .input-wrapper{margin-bottom:1.5rem}.form .form-footer{color:#666;font-size:.9rem;margin-top:1rem;text-align:center}.form .form-footer a{color:#3498db;font-weight:700;text-decoration:none}.form .form-footer a:hover{text-decoration:underline}.form .error-message{color:#d32f2f;font-size:.9rem;margin-top:.5rem;text-align:center}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{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{box-sizing:border-box;height:0;width:0;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{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.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{background:hsla(0,0%,100%,.5);border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px rgba(0,0,0,.65)}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width: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{background:#fff;border-radius:5px;box-shadow:0 1px 5px rgba(0,0,0,.4)}.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);height:36px;width: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{height:44px;width: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{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;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{border-top:1px solid #ddd;height:0;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:hsla(0,0%,100%,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:baseline!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:hsla(0,0%,100%,.8);border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid rgba(0,0,0,.2)}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.4);color:#333}.leaflet-container a.leaflet-popup-close-button{background:transparent;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.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{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.4);color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:transparent;border:6px solid transparent;content:"";pointer-events:none;position:absolute}.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{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.plus-ones{background-color:#f8f9fa;border-radius:15px;box-shadow:0 4px 6px rgba(0,0,0,.1);font-family:Poppins,sans-serif;margin-top:2rem;padding:2rem}.plus-ones h3{color:#2c3e50;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.plus-ones .guest-info-table{margin-bottom:2rem}.plus-ones .guest-info-table table{background-color:#fff;border-collapse:separate;border-radius:10px;border-spacing:0;box-shadow:0 0 20px rgba(0,0,0,.1);overflow:hidden;width:100%}.plus-ones .guest-info-table table td,.plus-ones .guest-info-table table th{border-bottom:1px solid #ecf0f1;padding:1rem;text-align:left}.plus-ones .guest-info-table table th{background-color:#3498db;color:#fff;font-size:.9rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.plus-ones .guest-info-table table tr:last-child td,.plus-ones .guest-info-table table tr:last-child th{border-bottom:none}.plus-ones .guest-info-table table tr:nth-child(2n){background-color:#f8f9fa}.plus-ones .guest-info-table table td{color:#34495e}.plus-ones .plus-ones-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.plus-ones .plus-ones-list .plus-one-item{background-color:#fff;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:1.5rem;transition:all .3s ease}.plus-ones .plus-ones-list .plus-one-item:hover{box-shadow:0 8px 15px rgba(0,0,0,.1);transform:translateY(-5px)}.plus-ones .plus-ones-list .plus-one-item h4{color:#2c3e50;font-size:1.2rem;margin-bottom:.5rem}.plus-ones .plus-ones-list .plus-one-item p{color:#34495e;margin:.5rem 0}.plus-ones .plus-ones-list .plus-one-item p strong{color:#2c3e50;font-weight:600}.plus-ones button{background-color:#3498db;border:none;border-radius:25px;color:#fff;cursor:pointer;display:block;font-size:1rem;margin:0 auto;padding:.8rem 1.5rem;transition:all .3s ease}.plus-ones button:hover{background-color:#2980b9;box-shadow:0 4px 8px rgba(0,0,0,.1);transform:translateY(-2px)}.plus-ones ul{list-style-type:none;margin-top:2rem;padding:0}.plus-ones ul li{background-color:#fff;border-radius:10px;box-shadow:0 2px 4px rgba(0,0,0,.05);margin-bottom:1rem;padding:1.5rem;transition:all .3s ease}.plus-ones ul li:hover{box-shadow:0 4px 8px rgba(0,0,0,.1);transform:translateY(-3px)}.plus-ones ul li p{color:#34495e;margin:.5rem 0}.plus-ones ul li p:first-child{color:#2c3e50;font-size:1.2rem;font-weight:600}.plus-ones p.no-plus-ones{color:#7f8c8d;font-style:italic;margin-top:2rem;text-align:center}.plus-ones{animation:fadeIn .5s ease-out}@media(max-width:768px){.plus-ones{padding:1.5rem}.plus-ones h3{font-size:1.5rem}.plus-ones .guest-info-table table{font-size:.9rem}.plus-ones .guest-info-table table td,.plus-ones .guest-info-table table th{padding:.8rem}.plus-ones button{font-size:.9rem;padding:.6rem 1.2rem}.plus-ones ul li{padding:1rem}.plus-ones ul li p:first-child{font-size:1.1rem}}.rsvp-form-overlay{align-items:center;background-color:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.rsvp-form{background-color:#fff;border-radius:15px;box-shadow:0 4px 6px rgba(0,0,0,.1);display:flex;flex-direction:column;max-height:90vh;max-width:500px;overflow:hidden;padding:2rem;position:relative;width:90%}.rsvp-form .close-button{align-items:center;background-color:#ff4757;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:30px;justify-content:center;padding:0;position:absolute;right:10px;top:10px;transition:all .3s ease;width:30px}.rsvp-form .close-button:hover{background-color:#ff6b81;transform:rotate(90deg)}.rsvp-form .rsvp-form-content{max-height:calc(90vh - 4rem);overflow-y:auto;padding-right:10px;padding-top:20px}.rsvp-form h2{margin-bottom:1rem;text-align:center}.rsvp-form .rsvp-buttons{display:flex;justify-content:space-around;margin-top:1rem}.rsvp-form .rsvp-buttons button{border:none;border-radius:25px;cursor:pointer;font-size:1rem;overflow:hidden;padding:.5rem 2rem;position:relative;transition:all .3s ease}.rsvp-form .rsvp-buttons button:before{animation:pulse 2s infinite;background-color:hsla(0,0%,100%,.2);border-radius:50%;content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%;z-index:-1}.rsvp-form .rsvp-buttons button.rsvp-yes{background-color:#2ecc71;color:#fff}.rsvp-form .rsvp-buttons button.rsvp-yes:hover{background-color:#27ae60}.rsvp-form .rsvp-buttons button.rsvp-no{background-color:#e74c3c;color:#fff}.rsvp-form .rsvp-buttons button.rsvp-no:hover{background-color:#c0392b}.rsvp-form .rsvp-confirmation{display:flex;flex-direction:column;gap:1rem}.rsvp-form .guest-info,.rsvp-form .plus-one-form{grid-gap:1rem;display:grid;gap:1rem;margin-bottom:1rem}.rsvp-form .guest-info input,.rsvp-form .guest-info textarea,.rsvp-form .plus-one-form input,.rsvp-form .plus-one-form textarea{border:1px solid #ddd;border-radius:5px;padding:.5rem}.rsvp-form .guest-info textarea,.rsvp-form .plus-one-form textarea{resize:vertical}.rsvp-form .plus-ones{margin-top:1rem}.rsvp-form .form-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.rsvp-form .form-actions .add-plus-one-button{background-color:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:all .3s ease}.rsvp-form .form-actions .add-plus-one-button:hover{background-color:#2980b9}.rsvp-form .form-actions .save-button{background-color:#f39c12;border:none;border-radius:5px;color:#fff;cursor:pointer;display:block;font-size:1rem;overflow:hidden;padding:.75rem;position:relative;transition:all .3s ease;width:100%}.rsvp-form .form-actions .save-button:before{animation:pulse 2s infinite;background-color:hsla(0,0%,100%,.2);border-radius:50%;content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%;z-index:-1}.rsvp-form .form-actions .save-button:hover{background-color:#d35400}.form-errors{color:red;font-size:.9rem;margin-top:1rem}.form-errors .error-message{margin-bottom:.5rem}@media(max-width:600px){.rsvp-form{padding:1.5rem;width:95%}.rsvp-form .rsvp-form-content{max-height:calc(95vh - 3rem)}.rsvp-form .close-button{font-size:.8rem;height:25px;right:5px;top:5px;width:25px}}.rsvp-section{align-items:center;display:flex;flex-direction:column;margin:2rem 0;text-align:center}.rsvp-message{color:#333;font-size:1.2rem;font-weight:500;margin-bottom:.5rem}.rsvp-button-wrapper{align-items:center;display:flex;justify-content:center}.icon-button-with-tooltip{align-items:center;display:flex;flex-direction:column;position:relative}.icon-button-with-tooltip:hover .tooltip-text{opacity:1;pointer-events:auto;transform:translateY(0)}.copy-link-icon-button{align-items:center;background-color:#fff;border:2px solid #ccc;border-left:none;border-radius:0 .5rem .5rem 0;cursor:pointer;display:flex;height:44px;justify-content:center;margin-left:-1px;padding:0;transition:background-color .2s ease,border-color .2s ease;width:44px}.copy-link-icon-button i{color:#666;font-size:1rem}.copy-link-icon-button:hover{background-color:#eee;border-color:#aaa}.copy-link-icon-button:hover i{color:#222}.calendar-container{display:flex;justify-content:center;margin-top:20px}.calendar-container .add-to-calendar-button{background-color:#ff4757;border:none;border-radius:4px;box-shadow:0 4px 6px rgba(0,0,0,.1);color:#fff;cursor:pointer;font-size:1.1rem;padding:12px 24px;text-decoration:none;transition:all .3s ease}.calendar-container .add-to-calendar-button:hover{background-color:#ff6b81;box-shadow:0 6px 8px rgba(0,0,0,.15);transform:translateY(-2px)}.calendar-container .add-to-calendar-button .add-to-calendar-icon{margin-right:8px}@media(max-width:768px){.calendar-container .add-to-calendar-button{font-size:1rem;padding:10px 20px}}@media(max-width:480px){.calendar-container .add-to-calendar-button{font-size:.9rem;padding:8px 16px}}.story-component{margin:0 auto;max-width:800px;padding:2rem}.story-component h2{color:#2c3e50;font-size:2rem;margin-bottom:2rem;text-align:center}.story-component .story-content{color:#444;line-height:1.6}.story-component .story-content section{margin-bottom:2rem}.story-component .story-content section h3{align-items:center;color:#2c3e50;display:flex;font-size:1.4rem;gap:.5rem;margin-bottom:1rem}.story-component .story-content .introduction p:first-child{color:#2c3e50;font-size:1.2rem;margin-bottom:1.5rem}.story-component .story-content ul{list-style-type:none;margin:1rem 0;padding-left:1.5rem}.story-component .story-content ul li{margin-bottom:.5rem;position:relative}.story-component .story-content ul li:before{color:#3498db;content:"•";left:-1rem;position:absolute}.story-component .story-content a{color:#3498db;text-decoration:none;transition:color .3s ease}.story-component .story-content a:hover{color:#2980b9;text-decoration:underline}.story-component.loading{align-items:center;color:#666;display:flex;font-style:italic;justify-content:center;min-height:200px}.schedule-component{margin:0 auto;max-width:800px;padding:2rem}.schedule-component h2{color:#2c3e50;font-size:2rem;margin-bottom:2rem;text-align:center}.schedule-component .schedule-timeline{padding:20px 0;position:relative}.schedule-component .schedule-timeline:before{background:#e1e8ed;bottom:0;content:"";left:145px;position:absolute;top:0;width:2px}.schedule-component .schedule-item{display:flex;margin-bottom:2rem;position:relative}.schedule-component .schedule-item:last-child{margin-bottom:0}.schedule-component .schedule-item .time-column{flex-shrink:0;padding-right:50px;position:relative;text-align:right;width:120px}.schedule-component .schedule-item .time-column .time{color:#2c3e50;font-size:1.1rem;font-weight:600}.schedule-component .schedule-item .time-column .timeline-dot{background:#3498db;border:2px solid #fff;border-radius:50%;height:12px;position:absolute;right:-6px;top:50%;transform:translate(50%,-50%);width:12px;z-index:1}.schedule-component .schedule-item .content-column{flex:1 1;padding-left:30px}.schedule-component .schedule-item .content-column .content-card{background:#fff;border:1px solid #e1e8ed;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.schedule-component .schedule-item .content-column .content-card:hover{box-shadow:0 4px 8px rgba(0,0,0,.1);transform:translateY(-2px)}.schedule-component .schedule-item .content-column .content-card .title{align-items:center;color:#2c3e50;display:flex;font-size:1.2rem;gap:.5rem;margin:0 0 .5rem}.schedule-component .schedule-item .content-column .content-card .description{color:#666;font-size:.95rem;line-height:1.5}.schedule-component .schedule-item .content-column .content-card .description p{margin:.5rem 0}.schedule-component .schedule-item .content-column .content-card .description p:first-child{margin-top:0}.schedule-component .schedule-item .content-column .content-card .description p:last-child{margin-bottom:0}.schedule-component .schedule-item .content-column .content-card .description ul{list-style:none;margin:.5rem 0;padding-left:0}.schedule-component .schedule-item .content-column .content-card .description ul li{margin-bottom:.5rem;padding-left:1.5rem;position:relative}.schedule-component .schedule-item .content-column .content-card .description ul li:before{color:#3498db;content:"•";left:.5rem;position:absolute}.schedule-component.loading{align-items:center;color:#666;display:flex;font-style:italic;justify-content:center;min-height:200px}@media(max-width:768px){.schedule-component{padding:1rem}.schedule-component h2{font-size:1.5rem;margin-bottom:1.5rem}.schedule-component .schedule-timeline:before{left:85px}.schedule-component .schedule-item .time-column{padding-right:30px;width:70px}.schedule-component .schedule-item .time-column .time{font-size:.9rem}.schedule-component .schedule-item .content-column{padding-left:20px}.schedule-component .schedule-item .content-column .content-card{padding:1rem}.schedule-component .schedule-item .content-column .content-card .title{font-size:1.1rem}.schedule-component .schedule-item .content-column .content-card .description{font-size:.9rem}}.registry-modal-overlay{align-items:center;background-color:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.registry-component{background-color:#fff;border-radius:10px;font-family:Roboto,sans-serif;max-height:80%;max-width:70%;overflow-y:auto;padding:2rem;position:relative}.registry-component .close-button{background:none;border:none;color:#333;cursor:pointer;font-size:1.5rem;position:absolute;right:1rem;top:1rem;transition:color .3s ease}.registry-component .close-button:hover{color:#007bff}.registry-component h2{color:#333;font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:2rem;text-align:center}.registry-component .filter-options{align-items:center;display:flex;justify-content:flex-end;margin-bottom:1.5rem}.registry-component .filter-options label{font-weight:700;margin-right:.5rem}.registry-component .filter-options select{background-color:#fff;border:1px solid #ccc;border-radius:5px;cursor:pointer;font-size:1rem;padding:.5rem}.registry-component .filter-options select:focus{border-color:#007bff;outline:none}.registry-component .registry-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem}.registry-component .registry-item{background-color:#fff;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.registry-component .registry-item:hover{box-shadow:0 6px 12px rgba(0,0,0,.15);transform:translateY(-5px)}.registry-component .registry-item.empty{background-color:transparent;box-shadow:none}.registry-component .registry-item.empty:hover{transform:none}.registry-component .registry-item .priority{background-color:#f8f9fa;padding:.5rem;text-align:right}.registry-component .registry-item .priority .star{color:#ccc;font-size:1.2rem}.registry-component .registry-item .priority .star.filled{color:#ffc107}.registry-component .registry-item .item-image{height:250px;object-fit:cover;width:100%}.registry-component .registry-item .item-info{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:1.5rem}.registry-component .registry-item .item-info h3{word-wrap:break-word;color:#333;font-family:Playfair Display,serif;font-size:1.3rem;-webkit-hyphens:auto;hyphens:auto;line-height:1.4;margin-bottom:.75rem;overflow-wrap:break-word}.registry-component .registry-item .item-info p{color:#666;font-size:1.1rem;margin-top:auto}.registry-component .navigation-buttons{align-items:center;display:flex;justify-content:center;margin-top:2rem}.registry-component .navigation-buttons .nav-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.2rem;padding:.5rem 1rem;transition:background-color .3s ease}.registry-component .navigation-buttons .nav-button:hover:not(:disabled){background-color:#0056b3}.registry-component .navigation-buttons .nav-button:disabled{background-color:#ccc;cursor:not-allowed}.registry-component .navigation-buttons .page-info{color:#333;font-size:1rem;margin:0 1rem}@media(max-width:1200px){.registry-component .registry-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.registry-component{padding:1rem}.registry-component h2{font-size:2rem}.registry-component .registry-grid{gap:1.5rem}.registry-component .registry-item .item-image{height:200px}.registry-component .registry-item .item-info{padding:1rem}.registry-component .registry-item .item-info h3{font-size:1.2rem}.registry-component .registry-item .item-info p{font-size:1rem}.registry-component .filter-options{justify-content:flex-start;margin-bottom:1.5rem}}@media(max-width:480px){.registry-component .registry-grid{grid-template-columns:1fr}.registry-component .registry-item .item-image{height:250px}.registry-component .registry-item .item-info h3{font-size:1.3rem}.registry-component .registry-item .item-info p{font-size:1.1rem}}.product-details-modal-overlay{align-items:center;background-color:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1100}.product-details-modal{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;max-height:90%;max-width:90%;overflow-y:auto;padding:2rem;position:relative}.product-details-modal .close-button{background:none;border:none;color:#333;cursor:pointer;font-size:1.5rem;position:absolute;right:1rem;top:1rem;transition:color .3s ease}.product-details-modal .close-button:hover{color:#007bff}.product-details-modal .product-content{display:flex;gap:2rem}.product-details-modal .product-image{flex:1 1;max-width:50%}.product-details-modal .product-image img{border-radius:8px;height:auto;width:100%}.product-details-modal .product-info{display:flex;flex:1 1;flex-direction:column}.product-details-modal .product-info .priority{margin-bottom:1rem}.product-details-modal .product-info .priority .star{color:#ccc;font-size:1.2rem}.product-details-modal .product-info .priority .star.filled{color:#ffc107}.product-details-modal .product-info h2{font-size:1.8rem;margin-bottom:1rem}.product-details-modal .product-info .price{font-size:1.2rem;margin-bottom:1rem}.product-details-modal .product-info .purchase-link{background-color:#007bff;border-radius:5px;color:#fff;display:inline-block;margin-bottom:1rem;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s ease}.product-details-modal .product-info .purchase-link:hover{background-color:#0056b3}.product-details-modal .product-info .additional-info{font-size:1rem;line-height:1.5}.product-details-modal .buy-section{margin-top:2rem}.product-details-modal .buy-section .buy-question{margin-bottom:1rem;text-align:center}.product-details-modal .buy-section .buy-question p{font-size:1.2rem;margin-bottom:1rem}.product-details-modal .buy-section .buy-question button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;margin:0 .5rem;padding:.5rem 1rem;transition:background-color .3s ease}.product-details-modal .buy-section .buy-question button:hover{background-color:#0056b3}.product-details-modal .buy-section .buy-form{display:flex;flex-direction:column;gap:1rem}.product-details-modal .buy-section .buy-form label{align-items:center;display:flex;font-size:1rem;gap:.5rem}.product-details-modal .buy-section .buy-form input[type=text],.product-details-modal .buy-section .buy-form textarea{border:1px solid #ccc;border-radius:4px;font-size:1rem;padding:.5rem;width:100%}.product-details-modal .buy-section .buy-form textarea{height:100px;resize:vertical}.product-details-modal .buy-section .buy-form button[type=submit]{align-self:flex-start;background-color:#28a745;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background-color .3s ease}.product-details-modal .buy-section .buy-form button[type=submit]:hover{background-color:#218838}.product-details-modal .buy-section .buy-form button[type=submit]:disabled{cursor:not-allowed;opacity:.5}.product-details-modal .flag-issue{background:none;border:none;bottom:1rem;cursor:pointer;font-size:1.5rem;position:absolute;right:1rem;transition:transform .3s ease}.product-details-modal .flag-issue:hover{transform:scale(1.1)}@media(max-width:768px){.product-details-modal .product-content{flex-direction:column}.product-details-modal .product-image{max-width:100%}.product-details-modal .buy-section .buy-form button[type=submit]{align-self:center}}.travel-component{margin:0 auto;max-width:800px;padding:2rem}.travel-component h2{color:#2c3e50;font-size:2rem;margin-bottom:2rem;text-align:center}.travel-component .travel-sections .main-info{background:#f8f9fa;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.travel-component .travel-sections .directions-section{background:#fff;border:1px solid #e1e8ed;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);margin:1.5rem 0;padding:1.5rem}.travel-component .travel-sections .directions-section h4{align-items:center;color:#2c3e50;display:flex;gap:.5rem;margin-bottom:1rem}.travel-component .travel-sections .additional-info{background:#f8f9fa;border-radius:8px;margin-top:1.5rem;padding:1.5rem}.travel-component .travel-sections .additional-info .whatsapp-groups{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.travel-component .travel-sections .additional-info .whatsapp-groups p{margin:0}.travel-component .travel-sections .map-container{align-items:center;background:#f8f9fa;border:1px solid #e1e8ed;border-radius:8px;display:flex;height:300px;justify-content:center;margin-top:2rem;overflow:hidden}.travel-component a{color:#3498db;text-decoration:none;transition:color .3s ease}.travel-component a:hover{color:#2980b9;text-decoration:underline}.travel-component ul{list-style-type:none;margin:1rem 0;padding-left:1.5rem}.travel-component ul li{margin-bottom:.5rem;position:relative}.travel-component ul li:before{color:#3498db;content:"•";left:-1rem;position:absolute}.travel-component.loading{align-items:center;color:#666;display:flex;font-style:italic;justify-content:center;min-height:200px}@media(max-width:768px){.story-component,.travel-component{padding:1rem}.story-component h2,.travel-component h2{font-size:1.5rem;margin-bottom:1.5rem}}.moment-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.1);overflow:hidden;position:relative;transition:transform .2s ease,box-shadow .2s ease}.moment-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-5px)}.moment-card:hover .moment-image{transform:scale(1.05)}.moment-card .moment-image-container{background:#f5f5f5;overflow:hidden;padding-bottom:75%;position:relative;width:100%}.moment-card .moment-image-container .moment-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .3s ease;width:100%}.moment-card .moment-image-container .image-overlay{background:linear-gradient(0deg,rgba(0,0,0,.7),transparent);bottom:0;color:#fff;left:0;padding:1rem;position:absolute;right:0}.moment-card .moment-image-container .image-overlay .date{font-size:.9rem;opacity:.9}.moment-card .moment-content{padding:1.5rem}.moment-card .moment-content .moment-caption{color:#2c3e50;font-size:1.25rem;font-weight:600;margin:0 0 1rem}.moment-card .moment-content .moment-caption em{color:#3498db;font-style:normal}.moment-card .moment-content .moment-description{color:#666;font-size:.95rem;line-height:1.6}.moment-card .moment-content .moment-description .fantasanremo-info p{margin:.5rem 0}.moment-card .moment-content .moment-description .fantasanremo-info p.league-link{background:#f8f9fa;border:1px solid #e1e8ed;border-radius:6px;margin:1rem 0;padding:.75rem}.moment-card .moment-content .moment-description .fantasanremo-info p.note{color:#888;font-size:.9rem;font-style:italic}.moment-card .moment-content .moment-description a{color:#3498db;font-weight:500;text-decoration:none;transition:color .2s ease}.moment-card .moment-content .moment-description a:hover{color:#2980b9;text-decoration:underline}@media(max-width:768px){.moment-card .moment-content{padding:1rem}.moment-card .moment-content .moment-caption{font-size:1.1rem}.moment-card .moment-content .moment-description{font-size:.9rem}}.moments-component{margin:0 auto;max-width:1200px;padding:2rem}.moments-component h2{color:#2c3e50;font-size:2rem;margin-bottom:1rem;text-align:center}.moments-component .moments-description{color:#666;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.moments-component .moments-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding:1rem}.moments-component .moments-placeholder{background:#f8f9fa;border-radius:8px;margin:2rem auto;max-width:600px;padding:3rem;text-align:center}.moments-component .moments-placeholder p{color:#666;font-style:italic;margin:0}.moments-component.loading{align-items:center;color:#666;display:flex;font-style:italic;justify-content:center;min-height:300px}@media(max-width:768px){.moments-component{padding:1rem}.moments-component h2{font-size:1.5rem;margin-bottom:.75rem}.moments-component .moments-description{margin-bottom:1.5rem}.moments-component .moments-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));padding:.5rem}}.discussion-component{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;flex-direction:column;height:100%;max-height:600px}.discussion-component .discussions-container{display:flex;flex:1 1;flex-direction:column;gap:16px;overflow-y:auto;padding:20px}.discussion-component .discussions-container::-webkit-scrollbar{width:6px}.discussion-component .discussions-container::-webkit-scrollbar-track{background:#f1f1f1}.discussion-component .discussions-container::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.discussion-component .discussion-message{background-color:#f5f5f5;border-radius:8px;max-width:80%;padding:12px}.discussion-component .discussion-message.own-message{align-self:flex-end;background-color:#e3f2fd}.discussion-component .discussion-message.own-message .message-header .guest-name{color:#1976d2}.discussion-component .discussion-message .message-header{align-items:center;display:flex;font-size:.85em;justify-content:space-between;margin-bottom:4px}.discussion-component .discussion-message .message-header .guest-name{color:#424242;font-weight:600}.discussion-component .discussion-message .message-header .timestamp{color:#757575}.discussion-component .discussion-message .message-content{word-wrap:break-word;color:#333;margin:0}.discussion-component .message-form{border-top:1px solid #eee;padding:16px}.discussion-component .message-form .error-message{color:#d32f2f;font-size:.85em;margin-bottom:8px}.discussion-component .message-form .cooldown-message{color:#f57c00;font-size:.85em;margin-bottom:8px}.discussion-component .message-form .input-container{display:flex;gap:8px}.discussion-component .message-form .input-container input{border:1px solid #ddd;border-radius:4px;flex:1 1;font-size:14px;padding:12px}.discussion-component .message-form .input-container input:disabled{background-color:#f5f5f5;cursor:not-allowed}.discussion-component .message-form .input-container input:focus{border-color:#2196f3;outline:none}.discussion-component .message-form .input-container button{background-color:#2196f3;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 16px;transition:background-color .2s}.discussion-component .message-form .input-container button:hover:not(:disabled){background-color:#1976d2}.discussion-component .message-form .input-container button:disabled{background-color:#bdbdbd;cursor:not-allowed}.discussion-component .register-prompt{color:#666;font-size:1.1em;padding:20px;text-align:center}.polls-component{color:#333;margin:0 auto;max-width:800px;padding:1rem;width:100%}.polls-component .polls-title{color:purple;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center}@media(min-width:768px){.polls-component .polls-title{font-size:1.8rem;margin-bottom:2rem}}.polls-component .polls-loading{display:flex;justify-content:center;padding:2rem 0}.polls-component .polls-error{background-color:rgba(211,47,47,.1);border-radius:15px;color:#d32f2f;margin:1rem 0;padding:1rem;text-align:center}.polls-component .polls-empty{color:#666;font-style:italic;padding:2rem 0;text-align:center}.polls-component .register-prompt{color:#333;font-weight:500;padding:2rem 0;text-align:center}.polls-list-container{margin-top:1rem}.polls-list-container .polls-list{display:flex;flex-direction:column;gap:1rem}.polls-list-container .poll-item{align-items:center;background-color:#fff;border-radius:15px;box-shadow:0 2px 5px rgba(0,0,0,.05);cursor:pointer;display:flex;justify-content:space-between;padding:1rem;transition:all .2s ease}.polls-list-container .poll-item:hover{box-shadow:0 3px 8px rgba(0,0,0,.08);transform:translateY(-1px)}.polls-list-container .poll-item.unanswered{border-left:3px solid #3498db}.polls-list-container .poll-item.answered{border-left:3px solid #27ae60}.polls-list-container .poll-item .poll-question{color:purple;flex:1 1;font-size:1rem;font-weight:500;line-height:1.5;margin:0;padding-right:1rem}@media(min-width:768px){.polls-list-container .poll-item .poll-question{font-size:1.1rem}}.polls-list-container .poll-item .poll-status{align-items:center;display:flex;flex-shrink:0;justify-content:center}.polls-list-container .poll-item .poll-status .poll-answered{color:#27ae60;font-size:1.2rem}.polls-list-container .poll-item .poll-status .poll-unanswered{color:#3498db;font-size:1.2rem}.polls-list-container .poll-item .poll-status .poll-locked{color:#666;font-size:1.2rem}.poll-answers-inline{animation:fadeIn .3s ease;background-color:#f8f9fa;border-radius:0 0 15px 15px;border-top:1px solid #eee;box-shadow:0 2px 5px rgba(0,0,0,.05);margin-bottom:1rem;margin-top:.5rem;padding:1rem}.poll-answers-inline .poll-answers-list{display:flex;flex-direction:column;gap:.75rem}.poll-answers-inline .poll-answers-list .poll-answer{background-color:#fff;border-radius:15px;box-shadow:0 1px 3px rgba(0,0,0,.05);cursor:pointer;padding:.75rem;transition:all .2s ease}.poll-answers-inline .poll-answers-list .poll-answer:hover:not(.disabled){background-color:rgba(52,152,219,.02)}.poll-answers-inline .poll-answers-list .poll-answer.selected{background-color:rgba(52,152,219,.06);box-shadow:0 1px 3px rgba(52,152,219,.1)}.poll-answers-inline .poll-answers-list .poll-answer.disabled{cursor:default;opacity:.9}.poll-answers-inline .poll-answers-list .poll-answer .poll-answer-content{align-items:flex-start;display:flex}.poll-answers-inline .poll-answers-list .poll-answer .poll-answer-text{color:#444;flex:1 1;font-size:.95rem;font-weight:400;letter-spacing:.01em;line-height:1.5;padding-top:.2rem;white-space:normal;word-break:break-word}@media(min-width:768px){.poll-answers-inline .poll-answers-list .poll-answer .poll-answer-text{font-size:1rem;line-height:1.6}}.poll-answer.selected .poll-answers-inline .poll-answers-list .poll-answer .poll-answer-text{color:#222;font-weight:500}.poll-answers-inline .poll-answers-list .poll-answer .poll-answer-stats{background-color:pink;border-radius:12px;height:24px;margin-top:.5rem;overflow:hidden;position:relative}.poll-answers-inline .poll-answers-list .poll-answer .poll-answer-stats .poll-answer-bar{background-color:aqua;border-radius:12px;height:100%;transition:width .5s ease-out}.poll-answers-inline .poll-answers-list .poll-answer .poll-answer-stats .poll-answer-count{color:purple;font-size:.9rem;padding:0 4px;position:absolute;right:10px;text-shadow:0 0 2px hsla(0,0%,100%,.5);top:50%;transform:translateY(-50%);z-index:1}@media(min-width:768px){.poll-answers-inline .poll-answers-list .poll-answer .poll-answer-stats .poll-answer-count{font-size:.95rem}}.poll-actions{margin-top:1rem;padding-bottom:.5rem;text-align:center}@media(min-width:768px){.poll-actions{margin-top:1.5rem;padding-bottom:0}}.poll-actions .poll-error{background-color:rgba(211,47,47,.05);border-radius:15px;color:#d32f2f;font-size:.9rem;margin-bottom:.75rem;padding:.5rem}@media(min-width:768px){.poll-actions .poll-error{font-size:1rem;margin-bottom:1rem}}.poll-actions .poll-success{background-color:rgba(39,174,96,.05);border-radius:15px;color:#27ae60;font-size:.9rem;margin-bottom:.75rem;padding:.5rem}@media(min-width:768px){.poll-actions .poll-success{font-size:1rem;margin-bottom:1rem}}.poll-actions .poll-submit{background-color:#3498db;border:none;border-radius:20px;box-shadow:0 2px 4px rgba(52,152,219,.2);color:#fff;cursor:pointer;font-size:.95rem;font-weight:500;letter-spacing:.03em;max-width:200px;min-height:2.8rem;padding:.7rem 1.6rem;transition:all .2s ease;width:100%}@media(min-width:768px){.poll-actions .poll-submit{width:auto}}.poll-actions .poll-submit:hover:not(:disabled){background-color:#4aa3df;box-shadow:0 3px 6px rgba(52,152,219,.25);transform:translateY(-1px)}.poll-actions .poll-submit:active:not(:disabled){box-shadow:0 1px 3px rgba(52,152,219,.2);transform:translateY(0)}.poll-actions .poll-submit:disabled{background-color:#666;cursor:not-allowed}.poll-answer-checkbox{align-items:center;display:flex;flex-shrink:0;justify-content:center;margin-right:.75rem;margin-top:.2rem;min-height:24px;min-width:24px}.poll-answer-checkbox .checkbox,.poll-answer-checkbox .radio{border:none;cursor:pointer;display:inline-block;height:22px;position:relative;width:22px}.poll-answer-checkbox .checkbox:before,.poll-answer-checkbox .radio:before{background-color:#fff;border:1px solid #ddd;box-shadow:inset 0 1px 3px rgba(0,0,0,.05);content:"";height:20px;left:0;position:absolute;top:0;transition:all .2s cubic-bezier(.25,.8,.25,1);width:20px}.poll-answer-checkbox .checkbox:hover:before,.poll-answer-checkbox .radio:hover:before{border-color:#bbb}.poll-answer-checkbox .checkbox.checked:before,.poll-answer-checkbox .radio.checked:before{background-color:rgba(52,152,219,.03);border-color:#3498db}.poll-answer-checkbox .radio:before{border-radius:50%}.poll-answer-checkbox .radio.checked:after{animation:radioPulse .3s cubic-bezier(.25,.8,.25,1);background-color:#3498db;border-radius:50%;content:"";height:8px;left:6px;position:absolute;top:6px;width:8px}@keyframes radioPulse{0%{opacity:0;transform:scale(0)}50%{opacity:.8;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.poll-answer-checkbox .checkbox:before{border-radius:4px}.poll-answer-checkbox .checkbox.checked:after{animation:checkboxFadeIn .2s ease;border:solid #3498db;border-width:0 2px 2px 0;content:"";height:11px;left:7px;position:absolute;top:2px;transform:rotate(45deg);width:5px}@keyframes checkboxFadeIn{0%{opacity:0;transform:rotate(45deg) scale(.8)}to{opacity:1;transform:rotate(45deg) scale(1)}}@media(max-width:320px){.polls-component{padding:.5rem}.polls-component .polls-title{font-size:1.1rem}}.poll-anonymous-tag{color:#888;font-size:.85em;font-style:italic;margin-left:.4em}.poll-anonymous-description{color:#666;font-size:.9em;font-style:italic;margin-top:1em}.poll-answer-anonymous-message{background-color:rgba(0,0,0,.03);border-radius:.25rem;color:#666;font-size:.9rem;font-style:italic;margin-top:.5rem;padding:.5rem;text-align:center}.welcome-banner{animation:slideDown .5s ease-out;background:linear-gradient(135deg,#4a90e2,#357abd);border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);color:#fff;margin-bottom:2rem;padding:1rem}.welcome-banner__content{align-items:flex-start;display:flex;justify-content:space-between;margin:0 auto;max-width:900px;padding:1rem}.welcome-banner__content h3{flex:1 1;font-size:1.1rem;line-height:1.6;margin:0;white-space:pre-line}.welcome-banner__close{background:transparent;border:none;color:#fff;cursor:pointer;font-size:1.5rem;margin-left:1rem;opacity:.8;padding:.5rem;transition:opacity .2s}.welcome-banner__close:hover{opacity:1}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.rsvp-row{align-items:center;display:flex;flex-direction:column;margin-bottom:2rem;text-align:center}.rsvp-row .rsvp-message{color:#333;font-size:1.2rem;margin-bottom:15px}.rsvp-row .primary-action-button,.rsvp-row .register-button,.rsvp-row .rsvp-button{border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;font-weight:600;overflow:hidden;padding:12px 32px;position:relative;transform-origin:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.rsvp-row .primary-action-button .button-content,.rsvp-row .register-button .button-content,.rsvp-row .rsvp-button .button-content{align-items:center;display:flex;justify-content:center;position:relative;z-index:1}.rsvp-row .primary-action-button .button-glow,.rsvp-row .register-button .button-glow,.rsvp-row .rsvp-button .button-glow{animation:pulse 2s cubic-bezier(.4,0,.2,1) infinite;background:radial-gradient(circle,hsla(0,0%,100%,.8) 0,hsla(0,0%,100%,0) 70%);height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transform:scale(.5);width:200%}.rsvp-row .primary-action-button:hover,.rsvp-row .register-button:hover,.rsvp-row .rsvp-button:hover{box-shadow:0 8px 16px rgba(0,0,0,.2);transform:translateY(-2px) scale(1.02)}.rsvp-row .primary-action-button:hover .button-glow,.rsvp-row .register-button:hover .button-glow,.rsvp-row .rsvp-button:hover .button-glow{animation:hover-pulse 1s cubic-bezier(.4,0,.2,1) infinite}.rsvp-row .primary-action-button:active,.rsvp-row .register-button:active,.rsvp-row .rsvp-button:active{transform:translateY(1px) scale(.98)}.rsvp-row .register-button{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff}.rsvp-row .rsvp-button{background:linear-gradient(135deg,#ff4757,#ff6b81);color:#fff}@keyframes hover-pulse{0%{opacity:0;transform:scale(.8)}50%{opacity:.3}to{opacity:0;transform:scale(1.2)}}.event-picture{align-items:center;aspect-ratio:4/3;background-color:#f1f2f6;border-radius:8px;display:flex;justify-content:center;overflow:hidden;position:relative;width:48%}.event-picture img{height:100%;object-fit:cover;object-position:center;position:absolute;transition:transform .3s ease;width:100%}.event-picture img.vertical{height:auto;min-height:100%;width:100%}.event-picture img.horizontal{height:100%;min-width:100%;width:auto}.event-details-row{margin:2rem 0;text-align:center}.event-details-row h2{color:#333;font-size:2.5rem;margin-bottom:10px}.event-details-row p{color:#666;font-size:1.3rem;margin-bottom:5px}.event-details-row .calendar-container{margin-top:1rem}.event-description-row{margin-bottom:2rem}.event-description-row .event-description{color:#444;font-family:Your Fancy Font,sans-serif;font-size:1.4rem;line-height:1.6;text-align:center}.feature-buttons-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:2rem 0}.feature-buttons-row .feature-button{background-color:#fff;border:2px solid #ccc;border-radius:4px;cursor:pointer;font-size:1rem;isolation:isolate;margin:.5rem;min-width:150px;overflow:hidden;padding:15px 30px;position:relative;transition:all .3s ease}.feature-buttons-row .feature-button:before{background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3) 50%,hsla(0,0%,100%,.8));content:"";height:100%;left:-75%;position:absolute;top:0;transform:skewX(-25deg);transition:.7s;width:50%}.feature-buttons-row .feature-button:after{animation:borderPulse 2s linear infinite;background:linear-gradient(45deg,#ccc,#ddd,#eee,#ddd,#ccc);border-radius:6px;content:"";inset:-2px;position:absolute;z-index:-1}.feature-buttons-row .feature-button:hover{background-color:#f8f9fa;border-color:transparent;box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.feature-buttons-row .feature-button:hover:before{animation:shine 1.5s ease-out infinite}.feature-buttons-row .feature-button:active{box-shadow:0 2px 6px rgba(0,0,0,.1);transform:translateY(0)}@keyframes shine{0%{left:-75%}to{left:150%}}@keyframes borderPulse{0%,to{opacity:.8}50%{opacity:.4}}@media(max-width:768px){.feature-buttons-row{gap:.5rem}.feature-buttons-row .feature-button{font-size:.9rem;margin:.25rem;min-width:130px;padding:12px 24px}}.active-component{background-color:#fff;border-radius:8px;box-shadow:0 0 20px rgba(0,0,0,.2);left:50%;max-height:90vh;max-width:90%;overflow-y:auto;padding:2rem;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:1000}.active-component .close-button{background:none;border:none;color:#333;cursor:pointer;font-size:1.5rem;line-height:1;padding:.5rem;position:absolute;right:1rem;top:1rem;transition:color .3s ease}.active-component .close-button:hover{color:#ff4757}.guest-welcome{background-color:#f8f9fa;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);margin:2rem auto;max-width:800px;padding:2rem;text-align:center}.guest-welcome .row{margin-bottom:2rem;width:100%}.guest-welcome .event-info-row{display:flex;gap:2rem;justify-content:space-between}.guest-welcome .event-info-row .event-place{align-items:center;aspect-ratio:4/3;background-color:#f1f2f6;border-radius:8px;display:flex;justify-content:center;padding:20px;width:48%}.guest-welcome .event-info-row .event-place p{color:#666;font-size:1.2rem}.guest-welcome .event-info-row .event-map{aspect-ratio:4/3;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden;width:48%}@media(max-width:768px){.guest-welcome{margin:1rem;padding:1rem}.guest-welcome .welcome-banner{border-radius:0;margin:0 -1rem 1rem}.guest-welcome .welcome-banner__content{padding:.5rem}.guest-welcome .welcome-banner__content h3{font-size:1rem}.guest-welcome .event-info-row{flex-direction:column}.guest-welcome .event-info-row .event-map,.guest-welcome .event-info-row .event-picture,.guest-welcome .event-info-row .event-place{aspect-ratio:16/9;margin:0 auto 1rem;width:100%}.guest-welcome .event-info-row .event-picture{max-height:50vh}.guest-welcome .event-details-row h2{font-size:2rem}.guest-welcome .event-details-row p{font-size:1.1rem}.guest-welcome .feature-buttons-row .feature-button{margin:.5rem;padding:12px 20px;width:calc(50% - 1rem)}}@media(max-width:480px){.guest-welcome .event-details-row h2{font-size:1.8rem}.guest-welcome .event-details-row p{font-size:1rem}.guest-welcome .feature-buttons-row .feature-button{margin:.5rem 0;width:100%}.guest-welcome .rsvp-row .rsvp-message{font-size:.9rem}.guest-welcome .rsvp-row .register-button,.guest-welcome .rsvp-row .rsvp-button{font-size:.9rem;padding:10px 20px}}.registration-form{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);margin:2rem auto;max-width:500px;padding:2rem}.registration-form h2{color:#333;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.registration-form .form-group{margin-bottom:1.5rem}.registration-form .form-group input[type=email],.registration-form .form-group input[type=password],.registration-form .form-group input[type=tel],.registration-form .form-group input[type=text],.registration-form .form-group textarea{background-color:#fff;border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;transition:all .3s ease;width:100%}.registration-form .form-group input[type=email]:focus,.registration-form .form-group input[type=password]:focus,.registration-form .form-group input[type=tel]:focus,.registration-form .form-group input[type=text]:focus,.registration-form .form-group textarea:focus{border-color:#ff4757;box-shadow:0 0 0 2px rgba(255,71,87,.2);outline:none}.registration-form .form-group input[type=email].error,.registration-form .form-group input[type=password].error,.registration-form .form-group input[type=tel].error,.registration-form .form-group input[type=text].error,.registration-form .form-group textarea.error{background-color:rgba(255,71,87,.05);border-color:#ff4757}.registration-form .form-group input[type=email]::placeholder,.registration-form .form-group input[type=password]::placeholder,.registration-form .form-group input[type=tel]::placeholder,.registration-form .form-group input[type=text]::placeholder,.registration-form .form-group textarea::placeholder{color:#999}.registration-form .form-group textarea{min-height:100px;resize:vertical}.registration-form .form-group .validation-message{bottom:-20px;color:#ff4757;font-size:.85rem;font-weight:500;left:0;position:absolute}.registration-form .form-group label{align-items:center;color:#333;cursor:pointer;display:flex;font-size:1rem;gap:.5rem}.registration-form .form-group label input[type=checkbox]{accent-color:#ff4757;cursor:pointer;height:18px;width:18px}.registration-form .form-group label input[type=checkbox]:disabled{cursor:not-allowed;opacity:.7}.registration-form .form-group .password-requirements{background-color:#f8f9fa;border-radius:4px;font-size:.85rem;margin-top:.5rem;max-height:0;opacity:0;overflow:hidden;padding:.75rem;transition:all .3s ease}.registration-form .form-group .password-requirements.show{margin-top:.75rem;max-height:200px;opacity:1}.registration-form .form-group .password-requirements .requirement{align-items:center;color:#666;display:flex;margin:.25rem 0;opacity:.7;transition:all .3s ease}.registration-form .form-group .password-requirements .requirement.met{color:#4caf50;opacity:1;transform:translateX(5px)}.registration-form .form-group .password-requirements .requirement .requirement-icon{align-items:center;display:inline-flex;font-size:.8rem;height:18px;justify-content:center;margin-right:.5rem;transition:transform .3s ease;width:18px}.registration-form .form-group .password-requirements .requirement.met .requirement-icon{transform:scale(1.1)}.registration-form .cancel-button,.registration-form .submit-button{border:none;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1);cursor:pointer;font-size:1.1rem;font-weight:500;margin-bottom:.75rem;padding:.75rem;transition:all .3s ease;width:100%}.registration-form .cancel-button:hover:not(:disabled),.registration-form .submit-button:hover:not(:disabled){box-shadow:0 4px 6px rgba(0,0,0,.15);transform:translateY(-2px)}.registration-form .cancel-button:active:not(:disabled),.registration-form .submit-button:active:not(:disabled){box-shadow:0 2px 4px rgba(0,0,0,.1);transform:translateY(0)}.registration-form .submit-button{background-color:#ff4757;color:#fff}.registration-form .submit-button:hover:not(:disabled){background-color:#ff6b81}.registration-form .submit-button:disabled{cursor:not-allowed;opacity:.7}.registration-form .submit-button:disabled,.registration-form .submit-button:disabled:hover{background-color:#ccc;box-shadow:none;transform:none}.registration-form .cancel-button{background-color:#f1f2f6;color:#333}.registration-form .cancel-button:hover{background-color:#dfe4ea}.registration-form .error-message{background-color:rgba(255,71,87,.1);border-radius:4px;color:#ff4757;font-size:.9rem;margin-top:1rem;padding:.5rem;text-align:center}@media(max-width:600px){.registration-form{margin:1rem;padding:1.5rem}.registration-form h2{font-size:1.5rem;margin-bottom:1rem}.registration-form .form-group{margin-bottom:1.5rem}.registration-form .form-group input[type=email],.registration-form .form-group input[type=password],.registration-form .form-group input[type=tel],.registration-form .form-group input[type=text],.registration-form .form-group textarea{font-size:.95rem;padding:.6rem}.registration-form .form-group label{font-size:.95rem}.registration-form .form-group .validation-message{font-size:.8rem}.registration-form .form-group .password-requirements{font-size:.8rem;padding:.6rem}.registration-form .form-group .password-requirements.show{margin-top:.6rem}.registration-form .form-group .password-requirements .requirement{margin:.2rem 0}.registration-form .cancel-button,.registration-form .submit-button{font-size:1rem;padding:.6rem}}@media(prefers-color-scheme:dark){.registration-form{background-color:#2f3640;box-shadow:0 2px 4px rgba(0,0,0,.2)}.registration-form h2{color:#f5f6fa}.registration-form .form-group input[type=email],.registration-form .form-group input[type=password],.registration-form .form-group input[type=tel],.registration-form .form-group input[type=text],.registration-form .form-group textarea{background-color:#353b48;border-color:#40739e;color:#f5f6fa}.registration-form .form-group input[type=email]::placeholder,.registration-form .form-group input[type=password]::placeholder,.registration-form .form-group input[type=tel]::placeholder,.registration-form .form-group input[type=text]::placeholder,.registration-form .form-group textarea::placeholder{color:#7f8fa6}.registration-form .form-group input[type=email]:focus,.registration-form .form-group input[type=password]:focus,.registration-form .form-group input[type=tel]:focus,.registration-form .form-group input[type=text]:focus,.registration-form .form-group textarea:focus{border-color:#ff4757;box-shadow:0 0 0 2px rgba(255,71,87,.3)}.registration-form .form-group input[type=email].error,.registration-form .form-group input[type=password].error,.registration-form .form-group input[type=tel].error,.registration-form .form-group input[type=text].error,.registration-form .form-group textarea.error{background-color:rgba(255,71,87,.1);border-color:#ff4757}.registration-form .form-group label{color:#f5f6fa}.registration-form .form-group .validation-message{color:#ff6b81}.registration-form .form-group .password-requirements{background-color:#353b48}.registration-form .form-group .password-requirements .requirement{color:#7f8fa6}.registration-form .form-group .password-requirements .requirement.met{color:#4cd964}.registration-form .cancel-button{background-color:#353b48;color:#f5f6fa}.registration-form .cancel-button:hover{background-color:#40739e}.registration-form .error-message{background-color:rgba(255,71,87,.2)}}.cookie-consent{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(0,0,0,.8);bottom:0;left:0;padding:1rem;position:fixed;right:0;z-index:9999}.cookie-consent__content{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);margin:0 auto;max-width:600px;padding:2rem}.cookie-consent__header{margin-bottom:1.5rem}.cookie-consent__header h2{color:#3498db;font-size:1.5rem;font-weight:700;margin:0}.cookie-consent__language-selection{margin-top:1.5rem;text-align:center}.cookie-consent__language-selection p{font-weight:500;margin-bottom:1rem}.cookie-consent__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cookie-consent__button{background:#fff;border:2px solid #3498db;border-radius:4px;color:#3498db;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.cookie-consent__button--selected,.cookie-consent__button:hover{background:#3498db;color:#fff}@media(max-width:768px){.cookie-consent__content{padding:1.5rem}.cookie-consent__buttons{flex-direction:column}}.modal-overlay{align-items:flex-start;overflow-y:auto;padding:20px 0;z-index:1000}.modal-content{display:flex;flex-direction:column;margin:2rem 0;max-width:95%;overflow:visible;padding:1.5rem;width:95%}@media(min-width:768px){.modal-content{max-width:800px;padding:2rem 2rem 1rem;width:90%}}.modal-scrollable-content{display:flex;flex-direction:column;height:auto;min-height:50px;overflow-y:visible;width:100%}.modal-scrollable-content .poll-modal-simple{display:flex;flex-direction:column;height:auto;overflow:visible;padding:0;width:100%}.modal-close{align-items:center;border-radius:50%;display:flex;height:30px;justify-content:center;width:30px;z-index:10}.modal-close:hover{background-color:rgba(0,0,0,.05)}.modal-title{font-size:1.5rem;font-weight:600;-webkit-hyphens:auto;hyphens:auto;margin-bottom:1.5rem;margin-top:0;text-align:center;word-break:break-word}@media(max-width:480px){.modal-title{font-size:1.3rem;margin-bottom:1rem}}.testimonials{background-color:#fff;padding:6rem 0}.testimonials h2{color:#3498db;font-size:2.5rem;margin-bottom:4rem;text-align:center}.testimonials .testimonials-container{display:flex;flex-wrap:wrap;justify-content:space-around;margin:0 auto;max-width:1200px}.testimonials .testimonial{background-color:#f8f9fa;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);margin-bottom:2rem;padding:2rem;transition:all .3s ease;width:calc(33.333% - 2rem)}.testimonials .testimonial:hover{transform:translateY(-5px)}.testimonials .testimonial p{color:#333;font-size:1.1rem;font-style:italic;margin-bottom:1rem}.testimonials .testimonial__info{align-items:center;display:flex;justify-content:space-between}.testimonials .testimonial__name{color:#3498db;font-weight:700}.testimonials .testimonial__event{color:#666;font-size:.9rem}@media(max-width:768px){.testimonials .testimonial{width:calc(50% - 2rem)}}@media(max-width:480px){.testimonials .testimonial{width:100%}}.features-showcase{background-color:#f8f9fa;padding:6rem 0}.features-showcase h2{color:#3498db;font-size:2.5rem;margin-bottom:4rem;text-align:center}.features-showcase .features-container{display:flex;flex-wrap:wrap;justify-content:space-around;margin:0 auto;max-width:1200px}.features-showcase .feature{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);margin-bottom:2rem;padding:2rem;text-align:center;transition:all .3s ease;width:calc(33.333% - 2rem)}.features-showcase .feature:hover{transform:translateY(-5px)}.features-showcase .feature__icon{color:#2ecc71;font-size:3rem;margin-bottom:1rem}.features-showcase .feature h3{color:#3498db;font-size:1.5rem;margin-bottom:1rem}.features-showcase .feature p{color:#666}@media(max-width:768px){.features-showcase .feature{width:calc(50% - 2rem)}}@media(max-width:480px){.features-showcase .feature{width:100%}}.how-it-works{background-color:#f8f9fa;padding:6rem 0}.how-it-works h2{color:#3498db;font-size:2.5rem;margin-bottom:4rem;text-align:center}.how-it-works .steps-container{display:flex;justify-content:space-around;margin:0 auto;max-width:1200px}.how-it-works .step{text-align:center;width:calc(33.333% - 2rem)}.how-it-works .step__icon{color:#2ecc71;font-size:4rem;margin-bottom:1.5rem}.how-it-works .step h3{color:#3498db;font-size:1.5rem;margin-bottom:1rem}.how-it-works .step p{color:#666}@media(max-width:768px){.how-it-works .step{margin-bottom:3rem;width:100%}}.platform-benefits{background-color:#f8f9fa;padding:6rem 0;text-align:center}.platform-benefits h2{color:#3498db;font-size:2.5rem;margin-bottom:1rem}.platform-benefits__subtitle{color:#666;font-size:1.2rem;margin:0 auto 3rem;max-width:600px}.platform-benefits .benefits-container{display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;max-width:1200px}.platform-benefits .benefit{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);margin:1rem;padding:2rem;transition:all .3s ease;width:calc(50% - 2rem)}.platform-benefits .benefit:hover{transform:translateY(-5px)}.platform-benefits .benefit__icon{color:#2ecc71;font-size:3rem;margin-bottom:1rem}.platform-benefits .benefit h3{color:#3498db;font-size:1.5rem;margin-bottom:1rem}.platform-benefits .benefit p{color:#666}.platform-benefits__cta{margin-top:4rem}.platform-benefits__cta p{font-size:1.2rem;margin-bottom:1rem}.platform-benefits__cta .btn-primary{background-color:#2ecc71;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease}.platform-benefits__cta .btn-primary:hover{background-color:#25a25a}@media(max-width:768px){.platform-benefits .benefit{width:100%}}.ad-container{align-items:center;cursor:pointer;display:flex;flex-direction:column;text-align:center;transition:all .3s ease}.ad-container:hover{box-shadow:0 4px 8px rgba(0,0,0,.1);transform:translateY(-2px)}.ad-container img,.ad-container video{border-radius:4px;height:auto;margin-bottom:.5rem;max-width:100%}.ad-container h3{color:#3498db;font-size:1.2rem;margin-bottom:.5rem}.ad-container p{color:#666;font-size:.9rem;margin-bottom:.5rem}.ad-container small{color:#666;font-size:.8rem}@media(min-width:1024px){.ad-container--side{height:100%;justify-content:space-between}.ad-container--side img,.ad-container--side video{max-height:60%;object-fit:cover}}.ad-container--between{align-items:center;flex-direction:row;justify-content:space-between;padding:1rem}.ad-container--between img,.ad-container--between video{margin-bottom:0;margin-right:1rem;max-width:40%}.ad-container--between .ad-content{flex:1 1;text-align:left}@media(max-width:768px){.ad-container h3{font-size:1.1rem}.ad-container p{font-size:.85rem}.ad-container small{font-size:.75rem}.ad-container--between{flex-direction:column;padding:.75rem}.ad-container--between img,.ad-container--between video{margin-bottom:.5rem;margin-right:0;max-width:100%}.ad-container--between .ad-content{text-align:center}}@media(max-width:480px){.ad-container h3{font-size:1rem}.ad-container p{font-size:.8rem}.ad-container small{font-size:.7rem}.ad-container--between{padding:.5rem}}.ad-space{background-color:#f8f9fa;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);margin:1rem 0;padding:1rem;transition:all .3s ease;width:100%}@media(min-width:1024px){.ad-space--side{height:600px;position:-webkit-sticky;position:sticky;top:1rem;width:300px}}.ad-space--between{margin:2rem auto;max-width:728px}.ad-space .ad-disclaimer{color:#666;font-size:.8rem;margin-top:.5rem;text-align:center}@media(max-width:1023px){.ad-space--side{display:none}}@media(max-width:768px){.ad-space{margin:1rem 0;padding:.75rem}.ad-space--between{margin:1.5rem auto}}@media(max-width:480px){.ad-space{padding:.5rem}.ad-space--between{margin:1rem auto}}.footer{background-color:#333;color:#fff;padding:2rem 0 1rem}.footer .footer-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1rem}.footer .footer-logo img{height:50px}.footer .footer-links{display:flex;gap:1rem}.footer .footer-links a{color:#fff;text-decoration:none}.footer .footer-links a:hover{text-decoration:underline}.footer .footer-social{font-size:1.5rem}.footer .footer-social a{color:#fff;margin-left:1rem}.footer .footer-bottom{border-top:1px solid #555;margin-top:2rem;padding-top:1rem;text-align:center}.updates-notification-button{align-items:center;background-color:#3498db;border:none;border-radius:50%;box-shadow:0 4px 6px rgba(0,0,0,.1);color:#fff;cursor:pointer;display:flex;height:60px;justify-content:center;position:fixed;right:20px;top:20px;transition:all .3s ease;width:60px;z-index:1000}.updates-notification-button .notification-icon{color:#fff;font-size:28px}.updates-notification-button .updates-count{align-items:center;background-color:#e74c3c;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2);color:#fff;display:flex;font-size:14px;font-weight:700;height:24px;justify-content:center;position:absolute;right:-8px;top:-8px;width:24px}.updates-notification-button:hover{box-shadow:0 6px 8px rgba(0,0,0,.15);transform:scale(1.1)}.updates-notification-button:before{animation:pulse 2s infinite;background-color:hsla(0,0%,100%,.2);border-radius:50%;bottom:-10px;content:"";left:-10px;position:absolute;right:-10px;top:-10px;z-index:-1}.updates-notification-button:focus{outline:2px solid #007bff;outline-offset:2px}.updates-notification-button:focus:not(:focus-visible){outline:none}.updates-list{max-width:600px;padding:20px;width:100%}.updates-list h2{color:#2c3e50;font-size:1.8rem;margin-bottom:20px;text-align:center}.updates-list .update-item{background-color:#f8f9fa;border-left:4px solid #3498db;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);margin-bottom:20px;padding:15px;transition:all .3s ease}.updates-list .update-item:hover{box-shadow:0 4px 6px rgba(0,0,0,.1);transform:translateY(-2px)}.updates-list .update-item.read{border-left-color:#ccc;opacity:.7}.updates-list .update-item .update-header{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:10px}.updates-list .update-item .update-header h3{color:#2c3e50;font-size:1.1rem;margin:0}.updates-list .update-item .update-header .update-date{color:#666;font-size:.9rem}.updates-list .update-item .update-content{margin:1rem 0;position:relative}.updates-list .update-item .update-content .truncated-content{overflow:hidden;position:relative}.updates-list .update-item .update-content .toggle-content-button{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 0;transition:color .3s ease}.updates-list .update-item .update-content .toggle-content-button:hover{color:#333}.updates-list .update-item .mark-read-button{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:600;margin-top:1rem;padding:8px 16px;transition:all .3s ease;width:100%}.updates-list .update-item .mark-read-button:hover{background-color:#2980b9;transform:translateY(-1px)}.updates-list .update-item .mark-read-button:active{transform:translateY(0)}.no-updates{color:#666;font-style:italic;padding:2rem;text-align:center}@media(max-width:768px){.updates-notification-button{height:50px;right:15px;top:15px;width:50px}.updates-notification-button .notification-icon{font-size:24px}.updates-notification-button .updates-count{font-size:12px;height:20px;width:20px}.updates-list{padding:15px}.updates-list h2{font-size:1.5rem}.updates-list .update-item{padding:12px}.updates-list .update-item .update-header h3{font-size:1rem}.updates-list .update-item .update-header .update-date{font-size:.8rem}}@media(min-width:769px){.updates-notification-button{top:80px}}.settings{animation:fadeIn .5s ease-out;background-color:#fff;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);font-family:Poppins,sans-serif;margin:2rem auto}.settings h1{margin-bottom:1.5rem;text-align:center}.settings__section h2{border-bottom:2px solid #a29bfe;padding-bottom:.5rem}.settings__section button{background-color:#6c5ce7;border-radius:5px;color:#fff;font-weight:600;margin-bottom:.75rem;transition:all .3s ease}.settings__section button:hover{background-color:#4430e0;box-shadow:0 4px 8px rgba(0,0,0,.2);transform:translateY(-2px)}.settings__section button:active{transform:translateY(0)}.settings__section button.delete-button:hover{background-color:#b02324}.settings__section button:disabled{background-color:#ccc}.settings__section button:disabled:hover{box-shadow:none;transform:none}.modal{align-items:center;background-color:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal__content{animation:fadeIn .3s ease-out;background-color:#fff;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);max-width:400px;padding:2rem;width:100%}.modal__content h2{color:#6c5ce7;font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.modal__content input{border:1px solid #a29bfe;border-radius:5px;display:block;font-size:1rem;margin-bottom:1rem;padding:.75rem;transition:all .3s ease;width:100%}.modal__content input:focus{border-color:#6c5ce7;box-shadow:0 0 0 2px rgba(108,92,231,.2);outline:none}.modal__content button{border:none;border-radius:5px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;margin-right:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.modal__content button:last-child{margin-right:0}.modal__content button:hover{box-shadow:0 4px 8px rgba(0,0,0,.2);transform:translateY(-2px)}.modal__content button:active{transform:translateY(0)}.modal__content .save-button{background-color:#00b894;color:#fff}.modal__content .save-button:hover{background-color:#00856b}.modal__content .cancel-button{background-color:#2d3436;color:#fff}.modal__content .cancel-button:hover{background-color:#16191a}.message{border-radius:5px;font-weight:600;margin-top:1rem;padding:1rem;text-align:center}.message.error{background-color:#efb0b0;color:#d63031}.message.success{background-color:#b8fff1;color:#00b894}.settings{margin:0 auto;max-width:600px;padding:2rem}.settings h1{color:#6c5ce7;font-size:2.5rem}.settings h1,.settings__section{margin-bottom:2rem}.settings__section h2{color:#a29bfe;font-size:1.8rem;margin-bottom:1rem}.settings__section button{background-color:#f9f9f9;border:none;border-radius:4px;color:#2d3436;cursor:pointer;display:block;font-size:1rem;margin-bottom:.5rem;padding:.75rem;transition:background-color .2s ease;width:100%}.settings__section button:hover{background-color:#ececec}.settings__section button:disabled{cursor:not-allowed;opacity:.5}.settings__section button.delete-button{background-color:#d63031;color:#fff}.settings__section button.delete-button:hover{background-color:#c52728}.modal-content{text-align:center}.modal-content h2{color:#6c5ce7;margin-bottom:1rem}.modal-content p{margin-bottom:1.5rem}.modal-content button{border:none;border-radius:4px;cursor:pointer;font-size:1rem;margin:0 .5rem;padding:.5rem 1rem;transition:background-color .2s ease}.modal-content button:first-of-type{background-color:#d63031;color:#fff}.modal-content button:first-of-type:hover{background-color:#c52728}.modal-content button:last-of-type{background-color:#f9f9f9;color:#2d3436}.modal-content button:last-of-type:hover{background-color:#ececec}.feature-flag{align-items:center;background-color:#f9f9f9;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);display:flex;justify-content:space-between;margin-bottom:.75rem;padding:1rem;transition:all .2s ease}@media(max-width:768px){.feature-flag{align-items:flex-start;flex-direction:column;padding:.75rem}}.feature-flag:hover{background-color:#f5f5f5;box-shadow:0 3px 6px rgba(0,0,0,.1);transform:translateY(-2px)}.feature-flag__info{display:flex;flex-direction:column;margin-bottom:.5rem}.feature-flag__name{font-weight:600;margin-bottom:.25rem}.feature-flag__status{border-radius:1rem;font-size:.8rem;padding:.25rem .5rem;transition:all .2s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.feature-flag__status.enabled{background-color:#e6f7ed;color:#0d8a40}.feature-flag__status.disabled{background-color:#f8eaea;color:#d34040}.feature-flag__button{min-width:130px;padding:.5rem 1rem;transition:all .3s ease}@media(max-width:768px){.feature-flag__button{margin-top:.75rem;width:100%}}.feature-flag__button.loading{cursor:not-allowed;opacity:.8;position:relative}.feature-flag__button.loading:after{animation:spin .6s linear infinite;border:2px solid transparent;border-radius:50%;border-top-color:currentcolor;content:"";height:16px;left:calc(50% - 8px);position:absolute;top:calc(50% - 8px);width:16px}.feature-flags{background-color:#fff;border-radius:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.1);margin:1.5rem 0;padding:1.25rem;transition:all .3s ease}@media(max-width:768px){.feature-flags{margin:1rem 0;padding:1rem}}.feature-flags:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.feature-flags h3{align-items:center;border-bottom:1px solid #eee;display:flex;font-size:1.25rem;margin-bottom:1.25rem;padding-bottom:.75rem}@media(max-width:768px){.feature-flags h3{font-size:1.1rem;margin-bottom:1rem}}.feature-flags h3 svg{color:var(--primary-color);margin-right:.5rem}.feature-flags__list{display:flex;flex-direction:column;gap:.75rem}.confirmation-modal{max-width:500px;padding:1.5rem;width:100%}@media(max-width:768px){.confirmation-modal{padding:1.25rem;width:calc(100% - 2rem)}}.confirmation-modal h3{color:#333;font-size:1.2rem;line-height:1.4;margin-bottom:1.5rem;text-align:center}@media(max-width:768px){.confirmation-modal h3{font-size:1.1rem;margin-bottom:1.25rem}}.confirmation-modal__actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}@media(max-width:768px){.confirmation-modal__actions{flex-direction:column;gap:.75rem}}.confirmation-modal__actions .button{min-width:120px;padding:.75rem 1.5rem;transition:all .3s ease}@media(max-width:768px){.confirmation-modal__actions .button{width:100%}}.confirmation-modal__actions .button.cancel-button{background-color:#f5f5f5;border:1px solid #ddd;color:#666}.confirmation-modal__actions .button.cancel-button:hover{background-color:#eaeaea;color:#333}.confirmation-modal__actions .button.confirm-button{font-weight:600}.confirmation-modal__actions .button.confirm-button:disabled{cursor:not-allowed;opacity:.7}.manage-events{margin:0 auto;max-width:1200px;padding:1.5rem}.manage-events .empty-state{padding:3rem;text-align:center}.manage-events .empty-state__icon{color:#ccc;font-size:3rem;margin-bottom:1rem}.manage-events .empty-state h2{margin-bottom:.5rem}.manage-events .empty-state p{color:#666;margin-bottom:1.5rem}.manage-events .empty-state .create-event-button{background-color:var(--primary-color);border:none;border-radius:.25rem;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:background-color .2s}.manage-events .empty-state .create-event-button:hover{background-color:var(--primary-color-dark)}.manage-events .event-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.manage-events .event-grid .event-card{border-radius:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;overflow:hidden;transition:transform .2s,box-shadow .2s}.manage-events .event-grid .event-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-4px)}.manage-events .event-grid .event-card img{height:150px;object-fit:cover;width:100%}.manage-events .event-grid .event-card .event-name{display:block;font-weight:600;padding:1rem;text-align:center}.manage-events .event-details .back-button{align-items:center;background-color:transparent;border:none;color:var(--text-color);cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem}.manage-events .event-details .back-button:hover{color:var(--primary-color)}.manage-events .event-details h2{font-size:1.75rem;margin-bottom:1rem}@media(max-width:768px){.manage-events .event-details h2{font-size:1.5rem}}.manage-events .event-details .event-image{border-radius:.5rem;box-shadow:0 4px 12px rgba(0,0,0,.1);margin-bottom:1.5rem;max-height:300px;object-fit:cover;transition:transform .3s ease;width:100%}.manage-events .event-details .event-image:hover{transform:scale(1.01)}@media(max-width:768px){.manage-events .event-details .event-image{max-height:200px}}.manage-events .event-details .event-info{background-color:#f9f9f9;border-radius:.5rem;box-shadow:0 2px 6px rgba(0,0,0,.05);margin-bottom:1.5rem;padding:1.25rem}@media(max-width:768px){.manage-events .event-details .event-info{padding:1rem}}.manage-events .event-details .event-info p{align-items:center;display:flex;gap:.5rem;margin-bottom:.75rem}.manage-events .event-details .event-info p:last-child{margin-bottom:0}.manage-events .event-details .event-info p svg{color:var(--primary-color);min-width:16px}@media(max-width:768px){.manage-events .event-details .event-info p{font-size:.95rem}}.manage-events .event-details .event-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}@media(max-width:768px){.manage-events .event-details .event-actions{flex-direction:column;gap:.75rem}}.manage-events .event-details .event-actions .action-button{align-items:center;background-color:#f5f5f5;border:none;border-radius:.25rem;cursor:pointer;display:inline-flex;flex:1 1;font-weight:500;gap:.5rem;justify-content:center;min-width:200px;padding:.75rem 1.25rem;transition:all .2s ease}@media(max-width:768px){.manage-events .event-details .event-actions .action-button{min-width:0;min-width:auto;width:100%}}.manage-events .event-details .event-actions .action-button svg{color:var(--primary-color)}.manage-events .event-details .event-actions .action-button:hover{background-color:#e8e8e8;box-shadow:0 2px 5px rgba(0,0,0,.1);transform:translateY(-2px)}.manage-events .event-details .event-actions .action-button.active{background-color:#e1e9ff;box-shadow:0 2px 5px rgba(0,0,0,.1);color:var(--primary-color)}.manage-events .event-details .event-description,.manage-events .event-details .event-features,.manage-events .event-details .presents-address{background-color:#f9f9f9;border-radius:.5rem;margin-bottom:1.5rem;padding:1.5rem}.manage-events .event-details .event-description h3,.manage-events .event-details .event-features h3,.manage-events .event-details .presents-address h3{border-bottom:1px solid #eee;margin-bottom:1rem;padding-bottom:.5rem}.manage-events .event-details .event-features ul{list-style-type:none}.manage-events .event-details .event-features ul li{border-bottom:1px solid #eee;padding:.5rem 0}.manage-events .event-details .event-features ul li:last-child{border-bottom:none}.manage-events .detailed-guest-list{margin:1.5rem 0}.manage-events .detailed-guest-list .guest-section{margin-bottom:2rem}.manage-events .detailed-guest-list .guest-section h4{border-bottom:1px solid #eee;margin-bottom:1rem;padding-bottom:.5rem}.manage-events .detailed-guest-list .guest-section .guest-item{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);margin-bottom:.5rem;padding:1rem;position:relative}.manage-events .detailed-guest-list .guest-section .guest-item .guest-name{display:inline-block;font-weight:600;margin-bottom:.5rem;margin-right:.5rem}.manage-events .detailed-guest-list .guest-section .guest-item .guest-details{align-items:center;display:flex;gap:1rem;margin-top:.5rem}.manage-events .detailed-guest-list .guest-section .guest-item .guest-details .plus-one-button{align-items:center;background-color:#f0f0f0;border:none;border-radius:1rem;cursor:pointer;display:inline-flex;font-size:.875rem;gap:.25rem;padding:.25rem .5rem}.manage-events .detailed-guest-list .guest-section .guest-item .guest-details .plus-one-button .plus-one-icon{color:var(--primary-color)}.manage-events .detailed-guest-list .guest-section .guest-item .guest-details .plus-one-button.active{background-color:#e1e9ff}.manage-events .detailed-guest-list .guest-section .guest-item .guest-details .phone-info{align-items:center;color:#666;display:inline-flex;font-size:.875rem;gap:.25rem}.manage-events .detailed-guest-list .guest-section .guest-item .guest-details .phone-info .phone-icon{color:var(--primary-color)}.manage-events .detailed-guest-list .plus-ones-list{background-color:#f9f9f9;border-radius:.25rem;margin-top:1rem;padding:.75rem}.manage-events .detailed-guest-list .plus-ones-list h5{color:#666;font-size:.875rem;margin-bottom:.75rem}.manage-events .detailed-guest-list .plus-ones-list .plus-one-item{background-color:#fff;border-radius:.25rem;box-shadow:0 1px 2px rgba(0,0,0,.05);margin-bottom:.5rem;padding:.75rem}.manage-events .detailed-guest-list .plus-ones-list .plus-one-item:last-child{margin-bottom:0}.manage-events .detailed-guest-list .plus-ones-list .plus-one-item .plus-one-name{font-weight:500;margin-bottom:.25rem}.manage-events .detailed-guest-list .plus-ones-list .plus-one-item .plus-one-request{color:#666;font-size:.875rem}.manage-events .error,.manage-events .loading{padding:2rem;text-align:center}.manage-events .error{color:#d44}.tooltip-text{color:red;display:block;font-size:.85rem;margin-top:.3rem;opacity:0;pointer-events:none;transform:translateY(-5px);transition:all .2s ease;white-space:pre-wrap}button{align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;justify-content:center;margin-left:.25rem;padding:.25rem}button:hover{color:var(--primary-color)}.manage-invites{margin:0 auto;max-width:1200px;padding:2rem}.manage-invites .invites-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:2rem 0}.manage-invites .invite-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);cursor:pointer;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.manage-invites .invite-card:hover{box-shadow:0 6px 12px rgba(0,0,0,.15);transform:translateY(-5px)}.manage-invites .invite-card img{height:180px;object-fit:cover;width:100%}.manage-invites .invite-card .invite-info{padding:1rem}.manage-invites .invite-card .invite-info h3{color:#333;font-size:1.2rem;margin-bottom:.5rem}.manage-invites .invite-card .invite-info p{align-items:center;color:#666;display:flex;font-size:.9rem;gap:.5rem}.manage-invites .invite-card .invite-info p svg{color:#3498db}.manage-invites .empty-state{background:#f8f9fa;border-radius:12px;padding:3rem;text-align:center}.manage-invites .empty-state h2{color:#3498db;margin-bottom:1rem}.manage-invites .empty-state p{color:#666}@media(max-width:768px){.manage-invites{padding:1rem}.manage-invites .invites-grid{gap:1rem;grid-template-columns:1fr}}.profile{margin:0 auto;max-width:800px;padding:2rem}.profile h1{color:#3498db;font-size:2.5rem;margin-bottom:2rem}.profile__buttons{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.profile__buttons button{background:linear-gradient(135deg,#3498db,#2ecc71);border:none;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;padding:1rem;transition:transform .3s ease,box-shadow .3s ease}.profile__buttons button:hover{box-shadow:0 6px 8px rgba(0,0,0,.15);transform:translateY(-5px)}.profile .back-button{align-items:center;background:none;border:none;color:#3498db;cursor:pointer;display:flex;font-size:1.2rem;gap:.5rem;margin-bottom:1rem;transition:color .2s ease}.profile .back-button:hover{color:#217dbb}@media(max-width:768px){.profile{padding:1rem}.profile h1{font-size:2rem}.profile__buttons{grid-template-columns:1fr}}.App{display:flex;flex-direction:column;min-height:100vh}.content-wrapper{display:flex;flex-grow:1;position:relative}.main-content{flex-grow:1;margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}.ad-space-container{display:none;height:100vh;position:-webkit-sticky;position:sticky;top:0}@media(min-width:1400px){.ad-space-container{display:block}}.ad-space-container--left{left:0}.ad-space-container--right{right:0}.error,.loading{border-radius:4px;margin:1rem 0;padding:1rem;text-align:center}.loading{background-color:#e3f2fd;color:#1565c0}.error{background-color:#ffebee;color:#c62828}@media(max-width:768px){.main-content{padding:0 .5rem}}body{background-color:#f8f9fa;color:#333;font-family:Roboto,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.button{border:none;border-radius:4px;cursor:pointer;font-weight:700;padding:.75rem 1.5rem;transition:all .3s ease}.button--primary{background:linear-gradient(135deg,#3498db,#217dbb);color:#fff}.button--primary:hover{background:linear-gradient(135deg,#258cd1,#1d6fa5)}.button--secondary{background:linear-gradient(135deg,#2ecc71,#25a25a);color:#fff}.button--secondary:hover{background:linear-gradient(135deg,#29b765,#208e4e)}.input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;transition:all .3s ease}.input:focus{border-color:#3498db;outline:none}.container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%}@media(min-width:576px){.container{max-width:540px}}@media(min-width:768px){.container{max-width:720px}}@media(min-width:992px){.container{max-width:960px}}@media(min-width:1200px){.container{max-width:1140px}}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flex-center{justify-content:center}.flex-between,.flex-center{align-items:center;display:flex}.flex-between{justify-content:space-between}.report-button{align-items:center;background-color:#e74c3c;border:none;border-radius:50%;bottom:20px;box-shadow:0 4px 6px rgba(0,0,0,.1);color:#fff;cursor:pointer;display:flex;font-size:24px;font-weight:700;height:60px;justify-content:center;position:fixed;right:20px;transition:all .3s ease;width:60px;z-index:1000}.report-button:hover{box-shadow:0 6px 8px rgba(0,0,0,.15);transform:scale(1.1)}.report-button:before{animation:pulse 2s infinite;background-color:hsla(0,0%,100%,.2);border-radius:50%;bottom:-10px;content:"";left:-10px;position:absolute;right:-10px;top:-10px;z-index:-1}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.report-button{bottom:15px;font-size:20px;height:50px;right:15px;width:50px}}.report-form{background-color:#f8f9fa;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);margin:0 auto;max-width:400px;padding:20px}.report-form h2{color:#3498db;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.report-form form{gap:1.2rem}.report-form .form-group,.report-form form{display:flex;flex-direction:column}.report-form label{color:#333;font-size:.9rem;font-weight:600;margin-bottom:.3rem}.report-form input,.report-form textarea{border:1px solid #e0e0e0;border-radius:4px;font-size:1rem;padding:.8rem;transition:border-color .3s ease;width:100%}.report-form input:focus,.report-form textarea:focus{border-color:#3498db;box-shadow:0 0 0 2px rgba(52,152,219,.2);outline:none}.report-form textarea{min-height:120px;resize:vertical}.report-form button[type=submit]{align-self:center;background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:.9rem 1.5rem;transition:background-color .3s ease,transform .3s ease}.report-form button[type=submit]:hover{background-color:#217dbb;transform:translateY(-2px)}.report-form button[type=submit]:active{transform:translateY(0)}.modal-overlay{align-items:center;background-color:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1001}.modal-content{background-color:#fff;border-radius:8px;max-height:90vh;max-width:500px;overflow-y:auto;padding:2rem;position:relative;width:90%}.modal-close{background:none;border:none;color:#333;cursor:pointer;font-size:1.5rem;opacity:.6;position:absolute;right:10px;top:10px;transition:opacity .3s ease}.modal-close:hover{opacity:1}
/*# sourceMappingURL=main.796a8657.css.map*/