/* Адаптивність */
@media (max-width: 768px) {
	:root {
		font-size: 14px;
	}
	.container {
		padding: 20px;
	}

	h1 {
		font-size: 1.8em;
	}

	.input-grid {
		grid-template-columns: 1fr;
	}

	button {
		font-size: 1.6em;
	}
}