.auth-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg);color:var(--text)}.auth-page__grid{flex:1 1;display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,520px);grid-gap:0;gap:0;width:min(1180px,100%);margin:0 auto;padding:1.5rem 1rem 2.5rem}.auth-page__panel{position:relative;padding:2rem 2.5rem 2rem 0;display:flex;align-items:center}.auth-page__panel-inner{max-width:440px}.auth-page__eyebrow{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.35rem .85rem;border-radius:var(--radius-pill);background:var(--primary-soft);color:var(--primary-dark);font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.auth-page__title{font-family:var(--font-display-stack);font-size:clamp(2rem,4vw,2.75rem);line-height:1.08;letter-spacing:-.03em;margin-bottom:.75rem}.auth-page__subtitle{color:var(--muted);font-size:1.05rem;line-height:1.6;margin-bottom:1.75rem;max-width:38ch}.auth-page__highlights{list-style:none;display:grid;grid-gap:.85rem;gap:.85rem;margin-bottom:2rem}.auth-page__highlights li{display:flex;align-items:flex-start;gap:.65rem;color:var(--text);font-weight:500;line-height:1.45}.auth-page__highlights svg{flex-shrink:0;margin-top:.1rem;color:var(--primary)}.auth-page__trust{display:flex;flex-wrap:wrap;gap:.5rem}.auth-page__trust-badge{padding:.4rem .75rem;border-radius:var(--radius-pill);border:1px solid var(--border);background:rgba(255,255,255,.7);font-size:.78rem;font-weight:600;color:var(--muted)}.auth-page__main{display:flex;flex-direction:column;justify-content:center;padding:.5rem 0}.auth-page__home-link{margin-top:1rem;text-align:center;font-size:.9rem}.auth-page__home-link a{color:var(--muted);font-weight:600;transition:color .15s ease}.auth-page__home-link a:hover{color:var(--primary)}.auth-page__loading{text-align:center;color:var(--muted);padding:3rem 1rem}.auth-card{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);padding:1.75rem;box-shadow:var(--shadow)}.auth-card__head{margin-bottom:1.5rem}.auth-card__head h2{font-family:var(--font-display-stack);font-size:1.55rem;letter-spacing:-.02em;margin-bottom:.35rem}.auth-card__head p{color:var(--muted);font-size:.95rem;line-height:1.5}.auth-form{display:grid;grid-gap:1.1rem;gap:1.1rem}.auth-form__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.85rem;gap:.85rem}.auth-field{display:grid;grid-gap:.45rem;gap:.45rem}.auth-field__label{font-size:.88rem;font-weight:600;color:var(--text)}.auth-field__hint{font-size:.8rem;color:var(--muted);margin-top:-.15rem}.auth-field input{width:100%;min-height:48px;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem .95rem;background:#fff;color:var(--text);transition:border-color .15s ease,box-shadow .15s ease}.auth-field input::placeholder{color:#8fa39f}.auth-field input:hover{border-color:#bccdc8}.auth-field input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.password-field{position:relative;display:block;width:100%}.password-field>input{width:100%;min-height:48px;padding-right:2.85rem}.password-field__toggle{position:absolute;top:50%;right:.55rem;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:8px;background:transparent;color:var(--muted);cursor:pointer}.password-field__toggle:hover{background:var(--primary-soft);color:var(--primary)}.password-field__toggle:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.phone-row{display:grid;grid-template-columns:auto 1fr;grid-gap:.6rem;gap:.6rem}.phone-prefix{display:grid;place-items:center;min-height:48px;padding:0 .9rem;border:1px solid var(--border);color:var(--muted);font-weight:700;font-size:.92rem}.auth-tabs,.phone-prefix{border-radius:var(--radius-sm);background:var(--surface-muted)}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:.35rem;gap:.35rem;margin-bottom:1.25rem;padding:.3rem;border:1px solid var(--border)}.auth-tab{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:none;border-radius:10px;min-height:42px;padding:.55rem .75rem;background:transparent;color:var(--muted);font-weight:600;font-size:.9rem;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.auth-tab:hover{color:var(--text)}.auth-tab.is-active{background:#fff;color:var(--primary-dark);box-shadow:var(--shadow-soft)}.auth-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:48px;margin-top:.25rem;border:none;border-radius:var(--radius-pill);padding:.85rem 1.15rem;background:linear-gradient(135deg,var(--primary),#0d8a80);color:#fff;font-weight:700;font-size:.95rem;cursor:pointer;box-shadow:0 10px 24px rgba(10,107,99,.28);transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.auth-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 28px rgba(10,107,99,.32)}.auth-button:disabled{opacity:.65;cursor:not-allowed;transform:none}.auth-error{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem .9rem;border-radius:var(--radius-sm);background:#fef3f2;border:1px solid #fecdca;color:#b42318;font-size:.9rem;line-height:1.45}.auth-success{color:var(--primary-dark);font-size:.95rem;font-weight:600;line-height:1.55}.auth-success-banner{display:grid;grid-gap:1rem;gap:1rem}.auth-button--secondary{background:#fff;color:var(--primary-dark);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.auth-button--secondary:hover:not(:disabled){background:var(--surface-muted);box-shadow:var(--shadow-soft)}.auth-footer{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--border);text-align:center;color:var(--muted);font-size:.92rem}.auth-footer a{color:var(--primary);font-weight:700}.auth-footer a:hover{text-decoration:underline}.auth-footer--inline{margin-top:0;padding-top:0;border-top:none;text-align:left}.auth-divider{display:flex;align-items:center;gap:.75rem;color:var(--muted);font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:var(--border)}.otp-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:1rem}.otp-modal__backdrop{position:absolute;inset:0;background:rgba(15,28,26,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.otp-modal__card{position:relative;width:min(100%,440px);background:var(--surface);border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);padding:1.75rem;box-shadow:var(--shadow)}.otp-modal__icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:1rem;border-radius:14px;background:var(--primary-soft);color:var(--primary)}.otp-modal__close{position:absolute;top:.85rem;right:.9rem;width:2rem;height:2rem;border:none;border-radius:8px;background:var(--surface-muted);font-size:1.25rem;line-height:1;color:var(--muted);cursor:pointer}.otp-modal__close:hover{background:var(--border);color:var(--text)}.otp-modal__card h2{font-family:var(--font-display-stack);font-size:1.4rem;margin-bottom:.35rem}.otp-modal__card>p{color:var(--muted);margin-bottom:.5rem;line-height:1.5}.otp-modal__phone{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.45rem .75rem;border-radius:var(--radius-pill);background:var(--surface-muted);font-weight:700;color:var(--text);font-size:.92rem}.otp-modal__label{display:grid;grid-gap:.45rem;gap:.45rem;font-weight:600;font-size:.88rem;margin-bottom:.75rem}.otp-modal__label input{min-height:52px;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.85rem .95rem;font-size:1.35rem;letter-spacing:.28em;text-align:center;font-weight:700}.otp-modal__label input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.otp-modal__timer{margin-bottom:1rem;font-size:.88rem;color:var(--primary);font-weight:600}.otp-modal__timer.is-expired{color:#b42318}.otp-modal__resend{width:100%;margin-top:.75rem;border:none;background:transparent;color:var(--primary);font-weight:600;cursor:pointer}.otp-modal__resend:disabled{opacity:.6;cursor:not-allowed}.otp-modal__resend.is-highlight{color:#b42318;font-weight:700}.otp-modal__status{display:flex;align-items:center;gap:.65rem;margin-bottom:1rem;padding:.75rem .9rem;border-radius:var(--radius-sm);font-size:.92rem;font-weight:600}.otp-modal__status--sending{background:#eefbf8;color:var(--primary-dark)}.otp-modal__spinner{width:1rem;height:1rem;border:2px solid #b8e8e2;border-top:2px solid var(--primary);border-radius:50%;animation:otp-spin .8s linear infinite;flex-shrink:0}@keyframes otp-spin{to{transform:rotate(1turn)}}.otp-modal__send-error{margin-bottom:1rem}.otp-modal__retry{margin-top:.5rem;border:none;background:transparent;color:var(--primary);font-weight:600;cursor:pointer;padding:0}.otp-modal__label input:disabled{background:var(--surface-muted);color:#8fa39f;cursor:not-allowed}#recaptcha-container{display:none}.account-form{display:grid;grid-gap:1rem;gap:1rem;max-width:420px}.account-form label{display:grid;grid-gap:.4rem;gap:.4rem;font-weight:500}.account-form input{border:1px solid var(--border);border-radius:var(--radius-sm);padding:.8rem .95rem}@media (max-width:900px){.auth-page__grid{grid-template-columns:1fr;max-width:520px;padding-top:1rem}.auth-page__panel{padding:0 0 1rem}.auth-page__title{font-size:1.85rem}.auth-page__highlights{margin-bottom:1.25rem}.auth-page__trust{display:none}}@media (max-width:520px){.auth-card{padding:1.35rem}.auth-form__row{grid-template-columns:1fr}}