*{box-sizing:border-box}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100vh;font-family:inherit}#root{width:100%;min-height:100vh}h2{color:var(--Grey-1, #f3f1ff);font-family:Inter,sans-serif;font-size:36px;font-style:normal;font-weight:400;line-height:110%;margin:0}h3{font-size:1.5rem}p{margin:0;line-height:1.6}a{font-weight:500;color:#646cff;text-decoration:inherit;transition:color .3s ease}a:hover{color:#535bf2}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;color:#213547;cursor:pointer;transition:all .25s ease}button:hover{border-color:#646cff;background-color:#e9e9e9}button:focus,button:focus-visible{outline:2px solid #646cff;outline-offset:2px}button:disabled{opacity:.6;cursor:not-allowed}@media(prefers-color-scheme:dark){:root{color:#ffffffde;background-color:#242424}button{background-color:#1a1a1a;color:#ffffffde}button:hover{background-color:#2a2a2a}}img{max-width:100%;height:auto}:focus-visible{outline:2px solid #646cff;outline-offset:2px}.toast{display:flex;align-items:flex-start;gap:12px;padding:16px;margin-bottom:8px;border-radius:8px;box-shadow:0 4px 12px #00000026;background:#fff;border-left:4px solid;min-width:320px;max-width:500px;opacity:0;transform:translate(100%);transition:all .3s ease-in-out;position:relative}.toast--visible{opacity:1;transform:translate(0)}.toast--exiting{opacity:0;transform:translate(100%)}.toast--success{border-left-color:#10b981}.toast--error{border-left-color:#ef4444}.toast--warning{border-left-color:#f59e0b}.toast--info{border-left-color:#3b82f6}.toast__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-weight:700;font-size:14px;color:#fff;flex-shrink:0}.toast--success .toast__icon{background-color:#10b981}.toast--error .toast__icon{background-color:#ef4444}.toast--warning .toast__icon{background-color:#f59e0b}.toast--info .toast__icon{background-color:#3b82f6}.toast__content{flex:1;min-width:0}.toast__title{font-weight:600;font-size:14px;color:#1f2937;margin-bottom:4px}.toast__message{font-size:14px;color:#6b7280;line-height:1.4;word-wrap:break-word}.toast__close{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:16px;padding:4px;border-radius:4px;transition:color .2s ease;flex-shrink:0}.toast__close:hover{color:#6b7280;background-color:#f3f4f6}.toast__close:focus{outline:2px solid #3b82f6;outline-offset:2px}.toast--loading .toast__icon{background-color:#6b7280}.toast--loading .toast__icon:after{content:"";width:12px;height:12px;border:2px solid white;border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite}@media(max-width:640px){.toast{min-width:280px;max-width:calc(100vw - 32px);margin:0 16px 8px}}.toast-container{position:fixed;top:20px;right:20px;z-index:9999;pointer-events:none}.toast-container>*{pointer-events:auto}@media(max-width:640px){.toast-container{top:10px;right:0;left:0;display:flex;flex-direction:column;align-items:center}}.layout{min-height:100vh;display:flex;flex-direction:column;background:url(/background.ACPpvha3.png) #d3d3d3 50% / cover no-repeat;box-shadow:0 4px 4px #00000040}.layout-header{background-color:transparent;z-index:100}.layout-nav{margin:0 auto;display:flex;width:1536px;padding:32px 48px;justify-content:space-between;align-items:center}.nav-brand .brand-link{font-size:1.5rem;font-weight:700;color:#2563eb;text-decoration:none;transition:color .2s ease}.nav-brand .brand-link:hover{color:#1d4ed8}.brand-logo{height:32px;width:auto;display:block}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-link{color:var(--Grey-1, #f3f1ff);font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:120%}.nav-link:hover{color:#fff;background-color:#374151}.profile-menu-btn{display:flex;padding:14px;justify-content:center;align-items:center;border-radius:12px;background:#938ed314;border:none;cursor:pointer;box-shadow:0 1px 1px #f3f1ff4d inset,0 -1px 1px #571aff66 inset;transition:background-color .2s ease}.profile-menu-btn:hover{background:#938ed326}.profile-menu-icon{width:20px;height:20px;display:block}.layout-main{flex:1;max-width:1536px;margin:0 auto;padding-left:48px;padding-right:48px;width:100%;background-color:transparent}.layout-footer{background-color:#f9fafb;border-top:1px solid #e5e7eb;padding:1rem;text-align:center;color:#6b7280;font-size:.875rem}.new-property-btn{display:flex;padding:14px 20px 14px 18px;justify-content:center;align-items:center;gap:8px;border-radius:12px;background:var(--Purple-Light, #571aff);box-shadow:0 1px 1px #f3f1ff4d inset,0 -1px 1px #571aff66 inset}.new-property-icon{width:16px;height:16px;fill:var(--White, #fff);color:var(--White, #fff)}.new-property-text{color:var(--Grey-1, #f3f1ff);font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:120%}@media(max-width:768px){.layout-nav{padding:1rem .5rem;height:auto;min-height:64px;flex-direction:column;gap:1rem}.nav-links{flex-wrap:wrap;justify-content:center;gap:1rem}.layout-main{padding:16px}}@media(max-width:480px){.nav-brand .brand-link{font-size:1.25rem}.nav-links{flex-direction:column;gap:.5rem}}.menu-container{display:flex;gap:2rem;align-items:center}.menu-item{color:var(--Grey-1, #f3f1ff);font-size:16px;font-style:normal;font-weight:400;line-height:120%}.menu-item:hover{opacity:.8}.loading-spinner{display:inline-block;position:relative}.loading-spinner__circle{border-radius:50%;border-style:solid;animation:spin 1s linear infinite}.loading-spinner--small .loading-spinner__circle{width:16px;height:16px;border-width:2px}.loading-spinner--medium .loading-spinner__circle{width:24px;height:24px;border-width:3px}.loading-spinner--large .loading-spinner__circle{width:32px;height:32px;border-width:4px}.loading-spinner--primary .loading-spinner__circle{border-color:#3b82f6 transparent #3b82f6 transparent}.loading-spinner--secondary .loading-spinner__circle{border-color:#6b7280 transparent #6b7280 transparent}.loading-spinner--white .loading-spinner__circle{border-color:white transparent white transparent}@media(prefers-reduced-motion:reduce){.loading-spinner__circle{animation:none;border-color:#3b82f6}.loading-spinner--secondary .loading-spinner__circle{border-color:#6b7280}.loading-spinner--white .loading-spinner__circle{border-color:#fff}}.loading-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative;text-decoration:none;font-family:inherit}.loading-button:disabled{cursor:not-allowed;opacity:.6}.loading-button--small{padding:8px 16px;font-size:14px;min-height:36px}.loading-button--medium{padding:12px 20px;font-size:16px;min-height:44px}.loading-button--large{padding:16px 24px;font-size:18px;min-height:52px}.loading-button--primary{background-color:#3b82f6;color:#fff}.loading-button--primary:hover:not(:disabled){background-color:#2563eb}.loading-button--primary:focus{outline:2px solid #3b82f6;outline-offset:2px}.loading-button--secondary{background-color:#6b7280;color:#fff}.loading-button--secondary:hover:not(:disabled){background-color:#4b5563}.loading-button--secondary:focus{outline:2px solid #6b7280;outline-offset:2px}.loading-button--outline{background-color:transparent;color:#3b82f6;border:2px solid #3b82f6}.loading-button--outline:hover:not(:disabled){background-color:#3b82f6;color:#fff}.loading-button--outline:focus{outline:2px solid #3b82f6;outline-offset:2px}.loading-button--ghost{background-color:transparent;color:#3b82f6}.loading-button--ghost:hover:not(:disabled){background-color:#f3f4f6}.loading-button--ghost:focus{outline:2px solid #3b82f6;outline-offset:2px}.loading-button--loading{pointer-events:none}.loading-button__spinner{flex-shrink:0}.loading-button__text--loading{opacity:.8}.loading-button--full-width{width:100%}.loading-button--danger{background-color:#ef4444;color:#fff}.loading-button--danger:hover:not(:disabled){background-color:#dc2626}.loading-button--danger:focus{outline:2px solid #ef4444;outline-offset:2px}.password-input-container{position:relative;display:flex;align-items:center}.password-input-container .form-input{padding-right:3rem}.password-toggle-button{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s ease;border-radius:4px}.password-toggle-button:hover:not(:disabled){color:#374151}.password-toggle-button:focus{outline:none;color:#3b82f6}.password-toggle-button:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.password-toggle-button:disabled{color:#d1d5db;cursor:not-allowed}.password-toggle-button svg{width:1.25rem;height:1.25rem;flex-shrink:0}@media(prefers-color-scheme:dark){.password-toggle-button{color:#9ca3af}.password-toggle-button:hover:not(:disabled){color:#d1d5db}.password-toggle-button:focus{color:#60a5fa}.password-toggle-button:disabled{color:#4b5563}}@media(prefers-contrast:high){.password-toggle-button{border:1px solid transparent}.password-toggle-button:focus{border-color:currentColor}}@media(prefers-reduced-motion:reduce){.password-toggle-button{transition:none}}.login-form{max-width:400px;margin:0 auto;padding:2rem;background:#938ed314;border-radius:20px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 1px 1px #f3f1ff4d inset,0 -1px 1px #571aff66 inset}.form-input,input.form-input,.login-form input.form-input{width:100%;padding:.75rem;border:1px solid rgba(147,142,211,.15);border-radius:12px;font-size:1rem;color:var(--Grey-1, #f3f1ff)!important;background-color:#938ed30d!important;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.checkbox-label{display:flex;align-items:center;cursor:pointer;font-size:.875rem}.checkbox-label input[type=checkbox]{margin-right:.5rem;width:1rem;height:1rem;accent-color:var(--Purple-Light, #571aff)}.forgot-password-link{background:none;border:none;color:var(--Grey-2, #a7a3e2);font-size:.875rem;cursor:pointer;text-decoration:underline;padding:0;transition:color .2s ease}.forgot-password-link:hover{color:#fff}.forgot-password-link:disabled{color:#a7a3e266;cursor:not-allowed}.submit-button{width:100%;padding:.75rem;background-color:var(--Purple-Light, #571aff);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 1px 1px #f3f1ff4d inset,0 -1px 1px #571aff66 inset}@media(max-width:480px){.login-form{padding:1.5rem;margin:1rem;max-width:none}.form-header h2{font-size:1.5rem}.form-options{flex-direction:column;align-items:flex-start;gap:.75rem}.forgot-password-link{align-self:flex-end}}@media(max-width:320px){.login-form{padding:1rem}.form-input,.submit-button{padding:.625rem}}@media(prefers-contrast:high){.form-input{border-width:2px}.form-input:focus{border-width:3px}}@media(prefers-reduced-motion:reduce){.form-input,.submit-button,.forgot-password-link{transition:none}.loading-spinner{animation:none}}.form-input:focus-visible,.submit-button:focus-visible,.forgot-password-link:focus-visible{outline:2px solid var(--Purple-Light, #571aff);outline-offset:2px}.register-form{max-width:400px;margin:0 auto;padding:2rem;background:#938ed314;border-radius:20px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 1px 1px #f3f1ff4d inset,0 -1px 1px #571aff66 inset}.form-header p{margin:0;color:var(--Grey-2, #a7a3e2);font-size:.875rem}.form-input,input.form-input,.register-form input.form-input{width:100%;padding:.75rem;border:1px solid rgba(147,142,211,.15);border-radius:12px;font-size:1rem;color:var(--Grey-1, #f3f1ff)!important;background-color:#938ed30d!important;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.error-message{padding:.75rem;margin-bottom:1rem;background-color:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#fca5a5;font-size:.875rem}.checkbox-label{display:flex;align-items:flex-start;cursor:pointer;font-size:.875rem;line-height:1.4;gap:.5rem}.checkbox-label input[type=checkbox]{margin:0;width:1rem;height:1rem;flex-shrink:0;margin-top:.125rem;accent-color:var(--Purple-Light, #571aff)}.checkbox-text{color:var(--Grey-2, #a7a3e2)}.terms-link{color:var(--Purple-Light, #571aff);text-decoration:underline;transition:color .2s ease}.terms-link:hover{color:#6a34ff}.form-footer{text-align:center;padding-top:1rem;border-top:1px solid rgba(167,163,226,.15)}.form-footer p{margin:0;color:var(--Grey-2, #a7a3e2);font-size:.875rem}.login-link{background:none;border:none;color:var(--Grey-2, #a7a3e2);font-size:.875rem;cursor:pointer;text-decoration:underline;padding:0;transition:color .2s ease}.login-link:hover{color:#fff}.login-link:disabled{color:#a7a3e266;cursor:not-allowed}@media(max-width:480px){.register-form{padding:1.5rem;margin:1rem;max-width:none}.form-header h2{font-size:1.5rem}.strength-info{flex-direction:column;gap:.5rem}.strength-text{align-self:flex-start}}@media(max-width:320px){.register-form{padding:1rem}.form-input,.submit-button{padding:.625rem}}@media(prefers-contrast:high){.form-input{border-width:2px}.form-input:focus{border-width:3px}.strength-bar{border:1px solid rgba(255,255,255,.3)}}@media(prefers-reduced-motion:reduce){.form-input,.submit-button,.login-link,.strength-fill{transition:none}.loading-spinner{animation:none}}.form-input:focus-visible,.submit-button:focus-visible,.login-link:focus-visible,.terms-link:focus-visible{outline:2px solid var(--Purple-Light, #571aff);outline-offset:2px}.checkbox-label input[type=checkbox]:focus-visible{outline:2px solid var(--Purple-Light, #571aff);outline-offset:2px}.password-reset-form{max-width:400px;margin:0 auto;padding:2rem;background:#938ed314;border-radius:20px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 1px 1px #f3f1ff4d inset,0 -1px 1px #571aff66 inset}.form-header{text-align:center;margin-bottom:2rem}.form-header h2{margin:0 0 .5rem;font-size:1.75rem;font-weight:600;color:var(--Grey-1, #f3f1ff)}.form-header p{margin:0;color:var(--Grey-2, #a7a3e2);font-size:.875rem;line-height:1.4}.success-container{text-align:center;padding:2rem 0}.success-icon{width:4rem;height:4rem;background-color:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 4px 10px #10b9814d}.success-container h2{margin:0 0 1rem;font-size:1.5rem;font-weight:600;color:var(--Grey-1, #f3f1ff)}.success-message{margin:0 0 2rem;color:var(--Grey-2, #a7a3e2);font-size:.875rem;line-height:1.5}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--Grey-1, #f3f1ff);font-size:.875rem}.form-input{width:100%;padding:.75rem;border:1px solid rgba(147,142,211,.15);border-radius:12px;font-size:1rem;color:var(--Grey-1, #f3f1ff)!important;background-color:#938ed30d!important;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-input::placeholder{color:#a7a3e280}.form-input:focus{outline:none;border-color:#571aff99;box-shadow:0 0 0 3px #571aff26}.form-input.error{border-color:#ef4444}.form-input.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef444426}.form-input:disabled{background-color:#938ed305!important;color:#a7a3e266!important;cursor:not-allowed}.field-help{margin-top:.25rem;color:var(--Grey-2, #a7a3e2);font-size:.75rem;line-height:1.3}.password-strength{margin-top:.5rem}.strength-bar{width:100%;height:4px;background-color:#ffffff1a;border-radius:2px;overflow:hidden;margin-bottom:.5rem}.strength-fill{height:100%;transition:width .3s ease,background-color .3s ease;border-radius:2px}.strength-fill.weak{background-color:#ef4444}.strength-fill.medium{background-color:#f59e0b}.strength-fill.strong{background-color:#10b981}.strength-info{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.strength-text{font-size:.75rem;font-weight:500;min-width:fit-content}.strength-text.weak{color:#ef4444}.strength-text.medium{color:#f59e0b}.strength-text.strong{color:#10b981}.strength-feedback{margin:0;padding:0;list-style:none;font-size:.75rem;color:var(--Grey-2, #a7a3e2);flex:1}.strength-feedback li{margin-bottom:.125rem}.strength-feedback li:before{content:"• ";color:#ef4444;margin-right:.25rem}.error-message{padding:.75rem;margin-bottom:1rem;background-color:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#fca5a5;font-size:.875rem;line-height:1.4}.field-error{display:block;margin-top:.25rem;color:#ef4444;font-size:.75rem}.submit-button{width:100%;padding:.75rem;background-color:var(--Purple-Light, #571aff);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;box-shadow:0 1px 1px #f3f1ff4d inset,0 -1px 1px #571aff66 inset}.submit-button:hover:not(:disabled){background-color:#6a34ff;transform:translateY(-2px)}.submit-button:disabled{background-color:#938ed34d;color:#f3f1ff66;cursor:not-allowed;box-shadow:none}.submit-button.loading{opacity:.8}.back-to-login-button{width:100%;padding:.75rem;background-color:#938ed326;color:var(--Grey-1, #f3f1ff);border:none;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 1px #f3f1ff26 inset,0 -1px 1px #571aff33 inset}.back-to-login-button:hover{background-color:#938ed340;transform:translateY(-2px)}.form-footer{text-align:center}.back-to-login-link{background:none;border:none;color:var(--Grey-2, #a7a3e2);font-size:.875rem;cursor:pointer;text-decoration:underline;padding:0;transition:color .2s ease}.back-to-login-link:hover{color:#fff}.back-to-login-link:disabled{color:#a7a3e266;cursor:not-allowed}@media(max-width:480px){.password-reset-form{padding:1.5rem;margin:1rem;max-width:none}.form-header h2{font-size:1.5rem}.form-header p{font-size:.8125rem}.success-container h2{font-size:1.25rem}.success-icon{width:3rem;height:3rem;font-size:1.5rem}.strength-info{flex-direction:column;gap:.5rem}.strength-text{align-self:flex-start}}@media(max-width:320px){.password-reset-form{padding:1rem}.form-input,.submit-button,.back-to-login-button{padding:.625rem}}@media(prefers-contrast:high){.form-input{border-width:2px}.form-input:focus{border-width:3px}.success-icon{border:2px solid #065f46}.strength-bar{border:1px solid rgba(255,255,255,.3)}}@media(prefers-reduced-motion:reduce){.form-input,.submit-button,.back-to-login-button,.back-to-login-link,.strength-fill{transition:none}.loading-spinner{animation:none}}.form-input:focus-visible,.submit-button:focus-visible,.back-to-login-button:focus-visible,.back-to-login-link:focus-visible{outline:2px solid var(--Purple-Light, #571aff);outline-offset:2px}.protected-route-loading{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f8f9fa}.loading-spinner{display:flex;flex-direction:column;align-items:center;gap:1rem}.spinner{width:40px;height:40px;border:4px solid #e9ecef;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}.loading-spinner p{margin:0;color:#6c757d;font-size:.9rem;font-weight:500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.loading-spinner{padding:2rem}.spinner{width:32px;height:32px;border-width:3px}.loading-spinner p{font-size:.8rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseBorder{0%,to{border-color:#6366f133;box-shadow:0 8px 32px #1f26875e}50%{border-color:#6366f166;box-shadow:0 8px 32px #6366f133}}.closed-alpha-notice{display:flex;justify-content:center;align-items:center;min-height:450px;width:100%}.notice-card{background:#ffffff14;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:3rem 2.5rem;width:100%;max-width:440px;color:#f3f1ff;text-align:center;animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) both,pulseBorder 8s infinite ease-in-out;box-sizing:border-box}.notice-icon{margin:0 auto 1.5rem;width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#6366f126,#8b5cf626);border:1px solid rgba(99,102,241,.3);display:flex;align-items:center;justify-content:center;color:#8b5cf6;filter:drop-shadow(0 0 10px rgba(139,92,246,.2));transition:transform .3s ease}.notice-icon:hover{transform:rotate(5deg) scale(1.05)}.notice-header h2{margin:0 0 .5rem;font-size:2rem;font-weight:700;letter-spacing:-.5px;background:linear-gradient(135deg,#fff 30%,#c7d2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.notice-badge{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;padding:.25rem .75rem;border-radius:12px;background:#8b5cf626;color:#a78bfa;border:1px solid rgba(139,92,246,.3);margin-bottom:2rem}.notice-body{font-family:Inter,sans-serif;margin-bottom:2.5rem;display:flex;flex-direction:column;gap:1rem}.highlight-text{font-size:1.1rem;font-weight:600;color:#c7d2fe;line-height:1.4}.notice-body p{font-size:.95rem;color:#9ca3af;line-height:1.6}.contact-box{margin-top:1.25rem;background:#6366f10d;border:1px solid rgba(99,102,241,.1);border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.25rem}.contact-box span{font-size:.8rem;color:#9ca3af}.contact-link{font-size:1rem;font-weight:600;color:#a78bfa!important;text-decoration:none;transition:color .2s ease,text-shadow .2s ease}.contact-link:hover{color:#c084fc!important;text-shadow:0 0 8px rgba(192,132,252,.4)}.notice-actions .login-btn{width:100%;padding:.875rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-weight:600;border:none;border-radius:8px;cursor:pointer;box-shadow:0 4px 14px #6366f166;transition:transform .2s,box-shadow .2s,filter .2s}.notice-actions .login-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f199;filter:brightness(1.1)}.notice-actions .login-btn:active{transform:translateY(0)}@media(max-width:480px){.notice-card{padding:2rem 1.5rem;margin:1rem}}@media(prefers-color-scheme:dark){.notice-card{background:#11182773;border-color:#ffffff0d}}.landing-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.landing-header{text-align:center;padding:4rem 2rem 2rem;background:#0000001a}.landing-subtitle{font-size:1.2rem;max-width:600px;margin:0 auto;opacity:.9;line-height:1.6}.landing-main{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.cta-section{text-align:center;padding:3rem 2rem;background:#ffffff0d;border-radius:12px;margin-top:2rem}.cta-section h2{font-size:2rem;margin-bottom:1rem}.cta-section p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.cta-button{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);padding:1rem 2rem;font-size:1.1rem;border-radius:8px;cursor:not-allowed;transition:all .3s ease}.cta-button:not(:disabled){cursor:pointer;background:#ffffff4d;border-color:#ffffff80}.cta-button:not(:disabled):hover{background:#fff6;transform:translateY(-2px)}.landing-footer{text-align:center;padding:2rem;background:#0003;margin-top:auto}.landing-footer p{opacity:.8;font-size:.9rem}@media(max-width:768px){.landing-subtitle{font-size:1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.landing-main{padding:1rem}.feature-card{padding:1.5rem}}@media(max-width:480px){.landing-header{padding:2rem 1rem 1rem}.features-section h2{font-size:2rem}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.login-container{width:100%;max-width:400px}.login-footer{text-align:center;margin-top:1.5rem}.login-footer p{color:#fff;font-size:.875rem;margin:0}.link-button{background:none;border:none;color:#fff;text-decoration:underline;cursor:pointer;font-size:inherit;font-weight:500}.link-button:hover{color:#f0f0f0}@media(max-width:480px){.login-page{padding:.5rem}.login-footer{margin-top:1rem}}.register-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.register-container{width:100%;max-width:400px}@media(max-width:480px){.register-page{padding:.5rem}}.forgot-password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.forgot-password-container{width:100%;max-width:400px}@media(max-width:480px){.forgot-password-page{padding:.5rem}}@media(prefers-color-scheme:dark){.forgot-password-page{background:linear-gradient(135deg,#1e3a8a,#581c87)}}.reset-password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.reset-password-container{width:100%;max-width:400px}@media(max-width:480px){.reset-password-page{padding:.5rem}}@media(prefers-color-scheme:dark){.reset-password-page{background:linear-gradient(135deg,#1e3a8a,#581c87)}}.unauthorized-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;padding:2rem}.unauthorized-container{max-width:500px;width:100%;text-align:center;background:#fff;padding:3rem 2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}.unauthorized-icon{margin-bottom:1.5rem}.unauthorized-icon svg{width:64px;height:64px}.unauthorized-title{font-size:2rem;font-weight:600;color:#dc3545;margin-bottom:1rem}.unauthorized-message{font-size:1.1rem;color:#6c757d;margin-bottom:2rem;line-height:1.5}.unauthorized-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.btn{padding:.75rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:500;border:none;cursor:pointer;transition:all .2s ease;display:inline-block}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover{background-color:#0056b3}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#545b62}.btn-outline{background-color:transparent;color:#007bff;border:1px solid #007bff}.btn-outline:hover{background-color:#007bff;color:#fff}.unauthorized-help{padding-top:1.5rem;border-top:1px solid #e9ecef;font-size:.9rem;color:#6c757d}.unauthorized-help a{color:#007bff;text-decoration:none}.unauthorized-help a:hover{text-decoration:underline}@media(min-width:576px){.unauthorized-actions{flex-direction:row;justify-content:center}}@media(max-width:575px){.unauthorized-container{padding:2rem 1.5rem}.unauthorized-title{font-size:1.5rem}.unauthorized-message{font-size:1rem}}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.dashboard-content{display:flex;gap:16px}.dashboard-left{display:flex;width:712px;height:608px;padding:18px 18px 24px 24px;flex-direction:column;align-items:flex-start;gap:24px;border-radius:20px;background:#938ed314;box-shadow:0 1px 1px #f3f1ff4d inset,0 -1px 1px #571aff66 inset}.dashboard-right{flex:1;display:flex;width:712px;flex-direction:column;align-items:flex-start;gap:17px}.dashboard-card-row{display:flex;gap:16px;width:100%}.dashboard-card{display:flex;padding:18px 18px 24px 24px;flex-direction:column;align-items:flex-start;gap:20px;border-radius:20px;background:#938ed314;box-shadow:0 1px 1px #f3f1ff4d inset,0 -1px 1px #571aff66 inset}.dashboard-card-2{width:348px}.dashboard-card-1{width:100%}.card-header-row{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.card-header{color:var(--Grey-1, #f3f1ff);font-size:18px;font-style:normal;font-weight:400;line-height:120%}.card-icon{display:flex;padding:8px;justify-content:center;align-items:center;border-radius:8px;background:#938ed314}.card-content{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.card-subtitle{align-self:stretch;color:var(--Grey-2, #a7a3e2);font-size:14px;font-style:normal;font-weight:400;line-height:120%}.card-value{align-self:stretch;color:var(--Grey-1, #f3f1ff);font-size:36px;font-style:normal;font-weight:400;line-height:110%}.card-value-positive{color:var(--Neon-Green, #4fff84)}.card-value-negative{color:var(--Neon-Red, #f13050)}.card-content-row-split{display:flex;align-items:flex-start;gap:20px;align-self:stretch}.card-split-content{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1 0 0}.card-value-split{display:flex;align-items:center;gap:20px;align-self:stretch}.card-value-gain{display:flex;align-items:center;gap:8px;color:var(--Neon-Green, #4fff84);font-size:18px;font-style:normal;font-weight:400;line-height:120%}.portfolio-development-graph{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.portfolio-development-timeframe{display:flex;padding:12px 16px;justify-content:flex-end;align-items:center;gap:20px;border-radius:8px;background:#a7a3e214}.portfolio-development-timeframe-selector{color:var(--Grey-2, #a7a3e2);font-size:14px;font-style:normal;font-weight:400;line-height:120%}.portfolio-development-timeframe-selector-active{color:var(--Grey-1, #f3f1ff);font-size:14px;font-style:normal;font-weight:400;line-height:120%}.portfolio-development-graph-content{width:664px;height:370px;border-radius:12px;background:#938ed314}.dashboard-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.dashboard-card h3{margin:0 0 .5rem;color:#333;font-size:1.1rem}.dashboard-card p{margin:0 0 1rem;color:#6c757d;line-height:1.5}.stat-value{font-size:1.75rem;font-weight:700;color:#333;margin:.5rem 0}.stat-positive{color:#28a745}.card-action{background-color:#007bff;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s ease}.card-action:hover{background-color:#0056b3}@media(max-width:768px){.dashboard-header{flex-direction:column;gap:1rem;text-align:center}.dashboard-content{padding:1rem}.dashboard-grid{grid-template-columns:1fr}.properties-header{flex-direction:column;align-items:flex-start;gap:1rem}.add-property-button{width:100%}}.admin-page{min-height:100vh;background-color:#f1f3f4}.admin-header{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;padding:1.5rem 2rem;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;align-items:center}.admin-info{display:flex;align-items:center;gap:1rem;font-size:.9rem}.admin-content{padding:2rem}.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto 2rem}.admin-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;border-left:4px solid #dc3545;transition:transform .2s ease,box-shadow .2s ease}.admin-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.admin-card h3{margin:0 0 .5rem;color:#333;font-size:1.3rem;font-weight:600}.admin-card p{margin:0 0 1rem;color:#6c757d;line-height:1.5}.admin-stats{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1.5rem;padding:1rem;background-color:#f8f9fa;border-radius:4px}.admin-stats span{font-size:.9rem;color:#495057}.admin-action{background-color:#dc3545;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background-color .2s ease;width:100%}.admin-action:hover{background-color:#c82333}.admin-notice{max-width:1200px;margin:0 auto;background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:1.5rem}.admin-notice h4{margin:0 0 .5rem;color:#856404;font-size:1.1rem}.admin-notice p{margin:0;color:#856404;line-height:1.5}@media(max-width:768px){.admin-header{flex-direction:column;gap:1rem;text-align:center}.admin-content{padding:1rem}.admin-grid{grid-template-columns:1fr}.admin-card{padding:1.5rem}}.profile-page{min-height:100vh;background-color:#f8fafc;padding:2rem 1rem}.profile-container{max-width:800px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden}.profile-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;text-align:center}.profile-header p{margin:0;opacity:.9;font-size:1.1rem}.profile-content{padding:2rem}.profile-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.profile-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#1f2937}.edit-button{background:#667eea;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.edit-button:hover:not(:disabled){background:#5a67d8;transform:translateY(-1px)}.edit-button:disabled{opacity:.6;cursor:not-allowed}.profile-display{display:grid;gap:1.5rem}.profile-field{display:flex;flex-direction:column;gap:.5rem}.field-label{font-weight:600;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.field-value{font-size:1rem;color:#1f2937;padding:.75rem;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.role-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.role-badge.role-user{background:#dbeafe;color:#1e40af}.role-badge.role-admin{background:#fef3c7;color:#92400e}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151;font-size:.875rem}.form-input{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:6px;font-size:1rem;transition:all .2s ease;background:#fff}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-input.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-input:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.field-error{display:block;margin-top:.25rem;font-size:.875rem;color:#ef4444;font-weight:500}.password-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;color:#374151}.checkbox-label input[type=checkbox]{width:1rem;height:1rem;accent-color:#667eea}.checkbox-text{font-size:1rem}.password-fields{margin-top:1.5rem;padding:1.5rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.cancel-button{background:#f3f4f6;color:#374151;border:2px solid #e5e7eb;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.cancel-button:hover:not(:disabled){background:#e5e7eb;border-color:#d1d5db}.submit-button{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.submit-button:hover:not(:disabled){background:#5a67d8;transform:translateY(-1px)}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.submit-button.loading{cursor:not-allowed}.loading-spinner{width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.account-actions{display:flex;flex-direction:column;gap:1.5rem}.action-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.action-info h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#1f2937}.action-info p{margin:0;color:#6b7280;font-size:.875rem;line-height:1.5}.action-button{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;white-space:nowrap}.action-button.danger{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.action-button.danger:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5}.action-button:disabled{opacity:.5;cursor:not-allowed}.success-message{background:#f0fdf4;color:#166534;padding:1rem;border-radius:6px;border:1px solid #bbf7d0;margin-bottom:1.5rem;font-weight:500}.error-message{background:#fef2f2;color:#dc2626;padding:1rem;border-radius:6px;border:1px solid #fecaca;margin-bottom:1.5rem;font-weight:500}@media(max-width:768px){.profile-page{padding:1rem .5rem}.profile-header,.profile-content{padding:1.5rem 1rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.form-actions{flex-direction:column-reverse}.action-item{flex-direction:column;align-items:flex-start;gap:1rem}.action-button{align-self:stretch;text-align:center}}@media(max-width:480px){.profile-container{margin:0;border-radius:0}.password-fields{padding:1rem}}.evaluation-chart-container{width:100%;height:100%;background:transparent;border-radius:0;padding:0}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.chart-header h3{margin:0;color:#333;font-size:1.25rem}.period-selector{display:flex;gap:.5rem}.period-selector button{padding:.5rem 1rem;border:1px solid #ced4da;background:#fff;color:#495057;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.period-selector button:hover{background:#f8f9fa;border-color:#007bff}.period-selector button.active{background:#007bff;color:#fff;border-color:#007bff}.chart-wrapper{width:100%;max-width:100%;overflow-x:auto}.chart-wrapper svg{max-width:100%;height:auto;overflow:visible}.chart-wrapper svg g[class*=MuiChartsAxis-root] text{overflow:visible;text-overflow:clip}.chart-wrapper svg g[class*=MuiLineElement-root]{z-index:10}.chart-wrapper svg path[stroke="#0288d1"]{stroke-width:2;opacity:1}.chart-loading,.chart-empty{display:flex;align-items:center;justify-content:center;height:350px;color:#6c757d;font-style:italic}@media(max-width:768px){.chart-header{flex-direction:column;align-items:flex-start}.period-selector{width:100%}.period-selector button{flex:1}}.property-files-container{margin-top:24px;padding:32px;border-radius:20px;background-color:#1e183666;border:1px solid rgba(167,163,226,.15);backdrop-filter:blur(10px);color:#fff;font-family:inherit}.property-files-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.property-files-header h3{margin:0;font-size:20px;font-weight:500;color:#fff;letter-spacing:.5px}.property-files-header-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:#a7a3e21a;border-radius:12px;color:#a7a3e2}.property-files-list{display:flex;flex-wrap:wrap;gap:32px;margin-bottom:32px;padding-left:8px}.property-file-item{position:relative;display:flex;flex-direction:column;align-items:center;width:110px;text-decoration:none;cursor:pointer;transition:transform .2s ease}.property-file-item:hover{transform:translateY(-4px)}.property-file-delete-btn{position:absolute;top:-12px;right:12px;width:24px;height:24px;border-radius:50%;background-color:#ef4444;color:#fff;border:2px solid #1e1836;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;opacity:0;transition:opacity .2s ease;z-index:10}.property-file-item:hover .property-file-delete-btn{opacity:1}.property-file-icon{width:34px;height:42px;margin-bottom:12px;display:flex;justify-content:center;align-items:center;filter:drop-shadow(0 4px 6px rgba(0,0,0,.3))}.property-file-name{font-size:12px;color:#a7a3e2;text-align:center;width:100%;white-space:pre-wrap;word-break:break-word;line-height:1.4}.property-files-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;border:1px dashed rgba(167,163,226,.3);border-radius:12px;background-color:#ffffff05;cursor:pointer;transition:all .2s ease;margin-top:16px}.property-files-dropzone:hover,.property-files-dropzone.active{background-color:#a7a3e20d;border-color:#a7a3e299}.property-files-dropzone.uploading{opacity:.7;cursor:wait}.property-files-dropzone-icon{color:#a7a3e2;margin-bottom:20px}.property-files-dropzone-text{font-size:18px;color:#a7a3e2;margin-bottom:12px;text-align:center}.property-files-dropzone-text strong{color:#fff;font-weight:500}.property-files-dropzone-formats{font-size:14px;color:#a7a3e280;text-align:center}.property-page{min-height:100vh}.property-container{max-width:1536px;margin:0 auto;background:transparent;overflow:visible}.property-header{display:flex;justify-content:space-between;align-items:center;padding:32px 0;background-color:transparent;border-bottom:none}.back-button{background:none;border:none;color:var(--Grey-1, #f3f1ff);cursor:pointer;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:120%;padding:0;transition:color .2s ease;display:flex;align-items:center;gap:8px}.back-button:hover{color:#fff;background-color:transparent}.header-actions{display:flex;gap:16px}.property-action-row{display:inline-flex;align-items:flex-start;gap:16px;margin:0 0 32px}.action-button{display:flex;padding:14px 20px 14px 18px;justify-content:center;align-items:center;gap:8px;border:none;border-radius:12px;cursor:pointer;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:120%;transition:all .2s ease;box-shadow:0 1px 1px #f3f1ff4d inset,0 -1px 1px #571aff66 inset}.action-button img{width:20px;height:20px}.action-button.primary{background:var(--Purple-Light, #571aff);color:var(--White, #fff)}.action-button.primary:hover:not(:disabled){background:#6a34ff;transform:translateY(-2px)}.action-button.secondary{height:48px;background:#938ed314;color:var(--Grey-1, #f3f1ff)}.action-button.secondary:hover{background:#938ed326}.action-button:disabled{opacity:.5;cursor:not-allowed;background:#938ed34d}.property-content{position:relative;min-height:calc(100vh - 200px)}.property-title{margin:0 0 32px;color:var(--Grey-1, #f3f1ff);font-family:Inter,sans-serif;font-size:32px;font-weight:500;text-align:left}.property-layout{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:40px}.property-left-column,.property-right-column{display:flex;flex-direction:column;gap:16px}.map-section,.graph-section,.detail-section{display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:24px;border-radius:20px;background:#938ed314;box-shadow:0 1px 1px #f3f1ff4d inset,0 -1px 1px #571aff66 inset}.map-section{height:400px}.graph-section{min-height:400px;position:relative;display:flex;flex-direction:column;gap:32px}.graph-header{display:flex;justify-content:space-between;align-items:center;width:100%}.graph-header h3{margin:0;color:var(--Grey-1, #f3f1ff);font-family:Inter,sans-serif;font-size:20px;font-weight:400;line-height:120%}.graph-header-icon{width:44px;height:44px;padding:10px;border-radius:8px;background:#938ed314;box-shadow:0 1px 1px #f3f1ff26 inset,0 -1px 1px #571aff33 inset}.graph-values{display:flex;gap:80px;width:100%}.graph-value-item{display:flex;flex-direction:column;gap:12px}.graph-value-item label{color:var(--Grey-2, #a7a3e2);font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:120%}.graph-value-large{color:var(--Grey-1, #f3f1ff);font-family:Inter,sans-serif;font-size:36px;font-weight:500;line-height:120%;display:flex;align-items:center;gap:16px}.graph-value-large.positive{color:var(--Neon-Green, #4fff84)}.graph-value-large.negative{color:var(--Neon-Red, #f13050)}.graph-percentage{font-size:20px;font-weight:500}.graph-percentage.positive{color:var(--Neon-Green, #4fff84)}.graph-percentage.negative{color:var(--Neon-Red, #f13050)}.time-scope-toggles{display:flex;padding:4px;align-items:flex-start;gap:4px;border-radius:10px;background:#938ed314;width:fit-content}.toggle-button{display:flex;padding:10px 16px;justify-content:center;align-items:center;border:none;border-radius:8px;background:transparent;color:var(--Grey-2, #a7a3e2);font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:120%;cursor:pointer;transition:all .2s ease}.toggle-button:hover{color:var(--Grey-1, #f3f1ff);background:#938ed30d}.toggle-button.active{background:#938ed31f;color:var(--White, #fff);box-shadow:0 1px 1px #f3f1ff26 inset,0 -1px 1px #571aff33 inset}.graph-chart-container{width:100%;height:400px;margin-top:16px}.map-container,.graph-container{width:100%;height:100%;border-radius:12px;overflow:hidden;background:#a7a3e20d}.detail-section h2{margin:0;color:var(--Grey-1, #f3f1ff);font-size:20px;font-weight:400;border-bottom:none;padding-bottom:0}.detail-section-subtitle{margin:8px 0 0;color:var(--Grey-2, #a7a3e2);font-size:16px;font-weight:500}.detail-list{display:flex;flex-direction:column;gap:20px;width:100%}.detail-item-row{display:flex;gap:16px;align-items:flex-start;width:100%}.detail-item{display:flex;flex-direction:column;gap:8px;flex:1}.detail-item label{color:var(--Grey-2, #a7a3e2);font-size:14px;font-weight:400;margin-bottom:0}.read-only-field{padding:12px 16px;background:#938ed30d;border:1px solid rgba(147,142,211,.05);border-radius:10px;color:var(--Grey-1, #f3f1ff);font-size:16px;font-weight:400;transition:all .2s ease;cursor:default}.read-only-field:hover{background:#938ed31f;border:1px solid rgba(243,241,255,.05)}.detail-value{color:var(--Grey-1, #f3f1ff);font-size:18px;font-weight:600}.stat-positive{color:var(--Neon-Green, #4fff84)}.stat-negative{color:var(--Neon-Red, #f13050)}.attributes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;width:100%;margin-top:8px}.attribute-item{display:flex;align-items:center;gap:12px;padding:10px 14px;background:#938ed30d;border:1px solid rgba(147,142,211,.05);border-radius:10px;color:var(--Grey-1, #f3f1ff);font-size:14px;transition:all .2s ease}.attribute-item:hover{background:#938ed31f;border:1px solid rgba(243,241,255,.05)}.attribute-icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:4px}.attribute-icon.active{color:var(--Neon-Green, #4fff84)}.attribute-icon.inactive{color:var(--Grey-2, #a7a3e2);opacity:.5}.attribute-label{flex:1}@media(max-width:1024px){.property-layout{grid-template-columns:1fr}}@media(max-width:768px){.property-header{flex-direction:column;align-items:flex-start;gap:16px;padding:24px 0}.property-title{font-size:24px;margin-bottom:24px}.detail-item-row{flex-direction:column;gap:16px}.property-action-row{flex-direction:column;width:100%}.action-button{width:100%}}.wizard-stepper{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto;padding:16px 24px;background:#938ed30a;border-radius:16px;border:1px solid rgba(147,142,211,.1);box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px)}.step-indicator{display:flex;align-items:center;gap:12px;color:var(--Grey-2, #a7a3e2);font-family:Inter,sans-serif;font-size:15px;font-weight:500;transition:all .3s ease;position:relative}.step-indicator.active{color:var(--White, #fff)}.step-number{display:flex;width:32px;height:32px;justify-content:center;align-items:center;border-radius:50%;background:#938ed31f;border:1px solid rgba(147,142,211,.3);font-size:14px;font-weight:600;transition:all .3s ease}.step-indicator.active .step-number{background:var(--Purple-Light, #571aff);border-color:#7b4cff;color:var(--White, #fff);box-shadow:0 0 12px #571aff99}.step-line{flex:1;height:2px;background:#938ed326;margin:0 16px;border-radius:1px}.step-line.active{background:var(--Purple-Light, #571aff);box-shadow:0 0 8px #571aff66}.gewtype-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;width:100%;margin-top:16px}.gewtype-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;border-radius:20px;background:#938ed314;border:1px solid transparent;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 1px #f3f1ff26 inset,0 -1px 1px #571aff33 inset}.gewtype-card:hover{transform:translateY(-4px);background:#938ed324;box-shadow:0 4px 20px #0003,0 1px 1px #f3f1ff40 inset,0 -1px 1px #571aff4d inset}.gewtype-card.active{background:#571aff26;border:1px solid rgba(87,26,255,.6);box-shadow:0 0 20px #571aff4d,0 1px 1px #f3f1ff4d inset,0 -1px 1px #571aff66 inset}.gewtype-card-icon{width:64px;height:64px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;color:var(--Grey-2, #a7a3e2);transition:all .3s ease}.gewtype-card.active .gewtype-card-icon{color:var(--White, #fff);filter:drop-shadow(0 0 8px rgba(87,26,255,.6))}.gewtype-card-title{color:var(--Grey-1, #f3f1ff);font-family:Inter,sans-serif;font-size:18px;font-weight:500;line-height:120%;text-align:center}.wizard-input{width:100%;padding:14px 16px;background:#938ed30d;border:1px solid rgba(147,142,211,.15);border-radius:12px;color:var(--Grey-1, #f3f1ff);font-family:Inter,sans-serif;font-size:16px;font-weight:400;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.wizard-input:focus{outline:none;background:#938ed31a;border-color:#571aff99;box-shadow:0 0 0 3px #571aff26}.wizard-input::placeholder{color:#a7a3e280}.wizard-input:disabled{background:#938ed305;border-color:#938ed30d;color:#a7a3e266;cursor:not-allowed}.wizard-buttons-container{display:flex;justify-content:space-between;align-items:center;margin-top:32px;padding-top:24px;border-top:1px solid rgba(147,142,211,.1);width:100%}@media(max-width:768px){.gewtype-grid{grid-template-columns:1fr;gap:16px}.wizard-stepper{flex-direction:column;gap:12px;align-items:flex-start}.step-line{display:none}}.suggestions-container{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#1e1836d9;border:1px solid rgba(167,163,226,.2);border-radius:12px;list-style:none;padding:6px 0;margin:0;z-index:1000;max-height:240px;overflow-y:auto;box-shadow:0 10px 30px #00000080,0 1px 1px #f3f1ff1a inset;backdrop-filter:blur(12px)}.suggestions-container::-webkit-scrollbar{width:6px}.suggestions-container::-webkit-scrollbar-track{background:transparent}.suggestions-container::-webkit-scrollbar-thumb{background:#a7a3e233;border-radius:3px}.suggestions-container::-webkit-scrollbar-thumb:hover{background:#a7a3e266}.suggestion-item{padding:10px 16px;cursor:pointer;border-bottom:1px solid rgba(167,163,226,.06);transition:all .2s ease;display:flex;flex-direction:column;gap:2px}.suggestion-item:last-child{border-bottom:none}.suggestion-item.selected,.suggestion-item:hover{background:#571aff40;color:var(--White, #fff)}.suggestion-main-text{font-weight:500;color:var(--Grey-1, #f3f1ff);font-size:15px;transition:color .2s ease}.suggestion-item.selected .suggestion-main-text,.suggestion-item:hover .suggestion-main-text{color:#fff}.suggestion-secondary-text{font-size:13px;color:var(--Grey-2, #a7a3e2);transition:color .2s ease}.suggestion-item.selected .suggestion-secondary-text,.suggestion-item:hover .suggestion-secondary-text{color:#f3f1ffb3}.suggestion-searching{position:absolute;top:calc(100% + 6px);left:0;right:0;padding:12px 16px;font-size:14px;color:var(--Grey-2, #a7a3e2);background:#1e1836d9;border:1px solid rgba(167,163,226,.2);border-radius:12px;z-index:1000;backdrop-filter:blur(12px);box-shadow:0 10px 30px #00000080,0 1px 1px #f3f1ff1a inset;display:flex;align-items:center;gap:10px}.properties-page{min-height:100vh}.properties-content{max-width:1536px;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}.properties-main-content{display:flex;gap:16px;align-items:flex-start}.properties-section-header h2 .property-count{font-size:20px;opacity:.6;margin-left:8px;vertical-align:super}.properties-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.properties-list{display:flex;width:894px;padding:16px;flex-direction:column;align-items:center;gap:16px;border-radius:20px;background:#938ed314;box-shadow:0 1px 1px #f3f1ff4d inset,0 -1px 1px #571aff66 inset}.properties-stats{display:flex;width:530px;padding:24px;flex-direction:column;justify-content:center;align-items:flex-start;gap:40px;border-radius:20px;background:#938ed314;box-shadow:0 1px 1px #f3f1ff4d inset,0 -1px 1px #571aff66 inset}.property-item{display:flex;padding:24px 32px 24px 24px;justify-content:space-between;align-items:center;align-self:stretch;border-radius:10px;border:1px solid rgba(147,142,211,.05);background:#938ed30d}.property-item:hover{border-radius:10px;border:1px solid rgba(243,241,255,.05);background:#938ed31f}.property-item.clickable{cursor:pointer}.property-info{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.property-address{color:var(--Grey-1, #f3f1ff);font-size:18px;font-style:normal;font-weight:400;line-height:120%}.property-details{display:flex;gap:1rem;align-items:center}.property-type{display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:10px;border-radius:6px;font-size:14px;font-style:normal;font-weight:400;line-height:120%}.property-type.etw{background:#67aeff33;color:var(--Wohnung, #67aeff)}.property-type.gst{background:#ff89a033;color:var(--Grundstck, #ff89a0)}.property-type.efh{background:#fff3b533;color:var(--Haus, #fff3b5)}.property-value{color:var(--Grey-2, #a7a3e2);font-size:16px;font-style:normal;font-weight:400;line-height:120%}.renovation-type{display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background:#a7a3e233;color:var(--Grey-2, #a7a3e2);font-size:14px;font-style:normal;font-weight:400;line-height:120%}.property-meta{display:flex;align-items:center;gap:1rem}.stat-positive{color:var(--Neon-Green, #4fff84);font-size:16px;font-style:normal;font-weight:400;line-height:120%}.stat-negative{color:var(--Neon-Red, #f13050);font-size:16px;font-style:normal;font-weight:400;line-height:120%}.property-gain-container{display:flex;align-items:center}.gain-icon{display:flex;align-items:center;justify-content:center;width:10px;height:8px;margin-right:8px}.stat-positive .gain-icon svg{fill:var(--Neon-Green, #4fff84)}.stat-negative .gain-icon svg{fill:var(--Neon-Red, #f13050)}.gain-percentage,.gain-currency{font-size:16px;font-style:normal;font-weight:600;line-height:120%}.gain-percentage{margin-right:12px}.properties-title{margin:0;color:var(--Grey-1, #f3f1ff);font-size:18px;font-weight:500}.properties-map{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.properties-map-content{width:100%;height:300px;border-radius:12px;overflow:hidden;background:#a7a3e20d}.properties-pie-chart-content{display:flex;flex-direction:column;align-items:center;gap:24px;align-self:stretch}.properties-pie-chart{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.piechart-type-selector{display:flex;padding:12px 16px;justify-content:flex-end;align-items:center;gap:20px;border-radius:8px;background:#a7a3e214}.piechart-type-selector-item{color:var(--Grey-2, #a7a3e2);cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s ease;font-size:14px;font-style:normal;font-weight:400;line-height:120%}.piechart-type-selector-item:hover,.piechart-type-selector-item.active{color:var(--Grey-1, #f3f1ff)}@media(max-width:768px){.properties-section-header,.property-item{flex-direction:column;align-items:flex-start;gap:1rem}}.MuiChartsLegend-label{color:var(--Grey-1, #f3f1ff)!important}.welcome-page{min-height:calc(100vh - 200px);display:flex;justify-content:center;align-items:center;padding:24px}.welcome-container{display:flex;max-width:720px;width:100%;padding:60px 48px;flex-direction:column;align-items:center;justify-content:center;gap:32px;text-align:center;border-radius:20px;background:#938ed314;box-shadow:0 1px 1px #f3f1ff4d inset,0 -1px 1px #571aff66 inset;backdrop-filter:blur(10px)}.welcome-title{color:var(--Grey-1, #f3f1ff);font-family:Inter,sans-serif;font-size:32px;font-weight:500;line-height:140%;margin:0}.welcome-button{display:flex;padding:14px 24px;justify-content:center;align-items:center;gap:10px;border:none;border-radius:12px;background:var(--Purple-Light, #571aff);cursor:pointer;transition:all .2s ease;box-shadow:0 1px 1px #f3f1ff4d inset,0 -1px 1px #571aff66 inset}.welcome-button:hover{background:#6a34ff;transform:translateY(-2px)}.welcome-button-icon{width:16px;height:16px;fill:var(--White, #fff);color:var(--White, #fff)}.welcome-button-text{color:var(--Grey-1, #f3f1ff);font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:120%}@media(max-width:600px){.welcome-container{padding:40px 24px}.welcome-title{font-size:24px}}.app{min-height:100vh;width:100%}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.flex{display:flex}.flex-column{flex-direction:column}.justify-center{justify-content:center}.align-center{align-items:center}.gap-1{gap:1rem}.gap-2{gap:2rem}.btn{padding:.75rem 1.5rem;border-radius:8px;border:none;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background-color:#646cff;color:#fff}.btn-primary:hover{background-color:#535bf2;transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:#646cff;border:2px solid #646cff}.btn-secondary:hover{background-color:#646cff;color:#fff}
