/*
 * AI Passthrough Theme v2 - Main Stylesheet
 * 取り込み後にAIが吐いたCSSで上書きされます。
 */

body {
	margin: 0;
	font-family: system-ui, -apple-system, sans-serif;
	line-height: 1.6;
}

.aipt-welcome {
	min-height: 60vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
