.auth-page{min-height:100vh;background:linear-gradient(135deg,rgba(81,134,38,.05),rgba(255,160,0,.05));display:flex;align-items:center;justify-content:center;padding:1.5rem;position:relative;overflow:hidden}.auth-page:before{top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(81,134,38,.1) 0,transparent 70%)}.auth-page:after,.auth-page:before{content:"";position:absolute;border-radius:50%;z-index:0}.auth-page:after{bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,160,0,.08) 0,transparent 70%)}.auth-container{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.1);border:1px solid rgba(81,134,38,.1);padding:4rem;max-width:600px;width:100%;position:relative;z-index:1}@media(max-width:768px){.auth-container{padding:2rem;border-radius:20px}}@media(max-width:576px){.auth-container{padding:1.5rem;border-radius:16px}}.auth-header{text-align:center;margin-bottom:4rem}@media(max-width:768px){.auth-header{margin-bottom:2rem}}.auth-title{font-size:2.5rem;font-weight:800;color:#333;margin-bottom:.5rem;background:linear-gradient(135deg,#518626,#FFA000);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}@media(max-width:768px){.auth-title{font-size:2rem}}@media(max-width:576px){.auth-title{font-size:1.8rem}}.auth-subtitle{font-size:1.1rem;color:rgba(51,51,51,.7);line-height:1.6;margin:0}@media(max-width:768px){.auth-subtitle{font-size:1rem}}.auth-form__content{display:flex;flex-direction:column;gap:1.5rem}.auth-form__field{display:flex;flex-direction:column;gap:.25rem}.auth-form__label{font-weight:600;color:#333;font-size:.95rem;margin-bottom:.25rem}.auth-form__input{width:100%;padding:1rem 1.5rem;border:2px solid rgba(81,134,38,.15);border-radius:12px;font-size:1rem;transition:all .3s ease;background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box}.auth-form__input:focus{outline:none;border-color:#518626;box-shadow:0 0 0 3px rgba(81,134,38,.1);background:#fff}.auth-form__input--error{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.auth-form__input::placeholder{color:rgba(51,51,51,.5)}.auth-form__select{width:100%;padding:1rem 1.5rem;border:2px solid rgba(81,134,38,.15);border-radius:12px;font-size:1rem;transition:all .3s ease;background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;box-sizing:border-box}.auth-form__select:focus{outline:none;border-color:#518626;box-shadow:0 0 0 3px rgba(81,134,38,.1);background:#fff}.auth-form__select--error{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.auth-form__input-group{position:relative;display:flex;align-items:center}.auth-form__code-button,.auth-form__toggle-button{position:absolute;right:.5rem;background:none;border:none;color:#518626;cursor:pointer;padding:.25rem;border-radius:6px;transition:all .2s ease;font-size:.9rem;font-weight:600}.auth-form__code-button:hover,.auth-form__toggle-button:hover{background:rgba(81,134,38,.1);color:hsl(93.125,55.8139534884%,23.7254901961%)}.auth-form__verification-group{display:flex;gap:.5rem;align-items:stretch}.auth-form__verification-group .auth-form__input{flex:1 1}.auth-form__send-code-btn{background:linear-gradient(135deg,#518626,#FFA000);color:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-width:120px}.auth-form__send-code-btn:hover{background:linear-gradient(135deg,rgb(68.9912790698,114.1337209302,32.3662790698),rgb(229.5,144,0));transform:translateY(-1px);box-shadow:0 4px 12px rgba(81,134,38,.3)}.auth-form__send-code-btn:active{transform:translateY(0)}.auth-form__error{color:#ef4444;font-size:.85rem;font-weight:500;margin-top:.25rem}.auth-form__help{color:rgba(51,51,51,.6);font-size:.85rem;line-height:1.4;margin-top:.25rem}.auth-form__submit{background:linear-gradient(135deg,#518626,#FFA000);color:#fff;border:none;padding:1.5rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px rgba(81,134,38,.3);position:relative;overflow:hidden}.auth-form__submit:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.auth-form__submit:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(81,134,38,.4)}.auth-form__submit:hover:before{left:100%}.auth-form__submit:active{transform:translateY(0)}.auth-form__submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.auth-form__actions{display:flex;justify-content:flex-end;margin-top:-.5rem}.auth-form__link{background:none;border:none;color:#518626;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;font-size:.95rem}.auth-form__link:hover{color:hsl(93.125,55.8139534884%,23.7254901961%);text-decoration:underline}.auth-form__divider{position:relative;text-align:center;margin:1.5rem 0}.auth-form__divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:rgba(81,134,38,.2)}.auth-form__divider span{background:hsla(0,0%,100%,.95);padding:0 1rem;color:rgba(51,51,51,.6);font-size:.9rem;position:relative;z-index:1}.auth-form__switch{text-align:center;color:rgba(51,51,51,.7);font-size:.95rem}.auth-form__switch .auth-form__link{margin-left:.25rem}.auth-message{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;border-radius:12px;margin-bottom:1.5rem;font-weight:500}.auth-message--error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);color:#dc2626}.auth-message--success{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.2);color:#16a34a}.auth-message__icon{font-size:1.2rem}.auth-message__text{flex:1 1}@media(max-width:576px){.auth-container{margin:.5rem;padding:1.5rem}.auth-title{font-size:1.6rem}.auth-form__input,.auth-form__select{padding:.5rem 1rem}.auth-form__submit{padding:1rem 1.5rem;font-size:1rem}}