/* Egypt Villas - Dashboard Header Button Bridge v4 */
.ev-dashboard-header-btn{
  appearance:none;border:1px solid rgba(214,185,99,.44);border-radius:999px;
  background:linear-gradient(135deg,#102c46,#1d4a68);color:#fff;
  box-shadow:0 10px 26px rgba(0,0,0,.18);min-height:38px;padding:8px 14px;
  font-weight:950;font-size:13px;line-height:1;cursor:pointer;display:inline-flex;
  align-items:center;justify-content:center;gap:6px;white-space:nowrap
}
.ev-dashboard-header-btn:hover{filter:brightness(1.06)}
.ev-dashboard-header-btn:active{transform:translateY(1px)}
.ev-dashboard-header-btn::before{content:"";width:7px;height:7px;border-radius:99px;background:#d6b963;box-shadow:0 0 12px rgba(214,185,99,.9)}
.ev-dashboard-root{position:fixed;inset:0;z-index:99980;display:none;background:rgba(8,14,20,.58);padding:74px 14px 18px;box-sizing:border-box}
.ev-dashboard-root.open{display:block}
.ev-dashboard-shell{width:min(520px,100%);max-height:calc(100vh - 96px);margin:0 auto;overflow:auto;border:1px solid rgba(214,185,99,.36);border-radius:22px;background:rgba(246,243,234,.97);color:#102c46;box-shadow:0 24px 80px rgba(0,0,0,.34);padding:18px}
.ev-dashboard-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.ev-dashboard-top h2{margin:0;font-size:26px;color:#102c46;letter-spacing:.01em}
.ev-dashboard-close{border:0;border-radius:999px;background:#102c46;color:#fff;width:38px;height:38px;font-size:22px;line-height:1;cursor:pointer}
.ev-dashboard-subtitle{margin:0 0 16px;color:#58636d;font-size:13px;line-height:1.7}
.ev-dashboard-grid{display:grid;grid-template-columns:1fr;gap:12px}
.ev-dashboard-card{border:1px solid rgba(16,44,70,.12);border-radius:18px;background:#fff;padding:16px;min-height:130px;box-shadow:0 14px 34px rgba(16,44,70,.08);display:grid;align-content:start;gap:9px}
.ev-dashboard-card h3{margin:0;color:#102c46;font-size:18px}.ev-dashboard-card p{margin:0;color:#68727a;font-size:12px;line-height:1.6}
.ev-dashboard-card button{margin-top:8px;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 12px;border:0;border-radius:12px;background:linear-gradient(135deg,#9c7830,#d6b963);color:#101820;text-decoration:none;font-weight:950;cursor:pointer}
.ev-dashboard-status{margin-top:14px;padding:10px 12px;border-radius:14px;background:rgba(16,44,70,.07);color:#102c46;font-size:12px;line-height:1.6}
@media(max-width:760px){.ev-dashboard-header-btn{min-height:34px;padding:7px 10px;font-size:12px}.ev-dashboard-root{padding:62px 10px 12px}.ev-dashboard-shell{border-radius:18px;padding:14px;max-height:calc(100vh - 76px)}.ev-dashboard-top h2{font-size:22px}}
