.login-container{position:relative;width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.login-background{display:none}.login-content{text-align:center;color:#fff;margin-top:100px;position:relative;z-index:1}.login-title{position:absolute;top:20px;font-size:3rem;margin-bottom:1rem;border:2px solid #fff;padding:.5rem;font-family:LogoAlpha,sans-serif;font-weight:700;text-transform:uppercase;color:#fff;cursor:pointer;letter-spacing:.3em}.login-subtitle{text-size-adjust:100%;font-family:Playfair Display,Georgia,serif;font-size:48px;font-weight:400;letter-spacing:normal;line-height:57.6px;text-align:center;text-shadow:none;text-transform:none;text-wrap-mode:wrap;white-space-collapse:preserve-breaks;margin-bottom:3rem;display:inline-block;min-height:57.6px;width:400px;white-space:nowrap}.cursor{display:inline-block;animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.login-video{object-fit:cover;z-index:-1}.login-overlay,.login-video{position:absolute;top:0;left:0;width:100%;height:100%}.login-overlay{background:rgba(0,0,0,.3);z-index:0}.login-logo{font-family:LogoAlpha,sans-serif;font-size:4rem;font-weight:700;letter-spacing:.3em;position:relative;color:transparent;-webkit-text-stroke:2px var(--stroke-color,#fff);margin:0;animation:changeStroke 4s infinite}.login-logo:before{content:attr(data-text);position:absolute;top:0;left:0;width:0;height:100%;overflow:hidden;white-space:nowrap;-webkit-text-stroke:0;animation:fillTextCycle 4s infinite}@keyframes fillTextCycle{0%{width:0;color:#fff}50%{width:100%;color:#fff}50.01%{width:0;color:#000}to{width:100%;color:#000}}@keyframes changeStroke{0%,50%{--stroke-color:#fff}50.01%,to{--stroke-color:#000}}.google-login-button{margin-top:2rem;background-color:#000;color:#fff}.custom-google-login{display:flex;justify-content:center;align-items:center;margin-top:4rem;background-color:transparent;color:#fff}.custom-google-login svg{fill:#fff}.tabs{display:flex;justify-content:center;margin-top:20px}.tabs button{background-color:#f36c6c;color:#fff;border:none;padding:10px 20px;margin:0 10px;cursor:pointer;border-radius:5px;transition:background-color .3s}.tabs button:hover{background-color:#d55a5a}.questionnaire-container{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;padding:20px;background-color:#f7f7f7}.question-card{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);max-width:800px;width:90%;margin:0 auto}.question{font-size:1.5rem;color:#333;margin-bottom:2rem;text-align:center}.options{display:flex;flex-direction:column;gap:1rem;width:100%}.option-button{background-color:#007bff;color:#fff;border:none;padding:1rem;border-radius:5px;cursor:pointer;transition:background-color .3s ease;width:100%;text-align:left;font-size:1rem}.option-button:hover{background-color:#0056b3}.submit-button{margin-top:1rem;background-color:#ffcccb;font-size:1.25rem;padding:1rem 1.5rem}.submit-button:hover{background-color:#ffa6a6}.final-container,.submit-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:#f7f7f7}.final-container{flex-direction:column;gap:1rem;animation:fadeIn 2s ease-in-out}.final-message{text-align:center}.final-message,.submit-card{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.spinner{width:60px;height:60px;border:6px solid #ffcccb;border-top-color:transparent;border-radius:50%;animation:breathe 6s infinite}@keyframes breathe{0%{transform:scale(1);filter:saturate(1);opacity:1}50%{transform:scale(1.3);filter:saturate(1.5);opacity:.7}to{transform:scale(1);filter:saturate(1);opacity:1}}.breath-text{font-size:1.25rem;text-align:center;color:#333}@keyframes textTop{0%{opacity:1}45%{opacity:1}55%{opacity:0}to{opacity:0}}@keyframes textBottom{0%{opacity:0}45%{opacity:0}55%{opacity:1}to{opacity:1}}.breath-text.top{animation:textTop 6s infinite}.breath-text.bottom{animation:textBottom 6s infinite}@media (max-width:768px){.question-card{width:95%;padding:1.5rem}.question{font-size:1.2rem}}.profile-holder{width:90%;max-width:1200px;height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:20px;position:relative;background-color:#f0f2f5;box-shadow:0 10px 30px hsla(0,85%,69%,.15);margin:50px auto;padding:0}.slider-wrapper{top:0;left:0;right:0;bottom:0;border-radius:20px;background-color:#f8f9fa}.picture-wrapper,.slider-wrapper{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.picture-wrapper{transition:transform .6s,opacity .6s}.picture-wrapper img{width:100%;height:100%;object-fit:cover}.picture-wrapper.active{transform:scale(1);filter:grayscale(0);z-index:2}.nav-button{position:absolute;background-color:hsla(0,0%,100%,.95);color:#f36c6c;border:1px solid hsla(0,85%,69%,.1);border-radius:50%;width:48px;height:48px;font-size:20px;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 12px hsla(0,85%,69%,.15);transition:all .2s ease;backdrop-filter:blur(8px);z-index:5}.nav-button:hover{background-color:#fff;color:#e74c3c;box-shadow:0 6px 16px hsla(0,85%,69%,.2);transform:scale(1.1)}.prev-button{left:10px}.next-button,.prev-button{top:50%;transform:translateY(-50%)}.next-button{right:10px}.name-placeholder{position:absolute;bottom:20px;left:20px;padding:8px 16px;background:hsla(0,0%,100%,.95);color:#42445a;font-family:Inter,sans-serif;font-size:1.2rem;font-weight:500;z-index:2;pointer-events:none;border-radius:20px;box-shadow:3px 3px 26px rgba(66,68,90,.3);backdrop-filter:blur(8px);display:inline-block;max-width:calc(100% - 100px)}.name-placeholder .age{font-weight:400;opacity:.8}.like-button{bottom:20px;right:20px;z-index:3;pointer-events:auto}.loading-spinner{font-size:32px;color:#f36c6c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;height:100%}.loading-icon{width:40px;height:40px;position:relative;transform:rotate(45deg)}.loading-icon:after,.loading-icon:before{content:"";position:absolute;width:24px;height:24px;border-radius:50%;background-color:#f36c6c}.loading-icon:before{left:0;bottom:0}.loading-icon:after{top:0;right:0}.loading-dots{display:flex;gap:8px}.loading-dots span{width:12px;height:12px;border-radius:50%;background-color:#f36c6c;animation:pulse 1s ease-in-out infinite}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}.loading-spinner:after{content:"Loading...";font-size:14px;color:#888;font-family:Inter,sans-serif}.flute-icon{width:40px;height:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f36c6c'%3E%3Cpath d='M19 3v18H5V3h14m0-2H5c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-5 4h-4v2h4V5zm0 4h-4v2h4V9zm0 4h-4v2h4v-2z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.progress-dots{position:absolute;top:16px;left:0;right:0;display:flex;justify-content:center;gap:8px;z-index:4}.progress-dot{width:4px;height:4px;border-radius:50%;background-color:hsla(0,85%,69%,.3);transition:all .3s ease}.progress-dot.active{width:20px;border-radius:2px;background-color:#f36c6c}@media (max-width:768px){.profile-holder{width:100%;height:100vh;margin:0;border-radius:0}.nav-button{width:30px;height:30px;font-size:16px}.name-placeholder{font-size:1.25rem;padding:16px}}.horizontal-picture-card{display:flex;justify-content:center;align-items:center;width:100%;height:100%;max-width:910px;max-height:520px;overflow:hidden;border-radius:30px;box-shadow:3px 3px 26px #42445a;margin:0 auto;position:relative;background-color:#000}@media (max-width:768px){.horizontal-picture-card{max-width:90%;max-height:90%}}.locked-heart-circle{width:50px;height:50px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:4px 4px 12px #d39999;position:relative;cursor:pointer;transition:transform .2s,box-shadow .2s}.locked-heart-circle:hover{transform:scale(1.05);box-shadow:6px 6px 14px #d39999}.locked-heart-circle:active{transform:scale(.95);box-shadow:2px 2px 6px #d39999}.locked-heart-circle .heart{position:relative;width:15px;height:15px;background-color:#d39999;box-shadow:8px 9px 24px #d39999;transform:rotate(-45deg)}.locked-heart-circle .heart:after,.locked-heart-circle .heart:before{content:"";position:absolute;width:inherit;height:inherit;background-color:#d39999;border-radius:50%}.locked-heart-circle .heart:before{top:-10px;left:0}.locked-heart-circle .heart:after{top:0;left:10px}.like-message-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}.like-message-modal{background:#fff;border-radius:20px;padding:32px;width:90%;max-width:400px;position:relative;box-shadow:0 10px 25px rgba(0,0,0,.2);animation:slideUp .4s ease}.close-button{position:absolute;top:15px;right:15px;background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:5px;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:background .2s}.close-button:hover{background:#f0f0f0}.like-animation{display:flex;justify-content:center;margin-bottom:20px}.heart-pulse{width:60px;height:60px;position:relative;animation:pulse 1.5s ease infinite}.heart-pulse:after,.heart-pulse:before{content:"";position:absolute;top:0;width:30px;height:50px;border-radius:30px 30px 0 0;background-color:#f36c6c;transform-origin:50% 100%}.heart-pulse:before{left:30px;transform:rotate(-45deg)}.heart-pulse:after{left:0;transform:rotate(45deg)}textarea{width:100%;min-height:120px;padding:16px;border:2px solid #eee;border-radius:12px;margin-bottom:16px;font-family:Inter,sans-serif;font-size:16px;line-height:1.6;color:#1a1a1a;background-color:#fff;resize:none;transition:all .2s ease;letter-spacing:.01em}textarea::placeholder{color:#666;font-weight:400}textarea:focus{outline:none;border-color:#f36c6c;box-shadow:0 0 0 3px hsla(0,85%,69%,.1)}.send-button{width:100%;padding:12px;background:#f36c6c;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:500;cursor:pointer;transition:transform .2s,background .2s}.send-button:hover{background:#e45a5a;transform:translateY(-2px)}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.message-header{text-align:center;margin-bottom:20px;color:#f36c6c;font-family:Playfair Display,serif;font-size:1.5rem;font-style:italic;line-height:1.4}.vertical-picture-card{max-width:521px;max-height:700px;overflow:hidden;border-radius:30px;box-shadow:3px 3px 26px #42445a;margin:0 auto;position:relative;background-color:#000}.image-container,.vertical-picture-card{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.image-container img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.like-button{position:absolute;bottom:10px;right:10px;z-index:4}@media (max-width:768px){.vertical-picture-card{max-width:90%;max-height:90%}}.profile-deck{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.profile-card{border:1px solid #ccc;padding:10px;margin:10px;border-radius:5px;width:300px;text-align:center;position:relative}.profile-actions{display:flex;justify-content:space-between;width:300px;margin-top:20px}.profile-actions button{padding:10px 20px;border:none;border-radius:5px;cursor:pointer}.profile-actions button:first-of-type{background-color:#f36c6c;color:#fff}.profile-actions button:last-of-type{background-color:#4caf50;color:#fff}.upload-page{flex-direction:column;align-items:center;height:100vh}.upload-container,.upload-page{display:flex;justify-content:center}.upload-container{gap:20px;margin-bottom:20px}.upload-field{width:100px;height:100px;border:2px dashed #ccc;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.upload-field input{opacity:0;width:100%;height:100%;cursor:pointer;position:absolute;top:0;left:0}.upload-field:before{content:"Upload";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#ccc;font-size:14px}.selected-picture{width:100%;height:100%;object-fit:cover;border-radius:5px}.view-profile-button{background-color:#f36c6c;color:#fff;border:none;padding:10px 20px;font-size:16px;cursor:pointer;border-radius:5px;transition:background-color .3s}.view-profile-button:hover{background-color:#d55a5a}.dashboard-layout{display:flex;min-height:100vh;background-color:#f0f2f5}.dashboard-nav{width:300px;background:#fff;border-right:1px solid hsla(0,85%,69%,.1);padding:32px 24px;display:flex;flex-direction:column;gap:40px;box-shadow:0 0 40px rgba(0,0,0,.03)}.nav-header{padding:0 12px;margin-bottom:28px}.nav-header h1{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;color:#2c3e50;letter-spacing:-.5px;margin-bottom:4px;line-height:1.1}.app-suffix{color:#f36c6c;font-weight:500}.nav-subtitle{color:#666;font-size:.95rem;font-weight:400;letter-spacing:.2px;line-height:1.4}.subtitle-highlight{color:#f36c6c;font-weight:500}.nav-items{display:flex;flex-direction:column;gap:12px}.nav-item{display:flex;align-items:center;padding:16px;border-radius:16px;background:#fff;cursor:pointer;position:relative;color:#666;transition:all .3s ease;width:100%;text-align:left;border:none;box-shadow:0 2px 4px rgba(0,0,0,.02)}.nav-item:hover{background-color:hsla(0,85%,69%,.05);color:#f36c6c}.nav-item.active{color:#f36c6c;background-color:hsla(0,85%,69%,.08)}.nav-item-content{gap:16px;width:100%}.nav-icon,.nav-item-content{display:flex;align-items:center}.nav-icon{justify-content:center;width:40px;height:40px;border-radius:12px;background:hsla(0,85%,69%,.1);color:#f36c6c}.nav-text{display:flex;flex-direction:column;gap:4px}.nav-label{font-size:1rem;font-weight:600}.nav-description{font-size:.8rem;color:#999;font-weight:400}.active-indicator{position:absolute;left:0;width:4px;height:32px;background-color:#f36c6c;border-radius:0 4px 4px 0}.dashboard-content{flex:1;padding:40px;overflow-y:auto}.nav-item:hover .nav-icon{transform:scale(1.05);transition:transform .2s ease}@media (max-width:768px){.dashboard-layout{flex-direction:column}.dashboard-nav{width:100%;padding:20px}.nav-items{flex-direction:row;overflow-x:auto;padding:8px}.nav-item{flex:0 0 auto;width:auto}.nav-description{display:none}}.geoapify-autocomplete-input{padding:0 31px 0 7px;width:calc(100% - 40px);outline:none;line-height:36px;height:36px;border:1px solid rgba(0,0,0,.3);font-size:14px}.geoapify-autocomplete-items{position:absolute;border:1px solid rgba(0,0,0,.3);border-top:none;background-color:#fff;z-index:99;top:100%;left:0;right:0}.geoapify-autocomplete-items div{padding:10px;cursor:pointer}.geoapify-autocomplete-items .active,.geoapify-autocomplete-items div:hover{background-color:rgba(0,0,0,.1)}.geoapify-autocomplete-item{display:flex;flex-direction:row;align-items:center}.geoapify-autocomplete-item .icon{display:inline-block;width:40px;height:24px;color:#aaa}.geoapify-autocomplete-item .icon.emoji{color:unset;font-size:20px;opacity:.9}.geoapify-close-button{position:absolute;right:5px;top:0;height:100%;display:none;align-items:center}.geoapify-close-button.visible{display:flex}.geoapify-close-button{color:rgba(0,0,0,.4);cursor:pointer}.geoapify-close-button:hover{color:rgba(0,0,0,.6)}.geoapify-autocomplete-items .main-part .non-verified{color:#ff4848}.geoapify-autocomplete-items .secondary-part{margin-left:10px;font-size:small;color:rgba(0,0,0,.6)}.preferences-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8f9fa;padding:20px}.preferences-card{background:#fff;border-radius:24px;width:100%;max-width:500px;display:flex;flex-direction:column;box-shadow:0 12px 32px rgba(0,0,0,.1);overflow:hidden}.progress-bar{width:100%;height:4px;background:#eee}.progress-fill{height:100%;background:#f36c6c;transition:width .3s ease}.content-wrapper{min-height:400px}.content-wrapper,.step-content{display:flex;flex-direction:column}.step-content{padding:24px 20px;gap:20px}.step-content h2{margin-bottom:16px;color:#1a1a1a}.preference-input,.preference-textarea{width:100%;padding:16px;border:2px solid #eee;border-radius:12px;font-size:16px;color:#1a1a1a;transition:all .2s ease}.preference-input::placeholder,.preference-textarea::placeholder{color:#666}.preference-input:focus,.preference-textarea:focus{outline:none;border-color:#f36c6c;box-shadow:0 0 0 3px hsla(0,85%,69%,.1)}.preference-textarea{min-height:120px;resize:none}.age-slider{margin:16px 0}.slider{width:100%;height:4px;appearance:none;background:#eee;border-radius:2px;outline:none}.slider::-webkit-slider-thumb{appearance:none;width:20px;height:20px;background:#f36c6c;border-radius:50%;cursor:pointer;transition:transform .2s ease}.slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.navigation-buttons{padding:20px 24px;background:#fff;display:flex;align-items:center;justify-content:flex-end;gap:12px;border-top:1px solid #eee}.nav-button{padding:12px 24px;border:none;border-radius:12px;font-size:16px;font-weight:500;cursor:pointer;transition:transform .2s ease;min-width:100px;white-space:nowrap}.nav-button.back{background:#eee;color:#666}.nav-button.next{background:#f36c6c;color:#fff;padding:12px 32px}.nav-button:hover{transform:translateY(-2px)}.fade-in{animation:fadeIn .3s ease}.age-display{color:#1a1a1a;font-size:32px;font-weight:600;text-align:center;margin:12px 0}.days-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:12px 0}.day-button{padding:16px;border:2px solid #eee;border-radius:12px;background:#fff;color:#1a1a1a;font-size:16px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.day-button.selected{background:#f36c6c;color:#fff;border-color:#f36c6c}.day-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.location-inputs{display:flex;flex-direction:column;gap:16px;margin-top:12px}.location-select{position:relative;z-index:2}.location-select__control{border:2px solid #eee!important;border-radius:12px!important;min-height:50px!important}.location-select__single-value{color:#1a1a1a!important;font-size:16px!important}.location-select__input{color:#1a1a1a!important}.location-select__menu{margin-top:4px!important;border-radius:12px!important;z-index:3}.location-select__option{color:#1a1a1a!important;padding:12px 16px!important}.location-select__option--is-focused{background-color:#f8f9fa!important}.location-select__option--is-selected{background-color:#f36c6c!important;color:#fff!important}.location-select__placeholder{color:#666!important}@media (max-width:768px){.preferences-card{border-radius:12px;margin:10px}.navigation-buttons,.step-content{padding:16px}}.welcome-container{display:flex;flex-direction:column;min-height:100vh;justify-content:space-between;align-items:center;padding:40px;background-color:#e6e2e0;box-shadow:4px 26px 48px -12px #f36c6c;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#030303}.welcome-header{width:100%;text-align:center;margin-top:40px}.header-text{font-size:3rem;font-family:Playfair Display,serif;letter-spacing:1px;color:#030303}.welcome-body{display:flex;flex-direction:column;align-items:center;max-width:800px;text-align:center;margin:20px}.description p{margin:10px 0;font-size:1.2rem;color:#444}.fade-in-out{animation:fadeIn .5s ease-in-out forwards;color:#000}.button-container{display:flex;justify-content:center;gap:20px;margin:30px 0}.continue-button{background-color:#f36c6c;color:#fff}.continue-button,.logout-button{border:none;padding:12px 25px;border-radius:30px;font-size:1rem;cursor:pointer;box-shadow:2px 2px 8px rgba(0,0,0,.2);transition:transform .3s ease}.logout-button{background-color:#d3d3d3;color:#555}.faq-section{width:100%;max-width:600px;margin-bottom:20px;text-align:left}.faq-section h2{font-size:1.8rem;margin-bottom:15px;color:#030303}.faq-item{margin-bottom:15px;cursor:pointer}.faq-question{display:flex;justify-content:space-between;align-items:center;background-color:#f1f1f1;padding:12px;border-radius:5px}.faq-toggle{transition:transform .3s ease}.faq-toggle.open{transform:rotate(180deg)}.faq-answer{margin-top:8px;padding:12px;background-color:#e9e9e9;border-radius:5px;font-size:.95rem;color:#444}.logo-container{margin:0;padding:0;line-height:1;text-align:center;font-family:Dancing Script,cursive;font-size:3rem;letter-spacing:2px;color:#fff}.logo-svg{width:100%;max-width:500px;height:auto}.logo-svg text{fill:#fff;font-family:Dancing Script,cursive;font-size:100px}.device-restriction-container{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#000;color:#fff;overflow-y:auto;padding:1rem;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.device-restriction-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;opacity:.15}.device-restriction-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.95),rgba(0,0,0,.85));z-index:2}.device-restriction-content{position:relative;z-index:3;max-width:90%;width:680px;padding:2rem 1.5rem;text-align:center;background:rgba(28,28,28,.95);border-radius:24px;backdrop-filter:blur(20px);box-shadow:0 8px 32px rgba(0,0,0,.4);border:1px solid hsla(0,0%,100%,.1);display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin:1rem auto;box-sizing:border-box;overflow-x:hidden}.device-restriction-content h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0;letter-spacing:-.02em}.logo-container{width:120px;height:120px;position:relative;display:flex;align-items:center;justify-content:center;margin:.5rem 0}.brand-logo{display:block!important;max-width:100%;height:auto;filter:drop-shadow(0 0 20px rgba(213,90,90,.3))}.device-restriction-message{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%}.primary-message{font-size:1.25rem;color:#d55a5a;font-weight:500;margin:0}.secondary-message{font-size:1.1rem;color:#888;margin:0}.divider{width:40px;height:4px;background:#d55a5a;border-radius:2px;margin:.5rem 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:1.5rem 0;width:100%;padding:0 1rem;box-sizing:border-box}.feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.feature-icon-container{width:48px;height:48px;background:rgba(213,90,90,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.feature-icon-container svg{width:28px;height:28px;stroke:#d55a5a}.feature-text h3{font-size:1.1rem;font-weight:600;color:#fff;margin:0 0 .5rem}.feature-text p{font-size:.95rem;color:#888;margin:0;line-height:1.4}.coming-soon{margin-top:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.pill{background:rgba(213,90,90,.15);color:#d55a5a;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.coming-soon p{color:#888;font-size:.9rem;margin:0}@media (max-width:768px){.device-restriction-container{padding:.5rem;align-items:flex-start}.device-restriction-content{padding:1.5rem 1rem;gap:1.25rem;margin:.5rem auto;width:100%;max-height:none}.device-restriction-content h1{font-size:1.75rem;padding:0 .5rem}.features-grid{grid-template-columns:1fr;gap:1.25rem;padding:0 .5rem}.feature{padding:.5rem}.feature-icon-container{width:40px;height:40px}.feature-icon-container svg{width:24px;height:24px}.primary-message{font-size:1rem;padding:0 .5rem}.secondary-message{font-size:.9rem;padding:0 .5rem}.logo-container{width:90px;height:90px;margin:.25rem 0}}@media (max-width:380px){.device-restriction-content{padding:1.25rem .75rem}.device-restriction-content h1{font-size:1.5rem}.features-grid{gap:1rem}.feature-text h3{font-size:1rem}.feature-text p{font-size:.85rem}}@media (max-height:600px){.device-restriction-container{height:auto;min-height:100vh}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.device-restriction-content{animation:fadeIn .6s ease-out forwards}