/* src/styles/whatsapp-simulator.css */
.rws-container {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  color: #e9edef;
  box-sizing: border-box;
}
.rws-container * {
  box-sizing: border-box;
}
.rws-meta-header {
  text-align: center;
  margin-bottom: 1.5rem;
}
.rws-title {
  font-size: 1.75rem;
  font-weight: 800;
  margin: 0 0 0.5rem 0;
  color: inherit;
}
.rws-description {
  font-size: 0.95rem;
  opacity: 0.75;
  margin: 0 0 1rem 0;
}
.rws-script-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.rws-script-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.85rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: inherit;
  cursor: pointer;
  transition: all 0.2s ease;
}
.rws-script-chip:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(0, 168, 132, 0.4);
}
.rws-chip-active {
  background: #00a884 !important;
  border-color: #00a884 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 168, 132, 0.35);
}
.rws-perspective-container {
  perspective: 1200px;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
}
.rws-phone-wrapper {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  transform-style: preserve-3d;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.rws-phone-frame {
  position: relative;
  width: 100%;
  height: 680px;
  display: flex;
  flex-direction: column;
  background: #202c33;
  overflow: hidden;
  isolation: isolate;
  transform-style: preserve-3d;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    border-radius 0.3s ease;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.rws-side-btn {
  position: absolute;
  background:
    linear-gradient(
      180deg,
      #5c667a 0%,
      #3a4252 100%);
  border-radius: 2px;
  z-index: 60;
  transform-style: preserve-3d;
  transform: translateZ(-7px);
  border: 1px solid #333a48;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}
.rws-phone-3d-back {
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: translateZ(-14px);
  pointer-events: none;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    border-radius 0.3s ease;
}
.rws-phone-3d-back::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transform: translateZ(7px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: inherit;
}
.rws-phone-3d-back.rws-device-iphone {
  border-radius: 38px;
  background:
    linear-gradient(
      135deg,
      #373e50 0%,
      #222734 50%,
      #12151e 100%);
  border: 2px solid #4a546d;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.65), 0 0 30px rgba(0, 168, 132, 0.15);
}
.rws-phone-3d-back.rws-device-android {
  border-radius: 24px;
  background:
    linear-gradient(
      135deg,
      #373e50 0%,
      #222734 50%,
      #12151e 100%);
  border: 2px solid #4a546d;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.65), 0 0 30px rgba(0, 168, 132, 0.15);
}
.rws-device-iphone.rws-phone-frame {
  border-radius: 38px;
  border: 4px solid #000000;
  box-shadow:
    0 0 0 2px #384252,
    0 0 0 3px #181d26,
    0 20px 60px rgba(0, 0, 0, 0.6),
    0 0 35px rgba(0, 168, 132, 0.15);
}
.rws-device-none.rws-phone-frame,
.rws-device-none .rws-header-wrapper,
.rws-device-none .rws-header,
.rws-device-none .rws-input-bar,
.rws-device-none .rws-phone-home-indicator,
.rws-device-none .rws-android-nav-bar {
  border-radius: 0 !important;
}
.rws-device-none.rws-phone-frame {
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  transform-style: flat;
}
.rws-glass-reflection {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 55;
  border-radius: inherit;
  mix-blend-mode: soft-light;
  overflow: hidden;
}
.rws-glass-sheen {
  position: absolute;
  inset: -60%;
  width: 220%;
  height: 220%;
  pointer-events: none;
  background:
    linear-gradient(
      125deg,
      rgba(255, 255, 255, 0.45) 0%,
      rgba(255, 255, 255, 0.18) 22%,
      rgba(255, 255, 255, 0.04) 45%,
      rgba(255, 255, 255, 0) 70%);
  transform-origin: center center;
}
.rws-glass-rim {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08), inset 0 -1px 2px rgba(0, 0, 0, 0.25);
  z-index: 56;
}
.rws-phone-wrapper .rws-iphone-mute {
  left: -10px;
  top: 60px;
  width: 3px;
  height: 16px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow:
    -1px 0 0 #3a4154,
    -2px 0 0 #282d3b,
    -3px 0 4px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.rws-phone-wrapper .rws-iphone-vol-up {
  left: -10px;
  top: 95px;
  width: 3px;
  height: 34px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow:
    -1px 0 0 #3a4154,
    -2px 0 0 #282d3b,
    -3px 0 4px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.rws-phone-wrapper .rws-iphone-vol-down {
  left: -10px;
  top: 140px;
  width: 3px;
  height: 34px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow:
    -1px 0 0 #3a4154,
    -2px 0 0 #282d3b,
    -3px 0 4px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.rws-phone-wrapper .rws-iphone-power {
  right: -10px;
  top: 110px;
  width: 3px;
  height: 48px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow:
    1px 0 0 #3a4154,
    2px 0 0 #282d3b,
    3px 0 4px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.rws-phone-notch-container {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  pointer-events: none;
}
.rws-dynamic-island {
  width: 105px;
  height: 24px;
  background: #000000;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.rws-camera-lens {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #080d14;
  border: 1px solid #182230;
}
.rws-speaker-grille {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #080d14;
  border: 1px solid #182230;
}
.rws-device-android.rws-phone-frame {
  border-radius: 24px;
  border: 4px solid #000000;
  box-shadow:
    0 0 0 2px #384252,
    0 0 0 3px #181d26,
    0 20px 60px rgba(0, 0, 0, 0.6),
    0 0 35px rgba(0, 168, 132, 0.15);
}
.rws-phone-wrapper .rws-android-vol {
  right: -8px;
  top: 80px;
  width: 3px;
  height: 52px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow:
    1px 0 0 #3a4154,
    2px 0 0 #282d3b,
    3px 0 4px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.rws-phone-wrapper .rws-android-power {
  right: -8px;
  top: 148px;
  width: 3px;
  height: 28px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow:
    1px 0 0 #3a4154,
    2px 0 0 #282d3b,
    3px 0 4px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.rws-android-speaker-slit {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 3px;
  border-radius: 2px;
  background: #25282e;
}
.rws-android-punchhole-container {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  pointer-events: none;
}
.rws-android-punchhole {
  width: 11px;
  height: 11px;
  background: #000000;
  border-radius: 50%;
  border: 1px solid #22252a;
  box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
}
.rws-android-nav-bar {
  background: #202c33;
  padding: 6px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #aebac1;
  transition: background-color 0.3s ease;
}
.rws-android-nav-btn {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 4px;
  opacity: 0.8;
}
.rws-status-battery-pct {
  font-size: 10px;
  font-weight: 700;
}
.rws-header-wrapper {
  background: #202c33;
  padding-top: 8px;
  transition: background-color 0.3s ease;
}
.rws-status-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 20px 4px;
  font-size: 12px;
  font-weight: 700;
  color: #e9edef;
  opacity: 0.9;
}
.rws-status-icons {
  display: flex;
  align-items: center;
  gap: 6px;
}
.rws-status-battery-pct {
  font-size: 10.5px;
  font-weight: 700;
  margin-right: 2px;
}
.rws-battery-icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rws-battery-svg {
  display: block;
}
.rws-status-wifi-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rws-wifi-svg {
  display: block;
}
.rws-status-icon {
  color: inherit;
}
.rws-header {
  background: #202c33;
  padding: 8px 14px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background-color 0.3s ease;
}
.rws-header-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rws-back-button {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 2px;
  display: flex;
  align-items: center;
  border-radius: 50%;
}
.rws-avatar-container {
  position: relative;
  width: 38px;
  height: 38px;
}
.rws-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.rws-avatar-fallback {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #00a884;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}
.rws-status-indicator {
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #25d366;
  border: 2px solid #202c33;
}
.rws-header-info {
  display: flex;
  flex-direction: column;
}
.rws-header-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  color: #e9edef;
  line-height: 1.2;
}
.rws-header-status {
  font-size: 11.5px;
  color: #00a884;
  margin: 0;
  line-height: 1.2;
}
.rws-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.rws-icon-btn {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: color 0.15s ease;
}
.rws-header-icon {
  color: inherit;
}
.rws-progress-bar-container {
  height: 2px;
  background: rgba(255, 255, 255, 0.05);
  width: 100%;
}
.rws-progress-bar-fill {
  height: 100%;
  background: #00a884;
  transition: width 0.1s linear;
}
.rws-chat-body {
  background-color: #0b141a;
  flex: 1;
  min-height: 0;
  padding: 12px 12px 16px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s ease;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}
.rws-wallpaper-doodle {
  background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  background-position: 0 0, 12px 12px;
}
.rws-wallpaper-dots {
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1.5px, transparent 1.5px);
  background-size: 16px 16px;
}
.rws-wallpaper-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.06) 1px,
      transparent 1px);
  background-size: 20px 20px;
}
.rws-theme-light .rws-wallpaper-doodle {
  background-image: radial-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px), radial-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px);
}
.rws-theme-light .rws-wallpaper-dots {
  background-image: radial-gradient(rgba(0, 0, 0, 0.1) 1.5px, transparent 1.5px);
}
.rws-theme-light .rws-wallpaper-grid {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.06) 1px, transparent 1px),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.06) 1px,
      transparent 1px);
}
.rws-sender-name {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 2px;
  line-height: 1.2;
}
.rws-chat-body::-webkit-scrollbar {
  width: 5px;
}
.rws-chat-body::-webkit-scrollbar-track {
  background: transparent;
}
.rws-chat-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.rws-chat-body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 168, 132, 0.7);
}
.rws-theme-light .rws-chat-body {
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
.rws-theme-light .rws-chat-body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
.rws-theme-light .rws-chat-body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 168, 132, 0.7);
}
.rws-encryption-notice {
  align-self: center;
  background: #182229;
  color: #ffd27d;
  font-size: 11px;
  padding: 6px 12px;
  border-radius: 8px;
  margin-bottom: 14px;
  text-align: center;
  border: 1px solid rgba(255, 210, 125, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
.rws-encryption-icon {
  color: currentColor;
  flex-shrink: 0;
}
.rws-messages-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rws-message-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 2px;
}
.rws-message-user {
  justify-content: flex-end;
}
.rws-message-assistant {
  justify-content: flex-start;
}
.rws-message-wrapper.rws-has-avatar {
  align-items: flex-start;
}
.rws-group-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 6px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  user-select: none;
}
.rws-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rws-avatar-initial {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.rws-message-bubble {
  position: relative;
  max-width: 82%;
  padding: 6px 9px 6px 10px;
  border-radius: 8px;
  font-size: 13.5px;
  line-height: 19px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}
.rws-message-user .rws-message-bubble {
  background: #005c4b;
  color: #e9edef;
  border-top-right-radius: 0;
}
.rws-message-assistant .rws-message-bubble {
  background: #202c33;
  color: #e9edef;
  border-top-left-radius: 0;
}
.rws-theme-light .rws-message-bubble {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.15));
}
.rws-theme-light .rws-message-user .rws-message-bubble {
  background: #d9fdd3;
  color: #111b21;
}
.rws-theme-light .rws-message-assistant .rws-message-bubble {
  background: #ffffff;
  color: #111b21;
}
.rws-bubble-tail {
  position: absolute;
  top: 0;
  z-index: 2;
}
.rws-tail-right {
  right: -8px;
}
.rws-tail-left {
  left: -8px;
}
.rws-bubble-tail-path {
  transition: fill 0.3s ease;
}
.rws-message-assistant .rws-bubble-tail-path {
  fill: #202c33;
}
.rws-message-user .rws-bubble-tail-path {
  fill: #005c4b;
}
.rws-theme-light .rws-message-assistant .rws-bubble-tail-path {
  fill: #ffffff;
}
.rws-theme-light .rws-message-user .rws-bubble-tail-path {
  fill: #d9fdd3;
}
.rws-text-content {
  word-break: break-word;
}
.rws-inline-link {
  color: #53bdeb;
  text-decoration: underline;
  cursor: default;
  pointer-events: none;
  user-select: text;
}
.rws-theme-light .rws-inline-link {
  color: #027eb5;
}
.rws-formatted-code-block {
  background: rgba(0, 0, 0, 0.28);
  border-radius: 6px;
  padding: 8px 10px;
  margin: 6px 0;
  font-family:
    SFMono-Regular,
    Consolas,
    "Liberation Mono",
    Menlo,
    Courier,
    monospace;
  font-size: 12.5px;
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: break-all;
  overflow-x: auto;
  border-left: 3px solid #00a884;
  color: #e2e8f0;
}
.rws-theme-light .rws-formatted-code-block {
  background: rgba(0, 0, 0, 0.06);
  color: #1e293b;
  border-left-color: #027eb5;
}
.rws-formatted-inline-code {
  background: rgba(0, 0, 0, 0.22);
  padding: 2px 5px;
  border-radius: 4px;
  font-family:
    SFMono-Regular,
    Consolas,
    "Liberation Mono",
    Menlo,
    Courier,
    monospace;
  font-size: 12.5px;
}
.rws-theme-light .rws-formatted-inline-code {
  background: rgba(0, 0, 0, 0.06);
}
.rws-formatted-bullet-item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin: 2px 0;
}
.rws-bullet-dot {
  font-weight: 700;
  line-height: 1.3;
  opacity: 0.85;
}
.rws-bullet-text {
  flex: 1;
}
.rws-og-card {
  display: flex;
  flex-direction: column;
  margin-top: 6px;
  background: rgba(0, 0, 0, 0.22);
  border-radius: 6px;
  overflow: hidden;
  border-left: 3.5px solid #00a884;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s ease;
  cursor: default;
  pointer-events: none;
  user-select: none;
}
.rws-theme-light .rws-og-card {
  background: rgba(0, 0, 0, 0.05);
}
.rws-og-card:hover {
  background: rgba(0, 0, 0, 0.32);
}
.rws-theme-light .rws-og-card:hover {
  background: rgba(0, 0, 0, 0.08);
}
.rws-og-image-box {
  width: 100%;
  max-height: 140px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.15);
}
.rws-og-image {
  width: 100%;
  height: 100%;
  max-height: 140px;
  object-fit: cover;
  display: block;
}
.rws-og-info {
  padding: 7px 9px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.rws-og-title {
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.3;
  color: #e9edef;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rws-theme-light .rws-og-title {
  color: #111b21;
}
.rws-og-desc {
  font-size: 11px;
  color: #8696a0;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rws-theme-light .rws-og-desc {
  color: #667781;
}
.rws-og-domain {
  font-size: 10.5px;
  color: #8696a0;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 2px;
  text-transform: lowercase;
}
.rws-theme-light .rws-og-domain {
  color: #667781;
}
.rws-og-skeleton {
  min-height: 32px;
  opacity: 0.7;
}
.rws-message-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  margin-top: 2px;
  font-size: 10.5px;
  color: #8696a0;
  float: right;
  margin-left: 12px;
}
.rws-read-receipt {
  color: #53bdeb;
  margin-left: 2px;
}
.rws-image-container {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  max-width: 240px;
}
.rws-message-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.rws-image-caption {
  margin-top: 6px;
  font-size: 13.5px;
  line-height: 18px;
  word-break: break-word;
  color: inherit;
  padding: 0 2px 2px;
}
.rws-audio-player {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 2px;
  min-width: 210px;
}
.rws-audio-avatar-badge {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #00a884;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
}
.rws-audio-play-btn {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: opacity 0.15s ease;
}
.rws-audio-play-btn:hover {
  opacity: 0.8;
}
.rws-audio-waveform-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.rws-audio-waveform-track {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 20px;
}
.rws-waveform-bar {
  width: 2.5px;
  background: #8696a0;
  border-radius: 2px;
  transition: background-color 0.2s ease;
}
.rws-waveform-bar.active {
  background: #00a884;
}
.rws-audio-duration {
  font-size: 11px;
  color: #8696a0;
}
.rws-audio-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.rws-audio-transcription {
  font-size: 12.5px;
  font-style: italic;
  color: #8696a0;
  line-height: 1.4;
  padding-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.rws-theme-light .rws-audio-transcription {
  color: #667781;
  border-top-color: rgba(0, 0, 0, 0.08);
}
.rws-image-blur {
  filter: blur(4px) brightness(0.7);
  transition: filter 0.4s ease;
}
.rws-upload-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.rws-upload-ring-box {
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rws-upload-circle-svg {
  transform: rotate(-90deg);
}
.rws-upload-circle-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.25);
  stroke-width: 3.5;
}
.rws-upload-circle-progress {
  fill: none;
  stroke: #00a884;
  stroke-width: 3.5;
  stroke-dasharray: 125.66;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.25s linear;
}
.rws-upload-center-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rws-media-preview-screen {
  position: absolute;
  inset: 0;
  z-index: 100;
  background: #0b141a;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  user-select: none;
}
.rws-media-preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  color: #e9edef;
  background: rgba(11, 20, 26, 0.85);
  backdrop-filter: blur(8px);
  z-index: 10;
}
.rws-media-icon-btn {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rws-media-tools {
  display: flex;
  align-items: center;
  gap: 16px;
}
.rws-media-tool-icon {
  color: #aebac1;
  cursor: pointer;
}
.rws-media-preview-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  overflow: hidden;
  background: #000000;
}
.rws-media-preview-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}
.rws-media-preview-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: rgba(11, 20, 26, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.rws-media-caption-box {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #1f2c34;
  border-radius: 20px;
  padding: 6px 12px;
}
.rws-caption-smile-icon {
  color: #8696a0;
  flex-shrink: 0;
}
.rws-media-caption-input {
  flex: 1;
  background: none;
  border: none;
  color: #e9edef;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  resize: none;
  height: 24px;
  max-height: 120px;
  line-height: 20px;
  overflow-y: auto;
}
.rws-media-caption-input::placeholder {
  color: #8696a0;
}
.rws-audio-recording-bar {
  background: #111b21;
  padding: 8px 12px 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  user-select: none;
  z-index: 20;
}
.rws-rec-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 4px;
}
.rws-rec-timer-box {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 55px;
}
.rws-rec-red-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ea4335;
  animation: rws-pulse-red 1s infinite alternate;
}
@keyframes rws-pulse-red {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.3;
    transform: scale(0.85);
  }
}
.rws-rec-timer {
  font-size: 13.5px;
  font-weight: 600;
  color: #e9edef;
  font-family: monospace;
}
.rws-rec-waveform {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5px;
  height: 22px;
}
.rws-rec-wave-bar {
  width: 3px;
  background: #ea4335;
  border-radius: 3px;
  transition: height 0.15s ease;
}
.rws-rec-wave-bar.paused {
  background: #8696a0;
}
.rws-rec-view-once {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px dashed #00a884;
  color: #00a884;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rws-rec-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.rws-rec-trash-btn {
  background: none;
  border: none;
  color: #ef4444;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.15s ease;
}
.rws-rec-trash-btn:hover {
  background: rgba(239, 68, 68, 0.15);
}
.rws-rec-pause-pill {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #202c33;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e9edef;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.rws-rec-pause-pill:hover {
  background: #2a3942;
}
.rws-theme-light .rws-audio-recording-bar {
  background: #f0f2f5;
  border-top-color: rgba(0, 0, 0, 0.08);
}
.rws-theme-light .rws-rec-timer {
  color: #111b21;
}
.rws-theme-light .rws-rec-pause-pill {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
  color: #111b21;
}
.rws-header-status.rws-status-active {
  color: #00a884;
  font-weight: 500;
}
.rws-recording-indicator {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #202c33;
  padding: 6px 12px;
  border-radius: 16px;
  color: #00a884;
  font-size: 12.5px;
  font-weight: 500;
  margin-bottom: 6px;
  border: 1px solid rgba(0, 168, 132, 0.2);
}
.rws-rec-dot-mic {
  color: #ea4335;
  animation: rws-pulse-red 1s infinite alternate;
}
.rws-theme-light .rws-header-status.rws-status-active {
  color: #00a884;
}
.rws-theme-light .rws-recording-indicator {
  background: #ffffff;
  border-color: rgba(0, 168, 132, 0.3);
  color: #00a884;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
@keyframes rws-spin {
  to {
    transform: rotate(360deg);
  }
}
.rws-link-preview-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 10px;
  border-radius: 6px;
  margin-top: 6px;
  text-decoration: none;
  color: #53bdeb;
  font-size: 12px;
}
.rws-link-preview-badge:hover {
  background: rgba(0, 0, 0, 0.35);
}
.rws-link-preview-icon {
  display: flex;
  align-items: center;
  color: #53bdeb;
}
.rws-link-preview-info {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.rws-link-preview-title {
  font-weight: 600;
  color: #e9edef;
  font-size: 11px;
}
.rws-link-preview-url {
  font-size: 10px;
  opacity: 0.7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rws-typing-indicator {
  align-self: flex-start;
  background: #202c33;
  padding: 8px 14px;
  border-radius: 16px;
  border-top-left-radius: 2px;
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
}
.rws-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8696a0;
  animation: rws-bounce 1.4s infinite ease-in-out both;
}
.rws-dot-1 {
  animation-delay: -0.32s;
}
.rws-dot-2 {
  animation-delay: -0.16s;
}
@keyframes rws-bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.rws-input-bar {
  background: #202c33;
  padding: 8px 10px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  transition: background-color 0.3s ease;
}
.rws-input-wrapper {
  flex: 1;
  background: #2a3942;
  border-radius: 18px;
  display: flex;
  align-items: flex-end;
  padding: 3px 8px;
  transition: background-color 0.3s ease;
}
.rws-input-icon-btn {
  background: none;
  border: none;
  color: #8696a0;
  cursor: pointer;
  padding: 6px 4px;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
.rws-input-icon {
  color: inherit;
}
.rws-input-field-container {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 2px 0;
}
.rws-input-field {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #e9edef;
  font-size: 14px;
  font-family: inherit;
  line-height: 1.4;
  resize: none;
  padding: 5px 4px;
  margin: 0;
  min-height: 24px;
  max-height: 110px;
  overflow-y: auto;
  scrollbar-width: none;
}
.rws-input-field::-webkit-scrollbar {
  display: none;
}
.rws-input-field::placeholder {
  color: #8696a0;
}
.rws-attached-preview img {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  object-fit: cover;
}
.rws-send-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #00a884;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 168, 132, 0.4);
  transition: transform 0.15s ease, background-color 0.15s ease;
}
.rws-send-btn:hover {
  background: #008f70;
}
.rws-send-icon {
  color: #ffffff;
}
.rws-btn-ripple {
  animation: rws-pulse 0.3s ease-out;
}
@keyframes rws-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.rws-phone-home-indicator {
  background: #202c33;
  padding: 6px 0 8px;
  display: flex;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.rws-home-bar {
  width: 130px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
}
.rws-restart-btn {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(32, 44, 51, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #8696a0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition: all 0.2s ease;
  z-index: 10;
}
.rws-restart-pos-bottom-right {
  bottom: 75px;
  right: 14px;
}
.rws-restart-pos-bottom-left {
  bottom: 75px;
  left: 14px;
}
.rws-restart-pos-top-right {
  top: 75px;
  right: 14px;
}
.rws-restart-pos-top-left {
  top: 75px;
  left: 14px;
}
.rws-restart-pos-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: rgba(18, 28, 40, 0.75);
  border: 2px solid rgba(0, 168, 132, 0.8);
  color: #25d366;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  opacity: 0.85;
}
.rws-restart-pos-center:hover {
  opacity: 1;
  background: #00a884;
  color: #ffffff;
  border-color: #00a884;
  box-shadow: 0 8px 28px rgba(0, 168, 132, 0.5);
}
.rws-restart-pos-center-left {
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}
.rws-restart-pos-center-left:hover {
  opacity: 1;
  background: #00a884;
  color: #ffffff;
}
.rws-restart-pos-center-right {
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.rws-restart-pos-center-right:hover {
  opacity: 1;
  background: #00a884;
  color: #ffffff;
}
.rws-restart-btn:hover {
  color: #ffffff;
  background: #00a884;
  border-color: #00a884;
  box-shadow: 0 6px 16px rgba(0, 168, 132, 0.4);
}
.rws-theme-light.rws-phone-frame {
  background: #efeae2;
}
.rws-theme-light.rws-device-iphone {
  border-color: #1e293b;
  box-shadow:
    0 0 0 2px #cbd5e1,
    0 20px 50px rgba(0, 0, 0, 0.2),
    0 10px 25px rgba(0, 168, 132, 0.12);
}
.rws-theme-light.rws-device-android {
  border-color: #1e293b;
  box-shadow:
    0 0 0 2px #cbd5e1,
    0 20px 50px rgba(0, 0, 0, 0.2),
    0 10px 25px rgba(0, 168, 132, 0.12);
}
.rws-theme-light .rws-phone-3d-back.rws-device-iphone,
.rws-theme-light .rws-phone-3d-back.rws-device-android {
  background:
    linear-gradient(
      135deg,
      #cbd5e1 0%,
      #94a3b8 50%,
      #64748b 100%);
  border: 2px solid #94a3b8;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.15), 0 15px 40px rgba(0, 0, 0, 0.18);
}
.rws-theme-light .rws-header-wrapper,
.rws-theme-light .rws-header,
.rws-theme-light .rws-input-bar,
.rws-theme-light .rws-phone-home-indicator,
.rws-theme-light .rws-android-nav-bar {
  background: #f0f2f5;
  color: #111b21;
}
.rws-theme-light .rws-status-bar {
  color: #111b21;
}
.rws-theme-light .rws-status-icon,
.rws-theme-light .rws-header-icon,
.rws-theme-light .rws-input-icon {
  color: #54656f;
}
.rws-theme-light .rws-header-title {
  color: #111b21;
}
.rws-theme-light .rws-header-status {
  color: #00a884;
}
.rws-theme-light .rws-chat-body {
  background-color: #efeae2;
  background-image: radial-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px), radial-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px);
}
.rws-theme-light .rws-encryption-notice {
  background: #ffeead;
  color: #54656f;
  border-color: rgba(0, 0, 0, 0.05);
}
.rws-theme-light .rws-message-assistant .rws-message-bubble {
  background: #ffffff;
  color: #111b21;
}
.rws-theme-light .rws-message-user .rws-message-bubble {
  background: #d9fdd3;
  color: #111b21;
}
.rws-theme-light .rws-input-wrapper {
  background: #ffffff;
}
.rws-theme-light .rws-input-field {
  color: #111b21;
}
.rws-theme-light .rws-input-field::placeholder {
  color: #667781;
}
.rws-theme-light .rws-home-bar {
  background: rgba(0, 0, 0, 0.2);
}
.rws-theme-light .rws-typing-indicator {
  background: #ffffff;
}
.rws-theme-light .rws-side-btn {
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #cbd5e1 100%);
  border: 1px solid #94a3b8;
}
.rws-theme-light .rws-phone-wrapper .rws-iphone-mute,
.rws-theme-light .rws-phone-wrapper .rws-iphone-vol-up,
.rws-theme-light .rws-phone-wrapper .rws-iphone-vol-down {
  box-shadow:
    -1px 0 0 #e2e8f0,
    -2px 0 0 #cbd5e1,
    -3px 0 3px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.rws-theme-light .rws-phone-wrapper .rws-iphone-power,
.rws-theme-light .rws-phone-wrapper .rws-android-vol,
.rws-theme-light .rws-phone-wrapper .rws-android-power {
  box-shadow:
    1px 0 0 #e2e8f0,
    2px 0 0 #cbd5e1,
    3px 0 3px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.rws-virtual-keyboard {
  background: #182229;
  padding: 10px 8px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 8px;
  user-select: none;
  z-index: 8;
  box-shadow: 0 -8px 16px -4px rgba(0, 0, 0, 0.45);
}
.rws-kb-theme-light {
  background: #d1d5db;
  border-top-color: rgba(0, 0, 0, 0.1);
}
.rws-kb-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  flex-wrap: nowrap;
  margin: 2px 0;
}
.rws-kb-row-padded {
  padding: 0 8px;
}
.rws-kb-key {
  flex: 1;
  min-width: 0;
  height: 40px;
  margin: 2px 2px;
  border-radius: 6px;
  border: none;
  background: #2a3942;
  color: #e9edef;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.08s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  box-sizing: border-box;
}
.rws-kb-theme-light .rws-kb-key {
  background: #ffffff;
  color: #111b21;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.rws-kb-special {
  flex: 1.4;
  background: #1f2c34;
  color: #8696a0;
}
.rws-kb-theme-light .rws-kb-special {
  background: #b0b7c0;
  color: #4b5563;
}
.rws-kb-mod {
  flex: 1.2;
}
.rws-kb-space {
  flex: 4;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #8696a0;
}
.rws-kb-send {
  flex: 1.8;
  background: #00a884;
  color: #ffffff;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
}
.rws-kb-send:hover {
  background: #008f70;
}
.rws-kb-device-android {
  background: #1e2836;
  padding-top: 4px;
}
.rws-gboard-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 2px 12px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 2px;
}
.rws-gboard-tool-btn {
  background: transparent;
  border: none;
  color: #94a3b8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 50%;
  transition: color 0.15s ease;
}
.rws-gboard-tool-btn:hover {
  color: #f8fafc;
}
.rws-kb-device-android .rws-kb-key {
  border-radius: 5px;
  box-shadow: none;
  background: #2b3748;
}
.rws-kb-device-android .rws-kb-special {
  background: #202b3a;
}
.rws-kb-device-android .rws-kb-space {
  flex: 3.5;
  font-size: 11px;
  text-transform: none;
}
.rws-kb-device-android .rws-kb-comma,
.rws-kb-device-android .rws-kb-dot {
  flex: 0.8;
}
.rws-kb-device-android .rws-kb-send {
  flex: 1.4;
  background: #38475c;
  color: #f8fafc;
  border-radius: 14px;
  height: 38px;
  width: auto;
  padding: 0 10px;
}
.rws-kb-device-android .rws-kb-send:hover {
  background: #45566f;
}
.rws-kb-theme-light.rws-kb-device-android {
  background: #edf2f7;
}
.rws-kb-theme-light.rws-kb-device-android .rws-kb-key {
  background: #ffffff;
  color: #1e293b;
}
.rws-kb-theme-light.rws-kb-device-android .rws-kb-special {
  background: #cbd5e1;
  color: #475569;
}
.rws-kb-theme-light.rws-kb-device-android .rws-kb-send {
  background: #cbd5e1;
  color: #1e293b;
}
.rws-kb-key-active {
  background: #00a884 !important;
  color: #ffffff !important;
  transform: scale(1.06);
  box-shadow: 0 0 12px rgba(0, 168, 132, 0.8), 0 4px 8px rgba(0, 0, 0, 0.5) !important;
  border-radius: 6px;
  z-index: 20;
}
.rws-rec-wave-bar {
  width: 3px;
  border-radius: 2px;
  background: #00a884;
  transition:
    height 0.15s ease-in-out,
    opacity 0.15s ease-in-out,
    background-color 0.15s ease-in-out;
}
.rws-rec-wave-bar.pending {
  background: #8696a0;
}
.rws-rec-wave-bar.recorded {
  background: #ea4335;
}
.rws-avatar-clickable {
  cursor: pointer;
  position: relative;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.rws-avatar-clickable:hover {
  transform: scale(1.08);
}
.rws-avatar-ripple-active {
  transform: scale(0.92);
}
.rws-finger-avatar-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 100;
}
.rws-finger-back-indicator {
  position: absolute;
  top: 22px;
  left: 18px;
  pointer-events: none;
  z-index: 100;
}
.rws-finger-circle {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(37, 211, 102, 0.85) 0%,
      rgba(0, 168, 132, 0.4) 60%,
      rgba(255, 255, 255, 0.2) 100%);
  border: 2px solid #ffffff;
  box-shadow: 0 0 16px rgba(0, 168, 132, 0.8), 0 4px 10px rgba(0, 0, 0, 0.4);
  animation: rws-finger-tap-down 0.45s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.rws-finger-slider-indicator .rws-finger-circle,
.rws-finger-btn-indicator .rws-finger-circle {
  background:
    radial-gradient(
      circle,
      rgba(239, 68, 68, 0.9) 0%,
      rgba(185, 28, 28, 0.5) 60%,
      rgba(255, 255, 255, 0.2) 100%);
  box-shadow: 0 0 16px rgba(239, 68, 68, 0.8), 0 4px 10px rgba(0, 0, 0, 0.4);
}
.rws-finger-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  border: 2px solid #25d366;
  animation: rws-finger-pulse-wave 0.6s ease-out infinite;
}
.rws-finger-slider-indicator .rws-finger-wave,
.rws-finger-btn-indicator .rws-finger-wave {
  border-color: #ef4444;
}
@keyframes rws-finger-tap-down {
  0% {
    transform: scale(1.6);
    opacity: 0;
  }
  50% {
    transform: scale(0.85);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}
@keyframes rws-finger-pulse-wave {
  0% {
    transform: scale(0.8);
    opacity: 0.9;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
.rws-profile-modal-overlay {
  position: absolute;
  inset: 0;
  z-index: 90;
  background: #0b141a;
  color: #e9edef;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  user-select: none;
}
.rws-theme-light.rws-profile-modal-overlay {
  background: #f0f2f5;
  color: #111b21;
}
.rws-profile-header {
  height: 56px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #111b21;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.rws-theme-light .rws-profile-header {
  background: #00a884;
  color: #ffffff;
}
.rws-profile-back-btn {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 6px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
}
.rws-profile-back-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.rws-profile-title {
  font-size: 16px;
  font-weight: 600;
}
.rws-profile-scroll-body {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 24px;
}
.rws-profile-photo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px 16px;
  background: #111b21;
  margin-bottom: 10px;
}
.rws-theme-light .rws-profile-photo-card {
  background: #ffffff;
}
.rws-profile-large-avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
}
.rws-profile-large-fallback {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #00a884;
  color: #ffffff;
  font-size: 56px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
}
.rws-profile-name {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 4px;
}
.rws-profile-phone {
  font-size: 13.5px;
  color: #8696a0;
  margin: 0;
}
.rws-profile-actions-bar {
  display: flex;
  justify-content: space-around;
  padding: 12px 16px;
  background: #111b21;
  margin-bottom: 10px;
}
.rws-theme-light .rws-profile-actions-bar {
  background: #ffffff;
}
.rws-profile-action-btn {
  background: transparent;
  border: none;
  color: #00a884;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 8px;
  transition: background 0.15s ease;
}
.rws-profile-action-btn:hover {
  background: rgba(0, 168, 132, 0.1);
}
.rws-profile-info-section {
  background: #111b21;
  padding: 14px 16px;
  margin-bottom: 10px;
}
.rws-theme-light .rws-profile-info-section {
  background: #ffffff;
}
.rws-profile-info-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.rws-profile-info-label {
  font-size: 12px;
  color: #8696a0;
}
.rws-profile-info-val {
  font-size: 14.5px;
}
.rws-profile-security-row {
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
}
.rws-profile-sec-icon {
  color: #8696a0;
  margin-top: 2px;
  flex-shrink: 0;
}
.rws-profile-sec-sub {
  font-size: 12.5px;
  color: #8696a0;
  margin: 4px 0 0;
  line-height: 1.4;
}
.rws-call-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 110;
  padding: 10px 12px;
  pointer-events: none;
}
.rws-call-card {
  background: rgba(20, 28, 36, 0.94);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 14px 16px;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 1px rgba(255, 255, 255, 0.2);
  pointer-events: auto;
}
.rws-device-android .rws-call-card {
  border-radius: 16px;
  background: #1e293b;
}
.rws-call-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.rws-call-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.rws-call-avatar-fallback {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #00a884;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rws-call-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.rws-call-app-tag {
  font-size: 11px;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.rws-call-caller-name {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}
.rws-call-sub-text {
  font-size: 12.5px;
  color: #cbd5e1;
  margin: 0;
}
.rws-call-actions-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 4px;
}
.rws-call-btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.rws-call-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
  transition: transform 0.15s ease, background-color 0.15s ease;
}
.rws-call-decline-btn {
  background: #ef4444;
}
.rws-call-decline-btn:hover {
  background: #dc2626;
}
.rws-call-accept-btn {
  background: #22c55e;
}
.rws-call-accept-btn:hover {
  background: #16a34a;
}
.rws-call-btn-pressing {
  transform: scale(0.88);
}
.rws-call-btn-label {
  font-size: 11px;
  color: #94a3b8;
  font-weight: 600;
}
.rws-finger-btn-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 120;
}
.rws-push-banner-wrapper {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  z-index: 120;
  pointer-events: auto;
  cursor: pointer;
}
.rws-push-card {
  padding: 10px 14px;
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
  position: relative;
  overflow: hidden;
}
.rws-push-ios {
  background: rgba(26, 35, 46, 0.92);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
}
.rws-push-android {
  background: #1e293b;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.rws-push-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.rws-push-app-badge {
  display: flex;
  align-items: center;
  gap: 6px;
}
.rws-push-whatsapp-icon {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #25d366;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rws-push-app-name {
  font-size: 11.5px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.rws-push-time-tag {
  font-size: 11px;
  color: #64748b;
}
.rws-push-body-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rws-push-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.rws-push-text-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.rws-push-title {
  font-size: 13.5px;
  font-weight: 700;
  margin: 0;
  color: #f8fafc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rws-push-text {
  font-size: 12.5px;
  margin: 0;
  color: #cbd5e1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rws-push-finger-indicator {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 130;
}
.rws-ios-call-screen {
  position: absolute;
  inset: 0;
  z-index: 110;
  background:
    linear-gradient(
      180deg,
      #2b3036 0%,
      #15181c 100%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 24px 38px;
  user-select: none;
  overflow: hidden;
}
.rws-ios-call-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  margin-top: 10px;
}
.rws-ios-call-avatar-top {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
.rws-ios-call-sub-tag {
  font-size: 13.5px;
  color: #94a3b8;
  margin: 0 0 2px 0;
  font-weight: 500;
}
.rws-ios-caller-name {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
  letter-spacing: -0.5px;
}
.rws-ios-call-type-label {
  font-size: 14px;
  color: #94a3b8;
  margin: 0;
}
.rws-ios-call-mid-actions {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 20px;
}
.rws-ios-mid-btn-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.rws-ios-mid-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: background-color 0.15s ease;
}
.rws-ios-mid-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.rws-ios-mid-label {
  font-size: 11.5px;
  color: #cbd5e1;
  font-weight: 500;
}
.rws-ios-call-bottom-section {
  width: 100%;
}
.rws-ios-slide-track {
  position: relative;
  width: 100%;
  height: 58px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.rws-ios-slide-knob {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.rws-ios-knob-decline {
  background: #ef4444;
  color: #ffffff;
}
.rws-ios-knob-icon {
  transform: rotate(0deg);
}
.rws-finger-slider-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 120;
}
.rws-ios-slide-text-box {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 54px;
  pointer-events: none;
  user-select: none;
}
.rws-ios-slide-text {
  font-size: 13.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.2px;
}
.rws-ios-slide-arrows {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 2px;
}
.rws-arrow-1 {
  animation: rws-arrow-glow 1.2s infinite 0s;
}
.rws-arrow-2 {
  animation: rws-arrow-glow 1.2s infinite 0.2s;
  margin-left: -8px;
}
.rws-arrow-3 {
  animation: rws-arrow-glow 1.2s infinite 0.4s;
  margin-left: -8px;
}
@keyframes rws-arrow-glow {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}
.rws-android-call-screen {
  position: absolute;
  inset: 0;
  z-index: 110;
  background: #1e293b;
  color: #f8fafc;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px 20px 32px;
  user-select: none;
  overflow: hidden;
}
.rws-android-call-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  margin-top: 12px;
}
.rws-android-call-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}
.rws-android-avatar-fallback {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #00a884;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
.rws-android-caller-name {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  color: #f8fafc;
}
.rws-android-call-type {
  font-size: 13.5px;
  color: #94a3b8;
  margin: 0;
}
.rws-android-call-bottom {
  width: 100%;
}
.rws-android-slide-track {
  position: relative;
  width: 100%;
  height: 58px;
  background: #334155;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 29px;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.rws-android-slide-knob {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.rws-android-knob-decline {
  background: #ef4444;
  color: #ffffff;
}
.rws-android-slide-text-box {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 54px;
  pointer-events: none;
  user-select: none;
}
.rws-android-slide-text {
  font-size: 13.5px;
  font-weight: 600;
  color: #cbd5e1;
}
.rws-ios-knob-accept-static,
.rws-android-knob-accept-static {
  position: absolute;
  left: auto !important;
  right: 5px !important;
  top: 5px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #22c55e;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  z-index: 5;
}
.rws-call-labels-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 14px 0;
  font-size: 12px;
  font-weight: 600;
}
.rws-call-action-label-decline {
  color: #ef4444;
}
.rws-call-action-label-accept {
  color: #22c55e;
}
.rws-attachment-menu-panel {
  position: relative;
  width: 100%;
  background: #121b22;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 45;
  user-select: none;
}
.rws-theme-light.rws-attachment-menu-panel,
.rws-theme-light .rws-attachment-menu-panel {
  background: #f0f2f5;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.rws-attachment-menu-content {
  padding: 6px 12px 14px;
  display: flex;
  flex-direction: column;
}
.rws-attachment-handle-wrapper {
  display: flex;
  justify-content: center;
  padding: 4px 0 10px;
}
.rws-attachment-handle-bar {
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.22);
}
.rws-theme-light .rws-attachment-handle-bar {
  background: rgba(0, 0, 0, 0.2);
}
.rws-attachment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 4px;
  justify-items: center;
}
.rws-attachment-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  width: 100%;
}
.rws-attachment-pill {
  position: relative;
  width: 58px;
  height: 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}
.rws-theme-light .rws-attachment-pill {
  background: rgba(0, 0, 0, 0.05);
}
.rws-attachment-pill.rws-option-active {
  background: rgba(255, 255, 255, 0.18);
  transform: scale(1.05);
}
.rws-theme-light .rws-attachment-pill.rws-option-active {
  background: rgba(0, 0, 0, 0.12);
}
.rws-attachment-label {
  font-size: 11.5px;
  font-weight: 500;
  color: #e9edef;
  text-align: center;
  line-height: 1.2;
}
.rws-theme-light .rws-attachment-label {
  color: #3b4a54;
}
.rws-attachment-gallery-strip {
  display: flex;
  gap: 4px;
  margin-top: 14px;
  border-radius: 6px;
  overflow: hidden;
}
.rws-gallery-strip-item {
  flex: 1;
  height: 64px;
  overflow: hidden;
  background: #202c33;
}
.rws-gallery-strip-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rws-gallery-placeholder {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      135deg,
      #2a3942 0%,
      #1f2c34 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.35);
}
.rws-theme-light .rws-gallery-placeholder {
  background:
    linear-gradient(
      135deg,
      #e9edef 0%,
      #d1d7db 100%);
  color: rgba(0, 0, 0, 0.3);
}
.rws-contact-picker-screen {
  position: absolute;
  inset: 0;
  background: #111b21;
  z-index: 50;
  display: flex;
  flex-direction: column;
  color: #e9edef;
  overflow: hidden;
}
.rws-contact-picker-screen.rws-theme-light {
  background: #f0f2f5;
  color: #111b21;
}
.rws-contact-picker-header {
  background: #202c33;
  padding: 12px 16px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.rws-theme-light .rws-contact-picker-header {
  background: #00a884;
  color: #ffffff;
}
.rws-contact-header-top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rws-contact-back-btn {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
}
.rws-contact-header-title h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.rws-contact-selected-count {
  font-size: 12px;
  opacity: 0.8;
}
.rws-contact-search-bar {
  position: relative;
  display: flex;
  align-items: center;
  background: #111b21;
  border-radius: 8px;
  padding: 6px 12px;
  gap: 8px;
}
.rws-theme-light .rws-contact-search-bar {
  background: #ffffff;
  color: #111b21;
}
.rws-contact-search-icon {
  opacity: 0.6;
  flex-shrink: 0;
}
.rws-contact-search-input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: inherit;
  font-size: 14px;
}
.rws-contact-search-clear {
  opacity: 0.6;
  cursor: pointer;
  flex-shrink: 0;
}
.rws-contact-picker-body {
  flex: 1;
  overflow-y: auto;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
}
.rws-contact-item-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  cursor: pointer;
  transition: background 0.15s ease;
}
.rws-contact-item-row:hover,
.rws-contact-item-row.selected {
  background: rgba(255, 255, 255, 0.05);
}
.rws-theme-light .rws-contact-item-row:hover,
.rws-theme-light .rws-contact-item-row.selected {
  background: rgba(0, 0, 0, 0.04);
}
.rws-contact-item-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.rws-contact-item-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rws-contact-item-info {
  flex: 1;
  min-width: 0;
}
.rws-contact-item-name {
  font-size: 14.5px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rws-contact-item-sub {
  font-size: 12px;
  opacity: 0.65;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rws-contact-checkbox {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.rws-theme-light .rws-contact-checkbox {
  border-color: rgba(0, 0, 0, 0.3);
}
.rws-contact-checkbox.checked {
  background: #00a884;
  border-color: #00a884;
}
.rws-contact-floating-send-box {
  position: absolute;
  bottom: 24px;
  right: 20px;
  z-index: 52;
}
.rws-contact-send-btn {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #00a884;
  color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 168, 132, 0.45);
  cursor: pointer;
}
.rws-contact-card-box {
  display: flex;
  flex-direction: column;
  min-width: 210px;
  max-width: 250px;
  padding-top: 4px;
}
.rws-contact-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 4px 8px;
}
.rws-contact-card-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.rws-contact-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rws-contact-card-info {
  flex: 1;
  min-width: 0;
}
.rws-contact-card-name {
  font-size: 14px;
  font-weight: 700;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rws-contact-card-sub {
  font-size: 11.5px;
  opacity: 0.7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rws-contact-card-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin: 4px 0 2px;
}
.rws-theme-light .rws-contact-card-divider {
  background: rgba(0, 0, 0, 0.08);
}
.rws-contact-card-actions {
  display: flex;
  justify-content: center;
  padding-top: 4px;
}
.rws-contact-card-btn {
  background: transparent;
  border: none;
  color: #00a884;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 4px 12px;
  cursor: pointer;
  width: 100%;
  border-radius: 6px;
  transition: background 0.15s ease;
}
.rws-contact-card-btn:hover {
  background: rgba(0, 168, 132, 0.1);
}
/*# sourceMappingURL=whatsapp-simulator.css.map */