/*
Theme Name: Energy Money Lab
Theme URI: https://energymoneylab.com/
Author: Hunt / Energy Money Lab
Description: Lightweight block theme for 훈트의 에너지머니랩 — electricity bills, EV charging, solar energy, and practical home electrical guides.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: energymoneylab
*/

:root {
  --eml-blue: #1667d9;
  --eml-green: #22a06b;
  --eml-gold: #e6a817;
  --eml-ink: #18212f;
  --eml-muted: #687386;
  --eml-surface: #f6f8fb;
  --eml-border: #e6eaf0;
}

* { box-sizing: border-box; }
body { color: var(--eml-ink); }
a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.wp-site-blocks { min-height: 100vh; }

.eml-card {
  background: #fff;
  border: 1px solid var(--eml-border);
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(17, 35, 65, .05);
}

.eml-hero {
  background: linear-gradient(135deg, rgba(22,103,217,.10), rgba(34,160,107,.10));
  border: 1px solid rgba(22,103,217,.10);
  border-radius: 22px;
}

.eml-kicker {
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--eml-blue);
}

.eml-note {
  border-left: 4px solid var(--eml-green);
  padding: 14px 16px;
  background: #f3fbf7;
}

@media (max-width: 782px) {
  .wp-block-navigation__responsive-container-open { display: flex; }
}
