.biz-shell{
  max-width: 1260px;
  margin: 0 auto;
  padding: 14px 10px 28px;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 16px;
}

.biz-side{
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(900px 320px at 12% 0%, rgba(255,255,255,.06), transparent 55%),
    rgba(2,6,23,.72);
  box-shadow: 0 14px 55px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.05);
  padding: 14px;
  position: sticky;
  top: 12px;
  height: fit-content;
}

.biz-side-head{
  padding: 4px 2px 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  margin-bottom: 12px;
}

.biz-side-kicker{
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--text-muted);
  margin-bottom: .35rem;
}

.biz-side-title{
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.15;
}

.biz-side-sub{
  margin-top: .25rem;
  font-size: .82rem;
  color: var(--text-muted);
}

.biz-nav{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.biz-nav-link{
  display:flex;
  align-items:center;
  min-height: 46px;
  padding:.72rem .82rem;
  border-radius:14px;
  text-decoration:none;
  color:var(--text-main);
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.biz-nav-link:hover{
  text-decoration:none;
  border-color: rgba(249,115,22,.28);
  background: rgba(249,115,22,.08);
  transform: translateY(-1px);
}

.biz-nav-link.is-active{
  border-color: rgba(249,115,22,.45);
  background: rgba(249,115,22,.10);
  color: #fff;
}

.biz-main{
  min-width: 0;
}

.biz-hero{
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  background:
    radial-gradient(1200px 420px at 18% 0%, rgba(255,255,255,.08), transparent 55%),
    radial-gradient(900px 360px at 85% 10%, rgba(255,140,0,.10), transparent 55%),
    rgba(2,6,23,.78);
  box-shadow: 0 18px 70px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.06);
  padding: 1.15rem 1.1rem;
  margin-bottom: 1rem;
}

.biz-hero-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.biz-hero-brand{
  display:flex;
  align-items:center;
  gap: .8rem;
  min-width: 0;
}

.biz-hero-logo{
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  flex: 0 0 auto;
}

.biz-hero-logo-fallback{
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  color: var(--text-muted);
}

.biz-hero-copy{
  min-width: 0;
}

.biz-hero-copy h1{
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -.02em;
}

.biz-hero-meta{
  display:flex;
  flex-wrap:wrap;
  gap: .45rem;
  margin-top: .45rem;
}

.biz-chip{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  padding: .24rem .62rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  font-size: .75rem;
  font-weight: 800;
  color: var(--text-main);
  letter-spacing: .02em;
  white-space: nowrap;
}

.biz-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
  justify-content:flex-end;
  align-items:center;
}

.biz-stat-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: .75rem;
  margin-top: .95rem;
}

.biz-stat-grid-secondary{
  margin-top: .75rem;
}

.biz-stat{
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(15,23,42,.55);
  padding: .85rem .9rem;
  min-width: 0;
}

.biz-stat-label{
  font-size: .78rem;
  color: var(--text-muted);
  margin-bottom: .25rem;
}

.biz-stat-value{
  font-size: 1.2rem;
  font-weight: 950;
  line-height: 1.1;
  white-space: nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.biz-stat-value-sm{
  font-size: .95rem;
}

.biz-section{
  margin-bottom: 1rem;
}

.biz-section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: .7rem;
}

.biz-section-head h2{
  margin:0;
  font-size: 1rem;
  font-weight: 950;
}

.biz-section-head small{
  color: var(--text-muted);
}

.biz-panel-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: .8rem;
}

.biz-panel{
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background:
    radial-gradient(900px 320px at 12% 0%, rgba(255,255,255,.04), transparent 55%),
    rgba(15,23,42,.55);
  padding: .95rem;
  display:flex;
  flex-direction: column;
  gap: .6rem;
  min-width: 0;
}

.biz-panel-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: .7rem;
}

.biz-panel-title{
  font-size: .98rem;
  font-weight: 950;
  margin: 0;
}

.biz-panel-desc{
  margin: 0;
  font-size: .82rem;
  color: var(--text-muted);
  line-height: 1.3;
}

.biz-panel-actions{
  margin-top: auto;
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
  align-items: stretch;
}

.biz-panel-actions a.btn,
.biz-panel-actions a.btn-ndh-glass,
.biz-panel-actions a.btn-ndh-outline{
  white-space: normal !important;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.12;
  padding: .62rem .78rem;
  height: auto;
}

.biz-panel-actions .btn:only-child,
.biz-panel-actions .btn-ndh-glass:only-child,
.biz-panel-actions .btn-ndh-outline:only-child{
  grid-column: 1 / -1;
}

.biz-empty-copy{
  color: var(--text-muted);
  font-size: .9rem;
  margin: .15rem 0;
}

@media (max-width: 1180px){
  .biz-stat-grid{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .biz-panel-grid{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 980px){
  .biz-shell{
    grid-template-columns: 1fr;
  }

  .biz-side{
    position: static;
  }
}

@media (max-width: 768px){
  .biz-hero-actions{
    width: 100%;
    order: 3;
    justify-content: stretch;
  }

  .biz-hero-actions .btn,
  .biz-hero-actions .btn-ndh-outline,
  .biz-hero-actions .btn-ndh-glass{
    width: 100%;
    justify-content: center;
  }

  .biz-panel-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px){
  .biz-stat-grid{
    grid-template-columns: 1fr;
  }

  .biz-hero{
    padding: 1rem;
  }

  .biz-hero-copy h1{
    font-size: 1.2rem;
  }
}