.mtap-notice {
	padding: 12px 16px;
	border-radius: 6px;
	margin-bottom: 16px;
}
.mtap-notice-info { background: #e7f3ff; border: 1px solid #b6ddff; }
.mtap-notice-warning { background: #fff8e5; border: 1px solid #ffe08a; }

.mtap-btn {
	display: inline-block;
	padding: 10px 18px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
	border: none;
	font-size: 14px;
}
.mtap-btn-primary { background: #2563eb; color: #fff; }
.mtap-btn-primary:hover { background: #1d4ed8; color: #fff; }
.mtap-btn-secondary { background: #e5e7eb; color: #111827; }

.mtap-form-message { margin-top: 10px; font-size: 14px; }
.mtap-form-message.success { color: #15803d; }
.mtap-form-message.error { color: #b91c1c; }

.mtap-dashboard-wrap { max-width: 900px; }
.mtap-dashboard-header h2 { margin-bottom: 20px; }

.mtap-referral-box {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 20px;
}
.mtap-referral-link-row { display: flex; gap: 8px; margin-top: 8px; }
.mtap-referral-input {
	flex: 1;
	padding: 8px 10px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	font-family: monospace;
}

.mtap-stat-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 12px;
	margin-bottom: 24px;
}
.mtap-stat-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 16px;
	text-align: center;
}
.mtap-stat-number { display: block; font-size: 24px; font-weight: 700; color: #111827; }
.mtap-stat-label { display: block; font-size: 12px; color: #6b7280; margin-top: 4px; }

.mtap-section { margin-bottom: 28px; }
.mtap-section h3 { border-bottom: 1px solid #e5e7eb; padding-bottom: 8px; margin-bottom: 12px; }

.mtap-table { width: 100%; border-collapse: collapse; }
.mtap-table th, .mtap-table td {
	text-align: left;
	padding: 8px 10px;
	border-bottom: 1px solid #eee;
	font-size: 13px;
}

.mtap-tree, .mtap-tree ul {
	list-style: none;
	margin-left: 18px;
	padding-left: 12px;
	border-left: 1px dashed #ccc;
}
.mtap-tree > li { margin: 6px 0; }
.mtap-tree-node { font-size: 13px; }

.mtap-form p { margin-bottom: 12px; }
.mtap-form input[type="text"],
.mtap-form textarea {
	width: 100%;
	max-width: 400px;
	padding: 8px 10px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
}

.mtap-current-rank {
	margin-top: 10px;
	font-size: 13px;
	color: #92400e;
	background: #fef3c7;
	display: inline-block;
	padding: 4px 10px;
	border-radius: 999px;
}

.mtap-banners-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}
.mtap-banner-item {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 12px;
	text-align: center;
}
.mtap-banner-preview img { max-width: 100%; height: auto; }
.mtap-banner-code {
	width: 100%;
	margin-top: 8px;
	font-family: monospace;
	font-size: 11px;
	height: 60px;
	padding: 6px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
}
