/* Crevyro workspace fixes — 2026-08-07
   Isolated overrides for inbox profile photos and the dedicated automation editor. */

/* Inbox and chat header use the same stored Instagram profile image as Leads. */
#app-view .conversation-item .avatar,
#app-view .chat-head .avatar {
  overflow: hidden;
  flex: 0 0 42px;
}
#app-view .conversation-item .avatar img,
#app-view .chat-head .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

/* Template selection remains the existing compact modal. Once a template or an
   existing automation is selected, the editor becomes a dedicated full page. */
dialog.automation-dialog[open] {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background: #f7f7f9 !important;
  box-shadow: none !important;
}
dialog.automation-dialog::backdrop {
  background: #f7f7f9 !important;
  backdrop-filter: none !important;
}
.automation-dialog .builder-card {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  background: #fff !important;
}
.automation-dialog .builder-head {
  min-height: 76px;
  padding: max(14px, env(safe-area-inset-top)) clamp(18px, 3vw, 40px) 14px !important;
  border-radius: 0 !important;
  background: #fff !important;
}
.automation-page-heading {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.automation-page-heading > div {
  min-width: 0;
}
.automation-page-heading h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.automation-page-back {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 0 12px;
  border: 1px solid #e2e4e9;
  border-radius: 12px;
  background: #fff;
  color: #20232b;
  font: inherit;
  cursor: pointer;
}
.automation-page-back > span {
  font-size: 1.15rem;
  line-height: 1;
}
.automation-page-back > strong {
  font-size: .78rem;
}
.automation-page-back:hover {
  background: #f7f6fa;
  border-color: #d2cbed;
}
.automation-dialog .builder-layout {
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  background: #f6f7f9 !important;
}
.automation-dialog .builder-body {
  min-height: 0 !important;
  height: 100% !important;
  max-height: none !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 24px clamp(18px, 3vw, 42px) 36px !important;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  scrollbar-gutter: stable;
}
.automation-dialog .builder-section {
  width: min(100%, 880px);
  margin-inline: auto;
}
.automation-dialog .flow-preview {
  min-height: 0;
  overflow-y: auto;
  padding: 24px;
}
.automation-dialog .dialog-foot {
  min-height: 70px;
  padding: 13px clamp(18px, 3vw, 40px) max(13px, env(safe-area-inset-bottom)) !important;
  background: #fff !important;
}

@media (min-width: 901px) {
  .automation-dialog .builder-layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 380px) !important;
  }
  .automation-dialog.preview-only .builder-layout {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px) {
  .automation-dialog .builder-layout {
    grid-template-columns: 1fr !important;
  }
  .automation-dialog .flow-preview {
    display: none;
  }
  .automation-dialog.preview-only .flow-preview {
    display: block;
    border-left: 0;
  }
  .automation-dialog .builder-body {
    padding: 18px 14px 28px !important;
  }
  .automation-dialog .dialog-foot {
    gap: 8px;
  }
}

@media (max-width: 560px) {
  .automation-dialog .builder-head {
    min-height: 68px;
    padding-inline: 12px !important;
  }
  .automation-page-heading {
    gap: 10px;
  }
  .automation-page-back {
    width: 42px;
    padding: 0;
    justify-content: center;
  }
  .automation-page-back > strong {
    display: none;
  }
  .automation-page-heading .eyebrow {
    display: none;
  }
  .automation-page-heading h2 {
    font-size: 1.02rem !important;
  }
  .automation-dialog .builder-section {
    border-radius: 16px !important;
  }
  .automation-dialog .dialog-foot {
    padding-inline: 12px !important;
  }
}


/* Full-page automation editor hardening.
   The editor dialog is intentionally outside #app-view, so these selectors target
   the top-layer dialog directly. The template picker remains a compact modal. */
dialog.automation-dialog[open] {
  display: block !important;
  z-index: 2147483000 !important;
  min-width: 100vw !important;
  min-height: 100dvh !important;
  color: #171720 !important;
}
dialog.automation-dialog[open] > .builder-card {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
}
dialog.automation-dialog[open] .builder-layout {
  display: grid !important;
}
body.automation-editor-open {
  overflow: hidden !important;
}
body.automation-editor-open #app-view {
  visibility: hidden !important;
}
body.automation-editor-open dialog.automation-dialog[open] {
  visibility: visible !important;
}
body.automation-editor-open dialog.automation-dialog[open] * {
  visibility: visible;
}

/* Owner CMS: editable public pricing-comparison matrix. */
.subscription-comparison-cms {
  margin-top: 22px;
  display: grid;
  gap: 18px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid #e5e0f0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(31, 24, 53, .06);
}
.subscription-comparison-cms .comparison-cms-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.subscription-comparison-cms .comparison-cms-heading h3 { margin: 2px 0 5px; }
.subscription-comparison-cms .comparison-cms-heading p { margin: 0; }
.comparison-cms-fields { display: grid; grid-template-columns: 1fr 1.6fr; gap: 12px; }
.comparison-cms-scroll {
  overflow-x: auto;
  border: 1px solid #e7e3ed;
  border-radius: 16px;
  background: #fbfafc;
  -webkit-overflow-scrolling: touch;
}
.comparison-cms-table {
  width: 100%;
  min-width: 880px;
  border-collapse: separate;
  border-spacing: 0;
}
.comparison-cms-table th,
.comparison-cms-table td {
  padding: 10px;
  border-right: 1px solid #ece8f1;
  border-bottom: 1px solid #ece8f1;
  vertical-align: middle;
}
.comparison-cms-table th:last-child,
.comparison-cms-table td:last-child { border-right: 0; }
.comparison-cms-table tr:last-child td { border-bottom: 0; }
.comparison-cms-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #f1edfb;
  color: #282433;
  font-size: .76rem;
  text-align: left;
}
.comparison-cms-table thead th:first-child,
.comparison-cms-table tbody td:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
  min-width: 220px;
  background: #fff;
}
.comparison-cms-table thead th:first-child { background: #eee9fa; z-index: 4; }
.comparison-cms-table input {
  width: 100%;
  min-width: 135px;
  min-height: 40px;
  border: 1px solid #dcd7e5;
  border-radius: 10px;
  padding: 8px 10px;
  background: #fff;
  font: inherit;
  color: #24212b;
}
.comparison-cms-table input:focus {
  outline: 0;
  border-color: #8d71f5;
  box-shadow: 0 0 0 3px rgba(109,73,245,.11);
}
.comparison-row-label-wrap { display: grid; grid-template-columns: minmax(150px,1fr) auto; gap: 8px; align-items: center; }
.comparison-row-remove {
  width: 34px;
  height: 34px;
  border: 1px solid #efccd1;
  border-radius: 9px;
  background: #fff;
  color: #a72d3a;
  cursor: pointer;
}
.comparison-cms-actions { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; }
.comparison-cms-actions > div { display: flex; flex-wrap: wrap; gap: 9px; }

@media (max-width: 700px) {
  .comparison-cms-fields { grid-template-columns: 1fr; }
  .subscription-comparison-cms .comparison-cms-heading { flex-direction: column; }
  .comparison-cms-actions, .comparison-cms-actions > div { display: grid; grid-template-columns: 1fr; width: 100%; }
  .comparison-cms-actions .button { width: 100%; }
}

/* Collaboration + saved audience segments use the existing workspace visual language. */
.team-access-panel { margin-top: 18px; }
.team-member-submit-field { align-self: end; }
.team-member-submit-field .button { width: 100%; }
.team-member-row { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(130px,.65fr) minmax(100px,.55fr) auto; gap: 12px; align-items: center; padding: 12px 4px; border-bottom: 1px solid #ece8f1; }
.team-member-row:last-child { border-bottom: 0; }
.team-member-row .member-identity { min-width: 0; display: grid; gap: 2px; }
.team-member-row .member-identity strong,.team-member-row .member-identity small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.team-member-row select { min-height: 40px; border: 1px solid #dcd7e5; border-radius: 10px; padding: 0 10px; background: #fff; color: inherit; font: inherit; }
.lead-segment-panel { display: grid; grid-template-columns: minmax(180px,.8fr) minmax(220px,1fr) auto; gap: 12px; align-items: end; margin-bottom: 16px; padding: 14px; border: 1px solid #e7e3ed; border-radius: 16px; background: #fbfafc; }
.lead-segment-panel .button-row { align-items: center; min-height: 44px; }

@media (max-width: 760px) {
  .team-member-row { grid-template-columns: 1fr; }
  .lead-segment-panel { grid-template-columns: 1fr; }
  .lead-segment-panel .button-row { display: grid; grid-template-columns: 1fr 1fr; }
}

/* Manual audience segmentation extends the existing Leads UI without introducing a new visual system. */
.lead-segment-create-actions { flex-wrap: wrap; justify-content: flex-end; }
.lead-manual-segment-actions { grid-column: 1 / -1; display: grid; grid-template-columns: auto minmax(190px,.75fr) minmax(0,1fr); gap: 12px; align-items: end; padding-top: 12px; border-top: 1px solid #ece8f1; }
.lead-manual-segment-actions.hidden { display: none; }
.lead-manual-segment-actions > .status-pill { align-self: center; }
.lead-manual-segment-actions .button-row { justify-content: flex-start; flex-wrap: wrap; }
.lead-row.lead-row-selectable { grid-template-columns: 28px 44px minmax(150px,1.1fr) minmax(140px,1fr) minmax(140px,.9fr) minmax(115px,.7fr) auto 18px; }
.lead-select-control { width: 28px; height: 38px; display: grid; place-items: center; cursor: pointer; }
.lead-select-control input { position: absolute; inline-size: 1px; block-size: 1px; opacity: 0; pointer-events: none; }
.lead-select-control span { width: 18px; height: 18px; display: grid; place-items: center; border: 1.5px solid #c9c3d2; border-radius: 6px; background: #fff; transition: border-color .15s, background .15s, box-shadow .15s; }
.lead-select-control input:checked + span { border-color: var(--primary); background: var(--primary); box-shadow: inset 0 0 0 3px #fff; }
.lead-select-control input:focus-visible + span { outline: 3px solid rgba(109,73,245,.16); outline-offset: 2px; }
.lead-segment-membership-section { display: grid; gap: 12px; padding: 14px; border: 1px solid #ece8f2; border-radius: 14px; background: #fbfafd; }
.lead-segment-membership-section .panel-head { margin: 0; }
.lead-segment-membership-list { display: flex; flex-wrap: wrap; gap: 8px; min-height: 26px; align-items: center; }
.lead-segment-membership-chip { display: inline-flex; align-items: center; gap: 7px; max-width: 100%; padding: 7px 9px 7px 11px; border: 1px solid #ddd6ea; border-radius: 999px; background: #fff; font-size: 11px; font-weight: 800; }
.lead-segment-membership-chip button { width: 20px; height: 20px; border: 0; border-radius: 50%; background: #f1eef6; color: #6d6675; cursor: pointer; font: inherit; line-height: 1; }
.lead-segment-membership-add { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; align-items: end; }

@media (max-width: 1180px) {
  .lead-row.lead-row-selectable { grid-template-columns: 28px 44px minmax(150px,1fr) minmax(130px,.8fr) minmax(120px,.8fr) auto 18px; }
}
@media (max-width: 900px) {
  .lead-row.lead-row-selectable { grid-template-columns: 28px 40px minmax(0,1fr) auto 18px; }
  .lead-manual-segment-actions { grid-template-columns: 1fr 1fr; }
  .lead-manual-segment-actions > .button-row { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .lead-segment-create-actions { grid-template-columns: 1fr !important; }
  .lead-manual-segment-actions { grid-template-columns: 1fr; }
  .lead-manual-segment-actions > .button-row { grid-column: auto; grid-template-columns: 1fr; }
  .lead-segment-membership-add { grid-template-columns: 1fr; }
  .lead-segment-membership-add .button { width: 100%; }
}


/* 2026-08-08: multi-account profile, dedicated lead page and dedicated Team Members page. */
.profile-instagram-head-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.profile-instagram-accounts{display:grid;gap:14px;padding:18px 22px 22px}
.profile-instagram-account-card{overflow:hidden;border:1px solid #e2dee7;border-radius:16px;background:#fff}
.profile-instagram-account-card>header{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid #ece8f1;background:#fbfafc}
.profile-instagram-avatar{width:48px;height:48px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#eee9ff;color:#5c3cdc;font-size:12px;font-weight:900}
.profile-instagram-avatar img{width:100%;height:100%;object-fit:cover}
.profile-instagram-account-card>header>div{display:grid;gap:2px;min-width:0}
.profile-instagram-account-card>header small{color:#81798b;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.profile-instagram-account-card>header strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}
.profile-instagram-account-card>header span:not(.status-pill){color:#81798b;font-size:11px}
.profile-instagram-account-details{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:0}
.profile-instagram-account-details>div{min-width:0;display:grid;align-content:start;gap:7px;padding:16px 18px;border-right:1px solid #ece8f1}
.profile-instagram-account-details>div:last-child{border-right:0}
.profile-instagram-account-details>div>span{color:#81798b;font-size:9px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}
.profile-instagram-account-details strong{min-width:0;overflow-wrap:anywhere;font-size:11px;line-height:1.45}
.profile-instagram-account-details>div>div{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}
.profile-instagram-empty{margin:0}

.team-members-page{max-width:1320px!important}
.team-page-shell{display:grid;gap:20px}
.team-page-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:4px 2px 8px}
.team-page-hero h2{margin:5px 0 8px;font-size:clamp(32px,4vw,52px);letter-spacing:-.045em}
.team-page-hero p:not(.eyebrow){max-width:690px;margin:0;color:var(--soft);line-height:1.6}
.team-page-hero-status{max-width:360px;display:grid;justify-items:end;gap:7px;text-align:right}
.team-page-grid{display:grid;grid-template-columns:minmax(330px,.72fr) minmax(0,1.28fr);gap:18px;align-items:start}
.team-invite-form{display:grid;gap:16px;padding:20px 22px 22px}
.team-role-guide{display:grid;gap:0;overflow:hidden;border:1px solid #e5e1e9;border-radius:14px;background:#fbfafc}
.team-role-guide>div{display:grid;grid-template-columns:82px 1fr;gap:10px;padding:11px 13px;border-bottom:1px solid #ece8f1}
.team-role-guide>div:last-child{border-bottom:0}
.team-role-guide strong{font-size:11px}
.team-role-guide span{color:var(--soft);font-size:10px;line-height:1.45}
.team-owner-safety{margin:0;line-height:1.5}
.team-member-list{padding:4px 22px 14px}
.team-member-row{grid-template-columns:42px minmax(0,1fr) minmax(135px,.62fr) auto auto!important;gap:12px!important;padding:14px 0!important}
.team-member-avatar{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:#eee9ff;color:#5c3cdc;font-weight:900}
.team-member-role-control{display:grid;gap:4px}
.team-member-role-control small{color:var(--soft);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.055em}
.team-empty-state{min-height:260px;align-content:center}
.team-refresh-button{font-size:18px}


/* Workspace route isolation: inactive pages must never leak into another route.
   Native [hidden] is the primary barrier; these selectors defend against later
   component styles that may set display on a child/page. */
#app-view #page-container > .page[hidden],
#app-view #page-container > .page:not(.active){display:none!important}
#app-view #page-container > .page.active:not([hidden]){visibility:visible}

.lead-detail-page{max-width:none!important}
.lead-detail-page-form{display:grid;gap:20px}
.lead-detail-page-head{position:sticky;top:88px;z-index:8;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;background:#f5f5f3}
.lead-detail-back{display:inline-flex;align-items:center;gap:9px;border:0;background:transparent;color:#302938;font:800 13px/1 "Rooftop",sans-serif;cursor:pointer}
.lead-detail-back>span:first-child{width:34px;height:34px;display:grid;place-items:center;border:1px solid #d8d4dc;border-radius:10px;background:#fff;font-size:17px}
.lead-detail-head-actions{display:flex;gap:9px}
.lead-detail-hero{display:flex;align-items:center;gap:18px;padding:26px;border:1px solid #dedade;border-radius:18px;background:#fff}
.lead-detail-hero .lead-profile-avatar{width:76px;height:76px;flex:0 0 76px;font-size:20px}
.lead-detail-hero-copy{display:grid;gap:3px;min-width:0}
.lead-detail-hero-copy h2{margin:2px 0 4px;font-size:clamp(28px,4vw,46px);letter-spacing:-.045em;overflow-wrap:anywhere}
.lead-detail-hero-copy>strong{font-size:13px}
.lead-detail-hero-copy>span,.lead-detail-hero-copy>small{color:var(--soft);font-size:11px}
.lead-detail-context-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.lead-detail-context-grid>div{padding:16px;border-radius:14px;background:#fff}
.lead-detail-content-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:18px;align-items:start}
.lead-detail-main-column{display:grid;gap:18px}
.lead-detail-card-body{display:grid;gap:18px;padding:20px 22px 22px}
.lead-detail-edit-card textarea{min-height:180px;resize:vertical}
.lead-detail-page .lead-segment-membership-section{padding:0;background:#fff}
.lead-segment-page-body{display:grid;gap:14px;padding:18px 22px 22px}
.lead-detail-timeline-card{padding:0;overflow:hidden}
.lead-detail-timeline-card .lead-timeline{max-height:620px;overflow:auto;padding:18px 22px 22px}
.lead-detail-timeline-card .lead-timeline-section{padding:0}
.lead-detail-page-footer{display:flex;justify-content:flex-end;gap:10px;padding:18px 0 6px;border-top:1px solid #ddd9e0}

@media(max-width:980px){
  .profile-instagram-account-details{grid-template-columns:1fr 1fr}
  .profile-instagram-account-details>div:nth-child(2){border-right:0}
  .profile-instagram-account-details>div:nth-child(-n+2){border-bottom:1px solid #ece8f1}
  .team-page-grid,.lead-detail-content-grid{grid-template-columns:1fr}
  .lead-detail-timeline-card .lead-timeline{max-height:none}
}
@media(max-width:760px){
  .profile-instagram-head-actions{justify-content:flex-start}
  .profile-instagram-accounts{padding:12px}
  .profile-instagram-account-card>header{grid-template-columns:44px minmax(0,1fr);padding:14px}
  .profile-instagram-account-card>header>.status-pill{grid-column:1/-1;justify-self:start}
  .profile-instagram-avatar{width:44px;height:44px}
  .profile-instagram-account-details{grid-template-columns:1fr}
  .profile-instagram-account-details>div{padding:14px;border-right:0!important;border-bottom:1px solid #ece8f1}
  .profile-instagram-account-details>div:last-child{border-bottom:0}
  .team-page-hero{align-items:flex-start;flex-direction:column}
  .team-page-hero-status{max-width:none;justify-items:start;text-align:left}
  .team-member-list{padding:2px 16px 12px}
  .team-member-row{grid-template-columns:42px minmax(0,1fr) auto!important}
  .team-member-role-control{grid-column:1/-1}
  .team-member-row>.button{grid-column:1/-1;width:100%}
  .lead-detail-page-head{top:76px;padding:9px 0}
  .lead-detail-head-actions .button.secondary{display:none}
  .lead-detail-head-actions .button{min-height:40px;padding-inline:14px}
  .lead-detail-hero{align-items:flex-start;padding:18px 16px;border-radius:14px}
  .lead-detail-hero .lead-profile-avatar{width:58px;height:58px;flex-basis:58px}
  .lead-detail-hero-copy h2{font-size:28px}
  .lead-detail-context-grid{grid-template-columns:1fr 1fr}
  .lead-detail-card-body,.lead-segment-page-body{padding:16px}
  .lead-detail-page-footer{display:grid;grid-template-columns:1fr 1fr}
  .lead-detail-page-footer .button{width:100%}
}
@media(max-width:480px){
  .lead-detail-context-grid{grid-template-columns:1fr}
  .lead-detail-page-footer{grid-template-columns:1fr}
}

.localized-price-note{
  display:block;
  margin-top:.35rem;
  color:var(--muted,#6b7280);
  font-size:.78rem;
  line-height:1.4;
}

/* Randomized public comment reply pool */
.public-reply-pool{display:grid;gap:12px}
.public-reply-pool-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}
.public-reply-pool-heading>span{font-weight:800;color:#24202c}
.public-reply-pool-heading>strong{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border:1px solid #e5e0ee;border-radius:999px;background:#f7f5fa;color:#706879;font-size:11px;white-space:nowrap}
.public-reply-list{display:grid;gap:10px}
.public-reply-item{display:grid;gap:8px;padding:12px;border:1px solid #e4e0e8;border-radius:18px;background:#fff;box-shadow:0 1px 0 rgba(24,20,31,.02)}
.public-reply-item-head{display:flex;align-items:center;justify-content:space-between;gap:10px}
.public-reply-item-head>strong{font-size:12px;color:#28222f}
.public-reply-item-head>div{display:flex;align-items:center;gap:9px;color:#857d8d;font-size:10.5px;font-weight:700}
.public-reply-remove{appearance:none;border:0;background:transparent;padding:4px 2px;color:#756c7e;font:inherit;font-weight:800;cursor:pointer}
.public-reply-remove:hover:not(:disabled){color:#d94e65}
.public-reply-remove:disabled{opacity:.3;cursor:not-allowed}
.public-reply-input{width:100%;min-height:86px;padding:13px 14px;border:1px solid #ddd8e3;border-radius:14px;background:#fbfafc;color:#17131d;font:inherit;line-height:1.5;resize:vertical;outline:none;box-sizing:border-box}
.public-reply-input:focus{border-color:#8c6df4;box-shadow:0 0 0 4px rgba(124,92,238,.10);background:#fff}
.public-reply-add{justify-self:start;min-height:42px;padding-inline:15px}
.public-reply-add span{font-size:17px;line-height:1}
.public-reply-pool-help{display:grid;gap:5px;color:#78717f;font-size:11px;line-height:1.45}
.public-reply-pool-help span:last-child{font-weight:700;color:#675a7b}
.public-reply-pool.is-randomized .public-reply-pool-heading>strong{border-color:#d7cdfd;background:#f3efff;color:#5d43ca}
.public-reply-pool.is-randomized .public-reply-pool-help span:last-child{color:#5d43ca}
.public-reply-pool.has-error .public-reply-input{border-color:#e87070!important;box-shadow:0 0 0 4px rgba(214,73,73,.08)!important}
@media(max-width:600px){.public-reply-pool-heading{align-items:flex-start}.public-reply-item{padding:10px;border-radius:16px}.public-reply-input{min-height:96px}.public-reply-pool-help{font-size:10.5px}.public-reply-add{width:100%;justify-content:center}}
