.auth-page{--blue:#0f62fe;--blue-hover:#0353e9;--blue-light:#78a9ff;--blue-bg:#d0e2ff;--gray-10:#f4f4f4;--gray-20:#e0e0e0;--gray-30:#c6c6c6;--gray-50:#8d8d8d;--gray-60:#6f6f6f;--gray-70:#525252;--gray-80:#393939;--gray-90:#262626;--gray-100:#161616;--white:#ffffff;min-height:100vh;background:var(--gray-100);color:var(--white);font-size:14px;font-weight:300;display:flex;flex-direction:column;position:relative;overflow-x:hidden}.auth-page,.auth-page a,.auth-page button,.auth-page h1,.auth-page h2,.auth-page h3,.auth-page input,.auth-page label,.auth-page p,.auth-page select{font-family:var(--font-ibm-plex),"IBM Plex Sans",sans-serif}.auth-top-bar{height:48px;background:var(--gray-100);border-bottom:1px solid var(--gray-80);display:flex;align-items:center;justify-content:space-between;padding:0 16px;flex-shrink:0;position:relative;z-index:10}.auth-top-brand.brand-logo-mark{font-size:14px;font-weight:400;color:var(--white);text-decoration:none;letter-spacing:-.2px;border:none;padding:0}.auth-top-brand .brand-logo-accent{color:var(--blue-light)}.auth-top-links{display:flex;align-items:center;gap:4px}.auth-top-links a{color:var(--white);text-decoration:none;font-size:14px;padding:8px 12px;display:flex;align-items:center;gap:6px;transition:background .12s}.auth-top-links a:hover{background:var(--gray-90)}.auth-top-links svg{width:16px;height:16px;opacity:.9}.auth-cookie-btn{position:fixed;bottom:16px;right:0;background:var(--gray-90);border:1px solid var(--gray-70);border-right:none;color:var(--white);padding:12px 8px;font-family:inherit;font-size:12px;cursor:pointer;z-index:100;writing-mode:vertical-rl;-webkit-text-orientation:mixed;text-orientation:mixed;letter-spacing:.5px}.auth-cookie-btn:hover{background:var(--gray-80)}@media (max-width:900px){.auth-top-links a span.label{display:none}}