/* Berza Utovara 8.0 — Dispo kartica, DEMO, OTP, landing chat, telefon */

html body .bu-ai-postcard.is-rich { padding: 14px; }
html body .bu-ai-dl { list-style: none; margin: 8px 0 10px; padding: 0; display: grid; gap: 6px; }
html body .bu-ai-dl li { display: flex; justify-content: space-between; gap: 10px; font-size: 13px; border-bottom: 1px dashed #cfe3ea; padding-bottom: 4px; }
html body .bu-ai-dl span { color: #5b7480; font-weight: 700; }
html body .bu-ai-one { font-weight: 800; color: #0e3340; margin: 0 0 8px; }
html body .bu-ai-hint { font-size: 12px; color: #3d5c68; margin: 0 0 10px; }

html body .bu-mchip.is-demo,
html body .bu-demo-ribbon {
  background: #f59e0b;
  color: #1f1300;
  font-weight: 900;
  letter-spacing: .06em;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 1px 6px;
}
html body .bu-feed .bu-item.compact.is-demo { box-shadow: inset 3px 0 0 #f59e0b; }
html body .bu-live-card { position: relative; }
html body .bu-live-badge-demo {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #f59e0b;
  color: #1f1300;
  font-weight: 900;
  font-size: 10px;
  letter-spacing: .08em;
  padding: 2px 7px;
  border-radius: 6px;
}

html body .bu-home-dispo {
  margin: 18px 0 8px;
  padding: 16px;
  border-radius: 18px;
  background: #042f2e;
  color: #ecfdf5;
}
html body .bu-home-dispo h3 { margin: 0 0 6px; font-size: 18px; }
html body .bu-home-dispo-log {
  min-height: 88px;
  max-height: 220px;
  overflow: auto;
  margin: 10px 0;
  padding: 8px;
  background: rgba(255,255,255,.06);
  border-radius: 12px;
}
html body .bu-home-dispo-form { display: flex; gap: 8px; }
html body .bu-home-dispo-form input {
  flex: 1;
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  padding: 0 12px;
}
html body .bu-home-demo-row.is-hit { outline: 2px solid #7af0ff; }

html body .bu-otp {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 6000;
  background: rgba(14,51,64,.55);
  align-items: flex-end;
  justify-content: center;
  padding: 16px;
}
html body .bu-otp.is-open { display: flex; }
html body .bu-otp-card {
  width: min(440px, 100%);
  background: #fff;
  color: #0e3340;
  border-radius: 18px;
  padding: 18px 16px 14px;
}
html body .bu-otp-form { display: flex; gap: 8px; margin: 12px 0; }
html body .bu-otp-form input {
  flex: 1;
  min-height: 44px;
  font-size: 22px;
  letter-spacing: .2em;
  text-align: center;
  border: 1.5px solid #0b6e86;
  border-radius: 12px;
}
html body .bu-otp-err { color: #b91c1c; font-weight: 700; }
html body .bu-otp-ok { color: #047857; font-weight: 700; }

html body .bu-mobchrome-status .bu-free30 {
  display: block;
  width: 100%;
  font-size: 11px;
  opacity: .92;
}

@media (max-width: 899px) {
  html body.bu-nalog-page,
  html body.bu-auth-chrome {
    padding-bottom: calc(118px + env(safe-area-inset-bottom, 0px));
  }
}

html body .bu-otp-bar {
  position: sticky;
  bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  z-index: 40;
  margin: 0 10px 8px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #0e3340;
  color: #ecfeff;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}
html body .bu-otp-bar .bu-btn { min-height: 36px; }
html body .bu-firm-card.is-demo { box-shadow: inset 4px 0 0 #f59e0b; }
html body .bu-firm-badge.is-demo {
  background: #f59e0b;
  color: #1f1300;
  font-weight: 900;
  letter-spacing: .06em;
}
html body.bu-landing-page .bu-live-ai-form {
  display: flex;
  gap: 8px;
  margin: 10px 0 12px;
}
html body.bu-landing-page .bu-live-ai-form input {
  flex: 1;
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  padding: 0 12px;
  font-size: 15px;
}
html body.bu-landing-page .bu-home-dispo-log {
  min-height: 72px;
  max-height: 200px;
  overflow: auto;
  margin: 8px 0;
  padding: 8px;
  background: rgba(255,255,255,.06);
  border-radius: 12px;
}
html body.bu-landing-page .bu-live-ai .bu-bubble { color: #ecfdf5; }
html body.bu-landing-page .bu-live-ai .bu-bubble.me { color: #7af0ff; }
html body.bu-landing-page .bu-live-ai .bu-ai-postcard {
  background: #fff;
  color: #0e3340;
  border-radius: 14px;
  padding: 12px;
}
html body.bu-landing-page .bu-live-card.is-hit,
html body.bu-landing-page [data-home-demo-row].is-hit {
  outline: 2px solid #7af0ff;
}
