
/* Build 215 — Dashboard-style first-entry homepage */
.ed215-home-dashboard{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
  padding:28px 0 72px;
  color:#202326;
}
.ed215-welcome{
  display:grid;
  grid-template-columns:minmax(0,1.5fr) auto;
  gap:28px;
  align-items:end;
  padding:36px 40px;
  background:linear-gradient(135deg,#ffffff 0%,#f3f3f0 100%);
  border:1px solid #d9dcde;
  border-radius:24px;
  box-shadow:0 12px 32px rgba(25,28,30,.06);
}
.ed215-kicker{
  margin:0 0 8px;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:#8a744d;
}
.ed215-welcome h1{
  margin:0;
  font-size:clamp(2.3rem,5vw,4.5rem);
  line-height:.98;
  letter-spacing:-.055em;
}
.ed215-lead{
  margin:16px 0 0;
  font-size:clamp(1.1rem,1.7vw,1.35rem);
  font-weight:700;
  color:#35393c;
}
.ed215-intro{
  margin:10px 0 0;
  max-width:68ch;
  color:#656a6e;
  line-height:1.65;
}
.ed215-welcome-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.ed215-primary-action,.ed215-secondary-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:12px;
  font-weight:750;
  text-decoration:none;
}
.ed215-primary-action{background:#232628;color:#fff}
.ed215-secondary-action{background:#fff;color:#232628;border:1px solid #cfd2d4}
.ed215-section{margin-top:34px}
.ed215-section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:28px;
  margin:0 4px 16px;
}
.ed215-section-head h2{
  margin:0;
  font-size:clamp(1.7rem,3vw,2.45rem);
  letter-spacing:-.04em;
}
.ed215-section-head>p{
  margin:0;
  max-width:48ch;
  color:#6a6e72;
  line-height:1.55;
}
.ed215-route-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.ed215-route-card{
  display:grid;
  grid-template-columns:48px 1fr auto;
  gap:16px;
  align-items:center;
  min-height:118px;
  padding:20px;
  background:#fff;
  color:#202326;
  border:1px solid #d9dcde;
  border-radius:18px;
  box-shadow:0 6px 18px rgba(25,28,30,.045);
  text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.ed215-route-card:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(25,28,30,.08);
  border-color:#c7cacc;
}
.ed215-icon{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:13px;
  background:#efefec;
  font-size:1.2rem;
  font-weight:800;
  color:#8a744d;
}
.ed215-route-copy{display:flex;flex-direction:column;gap:4px}
.ed215-route-copy strong{font-size:1.12rem;letter-spacing:-.02em}
.ed215-route-copy small{font-size:.93rem;color:#6b7074;line-height:1.45}
.ed215-arrow{font-size:1.2rem;color:#9b824f}
.ed215-all-hubs{
  background:#25282a;
  color:#fff;
  border-color:#25282a;
}
.ed215-all-hubs .ed215-icon{background:#35393b;color:#d1b273}
.ed215-all-hubs .ed215-route-copy small{color:#d5d7d7}
.ed215-all-hubs .ed215-arrow{color:#d1b273}
.ed215-compact-grid,.ed215-important-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.ed215-compact-grid a,.ed215-important-grid a{
  display:flex;
  flex-direction:column;
  gap:5px;
  padding:18px;
  background:#fff;
  border:1px solid #d9dcde;
  border-radius:16px;
  text-decoration:none;
  color:#202326;
  min-height:98px;
}
.ed215-compact-grid strong,.ed215-important-grid strong{font-size:1rem}
.ed215-compact-grid span,.ed215-important-grid span{color:#707478;font-size:.9rem;line-height:1.45}
.ed215-important{
  padding:24px;
  background:#ececea;
  border:1px solid #d9dcde;
  border-radius:20px;
}
.ed215-important-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.ed215-more{
  padding-top:10px;
  border-top:1px solid #d7d9da;
}
.ed215-more-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.ed215-more-links a{
  padding:10px 14px;
  border:1px solid #d4d7d8;
  border-radius:999px;
  background:#fff;
  color:#34383b;
  text-decoration:none;
  font-weight:650;
}
@media(max-width:840px){
  .ed215-home-dashboard{width:min(100% - 24px,1180px);padding-top:14px}
  .ed215-welcome{grid-template-columns:1fr;padding:28px 24px;gap:22px}
  .ed215-welcome-actions{justify-content:flex-start}
  .ed215-section-head{display:block}
  .ed215-section-head>p{margin-top:8px}
  .ed215-route-grid{grid-template-columns:1fr}
  .ed215-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  .ed215-home-dashboard{width:min(100% - 20px,1180px)}
  .ed215-welcome{padding:24px 20px;border-radius:20px}
  .ed215-welcome h1{font-size:clamp(2.2rem,11vw,3.2rem)}
  .ed215-welcome-actions{display:grid;grid-template-columns:1fr}
  .ed215-route-card{grid-template-columns:42px 1fr auto;min-height:104px;padding:17px 16px}
  .ed215-icon{width:40px;height:40px;border-radius:11px}
  .ed215-compact-grid,.ed215-important-grid{grid-template-columns:1fr}
  .ed215-important{padding:18px;border-radius:18px}
  .ed215-more-links{gap:8px}
}
