.auth-split{--color-canvas:#FBF8F0;--color-surface:#FFFFFF;--color-warm:#1A1612;--color-muted:#847868;--color-border:#E8DFCB;position:fixed;inset:0;display:grid;grid-template-columns:55fr 45fr;background:#F4EFE3;color:#1A1612;z-index:10;overflow:hidden}@media (max-width:900px){.auth-split{grid-template-columns:1fr;grid-template-rows:140px 1fr}}.auth-split__left{position:relative;padding:48px 56px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;background:#F4EFE3;border-right:1px solid #e8dfcb}@media (max-width:900px){.auth-split__left{padding:20px 24px;justify-content:center;align-items:flex-start;border-right:none;border-bottom:1px solid #e8dfcb}}.auth-split__logo{display:inline-flex;align-items:center;gap:10px;font-size:22px;letter-spacing:-.02em;color:#1A1612;z-index:2;text-decoration:none}.auth-split__logo,.auth-split__logo-mark{font-family:var(--font-playfair),Georgia,serif;font-weight:600}.auth-split__logo-mark{width:30px;height:30px;border-radius:6px;background:#1A1612;color:#D9B870;display:grid;place-items:center;font-style:italic;font-size:18px}.auth-split__centre{display:flex;flex-direction:column;align-items:flex-start;gap:32px;z-index:2}@media (max-width:900px){.auth-split__centre{gap:12px}}.auth-split__signature{width:280px;height:90px}@media (max-width:900px){.auth-split__signature{display:none}}.auth-split__signature path{fill:none;stroke:#8F6510;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:600;stroke-dashoffset:600;animation:authSignatureCycle 6s ease-in-out infinite}@keyframes authSignatureCycle{0%{stroke-dashoffset:600;opacity:1}25%{stroke-dashoffset:0;opacity:1}75%{stroke-dashoffset:0;opacity:1}92%{stroke-dashoffset:0;opacity:0}to{stroke-dashoffset:600;opacity:0}}.auth-split__tagline{font-family:var(--font-playfair),Georgia,serif;font-size:28px;line-height:1.2;font-weight:500;letter-spacing:-.025em;color:#1A1612;margin:0;max-width:480px}.auth-split__tagline em{font-style:italic;color:#8F6510}@media (max-width:900px){.auth-split__tagline{font-size:20px}}.auth-split__locale{font-size:11px;letter-spacing:.18em;margin-top:14px}.auth-split__footer,.auth-split__locale{font-family:var(--font-plex-mono),ui-monospace,monospace;text-transform:uppercase;color:#847868}.auth-split__footer{font-size:10.5px;letter-spacing:.14em;opacity:.6;z-index:2}@media (max-width:900px){.auth-split__footer{display:none}}.auth-split__papers{position:absolute;inset:0;pointer-events:none;z-index:1}.auth-split__paper{position:absolute;background:rgba(184,132,26,.07);border:1px solid rgba(184,132,26,.1);border-radius:4px;animation:authPaperDrift 24s ease-in-out infinite}.auth-split__paper:first-child{top:12%;left:8%;width:110px;height:150px;transform:rotate(-8deg);animation-delay:0s}.auth-split__paper:nth-child(2){top:62%;left:14%;width:130px;height:170px;transform:rotate(12deg);animation-delay:-4s}.auth-split__paper:nth-child(3){top:22%;left:70%;width:90px;height:120px;transform:rotate(-18deg);animation-delay:-8s}.auth-split__paper:nth-child(4){top:70%;left:78%;width:110px;height:150px;transform:rotate(6deg);animation-delay:-12s}.auth-split__paper:nth-child(5){top:45%;left:48%;width:80px;height:110px;transform:rotate(-22deg);animation-delay:-16s;opacity:.5}@keyframes authPaperDrift{0%,to{transform:translateY(0) rotate(var(--rot,0deg))}50%{transform:translateY(-20px) rotate(calc(var(--rot, 0deg) + 3deg))}}@media (max-width:900px){.auth-split__papers{display:none}}.auth-split__right{position:relative;background:#FFFFFF;display:flex;align-items:center;justify-content:center;padding:48px;overflow-y:auto}@media (max-width:900px){.auth-split__right{padding:32px 24px;align-items:flex-start}}.auth-split__form-wrap{width:100%;max-width:400px}@media (prefers-reduced-motion:reduce){.auth-split__signature path{animation:none;stroke-dashoffset:0;opacity:1}.auth-split__paper{animation:none}}