.login-options { display: grid; gap: 12px; margin: 24px 0; }
.login-options button { width: 100%; min-height: 46px; text-align: center; }
button:disabled { cursor: not-allowed; color: #6a716d; background: #f3f5f3; border-color: #dce3de; }
.context-tree, .context-tree ul { list-style: none; padding-left: 20px; }
.context-tree li { border-left: 2px solid #dce3de; padding: 10px 16px; overflow-wrap: anywhere; }
.context-tree time { margin-left: 12px; }
