/* ==========================================================
 * Template: Emerald Minimal
 * Minimal Islami: hijau zamrud, emas halus, ornamen geometris.
 * ========================================================== */
.cmm-tpl-emerald{
  --em-bg:#f6fbf8; --em-paper:#ffffff; --em-ink:#0f2a23;
  --em-muted:#5b7a70; --em-line:#d6e7df;
  --em-emerald:#047857; --em-emerald-deep:#065f46; --em-gold:#b78a3a;
  color:var(--em-ink);
  background:
    linear-gradient(180deg,var(--em-bg),#eaf4ee);
  border-radius:14px;padding:20px;
  font-family:'Manrope','Inter',system-ui,sans-serif;
  border-top:3px solid var(--em-emerald);
  position:relative;
}
.cmm-tpl-emerald::before{
  content:"";position:absolute;top:0;left:0;right:0;height:3px;
  background:repeating-linear-gradient(90deg,var(--em-gold) 0 14px,transparent 14px 22px);
  opacity:.55;
}
.cmm-tpl-emerald .cmm-card,
.cmm-tpl-emerald .cmm-day,
.cmm-tpl-emerald .cmm-cal,
.cmm-tpl-emerald .cmm-best,
.cmm-tpl-emerald .cmm-cmp,
.cmm-tpl-emerald .cmm-cal-cell{
  background:var(--em-paper)!important;
  border:1px solid var(--em-line)!important;
  color:var(--em-ink)!important;
  border-radius:12px!important;
  box-shadow:0 1px 0 rgba(4,120,87,.06),0 18px 40px -28px rgba(4,120,87,.35);
}
.cmm-tpl-emerald .cmm-day,
.cmm-tpl-emerald .cmm-cal-cell{ position:relative;overflow:hidden; }
.cmm-tpl-emerald .cmm-day::after,
.cmm-tpl-emerald .cmm-cal-cell::after{
  content:"";position:absolute;right:-30px;bottom:-30px;width:80px;height:80px;
  background:radial-gradient(circle,rgba(4,120,87,.08),transparent 70%);
  pointer-events:none;
}
.cmm-tpl-emerald .cmm-month-title,
.cmm-tpl-emerald .cmm-cal-period-title,
.cmm-tpl-emerald .cmm-best-title,
.cmm-tpl-emerald .cmm-cmp-title{
  color:var(--em-emerald-deep)!important;font-weight:700;letter-spacing:-.01em;
}
.cmm-tpl-emerald .cmm-temp,
.cmm-tpl-emerald .cmm-day-temp,
.cmm-tpl-emerald .cmm-hero-tnow,
.cmm-tpl-emerald .cmm-cal-tmax{
  color:var(--em-emerald-deep)!important;font-weight:700;
}
.cmm-tpl-emerald .cmm-cal-tmin,
.cmm-tpl-emerald .cmm-day-cond,
.cmm-tpl-emerald .cmm-cond,.cmm-tpl-emerald .cmm-meta{ color:var(--em-muted)!important; }
.cmm-tpl-emerald .cmm-day-dow,
.cmm-tpl-emerald .cmm-cal-dow{
  color:var(--em-emerald)!important;font-weight:600;letter-spacing:.12em;
}
.cmm-tpl-emerald .cmm-icon,
.cmm-tpl-emerald .cmm-day-icon,
.cmm-tpl-emerald .cmm-cal-icon{ filter:hue-rotate(-8deg) saturate(.95); }
.cmm-tpl-emerald .cmm-cal-city-tag{
  background:var(--em-emerald)!important;color:#fff!important;border:0;
  letter-spacing:.06em;font-weight:600;
}
.cmm-tpl-emerald .cmm-btn-primary{
  background:var(--em-emerald-deep)!important;border-color:var(--em-emerald-deep)!important;
  color:#fff!important;
}
.cmm-tpl-emerald select,.cmm-tpl-emerald .cmm-btn-icon{
  background:#fff!important;border:1px solid var(--em-line)!important;color:var(--em-ink)!important;
}
.cmm-tpl-emerald .cmm-cal-today{
  background:#ecfdf5!important;outline:2px solid var(--em-emerald)!important;outline-offset:-2px;
}
.cmm-tpl-emerald .cmm-cmp-makkah{ background:linear-gradient(160deg,#065f46,#064e3b)!important;color:#ecfdf5!important; }
.cmm-tpl-emerald .cmm-cmp-madinah{ background:linear-gradient(160deg,#0f766e,#115e59)!important;color:#ecfdf5!important; }
.cmm-tpl-emerald .cmm-cmp-divider span{
  background:var(--em-gold);color:#fff;
}
.cmm-tpl-emerald .cmm-best-podium{ border-top:3px solid var(--em-gold)!important; }
.cmm-tpl-emerald .cmm-best-bar-track{ background:#eaf4ee!important; }
.cmm-tpl-emerald .cmm-empty{ color:var(--em-muted)!important; }
.cmm-tpl-emerald .cmm-hero{
  background:linear-gradient(160deg,var(--em-emerald-deep),#0b3b32)!important;color:#ecfdf5!important;
  border:1px solid rgba(255,255,255,.06)!important;
}
.cmm-tpl-emerald .cmm-hero-tag,
.cmm-tpl-emerald .cmm-hero-date,
.cmm-tpl-emerald .cmm-hero-cond,
.cmm-tpl-emerald .cmm-hero-meta{ color:#d1fae5!important; }
