.elementor-1079 .elementor-element.elementor-element-ebc0048{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1079 .elementor-element.elementor-element-cc7958f{--display:flex;--justify-content:flex-start;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}/* Start custom CSS for html, class: .elementor-element-bf381bf *//* === PAGE UI (füllt komplette Seite) === */
.ws-page-ui {
  height: 100%;
  min-height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(135deg,
      #0f1a33 0%,
      #070c1a 45%,
      #020617 100%);
  font-family: Inter, system-ui, sans-serif;
}

/* === HEADER === */
.ws-chat-header {
  height: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 24px;
  font-size: 14px;
  color: #c7d2fe;
  background: linear-gradient(
    180deg,
    rgba(15,23,42,.95),
    rgba(2,6,23,.95)
  );
  border-bottom: 1px solid rgba(255,255,255,.06);
  flex-shrink: 0;
}

/* STATUS DOT */
.ws-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px rgba(34,197,94,.8);
}

/* === CHAT BODY (nimmt ALLES dazwischen ein) === */
.ws-chat {
  flex: 1;
  padding: 32px;
  overflow-y: auto;
  position: relative;
}

/* LIGHT GRADIENT GLOW */
.ws-chat::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    120% 80% at 15% 0%,
    rgba(37,99,235,.12),
    transparent 60%
  );
}

/* === MESSAGES === */
.ws-message {
  max-width: 70%;
  padding: 14px 20px;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.45;
  animation: fadeUp .25s ease-out;
}

.ws-bot {
  background: linear-gradient(135deg,#111c3c,#0b1228);
  color: #e5e7eb;
  border-radius: 18px 18px 18px 6px;
}

.ws-welcome {
  margin-top: 10px;
  font-size: 16px;
}

.ws-user {
  margin-left: auto;
  background: linear-gradient(135deg,#2563eb,#1d4ed8);
  color: #fff;
  border-radius: 18px 18px 6px 18px;
}

/* === INPUT BAR (unten fix im Layout) === */
.ws-input-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  background: linear-gradient(
    180deg,
    rgba(2,6,23,.9),
    rgba(2,6,23,1)
  );
  border-top: 1px solid rgba(255,255,255,.06);
  flex-shrink: 0;
}

.ws-input-bar input {
  flex: 1;
  background: rgba(15,23,42,.7);
  border: none;
  color: #e5e7eb;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 15px;
  outline: none;
}

.ws-input-bar button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg,#2563eb,#1d4ed8);
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 20px rgba(37,99,235,.5);
}

/* === ANIMATION === */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.ws-placeholder {
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.5;
  padding: 12px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ebc0048 */.elementor-1079 .elementor-element.elementor-element-ebc0048 {
  min-height: calc(100vh - 160px);
}/* End custom CSS */