.mireb-app {
	max-width: 480px;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	background: #f4f6fb;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.mireb-app-header {
	background: linear-gradient(135deg, #29b6f6, #1e88e5);
	color: #fff;
	padding: 16px 20px;
	border-radius: 16px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.mireb-child-card {
	background: #fff;
	border-radius: 16px;
	padding: 18px;
	margin-bottom: 18px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.mireb-child-card h2 {
	margin: 0 0 12px;
	font-size: 18px;
}

.mireb-child-card h2 small {
	color: #888;
	font-weight: 400;
	font-size: 13px;
}

.mireb-stats-row {
	display: flex;
	gap: 10px;
	margin-bottom: 16px;
}

.mireb-stat {
	flex: 1;
	border-radius: 12px;
	padding: 12px;
	text-align: center;
	color: #fff;
}

.mireb-stat .num {
	font-size: 20px;
	font-weight: 700;
}

.mireb-stat .lbl {
	font-size: 11px;
	opacity: 0.9;
}

.mireb-stat-blue   { background: linear-gradient(135deg, #29b6f6, #0d6efd); }
.mireb-stat-purple { background: linear-gradient(135deg, #7c4dff, #5e35b1); }
.mireb-stat-orange { background: linear-gradient(135deg, #ffb74d, #f57c00); }

.mireb-list {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

.mireb-list li {
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}

.mireb-list li:last-child { border-bottom: none; }

.mireb-due {
	color: #999;
	font-size: 12px;
}

.mireb-badge-due {
	background: #ffe0b2;
	color: #e65100;
	padding: 2px 8px;
	border-radius: 10px;
	font-size: 11px;
	font-weight: 600;
}

.mireb-notices {
	background: #fff;
	border-radius: 16px;
	padding: 18px;
}

.mireb-bulletin-btn {
	display: inline-block;
	margin-top: 6px;
	background: linear-gradient(135deg, #ffb74d, #f57c00);
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 14px;
	border-radius: 10px;
}

.mireb-bulletin-btn:hover {
	color: #fff;
	opacity: 0.9;
}
