.auth-form{gap:14px}.auth-form,.auth-form__field{display:flex;flex-direction:column}.auth-form__label{margin-bottom:8px;color:rgba(214,225,252,.88);font-size:.92rem;font-weight:600;letter-spacing:-.01em}.auth-form__input{width:100%;min-height:50px;padding:0 16px;border-radius:14px;border:1px solid rgba(125,159,255,.14);background:rgba(11,17,38,.72);color:#f4f7ff;font-size:.95rem;line-height:1.2;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth-form__input::placeholder{color:rgba(214,225,252,.4)}.auth-form__input:focus{border-color:rgba(125,159,255,.42);box-shadow:0 0 0 4px rgba(125,159,255,.08);background:rgba(11,17,38,.88)}.auth-form__input--password{padding-right:50px}.auth-form__password-wrap{position:relative}.auth-form__toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:rgba(214,225,252,.62);cursor:pointer;border-radius:10px;font-size:1rem;transition:background .2s ease,color .2s ease}.auth-form__toggle:hover{background:rgba(125,159,255,.08);color:#f4f7ff}.auth-form__checks{margin-top:8px;display:flex;gap:8px;flex-wrap:wrap}.auth-form__input--otp{text-align:center;font-size:1.2rem;letter-spacing:.45em;padding-left:20px}.auth-form__hint{margin-top:8px;color:rgba(214,225,252,.58);font-size:.84rem;line-height:1.6}.auth-form__hint strong{color:#f4f7ff;font-weight:600}.auth-form__submit{margin-top:4px;min-height:52px;padding:0 18px;border:1px solid rgba(125,159,255,.2);border-radius:999px;background:linear-gradient(180deg,rgba(125,159,255,.22),rgba(85,119,230,.18));color:#f4f7ff;font-size:.95rem;font-weight:700;cursor:pointer;transition:transform .2s ease,opacity .2s ease,border-color .2s ease,background .2s ease}.auth-form__submit:hover:not(:disabled){transform:translateY(-1px);border-color:rgba(125,159,255,.34);background:linear-gradient(180deg,rgba(125,159,255,.3),rgba(85,119,230,.24))}.auth-form__submit:active:not(:disabled){transform:translateY(0)}.auth-form__submit:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.auth-form__input{min-height:48px;font-size:.92rem}.auth-form__submit{min-height:50px}.auth-form__input--otp{font-size:1.05rem;letter-spacing:.32em}}@media(max-width:480px){.auth-form__label{font-size:.88rem}.auth-form__hint{font-size:.8rem}}.auth-header__back-wrap{text-align:center;margin-bottom:10px}.auth-header__back-link{color:rgba(214,225,252,.58);text-decoration:none;font-size:.84rem;line-height:1.4;transition:color .2s ease}.auth-header__back-link:hover{color:#f4f7ff}.auth-header{text-align:center;margin-bottom:28px}.auth-header__logo-link{display:inline-flex;text-decoration:none;color:inherit}.auth-header__logo{margin-bottom:14px;border-radius:12px;display:block}.auth-header__title{margin:0;color:#f4f7ff;font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.05;letter-spacing:-.04em;font-weight:800}.auth-header__subtitle{margin:8px 0 0;color:rgba(214,225,252,.66);font-size:.92rem;line-height:1.6}@media(max-width:768px){.auth-header{margin-bottom:24px}.auth-header__title{font-size:1.4rem}.auth-header__subtitle{font-size:.88rem}}@media(max-width:480px){.auth-header__back-link{font-size:.8rem}.auth-header__logo{width:40px;height:40px;margin-bottom:12px}.auth-header__title{font-size:1.3rem}}.google-button{width:100%;min-height:52px;padding:0 16px;border-radius:999px;border:1px solid rgba(125,159,255,.16);background:rgba(11,17,38,.72);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:inline-flex;align-items:center;justify-content:center;gap:10px;color:#f4f7ff;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,opacity .2s ease,box-shadow .2s ease}.google-button:hover:not(:disabled){transform:translateY(-1px);border-color:rgba(125,159,255,.3);background:rgba(14,22,48,.9);box-shadow:0 12px 30px rgba(0,0,0,.2)}.google-button:active:not(:disabled){transform:translateY(0)}.google-button:disabled{opacity:.6;cursor:not-allowed}.google-button__icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0}.google-button__icon svg{width:18px;height:18px;display:block}.google-button__label{line-height:1}@media(max-width:768px){.google-button{min-height:50px;font-size:.92rem}}.email-capacity-notice{margin-bottom:16px;padding:16px 18px;border-radius:18px;border:1px solid rgba(245,158,11,.24);background:linear-gradient(180deg,rgba(245,158,11,.12),rgba(120,74,10,.12));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;box-shadow:0 12px 36px rgba(0,0,0,.18)}.email-capacity-notice__title{margin:0 0 8px;color:#fcd34d;font-size:.95rem;font-weight:700;line-height:1.4;letter-spacing:-.01em}.email-capacity-notice__message{margin:0 0 14px;color:rgba(255,232,179,.82);font-size:.86rem;line-height:1.65}.email-capacity-notice__action{display:flex;justify-content:center}.email-capacity-notice__action>*{width:100%}@media(max-width:768px){.email-capacity-notice{padding:14px;border-radius:16px}.email-capacity-notice__title{font-size:.9rem}.email-capacity-notice__message{font-size:.83rem}}.auth-page{position:relative;min-height:100vh;overflow:hidden;background:#030511;display:flex;flex-direction:column}.auth-page__bg{position:fixed;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.auth-page__blur{position:fixed;inset:0;z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(180deg,rgba(2,6,22,.7),rgba(2,6,22,.9))}.auth-page__content{position:relative;z-index:2;flex:1 1;display:flex;align-items:center;justify-content:center;padding:140px 20px 80px}.auth-page__container{width:100%;max-width:420px}.auth-page__card{margin-top:12px;padding:28px;border-radius:24px;border:1px solid rgba(125,159,255,.14);background:rgba(7,12,29,.55);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 24px 80px rgba(0,0,0,.28)}.auth-page__success{background:rgba(34,197,94,.12);color:#86efac}.auth-page__error,.auth-page__success{padding:10px 14px;border-radius:10px;margin-bottom:14px;font-size:.9rem;line-height:1.5}.auth-page__error{background:rgba(239,68,68,.12);color:#fca5a5}.auth-page__divider{display:flex;align-items:center;gap:12px;margin:18px 0;color:rgba(214,225,252,.4);font-size:.8rem}.auth-page__divider:after,.auth-page__divider:before{content:"";flex:1 1;height:1px;background:rgba(214,225,252,.12)}.auth-page__helper{text-align:center;margin-top:10px;font-size:.84rem;line-height:1.5}.auth-page__footer-text{text-align:center;margin-top:18px;font-size:.92rem;color:rgba(214,225,252,.62);line-height:1.6}.auth-page__text-button{background:none;border:none;padding:0;margin:0;cursor:pointer;text-decoration:underline;color:rgba(214,225,252,.62);font-size:inherit;font-family:inherit;line-height:inherit;transition:color .2s ease,opacity .2s ease}.auth-page__text-button:hover:not(:disabled){color:#f4f7ff}.auth-page__text-button--accent{color:#f4f7ff;font-weight:600}.auth-page__text-button:disabled{cursor:default;text-decoration:none;color:rgba(214,225,252,.38)}.auth-page__legal{text-align:center;margin-top:20px;font-size:.78rem;color:rgba(214,225,252,.46);line-height:1.7}.auth-page__legal a{color:rgba(214,225,252,.68);text-decoration:underline;transition:color .2s ease}.auth-page__legal a:hover{color:#f4f7ff}@media(max-width:768px){.auth-page__content{padding:120px 16px 56px}.auth-page__card{padding:22px;border-radius:20px}.auth-page__footer-text{font-size:.88rem}.auth-page__legal{font-size:.75rem}}@media(max-width:480px){.auth-page__content{padding:110px 12px 48px}.auth-page__card{padding:18px;border-radius:18px}.auth-page__error,.auth-page__success{font-size:.85rem}.auth-page__helper{font-size:.8rem}.auth-page__footer-text{font-size:.85rem}}