.auth-page-container{min-height:100vh;background-color:#fbf2e0;padding:1rem}.auth-card,.auth-page-container{display:flex;align-items:center;justify-content:center}.auth-card{max-width:56rem;width:100%;flex-direction:column;gap:3rem}@media (min-width:768px){.auth-card{flex-direction:row}}.auth-image-container{flex:1;display:flex;justify-content:center}.auth-image-wrapper{position:relative;width:16rem;height:16rem}@media (min-width:768px){.auth-image-wrapper{width:20rem;height:20rem}}.auth-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:468px;width:100%;padding-top:1rem;padding-bottom:1rem;row-gap:1.5rem}.auth-title{font-size:2.25rem;font-family:"Noto Serif",serif;font-weight:700;color:#5C4B30;margin-bottom:1rem;text-align:center}@media (min-width:768px){.auth-title{font-size:3rem}}.auth-divider{width:100%;border-top:1px solid #d4c5a9;margin-top:1rem;margin-bottom:1rem}.auth-subtitle{color:#8C7B60;font-size:1.125rem;font-weight:500;margin-bottom:1rem;text-align:center}.auth-buttons-container{width:100%;display:flex;flex-direction:column;gap:1rem}.auth-button-wrapper{width:100%}.auth-button{width:100%;height:42px;border-radius:.5rem;font-size:16px;font-weight:700;font-family:DM Sans,sans-serif;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.auth-button--primary{background-color:#7f6c41;color:white;border:none}.auth-button--primary:hover{opacity:.9}.auth-button--secondary{background-color:transparent;color:#60512f;border:1px solid #60512f}.auth-button--secondary:hover{background-color:#60512f;color:white}.auth-header{position:absolute;top:2rem;left:2rem;font-size:1.5rem;font-weight:700;font-family:"Noto Serif",serif;color:#5C4B30}.auth-card--dark{background-color:#60512f;color:white;border-radius:2rem;padding:2rem;width:100%;max-width:520px;min-height:auto;box-shadow:0 10px 25px rgba(0,0,0,.1)}.auth-form-title{font-size:1.5rem;font-family:"Noto Serif",serif;font-weight:700;text-align:center;margin-bottom:1.5rem;color:white}.auth-form-group{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1rem;width:100%}.auth-label{font-size:.75rem;font-weight:700;text-transform:uppercase;color:white;letter-spacing:.05em}.auth-input{width:100%;padding:.625rem .875rem;border-radius:.5rem;border:none;background-color:#FDF6E3;color:#5C4B30;font-size:.9375rem;outline:none}.auth-input::placeholder{color:#8C7B60}.auth-social-buttons{display:flex;gap:.75rem;margin-bottom:1.5rem;width:100%}.auth-social-button{flex:1;padding:.625rem;border-radius:.5rem;background-color:transparent;border:1px solid #4a3b22;color:white;font-weight:700;font-size:.875rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.2)}.auth-social-button:hover{background-color:rgba(0,0,0,.3)}.auth-button--white{background-color:white;color:#5C4B30;border:none;margin-top:2rem;font-weight:800}.auth-button--white:hover{background-color:#FDF6E3}.auth-footer-text{margin-top:1.5rem;font-size:.75rem;text-align:center;color:rgba(255,255,255,.8);line-height:1.4}.auth-split-container{min-height:100vh;display:flex;flex-direction:column}@media (min-width:1024px){.auth-split-container{flex-direction:row}}.auth-split-left{background-color:white;position:relative}.auth-split-left,.auth-split-right{flex:1;display:flex;flex-direction:column;padding:2rem}.auth-split-right{background-color:#fbf2e0;align-items:center;justify-content:center;text-align:center}.auth-login-form-container{max-width:480px;width:100%;margin:auto;display:flex;flex-direction:column;gap:1.5rem}.auth-login-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.auth-input-gray{width:100%;padding:.75rem 1rem;border-radius:.75rem;border:none;background-color:#f3f4f6;color:#1f2937;font-size:1rem;outline:none}.auth-input-gray::placeholder{color:#9ca3af}.auth-button-beige{width:100%;padding:.75rem;border-radius:.75rem;background-color:#fbf2e0;color:#5C4B30;font-weight:700;border:none;cursor:pointer;transition:opacity .2s}.auth-button-beige:hover{opacity:.9}.auth-divider-text{text-align:center;color:#6b7280;font-size:.875rem;margin:1rem 0}.auth-right-content{max-width:400px;display:flex;flex-direction:column;align-items:center;gap:2rem}.auth-right-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.auth-right-subtitle{font-size:1.125rem;color:#1f2937;margin-bottom:2rem}.auth-duck-image{position:relative;width:250px;height:250px}