@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("_vinext_fonts/geist-8ac0455e797f/geist-98bbbccb.woff2") format("woff2");
}

.product-parking {
  font-family: "Geist", Inter, system-ui, sans-serif;
}

.product-parking > footer {
  display: none !important;
}

.product-parking .parking-chat-widget,
.product-parking .parking-chat-widget * {
  box-sizing: border-box;
}

.parking-chat-widget {
  position: fixed;
  right: 20px;
  bottom: 18px;
  z-index: 1800;
}

.parking-chat-toggle {
  width: 78px;
  height: 78px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(77, 220, 255, .52);
  border-radius: 24px;
  background: #07111f;
  cursor: pointer;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .55), 0 0 30px rgba(34, 211, 238, .18);
}

.parking-chat-toggle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.parking-chat-panel {
  position: absolute;
  right: 0;
  bottom: 92px;
  width: min(380px, calc(100vw - 28px));
  overflow: hidden;
  display: none;
  border: 1px solid rgba(77, 220, 255, .35);
  border-radius: 22px;
  background: #07111f;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .66);
}

.parking-chat-panel.is-open {
  display: block;
}

.parking-chat-head {
  min-height: 76px;
  display: grid;
  grid-template-columns: 50px 1fr 36px;
  align-items: center;
  gap: 11px;
  padding: 12px;
  border-bottom: 1px solid rgba(148, 163, 184, .2);
  background: #0d1929;
}

.parking-chat-head img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 15px;
}

.parking-chat-head strong,
.parking-chat-head span {
  display: block;
}

.parking-chat-head strong {
  color: #fff;
  font-size: 14px;
}

.parking-chat-head span {
  margin-top: 4px;
  color: #94a3b8;
  font-size: 11px;
}

.parking-chat-head button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, .06);
  color: #cbd5e1;
  cursor: pointer;
  font-size: 22px;
}

.parking-chat-body {
  height: 250px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
}

.parking-chat-bubble {
  max-width: 88%;
  margin: 0;
  padding: 11px 13px;
  border-radius: 15px;
  color: #dce8f4;
  background: rgba(255, 255, 255, .07);
  font-size: 13px;
  line-height: 1.48;
  white-space: pre-line;
}

.parking-chat-bubble.user {
  align-self: flex-end;
  color: #001018;
  background: #22d3ee;
}

.parking-chat-composer {
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(148, 163, 184, .2);
}

.parking-chat-composer input {
  min-width: 0;
  height: 44px;
  padding: 0 13px;
  border: 1px solid rgba(148, 163, 184, .24);
  border-radius: 12px;
  outline: 0;
  background: rgba(255, 255, 255, .05);
  color: #fff;
}

.parking-chat-composer input:focus {
  border-color: #22d3ee;
}

.parking-chat-composer button {
  border: 0;
  border-radius: 12px;
  background: #22d3ee;
  color: #001018;
  cursor: pointer;
  font-weight: 900;
}

@media (max-width: 720px) {
  .parking-chat-widget {
    right: 12px;
    bottom: 12px;
  }

  .parking-chat-toggle {
    width: 66px;
    height: 66px;
    border-radius: 20px;
  }

  .parking-chat-panel {
    bottom: 78px;
  }
}
