:root { 
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

body {
	margin: 24px;
	line-height: 1.25;
}

header h1 { 
	margin: 0 0 8px;
}

label {
	display:block;
	 margin: 10px 0 4px;
}

input[type="text"], input[type="password"] {
	width:100%;
	padding:8px;
	border:1px solid #ddd;
	border-radius:8px;
}

button, .btn {
	display:inline-block;
	padding:8px 12px;
	border-radius:8px;
	border:1px solid #ddd;
	background:#0e00d7;
	color: white;
	cursor:pointer;
	text-decoration:none;
	margin:8px;
}

table { width:100%; border-collapse:collapse; margin-top:16px; }
td, th { border:1px solid #e5e5e5; padding:6px; text-align:left; }

