.cmp-topbar{
  max-width:1220px;
  margin:0 auto;
  min-height:150px;
  padding:28px 24px;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:linear-gradient(90deg,#21482b,#558763);
  border-bottom:6px solid #e00000;
  color:#fff;
}
.cmp-brand{display:flex;align-items:center;gap:18px}
.cmp-brand img{width:78px;height:78px;object-fit:contain;border-radius:50%;background:#fff}
.cmp-title{font-size:30px;font-weight:800;text-shadow:0 1px 2px rgba(0,0,0,.3)}
.cmp-subtitle{font-size:15px;margin-top:8px;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.25)}
.cmp-side{text-align:right;font-size:15px;line-height:1.45;max-width:330px;text-shadow:0 1px 2px rgba(0,0,0,.25)}
.cmp-side strong{display:block;font-size:18px;margin-bottom:4px}
.cmp-side span{display:block}
.cmp-side .cmp-user{margin-top:6px;font-weight:800}
.cmp-logout{display:inline-block;margin-top:8px;background:#dc2626;color:#fff;text-decoration:none;border-radius:8px;padding:7px 11px;font-weight:800;font-size:13px;text-shadow:none}
.cmp-nav{
  max-width:1220px;
  margin:0 auto 18px;
  padding:10px 16px;
  background:#0f172a;
  box-sizing:border-box;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.cmp-nav a{
  color:#e5e7eb;
  text-decoration:none;
  padding:8px 12px;
  border-radius:7px;
  font-weight:700;
}
.cmp-nav a.active,.cmp-nav a:hover{background:#0ea5e9;color:#fff}
.cmp-nav a.cmp-back{background:#64748b;color:#fff;margin-left:auto}
.cmp-nav a.cmp-back:hover{background:#475569;color:#fff}
@media(max-width:760px){
  .cmp-topbar{align-items:flex-start;flex-direction:column;min-height:auto}
  .cmp-side{text-align:left}
  .cmp-title{font-size:24px}
  .cmp-subtitle{font-size:13px}
}
