.oft-timer {
	max-width: 360px;
	margin: 0 auto;
	text-align: center;
	background: rgba(127, 90, 240, 0.06);
	border: 1px solid rgba(127, 90, 240, 0.25);
	border-radius: 16px;
	padding: 2rem 1.5rem;
}

.oft-mode {
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.7;
	margin-bottom: 0.4rem;
}

.oft-clock {
	font-size: 3.4rem;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	margin-bottom: 1.2rem;
}

.oft-controls {
	display: flex;
	gap: 0.6rem;
	justify-content: center;
	margin-bottom: 1rem;
}

.oft-btn {
	background: transparent;
	border: 1px solid rgba(127, 90, 240, 0.4);
	color: inherit;
	border-radius: 999px;
	padding: 0.5rem 1.1rem;
	font-weight: 600;
	font-size: 0.85rem;
	cursor: pointer;
}

.oft-btn:disabled {
	opacity: 0.4;
	cursor: default;
}

.oft-btn-primary {
	background: #7f5af0;
	border-color: #7f5af0;
	color: #fff;
}

.oft-status {
	font-size: 0.8rem;
	opacity: 0.65;
}

.oft-log-summary {
	font-weight: 600;
	margin-bottom: 0.8rem;
}

.oft-log-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.4rem;
}

.oft-log-list li {
	display: flex;
	justify-content: space-between;
	background: rgba(127, 90, 240, 0.06);
	border: 1px solid rgba(127, 90, 240, 0.2);
	border-radius: 8px;
	padding: 0.5rem 0.9rem;
	font-size: 0.88rem;
}

.oft-login-prompt {
	padding: 1.2rem;
	border: 1px dashed rgba(127, 90, 240, 0.4);
	border-radius: 12px;
	text-align: center;
}
