.elementor-43102 .elementor-element.elementor-element-3c4f600{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fda8f27 *//* ============ SIM BANNER ============ */
.sim-banner {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  background: linear-gradient(135deg, #0f2744 0%, #1a3a5c 100%);
  color: #faf8f5;
  border-bottom: 3px solid #c9a227;
  font-family: 'Heebo', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.sim-banner.show { display: flex; }
.sim-banner-text { display: flex; align-items: center; gap: 10px; }
.sim-banner-text svg { width: 20px; height: 20px; color: #c9a227; }

.sim-end-btn {
  background: #c9a227;
  color: #0f2744;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s;
}
.sim-end-btn:hover { background: #a8841a; }
.sim-end-btn:disabled { opacity: 0.5; cursor: not-allowed; }

/* ============ BRIEFING MODAL ============ */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 39, 68, 0.7);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-overlay.show { display: flex; }
.modal {
  background: #faf8f5;
  border-radius: 12px;
  padding: 28px;
  max-width: 520px;
  width: 100%;
  font-family: 'Heebo', system-ui, sans-serif;
}
.modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #0f2744;
  margin-bottom: 8px;
}
.modal-sub {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.5;
}
.modal textarea {
  width: 100%;
  min-height: 100px;
  padding: 12px;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  font-family: inherit;
  font-size: 14px;
  resize: vertical;
  box-sizing: border-box;
}
.modal-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 16px;
  flex-wrap: wrap;
}
.modal-btn {
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #0f2744;
  font-family: inherit;
}
.modal-btn:hover { background: #f5f5f5; }
.modal-btn.ghost { background: transparent; border-color: transparent; color: #777; }
.modal-btn.primary { background: #0f2744; color: #faf8f5; border-color: #0f2744; }
.modal-btn.primary:hover { background: #1a3a5c; }

/* ============ ROLE TOGGLE (NEW) ============ */
.role-toggle {
  display: flex;
  gap: 8px;
  margin: 12px 0 16px 0;
  padding: 4px;
  background: #ebe5d8;
  border-radius: 8px;
}
.role-toggle button {
  flex: 1;
  padding: 10px;
  background: transparent;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}
.role-toggle button.active {
  background: #0f2744;
  color: #faf8f5;
}
.role-toggle-label {
  font-size: 12px;
  font-weight: 600;
  color: #777;
  margin-bottom: 6px;
  text-transform: uppercase;
}

/* ============ SIM CHARACTER MESSAGE ============ */
.msg.sim-character {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sim-character-label {
  font-size: 11px;
  font-weight: 600;
  color: #c9a227;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.msg.sim-character .bubble {
  background: #fff4d6;
  border: 1px solid #c9a227;
  color: #0f2744;
}

/* ============ SIM SUMMARY ============ */
.sim-summary-wrap { margin: 20px 0; }
.sim-summary {
  background: linear-gradient(135deg, #faf8f5 0%, #fff 100%);
  border: 2px solid #c9a227;
  border-radius: 12px;
  padding: 20px;
  font-family: 'Heebo', system-ui, sans-serif;
}
.sim-summary-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #0f2744;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0d8c0;
}
.sim-summary-title svg { width: 22px; height: 22px; color: #c9a227; }
.sim-summary-row { display: flex; flex-direction: column; margin-bottom: 12px; }
.sim-summary-label {
  font-size: 12px;
  font-weight: 600;
  color: #c9a227;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.sim-summary-value { font-size: 14px; color: #0f2744; line-height: 1.6; }
.sim-score-big { font-size: 32px; font-weight: 700; color: #0f2744; }
.sim-mako-reaction {
  margin-top: 16px;
  padding: 14px;
  background: #0f2744;
  color: #faf8f5;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.6;
}

/* ============ COMPOSER SIM MODE ============ */
.composer-row.sim-mode .attach-btn {
  opacity: 0.3;
  pointer-events: none;
}
.role-hint {
  font-size: 12px;
  color: #777;
  margin-bottom: 16px;
  font-style: italic;
}/* End custom CSS */