.px-theme .auth-split{grid-template-columns:1.04fr .96fr;min-height:100svh;display:grid}@media (max-width:920px){.px-theme .auth-split{grid-template-columns:1fr}}.px-theme .auth-back{z-index:20;border-radius:var(--radius-pill);white-space:nowrap;height:44px;color:var(--color-ink);background:var(--color-surface);box-shadow:inset 0 0 0 1px var(--color-line), var(--shadow-soft);transition:transform .15s var(--ease-out);align-items:center;gap:8px;padding:0 18px;font-size:13px;font-weight:850;text-decoration:none;display:inline-flex;position:fixed;top:20px;left:22px}.px-theme .auth-back:hover{transform:translate(-2px)}.px-theme .auth-back svg{width:15px;height:15px}.px-theme .auth-brand{border-radius:var(--radius-xl);background:var(--color-charcoal);flex-direction:column;margin:12px;padding:clamp(34px,4vw,64px);display:flex;position:relative;overflow:hidden}@media (max-width:920px){.px-theme .auth-brand{display:none}}.px-theme .ab-bg{z-index:0;position:absolute;inset:0}.px-theme .ab-bg img{object-fit:cover;filter:brightness(.4)saturate(.92)contrast(1.02);width:108%;height:108%;animation:40s ease-in-out infinite alternate authPan;position:absolute;inset:-4%}@media (prefers-reduced-motion:reduce){.px-theme .ab-bg img{animation:none}}@keyframes authPan{0%{transform:scale(1)translate(0)}to{transform:scale(1.08)translate(-2%,-1%)}}.px-theme .ab-bg .veil{background:radial-gradient(900px 700px at 25% 8%,#38ed7338,#0000 60%),linear-gradient(160deg,#0707068c 0%,#07070666 40%,#070706d1 100%);position:absolute;inset:0}.px-theme .ab-inner{z-index:2;color:#fff;flex-direction:column;flex:1;display:flex;position:relative}.px-theme .ab-logo{letter-spacing:-.02em;color:inherit;align-items:center;gap:11px;font-size:20px;font-weight:950;text-decoration:none;display:flex}.px-theme .ab-logo img{object-fit:contain;width:30px;height:30px}.px-theme .ab-mid{margin-top:auto}.px-theme .ab-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent);align-items:center;gap:8px;margin-bottom:18px;font-size:12px;font-weight:950;display:inline-flex}.px-theme .ab-eyebrow .dot{background:var(--color-accent);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #38ed732e}.px-theme .ab-mid h2{font-family:var(--font-display);letter-spacing:-.05em;text-wrap:balance;max-width:15ch;margin:0;font-size:clamp(34px,3.8vw,54px);font-weight:950;line-height:.92}.px-theme .ab-mid h2 .t-amber{color:var(--color-accent)}.px-theme .ab-list{flex-direction:column;gap:14px;margin:30px 0 0;padding:0;list-style:none;display:flex}.px-theme .ab-list li{color:#ffffffd1;letter-spacing:-.01em;align-items:center;gap:12px;font-size:16px;font-weight:720;display:flex}.px-theme .ab-list li .tk{background:var(--color-accent);width:26px;height:26px;color:var(--color-accent-ink);border-radius:9px;flex:none;justify-content:center;align-items:center;display:flex}.px-theme .ab-list li .tk svg{width:14px;height:14px}.px-theme .auth-main{z-index:2;justify-content:center;align-items:center;padding:clamp(28px,4vw,56px) clamp(20px,4vw,40px);display:flex;position:relative}.px-theme .auth-card{width:100%;max-width:420px}.px-theme .auth-m-logo{letter-spacing:-.02em;color:var(--color-ink);justify-content:center;align-items:center;gap:10px;margin:0 auto 26px;font-size:19px;font-weight:950;text-decoration:none;display:none}.px-theme .auth-m-logo img{object-fit:contain;width:28px;height:28px}@media (max-width:920px){.px-theme .auth-m-logo{display:flex}}.px-theme .auth-head{margin-bottom:22px}.px-theme .auth-head h1{font-family:var(--font-display);letter-spacing:-.05em;color:var(--color-ink);margin:0;font-size:clamp(28px,3.2vw,38px);font-weight:950;line-height:.95}.px-theme .auth-head p{color:var(--color-muted);margin:10px 0 0;font-size:15px;font-weight:720;line-height:1.4}.px-theme .auth-tabs{border-radius:var(--radius-pill);background:var(--color-faint);box-shadow:inset 0 0 0 1px var(--color-line);gap:3px;margin-bottom:24px;padding:5px;display:flex;position:relative}.px-theme .auth-tabs a{border-radius:var(--radius-pill);height:44px;color:var(--color-muted);transition:color .2s var(--ease-out), background .2s var(--ease-out);flex:1;justify-content:center;align-items:center;font-size:14px;font-weight:850;text-decoration:none;display:flex}.px-theme .auth-tabs a[aria-current=page]{color:#fff;background:var(--color-ink)}.px-theme .af-field{margin-bottom:15px}.px-theme .af-field>label{color:var(--color-muted);margin-bottom:7px;font-size:12.5px;font-weight:850;display:block}.px-theme .af-input{border-radius:var(--radius-md);background:var(--color-surface);height:52px;box-shadow:inset 0 0 0 1px var(--color-line);transition:box-shadow .15s var(--ease-out);align-items:center;gap:10px;padding:0 16px;display:flex}.px-theme .af-input:focus-within{box-shadow:inset 0 0 0 1.5px var(--color-accent), 0 0 0 4px #38ed732e}.px-theme .af-input.is-error{box-shadow:inset 0 0 0 1.5px #e0564b}.px-theme .af-input>svg{width:17px;height:17px;color:var(--color-muted);flex:none}.px-theme .af-input input{min-width:0;color:var(--color-ink);font:750 15px/1 var(--font-body);letter-spacing:-.01em;background:0 0;border:0;outline:none;flex:1}.px-theme .af-input input::placeholder{color:#07070666;font-weight:650}.px-theme .af-eye{cursor:pointer;color:var(--color-muted);background:0 0;border:0;justify-content:center;align-items:center;width:44px;height:44px;margin-right:-10px;display:flex}.px-theme .af-eye:hover{color:var(--color-ink)}.px-theme .af-eye svg{width:17px;height:17px}.px-theme .af-err{color:#d9544a;margin:6px 0 0;font-size:12px;font-weight:700}.px-theme .af-row{justify-content:space-between;align-items:center;gap:12px;margin:4px 0 18px;display:flex}.px-theme .af-forgot{color:var(--color-accent-ink);white-space:nowrap;text-decoration:underline;-webkit-text-decoration-color:var(--color-accent);text-decoration-color:var(--color-accent);text-underline-offset:3px;font-size:12.5px;font-weight:850}.px-theme .af-submit{width:100%;height:54px;margin-top:6px;font-size:15px}.px-theme .af-or{color:var(--color-muted);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:14px;margin:20px 0;font-size:12px;font-weight:850;display:flex}.px-theme .af-or:before,.px-theme .af-or:after{content:"";background:var(--color-line);flex:1;height:1px}.px-theme .af-social{gap:11px;width:100%;height:52px;font-size:14px}.px-theme .af-social svg{width:18px;height:18px}.px-theme .af-switch{text-align:center;color:var(--color-muted);margin:22px 0 0;font-size:13.5px;font-weight:720}.px-theme .af-switch a{color:var(--color-ink);font-weight:950}.px-theme .af-switch a:hover{text-decoration:underline}.px-theme .af-reassure{text-align:center;color:var(--color-muted);justify-content:center;align-items:center;gap:8px;margin:18px 0 0;font-size:12px;font-weight:720;display:flex}.px-theme .af-reassure svg{width:13px;height:13px;color:var(--color-accent-ink)}.px-theme .auth-btn{border-radius:var(--radius-pill);cursor:pointer;transition:transform .15s var(--ease-out), box-shadow .15s var(--ease-out);border:0;justify-content:center;align-items:center;gap:8px;font-size:15px;font-weight:950;text-decoration:none;display:inline-flex}.px-theme .auth-btn:hover{transform:translateY(-1px)}.px-theme .auth-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.px-theme .auth-btn-primary{background:var(--color-ink);color:#fff;box-shadow:var(--shadow-pop)}.px-theme .auth-btn-ghost{background:var(--color-surface);color:var(--color-ink);box-shadow:inset 0 0 0 1px var(--color-line), var(--shadow-soft)}.px-theme .af-plan{border-radius:var(--radius-md);background:#38ed7324;align-items:flex-start;gap:12px;margin-bottom:20px;padding:16px;display:flex;box-shadow:inset 0 0 0 1px #38ed7366}.px-theme .af-plan svg{color:var(--color-accent-ink);flex:none;margin-top:2px}.px-theme .af-plan-title{color:var(--color-ink);margin:0;font-size:14px;font-weight:950}.px-theme .af-plan-body{color:var(--color-muted);margin:3px 0 0;font-size:13px;font-weight:700}.px-theme .af-plan-change{cursor:pointer;color:var(--color-accent-ink);background:0 0;border:0;margin-top:5px;padding:0;font-size:12px;font-weight:950;text-decoration:underline}.px-theme .af-consent{color:var(--color-muted);cursor:pointer;align-items:flex-start;gap:9px;margin:4px 0 8px;font-size:12.5px;font-weight:700;line-height:1.45;display:flex}.px-theme .af-consent input{appearance:none;cursor:pointer;background:var(--color-surface);width:19px;height:19px;box-shadow:inset 0 0 0 1px var(--color-line);transition:.15s var(--ease-out);border-radius:6px;flex:none;margin-top:1px;position:relative}.px-theme .af-consent input:focus-visible{box-shadow:inset 0 0 0 1px var(--color-accent), 0 0 0 4px #38ed732e;outline:none}.px-theme .af-consent input:checked{background:var(--color-accent);box-shadow:none}.px-theme .af-consent input:checked:after{content:"";border:solid var(--color-accent-ink);border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;top:2.5px;left:6px;transform:rotate(45deg)}.px-theme .af-gdpr{text-align:center;color:var(--color-muted);margin:10px 0 0;font-size:11.5px;font-weight:700}.px-theme .af-gdpr a{color:var(--color-accent-ink);font-weight:850}.px-theme .af-gdpr a:hover{text-decoration:underline}