.auth-panel__forms,.auth-panel__section{width:100%}.auth-panel{background:#111;border:1px solid var(--border-overlay);border-radius:16px;padding:32px;width:100%;max-width:448px;margin:0 auto}.auth-panel__header{text-align:center;margin-bottom:32px}.auth-panel__title{text-align:center;font-size:24px;font-weight:600;color:#fff;margin-bottom:4px}.auth-panel__description{text-align:center;font-size:14px;color:var(--typography-secondary-color);margin-bottom:32px}.auth-panel__link{font-size:12px;color:var(--primary-color);background:rgba(0,0,0,0);border:0;cursor:pointer;padding:0}.auth-panel__link:hover{text-decoration:underline}.auth-social{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.auth-social__button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:12px 16px;border:1px solid var(--border-overlay);border-radius:8px;background:rgba(0,0,0,0);color:#fff;font-size:14px;cursor:pointer;transition:background-color .2s}.auth-social__button:hover{background:var(--surface-overlay)}.auth-social__icon{width:20px;height:20px;flex-shrink:0}.auth-divider{display:flex;align-items:center;gap:16px;margin-bottom:24px}.auth-divider__line{flex:1 1;height:1px;background:var(--border-overlay)}.auth-divider__text{font-size:12px;color:var(--typography-secondary-color);white-space:nowrap}.auth-form{gap:16px}.auth-field,.auth-form{display:flex;flex-direction:column}.auth-field{gap:6px}.auth-field__label{font-size:12px;color:var(--typography-secondary-color);text-transform:uppercase}.auth-field__input{width:100%;padding:12px 16px;background:var(--surface-overlay);border:1px solid var(--border-overlay);border-radius:8px;color:#fff;font-size:14px;outline:none;transition:border-color .2s}.auth-field__input::placeholder{color:var(--typography-secondary-color)}.auth-field__input:focus{border-color:var(--primary-color)}.auth-field__input-wrapper{position:relative}.auth-field__input_with-icon{padding-right:40px}.auth-field__toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0);border:0;color:var(--typography-secondary-color);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s}.auth-field__toggle:hover{color:#fff}.auth-field__toggle-icon{width:16px;height:16px}.auth-submit{width:100%}.auth-bottom{text-align:center;margin-top:24px}.auth-bottom__text{font-size:12px;color:var(--typography-secondary-color)}.auth-bottom__link{font-size:12px;color:var(--primary-color);background:rgba(0,0,0,0);border:0;cursor:pointer;padding:0}.auth-bottom__link:hover{text-decoration:underline}.auth-name-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.auth-terms{font-size:12px;color:var(--typography-secondary-color);line-height:1.4}.auth-terms__link{color:var(--primary-color);background:rgba(0,0,0,0);border:0;cursor:pointer;padding:0;font-size:12px}.auth-terms__link:hover{text-decoration:underline}.auth-error{font-size:14px;color:var(--primary-color);text-align:center;margin-top:8px}.auth-panel__forgot-link{align-self:flex-end;width:-moz-fit-content;width:fit-content;margin-bottom:15px}