.austindashboard-wrap {
	max-width: 1320px;
	margin: 18px 24px 24px 0;
}

.austindashboard-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 18px;
	margin-bottom: 24px;
	padding: 24px 28px;
	border-radius: 24px;
	background: linear-gradient(135deg, #0f2f4d 0%, #17486f 55%, #f5f7fb 55%, #ffffff 100%);
	color: #ffffff;
	box-shadow: 0 22px 60px rgba(15, 47, 77, 0.18);
}

.austindashboard-header h1 {
	margin: 0 0 8px;
	color: #ffffff;
}

.austindashboard-header p {
	margin: 0;
	max-width: 720px;
	color: rgba(255, 255, 255, 0.82);
}

.austindashboard-header .button.button-primary {
	background: #ffffff;
	color: #103654;
	border-color: #ffffff;
}

.austindashboard-canvas {
	display: grid;
	gap: 24px;
}

.austindashboard-canvas .wp-block-columns {
	margin-bottom: 0;
}

.wp-block-austindashboard-panel,
.austindashboard-stat-panel,
.austindashboard-list-panel {
	padding: 20px 22px;
	border-radius: 22px;
	border: 1px solid #d6dde5;
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(17, 43, 68, 0.08);
}

.wp-block-austindashboard-panel.is-tone-accent {
	background: linear-gradient(135deg, #eef7ff 0%, #ffffff 100%);
	border-color: #bfd9f5;
}

.wp-block-austindashboard-panel.is-tone-success {
	background: linear-gradient(135deg, #ecfdf3 0%, #ffffff 100%);
	border-color: #bee8d1;
}

.wp-block-austindashboard-panel.is-tone-warning {
	background: linear-gradient(135deg, #fff8eb 0%, #ffffff 100%);
	border-color: #f0d6a9;
}

.austindashboard-panel-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 16px;
}

.austindashboard-panel-header h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1.15;
	color: #102334;
}

.austindashboard-panel-header p,
.austindashboard-panel-header a {
	margin: 0;
	color: #5d6c79;
}

.austindashboard-panel-body > *:first-child {
	margin-top: 0;
}

.austindashboard-stat-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 14px;
}

.austindashboard-stat-card {
	display: grid;
	gap: 6px;
	padding: 16px;
	border-radius: 18px;
	background: #f6f9fc;
	border: 1px solid #dde5ec;
}

.austindashboard-stat-value {
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	color: #103654;
}

.austindashboard-stat-label {
	font-size: 13px;
	font-weight: 600;
	color: #5d6c79;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.austindashboard-recent-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 14px;
}

.austindashboard-recent-item {
	padding: 14px 16px;
	border-radius: 16px;
	background: #f8fafc;
	border: 1px solid #e1e8ef;
}

.austindashboard-recent-meta {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
	flex-wrap: wrap;
}

.austindashboard-recent-meta a {
	font-weight: 600;
	text-decoration: none;
}

.austindashboard-recent-meta span,
.austindashboard-recent-item p,
.austindashboard-empty {
	color: #5d6c79;
}

@media (max-width: 782px) {
	.austindashboard-header {
		grid-template-columns: 1fr;
		display: grid;
		background: linear-gradient(160deg, #0f2f4d 0%, #17486f 58%, #ffffff 58%, #ffffff 100%);
	}
}
