/* Dark Dashboard Theme */

.yr-weather-block--theme-dark-dashboard {
	font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 16px;
	padding: 20px;
	background: #0a0e27;
}

.yr-weather-block--theme-dark-dashboard .yr-weather-city {
	background: #1a1f3a;
	border: 1px solid #00d4ff;
	border-radius: 4px;
	padding: 20px;
	box-shadow: 0 0 16px rgba(0, 212, 255, 0.2);
}

.yr-weather-block--theme-dark-dashboard .yr-weather-city__name {
	margin: 0 0 16px 0;
	font-size: 16px;
	font-weight: 600;
	color: #00d4ff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.yr-weather-block--theme-dark-dashboard .yr-weather-current {
	display: grid;
	gap: 12px;
}

.yr-weather-block--theme-dark-dashboard .yr-weather-temp {
	font-size: 48px;
	font-weight: 700;
	color: #00ff88;
	text-shadow: 0 0 8px rgba(0, 255, 136, 0.5);
}

.yr-weather-block--theme-dark-dashboard .yr-weather-wind {
	font-size: 13px;
	color: #a0b0ff;
	display: flex;
	gap: 12px;
	align-items: center;
}

.yr-weather-block--theme-dark-dashboard .yr-weather-wind__speed {
	background: rgba(0, 212, 255, 0.1);
	padding: 4px 8px;
	border-radius: 3px;
	color: #00d4ff;
}

.yr-weather-block--theme-dark-dashboard .yr-weather-wind__direction {
	background: rgba(0, 255, 136, 0.1);
	padding: 4px 8px;
	border-radius: 3px;
	color: #00ff88;
}

.yr-weather-block--theme-dark-dashboard .yr-weather-symbol {
	font-size: 11px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.yr-weather-block--theme-dark-dashboard .yr-weather-source-badge {
	display: inline-block;
	background: rgba(0, 212, 255, 0.2);
	color: #00d4ff;
	padding: 3px 8px;
	border-radius: 3px;
	font-size: 11px;
	border: 1px solid #00d4ff;
}

.yr-weather-block--theme-dark-dashboard .yr-weather-history {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #333;
}

.yr-weather-block--theme-dark-dashboard .yr-weather-history h4 {
	margin: 0 0 8px 0;
	font-size: 13px;
	font-weight: 600;
	color: #00d4ff;
	text-transform: uppercase;
}

.yr-weather-block--theme-dark-dashboard .yr-weather-history ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

.yr-weather-block--theme-dark-dashboard .yr-weather-history li {
	padding: 4px 0;
	color: #a0b0ff;
}
