@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Cormorant+Garamond:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0}.auth-split-container{width:100vw;min-height:100vh;display:flex;overflow:hidden}.auth-left-side{background:#111;flex:1;position:relative;overflow:hidden}.slideshow-overlay{z-index:1;background:#0000004d;width:100%;height:100%;position:absolute;top:0;left:0}.slideshow-content{text-align:center;color:#fff;z-index:2;max-width:90%;padding:2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.brand-title{letter-spacing:.05em;text-shadow:2px 2px 4px #0000004d;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.2;animation:1s ease-out fadeInUp;font-family:Playfair Display,serif!important}.brand-logo{filter:drop-shadow(2px 2px 4px #0000004d);max-width:280px;height:auto;margin-bottom:1.5rem;animation:1s ease-out fadeInUp}.auth-mobile-logo{text-align:center;background:#fff;padding:2rem 1rem 1rem;display:none}.mobile-brand-logo{max-width:200px;height:auto;animation:.8s ease-out fadeInDown}.brand-subtitle{opacity:.9;white-space:nowrap;margin-bottom:.5rem;font-size:1.5rem;font-weight:400;line-height:1.4;animation:1s ease-out .2s both fadeInUp;font-family:Playfair Display,serif!important}.brand-tagline{opacity:.8;white-space:nowrap;font-size:1.1rem;font-weight:300;line-height:1.4;animation:1s ease-out .4s both fadeInUp;font-family:Playfair Display,serif!important}.auth-right-side{background:#fff;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.auth-form-container{width:100%;max-width:450px;padding:1.5rem}.auth-header{text-align:center;margin-bottom:1.5rem}.auth-title{color:#1a1a1a;letter-spacing:-.025em;margin-bottom:.25rem;font-size:2.2rem;font-weight:600;font-family:Playfair Display,serif!important}.auth-subtitle{color:#666;font-size:1rem;font-weight:400;line-height:1.6;font-family:Playfair Display,serif!important}.auth-form-content{width:100%}.input-group{margin-bottom:.75rem}.input-group label{color:#333;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block;font-family:Playfair Display,serif!important}.auth-input{background:#fafafa;border:2px solid #e5e5e5;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem;transition:all .3s;color:#000!important;font-family:Playfair Display,serif!important}.auth-input:focus{background:#fff;border-color:#d4af37;outline:none;box-shadow:0 0 0 3px #d4af371a;color:#000!important}.auth-input:hover:not(:focus){border-color:#d1d1d1}.auth-input::placeholder{color:#999;font-weight:400}input.auth-input,input.auth-input:focus,input.auth-input:active,input.auth-input:valid{color:#000!important}input[type=date].auth-input{cursor:pointer;color:#000!important}input[type=date].auth-input::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;transition:opacity .3s}input[type=date].auth-input:hover::-webkit-calendar-picker-indicator{opacity:1}input[type=date].auth-input:focus::-webkit-calendar-picker-indicator{opacity:1}.name-row{gap:1rem;margin-bottom:1rem;display:flex}.name-row .input-group{flex:1;margin-bottom:0}.auth-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1a1a1a 0%,#333 100%);border:none;border-radius:8px;width:100%;padding:.875rem;font-size:1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden;font-family:Playfair Display,serif!important}.auth-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.auth-button:active{transform:translateY(0)}.auth-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.loading-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin-right:8px;animation:1s linear infinite spin;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-links{text-align:center;margin-top:1.25rem}.auth-link-text{color:#666;margin:.5rem 0;font-size:.9rem;line-height:1.5;font-family:Playfair Display,serif!important}.auth-link{color:#666;margin:.25rem 0;font-size:.9rem;text-decoration:none;transition:color .3s;display:inline;font-family:Playfair Display,serif!important}.auth-link:hover{color:#d4af37}.auth-link:not(:last-child){margin-right:1rem}.auth-form-container.compact{max-width:420px;padding:1rem}.auth-form-container.compact .auth-header{margin-bottom:1.25rem}.auth-form-container.compact .auth-title{font-size:2rem}.auth-form-container.compact .input-group{margin-bottom:.625rem}.auth-form-container.compact .auth-input{padding:.625rem .875rem;color:#000!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.password-strength-container{margin-top:.375rem}.strength-meter{background:#e5e5e5;border-radius:2px;height:3px;margin-bottom:.375rem;overflow:hidden}.strength-meter-bar{border-radius:2px;height:100%;transition:all .3s}.strength-text{color:#666;margin-bottom:.375rem;font-size:.75rem;font-family:Playfair Display,serif!important}.requirements-list{margin:0;padding:0;list-style:none}.requirements-list li{color:#666;margin-bottom:.125rem;padding-left:1.25rem;font-size:.75rem;position:relative;font-family:Playfair Display,serif!important}.requirements-list li:before{content:"✗";color:#ff6b6b;font-weight:700;position:absolute;left:0}.requirements-list li.met{color:#10b981}.requirements-list li.met:before{content:"✓";color:#10b981}@media (max-width:768px){.auth-split-container{flex-direction:column}.auth-left-side{display:none}.auth-mobile-logo{display:block}.auth-right-side{width:100%;min-height:100vh;padding:1rem}.brand-title{font-size:2.5rem}.brand-logo{max-width:200px}.brand-subtitle{white-space:normal;font-size:1.2rem}.brand-tagline{white-space:normal;font-size:1rem}.auth-title{font-size:2rem}.auth-form-container{max-width:100%;padding:1rem}.name-row{flex-direction:column;gap:0}.name-row .input-group{margin-bottom:1rem}.auth-form-container.compact{padding:.75rem}.auth-form-container.compact .name-row .input-group{margin-bottom:.75rem}}@media (max-width:480px){.auth-left-side{display:none}.mobile-brand-logo{max-width:160px}.auth-mobile-logo{padding:1.5rem 1rem .5rem}.auth-right-side{min-height:100vh;padding:.5rem}.brand-title{font-size:2rem}.brand-logo{max-width:160px}.brand-subtitle{font-size:1.1rem}.slideshow-content{padding:1rem}.auth-title{font-size:1.8rem}.auth-form-container{padding:.5rem}.auth-form-container.compact{padding:.25rem}.auth-form-container.compact .auth-title{font-size:1.6rem}.slideshow-dots{gap:.5rem;bottom:.5rem}}.auth-button:focus-visible{outline-offset:2px;outline:3px solid #d4af3780}.auth-link:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #d4af3780}.auth-language-switcher{z-index:1000;background:0 0;position:fixed;top:20px;right:20px}@media (max-width:480px){.auth-language-switcher{top:15px;right:15px}}
