.ws-login-terms {
	max-width: 420px;
	margin: 0 auto 14px;
	text-align: left;
}

.ws-login-terms-label {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 0.8rem;
	line-height: 1.45;
	color: var(--ws-text-secondary, #9ca3af);
	cursor: pointer;
}

.ws-login-terms-label input {
	margin-top: 3px;
	flex-shrink: 0;
}

.ws-login-terms-label a {
	color: var(--ws-accent-light, #60a5fa);
	text-decoration: underline;
}

.ws-auth-alt {
	margin-top: 14px;
	font-size: 0.85rem;
	color: var(--ws-text-secondary, #9ca3af);
}

.ws-auth-alt a {
	color: var(--ws-accent-light, #60a5fa);
}

.ws-login-terms-hint {
	margin: 6px 0 0 28px;
	font-size: 0.75rem;
	color: var(--ws-text-tertiary, #6b7280);
}

.ws-accept-legal {
	max-width: 420px;
	margin: 2rem auto;
	text-align: left;
}

.ws-accept-legal h2 {
	color: var(--ws-text-primary, #f9fafb);
}

.ws-token-overlay {
	position: fixed;
	inset: 0;
	z-index: 100000;
	background: rgba(0, 0, 0, 0.72);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
}

.ws-token-modal {
	background: #1a1d24;
	color: #f4f4f5;
	border: 1px solid #3f3f46;
	border-radius: 12px;
	max-width: 520px;
	width: 100%;
	padding: 1.5rem;
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
}

.ws-token-modal h2 {
	margin: 0 0 0.75rem;
	font-size: 1.25rem;
}

.ws-token-warn {
	color: #fbbf24;
	font-size: 0.9rem;
	margin: 0 0 1rem;
}

.ws-token-value {
	width: 100%;
	min-height: 88px;
	font-family: ui-monospace, monospace;
	font-size: 12px;
	background: #0f1115;
	color: #e4e4e7;
	border: 1px solid #52525b;
	border-radius: 8px;
	padding: 0.75rem;
	resize: vertical;
	box-sizing: border-box;
}

.ws-token-actions {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
	margin: 1rem 0;
}

.ws-token-actions .button {
	cursor: pointer;
	border-radius: 8px;
	padding: 0.5rem 1rem;
	border: 1px solid #52525b;
	background: #27272a;
	color: #fafafa;
}

.ws-token-actions .button-primary {
	background: #2563eb;
	border-color: #2563eb;
}

.ws-token-confirm {
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
	font-size: 0.85rem;
	margin-bottom: 1rem;
	color: #a1a1aa;
}

.ws-token-continue {
	width: 100%;
}

.ws-token-continue:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}
