@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans:wght@400;700&display=swap');

body {
	font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
}

/* Main menu */
[data-screen="main"] {
	background: linear-gradient(135deg, #1a1520 0%, #2d2035 50%, #1a1a2e 100%);
}

[data-screen="main"] button {
	font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
	border: 1px solid rgba(160, 130, 100, 0.3);
}

[data-screen="main"] button:hover {
	border-color: rgba(160, 130, 100, 0.7);
	background: rgba(160, 130, 100, 0.1);
}

/* Text box */
[data-component="text-box"] {
	font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
	background: rgba(15, 10, 20, 0.88) !important;
	border-top: 1px solid rgba(160, 130, 100, 0.3);
}

/* Character name */
[data-ui="who"] {
	font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

/* Choice buttons */
[data-component="choice-container"] button {
	font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
	background: rgba(15, 10, 20, 0.85);
	border: 1px solid rgba(160, 130, 100, 0.4);
	transition: all 0.3s ease;
}

[data-component="choice-container"] button:hover {
	background: rgba(160, 130, 100, 0.15);
	border-color: rgba(160, 130, 100, 0.8);
	transform: scale(1.02);
}

/* Centered dialog (title cards) */
[data-component="centered-dialog"] {
	font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
	text-shadow: 0 0 30px rgba(160, 130, 100, 0.4);
}

/* Quick menu */
[data-component="quick-menu"] {
	background: rgba(15, 10, 20, 0.6);
}
