#root,body,html{height:100%;overflow:hidden;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.App{align-items:center;background:linear-gradient(180deg,#0c2c55,#296374 50%,#629fad);cursor:pointer;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.App.landing-page{background:radial-gradient(ellipse at center,#f0f7fa 0,#d4e8ef 30%,#a8d4e0 60%,#7ec4d4 100%)}.decorative-elements{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.deco-star{opacity:.7;position:absolute}.star-1{height:30px;left:8%;top:15%;width:30px}.star-2{height:20px;left:5%;top:70%;width:20px}.star-3{height:25px;right:12%;top:80%;width:25px}.star-4{height:18px;right:15%;top:25%;width:18px}.deco-sparkle{opacity:.8;position:absolute}.sparkle-1{height:16px;left:12%;top:30%;width:16px}.sparkle-2{height:12px;left:3%;top:55%;width:12px}.sparkle-3{height:14px;right:8%;top:65%;width:14px}.sparkle-4{height:10px;right:5%;top:20%;width:10px}.deco-shooting{opacity:.6;position:absolute}.shooting-1{height:50px;right:5%;top:8%;transform:rotate(-15deg);width:150px}.shooting-2{height:40px;left:10%;top:12%;transform:rotate(25deg) scaleX(-1);width:120px}.deco-5star{opacity:.5;position:absolute}.five-star-1{bottom:15%;height:50px;left:5%;width:50px}.five-star-2{bottom:20%;height:40px;right:3%;width:40px}.content-container{align-items:center;animation:floatUp 1.5s ease-out;display:flex;flex-direction:column;opacity:1;position:relative;transform:translateY(60px);transition:transform .8s ease-out;z-index:1}@keyframes floatUp{0%{opacity:0;transform:translateY(100vh)}to{opacity:1;transform:translateY(60px)}}.content-container.show-buttons{animation:none;transform:translateY(-25px)!important}.landing-page .content-container{transform:translateY(0)}.landing-page .content-container.show-buttons{transform:translateY(-40px)!important}@keyframes floatUpLanding{0%{opacity:0;transform:translateY(60vh)}to{opacity:1;transform:translateY(0)}}.landing-page .content-container{animation:floatUpLanding 1.5s ease-out}.title{color:#ededce;font-family:Arial,sans-serif;font-size:4rem;font-weight:700;letter-spacing:.3rem;margin-bottom:2rem;text-shadow:0 4px 20px #0c2c5580;text-transform:uppercase}.image-container{align-items:center;display:flex;height:200px;justify-content:center;width:200px}.island-image{filter:drop-shadow(0 10px 30px rgba(0,0,0,.3));max-height:90%;max-width:90%;object-fit:contain}.logo-header{align-items:center;display:flex;gap:0;justify-content:center;transition:all .8s cubic-bezier(.4,0,.2,1)}.logo-header.expanded{gap:.5rem}.house-icon-container{align-items:center;display:flex;height:160px;justify-content:center;transition:all .8s cubic-bezier(.4,0,.2,1);width:160px}.logo-header.expanded .house-icon-container{height:120px;width:120px}.house-icon{filter:drop-shadow(0 4px 12px rgba(12,44,85,.15));height:100%;object-fit:contain;width:100%}.brand-name-container{align-items:center;display:flex;flex-direction:column;overflow:hidden}.brand-name{color:#0c2c55;font-family:Georgia,serif;font-size:4rem;font-weight:400;letter-spacing:-.05em;max-width:0;opacity:0;overflow:hidden;transition:all .8s cubic-bezier(.4,0,.2,1);transition-delay:.2s;white-space:nowrap}.brand-name.visible{max-width:450px;opacity:1}.brand-arrow{height:16px;margin-top:-4px;object-fit:contain;opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1);transition-delay:.5s;width:0}.brand-arrow.visible{opacity:1;width:260px}.subtitle{color:#0c2c55;font-family:Georgia,serif;font-size:1.4rem;font-weight:400;margin-bottom:.25rem;margin-top:0;opacity:0;text-align:center;transform:translateY(10px);transition:all .6s ease-out;transition-delay:.5s}.subtitle.visible{opacity:.8;transform:translateY(0)}.tagline-container{align-items:flex-end;display:flex;flex-direction:column}.tagline{color:#0c2c55;font-family:Georgia,serif;font-size:2rem;font-weight:400;letter-spacing:-.03em;margin-bottom:0;margin-top:0;position:relative;text-align:center}.tagline em{font-family:Brush Script MT,Segoe Script,cursive;font-size:2.2rem;font-style:italic}.tagline-arrow{height:16px;margin-bottom:.25rem;margin-top:-2px;object-fit:contain;opacity:.9;width:220px}.button-container{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;opacity:0;pointer-events:none;transform:translateY(60px);transition:all .8s ease-out;transition-delay:.3s}.button-container.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.auth-button{align-items:center;border:none;border-radius:50px;box-shadow:0 4px 15px #0003;cursor:pointer;display:flex;font-size:1.2rem;font-weight:600;gap:.75rem;justify-content:center;letter-spacing:.1rem;min-width:200px;padding:1rem 3rem;text-transform:uppercase;transition:all .3s ease}.google-icon{flex-shrink:0;height:24px;width:24px}.login-button{background:#ededce;color:#0c2c55}.login-button:hover{background:#fff;box-shadow:0 6px 20px #0c2c5566;transform:translateY(-3px)}.signup-button{background:linear-gradient(135deg,#296374,#629fad);color:#ededce}.signup-button:hover{box-shadow:0 6px 20px #0c2c5566;filter:brightness(1.15);transform:translateY(-3px)}.landing-page .login-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:2px solid #0c2c554d;color:#0c2c55}.landing-page .login-button:hover{background:#ffffffe6;border-color:#0c2c55}.landing-page .signup-button{background:#0c2c55cc;border:2px solid #0000;color:#fff}.landing-page .signup-button:hover{background:#0c2c55}.click-hint{bottom:3rem;color:#ededce;font-size:1rem;opacity:.7;pointer-events:none;position:absolute;z-index:1}.landing-page .click-hint{color:#0c2c55;opacity:.6}.loading{color:#ededce;font-size:1.5rem;z-index:1}.account-button-container{align-items:flex-start;display:flex;position:fixed;right:2rem;top:2rem;z-index:100}.account-button{background:#0000;border:2px solid #ededce;border-radius:50%;box-shadow:0 4px 15px #0000004d;cursor:pointer;height:50px;overflow:hidden;padding:0;transition:all .3s ease;width:50px}.account-button:hover{box-shadow:0 6px 20px #0006;transform:scale(1.05)}.account-icon{height:28px;width:28px}.account-menu{animation:slideIn .3s ease-out;display:flex;flex-direction:column;gap:1rem;margin-right:1.1rem}@keyframes slideIn{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes slideOut{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}.account-menu.closing{animation:slideOut .3s ease-out forwards}.account-menu-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ededce1a;border:2px solid #ededce;border-radius:25px;box-shadow:0 4px 15px #0003;color:#ededce;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.05rem;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}.account-menu-button:hover{background:#ededce33;box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.account-menu-button.logout{background:#dc3545cc;border-color:#dc3545;color:#ededce}.account-menu-button.logout:hover{background:#dc3545;border-color:#c82333;transform:translateY(-2px)}.dashboard{z-index:1}.dashboard,.user-info{align-items:center;display:flex;flex-direction:column;padding:2rem}.user-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ededce1a;border:1px solid #ededce33;border-radius:20px;margin:2rem 0}.user-avatar{border:4px solid #ededce;border-radius:50%;height:100px;margin-bottom:1rem;object-fit:cover;width:100px}.welcome-text{color:#ededce;font-size:1.8rem;margin-bottom:.5rem;text-shadow:0 2px 10px #0c2c5580}.user-email{color:#ededcecc;font-size:1rem}.logout-button{background:#0000;border:2px solid #ededce;border-radius:50px;color:#ededce;cursor:pointer;font-size:1.2rem;font-weight:600;letter-spacing:.1rem;margin-top:1rem;padding:1rem 3rem;text-transform:uppercase;transition:all .3s ease}.logout-button:hover{background:#ededce;box-shadow:0 6px 20px #0c2c5566;color:#0c2c55;transform:translateY(-3px)}@media (max-width:768px){.title{font-size:2.5rem;letter-spacing:.2rem}.image-container{height:150px;width:150px}.auth-button{font-size:1rem;min-width:180px;padding:.8rem 2rem}.user-avatar{height:80px;width:80px}.welcome-text{font-size:1.4rem}.logout-button{font-size:1rem;padding:.8rem 2rem}.account-button-container{right:1rem;top:1rem}.account-button{height:40px;width:40px}.account-menu-button{font-size:.9rem;padding:.6rem 1.2rem}.house-icon-container{height:120px;width:120px}.logo-header.expanded .house-icon-container{height:80px;width:80px}.brand-name{font-size:2.5rem;letter-spacing:-.04em}.brand-name.visible{max-width:280px}.brand-arrow.visible{height:14px;width:170px}.subtitle{font-size:.95rem;padding:0 1rem}.tagline{font-size:1.4rem;padding:0 1rem}.tagline em{font-size:1.6rem}.tagline-arrow{height:12px;width:160px}.shooting-2,.sparkle-4,.star-4{display:none}.shooting-1{width:100px}}.profile-card-content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:40px;position:relative;width:100%}.profile-card-header{margin-bottom:40px;text-align:center}.profile-card-title{color:#fff;font-size:2.5rem;font-weight:700;margin:0 0 10px;text-shadow:0 2px 10px #0000004d}.profile-card-subtitle{color:#ffffffb3;font-size:1rem;font-weight:400;margin:0}.profile-card-input{margin-bottom:20px;max-width:500px;width:100%}.profile-dropdown,.profile-text-input{-webkit-appearance:none;appearance:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:12px;color:#fff;cursor:pointer;font-family:inherit;font-size:1.1rem;outline:none;padding:16px 20px;width:100%}.profile-dropdown{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 15px center;background-repeat:no-repeat;background-size:20px;overflow:hidden;padding-right:50px}.profile-dropdown:hover,.profile-text-input:hover{background-color:#ffffff26;border-color:#fff6}.profile-dropdown:focus{background-color:#1e283cf2;background-image:none}.profile-dropdown:focus,.profile-text-input:focus{border-color:#6496ff99;box-shadow:0 0 0 4px #6496ff1a}.profile-text-input:focus{background:#ffffff26}.profile-dropdown option{background:linear-gradient(135deg,#ffffff1f,#ffffff0f 50%,#ffffff1f),#1e283cf2;color:#fff;padding:12px}.profile-dropdown option:checked,.profile-dropdown option:hover{background:linear-gradient(135deg,#ffffff2e,#ffffff14 50%,#ffffff2e),#232d46fa}.profile-text-input::placeholder{color:#ffffff80}.profile-submit-wrapper{margin-top:20px}.profile-submit-button{background:#296374;border:none;border-radius:12px;box-shadow:0 4px 15px #29637466;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:20px;padding:14px 40px;transition:all .3s ease}.profile-submit-button:hover{box-shadow:0 6px 20px #29637499;transform:translateY(-2px)}.profile-submit-button:active{transform:translateY(0)}.profile-submit-button.disabled{background:#ffffff1a;box-shadow:none;color:#ffffff4d;cursor:not-allowed}.profile-card-progress{bottom:30px;color:#ffffff80;font-size:.9rem;font-weight:500;position:absolute;right:40px}.profile-dropdown::-webkit-scrollbar{width:8px}.profile-dropdown::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}.profile-dropdown::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.profile-dropdown::-webkit-scrollbar-thumb:hover{background:#ffffff80}.city-suggestions-dropdown{max-height:250px;top:calc(100% + 2px);z-index:9999}.city-suggestion-item{padding:14px 20px}.city-suggestion-item.loading,.city-suggestion-item.no-results{font-family:inherit;font-size:.95rem;font-style:normal}.city-validation-message{animation:fadeIn .3s ease;color:#ff6b6b;font-size:.9rem;margin-top:8px;padding-left:4px;text-align:left}.scrollable-cards{height:100vh;overflow:hidden;position:relative;width:100vw}.scrollable-cards__container{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.scrollable-cards__card{border-radius:28px;filter:blur(4px);height:400px;position:absolute;transform:translateY(calc(var(--offset)*120px)) scale(calc(1 - abs(var(--offset))*.05));transition:transform .08s ease-out,opacity .08s ease-out,filter .08s ease-out;width:700px}.scrollable-cards__card-inner{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffff1f,#ffffff0f 50%,#ffffff1f),#1e283cf2;border:1px solid #ffffff2e;border-radius:28px;box-shadow:0 0 32px #0000004d,inset 0 0 1px #ffffff1a;height:100%;overflow:visible;position:relative;width:100%}.scrollable-cards__card--selected{filter:blur(0);transform:translateY(0) scale(1)}.scrollable-cards__card--selected .scrollable-cards__card-inner{background:linear-gradient(135deg,#ffffff2e,#ffffff14 50%,#ffffff2e),#232d46fa;border:1px solid #ffffff40;box-shadow:0 0 60px #0006,inset 0 0 1px #ffffff26}.scrollable-cards__card:not(.scrollable-cards__card--selected){opacity:1}.scrollable-cards--scrolling .scrollable-cards__card{filter:blur(16px);transform:translateY(calc(var(--offset)*120px)) scale(calc(1 - abs(var(--offset))*.05)) scaleY(1.04);transition:transform .04s ease-out,opacity .04s ease-out,filter .04s ease-out}.scrollable-cards--scrolling .scrollable-cards__card--selected{filter:blur(3px);transform:translateY(0) scale(1) scaleY(1.02)}.user-input-page{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:40px 20px;position:relative;width:100vw;z-index:1}.user-input-container{animation:fadeInUp .8s ease-out;display:flex;flex-direction:column;gap:32px;max-width:640px;width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.user-input-header{margin-bottom:16px;text-align:center}.header-icon{align-items:center;background:linear-gradient(135deg,#ededce26,#ededce0d);border:1px solid #ededce33;border-radius:20px;display:flex;height:64px;justify-content:center;margin:0 auto 20px;width:64px}.header-icon svg{color:#ededce;height:32px;width:32px}.user-input-title{color:#ededce;font-size:2.2rem;font-weight:700;letter-spacing:-.02em;margin:0 0 12px;text-shadow:0 4px 20px #0c2c5580}.user-input-subtitle{color:#ededce99;font-size:1.05rem;line-height:1.5;margin:0}.input-section{display:flex;flex-direction:column;gap:12px}.input-label{color:#ededce;font-size:1rem;font-weight:600;gap:10px;letter-spacing:.01em}.input-label,.label-icon{align-items:center;display:flex}.label-icon{height:22px;justify-content:center;opacity:.8;width:22px}.label-icon svg{color:#629fad;height:18px;width:18px}.input-textarea{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff14,#ffffff08);border:2px solid #ffffff1f;border-radius:16px;color:#fff;font-family:inherit;font-size:1rem;line-height:1.6;outline:none;padding:18px 22px;resize:none;transition:all .3s ease;width:100%}.input-textarea::placeholder{color:#fff6}.input-textarea:hover{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-color:#ffffff40}.input-textarea:focus{background:linear-gradient(135deg,#ffffff1f,#ffffff0f);border-color:#629fad99;box-shadow:0 0 0 4px #629fad26,0 10px 40px #0003}.risk-label{margin-bottom:4px}.risk-selector{display:flex;gap:12px}.risk-option{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff0f,#ffffff05);border:2px solid #ffffff1a;border-radius:16px;cursor:pointer;display:flex;flex:1 1;flex-direction:column;gap:10px;padding:24px 16px;transition:all .3s cubic-bezier(.4,0,.2,1)}.risk-option:hover{background:linear-gradient(135deg,#ffffff1a,#ffffff0a);border-color:#ffffff40}.risk-option.selected,.risk-option:hover{transform:translateY(-2px)}.risk-option:first-child.selected{background:linear-gradient(135deg,#4ade8026,#4ade800d);border-color:#4ade80b3;box-shadow:0 0 0 4px #4ade801f,0 8px 32px #4ade8026}.risk-option:nth-child(2).selected{background:linear-gradient(135deg,#fbbf2426,#fbbf240d);border-color:#fbbf24b3;box-shadow:0 0 0 4px #fbbf241f,0 8px 32px #fbbf2426}.risk-option:last-child.selected{background:linear-gradient(135deg,#f8717126,#f871710d);border-color:#f87171b3;box-shadow:0 0 0 4px #f871711f,0 8px 32px #f8717126}.risk-icon{align-items:center;color:#ededce99;display:flex;height:36px;justify-content:center;transition:all .3s ease;width:36px}.risk-icon svg{height:28px;width:28px}.risk-option.selected .risk-icon{color:#ededce}.risk-option:first-child.selected .risk-icon{color:#4ade80}.risk-option:nth-child(2).selected .risk-icon{color:#fbbf24}.risk-option:last-child.selected .risk-icon{color:#f87171}.risk-label-text{color:#ededcee6;font-size:1.1rem;font-weight:600;transition:color .3s ease}.risk-option.selected .risk-label-text{color:#ededce}.risk-description{color:#ededce66;font-size:.8rem;line-height:1.3;text-align:center;transition:color .3s ease}.risk-option.selected .risk-description{color:#ededceb3}.ascend-button{align-items:center;background:linear-gradient(135deg,#ededce,#d4d4b8);border:none;border-radius:16px;box-shadow:0 4px 20px #ededce4d,0 8px 40px #00000026;color:#0c2c55;cursor:pointer;display:flex;font-family:inherit;font-size:1.3rem;font-weight:700;gap:12px;justify-content:center;letter-spacing:.08em;margin-top:16px;overflow:hidden;padding:20px 40px;position:relative;text-transform:uppercase;transition:all .4s cubic-bezier(.4,0,.2,1);width:100%}.ascend-button:before{background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.ascend-button:hover:before{left:100%}.ascend-button:hover{background:linear-gradient(135deg,#fff,#ededce);box-shadow:0 8px 30px #ededce66,0 12px 50px #0003;transform:translateY(-3px)}.ascend-button:active{transform:translateY(-1px)}.ascend-button.disabled{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);box-shadow:none;color:#ededce4d;cursor:not-allowed}.ascend-button.disabled:hover{box-shadow:none;transform:none}.ascend-button.disabled:before{display:none}.button-icon,.button-text{position:relative;z-index:1}.button-icon{align-items:center;display:flex;height:24px;justify-content:center;transition:transform .3s ease;width:24px}.button-icon svg{height:22px;width:22px}.ascend-button:hover .button-icon{transform:translateY(-3px)}.ascend-button.disabled .button-icon{opacity:.3}@media (max-width:640px){.user-input-page{padding:30px 16px}.user-input-container{gap:24px}.user-input-title{font-size:1.8rem}.input-textarea,.user-input-subtitle{font-size:.95rem}.input-textarea{padding:16px 18px}.risk-selector{flex-direction:column;gap:10px}.risk-option{flex-direction:row;gap:16px;justify-content:flex-start;padding:18px 20px}.risk-icon{height:44px;width:44px}.risk-label-text{font-size:1rem}.risk-description{text-align:left}.ascend-button{font-size:1.1rem;padding:18px 32px}}.account-page{align-items:flex-start;animation:accountPageEnter .8s ease-out;background:linear-gradient(180deg,#0c2c55,#296374 50%,#629fad);bottom:0;display:flex;height:100vh;justify-content:center;left:0;overflow-x:hidden;overflow-y:auto;padding:40px 20px;position:fixed;right:0;top:0;width:100%;z-index:10}@keyframes accountPageEnter{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.account-page::-webkit-scrollbar{background:#0000;width:0}.account-page{-ms-overflow-style:none;scrollbar-width:none}.account-container{display:flex;flex-direction:column;gap:24px;max-width:600px;width:100%}.account-back-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ededce4d;border-radius:25px;color:#ededce;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;padding:10px 20px;transition:all .3s ease;width:-webkit-fit-content;width:fit-content}.account-back-button svg{height:20px;width:20px}.account-back-button:hover{background:#fff3;border-color:#ededce80;transform:translateX(-4px)}.account-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:20px;display:flex;flex-direction:column;padding:24px 30px}.account-avatar-container{margin-bottom:12px;position:relative}.account-avatar{border:4px solid #ededce;border-radius:50%;box-shadow:0 8px 32px #0000004d;height:80px;object-fit:cover;width:80px}.account-title{color:#ededce;font-size:1.8rem;font-weight:700;margin:0 0 8px;text-shadow:0 2px 10px #0000004d}.account-email{color:#ededceb3;font-size:1rem;margin:0}.account-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:20px;padding:30px}.account-section-title{border-bottom:1px solid #ffffff1a;color:#ededce;font-size:1.4rem;font-weight:600;margin:0 0 24px;padding-bottom:16px}.account-fields{gap:20px}.account-field,.account-fields{display:flex;flex-direction:column}.account-field{gap:8px}.account-field-label{color:#ededcecc;font-size:.95rem;font-weight:500}.account-input,.account-select{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff14;border:2px solid #ffffff26;border-radius:12px;color:#fff;font-family:inherit;font-size:1rem;outline:none;padding:14px 18px;transition:border-color .3s ease,background-color .3s ease,box-shadow .3s ease;width:100%}.account-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:18px;cursor:pointer;padding-right:45px}.account-input:hover,.account-select:hover{background-color:#ffffff1f;border-color:#ffffff4d}.account-input:focus{background-color:#ffffff1f}.account-input:focus,.account-select:focus{border-color:#6496ff99;box-shadow:0 0 0 4px #6496ff1a}.account-select:focus{background-color:#1e283cf2;background-image:none}.account-input::placeholder{color:#fff6}.account-select option{background:#1e283cfa;color:#fff;padding:12px}.city-autocomplete-container{position:relative;width:100%}.city-suggestions-dropdown{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e283cfa;border:2px solid #fff3;border-radius:12px;box-shadow:0 8px 32px #0006;left:0;max-height:200px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 4px);z-index:100}.city-suggestion-item{border-bottom:1px solid #ffffff1a;color:#fff;cursor:pointer;font-size:.95rem;padding:12px 18px;transition:all .2s ease}.city-suggestion-item:last-child{border-bottom:none}.city-suggestion-item:hover{background:#6496ff33}.city-suggestion-item.loading,.city-suggestion-item.no-results{color:#ffffff80;cursor:default;text-align:center}.city-suggestion-item.loading:hover,.city-suggestion-item.no-results:hover{background:#0000}.city-suggestions-dropdown::-webkit-scrollbar{display:none}.city-suggestions-dropdown{-ms-overflow-style:none;scrollbar-width:none}.account-message{animation:fadeIn .3s ease;border-radius:8px;font-size:.8rem;font-weight:500;margin-top:24px;opacity:.7;padding:10px 14px;text-align:center}.account-message.success{background:#34d399cc;border:1px solid #34d399;color:#fff}.account-message.error{background:#ef4444cc;border:1px solid #ef4444;color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.account-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.account-cancel-button,.account-save-button{border-radius:12px;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:600;padding:12px 28px;transition:all .3s ease}.account-cancel-button{background:#0000;border:2px solid #fff3;color:#ededcecc}.account-cancel-button:hover:not(:disabled){border-color:#fff6;color:#ededce}.account-save-button{background:#296374;border:none;box-shadow:0 4px 15px #29637466;color:#fff}.account-save-button:hover:not(:disabled){box-shadow:0 6px 20px #29637499;transform:translateY(-2px)}.account-cancel-button:disabled,.account-save-button:disabled{cursor:not-allowed;opacity:.4;transform:none}.account-save-button:disabled{box-shadow:none}.account-loading{color:#ededce;font-size:1.2rem;padding:60px 20px;text-align:center}@media (max-width:768px){.account-page{padding:20px 16px}.account-container{gap:16px}.account-header,.account-section{padding:24px 20px}.account-title{font-size:1.5rem}.account-section-title{font-size:1.2rem;margin-bottom:20px}.account-avatar{height:80px;width:80px}.account-actions{flex-direction:column}.account-cancel-button,.account-save-button{padding:14px;width:100%}}
/*# sourceMappingURL=main.562e0d21.css.map*/