
#screen-dashboard.dashboard-final.dashboard-v32 .rwdb-destaque-card {
  background:
    radial-gradient(100% 130% at 0% 0%, rgba(114, 65, 200, .11), transparent 54%),
    linear-gradient(180deg, rgba(10, 20, 30, .98), rgba(6, 13, 21, .98)) !important;
  border-color: rgba(103, 172, 201, .2) !important;
}

#screen-dashboard.dashboard-final.dashboard-v32 .rwdb-destaque-card .rwdb-card-head {
  border-bottom-color: rgba(102, 181, 207, .15) !important;
}

#screen-dashboard.dashboard-final.dashboard-v32 .rwdb-destaque-card .rwdb-card-head > span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
  white-space: nowrap !important;
}

#screen-dashboard.dashboard-final.dashboard-v32 .rwdb-destaque-card .rwdb-card-head > span::before {
  content: "✦";
  color: #b681ff;
  font-size: 12px;
  filter: drop-shadow(0 0 7px rgba(182, 129, 255, .55));
}

#rwdb-destaque-round {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  color: #66d8e7 !important;
  font-size: 8px !important;
  letter-spacing: .12em !important;
  white-space: nowrap !important;
  margin-left: auto !important;
  flex: 0 0 auto !important;
}

.rw-social-scene-label {
  max-width: 116px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rw-social-carousel-controls {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.rw-social-pager-btn {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 6px;
  border: 1px solid rgba(103, 190, 207, .22);
  background: rgba(48, 135, 153, .08);
  color: #8bdde8;
  font: 800 15px/1 system-ui, sans-serif;
  cursor: pointer;
}
.rw-social-pager-btn:hover,
.rw-social-pager-btn:focus-visible { color: #fff; border-color: rgba(103, 210, 226, .58); background: rgba(48, 155, 176, .16); }
.rw-social-pager-btn:disabled { opacity: .35; cursor: default; }
.rw-social-page-indicator {
  min-width: 25px;
  color: #738a9d;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .02em;
  text-align: center;
}

.rw-social-history-link {
  border: 0;
  padding: 2px 0;
  background: transparent;
  color: #a9bdd0;
  font: inherit;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .03em;
  cursor: pointer;
  text-transform: uppercase;
}

.rw-social-history-link:hover,
.rw-social-history-link:focus-visible { color: #f1f7fd; text-decoration: underline; }

.rw-social-center-link {
  min-height: 22px;
  padding: 3px 9px;
  border: 1px solid rgba(82, 199, 215, .3) !important;
  border-radius: 7px;
  background: linear-gradient(100deg, rgba(56, 160, 177, .11), rgba(111, 70, 184, .1)) !important;
  color: #9be6ed !important;
  font: 900 8px/1 Inter, sans-serif !important;
  letter-spacing: .07em !important;
  text-transform: uppercase;
  cursor: pointer;
}
.rw-social-center-link:hover,
.rw-social-center-link:focus-visible {
  border-color: rgba(94, 220, 234, .6) !important;
  background: linear-gradient(100deg, rgba(56, 160, 177, .2), rgba(111, 70, 184, .18)) !important;
  color: #fff !important;
}

.rw-social-world-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 21px;
  padding: 3px 7px;
  border: 1px solid rgba(218, 171, 72, .3);
  border-radius: 7px;
  background: rgba(218, 171, 72, .08);
  color: #e7c26d;
  font: inherit;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}
.rw-social-world-link:hover,
.rw-social-world-link:focus-visible { color: #fff0bd; border-color: rgba(232, 189, 91, .62); background: rgba(218, 171, 72, .15); }
.rw-social-world-link > b {
  position: absolute;
  top: -7px;
  right: -6px;
  padding: 2px 4px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: #df5a45;
  color: #fff;
  box-shadow: 0 0 12px rgba(223,90,69,.45);
  font-size: 6px;
  line-height: 1;
  letter-spacing: .06em;
}
.rw-social-world-link.is-new { animation: rw-social-world-pulse 2.2s ease-in-out infinite; }
@keyframes rw-social-world-pulse { 0%,100%{box-shadow:0 0 0 rgba(232,189,91,0)} 50%{box-shadow:0 0 13px rgba(232,189,91,.24)} }

#screen-dashboard.dashboard-final.dashboard-v32 #rwdb-destaque-body.rwdb-destaque-body {
  display: block !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.rw-social-feed-list {
  width: 100%;
  height: 100%;
  min-height: 0;
  position: relative;
  overflow: hidden;
}

.rw-social-feed-pair {
  position: absolute;
  inset: 0;
  min-height: 0;
  display: none;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.rw-social-feed-pair.is-active {
  display: grid;
  animation: rw-social-pair-enter .42s cubic-bezier(.22, .72, .28, 1) both;
}

@keyframes rw-social-pair-enter {
  from { opacity: 0; transform: translateY(13px); }
  to { opacity: 1; transform: translateY(0); }
}

.rw-social-post {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
  padding: 12px 13px;
  position: relative;
  min-width: 0;
  background: rgba(255, 255, 255, .008);
  border-bottom: 1px solid rgba(137, 164, 187, .11);
}

.rw-social-feed-pair .rw-social-post {
  height: 100%;
  min-height: 0;
  align-content: center;
  box-sizing: border-box;
  overflow: hidden;
}

.rw-social-post:last-child { border-bottom: 0; }
.rw-social-post:hover { background: rgba(99, 158, 184, .035); }

.rw-social-avatar {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  align-self: start;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: -.02em;
  background:
    radial-gradient(circle at 34% 28%, rgba(255,255,255,.35), transparent 28%),
    linear-gradient(145deg, color-mix(in srgb, var(--rw-social-color) 80%, #fff 20%), color-mix(in srgb, var(--rw-social-color) 48%, #070d16 52%));
  border: 1px solid color-mix(in srgb, var(--rw-social-color) 68%, #fff 32%);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--rw-social-color) 12%, transparent), 0 7px 18px rgba(0,0,0,.3);
}

.rw-social-feed-pair .rw-social-avatar,
.rw-social-feed-pair .rw-social-post-content { align-self: center; }

.rw-social-avatar-fallback {
  position: relative;
  z-index: 0;
}

.rw-social-avatar img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rw-social-post-content { min-width: 0; }
.rw-social-author { display: flex; align-items: baseline; gap: 5px; min-width: 0; line-height: 1.1; }
.rw-social-author strong { color: #f1f5fa; font-size: 12px; font-weight: 900; white-space: nowrap; }
.rw-social-author span { color: #70869a; font-size: 9.75px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rw-social-author time { margin-left: auto; color: #5e7387; font-size: 8.75px; white-space: nowrap; }
.rw-social-post p { margin: 6px 0 8px; color: #c4d0dc; font-size: 11.5px; line-height: 1.38; font-weight: 560; }
.rw-social-meta { display: flex; align-items: center; gap: 7px; min-width: 0; }
.rw-social-tag {
  display: inline-flex;
  align-items: center;
  min-height: 16px;
  padding: 2px 6px;
  border-radius: 999px;
  color: #74e0eb;
  background: rgba(42, 155, 172, .1);
  border: 1px solid rgba(67, 191, 207, .2);
  font-size: 7.5px;
  font-weight: 900;
  letter-spacing: .08em;
  white-space: nowrap;
}
.rw-social-disclosure {
  color: #506477;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .08em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rw-social-empty {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
  color: #71869a;
}
.rw-social-empty b { color: #d5e0eb; font-size: 13px; }
.rw-social-empty small { font-size: 10px; }

body.rw-social-modal-open { overflow: hidden !important; }
.rw-social-history-modal {
  position: fixed;
  inset: 0;
  z-index: 10080;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(1, 5, 10, .78);
  backdrop-filter: blur(12px);
}
.rw-social-history-modal.hidden { display: none !important; }
.rw-social-history-panel {
  width: min(760px, calc(100vw - 32px));
  height: min(760px, calc(100dvh - 44px));
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 18px;
  color: #d9e4ee;
  background:
    radial-gradient(80% 55% at 5% 0%, rgba(126, 65, 211, .15), transparent 65%),
    linear-gradient(180deg, #0d1925, #07111b);
  border: 1px solid rgba(99, 194, 213, .3);
  box-shadow: 0 32px 90px rgba(0,0,0,.62), inset 0 1px 0 rgba(255,255,255,.035);
}
.rw-social-history-panel > header {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 19px;
  border-bottom: 1px solid rgba(121, 167, 190, .16);
}
.rw-social-history-panel > header small { color: #68d9e8; font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.rw-social-history-panel > header h2 { margin: 4px 0 0; color: #f3f6fa; font-size: 23px; letter-spacing: .04em; text-transform: uppercase; }
.rw-social-history-panel > header button {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(141, 170, 193, .22);
  background: rgba(255,255,255,.035);
  color: #bdd0df;
  font-size: 25px;
  cursor: pointer;
}
.rw-social-history-panel > header button:hover { color: #fff; border-color: rgba(108, 210, 226, .5); }
.rw-social-history-list { flex: 1 1 auto; min-height: 0; overflow-y: auto; padding: 7px 10px 20px; }
.rw-social-history-list .rw-social-post { grid-template-columns: 46px minmax(0, 1fr); padding: 15px 10px; }
.rw-social-history-list .rw-social-avatar { width: 43px; height: 43px; font-size: 12px; }
.rw-social-history-list .rw-social-author strong { font-size: 13px; }
.rw-social-history-list .rw-social-author span { font-size: 11px; }
.rw-social-history-list .rw-social-author time { font-size: 10px; }
.rw-social-history-list .rw-social-post p { font-size: 12.5px; line-height: 1.45; margin: 7px 0 9px; }
.rw-social-history-list .rw-social-tag { font-size: 8px; }
.rw-social-history-list .rw-social-disclosure { font-size: 8px; }

@media (max-width: 900px) {
  #screen-dashboard.dashboard-final.dashboard-v32 .rwdb-destaque-card { min-height: 286px !important; }
  #screen-dashboard.dashboard-final.dashboard-v32 #rwdb-destaque-body.rwdb-destaque-body { overflow: visible !important; }
  .rw-social-post { grid-template-columns: 42px minmax(0, 1fr); padding: 13px 12px; gap: 10px; }
  .rw-social-avatar { width: 40px; height: 40px; }
  .rw-social-author strong { font-size: 12.5px; }
  .rw-social-author span { font-size: 10px; }
  .rw-social-post p { font-size: 11.5px; line-height: 1.4; }
  .rw-social-disclosure { display: none; }
  .rw-social-history-modal { padding: 0; align-items: end; }
  .rw-social-history-panel {
    width: 100vw;
    max-width: none;
    height: min(86dvh, 780px);
    border-radius: 18px 18px 0 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  #rwdb-destaque-round > .rw-social-scene-label { display: none; }
  .rw-social-center-link { padding-left: 6px; padding-right: 6px; }
  .rw-social-history-list { padding-left: 7px; padding-right: 7px; }
  .rw-social-history-list .rw-social-post { grid-template-columns: 40px minmax(0, 1fr); padding: 14px 6px; }
  .rw-social-history-list .rw-social-avatar { width: 38px; height: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  .rw-social-history-modal { backdrop-filter: none; }
  .rw-social-feed-pair.is-active { animation: none; }
  .rw-social-world-link.is-new { animation: none; }
}
