/* RB Club — identidade visual compartilhada entre site e área de membros */
:root {
  --crimson: #8e2038;
  --deep-red: #541326;
  --rose: #d95f78;
  --blush: #efb4c0;
  --gold: #b18a4b;
  --gold-light: #ead9b5;
  --noir: #16070b;
  --dark: #250b13;
  --white: #fffaf9;
}

body {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.logo-main, .hero-h1, .sec-title, .auth-title,
.sidebar-logo-name, .welcome-title, .mem-sec-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

.btn-member, .btn-primary, .btn-outline, .btn-action,
.btn-ghost, .btn-post, .ev-btn, .rsvp-btn {
  border-radius: 12px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: .14em;
}
.btn-primary, .btn-outline, .btn-member {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.btn-primary svg, .btn-outline svg, .btn-member svg {
  width: 16px;
  height: 16px;
  stroke-width: 1.8;
}
.habito-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.habito-icon svg { width: 26px; height: 26px; stroke-width: 1.6; }

.preco-card, .habito, .about-photo, .about-frame, .fav-item,
.auth-box, .feed-card, .feed-post-form, .ev-row, .perfil-card,
.perfil-block, .book-card, .membro-card {
  border-radius: 18px;
  overflow: hidden;
}

.field-input, .bib-search, .feed-aba, .feed-type-btn, .sent-btn,
.spoiler-toggle, .bib-tab-new {
  border-radius: 11px;
}

#memberPage {
  font-family: "Jost", sans-serif;
  font-weight: 300;
}
#memberPage strong { font-weight: 500; }
#memberPage .mem-nav-btn {
  font-size: .7rem;
  font-weight: 400;
  letter-spacing: .045em;
}
#memberPage .sidebar-section-label { font-weight: 400; letter-spacing: .22em; }
#memberPage .sidebar-logo-name { font-weight: 400; }

/* RB Club — módulos integrados à área de membros */
#memberPage {
  --rbx-bg: #fbf8f5;
  --rbx-card: #ffffff;
  --rbx-card-soft: #f8f1ef;
  --rbx-line: #eae1de;
  --rbx-ink: #352b2d;
  --rbx-soft: #7b6f72;
  --rbx-wine: #651d35;
  --rbx-rose: #e8637a;
  --rbx-gold: #a67d3e;
  --rbx-shadow: 0 14px 42px rgba(61, 29, 38, .055);
}

#memberPage .mem-sidebar { width: 248px; }
#memberPage .mem-main { margin-left: 248px; }
#memberPage .sidebar-toggle { left: 258px; }
#memberPage .sidebar-logo-name strong { color: var(--rbx-wine); font-weight: 600; }
#memberPage .mem-nav-btn { gap: 12px; padding-inline: 14px; }
#memberPage .mem-nav-btn svg { width: 18px; height: 18px; stroke-width: 1.8; flex: 0 0 auto; }
#memberPage .mem-nav-btn span { flex: 1; }
#memberPage .rbx-sidebar-journey {
  margin: auto 12px 12px;
  padding: 14px;
  border: 1px solid #eadfdb;
  border-radius: 13px;
  background: rgba(255,255,255,.72);
}
#memberPage .rbx-sidebar-journey > span,
#memberPage .rbx-sidebar-journey > small { display: block; color: #988b8e; font-size: 9px; letter-spacing: .08em; }
#memberPage .rbx-sidebar-journey > strong { display: block; margin: 5px 0 9px; color: var(--rbx-ink); font: 500 13px Jost,sans-serif; }
#memberPage .rbx-sidebar-journey > div { height: 4px; overflow: hidden; border-radius: 8px; background: #eee5e2; margin-bottom: 7px; }
#memberPage .rbx-sidebar-journey > div i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--rbx-wine),var(--rbx-rose)); }

.rbx-legacy-hooks { display: none !important; }
.rbx-page { max-width: 1220px; margin: 0 auto; color: var(--rbx-ink); }
.rbx-page * { box-sizing: border-box; }
.rbx-page button, .rbx-page input, .rbx-page select, .rbx-page textarea { font: inherit; }
.rbx-page h1, .rbx-page h2, .rbx-page h3, .rbx-page p { margin: 0; }
.rbx-page h1, .rbx-page h2, .rbx-page h3 {
  color: var(--rbx-ink);
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}
.rbx-page h1 { font-size: clamp(2rem,4vw,3rem); line-height: 1.05; }
.rbx-page h2 { font-size: 1.25rem; line-height: 1.15; }
.rbx-page h3 { font-size: 1.1rem; }
.rbx-page-head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 28px;
  margin-bottom: 24px;
}
.rbx-page-head > div:first-child { max-width: 720px; }
.rbx-page-head > div:first-child > p:last-child { color: var(--rbx-soft); font-size: 13px; line-height: 1.65; margin-top: 8px; }
.rbx-eyebrow { color: var(--rbx-wine); font: 500 10px/1.2 Jost,sans-serif !important; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 7px !important; }
.rbx-date-pill, .rbx-badge, .rbx-level, .rbx-live-status {
  display: inline-flex; align-items: center; gap: 7px; white-space: nowrap;
  border: 1px solid var(--rbx-line); border-radius: 999px; background: rgba(255,255,255,.8);
  color: var(--rbx-soft); font-size: 11px; padding: 9px 13px;
}
.rbx-date-pill svg, .rbx-level svg { width: 15px; height: 15px; }
.rbx-badge { padding: 6px 10px; color: var(--rbx-wine); background: #fae9ed; border-color: #f1d5dc; font-size: 9px; }
.rbx-card {
  border: 1px solid var(--rbx-line);
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--rbx-shadow);
  padding: 22px;
}
.rbx-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.rbx-btn, .rbx-icon-button, .rbx-text-link {
  border: 0; cursor: pointer; transition: .18s ease; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
}
.rbx-btn { min-height: 40px; padding: 10px 16px; border-radius: 12px; font-size: 12px; font-weight: 500; }
.rbx-btn svg, .rbx-text-link svg { width: 15px; height: 15px; }
.rbx-btn-primary { color: #fff; background: var(--rbx-wine); }
.rbx-btn-primary:hover { background: #4f1328; transform: translateY(-1px); }
.rbx-btn-secondary { color: var(--rbx-wine); background: #f8edef; border: 1px solid #efd9df; }
.rbx-btn-secondary:hover { background: #f4e2e6; }
.rbx-full { width: 100%; }
.rbx-icon-button { width: 38px; height: 38px; border-radius: 10px; color: var(--rbx-wine); background: #f7eeec; }
.rbx-icon-button svg { width: 17px; height: 17px; }
.rbx-text-link { background: transparent; color: var(--rbx-wine); padding: 0; margin-top: 15px; font-size: 11px; font-weight: 500; }
.rbx-icon-box { width: 42px; height: 42px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; color: var(--rbx-wine); background: #fae9ed; flex: 0 0 auto; }
.rbx-icon-box svg { width: 21px; height: 21px; }
.rbx-progress { height: 6px; border-radius: 20px; background: #eee6e3; overflow: hidden; }
.rbx-progress i { display: block; height: 100%; width: 0; border-radius: inherit; background: linear-gradient(90deg,var(--rbx-wine),var(--rbx-rose)); transition: width .3s ease; }
.rbx-progress-copy { display: flex; justify-content: space-between; margin-top: 7px; color: var(--rbx-soft); font-size: 10px; }

.rbx-mood-strip {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 12px 16px; margin-bottom: 18px; border: 1px solid var(--rbx-line); border-radius: 14px;
  background: rgba(255,255,255,.72);
}
.rbx-mood-strip > div:first-child span, .rbx-mood-strip > div:first-child small { display: block; }
.rbx-mood-strip > div:first-child span { font-size: 12px; font-weight: 600; }
.rbx-mood-strip > div:first-child small { color: var(--rbx-soft); font-size: 10px; margin-top: 2px; }
.rbx-moods { display: flex; gap: 6px; }
.rbx-moods button { width: 34px; height: 34px; border: 1px solid transparent; border-radius: 50%; background: transparent; cursor: pointer; font-size: 17px; opacity: .55; transition: .18s; }
.rbx-moods button:hover, .rbx-moods button.is-active { opacity: 1; transform: translateY(-2px); border-color: #ebcbd3; background: #fff; box-shadow: 0 5px 14px rgba(75,29,42,.1); }

.rbx-today-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; }
.rbx-journey-card { grid-column: span 12; background: linear-gradient(135deg,#fff,#fbf0f2); }
.rbx-ritual-card { grid-column: span 7; }
.rbx-task-card { grid-column: span 5; }
.rbx-game-card { grid-column: span 7; }
.rbx-reading-shortcut { grid-column: span 5; display: flex; align-items: center; gap: 17px; }
.rbx-reading-shortcut > div { flex: 1; }
.rbx-reading-shortcut p:last-child { color: var(--rbx-soft); font-size: 11px; line-height: 1.5; margin-top: 5px; }
.rbx-mission {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px;
  padding: 14px; margin: 13px 0; border-radius: 13px; background: rgba(255,255,255,.8); border: 1px solid #eee2df;
}
.rbx-mission small, .rbx-mission strong, .rbx-mission span { display: block; }
.rbx-mission small { color: var(--rbx-wine); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.rbx-mission strong { font-size: 13px; margin: 3px 0; }
.rbx-mission span { color: var(--rbx-soft); font-size: 10px; }
.rbx-check-list { display: flex; flex-direction: column; gap: 8px; }
.rbx-check-row {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px;
  padding: 10px 11px; border: 1px solid #eee6e3; border-radius: 11px; background: #fff;
}
.rbx-check-row.is-done { opacity: .58; background: #faf7f5; }
.rbx-check-row.is-done strong { text-decoration: line-through; }
.rbx-check-row input[type=checkbox] { width: 18px; height: 18px; accent-color: var(--rbx-wine); }
.rbx-check-row strong, .rbx-check-row span { display: block; }
.rbx-check-row strong { font-size: 12px; font-weight: 500; color: var(--rbx-ink); }
.rbx-check-row span { color: var(--rbx-soft); font-size: 9px; margin-top: 2px; }
.rbx-check-row button { border: 0; background: transparent; color: #b9abad; cursor: pointer; }
.rbx-check-row button svg { width: 15px; height: 15px; }
.rbx-empty { padding: 18px; text-align: center; color: var(--rbx-soft); font-size: 11px; border: 1px dashed #e4d9d6; border-radius: 11px; }
.rbx-game-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 16px; }
.rbx-game-stats div { border-right: 1px solid var(--rbx-line); }
.rbx-game-stats div:last-child { border: 0; }
.rbx-game-stats strong, .rbx-game-stats span { display: block; }
.rbx-game-stats strong { color: var(--rbx-wine); font: 600 24px "Cormorant Garamond",serif; }
.rbx-game-stats span { color: var(--rbx-soft); font-size: 9px; }
.rbx-game-card > small { display: block; margin-top: 8px; color: var(--rbx-soft); }

.rbx-choice-grid, .rbx-two-columns, .rbx-workout-layout, .rbx-wellbeing-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; margin-bottom: 18px; }
.rbx-featured-choice { background: linear-gradient(140deg,#fff,#fbecf0); }
.rbx-featured-choice .rbx-icon-box, .rbx-choice-grid .rbx-icon-box { margin: 18px 0 12px; }
.rbx-choice-grid p:not(.rbx-eyebrow), .rbx-method-card p:not(.rbx-eyebrow) { color: var(--rbx-soft); font-size: 12px; line-height: 1.65; margin: 8px 0 16px; }
.rbx-feature-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 15px 0 18px; }
.rbx-feature-list li { display: flex; align-items: center; gap: 7px; color: var(--rbx-soft); font-size: 11px; }
.rbx-feature-list svg { width: 14px; color: var(--rbx-rose); }
.rbx-stage-card { margin-bottom: 18px; }
.rbx-stage-path { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; }
.rbx-stage-step { padding: 15px 10px; border: 1px solid var(--rbx-line); border-radius: 12px; text-align: center; color: var(--rbx-soft); font-size: 10px; }
.rbx-stage-step strong { display: block; font-size: 13px; color: var(--rbx-ink); margin-top: 5px; }
.rbx-stage-step.is-current { background: #fae9ed; border-color: #edcfd7; color: var(--rbx-wine); }
.rbx-future-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.rbx-future-grid .is-locked { opacity: .68; }
.rbx-future-grid svg { color: var(--rbx-wine); margin-bottom: 12px; }
.rbx-future-grid p { color: var(--rbx-soft); font-size: 11px; margin: 7px 0; }
.rbx-future-grid span { color: var(--rbx-gold); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }

.rbx-calendar-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.rbx-calendar-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; }
.rbx-weekdays, .rbx-calendar { display: grid; grid-template-columns: repeat(7,1fr); gap: 5px; }
.rbx-weekdays span { text-align: center; color: var(--rbx-soft); font-size: 9px; padding: 6px; }
.rbx-calendar button {
  min-height: 55px; padding: 7px; border: 1px solid transparent; border-radius: 10px; background: #faf7f5;
  color: var(--rbx-ink); cursor: pointer; text-align: left; position: relative; font-size: 11px;
}
.rbx-calendar button:hover, .rbx-calendar button.is-selected { border-color: #e7c7d0; background: #fae9ed; color: var(--rbx-wine); }
.rbx-calendar button.is-outside { opacity: .32; }
.rbx-calendar button.is-today { box-shadow: inset 0 0 0 1px var(--rbx-rose); }
.rbx-calendar button i { width: 5px; height: 5px; border-radius: 50%; background: var(--rbx-rose); position: absolute; left: 8px; bottom: 7px; }
.rbx-inline-form { display: flex; flex-direction: column; gap: 10px; margin-bottom: 17px; }
.rbx-inline-form > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.rbx-inline-form input, .rbx-inline-form select, .rbx-inline-form textarea,
.rbx-title-input, .rbx-textarea, .rbx-priorities input {
  width: 100%; border: 1px solid #e7ddda; border-radius: 9px; background: #fff; color: var(--rbx-ink);
  padding: 10px 11px; outline: none; font-size: 12px;
}
.rbx-inline-form textarea, .rbx-textarea { min-height: 85px; resize: vertical; }
.rbx-inline-form input:focus, .rbx-inline-form select:focus, .rbx-inline-form textarea:focus, .rbx-textarea:focus { border-color: #dcaeb9; box-shadow: 0 0 0 3px rgba(232,99,122,.08); }
.rbx-specific-days { display: grid !important; grid-template-columns: repeat(7,1fr) !important; gap: 5px !important; }
.rbx-specific-days[hidden] { display: none !important; }
.rbx-specific-days label { display: flex; align-items: center; justify-content: center; gap: 3px; min-height: 34px; border: 1px solid var(--rbx-line); border-radius: 8px; color: var(--rbx-soft); font-size: 10px; cursor: pointer; }
.rbx-specific-days input { width: 13px; accent-color: var(--rbx-wine); }
.rbx-task-full-list { max-height: 430px; overflow: auto; padding-right: 3px; }

.rbx-suggestion-grid { display: flex; flex-wrap: wrap; gap: 9px; }
.rbx-suggestion-grid button {
  display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--rbx-line); border-radius: 999px;
  background: #fff; color: var(--rbx-soft); padding: 9px 12px; cursor: pointer; font-size: 11px;
}
.rbx-suggestion-grid button:hover, .rbx-suggestion-grid button.is-added { background: #fae9ed; border-color: #ecced6; color: var(--rbx-wine); }
.rbx-suggestion-grid svg { width: 15px; height: 15px; }
.rbx-habit-manage { display: flex; flex-direction: column; gap: 8px; }
.rbx-habit-card { display: grid; grid-template-columns: auto 1fr auto; gap: 11px; align-items: center; padding: 11px; border: 1px solid var(--rbx-line); border-radius: 11px; }
.rbx-habit-card > svg { color: var(--rbx-wine); width: 18px; }
.rbx-habit-card strong, .rbx-habit-card span { display: block; }
.rbx-habit-card strong { font-size: 12px; }
.rbx-habit-card span { color: var(--rbx-soft); font-size: 9px; margin-top: 2px; }
.rbx-habit-card button { border: 0; background: transparent; color: #b59fa5; cursor: pointer; }
.rbx-mood-history { display: grid; grid-template-columns: repeat(7,1fr); gap: 8px; }
.rbx-mood-day { padding: 12px 5px; text-align: center; border-radius: 11px; background: #faf7f5; }
.rbx-mood-day span, .rbx-mood-day small { display: block; }
.rbx-mood-day span { font-size: 20px; min-height: 27px; }
.rbx-mood-day small { color: var(--rbx-soft); font-size: 9px; margin-top: 4px; }

.rbx-workout-layout { grid-template-columns: 1.65fr .65fr; }
.rbx-live-status i { width: 7px; height: 7px; border-radius: 50%; background: #68a77d; }
.rbx-title-input { border: 0; padding: 0; font: 600 22px "Cormorant Garamond",serif; background: transparent; }
.rbx-exercise-form, .rbx-exercise-labels, .rbx-exercise-row { display: grid; grid-template-columns: minmax(150px,2fr) .6fr .6fr .7fr 38px; gap: 7px; align-items: center; }
.rbx-exercise-form { margin-bottom: 7px; }
.rbx-exercise-form input { min-width: 0; border: 1px solid var(--rbx-line); border-radius: 9px; padding: 9px; }
.rbx-exercise-labels { color: var(--rbx-soft); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; padding: 0 9px 6px; }
.rbx-exercise-list { display: flex; flex-direction: column; gap: 6px; margin-bottom: 13px; }
.rbx-exercise-row { padding: 9px; border: 1px solid var(--rbx-line); border-radius: 10px; background: #fff; }
.rbx-exercise-row input { width: 100%; border: 0; background: #faf7f5; border-radius: 7px; padding: 7px; text-align: center; }
.rbx-exercise-row button { border: 0; background: transparent; color: #b59fa5; cursor: pointer; }
.rbx-stack, .rbx-history-list { display: flex; flex-direction: column; gap: 8px; margin-top: 13px; }
.rbx-plan-row, .rbx-history-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px; border: 1px solid var(--rbx-line); border-radius: 10px; }
.rbx-plan-row strong, .rbx-plan-row span, .rbx-history-row strong, .rbx-history-row span { display: block; }
.rbx-plan-row strong, .rbx-history-row strong { font-size: 12px; }
.rbx-plan-row span, .rbx-history-row span { color: var(--rbx-soft); font-size: 9px; margin-top: 2px; }
.rbx-plan-row button { border: 0; border-radius: 8px; color: var(--rbx-wine); background: #f8edef; padding: 7px; cursor: pointer; }
.rbx-history-row > span { margin-left: auto; }

.rbx-breathe { text-align: center; background: linear-gradient(145deg,#fff,#f5efeb); }
.rbx-breathe-circle { width: 95px; height: 95px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin: 2px auto 17px; color: var(--rbx-wine); background: #fae9ed; box-shadow: 0 0 0 13px rgba(250,233,237,.55); }
.rbx-breathe-circle.is-breathing { animation: rbxBreath 5s ease-in-out infinite; }
@keyframes rbxBreath { 50% { transform: scale(1.12); box-shadow: 0 0 0 22px rgba(250,233,237,.28); } }
.rbx-breathe p:not(.rbx-eyebrow) { color: var(--rbx-soft); font-size: 11px; margin: 8px 0 16px; }
.rbx-care-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.rbx-care-list button { min-height: 90px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--rbx-line); border-radius: 12px; background: #fff; color: var(--rbx-soft); cursor: pointer; }
.rbx-care-list button.is-done { background: #edf6ef; border-color: #cfe4d4; color: #497c59; }
.rbx-care-list svg { width: 21px; }
.rbx-textarea { margin: 12px 0; }

.rbx-food-top { align-items: start; }
.rbx-week-menu { display: grid; grid-template-columns: repeat(7,1fr); gap: 8px; }
.rbx-menu-day { min-width: 0; border: 1px solid var(--rbx-line); border-radius: 11px; background: #fcfaf9; padding: 10px; }
.rbx-menu-day > strong { display: block; font-size: 10px; margin-bottom: 8px; }
.rbx-meal { position: relative; border-radius: 8px; background: #fff; padding: 8px; margin-top: 6px; box-shadow: 0 3px 10px rgba(50,20,30,.04); }
.rbx-meal time, .rbx-meal strong, .rbx-meal span { display: block; overflow: hidden; text-overflow: ellipsis; }
.rbx-meal time { color: var(--rbx-wine); font-size: 8px; }
.rbx-meal strong { font-size: 9px; margin: 2px 14px 2px 0; white-space: nowrap; }
.rbx-meal span { color: var(--rbx-soft); font-size: 8px; white-space: nowrap; }
.rbx-meal button { position: absolute; right: 5px; top: 6px; border: 0; background: transparent; color: #baa9ad; cursor: pointer; }
.rbx-recipe-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.rbx-recipe { border: 1px solid var(--rbx-line); border-radius: 12px; padding: 13px; background: #fff; }
.rbx-recipe > svg { color: var(--rbx-wine); width: 19px; margin-bottom: 9px; }
.rbx-recipe p { color: var(--rbx-soft); font-size: 9px; line-height: 1.5; margin-top: 5px; }
.rbx-recipe footer { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; color: var(--rbx-soft); font-size: 9px; }
.rbx-recipe footer button { border: 0; background: transparent; color: #b59fa5; cursor: pointer; }

.rbx-priorities { display: flex; flex-direction: column; gap: 9px; }
.rbx-priorities label { display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: 8px; }
.rbx-priorities label span { color: var(--rbx-rose); font: 600 18px "Cormorant Garamond",serif; }
.rbx-method-card .rbx-icon-box { margin-bottom: 14px; }
.rbx-resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.rbx-resource-grid > button { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; text-align: left; border: 1px solid var(--rbx-line); border-radius: 12px; background: #fff; padding: 13px; color: var(--rbx-ink); cursor: pointer; }
.rbx-resource-grid > button:hover { border-color: #e1bec7; transform: translateY(-1px); }
.rbx-resource-grid svg { width: 19px; color: var(--rbx-wine); }
.rbx-resource-grid span small, .rbx-resource-grid span strong { display: block; }
.rbx-resource-grid span small { color: var(--rbx-soft); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 3px; }
.rbx-resource-grid span strong { font-size: 10px; }

/* Central de Leituras — navegação, reflexão e espaço social */
#memberPage .rb-reading-head h2,
#memberPage .rb-reading-card-head h3,
#memberPage .rb-next-event h3,
#memberPage .rb-circle-title {
  font-weight: 400;
}

#memberPage .rb-reading-tabs {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px;
  margin-bottom: 20px;
  border: 1px solid #e9dfdc;
  border-radius: 16px;
  background: #f8f2ef;
  overflow-x: auto;
}
#memberPage .rb-reading-tab {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: #73676a;
  background: transparent;
  font-size: .68rem;
  font-weight: 400;
  letter-spacing: .015em;
}
#memberPage .rb-reading-tab svg { width: 17px; height: 17px; stroke-width: 1.8; }
#memberPage .rb-reading-tab:hover {
  color: #4b1729;
  background: rgba(255,255,255,.72);
}
#memberPage .rb-reading-tab.active {
  color: #4b1729;
  background: #fff;
  border-color: #eadfdb;
  box-shadow: 0 7px 18px rgba(65,25,37,.07);
  font-weight: 500;
}
#memberPage .rb-reading-tab.active::after { display: none; }
#memberPage .rb-reading-tab small {
  padding: 3px 6px;
  border-radius: 999px;
  color: #a84960;
  background: #f8dfe5;
  font-size: .48rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
#memberPage .rb-reading-tab-social {
  margin-left: auto;
  color: #fff;
  background: #5a152d;
  border-color: #5a152d;
  box-shadow: 0 8px 20px rgba(71,16,37,.15);
}
#memberPage .rb-reading-tab-social:hover,
#memberPage .rb-reading-tab-social.active {
  color: #fff;
  background: #421020;
  border-color: #421020;
}
#memberPage .rb-reading-tab-social small {
  color: #fff;
  background: rgba(255,255,255,.15);
}

#memberPage .rb-reading-action,
#memberPage .rb-reading-primary,
#memberPage .rb-reading-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  font-weight: 400;
}
#memberPage .rb-reading-action svg,
#memberPage .rb-reading-primary svg,
#memberPage .rb-reading-secondary svg { width: 15px; height: 15px; }
#memberPage .rb-overview-social-grid {
  display: grid;
  grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr);
  gap: 16px;
  margin: 16px 0;
}
#memberPage .rb-overview-reflection {
  background: linear-gradient(145deg,#fff,#fdf8f6);
}
#memberPage .rb-reflection-question {
  max-width: 760px;
  margin: 3px 0 14px;
  color: #4b3d40;
  font: italic 400 1.17rem/1.5 "Cormorant Garamond",serif;
}
#memberPage .rb-reflection-input {
  width: 100%;
  min-height: 92px;
  margin-bottom: 12px;
  padding: 13px 14px;
  resize: vertical;
  border: 1px solid #e8ddda;
  border-radius: 13px;
  outline: none;
  color: #3c3033;
  background: #fff;
  font: 300 .74rem/1.6 "Jost",sans-serif;
}
#memberPage .rb-reflection-input:focus {
  border-color: #dca8b5;
  box-shadow: 0 0 0 4px rgba(217,95,120,.08);
}
#memberPage .rb-social-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 12px;
  color: #651d35;
  background: #fae7ec;
}
#memberPage .rb-social-icon svg { width: 20px; height: 20px; }
#memberPage .rb-social-entry {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 23px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 95% 5%,rgba(217,95,120,.24),transparent 13rem),
    linear-gradient(145deg,#210910,#4b1427);
  box-shadow: 0 18px 42px rgba(50,10,24,.14);
}
#memberPage .rb-social-icon-dark {
  margin-bottom: 18px;
  color: #fff;
  background: rgba(255,255,255,.09);
}
#memberPage .rb-social-entry .rb-reading-eyebrow { color: #e7baca; }
#memberPage .rb-social-entry h3 {
  color: #fff;
  font: 400 1.7rem/1.05 "Cormorant Garamond",serif;
}
#memberPage .rb-social-entry > p:not(.rb-reading-eyebrow) {
  margin: 9px 0 16px;
  color: rgba(255,255,255,.65);
  font-size: .67rem;
  line-height: 1.65;
}
#memberPage .rb-social-chips { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 18px; }
#memberPage .rb-social-chips span {
  padding: 5px 8px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.04);
  font-size: .52rem;
}
#memberPage .rb-overview-stats .bib-stat-icon svg {
  width: 18px;
  height: 18px;
  color: #651d35;
  stroke-width: 1.8;
}
#memberPage .rb-meeting-icon svg { width: 18px; height: 18px; stroke-width: 1.8; }

/* Cantinho para hablar — aparência de rede social */
#memberPage .rb-forum-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding: 24px;
  border-radius: 19px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%,rgba(217,95,120,.25),transparent 16rem),
    linear-gradient(135deg,#230a12,#51152b);
}
#memberPage .rb-forum-hero .mem-sec-title {
  margin: 0;
  color: #fff;
  font-size: 2.35rem;
  font-weight: 400;
}
#memberPage .rb-forum-hero > div:first-child > p:last-child {
  max-width: 650px;
  margin-top: 5px;
  color: rgba(255,255,255,.65);
  font-size: .7rem;
  line-height: 1.6;
}
#memberPage .rb-forum-presence {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.06);
  font-size: .58rem;
  white-space: nowrap;
}
#memberPage .rb-forum-presence svg { width: 17px; height: 17px; }
#memberPage .rb-create-post-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #6d5e62;
  font-size: .61rem;
  font-weight: 500;
}
#memberPage .rb-create-post-label svg { width: 16px; height: 16px; color: #651d35; }
#memberPage .feed-type-btn {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: .62rem;
}
#memberPage .feed-type-btn svg { width: 15px; height: 15px; stroke-width: 1.8; }
#memberPage .spoiler-toggle span { display: inline-flex; align-items: center; gap: 7px; }
#memberPage .spoiler-toggle svg { width: 15px; height: 15px; stroke-width: 1.8; }
#memberPage .feed-card {
  border-radius: 17px;
  box-shadow: 0 10px 30px rgba(55,24,31,.045);
}
#memberPage .feed-post-form { border-radius: 17px; }

.rbx-toast {
  position: fixed; right: 22px; bottom: 22px; z-index: 99999; max-width: 330px;
  padding: 12px 16px; border-radius: 11px; background: #35101f; color: #fff; box-shadow: 0 18px 50px rgba(38,8,18,.25);
  font-size: 12px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: .22s;
}
.rbx-toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  #memberPage .mem-sidebar { width: 220px; }
  #memberPage .mem-main { margin-left: 220px; }
  .rbx-ritual-card, .rbx-task-card, .rbx-game-card, .rbx-reading-shortcut { grid-column: span 12; }
  .rbx-calendar-layout, .rbx-workout-layout, .rbx-choice-grid, .rbx-two-columns, .rbx-wellbeing-grid { grid-template-columns: 1fr; }
  .rbx-week-menu { grid-template-columns: repeat(4,1fr); }
  .rbx-resource-grid { grid-template-columns: 1fr; }
  #memberPage .rb-overview-social-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  #memberPage .mem-main { margin-left: 0; }
  .rbx-page-head { flex-direction: column; }
  .rbx-mood-strip { align-items: flex-start; flex-direction: column; }
  .rbx-moods { width: 100%; justify-content: space-between; }
  .rbx-mission { grid-template-columns: auto 1fr; }
  .rbx-mission .rbx-btn { grid-column: 1 / -1; width: 100%; }
  .rbx-reading-shortcut { align-items: flex-start; flex-wrap: wrap; }
  .rbx-reading-shortcut .rbx-btn { width: 100%; }
  .rbx-stage-path { grid-template-columns: 1fr; }
  .rbx-future-grid { grid-template-columns: 1fr; }
  .rbx-calendar-layout { grid-template-columns: 1fr; }
  .rbx-game-stats { grid-template-columns: 1fr; }
  .rbx-game-stats div { border-right: 0; border-bottom: 1px solid var(--rbx-line); padding-bottom: 8px; }
  .rbx-week-menu { grid-template-columns: repeat(2,1fr); }
  .rbx-recipe-grid { grid-template-columns: 1fr; }
  #memberPage .rb-reading-tabs { align-items: stretch; }
  #memberPage .rb-reading-tab-social { margin-left: 0; }
  #memberPage .rb-forum-hero { align-items: flex-start; flex-direction: column; padding: 19px; }
}
@media (max-width: 480px) {
  .rbx-page h1 { font-size: 2rem; }
  .rbx-card { padding: 16px; border-radius: 14px; }
  .rbx-moods button { width: 31px; height: 31px; }
  .rbx-calendar button { min-height: 43px; }
  .rbx-exercise-form, .rbx-exercise-labels, .rbx-exercise-row { grid-template-columns: 1.7fr .65fr .65fr .7fr 30px; gap: 4px; }
  .rbx-exercise-form input, .rbx-exercise-row input { padding-inline: 5px; font-size: 10px; }
  .rbx-week-menu { grid-template-columns: 1fr; }
  .rbx-mood-history { gap: 3px; }
}
