.hero {
  min-height: 80vh
}

.hero-left {
  padding: 6rem 3.5rem 5rem;
  padding-left: max(3.5rem, calc((100vw - 1400px) / 2 + 3.5rem))
}

.hero-right {
  min-height: 80vh;
  position: relative
}

.enter-hud {
  position: absolute;
  bottom: 3rem;
  right: max(3rem, calc((100vw - 1400px) / 2 + 3rem));
  background: var(--s1);
  border: 1px solid rgba(238, 234, 222, .1);
  border-radius: 12px;
  padding: 1.2rem;
  width: 276px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .5), 0 0 40px rgba(232, 83, 10, .06);
  opacity: 0;
  z-index: 2;
}

[data-theme="light"] .enter-hud {
  background: var(--s1);
  border-color: rgba(26, 23, 19, .15);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .1)
}

.ehud-hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .9rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--border)
}

.ehud-t {
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted)
}

.ehud-sla {
  font-size: .58rem;
  color: var(--accent);
  border: 1px solid rgba(63, 221, 187, .25);
  padding: .12rem .4rem;
  border-radius: 100px
}

.ehud-kpis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .4rem;
  margin-bottom: .8rem
}

.ehud-kpi {
  background: var(--s2);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: .6rem .7rem
}

.ehud-kl {
  font-size: .58rem;
  color: var(--muted);
  margin-bottom: .18rem
}

.ehud-kv {
  font-family: var(--Fd);
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--text)
}

.ehud-kv.warm {
  color: var(--warm)
}

.ehud-up {
  display: flex;
  align-items: center;
  gap: .4rem;
  padding: .46rem .58rem;
  border-radius: 6px;
  border: 1px solid rgba(63, 221, 187, .2);
  background: rgba(63, 221, 187, .05);
  font-size: .65rem;
  color: var(--accent)
}

.mock-api {
  background: var(--s1);
  border: 1px solid rgba(238, 234, 222, .1);
  border-radius: 12px;
  overflow: hidden;
  width: 322px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .5), 0 0 60px rgba(196, 163, 90, .07)
}

[data-theme="light"] .mock-api {
  background: var(--s1);
  border-color: rgba(26, 23, 19, .15);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .1)
}

.mapi-bar {
  background: var(--s3);
  padding: .6rem 1rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  border-bottom: 1px solid var(--border)
}

.mapi-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%
}

.mapi-dot--red {
  background: #ff5f57
}

.mapi-dot--yellow {
  background: #febc2e
}

.mapi-dot--green {
  background: #28c840
}

.mapi-title {
  font-size: .62rem;
  color: var(--muted);
  letter-spacing: .08em;
  flex: 1;
  text-align: center
}

.mapi-body {
  padding: 1.2rem
}

.mapi-line {
  font-size: .68rem;
  line-height: 1.6;
  color: var(--muted);
  margin-bottom: .12rem
}

.mapi-line .kw {
  color: #c88aff
}

.mapi-line .str {
  color: var(--warm)
}

.mapi-line .num {
  color: var(--accent)
}

.mapi-line .prop {
  color: #84c8ff
}

.mapi-res {
  margin-top: .9rem;
  padding-top: .8rem;
  border-top: 1px solid var(--border)
}

.mapi-res-tag {
  font-size: .58rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .4rem
}

.mapi-res-line {
  font-size: .68rem;
  line-height: 1.6;
  color: var(--muted)
}

.mapi-res-line .num {
  color: var(--accent)
}

.mapi-res-line .str {
  color: var(--warm)
}

.mock-sla {
  background: var(--s1);
  border: 1px solid rgba(238, 234, 222, .1);
  border-radius: 12px;
  padding: 1.4rem;
  width: 298px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .5)
}

[data-theme="light"] .mock-sla {
  background: var(--s1);
  border-color: rgba(26, 23, 19, .15);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .1)
}

.msla-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--border)
}

.msla-t {
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted)
}

.msla-up {
  font-size: .64rem;
  color: var(--accent);
  font-family: var(--Fb)
}

.msla-arc {
  display: flex;
  justify-content: center;
  margin-bottom: .9rem;
  position: relative;
  height: 80px
}

.msla-arc svg {
  width: 160px;
  height: 80px
}

.msla-arc-mid {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center
}

.msla-arc-v {
  font-family: var(--Fd);
  font-size: 2rem;
  font-weight: 300;
  color: var(--warm);
  line-height: 1
}

.msla-arc-l {
  font-size: .58rem;
  color: var(--muted);
  letter-spacing: .1em;
  text-transform: uppercase
}

.msla-rows {
  display: flex;
  flex-direction: column;
  gap: .28rem
}

.msla-r {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .4rem .6rem;
  background: var(--s2);
  border-radius: 6px;
  border: 1px solid var(--border);
  font-size: .7rem
}

.msla-rn {
  color: var(--text)
}

.msla-rv {
  color: var(--accent);
  font-family: var(--Fb)
}

.mock-perms {
  background: var(--s1);
  border: 1px solid rgba(238, 234, 222, .1);
  border-radius: 12px;
  padding: 1.4rem;
  width: 300px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .5)
}

[data-theme="light"] .mock-perms {
  background: var(--s1);
  border-color: rgba(26, 23, 19, .15);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .1)
}

.mpm-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--border)
}

.mpm-t {
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted)
}

.mpm-meta {
  font-size: .6rem;
  color: var(--muted)
}

.mpm-rows {
  display: flex;
  flex-direction: column;
  gap: .28rem;
  margin-bottom: .8rem
}

.mpm-row {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem .62rem;
  background: var(--s2);
  border-radius: 6px;
  border: 1px solid var(--border)
}

.mpm-ava {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  background: rgba(196, 163, 90, .15);
  border: 1px solid rgba(196, 163, 90, .25);
  color: var(--warm);
  font-family: var(--Fb);
  flex-shrink: 0
}

.mpm-name {
  font-size: .72rem;
  color: var(--text);
  flex: 1
}

.mpm-role {
  font-size: .58rem;
  padding: .1rem .38rem;
  border-radius: 100px;
  white-space: nowrap
}

.mpm-role.admin {
  background: rgba(196, 163, 90, .1);
  color: var(--warm);
  border: 1px solid rgba(196, 163, 90, .25)
}

.mpm-role.mgr {
  background: rgba(63, 221, 187, .08);
  color: var(--accent);
  border: 1px solid rgba(63, 221, 187, .2)
}

.mpm-role.op {
  background: var(--s3);
  color: var(--muted);
  border: 1px solid var(--border)
}
