.hhn-auth-screen{--hhn-auth-primary:#2696BE;--hhn-auth-primary-hover:#1b7693;--hhn-auth-text:#1f2937;--hhn-auth-text-muted:#6b7280;--hhn-auth-bg:#ffffff;--hhn-auth-error:#d32f2f;--hhn-auth-error-bg:#fdecea;--hhn-auth-radius:8px;--hhn-auth-gap:16px;--hhn-auth-content-width:360px;min-height:100vh;justify-content:center;padding:24px;background:var(--hhn-auth-bg);color:var(--hhn-auth-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.hhn-auth-content,.hhn-auth-screen{display:flex;flex-direction:column;align-items:center}.hhn-auth-content{gap:var(--hhn-auth-gap);width:100%;max-width:var(--hhn-auth-content-width)}.hhn-auth-logo{max-width:120px;max-height:120px;object-fit:contain}.hhn-auth-company-name{margin:0;font-size:24px;font-weight:600;text-align:center;color:var(--hhn-auth-primary)}.hhn-auth-product-name{margin:-10px 0 0;font-size:12px;font-weight:600;letter-spacing:2px;color:var(--hhn-auth-text-muted);text-transform:uppercase;text-align:center}.hhn-auth-button{width:100%;padding:12px 32px;background:var(--hhn-auth-primary);color:#ffffff;border:0;border-radius:var(--hhn-auth-radius);font-size:16px;font-weight:600;cursor:pointer;transition:background .12s ease}.hhn-auth-button:hover:not(:disabled){background:var(--hhn-auth-primary-hover)}.hhn-auth-button:disabled{opacity:.6;cursor:not-allowed}.hhn-auth-error{width:100%;padding:12px 16px;background:var(--hhn-auth-error-bg);color:var(--hhn-auth-error);border-radius:var(--hhn-auth-radius);font-size:14px}.hhn-auth-spinner{width:40px;height:40px;border:3px solid var(--hhn-auth-text-muted);border-top-color:var(--hhn-auth-primary);border-radius:50%;animation:hhn-auth-spin .8s linear infinite}@keyframes hhn-auth-spin{to{transform:rotate(1turn)}}